Slashdot Mirror


Nurturing Ideas Into Open Source Projects?

lkehresman asks: "Over the course of the past few years, I have been involved in numerous open source projects and have been discovering the wonderful oddities with this development model. However, I am perplexed as to how one would go about starting a project with the bazaar model, and if it's even possible. Indeed, ESR states, "One can test, debug and improve in bazaar style, but it would be very hard to originate a project in the bazaar mode." Is this true? Can anyone give any personal testimony to projects that have succeeded being built like this from the ground up?"

"Until recently, I was the leader of the SquirrelMail project. When it started, we released version 0.1 and people started hacking on it. However, when we decided to do a rewrite, we attempted to start over using the bazaar model from the ground up, allowing for group discussions and decisions. We got caught in a years worth of discussion before any code was actually developed (now, however, its development is well under way and flourishing). I've seen this through personal experiece with countless other projects as well.

As I am venturing into this territory once again with a new project, I'm wondering if anyone in the community has had personal experience with this, and can lend advice as to how to avoid endless bickering about trivial issues. Having a code base to release is obviously a key factor, but in this case, that simply isn't possible due to the magnitude of the task at hand. Advice?"

109 comments

  1. tip by nano-second · · Score: 5, Insightful
    I forget where i read this, but I thought it summed things up nicely.

    "Beware `we should...', extend a hand to `how do I...'"

    The point being that people who do nothing but talk and argue over details are not going to assist in moving forward and worse, are likely to slow things down.

    --
    I hope you're not pretending to be evil while secretly being good. That would be dishonest.
    1. Re:tip by SirWhoopass · · Score: 5, Insightful
      Exactly. This isn't only true of starting a software project, but of most things in life. Some once said, "nothing gets done by committee".


      Successful projects always start out with someone (or occasionally a few people) doing a bunch of work. General George Patton once said, "It's better to have a bad plan now than a perfect plan tomorrow." Someone has to go ahead and start doing some work. Make it available, be open to accepting help. Do not, however, wait for some magic moment for everything to be perfect and have dozens of people ready to go. That moment won't ever happen.

    2. Re:tip by pyrrho · · Score: 3, Insightful

      "nothing gets done by commitee" == "let me be boss man"... a group of minds working together (rather than infighting) is recombinantly more powerful than a single mind. This anti-commitee idea is just for people that do not know how to cooperate and value opinions of others separate from agreeing with others. It's the same false bian that makes people think the Corporate world is more efficient than the Government, which is laughable!

      --

      -pyrrho

    3. Re:tip by broken77 · · Score: 2, Interesting

      Another notable quote... "If something is worth doing, it's worth doing poorly". I don't know who said that.

      --

      I modded the Troll Investigation and I got

    4. Re:tip by Anonymous Coward · · Score: 0

      mod this person up...

    5. Re:tip by Anonymous Coward · · Score: 0
      While I agree that it is often an excuse, I disagree that governments are efficient. In my experience (dozens of government departments, two years) their motivations are about doing things morally right and saving their own butt by going via the process (and suggesting new, bloated, processes) rather than getting the job done. They outsource everything so they can blame someone else - it's an entire culture that is scared, and based around not taking responsibility.

      Government is the very example of bloat and blame.

    6. Re:tip by ikioi · · Score: 1

      >Some once said, "nothing gets done by committee".
      I think this may have come from The Fountainhead. At least that's where I first heard it.

    7. Re:tip by soloport · · Score: 1

      Action != Progress

      When an individual makes all the decisions the work done is the result of a force with a very narrow scope.

      When a room full of Marketing, Support, Design (as in graphics), User Interface, DBA, Systems and other geeks work together, the work done is the result of a force so broad in scope, it can't be stopped.

      It's like a slow, massive glacier. Hard to "see" the progress, but still unstoppable.

    8. Re:tip by Xapp · · Score: 1

      In my experience there is a simple scheme that allows everyone input as to the direction and layout of a project while keeping the project on the timeline.
      This scheme requires that the core developement/design (design/developement:)?) team agree on a majority rules veto system. This system is, stated simply:
      If a problem arises that extended discussion may hinder advancement of the project
      - If time permits continue discussion.
      - Otherwise take a vote on the issue, majority rules.

      It seems to work for me. There have been some hurt feelings but in the long run the entire group has been more productive and Happy!

      --
      Eye, says I.
    9. Re:tip by Anonymous Coward · · Score: 0

      Unfortunately I haven't had time to properly register, but would like to add a quick comment on the different project leadership techniques people are bantering about. One key element missing in the discussions of projects run by committee vs "Corporate Culture, is this: defining and accepting of team roles. This doesn't mean "I lead, you follow". This means that a group of like minded individuals at the start of a project define the roles and skills for the project to be successful, assigning and/or recruiting those roles, acknowleding the responsbilities of each role, and supporting one another within each team members' defined role.

      I have managed large project for many years and have found that if projects don't have some kind of role based structure, team members don't consistently know when and how to appropriately contribute. As a project manager, it would be grossly inefficient for me to make all the key decisions or to mediate every design issue. To be successful I need to clearly define and delegate many of these roles and need to strongely support the team members willing to take on these responsibilities.

      Structure will always kick anarchy's butt!

  2. Data Point by FFFish · · Score: 5, Informative

    Example of open-source idea that hasn't taken off: the endless work that has been done to create an workflow/information management system.

    There have been at least a half-dozen attempts to plan such a system, but AFAIK none have made it to the point of being well-documented, let alone well-coded.

    This is a shame, because its one of those "killer apps" that could rocket Linux into mainstream business use.

    --

    --
    Don't like it? Respond with words, not karma.
    1. Re:Data Point by brunes69 · · Score: 2

      What exactly is a "Workflow / information management system"?

    2. Re:Data Point by JohnMunsch · · Score: 2, Informative

      It can take a lot of forms but I can give an example taken from my personal experience.

      GameDev.net is run by a diverse group of people spread all over the U.S. A workflow system would allow us to take incoming emails for example or new news or article submissions and perform a sequence of tasks on them.

      For example, all new email items could be directed to one individual who screens the email. The items that made it through the initial screening could go to whomever was designated as "email answerer" for that week. The resulting replies could be sent to another individual for approval and then the reply sent.

      Incoming articles could send out a copy of the article to each person on a review committee. They could approve or decline approval but if a sufficient number approved the item it would be automatically posted to the site.

      There are lots of examples of this but it basically has to do with data movement and editing among a variety of humans and automated processes. The movement is normally defined externally in some kind of program or script so individuals don't have to know what happens when they get a new email and hit the approve or disapprove button. They just do their job and the system moves the data to the next person or directly to its final destination without their having to be informed of every change in procedure.

      --
      Sigs are for people who started using the net _after_ '86.
    3. Re:Data Point by Anonymous Coward · · Score: 0
      Dude, a high level semantic language that can output many formats such as HTML or PDF/PS or CSV or ASCII. Support for acronyms and abbreviations for disabled users. A complete publishing cycle with that management buzzword, "turn-key", and so easy secretaries can produce high quality documents - click on a button - and it's published. This is something Microsoft has never done and something that Open Source has never made easy.

      Check out the screenshots... of this faded and dead project (of a few months). I really wish they would pick this up again and push it towards Docbook with XSL transformations.

      The web publishing cycle is a huge market.

    4. Re:Data Point by Anonymous Coward · · Score: 0

      Workflow describes the steps that need to be taken, who can do them, and in what order they need to be done. A flowchart for a business process.

      Workflow management systems make sure that all of the steps are done, in the right order, by the right people. And those people only need to understand their piece of the process.

      Most businesses have workflow management, but it may be manual. Here's what it looks like at a fast food restaurant:

      1) You get in line to place your order.

      2) The workflow management system identifies the most available person to take your order. That person takes your order. The system checks off that step, and OK's the next step.

      3) The bill is calulated, payment requested, and change given. Depending on the company process, that may be done by the same person as step one, or someone else.

      3) The order is sent to the kitchen, and assigned to available people. One person cooks the burger, another gets the fries, and one more gets your drink. Or maybe one person does all of the steps. The system knows who is qualified for each task, and who is available.

      4) When all of those tasks are completed, then the meal is given to you.

      Note that the workflow is similar, but slightly different, for a fast food restaurant, a diner, and a cafeteria. The same steps happen, but the order may vary. The steps may be done by different people. But a workflow management system will make sure that the cashier in the diner collects the payment as the last step, even if he worked in a fast food place previously, where it was collected at a different point.

  3. My Experience by zpengo · · Score: 5, Interesting
    I attempted to create a new open source Content Management System (CMS) for an online magazine. I set up a source forge project, developed design documents, recruited a whole gang of very talented programmers, and then spent the next two months trying to make something, *anything*, happen.

    They just kept asking, "Where's the source code?"

    It really is tricky to get an open source, distributed programming project started, because the new people don't have anything to hack on. There's no jumpstart or catalyst.

    I wound up just writing the whole thing myself, and never got around to opening the source. It's a loss, because it'd be much better and much more widely used had the idealistic methodology actually worked.

    --


    Got Rhinos?
    1. Re:My Experience by Wesley+Everest · · Score: 3, Insightful

      I think getting an open source project going is similar to organizing anything. In past projects, software and otherwise, I've tried two bad methods.

      The first was to get a core of an idea and then hunt down people interested in helping. The problem with this is that the people you will attract will not be so interested in getting work done. At best you'll get a lot of armchair coders that are most interested in shaping the idea, often in directions you completely disagree with.

      The second was to do it all by myself and hope others will be inspired and jump in. They won't.

      What you need to do is put yourself in the shoes of your potential fellow coders. What will get them excited enough to put time into the project? The best example I've seen is GIMP. They got a framework up and working in a short time and made the project modular and extensible. They then primed the pump by getting some cool modules written. Quickly others made modules and next thing you knew there was a large group of developers making plug-ins and actively improving the architecture to make their plug-ins work better.

    2. Re:My Experience by slaytanic+killer · · Score: 4, Interesting

      Reminds me of an analysis I wrote at Kuro5hin. I am just looking at it again and seeing if I still agree with it:

      ----

      Here are some points I've noticed are useful in building a successful free/open projects.

      . Don't assume that you will get any help. This sounds antithetical to the whole point of opening up the source. However, there are other points; an end-user contributes a patch.. and then gets competent enough to understand some aspect of the software that she can provide help on the mailing lists. Eventually that person may contribute more. And even if not so many developers help out, you probably at this point have an infrastructure that is good for efficient (== less costly) support. As Netscape learned, opening up the source is not some magical fairy-dust, but it does have some very deep overall advantages.

      . Stable mailing lists. Should have an archive, so you're not answering the same question over & over. As well as a faq. You might find that much of this infrastructure is very useful even just for purely internal projects.

      . Have a pretty good first release. That's how you attract users. The point is that some of these users start liking the software, and would rather help it along rather than switch to something else that doesn't quite satisfy their needs. A secondary advantage to this is that you'll probably have a good design at this point, since you were forced to deal with the monster. Make your mistakes before releasing it, so the developers will know that you have experience and trust that you understand the sticky corners.

      . Feel free to look at other projects. It clearly seems like you're developing in Java, so I'd suggest looking at the guys at jakarta.apache; they have an entirely straightforward approach to things, even if one of the mailing-list archives gets bounced around to different URLs sometimes...

      And at this point, you probably will notice that you are doing the best practices that you should have been doing for any project, internal or otherwise. (Making sure to comment, for example.) Just a small generalization to external development. And it will probably be some of the best management training you will ever find.

    3. Re:My Experience by KyleCordes · · Score: 2

      To start a project, you're going to have to write the first (perhaps micro) release. It needs to be good enough, or at least interesting enough, to be worth someone else joining in your efforts, rather than ignoring you and making their own implementation of ___ instead.

      "Where's the source code" is totally reasonable... it's certainly consistent with the meaning of "open source".

      The world does not need any more empty SourceForge projects.

    4. Re:My Experience by alienmole · · Score: 1, Offtopic
      I wound up just writing the whole thing myself, and never got around to opening the source.

      Hey, maybe that's why it didn't succeed as an "open source" project! Just a thought.

    5. Re:My Experience by AbsoluteRelativity · · Score: 0

      Isnt all of life like that? People start off doing thier own thing, then they have to learn how to integrate these things. I find its easier to work alone at first because you dont have to worry about what other people want, instead you create it the best way you feel it should work. Its like how when government was created, it started off as kings czars with one man in charge of the rest, stemming from tribes and down to a tribe of monkeys with a dominant male that controls things. Eventually you want more people to help you because you know your program is deficient in some ways, so you start inviting other architects to contribute ideas, after they gain your trust, you start trusting them with parts of the architecture that you can almost ignore what they are doing and let them do it the way they want but still you hold over some control, eventually you start taking user/public opinion as to how things should work, but still since you are the ones who have to do it, you only take it as an opinion. Eventually things change, eventually they become so componentized that any one can structure anything the way they want. Like Themable GUIs, that a user can customize things to the way they want to work with them, eventually these things will be easier to translate from system to system, and dependancy on things being done one way by one person vanish (fade out) and rather then build everything from the ground up, you merely reconfigure things to the way you need them down to their most basic components as necesary and up to their most largest meanings, you dont have to worry about damage because the system will translate them for you. But that is what we all want, but what we currently dont have and will achieve some day when translation becomes better (translation from language to language, like a cpp compiler).

      --
      disclaimer : My views do not represent those of every one else in slashdot.
  4. Where are the Universities? by Anonymous Coward · · Score: 1, Interesting

    What part are Universities playing, or have they all resigned themselves to keeping up with MFC and the latest WINAPI?

    Are they able to participate in nurturing meaningful Open Source or is it beneath them?

    1. Re:Where are the Universities? by hearingaid · · Score: 2

      huh. where are the universities? look around, see plenty of stuff going on.

      at my institution (I'm a grad student, not in CS), there are strange wars around campus over operating system choice. the campus is sponsored by Sun and so we have these javaboxen all over the place. however, there are a pile of machines owned by various faculties that are all running iis, and yes, they were all hit by code red. one of my (non-CS) profs has a linux server in his office. so by no means is it a MFC house: rather it would be best characterized as a war zone. the only CS prof I know seems to be doing all his work in java. also, I know of plenty of other places where perl is running everything.

      but then, I'm in library science, and here in LIS open source is considered a very good thing, because we always need to tweak stuff for our environments. (example: my library, written in perl and GPL'ed).

      --

      my old sig used to be funny, but then slashcode ate it and now it's not funny anymore

  5. GNU/HURD? by Anonymous Coward · · Score: 0

    Isn't that a big success of bizarre, um, bazaar thinking?

  6. Leader by Anonymous+American · · Score: 4, Funny

    I think most projects need a powerful leader to get them started quickly and push them in direction. Design by committee is slow. So start with a powerful leader, like a 8th or 9th level Paladin or Wizard to lead your party to success.

    --
    -- Sherman Boyd www.twocell.com www.shermanboyd.com
    1. Re:Leader by Anonymous Coward · · Score: 0
      Just stay away from this half-elf with 18 dexterity and 20 charisma (as reported on the onion ).

      -AC

    2. Re:Leader by bartle · · Score: 4, Insightful

      I think most projects need a powerful leader to get them started quickly and push them in direction.

      This is exactly right. I was expand this idea by saying that the most important thing is to have someone leading by example rather than by direction.

      What I mean is that the ideal open source leader should take it upon theirself to make it so the project is completed, regardless of whether other people join the project. This allows people to join and leave the project at their own whims, and yet things will get accomplished because the leader maintains a continual forward push.

      Leadership by example is also important because the only person a programmer will listen too (besides a person that pays him money) is one who has done the most work in the project. This is why the best leaders for open source projects are, in my opinion, programmers themselves.

  7. ESR's timelines need work by Anonymous Coward · · Score: 1, Interesting

    ESR's timeline predictions are pretty far out of whack, so I'm not sure I'd trust his ideas on project management....

  8. No code to bring to the table? by Anonymous Coward · · Score: 2, Insightful

    If the project is too big to start with a 1-man code base, at least make a flow chart describing the basics of what the software should do. That is certainly within the scope of a one or two-person effort, and will give the project the needed focus.

  9. OpenSource != leaderless. by nairnr · · Score: 5, Insightful

    I don't think that OpenSource should be equated with leaderless. When you get into big tasks, there still needs to be some sort of orginization with regards to what you want to accomplish. Asking everyone what they would like to see is one thing, trying to implement them all is another. Just because everyone can code, doesn't neccesarily mean that everything needs to go into blessed code. Any Project needs to have some sort of Project Manager.

    There are a number of projects I would like to start when I have the time, some of which I would like to develop on SourceForge or whatever. However, I would still like some say as to what features I think fit within the scope or ambition of a project.

    1. Re:OpenSource != leaderless. by MikeFM · · Score: 3, Insightful

      I've had a couple projects that have been highly modified and extended and are still being used in new and interesting ways years after I stopped development myself.

      The important part seems to be working on it until you have something that is actually usable. Once it's usable other people will just start fixing things for you and adding new features.

      After seeing all the things that have been implemented (or attempted) in the old version it's not hard to design a new version where again a central person or group does the brute of the work and then the masses again use as a core.

      It's sort of a flux between chaos and order that repeats over and over and both parts are equally important.

      --
      At what price learning? At what cost wisdom? The price is a man's peace of mind, and the cost is his life.
  10. it's all about the popularity by Bistromat · · Score: 5, Insightful

    One of the major drawbacks (or benefits, depending on how you look at it) to the bazaar model is that its success depends directly on its popularity. If you make a project, let's say ThneedView, that everyone needs, you'll have people clamoring to submit patches for improvement. The drawback to this, of course, is the amazing number of cluebies who have no idea what they're talking about. The signal-to-noise ratio on a popular open-source project is amazing. OTOH, if your program is of interest to you and no one else, nobody's going to help you. Of course, nobody's going to bitch at you and start flame wars for making pivotal decisions on the evolution of your project, either. This is why I like the Linux evolution model (for example), where everyone can contribute, but someone is ultimately responsible for deciding what goes into the project and what gets tossed.

    Paid programmers don't necessarily have to have any interest in the program they're producing (though, admittedly, it helps). Therefore, their projects don't depend on their popularity with the community, and everyone involved (generally, PHB's excepted) has a clue. Then again, this model limits the number of minds working on the project, and thus can be detrimental.

  11. Bazaar? by deth_007 · · Score: 2, Insightful

    I first must confess that I don't understand what the Bazaar model consists of, but I think it sounds like something akin to 'anarchy'.

    Personally, I don't see a project getting off the ground this way, at least not with any semblance of a coherant project.

    I also lead an Open-Source project (shameless plug: jspShop) but we are definately proceeding in a structured manner. Perhaps this is some kind of outdated model that is staying around from corporate example, but I can't really think what else we could do. In society at large, even, we have 'leaders' to guide our development.

    I don't see it as a bad thing.. I think without some top-level guidance a project would, at best, lose efficiency. I wish I could remember who it was that said this in a previous slashdot post, but I can't. I'll paraphrase it here:

    'Tell me what gets things done faster.. talking about implementing ideas, or implementing them'

    (I think it was the AtheOS guy? Can't remember).

    Anyways, the long and the short of it is.. I think top-level guidance leads to an efficient product with specific goals met. Sure it might aggrevate some people.. but they are free to take the source and turn it into what they want as well. (Ala phpNuke - PostNuke).

  12. they start like this: by Anonymous Coward · · Score: 0

    I think most open source project's out there, especially the windows clone desktop stuff start like this:

    "Hmmm, people really like this great Microsoft/Adobe/Whatever app...hmmm, i know let's try and copy it, sure it won't be nearly as good as the original, but oh well..."

  13. doh by Chundra · · Score: 3, Insightful

    It doesn't work. You MUST have some real code before you go open source. Look up the freedows project on google to see a classic example of a
    project that failed at the bazaar mode off the bat. I think people want code to play with to get them motivated, not some open source planning committee.

  14. how to do it by Anonymous Coward · · Score: 0

    1. get an idea
    2. write a program using it
    3. repeat

    just do it. don't talk about it.

  15. Discussion never creates code by Lenolium · · Score: 2, Interesting

    Remember this one thing, committee's can't program, I've noticed a trend that any open source project that starts with over four team members seem to just sit around and talk, and never accomplish anything. All of the successful projects started with one guy doing something because he wanted to, and others helping him along the way.
    Discussion is good, but remember, talking design all day doesn't actually build anything.

  16. bazaar worked for us by perdida · · Score: 2, Interesting

    Our website developed along a bazaar model.

    A group of us had been experimenting with news and analysis stuff, on other sites and on a separate website. Then, someone offered a domain he owned for use.

    Everything just came together. We had a vague, open idea (a news website with a particular editorial style) and we all loved it so much that we did, piecemeal, the practical work needed to get the thing up.

    we found hosting, modified scoop in order to make a closed editorial queue, found an opening cadre of users.

    we worked so hard, and made so many compromises, because we were all motivated by a reward -- getting the site up -- and we didn't have too much invested in each little idea individuals had about the site.

    if you stop your motion, your dynamic excitement, and try to boringly work out principles, you will get dragged down.

    if the nature of the technology you are working with allows it, do NOT stop. discover principles of structure for your idea as you go.

  17. Open Source Project Suggestion: by Anonymous Coward · · Score: 0

    What do Slashdotters think about a project to
    ban the infamous uber wannabe cyber-journalist-
    novelist-philosopher Jon Katz forever (including
    all facsimiles) from www.slashdot.org?

  18. RAD by ZaneMcAuley · · Score: 1

    Could open source be a new wave in Rapid Application Development

    Ie., Many eye's (and hands) approach

    --
    ----- Whats wrong with this picture? http://www.revoh.org:1234/whatswrong
    1. Re:RAD by ZaneMcAuley · · Score: 1

      or eXtreme Programming

      Maybe we should call it Open Programming

      --
      ----- Whats wrong with this picture? http://www.revoh.org:1234/whatswrong
  19. I think you have to have a leader by barzok · · Score: 2, Insightful

    Someone has to make the final decisions. I'll probably get roasted for this example, but here goes.

    Look at the discussion & infighting through the recent Linux kernel changes, especially over VM implementations. Now imagine if there was no Linus or Alan to put forth a final decision.

    Discussion, debate and arguing are vital, but if you don't have someone (or a very small, focused group) to take that input and render a decision, no progress will be made. Decisions by committee are slow and may not be beneficial to the good of the project.

  20. Open Source the best option? by UltraBot2K1 · · Score: 0, Flamebait
    ESR states, "One can test, debug and improve in bazaar style, but it would be very hard to originate a project in the bazaar mode." Is this true?


    Oh, it's entirely true. If you weren't in on the ground floor (RMS, Linus, Taco), you don't have that much of a chance of originating a successful Open Source project. I mean, have you browsed at sourceforge lately?


    Which brings me to my next point: why open source? If your idea is worth doing, it's worth doing right. Which involves drawing up a business plan, getting funding, and, if you can pull it off, cashing out with an IPO and living the rest of your life on your own tropical island, surrounded by beautiful women. (Okay, to tell you the truth, if you're anything like the typical slashbot the women just aren't going to be happening even with the money; but the island's nice.)


    Besides which, we need more innovative tech startups right now to jumpstart the economy. If you look at a chart of new IPOs vs the level of DJIA, the clear trend is that the more IPOs there are, the higher the stock market goes (and therefore, the better the economy is doing). So we NEED more high-tech companies being created and taken public right now. In light of the recent terrorist attacks and their clear purpose of disrupting the American economy, I'd almost say it's your patriotic duty to start a tech-company if at all possible -- the same way it's the duty of every muslim fanatic to travel to Mecca at least once in a lifetime.

    --

    Slashdot: Open Source, Closed Minds.

    1. Re:Open Source the best option? by deth_007 · · Score: 1

      I agree with you that the traditional business model is a viable option for some projects.

      However, I have a hard time thinking that Linux itself would have received any kind of funding at it's inception. Open-Source allows you to do away with what other people think, and do something on your own. The model of business plan-funding-IPO is great, so long as your project follows the accepted public 'Norm'. Anything a bit quirky, a bit off-the-beaten-path, innovative, even, is extremely difficult to find funding for.

      Not to mention that most funding agents expect some say in your project (and why shouldn't they? it's their money) so it ceases, at least on some level, to be 'your' project any more.

      The IPO model has it's place, for sure. But it's not the best solution for every project. You have to evaluate the pros and cons, just like anything else.

    2. Re:Open Source the best option? by Anonymous Coward · · Score: 0
      I'll be blunt here. You're an idiot. It's just that simple. I don't care about the mod points I'll lose by saying this straight out, but it's clear from your babble that you have the intellectual capacity of the common ground squirrel. Let's dissect your message, shall we?

      f you weren't in on the ground floor (RMS, Linus, Taco), you don't have that much of a chance of originating a successful Open Source project. I mean, have you browsed at sourceforge [sourceforge.net] lately?

      And your point is what, exactly? What are the odds of a regular business failing? For those who don't know, roughly 9 in 10 businesses fail. It's been like this forever, and will continue to be like this. Open Source deals with the economics of ideas, instead of money. Thus, the most successful projects get the brainpower, the non-successful die. It's just that simple.

      Which brings me to my next point: why open source?

      Why not. Perhaps this is just a hobby. Maybe the submitter is happy with their day job, and wants to to the project to do in their spare time. Linus started Linux as a hobby to learn the convoluted 386 instruction set; maybe this project has other goals which aren't as "lofty" as making money. Plus, I consider that last swipe not only unnecessary, but untrue. Have you seen Linus' wife?

      Besides which, we need more innovative tech startups right now to jumpstart the economy. If you look at a chart of new IPOs vs the level of DJIA, the clear trend is that the more IPOs there are, the higher the stock market goes (and therefore, the better the economy is doing).

      Again, I must restate my thesis statement that you are an idiot. In the '80's, when Regan was president and we had an equally large economic boom, there wasn't this IPO rush. In fact, the IPO rush of the last couple years probably caused the trouble we're in right now. The massive amounts of IPOs for insanely idiotic ideas caused a lot of money to be drawn away from ideas which were truly revolutionary. Once people became dissillusioned with those bad ideas, the baby was thrown out with the bathwater.

      In light of the recent terrorist attacks and their clear purpose of disrupting the American economy, I'd almost say it's your patriotic duty to start a tech-company if at all possible

      Perhaps the submitter isn't American, perhaps the submitter isn't. Either way, your appeal to patriotism is misguided at best, anti-patriotic at worst. What people truly need to do is examine what's important in their lives and work for there. If anything, the recent terror attacks should have shown that money isn't everything, that it's more important to be with the people and things you love.

      The post of this article obviously thought about the things that you mentioned before they posted it, and came to the conclusion that an Open Source project was in their best intrest. Like you said, this is America, and we're allowed to make our own choices here. The poster chose to make their project open source, you probably wouldn't. You shouldn't knock them for making this decision, but rather, compete with them by trying to give the people the best value for their money.

    3. Re:Open Source the best option? by Anonymous Coward · · Score: 0

      You've been had. Don't feed the trolls.

  21. Thank you for the insight, Captain Duh. by Anonymous Coward · · Score: 0

    Thank you for the insight, Captain Duh.

    1. Re:Thank you for the insight, Captain Duh. by ZaneMcAuley · · Score: 0, Offtopic

      Captain Duh, cool nick :P i think ill adopt that handle :)

      --
      ----- Whats wrong with this picture? http://www.revoh.org:1234/whatswrong
  22. How about KDE by Anonymous Coward · · Score: 3, Insightful

    My memory may be failing me, but it seems like KDE became a bazaar style project pretty early on. And of course, there's Debian.

    It seems to me that the most successful bazaar projects are very broad in scope and accompany a lot of small, almost atomic elements that are combined. A single monolithic project that requires huge amounts of coordination for each component possibly requires a strong leader to keep things under control.

    Part of this has nothing to do with "cathedral vs. bazaar" anyways. It comes down to convincing other people to get things done, and setting a good example by getting things done yourself. A good manager knows when to debate the architecture, when it's time to start coding, and how to get people started too!

    1. Re:How about KDE by Anonymous Coward · · Score: 0

      Debian isn't bizarre style you bloody wanker, what do you think the DPL does?

      ooo nifty a formkeys error, haven't had one of those in while, thought maybe taco learned to code...

  23. Myth by Anonymous Coward · · Score: 0
    The bazaar model is a myth. Most projects (especially open source ones) are entirely the work of one or two dedicated individuals.

    Sure you will get bug reports for your program, but it really isn't much different than commercial development (except you don't get paid). About 90% of the patches outsiders submit to you are going to be useless or have to be totally rewritten.

    1. Re:Myth by smccrory · · Score: 1

      I agree that most open source projects end up being largely the work of one or two dedicated individuals, but that doesn't make the bazaar model a myth. In fact, there are plenty of examples on Sourceforge alone to bear that out.

      I've been a part of (as well as have led) both OSS and commercial projects and it seems to depends largely on the people. The best thing you can do it work hard to find capable coders and do all you can to keep feeding what is driving them to your project.

  24. Caveat by paul.dunne · · Score: 2

    It's maybe not such a good idea to take stuff such as "The Cathedral and the Bazaar" as a description of how software development, free or otherwise, ought to be handled. Here is some good analysis and criticism of "CatB" et al. .

  25. Organized software development by isa-kuruption · · Score: 4, Interesting

    This is one thing I have kind of always wondered about myself. Here's the thing. When a software company (e.g. Microsoft) starts coding a new app, it actually begins several months (if not a year or two) before the idea gets off paper and into the hands of the developers.

    Guidelines need to be set, studied and altered to better fit a model. Flowcharts, maybe... what about general funding? Start any kind of project, where you could look at 2 years of full-time development, is going to require some kind of revenue stream. Do you think Windows XP was released after 8 months of coding? Sure, it SEEMS like it was, but sometime back in 1997 Microsoft had the idea to merge Windows 95 and Windows NT. It took them nearly 5 years to accomplish this.

    This similar thing can be said for lots of different software. Development doesn't occur overnight. The first draft isn't the BEST draft... there will always be bug fixes and feature additions. In fact, you may start coding an application and half way down the road realize it would be better done some other way and would need to rewrite half of everything you've done. This is something you need to be willing to do from the start of the project.

    1. Re:Organized software development by jhoffoss · · Score: 2
      I thought the idea to merge the desktop and network environment back together began almost immediately after they released Win 3.11 for networks? Or maybe it was just after Win95/NT 3.5 were released.


      Re-writing a chunk of your codebase sucks, but if you're undertaking that kind of task, the outcome will usually be worth the extra pain, correct? And if you know what you're doing already, have an idea of where you want to take it, and some skilled programmers, then you're set.


      I think if it were possible to have open source programmers in the same geographical location, you could start from scratch open-source much more effectively; as much as meetings suck, you can cover more ground face to face in a few hours (with some pre-planning, of course) than you can in a week's worth of message-board exchanges.

      --
      Linux: The world's best text-adventure game.
    2. Re:Organized software development by cavemanf16 · · Score: 1
      I've seen a new software project switch its architecture, primary coding language used, and business requirements every other day for weeks on end. And yes, it did not get off the ground in 8 months. If you want to write a useable, sufficiently involved software program, better spend a good year or two desiging it before you even begin to think about coding it.

      We all know it takes M$, one of the biggest and richest software companies, 3 revisions to have a useable, semi-popular product, and another major revision to make it an industry leading software package. Then they polish it up a fifth time just to finally meet many (not all) of actual user requirements and complaints that the previous 4 versions didn't have.

      Any open source project should be focusing on design and architecture first. If it takes forever for it to leave the hangar, so be it. If it's got high potential, people will jump on board to help tweak some of the smaller issues here and there as the project moves forward.

    3. Re:Organized software development by big_hairy_mama · · Score: 1

      But there's one thing I've always liked about message boards - typing things out forces you to think about what you have to say. Sure, face-to-face is much better for brainstorming, or any other rapid-fire conversation, but once you have your general ideas for the project and the architecture, message boards force more thought into the actual implementation.

  26. Easy by 4of12 · · Score: 2

    end advice as to how to avoid endless bickering about trivial issues

    You sound like you've already had more experience in this area than most.

    From what I've seen in the Linux camp, bickering is allowed to continue so long as valid points are being generated. Once the antagonists freeze their positions to merely make themselves look good, then it is time for the project leader to exercise benign dictatorship rights and pick a resolution.

    And, as others have noted, participants that provide substance toward a solution are more valuable than participants that talk about solutions, and those that talk about solutions are more valuable than those who just gripe and whine about what's bad without suggesting positive improvements.

    Paraphrasing from the money aphorism:

    "Code talks, but talk walks."
    --
    "Provided by the management for your protection."
  27. One example by Mac+Beckett · · Score: 1

    You might want to take a look at Binary Cloud, and maybe talk to Alex Black, the project's originator. It's in its r2 stage, now, but Alex built most of the r1 version himself. From the homepage: "binarycloud is an opensource, enterprise class web application platform." Mac

  28. Mozilla's one gaping example of what not to do. by dave-fu · · Score: 2, Flamebait

    Having been involved with its development almost from the get-go, in the good old days when Netscape 4.0 was beating the pants off of Internet Explorer and mostly supporting the standards better than IE, I figured it'd be exciting to be in on the ground floor of something new and visionary.
    What I wasn't ready for was the clashing of inflated heads, the war of egos, the cacophony of nonsense. I got in on the ground floor, got involved in some flame wars (don't ask what about, i can't even remember) and got off shortly thereafter. The bloating code and slipping deadlines are a testament to the impotence of Mozilla's development model.
    The bazaar's just too bizarre for me: I'll stick with the tried-and-true methodology of project leads, senior and junior developers, thanks.

    --
    Easy does it!
    This comment has been submitted already, 276865 hours , 59 minutes ago. No need to try again.
  29. Interesting topic. by 3seas · · Score: 1

    Seems to be real helpful as to explaining the value of development talent vs. ideas.
    To bad those with good ideas have to deal with coding difficulties created by the
    development talent.

    [shrug] if only coding was alot easier.....

  30. Buy In by ZaneMcAuley · · Score: 1

    A project is dead in thw water without "buy in" from project managers, devs, test, etc etc o and yeah, USERS :D

    --
    ----- Whats wrong with this picture? http://www.revoh.org:1234/whatswrong
  31. Perhaps that is how the new software is done, by PigeonGB · · Score: 1

    but Microsoft likes to take code that is already completed and figure out how to make it better. They take Windows,Word,etc code and start working on improvements.
    No one likes to admit it though. It is a perfectly good model to work with, and I am sure ideas get translated into working prototypes before they are submitted...they are probably given the green light much more easily that way.

    --
    I have 3656.9 Bogomips. How many Bogomips do you have?
  32. Peer teams as a model? by gentlewizard · · Score: 5, Interesting

    I know /. is not fond of the folks in Redmond, but M$ has been developing a leaderless team model over the past six years that may be worth taking a look at. Microsoft Solutions Framework (MSF) has a team model that gives each member a key responsibility and holds them accountable for it, but there's no one boss of the whole deal. You can read about it in this Word document.

    What if the person who had a new project idea advertised it in newsgroups and /. etc and asked for volunteers for the six key positions in the model? If they couldn't get enough takers, maybe the idea isn't so hot. When they get enough, that team would become the nucleus to get the first rev out. After that, the normal OSS process could take over.

    1. Re:Peer teams as a model? by gerardlt · · Score: 1

      The only danger I see with this is the possibility that people will pass off the tricky problems as belonging to someone else.

      Frederick Brooks wrote about this in "The Mythical Man Month", which is still a very relevant and occasionally funny read.

      --
      /* This sig is disabled. Press CTRL-W to enable. Thankyou */
  33. Wrong by SirWhoopass · · Score: 3, Interesting
    "Nothing gets done by committee" means that nothing gets done by committee. It is not a hidden message to steal control. It is fine for a group to agree on an agenda and review progress. Once there is work to be done, individuals get it done.

    Try this experiment: get together with someone else, sit down at the same computer, and try to write a piece of software together. Try to write an essay together. Try to fill out a spreadsheet together.

    I've been on plenty of committees. The good ones realize that a meeting is to review progress and make sure everyone is clear on the plan. The bad ones think that the meeting itself is the productive work (instead of overhead to get work done).

    1. Re:Wrong by cutshade · · Score: 2, Insightful

      I'll bet you don't believe in Extreme Programming techniques then. (Although I've never tried the pair programming myself)

    2. Re:Wrong by Hast · · Score: 1

      Pair programming works just fine, I know that from personal experience. However it does require that you can get along with your partner. And that at some point one say "I'll do this then" instead of discussing what and how to do endlessly. Naturally this is a skill, it's not the same as coding on your own. But it is not impossible.

      However if you cram a room full of people. Varying from coders, managers, psychologists to someone who just figuer they'd get some donuts; /then/ you won't be able to produce any code.

      The first (pair programming) is a team, not a committe.

    3. Re:Wrong by HBD · · Score: 0

      Does it count as pair programming when you transfer code back and forth with someone on the otherside of the world(litteraly) that you have never met in person before and still manage to accomplish more in an hour on a single module than you could do alone in a day..lol..thats what i do, i am also about to start getting more ppl to work with on prjs so it should be around 4 ppl by the end of the weekend(all of use r like extreme hackers, not like newbie coders, the shit we are doing will b a MAJOR step forward for open-source..u will see when it is done..i don't want to say the idea yet because someone will probably take it and work in a huge group and finish a month or two before us, but trust me, you will notice when it is released.)

      --
      -- Note to self - 'Don't push that button'.
  34. My problem is this... by Mustang+Matt · · Score: 2

    Any application I start, opensource or not, I always seem to go back and redo it a dozen times before it's right.

    Am I just a poor coder, or am I not putting enough effort into planning or is this normal?

    Lately I've been better about it, but I can go back and look at projects I did 6 months ago and think, "What the heck was I thinking?" and redo it 10x better.

    --
    The man who trades freedom for security does not deserve nor will he ever receive either. - Benjamin Franklin
    1. Re:My problem is this... by Anonymous Coward · · Score: 0

      is this normal?

      I don't know about a "dozen" times, but in my experience, I've always treated the first working version of a software project as a prototype.

      So many managers seem to think "it works, it's finished." Truth is, design is necessary, but no-one *ever* understands a problem until they've solved it - and you can't do design until you've actually code up a solution (however crappy). You can then back and rewrite it from scratch in a tiny fraction of the time - with fewer bugs and better performance and lower maintenance requirements.

      But like I said, managers never understand this and want it NOW NOW NOW (wah wah)!

  35. Bazaar can defeat design by andy_from_nc · · Score: 3, Insightful

    I think you'd need to adapt this. If you create an iterative process where release dates dictate the last go for a given design release (which hence is implemented while other parties can continue working on the next phase of the design if they choose). The problem is that you cant just have sweeping philosophical discussions while no development goes on. You need objectives, milestones and goals. Not to say that you can't have a conversative process for developing even those but there needs to be a point where even if its not perfect, work starts, nail it more in the next iteration.

  36. Re:Nurture this by Anonymous Coward · · Score: 0

    Less pining for ESR rhetoric, more coding!

  37. Realize that Open Source is a myth by alexhmit01 · · Score: 5, Insightful

    Free Software is a set of principles. There is a concept of rights of the user. You release it open because its the "right thing" to do.

    You can't "start and open source project" because there isn't really an open source project.

    There are projects. Open Source is a type of licensing.

    One of the effects of the licensing is that you may get help. This is terrific. We use open source projects, if we modify the system, we submit patches. That's the benefit of it.

    However, all open source projects are run as normal projects. Many of the top (quality of code) projects started as University projects (PostgreSQL, BSD, etc.). Some of them are run by corporations, but if the anti-corporate garbage from Slashdot is an indication of the programmers (I don't believe it is, however), you won't get support because nobody wants to make anybody rich.

    The trick is to build a solid foundation. If you get help, terrific. However, you'll have to focus on project management. It's like being a "real" project manager, but since you don't pay your programmers, they aren't going to take orders as well.

    If this project is of use to a corporation, see if they will "sponser" the project. Maybe you can make a proposition (show them that this could make them or save them X dollars if completed, so if they can supply Y dollars or programming hours (YX) then you can get the unpleasant part done).

    Be creative. However, there is no magic bullet.

    Building software is building software. Whatever license you stick on the final product is separate from the process of GETTING the product.

    Alex

  38. Voluntary dictatorships by markmoss · · Score: 2

    "Bazaar" is a rather distorted view of how open-source projects run. If you try to start one that way, you will get an endless discussion of specs and no code. And if you tried to run an on-going project that way, you'd either get the same endless discussion, or infinite forking and no progess.

    Open source projects start with one or two people defining the core and writing some code, then recruiting others to add to the code base. They progress if the founder is good enough at dealing with people to be able to hand out assignments to volunteers and to decide which improvements do or don't get into the code base. That is, they are run as mild dictatorships: Linus Torvalds welcomes suggestions but ultimately decides what becomes part of Linux. Anyone could go make his own changes no matter what Linus thinks, but given the respect Linus has earned, if you fork the code you will probably be working alone. Linux coders voluntarily submit to Linus's decisions because it's better to be working with Linus and 10,000 others than to be going it alone... It's a dictatorship that is benign enough that people volunteer to come under it, and dissenters can safely be ignored rather than shot.

  39. The Perl Model by Anonymous Coward · · Score: 0

    You might want to examine how Larry Wall is
    handling perl 6. RFC period, followed by a set
    of decisions by Larry. Seems like a good model,
    although YMMV.

    1. Re:The Perl Model by Anonymous Coward · · Score: 0

      > You might want to examine how Larry Wall is
      > handling perl 6. RFC period, followed by a set
      > of decisions by Larry. Seems like a good model,
      > although YMMV.

      You're referring to an organization type where
      design papers are issued by a central authority,
      (Larry Wall's Apocalypses), discussed by a reduced
      set of individuals (Exegesises), and finally
      implemented by a broader audience (Wall, exegets
      and contributors).

      Looks pretty sexy the way you describe it, but I
      think the example you've chosen goes totally
      against what you're trying to prove.

      Let me explain : whatever one's opinion is about
      Perl, fact is that is has never been "designed"
      in the proper meaning of the word.
      Think at how much the language changed between
      versions 4 and 5. Think about the dozen of
      different paradigms that live together inside
      this language definition. Think that Perl cannot
      be formally (EBNF) specified, then will never be
      able to be standardized. Think about the 4 ways
      you can do object-oriented tasks in Perl.
      Briefly, think about the incredible mess Perl
      became.

      IMHO, Perl is one of the worst examples of a
      clean and consistent design. It is a counter-ad
      for the open-source development model.

      Thus, I totally agree with you on the idea that
      detailed design have to be first provided by a
      single, autonomous, non-bazaar entity. But for
      me, a better example would have been the XML
      libs design by the W3C and the excellent
      open-source implementation by the Apache
      fundation.

    2. Re:The Perl Model by Anonymous Coward · · Score: 0

      Please note that I did not say, "You should make your project just like Perl." I said that s/he should look at the model currently being used by Larry to solicit opinions and ideas from the bazaar. The initial RFC period from the bazaar, followed by a period of synthesis and response by the cathedral seems like it might give the best of both worlds.

      Your critique of Perl's design, or lack thereof, is misplaced and inappropriate in the context of the original post. It will, therefore, not receive the rebuttal it would require in another venue.

      In closing, it's obvious that we agree about the approach. You just have some "issues" with Perl.

  40. Probably better to write something to start by kingdon · · Score: 1

    Well, if you browse sourceforge you'll find plenty of examples of where it hasn't worked to start without code. There must be an example or two where starting without code worked. Perhaps GNOME is an example? At least, I remember Miguel proposing GNOME to Red Hat before there was any code (although if we count various bits of code from midnight commander maybe that's not even an example).

  41. Not entirely correct! Check out Sourceforge... by SuperKendall · · Score: 3, Informative

    I was recently looking around for something like this, and as I remember the most interesting looking project I found was the Open For Business project. They are definatley further along than just design and have at least some code (some parts of the project further along than others). Actually Workflow is but one part of the project, they have a whole range of related things.

    The project is based on J2EE standards as well as standards proposed by OMG (Object Managemnet Group). The workflow piece in particular is based on stuff from WfMC.

    So, have a look through that. A simple search on "Workflow" revealed many other projects on Sourceforge, otheres look like they might have a great deal of substance as well.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  42. ERP system - Open source project idea by SaidiaDude · · Score: 1

    This article couldn't have come at a better time.
    Have been having problems along the same lines. Am interested in creating an ERP (Enterprise Resource Planning) system for small/mid sized businesses, based on open source. Basically a Linux/Apache/Tomcat/MySQL server, serving up web pages as needed. Lots of interest from folks that I talk to, but no-one is interested in coding. In the early research phase right now, and am ready to start creating reqts docs (spec to follow). I'd like to do this "the right way" with system design, (small but concise) docs, etc.
    My questions to the /. community:
    - Does such a product/project currently exist?
    - Would your company be interested in (seriously )trying such a product?
    - How much would they be willing to pay - round about figure: 1K, 10K, 100K, etc. (I realize this depends on # of users, features, etc.)

    1. Re:ERP system - Open source project idea by Anonymous Coward · · Score: 0

      Interesting idea.
      One big hurdle: support for the product.
      Who's going to provide it? Most Biz would
      not install S/W w/o suport contracts (OK,
      small Biz may be different, but you
      get the point).

      Otherwise, a decent idea technically.

    2. Re:ERP system - Open source project idea by Anonymous Coward · · Score: 0


      Pretty decent idea. My company (100 employees)
      was looking for an ERP system, but couldn't
      afford the SAP/Peoplesoft/Oracle/Seibel/etc
      systems. The on-line versions are too unreliable
      and slow (what if the connection is down?).
      Would be a decent product fit. I would guess
      that they would pay in the $10K range for the
      product (and installation).

    3. Re:ERP system - Open source project idea by KyleCordes · · Score: 2

      Many people work on open source projects because the project in questions scrathes an itch they have.

      How many individual programmers, working on their own time, need an ERP system?

  43. The Problem Here Is... by incuo · · Score: 1

    ...that you are supposed to apply the Bazaar mode only AFTER your project is "runnable and testable", according to ESR ( "The Cathedral and the Bazaar" ).

  44. Here is an example of a project: Linux by nels_tomlinson · · Score: 2

    Linus is said to have started from scratch, built something that worked (little, and poorly, but worked), and then thrown it out to a world which just happened to have been waiting for exactly that.

    I think that this is the key: give folks something that sort of works, to fire their imagination and get them to commit, and then (assuming that there really are folks who care passionately about getting this hypothetical project working) it'll take off.

    If you are proposing the 123rd super-duper-programmer's editor, don't count on folks getting all fired up. The first really usable version of Unix which could run on a PC without sending a month's pay to SCO got a lot of folks really excited.

  45. Need a dictator by heikkile · · Score: 3, Insightful
    As has already been said, there needs to be something for people to work on, and someone to coordinate all that work. Nothing good will come of merely announcing "hey, let's all get together and write a great program". Someone needs to decide what to write, to start doing it, and to keep the process on track.

    Still, you can start with very little, version 0.0.0.1 may not need much more than statement of the goals, and just a bit of code. Version 0.0.0.2 might have some of the major internal APIs defined, a sketch of the user interface, and a detail or two in place. Even at this point it is pretty hard for anyone to contribute anything except opinions. About at version 0.0.0.20 you should have the main building blocks defined (in text), the interfaces between them, and dummy code that does not yet do anything, but does exist. That is the first moment people can see where to put their code, and how to write it. There can still be huge undefined areas ( a web interface goes here, a file system there, an intelligent player AI here, some robotics there, and somewhere we need a booster rocket to get off the ground...)

    Even if you do not get many people involved in the beginning, optimize your project infrastructure during those early moments, make everything available and visible, cultivate relationships with the most promising participants, and gain their respect by showing some enlightened leadership. Listen to reasonable suggestions, but cut through with decisions.

    Still, expect to do a lot of the work yourself, that's why it is *your* open source project. Linus may claim to take credit for lots of other people's work, but I bet he still works a lot on the kernel. It will take years of time, a great idea, and a great amount of respect and skill and hard work to get there.

    Best of luck, anyway!

    --

    In Murphy We Turst

  46. use a nursery by Anonymous Coward · · Score: 0

    It's also critical to look for input and support in the right places when using the 'bazaar' model. Volunteers don't magically appear out of the ether. Starting out with a discussion and some code on the email list or newsgroup of a related project is going to be much more effective than just setting up a sourceforge site and posting to freshmeat. The Cheetah (www.CheetahTemplate.org) project is a great example of this. Someone posted a 'how do I ...' msg to the webware-discuss mailing list which started a huge thread on Python-based web templating solutions. Cheetah, and several other projects, were spawned by that thread. The webware-discuss list acted as their nursery.

  47. willing and eager by KyleCordes · · Score: 2

    Successful pair programming is based on both people being willing and eager to actually do the work.

    Getting a project started by committee sometimes consists of a bunch of people, each of which hopes that the others will do the actual work.

    Open source projects, and other projects, that attempt to start in the latter style generally don't get anywhere fast.

  48. Re:Not entirely correct! Check out Sourceforge... by Malcontent · · Score: 2

    "A simple search on "Workflow" revealed many other projects on Sourceforge,"

    unfortunately any search on sourceforge reveals a hundred projects that exist in name only. They really ought to do some house clearing.

    --

    War is necrophilia.

  49. Re:Not entirely correct! Check out Sourceforge... by SuperKendall · · Score: 1

    But you must admit, the number of people wanting to start up "workflow" projects (an inherantly boring topic to many) is probably going to be a lot less than the number of people working on, say a new editor or other development tool.

    So, the number of sheer "shell" projects under "workflow" I think is less, but like I said I only examined the one I mentioned at all carefully. Some of the others sounded good - a lot of times I use the number of message posts as an initial determination for alive a project is.

    In the general case though, I have to agree with you that Sourceforge could probably use a sweep for projects with no activity ina year and no code at all!

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  50. Re:Not entirely correct! Check out Sourceforge... by Malcontent · · Score: 2

    What boggles my mind are searches for "project mangement" and "intranet". You'd think that people would be better off working on sourceforge itself rather then starting the 500th project management tool. And to be honest most of them suck totaly. In the meantime a comprehensive project management tool like sourceforge is just about impossible to install anywhere.

    --

    War is necrophilia.