Slashdot Mirror


FT on Europe's Open Source Option

Anonymous Coward writes "The Financial Times offers a very interesting read about Linux, its possibilities for business, and its threat to Microsoft. Also a second article about "Europe's open-source option"."

45 of 235 comments (clear)

  1. Problem with the article: by Gentoo+Fan · · Score: 5, Informative

    Developed by Stallman, the so-called general public licence attached to Linux forces anyone who modifies the system to make the modification freely available to others.

    Only if you REDISTRIBUTE the binaries as well! This makes it sound like any in-house change must be published.

    1. Re:Problem with the article: by frleong · · Score: 4, Insightful

      The general concern of large corporations is more or less like this: what if I am an employee of a large corporation and the IT staff used GPL libraries to develop in-house apps? Can I request the source code since I got the binaries? But wouldn't this cause havoc with the internal IT policies, as usually the source code can only be revealed on a need-to-know basis?

      --
      ¦ ©® ±
    2. Re:Problem with the article: by memfrob · · Score: 4, Interesting
      Can I request the source code since I got the binaries?

      I wouldn't think so, since your company has not actually "distributed" the binary. If the company has made the modification, then as long as the company keeps the binary internal to the company, I wouldn't imagine it would be constrained by that portion of the GPL. Just as they didn't "give" you that monitor on your desk, or that chair you're sitting in, I don't think they would "give" you the binaries that you're using. Since the GPL seems to rely on variants of the term "distribute" however, it could legally be interpreted several ways. I would think, however, that you are being given access to the binaries as an agent of the company, not as an individual; in that case, no real distribution has occurred.

      IANAL, but I'm sure your company has two or three; ask them.

      --
      The Wizard utters the word 'frobnoid!' and cackles gleefully
    3. Re:Problem with the article: by Keck · · Score: 3, Insightful

      Big difference between distribution within a company and distributing to anyone who wants to download it. Since corporations are legally treated as an individual person, there is no difference between everyone in a corporation using the modified code (in binary form) and not distributing it at all.

      --
      A computer without Microsoft is like ice cream without ketchup.
    4. Re:Problem with the article: by Keck · · Score: 2, Informative

      I doubt it, it comes down to the non-disclosure agreement between them. If the contractor is using the program only for work for that company (as they should) there is no reason the company has to give up their right not to 'distribute', as it's still that company [legally a person] using the program to their own ends. IANAL, of course, so this could be debated endlessly, but I think the real important part is that a corporation is legally an individual, and a contractor doing work for that 'individual' is part of that individual when serving in that capacity, and doesn't have the right to distribute their works if they don't say so. if the company says the contractor can distribute it, then they have to give them the source too, but otherwise I think the rights still lie with teh corporation.

      --
      A computer without Microsoft is like ice cream without ketchup.
    5. Re:Problem with the article: by frleong · · Score: 2, Interesting
      I doubt it, it comes down to the non-disclosure agreement between them. If the contractor is using the program only for work for that company (as they should) there is no reason the company has to give up their right not to 'distribute', as it's still that company [legally a person] using the program to their own ends. IANAL, of course, so this could be debated endlessly, but I think the real important part is that a corporation is legally an individual, and a contractor doing work for that 'individual' is part of that individual when serving in that capacity, and doesn't have the right to distribute their works if they don't say so. if the company says the contractor can distribute it, then they have to give them the source too, but otherwise I think the rights still lie with teh corporation.
      The contractor may not be allowed to redistribute the binary again, but GPL may force the corporation to give out the source code to the contractor. As you said, this can be debated endlessly. Being in a rather gray area, large corporations may avoid GPL even when they have lawyers and attorneys dancing around all the day.This doesn't mean that GPL is the problem, but certainly is a concern. To avoid hassles, they simply turn to non-GPL software (including BSD).
      --
      ¦ ©® ±
    6. Re:Problem with the article: by Hobbex · · Score: 2, Informative

      This is a common misconception about the GPL, which shows a misunderstand about what the license says.

      When you download software that somebody else has written, and use it as the basis of an inhouse piece of software, then you need the permission of the person who wrote the original software to distribute the derivative work (your inhouse software.) If the software comes with a notice that it is under the GPL, that is simply a communication from the author saying under what terms HE will allow you to distribute the software - namely that you keep it under the GPL and give the source code to anyone who wants it.

      The people that you distribute the software to have no legal right to dictate the terms under which you do so - only the original author does, since you can only distribute his copyrighted work at all with his permission. Thus, the people who get the software may be more than happy to sign away the ability to get ahold of the source code - but that does not matter, because it is not with them you made an agreement to distribute the source code, it is with the original author of the software.

      That said, regarding employees working in the office there is no issue what so ever - distribution of the software has to do with which computers it is installed on, not who uses it, so as long as the company owns the computer there has been no distribution. If it is software that employees or consolutants will take home and run on their own machines, then IANAL but it seems pretty clear to me that, yes, you do owe them the source.

      On the whole though, MS campaign of trying to use this against Linux is 100% FUD (or rather an outright lie). There are GPLed programs and libraries on Windows as well, people who don't want to GPL there software don't have to make derivative works based on them, and nor do they on Linux (there are plenty of LGPLed, BSDed, and even proprietary libraries to go around). And if they do want to base their software on something that is GPLed, the worse case is that they have to exactly what you always have to do with proprietary software anyways: call up the author and try to negotiate to pay for permission to use it under other conditions.

    7. Re:Problem with the article: by Saint+Fnordius · · Score: 2, Informative

      Most of the fear about Open Source software is due to Microsoft fearmongering. In reality, there's no problem with selling/using closed source on top of Linux (see WordPerfect for Linux). In fact, the "disadvantage" becomes an advantage, as the programmers and legal are more aware of their boundries.

      As for your example, the libraries can be put in a sandbox, and segregated from the more sensitive bits. But as long as you're not distributing out-of-house, you can keep your source code confidential. Just beware, should you decide that your app can be sold to clients...

    8. Re:Problem with the article: by rseuhs · · Score: 3, Informative
      Alright, let's ignore the existence of the LGPL and pretend it didn't exist.

      Asking "What happens to our software if we use GPL-software as base?" is like asking "What happens to my company when we don't pay licensing fees to MS?"

      It's just part of the rules. And be assured, it's a lot easier to make sure not to use GPLed code in in-house apps than to make sure no employee has somewhere installed some unlicensed software. (Which can cost the company hundreds of thousands)

      Also, all the GPL violations have been solved by either removing the code (rewriting it) or opening up the whole. So if you don't want to open up you just need to do what you should have done from the beginning: Write it yourself. The risks involved in breaking the GPL are minimal, especially because there won't be any damages claims. Also, when it is about an in-house app anyway, what's the big deal in opening it up?

      Micorosft's license, on the other hand, is enforced, there are audits and huge fines.

      Anybody asking "What happens to our software if we use GPL-software as base" is either:

      • An idiot still not understanding the GPL, the difference between GPL and LGPL and in this case also not understanding licneses in general
      • A MCSE, MSFT-stockholder or somebody else who will lose very much with the decline of Microsoft, happily willing to spread any FUD about any non-Microsoft product.
      • A troll
  2. Free beer! by e8johan · · Score: 4, Interesting

    I'd say that the article misses out on the freedom part of the word free. Not to sound evangilistic, but there is a bias towards free as in no money (but what can one expect from the _financial_ times?).

    1. Re:Free beer! by zorglubxx · · Score: 3, Interesting

      Actually it's better they left it out. I dont think the GPL gives you more freedom since it takes away the freedom to use the code in anyway way you may wish. The only license that gives you true freedom is the BSD one.

    2. Re:Free beer! by IamTheRealMike · · Score: 5, Insightful
      Yeah. So much for Stallmans vision of free software being wanted because you could control it and share it with friends. That sort of stuff is important only to a small fraction of the worlds people clearly.

      These things are interesting to read, and overall I thought the article was pretty accurate, but it makes it feel very dry doesn't it? All the graphs, figures, and relentlessly the focus on cost, the bottom line. Other benefits like increased flexibility and lack of lockin weren't mentioned. Neither was the fact that the vast majority of people who work on Linux the OS as a whole are not employed by big tech companies.

      It's also rather depressing how much the involvement of IBM means to people. IBM has done a hell of a lot of good work, but the "we didn't pay any attention 'till IBM did" line indicates supreme daftness to me - Linux hasn't changed that much. I guess it's just a case of sheeple following whoever is biggest.

    3. Re:Free beer! by e8johan · · Score: 3, Insightful

      It depends if you're interested in running a stable system or selling a patched version. I'd say most of the intended audience of the article aren't interested in selling Linux systems, but rather use it. Then the GPL is good, since it makes patches spread thoughout the community.

    4. Re:Free beer! by christophersaul · · Score: 5, Insightful

      IBM's involvement means a great deal. If you're an IT manager following IT trends, you'll have read about Linux in the trade press and shrugged your shoulders with vague interest. When the IBM sales guy turns up to tell you his AIX box can run Linux, or the Sun guy is talking about Linux boxes running your webservers, then you start to take more notice.

      Before, the evangelists were totally irrelevant and totally without credibility - in terms of who an IT Manager would take advice from.

    5. Re:Free beer! by Toy+G · · Score: 3, Insightful

      You must consider the context: it's the Financial Times speaking. They are not looking for the public good, they simply talk business to business-minded people.

      Why businessmen choose Linux?
      1 - Concern about IT spending (at least for SMEs this is the big factor).
      2 - Concern about relying on a monopolist, high-price oriented company (Microsoft as much as the old proprietary Unix producers).
      3 - Concern about relying on a monopolist, fixed-price oriented, *american* company...

      If you read the article, you'll find these and not much more, because the FT reader doesn't want anything other (well, maybe some tits would be appreciated).

      --
      -- Let's go Viridian.
  3. Very good to see by Achmed+Swaribabu · · Score: 5, Informative
    I think that the EU has traditionally been more open minded to open the source technologies than the USian people have been, by my judgment.

    We have been doing much work for lots of private industrial companies all over Europe by make the modfications to FreeBSD and Gnu/Linux kernel for years and just now starting to see jobs from the USA.

    Oh too, to make a clarification, most of our work has been on FreeBSD (my specialty actually) because we recommend it for companies because of the more flexible license, but we like the work on Gnu/Linux too.

    --

    All the best,
    --Achmed

    Swaribabu Consulting Inc. -- We code so you don't have to

    1. Re:Very good to see by IamTheRealMike · · Score: 2, Informative
      Oh too, to make a clarification, most of our work has been on FreeBSD (my specialty actually) because we recommend it for companies because of the more flexible license

      That's an interesting perspective. Presumably if you make custom changes for companies then they wouldn't be redistributed so you wouldn't have to reveal the changes anyway. And what sort of things do you change or add that is so secret they can't be released back?

    2. Re:Very good to see by Dan+Ost · · Score: 2, Insightful

      Part of that is that Microsoft is not a EU
      company and so there is no political motivation
      to protect MS's market in the EU.

      Whether or not that plays a bigger role than the
      national security angle (being dependent on a
      foreign company for national IT), I have no idea.

      --

      *sigh* back to work...
  4. This article was mentioned on BBC World's by mijok · · Score: 3, Informative

    World Business Report this morning. Very good indeed that Linux gets more and more publicity among businesspeople too.

    --
    Karma. Moderation. Is my .sig good now?
    1. Re:This article was mentioned on BBC World's by Chillblaine · · Score: 2, Informative

      The BBC website has an article on Linux aswell.

      PS. WTF does "The Sopranos" have to do with HP and linux ?

      --
      You Are Being Lied To.
  5. I love reading these. by poindextrose · · Score: 2, Interesting

    Written by businessman, for businessman.
    I can undestand why slashdot puts stories like these on but I still laugh when I read them. The contradictions, the overstatements, not to mention the information they sometimes get wrong. I don't mind reading them though, if only for a laugh.

    Not to say that this story has ALL of those listed above, but I did notice some lines that gave me a chuckle.

    --
    Karma: Raspberry Kiwi
  6. Re:FT??? by msgmonkey · · Score: 3, Insightful

    Not everyone is a mathmatician, infact (here in the UK atleast) a large number non business people know FT is short for Financial Times.. In fact the main UK stock exchange the FTSE is short for Financial Times Stock Exchange..

  7. So do I - for different reasons by CharlieO · · Score: 5, Interesting

    I love them - yes they are funny, but they are of major use to our community.

    Most of us on squishdot rage flamewars about code stability, scaleability, freedom of choice - but none of this matters to the execs - they don't read what we write.

    But if someone like the FT mentions Linux and how good it is - this gets read in the board room, on the train, on the trading floor.

    And then maybe, just maybe, someone will ask the head IT person just what its all about. Then we get a chance to explain it. Get a copy of these articles, save the link somewhere - and then next time you have to do a whitepaper or value proposal in your company where you know open source is the better choice you have some references that people will sit up and notice.

    Treat these articles as sales leads to big buisness - marketing is what open source is not good at beacuse we don't press the right buttons - the FT does.

    Still - good for a chukle wasn't it.

  8. An interesting point that gets overlooked by icantblvitsnotbutter · · Score: 5, Insightful
    Keeping the big companies in line this time round - other than an increased mutual respect for Microsoft - is a licensing system that gives them little incentive to try to commandeer Linux for their own purposes. Developed by Stallman, the so-called general public licence attached to Linux forces anyone who modifies the system to make the modification freely available to others. "The licence doesn't guarantee there won't be fragmentation but it makes it very difficult to support a business model" if a company wants to develop a proprietary Linux, says Mr Frye at IBM.


    That's a part of the model that I don't often see pointed out. It's pretty apparent, when you think about it, but not obvious. Sure, companies can add distinguishing (and proprietary) applications, but the core stays relatively stable.

    Not only do others benefit from what is added, they benefit from what isn't added.
  9. Just how big? by nicknoxx · · Score: 4, Interesting

    The article states that the server market is $200bn and that Linux's share is only $8bn which looks like a very small percentage until you read the Linux machines "cut the cost of hardware purchases eightfold, says Geoff Penney"
    So Linux share of the server market could be much larger than it would appear.
    Nick

  10. Europe and Microsoft et al... by MosesJones · · Score: 5, Interesting


    The basic concern here is also reliance on technology that can be controlled by another goverment, the advantage of Open Source is not just financial but is also one of Intellectual Property. Most of Europe is politically much further to the left than the US and is pro-sharing. This is a major principle of the EU, as opposed to the US centric treaty that enables logging and exploitation on the other side of the pond.

    So there is less of a clash of culture when considering open source, Europe understands why co-operation is good, that is how much of the European defence industry works already.

    Now there is also the arrogant bit....

    We think European Students can build better OSes than US corporations - Linus

    We think that Europeans can build better enterprise systems - SAP

    We think that the best things to come out of IBM were developed in Europe - MQSeries

    So basically underpinning this is a belief that we don't have the cash to do better, but do have the talent. Most EU reports on Open Source software talk about leveraging this talent pool, and not having the marketing and release costs of a full scale company.

    Its the difference between consent based and co-operative management and the approach taken over the pond.

    --
    An Eye for an Eye will make the whole world blind - Gandhi
    1. Re:Europe and Microsoft et al... by Anonymous Coward · · Score: 2, Insightful

      ...The USA *itself*: Europe.

      Sorry, just couldn't help myself here ;-)

    2. Re:Europe and Microsoft et al... by mesocyclone · · Score: 2, Informative

      Thereby forgetting that your much praised democracy also stemmed from Europe (not to mention your language, bulk of your culture and most of your country's inhabitants' ancestors).

      No, just not having mentioned it. Of course, we made a few adaptations that made it more successful. I also remember that the French tried it next, and ended up with the French Revolution, one of the most brutal episodes in the history of the west.

      As for the US having to clean up our mess, the US were too busy looking in the mirror to see Pearl Harbor coming. It's only then that you interfered in WWII.
      Not to save Europe, but to retain a market for your exporting companies and to save your OWN asses from communism that was closing in on you quite rapidly. Don't go telling me that the US were so noble to "save" Europe because Eisenhower/Roosevelt felt sorry for us. It's all about the Benjamins, it is now, and it was then.


      What is a Benjamin?

      Also, you seem a bit confused. WWII was a fight against the Nazis, not the communists. I suggest you check your history books.

      And the US did a lot of noble things. Not *only* out of humanitarian reasons, of course, but noble none-the-less. We rebuilt a *competitor* (Europe) using our own money in the Marshall plan. We kept thousands of our young men in Europe for decades to protect Europe from the depradations of the Soviet empire. We brought Japan from a feudal state to a more modern, much freer democracy.

      Would you have preferred to have been absorbed by the USSR? If so, I refer you to two books: "The Black Book of Communism "(written by French intellectuals) which highlights the crimes of communist governments throughout the world, and Alexander Yakovlev's "A Century of Violence in Soviet Russia." If those don't convince you of the evil of actual communist governments, you are hopeless!

      What business did you have interfering in Vietnam? Korea? etc..

      Stopping the global spread of imperial communist Russia. The Korean war was started *at the express order* of the KGB by Kim Il Sung, who spent World War II in Russia as a KGB asset. He invaded South Korea (in violation of treaties).

      The Vietnam War was an (unfortunately successful) attempt by the Communist regime of Ho Chi Minh to conquer the South. A little history item for you: after the French colonialists (Europeans, btw) were thrown out of Vietnam, it was divided, and the people voted with their feet as to which regime they wanted. Huge numbers moved south to get away from the communists. The South Vietnamese government was hardly a shining example of democracy (or anything else), but it was preferred by its people to the alternative.

      Also I hear of quite a few neighborhoods in the bigger cities of the US where the police don't even dare to patrol anymore.

      Well, so much for the quality of European media! What you hear is total nonsense. Where did you hear it?

      And how about slavery? Sure, there have always been regimes that made use of slave labor, but your fair and democratic USA made use of it on an enormous scale for centuries.

      As did Europe, which initiated and profitted mightily from the African slave trade. And our country spent 500,000 lives to eliminate slavery in our country, and we did so!

      If you are so exercised about slavery, how about condemning the Sudan, where slaves are still bought and sold? I have heard a lot of bloviations from Europeans about how bad the US is, but little about the real evil in the world! Selective morality seems to be a modern European attribute also.

      Also tell me which country in the EU still executes prisoners? None, I can tell you.

      Actually, Britain still has capital punishment for sabotage of naval facilities. However, I am not ashamed of our record of capital punishment. My state also executes those who have preyed upon their fellow human beings.

      You're also right in your previous statements. But the rant above just goes to show that bot the US and EU have dirty hands in many ways.

      Every nation in the world and every group has dirty hands... it just depends on what the situation is and when it happened.

      If it werent for The West as I'll call them collectively, there'd probably be a lot less war in this world than there is now.

      That is pretty pathetic. You might be right - of course. Some brutal dictator *might* just take over the whole world - that would end war all right. But to blame the wars in the world on the west is so silly that I am not going to bother refuting it.
      --

      --

      The only good weather is bad weather.

  11. Most popular article. by Martin+Spamer · · Score: 2, Interesting


    The Slashdot link seems to have caused this article to rise to number 1 in the FT list of most popular articles (from 3 in the 10mins or so it took me to read it).

    http://news.ft.com/servlet/ContentServer?pagenam e= FT.com/StoryFT/FullStory&c=StoryFT&cid=10424909759 62&p=1012571727085#
    Looks like t

  12. More on Linux in the FT's Lex column... by dipfan · · Score: 5, Informative

    Apart from the big Linux piece highlighted, the paper's Lex column carred a note on Linux as well today (it was in the dead tree edition - the online bit is subscription only.)

    To explain, the Lex column is a very influential daily piece of analysis, read by the financial world's movers and shakers (mainly in the UK). I'd quibble about a few points - MS's Office franchise is (financially) secure? Linux suffers from "real security issues"? Nonsense. Anyway, for review purposes, here the piece:

    "Technology investors should be thinking long and hard about Linux. The free, open source operating system has moved beyond the beard and sandals stage and is no longer just an option for bleeding-edge early adopters and those theologically opposed to Microsoft. Linux, whose mascot is a cuddly penguin, has developed teeth. The technology has emerged as a credible alternative for corporate IT departments and is winning significant share in the $200bn server market.
    "Sun, Hewlett-Packard and IBM - which have traditionally marketed high-margin Unix equipment and software - are among those that have suffered from Linux's growing popularity. All three have seen the writing on the wall and have begun supporting Linux, but the transition from Unix, with proprietary hardware and software, will be painful.
    "For the moment, Microsoft has not been overly affected by Linux's rise. Open source software is unlikely to gain even a foothold in personal computer operating systems, so Microsoft's $10bn Windows monopoly remains impregnable. Its $8.8bn Office franchise is equally secure.
    "Nonetheless, Microsoft cannot be complacent. The long-term threat to its $6.5bn server business is real. Microsoft's model has been low price, high volume, but for the first time it is being undercut on price. It can argue that Linux suffers from real security issues that are only now emerging and that the operating system has a tendency to fragment, making it difficult to ensure applications' reliability. But it has a real marketing battle on its hands."

  13. Fall of the Corporate Empire? by Modern+Hamlet · · Score: 4, Insightful

    "Although Linux has been slower to catch on in Europe, the drive to end dependence on the US for technology is a common but seldom admitted justification in every country exploring the technology."

    Perhaps I'm taking the comparison a little too far, but the similarities between the US and the Roman Empire at its height (before it imploded) have been jumping out at me even more lately. Bush's unilateralism, the RIAA's panic response to P2P, and yes, even Microsoft's attempts to hold off Linux strike me as desperate actions of a dominant power failing to keep up with the changing times and thus losing its grip on power.

    If India, China, and the EU eventually embrace open source as the new paradigm, that will be just one more crack in the wall.

    -mh

  14. Windows Getting Less Secure? by Mackus+Daddius · · Score: 5, Interesting
    Microsoft last week said it would let government customers examine the source code of its Windows operating system, a move intended to overcome perceptions of the systems's security weaknesses.

    Now, I am not a Fortune 500 CTO (IANAF5CTO?), but I would be pretty worried if I had a global deployment of Windows systems and Microsoft just started handing out the source code to foreign governments (or my own for that matter). If people consistently find exploits without access to the internal code, imagine what a motivated foreign intelligence service can do with access to it.

    Is Microsoft, in reacting to the emerging "open source in government" movement, inadvertently making Windows less desirable to everyone else?

    ::md

  15. Re:FT??? by ctid · · Score: 2, Insightful

    I don't think that's true, actually. You're thinking of the FTSE100 (used to be FTSE30), which is a measure of how well the stockmarket is doing on a given day. It's calculated from the prices of the stocks of 100 listed companies. The Stock Exchange itself isn't owned by the FT.

    --
    Reality is defined by the maddest person in the room
  16. High cost of Unix by kahei · · Score: 5, Insightful


    I still think that the most striking feature of this market is not so much the spread of Linux now -- after all, it offers obvious benefits -- as the fact that people are finally *stopping* spending huge amounts of money on Unix (read Sun) hardware.

    I've occasionally had to do with projects where costs were reduced to 1/8 or so (yes, about what the article says) by replacing Sun with NT hardware. With hardware savings like that, it doesn't matter if you have a whole entire backup system with it's own set of staff.

    What the popularity of Linux really means in money terms is that sites that kept spending millions a year on Sun, because of internal opposition to Microsoft, now have a politically correct way to buy cheap Intel hardware.

    This is good. It's just a pity so many sites upgraded to ma$$ive Sun-hardware j2ee systems during the boom... it'll take forever to get rid of 'em all!

    --
    Whence? Hence. Whither? Thither.
  17. System Sales by Anonymous Coward · · Score: 2, Insightful

    Isn't it great how these articles list sales of Linux systems? Consider how many of the Linux systems out there aren't purchased preinstalled. It must be a pretty high percentage of those 'sales' numbers, if not more.

  18. Re:Open source Intel CPU by nelsonal · · Score: 2, Insightful

    The others are considered by the analysts to be proprietary, not the chips but the systems, it would be quite difficult for you to build a POWER, or SPARC system, but anyone can assemble an PC compatable. It is not really the Intel part that is open, but the old IBM part that is open and what makes x86 so much cheaper.
    Linux and Windows are both benefiting from the fact that x86 is now very competitive on a performance basis, and extremly competitive with HP Sun SGI and IBM on a price performace basis. When you buy a $20,000 server the price difference between a Red Hat AS support contract and a Windows Server license is much smaller than the difference between buying an Dell 2 way P4 Xeon and an HP rp2470 (two way PA-8700). I realize that there are other considerations, especially the RAM addressing over 4 GB, but the Dell will save you a boatload of money even if you buy a Windows license.

    --
    Degaussing scares the bad magnetism out of the monitor and fills it with good karma.
  19. Linux vs. hackers FUD by rnturn · · Score: 4, Interesting

    Count me as one person who's getting a little tired of this argument that we keep hearing that ``Linux's security isn't up to snuff and hasn't been severely tested because all the `hackers' are too busy writing attacks on Windows. Oooh! It'll just be awful when these `hackers' turn their attention to Linux''. Well, to me, that's just pure FUD and BS. Linux is, as reported in the FT article (or was it another one I read this morning) being developed by 1000 developers. These are hackers -- hackers in the sense we understand to be the true meaning of the word and not what the news outlets redefined it to mean -- that are attacking the Linux kernel every day. To think that the security implications of the features that are working their way into the kernel aren't being looked at from a security aspect by (at least some of) these 1000 developers is just silly and wishful thinking by Linux detractors. Not to mention the untold number of people beta testing the development kernels.

    Oh sure, there are userland applications that have security issues. But didn't Intuit's flagship product recently have a flaw exposed? And didn't Oracle (you know: the folks with the ``unbreakable'' database) have to issue patches to plug potential security holes?

    The day when the army of ``hackers'' writing Windows exploits focus their aim on Linux is the day after Microsoft releases Office for Linux (though I'm not holding my breath until that hit the shelves). And the attacks that target Linux-based systems will be a tribute to the concept of code reuse as most of the current Windows exploits will probably work just fine against the Office running on Linux. (Anyone thinking about who Microsoft would blame for the problem?)

    --
    CUR ALLOC 20195.....5804M
  20. UK and Microsoft by Mr_Silver · · Score: 4, Insightful
    The UK, one of the slowest countries to adopt open-source - partly because of close ties with Microsoft - last year published a paper offering guidance to government departments considering switching to open-source software.

    Whilst this sounds very nice, I feel that I should bring everyone back into the cold harsh reality by pointing about that the UK has a long long way to go before it becomes more open source savvy.

    For example, the NHS, possibly the most underfunded thing we have, just coughed up £60 million for Microsoft Licencing.

    Money well spent? You decide.

    --
    Avantslash - View Slashdot cleanly on your mobile phone.
  21. Glossed over by SgtChaireBourne · · Score: 4, Insightful
    The article also glossed over the introduction of Richard Stallman, skipping his contributions to computer science, culture and society. In addition to his contributions with Emacs and other software, his drafting the GNU General Public License (GPL), he is the recipient of the Takeda Award for Techno-Entrepreneurial Achievement for Social/Economic Well-Being and the recipient of a fellowship from the John D. and Catherine T. MacArthur Foundation (aka a "genius grant.") Calling him just an "American programmer" would be like calling Steve Jobs an "American interested in computers".

    Stallman doesn't wear a tie. Get over it already.

    However, more importantly, The Financial Times and many others seem to intentionally obfuscate or misinform their readers regarding the Freedom part of the GPL. Peddling misinformation does a heavy disservice to any that might be trying to make an informed decision regarding their IT strategies.

    --
    Beta is broken and the link to classic doesn't work. Stop wasting our time or there won't be anybody left here.
  22. Re:Feh. by mesocyclone · · Score: 2, Informative

    Not to mention the fact that Americans INVENTED THE COMPUTER, which started the entire industry for which Europeons are patting themselves on the back for excelling at.


    It *really pains me* to defend Europeans in this discussion, but I must point out that Alan Turing was English, and Colossus was one of the most significant developments in computers. And don't forget that Britain also made major contributions in the development of the atomic bomb and radar.

    Of course, many of us don't consider Brits to be "true Europeans" since they speak a fractured form of English, which is the language of the most successful societies on earth.

    --

    The only good weather is bad weather.

  23. Re:just the beginning by guacamolefoo · · Score: 2, Funny

    Yeah, right.
    Open Source databases are just as good for enterprise level applications as Gimp is for professional photo processing.


    Shut up, Larry.

    GF.

  24. Couple of errors... by MosesJones · · Score: 4, Informative

    Europe has 50+ years of co-operation, and a history of it. Not everyone together, but a history of country alliances.

    WWII, France, UK, Netherlands, Belgium, Denmark etc.

    WWI, France, UK

    The Brits and the Dutch used to have alliances against the French and the Spanish. The Germans and Austrians are pretty pally, lots of parts of Europe used to be owned by other countries, e.g. most of France by England, Alsace by Germany etc etc.

    The Napoleonic wars were everyone v Napoleon. The Crimea was Brit and France v Russia.

    In terms of the European defence industry being a joke, pretty harsh. Look at the contracts the US Goverment awards and look at the sub-contractors, Thales, Bae, Rolls-Royce are most often there.

    Violent Crime in terms of rape and murder is MILES lower in Europe than the US. Muggings et al are higher, so we have unhappy people who live, and the US has unhappy relatives of people who died.

    This isn't bloody American bashing, its laying out how Europe likes to co-operate to compete with the US Globalisation plan. Its a clash of cultures, each has their advantages and disadvantages.

    Europe knows that the US is the biggest fish in the pond, but it also knows (to its cost) that being the biggest fish doesn't give you the right to dictate as you only get embarressed by what you did 100 years later.

    WWI was started because the empire building powers thought that you could still fight a war from the 1800s with technology in the 1900s and that having plebs shot wasn't a very bad thing. Europe learnt alot from having tens of thousands of people die in a day.

    Namely War does actually suck.

    --
    An Eye for an Eye will make the whole world blind - Gandhi
  25. Free beer, NOT, It's About Safe Sharing by Gerry+Gleason · · Score: 2, Insightful
    Ok, so the free speech aspects are more subtle and this article doesn't really cover that. There is another more important aspect of GPL software that is called out in the article, and you don't get this bennefit with BSD licensing.

    They do point out that UNIX fragmented in the '80s and '90s because each UNIX vendor went off and created their own additions and variations, and that this is what created the opportunity for Windows to get into the server market. Without the introduction of Linux, we were quickly going to a situation where Sun was the defacto UNIX standard, and in the Sun/Solaris vs PC/Windows competition. This isn't that different from the competition with Apple, where the software development and support is really a drag on the hardware business (keeping costs up), and it is hard to compete with the commodity PC pricing (MS just cleans up, big time).

    With Linux, system vendors can cooperate on software without worrying that the competition can just take their contribution and not return anything. IBM will not work on Darwin, but Linux is great precisly because of the limits imposed by the GPL.

  26. From the FSF by jbolden · · Score: 2, Informative

    Here is what the FSF says on this very issue:


    Q- Does the GPL require that source code of modified versions be posted to the public?

    A - The GPL does not require you to release your modified version. You are free to make modifications and use them privately, without ever releasing them. This applies to organizations (including companies), too; an organization can make a modified version and use it internally without ever releasing it outside the organization.
    But if you release the modified version to the public in some way, the GPL requires you to make the modified source code available to the users, under the GPL.

    Thus, the GPL gives permission to release the modified program in certain ways, and not in other ways; but the decision of whether to release it is up to you.

  27. From the FSF by jbolden · · Score: 2, Informative

    Again this is specifically addressed by the FSF:

    Q- Does the GPL allow me to distribute a modified or beta version under a nondisclosure agreement?

    A - No. The GPL says that anyone who receives a copy of your version from you has the right to redistribute copies (modified or not) of that version. It does not give you permission to distribute the work on any more restrictive basis.

    Q - Does the GPL allow me to develop a modified version under a nondisclosure agreement?

    A - Yes. For instance, you can accept a contract develop changes and agree not to release your changes until the client says ok. This is permitted because in this case no GPL-covered code is being distributed under an NDA.
    You can also release your changes to the client under the GPL, but agree not to release them to anyone else until the client says ok. In this case, too, no GPL-covered code is being distributed under an NDA, or under any additional restrictions.

    The GPL would give the client the right to redistribute your version, but in this scenario the client will choose not to exercise that right.