Slashdot Mirror


Countries Ponder: GNU/Linux vs. Microsoft

koody writes: "IDG has an overview of how many countries are getting drawn into the debate over the relative merits of using open source software rather than Microsoft Corp.'s Windows applications. Seems like many countries would be slowly moving towards the open source community, while a few still pledge allegiance to Microsoft."

156 of 433 comments (clear)

  1. Denmark! by casio282 · · Score: 2, Funny

    I knew something smelled fishy in Denmark...

    --

    :wq
    1. Re:Denmark! by dcatkin · · Score: 2, Interesting

      This is no compitition, Linux wins for stability and security issues, also in the money area even if you buy an exensive vresion of Linux for your web server you still don't have to pay a license fee every time you want to use it on a different machine. So you see not only is it more stable but it will save you money.

      But their are things that Microsoft will do for your home computer that Linux won't, and it's mostly software types of things, their is a lot more software for your Microsoft machine then for a Red Hat Macjine, so you need to really think about what you want the machine to do for yo.

    2. Re:Denmark! by Zeinfeld · · Score: 2
      This is no compitition, Linux wins for stability and security issues,

      Only if your security needs can be met by an uncertified O/S that does not support Mandatory Access Controls an an Email client that does not support Security Labels.

      UNIX was not designed as a secure O/S. In fact the majority of the changes from Multics to UNIX involved removing security mechanisms that Thomson and co thought were not necessary for a smaller, lighter environment.

      Government security requirements tend to be requirements for security features and for passing of exhaustive (but usually irrelevant) certification criteria. 'B2 equivalent' is not the same as 'B2 certified'.

      Overall I tend to think that Jamie is overstating the case. Very few large institutions have a monolithic IT infrastructure and governments almost never. In general IT decisions are taken by the executive branch, legislative initiatives over choice of software are most likely motivated by ideology rather than reason.

      The other dimension is that government spending on desktop and O/S software is typically much less than is racked up by consultants on a major IT overhaul. The UK government has been bringing Microsoft into a whole rack of projects that have been previously botched to the tune of hundreds of millions by big 5 (soon to be 4) consulting firms and the dregs of the mainframe industry.

      In most cases the issue is not Linux or .NET, its keeping an obsolete system coded in COBOL or moving to something modern. Desktop software is a small part of overall enterprise spending, the big costs are racked up by ERP type systems.

      To take one example, anyone who takes a flight on US Airways will notice that the check in desk assistant takes a vveeerrrrry looooonnnggg time to do the simplest tasks. This is because the SABRE booking system she is using was written thirty five years ago and is technically obsolete in every posible way. US Air don't switch even though keeping SABRE costs them hundreds of millions a year. This is partly upper management ignorance, but it is also due to an IT dept. that is only world class in smug complacency. The deeper problem though is that people who run clapped out IT systems don't know enough to build a better one. Their most likely attempt would be to go to a big 5 consulting firm and give them a lot of money to write an report which would conclude that they needed to spend a huge amount on consultants.

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
    3. Re:Denmark! by flacco · · Score: 2
      To take one example, anyone who takes a flight on US Airways will notice that the check in desk assistant takes a vveeerrrrry looooonnnggg time to do the simplest tasks. This is because the SABRE booking system she is using was written thirty five years ago and is technically obsolete in every posible way.

      Oh, I see - system performance directly correlates to the *age* of code. So code, like people, gets rickety and frail of its own accord, even if no other factors change.

      That would explain why the 150k assembler code I wrote fifteen years ago must be soooo verrrry much slowwwer than the multi-megabyte ASP.NET monstrosity some guy wrote last week on the same 640K hardware. It's simply that my code has gone geriatric.

      Thanks for clearing that up.

      --
      pr0n - keeping monitor glass spotless since 1981.
    4. Re:Denmark! by Grab · · Score: 2

      The code may not be, but the *hardware* absolutely does, and correct operation of the code is linked to the hardware it runs on. Upgrading the hardware may cause all sorts of problems with the software.

      For example, at my last company we had an inventory system which dated back to the early 80s. It used VT100 dumb terminals which connected to a central location running custom software. In 1995 or so they replaced the dumb terminals with proper PCs, but it was still only possible to connect using a VT100 emulator on the PC. And they couldn't improve the link, bcos the inventory system was intimately connected to the VT100 links.

      The whole dumb terminal business in itself illustrates how you'd write sofware to match hardware requirements. No-one today would try and let Diablo's central server control every bit on your screen, bcos it just isn't worth it, there's a perfectly good PC sat there which can do it much easier. Just tell the PC where each object is, and offload the display stuff onto the PC. But 20 years (and longer) back, terminals had to be dumb bcos processing was so expensive, hence VT100 as a text solution and, later, X-Windows as a GUI solution.

      Point is, when you write code then you will usually make assumptions about your hardware, for example, assuming that using a 32-bit counter counting clock ticks is adequate for long timeouts. It may well have been adequate on a 1MHz 8088, but when you jump to a 1GHz Pentium then you get all sorts of problems. For another example, I've got a whole bunch of Win3.11 games which aren't usable, bcos the game designers didn't think to allow for increasing processor speeds. So the moment you hit "start", the Pacman ghosts zip round the screen like greased lightning and hit you before you can press a button!

      If you took the trouble 15 years back to cater for clock speeds of 100GHz, data transfer rates of 1TB/s and data block sizes of 100TB, then your code is probably still OK today and for a few years yet. If not, like most code written way back when, then it's probably gone geriatric. You may not even be able to guarantee it'll run on new machines, so you'd only be able to run it on the old 8088 sat in the corner gathering dust. If this program happens to be something which sorts files into alphabetical or time order, then you'd be better rewriting it to run fast on new hardware than forcing it to run slowly on old hardware.

      Grab.

  2. Many countries are poor by Anonymous Coward · · Score: 2, Insightful

    And Microsoft is expensive. If they don't want to get in trouble with Microsoft (and their friends in the US Government), then really it becomes their only choice. If they have some tech-savvy people who know linux and such, it's an even easier choice. In some cases, it's cheaper to pay local people to learn the open source stuff than it is to pay Microsoft or other companies for software and support.

    Even for richer countries, open source is attractive because it means the money that would've gone into software purchases can go into other projects.

    1. Re:Many countries are poor by Ma$$acre · · Score: 2, Insightful

      If you read the Peruvian letter to M$, you will understand that the reasoning behind going with Open Source has nothing to do with being free or even inexpensive. Certainly the lowered cost of the software itself brings many followers, especially in poorer countries. But the effects of assuming that free software will be any cheaper to implement (other than the licesing savings) is wrong on it's face.

      The real reason's to use Open Source are manyfold, and being cheap generally draws folks in, but if a poor country were to believe that they could get the software for free and have a cheap implementation, they are in for a nice surprise.

      --
      Knowledge is of two kinds. We know a subject ourselves, or we know where we can find information upon it. -Samuel Johns
    2. Re:Many countries are poor by jontn_swift · · Score: 2, Informative

      Not true. The US government may not be the brightest bunch, but such strongholds of bureaucratic groupthink as the US Navy, The US Air Force and NASA are already using Linux in varying capacities.

    3. Re:Many countries are poor by EvilAlien · · Score: 3, Informative
      I don't think its really about saving money, its about getting work done, communicating effectively, and public relations.

      Supporting the Open Source community is likely viewed more positively than funneling money into Gates' coffers, so it is quite possible that some of the decisions to go with Open Source are driven by a motive along these lines.

      Another issue... I was dissappointed to notice that Canada was missing from the list. Some news coverage of the Canadian Government's weather office held some surprises: the desktop computers were running Linux or Solaris using KDE and GNOME.

      --
      perl -e 'print $i=pack(c5, (41*2), sqrt(7056), (unpack(c,H)-2), oct(115), 10)'
    4. Re:Many countries are poor by Yokaze · · Score: 2

      The US isn't poor. But the Federal US Government is... kind of. Budget deficit comes to mind.
      Have a look at a debt clock.

      Oh, another one in Java and ticking!.

      I don't consider a debt of $20.000 (pp) as very wealthy.

      (What do I hear, my country's deficit is more than twice as high? Well, I'd better shut up now and consider moving to Singapore, Monaco or Norway.)

      --
      "Between strong and weak, between rich and poor [...], it is freedom which oppresses and the law which sets free"
    5. Re:Many countries are poor by jedidiah · · Score: 2

      If the local market is no longer runing WinDOS, the local impact of Microsoft "stealing ideas" should be considerably blunted. Microsoft being a copy-cat is only really problematic when Microsoft is acting as primary supplier and primary competitor.

      --
      A Pirate and a Puritan look the same on a balance sheet.
  3. I pledge allegiance to Microsoft. . . by Limburgher · · Score: 3, Funny
    and its mighty state of Hysteria

    and to the FUDness for which it stands

    once workstation, under Bill, with bloat and BSOD for all

    --

    You are not the customer.

    1. Re:I pledge allegiance to Microsoft. . . by og_sh0x · · Score: 5, Funny

      You forgot "indivisible." Windows isn't modular, remember? :)

  4. Story makes me a little nostalgic... by writermike · · Score: 2, Interesting

    When Linux first debuted and the world-tide started to turn a bit anti-Microsoft, I felt very angry. I mean, who cares what operating system one uses as long as it works, right?

    Well, after reading through this article, I think I am glad that the computing world really offers OS choices as it once did so many years ago. It allows people and countries that can't pay large fees to become part of the modern computing age. They'll be able to do things that, maybe, they couldn't possibly afford going with a more expensive O.S. -- especially if it were the only solution.

    And really, allowing more and more people the fun and efficiency of computers is a very noteworthy goal.

    --
    If Nalgene water bottles are outlawed, only outlaws will have Nalgene water bottles.
  5. Few? Many? by The+Turd+Report · · Score: 3, Interesting

    What are the numbers there? How many use Linux? How many use MS Windows? I would guess that, for now, Linux == few and MS == many. But, I would like to see real numbers.

    1. Re:Few? Many? by HiThere · · Score: 2

      What are the numbers there? How many use Linux? How many use MS Windows? I would guess that, for now, Linux == few and MS == many. But, I would like to see real numbers.

      I'd like to see the numbers too. My guess is the same as yours. Unfortunately, the only way to see the numbers is to make them up. Counting CheapBytes and KRUD I buy over one Linux distribution / month. (Silly, isn't it?) Guess how many I have installed?

      So I've bought lots more Linux distributions than I have installed. But I've also bought more MSWin distributions than I have installed. Up until around 3 years ago I was buying one every 3-4 years. (And since then I bought one when I got a new computer. I've never agreed to the license, but I still ended up buying it. [Was I surprised! I ordered the computer with only Linux installed, and that's the way it came. But an Official Win32 CD with proof of purchase seal came with it.]) Purchases don't tell you much of anything. And web scans only pick up servers. Browsers forge headers. etc.

      The only numbers that you can get are those you invent. If you don't want to, somebody will be glad to invent them for you.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
  6. All I care about is the research by Dark+Paladin · · Score: 5, Insightful

    I really don't care what government decides to waste its money on (after all, if it wasn't software, it would be gold toilet seats).

    But I do care when government sponsored research into software is used by companies to make money. Last I checked, I didn't give Sun/MS/et all my tax dollars to make them richer. I want that research GPL'ed so that I know its available, that I, as a tax payer who paid for the R&D gets the benifits, and that it can be made even better by the world (and thus can help my government/business/etc).

    1. Re:All I care about is the research by gclef · · Score: 3, Insightful

      I don't see why government-developed code should be GPL'd. I'd rather see it BSD'd, honestly. The government should not be in the business of setting restrictions on how people distribute or license code. They should be encouraging everyone to use the code they develop. That means they should BSD license everything.

      The GPL's great, don't get me wrong, but I don't think it's appropriate for government research. That research should be totally free (beer *and* speech), not copylefted.

    2. Re:All I care about is the research by ryanvm · · Score: 5, Insightful

      I usually use the GPL for projects that I do. That said, there is a time and a place for BSD-like licenses.

      The Internet as we know it would probably not be the inexpensive and vast resource that it is today were it not for BSD licensed software (Berkley's TCP/IP stack springs to mind).

      I want that research GPL'ed so that I know its available, that I, as a tax payer [...] gets the benifits, and that it can be made even better by the world (and thus can help my government/business/etc).

      All of the demands that you have listed can just as easily be met by the BSD. The fact that Microsoft used Berkley's TCP/IP stack didn't make it vanish from the face of the Earth.

      Like I said, I prefer to use the GPL license, but I'm not so righteous that I demand everyone else do so as well. Free software is supposed to be about MORE choice, not LESS.

    3. Re:All I care about is the research by Pinball+Wizard · · Score: 2
      I would like to see government funded software projects to be used by anyone, from students to universites, to corporations that create jobs and stimulate the economy. Thats what Keynesian economics is all about - you pump tax dollars into the economy, which in turn provides more jobs and a better economy for everyone.


      GPL prevents the part about companies being able to benefit, thus removing any stimulus to the economy(at least in sales rather than services which aren't as profitable). Being that corporations pay taxes too, this is unfair to them. A more equitable arrangement is to have govt. funded code be available to everyone, including corps.


      Therefore, the BSD or similar licences are the way to go. Its not just Sun and Microsoft that can benefit, govt. sponsored projects can help a fledgling software company have a snowballs chance in hell of competing with the giants.

      --

      No, Thursday's out. How about never - is never good for you?

    4. Re:All I care about is the research by njdj · · Score: 2, Insightful

      GPL prevents the part about companies being able to benefit,

      Wrong. Companies can benefit from GPLd software by using it.

      Many, many more companies are users of software than are publishers of software.

    5. Re:All I care about is the research by jedidiah · · Score: 2, Flamebait

      No, but it did make it easy for Microsoft to take an standard and mutate it into something that interferes with software replaceability. You make it sound like companies need to get something for free before they will ever implement anything new when there's really no good reason that companies can't all just work from a well documented specification.

      The LGPL quite nicely achieves this for them while remaining open to review and verification.

      If you really want to "perpetuate good code" or "spread a good idea" then there is no reason you need to do it with psuedo-PD.

      Also, the point of Free Software is to increase choice for EVERYONE. If you don't grok that by now, you really haven't been paying attention.

      Anarchy != Freedom, no matter how often you dress it up and repeat it.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    6. Re:All I care about is the research by jedidiah · · Score: 2

      The LGPL is more that capable of achieving your "Keynesian" objectives.

      Is the generation of waste and artificial demand "Keynesian"?

      --
      A Pirate and a Puritan look the same on a balance sheet.
    7. Re:All I care about is the research by singularity · · Score: 2

      Heaven forbid that companies that pay taxes also get something out of the deal.

      I think the code should be placed into the public domain with no restrictions.

      If you want to take the code and integrate it into your closed-source commercial software, you should be able to.

      If you want to take the code and integrate it into your GPL code, you should be able to do that, as well.

      --
      - (c) 2018 Hank Zimmerman
    8. Re:All I care about is the research by roystgnr · · Score: 2

      No, but it did make it easy for Microsoft to take an standard and mutate it into something that interferes with software replaceability. You make it sound like companies need to get something for free before they will ever implement anything new when there's really no good reason that companies can't all just work from a well documented specification.

      How did Microsoft's adoption of BSD's TCP/IP stack "interfere with software replaceability"? It meant that when Microsoft was taking months to fix the winnuke/teardrop/syndrop/etc. type holes, we couldn't fix them ourselves (short of replacing the Microsoft software entirely, of course), but if they had "just worked from a well documented specification" we would have had the same problem.

      In fact, "working from a well documented specification" has had a negative effect on software replaceability in some cases; witness all the websites that were designed to work only with Netscape or only with IE because neither browser's support for even the well documented W3C standards was up to par.

    9. Re:All I care about is the research by Perdo · · Score: 5, Interesting

      The GPL ensures works or derivitaves STAY FREE.

      BSD and Proprietary licences ensure works or derivatives BECOME or STAY UNFREE.

      Using public money to create works or derivatives that become or stay unfree is ridiculous.

      There is no place for BSD or any other Proprietary licencing scheme where MY MONEY is concerned.

      It really pisses me off to pay for something twice. Once by taxation for the reasearch to create a resource and again for that same resource at retail.

      Fucking corperate welfare. Drugs. Software. Commercial Space Launch. Alternative Energy. Agribusiness. Cheap Oil Royalties. Commercial Use highways.

      Microsoft uses the BSD TCP/IP stack for free, then sells it to us. Any Taxpayer sponsored research should NEVER use a BSD style licence. If a corporation benefits from my tax dollars, They should not be able to sell the fruits of that research back to me for profit.

      --

      If voting were effective, it would be illegal by now.

    10. Re:All I care about is the research by ocie · · Score: 2

      I think you have the right attitude. If the code is released for all to use, it could be the basis for a commercial product and a GPL product. If the GPL product has enough users, the commercial product will have to maintain compatibility. If the company making the commercial version falls on hard times, people can switch to the GPL version.

      --
      JET Program: see Japan, meet intere
    11. Re:All I care about is the research by Zeinfeld · · Score: 2
      I would like to see government funded software projects to be used by anyone, from students to universites, to corporations that create jobs and stimulate the economy. Thats what Keynesian economics is all about - you pump tax dollars into the economy, which in turn provides more jobs and a better economy for everyone.

      Err no, who told you that? Keynes's big idea was that the peaks and troughs of the business cycle could be ironed out by compensating government action. In the 1930s the world economy was in a depression due to a lack of demand (but not need). So at that time the cure for that particular problem was for the government to create demand, first by inflating the money supply and secondly if that failed by pumping money into the economy directly.

      We are not in that situation at present. In fact according to strict Keynsean economics we should have been cutting back on government spending and paying down the debt.

      That does not mean that there are not other reasons to adopt the policy you suggest, but you are describing the straw man put up by the monetarists rather than the ideas of the man himself.

      The specific problem in the US is that because the US has historically rejected anything that could be called 'socialism' it had to perform state spending under cover of national defense. The interstate highway network was justified as national defense, as are most govt. research projects outside biology.

      This is a problem now that many programs of that type have gone out of fashion in most of the West. Nobody believes in command economies any more and in any case most of the controls employed in the UK or Germany were instigated under the war recovery program. Except of course for the US where the population pay in full for their welfare state but find it supports corporations rather than citizens.

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
    12. Re:All I care about is the research by ryanvm · · Score: 4, Insightful

      This is all rather silly, since I'm a GPL proponent myself. (Don't believe me? Check the link in my sig.) However FUD is still FUD, whether it's spread by Microsoft or by GPL advocates.

      BSD and Proprietary licences ensure works or derivatives BECOME or STAY UNFREE.

      Wrong. Derivatives of BSD may or may not be free, but the original works will always be free. You might not gain from someone else's development, but you never lose anything.

      Using public money to create works or derivatives that become or stay unfree is ridiculous. [..] It really pisses me off to pay for something twice. Once by taxation for the reasearch to create a resource and again for that same resource at retail.

      When your tax dollars are spent developing software that's licensed under the BSD, you will always be able to use it for free. You contend that because 1% of a commercial software product contains government-produced source code, the entire package must be free. I'm sorry, but THAT is ridiculous.

      Microsoft uses the BSD TCP/IP stack for free, then sells it to us.

      You aren't paying for the TCP/IP stack - you're paying for everything else added in. If all you wanted was Berkeley's TCP/IP stack you could have gotten it for free yourself - BECAUSE IT WILL ALWAYS BE FREE.

      I release my projects under the GPL because I choose to. And that is how it should be - a matter of choice. This blind, raving, zealotry that so many GPL advocates seem to posess is something we could all do without.

    13. Re:All I care about is the research by Perdo · · Score: 4, Insightful

      Remove the BSD TCP/IP stack from Windows. How usable is Windows afterwards? Tell me again how Microsoft receives only 1% benefit from the BSD TCP/IP stack. Without the BSD TCP/IP stack, Windows is no better than a typewriter.

      Let's hypothesize further:

      The US government develops a new communication protocol stack. This New Protocol (NP) has some great features: Complete point to point encryption. Tight integration of video, voice and data. Cache based compression allowing small key bits to trigger the replay of locally cached data sets. The protocol stack is released under the BSD license.

      Microsoft embraces NP and renames it MSN/NP. Microsoft substitutes a modified version of the encryption and their own proprietary cached data set. Microsoft owns 95% of the desktop space. Microsoft leverages the popularity of MSN/NP content into control of most of the server market. AOL must license the technology or risk loosing all their customers. Macromedia ceases to exist. Apple turns over 90% of their profits to Microsoft just to keep Microsoft from abandoning the Mac platform. etc...

      MEANING: The BSD license can be embraced and extended. We receive no benefit for our tax dollars with a BSD license.

      The GPL is a poison pill, but only for companies trying to control a monopoly share of a market. The GPL, applied to software produced at taxpayer expense, insures companies can use the software without giving them the ability to exploit the software, as the BSD license allows.

      I am not a GPL zealot. I am a taxation zealot. This is MY MONEY we're talking about.

      Don't like the GPL's viral nature? Then write your own damn software.

      --

      If voting were effective, it would be illegal by now.

    14. Re:All I care about is the research by Rogerborg · · Score: 2
      • I didn't give Sun/MS/et all my tax dollars to make them richer. I want that research GPL'ed so that I know its available, that I, as a tax payer who paid for the R&D gets the benifits,

      Do you normally get copies of the proprietary binaries that government departments use? No, you don't. So why exactly would you expect to be able to get the source to any GPL replacements that they end up using?

      Oh, I understand the licensing, and that if they were using (completely) free open source versions, they could choose to give you the source. But why would they? Because you ask nicely? Bwah hahahaha!

      Or perhaps you think that they will proactively feed back any modifications that they make to the originator and you'll get the benefit that way? Dream on. Most government departments that I've dealt with wouldn't lift a finger to do that without orders signed in triplicate, sent in, sent back, queried, lost, found, subjected to public enquiry, and finally buried in soft peat for three months and recycled as firelighters. No, they'll make their mods and sit on them. They won't (if I guess correctly) even share the source to their mods them with rival departments in their own government.

      I think we all need to take a cluecheck and stop fooling ourselves that We, the People will see any direct personal benefit from governments using open source (GPL or otherwise). The benefit will be more efficient and cheaper systems, and a possible financial boost for open source vendors. That's it. It won't result in a magical blossoming of open government.

      --
      If you were blocking sigs, you wouldn't have to read this.
    15. Re:All I care about is the research by dylan_- · · Score: 2

      Heaven forbid that a corporation should benefit from tax dollars and use that money to....pay taxes!

      Wow! You must be an economist!

      --
      Igor Presnyakov stole my hat
    16. Re:All I care about is the research by ryanvm · · Score: 2

      MEANING: The BSD license can be embraced and extended. We receive no benefit for our tax dollars with a BSD license. [..] I am not a GPL zealot. I am a taxation zealot. This is MY MONEY we're talking about.

      Okay, say MIT uses government funding to develop software and releases it under the BSD license. You are then free to use what "YOUR MONEY" paid for. How do you arrive at the conclusion that you received no benefit? You have full access to everything that was created with tax funding.

      What you don't like is that AT&T may come along and utilize the software that they paid for (remember - corporations pay taxes too) without making everything it touches free as well.

      I think you weaken your position when you claim to be a taxation zealot. The point of the GPL is to ensure that good software is improved upon. It's a sound philosophic concept and that's why I use it. It was not designed to be used as a weapon against monopolistic practices or to allow cheapskates to never have to pay for software again.

    17. Re:All I care about is the research by mpe · · Score: 2

      GPL prevents the part about companies being able to benefit,

      The vast majority of companies arn't in the business of selling software. For the majority of companies open source is a verg good deal. It means no expensive to administer per seat/user/machine licencing and that they can get the same competition between their suppliers with software as they can with everything else.
      There may be issues for companies in the business of selling proprietary software. But they are a tiny minority, so the majority should not have to put up with furthering their busines model.

    18. Re:All I care about is the research by Perdo · · Score: 2

      "Philip Stern calculated that AT&T's $I.4 million in campaign contributions saved it $I2 billion in taxes -a fabulous rate of return."

      Interesting that you would mention AT&T... A company that is consistently in the top ten for corporate tax avoidance. My example, Microsoft, Pays absolutely no taxes at all... and graicously waived the 1.2 billion dollar refund "owed" to them by the federal government.

      The problem is, they do not pay: Your point is moot.

      --

      If voting were effective, it would be illegal by now.

  7. They should pick something and go with it by User+956 · · Score: 2, Troll

    They should pick an OS and go with it, preferably what's best for the person that has to use it every day, regardless of cost (or in some cases, taking total end cost into consideration) I'm all for standards. Standards solve issues ranging from product compatibility to addressing consumer safety and health concerns. Standards also simplify product development and reduce non-value-adding costs thereby increasing a user's ability to compare competing products. They also are fundamental building blocks for international trade. Only through the use of standards can the requirements of interconnectivity and interoperability be assured and the credibility of new products and new markets verified enabling the rapid implementation of technology. It's too bad so many of you bearded linux hippies insist on doing things your own kludged-together way.

    --
    The theory of relativity doesn't work right in Arkansas.
    1. Re:They should pick something and go with it by DunbarTheInept · · Score: 2
      Standards also simplify product development and reduce non-value-adding costs thereby increasing a user's ability to compare competing products.
      But apparently you only care about that goal when the product in question is an application on top of the OS. You don't seem to want it when the product in question is the OS itself.
      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    2. Re:They should pick something and go with it by flacco · · Score: 2
      No offence, but you're not very smart, are you?

      I found myself lapsing into a "Rain-Man" accent reading your post.

      "They should pick an OS and go for it, definitely pick an OS, definitely. Yeah, I'm all for standards. Microsoft standards. Yeah. Wapner in five minutes."

      --
      pr0n - keeping monitor glass spotless since 1981.
  8. Iraq by Bouncings · · Score: 2, Funny

    I think we should definitly lift the trade embargo on Iraq, but only for Microsoft products. ;-) For obvious reasons. Just put something about billions of barrels of oil in the EULA.

    --
    -- Ken Kinder ken@_nospam_kenkinder.com http://kenkinder.com/
    1. Re:Iraq by Boulder+Geek · · Score: 2

      You've got that backwards: let them buy all of the MSFT products they want. The impact on productivity will topple Saddam in no time ;-).

      --
      A well-crafted lie appears unquestionable - Dama Mahaleo
    2. Re:Iraq by DunbarTheInept · · Score: 2

      You got it backward. "Lift the trade embargo..., but only for foo" *means* allowing trade for foo.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    3. Re:Iraq by snake_dad · · Score: 2

      Noooo... don't send him top of the line mine-sweeping training equipment :)

      --
      karma capped .sig seeking available Slashdot poster for long-term relationship.
  9. Tax dollars should not buy Microsoft products by restive · · Score: 3, Insightful

    Microsoft probably loves the idea, but I cringe at the statement about "taxpayer dollars".

    If an Open Source option is available, tax money would be better spent using/improving those products, that benefit all, instead of a single organization declared to be a monopoly by the U.S. DOJ.

    1. Re:Tax dollars should not buy Microsoft products by PepsiProgrammer · · Score: 2
      Amen, im ready for a candidate who strongly says:

      "No more proprietary software!"

      Unfortunately, theyd probably end up eating those words later to

      --
      "The United States has no right, no desire, and no intention to impose our form of government on anyone else." - Bush 05
    2. Re:Tax dollars should not buy Microsoft products by YrWrstNtmr · · Score: 4, Insightful

      Nor should tax dollars be spent on Bic pens, or Bostitch staplers, or Lockheed jets, or any other product built by an evil moneygrubbing company!
      Please...

      Like it or not, years ago M$ was the logical choice for software. And, like it or not, M$ has advanced, through a common user interface, the state of desktop computing.

      Now...that situation may be changing, with the advent of new open source tools and applications that actually work and can be used by the average office worker. BUT, an entity the size of (name your fave countries government) cannot change overnight.
      Give it time.

    3. Re:Tax dollars should not buy Microsoft products by ChaosDiscordSimple · · Score: 5, Informative
      Nor should tax dollars be spent on Bic pens, or Bostitch staplers, or Lockheed jets, or any other product built by an evil moneygrubbing company!

      That's not a fair generalization. The government can easily switch to another brand of pen, stapler, or jet without worrying interoperatibility with a existing supplies of paper or the existing air traffic control system. There aren't alot of security issues for a government office using a monoculture of Bic and Bostitch. The government is free to disassemble any pens, staplers, or jets they buy to search it for spying devices, attempt to repair problems, hire a third party to hire problems, or customize the products for their use. There isn't alot of risk of a license audit coming from Bic, Bostitch, or Lockheed.

    4. Re:Tax dollars should not buy Microsoft products by 1010011010 · · Score: 2

      If Bic pens worked only with Bic paper, and Bistich Staplers only worked with Bostich paper, then you'd have an argument. As it is, you don't. No one has a lock on the pen-and-stapler market, and all pens and staplers are interoperable, interchangable, nearly even fungible.

      The U.S. government doesn't buy only Lockheed jets. They buy them from a number of companies, and even the British. It's in the government's (and national security) interest to have multiple providers for things.

      --
      Napster-to-go says "Fill and refill your compatible MP3 player", which is a lie. It's not MP3. It's WMA with DRM.
    5. Re:Tax dollars should not buy Microsoft products by quantaman · · Score: 2

      Yeah, but what if everyone started using Bic sharpies? People would be able use copy-protected CDs in their computers and start rampantly copying them. Terrorists would then take profits from the sale of sharpies and blank CDs and start attacks and we'd have the downfall of the free world and all because you wanted your monoculture of Bic sharpies!
      DAMM YOU!!!

      --
      I stole this Sig
    6. Re:Tax dollars should not buy Microsoft products by TheAJofOZ · · Score: 2
      The FILE menu, and the Min/Max/Close buttons. Everything else derives from those. They provide a common location for common operations, across applications.

      You do realise that's almost a direct quote from the Apple Human Interface Guidelines right? That's not something MS did, that's something Apple did, and continues to do much better than MS. With this in mind the rest of your article falls over as well.

    7. Re:Tax dollars should not buy Microsoft products by TheAJofOZ · · Score: 2
      M$, for better or worse, made it popular on the desktop.

      Erm, again, no they didn't. It was extremely popular when Apple produced it. MS jumped on the band wagon in order to keep up with consumer demand. Same with USB, wireless networking, video editing, the internet etc, etc. Biggest does not mean industry leader.

  10. Mozilla 1.0 Turns the Tide by Titusdot+Groan · · Score: 3, Insightful

    As much as I despise Microsoft I have been unwilling to recommend anything other than Windows or MacOS to my friends and family.

    I honestly feel that I may be able to recommend open source software to non-geeks in the near future. I'm using OpenOffice and Mozilla and both are holding up well -- indeed OpenOffice is less annoying than MSOffice 2000.

    I think if UnitedLinux and Red Hat can just make that final turn into providing MacOSX like reliability then I will start recommending Linux and Macs and tell everybody to avoid Windows like the plague it is.

    Sooooooo close ...

    1. Re:Mozilla 1.0 Turns the Tide by Tony-A · · Score: 2

      Good point about reliability.
      I think there's a distinction between userland reliability and hackerland reliability. Userland reliability really requires that all of the config tools work correctly all of the time. Userland reliability requires that things like browsers and mail and office software "just work". Not easy, but it's getting close.

  11. Options. by saintlupus · · Score: 3, Insightful

    the relative merits of using open source software rather than Microsoft Corp.'s Windows applications

    Uh, there are more than two options in the world of operating systems. I'm assuming that everyone here has heard of small companies like Apple and Sun, who seem pretty effective at marketing their own OSes.

    (Yeah, I know, they both fund some open source efforts too. But this whole "everything is either Microsoft or free-as-in-lint" dichotomy is too simple for anyone but retarded schoolchildren.)

    --saint

    1. Re:Options. by Throatwarbler+Mangro · · Score: 2, Interesting
      (Yeah, I know, they both fund some open source efforts too. But this whole "everything is either Microsoft or free-as-in-lint" dichotomy is too simple for anyone but retarded schoolchildren.)

      In the context of the article, I think it's rather more of a Closed Source vs. Open Source debate. When we're talking about using taxpayer money, there's a very real question of what sort of Return On Investment that we as taxpayers receive.

      When using Microsoft (or any closed source provider)products, the end result is that the software fulfills it's function and the government agency (whatever it may be) provides the service it is charged to carry out. By using an open source alternative (one that is equally as effective as it's closed-source counterpart, to be fair) the taxpayers not only receive the government service but also the code that now becomes part of the public domain. It's a Value Added purchase, and makes better sense socially and financially.

    2. Re:Options. by geekoid · · Score: 2

      The cost for Both those product would be difficult to justify. You would have to replace software AND hardware.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    3. Re:Options. by Ellen+Ripley · · Score: 3, Interesting

      But this whole "everything is either Microsoft or free-as-in-lint" dichotomy is too simple for anyone but retarded schoolchildren.

      That's true, but only because it's not about Microsoft, it's about money. Microsoft is simply the exemplar.

      Once money gets involved in software development -- or for that matter, once money gets involved in anything -- it has a hugely out-of-proportion influence on how things are run from that time forward. People who contribute money want a say in things; few contributors have the discipline needed to simply give. Products that bring money for their creators tempt those creators with material rewards; few creators have the discipline to question the motivation of each and every one of their own decisions.

      Worst of all, money is perceived as power, and, as Frank Herbert said, "Power attracts the corruptible." Once there is money involved, legions of people who believe in or pretend to believe in such fictions as "business ethics" show up. Some number of them are convincing liars who will tell you how your desire to help more people can be enhanced by better marketing, or how having more money will let you do more... isn't that a *good* thing?

      I don't trust Apple or Sun because they are in business. They're in business to make money. They're not ashamed of this. Hell, they're *proud* of it! They brag about it to their stockholders. Yes, stockholders. They're not small businesses where a desire for great software and freedom for everyone can have a mellowing influence on decisions. They're big corporations with marketing departments paying money for ads to create the feeling that these big corporations care about something besides getting even more money.

      When you remember that Apple runner freeing all the brainwashed 1984 people, or read about Sun's "Connected Communities", remember that people with marketing degrees -- people who were trained for years in methods to distort the truth for business purposes -- created those images to make you feel a certain way about the companies that sign their paychecks.

      One of many reasons I work as much as possible with free-as-in-speech software is that it's often free-as-in-beer, too. When there is money involved, it's *less* money. This minimizes the corruption that comes with money by simply having *less* money.

      Or even *no* money. There are lots of people busting their asses making great software and giving it away because they believe in excellence in their work and in helping others. If you were designing a perfect world from scratch, isn't that the sort of person you'd want in charge of making things? Aren't *they* the people we should support?

      Ellen

    4. Re:Options. by jedidiah · · Score: 2

      Perhaps they object strongly to your notion of "efficient".

      It doesn't how much your study cost if it's assumptions are fatally flawed.

      --
      A Pirate and a Puritan look the same on a balance sheet.
  12. Just goes to show... by PepsiProgrammer · · Score: 2

    This just goes to show how monopolistic MS is, Intentionally and blatantly making it hard for governments to switch from Proprietary software. But even the US has started making some strides toward Open Source, last i checked both fbi.gov and whitehouse.gov are running linux/unix based OS's, must have gotten tired of script kiddies.

    --
    "The United States has no right, no desire, and no intention to impose our form of government on anyone else." - Bush 05
    1. Re:Just goes to show... by nhavar · · Score: 2

      last I remember reading most of the machines being taken by script kiddies were Linux/Unix machines that admins had left open to attack because of bad security implementations. Being on a *nix based OS does not in anyway free you from being hacked.
      Additionally what were FBI and whitehouse running prior to the last time you checked? Just because they are running *nix now doesn't mean they were running NT at some point in the past.

      --
      "Do not be swept up in the momentum of mediocrity." - anon
  13. germany by matt4077 · · Score: 3, Informative

    There was a lengthy debate (took about a year) about the usage of Linux vs. Windows in the german parliament. They ended up using Linux for Servers and Win2k for Desktops, which was interpreted as a loss for microsoft by the media. Microsoft actually offered to let a government agency review the windows source code. They paid $$$ - lobbyists but didn't succeed. Actually, this has been seen as a sign for other government agencies and open source is 'in' right now. Let's see how long it lasts...

  14. A good start. by jellomizer · · Score: 3, Interesting

    Well to help get a wider accecptance it is a good thing that governments are deciding to look at alternitives to MS stuff. And this helps to push more MS People to understanding and even perhaps liking to use Linux. With more people using it more software will be made (Open Sourse and Closed Source). Thus helping of actually giving people a choice in OSes. We long got away from the Idea of the Right Tool for the Right Job. I think it is time that we come back to that Idea.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  15. Re:No mention of the US? by PepsiProgrammer · · Score: 2, Informative

    I hear the carnivore stuff runs linux, the FBI says they dont trust microsoft for secure operations, also most governmetn websites seem to be running on linux/unix servers, go search around netcraft.com

    --
    "The United States has no right, no desire, and no intention to impose our form of government on anyone else." - Bush 05
  16. MS is like the Quizno's Ads by mssymrvn · · Score: 2, Funny

    For those countries sticking with MS products:

    Would you like to try this great, flexible, free software? Or how about this closed, expensive buggy software with 'lettuce'?

    Subject obviously prefers software with 'lettuce'.

  17. Microsoft sees the writing on the wall by Ma$$acre · · Score: 3, Insightful

    It's under attack for it's business practices here and abroad. It's FUD is not swaying many decision makers anymore and their "terrorist gambit" is not panning out as planned.

    Because M$ has never been known as a service company it really has no model to fit into the Open Source idea. Since it has no direct way of benefiting, other than stealing code for use in their own products, they have to fight against it's upsurgence

    M$ will move into the arena of small commercial packages, proprietary embedded systems and OS's and will fight tooth and nail the entire way. Of course the argument that they stabalized and helped build the current computer industry is partially correct, but had open standards been used to begin with (and not the embrace and extend crap) we might have a much more competetive landscape.

    --
    Knowledge is of two kinds. We know a subject ourselves, or we know where we can find information upon it. -Samuel Johns
  18. The Real Issue.... by echucker · · Score: 2, Insightful

    .... isn't one of supporting open source because it's good for your life-long karma, but having someone to hold the end-user's hand when something goes tits-up.

    Microsoft comes in a pretty package, and is so widely used, that someone in a given setting is bound to have experience with it.

    It's not that open source is or isn't better than MS, but which one gives the user (not the IT guys) a warm fuzzy.

    1. Re:The Real Issue.... by pjrc · · Score: 3, Insightful
      That really should be:

      Microsoft comes pre-installed on new computers, and is so widely used, that someone in a given setting is bound to have experience with it.

      The pretty package probably has no real impact. Even the quality and ease-of-use are secondary to locking up all new PC sales with 'doze preinstalled.

  19. Re:This Is Not A War by FatherOfONe · · Score: 2, Insightful

    God I wish your statement were true. But alas most decisions in corporate America have nothing to do with the best technology. They have a lot to do with back door politics. Some unfortunately even involve illegal practices.

    I do agree that to compare this to a real war is a bit extreem.

    --
    The more I learn about science, the more my faith in God increases.
  20. Damn, sounsd like a world war... by powerlinekid · · Score: 2

    Haha... this is like the axis and alliance. One hand we have denmark, austria and mexico. On the other side is germany, france (who thought they'd ever be on the same side), china and a bunch more. I'm surprised Microsoft just hasn't bought a country yet. No i don't mean lobbying and free software packages or whatever. I mean legitmatly going into a nation saying "hey we got $40 billion and we want to buy you" and doing it. I think that would be more impressive than 30% market share for iis. Then again as my supervisor at the helpdesk showed me the corporate structure of Microsoft... you have your ceo and board, followed by some software groups, etc. Then in the marketing department towards the basement... you find the US DOJ. Guess thats going to help dictate whos side we'll be on.

    --

    can't sleep slashdot will eat me
  21. Government administrators: It is your duty. by Futurepower(R) · · Score: 4, Insightful


    Government administrators should note that it is their duty to insure that all government work be done on completely open systems. The citizens and taxpayers of a democracy must have full access to all documents, even 40 or a hundred years from now. There is NO room in a democracy for proprietary, hidden ways of doing things.

    1. Re:Government administrators: It is your duty. by imta11 · · Score: 2, Interesting

      You make the mistake of assuming that Government workers are making these programs. Almost all government work is done by contractors i.e. GE, Lockhead Martin etc... There is in fact a movement to use open standards, so that the code is easier to support when the contracts end.

      However, there is no need for you to ask for all documents, and there are such things ass business practices, even in the "not for profit" government sector. What if some of these documents were about you? Do I have the right to view those things about your person just because my government found it prudent to take records? Clearly no. My rights end where your rights begin.

      As taxpayers we get services. If you want to dictate those services run for office.

    2. Re:Government administrators: It is your duty. by Futurepower(R) · · Score: 2


      "Also, Futurepower, please put your full address and phone number in your sig. Thanks."

      Gee, this is really nice of you guys. Yes, I know I am an impressive person *grin*, but I can't accept the praise. You are the second person whom I have had to remind that I am not the government. You, as a citizen don't need to see the source code of my programs.

      This is NOT an absolute issue. Nuclear weapons are an issue that requires improvement over time. The U.S. government is the biggest proponent and builder of nuclear weapons. The U.S. government is the only organization that has ever used a nuclear weapon in war. Remember don't say "we" when you talk about this. You aren't the government either, and no one asked you what you thought. If you look over the collection of links in What Should be the Response to Violence? you will see that the secret agencies of the U.S. government do many, many things that very few U.S. citizens would approve.

  22. No monoculture is a good thing. by Fished · · Score: 4, Insightful
    The article makes an assumption that I don't think is very good - specifically, it assumes that a government should pick one OS and stick with it. In fact, that's the WORST thing a government can do. If one picks a single OS/Office combo, then you're stuck with it and you create an environment of increasing incompatibility with the rest of the world.

    What we need is not a better monoculture, but a polyculture (is that a word?) In a polyculture, one company (MS) can't create a format that's impossible for anyone else to implement properly and expect it to be widely used, because users will EXPECT interoperability. They'd be shooting themselves in the foot. By the same token, in a polyculture you have many different products that foster true innovation. I mean ... as much as office sucks, some parts of it have been truly innovative (some parts of Outlook, Excel.)

    Hell, in a monoculture half the time software isn't compatible with its previous version (think Office 95 vs. office 97.)

    I wouldn't want any government to mandate *one* operating system. Instead, I think that governments should mandate operating system diversity. That's the way to get true, robust reliability and ultimately save money.

    --
    "He who would learn astronomy, and other recondite arts, let him go elsewhere. " -- John Calvin, commenting on Genesis 1
    1. Re:No monoculture is a good thing. by josepha48 · · Score: 3, Informative
      I believe Clinton did this in the US with Windows. He basically mandataed that Windows was the OS of the government. I could be wrong it was something someone (a goverment employee) had told me at some point. When I worked there most of the desktop computers were being converted to windows NT 4.0 (its been a while). Yes there are some offices that still use other OSes and there are some that are moving their servers to Linux or experimenting and using Linux (NASA && NSA for instance). But the majority of US goverment offices are 'supposed' to use Windows. My friend works for the DOD and he was upset when he heard this. However it seems that it did not last that long as they ended up using QNX cause windows did not do their real time stuff as needed and now they are moving to Linux and saving money (they are using the Linux kernel real time patch).

      I agree though that they should not pass laws like I think the article said Peru is doing. I do think that governments should look for cheaper ways of running thier computers. Think of it this way. If there are 1,000,000 employees and they all use MS office (about $300 per user), exchange (about ? per user), and Windows OS (about $300 per user) that is about 500-1000 per user, plus possiblly other software, that turns out to be about 500 million to 1 billion dollars to Billy Gates, and software. This is of course TAX dollars that could be spent elsewhere. Linux or BSD's could be an alternative to this where people could spend the cost of the cdrom plus office and use Evolution without the connector. It could mean that 1/2 to 3/4 of the money spend on software could be channeled to other things like health care. Granted most goverments do not spend this much each year on software but they do upgrade every 2 to 3 years (in the US at least many offices do). 1/2 billion dollars in some of these countries is a lot of money that could be spent on schools and feeding its people.

      --

      Only 'flamers' flame!

    2. Re:No monoculture is a good thing. by sean23007 · · Score: 3, Interesting

      How could a government mandate operating system diversity? If several departments were using Linux, and another wanted to switch, they would be unable to because the nation had already reached their Linux quota? That would be interesting, to say the least...

      --

      Lack of eloquence does not denote lack of intelligence, though they often coincide.
    3. Re:No monoculture is a good thing. by josepha48 · · Score: 2

      Yes, the descision was standardization. Which meant standardization on Windows for both servers and clients. Yes and at the time it was the only choice. But the choice to standarize DID come from the Clinton Administration. I'm sure when they found out they could not get a great 'bulk' deal they decided that M$ really did have a monopoly and their balls in a vise and did the next best thing and went after M$.

      --

      Only 'flamers' flame!

    4. Re:No monoculture is a good thing. by josepha48 · · Score: 2

      Yes and site licenses still cost you idiot, and yes you really are a moron. Okay maybe not $300 a pop, but it could still be $100+ a seat. While they may not be paying retail they are paying alot of money. Last I looked it was a couple of thousand for a 50 user license for exchange, server, plus the clients. Roughtly about $3000 to $5000 for 50 seats, plus the cost of the client software. MS OS / Office is still not cheap in bulk too. Yes you get a discount but do you really think that it was that good of a deal? My guess is that the gov wanted a sweet deal and M$ did not give it to them. They only deal with a 250 and over deal so once you reach over 250 the proce does not seem to change. At least that is what is on their web site(M$). Also You still have to pay for site licenses.

      --

      Only 'flamers' flame!

    5. Re:No monoculture is a good thing. by PugMajere · · Score: 2, Informative


      Actually, according to a news item I saw in, umm, InfoWorld, I belive - that's about the minimum price of MS Office Standard Edition. It starts at 479, comes down to 279 per seat.

      The numbers were in the news article announcing/discussing Star Office 6, and it's $75/5 seats licensing cost.

      So, umm, $300 a seat is a fair estimate, even for someone buying a million seats.

      That's for "correctly licensed" copies, not OEM copies. Everyone knows that MS says that even if you get a machine with Windows or Office on it, if the machine would otherwise be covered by a site license, you still have to pay for the license again, right?

      Go do some research, read some news articles, get a grip on the actual prices and the controversy involved in these licenses - those numbers are fairly accurate. (Ok, the Windows OS prices may be a bit high, but the Office ones are pretty much dead accurate.)

  23. Microsoft World by Disoriented · · Score: 4, Funny

    It cited compatibility problems, namely among users trying to receive Microsoft World documents. Microsoft World Documents?? Has Microsoft taken over the World format already? Otto Schily, the German Federal Minister of the Interior, announced last Monday a deal with IBM to promote, for the pubic sector, hardware and software products that support Linux. The pubic sector?? I thought that was my private business! Oh wait, an "L" accidentally got moved. Calming down now.

  24. IBM by SLot · · Score: 3, Interesting

    Seems like IBM is making out like gangbusters in
    these deals.

    Perhaps there was something to that slashback article
    last night....

  25. Microsoft's response... by Xpilot · · Score: 4, Funny
    Meanwhile, deep in the heart of Redmond, Cheif Software Architect Gates addresses his staff.

    "As my first act as Software Architect, I will create a grand army to counter the increasing threat of the Open Source seperatists"

    War ensues...
    --
    "Backups are for wimps. Real men upload their data to an FTP site and have everyone else mirror it." -- Linus Torvalds
    1. Re:Microsoft's response... by Tony-A · · Score: 2

      Then watch as Balmer steps into a gopher hole.

  26. Developing countries? by line-bundle · · Score: 3, Insightful

    I am surprised at the low number of developing countries especially African countries. They are the countries which really NEED to use free software. But in my experience they are the ones least likely to. Too bad the big companies have already targetted these countries and the free software movement has no real marketing marketing strategy for these countries.

    1. Re:Developing countries? by illusion_2K · · Score: 3, Informative

      Maybe I can add some insight here. Right now I am working on a project on behalf of CIDA and Statistics Canada to provide IT expertise to the Zambian Census Agency.

      Part of said project includes training their LAN Admin's, Sysadmins and Web Developers. Now, while this wouldn't be such a big deal in North America or Europe, please believe me when I tell you that most of the people whom I am working with have little or no experience with these sorts of things whatsoever. None of them (the LAN Admins) had even installed (any) operating system until I walked them through it just yesterday nor do any of the web developers know more than the three or four HTML tags I've made them write out in notepad thus far.

      Now I'm not sure exactly what your experience is with open source in Africa, but I think that outside of the more developed countries (i.e. South Africa) you'll probably find little or no acceptance of open source in the public sector merely because these people really lack the basic exposure to computers in general that we take for granted in North America and while they certainly are intelligent enough to understand how to use open source effectively. It is going to take a fair amount of time before they are truely able to use it by themselves.

      Another thing that I might add which you may not be aquiainted with is that the 'brain drain' here dwarfs anything you've read about in North America. Government workers in Zambia are paid a pittance compared to private sector IT people. All the people who I've spoken with who (I think) are competant enough to really grasp things like Linux are just using their government jobs as a way to get experience in order to score a private sector job.

      (But on the bright side, I do know that most of the the local ISP's/consultanting companies use Linux to a certain degree)

    2. Re:Developing countries? by tshak · · Score: 2

      People keep forgetting that Human Resources (yes, even in Africa) cost more then software or hardware. If my software/hardware solutions is plug and play, and I need minimal support, my cost is significantly lower then free software with the need of more support. The bottom line is, take a WinXP, or MacOSX desktop and plug it in, and it will cost less then a Linux desktop to support in almost all scenarios. One exception may be a callcenter in which all you have is a web browser running Intranet apps. In this case just buy a bunch of ThinkNic's and be done with it!.

      --

      There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
    3. Re:Developing countries? by Tony-A · · Score: 2

      So what your saying is People outside of North America and Europe are too stupid to use open source software and should therefore be forced to use windows?
      "should" is the wrong word. It's more the phenomenon that the rich tend to pay less for goods of better quality than the poor. The poor are also much more easily prey to impossible promises that will never be kept, XP's "you can fly" for example. With Microsoft Windows they can set up something that will look like their part works and the problems are always somewhere else. If they're setting up networks, their odds are much better with Linux or *BSD even if the installs are "more difficult". Actually, the first round is probably easier now with Linux than Microsoft Windows. The second round, where you need to be able to see what's going on tends to be more trouble than it's worth with Microsoft Windows. If Microsoft can't or won't fix a gopher hole, the odds of Microsoft actually helping with anything you run into is pretty slim.

    4. Re:Developing countries? by Tony-A · · Score: 2

      Comparing IT support for Microsoft Windows and Linux is worse than comparing apples and oranges.
      First rule of effectively supporting Microsoft Windows is to crush any and all expectations of anything great. If you don't know what you're doing, you can put something in Microsoft Word and it will look halway decent. If you care about what it looks like, you will fight Microsoft and Microsoft will win. Basically my NT servers and workstations stay up as long as the power is on. It's not that Microsoft Windows is stable, it's a "don't rock an unstable boat". With Linux it pays to sets your sights higher, so more *will* be supported.

  27. Freudian slip by xant · · Score: 2

    From the article (about a study in Finland): "It cited compatibility problems, namely among users trying to receive Microsoft World documents." [emphasis mine]

    --
    It's rare that you're presented with a knob whose only two positions are Make History and Flee Your Glorious Destiny.
  28. Snapshots from the OS front by Anonymous Coward · · Score: 2, Informative

    Government officials the world over are getting drawn into the debate over the relative merits of using open source software rather than Microsoft Corp.'s Windows applications and other software developed by vendors who closely guard the intellectual property of their source code. Some countries, such as Germany, have decided to replace Windows and other commercial software products with open source applications. Other countries remain committed to commercial software, and yet others are straddling the fence. Here are examples of how some countries are dealing with the debate.

    Nations wading in the Linux waters:

    Finland:

    Homeland of Linux creator Linus Torvalds, Finland has embarked on a government test of open source software. Twenty-eight employees from 13 government agencies (out of 100 total) completed a project in April to test the free Open Office open-source desktop productivity suite and its commercially available version, called Star Office, from Sun Microsystems Inc. The project coordinators determined that it would recommend use of the suite, mainly for users who do not exchange documents on a regular basis with users of competing software. It cited compatibility problems, namely among users trying to receive Microsoft World documents. The government has also begun hosting seminars for employees to introduce them to Linux and other open source software. About 13 percent of government servers are running Linux, but the country has no policies that mandate what software government agencies use, according to Arja Terho, a counsellor in Finland's Ministry of Finance.

    Peru:

    A bill currently under debate by PerFA's Congress would require government agencies to use open source software. Proprietary or commercial applications, such as those from Microsoft or IBM Corp.'s Lotus Development Corp., could only be used when no open source alternative was available, the bill proposes. Proponents of the bill, which include several congressman who have introduced follow-on legislation, say it will save the country money on IT expenditures and reduce software piracy, which in 2000 accounted for about 60 percent of all the software in use at public institutions in Peru, according to the Business Software Alliance (BSA), an industry trade group. The issue has drawn opposition from critics, who say the government has no business mandating what type of software should be used, and that the law would be counterproductive for the country's indigenous developers.

    Korea:

    Korea's HancomLinux Inc. signed a deal in January with Korea's Central Procurement Office to supply the government with 120,000 copies of its Linux desktop office productivity software, HancomOffice. The open source software, which is compatible with Microsoft's Office applications, including Word and Excel, is expected to save the government money in t he long run and stimulate business for local companies competing against Microsoft in the software industry.

    Thailand:

    A government-subsidized technology development group, known as the National Electronics and Computer Technology Centre, or Nactec, announced in Apr il that it has developed its own package of open source software for use o n government desktop computers and servers. Linux-SIS (School Internet Server) for servers and Linux TLE (Thai Linux Extension) for desktops are based on the version of the Linux operating system from Red Hat Inc, a Raleigh, North Carolina, software company. Nactec has made the software freely available to government groups and small businesses. The project , government officials said, aims to narrow the gap between pirated software and legal software use, and promote local business development.

    Philippines:

    Similar to Thailand, the Philippines government has an effort to develop a package of open source software products for government agencies. The Advanced Science and Technology Institute, which falls under the Philippines' Department of Science and Technology (DOST), said in February that it will release a Linux sampler to users. It will include an operating system and desktop productivity applications on a single install disk. A separate effort by DOST led to the development of an open source database that is being used by the country's National Computer Center. So far, there are no government mandates to use Linux or other open source products.

    France:

    In February 2000, the French Ministry of Culture and Communications decided to replace software on some of the government's servers, which were running Windows NT and AIX, a version of Unix from IBM Corp., with Red Hat Linux. It has already made the change on 50 of the 300 targeted servers, according to Bruno Mannoni, head of the agency's information systems. Software it has adopted include the Apache Web server and Zope, an open source application server. Mannoni said the effort has saved money and the new software is more reliable than what was used previously.

    Germany:

    Otto Schily, the German Federal Minister of the Interior, announced last Monday a deal with IBM to promote, for the pubic sector, hardware and software products that support Linux. IBM has agreed to sell the country products at a discounted rate. IBM said that it will use the version of the operating system from SuSE Linux AG in NFCrnberg, Germany. Germany's lower house of Parliament, the Bundestag, also considered a switch to Linux in October 2001, but managed to work a revised deal with Microsoft that lowered the cost of its software acquisitions.

    Taiwan:

    Motivated by Taiwan's Fair Trade Commission investigation of Microsoft's pricing practices in that country, legislators are seeking ways to rein in Microsoft's dominance of the software market. Some officials advocate funding development of open-source software, including Linux. Discussions within the government are still at a preliminary stage.

    China:

    Beijing government officials in January awarded local Chinese software vendors software contracts, passing over bids from Microsoft. One such deal was with Beijing-based Red Flag Software Co. Ltd. to outfit government computers with its version of Linux. Meanwhile, the Hong Kong government has installed more than 100 Linux servers in various departments in the past three years. Public pressure to avoid dependence on single-vendor products has prompted government interest in open source. According to government statistics about half of the US$23.2 million spent on software during the 2000-2001 fiscal year went to Microsoft Hong Kong Ltd. President and Chief Executive Officer of Red Flag, Liu Bo, said in January that by using open source software, the government would strengthen security, have ownership of the intellectual property that is the foundation for its technology, increase competence of local software vendors and cut down on software piracy, which in 2000 reached 97 percent, according to the BSA.

    Nations with renewed support for Microsoft

    Mexico:

    An ambitious government project to build out the country's IT infrastructure and move its 100 million citizens online passed over open source software after Microsoft agreed to pump an estimated $100 million into the effort if the country adopted its software products. Through a series of deals, the software maker is donating training for tens of thousands of teachers, technicians and professionals. The project, dubbed e-Mexico, was first introduced by the government of Vicente Fox shortly after Fox took over the presidency in December of 2000.

    Austria:

    One of Microsoft's flagship government customers, the Federal Ministry of the Interior in Austria, is the first government body in Europe to become a member of Microsoft's Shared Source Initiative. As part of the program, the Austrian government is allowed access to the Windows XP source code. Program benefits, according to Microsoft, include better understanding of the technical underpinnings of the operating system, better protection against security vulnerabilities and a resource for writing custom applications.

    Denmark:

    Despite some efforts to investigate open source software for use in the Danish public sector, the country has maintained close ties to Microsoft, according to Niels Svennakjaer, president of Commercial Linux Association of Demark. Apparently, the country's job retraining agency, called the AMU, experimented with Linux at its offices in Copenhagen, and they like what they saw, Svennakjaer said. A switch, however, was shot down by government IT decision makers, he noted.

    Playing both sides of the fence

    Norway:

    New software subscription fees that Microsoft has imposed on its customers has fed interest among Norway's government agencies and schools in open source software. Few tests of the Linux operating system or other open source products have taken place. However, there is talk among public agencies and school officials to investigate ways it could use such software, said Fred Arne Odegaard, assistant IT consultant with Norway's Department for Trade and Industry. The country is also waiting for more direction from the European Union, which is set to present what it calls the eEurope plan later this month, which will include discussions on open source, Odegaard said. Some issues that could stand in the way of open source adoption in Norway include security and vendor-level support, he said.

    U.K.:

    An increase in licensing fees for Microsoft software pushed the U.K.'s Office of Government Commerce (OGC) into negotiations with the software maker to lower the cost of desktop software used by nearly 500,000 government employees. Microsoft agreed to new terms with the U.K, which is expected to save tax payers there a reported $150 million over three years. Still, the government is allowing individual departments to acquire open source software in place of Microsoft products, according to an OGC spokesman. Separately, the U.K. police force embarked on a study in January to test Linux for use on its 60,000 desktops used by police officers in England and Wales.

  29. Re:As long as DUBYA and his RIGHT WING WACKOS by FatherOfONe · · Score: 3, Insightful

    Don't hold back. Tell us what you really think Mr. Gore...

    In all seriousness it is true that the Republicans do favor business more than the Democrats. But that does NOT mean that they don't like open source software. How Bush decided to influence the Microsoft case has nothing to do with his opinion on Open Source Software. Nor is the inverse true, Democrates don't all use Open Source Software...

    Now if you believe that any political party doesn't listen strongly to their big political backers then you are a fool. Every party does! The Republicans are no different with this issue.

    As far as BIG CAMPAIGNS... anyone who runs for President is going to have a huge campaign.

    As far as the SUPREME COURT... they really didn't decide the election, Gore just took their decision and gave up. The outcome would have been the same no matter which way the decision came down. It just would have taken longer.

    --
    The more I learn about science, the more my faith in God increases.
  30. Actually, quite the opposite is true. by Anonymous Coward · · Score: 3, Insightful

    But I do care when government sponsored research into software is used by companies to make money.

    Actually, quite the opposite is true. In the real world, real people have to charge real money for the products they peddle. Most GPL'ed software comes out of government labs [like JPL], or educational institutions [like MIT, or CMU] that are heavily subsidized by the taxpayer. If Dubyah and Congress really gave a rat's ass, they'd require all government funded software to be released under the BSD license, not the GPL.

    1. Re:Actually, quite the opposite is true. by Arandir · · Score: 2

      Furthermore you have not remotely refuted the assertion that the government *should* GPL all their software.

      Here's one refutation: Microsoft, Sun, Apple, et al, also paid for that research. By placing the software under an unrestricted license like BSD or MIT, everyone who paid for the software gets to use it for any purpose.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    2. Re:Actually, quite the opposite is true. by deranged+unix+nut · · Score: 2

      So, the 40k MS employees don't pay federal income tax?

      Besides, I suspect that MS does pay quite a few taxes even if they have wiggled out of some.

    3. Re:Actually, quite the opposite is true. by GrenDel+Fuego · · Score: 2

      I believe he meant BSD license.

      http://www.opensource.org/licenses/bsd-license.h tm l

    4. Re:Actually, quite the opposite is true. by Malcontent · · Score: 2

      No they can use the GPLed stuff if they want.

      --

      War is necrophilia.

  31. Re:GMAFB by Dark+Paladin · · Score: 2, Insightful

    Or I can take the software and use it in my business instead of paying the $$$ for development, I can contribute to it to make it better (and use other people's contributions for the same).

    Now that $$$ I'm *not* spending on development can be spent on more employees, admins, maybe even a developer just to get in the pieces I need.

    IT Depts usually do not *make* money, they *save* companies money, increase efficiency, and safeguard/provide data. Just because I don't *sell* a product doesn't mean that my *service* isn't just as valuable - or just as marketable.

  32. Re:I wonder. by anshil · · Score: 5, Informative

    > Do they it 'cos they see the benefits of open source or are they just anti-USian ?
    > Like the "evil NSA key windows backdoor" rubbish.
    > I doubt they would ditch Windows if it was produced by a company of their own.

    And what if it would be that way?

    As an european country I would find it hard to rely internal security soly on an american company. What if there is a bug, country XYZ can't do anything about it until some guy in the USA fixes it. Now what if the software would be used for something important? And what if we just would have diplomatic problems because of a embargo of product X? (maybe about cars, fuel, meat, who know what...)

    It should be the same reason why we europeans or any other country can't use the GPS for anything important. (like i.e. steering the trains with it)
    Here the situation is quite obvious. GPS can be turned of with a switch in the USA. Yes GPS is useable as comfortable add-on but non USA countries can never rely on it. Thats why the EU is planning to do it's own positing system, not because it's better than GPS, but we will be able to rely on it.

    Same goes for software, a non USA country can not safely use unexchangeable parts like microsoft products for anything important. It's always important to have at least two possible sources for a product, if not more. And windows fills this requirement not.

    Okay for the non-geeks, why does OpenSource software fill this need? You still don't have more than one source, _but_ you get all the construction plans with the software, plus the right to actually use them. As a country in time of need you are able to fix possible problems yourself.

    --

    --
    Karma 50, and all I got was this lousy T-Shirt.
  33. Enough with GNU/Linux by mcspock · · Score: 2, Offtopic

    I'm sorry, i can't stand it when people call Linux GNU/Linux. I fail to see why people feel the need to bow to RMS's ego; the GNU utilities are primarily rewrites of existing utilities, not innovative new technologies. All the comparisons of lines of code are pointless - the kernel is one single chunk, making it much much more complex to work with than any of the hundreds of GNU utilities packages in the standard distro.

    Seriously, if you are going to start referring to it as GNU/Linux, you should change your website's name to Apache/Slashdot; maybe you should start telling people who use slashcode that they have to have 'Slash/' at the beginning of their website name. It's just as retarded.

    --
    -- Patience is a virtue, but impatience is an art.
    1. Re:Enough with GNU/Linux by kyoko21 · · Score: 2, Informative

      I guess people take the name 'gnu' for granted. The 'real' GNU/Linux is Debian. But it's just a name, and a name for a distribution.

    2. Re:Enough with GNU/Linux by samael · · Score: 2

      The Kernel is somehow innovative? I could have sworn it was deliberately a recreation of unix kernels.

    3. Re:Enough with GNU/Linux by infiniti99 · · Score: 2

      The problem is that the term "Linux" is too loose. It could mean anything! My 486 router box runs Linux, as does my desktop and my Sharp Zaurus. These 3 systems are used in totally different ways.

      If anyone asks, I say the router is running Slackware 7.1, my desktop runs KDE, and my Zaurus runs Qtopia. I have been known to say "KDE/Linux", but I only append the term "Linux" at the end as a form of credit. Practically speaking, the kernel itself is largely irrelevant on my KDE box. For all anyone knows, I could be running FreeBSD.

      I had used the term "GNU/Linux" long before I heard RMS might have anything to do with it. I use it because it better describes the system, not because I am bowing down to anyone.

    4. Re:Enough with GNU/Linux by MSG · · Score: 2

      For many of those who use the term GNU/Linux, it's not about credit, but accuracy.

      Personally, I try to always say what I mean:
      GNU when I'm talking about the user tools, usually in contrast to the BSD tools.
      Linux when I'm referring specifically to a kernel capability.
      Red Hat Linux when I discuss the distribution I use, and the features thereof.
      GNU/Linux when I'm talking about GNU/Linux systems in general.

      Linux by itself does not fulfill the requirements of a UNIX operating system. GNU/Linux does.

      When you understand the term GNU/Linux as the full name of a UNIX platform, rather than an ego-stroking byline, you can see that suggestions like "Apache/Slashdot" aren't valid criticisms.

    5. Re:Enough with GNU/Linux by el_chicano · · Score: 2
      Heck, info pages make things a lot more friendlier.
      Info pages suck -- I prefer "old school" man pages myself.

      Anyway, if you are going to the trouble to format your help pages why not just use HTML instead?
      --
      A man who wants nothing is invincible
  34. Re:No mention of the US? by Moridineas · · Score: 2

    We know a good bit--we know that the NSA develops there own version of linux. We also know that DARPA gives funding to FreeBSD for the same sort of thing--secure computing. These are just two examples I can think of off the top of my head--I'm sure there are plenty more.

  35. You know.. by mindstrm · · Score: 2

    saying "Countries deciding" is kind of misleading.

    Government, as an office/business that needs to use computers & software, is debating using Linux.

    Saying it's "Countries" makes it sound like countries are passing laws requiring EVERYONE to use it.

  36. Finnish initiatives by magi · · Score: 3, Interesting

    The article mentioned a few developments in Finland.

    There's also a newer one, made by a member of Finnish parliament Kyösti Karjula (Center Party):

    "Member of Parliament Kyösti Karjula and three other members have made an initiative for the government to take practical measures towards to adopt the Linux operating system in public administration. According to the members, the advantages of Linux are financial savings and better security than in Windows.

    'There is also a significant technology political reason for changing over to Linux, because a system based on open source makes it possible to advance [Finnish] know-how. ...' "
    (references to German decision, etc.)

    In December 2001, the IT Department of City of Turku published their final report on adopting OpenOffice and Linux for the city computer systems. The report takes a "negative" approach, listing the problems encountered, so it's rather interesting read. In the conclusions, they recommended the adoption of OpenOffice and Linux, and to proceed with an extended study and a pilot period.

    Turku (my home city) has a population of about 160,000 and the city has about 3000 computers. However, if Turku adopts Linux, dozens of the surrounding small (and large) munincipalities will follow.

  37. How about one of these by Target+Drone · · Score: 3, Funny
    You forgot "indivisible." Windows isn't modular, remember? :)

    I pledge allegiance to Windows XP,
    and to the operating system for which it stands,
    one software, indivisible
    with Internet Explorer for all.

    Or the alternate form...

    I pledge allegiance to Microsoft
    and the Monopoly for which it stands
    one indivisible OS, bundled w/o Netscape,
    with Windows and Internet Explorer for all.

  38. Choice isn't necessarily a good thing by jcsehak · · Score: 2

    I think I am glad that the computing world really offers OS choices as it once did so many years ago.

    Not me. I'd be happy with the Windows monopoly, if it was open-source. Imagine if Windows was the only OS that existed. The computing world would be slow, full of security holes and crash often right? But now imagine if Windows was open-source. I'm sure it'd be as tight as Linux by now. And life would be a lot easier--software developers would have to code and test less and get a larger audience, there'd be no more platform arguments in the office, no more "how many times do I have to tell you to send .rtf, I can't read .doc!" As an Apple user, I've been having cross-platform issues since I first touched a mouse. I would love to see the world using only one OS. But only if it was free and open, of course.

    --

    c-hack.com |
  39. Re:Apple not effective, Sun is by 2nd+Post! · · Score: 3, Insightful

    Are we on the same page? Speaking the same language? In the same gene pool?

    As per hardware company with an OS on top: Sun has Sparc + Solaris, and weren't going to continue Solaris for x86 *until* a surprise release of v9 for x86.

    Apple has Mac + OS X, and *do* have an up to date Darwin for x86 though it's limited through driver support to a select hardware platform.

    Neither is trying particularly hard to push their OSes without their hardware; both have x86 for development and testing purposes.

    As per wanting the Mac OS: How do you compare Java, a runtime, programming language, and a set of libraries, with an OS? Apple has Cocoa, otherwise known as Objective C, and it doesn't run *everywhere*, but it does run on Solaris 8, Windows 2000 (x86), and Mac OS X.

    So what are you trying to point out? That Sun supports more platforms with it's variation of cross platform computing? That Macs are more hardware oriented than Sun? That x86 support is the end all and be all of 'effective'?

  40. Re:I wonder. by Loligo · · Score: 4, Funny

    >can't use the GPS for anything important. (like
    >i.e. steering the trains with it)

    You wacky Euros. Here in the US, the TRACKS tell our trains where they can and can't go.

    -l

  41. Re:No mention of the US? by ScumBiker · · Score: 2

    I can't comment about the federal level, I work in state government. In my department, we're looking into moving our Oracle 9iAS implementation from Win2k to Linux, but that's pretty much it.

    I was on the architecture committee and did everything I could to advocate Linux on the desktop. I was told by the desktop services section chief that Linux "just isn't ready" for the desktop. This was of course before the release of StarOffice 6, with it's greatly improved Office compatability. So, I've got to wait at least another year before I can attempt it again.

    Sigh...

    --
    --- Think of it as evolution in action ---
  42. Re:This Is Not A War by JonWan · · Score: 2, Funny

    There are no soilders or bombs so to speak.

    What about "Windows ME" and "Bob"?

  43. The left hand should speak to the right hand... by Soko · · Score: 5, Insightful

    Whoa! Bill should pay attention to what his marketdriods say. To wit:

    Austria:

    One of Microsoft's flagship government customers, the Federal Ministry of the Interior in Austria, is the first government body in Europe to become a member of Microsoft's Shared Source Initiative. As part of the program, the Austrian government is allowed access to the Windows XP source code. Program benefits, according to Microsoft, include better understanding of the technical underpinnings of the operating system, better protection against security vulnerabilities and a resource for writing custom applications.


    *blink* Wha...? *blink*

    Microsoft admits - in full view of the world - that having access to the source improves the security and useability of an Operating System. Didn't some two bit think tank outfit just say that having access to the source was bad?

    That's a keeper if there ever was one - Microsoft just made the case for Free Software in spite of itself.

    Soko

    --
    "Depression is merely anger without enthusiasm." - Anonymous
    1. Re:The left hand should speak to the right hand... by peddrenth · · Score: 4, Insightful

      Damn. Well noticed. Although according to microsoft, having access to the source code gives Austria enough knowledge to cause unspeakable damage to other users of windows (reference: the Ms/DoJ testimony), so I suppose this gives Austria a military advantage over any U.S. departments dim enough to use Ms/Windows software...

      Interesting

    2. Re:The left hand should speak to the right hand... by tshak · · Score: 2

      This type of thing has been going on with Univiersities and countries for quite some time, however, the license is restricted. The "two bit" article you mentioned is based on the GPL, and how you may be forced to release sensative code if you intermingled it with GPL'd code. This is not on the contrary to MS Shared Source, which allows you to read "the vast majority" of the source code. Both .NET, and WindowsXP (both "open source") do not have 100% of their source as readable via shared source, as certain "critical but not usefull to the end-user" parts have been intentionally left out.

      --

      There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
  44. FYI by T3kno · · Score: 3, Interesting

    # telnet www.lp.org 80
    GET /index.html HTTP/1.1
    Host: www.lp.org
    Blah...
    Server: Apache 1.3.23 (Unix) PHP/4.1.2
    More Blah

    # telnet www.democrats.org
    GET /index.html HTTP/1.1
    Host: www.democrats.org
    Blah...
    Server: Apache/1.3.22 (Unix) mod_perl/1.26
    More Blah

    # telnet www.gop.org 80
    GET /index.html HTTP/1.1
    Host: www.gop.org
    Blah...
    Server: Microsoft-IIS/5.0
    More Blah

    What does this proove? That all three parties do what they say they will do. The libertarians dont want to spend money on proprietary software because they believe in absolute freedom for each and every person.

    The democrats use free software because they hate big corporations and want communism. I have heard open source software described as being communistic in nature, and I dont entirely disagree.

    The republicans are rich, like big companies, and like to support big companies. True capatalists, not nessecarily a bad thing.

    My vote goes to the Libertarian Pary. Just my $0.02.

    --
    (B) + (D) + (B) + (D) = (K) + (&)
    1. Re:FYI by Arandir · · Score: 2

      What does this prove?

      It proves nothing. I seriously doubt that the chairman of the GOP specified IIS, or the chairman of the Dems specied Apache. I suspect, instead, that either their webmaster, or their web hosting service, made that decision for them.

      p.s. Go find out what OS is running www.stallman.org. It wasn't GNU/Linux last time I checked. Again, proves nothing.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
  45. Backlash to M$ actions by cpct0 · · Score: 2, Interesting

    Basically, I do think it is time Microsoft gets the results of its actions.

    Why was M$ so successful? Because people were pirating their software throughout the world. Everyone copied DOS for all the possible reasons (how many times did you do "format a: /s"?). Everyone copied Windows 3.0, 3.1 and 3.11 for all reasons. Then, as soon as it was made possible, everyone copied Windows 95 and 98. THIS is how they made their user base. A lack of useful protection made it possible. It wasn't encouraged but it was certainly mainstream.

    And for businesses and new computers, of course, "strange" practices with agreements asking for the latest M$ software being installed on new computers made it real... not forgetting a few years ago when every computer was bundled with M$ Office.

    ... Yes, it's the same thing for M$ Office. Why is it so successful? Because mainly it was made available without paying, as bundled or as a copy. Because it was the "de facto" choice, everyone had it.

    Now, M$ wants everyone to buy... and everyone to pay for all their software... and finding ways to inhibit/prohibit copy of their precious Windows and Office. It's fine but it won't work with people. That's why a lot of my friends still have Windows 98, Windows ME and Windows 2K. No copy protection. That's why everyone I know still have Office 2K.

    The only people I know that have XP are bundled with new computers (no choice now, isn't it strange!). The only people I know that have Office XP are... mmm ... Do I know someone? Nope!

    There are other arguments too... For example, I have a small company (let say I never unregistered a name, it's dead since a few years ago). I received a letter from M$ saying that I should check all my licenses for their products, that I could be screened. I _HOPE_ I am screened, simply to tell them I never bought and I never will buy any of their crappy software (I run a Powerbook G3) and they should stop bugging me. -- That is the first argument, they harass people.

    There is also that unwritten law stipulating that every new computer should have a M$ sticker with its WinXP serial number on it. What is that? I imagine hell in big companies where the unscrupulous employee will simply go and get that serial number for his home, and the company's face when the serial # for that computer will stop working.

    So now, companies, gov'ts and people in general are seeking ways to get rid of that cumbersome giant. If they could find a way to get rid of it, they would. Because it's simply stupid to have to buy a piece of software as costly as a XBox simply to run a machine (Windows XP)... and totally stupid to have to buy a piece of software that is also totally mainstream with a price tag as hefty as a full-featured color WinCe PDA (Office XP).

    What's left with Linux to do ? It have to be tested, recognized and endorsed by the general public. One first step in my opinion would be to make a X-skin for Windows, where Windows would work precisely as your favorite X, with all the features. A full office suite should be available for that precise X-on-Windows. And it should be user-friendly (let me rephrase: dumb-friendly). Finally, it should be free and compatible.

    For me, M$ are shooting themselves in the foot with all these actions. And it's not by harassing people and companies they will get the result they want. I'm sure of it.

    Have a nice day
    Mike

    1. Re:Backlash to M$ actions by MsGeek · · Score: 3, Insightful
      No copy protection. That's why everyone I know still have Office 2K.

      Actually certain versions of Office 2K has Activation...after 50 uses of the software, it will shut down and tell you to activate the software. From what I understand it is easier to fool this version of activation than Office XP's version, but it's activation nonetheless.

      It's actually Office 97 that you don't have to activate. Funny, it's very hard to find that at the computer fairs nowadays...;-)

      Microsoft made its monopoly on easy-to-pirate software. If anything, they should loosen, rather than tighten, their "security". Get them another raftload of more hooked users.

      set irony mode off.

      --
      Knowledge is power. Knowledge shared is power multiplied.
  46. Re:This Is Not A War by NewbieV · · Score: 2, Insightful

    No, this is not a war, but it is one of those rare moments when people (goverments, businesses, etc.) seem to be shaking off a little bit of the daily momentum and inertia, and realizing that they do have a choice!

    We're all creatures of habit: it's comfortable, it's easy, it's the path of least resistance. It can take a lot of time and effort to change even one individual's behavior, to say nothing of a collective group.

    Businesses, especially large ones, are usually slow-moving creatures, especially when it comes to deploying IT. From their perspective, they've seen a company (Microsoft) that's been basically responsive to their needs, and making the right noises when it comes to improving their products (re: Microsoft's Trustworthy Computing)

    Change, when and if it happens, usually starts slowly, and gathers momentum as it goes. Right now, there are two good reasons for looking for alternatives to Microsoft's hegemony:

    1. Economy: if I can save a buck (or two, or several thousand) by choosing your product instead of someone else's, you're going to get my attention. Of course, you'll have to demonstrate that your product works as well, if not better, than your competitor's.

    2. Security: the less I have to worry about hackers, viruses and all the 10,000 innocent mistakes regular people make when they use computers, the happier I'll be. Do I expect 100% perfect security? Of course not... but I'll sleep a lot easier knowing that I have less to worry about.

    One thing to keep in mind, though (and this is where it might look like people 'worship at the altar of Microsoft') and that is the simple fact that people don't like change! How many of us can recount stories of users with that 'deer-in-the-headlights' look when faced with new features (a change of icons, even a different color scheme on a Windows desktop)?

    From this not-so-newbie's perspective, it looks like we're in for some interesting times...

    --


    "For every right, an equal responsibility..."
  47. Re: RIGHT WING WACKOS by wytcld · · Score: 2

    The point is that Bush's administration is much less friendly to free trade than Clinton's. This isn't a matter of exchanging favors for money or votes, but of principled belief in following the best course for the country economically. Bush, much more than Clinton, doesn't care about the country's long-term economic viability because no matter how bad it gets people of his class will have fine lives. That's why he does nothing about global warming - his friends can just buy new ranches in Canada. And that's why he can't be counted on not to sell out to MS - his friends consider Gates a sterling member of their private club.
    ___

    --
    "with their freedom lost all virtue lose" - Milton
  48. Possible remedy: open documents. by cant_get_a_good_nick · · Score: 2, Interesting
    First, a funny....
    It cited compatibility problems, namely among users trying to receive Microsoft World documents.

    My sentiments exactly.

    Second... now I haven't thought this all the way through, but one way of helping the software community would be to open up the Word and Excel format, give detailed specs of the formats to all past and current formats, and then require any changed to that format to be released as spec form for n months before the release of Office apps.

    The closed nature of Word Docs (especially, though other Office docs have issues too) has several problems:
    • No interoperability with other software. Can't migrate from Word to other software.
    • No interoperability with other versions of Word. Everyone has had one of those Word files that were all gobbledegook because it was one or two versions old. This....
      • Forces upgrades, if one person gets the new Word, everyone does.
      • Makes archiving near impossible. Anyone here can open my old Word 2.0 for mac?



    So with those, you get a monopoly on Office software, tremendous lock-in, and money to burn to try to open up other environments. Now, not that they don't have the right to sell software, but they are a monopoly. I believe this will do more to end that monopoly than hiding IE on the desktop.

    This also helps Microsoft in a way. There are some people who don't want to use Word because they're worried about having their information locked in to a proprietary format. This will endure they can always get at their data.

    Questions, comments, snide remarks?
  49. vote Green by stego · · Score: 2

    Nader said something along those lines recently... and has been since at least 1998. There is an article co-authored by Nader here that starts off "Everyone who uses a computer or depends on computers has an interest in seeing Microsoft's anticompetitive and anticonsumer practices curtailed by antitrust authorities."

  50. link by stego · · Score: 2
  51. Microsoft hates Free Software not Open Source. by jbn-o · · Score: 2, Interesting

    Contrary to the Free Software community press on these articles, Microsoft loves the Open Source movement. They love it because it speaks to their interest: proprietorship. Microsoft wants people to follow the advice of that movement and release software under the licenses most heavily advocated by that movement—the X11 and new BSD licenses. Microsoft rails against the GNU GPL and the Free Software movement because they don't want users to have software freedom. They want everyone to use software they're not free to inspect, share, or modify. Microsoft is capitulating by distributing GPL'd works (not what you'd expect of the company that called the GNU GPL a "cancer") but few bother to expose how Microsoft isn't following its own advice. Microsoft doesn't have a good answer to the multiple ways the GPL enforces software freedom so we get another round of anti-GPL FUD and rebuttals that don't understand the difference between the Open Source and Free Software movements.

  52. Crap by dybdahl · · Score: 3, Insightful

    This idg overview is extremely undetailed and not very useful. With several countries, like Denmark, it didn't cover all the Linux activities going on. The German parliament is actually going to use Linux on their servers, and their focus on multiple vendors in government IT spending isn't mentioned.

    "Snapshots from the OS front" is actually a precise description of the content.

  53. greens.org by stego · · Score: 2

    The site www.greens.org is running Apache/1.3.24 (Unix) PHP/4.2.1 on Linux

    see for yourself

  54. Peru not moving to monoculture. by phriedom · · Score: 3, Insightful

    Peru is not moving towards any single OS. That is exactly what they DONT want. And it isn't really about the money for them either, though I'm sure that factors in. What they want is control over their own IT, and that means an open source so that you are not dependant on any one company. That doesn't block out Microsoft. Microsoft can certainly compete to serve Peru, but they must open the source on whatever they offer.

    --
    Don't moderate flamebait as Troll. Know the difference or you will be Meta-moderated.
  55. Debate more complex than simply choice of OS... by Woodie · · Score: 3, Interesting

    This debate is far more complex than a simple choice of what OS to use at a government level.

    This isn't simply an OS jihad. Where Linux == Good and Windows == Bad. Making business (cause that's what a lot of government is) decisions based on software "religion" is stupid and misguided.

    The points that the congressman from Peru (I forget his name) made about using open source software were some of the most valid, and well reasoned ones I have heard in a long time. But - clearly his argument progresses beyond simple selection of the operating system to the systems used to create, maintain, and access the data used to run a govenment.

    Here in the USA - govenment money is used to fund all sorts of private development. Look at defense research. Boeing, and all those guys are _private_ companies that acquire patents on inventions that were paid for with government monies. They then sell finished product to the govenment, further profitting from this relationship. As a tax payer you might be more than a little outraged by this.

    So the question you have to ask yourself is: Do you want your government funding the r&d of proprietary software? That's one aspect of this debate.

    Another question is: Do you want your government using proprietary software? If they are, then it has a cost over time in licensing fees. It also leads to the following -

    Do you want your government to store data files in a proprietary format whose layout is held by some private company? (it's one thing if the gov. develops it's own data formats and properly documents them, it's a whole nother game when the format is externally owned).

    Probably, in many cases your answer is "NO" to all three of these questions. But, then you have to ask yourself whether or not there is a serious open source, free software alternative to some of the commercial offerings. In many cases, yes. But, in just as many, no.

    Other questions that come to mind are: Would you really want your government systems run off of current open source/free software systems? Being fair, you have to consider the bugs in those systems (beyond the simple anecdotal evidence) - and the "spit and polish" of those systems.

    Do you really want your government in the "software" business? Maybe, maybe not. There's a reason so many governments sub-contract work out to professionals and specialists. Sure, the gov. usually attaches all sorts of conditions (specs and requirements) so that the end product is well documented - but private companies do the work. Given how effective government is at some tasks, I'm not sure I want them writing software!

    ...Food for thought...

  56. Proprietary software hides the workings of gov. by Futurepower(R) · · Score: 2


    Every time someone posts something about democracy, someone posts a comment about the U.S. being a republic. Yet everyone knows what is meant: All citizens are expected to share in the responsibility of running the government. We cannot do that if the workings of government are hidden from us. Proprietary software hides the workings of government from the citizens.

    My karma on my other account is at 50. (If there were no karma cap, it would be about 150.) My karma on this account is at 50. I'm not worried about karma.

    1. Re:Proprietary software hides the workings of gov. by Arandir · · Score: 2

      Proprietary software hides the workings of government from the citizens.

      Are you sure you don't mean "proprietary formats"? Who gives a rat's ass what program created the document so long as the document is in an open format?

      --
      A Government Is a Body of People, Usually Notably Ungoverned
  57. GNU/Linux? by Syberghost · · Score: 2

    They're not just considering Debian, they're considering RedHat, SuSE, and others; so why does this say GNU/Linux?

    Maybe it should say "GNU/Linux vs. Microsoft/Microsoft".

  58. Pledge by HiyaPower · · Score: 2

    I pledge allegence to the Bill
    Of the United States of America
    And to the Monopoly for which he stands
    One system to rule them all, endivisable,
    With updates and blue screens for all.

  59. Free, as in "free of dumb features" by Ilan+Volow · · Score: 2
    All good points, but I disagree with government doing a worse job with software. Government software has two things going for it:
    1. no incentive to add usefuless features which don't add to (and in some cases severely detract from) from the total user experience.
    2. no marketing department to push a piece of software out far before it is ready.
    Government lacks the financial incentive needed to screw up software.
    --
    Ergonomica Auctorita Illico!
  60. Zealotry by crazyj · · Score: 2

    My question is who will be the first geek to emigrate to another country because of that countires position on MS?

  61. Re:This Is Not A War by kingkade · · Score: 2, Insightful

    Hehehe, amen. That was quite good :) I think most ppl on slashdot are tired of seeing trolling "news" posts about the SAME GODDAMN FU_KING THING EVERY GODDAMN FU_KING DAY. These polarized MS/Linux fanatics make my ears hurt with all the whining and complaining bout how one's better than the other. I think they just want to "belong" to something. It's defiant in a cliche and conformist sort of way :P Anyhow, I don't think MS is going anywhere but they should get their monopoly interests split-up so we could have more competition (and therefore some lower prices) for open/closed projects alike...

  62. NOT about trade protection by digitect · · Score: 2

    I have to say, as an American, that politically in this country we miss the point of this argument because of our trade protection concerns.

    But to me it's just the same as our automobile strategies of the 1960s-70s. We imposed penalties to foreign makers simply because they were foreign. When the oil crisis happened, America was hit hard simply because the environment of limited competition that we had fostered prevented gasolene conserving cars from being imported.

    I believe the Open Source v. Microsoft arguments being made by our politicians center around the same myopias. We desparately need to understand that Open Source is *not* about ruining American companies (ie, Microsoft) or even giving up control of our software. It's about freedom, choice and competition... the very things the country was founded upon.

    Steve Hall

    --
    There is no need to use a SlashDot sig for SEO...
  63. Government computer programs implement policy. by Futurepower(R) · · Score: 2


    Citizens should care very much about how the program works, in many cases. Programs written especially for government implement government policy. Citizens should be able to know if the program works the way the policy says. The only way this is possible is through open source software.

    File formats are not a simple situation, either. The problem with Microsoft Word, for example, is that the file format is not only in the format itself, but in all the bugs and quirkinesses of the way a particular version of the Word program uses the format. Word is very, very buggy and quirky, in my opinion, but the bugs are more hidden than in Internet Explorer, for example, which has 18 security bugs (at the time this was written) that have not been patched. These are active security risks different from the recent 15 that have already been fixed.

    Why would a company that has 40 billion dollars in the bank let itself get an extremely bad reputation because of software bugs? It doesn't make sense, and Microsoft is not the only software company that is self-destructive in this way. Proprietary software is subject to the self-destructiveness that sometimes comes over companies. Open source software protects us from that; if a company becomes self-destructive, someone other group, or even a single programmer in some cases, can take over and help.

    1. Re:Government computer programs implement policy. by Arandir · · Score: 2

      Citizens should be able to know if the program works the way the policy says. The only way this is possible is through open source software.

      I'm really confused here. For some software (voting tabulators), it makes sense to have a specific policy. But in most cases (MS Word) it's silly. It's not the government's job to dictate policy on how MS Word works. The last thing the Open Source community needs are reams of government specs that they have to follow before their software gets used. If the feds issue policies so detailed that you need to source code to figure out if it's being followed, then that will kill Open Source for government, because no one will be following it. The last thing Linus Torvalds (as an example) wants to do when deciding on which VM model to use is to consult some government policy manual.

      File formats are not a simple situation, either. The problem with Microsoft Word, for example, is that the file format is not only in the format itself

      But MS Word files are not in open file formats. Government documents should not be in Word format. I think you missed my whole point.

      Take a simple ASCII file. Does it really matter that the file was created with Emacs, vi, Notepad or Word? No! Who bloody cares what program created it. One hundred years from now you will still be able to read that file without having to have the program that created it.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
  64. Apple appears to have been pretty darned effective by werdna · · Score: 2

    Notwithstanding the hardware "limitations," Mac OSX/Darwin is probably among the most pervasively-used Unix distros out today.

  65. GNU/Linux *is* enough by Redline · · Score: 2

    I fail to see why people feel the need to bow to RMS's ego; the GNU utilities are primarily rewrites of existing utilities, not innovative new technologies.

    I say GNU/Linux, and I hardly consider it bowing to RMS's ego.
    The GNU tools are a *huge* part of the Linux experience. The gnu compiler toolchain, the shell utilities, the autoconf/automake system, and the almighty emacs are like old and dear friends that make my workday more streamlined and productive every day. I find it such a culture shock whenever I work on a *BSD or Sun machine that doesn't have the GNU tools installed. The little inconsistencies and the smaller feature sets of non-GNU unixy tools all add up to make one realize exactly how convenient and powerful GNU software can be. Without GNU, Linux is just like a strange *BSD or a bloated minix.

    The other reason GNU software deserves all the respect in the world is the portability. There are lots of portable utilities, but the GPL license and the high-quality of the GNU tools ensure they are available nearly everywhere. When I am far from penguin-land, I can still take comfort in having all of my favorite utilities available. Cygwin gives me a *real* shell with tools on Windows, autoconf makes my software build on OSX with zero changes, and a tiny little GNU sed even edits on my Palm3x!

    And finally, GNU actually brings people to Linux. A friend of mine recently told me how much he like the PRC-Tools for developing PalmOS applications, and how he just discovered the same toolchain for Gameboy programming. He couldn't believe such good tools were available for free. I told him that he was using GNU, that GNU was awesome, that Linux is mostly GNU tools, and I can even make Windows binaries under Linux using yet another iteration of the same toolchain! Four hours later, he calls me back and asks "In going to install RedHat. Is that a good Linux?" I just smiled knowingly and said "That's a good GNU/Linux."

    Apologies to any accidentally offended BSD users.

  66. Re:GMAFB by jedidiah · · Score: 3, Insightful

    Companies don't need to act like they own a bit of software to re-use it in a modular fashion. There is infact nothing keeping all publically funded source code from remaining open while simultaneously being exploited by commercial interests. The only thing the Copyleft actually prevents is the easy creation of slightly incompatible interfaces with little or no investment on the part of the would-be Robber Baron.

    Those of us that have actually moved out into the world realize this. Most "code for profit" companies actually depend a great deal on code and modules that they can't merely steal and treat as their own property.

    To most coding shops, dealing with the LGPL is no more burdensome than dealing with Microsoft licenses.

    --
    A Pirate and a Puritan look the same on a balance sheet.
  67. Open source is not a monoculture by Vicegrip · · Score: 4, Insightful

    It is a standard that defines the expectation of people receiving software products from a company.

    There is a ton of variety in the world of GNU/Linux with a multitude of different vendors competing for the attention of Linux users. It is, in fact, the monoculture that Microsoft causes its products to exist in (by making interopability as difficult as possible) that is at the root of the discontent we are seeing around the world that is shifting the momentum away from Microsoft.
    In fact, open source is the opposite of what you argue. By following standards, open source guarantees its users they will continue to have choices.

    --
    Do not spread "09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0" over the internet, thank you.
  68. Security is more important to governments by Jungle+guy · · Score: 2, Insightful
    With open source, governments can review code and make sure there's no backdoor in the software. With closed source, it's all a matter of trust in the company - and that's why the Chinese government is pumping up OSS.

    I live in Brazil and Conectiva, leader in the (tiny) local market of Linux, got a great contract with the Navy to develop VPNs and things like that. The militaries wanted to make sure the software they were installing didn't have any secret tricks planted by alien governments (yes, these guys build a career out of paranoia feelings).

    In some cases OSS can be cheaper, if you can pick in the internet a robust project with many contributors from around the world. But in other cases it can be more expansive, eg, if you can buy a closed source software off-the-shelf but choose to develop and open source program.

  69. Re:You are confused by jedidiah · · Score: 2

    States were won by margins that wouldn't be considered compelling in a GALLUP POLL. Merely ignoring the issue won't magically go away no matter how much you might like to crow about your interpretation of the letter of the law.

    Your crass dismissal of the opposing viewpoint conveniently ignores how remarkable the last election was.

    --
    A Pirate and a Puritan look the same on a balance sheet.
  70. Re:No mention of the US? by LinuxHam · · Score: 2

    the carnivore stuff runs linux

    Boy you got some free karma, because it doesn't. It runs on Win2k. If you don't mind having an FBI file, you should really spend time at this site to learn more about Carnivore.

    --
    Intelligent Life on Earth
  71. pledging allegiance to MSFT by Junior+J.+Junior+III · · Score: 2

    I pledge allegiance
    To the Gates
    of the Microsoft States of America.
    And to the company
    For which he chairs,
    One monopoly
    Under Ballmer,
    Indivisible,
    With forced upgrades, and blue screens for all.

    --
    You see? You see? Your stupid minds! Stupid! Stupid!
  72. Re:Security problems of Linux-only by jedidiah · · Score: 2

    Yup. That makes you wonder why Microsoft didn't learn from mistakes made (and fixed) 15 years ago.

    When you know that something that you do causes bad things to happen, you should probably stop doing that...

    --
    A Pirate and a Puritan look the same on a balance sheet.
  73. None of this causes problems for Linus Torvalds. by Futurepower(R) · · Score: 2


    Governments have very complicated software that implements social security and Medicare and driver's license issuance and other government efforts. The software is written by outside companies usually, and it should be open source, because then citizens can inspect it for the shortcomings that allow government corruption to occur.

    None of this causes problems for Linus Torvalds. Linux is the backbone of open source, it seems. A lot of people know how to convert Linux programs to the OS of their choice, so Linux sets a standard that makes programs easy for everyone, even if they don't want to use Linux.

    Don't forget, there is no way to put Linus under pressure. He does what he thinks is right. If the German government wants something different, it can fork the code and bring out its own version, and call it GerGovix. If the German government comes to Linus and makes a technically unsound request, I doubt that it would cause anyone anything more than amusement. If the German government writes drivers to make new hardware run under Linux, I think its contribution would be accepted with thanks.

    I agree, government documents should not ever be in Microsoft Word format, or in any format defined in secret by a proprietary agency.

  74. No inconsistencies by mgkimsal2 · · Score: 2

    Pretty easy to get around this though, because they claim it gives 'better protection'. It doesn't actually make the OS *better* or *safer* or *improve it* in any way. Having the code simply means Austria can know more about what's going on inside and potentially protect themselves against problems they can predict based on knowing the code.

    Austria isn't 'improving the security and useability' of the OS because they have the code. MS is not being inconsistent here.

  75. You can be more helpful than that. by Erris · · Score: 2
    I have been unwilling to recommend anything other than Windows or MacOS to my friends and family.

    Why not help them chose for themselves? You know, use an old 4 gig hard drive to set them up dual boot and let them figure things out for themsleves? The only thing really difficult with any Linux distro these days is talking to cameras and what not. Let them keep their M$ partition for that, but for email, browsing, word processing, desktop management and other general stuff, Linux kicks ass. It only takes about 1 visit to an advert heavy site without the adverts to make someone love Mozilla. You only have to look at Window Maker to love it. Some people even know how to make their Linux boxes sing and dance. Not me, sigh, but I'm never ever going to use MSIE to surf again.

    ... indeed OpenOffice is less annoying than MSOffice 2000.

    This observation is far from unique =:>

    --
    DMCA, Hollings, Palladium. What might have sounded like paranoia is now common sense.
  76. Thailand by Daengbo · · Score: 4, Interesting

    from the article:
    "Thailand:

    A government-subsidized technology development group, known as the National Electronics and Computer Technology Centre, or Nactec, announced in April that it has developed its own package of open source software for use o n government desktop computers and servers. Linux-SIS (School Internet Server) for servers and Linux TLE (Thai Linux Extension) for desktops are based on the version of the Linux operating system from Red Hat Inc, a Raleigh, North Carolina, software company. Nactec has made the software freely available to government groups and small businesses. The project , government officials said, aims to narrow the gap between pirated software and legal software use, and promote local business development."

    I submitted a story on this a while back, so I will elaborate here. The agency is actually NECTEC (not Nactec), and they have developed a Thai language distro. Thai is problematic because of it's eight bit characters, and vowels that can appear in front, behind, above, or below the consonant. Modifying the many English 7 bit centric apps in RH to work with Thai was no small feat. They also have a web page devoted to training ex-windows users. At this point, it is incomplete.
    This is an attempt to curb the estimated 93% piracy rate in the country. It is causing all kinds of problems with the WTO. This distro has been featured front page in four major computer magazines in the last three months. The general review by all the magazines was that it is good, but shouldn't replace Windows. In a primary example of the poor quality of the reviews, the reviewers were unable to mount their windows partition or change the encoding on a web page in konqueror. I am using this distro right now, but have used the apt-get utility which comes pre-installed to dist-upgrade to RH7.3, and everything still works.
    Tangentially, Sun has released an all Thai version of open office, called Pladao ("Star Fish") for free, and it is being widely accepted by the mainstream media because it runs on Windows. Solaris and Linux versions are also available. I use this program regularly along with OO 1.0.0 (why the extra 0?) on my machine. It is being written of and reviewed as open source, even though no source is available, so I am confused. I suspect people are confusing OS with "free to use."
    Thailand is committed to OS, and has computer standard for OS retail machines and advocacy programs in place. The government wants to stop sending so much of its meager supply of cash to the west.

  77. Re:As long as DUBYA and his RIGHT WING WACKOS by sparkz · · Score: 2
    The Resident Shrub doesn't have opinions, he only has reactions.

    Can anyone find me a quote of GWB so much as mentioning the Middle East before Sep 11th, besides defending ignoring the Kyoto (sp?) Agreement?

    --
    Author, Shell Scripting : Expert Re
  78. Re:This is a profit war. by Zeinfeld · · Score: 2
    You need better admins, plain and simple. I can't remember the last time my Win2k workstation crashed.

    Most likely the guy has a hardware problem. I upgraded to WindowsXP because I had a major problem with the system crashing under 98. Only to upgrade I had to ditch the 3DFX VooDoo card which was not supported by XP (company gone under).

    There was a gap of about six weeks between installing the new video card and moving to XP. The system did not go down once in that time which makes me think that the 3DFX driver was the problem all along. I haven't had any problem with XP, only crashes I have ever had are due to the (unsigned) Archos device driver which brings the machine down if the device is plugged in and the batteries run down while it is in use. The crash is complegtely repeatable and I suspect will shortly be fixed by Archos.

    I used to see the same thing at the AI lab. People there would suffer crashes every 3 to 4 hours on their MACs.

    --
    Looking for an Information Security student project suggestion?
    Try http://dotcrimeManifesto.com/
  79. Competitive purchasing is the key by dybdahl · · Score: 2

    Both Ralph Nader (USA) and the German government are focusing a lot on the fact, that there must be an alternative to Windows, and that prices must be set by having a competitive market, not by judging how much money you are capable of spending on an OS.

    In order to create such a competitive market, the products need to become more interchangeable. You can do this by letting several companies sell Windows (like the judge Jackson split would have made possible), by standardizing the Windows API as an ISO standard (somebody actually tried this once!), or by making sure that most software products on the market run on at least two operating systems.

    Linux is getting there - even MS Office runs on Linux. This is why the German government introduces Linux as the purchasing alternative to Microsoft and uses resources (tax money) to make it a real alternative.

    There is no problem with having Microsoft around and Windows installed on a lot of PCs, as long as it's not the obvious choice.

  80. GPL it for us; sell it to those that want to pay by jerryasher · · Score: 2

    If the taxpayer has the copyright on it (NASA, Mil, Gov, ...) then I think we should dual license the software.

    GPL it for those that want a GPL, and sell it with a proprietary license for the highest we can sell it for to those that want to take it and make proprietary things with it.

    The GPL'd versions will benefit us in ways we can all count, and more, the GPL'd versions will almost certainly keep the proprietary versions true to the GPL'd versions. And when the proprietary versions stray, the GPL'd versions will catch up in time.

    Will this work? It seems to work for GhostScript. Are there any other examples?

  81. Microsoft is not using the BSD stack by solman · · Score: 4, Informative

    This is a myth, and has been debunked so many times that further repetition can only be the result of intentional ignorance. I don't see how this Microsoftian FUD helps the open source cause.

    Here is one of the better posts on the issue by screen name "adamba":

    I worked at Microsoft for ten years, most of it on the core Windows NT/2000 (hereafter referred to as NT) networking code. [...]

    I know a lot about the TCP/IP stack that is running on NT. Here is a short history of it (some of this may also be told in the book How the Web Was Won, but I haven't read it):

    The original plan for NT was that a few members of the core NT team (which numbered about 15 developers) would write all the networking code. However, in 1990 a small team was started up in the LAN Manager group at Microsoft to do some of that NT networking work. Eventually that team moved over to be a part of NT (this coincided with the IBM-OS/2 "divorce", if anyone is interested).

    Microsoft's networking software at the time ran over a network protocol called Netbeui, but it was decided that TCP/IP was gaining in importance, and should be included in NT. In addition, the user-mode API associated with Netbeui, which was called Netbios, was too Netbeui-specific and couldn't be adapted to allow user-mode access to TCP/IP. As a result, the decision was made:

    1) To put a TCP/IP stack in NT

    2) To adapt the sockets user-mode API for NT

    #1 was solved by licensing code from a company called Spider Systems. However, Spider's TCP/IP stack was written to run within an environment called STREAMS, which was a wrapper that specified how the various parts of the stack would communicate with each other (TCP/IP is really several pieces of code -- two of which are TCP and IP -- layered on top of each other. Most network protocols are like that, which is why they are referred to as "stacks"). As a result, STREAMS also had to be ported to NT.

    #2 involved the creation of the winsock API, which persists today.

    It was recognized that using Spider's stack was a temporary measure, because nobody really wanted a stack that depended on STREAMS and its associated overhead. So, a short time after this, work was begun on a new version of TCP/IP, written entirely by Microsoft.

    Along with Spider's stack came versions of various TCP/IP-related utility programs, such as ftp, rcp and rsh. Those were ported from BSD sockets to winsock (not a huge change) and bundled with NT.

    Now, some of Spider's code (possibly all of it) was based on the TCP/IP stack in the BSD flavors of Unix. These are open source, but distributed under the BSD license, not the GPL that Linux is released under. Whereas the GPL states that any software derived from GPL'ed software must also be released under the GPL, the BSD license basically says, "here's the source, you can do whatever you want, just give credit to the original author."

    Eventually the new, from scratch TCP/IP stack was done and shipped with NT 3.5 (the second version, despite the number) in late 1994. The same stack was also included with Windows 95.

    However, it looks like some of those Unix utilities were never rewritten. If you look at the executables, you can still see the copyright notice from the regents of the University of California (BSD is short for Berkeley Software Distrubution, Berkeley being a branch of the University of California, for some reason referred to as "Berkeley" on the East Coast and "California" on the West Coast...and "Berkeley" is one of those words that starts to look real funny if you stare at it too long - but I digress).

    Keep in mind there is no reason to rewrite that code. If your ftp client works fine (no comments from the peanut gallery!) then why change it? Microsoft has other fish to fry. And the software was licensed perfectly legally, since the inclusion of the copyright notice satisfied the BSD license.

    I won't even swear on a stack of bibles that the "new" TCP/IP now shipping in NT/2000/XP and Windows 95/98/Me is completely free of the old code from Spider. Since I don't work there I don't have access to the source code. Certainly some parts of TCP (the checksum calculation comes to mind) are the same everywhere and once someone has written an optimized version, why rewrite it? And once again, this would be perfectly legitimate for Microsoft to do under the license.

    But it is certainly misleading of the Wall Street Journal to say that BSD code is used "deep inside" the NT networking code, unless they mean the STREAMS wrapper itself, which I believe is still there in case someone wants to write a transport using it (I think there is an OSI TP4 STREAMS transport lurking somewhere out there, if anyone cares - but I just checked, nobody does). But the TCP/IP in NT certainly doesn't use STREAMS.

    And implying that the TCP/IP stack uses BSD code is also false. As I said above there may be small vestiges of it in there, although I doubt it. Anyway the FreeBSD programmers who reported all this to the Wall Street Journal can't see the NT TCP/IP source either, so they can't have been referring to that.