Stories
Slash Boxes
Comments

News for nerds, stuff that matters

There is No Open Source Community

Posted by Zonk on Fri Jan 13, 2006 11:47 AM
from the you-can't-see-me-i'm-invisible dept.
porkrind writes "There is no Open Source Community is an Onlamp article about the economics of open source and how most people get it wrong. Really, open source is much more about supply and demand than it is about an activist community or individual drivers (individuals or individual companies) affecting change on society." From the article: "Taking the position that individuals have pushed open source forward leads to the conclusion that a core group of ideological 'believers' is necessary for the continued success of open source software. Businesses unaware of the falsehood of this claim are too afraid of running afoul of the 'open source community' and sometimes make decisions that are not in their financial interests. Both open source-based and proprietary software vendors need to challenge these assumptions."
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.

There is No Open Source Community 25 Comments More | Login /

 Full
 Abbreviated
 Hidden
More | Login
Keybindings Beta
Q W E
A S D
Loading ... Please wait.
  • by eldavojohn (898314) * <my/.username@@@gmail.com> on Friday January 13 2006, @11:48AM (#14464403) Homepage Journal
    Despite the nascent success of open source software, there has been increasing concern about potential pitfalls, such as patent infringement claims from large software companies including Microsoft. Many fear that Microsoft, often seen as an enemy of open source, is looking for the right opportunity to spring a patent infringement trap. Further fueling some of these fears is the copyright infringement by the Linux kernel claimed by SCO when it filed its lawsuit against IBM. While largely seen as unfounded, SCO's claims have led to some open source leaders calling for such things as more audits of open source code and legal indemnification from open source software vendors.
    You can say that again.

    Allow me to provide some anecdotal evidence of this fear. I work at Corporation X. I'm assigned to a project that requires me to program quite a bit of Java from scratch. So I download the latest version of Java and try to install it. No dice. I need a system administrator because only the JRE is on there, not the JDK. I e-mail my manager that it's going to be tough ...er... impossible to do my job without the JDK and he refers me to the Free Open Source Software (FOSS) division.

    So this FOSS department gives me a business process to follow which contains 31 steps that I have to push paperwork through. I say screw it and attempt to befriend a system administrator. About as far as I got was asking him to put the JDK, Apache Ant and Eclipse on my computer ... which resulted in him running around the room, rotating his upper torso, flailing his arms and yelling, "Warning! Danger Will Robinson!" Two weeks of pushing paperwork and I get my JDK. However, no one's asked for the Eclipse IDE version I want so that takes no less than 34 days (a day per step isn't bad).

    What were they doing in that time? Highly paid lawyers were sitting around a desk grilling my manager about what this software would be used for. Then they debated whether or not someone could come after Corporation X in the future if they learned that their editor was used to create a project.

    My frustrations abound in the corporate world but after what SCO pulled, maybe this insane precaution is necessary?

    I can't help but smile at the wad of dough next to this articles on the homepage as whoever made that the icon for this category had no idea how much it applies here.
    • Where do I begin... (Score:5, Insightful)

      by brunes69 (86786) <.gro.daetsriek. .ta. .todhsals.> on Friday January 13 2006, @12:08PM (#14464585) Homepage
      Either this story is totally fabricated, or the company you work for is staffed by complete morons and will likely go under shortly.

      First of all, you don't need a system administrator to install any of those things. Apache, Java, Ant, Eclipse, Tomcat, can all run from your home directory, or anywhere else for that matter. Don't have access to port 80? Run it on some other port for development.

      Second of all, Java is not open source in any way, shape, or form.

      Third, WTF is your employer doing asking you to write a Java application, but forcing you to jump through hoops to get the software to do it?

      Fourth, if this application you are writing is supposed to be deploye don Apache and Tomcat, then obviously the company has already given the go-ahead to use this open source software. So why the hassle?

      It sounds like this is either a case of the left hand not knowing what the right hand is doing, or a case of complete incompetance. Neither of which is good for a company.
      [ Parent ]
      • Re:Where do I begin... (Score:4, Insightful)

        by sheldon (2322) on Friday January 13 2006, @12:24PM (#14464742)
        Honestly.

        The story sounded pretty much the norm for any corporate development job at a company whose primary business is not software. The IT idiots setup the environment for Joe Friday computer user, and then think that developers ought to be able to conform within this same environment.

        First - My guess is he's running on Windows. The port 80 limitation isn't the problem. The problem is writing files to c:\windows without admin access.

        Second - Aspects are, like JBoss and such. Whatever

        Third - That's pretty much standard operation procedure for big corporations

        Fourth - Apache and Tomcat are not Eclipse. The corporate lawyers wanted to be assured that Eclipse had not been made by child slaves in Madagascar.

        It sounds like this is either a case of the left hand not knowing what the right hand is doing, or a case of complete incompetance. Neither of which is good for a company.

        Welcome to Corporate America. You obviously have never read Dilbert.

        But don't get me wrong. The salaries more than make up for having to deal with incompetence. :-)
        [ Parent ]
      • by Narcissus (310552) on Friday January 13 2006, @12:15PM (#14464650) Homepage
        It is true that the licence needs to be cleared, but surely that would be generally easier in the F/OSS world than the proprietary one.

        In reality, the legal team should just go through the major F/OSS libraries then they would have no need to continually ask people about "what ifs". They could have a checklist of things that the software will be used for and you could probably tell in 15 minutes whether or not that licence is acceptable for that case.

        In fact, that's one of the reasons I love F/OSS so much: with normal closed source software I have to read and re-read the licences to know exactly what I can and cannot do. With the free stuff, I just look at the name of the licence. I already know my rights and requirements for a fair few of these licences and I save time just knowing that I won't have to try and understand yet another licence in the closed source world.
        [ Parent ]
        • by Henry V .009 (518000) on Friday January 13 2006, @12:24PM (#14464746) Journal
          You don't have to agree to a license in order to use most GPL software. You have to agree to a license in order to copy the source code and use it for your own programs.

          That more and more open source programs make you agree to the GPL like it was some sort of EULA, baffles me. It isn't.
          [ Parent ]
          • by Narcissus (310552) on Friday January 13 2006, @12:36PM (#14464848) Homepage
            Agreed. However I was thinking not so much in the vein of Eclipse (although it was mentioned above) but moreso things like:
            * we're writing a program and there's a free library here... what are our requirements in using that instead of writing our own?
            * we're wanting to use a web app but want to change / add some features... what are our requirements with regards to our end users?
            * we're writing an app that uses GPL code but only for internal use... do we have to provide source code to anyone?

            There's just a few questions that even I've been asked from time to time. Having said all that, I think you almost made my point: you mention 'GPL' and knew that you didn't need a licence to use it. By just knowing the name of the licence, you understood your legal rights and requirements.

            Now if I asked you: does the developer licence on Company X's component Y allow you to write a competing product, the only way you could be sure would be to read (or get Legal to read) the actual licence. If it was the LGPL, for example, you would know without even having to read the thing...
            [ Parent ]
      • by Scarblac (122480) <slashdot@gerlich.nl> on Friday January 13 2006, @12:17PM (#14464668) Homepage

        Remember that by using hte software, you are agreeing to a license of some kind (GPL, Apache...whatever).

        No you don't. The GPL doesn't restrict use in any way, and you're entirely free not to agree to any of its terms. If you don't agree, you're not allowed to do any things that copyright law restricts (e.g., distributing it) but then you weren't allowed to do before you started using the software either. Merely using GPL software doesn't mean you have to agree to anything.

        On the other hand, if you use any software that has a EULA, an actual use license, then you are perhaps agreeing to something when you start using it. But I've never seen any open source software with a EULA.

        [ Parent ]
      • Remember that by using hte [sic] software, you are agreeing to a license of some kind (GPL, Apache...whatever).

        Incorrect. For most proprietary software, yes, the license attempts to govern use and must be "agreed to" prior to using the software (whether this is legally valid of not I don't know but remain extremely skeptical). Most free and open source software does not include any license governing use (though it does include a disclaimer of warranty). The GPL merely stipulates conditions under which actions that would otherwise be copyright infringement may be performed. And I don't see how any court could decide that a text edited using a particular program is then a derivitave work of that program; please correct me if I am wrong.

        I've noticed much free software ported to Windows requires, during installation, that one click "agree" to the GPL. This annoys me to no end because I need not agree to the GPL in order to use the software. Perhaps this common practice has confused you.

        [ Parent ]
  • by XxtraLarGe (551297) on Friday January 13 2006, @11:51AM (#14464426) Journal
    Rule #1 of Open Source Community:
    Do not talk about Open Source Community

    Rule #2 of Open Source Community:
    DO NOT TALK ABOUT OPEN SOURCE COMMUNITY!!!
  • by Xemu (50595) on Friday January 13 2006, @11:54AM (#14464462) Homepage
    "Taking the position that individuals have pushed open source forward leads to the conclusion that a core group of ideological 'believers' is necessary for the continued success of open source software."

    There's a Non Sequitur right there in the summary; just because an individual may have pushed open source forward in the past does not imply anything about future need.

    Contrast this with saying "an individual pushed the invention of a wheel forward, leading to the conclusion that a core group of ideological 'believers' is necessary for the continued success of the wheel" and you see the flaw in the reasoning.

  • Must be taking pointers (Score:3, Funny)

    by spurtle15 (899792) on Friday January 13 2006, @11:55AM (#14464467)
    from this guy. [welovethei...nister.com]
  • a relevent anecdote from RMS (Score:5, Insightful)

    by H4x0r Jim Duggan (757476) on Friday January 13 2006, @11:59AM (#14464504) Homepage Journal

    Here's an anecdote from Richard Stallman [gnu.org].

    At a trade show in late 1998, dedicated to the operating system often referred to as ``Linux'', the featured speaker was an executive from a prominent software company. He was probably invited on account of his company's decision to ``support'' that system. Unfortunately, their form of ``support'' consists of releasing non-free software that works with the system--in other words, using our community as a market but not contributing to it.

    He said, ``There is no way we will make our product open source, but perhaps we will make it `internal' open source. If we allow our customer support staff to have access to the source code, they could fix bugs for the customers, and we could provide a better product and better service.'' (This is not an exact quote, as I did not write his words down, but it gets the gist.)

    People in the audience afterward told me, ``He just doesn't get the point.'' But is that so? Which point did he not get?

    He did not miss the point of the Open Source movement. That movement does not say users should have freedom, only that allowing more people to look at the source code and help improve it makes for faster and better development. The executive grasped that point completely; unwilling to carry out that approach in full, users included, he was considering implementing it partially, within the company.

    The point that he missed is the point that ``open source'' was designed not to raise: the point that users deserve freedom.

    Spreading the idea of freedom is a big job--it needs your help. That's why we stick to the term ``free software'' in the GNU Project, so we can help do that job. If you feel that freedom and community are important for their own sake--not just for the convenience they bring--please join us in using the term ``free software''.

      • power to enslave is not a freedom (Score:5, Insightful)

        by H4x0r Jim Duggan (757476) on Friday January 13 2006, @12:45PM (#14464950) Homepage Journal

        > Freedom also means that you don't have to make your software "open source" or "Free" if you don't want to.

        You're calling the power to take away other people's freedom, a "freedom" in itself. Rubbish. When liberty in an inalienable right for everybody, yes, the "Freedom" to own slaves will be lost. No tear shed here.

        [ Parent ]
  • Waitaminute... (Score:5, Insightful)

    by Penguinisto (415985) on Friday January 13 2006, @11:59AM (#14464509) Journal
    From TFA: " While this makes for an entertaining narrative, there is quantitative evidence to the contrary. The reality is that placing too much emphasis on individual players in the open source movement ignores overarching economic trends that drove open source development and adoption."

    ...most projects are run by a core of developers and (at least) maintainers who are individually reponsible for the care and feeding of a project. And while TFA goes on to say that "Furthermore, taking the position that individuals have pushed open source forward leads to the conclusion that a core group of ideological "believers" is necessary for the continued success of open source software.", I submit that the beauty of Open Source is that if said individuals all gave up, evaporated, ran off to Tahiti, whatever, others can take the existing code and still develop/improve on it. A closed-source project is hosed once whoever owns it decides to not do anything about it anymore (e.g. the decision by MSFT to let WMP for Mac dry up and blow away)...

    /P

  • I agree one 100% (Score:5, Interesting)

    by vmcto (833771) * on Friday January 13 2006, @12:01PM (#14464519) Homepage Journal
    with the article.

    "Taking the position that individuals have pushed open source forward leads to the conclusion that a core group of ideological 'believers' is necessary for the continued success of open source software."

    Take the formation and continuation of the United States.

    Certainly it was started by a small group of ideologically and personally "strong" individuals, a core group that got the ball rolling. But today, the country has reached a critical mass that although could be unravelled, seems to be for the most part on autopilot.
  • Why not both? (Score:5, Insightful)

    by kebes (861706) on Friday January 13 2006, @12:03PM (#14464545) Journal
    This article irritates me in the way that most news media coverage irritates me: they purposefully polarize an issue, then present two exaggerated extremes, and try to figure out which one is correct. In the real world, neither is correct, and the truth is somewhere in between.

    This article tries to conclude "there is no open source community." They say: "Some software vendors believe that open source is an ideological movement." but say that this is an "entertaining narrative" and that the conventional wisdom (that ideological people drive open source) is wrong.

    Why can the middle ground be true? Ideological believers in open source contribute significantly to open source. They evangelize and often they diretly contribute (with code, for instance!). Will an open source project die if the ideological believers abandon it? Will an open source project die if the community stops caring? The answer is (as always): it depends. Many projects are community-driven, so of course they require the community push. Others are driven more by companies, so as long as there are enough companies involved, the project will persist.

    I have not finished reading the article, but already I'm annoyed. I find the black vs. white picture it paints a bit boring. The real world is complicated. It is worth making the point that companies should not fall into naive assumptions about open-source... but then again they would be silly to ignore the history of open-source, and the fact that alot of it really is driven and maintained by the community. Use that community to your advantage (but do not be led to believe that they are the final word in every respect).

    So is there an Open-Source Community? Yes, of course.
    • Re:Why not both? (Score:4, Insightful)

      by cnerd2025 (903423) <andrew.elgertNO@SPAMgmail.com> on Friday January 13 2006, @12:58PM (#14465110)

      Agree, but disagree. He says that OSS communities like to paint themselves as combatting the "evil commercial software" vendors. And I find that is correct. How many people, if you asked on /., would respond that they favor open source because it is a more ethical idea? I should think that this number is quite high. The article states that "religious communities" with people such as Linus Torvalds would never have gotten off the ground so rapidly if there hadn't been an internet. In other words, the classical model of development, to have experts gather and design software and then centrally distribute the software has worked and continues to work. Without an internet, this would be the only method of distribution viable. Walker's thesis is correct about the floppy disks; such a material-intensive approach is just ludocris and wasteful. Torvalds would be required to spend huge amounts to get the Linux kernel off the ground, and this is highly unlikely for a college student. In essence, we are OSS/FSF junkies because we see the advantages of it over commercial software, rather than as an avenue to "purify" software development.

      What I will agree with you about is the fact that "open source communities" do exist. What I will also say, however, is that many of the projects on sourceforge are ghost-projects. Many of them are excellent ideas, but lack of interest and group dissolution tore them apart. The idealistic "good versus evil" is not strong enough to hold the projects together, so only a certain percentage of the projects ever acheieve even beta status. Walker says that without the internet, OSS communities would have never sprung up, as some OSS pundits would like you to believe. Many of us would preach about our ideals and our hatred of the software giants, especially the Redmond Giant, and act as if we were some outshoot of local game-enthusiast meetings. Not true. I would never have gotten involved in OSS had there not been an internet. I would have no reason to. It would have been totally preposterous, a waste of time, and a waste of money. With the internet I was able to learn programming and learn about OSS. I personally believe that OSS is a better approach to design than commercial software, and I think Walker is saying this. We can't keep treating OSS as just some holy crusade against the commercial industry.

      The only point of contention that we do really follow religiously is the idea of intellectual property. Many OSS/FSF supporters indeed support intellectual property, but only as a method of naming authors. I support IP insofar as credit is given where credit is due. Money and excessive restrictions (such as DRM) are completely invalid (in my view). This is the only valid "cause" that I think OSS really has. Otherwise we would get along quite well with M$ and the other big guys. Walker in his article points out that IBM and other big names have latched on to OSS as a means for symbiosis. This is the strength of his argument. It is really a good article.

      [ Parent ]
  • supply and demand (Score:3, Insightful)

    by N3Z (746334) on Friday January 13 2006, @12:05PM (#14464569)
    open source is much more about supply and demand

    Very true. If there was not a need, OSS would never have gotten started. If vendors had provided good quality, resonable cost software, OSS would not exist.
  • by hughbar (579555) on Friday January 13 2006, @12:09PM (#14464591) Homepage
    During Margaret Thatcher's reign in the UK, she said 'there is no such thing as society'. I find this to be very similar and flawed in the same way. Not everything is supply and demand, tooth and claw. There is room for altruism, generosity and openness too. I find all these in many of my contacts with 'open source' folks. Or maybe I'm just and old hippy, past my sell-by date...
    • by Daniel Dvorkin (106857) * on Friday January 13 2006, @12:17PM (#14464664) Homepage Journal
      I've noticed before that extremists of both Left and Right can be identified by, among other things, their tendency to look at everything in terms of classical economics -- they assume that "the economy" will always make "rational" decisions, whatever they consider "rational" to be. (It's almost tautological that, being extremists, they have an idea of what's rational that doesn't coincide with anything real, but that's a whole 'nother discussion.) It's left up to those of us in the Vast Middle to note that irrational forces -- altruism, generosity, and openness, yes; also greed, envy, fear, and group-think -- very often profoundly influence how people spend their money, as well as every other aspect of how they live their lives.
      [ Parent ]
  • am I missing something? (Score:3, Interesting)

    by beta-guy (715984) on Friday January 13 2006, @12:09PM (#14464597)
    I installed linux on my compter as my only OS for a month and during that month I met and talked to lots of people who were part of the open source ommunity people helped me get my sound card working 1 guy showed me some fun things to do with the commandline, I have a passion for open source because even if there is a monopoly in the software world for this or that open source can still compete.

    I've seen some open source programs out there then the commercial alternatives as well, after talking to developers, and people who work with and use this stuff, and even go that extra step of helping new users I think says there is a community, Linux User groups are a form of community people sharing idea's and supporting each other in linux. Am I wrong?
  • Bad history (Score:5, Insightful)

    by jbolden (176878) on Friday January 13 2006, @12:12PM (#14464614)
    The article lacks evidence. It spends a great deal of time talking about economics of scale without at any point presenting what specific scale is required for certain effects to occur. Further his timeline is very far off. When open source developed most software were written by a very small number of people living close to one another and then distributed widely by mail. Sure the wide adoption of the internet helped both commercial and open source software use resources geographically far apart but he completely fails to explain why one side benefitted more than the other.

    What are the implications for software developers? The obvious manifestation of a lower bar to entry coupled with an increasing number of programmers is that it is getting awfully hard for a developer to charge for software. (Quick, tell me the last time you paid for a bare-bones email client.)

    A great example. In 1995 when was the last time people paid for software that had been expensive in 1980? The 1980 office products would be free throw ins by 1995. Small utilities are first sold separately and then get bundled into other larger programs. There proves nothing about scale.

    It used to be that a developer could hack up some small utility, pass it around as shareware, and ask nicely for people to send money. While shareware still exists, the trends are not in its favor. More recently, people who hack together a simple utility simply give it away. They don't ask for payment, because they recognize that it's generally a fruitless endeavor. It's not that they give away the software because they think it's a nice thing to do; they give it away because it's the only way anyone will actually notice.

    There was never a period of time when shareware was a particularly good model for anything other than marketing. The original shareware authors generally had a plan of:

    1) Write shareware
    2) Build up a user base (who pretty much don't pay)
    3) Use this base to get a commercial vendor interested enough to finance bring the product out commercially

    I could go on but this strikes me as a college freshman economics term paper on applying economic ideas to a recent trend, not as a real insight.
  • by breadbot (147896) on Friday January 13 2006, @02:11PM (#14465780) Homepage

    Some random thoughts about complexity. I don't have a coherent argument though:

    The author seems to assume that the more programmers there are, the more a software project will advance. In my experience, though, a small, dedicated team of 1 to 4 programmers can outperform the entire rest of the world in 99% of interesting cases. On page 3, for example,

    A new feature for a software project posted on the internet increases the overall complexity of the project.

    The author seems to equate an increase in complexity with an increase in functionality. It's true to some extent, but it also makes maintenance harder. To maintain or even improve any software, you need people who understand that software and, more importantly, who understand each other's changes. Which is why it's so nice to have a small group who can meet and talk and make decisions together. And to be productive, those people have to have a really good reason to:

    • Stick together
    • Respect each other's efforts
    • Refine the software until it is usable, which can take much longer than achieving basic functionality.
    • Be aware of what users really need, and not just what the programmers think they need.

    So far, I have seen these qualities mainly in commercial teams, with a few prominent exceptions in the open-source world.