Slashdot Mirror


IT Giants Accused of Exploiting Open Source

An anonymous reader writes "A top European Commission official has accused major IT players such as IBM, HP and Sun of using the open source community as mere subcontractors rather than encouraging them to develop independent commercial products. Jesús Villasante, head of software technologies at the commission, said: 'The open source community today [is a] subcontractor of American multinationals. Open source communities need to take themselves seriously and realise they have contribution to themselves and society. From the moment they realise they are part of the evolution of society and try to influence it, we will be moving in the right direction.'"

31 of 511 comments (clear)

  1. The Inverse by Adrilla · · Score: 5, Insightful

    But aren't they also helping Open Source by increasing it's popularity? They are huge companies that carry a lot of weight, and they can get people to adopt it who wouldn't have thought to before. Which can bring in more developers through increased recognition of the movement.

    --

    "Plans are for fools! Oglethorpe, the plutonian (Aqua Teen Hunger Force)
    1. Re:The Inverse by ajs · · Score: 4, Insightful

      Absolutely! Open source software is not about social change or politics or multinationals or even business. It's about scratching an itch and sharing the result. Huge companies like IBM or 15 year-old kids in Mexico can both do this, and have the same access to the tools of the trade. It's the ultimate fair playing field, and everyone gets something good out of it.

    2. Re:The Inverse by zerocool^ · · Score: 4, Insightful


      Open source is the ultimate communist and ultimate capitalist tool.

      On the one hand, successful open source development relies on the nature of man to contribute to a work without expecting a return - doing it just for the good of the community.

      On the other hand, the GPL/LGPL/etc make it plain that, while you can sell open source software, you must also make available the source code, and anyone who purchases it now has the same rights as you do, and can give it away.

      Communism: The community helping the community, for the sake of the community. Capitalism: The perpetual search for the cheapest solution.

      --
      sig?
    3. Re:The Inverse by StormReaver · · Score: 3, Informative

      "On the one hand, successful open source development relies on the nature of man to contribute to a work without expecting a return - doing it just for the good of the community."

      This is 100% false. Open Source relies upon the nature of markets: contributing to the market with the expectation of equal or greater returns.

      Open Source isn't about altruism. Open Source functions because I have a need for software that doesn't exist, and I write that software (or portions of it). I expect my contribution to be used and improved on by others. Those improvements commonly occur in ways I either didn't expect, couldn't do myself, or simply didn't have the time to do. Those improvements may not even take place in the program that originated the code, but rather are implemented with pieces of my code that are put in unrelated software to which I later get access. Software that I wouldn't, or couldn't, have created myself is now available to me.

      This expectation has been borne out unfailingly over the years.

      That my contributions make the world a better place is a secondary concern. It's not that I don't care about making the world a better place, but normal rules of classical economics (i.e. the Invisible Hand) ensure that outcome. Which brings me to Free Software.

      Even Free Software, which is driven by philosophy, isn't at all related to Communism. Free Software is driven by the idea that, with the unspoken assumption that software plays a central role in modern society, no one should be beholden to the providers of software. Free Software strives to make the world a better place, but it is no more Communism than the desire for political Freedom is Communism. Both Free Software and the desire for political Freedom draw from the same source (pun intended).

    4. Re:The Inverse by NickFortune · · Score: 4, Informative
      As the article stated, open source programmers are being treat more a subcontractors

      That's right. Hardly a day goes by without IBM phoning me up, telling me what I have to write next, what coding style I must use and what format to use for the documentation. And they get really, really snotty if I blow the arbitarily short deadlines they set. I wouldn't be so bad if they didn't make me spend most of my day sitting in endless tedious meetings, and dealing with political crap that my boss can't be bothered to field because I'm only some scummy contractor...

      I've done actual, real world subcontracting. That's a little unfair to some of my employers since I've had some good bosses, but but I've also had gigs that weren't far off what I described above.

      I've written some open source software too. The experience is very different. I do what I want to do, according to my deadlines and my techniques. I write stuff that I will find useful, or in order to learn how do something. If other people find my work useful, that's how I measure the success of my labours.

      I've been a subcontractor and I've coded open source. The two experiences are very different.

      --
      Don't let THEM immanentize the Eschaton!
  2. Hmph by Toby+The+Economist · · Score: 4, Insightful

    I think someone is taking himself - and open source - too seriously.

    People write code because they enjoy it.

    99.9% of the time what they do has no meaningful impact on 99.9% of existance.

    People who write code because they think they're going to change the world never do.

    --
    Toby

  3. the hand which feeds you... by spectrokid · · Score: 4, Informative

    He seems to forget a lot of OS software gets coded today by people who get a check for it. If half of the devellopers on a big project are paid by corporations, is it that difficult that the project does what the corporations want?

    --

    10 ?"Hello World" life was simple then

  4. Open Source Community Likes This by TuataraShoes · · Score: 3, Insightful

    The OS community (and those who appreciate and respect it - like many on slashdot) seem to be pleased when there is some big name take-up on open source software.

    When you write software for pleasure, you like others to use it.

    When others make loads of money from it, the feeling is mixed.

    --
    Surely in vain the net is spread in the sight of any bird -- Proverbs 1:17
  5. Everyone for themself by Mattygfunk1 · · Score: 4, Insightful
    Bullshit. Nobody is using anybody, and everybody is using everybody.

    Everyone who contributes to open source has their own adjenda. Private individual programmers may just love using the community software, business may just love the low price tag. Who can complain when everyone (open) wins?

    __
    Laugh Daily funny free videos

    1. Re:Everyone for themself by the_xaqster · · Score: 5, Interesting
      ....I'd be if I were up all night coding a release, and then, suddenly, my commerical counterpart announces a new build, new features, and and an upgrade fee the next day!


      But what would stop you getting the sources, incorperating their improvements into your code, adding a new feature that people will want, but not enough people to justify the company developing it, and releasing it yourself, for free? Or even just taking the Open source code and releasing it for free, changing for support? Then the company is left changing for the same (or less featureful) product you are now giving away.

      Open source cuts both ways. They can base their commercial app on your code, but you can base your code on their commercial app.

      Swings and roundabouts really.
      --
      I'm just here to regulate Funkyness
    2. Re:Everyone for themself by ajs318 · · Score: 3, Interesting

      That's a big black mark against the {three-clause} BSD licence. At least if you used the GPL, or a source-only BSD licence {i.e. not allowing binary distribution} then any "competing" product based on your code can never be made closed-source. You will have the advantage that anything they do, you also can do, and probably for less money than they want for it.

      The BSD people are very aware of this, and work their collective behinds off to keep software free. But it's a trap for the unwary.

      Remember! BSD = sharing is not theft, GPL = not sharing is theft.

      --
      Je fume. Tu fumes. Nous fûmes!
  6. He's right, but it doesn't matter by SimianOverlord · · Score: 3, Informative

    Big vendors may well presnt themselves as an open source "portal", saying "OK - you want open source; this is our IBM open source product..." but this is only slightly harmful now. I still believe the future development of open source is in the hands of individuals who are relatively uninfluenced by big business interests, focussing instead on the technology, and just making a better product. Plus, the open source community has this ingrained ethic about doing it yourself - the ability to fork at any time on a principled issue acts as a sort of safety valve.

    I guess an analogy is two fish swimming in a stream - at the moment the shark of big business is swimming alongside the remora of open source in the same direction, but should things change, both will take their gained advantages from the arrangement and swim away in different directions once more.

    However corporations package it, the community is strong to its principles and will not be subverted for capitalism. Contrary to what Villasante says, the open source community does not need to actively work to achieve social change - by its very nature any success it will accrue will do that job for it.

    --
    Meine Schwester ist sehr, sehr reizvoll - Nietzsche
  7. The hand that feeds them by HaydnH · · Score: 5, Insightful

    "The open source community today [is a] subcontractor of American multinationals."

    To be fair, although the multinationals do have a lot to thank the OSS community for, I think the OSS community has a lot to thank the multinationals for in return. Take Open Office, where would that project be without Sun buying StarDivision in 1999 and open sourcing StarOffice 5.2 in 2000?

    Personally I feel that the current relationship is symbiotic and works well. Sure in the future the OSS community should probably become less reliant on the multinationals, as long as they don't bite the hand that's fed them.

    --
    Time is an illusion. Lunchtime doubly so. - Douglas Adams
    1. Re:The hand that feeds them by m50d · · Score: 4, Interesting

      Openoffice was only opened up after KOffice had started. I think without OOo linux office suites would actually be in a better place - koffice is cleaner, less bloated, and better documented, and if (big if, I know, but still) all the effort that went into OOo went into it instead we would see more returns.

      --
      I am trolling
  8. meh by metricmusic · · Score: 5, Funny

    Don't believe him. He's trying to turn us against IBM. Look at what happened to Anakin.

    --
    http://www.livejournal.com/users/metricmusic
  9. Bah to your 'Hmph' by wurp · · Score: 5, Insightful
    People who write code because they think they're going to change the world never do.

    Richard Stallman might disagree with you.

    1. Re:Bah to your 'Hmph' by Throtex · · Score: 4, Funny

      Richard Stallman might disagree with you.

      I'll take "How to know you're on the right track" for $1000, Alex.

    2. Re:Bah to your 'Hmph' by Peaker · · Score: 5, Insightful

      Many would agree that Richard Stallman, with his GNU manifest, has in fact initiated the Free Software movement, that later also yielded the opensource movement. He has also inspired Linus to make Linux free, if you note the fact Linus has used Richard's GPL license on Linux.

      In other words, without Richard, we'd be stuck in the 80's or early 90's where all software is commercial crap, shareware crap, and all of the power over computer users would belong to big companies - forever locking them in and controlling their computer usage.

      I'd say he changed the world more than say, a random prime minister of some country did.

    3. Re:Bah to your 'Hmph' by LWATCDR · · Score: 3, Interesting

      "we'd be stuck in the 80's or early 90's where all software is commercial crap, shareware crap, and all of the power over computer users would belong to big companies "
      I can only guess that you where not around in the 80s. Not all software in the 80's commercial or shareware. There was also a ton of FREE SOFTWARE around before RMS started his religion. Think GCC was the first free c compiler? Look up small c sometime.

      RMS didn't change the world. The real truth is if it was not for Linux there is a very good chance that RMS and GPL would be a footnote.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  10. Here is my analysis of open source... by pieterh · · Score: 4, Informative

    (Taken from a presentation I made explaining open source as a development model for large businesses)...

    A common misconception about open source is that because it is "free" it is somehow a charity operation where programmers work bene-vola because they want "to contribute".

    This is, however, wrong. When Adam Smith said: "It is not from the benevolence of the butcher, the brewer, or the baker, that we expect our dinner, but from their regard to their own interest", he was accurately describing a world in which self-interest creates mutually-beneficial structures.

    Open source contributors are attracted for different reasons, depending on how far they understand and identify with the technology at hand. We can identify the self-interest of each role, while seeing that the overall structure serves everyone:

    * "Users" will evangelise (seeking security in the company of others using the same technology).

    * "Power users" will help others who have problems (seeking the kudos that comes from helping others).

    * "Pundits" will discuss the technology in public forums (seeking the fame that comes from being able to accurately identify trends and future winners).

    * "Insiders" will take on parts of the testing process (seeking better familiarity with a technology that may become an important part of their skill set).

    * "Players" will delve into the technology itself, taking on smaller roles in the process (seeking the kudos and fame that can come from being on a winning team).

    * "Key players" will take on major roles in the project (seeking to impose their ideas, turn a small project into a major success, or otherwise earn a global reputation).

    * "Patrons" will provide financial support to the project (looking to sell services, often to the users, that require the technology to succeed and be widely used).

    The naive view of open source focuses only on the players, ignoring the wider economy of interests. A successful open source project must attract and support all these classes of people (and others, such as the "troll", who vocally attacks the project in public forums, thus stiffening the resolve of the users and pundits who defend it).

    Thus we can understand the needs of each role:

    * Users need a pleasant and impressive product so they can feel proud about showing it to others.

    * Power users need forums and mailing lists where they can answer questions.

    * Pundits need pre-packaged press releases, insider tips, and the occasional free lunch. Some controversy also helps.

    * Insiders need regular releases, frequent improvements, and forums where they can propose ideas for the project.

    * Players need extension frameworks where they can write their (often sub-standard) code without affecting the primary project.

    * Key players need badges of membership, and access to the right tools and support.

    * Patrons need a high-quality and stable product that supports their services and additional products.

    The only people working full time, and usually professionally, on an open source project are the key players. All the others will take part in the project as a side-effect of their on-going work or hobbies.

    While a traditional software company must pay everyone in this economy except the users, an open source economy must only pay the key players, who make up perhaps 2-5% of the total. Further, the key players will work for significantly less than the market rate, since they also derive a real benefit from working on successful projects, which I call the open source "payload". The most important part of a future programmer's CV is the section titled "Open Source Projects". This is the payload. It translates directly into dollars, proportional to the impact and importance of the open source projects involved.

    When compensation plus payload does not cover the cost of working on a project (in terms of loss of compensation for alternative work), the key player will suffer "burnout" after 12-18 months, more or less depending on the person's tenacity.

  11. I believe the article 100% by ian+rogers · · Score: 4, Funny

    What, you expect me to call Jesus a liar?

    ps - funny, not troll.

  12. oh dear... by ladget · · Score: 5, Insightful

    The European Commissions worries about the Open Source Community? Stop software patents and we are fine!

  13. Breaking the Code by NickFortune · · Score: 3, Interesting
    From TFA:

    He Said:

    "Open source communities need to take themselves seriously and realise they have contribution to themselves and society.
    He Meant:
    Open source coders need to form startups which can be bought up and crushed.
    He Said:
    From the moment they realise they are part of the evolution of society and try to influence it, we will be moving in the right direction
    He Meant:
    Open source communities have realised they are a part of the evolution of society and are influencing it but not in a direction that my paymasters find profitable
    He Said:
    Companies are using the potential of communities as subcontractors -- the open source community today [is a] subcontractor of American multinationals
    He Meant:
    Maybe if I can make them feel as if they are losing out they'll all get discouraged and do something else.
    He Said:
    What I think is that Europe doesn't have a software industry today
    He Meant:
    And it isn't going to have one tomorrow either if I have any say in the matter.
    He Said:
    Open source is a complete mess -- many people do lots of different things. There's total confusion today
    He Meant
    I really, really really don't get this open source thing. Really, I'm a clue free zone.

    Or am attributing to malice that which can be adequately explained by stupidity?

    --
    Don't let THEM immanentize the Eschaton!
  14. Re:Getting sick of European leaders trashing Ameri by NitsujTPU · · Score: 3, Interesting

    I'm getting sick of Americans trashing America.

    I'm also getting sick of people on Slashdot trashing America.

    I'm also sick of people on Slashdot trashing Slashdot (figure that one out).

    There really is nothing quite like sitting at dinner with an American girl explaining to her dining companions, all or almost all American, what a bunch of heathens we are, and how much we could learn from those overseas. What really bothers me is that this is intended to somehow exempt them from judgement. Americans explaining how dumb their countrymen are really do not sound any more intelligent for having done so.

  15. I actually read the article, and I agree with him by jesterzog · · Score: 4, Informative

    I actually went and read the article, and (surprise, surprise), Villasante is really not saying what Slashdot reports that he's saying.

    If you read the entire article, he's not specifically complaining that corporations are abusing the free coding of open source. What he is saying is that the corporations who release open source are also very responsible for lobbying for a lot of things that are later likely to inhibit open source development in the future. His working example is the European intellectual property legislation, that would ultimately inhibit open source in the wider view but is still being campaigned for by the likes of IBM and Sun.

    His point is that open source is the future of the software industry for Europe, yet by putting these laws in place that will give more power to the multi-national corportions, Europe is inhibiting its own future software industry.

    He's suggesting that open source developers are happily working with these corporations at ground level, but the same organisations might ultimately lead to a less productive open source model. This is what he means about the open source communities not taking himself seriously.

    I'm inclined to agree with him in many respects. Being able to develop in conjunction with businesses is a win-win scenario in terms of actually getting software developed, but we shouldn't necessarily ignore what else these businesses are doing just because they're cooperating in one aspect.

  16. A matter of participation by bhima · · Score: 3, Insightful

    OK, I actually read the article and he's got some good points. However the whole reason that these companies have a lot of sway with the open source community is that they are actively participating within it! I agree with him that the open source community could use some added independence and the solution is simple: the EU should increase their participation within open source community!

    --
    Nothing in the world is more dangerous than sincere ignorance and conscientious stupidity.
  17. Re:Getting sick of European leaders trashing Ameri by Jeff+DeMaagd · · Score: 3, Insightful

    I wonder what fraction of open source coders *really* are Americans?

  18. BS by WindBourne · · Score: 3, Informative

    Look, I code for KDE and use KDE. I truly love it. But kword had absolutely NOTHING to do with OpenOffice being created. MS makes money on 2 products (and loses on almost all the rest); Windows and Office. If not for the monopoly on those 2 products, MS would have died long ago ( their code sux, their support is horrible, they really do not have original ideas, etc. etc.).

    Sun opened StarOffice in an effort to depieve MS of their monopoly. They also supported Linux for quite some time thinking that much of the sale would be in the MS market.

    OpenOffice/StarOffice is making inroads into industry. It is obvious that this idea is working the way that Sun meant it to. The Linux route, though, has been killing Sun as well as Windows. They never thought that Linux could compete in numbers (financial or benchmarks).

    With all that said, I do use and like kword. But every so often I use OO as it gets the job done nicely.

    --
    I prefer the "u" in honour as it seems to be missing these days.
  19. I agree by tjstork · · Score: 3, Insightful

    Whenever something goes bad in Europe, European leaders are running around saying "America this", or "America that". It's not America's fault that Europe cannot both have a cradle to the grave welfare state with guaranteed social stability and a dynamic capitalist society at the same time. It's not America's fault that France and Germany have huge unemployment rates.

    All of our transatlantic problems are because of that simple quandry. Europe sees that America's trade policies are trashing its way of life. But Europe doesn't have to follow them. Europe doesn't have to have giant economic growth and doesn't have to try and become a unified alternative to America. Those are European decisions, not American ones. IF Europe wants to have a slower economy and fall behind economically but have more social stability, then let it.

    What I hate is blanket statements. Americans are a bunch of heathens that should be more integrated with the world. Americans don't understand foreign countries. Americans are stupider than their more civilized European counterparts. I mean, America has more people in more countries, both in businesses and in the military, then no nation in the world has ever had. America leads in many areas of research, has a robust economy, and yet, we're "stupid".

    Look at how much Europeans trash Texas. I'm no fan of that whole Southern Texas thing, but, if Texas were a country, it would be comparable to many European States in terms of economic activities. It's certainly larger!

    --
    This is my sig.
  20. Re:I HATE KWord by Dogtanian · · Score: 3, Interesting

    LOL, you hate the software and avoid it, because it crashed for you 3 years before? How pathetic.

    LOLOLOLOLOLOL!!!!!!!!

    I hate the software and avoid it because it crashed the first time I used it. And again. And again. It crashed whenever I wanted to change the typeface in a document. In other words, I had to conciously try to avoid the problem area every time I used the damn thing and it *still* crashed.

    That was a pretty fundamental bug to have slipped through testing. What did it say about the rest of the product? Not something I'd want to have to rely on.

    It was the equivalent of coming to a job interview with ketchup stains all over your shirt. You can change the shirt if it affects your ability to do the job, but the fact you didn't bother in the first place gives a bad overall impression of your attitude/abilities.

    You know something? If I had a good reason to, I'd probably have given it another go by now. But I have OOo, MS Word and LaTeX, and I can't be bothered. Yeah, I'm human; KWord failed me repeatedly when I didn't have time to waste, and unless there's a compelling reason to give it another go, I'm not wasting time with it.

    --
    "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
  21. As if by xenocide2 · · Score: 3, Interesting

    Just because the Open Source Movement isn't as openly communist as some socialist EU official would have liked doesn't mean it doesn't meet its goals of open software.

    If the problem is truly that IBM and the like are selling branded Open Source, and people are buying it, then the GPL will lubricate the production of competitors for 'IBM Open Source.' If this official somehow wants society to realize that IBM software isn't so different from, say, Debian software, well then I hope he's got the cash to market to the purchasing managers.

    I contend that the "Open Source Community" is taking itself seriously, which is why more and more of these programmers are becoming subcontractors. Hell, a lot of the kernel work is done by people paid by big companies to do so. If it appears to be a complete mess, its because, in part, it is so. Amatuers and professionals alike can write software; by saying something close to "you want IBM Open Source" IBM is putting its professional word behind the software. Open source is not a centrally planned economny, no matter how many people have told you that the GPL reeks of socialism and that RMS echoes the rhetoric of famous Communists.

    --
    I Browse at +4 Flamebait

    Open Source Sysadmin