Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Programming IT Technology

New Site Makes OSS Development Easier 42

An anonymous reader submits "OpenSnippets is a fledgling online community for OSS developers. New members are welcome to submit articles and code of interest, and everyone can view/download the code! It's blog-styled with topics for most popular languages. How useful- I only wish it'd make my coffee..."
This discussion has been archived. No new comments can be posted.

New Site Makes OSS Development Easier

Comments Filter:
  • by aziegler ( 201013 ) <{halostatue} {at} {gmail.com}> on Sunday July 13, 2003 @05:09PM (#6429725) Homepage
    The default licence assumed is apparently GPL, which isn't open -- it's GPL. I can't use GPLed snippets in my code that I wish to make BSD or MIT or MPL licensed.

    Great idea, lousy default licence choice.

    -a
  • by aziegler ( 201013 ) <{halostatue} {at} {gmail.com}> on Sunday July 13, 2003 @05:31PM (#6429834) Homepage
    That's the GPL essentially.

    I don't mind if they called it "GPLedsnippets.com"; I mind that they call it "opensnippets.com". As I've said many times, the GPL works most effectively against open source (e.g., non-GPL/FSF licences) projects, not closed source projects.

    I did a little bit of searching on their site and they really haven't done their homework. They say that they accept PD, GPL, or LGPL only -- but those aren't the only licences compatible with the GPL. They could have easily gone through and found the "approved/compatible" licences from the FSF and listed those. Not only that, they don't actually give a place to *specify* the snippet's licence, leaving the assumption of the tagline on the website itself: "GPLed snippets, served daily."

    Sorry, but it's not open if it's GPLed. If I can't use it in a less restrictive context, it's not open. It might be what the person wanted -- and I fully support that -- but don't tell me that it's "OpenSnippets.com" when it's really "GPLedSnippets.com".

    -austin
  • by joto ( 134244 ) on Sunday July 13, 2003 @06:38PM (#6430200)
    While the "snippets" idea is a good one, it has never really succeded before, even though people have tried.

    I suspect the reason for this, is that it simply is a too large scope to have "everything useful". Categorizing all this stuff, throwing away the 99% of junk code, it's just too much work for anyone to do. And making it into a blog isn't going to make it work better.

    Sure, let the people who want to, have some fun with it. Follow the discussions, read the code posted, learn from it... But don't ever expect to ever find something you actually need there!

  • gpl stuff (Score:5, Insightful)

    by morgajel ( 568462 ) on Monday July 14, 2003 @02:13PM (#6435657)
    As one of the coders who has provided snippets for them, I gotta say that I the gpl licence works just fine. the purpose is to TEACH you how to do it, not just copy paste and be done with it. The gpl has a handy little clause that says you can rewrite the code and call it your own.

    If you like my code, the only thing I ask is that you figure out what what it does before using it. If you understand it, you don't have to copy/paste it and can just write your own.

    I think that gpl is perfect for this site because the snippets are small, and easy to rewrite. It's perfect for me because in order to rewrite it, you have to understand it, which is why I posted the snippets in the first place- to help people learn.

    Good job sheenmaster, but you really gotta get a different handle:)

    if you want to check out other projects I've worked on, check out morgajel.com [morgajel.com]

  • Some critique (Score:3, Insightful)

    by DukeyToo ( 681226 ) on Monday July 14, 2003 @02:26PM (#6435762) Homepage
    Took a look at the site. And I thought /. was anti-MS!

    I won't be returning to the site...I don't want social commentary, I want useful source code and coding techniques, algorythms.

    Try www.codeproject.com for a decent site.

Top Ten Things Overheard At The ANSI C Draft Committee Meetings: (5) All right, who's the wiseguy who stuck this trigraph stuff in here?

Working...