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."

279 of 433 comments (clear)

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

    I knew something smelled fishy in Denmark...

    --

    :wq
    1. Re:Denmark! by unicron · · Score: 1

      I fail to see how that deserved a troll rating. Oh wait, that's right, slashdotters don't read anything literature besides things that are about robots and hackers. Silly me.

      --
      Finally, math books without any of that base 6 crap in them.
    2. Re:Denmark! by El+Prebso · · Score: 1

      Yeah, our government sucks. Then again it's not only the government, a lot of Danish companies seems to be ignoring Linux and Unix.

      Well not a problem, I always wanted to live in Germany, guess I'll have to move then :)

      --
      I didn't say it was your fault. I said I was going to blame it on you.
    3. Re:Denmark! by casio282 · · Score: 1

      thanks unicron...is there a 'clearly missed the reference' meta moderation? Although i'd have been more correct to say "rotten in Denmark," rather than "fishy" -- perhaps we're dealing with a purist.

      or maybe that someone is towing the line that _nothing_ is rotten in denmark?

      c'est la vie.

      --

      :wq
    4. 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.

    5. 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/
    6. 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.
    7. 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 dirvish · · Score: 1, Flamebait

      The US isn't poor but it is still too stupid too consider OSS.

    3. Re:Many countries are poor by Anonymous Coward · · Score: 1

      Something not yet mentioned - with open source
      there's an opportunity for local programmers
      to write software more suited to the needs of
      the local users. Something that Microsoft is not
      going to do.

      Should local programmers come up with something really useful that runs under Windows, Microsoft is likely to just steal the idea (as they've done so often in the past).

      Writing for Linux could mean that local
      software producers will actually get to
      profit from their work, rather than exporting
      even more money to the US.

      Irv

    4. 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.

    5. 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)'
    6. Re:Many countries are poor by Mark+Pitman · · Score: 1
      Should local programmers come up with something really useful that runs under Windows, Microsoft is likely to just steal the idea (as they've done so often in the past).

      What is to stop Microsoft (or anyone else for that matter) from "stealing" and idea for software that doesn't run on Windows? Why would it matter what platform the software runs on if all they are doing is "stealing" the idea?

    7. 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"
    8. 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. This Is Not A War by Anonymous Coward · · Score: 1, Insightful
    no matter how many dirty long-haired nerd hippies think it might be.. Pledge allegiance to microsoft? I'm sorry, but how many people pray to the church of MS?

    this is so stupid. People will use whatever software that best fits their needs..choosing one thing simply because of some set belief that one is superior is dumb and p0intless.

    1. 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.
    2. Re:This Is Not A War by Fembot · · Score: 1

      In case you havent noticed the use of the word "war" in the context of OS wars is purely metaphorical. There are no soilders or bombs so to speak.

    3. 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"?

    4. 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..."
    5. Re:This Is Not A War by Analog+Squirrel · · Score: 1

      >no matter how many dirty long-haired nerd hippies Hey! Who are you calling dirty? I showered just this week!

      --
      I'd rather be flying
    6. 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...

    7. Re:This Is Not A War by 13013dobbs · · Score: 1

      No shit. I shower every week, even if I don't need it. F-ing clean freaks.

      --

      No replies made to AC posts. Please log in.

    8. Re:This Is Not A War by earthpig · · Score: 1

      'choosing one thing simply because of some set belief that one is superior is dumb and p0intless.'

      wait, thoes are exactly my reasons for choosing anything but microsquish

  6. 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.
    2. Re:Few? Many? by The+Turd+Report · · Score: 1

      That is why I am wondering why Jamie said 'many'. I can only recall 3 or 4 countries who have announced going all out open source. Actually, I know why he said 'many', it is because this is a linux site. If he said 'a few' it would not have been as big of a deal. But 'many', well that could be hundreds.

    3. Re:Few? Many? by tomhudson · · Score: 1

      Just a quick note: Servers can also forge headers.

  7. 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 IndependentVik · · Score: 1

      Being that corporations pay taxes . . .

      Hot damn! That's news to me :)

      --
      I'd suggest you don't use Slashdot as your only news source, or you will suffer permanent brain damage.
    5. Re:All I care about is the research by Pinball+Wizard · · Score: 1
      Well they're supposed to! ;)


      Actually there is a good thing about all this resurgence in patriotism since 9/11 - we can label corps that ship jobs overseas and shirk out of paying taxes "economic terrorists".

      --

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

    6. 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.

    7. 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.
    8. 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.
    9. Re:All I care about is the research by smallpaul · · Score: 1, Flamebait

      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



      Heaven forbid that a corporation should benefit from tax dollars and use that money to employ people, pay dividends to pensioners and pay taxes! Better that we put intellectual property off limits to them. That makes a lot more senes.

    10. 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
    11. 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.

    12. 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.

    13. 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
    14. 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/
    15. 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.

    16. Re:All I care about is the research by Phronesis · · Score: 1
      Once by taxation for the reasearch to create a resource and again for that same resource at retail

      Sorry, but the government elected by your fellow citizens believes differently. The Bayh-Dole act, which has been law for many years now, actively encourages those receiving government research grants (universities as well as corporations) to patent, copyright, and profit from the fruits of their research.

      In the past few years, the New York Times has done a good job or reporting on the number of drugs developed in university labs with government money that have gone on to become billion-dollar products protected by patents and enriching both private pharma companies, the endowment of the universities that discovered them, and the professors in whose labs they were discovered (grad students and postdocs have generally not shared in the windfalls).

      I really don't understand all the whingeing about software, when the problems with intellectual property go so much deeper! The question of GPL vs. BSD may be really exciting to people living in the west, but even Bill Gates understands that the role of non-computer-related intellectual property relating to poverty in sub-Saharan Africa dwarfs anything having to do with computers.

    17. 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.

    18. 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.
    19. 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
    20. 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.

    21. 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.

    22. Re:All I care about is the research by DA-MAN · · Score: 1

      > 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...

      Ok, there is some seriously flawed logic in your hypothesis. It is much easier to keep things compatible if you start with the same source. For example the -ac branch is compatible with the main branch of the Linux kernel.

      Easier may not guarantee the result that we want but let me explain my point a little further. It's easier for Microsoft to say that they weren't able to use any of the original source code because of the GPL and come up with a completely incompatible version than had the code been licensed under the BSD license. At least under the BSD license, they would have something to gain by keeping it as original as possible, and that is free future development. Even then, that still may not be enough to keep Microsoft from closing it, look at how they raped Kerberos. If Microsoft chooses to close a protocol, they can, it's just that simple. And at the moment, there is no way to stop them. Pressure them maybe, but not stop.

      Another flaw with your logic, at least in regards to AOL is their use of proprietary only extensions. Come on now, have you ever checked your Networking control panel in Windows, they install an AOL Dialup Adapter. There is no reason they can't bind their Adapter to an already installed protocol like the MS/NP, it already binds to the TCP/IP protocol. Get what I'm saying, they have thought of these things in advanced and will probably not get caught off guard.

      Regardless, this networking scenario is quite impossible in that it would require a major overhaul of the backbone routers. I highly doubt Cisco and others would rather use the MS/NP version, over the Gubmints version anyways. Even then, everyone would still have to choose to implement MS/NP over Gubmint/NP. They may own the Desktop, but they don't own the network, so they are subject to the network itself. They may dictate what wallpaper you start with, but they aren't currently able to dictate what networking protocols you use.

      --
      Can I get an eye poke?
      Dog House Forum
    23. 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.

    24. Re:All I care about is the research by ryanvm · · Score: 1

      Utterly irrelevant.

  8. 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 hdparm · · Score: 1
      So, what do you think - what standards should we adhere to?

      Judging by the the tone of your post, you're all for 'standards' implemented by Microsoft, which nobody in their right mind can consider standards. Applications and OS are based on the most closed source in the world that makes development simplification hardly possible and then again, only for apps. What about the OS? Should we all use Windows for all of our needs? Where is competition there?

      It's too bad so many of you bearded linux hippies insist on doing things your own kludged-together way.

      Beards, long hair, whatever... do not have to do anything with this. Intellect and integrity do and the lack of them was the way MS has succeded in implementing the only standard there is in MS world - FUD-spreading-scared-trolls.

    3. 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.
  9. 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 misfit13b · · Score: 1

      yeah great, so now billg will have a stronghold on software AND oil. ;^)

    4. 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.
  10. No mention of the US? by diatonic · · Score: 1

    I thought it was a little odd that there is no mention of the status of Linux/Microsoft in the US. I would be interested to see what is being done with Linux at a federal level here in the US.

    .:diatonic:.

    1. 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
    2. 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.

    3. 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 ---
    4. 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
  11. 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 baldass_newbie · · Score: 1

      ...instead of a single organization declared to be a monopoly by the U.S. DOJ.

      Just wondering, but does the DOJ have a Monopoly on declaring who is a Monopoly?

      --
      The opposite of progress is congress
    2. 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
    3. 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.

    4. 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.

    5. Re:Tax dollars should not buy Microsoft products by IndependentVik · · Score: 1

      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!

      I think you've missed the point made by the parent post. Last time I checked neither Bic, Bostitch, nor Lockheed were declared guilty of illegal business practices by our own Justice Department.

      --
      I'd suggest you don't use Slashdot as your only news source, or you will suffer permanent brain damage.
    6. 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.
    7. Re:Tax dollars should not buy Microsoft products by YrWrstNtmr · · Score: 1

      And, like it or not, M$ has advanced, through a common user interface, the state of desktop computing.
      Now that's just silly. But I think you really mean it, and are not trolling. So how do you figure that?

      The FILE menu, and the Min/Max/Close buttons. Everything else derives from those. They provide a common location for common operations, across applications. Graphics, Office, CAD, file operations...all have similar ways to do similar tasks. This allows the general user to adapt quickly to a new tool. CLOSE is always in the same place. PRINT, EXIT, NEW, etc..etc.
      Think back a couple years ago with the state of open source (LINUX based) desktop tools. Some good, some not so good. But none really had anything in common, as far as the GUI, with the other. Learning and using a new tool took far longer. It is getting much better, but still a larger learning curve for multiple apps than a set of Windows apps.

      Through the common Windows API's, the developer did not have to reinvent the wheel each time to do the simple, basic things.

      Is there a 'better' way to display the GUI to the user? Maybe. Probably. But a few years ago, there wasn't anything in general production, that would have been acceptable to the government and large corporations. So by default, Windows was it. And the standard interface allowed users to advance their skills MUCH faster than if they had to learn a new set of commands for each application. ANd allowed the developer to dispense with dealing with such mundane tasks as writing print drivers for each and every possible printer.

      This is not new information.

    8. 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
    9. Re:Tax dollars should not buy Microsoft products by morie · · Score: 1
      hire a third party to hire problems

      Let's not hire any problems. We've got enough of them already...

      --
      Sig (appended to the end of comments I post, 54 chars)
    10. 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.

    11. Re:Tax dollars should not buy Microsoft products by YrWrstNtmr · · Score: 1

      It does not matter who did it first. M$, Apple, Xerox/PARC, whoever. M$, for better or worse, made it popular on the desktop. Same with Beta/VHS. First and better did not make it 'popular'.

      Now what were we talking about before?

    12. 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.

  12. 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 Titusdot+Groan · · Score: 1

      No, I meant reliability.

      Reliability is not just "uptime". I installed Red Hat 7.2 at home for my kids to use as a surfing box -- I moved it to a different subnet and used the funky config tool to change the networking.

      Hosed.

      Had to "find | xargs grep" for the old ip address and finally found another config file buried in a system folder that only got set on install and not reset by the networking tools.

      That's not reliable. If my brother had to change ISP's and was using Linux I'd have had to drive to his house to fix it.

      Both our Mac X boxes have been configured, reconfigured and swapped between subnets without any problems.

    2. Re:Mozilla 1.0 Turns the Tide by daddymac · · Score: 1
      Had to "find | xargs grep" for the old ip address and finally found another config file buried in a system folder that only got set on install and not reset by the networking tools.

      RedHat *is* reliable. I can rely on the fact that my network settings for my primary ehternet interface are in:

      /etc/sysconfig/network-scripts/ifcfg-eth0

      What "funky config tool" did you use? Most people I know have alot of luck with vi.

      --
      If something I said can be interpreted two ways, and one of the ways makes you sad or angry, I meant the other one.
    3. Re:Mozilla 1.0 Turns the Tide by Simon+Garlick · · Score: 1

      And this, people, is why Linux is not making any headway in the "consumer" end of the market.

      From a comment from a user that he'd rather recommend Windows or MacOS to friends and family, to an insinuation that he'd be better off if he just edited text config files remotely using vi, in only 2 steps.

    4. 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.

  13. 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 essdodson · · Score: 1

      Considering the topics of discussion and the way comments are addressed, its not too much of a jump to assume that most people here are infact retarded school children.

      When millions were pumped into doing psychological tests in order to determine the most efficient presentation for a desktop operating system its called cute teletubbie crap. The mentality of "I don't like it and nobody else should" is exactly the mindset found on the playgrounds of elementary schools. I really think you're on to something here.

      --
      scott
    4. 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

    5. 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.
    6. Re:Options. by albanac · · Score: 1

      Much as I appreciate it as a breath of fresh air (in that you're expressing a nice idea, on Slashdot) you're a dialectic idealist.

      ~cHris
  14. 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
    2. Re:Just goes to show... by Anonymous Coward · · Score: 1, Informative

      http://uptime.netcraft.com/up/graph/?host=www.whit ehouse.gov

      Looks like the whitehouse has been using Linux for quite some time.

      http://uptime.netcraft.com/up/graph/?host=www.fb i. gov

      Looks like the FBI made the switch from proprietary to open-source, but from Sun Solaris to Linux, staying with the proprietary Netscape server the whole time.

      Admittedly, netcraft's records don't go back more than about 5 months... so maybe they did use NT some time in the past, but it would have been long enough back to not show on Netcraft's history.

  15. 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...

  16. I wonder. by brain-in-a-box · · Score: 1, Flamebait

    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.

    --
    You are the dot in slashdot !
    1. 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.
    2. 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

    3. Re:I wonder. by Fred_A · · Score: 1
      I doubt they would ditch Windows if it was produced by a company of their own.

      You don't actually think the US government would consider using non-US software do you ?
      --

      May contain traces of nut.
      Made from the freshest electrons.
    4. Re:I wonder. by Frasier · · Score: 1

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

      So you mean you poor things only have one-dimensional railways. I suppose we Europeans could sell you some more advanced train technology :)

    5. Re:I wonder. by donscarletti · · Score: 1

      What, you yanks don't have trackless hovertrains?

      That's one of the reasons why Europe is better (besides the Food Art and Culture)

      --
      When Argumentum ad Hominem falls short, try Argumentum ad Matrem
  17. 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.
  18. 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'.

  19. 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
  20. 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.

  21. 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
    1. Re:Damn, sounsd like a world war... by powerlinekid · · Score: 1

      not necessarily i know a few french people and a few german people... and i may be alittle biased towards germany but for the most part the germans think the french hate them. All of them. My friend was an exchange student from germany and said when she was in france they called her and her friends nazis and shit like that.

      --

      can't sleep slashdot will eat me
  22. 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 ealar+dlanvuli · · Score: 1

      yes, this is the only argument that matters. It's silly to even argue in any other terms when speaking of a democracy.

      Sure papers get destroyed over time, but purpously trying to make public data unreadable is illegal last time I checked. And only supporting M$ formats is a good way to destroy data on purpouse, unless your willing to let MS control your country

      --
      I live in a giant bucket.
    2. Re:Government administrators: It is your duty. by Anonymous Coward · · Score: 1, Funny

      And while your at it, please declasify the top secret military documents including plans for building our most high tech equipment and bombs. Remember, no room for hidding things!

    3. 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.

    4. Re:Government administrators: It is your duty. by stubear · · Score: 1, Offtopic

      Citizens should learn that they do NOT live in a Democracy, they live in a Democratic REPUBLIC. Once you finally learn the distinction you will undertsand why things are done the way they are and you might be in a better position to improve the situation through reasonable compromise. Until then you are a worthless slashbot, repeating the sentiments of others here for the sake of earning karma.

    5. Re:Government administrators: It is your duty. by loosenut · · Score: 1

      "As taxpayers we get services".

      One of those services is having elected officials that respond to our desires. That's the whole prinicple of democracy. You don't have to run for office to get the government to do things that you see are intellegent and efficient.

    6. 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.

  23. 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 Ma$$acre · · Score: 1

      Despite the Anonymous Coward's comments, he has a point about site licenses. But the law that Peru is trying to pass would not prevent Microsoft from competing, nor would it prevent Peru from paying Money to M$ should it win a contract (in the unlikely event that M$ decided to make their source open and use true open standards). It also doesn't limit the ability of software companies in Peru from developing or selling their software locally or abroad.

      --
      Knowledge is of two kinds. We know a subject ourselves, or we know where we can find information upon it. -Samuel Johns
    3. 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.
    4. 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!

    5. 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!

    6. 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.)

  24. 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.

  25. Re:Hackers (1995) by Ironfist_ironmined · · Score: 1

    The comment that just... |3p7 g01/\/g...

    --
    0xC3
  26. Monoculture counter-argument compelling by Anonymous Coward · · Score: 1, Interesting

    Regardless of the quality of the solution, there is an argument for avoiding closed solutions from *any* single vendor. Large organizations not only expose themselves to security threats, but also economic fluctuations affecting the single vendor.

  27. Re:Supreme Court and electionb by Anonymous Coward · · Score: 1, Insightful

    instead of a single organization declared to be a monopoly by the U.S. DOJ.

    Read the Constitution. It's called an Electoral College. It ensures equal representation among the seperate states.
    Did you notice how much won states by something like 2-1?
    Remove your head from your ass and stop listening to Dan Rather. You fucking idiot.

  28. You are confused by Anonymous Coward · · Score: 1, Insightful

    Democracy = Rule By the People United States = Democracy More people vote for gore than bush in the US Bush wins Anyone else confused?

    The US is not actually a democracy. It is a constitutional republic. Gore even agreed: he campaigned with the electoral system in mind. Want to change it? Fine. Just don't do it to undo the results of an election that did not go the way you want it to. Change the system before the next election if you want to. Only losers play the game under the rules and then whine to change the rules after they lose.

    1. 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.
  29. 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....

  30. 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.

    2. Re:Microsoft's response... by ReverendRyan · · Score: 1

      Just then Christopher Lee (Sauron/Count Dooku) steps out from behind Bill and says, "Gandolf, you must join with the dark side of the force... I mean," *looks around cautiously,* "Linux, you must join with our EULA!"

  31. 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 WildBeast · · Score: 1, Troll

      That's probably because developpers in poor countries can't afford to work for free.

    2. Re:Developing countries? by Fished · · Score: 1
      Of course, you need to have computers first. Then you need to have electrical power. Then, to get reliable electrical power, you need a way to get equipment and fossil fuels or whatever to the place. And, oh yeah, you have to have an industrial plant to build and fund all this stuff.

      They don't call it the "developing world" for nothing dude.

      --
      "He who would learn astronomy, and other recondite arts, let him go elsewhere. " -- John Calvin, commenting on Genesis 1
    3. Re:Developing countries? by imsmith · · Score: 1

      Perhaps it is because developing countries in Africa are too busy trying to stop genocide, mass starvations, the AIDS epidemic, inter-tribal violence, and a general shortage of things like electricity, running water, and reliable sources of food to worry about what OS they would run on their computers, if they had computers, for their governments, if they had governments.

      From a distance it appears as though a large portion of African nations are held in place by aid organizations, foreign corporations, and men with guns.

      The absence of a free software movement doesn't mean that there is no future for one in Africa, but it may mean that there isn't a place for a free software movement yet.

      You'll notice from the article, that many of the nationally sponsered programs to develop and use free software are in response to widespread piracy. The market for software exists. In much of Africa, I suspect, there is relatively little software piracy, an indication that the market for software in general is low. When the societies stabilize enough to become pirates, then there will be a place for free software in response to the proprietary vendors demanding crackdowns on copyright violators.

      Of course, the pharmacutical industry will have to settle its own claims of piracy and patent infringement first, after that, there may not be anyone alive in Africa to pirate from Microsoft.

    4. 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)

    5. Re:Developing countries? by inerte · · Score: 1

      free software movement has no real marketing

      Indeed. I would say it has zero marketing if you compare to huge proprietary software vendors.

      Free) You can use it!

      MS) You can fly!

      Not really much of a match.

    6. 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
    7. Re:Developing countries? by Daytona955i · · Score: 1

      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? That is the biggest load of Sh!@ I have ever heard. Have you ever installed Red Hat?!?!? It's the easiest install I have ever seen... in fact the newer versions are easier to install than windows. If these countries are setting up networks and installing windows then I think they can install Linux. So just because the Zambian Census Agency hired incompotent IT personel doesn't mean everyone is incompotent. I seriously believe you could teach a monkey to install Red Hat...

      I think you need to push a pin into that inflated ego of yours. If you can teach people to use windows then you can teach them to use linux in just the same ammount of time.
      -Chris

    8. Re:Developing countries? by Daytona955i · · Score: 1

      Not true, if you have a company supply linux installed pc's with all the software you need then it won't need any support because it runs a heck of a lot better than windows. I recently switched to linux (and mac os x) exclusively and now when I go to the computer labs at school I get frustrated at how buggy and slow windows can be. (and it's not the hardware) And rebooting may solve you problems with windows but the time rebooting can be better spent doing other things... I don't reboot my Linux machine unless I install a new kernel. If you hire 1 IT person for linux support, there is a wealth of information on the web and one person can handle it because most of the time linux runs quite smoothly.
      -Chris

    9. Re:Developing countries? by Hugonz · · Score: 1

      That's only beacuse they don't really pay for it. Most businesses and even government agencies in the third world don't license their software, merely install illegal copies.

    10. 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.

    11. 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.

  32. 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.
    1. Re:Freudian slip by stephenbooth · · Score: 1

      Being serious for a moment. Does anyone happen to know if a description of the particular problems they're having is available anywhere. I've never had a problem moving documents from StarOffice to M$-Word in Word97 format. I have had problems moving documents from Word 2000 to Word97 tho'.

      Stephen

      --
      "Don't write down to your readers, the only people less intelligent than you can't read" - Sign on Newspaper Office Wall
  33. 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.

  34. 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.
  35. I pledge allegiance by freerangegeek · · Score: 1

    I pledge allegiance to the OS of the Corporation of Microsoft, and to the monopoly for which it stands. One corporation, under Bill, with proprietary injustice for all.

  36. 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 littlerubberfeet · · Score: 1

      BSD license?
      BSD= Berkeley software distribution, ergo, you want those 'hippy nuts' at berkeley to own it all?

      or do you mean BSD= baseline system description?
      or perhaps Blue Screen of Death, now that would be bad

      --
      Sig (appended to the end of comments you post, 120 chars)
    2. Re:Actually, quite the opposite is true. by ichimunki · · Score: 1
      This is plain nonsense. Give me five examples of government funded software that are licensed as GPL directly upon their release (note that there is nothing to stop *me* from taking public domain/BSD-licensed software, altering and releasing the new version under the GPL-- same as a corporation can take that public domain/BSD-licensed software and incorporate it into a proprietary product).

      Furthermore you have not remotely refuted the assertion that the government *should* GPL all their software. Not that I agree, since the public domain/BSD license still only allows companies to charge for adding incremental value to software. That is, if a company takes a piece of public software and adds to it, the price they can charge is the value of their additions, since the non-value-added version is available to me for free.

      --
      I do not have a signature
    3. 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
    4. Re:Actually, quite the opposite is true. by belroth · · Score: 1, Troll

      Sun and Apple use and release GPL software.
      MS have paid no taxes so they get no consideration.

      --
      I hereby inform you that I have NOT been required to provide any decryption keys.
    5. 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.

    6. 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

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

      No they can use the GPLed stuff if they want.

      --

      War is necrophilia.

    8. Re:Actually, quite the opposite is true. by caspper69 · · Score: 1

      Bunch of fscking idiots. According to their SEC filings, Microsoft (the Corporation) paid $1.468B dollars in Federal Income Taxes in 2001.

      This is far from *none* and even further from the amount you, your family, and the entire OSS community will EVER contribute.

      Good day!

    9. Re:Actually, quite the opposite is true. by ichimunki · · Score: 1
      Um, as soon as I said that I went on to refute the notion myself.

      The main problem with your assertion that Microsoft, Sun, Apple, etc paid for that research and therefore should be able to use it is that others have also paid for it, but the research is of particular use to existing software firms. That they have the possibility to use subsidized research (whether they've helped subsidize it and in what proportion is not relevant, what's relevant is that they weren't the only financial backers) to create a profit is a concern.

      However, it's a concern that is easily answered. Suppose research project Z is produced and put into the public domain. As Z, it costs the users of the world $0 to get the utility of Z (UZ). If a company comes along and works with the free code available for Z and produces a product called Z+a, then presumably the utility of Z+a is UZ+ua. Perhaps the price is raised to $0+$a. So what? If I am content to get utility of UZ, I can pay $0. If I want utility UZ+ua, then I must pay the additional $a. In any case, the company cannot charge more than the market will bear for utility ua itself, because that is the only value they have added to the package and consumers will presumably know they can get marginally less utility at no cost.

      Besides, as I said before, there is nothing to stop a Free Software developer from taking the same public domain package and adding to it, then relicensing his or her resulting work (U+f) with the GPL. The developer has therefore added utility (uf) so that the overall utility is UZ+uf. But instead of changing the price to $0+$f, the developer simply changes the license to ensure that anyone who wants to obtain utility uf must abide by the GPL. Which means that the company cannot make (UF+uz)+ua and keep ua proprietary.

      Either way, the public has only paid for U and has received utility ua. If U were only available under terms such that a company making U+a had to essentially give away the utility ua, then except as a charitable act, no company would ever use resources to develop U+a.

      --
      I do not have a signature
  37. MS fees in United Kingdom excessive?! by fortunatus · · Score: 1
    in general i support _both_ MS and open source OS choices - i feel that Microsoft's level of integration in their products is well worth a maintenance fee. but the article mentioned that the UK negotiated a savings of $150,000,000 over three years for 500,000 seats: that's $100 a year per seat savings, which means the fee was well over $100/year! that seems like a HUGE fee!! $5, or even $20 a seat/year would be more like it!


    at that rate they won't keep me on their good side...

    1. Re:MS fees in United Kingdom excessive?! by abdulwahid · · Score: 1

      which means the fee was well over $100/year! that seems like a HUGE fee!! $5, or even $20 a seat/year would be more like it!

      I don't think that your conclusion is right for following reasons:

      1. A typical seat would not only involve an OS (probably something like Windows XP or NT4 client because Windows 9x/Me don't give the necessary security and control a big establishment needs) but it would also involve things like MS Office Proffesional, MS Publisher and perhaps Visio, Project, Anti-virus software etc. All of these cost big bucks.
      2. On top of that, you would need file servers and database servers that are going to supply the core office functionality. Now we are talking hefty license fees. For 500,000 seats, we are talking a lot of servers.
      3. You have to have people to manage the licenses which for 500,000 seats is a full time job.

      As a result, the $100 a seat is quite realistic when you take everything into account.

      --
      perl -e 'print $i=pack(c5, (41*2), sqrt(7056), (unpack(c,H)-2), oct(115), 10);'
    2. Re:MS fees in United Kingdom excessive?! by Anne+Thwacks · · Score: 1
      For that money, you could easily hire the country's top 1,000 IT consultants for 3 years to develop a UKBSD, with all the apps the govt would ever need.

      Currently, 333 of those IT professionals are probably unemployed anyway, so you would be saving their dole money.

      And thats from the SAVINGS, after 3 years, you'd never pay B Gates another dime.

      Clearly its FAR TOO MUCH.In fact, there is NO QUESTION AT ALL, that the government are guilty of gross neglect of duty paying MS for its appalling crap when we could have British Appalling Crap (TM).

      --
      Sent from my ASR33 using ASCII
  38. 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.

  39. 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 fr2asbury · · Score: 1

      Well, personally I don't often refer to Linux as GNU/Linux, but I'm not about to tell someone else that they can't.

      Cheers,
      Jonathan

    3. Re:Enough with GNU/Linux by fortunatus · · Score: 1

      yeah! RMS's got a stick up his -- well, he seems not to be able to relax. i blow my nose on kleenex - even though it's actually Weyerhauser Hygenic Paper Products Facial Tissue... after, all who doesn't know that GNU gave it all to Linux? who doesnt' type "gcc" to compile on Linux? you'd think success would be enough...

    4. Re:Enough with GNU/Linux by fortunatus · · Score: 1
      once again for the idiots:


      WE ALREADY KNOW LINUX OWES IT ALL TO STALLMAN AND THE FREE SOFTWARE FOUNDATION!!


      no need to be mad about folks calling it what they want to. i'm sure Canon doesn't like office workers calling Canon copiers "xeroxes", but there's nothing you can do - it's the way human language functions.


      Linux has been a great part of Stallman's tremendous success in his goal of promulgating Free software. i think he's the one that needs to embrace reality about the name, and realize that we are already grateful to him (and so many others) even though we use "Linux" to refer to GNU systems with the Linux kernel.

    5. Re:Enough with GNU/Linux by mcspock · · Score: 1

      True, i'm not about to mail timothy personally and tell him to change his ways, i just get annoyed and deterred when i see the GNU/Linux name. It's like it wasn't enough for RMS that the linux kernel was released under the GPL and was a major catalyst for open source in general.

      --
      -- Patience is a virtue, but impatience is an art.
    6. 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.

    7. 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.

    8. Re:Enough with GNU/Linux by mcspock · · Score: 1

      I would agree that the initial effort was to recreate existing unix kernels; there's a lot of baseline functionality that is common to most any OS, so there will be nothing innovative about that. However, as the kernel grows and the complexity of various problems increases, the level of original thought (such as that put into the VM system) increases, which is what i was trying to get at with the 'innovative' comment.

      --
      -- Patience is a virtue, but impatience is an art.
    9. 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.

    10. Re:Enough with GNU/Linux by kiris · · Score: 1
      **DISCLAIMER -- Debian user**

      Your argument is riddled with holes. First, let's start with the backend. The websites are, just that, websites. The webmasters are the ones who provide the content and therefore the naming priority is with them.

      Now, about the GNU utilities. They are indeed rewrites, but they do expand on some of the old utilities in many ways. Heck, info pages make things a lot more friendlier.

      But on a final note, if you really don't like the whole GNU/Linux thing, then use just linux and forget about the whole argument. See how far you can get.

    11. Re:Enough with GNU/Linux by Anne+Thwacks · · Score: 1
      if you really don't like the whole GNU/Linux thing, then use just linux and forget about the whole argument. See how far you can get.

      Try using BSD without GNU for that matter.

      Thats not the whole story though. There are zillions of versions of tar/grep/*sh/etc around. I have written quite a few myself in the past. We are all happier using the gnu ones, not cos their better but because standards are a good thing, and Gnu stuff is already ported.

      Gnu HAS made a major contribution to computing, but the reality is that the only important Gnu contribution is gcc, and gcc is infested with RMS rants. Sure there are zillions of other Unix utilities, but there is no real NEED for most of them, as there are plenty of public domain alternatives. This cannot be said for gcc. RMS/GNU have made a contribution, and are entitiled to credit, but RMS is over stating his case, and alienating the people that matter.

      --
      Sent from my ASR33 using ASCII
    12. Re:Enough with GNU/Linux by DA-MAN · · Score: 1

      > a "UNIX system" is more than just the OS. It's all these utilities, libraries, and API's too.

      > You are correct, GNU is UNIX

      Hrmm, how in the hell is GNU Unix?!?! to quote the first line from www.gnu.org, "GNU is not Unix!". GIU just doesn't look as cool as GNU.

      --
      Can I get an eye poke?
      Dog House Forum
    13. 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
  40. Secrecy is a BIG problem: See this link. by Futurepower(R) · · Score: 1


    If you look at stories from the best news sources that are collected at this link, I think you will agree that secrets cause more harm than good: What Should be the Response to Violence?

    The stories say, basically, that if there were less secrecy, there would be far fewer reasons to have bombs.

  41. 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.

  42. 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.

  43. 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.

    1. Re:How about one of these by Simon+Garlick · · Score: 1

      What crackhead moderator gave this "-1 Redundant"?

  44. 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 |
  45. MS Shared Source Program by thasmudyan · · Score: 1

    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.

    And yet within other context they say that publishing source code (e.g. as in Open Source) is a huge security risk!
    And aren't all three points originally part of the Open Source agenda? And didn't they say that while based on closed source the Windows API is supposed to be so very comprehensive and well documented that it's allegedly no problem for other software vendors to develop their own products (antitrust trial)?

  46. Apocalypse...now? by Helmholtz+Coil · · Score: 1

    Don't worry, it all works out in the end...

    Daniel 11:40
    And at the time of the end shall the king of the south push at him: and the King of the North(west) shall come against him like a whirlwind, with chariots, and with horsemen, and with many ships; and he shall enter into the countries, and shall (buffer)overflow and pass over.

    Who knew?

  47. Government administrators set the standards. by Futurepower(R) · · Score: 1


    "You make the mistake of assuming that Government workers are making these programs."

    Government administrators don't write the programs, they set the standards for what is used and what is written.

  48. 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'?

  49. Argentina by InodoroPereyra · · Score: 1

    The IDG overview does not mention Argentina. There is a fairly big movement, and a new bill has been introduced to congress (the old one expired).

  50. Mostly Schools and Universities by WillSeattle · · Score: 1

    When you get down to where the most change is happening, worldwide, it's in the educational system, which appears to be jumping ship from MSFT to Open Source (BSD, Linux) in droves.

    Think of the list of countries and look at where the largest number of seats and shift has occurred - and it's schools and universities.

    MSFT has dug it's own grave in this respect, and have only themselves to blame.

    -

    --
    --- Will in Seattle - What are you doing to fight the War?
  51. Microsoft World? by mikerackhabit · · Score: 1

    From the article:
    >It cited compatibility problems, namely among users trying to receive Microsoft World documents.(emphasis mine)

    Gad, I hope this guy doesn't have an inside on The Next Big Thing from microsoft that I don't. I suppose it'll be Microsoft Galaxy documents in a few years too. Or a Freudian slip perhaps?

  52. 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 aaarrrgggh · · Score: 1
      giving the source code to ... every twit, idiot, and moron...

      Sounds a lot like most of the government institutions I have seen... ;)

    3. Re:The left hand should speak to the right hand... by inerte · · Score: 1

      It also gives USA a head over other countries, if they ever want the source.

      Couldn't an argument like "MS, look. Terrorists are using Windows, give me the source" be used?

      Two things:

      1) Under North American new laws and current enviroment, looks like it can happen;

      2) Bush likes corporations so it won't mess with MS.

    4. 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
    5. Re:The left hand should speak to the right hand... by sarastro · · Score: 1
      Austria's minister of the interior answered a parliamentary question with the following information:
      • the ministry cannot ensure that the code corresponds to the operating system
      • presently, three employees of the ministry have access to the source
      • access is not available on a tape or such but only over the internet, protected by a chip card and pin code
      • the ministry does not intend to investigate security relevant parts of the operating system
      • the ministry does not expect improvements in the security of the 'shared source' systems, compared to previously used systems (NT4)
      To me the kind of access offered by Microsoft seems pretty useless since searches for malicious code patterns, cross-correlations of code, and other important analysis jobs probably cannot be done by those means.

      Note that this application is apparently a closed internal system without direct connection from outside. XP might be safe enough for that :-)

    6. Re:The left hand should speak to the right hand... by Brendor · · Score: 1

      Dr. Bill Gates: There's something very important I forgot to tell you.
      Dr. Steve Balmer: What?
      Dr. Bill Gates: Don't release the source.
      Dr. Steve Balmer: Why?
      Dr. Bill Gates: It would be bad.
      Dr. Steve Balmer: I'm fuzzy on the whole good/bad thing. What do you mean "bad"?
      Dr. Bill Gates: Try to imagine the Windows monopoly and the city of Redmond stopping instantaneously and every dollar in your bank account exploding at the speed of litigation.
      Dr. Paul Allen: Total portfolio reversal.
      Dr. Steve Balmer: That's bad. Okay. Alright, important safety tip, thanks Bill.

  53. 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
  54. This is a no brainer descision. by Misuta+Supakulo · · Score: 1

    This should be really simple. Microsoft has already said itself that some of its code is so broken and vulnerable that it would endanger national security to reveal the source. Now, given the option of going with A) open source code you can review yourself (and believe me, a government has the resources to do a fairly complete critical review of all the code they need) or B) code you know is insecure and that comes with zero guarantees about that level of insecurity, the choice is so blindingly obvious it doesn't need further explication. Heck, even after a patch, upgrade, version change, complete code rewrite, whatever, without the code you're still going on MS's word as to whether it's really secure or not. Considering their track record, I wouldn't trust 'em.

    --

    --
    He lied to us through song. I hate when people do that!
  55. This is a profit war. by SHEENmaster · · Score: 1

    I started my first job yesterday, and I am forced to use Windos at work. My employer is wasting thousands of dollars in M$ licensing fees. His server crashes 3-4 times a day, and my workstation crashes even more often. How can you still say that that fits anyone's needs?

    Why waste money on an inferior product? Why lose money because of that investmenet?

    Too many windows users are convinced that it is s better choice because more people use it. They are relying on the opinions of people as clueless as themselves. I have used both operating systems. I know that unix is superior to windows, and I know that linux is the best unix available.

    This is a war of profits, yes.

    But more importantly, this is a war about ignorance.

    --
    You can't judge a book by the way it wears its hair.
    1. Re:This is a profit war. by YrWrstNtmr · · Score: 1

      I started my first job yesterday, and I am forced to use Windos at work. My employer is wasting thousands of dollars in M$ licensing fees. His server crashes 3-4 times a day, and my workstation crashes even more often.

      You need better admins, plain and simple. I can't remember the last time my Win2k workstation crashed.

    2. Re:This is a profit war. by silicon_synapse · · Score: 1

      I started my first job yesterday, and I am forced to use Windos at work. My employer is wasting thousands of dollars in M$ licensing fees. His server crashes 3-4 times a day, and my workstation crashes even more often. How can you still say that that fits anyone's needs?

      If your workstation crashes that often, you've got some serious configuration problems somewhere. Windows isn't perfect, but it has its uses. Personally, I think Windows is great for many applications. It's Microsoft I hate, not Windows.

    3. Re:This is a profit war. by Anne+Thwacks · · Score: 1

      Why waste money on an inferior product? Why lose money because of that investmenet? YOu might want to look up "payola" in your dictionary.

      --
      Sent from my ASR33 using ASCII
    4. Re:This is a profit war. by Qrlx · · Score: 1

      His server crashes 3-4 times a day, and my workstation crashes even more often

      It sounds like you don't have any admins at all. This is all too often the case, esp at a small company. You don't think your car can run forever without taking it to the shop, do you? Get a experienced professional to come in for four hours a week and whup things into shape.

      Side note: By "server" do you mean the box everyone refers to as "the server" even though it's a Pentium 60 running Windows 95? That could be your problem...

    5. Re:This is a profit war. by DrakeX · · Score: 1

      In partial defence of the newly employed one:

      when i got into the industry about five years ago - with absolutely no formal introduction or experience with computers, I too went the way of windows. Since such time, I have done ongoing contract work for a local school division, was employed by the local college and am now a sysadmin for a ever growing health district. I have configured and administered Linux (whatever flavor) -> Novel -> UNIX (Solaris) -> Mac? -> MS Windows.

      At the Workstation end, I like Window 2000 (very stable) especially since workstation users typically only use one or two apps - ever. At the server side though, I am LINUX all the way. it uses fewer resources; its better adaptable to multi-platform networks; no need to reboot for reasons other than adding/replacing hardware (Novel is the only thing i've seen with better uptimes than linux); it's also more securable and more scaleable.

      I dont see Windows severs "crashing" too often but we have all seen the swap on NT fill-up (running out of virtual memory)and needing to be rebooted simply because it stops responding. thats the way of windows. Not to mention since MS' VDM, many still used DOS
      apps are now utililizing 98-100% of the CPU - whats that about??

      MS should stick to thier niche and improve upon that - the desktop; 'cause they're very good at it -
      But they're archaically behind on the server front and should leave it to Unix/Linux.

    6. 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/
  56. 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.
    2. Re:Backlash to M$ actions by cpct0 · · Score: 1

      Precisely my point... :)

      ... uh, and I hope people don't think I'm for piracy. I do make (C) software myself and would be left w/o a job if only one copy was bought. I buy most of my wares and pay for the shareware I use.

      I simply don't like to be treated as a thief even if legit. Innocence presumption still exists in theses countries, no? Why do M$ has to check on all the computers that are sold? Why are they checking inside companies for unlegit software? Why do I have to buy THEIR software in order to be legit? Can't I install OS2 Warp on my new P7 35GHz if I want to? If they want to be the De Facto standard, I guess they should GIVE their software with new computers, like Apple do with theirs.

      ... if you've made your reputation with crime, I guess you can't expect people to be legit with you when you've made your moneyload.

      Have a nice day
      Mike

  57. juvenille...excuse me, serious... by yukonbob · · Score: 1

    with the phrase "So Microsoft's... excuse me, the AdTI's..."peppering the Roaring Penguin rebuttal, how are we (Open Source community) expected to be taken seriously? Grow up. This is like spelling Microsoft "Micro$oft". The weaknesses of the original document stand out fine enough on their own.

    -yb

  58. tee hee. by sylvester · · Score: 1


    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.

    teee hee. [blushes like schoolgirl]

  59. Huge savings for taxpayers by uncoveror · · Score: 1

    If the US government would switch to open source software, it would save billions of taxpayer dollars. This should have been done the day Microsoft claimed that it's source code must remain secret because it is so flawed that revealing it could threaten national security. At my employer, we just configed a huge order of IBM desktops and notebooks for the USDA Forestry Division. Each one had Windows 2000, and other Microsoft apps. How much did all that cost American taxpayers? Way too much I am sure.

    --
    The Uncoveror: It's the real news.
  60. Microsoft World by 0x20 · · Score: 1

    compatibility problems, namely among users trying to receive Microsoft World documents

    So... the rumors were true. They've finally seized power! Everyone burn your RHCEs and report to the island of Ballmeria for mandatory dance lessons.

  61. 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
  62. 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?
  63. MS Sells GPL SW by SubtleNuance · · Score: 1, Flamebait

    Relating to Mr. David Skoll's quote: "Well, some large commercial entities like HP/Compaq, IBM, Dell and Sun are quite willing to use, produce and/or distribute GPL'd software." (Dave: Thanks for RPPPoE!)

    He might also like to mention MS's own SFU*and Interix

    Have a gander at that little GPL sidebar..

    * MS's Shut the Fuck Up... "Netscape eng are weenies wit" at its best)

  64. 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."

  65. link by stego · · Score: 2
  66. 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.

  67. What a wonderful world... by Poro · · Score: 1
    Germany is a quite interesting country.

    A quote from the article:

    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.

    I wonder what kind of hardware and software are used in the pubic sector.

  68. 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.

  69. Re:Supreme Court and electionb by ahfoo · · Score: 1, Flamebait

    Yeah, I'm confused why you fuckhead Conservative asswipes hang around Slashdot.

  70. 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

  71. Protracted debate by RuntimeError · · Score: 1
    Governments

    Governments are thought of as slow changing, generally conservative, bureaucratic, monolothic and corrupt bodies that hardly ever do anything useful. They bow down easily tothe whims and fancies of special interest groups. After all, governments are run by politicians and civil servants. There trusted and liked by the people only a little less than lawyers.

    The British prime minister openly adimitted just before the last general election (Jun 2001) that he was totally computer illiterate. I would not be at all surprised if most of the cabinet are in the same boat. I do not expect the situation to be any different any other government in the world.

    Yet the government is a monstrous institution. It was government efforts that saw the rise of the modern computer, the internet and so on. A rich and powerful government like the US government can make or break an industry.

    Tender procedures

    Most governments use tender procedures for all forms of procurment. This concidered to be transparent, and is meant to keep the governments corruption free. Under these schemes, the cheapest bid that meets the minimum requirements always wins the contract. In theory this should help the open source community. In practice, though, few governments follow tender procedures to the letter. Most often, it is not the lowest bidder that wins, but the one who makes the highest bid to buy the relevant officials.

  72. Re:As long as DUBYA and his RIGHT WING WACKOS by iggie · · Score: 1

    In all seriousness it is true that the Republicans do favor business more than the Democrats

    This statement always bothered me. A truer statement is that Republicans tend to favor certain big businesses over others. Considering that these businesses have competitors (even MS), favoring certain businesses over others is in fact being hostile to business in general.

  73. What about the name? by anonymous_wombat · · Score: 1

    Are they also debating whether to call it just Linux, or GNU/Linux?

  74. 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.
  75. Confusion? by Futurepower(R) · · Score: 1


    I think you have me confused with the government. It is the government that must be as transparent as possible. I am not, at present, the emperor of the world.

  76. 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...

  77. 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
  78. 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".

  79. GNU/Linux is not all of open source. by Enrico+Pulatzo · · Score: 1

    Come on, there are plenty of great alternatives to both MS and GNU/Linux. Just because its open source doesn't mean it has to be Linux.

  80. 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.

  81. 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!
  82. But even a 7-year-old can earn MS certification! by tibbetts · · Score: 1

    Quoth Reuters:

    Indian Boy in Gaza Earns Microsoft Certificate

    GAZA (Reuters) - The seven-year-old son of an Indian diplomat in the Palestinian-ruled Gaza Strip has been awarded a Microsoft certificate which is so advanced that some U.S. universities require that their students earn it to graduate.

    Anudeep Bhaskar obtained a Microsoft Office User Specialist (MOUS) certificate after passing the Microsoft Office 2000 Word exam in May by scoring 891 points, surpassing the required 770.

    I don't know about you, but that "a Microsoft certificate which is so advanced that some U.S. universities require that their students earn it to graduate" line sures makes me shudder.

    --
    :wq
  83. 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?

  84. 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...
  85. 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
  86. MS World by ProfKyne · · Score: 1

    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.

    If I had a nickel every time someone tried to tell me that .DOC is some kind of world standard -- now this!

    --
    "First you gotta do the truffle shuffle."
  87. 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.

  88. actually by C_nemo · · Score: 1

    a group of programmers etc. in norway is working on theire own linux distribution called "skolelinux"(school linux) wich is tailored for norwegian schools. i think they are nearing a final release date

  89. This is so ironic... by EzInKy · · Score: 1

    From the section on Peru:

    ...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 BSA is creating more open source advocates than any die hard Linux user possibly could.

    --
    Time is what keeps everything from happening all at once.
  90. Pubic sector? by Rakshasa-sensei · · Score: 1
    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.
    Please don't...
  91. 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.

  92. Taxes shouldn't be spent on closed architectures. by pbryan · · Score: 1

    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!

    Tax dollars should not be spent on products with closed architectures. As far as I know, Bic has not vendor-locked a government to use only its pens.

    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.

    I don't necessarily disagree with this opinion. But in order for your statement to be credible, back it up with supporting evidence. Otherwise, you're just trolling.

    --

    My car gets 40 rods to the hogshead, and that's the way I likes it!

  93. The off switch by binkless · · Score: 1

    A US based application of GPS is just as vulnerable to the official who controls the off button as an application based in Brussels. The fact the US security apparatus controls GPS affects all GPS users, not just those in the US. An EU based system would not likely be any better in this respect. On second thought, maybe if EU "consensus" was required to shut it down we could all rest easy, knowing that it will never happen ;-)

  94. 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.
  95. 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.
  96. 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.

  97. 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!
  98. 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.
  99. 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.

  100. Microsoft is shooting itself in the foot by Auxon · · Score: 1

    All of this FUD against OpenSource and Free Software that Microsoft is spewing only seems to be forcing countries to pick sides.

    This is destructive to MS, because to making countries' leaders decide whether or not Open Source is "OK" will surely lead to what this type of people know best: legislation.

    Since the argument against Open Source is pretty weak, it seems the leaders would choose Open Source as being a wise alternative, economically, educationally and in a host of other ways.

    At the very least, no one likes to be bullied with scare tactics to choose one way over another. It breeds rebelliousness.

    As long as Microsoft tries to push this angle, I expect more and more countries to offically sanction Open Source and unoffically (and perhaps officially) condemn Microsoft proprietary software.

    Just my two cents.
  101. Not Entirely True by Derleth · · Score: 1
    The libertarians dont want to spend money on proprietary software because they believe in absolute freedom for each and every person.
    No, that would be Anarchy. Libertarians, to put it in a nutshell, think the only valid function of a government is to prevent coercion (coercion via force and coercion via fraud). So they do want to limit people's rights to hurt each other and lie to each other.
    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 Democrats, AFAIK, don't have a single party line, but most of them are not Communists. Open-Source Software is not Communistic, either, as it gives programmers a great way of earning income (developing on contract and/or acting as consultants). Some proponents of OSS may be Communists (RMS fits this, I think), but that does not paint the whole philosophy.
    The republicans are rich, like big companies, and like to support big companies. True capatalists, not nessecarily a bad thing.
    A simplification. Republicans tend to want less government regulation of business except when it comes to moral issues. So they aren't true Capitalists. Libertarians fit that description pretty closely, however.

    Just so all my cards are firmly on the table, I'm a proud Libertarian.
    --
    How can you use my intestines as a gift? -Actual Hong Kong subtitle.
  102. 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.

  103. 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.
  104. not a real solution by pixel+fairy · · Score: 1

    remember, this is microsoft. they can make the "word format" and lie about it. easily. (oops,were not to spec, boo hoo), make it complex enough that its nearly impossible to use and by the time you have a decent parser written, your two versions behind. legal remedys have a pattern of never being more than a slap on the wrist for them. they always find loop-holes, outsmart them etc. its as if they buy out thier legal problems (or in the case of the gates foundation, try to buy out the pr problems that come from being assholes) and then its business as usual.

    anyway, it seems enough of thier formats can be used by open office for now. hopefully that will become the de-facto standard... (ok, maybe its wishfull thinking, but open office is the most suited for being a de-facto standard). that would be a real solution. then even microsoft would have to make thier office suite compatable and we would have real choice instead of microsoft speak for choice.

    until then, if you want to make sure you can use old documents, ascii (plain text) is the most widely compatable format. (cr/lf are trivial to translate) thats why the ietf uses it for rfcs.

    for your old mac word files, try strings(1)

  105. I must be missing something. by eric_ste · · Score: 1

    Governments usually have the "large end of the bat" in dictating whatever they want from whoever they want besides maybe other governments.

    WHen I read that a governments allows the use of linux as long as the employees don't exchange microsoft proprietary format documents on a regular basis, it just makes me laugh. They could say something like: we only accept documents in pdf format, xml format, html format, rtf format or whatever format there is with open format specs. On top ov being portable from one platform to an other, standard formats are usually less prone to viruses than the microsoft formats. I have yet to receive a macro virus in a pdf file.

    kill two birs with one stone and get rid of microsoft formats in governments and corporate communications.

    At work, I have taken the habit of returning documents in non standard formats, educating the sender that it is very rude to send a proprietary format document especially one that can transmit viruses. I usually get a good response and more people are using other formats. I would never send a staroffice document to someone and I expect the same courtesy from others.

  106. 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.

  107. 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
  108. Re:Linux Myths Explained by DrakeX · · Score: 1

    BLAH. . . BLAH. . . BLAH

    as most of your exasperatingly long comment is full of sh*t you read out of a magazine - your bible or what?? I can tell from your rantings that you've never so much as installed linux let alone used it or configured it.

    so get the knot out of your panties and leave the debates to the people with informed, educated, and original opinions.

  109. The Internet is Jesus by dnoyeb · · Score: 1

    Just you wait. The internet will be the second coming of the messiah. Nobody can stop it! of course their will be a time when we will have to die to keep it going, but thats not quite yet.

  110. its red hat, not linux by pixel+fairy · · Score: 1

    all the other distros handle that just fine. with all the complaints red hat must of gotten by now, i hope they rewrote thier network settings gui. in 7.2 it was a strange mess that was actually harder to use than the windows 2000 one. (which is strange for linux distros) and did not work as advertised. 7.3 did not seem to improve much.

    whats sad is that this is probably giving red hat a bad name that they otherwise dont deserve.

  111. And the secret plot behind it all.... by evilpaul13 · · Score: 1

    ..Is Richard Stallman submitted this story to get it called GNU/Linux in the story's headline ;)

  112. Going Metric by Nishi-no-wan · · Score: 1

    Like the rest of the world going metric, the U.S. (and other MS supporters) will eventually find interoperability to be a problem.

  113. Re:GMAFB by albanac · · Score: 1

    Unfortunately, in most companies, your service is *not* valued *or* marketed. It's *assumed*. In the same way that a guy who comes round to fill the water cooler is assumed. IT is something that is just supposed to exist. IT engineers are people who fix your IT. Very few manglement, (90% of whom seem to be salesmen by profession... ) have ever actually wondered what the hell they mean by IT.

    ~cHris
  114. 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.

  115. 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?

  116. 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.

  117. Another Anschluss? by Prof.+Pi · · Score: 1

    From the article:


    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.


    Wasn't Austria the first government in Europe to become a member of another initiative by someone interested in total control?


    OTOH, it's interesting to see Germany high on the open-source list. From my personal experience, Germans are the most anti-Microsoft of all computer users. And their biggest computer magazine (c't magazine) is one of the few that isn't afraid to risk their ad revenue by giving MS products negative reviews. Perhaps the Germans understand the dangers of putting too much power in one person's hands.