Slashdot Mirror


Open Source Projects For Beginners

itwbennett writes "Whoever said 'everyone has to start somewhere' has clearly never tried contributing to an open source project — the Linux Kernel development team in particular is known for its savagery. But if you're determined to donate your time and talents, there are some things you can do to get off on the right foot. Of course you should pick something you're interested in and that you use. Check, and double check. You should also research the project, learn about the process for contributing, and do your utmost to avoid asking questions that you can find the answers to. But beyond that there are some hallmarks of beginner-friendly open source projects like Drupal, Python, and LibreOffice — namely, a friendly and active community, training and mentorship programs, and a low barrier to entry."

4 of 212 comments (clear)

  1. It's my party and no one else is invited by TWiTfan · · Score: 5, Interesting

    the Linux Kernel development team in particular is known for its savagery

    I've found that the "It's my party and no one else is invited" syndrome permeates all too many OSS projects. Finally stopped offering to help after encountering one too many projects that act like the snobby fraternity from a bad 80's movie. Now I do my own stuff and forgo the projects that have already started.

    --
    The cow says "Moo." The dog says "Woof." The Timothy says "Thanks, valued customer. We appreciate your input."
    1. Re:It's my party and no one else is invited by serviscope_minor · · Score: 4, Interesting

      I've found that the "It's my party and no one else is invited" syndrome permeates all too many OSS projects.

      Pics or it didn't happen.

      In other words, I've hear this a lot on the internet, but I've never seen it myself despite having contributed to numerous open projects. I expect that there are assholes out there running projects, but there are also plenty of assholes who wish to contribute as well.

      I've even exchanged emails with Theo De Raadt himself and wasn't flamed. Actually, he was polite and helpful.

      Finally stopped offering to help after encountering one too many projects that act like the snobby fraternity from a bad 80's movie.

      I've never encountered a single project like that. However, I have encountered plenty of projects that don't want a large undocumented buggy code blob dumped on top of them, which internally partially reimplements a bunch of existing features badly.

      I've been on all sides of this. I've been told that my code wasn't good enough, and needs to be fixed before being accepted. In some cases it was buggy, in others it wasn't in the house style. The latter sounds trivial, but if everyone invents their own way of doing the same thing, then the code gets to be an unmaintainable mess.

      I've also been on the other end, telling people that their (sometimes) large contributions aren't up to snuff. Sometimes people take it well, but some people are simply incapable of taking criticism of their precious code.

      --
      SJW n. One who posts facts.
    2. Re:It's my party and no one else is invited by jlechem · · Score: 4, Interesting

      Notepad++, the linunx kernel, I've seen some others.

      --
      Hold up, wait a minute, let me put some pimpin in it
  2. The Kernel community isn't as bad as you think by Anonymous Coward · · Score: 4, Interesting

    My fist ever contribution to an open source project was a silly little patch for the Kernel. While there was some initial indifference on the mailing list, I received actionable feedback. I iterated a couple of times, times, fixed issues that were called out and got my pulled in. All without any 'savage' name calling, flaming or . True, there are more than a few grumpy Kernel hackers, just are also loads of folks willing to help out newbies. You know, like in ANY opensource project. Hell, there's a website and a mailing list just for newbies! I really don't understand why Linux gets so much hate. Especially considering that it is the LARGEST, most successful open source project ever?