Slashdot Mirror


Microsoft in Peru, Living Room

Two pieces of Microsoft news today. tfofurn writes "According to this AP quickie and this Reuters story, both on Yahoo, Microsoft is donating 'about $550,000 in money, software and consulting services to the Peruvian government for educational and "e-government" initiatives' to Peru. The AP story mentions the conflict of this with Edgar Villanueva's proposal to have the government use only open source software. Villanueva (/. interview), you may recall, wrote a famous letter to MS Peru a few months ago." And many people have submitted stories about Windows XP Media Center, coming this winter to a living room near you.

34 of 341 comments (clear)

  1. Cool by unformed · · Score: 3, Funny

    I'm gonna write a letter to Microsoft saying they suck; then they'll send me a bunch of free software, which I can then resell on Ebay.

    Yeah! Free Money!

    1. Re:Cool by NotAnotherReboot · · Score: 4, Funny

      actually- you don't own it, microsoft just 'licenses it to you'. selling it would be unamerican and go against everything our ideals stand for.

    2. Re:Cool by dattaway · · Score: 3, Funny

      No, Microsoft will just overthrow your government and have you executed.

  2. Will everybody do the same? by jmv · · Score: 5, Interesting

    It seems like MS is sending the message: "If you want to have 'free' MS software, say you're going Linux". Wonder how many organizations/countries without any intent to switch to Linux (will) have "Linux programs" just for negotiating with MS?

    1. Re:Will everybody do the same? by Malor · · Score: 4, Interesting

      Sure, but this is only a temporary gambit. Once you're hooked on Microsoft, getting yourself off it is terribly painful and difficult.

      This is not a gift. It is a free sample from a drug dealer.

      Consider... even if lots of countries start talking about Linux every time they want free software from Microsoft, there will eventually come a time when Microsoft will just chuckle and tell them to go right ahead. By then, they'll have built enough 'issues' into interoperability with free software that it will be difficult to make it work without totally ripping out the existing infrastructure... and very, very few politicians will have the guts to put their governments through that kind of pain.

      I hope that Peru has enough foresight to ignore this 'gift'. Mr. Villaneuva shows extraordinary intelligence in his analysis of free software, which gives me hope that they may indeed see the iron fist under the velvet glove.

    2. Re:Will everybody do the same? by Jason+Earl · · Score: 5, Interesting

      During Christmas time it is a fairly common practice (or it used to be when I lived in Peru) for the police to simply pull over motorists and demand money. Bribes are very commonplace in Peru any time of the year, but during Christmas the police stop even pretending to be upholding the law. They have got guns and you don't, and their children need Christmas presents and Paneton.

      Lima is a city of something like 7 million people and this "donation" is supposed to help something like 20,000 students (a pittance). My guess is that it ends up helping far fewer students than that, and all of the help will likely go to the rich private schools that the politicos send their children too.

      Unfortunately it is impossible to do business in Peru without bribery. I am just surprised that Bill Gates himself is delivering the money. When I first heard that Peru was looking at Free Software legislation I was very skeptical. There are lots of good people in Peru, and I don't doubt that Dr. Villanueva is an honest man and a patriot, but honest Peruvian officials are few and far between.

    3. Re:Will everybody do the same? by einer · · Score: 5, Insightful

      And if you were a company 100% on Linux or some other Unix flavor, you think switching to MS would not be "terribly painful and difficult".

      Well, uhm... No. At least, not AS difficult. You see, Linux uses well defined standards and file formats instead of proprietary, constantly changing ones.

      If it works, and does what they want it to do, why switch?

      The business case for switching isn't JUST saving money. It's weening yourself off of said proprietary formats. Being locked in to a certain format might not be expensive RIGHT NOW, but using open formats means that it will never be any more expensive.

    4. Re:Will everybody do the same? by GSloop · · Score: 5, Insightful

      How about MS Word, Access, Excel and Powerpoint?

      How about how Word 95 can't open any Word 97 docs. (Before you say, everyone does this... what was the necessity for this. If the upgrade was dramatically diferent, and it wasn't possible to use the same format, I might go easy - in this case, it seems really hard to make that argument.)

      How about Access 97 vs 2000...

      How about MS SQL Server, and your "special" extensions to SQL.

      How about Active X, C#, HTML that only works on IE.

      How about Kerberos?

      How about breaking the OS/2 3.X compatibility mode every time they did virtually anything to Windows.

      How about the totally bogus error messages you got in the beta versions of Windows 3.x when you were using DR Dos?

      (Some of these are not propriatary file formats, but clearly demonstrate the capability and willingness to use despicable acts to maintain their power - and keep you by the short hairs.)

      MS probably has one of the worst records of ANY company in the history of the computer industry. Locking you into a specific "hamster wheel" is their specialty.

      If you like being MS's "hamster" go ahead. Many of the rest of us don't really care for it. For many reasons, money out of our pocket being one of them.

      Cheers!

    5. Re:Will everybody do the same? by malakai · · Score: 3, Insightful
      FUD FUD Everywhere...
      I seem to have to do this about once a month on slashdot, so I may as well get it out of the way now.
      How about MS Word, Access, Excel and Powerpoint?
      Word, Excel, and Powerpoint formats have been released by MS. Word and Excel are actually supported binary formats (You can call their dev-support line if you have some issue with accessing the file structure). Power-point is not support, but is not confidential/proprietary.

      Ok, if you don't want to write your own program to read the format, save you data in common formats then RTF for Word and HTML for Word/Excel/Power Point.
      Anytime an office 2k and later application saves to HTML it really means 'save to XML'. Look at the file, it's pretty easy to comprehend, and it's documented as well.

      Access? Access is an ugly mutt of a programming language and database. There is no alternative to Access on Linux unless your going to rewrite it in some other language/db. What do you expect the format to be? It's heavily dependent on VBA, and the database engine more recently is closer to SQL then any of the old Jet systems. The MDB file actually contains p-code 'compiled' by the VBA subsystem. Asking for a format to something as ugly and complicated as that is insane.
      Do you expect Oracle to open up their database binary format? Should all the binary data files in lotus notes be standardized and published?
      How about how Word 95 can't open any Word 97 docs.
      How about RTFM. When you roll out Word 97, it by default maintains compatability with Word 95. It does this at the cost of disk space (writes both versions basically). You can configure Word 97 to only save as Word 95 as well. Also, MS provided Word import converters for the other direction.

      Why was this done? Progress. You've heard about that right? Sometimes, when your a programmer, you make near sighted decisions that later bite you in the ass. Other times you come up with a better way of doing something, and you weight the change.

      The Office team wanted Office 97 formats to be DocFiles, it's part of OLE 2.0, look it up it was all the rage in 1995. Basically, it allows multiple binary streams per document. Docfiles also provide their own internal mechanisms for subdirectories, locking, and transaction (i.e., commit/rollback) semantics. This has all sorts of other wonderfull benefits to us developers. Rather than let themselves and their features be forever locked in place due to old format, they bit the bullet and went for the change.
      How about Access 97 vs 2000
      See above paragraph. Change is a good thing. It means something is still alive.
      How about MS SQL Server, and your "special" extensions to SQL
      That's right, extensions. OPTIONAL FEATURES YOU MAY CHOOSE TO USE. SQL 92 and the other standards work just fine on SQL Server. You aren't forced to use the extensions. They are well labeled. You make a decision at design time, "Do I plan to be tied to SQL? Do I want to be able to leverage other RDMS systems?" Based on those choices you may decided to begin to use xp_sendMail or NOT TO. As a developer, I'd recommend against it. the xp_* procedures are nice for testing, or making some custom admin jobs, but if you use them in an app that is going to need to be RDMS neutral, you are the fault. Do you think developers are stupid enough to acidentally use an xp_ procedure and not know it's specific to MS SQL Server? "Duh, i didn't know Oracle didn't have xp_msver command! How can I tell what Window Version this is runnning on!"
      How about Active X, C#, HTML that only works on IE.
      Active X is a standard. Implement it as a plugin, and walla, it works on Netscape. Oh wait, someone's already done it. Implementing it to work on another OS is a bit more of a challenge, but simply that... a challenge. You can do it if you'd like, it's well documented.
      I have no idea what your're problem is with C#. My guess is you don't fully understand the CLR. Here's a hint, with certain OSS projects in the works, your C# code will work on Linux. Walk in peace in this enlightenment. Oh yeah, C# the language itself (.net aside) is completely documented. Implement it however you want.

      As for HTML that only works in IE, this is a subject we could spend hours on. Most of the time, the reason HTML works in IE and not in NS, is because IE is more FORGIVING. It overlooks a lot of your errors. DOM, CSS, HTML (the actual standard, not what you were refering to be anything inside a web page) and many other _STANDARDS_ are well documented and each browser has very well known pluses and minuses in how it handles any 1 of thousands of test. Pick some specific issue if you want to further that line of dicussion.
      How about Kerberos?
      I'm going to assume you mean the extension added to the kerberos protocol so it would work in MS AD model? God forbid they use an EXPLICITLY ALLOWED vendor specific extension field for EXACTLY the purpose it was built for in the Kerberos specification. It's in the protocol for a reason.
      How about breaking the OS/2 3.X compatibility mode every time they did virtually anything to Windows.
      Being that was written by the IBM guys back when NT was the next OS/2 I sympothize (as a developer) with MS having to maintain someone elses subsystem every time they tried to make NT better.
      And I say this rarely to (valid) points such as this, but... who cares. That subsystem was horrible.
      How about the totally bogus error messages you got in the beta versions of Windows 3.x when you were using DR Dos?
      How about we worry about what's going on now, rather than bitch about things that no doubt happened in the past and no doubt we not 'good'.
      My guess is you're not trying to do a Dr. Dos upgrade to Win3.x beta right now. After all we're talking about going Window shop to linux and vice versa.
      MS probably has one of the worst records of ANY company in the history of the computer industry. Locking you into a specific "hamster wheel" is their specialty.
      OK, so long as we don't get into generalizations.
      If you like being MS's "hamster" go ahead. Many of the rest of us don't really care for it. For many reasons, money out of our pocket being one of them
      I guess as a developer, they've only put money into the my pockets (and bank accounts).

      Just remember, "Everybody hurts.... sometimes...."

      -malakai

    6. Re:Will everybody do the same? by Malcontent · · Score: 3, Insightful

      What the hell I'll take a swipe at it.

      " Word, Excel, and Powerpoint formats have been released by MS"

      Not all of it. Some of it relies on OLE so it can not be used on any other OS. Some of it is patented.

      "When you roll out Word 97, it by default maintains compatability with Word 95."

      I think he meant it the other way. MS arbitrarily changed the word format for a minor upgrade. This forced people to upgrade to 97 when they got files written in 97 and 95 would not open it. By default word did not save documents in RTF or 95 format. He was not talking about backward compatibility.

      "OPTIONAL FEATURES YOU MAY CHOOSE TO USE. SQL 92 "

      MS SQL server by default uses case insensitive collation which is not SQL 92 compliant. That's just one I bet I can find a few more if I dig around.

      " Active X is a standard."

      Very funny! Which standard body approved it?

      "You can do it if you'd like, it's well documented."

      If it was easy it would have been done but it's damned near impossible. Besides who knows what inside is patented.

      " your C# code will work on Linux."

      Well except that you can't code GUI and Database which makes it just about useless outside of .NET.

      "As for HTML that only works in IE, this is a subject we could spend hours on."

      You are conveniently overlooking the many "extensions" IE supports. I know you have to do that because (apparently) it's your job to spread MS FUD here but we all have visited sites which are useless in non IE borwsers. From vbscript to activeX controls, to proprietary tags. Embrace and extend.

      "God forbid they use an EXPLICITLY ALLOWED vendor specific extension field for EXACTLY the purpose it was built for in the Kerberos specification. It's in the protocol for a reason."

      The guys who programmed the protocol never even imagined that somebody would use that field and not document it. Furthermore they never in a thousand years imagined that somebody would protect it as a trade secret. Sometimes people who are good, decent and honest presume everybody is the same they never once considered that evil people would take advantage of them. I bet they are all kicking themselves now for not releasing the original code as GPL. MS took the code and used it to shut out linux and freebsd shame on them.

      " How about we worry about what's going on now,"

      When you are talking about the character of somebody it's perfectly OK to point out evil acts in their past. Should we ignore the past records of child molesters, murderers and rapist because "they are not doing it now"?.

      " OK, so long as we don't get into generalizations."

      Nice. You totaly destroyed his argument.

      " I guess as a developer, they've only put money into the my pockets (and bank accounts). "

      Good for you! During the communist regime in the soviet republic people stood in bread lines but there were always a few who made out like bandits. In a totalitatian govt the masses starve and the party heads drive bentleys. Sure you made money but a bunch of people paid to buy crappy shit that broke, were coerced into buying shit they did not want, were denied competing products, yadda yadda yadda. I'm glad you made out great just recognize that a ton of people got ripped off.

      --

      War is necrophilia.

  3. Ahh, I see. by sllort · · Score: 4, Funny

    Peru: We've decided to use Free Software.
    Microsoft: Ok, here's some free Software.

    1. Re:Ahh, I see. by ReelOddeeo · · Score: 5, Insightful

      Peru: We've decided to check into a drug rehab center.
      MS: Here, have some more drugs -- for free.

      --

      Those who would give up liberty in exchange for security and DRM should switch to Microsoft Palladium!
  4. Take it and run by CrazyDwarf · · Score: 4, Insightful

    I say Peru go along with only using Open Source software, but keep Bill's gifts anyway. I don't see anything in the article about them being obligated in any way to use the stuff for a particular purpose, and I'd like to see him go into Peruvian court and try to sue to get it back.

    --
    It's easy to stand out when the general level of competence is so low.
    1. Re:Take it and run by gosand · · Score: 4, Insightful
      I say Peru go along with only using Open Source software, but keep Bill's gifts anyway.

      RTFA.

      "Peru's President Alejandro Toledo was at Microsoft Corp. headquarters on Monday, where he signed a deal to put the Internet into the Andean nation's schools and modernize its government."

      The key phrase here is "signed a deal". Not that I wouldn't love to see them sell off all the software on eBay to fund their Open Source initiative.

      --

      My beliefs do not require that you agree with them.

  5. if we subtract the 'free' software total... by NotAnotherReboot · · Score: 3, Interesting

    If we subtract the 'free' software total from that sum, how much is Microsoft actually contributing? $5?

    This seems eerily similar to that settlement involving 'free' software to public schools.

    1. Re:if we subtract the 'free' software total... by rnturn · · Score: 3, Interesting
      ``This seems eerily similar to that settlement involving 'free' software to public schools.''

      Yep. It's free until the BSA comes knocking in a year or so.

      These donations seem a bit too much like those sales pitches for DSL that tell you ``only $19.95 a month' And then, very quitely, ``after the first two months regular prices apply. Other restrictions apply.'' Accepting a donation from Microsoft is, I think, a good indication that you're either: a) soft in the head, b) a natural born sucker, or c) both a) and b).

      As you should when offered drugs: Just Say No.

      --
      CUR ALLOC 20195.....5804M
  6. You won't be able to sell it by yerricde · · Score: 4, Interesting

    then they'll send me a bunch of free software

    The only "free software" that Microsoft distributes is the GPL'd components of Interix, MS's competitor to Red Hat's Cygwin. I'll assume that by "free software" you mean "royalty-free licenses for Microsoft software".

    which I can then resell on Ebay.

    I don't think so. Microsoft would be more likely to give you a free, non-transferable license to use the software. Given the outcome the last time Microsoft products were offered on eBay, Microsoft Licensing isn't as naive as some Slashdot readers would think.

    --
    Will I retire or break 10K?
  7. Its Basic Economics... by FortKnox · · Score: 5, Insightful

    Let me tell you all the horrors of a capitalistic economy.

    I own a lemonade stand that sells $5 lemonade. I have about 50 customers every 2 hours, giving me a nice customer base.
    You see how I'm gouging people, so you open a lemonade stand for $1, and attempt to show people how to make lemonade at home for under $1.

    I'll see what you are doing, and sell my lemonade for $0.50, which is less than it takes for you to make lemonade. For you to compete is for you to lose money. I can afford it, because I have capital sitting in a bank account. You go out of business, and I raise my price back to $5.

    This is what MS is doing!

    Its basic economics, people.
    Now, don't give me the "linux is free" angle. Use the anology, but instead of money, use familiarity with the product, and the popularity with MS products vs open source ones.

    --
    Good quote, too many chars. Seriously, the slashdot 120 char limit sucks!
    1. Re:Its Basic Economics... by Dr_LHA · · Score: 4, Insightful


      I'll see what you are doing, and sell my lemonade for $0.50, which is less than it takes for you to make lemonade. For you to compete is for you to lose money. I can afford it, because I have capital sitting in a bank account. You go out of business, and I raise my price back to $5.

      This is what MS is doing!

      And this is why they will utimately fail against Linux. Because no matter what they do, because Linux is not owned by a particular company, because it's free and GPL'd, it will always be there as a competitor. This is what scares MS the most - they can't buy out Linux or bankrupt it.

    2. Re:Its Basic Economics... by FortKnox · · Score: 3, Insightful

      And this is why they will utimately fail against Linux. Because no matter what they do, because Linux is not owned by a particular company, because it's free and GPL'd, it will always be there as a competitor. This is what scares MS the most - they can't buy out Linux or bankrupt it

      I agree with most of what you say. There's no doubt that MS is aiming all guns at Linux (and is prolly scared). There's no doubt that Linux will always survive. MS's strategy is to keep linux low-key and claim standards and popularity.

      This article is a perfect example. Get all kids to know MS, so they will be comfortable with Windows, and uncomfortable with Linux.

      --
      Good quote, too many chars. Seriously, the slashdot 120 char limit sucks!
    3. Re:Its Basic Economics... by BrookHarty · · Score: 4, Insightful

      And this is why they will ultimately fail against Linux....

      How about.

      School wants to save money and Install Linux.
      Microsoft donates computers/software (for free) and onsite configuration. School saves money.
      Year later, contract is up, Microsoft wants to charge for new licenses. They want upgrades fees for new OS for every computer. They also want upgrade fees on m$ office updates, server software, database, etc...

      Now repeat that on a whole school district, where everything is now M$ based, and the costs to change everything away from M$ would be too great of a cost.

      Americans have a problem looking 1+ years in the future, they dont see the BRICK WALL. We seem to be a "Show me NOW" culture. We need to have our state and federal governments use open source software NOW. (There's the culture buzz word)

  8. More background info on Advogato and on 24horas by Carl · · Score: 3, Informative
    See also the following article on advogato: The positive things happening in Peru

    One of the comments links to a article with a picture of the president and Bill Gates: PRESIDENTE TOLEDO SUSCRIBE CONVENIO CON BILL GATES

  9. This tactic is not new... by malakai · · Score: 5, Insightful

    It's no different then scheduling the MS Sales Reps to come in for their 1hr long presentation, 45mins after you schedule the Oracle guys to come in for their presentation.

    The two end up meeting in the hall, and notice each-other. Within literally hours you get phone calls and email saying to the extent "We really want your business, and well beat anything they offered".

    Linux has to be prepared for this. Don't expect companies to back down from Linux competition simply because Linux is free. And don't expect companies not to use Linux as a expendable pawn in negotiations for better rates from existing vendors.

    This is after all, how the free market works.

    -malakai

  10. Freedom by Subcarrier · · Score: 5, Funny

    Regardless, I said I was switching to Linux and never got a dime.

    And I said unto Linus: "Grant me a boon or never again shall I touch Linux! I will rather take my fortunes with the Prince of Evil!"

    And thus spake Linus: "Thou hast the option to do so, for I have given thee freedom."

    And, overcome by happiness, I sank unto my knees and cried: "Never again shall I doubt thee, for I am indeed free!"

    --
    "I have opinions of my own, strong opinions, but I don't always agree with them." -- George H. W. Bush
  11. saw it coming by Dr.+Awktagon · · Score: 5, Insightful

    Ah I wish I could find the earlier comment were I said this is exactly what would happen in Peru. Well, no matter, this the usual Microsoft tactic. It worked in Mexico, now Peru. Will it work in Norway, a wealthier nation?

    Must be nice to be able to print your own money like that: here's 1,000 CD copies of MS Foobar Pro, each worth $5,000 !! So we just made a donation of $5,000,000 and it's tax deductible (not that we pay taxes). And they'll still have to pay for upgrades. Beautiful! Let's see Open Source beat that!!

    1. Re:saw it coming by wfrp01 · · Score: 4, Insightful

      here's 1,000 CD copies of MS Foobar Pro, each worth $5,000 !! So we just made a donation of $5,000,000 and it's tax deductible (not that we pay taxes)

      That's a good point. Who's calculating the value of this donation? Microsoft. Based on what? The retail shelf price?

      Donations should be valued according to what it costs the vendor to provide them. Peru is not giving MS upteen million dollars. MS is not providing Peru with software that they could have sold somewhere else. They are simply printing money.

      Since congress is so hot-to-trot about corporate oversight these days, maybe they should take a closer look at this particular form of bullshit accounting.

      --

      --Lawrence Lessig for Congress!
    2. Re:saw it coming by jsac · · Score: 4, Interesting
      [H]ere's 1,000 CD copies of MS Foobar Pro, each worth $5,000 !! So we just made a donation of $5,000,000 and it's tax deductible (not that we pay taxes)
      Open Source can beat this, using the same bullshit accounting. Just donate 1,000 CD copies of Mandrake Peruvian Gold Edition -- market price, whatever you want it to be.
      --
      "The urge to fly from modern systems, instead of moving through them to even greater, fairer things is, I think, an indi
  12. Yeah but... by malakai · · Score: 3, Funny

    Not all lemonade taste the same.

    I've had some piss-poor lemonade in my times. Maybe that 5 dollar lemonade taste better? Maybe they spent more money on sugar, or use a cold filtering processes.....

    What matters in the end, is what the user experiences. If they are refreshed, and enjoyed their 5 dollar experience, the so what if they are paying more? Thank god we aren't some poor socialist country where I have to sell my lemonade at cost in order to be a good comrade. Thank god I can make money off my countrymen, and attempt to rise above them through my own hard work (and it's hard, whether i invented lemonade or not, it's hard running the company).

    Can't afford the 5 dollar lemonade? Feel left out? Stuck with drinking government issue, or homemade lemonade? Well then, this must be an incentive for you. Incentives are rare, so put it to good use.

    -malakai

    1. Re:Yeah but... by pi+radians · · Score: 4, Insightful

      Okay, I'll bite.

      So what if your $5 lemonade is awful? It gets sour quickly and has a terrible aftertaste. A few times you buy this lemonade and the glass you got it in has a hole in it and your lemonade spills out. Since this $5 lemonade company has removed all other competition through "hard work" and now demandes that instead of charging for every glass, now you are charged for every sip you take.

      Not only that, but in the future this $5 lemonade company won't let you but anything else except for their lemonade in that glass. So your stuck, paying for every sip of lemonade and then being forced to drink more and therefore buying more.

      Yeah, that great. Because this lemonade (with that extra sugar that you can't remove from it) has given you cavities. And since you live in a non-socialist country that allowed the lemonade maker to thrive no matter how corrupt their practices are they have destroyed all other alternatives. By now they also own the water stand and are probably your dentist.

      So thumbs up to you dude. Great insight on it all.

      --

      sin(6cos(r)+5A)
  13. Re:$550,000 in software... by captain_craptacular · · Score: 4, Insightful

    Thats very true. It's not like other manufactured products where it actually costs a company money to make each individual copy. I.E. if Ford donates a car there was actual cost involved in making that car above and beyond R&D. Whereas when MSFT donates 10,000 copies of office, there is no real cost involved as I'm quite sure the R&D for office is paid for. The real cost to them is actually very nearly nothing, not even boxes and CD's because they probably give them like 10 cd's and 10 manuals and 10,000 liscences.

    --
    They who would give up an essential liberty for temporary security, deserve neither liberty nor security
  14. They should just brain wash people. by Steveftoth · · Score: 3, Funny

    With ads on TV like:
    You know, every line of code that you write for an Open Source project is causeing the suffering of hundreds of programmers here in Redmond. (Shows lines and lines of disgusting slovenly poor programmers working 20 hours a day) These hard working americans can hardly afford the payments on their homes and audis. So please, don't use Open Source software, it's communistic, unamerican and causes countless suffering for millions.

    Seriously, a couple of years of brain washing on TV might just work for them.

  15. Cost of Linux now measured in the negative? by sterno · · Score: 4, Insightful

    It would seem that the cost of Linux is no longer zero. Instead it is effectively negative because in order to compete with it, it seems, Microsoft has to give organizations a bunch of incentives. It says something that in order to create a reasonable value proposition for their software they have to, not just give it away, but actually pay people to take it.

    So the question for organizations now is, is it worth the upfront money Microsoft gives you to possibly be hooked into their products in the long run. Certainly you can use a possible linux move as leverage against MS prices, but in the end, is it better to use the leverage or to take Linux.

    You have to presume that Microsoft has a plan of how they intend to make back this money in the long run. I can guarantee you that they aren't cutting half billion dollar checks at a whim without thorough belief that they'll make up for it. I'm sure that 5 years down the road Microsoft will be coming around to collect on those incentives. They'll collect by increasing licensing fees, further invading privacy, etc.

    --
    This sig has been temporarily disconnected or is no longer in service
  16. CEO (Chief Evil Officer) by Tetsujin28 · · Score: 4, Funny


    Bill Gates is desperate to keep Peru on his side, so he can finish his high-tech mountain stronghold lair high in the Andes. He's still jealous of Dr. Evil's hollow volcano.

    --
    - - - -
    The real Tetsujin 28 is a giant robot.
  17. Escalation - A chronlogy of events by Cinabrium · · Score: 5, Informative
    I'm not currently authorized to reveal my sources, but have some first hand information about the events surrounding Peru/MS case that could help to clarify things a little bit. The process of countering Dr. Villanueva's bill had several escalation steps; some of them saw the light, and some others didn't. I guess it's time to tell what I know.
    1. Dec 14 2001 - Dr. Villanueva introduces the Bill.
    2. Mar 06 2002 - Public Forum in the House of Congress (attendance > 500), chaired by the President of the Congress.
    3. Mar 08 2002 - Universidad Nacional de Tumbes, a public university in Northwestern Peru, communicate their official support to the bill.
    4. Mar 19 2002 - First counterattack: the Peruvian Software Producers Association (APESOFT)'s Chairman objections to the proposed Bill in "Gestion", a local newspaper.
    5. Mar 20 2002 - Reply by Dr. Villanueva, in the same newspaper
    6. Mar 25 2002 - Second counterattack - The now infamous letter of MS-Peru's General Manager to Dr. Villanueva
    7. Apr 08 2002 - The well known reply of Dr. Villanueva
    8. May 20 2002 - Universidad Nacional de Ingenieria (second largest public university in Peru, specialized in engineering and science) gives official support to the Bill.
    9. May 27 2002 - Third counterattack - The American Chamber of Commerce of Peru (AmCham) sends a letter to the President of the Congress, opposing the bill. Same arguments as MS ones, plus some diplomatic threats as "...negative signals to private investments..." and Godzilla will eat our children.
    10. Jun 07 2002 - Dr. Villanueva replies AmCham's letter.
    11. Jun ?? 2002 - Fourth counterattack - Conversations, informal talks and "occasional meetings" of U.S. Ambassador Hamilton wih several high-ranked Peruvian officials, reminding them the dangers of approving the Bill.
    12. Jun 11 2002 - Fifth counterattack - Letter from the Prime Minister, enclosing a memo of the head of the e-government project objectioning the bill. Same arguments as MS ones, plus "...negative impact in the process of renewing the APTA (Andean Trade Preference Agreement", plus the usual seven plagues of Egypt. Mr. Bermudez, the e-government guy, is known as being closely related to MS. Mr. Dañino, the former Prime Minister, is a lawyer whose law firm has MS-Peru as one of its most prominent clients
    13. Jun 25 2002 - Universidad Nacional Mayor de San Marcos (the largest public university in Peru and the oldest in America [est. 1551]) gives official support to the Bill.
    14. Jul 15 2002 - Sixth Counterattack - President Toledo's pilgrimage to Seattle, to receive the 30 coins (or less) from the hands of Mr. Gates

    Except Mr. Hamilton's talkings, which were not recorded AFAIK, there is written evidence of all the facts stated above.

    In addition, let me point out that, if Microsoft is pricing its consulting services at the same rate it did for their agreement with the Chilean Ministry of Education, the $550K "donation" means just 5000 person/hours of consulting.