Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

The Birth of a FOSS Application 104

Joe Barr writes "Brice Burges explains why and how he created a new free software application, as well as what he learned from the birthing process, in a story on Linux.com. The story provides first-hand insights into the frustrations and satisfactions of developers working on free/open source projects. From the article: 'I'm always disappointed to hear open source project members say that they had "their developer" modify an aspect of the program without ever hearing from that developer or seeing any of the code. This is not progressive.'" Linux.com and Slashdot are both owned by OSTG.
This discussion has been archived. No new comments can be posted.

The Birth of a FOSS Application

Comments Filter:
  • Free != freedom (Score:5, Insightful)

    by EmbeddedJanitor ( 597831 ) on Sunday January 21, 2007 @11:49PM (#17707470)
    Open Source need not mean that the project is open to allcomers. The projects that work tend to be managed by dictators (eg Linus). I currently work on 2 major open source projects and have done some minor work on others. Those that are run as democratic communal projects tend to lose their fiocus and crash onto rocks.

    No different from any other software development really.

    • Re:Free != freedom (Score:5, Insightful)

      by Anonymous Coward on Monday January 22, 2007 @12:10AM (#17707572)
      The Free in FOSS indeed means freedom. Even though many successful projects are run by "dictators" or committees, not by a democracy of all developers, nobody can stop you from making changes yourself. There is a difference between "the" Linux kernel and "a" Linux kernel, and the Free in FOSS means you can have your Linux kernel and other people can have other Linux kernels. The project may not be open to all, but the product, the source code, certainly is.
      • by Daniel Dvorkin ( 106857 ) * on Monday January 22, 2007 @12:43AM (#17707758) Homepage Journal
        True enough, but if I have to choose between, say, the Linus-approved Linux kernel and Joe Schmoe's Kernel That He Made From The Linux Kernel But Added Some Stuff Joe Thought Was Cool, I know which one I'll go with. ;)
        • Re: (Score:3, Insightful)

          by TheLink ( 130905 )
          But if I had to choose between a Linus-approved Linux kernel or say Redhat/Suse's Linux kernel, I'd go for the latter.

          • by Brandybuck ( 704397 ) on Monday January 22, 2007 @03:35AM (#17708406) Homepage Journal
            From painful experience, I would choose the former.
            • Re:Free != freedom (Score:4, Interesting)

              by TheLink ( 130905 ) on Tuesday January 23, 2007 @12:08AM (#17719588) Journal
              You mean "For painful experience". ;).

              Linus doesn't really care about stability or reliability of a particular release, he's already basically said he just does what he wants - which appears to be putting in nice new features, capabilities to the kernel, and trying to make it more efficient in most popular scenarios (which is good in some ways).

              Sure Suse etc have had their screw ups as well, but they at least do a bit more testing (they supposedly have more resources).

              FWIW, an Alan Cox approved Linux kernel counts for more to me than a Linus approved one.
        • by muridae ( 966931 )
          Do you use the Linux kernel on a computer? Just from experimenting with different distros, it seems each one comes with it's own custom patched kernel now days. CK, hppa, mm, and then you have stuff like the gentoo custom patch set, and I'm pretty sure Red Hat and many others do the same thing.

          Given those choices, which kernel would you choose?

        • by zCyl ( 14362 )
          True enough, but if I have to choose between, say, the Linus-approved Linux kernel and Joe Schmoe's Kernel That He Made From The Linux Kernel But Added Some Stuff Joe Thought Was Cool, I know which one I'll go with. ;)

          Unless the day comes when you stop trusting Linus. Thus, free. :)
        • reputation. (Score:3, Interesting)

          by leuk_he ( 194174 )
          Most people choose a software program (if there is choice) not form their actual needed features, but a lot based on reputation. For developers this is a strange situation. the "Added Some Stuff Joe Thought Was Cool" feature might be nice for some users who choose just not to use it because Joe stuff has no reputation yet.

          In the long run MS is right with their vista development recommendations [microsoft.com]. Not that i would recommend vista! It is just that their style rules make sense for 98% or the users. Users will go
      • Re: (Score:2, Interesting)

        by Osty ( 16825 )

        The Free in FOSS indeed means freedom.

        More accurately, the "Free" in FOSS means "GNU/Free", where RMS's definition of "free" is different than most. It's the "free" in GPL which means "free to do whatever you like, so long as your code is publicly available under the GPL if you publicly release your modified software." That's different than "open source" (BSD, MIT/X, etc) where you can do whatever you like with the source, even choosing not to redistribute your changes, so long as you keep the copyrig

        • The "Free" in FOSS means BOTH "Free as in GNU" and "Free as in free". So the BSD and MIT licenses count.
          • by Osty ( 16825 )

            The "Free" in FOSS means BOTH "Free as in GNU" and "Free as in free". So the BSD and MIT licenses count.

            I always figured the "OS" part covered "Open Source" licenses like BSD and MIT. The 'F' tacked on at the beginning is a concession to RMS's insistence that GPL is "Free Software" and not "Open Source Software". Otherwise the acronym need only be "OSS".

            • RMS says it's OK for the open-source movement to use the GNU GPL, but it's designed for the free software movement.
            • Huh? Do you even know what "Free Software" means? Sheesh.

              BIG CLUE STICK --> The BSD and MIT licenses are Free Software Licenses!
              • Re: (Score:2, Insightful)

                by Osty ( 16825 )

                Huh? Do you even know what "Free Software" means? Sheesh.

                Well, the Wikipedia definition [wikipedia.org] says:

                software which can be used, copied, studied, modified and redistributed with little or no restriction beyond the requirement that the source code must be made available for any binary distribution of another party's free software.

                By that definition, BSD and MIT are not Free Software licenses because they do not require you to distribute the code for any changes you may make.

                On the other hand, Wikipedia define [wikipedia.org]

      • They can stop you from modifying the project. Freedom to take and modify the code is not the same as freedom to modify the project.

        In most of the best run projects you are free to take the code and fiddle ith it. You are not necessarily allowed to modify the project (ie. commit the changes).

        Fork all you want, but most good projects are a result of staying focused.

        If you disagree, try submitting a patch that Linus does not want and insist that he includes it "because you have the freedom".

    • Re: (Score:3, Interesting)

      by mwvdlee ( 775178 )
      I've hade some bad experiences with "dictatorial" projects; you typically have to go through a lot of red tape in order to get simple fixes in.

      I've sent in a one-line fix for an obvious and reproducible error a number of times over a period of nearly two years to a dictatorial project (Indy for Delphi) and they refused to even take a look at it, sometimes not even responding; I should become a member of the development team (which would require several steps) and submit a patch (which would require even mor
      • Re: (Score:3, Insightful)

        by TekPolitik ( 147802 )

        I've had some bad experiences with "dictatorial" projects; you typically have to go through a lot of red tape in order to get simple fixes in.

        This is not so much a problem with the project being dictatorial as with the style of dictatorship and the dictator(s). A dictator who does not trust others at all will have a project that turns off new developers and ends up with much slower progress than a dictator who gathers more trusted people and seeks to nurture new developers.

        Back in the 80s and early 90s

  • Advertisement (Score:4, Insightful)

    by Imexius ( 967514 ) on Sunday January 21, 2007 @11:53PM (#17707482)
    This article sounds like an advertisement more than anything else.
    • Re: (Score:3, Interesting)

      by zurtle ( 785688 )
      Agreed. It's not an incredible piece of journalism, but I like that it shows the classic stages of idea development when a great idea goes through that stage that requires perseverance and sits on the cusp of failure.

      It also shows that small, niche, open source projects can survive. If anything, hopefully it will encourage a few dozen people to get onto Sourceforge.net and find projects they can contribute to.

    • This article sounds like an advertisement more than anything else.

      Ah! That would explain the disclaimer: "Linux.com and Slashdot are both owned by OSTG."
      • by Jeff DeMaagd ( 2015 ) on Monday January 22, 2007 @12:41AM (#17707750) Homepage Journal
        That would explain why it would have a link that says "slashdot it" and not "digg it".
        • I won't 'Digg' things. I don't like that site, and don't like the idea behind it. People in aggregate are often blindly shortsighted and I do not trust them to make good decisions about what I should read.

          • by Raenex ( 947668 )
            Does that mean you read Slashdot at -1?
            • When I'm moderating I do. And I often do when I'm following a discussion thread. But, it is also infeasible to have a core group of editors do all the moderating. I think there is a balance to be struck, and I think Digg is on the 'the mass mind has too much power' side of that balance.

              • by Raenex ( 947668 )
                I just wanted to say that I agree with you on all points (I don't read Digg for the same reasons, and I read Slashdot the same way). It's just that your initital post was a bit absolutist.
  • by jd ( 1658 ) <imipak@ y a hoo.com> on Monday January 22, 2007 @12:10AM (#17707570) Homepage Journal
    There is no all-encompasing style for Open Source, Free Software, or any other variety of the beastie. There is no Universal Way, no Grand Master Plan that all must follow, and no guaranteed recipe for either success or failure. There is only code, tended to by a cooperative under the policies of that cooperative, for no benefit other than the scratching of a collective itch.

    One of the very reasons the term "Open Source" was so heavily slammed in the early days was that it meant too many damn things to too many people (some of whom might also be damned). People, as a whole, adopted it despite those objections and often belittled those who raised them. Now we're finding out that some of those same people are finding out that Open Source does indeed too many different things to too many people, and that people really are trying to achieve different results. Congratulations. Should I break into applause or just do a Kerr Avon impression and throw these people out the airlock?

  • Nice Checklist (Score:5, Insightful)

    by jlarocco ( 851450 ) on Monday January 22, 2007 @12:16AM (#17707632) Homepage

    The checklist on the lower right is probably the best part of the article. It's all pretty obvious stuff when you think about it, but nice to have it all listed.

  • Hypocritical (Score:1, Interesting)

    by Anonymous Coward

    I'm always disappointed to hear open source project members say that they had "their developer" modify an aspect of the program without ever hearing from that developer or seeing any of the code. This is not progressive.

    But he felt it was entirely appropriate to simply start another project because existing mailers didn't have the feature he was looking for? I don't think that's progressive either.

    Cute the defence of "but if he feels like it, why not?" Well, precisely. And if other developers feel

    • Not really (Score:4, Insightful)

      by jesterzog ( 189797 ) on Monday January 22, 2007 @02:08AM (#17708116) Journal

      I didn't see anything hypocritical about it. He stated pretty clearly that the reason he didn't fork an existing project was because he couldn't do so and achieve his goals, and he gave several reasons. (eg. Nothing had the right framework for where he wanted to go, he wanted the experience of developing his own project, etc.) Also, immediately after the part that you quoted, he says:

      "I hope to transition poMMo development efforts to a wider group of individuals. I am always happy when others seek to help out, maintaining open discussion and policy."

      I think he fully understands that people have a licensed right to modify the code, and is okay with this. He simply thought it was disappointing that people who do this often don't bother to make their changes available back to the developers. If anything, he was just mentioning that he wants to make his own project one where people are actively encouraged to do so.

      It's not exactly a revolutionary article in FOSS development, but it's handy for anyone who wants a general idea, and hopefully people don't blame him for writing a simple article when it was Slashdot that decided to link to it.

      • He simply thought it was disappointing that people who do this often don't bother to make their changes available back to the developers.


        Then he should be using the RPL [opensource.org]. Any changes have to be sent back to the developers. But that's not free...
      • Re:Not really (Score:4, Insightful)

        by Kjella ( 173770 ) on Monday January 22, 2007 @04:12AM (#17708544) Homepage
        I think he fully understands that people have a licensed right to modify the code, and is okay with this. He simply thought it was disappointing that people who do this often don't bother to make their changes available back to the developers. If anything, he was just mentioning that he wants to make his own project one where people are actively encouraged to do so.

        Well, I haven't heard much about the project but I assume it's not a very big one. Why don't people contribute back? Well, here's a few reasons:
        1. They don't want to argue about if, as in it scratches my itch, I don't care how/if it fits the big picture
        2. They don't want to make it production quality. I've hacked around stuff to make it to exactly what I need, whatever else breaks I don't care.
        3. They don't want to follow a coding styling, naming convention or document it aka "I did it myyyyyyy way".
        4. They don't want to be bugged about bugs in their code.

        In short, if you're taking over an unknown code base of unknown quality with an "upstream" that's not really interested in helping you out, it might easily take you just as long as rewriting it yourself. Work on the developers that actually do come back and say "I'd like this to become part of the main application.", and be very friendly, helpful and mostly forgiving with them. I think that'll pay off far better than trying to lure out people's pet modifications.
        • Is there a problem with this? Community development is a great thing, but some things are better done on their own. That's one thing I really appreciate about open source software, that I can make modifications to the software for yourself with no strings attached. Some solutions are simply not worth the effort it takes to be merged back with the original code. It would be better to spend you time solving more useful problems.

          • by WNight ( 23683 )
            Wrong? No. Less than helpful, Yes.

            I think he'd have been happy just to have someone say:

            "Hey, thanks. I needed it to support UUCP so I hacked this on like so: "

            That's not asking for CVS rights, looking to merge it, asking him to do anything, just letting him know what use his project it put to so that he could make it better. If ten people admit to writing hackish solutions to something he could use that as a starting point for doing it well.

            Feedback isn't required, but helps everyone.
      • Re: (Score:1, Redundant)

        by renoX ( 11677 )
        > I didn't see anything hypocritical about it.
        Well, you're not looking at it enough: so he didn't find any project providing the feature he wanted, why didn't he help any existing framework adding the feature?

        He doesn't explain it, but that's clearly because he wants to do things his way and he doesn't really care about the users or the other developers to help any existing framework.

        Then he is disappointed that people makes change to without sending patches?
        That's simple: they want to do things their wa
  • by Anonymous Coward on Monday January 22, 2007 @12:34AM (#17707714)
    "birthing process"? Are we talking about software or pregnant farm animals?
    • by Imexius ( 967514 )

      Birth: the time when something begins (especially life)

      wordnet.princeton.edu/perl/webwn

      Judging by this definition, I think it's usage was appropriate ^^
    • You see, son, when two codes love each other very much....
    • Farm animals do not have "birthing processes" any more than they have "excretory processes" or "ruminatory processes". Sheesh.
    • "birthing process"? Are we talking about software or pregnant farm animals?

      Do you know what a metaphor is?

  • they want their article back.

  • Art History (Score:2, Redundant)

    I just find it interesting that there are two mailing list managers, both named similar to art movements of the 20th century.

  • Don't say "FOSS" (Score:1, Insightful)

    by YGingras ( 605709 )
    Don't say "FOSS". If you mean free software, write free software; if you mean open source, write open source, write open source; if you don't know the difference, look it up because there is one and it does matter. By using an empty term like "FOSS" you alienate both worlds by you lack of commitment. I bet some people even pronounce it like "fuss". This is removing all the meaning that was left from the term.
    • by dbIII ( 701233 ) on Monday January 22, 2007 @02:14AM (#17708130)
      Or better still - creep the acronym even more with FLOSSY - Free Libre Open Source Software Yeah! Also doubles as the name for a pet dog.
    • by Per Abrahamsen ( 1397 ) on Monday January 22, 2007 @09:43AM (#17709624) Homepage
      The Open Source Definition was an attempt to formalize the requirements of free software, and any difference between the lists of open source licenses and free software licenses are due to nuances in interpretation, rather than anything substantial.

      There is a philosophical difference between the main advocates of "free software" and "open source", it just doesn't matter for the majority of developers who just want to share something cool they have done. From my own days as a free software project leader, I'd estimate that for every developer discussing the ethical implication of various licenses on the net, there are 99 who couldn't care less about the license, and would even contribute their code to proprietary project if that had been necessary to make it available to others. [Of course, for every developer discussing the various licenses, there are also 99 non-developers with the mistaken belief that their opinions matter. ]

      In conclusion, stop trying to create an artificial ridge between free software and open source when it isn't there or doesn't matter, depending on your point of view. It is 99% overlap, the remaining 1% is just enough for ESR and RMS to stand alone and feel important.
      • Agreed entirely. They're essentially the same damn thing under different names, and any differences are a joke.

        And the grandparent got thumped by a 4-digit ID poster. Splat.
      • If you are right then two terms for the same thing is already too many and we don't need something as silly as "FOSS". You can disagree about the dichotomy but only a stroustrupian philosopher will dodge the issue with concatenation of all the options.
        • If you are right then two terms for the same thing is already too many and we don't need something as silly as "FOSS". You can disagree about the dichotomy but only a stroustrupian philosopher will dodge the issue with concatenation of all the options.

          the two terms don't mean the same thing, he's saying that the FOSS term is a superset of both of the other terms that is useful for most people. the words "doberman" and "rottweiler" don't mean the same thing as each other, but "dog" summarizes both of them adequately enough for most people

      • Re: (Score:3, Insightful)

        by a.d.trick ( 894813 )

        There is a philosophical difference between the main advocates of "free software" and "open source", it just doesn't matter for the majority of developers who just want to share something cool they have done.

        The funny thing is that one of the things we argue about is just this: how much it matters. Generally open source fans go for the "it doesn't matter" side while the Free Software people feel the difference is fundamental to their position (which it is). To the open source guys, we Free Software support

        • by Etyenne ( 4915 )
          Just because you think something is unimportant doesn't mean the other guys think that same, and it certainly doesn't make the issue go away.

          I think the parent point is that most people consider the subtleties of Free vs Open-Source software unimporant. You and handful of others might disagree, but that is still a tiny minority of people interested in FOSS. Fortunately.

          • It is a little stronger than that.

            - The free software philosophers believe that sharing is good for society, and to promote it they share some cool technology.

            - The open source philosophers believe that cool technology is good for society, and to promote it they share some cool technology.

            Most contributers don't care about what is good for society, they just have some cool technology they want to share. So they subtleties of free software vs open source really is irrelevant to most contributers.

            Whether cool
            • It is a little stronger than that.

              - The free software philosophers believe that sharing is good for society, and to promote it they share some cool technology.

              - The open source philosophers believe that cool technology is good for society, and to promote it they share some cool technology.

              I don't think that's accurate.

              I think its more accurate this way:

              - The open source philosophers believe that sharing and cool technology are good for society, and to promote both they share some cool technology, and let pe

              • No, what you describe is the difference between the non-copyleft and copyleft free software licenses. You will find plenty of supporters for copyleft licenses in the open source camp.
  • Well... (Score:3, Funny)

    by Mongoose ( 8480 ) on Monday January 22, 2007 @02:55AM (#17708272) Homepage
    In the OSS project I'm most well known for the community refers to me as 'Dear Leader'. I'm sure they mean well. ;)
  • by deranged unix nut ( 20524 ) on Monday January 22, 2007 @04:52AM (#17708672) Homepage
    I ran into an annoying little bug with Perl Win32::SoundRec, figured out how to fix it, patched my own system, and then spent 30 minutes trying to find info on where to submit the fix. I finally emailed the author and got no response. Months later, the bug is still there. The fix is three lines of code and two extra calculations.

    I had some crashes with Mozilla and tried to get symbols, it turns out that the release build doesn't have published symbols so my effort to repro a stress bug and capture it in windbg was wasted.

    In the pre-1.0 kernel days, I had problems getting two 3c509 nics to work in a box at the same time. With the help of a friend, we made a 3c509-2 driver by copying and changing all of the identifiers. The hack worked, but it was a hack. At the time, I didn't take the time to report the limitation anywhere or investigate further.

    So, when I as a 99.9% user tries that 0.1% of the time to contribute, why is it always a pain? I would love to contribute. If the bar were lower, if I could take a 1-line fix and get someone to pay attention, or if I could take that bug and get support in debugging it other than "compile it yourself", I am sure my contribution rate would quadruple.

    Maybe a college student has enough time to spend decyphering how to contribute. I don't have that much time anymore.
    • by gregmac ( 629064 ) on Monday January 22, 2007 @05:27AM (#17708786) Homepage

      I ran into an annoying little bug with Perl Win32::SoundRec, figured out how to fix it, patched my own system, and then spent 30 minutes trying to find info on where to submit the fix. I finally emailed the author and got no response. Months later, the bug is still there. The fix is three lines of code and two extra calculations.
      That's a real problem, but it's really a fault of the project, not the open source process in general. The nice thing about this is you can at least post your patch somewhere (like the mailing list) and at the least other users who encounter the same problem can fix it. At best, if the author never comes back and fixes it, someone (or you) can fork it and maintain their own version with that and possibly other fixes/enhancements..

      So, when I as a 99.9% user tries that 0.1% of the time to contribute, why is it always a pain? I would love to contribute. If the bar were lower, if I could take a 1-line fix and get someone to pay attention, or if I could take that bug and get support in debugging it other than "compile it yourself", I am sure my contribution rate would quadruple.
      Again, it's really up to the project. I've been involed with projects where the only interaction between the developer and users is a forum (eg, this is where bugs/patches/etc go) and although it's easy to contribute a patch (just post a message), it's incredibly irritating in many other respects. There's no real way to "track" bugs/patches, they're just messages that eventually get lost on page 2+ (I say this as a user, but I'm sure the developer(s) would have as hard a time as I).

      On the other end, some projects use ticket tracking systems that are overly complex - eg, you have to register first, and then fill out 50 fields, search 4 or 5 times to be sure it's not duplicated, etc. In some projects this tracker is not linked to from the main web page, which makes the process even more difficult. In some projects, after reporting a bug you'll get a response "please try in the latest cvs/svn version". All of these things add up to make it a hassle for the causal user to report bugs. From a developers point of view, they mean the developers (who are volunteers, remember) spend less time going through false bug reports.

      I think the answer lies somewhere in between. Having to register is a response to spam - there are a lot of spam bots that attack the common bug tracking systems. Having too many fields is annoying, but in a big project it can be useful to get people to report the proper information and be sure the right people look at it. Sometimes asking the user to try the lastest version is appropriate (eg, if there's a possible fix in, but not totally tested for all cases), but sometimes it's just lazyness.

      I'm active on a decently large project now, and there are a LOT of false bug reports - bugs reported in branches that are obsolete (and have been fixed for a year), people posting what amounts to help questions as bugs, and bugs that say "____ doesn't work" (eg, utterly useless). Luckily we have non-developer users that go through and close these, ocasionally CC'ing a developer to ask if it's legitimate. However, not all projects have these, and indeed, we didn't for the first year or so of existance. As a result, there were often bug reports that would sit there for a long time before someone got around to going through them. Let me tell you, it's pretty annoying to spend 30 minutes trying to duplicate a bug, only to find out in the end it was a configuration error or some other unrelated problem, where if the user had read documentation they would have solved it.

      So basically what it gets down to is: do you make users spend slightly more time to file a decent bug report, or do you waste lots of developer time (in aggregate) tracking down false bugs? Since it's usually the developers that set up the bug tracking system, guess what the answer is...

      • Let me tell you, it's pretty annoying to spend 30 minutes trying to duplicate a bug, only to find out in the end it was a configuration error or some other unrelated problem, where if the user had read documentation they would have solved it.


        That's why I now like to torment the users of my software.
        • Having usable documentation is nice too.

          A few times, especially with Perl, I follow the documentation step by step and it doesn't work. Spending time understanding the code, thank God that Perl is by definition open source, I usually find some undocumented dependencies that solve the problem.

          With commercial projects and free projects requiring technically complex code, as often as not, I run into documentation that expects you to read and comprehend everything that the programmer had to comprehend to write
    • by ookaze ( 227977 )
      So, when I as a 99.9% user tries that 0.1% of the time to contribute, why is it always a pain?

      Let's see. Two tries were on Win32 related problems, and one on Linux wasn't a contribution at all, as you didn't have time. So the answer is clear : contributing to FOSS projects on Windows is a pain.
      On Linux, I never got these problems at all when contributing.
    • For my master thesis I developed an extension of the JavaScript engine in Mozilla Firefox to detect possible XSS attacks. After finishing my thesis I tried to find a way to give it back to Mozilla. First I tried the homepage to find out where I could send the patch/details to. Because there is no such contact information I tried the irc-channels. There were some nice people who tried to help me by suggesting I had to file a "bug" (that is actually a feature request) in the bugzilla bug tracking system. They
    • I ran into an annoying little bug with Perl Win32::SoundRec, figured out how to fix it, patched my own system, and then spent 30 minutes trying to find info on where to submit the fix. I finally emailed the author and got no response. Months later, the bug is still there. The fix is three lines of code and two extra calculations.

      Have you ever been on the receiving end of patches?

      Nearly all patches are unacceptable because they break something else that the original author does not care about. This patch

      • Have you ever been on the receiving end of patches?

        Nearly all patches are unacceptable because they break something else that the original author does not care about. This patch fixes 64-bit code... at the expense of all 32-bit code. This patch fixes a warning... at the expense of not compiling with anything but gcc. So on and so on.

        In fairness, I have not really been in that situation. I have been on the receiving end for really small projects with only a handful of users.

        For large projects, I can empathi
      • This doesn't just apply to open-source projects, you vet internal bugs the same way. It's just that open-source projects tends to have a larger group of users who now can change code, but only really need to support themselves. That's great. Make your patch for yourself, that's what we want you to do! But getting it accepted upstream is hard, and should be hard, because we are supporting more people than just you.

        This attitude is one thing that erodes the strengths of both Free software and Open so

        • But how can development be totally open? Can I mail a random broken patch to Linus, without doing my homework, and expect him to respond personally and teach me how to do kernel coding? Isn't the openness a function of how stable and large something is? I mean, if RedHat maintains their own kernel fork...

          Good points. I'm not the only one, so we do have a group of people. Even though, we really don't have the time to test out every single patch. Maybe if I was working on it full-time, but as a hobby, no way
  • Contributions (Score:3, Insightful)

    by Netsensei ( 838071 ) on Monday January 22, 2007 @05:55AM (#17708870) Homepage

    The involvement of the person behind the project is really important. Submitting bugs and patches is one thing, but if none one looks at them, why bother? In fact it's a two way route: the more involved the original developer, the more people will take interest in the project.

    I submitted bugreports on several occasions in various projects. Most rewarding was when I submitted a small bug in Magpie. I got a personal reply by mail from the original developer. Seeing how your solutions are considered by the developer and how your contributions matter is big aspect of what's open source all about.

  • I find it surprising that he was very thoughtful about starting a software project - there are a lot of abandonden projects out there that don't work good enough and wouldn't exists if the programmer just had looked around if its really needed.

    But with naming his project he just used his initial and "mail". A simple google search would have shown him that this is no good name.

    When releasing something to the public I try at least to find a name that doesn't collide with existing projects (and certainly not c
    • It's not always that easy - I received a *very* similar letter for a program that was named similar to another program. My program was in existence much longer than this program, but they were a computer that was being traded on NASDAQ, I was a junior in college.

      I followed what was written in the letter.

  • Not the linked article, but the site of the program that was already named bMail. That's what you get for cease-and-desisting a FOSS project. (not that the author meant to DoS their site, but it's funny that it happened)

Two can Live as Cheaply as One for Half as Long. -- Howard Kandel

Working...