Slashdot Mirror


Microsoft Blesses LGPL, Joins Apache Foundation

Penguinisto writes "According to a somewhat jaw-dropping story in The Register, it appears that Microsoft has performed a trifecta of geek-scaring feats: They have joined the Apache Software Foundation as a Platinum member(at $100K USD a year), submitted LGPL-licensed patches for ADOdb, and have pledged to expand their Open Specifications Promise by adding to the list more than 100 protocols for interoperability between its Windows Server and the Windows client. While I sincerely doubt they'll release Vista under a GPL license anytime soon, this is certainly an unexpected series of moves on their part, and could possibly lead to more OSS (as opposed to 'Shared Source') interactivity between what is arguably Linux' greatest adversary and the Open Source community." (We mentioned the announced support for the Apache Foundation earlier today, as well.)

425 comments

  1. The Devil must be pissed off by Anonymous Coward · · Score: 5, Funny

    He doesn't like cold.

    1. Re:The Devil must be pissed off by Jeremiah+Cornelius · · Score: 1

      Yeah. Now watch all the banks fail in the US. Stranger every day.

      --
      "Flyin' in just a sweet place,
      Never been known to fail..."
    2. Re:The Devil must be pissed off by 0xygen · · Score: 1

      Yeah, the think they are realising it is not the time to be isolationist.

      Does a leopard every change its spots?

      So, in a great repeat of history, how long before we see the "embrace and extend" policy make a quick return?

    3. Re:The Devil must be pissed off by paroneayea · · Score: 4, Insightful

      ORLY?

      Actually, this isn't really much of a turnaround. Microsoft has long played the "we love open source" (but hate GPL!) stance. The Apache foundation has long since been in the BSD-like license camp (there's very little actual difference between the apache license and BSD). Microsoft really doesn't mind being able to take code. It just doesn't like the idea of having to give back. This may be a way of trying to push the open source community to move toward the BSD-style licensing community... after all, Microsoft uses BSD code. OSX *definetly* uses BSD code. It's possible to totally be proprietary and be cool with BSD.

      So what about the LGPL? The LGPL does require that if you make changes to the library, you have to give them back. So if you make changes to glib, you gotta give them back. But you can make any app link to glib, and be completely proprietary, and it doesn't have to be open source. In many ways, this isn't too much of a problem for Microsoft though, since they really aren't in the business of libraries, they're in the business of applications and operating systems. It's is a small advancement though.

      It's this kind of situation which is why the FSF, which originally produced the LGPL, wrote an essay saying that it's not always strategically the best choice for free and open source software.

      --
      http://mediagoblin.org/
    4. Re:The Devil must be pissed off by wellingj · · Score: 3, Insightful

      maybe this is a whooosh but...
      At this point it would be stranger if more banks didn't fail.

    5. Re:The Devil must be pissed off by Eco-Mono · · Score: 3, Informative

      How do you "extend" the LGPL? It's just like the GPL except that you can link to the code; the open source part is still protected by an invariant license.

      True, this is a good way for Microsoft to get cost-free code while being allowed to keep its secret sauce secret. But I don't think the EEE strategy is applicable here.

      --
      (rot13) rpbzbab@tznvy.pbz
    6. Re:The Devil must be pissed off by mpeskett · · Score: 4, Informative

      As far as I can tell the difference between the GPL and BSD licenses is basically the difference between a project, and a piece of code.

      Under BSD, they put out a project, it's open, and you can take bits and build it into something of your own, at which point it is your project, do what you like with it

      With GPL the person who wrote the code wants all of their code to remain 'open' wherever it goes, so if you swipe some of their coding and put it in your own module, to make that module proprietary would be locking up their code. Although of course, the original source remains open...

      Still, it makes the Extend (or maybe the Extinguish) part of the "3 E's" strategy harder if you have to give back everything you add.

    7. Re:The Devil must be pissed off by Anonymous Coward · · Score: 0

      great idea! tagged as colddayinhell

    8. Re:The Devil must be pissed off by iamnotaclown · · Score: 4, Insightful

      they really aren't in the business of libraries, they're in the business of applications and operating systems.

      They're very much in the business of proprietary libraries. That's how they lock companies into the Windows platform. If they switched to glibc and gtk (or qt) it would be almost trivial for application vendors to recompile for any platform those libraries are available.

    9. Re:The Devil must be pissed off by master5o1 · · Score: 1

      I thought Leopard was by Apple. I don't think Apple is going to become a lot friendly to Linux anytime soon (By that I mean releasing friendly to linux iPod/iPhone stuff and not shunning us as evil doers with our hacks to bypass their "security" updates).

      --
      signature is pants
    10. Re:The Devil must be pissed off by noidentity · · Score: 1

      The LGPL does require that if you make changes to the library, you have to give them back. So if you make changes to glib, you gotta give them back. But you can make any app link to glib, and be completely proprietary, and it doesn't have to be open source.

      Don't forget that it also requires that the user can use a changed version of the LGPL library with the (possibly proprietary) program. Usually that means making the LGPL library dynamically-linked, or shipping the source for the program that uses it.

    11. Re:The Devil must be pissed off by mooreti1 · · Score: 5, Funny

      I imagine even God is looking at the Devil and saying, "Dude, don't look at me. Even I didn't see that coming."

      --
      Oh, for the days when sig's didn't have to be cute...hey, wait a sec.
    12. Re:The Devil must be pissed off by Anonymous Coward · · Score: 0

      For the last time...I'm a daemon!

    13. Re:The Devil must be pissed off by Anonymous Coward · · Score: 0

      Only movable is stable.

    14. Re:The Devil must be pissed off by BrainInAJar · · Score: 2, Informative

      "there's very little actual difference between the apache license and BSD"

      FUD and lies. The Apache license requires you share the code that is under the Apache license. Any file that contains any apache licensed code must remain apache licensed, along with any changes.

      The difference between Apache and GPL is that GPL defines some vague "project" whereas Apache uses the clear term "file" as the domain the viral clause applies to

    15. Re:The Devil must be pissed off by moosesocks · · Score: 2, Insightful

      They seem pretty much OK with Mono and the Mono team's Silverlight port.

      Honestly.... I don't get why Microsoft get treated like crap the instant that they start doing almost exactly what we wanted them to.

      I honestly couldn't give a damn if Windows is F/OSS or not. Being able to see the source with a licensed copy would be nice, but not a terribly huge priority for me.

      What is a priority, as a Linux user, is that Linux and Windows play nicely with each other. This means that Microsoft has to commit to keeping their protocols open to the open-source community, while the OSS community needs to make sure that things like the Win32 EXT3 driver are well-supported and kept up to date.

      This seems like a good start. Let's not discourage them.

      --
      -- If you try to fail and succeed, which have you done? - Uli's moose
    16. Re:The Devil must be pissed off by Bruce+Perens · · Score: 4, Insightful
      This means that Microsoft has to commit to keeping their protocols open to the open-source community,

      Actually, just using Open Standards would be better. And sometimes there are no Open Standards, and then publishing what they are using without restrictive IPR agreements is all we need them to do. They don't have to spend much money on this. We can make things interoperable without any more help than that.

      Rather than an ext3 driver on Windows, any network-attached storage device using an open protocol (like Samba) would be a better solution unless you're dirt-poor. Such devices sell below $250 these days.

    17. Re:The Devil must be pissed off by TeXMaster · · Score: 2, Interesting
      Hm. So what happens if you refactor the code in an Apache-licensed file by taking it apart and making many small files? does the Apache license still apply to any new file which uses part of the original code in the file, or since these are new files you can do whatever you want with it?

      IOW, what happens to the code in the file? Can you grab it and do whatever you want with it, as long as you put it in another file?

      I suspect this would put the Apache license in a gray area just as much as GPL has regarding include files and the concept of derived work.

      --
      "I'm never quite so stupid as when I'm being smart" (Linus van Pelt)
    18. Re:The Devil must be pissed off by Ilgaz · · Score: 0

      The most organised, single distro, commercial backed OS is OS X right? They also happen to code for OS X producing Office stuff which are said to be better working than Windows ones in some aspects.

      I don't give a shit to Mono, their promises, their change of aspect, their non existent (!) stance to open source until I don't get the line below
      ls: /Library/Frameworks/dotnet 3.0: No such file or directory

      It is a easy benchmark for you, as Linux user. You hear "MS treats open source/other operating systems better" kind of thing once more? Go to Microsoft.com, see if their billion dollar framework has been shipped for OS X. Remember they _need_ that running to be able to ship Office "Live" service which they are planning. They can safely lose money and customers just to treat as shit to other OS customers.

      If I was a Linux user, I would lobby against a MS written ext3 driver, at least a write capable one. They are still insisting to be kind of company which would do some bad stuff to your linux partition and say "oops, windows update will fix it".

      If they were actually changing things, changing their mafioso style, I would be the first one support them. I am the guy dared to say on Slashdot "lets support Vista if it will fix the security issue"

    19. Re:The Devil must be pissed off by Svartalf · · Score: 1

      Considering that MS LOVES DLL's- I don't see them seeing this as a real concern, the truth be known.

      --
      I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
    20. Re:The Devil must be pissed off by Anonymous Coward · · Score: 0

      So what about the LGPL? The LGPL does require that if you make changes to the library, you have to give them back. So if you make changes to glib, you gotta give them back.

      ORLY? Which clause is that? I don't see any obligation to give work back to the project that source project in the LGPL 2.1 or 3.

    21. Re:The Devil must be pissed off by RupW · · Score: 1

      Usually that means making the LGPL library dynamically-linked, or shipping the source for the program that uses it.

      No, it doesn't have to be the source - it could be a single compiled object file that links against the LGPL code to build the final .exe. They don't need to give the source away.

      Another point though is that if you link LGPL code you must permit enough reverse engineering of your closed-source code to debugging of the LGPL code.

    22. Re:The Devil must be pissed off by RupW · · Score: 1

      FUD and lies. The Apache license requires you share the code that is under the Apache license.

      No it doesn't. It says 'Source or Object form'.

    23. Re:The Devil must be pissed off by Bert64 · · Score: 1

      Yes, because when mono was being developed, .net needed to gain a foothold in the market...
      Similarly silverlight needs to gain a foothold, so they play nice for now.

      Take mono as an example tho, it's not entirely compatible and is quite a way behind the microsoft version. It's not like java where you can take virtually any app and run it on multiple platforms.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  2. Did hell freeze over? by Anonymous Coward · · Score: 0

    Either that or I am dead.

  3. What? by lunaticLT · · Score: 0

    What?! [looks out the window]

  4. The Mayans were wrong by Anonymous Coward · · Score: 0

    The end of the world happens in 2008, not 2112.

    1. Re:The Mayans were wrong by Faylone · · Score: 5, Funny

      Hey, Duke Nukem Forever still isn't out. It's not the end of the world YET.

    2. Re:The Mayans were wrong by Gewalt · · Score: 5, Funny

      The Mayans never claimed the world would end. They only claimed their funky calendar would run out of days.

      --
      Modding Trolls +1 inciteful since 1999
    3. Re:The Mayans were wrong by mangu · · Score: 4, Insightful

      The end of the world happens in 2008

      More probably, 2007 was The Year of the Linux Desktop. The Asus eeePC showed that the Linux desktop is a perfectly viable business proposition, at the same time that Windows Vista flopped in the market.

      Microsoft isn't defeated yet, but they are certainly doing a strategic retreat. You can be quite sure they will do their best effort to regroup and counterattack, but at this moment no one can deny that free software is advancing.

    4. Re:The Mayans were wrong by Enderandrew · · Score: 1

      Mark my words. Duke Nukem Forever will ship within the next calendar year. Prey went from vaporware to shipping. People have recently seen and played Duke Nukem Forever. 3D Realms is actually going to ship it.

      However, we can always mock the Phantom Console, which will never ship.

      --
      http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    5. Re:The Mayans were wrong by Enderandrew · · Score: 1

      I thought the interpretation was that 2012 was just the end of era, not necessarily some Armageddon.

      --
      http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    6. Re:The Mayans were wrong by Gewalt · · Score: 3, Informative

      yes, but they had no era defined for what happened next. similar to the y2k or y2038 problem, their particular system ran out of room for the digits necessary to describe what happened next.

      --
      Modding Trolls +1 inciteful since 1999
    7. Re:The Mayans were wrong by DragonWriter · · Score: 4, Informative

      The Mayans never claimed the world would end. They only claimed their funky calendar would run out of days.

      Actually, they didn't do that, either. A rollover of a particular long cycle in the Long Count calendar occurs then, and its one that has correspondence to an end of a previous creation recorded in their myth (the last 5 numbers of the date are the same, and only those last 5 numbers are recorded, which was apparently fairly common practice), from which various New Age folks invented the idea that Maya Calendar prediced the end of the world on December 21, 2012. There are, in fact, specific predictions made in some Maya writings of predicted future events clearly within this creation on dates in the Long Count that would post-date December 21, 2012, so its pretty clear that if such a belief in the end of the creation on 12.19.19.17.19 existed (for which there is, AFAIK, not one bit of evidence), it certainly wasn't universal.

    8. Re:The Mayans were wrong by darkfire5252 · · Score: 4, Interesting

      Here's a repost from the last time Microsoft did something OSS friendly, I'd love to get feedback from the idea:

      Microsoft is often accused of pissing off their user base and risking corporate and government conversions to competitors due to them continually trying to create vendor lock-in. Here's an idea that sounds like the absolute worst thing (from MS's point of view), but I'm starting to think it is the most profitable thing that MS could do, and would guarantee MS's future prosperity in a way that nothing else could:

      Make MS products open source. MS faces the most competition in the markets dominated by elite users such as computer science majors and the like, so why not join the competition? If that were to happen, MS would instantly gain thousands of pro-bono security reviewers, feature implementers, etc.; they'd have all the benefits that open source projects have. I would bet anything that a team (it would be wise for MS to start it) would form to port MS operating systems onto the Linux kernel. ODF would be written into all Office apps, and the best part is that MS would stand to lose nothing. The open source environment has a way of coalescing around the most mature applications. How many OpenOffice developers would love nothing more than to work all the features they love about OO into Office? If MS truly GPL'd their software, they would gain unstoppable momentum. Developers, developers, developers!

      I know, I know, here's the obvious reason this would never work: MS doesn't want to give away their software. The kicker is, people would buy the packaged and supported official OS, even if they could roll their own for free. Look at the Red Hat business model; corporations and other large entities want support, and they want a large company holding their hand and telling them that it will be OK. My parents aren't going to download tarballs and compile Vista because the majority of people will happily pay for convenience. OK, so other people can roll their own MS based packages and try to sell them, you say? MS has the most brand-awareness that has ever existed. Ubuntu's Ubunista (now with Office 2007 and Exchange!) will not out sell Microsoft's CollabOS, because people will buy what they know best. The media hype around the decision will leave the average user with the thought that MS has done something to make their product even greater, not with the thought that they can now go to someone they've never heard about and buy MS Office.

      It seems to me that MS would retain the majority of their customers, be given the labor that would transform their products into the best software that exists for free, gain market share in the tech crowd as their products mature, and steal developers from their OSS competitors. All at the same time. What am I missing here?

    9. Re:The Mayans were wrong by krasmussen · · Score: 1

      What am I missing here?

      That once all Microsoft's code and specifications are open sourced, all of it, from the Windows API to the doc format, will be better or equivalently implemented in open source products and noone would have a reason to use Windows anymore.

    10. Re:The Mayans were wrong by Sancho · · Score: 4, Insightful

      If MS truly GPL'd their software, they would gain unstoppable momentum. Developers, developers, developers!

      But at what cost? Sure, they'd probably end up with the best OS in the world, but they'd have to give it away! Microsoft makes huge amounts of money on OEM and corporate distribution without ever having to provide support. Selling support happens to be the only long-term, viable strategy for GPL software, and even then, you can't have a monopoly on it. I could sell support for Redhat OS if I wanted to.

      Dell sells millions of computers per year. Even at a Microsoft tax of $10/unit, a lowball estimate of the microsoft tax, they would save millions per year by just hiring a small team at $50k/year to do quality assurance, cutting out Microsoft.

    11. Re:The Mayans were wrong by AeroIllini · · Score: 4, Insightful

      What you're missing is the culture of control at Microsoft. The attitude of management in the company is that they know what is best for the industry. They were forged in the theories of Vertical Integration and the power of Intellectual Property. The concepts of a long tail, a peer-collaboration approach, or an open relinquishing of control and trust in the market are not things that have ever occurred to anyone at that company.

      All the Microsoft employees I know corroborate this attitude. And I know quite a few, since I live in Seattle. (Even if they disagree with the concepts, they agree that it is the dominant modus operandi for management.)

      Note that these are attitudes that are very common in companies, especially big ones that dominate their respective industries.

      The attitude is, "Whatever you can do, we can do better. Our way."

      --
      For security, the MD5 hash of this message and sig is 09f911029d74e35bd84156c5635688c0.
    12. Re:The Mayans were wrong by ksd1337 · · Score: 5, Funny

      A wise man once passed away and went to Heaven. He asked God when Duke Nukem Forever would be released. God replied, "Not in my lifetime."

    13. Re:The Mayans were wrong by SpectreHiro · · Score: 2, Insightful

      Mark my words. Duke Nukem Forever will ship within the next calendar year. Prey went from vaporware to shipping. People have recently seen and played Duke Nukem Forever. 3D Realms is actually going to ship it. However, we can always mock the Phantom Console, which will never ship.

      Sure, but you're ignoring a key factor in Prey's development that directly led to it being finished... It was developed by someone other than 3D Realms.

      --
      You can't win, Darth. If you mod me down, I shall become more powerful than you could possibly imagine.
    14. Re:The Mayans were wrong by Opportunist · · Score: 1

      IIRC (it's been a while that I had a passing interest in funky calender systems, you should see the persian system for leap years ... that's freaky. But insanely accurate!) the mayan calender says that this "era" ends and the next one starts, and that there is likely going to be some sort of heavy turmoil, but not end of the world itself.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    15. Re:The Mayans were wrong by domatic · · Score: 1

      They wouldn't have to do all of that. They could do well enough if they supported Linux to the same extent that they support OS X. And they would have to do it with the same level of commitment. No sneaky 3 version behind bullshit and no sneaky make-the-Linux-version-work-like-ass. If MS had been split like it should have been, that probably would have happened. An "MS Applications" company would have no reason to be hostile to Linux anyway even if they didn't have Linux versions. But the MS OS+MS Apps company we have now is almost incapable of resisting the urge to go for lock-in.

    16. Re:The Mayans were wrong by DragonWriter · · Score: 0

      IIRC (it's been a while that I had a passing interest in funky calender systems, you should see the persian system for leap years ... that's freaky. But insanely accurate!) the mayan calender says that this "era" ends and the next one starts, and that there is likely going to be some sort of heavy turmoil, but not end of the world itself.

      Something like that; at most of the cycle rollovers, the Maya apparently believed that there would be some degree of change and renewal, and the 2012 rollover is a rollover in the largest cycle in commonly-recorded dates, so it would, presumably, be viewed as significant; what is unsubstantiated is the belief ascribed to the Maya by certain people in the New Age movement that the particular rollover from 12.19.19.17.19 to 13.0.0.0.0 is supposed to be the end of the present creation, rather than just a change of the same significance as the rollover to 12.0.0.0.0 from 11.19.19.17.19.

    17. Re:The Mayans were wrong by kipman725 · · Score: 1

      and was a different game to what was prommised in 1998. I mean where was the fps space combat hybrid with seemless fps to space transition?

    18. Re:The Mayans were wrong by deanston · · Score: 1

      You mean like they didn't think computers need to know years pass 2000?

    19. Re:The Mayans were wrong by funaho · · Score: 5, Funny

      yes, but they had no era defined for what happened next

      Ah, so the world will end not with a bang, but with a segfault.

    20. Re:The Mayans were wrong by QuantumLeaper · · Score: 1

      You also forgot the 3D Realms is using their parent company name again.

    21. Re:The Mayans were wrong by Hyperspite · · Score: 1

      They keep releasing videos recently. Maybe they release in 2012? The microsoft thing is just a sign of things to come.

    22. Re:The Mayans were wrong by ilovegeorgebush · · Score: 1

      I think you have an interesting point, but it's too far fetched.

      They stand to gain just as much support and momentum as you're suggesting by trickling fixes and code like they have just done, than to open source their entire product line. By your logic, they're joining the competition by contributing and being 'open'. People won't need to move off of their most precious product - Windows - because it'll all work and they'll have millions of people scouring their code.

      I think their current strategy is to dangle enough food over the FOSS croud to keep them on their platform. That'll do enough to keep the shareholders happy.

    23. Re:The Mayans were wrong by drinkypoo · · Score: 5, Funny

      13.0.0.0.0 is supposed to be the end of the present creation, rather than just a change of the same significance as the rollover to 12.0.0.0.0 from 11.19.19.17.19.

      Maybe 13.0.0.0.0 is the era of the linux desktop.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    24. Re:The Mayans were wrong by armanox · · Score: 1

      I don't expect DNF until 2112...

      --
      I'm starting to think GNU is the problem with "GNU/Linux" these days.
    25. Re:The Mayans were wrong by Yvan256 · · Score: 1

      Damn you pentium, you win again!

    26. Re:The Mayans were wrong by j3tt · · Score: 2, Funny

      I didn't know they had IP addresses back then.

    27. Re:The Mayans were wrong by Enderandrew · · Score: 1

      I loved all the old Apogee games. Bring Apogee on. I'm all for it.

      --
      http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    28. Re:The Mayans were wrong by moosesocks · · Score: 1

      Some would call that optimism.

      Anyway... What do you want.... for them not to cooperate?

      --
      -- If you try to fail and succeed, which have you done? - Uli's moose
    29. Re:The Mayans were wrong by Anonymous Coward · · Score: 1, Funny

      Damn you pentium, you win again!

      The only winning move is not to play.

    30. Re:The Mayans were wrong by TooMuchToDo · · Score: 1

      *envisions a fabulous xkcd panel based off that*

    31. Re:The Mayans were wrong by uhlume · · Score: 1

      "God is dead."
            -3D Realms, with apologies to Nietszche

      --
      SIERRA TANGO FOXTROT UNIFORM
    32. Re:The Mayans were wrong by Arancaytar · · Score: 1

      OMG the WORLD is going to END in on January 18, 2038!

      Heh. The Mayans were a lot more savvy than we are - they thought a thousand years ahead, we haven't even counted on the next century - twice.

    33. Re:The Mayans were wrong by Anonymous Coward · · Score: 0

      You are missing MS taking over Linux, and then controlling what happens with the kernel.

      MS could release it's own distro of linux and then use that to regain the business lost to Red Hat or Novell. It eliminates one and buys out the other. MS releases its own desktop Linux, which dethrones Ubuntu or SuSE with OEMs. MS then has effective control of Linux as far as hardware manufacturers are concerned. MS then takes on a larger roll in kernel development, and eventually Linux is being run out of Redmond. Not a good thing.

    34. Re:The Mayans were wrong by Anonymous Coward · · Score: 0

      An end is also a beginning.

      Not all New Age folks claimed the world would end in 2012, but those who believe in the Maya Theory do believe something big will happen in 2012. A huge change.

    35. Re:The Mayans were wrong by Anonymous Coward · · Score: 1, Insightful

      "The attitude of management in the company is that they know what is best for the industry. ... Note that these are attitudes that are very common in companies, especially big ones that dominate their respective industries."

      Not just companies, also crusaders like RMS, ESR, the FSF, and slashdotters in general. All of these also think they know what's best for the industry.

    36. Re:The Mayans were wrong by Sparky+McGruff · · Score: 1

      The world won't end... It will go dark, and everything will halt, waiting for someone -- anyone -- to click "CANCEL OR ALLOW"

    37. Re:The Mayans were wrong by mikechant · · Score: 1

      The world won't end... It will go dark, and everything will halt, waiting for someone -- anyone -- to click "CANCEL OR ALLOW"

      The world's too old for UAC prompts; it's more likely to be "RETRY, ABORT OR IGNORE?"

  5. Keep off the cynicism... by Gordonjcp · · Score: 4, Interesting

    Maybe they finally got tired of being wrong. This is surprisingly clueful behaviour, and should be encouraged.

    1. Re:Keep off the cynicism... by Yvan256 · · Score: 5, Insightful

      Even if they finally turned around and will finally work with everyone else with no dark agenda for the future, old-timers like me (i.e. more than 25-30 years old) will not trust them until they have really proven themselves.

      Their most recent move was the OOXML fiasco, so you can understand my skepticism.

    2. Re:Keep off the cynicism... by ya+really · · Score: 4, Funny

      old-timers like me (i.e. more than 25-30 years old) will not trust them until they have really proven themselves.

      Since when is 25 old? I just turned 25 and have yet to tell kids to "Get off my lawn", "Turn down that music" or say "Back in my day..."

    3. Re:Keep off the cynicism... by _Sprocket_ · · Score: 4, Insightful

      Maybe they finally got tired of being wrong. This is surprisingly clueful behaviour, and should be encouraged.

      Sure. But actions are where it's at. Let's see what Microsoft does with this. They've got a long history (up to recent events) of doing Bad Things.

      Maybe this is a turning point. I hope it is. But the cynic in me believes Micrsoft is holding something behind their back.

      My guess is this is simply another shot at figuring out Linux's air supply. The old standby of sales didn't work. Copyrights and patents haven't really provided any handholds. Businesses have been resistant - and really, it's just a different angle on sales. So the new tact is to go after the LAMP stack (or the general idea that LAMP represents).

      Sure - "developers, developers, developers" still holds true. But now it extends to "applications, applications, applications."

    4. Re:Keep off the cynicism... by aembleton · · Score: 2, Informative

      He didn't say 25 is old. He said "old-timers like me (i.e. more than 25-30 years old)"; implying that an old-timer is anyone over 30 years old.

    5. Re:Keep off the cynicism... by Enderandrew · · Score: 2, Insightful

      Yet even in the wake of tampering with ISO, one Microsoft employee from the Office group recently had a quote saying that Microsoft knew they have lost the document standard war, and that was why they were adding support for ODF in SP2.

      --
      http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    6. Re:Keep off the cynicism... by Yvan256 · · Score: 1

      I said "more than", which means you're still young. And we're talking about the computing field here, where a decade is extremely long and a lot can happen.

      If you didn't start using computers before MS-DOS, you're still very young.

    7. Re:Keep off the cynicism... by Anonymous Coward · · Score: 4, Funny

      Ah, you young whippersnappers, back in my day 25 was plenty old! We sang the hacker song, enjoyed the writings of ESR and we all coded in vi...uphill...both ways. Now turn down that music and get off my lawn!

    8. Re:Keep off the cynicism... by Bruce+Perens · · Score: 4, Insightful

      They may have lost the fight, but ISO's leadership shows every sign that it will dismiss the four national protests and publish the standard. That's really all Microsoft needs. Regardless of whether their future software will read ODF, it's going to write OOXML unless you go through significant pain to stop it from doing so. So, it's somewhat likely that Microsoft will still pull a victory out of this one.

    9. Re:Keep off the cynicism... by Anonymous Coward · · Score: 2, Funny

      I'm 26, and back in my day young'uns like you would get off my lawn and turn down your music without needing to be told. *waves cane*

    10. Re:Keep off the cynicism... by Anonymous Coward · · Score: 0

      in terms of the computer industry, 25-30 IS old. What were computers like 25-30 years ago w.r.t. now?

      Positively prehistoric....

    11. Re:Keep off the cynicism... by davester666 · · Score: 5, Insightful

      Microsoft making their protocols available isn't the same as "work with everyone else". Microsoft's protocols and file formats all:

      a) tend to be very complex and/or virtually impossible to fully implement. See OOXML.
      b) change with every version of Windows, and then sometimes in between. Somehow, documentation lags implementation by quite some time. Years sometimes. See Europe's attempt at extracting up-to-date documentation from them.

      While releasing documentation closes the gap somewhat, it still leaves the game as "Works best when you only use Windows machines". Which is exactly what is best for Microsoft.

      While this can be viewed as a positive step, it very much is a "you can play with my ball, but under my conditions, and whenever I get a new one, you can't play with it until I feel like it", and not "let's all play together with all the toys so everyone can have more fun".

      --
      Sleep your way to a whiter smile...date a dentist!
    12. Re:Keep off the cynicism... by Tesen · · Score: 2, Interesting

      Maybe they intend to see what the community does with the code and adopt some of the "unique" features or methods in to their closed source products.

    13. Re:Keep off the cynicism... by Anonymous Coward · · Score: 0

      "Keep your friends close and your enemies closer."

    14. Re:Keep off the cynicism... by ArsonSmith · · Score: 1

      End of software patents, microsoft accepting something with the letters GPL in it. Cats and dogs living together. I think these are all signs of the Apocalypse.

      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
    15. Re:Keep off the cynicism... by jopsen · · Score: 1

      Back in my day we used floppy disks... (And I'm only 20).

    16. Re:Keep off the cynicism... by xtracto · · Score: 1

      Since when is 25 old? I just turned 25 and have yet to tell kids to "Get off my lawn",

      Dude, you actually played Atari... and you enjoyed it. You are ooooold.

      (I know I am too! I loved seaquest and warlords :P)

      --
      Ubuntu is an African word meaning 'I can't configure Debian'
    17. Re:Keep off the cynicism... by naoursla · · Score: 1

      The best way to encourage continued behavior of this type is to buy our products.

      I mean, their products.

      Did I say "our"?

    18. Re:Keep off the cynicism... by Anonymous Coward · · Score: 0

      25 is the peek, it's all downhill from there.
      You are no longer growing, you are now decomposing..
      Congrats!

    19. Re:Keep off the cynicism... by Anonymous Coward · · Score: 0

      Since when is 25 old?

      25 is not old on slashdot since there are no female posters here. For women 25 is of course "OMG do I look old? Should I have kids now? Why am I not married?" And men in their company also feel much, much older then but fortunately such problems don't concern us.

    20. Re:Keep off the cynicism... by Anonymous Coward · · Score: 0

      God, I dream of the day when I can say...Back in my day we had to hack around the f'd up standards implementation from a monopolistic evil Microsoft. You damn kids and your penguin-humping Microsoft!!!!!!!

    21. Re:Keep off the cynicism... by gbjbaanb · · Score: 1

      either that or a DoJ investigator raised his eyebrows in a meeting.

    22. Re:Keep off the cynicism... by Anonymous Coward · · Score: 0

      Back in my day, we used tapes, and hard drives were unheard of... (and I'm only 30).

      Aah, the sweet days of the Commodore 64.

    23. Re:Keep off the cynicism... by bravecanadian · · Score: 2, Insightful

      I know everyone constantly says on slashdot that Microsoft has the same failing business model as the record and movie industry blah blah blah..

      If microsoft is consistently wrong.. sign me up.. they just had a record $60B in revenue this year..

    24. Re:Keep off the cynicism... by Mordok-DestroyerOfWo · · Score: 1

      Hell I've just turned 27 and was forced into early retirement! Those young'ns with their hula-hoops and their rock and roll music. But I did rob the cradle with my 23 year old girlfriend.

      --
      "Never let your sense of morals prevent you from doing what is right" - Salvor Hardin
    25. Re:Keep off the cynicism... by repvik · · Score: 1

      crap.

    26. Re:Keep off the cynicism... by ConceptJunkie · · Score: 1

      Boy do I feel old, having actually used DOS 1. I still have a couple single-density flippies somewhere... hey, that's an extra 180k... nothing to sneeze at!

      --
      You are in a maze of twisty little passages, all alike.
    27. Re:Keep off the cynicism... by Rogerborg · · Score: 3, Interesting

      I'll say it's clueful. The FSF hate the LGPL with a passion. It's their red headed stepchild, and they'd throw it in the wood chipper in a second if they could. By supporting the LGPL, Microsoft are basically trolling Stallman and Moglen.

      I'd mod Microsoft -1 troll but +2 funny if I could.

      --
      If you were blocking sigs, you wouldn't have to read this.
    28. Re:Keep off the cynicism... by Anonymous Coward · · Score: 0

      No, the new tact is to go after the web services stack. That is why the Affero GPL is so important.

    29. Re:Keep off the cynicism... by harlows_monkeys · · Score: 0, Offtopic

      old-timers like me (i.e. more than 25-30 years old)

      Actually, that's not old. In fact, that is very very young. Want proof? OK. I'm 48. Let's say you are 28. You might think I'm 1.7 times as old as you are (48/28). However, that's not really right.

      After all, we don't really start to differentiate ourselves until we are adults. So we should not count the first 21 years. That means that I've got 27 years AS AN ADULT, and you only have 7 yeas AS AN ADULT. So, effectively, I'm 3.9 times as old you, kid.

    30. Re:Keep off the cynicism... by Anonymous Coward · · Score: 0

      Back in my days, we used punch cards and paper tape!

    31. Re:Keep off the cynicism... by nEoN+nOoDlE · · Score: 1

      hence the "more than 25-30 years old" in the original post. Jeez, young people today have no reading comprehension skills... now get off my lawn!

      --
      Don't trust a bull's horn, a doberman's tooth, a runaway horse or me.
    32. Re:Keep off the cynicism... by badboy_tw2002 · · Score: 1

      "More than". Better invest in some reading spectacles, gramps!

    33. Re:Keep off the cynicism... by Anonymous Coward · · Score: 1, Insightful

      Indeed, this doesn't mean anything. Large corporations are as schizofrenic as they come because they are not run by one person but by many. You might find one executive within Microsoft that thinks this was a great move, but you'll also find twenty that doesn't. Next week they'll be back to their old tricks again. It's not until you see moves like this over long periods of time (I'm talking years here for corporations the size of Microsoft) that you can be reasonably sure that cultural changes have taken place within the company. There's still plenty of the proprietary mentality left since the days of McNealy at Sun Microsystems, for example. For whatever reason this just happens to suit someones need at this time and to me it just looks like another one of their cheap PR tricks. I know Microsoft and they haven't changed one bit in the last decade.

    34. Re:Keep off the cynicism... by maiki · · Score: 1

      it's about time you took advantage of the liberties of being old. Last month I sent a complaint letter to the city because someone down the street had let their hedge overgrow into the sidewalk (completely covered it... I had to walk around it, getting my tweed pants all dirty).

      If you need justification, think this way: We're not over the hill yet, because we're still going up it-- both ways!

    35. Re:Keep off the cynicism... by Yvan256 · · Score: 1

      Yes I know that's not old. Even if you were only 20 years older than me that means nothing in computer terms. We used the same computers, we have more or less the same knowledge.

      Even if you were 50 years older than me, it doesn't mean much since the first personal computers were sold around 1975 (too tired to check actual year/computer models).

    36. Re:Keep off the cynicism... by Anonymous Coward · · Score: 0

      Maybe you were such a mediocre conformist that you didn't start to differentiate yourself until you were 21. Some of us were awake enough we started dealing with reality in our early teens, instead of hiding in the cocoon of adolescence.

    37. Re:Keep off the cynicism... by Sam+Ramji · · Score: 1

      Thanks for your reasonable interpretation, Gordonjcp. It's not possible to get everything right, but I'm trying to focus on one step at a time here.

      Cheers,

      Sam

    38. Re:Keep off the cynicism... by Renderer+of+Evil · · Score: 2, Funny

      Since when is 25 old? I just turned 25 and have yet to tell kids to "Get off my lawn", "Turn down that music" or say "Back in my day..."

      It's the industry we're in. IT people measure their life in internet years and 25 is middle-age. (just like in porn)

      I'm 30 and I am growing less receptive of new things. "Get off my lawn" has been supplanted by "Enough with the Twitter bullshit" and "take your microblog and shove it up your ass"

    39. Re:Keep off the cynicism... by wtarreau · · Score: 1

      Maybe they finally got tired of being wrong. This is surprisingly clueful behaviour, and should be encouraged.

      They're not wrong, they have a well-established business model which works. They can't change it quickly. Don't forget that most of their customers are satisfied by this model.

      But they know they can enhance their products by using existing good quality products. When those products are closed, they simply buy them, and the products lives under their name. When the products are opensource, they can't buy them so at most they can try to appear friendly to them. You have to be aware that it's not in their interest to simply steal products which are moving quickly if they can't maintain them. They'd get a dead obsolete fork their customers wouldn't want to use.

      So relying on live projects is a good compromise, provided the license is compatible with their model (BSD and LGPLG are, GPL is not). Their best alternative is then to fund such projects to ensure they evolve faster, and if possible towards their needs.

      I would not be surprized that they embrace more BSD and LGPL projects in the future. It's easy to use libraries under such licences, and it ensures better interoperability with other projects, without having to release their whole software under the same license. Maybe they will even slowly start to officially give back, as LGPL is not suited for secret local changes, and it's not their business to maintain opensource packages.

      For such usages, LGPL is good IMHO, it guarantees that if you don't publish sources, you redistribute verbatim. So the end user knows what he uses, the distributor does not get tainted and the project still gets fixes back. It combines advantages of BSD and GPL without their downsides.

    40. Re:Keep off the cynicism... by symbolic · · Score: 0, Troll

      If I were the one accepting the donations for the Apache Software Foundation, I'd return the donation with a politely-worded letter explaining that it would not be in the best long-term interest of the open-source community to accept the participation of someone whose adversarial nature has been well established.

    41. Re:Keep off the cynicism... by RAMMS+EIN · · Score: 1

      Perhaps it is simply a move to improve the experience of running popular open source software on Windows.

      Apache is the most widely used webserver.

      PHP is a widely used, if not the most widely used, language for dynamic web pages on Apache.

      Traditionally, Apache and PHP have been a Linux game.

      Now, Microsoft is investing in Apache, and I believe they have also made great contributions to PHP.

      I think what they are trying to win here is customers for their operating system.

      --
      Please correct me if I got my facts wrong.
    42. Re:Keep off the cynicism... by Anonymous Coward · · Score: 0

      lol I'm 26 and have been doing that for years...that'll teach me to buy a house in a dodgy area

    43. Re:Keep off the cynicism... by manwal · · Score: 1

      Somehow, documentation lags implementation by quite some time. Years sometimes.

      And sometimes, implementation lags documentation by quite some time, like with OOXML.

    44. Re:Keep off the cynicism... by ais523 · · Score: 1

      I'd mod Microsoft -1 troll but +2 funny if I could.

      ...and reduce their karma whilst giving the comment a positive score? Normally I consider that to be broken, but in the case of Microsoft, go for it!

      --
      (1)DOCOMEFROM!2~.2'~#1WHILE:1<-"'?.1$.2'~'"':1/.1$.2'~#0"$#65535'"$"'"'&.1$.2'~'#0$#65535'"$#0'~#32767$#1"
    45. Re:Keep off the cynicism... by Anonymous Coward · · Score: 0

      Since when is 25 old? I just turned 25 and have yet to tell kids to "Get off my lawn", "Turn down that music" or say "Back in my day..."

      You just did. Now you're old.

    46. Re:Keep off the cynicism... by Helix666 · · Score: 0

      I'm only 17 and I used tapes until about 5 years ago... ô.o

      Amstrad 464plus... mmmm, BASIC....

      --
      Oh, the irony... "Anonymous Coward: If you have nothing to hide, you have nothing to fear!"
    47. Re:Keep off the cynicism... by blane.bramble · · Score: 1

      Yeah, back in the 80's we were using ancient systems like the IBM PC and compatibles.

    48. Re:Keep off the cynicism... by rubycodez · · Score: 1

      that could have been the late 90s, the financial companies I've worked with that were into tape for decades finally started seriously weening themselves off the stuff then.

    49. Re:Keep off the cynicism... by nko321 · · Score: 1

      Some differences between my childhood and my kids' lives:

      Between my wife and I, we have three cell phones, each with a great camera. And we have two digital cameras. As a kid, my grampa had a Polaroid and I had a 32mm.
      I played Megaman and Zelda and had to get to ungodly goals and write down ridiculous grid passwords to save my game. My son plays the same games on emulators and saves his game by pressing a button.
      I used to call Grampa every day, sometimes on the crackly cordless (when we finally got one). My kids call their Papa every day, either via cell phone with a speakerphone option or via Skype.

      Most tellingly, I recently demanded that my son "get off the lawn" when he was trying to get a ball before I'd had a chance to pick up the dog's land mines.
      I'm past my prime for the military, hairline is receding, I can finally rent a car and my auto insurance is down simply because I'm "Old(er)."

      The best part? I turned 25 just last month. You and I are alike in two ways: We're /.ers and we're so ancient as to be out of touch, whether we know it or not! ;-)

      25: It's the new 30!

    50. Re:Keep off the cynicism... by Erikderzweite · · Score: 1

      What about "you don't have proper years of Linux on desktop these days"?

    51. Re:Keep off the cynicism... by mgiuca · · Score: 1

      Really? I'm in 5th year university and I'm already starting to bring out the "back in my day" to the younguns.

  6. Circling the drain.... by aaronfaby · · Score: 1, Funny

    I think M$ has seen the writing on the wall. With the utter failure of Vista, and Apple's skyrocketing market share, it's only a matter of time.

    1. Re:Circling the drain.... by Anonymous Coward · · Score: 4, Insightful

      oh please...Apple makes a completely closed loop set of systems...MS is bigger and more successful because they actually trust developers (like me) to create products their customers want and need...and they don't take 30% off the top

    2. Re:Circling the drain.... by Random+BedHead+Ed · · Score: 3, Interesting

      You know, it's funny, but despite the success of open source, embracing it is something companies have been known to do when they're on the rocks. Novell did it, Palm is trying to do it - heck, Netscape is the shining example, with the Mozilla project announcement - and I think there are others that have crashed and nearly burned, only at the last minute to say "And we'll be opening the source of the next version!" or "And we're going to run the next device on Linux!"

      I wonder what sparked this at Microsoft. Granted, they have no real prospects besides the usual Windows/Office cash cows, but they're not exactly bleeding money.

    3. Re:Circling the drain.... by MightyMartian · · Score: 2, Insightful

      If by failure you mean "still dominates the desktop market at about 90%" and by skyrocketing you mean "OS X has budged a few points, more at the expense of Linux desktops than Microsoft" then you might be right.

      That being said, I don't trust this at all. I smell evil afoot.

      --
      The world's burning. Moped Jesus spotted on I50. Details at 11.
    4. Re:Circling the drain.... by cryfreedomlove · · Score: 4, Interesting

      You should do some research. Microsoft has $23 billion dollars in cash. They have no debt at all. Every quarter is profitable. Check out real numbers here and let those inform your rantings.

    5. Re:Circling the drain.... by Anonymous Coward · · Score: 0

      oh please...Apple makes a completely closed loop set of systems...MS is bigger and more successful because they actually trust developers (like me) to create products their customers want and need...and they don't take 30% off the top.

      You clearly know nothing about OS X development except what you've read recently about the iPhone. But I guess it made for a nice troll.

    6. Re:Circling the drain.... by aaronfaby · · Score: 5, Insightful

      Apple doesn't take 30% off the top. I believe they do with iPhone apps, but certainly not with Mac OS X apps. Secondly, you completely misinterpreted my comment. I said Apple was gaining market share (which they are). I made no comment on their being more or less open than MS. The point I'm making is that no one stays on top forever. MS knows this, and they know they need to start getting their shit together, or they are going to lose their asses in the long run.

    7. Re:Circling the drain.... by aaronfaby · · Score: 1

      I said Vista was a failure. Secondly, Apple is budging more than just a few points. They are now 3rd in market share.

    8. Re:Circling the drain.... by Ynot_82 · · Score: 2, Informative

      yes, but for the last 2 quarters, their profits have fallen below expectations
      resulting in an 11% (march 08) and a 6% (july 08) fall in share value

      anyway...

    9. Re:Circling the drain.... by Anonymous Coward · · Score: 0

      and dead last in the corporate space, which is where the real money is made.

    10. Re:Circling the drain.... by aaronfaby · · Score: 1

      When did I ever say they weren't financially solvent?

    11. Re:Circling the drain.... by uzytkownik · · Score: 1

      You should do some research. Microsoft has $23 billion dollars in cash. They have no debt at all. Every quarter is profitable. Check out real numbers here and let those inform your rantings.

      The problem is not in absolute numbers but in relative. For example Vista sells did not come up to expectations.

      I'm not saying thet you are not right - I'm stating that research needs to be more deep.

      --
      I've probably left my head... somewhere. Please wait untill I find it.
      Homepage: http://blog.piechotka.com.pl/
    12. Re:Circling the drain.... by _Sprocket_ · · Score: 1

      I wonder what sparked this at Microsoft. Granted, they have no real prospects besides the usual Windows/Office cash cows, but they're not exactly bleeding money.

      Once again... being the cynic...

      This isn't about Linux. It's about Windows. Or more specifically, making applications that were strengths for Linux become strengths for Windows.

      Which, of course, means it really IS about Linux too. Linux (and BSD) offers some frightening parallels to Microsoft's history. Microsoft profited greatly by being a major part of the comoditization of computer hardware. What do they do if Linux is the start of commoditizing the OS (even software in general)? Is Microsoft the next IBM?

    13. Re:Circling the drain.... by i_ate_god · · Score: 1

      Being third in a race is ok, but when first place racer lapped you twenty times, it doesn't really matter does it?

      --
      I'm god, but it's a bit of a drag really...
    14. Re:Circling the drain.... by Anonymous Coward · · Score: 1, Interesting

      You should do some research. Microsoft has $23 billion dollars in cash. They have no debt at all. Every quarter is profitable. Check out real numbers here and let those inform your rantings.

      I believe you are talking about "Cash and Short Term Investments" of Microsoft being $23,662.

      Check AAPL (Apple) and it is $19,448. Comparing the sizes of the two, I'd say Apple isn't doing too shabby.

      But don't let that stopped your "informed" rantings.

    15. Re:Circling the drain.... by Anonymous Coward · · Score: 0

      Yeah, that "flop", as you so call it (out of ignorance and bias) already has a larger footprint than Apple and Linux combined. Keep lying though. I think it suits you.

    16. Re:Circling the drain.... by AeroIllini · · Score: 1

      I smell evil afoot.

      Maybe you need to wash your afeet.

      --
      For security, the MD5 hash of this message and sig is 09f911029d74e35bd84156c5635688c0.
    17. Re:Circling the drain.... by mccabem · · Score: 1

      Marketshare has nearly doubled to about 9%, 40+% increase in Mac unit sales for the quarter compared with same quarter last year (all time record for the company); 3rd largest reseller behind the recently merged Gateway/Acer. Why are they merged? Maybe Apple is eating their lunch.

      Has nothing to do with Linux - they don't sell computers. Duh! ;)

      -Matt

    18. Re:Circling the drain.... by Hyperspite · · Score: 1

      If by failure you mean "still dominates the desktop market at about 90%"

      Dude, just a point, but you don't only look at current data to understand the curve, you also look at the second and third derivatives etc.

      That said, I have a feeling MS will adapt somehow. Vista failed in the marketplace, but I'm sure some heads will roll and they'll figure out a new strategy.

      OTOH, Bill Gates is leaving. Who knows what'll happen.

    19. Re:Circling the drain.... by mccabem · · Score: 2, Interesting

      True, but if you want to see what could be an impetus for change, flip that link over to the stock chart, overlay with AAPL and switch to the 10-year view.

      I leave it you the reader to do that....and I hope you're not afraid of heights.

      -Matt

    20. Re:Circling the drain.... by Bert64 · · Score: 1

      Microsoft used open hardware (x86 compatibles), and the relative low price of software to bait people into becoming dependant upon their proprietary software, thus negating the benefits of open hardware...

      Apple maintained closed hardware and software, just like Commodore, Atari, and a whole host of others.

      People saw the benefits of open hardware, and accepted closed software because it was such a small part of the overall cost and the alternatives were no better. Now people are realizing that mistake, but the damage has been done, they fell into the microsoft trap and will have major trouble getting out.

      Apple have also realized this, and have taken major steps towards becoming more open, even if it's nowhere near as far as some people would like, it's been enough for them to have record levels of mac sales in recent quarters.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  7. Linus is right by Anonymous Coward · · Score: 3, Funny

    I am with Linus on this one

    1. Re:Linus is right by Anonymous Coward · · Score: 0

      Linus didn't say anything about it, dipshit!

    2. Re:Linus is right by Anonymous Coward · · Score: 0

      If he didn't say anything then he cant be wrong no?

    3. Re:Linus is right by Ungrounded+Lightning · · Score: 1

      Neither did the previous poster. B-)

      --
      Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
  8. Yeah, right by Anonymous Coward · · Score: 0, Insightful

    They "embraced" Java at one point too. Embrace, extend, pollute, destroy.

    1. Re:Yeah, right by introspekt.i · · Score: 5, Funny

      Wasn't the Java situation more like embrace, extend, lawsuit, retreat?

    2. Re:Yeah, right by gbjbaanb · · Score: 1

      embrace, extend, lawsuit, retreat... reinvent, replace and market.

      (C# = MS Java)(VB.NET = C# without curly brackets)(everything else = not fully supported anymore) :)

    3. Re:Yeah, right by FishWithAHammer · · Score: 1

      (C# = MS Java)

      Only vastly improved, or did you forget that part? C# is a pleasure to use where Java is a pain.

      --
      "You can either have software quality or you can have pointer arithmetic, but you cannot have both at the same time."
    4. Re:Yeah, right by BrainInAJar · · Score: 1

      Yeah, but they were going up against Sun Microsystems.

    5. Re:Yeah, right by owlstead · · Score: 1

      Oh yeah, change it into a flame war without even stating why X is better than Y. Well, that's probably for the better, can somebody please mod parent down (and after that you may mod this one into oblivion as well).

    6. Re:Yeah, right by gbjbaanb · · Score: 1

      only when you have the IDE tools, otherwise its a nuisance.

      anyway, you conveniently missed my smiley.

    7. Re:Yeah, right by FishWithAHammer · · Score: 1

      Whoops, I did. My bad.

      --
      "You can either have software quality or you can have pointer arithmetic, but you cannot have both at the same time."
  9. Admiral Ackbar said it best... by Anonymous Coward · · Score: 0

    it's a trap!

  10. Unrelated News by ndnspongebob · · Score: 5, Funny

    In unrelated news, evolution picks up pace as pigs gain wings.

    1. Re:Unrelated News by SultanCemil · · Score: 0, Redundant

      That is probably the funniest take on an old joke I've ever seen. Maybe I'm just tired, but well done good sir. Well done indeed.

      --
      Cemil.
    2. Re:Unrelated News by Hektor_Troy · · Score: 1

      But, but, but ... where the hell will we get bacon from? When pigs can fly why would they stay in their pens?

      --
      We do not live in the 21st century. We live in the 20 second century.
    3. Re:Unrelated News by drinkypoo · · Score: 1

      But, but, but ... where the hell will we get bacon from?

      Anti-aircraft fire.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    4. Re:Unrelated News by chill · · Score: 1

      Did you think shooting skeet was just a frivolous sport? No. Nostradomus predicted pigs flying way back when and people have been preparing for that day with clay pigeons, a shotgun and a hearty "PULL!"

      --
      Learning HOW to think is more important than learning WHAT to think.
    5. Re:Unrelated News by Anonymous Coward · · Score: 0

      well done good sir. Well done indeed.

      Yes, he typed that very well.

    6. Re:Unrelated News by Anonymous Coward · · Score: 0

      Did you think shooting skeet was just a frivolous sport? No. Nostradomus predicted pigs flying way back when and people have been preparing for that day with clay pigeons, a shotgun and a hearty "PULL!"

      I guess there must have been some sort of mistranslation involved; given the considerable aerodynamic differences, clay pigs would surely have been better practice than clay pigeons...

  11. Cue Admiral Ak-bar: "It's a trap!!!" by The+Bloooated · · Score: 0

    That is all I have to say about that.

  12. Late.. by Anonymous Coward · · Score: 0

    Did April Fool's Day come 3 months and 25 days late this year or what?

    1. Re:Late.. by Chris+Burkhardt · · Score: 1

      No. It's just that next year's April Fool's came 8 months and 6 days early.

      --
      "And there be unix which have made themselves unix for the kingdom of heaven's sake." - Matt. 19:12
    2. Re:Late.. by Insanity+Defense · · Score: 5, Funny

      The release of this April Fools gag was handled by the Vista team.

    3. Re:Late.. by n+dot+l · · Score: 1

      The release of this April Fools gag was handled by the Vista team.

      Excel Project Manager: Hey! No fair! The Vista team stole our credit!

  13. Insanity! by ActionDesignStudios · · Score: 5, Funny

    I love seeing things get open sourced just as much as the next guy, but who in their right mind would WANT the source code for Vista?

    1. Re:Insanity! by kwabbles · · Score: 1

      I love seeing things get open sourced just as much as the next guy, but who in their right mind would WANT the source code for Vista?

      Especially since it will only fit on Blu-Ray - I don't know about you, but I don't have a freaking Blu-Ray drive.

      --
      Just disrupt the deflector shield with a tachyon burst.
    2. Re:Insanity! by Random+BedHead+Ed · · Score: 1

      Not me. Embarassingly, I don't think I even have enough room on my hard drive to compile the thing. (Well, maybe Home Basic Edition.)

    3. Re:Insanity! by Anonymous Coward · · Score: 0

      You're telling me you have no interest in seeing how many GOTO statements they put in the vista.bas file?

      Hey, who do you think inspired gorilla.bas, after all? That's right -- Developers, Developers, Developers!!!

    4. Re:Insanity! by Opportunist · · Score: 1

      It's a bit like with really bad and tasteless porn. I mean, I really don't want to see it, but then, I'd really love to know if it's really as bad as everyone who saw it says it is.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    5. Re:Insanity! by Anonymous Coward · · Score: 0

      I love seeing things get open sourced just as much as the next guy, but who in their right mind would WANT the source code for Vista?

      I wouldn't mind having the source code for XP Pro.

    6. Re:Insanity! by Anonymous Coward · · Score: 0

      Hmmm? Maybe the guys at wine? It would make their job alot easier and if any group of people could polish the turd that is Vista, it would be them.

    7. Re:Insanity! by SEE · · Score: 1

      Mmmmh. It probably would be easier to start with Vista, take a hatchet to it, and then patch things up to a clone of Windows 2000, than to finish ReactOS.

    8. Re:Insanity! by Xuenay · · Score: 1

      The people who for some reason or the other need to run Vista, and would like to fix some bugs they keep running into, perhaps?

    9. Re:Insanity! by noidentity · · Score: 1

      I love seeing things get open sourced just as much as the next guy, but who in their right mind would WANT the source code for Vista?

      For stress-testing? Sometimes it's useful to feed a compiler or processor garbage and see what happens.

    10. Re:Insanity! by temcat · · Score: 1

      I mean, I really don't want to see it, but then, I'd really love to know if it's really as bad as everyone who saw it says it is.

      OK we got it. Admit it, you like really bad and tasteless porn.

  14. Ballmer's Google complex? by Bonker · · Score: 5, Interesting

    There's some 'embrace, extend, obsolete' in here somewhere, but I'm beginning to think that this behavior from MS has a lot more to do with Ballmer's seemingly obsessive desire to overtake Google.

    In other words, in order to defeat their enemy, they're going to try to BECOME their enemy first. MS is trying to emulate everything Google does, including supporting open source projects.

    --
    The next Slashdot story will be ready soon, but subscribers can beat the rush and slashdot the links early!
    1. Re:Ballmer's Google complex? by $criptah · · Score: 1

      I could not agree more.

      Ballmer and Co. are lunatics dedicated to winning the battle with Google, Apple, etc. After watching Ballmer talk about iPhone and competition, I am fully convinced that the man is trying to compensate for something. Remember the rivalries that you had in the third grade? Yeah, for those guys it was never over :)

    2. Re:Ballmer's Google complex? by jamrock · · Score: 1

      I think you're right about MIcrosoft attempting to emulate Google. Ballmer is obsessed with Google for a very good reason: Google is eating their lunch in the search market. According to the Industry Standard, Google accounted for 69.17% of all U.S. searches for June 2008, up from 63.92% in June of last year. In the same period Yahoo's search share fell from 23.31% to 19.62%, and Microsoft's fell from 9.85% to 5.46%.

      Search equates to eyeballs and Microsoft is shitting their pants at the inexorable erosion of their Web presence, especially as their other businesses mature and earnings plateau. In light of the falling search shares of both Yahoo and Microsoft, one has to wonder what possible synergy Microsoft sees in a pairing of their search businesses.

    3. Re:Ballmer's Google complex? by Anonymous Coward · · Score: 0

      Is it a trap? Are Ballmer and Gates still breathing? While they and their mindset hold sway at the great northern empire, their motives and goals will not change. Some will say, "hey they're just trying to make money, do good by their shareholders" (BS btw), and while this might be a side effect, it is not the goal nor the motive. They will need about another 25 years of opposite behavior to be trusted.

    4. Re:Ballmer's Google complex? by Cathbard · · Score: 1

      Compensate for something? You haven't met many cocaine freaks have you? Just look at the man's eyes, he's not overcompensating, he's tweaking.

      --
      "A cynic is what an idealist calls a realist" - Sir Humphrey Appleby
  15. Is this stage 4? by mangu · · Score: 0, Offtopic

    1) they ignore you

    2) they laugh at you

    3) they fight you

    4) you win

    1. Re:Is this stage 4? by tyler.willard · · Score: 3, Insightful

      That strategy only worked for Gandhi because the British were basically civilized. It wouldn't work so well against, say, the Khmer Rouge.

      It's hard to say what the case is here.

    2. Re:Is this stage 4? by Spy+der+Mann · · Score: 1

      It worked for Lech Walesa... and they were against the communists.

    3. Re:Is this stage 4? by tyler.willard · · Score: 1

      I'd argue that that situation was different. Pope John Paul II got involved and Soviet power was already waning.

    4. Re:Is this stage 4? by Anonymous Coward · · Score: 0

      the British were basically civilized

      Whoa, there, Stalin. Are you suggesting that a tyranny can be regarded as civilized?

    5. Re:Is this stage 4? by Anonymous Coward · · Score: 0

      "That strategy only worked for Gandhi because the British were basically civilized."

      Not according to Ghandhi. He was once asked, 'Mr Gandhi, what do you think of civilization in England?' to which he replied 'I think that it would be something worth trying!'

      http://www.infed.org/thinkers/et-gand.htm

    6. Re:Is this stage 4? by tyler.willard · · Score: 3, Insightful

      Since, essentially, Gandhi prevailed because the British found it distasteful to continue to maim and kill unarmed resistors: yes.

    7. Re:Is this stage 4? by tyler.willard · · Score: 1

      If he'd said that at the right time and place in Cambodia, Pol Pot would've had him skinned alive and set fire to.

    8. Re:Is this stage 4? by bravecanadian · · Score: 1

      1) they ignore you

      2) they laugh at you

      3) they fight you

      More like:

      4) They make a record 60B this past year.
      5) Geeks go cry in frustration.

    9. Re:Is this stage 4? by repvik · · Score: 1

      REPORTER: Mr. Gandhi, what do you think about Western Civilization?
      GANDHI: I think it would be a good idea.

    10. Re:Is this stage 4? by drinkypoo · · Score: 1

      It worked for Gandhi because the British were already losing money on their Empire and it would have cost them money to go massacre everyone.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    11. Re:Is this stage 4? by Anonymous Coward · · Score: 0

      Gandhi worked because the Brits were then poor. Civilised? Do you know _any_history of British colonisation?

    12. Re:Is this stage 4? by temcat · · Score: 3, Funny

      Exactly. That lousy strategy wouldn't work with somebody like me, who maims and kills unarmed resistor and capacitors on a daily basis and likes it!

    13. Re:Is this stage 4? by hachete · · Score: 1

      The Brits were never afraid of killing a few wogs when the need demanded and during the Quit India campaign of the 40s, India suffered it's fair share of suppression. You see, although Gandhi always countenanced the Peace & Love approach, a lot of people died whilst his campaigns were under way.

      In the end, he didn't so much win as the British give up. The gig was up and the Brits knew it.

      I'd like to think this is what is happening with MS, but I'm not holding my breath whilst that idiot Balmer is in charge.

      --
      Patriotism is a virtue of the vicious
    14. Re:Is this stage 4? by Anonymous Coward · · Score: 0

      The British supported Pol Pot because of a desire not to offend China. That's why they refused to recognize the Vietnamese regime after it toppled Pol Pot with the result that international aid couldn't get through to the people. It was only much later, towards the end of the 80s, that Pol Pot acquired the notoriety he did in the corporate media.

      Incidentally, Pol Pot only managed to kill about one million in his famous killing field. We have killed more than that already in Iraq alone in about the same amount of time, according to best estimates (Lancet 2006, ORB 2007).

    15. Re:Is this stage 4? by Anonymous Coward · · Score: 0

      That strategy only worked for Gandhi because the British were basically civilized.

      No, the strategy worked because Britain has a free press. The papers published articles/pictures/editorial etc about Gandhi and their non-violent protests, and raised awareness of the plight of India. Thus, the British Government knew it couldn't just cut them all down or it would face a major backlash from the British public. You can bet you arse/ass that the Government would have happily shot the lot of them if they could have kept the knowledge from the voters. So Gandhi's success has little to do with the civility of British rule and more to do with the politicians wanting to keep their jobs.

      It wouldn't work so well against, say, the Khmer Rouge

      True, as the Khmer Rouge would just have shot them all. Which is exactly what the British would have done if they thought the voters wouldn't notice.

    16. Re:Is this stage 4? by tyler.willard · · Score: 1

      I do tend to agree. I was speaking of the "British" collectively. In that light, I think my point still stands.

  16. Embrace.... by stox · · Score: 4, Insightful

    Extend...
    Extinguish.

    Sorry Microsoft, but given their past behavior and downright malicious attacks, they're going to have to do far more to gain trust.

    What is interesting/scary is that for a relatively small amount ( As seen from the Microsoft Universe ), they could buy off virtually every project, of note, out there. How many projects could be supported on Microsoft's toilet paper budget alone?

    --
    "To those who are overly cautious, everything is impossible. "
    1. Re:Embrace.... by PhrostyMcByte · · Score: 4, Informative

      If it's LGPL, they can "extend" as much as they want and people can fork whenever they think MS has gone too far.

    2. Re:Embrace.... by Anonymous Coward · · Score: 0

      Maybe they're betting people won't want the non-MS fork just like they don't want desktop Linux.

      I believe the idea is to blur the line before people discover the line.

    3. Re:Embrace.... by Anonymous Coward · · Score: 0

      Sorry Microsoft, but given their past behavior and downright malicious attacks, they're going to have to do far more to gain trust.

      Awwww :( I feel so sad now.

      - Microsoft

    4. Re:Embrace.... by TheSeer2 · · Score: 1

      Have people around here never heard of Microsoft Research? It kinda turns your head on what you all naively and sheepishly believe about MS.

    5. Re:Embrace.... by Berzelius · · Score: 1
      Yet the parent is right.

      After years of ignorance and trolls Microsoft has clearly defined Linux as its biggest threat. Now the company is back on earth again. It is has obviously looked at the markets Linux is in and tries to outperform the in every market.

      These markets would be - webservers: big market, Microsoft can grow here, but Apache/php runs worse on Windows than on Linux. IIS is not popular with everybody and has a bad security record. People that want to run Apache try Linux, like it and use it for other stuff as well. This is bad for Microsoft, because that's too many people getting to know Linux.

      - (intranet) fileservers: big market, Microsoft can grow here, but has essentially everything already to claim this market.

      - the desktop: Microsoft is by far and large the heavyweight in this market, but since Apple and Linux are catching up really fast now, it wants as little people as possible to be comfortable with Linux/Mac. For that the above two markets have to be claimed.

      For a long time Linux outperformed Windows regarding the Apache/PHP-combination. Not any longer though.

    6. Re:Embrace.... by amnezick · · Score: 1

      are you implying that microsoft is full of shitty characters?

      --
      mov ax,4c00h
      int 21h
  17. There's much reason for caution. by Bruce+Perens · · Score: 5, Insightful
    There is much reason for caution. Historically, Microsoft helped to fund SCO's attack on Linux - we have court testimony under oath on that. They briefed HP on their plans to sue the the developers of Sendmail, Linux and other programs - we have the HP memo, which HP admitted was real. Their agreement with Novell was calculated to break the spirit of the GPL without violating the letter, so they've shown they are happy to cheat the developer community when it's to their advantage. More recently, they have cheated every way they could in getting Office Open XML through ISO, even having one of their executives pose as officer of a national standards organization.

    The Apache and LGPL licenses aren't much of a threat to them. GPL is, because GPL prevents "embrace and enhance", Microsoft's commonly-exercised strategy to take over a market. Microsoft has signed over work to FSF in the past when it was necessary to get changes into GCC for one of their (past) divisions that was making a Unix compatibility layer. I don't think this is the first time they've had to deal with GPL, by far.

    So, the big question is, have they turned over a new leaf? I think they're still a super-size multinational for-profit corporation, and the reality is that every one of those will be self-serving first, whether they are Microsoft or someone more usually identified as a "friend" to Open Source. But Microsoft has managed to set themselves ahead of other corporations as a frequent user of dirty-fighting tactics to get its way. I don't expect that corporate culture to go away.

    I think we still have some big problems with Microsoft, primarily around software patents. They are still in a position to attack Linux with them, although they would probably do that using a proxy, as they did with SCO. Their increased involvement in Open Source organizations means that they will be taken as a member of the Open Source community when they speak with national legislators. This is terrible for us, because it means they'll be able to short-circuit our work to protect Open Source from software patents by speaking to government as an insider in our communities. They've been lobbying for a software patent treaty between Europe and the U.S. (part of the "anti-piracy treaty" currently under discussion but not available to the public) which could make criminal prosecution a new tool against suspected patent infringers on both sides of the Atlantic. And because this is a treaty rather than legislation, it effectively takes the question out of public debate and just leaves it to congress to approve or reject the entire treaty. Want to guess how many people in congress want to be seen as "for piracy"? Any non-trivial software program infringes patents, Open Source or not. We're still in rather deep trouble regarding this, if anyone wants to push the issue. And their general counsel made clear, in a recent speech at OSBC, that they're still not willing to put down the patent "gun".

    So, I can't say I think this is a good thing.

    Bruce

    1. Re:There's much reason for caution. by Anonymous Coward · · Score: 0

      I agree. I smell a patent trojan patch. The patent to be revealed right before a major release.

    2. Re:There's much reason for caution. by Anonymous Coward · · Score: 0

      We agree with a ban only if it affects USians. Then the USians will be haxored into oblivion along with their frail US economy. Then we can also push for all trading to be done utilizing the Euro, not the frail dollar. Afterwards, the World economy will flurish with a non existant US.

      -signed

      The Rest of the World

    3. Re:There's much reason for caution. by lent · · Score: 1

      True,

      witness this

      [...]An example of an acceptable license is the BSD license available at http://www.opensource.org/licenses/bsd-license.html,
        whereas the widely-used GPL and LGPL licenses are not acceptable. [...]

      From: Safe and Scalable Multicore Computing
      Request for Proposals 2008

      http://research.microsoft.com/ur/us/fundingopps/RFPs/SafeScalableMulticore_RFP.aspx

    4. Re:There's much reason for caution. by Anonymous Coward · · Score: 0

      Bruce,

      will I must agree with you on everything, there's one problem with saying 'no' to Microsoft at this point. If the Apache foundation, or the open source community says 'nay' to Microsoft, we will give them even more ammo to use against us. "See, we offered them cooperation, extended a friendly hand, and they turned away! They are nothing but a group of snobs, shunning anything and anyone who does not adhere to their model of software".

      That's the really dangerous trap in this whole deal. I guess the only thing we can do is welcome Microsoft into the fold, and be cautious every step of the way.

  18. Something smells... by Tastecicles · · Score: 1

    1. Extend
    2. Embrace
    3. Extinguish
    4. Profit!

    --
    Operation Guillotine is in effect.
  19. Obligatory Simpsons Quote by Yvan256 · · Score: 4, Funny

    Mr. Burns: Smithers I'm thinking about donating some money to the orphanage... when pigs fly!
    (Smithers and Burns both laughing)
    (Homer's BBQ pig flies past the window)
    Smithers: Will you be making that donation now, sir?
    Mr. Burns: Eh, I'd rather not.

    1. Re:Obligatory Simpsons Quote by QuietObserver · · Score: 1

      To bad no one bothered to respond so you could see how many people can identify the name of the episode this comes from.

      I know the name of the episode, and I suppose you do, too, so I'm not going to mention it here.

  20. In other news... by Maxmin · · Score: 1

    In other news-

    - Hell froze over
    - The moon turned blue
    - George Bush renounced violence as the pathway to peace
    - Oh, and Microsoft "embraced" open-source software

    In the press release, Bill Gates was quoted as saying, "This is going to hurt you a lot more than it will me."

    This oughta be more fun than a barrel fulla monkeys. It ain't over till the fat lady sings ... just wait until other shoe drops... yadda yadda.

    --
    O lord, bless this thy holy hand grenade, that with it thou mayest blow thine enemies to tiny bits, in thy mercy.
  21. Last I checked, MS still claims Linux 'IP' by Burz · · Score: 4, Interesting

    More likely this is a move to build OSS and interoperability cred they'll need in court if/when they feel the need to pull a SCO against Linux.

    1. Re:Last I checked, MS still claims Linux 'IP' by Anonymous Coward · · Score: 2, Insightful

      What do you mean? Microsoft already did pull an SCO against Linux. That's what SCO was!

    2. Re:Last I checked, MS still claims Linux 'IP' by seanadams.com · · Score: 4, Interesting

      It's a big company. Takes a long time for everyone to start going in the same direction, especially given Microsoft's entrenched culture and weak leadership.

      The way this works is some guy deep in the bowels of some special project says to his boss "look, I know what our policy is but I really need to contribute this patch so that it gets incorporated into future versions. See, this benefits us. Can we make an exception". By some miracle it gets approved, and thus an internal movement is born. It may take years for all the upper management asshats to get their head around it, but this is how it starts. I agree with the GP, surprisingly nothing stinks about this particular movement, albeit deep in the bowels of the company.

    3. Re:Last I checked, MS still claims Linux 'IP' by 6Yankee · · Score: 4, Funny

      nothing stinks about this particular movement, albeit deep in the bowels of the company

      Are you saying Microsoft's shit don't stink?

    4. Re:Last I checked, MS still claims Linux 'IP' by Anonymous Coward · · Score: 0

      Yes, that was the joke. Congratulations, you get a gold star!

    5. Re:Last I checked, MS still claims Linux 'IP' by BronsCon · · Score: 1

      As I'm sitting here, sniffing a Vista DVD, I have to say, shit it may be, but stink it does not.

      --
      APK quotes people (including myself) without context and should not be trusted. Just thought you should know.
    6. Re:Last I checked, MS still claims Linux 'IP' by Anonymous Coward · · Score: 0

      nothing stinks about this particular movement, albeit deep in the bowels of the company

      Are you saying Microsoft's shit don't stink?

      excactly it smells like.... $$$$$ ;o)

  22. Never by Enderandrew · · Score: 5, Insightful

    Apple will never use Intel processors.
    Dell will never ship AMD processors.
    Dell will never ship Linux.

    These things happen. People can change their minds. Microsoft is still doing evil and illegal things on a regular basis (like last year, offering illegal bribes to get Nigeria to drop Mandriva) but not every single employee at Microsoft is evil. Not every department is necessarily evil.

    Microsoft has been doing a number of reasonably good things for a while now, and everyone keeps suggesting they are part of some scheme and conspiracy. People shouldn't be completely shocked by this act.

    I think it is just a continuation of a new trend towards being slightly less evil. Every time Microsoft opens more protocols, releases more code, and tries to work with the OSS community, instead of acting like children and calling names, I think the community should encourage Microsoft to continue the trend of migrating to a more open company.

    --
    http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    1. Re:Never by ScrewMaster · · Score: 4, Insightful

      People shouldn't be completely shocked by this act.

      Nobody is shocked, but everybody is rightfully suspicious.

      --
      The higher the technology, the sharper that two-edged sword.
    2. Re:Never by anss123 · · Score: 2, Funny

      not every single employee at Microsoft is evil

      Are you sure?

    3. Re:Never by Paradigm_Complex · · Score: 2, Interesting

      Yes. I've spoken with a few MS folks, and most that I've spoke with are quite bright and most definitely not evil. There is just an insufficient number of such people in the right places. Did I mention I never spoke with anyone in any sort of upper management?

      --
      "A witty saying proves nothing." - Voltaire
    4. Re:Never by Tatsh · · Score: 1

      It's called history. Those things you mentioned about companies changing their minds are of a totally different nature than Microsoft doing something like this. I hate Microsoft and if I 'owned' such a project I would be more than willing to not allow them to join it. 'Sorry, fuck you. Mono? A joke. Moonlight? Another joke. You ABSOLUTELY CANNOT join this project whatsoever' would be my response. Microsoft has definite plans to turn what's known as LAMP into WAMP. I, and I'm sure so many people as well, do not want this whatsoever.

      Microsoft can open up as much code as they want, but they have not got to the core, or helped the Wine project and would never be willing, or even just restarted from scratch like Apple did. They really are that scared of breaking backward compatibility ABIs (even though they broke many with Vista). Apple is a better example company because regardless of what the users liked about OS 9, OS X was a huge improvement, built 'from scratch' based on Nextstep. For a few years by coincidence, users could run OS 9 apps almost as much as they needed. And even for now, many PPC OS X programs work good enough under Rosetta. They also took the BSD versions of coreutils and replaced X/Xorg with something of their own, which (I would say) is much stabler than X (even though I'm using Linux right now).

      Microsoft does not have to change their business model entirely and start making all their software GPL or LGPL. I cannot figure out a cut and clear solution to getting them 'out of the ground' from where they are now. My plan would be as follows to start: destroy IE entirely/replace with Firefox, support the Wine project with source code and not money, allow Mono and Wine to work together so native code can run wherever Mono is.

      Another thing to definitely get the next Windows to be the best one yet is the thing I've been saying over and over: virtualise all Windows versions that have been produced up to their final version, build a new version of Windows based on BSD or just from scratch. Work with hardware vendors to make sure they produce drivers, marketing marketing and more marketing. The virtualised Windows would be optional upon installation, so if a user seriously does not need them, he reduces security risk ten-fold if not more. All old hardware can be run with the Windows drivers but they are also virtualised with a hypervisor. Security and not backward compatibility would be top priority in this new version of Windows.

      Think of the virtualised Windows like a Wine desktop, but feels native and interacts with the native environment fine. This is a real task at hand for Microsoft if they care about backward compatibility so much. But this will reduce security risks so much as well.

      If Microsoft truly 'blesses' LGPL, they will release a lot of their OWN work under LGPL.

    5. Re:Never by Enderandrew · · Score: 2, Insightful

      "You ABSOLUTELY CANNOT join this project whatsoever' would be my response."

      A response like that doesn't encourage them to release more. That is precisely the overt, childish behavior I was talking about. I understand being skeptical. But when they open code, says "thanks, hopefully we'll see more of that!"

      "They really are that scared of breaking backward compatibility ABIs (even though they broke many with Vista)."

      2000 broke ABIs. XP broke ABIs. Vista broke ABIs. And Microsoft has said Windows 7 will likely completely break ABIs. Backwards compatibility will no longer be handled the way Vista does (several revisions of the same DLL in memory at once and such).

      "Microsoft does not have to change their business model entirely and start making all their software GPL or LGPL."

      They likely won't, yet later in your post you basically say them releasing LGPL code doesn't count unless they release a lot of it.

      This is a positive step for them. A couple years ago they'd never do something like this. So today, you say they'd never go further, but who knows?

      Each day they move a little closer to being an open, decent company. I hope the direction continues.

      --
      http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    6. Re:Never by Anonymous Coward · · Score: 0

      Microsfck released source code? Can we finally run MS Bob on Linux?

    7. Re:Never by pyrbrand · · Score: 1

      Every time Microsoft opens more protocols, releases more code, and tries to work with the OSS community, instead of acting like children and calling names, I think the community should encourage Microsoft to continue the trend of migrating to a more open company.

      Heck, I'd be a lot more surprised if the OSS crowd stopped acting like children and calling names. Or at least the /. crowed :).

    8. Re:Never by Anonymous Coward · · Score: 0

      Clearly he's lying. Just the other day I saw a Microsoft employee and he had horns and everything. Don't believe me? I have evidence!

    9. Re:Never by shutdown+-p+now · · Score: 1

      What are the reasons for suspicion in this case? I can understand the history, but here - a bunch of code is donated under LGPL, no strings attached. I fail to see how anything even remotely bad for OSS can come out of this one.

    10. Re:Never by Two9A · · Score: 1

      A bunch of code is given to a project under the LGPL, which contains MS-patented methods and algorithms.

      You can guess what comes next: another SCO-style attempt at bankrupting the project in question.

      --
      xkcdsw: the unofficial archive of Making xkcd Slightly Worse
    11. Re:Never by Jurily · · Score: 1

      Nobody is shocked, but everybody is rightfully suspicious.

      Actually, I am shocked. Then I realized someone broke their Reality Distortion Field.

    12. Re:Never by Anonymous Coward · · Score: 0

      ...most that I've spoke with are quite bright and most definitely not evil.

      Bright != Right

      You can be terribly smart (and even nice) and still be evil. I'm sure even baby seal clubbers can be smart, which is essentially what you are if you choose to work at M$.

    13. Re:Never by Ilgaz · · Score: 1

      Perhaps the real issue is, MS employees can't or won't tell their opinions on Slashdot or any site. They are way more free on Mac sites regarding products for Mac. I almost feel sorry for them when they put a blog entry about MS Office on Mac, it is like 95% "How I hate MS" type of offtopic crap. Good thing, they even reply to such posts.
      You can find them posting comments to Macworld with their real name and job title.
      For Windows part, I didn't see a single MS employee on anywhere.
      You could ask "Well, who would dare to post to Slashdot?", I could give a good example who dares... Helix (Real Networks) GM, posts with his own name and even submits stories sometimes. Don't you think that guy doesn't know the possible feedback he and their company would get?
      They should be social. I even suspect there is some kind of company policy against it.

    14. Re:Never by apoc.famine · · Score: 1

      not every single employee at Microsoft is evil.

      I have it on good authority that you have to eat a live kitten to pass the final HR test to get hired there. And while some people feel that eating kittens is just plain wrong, and no one should do it, ever, I personally believe it is evil.

      --
      Velociraptor = Distiraptor / Timeraptor
    15. Re:Never by Enderandrew · · Score: 1

      Since Microsoft is the one that committed the changes, it would be pretty hard to say that ADOdb intentionally violated a patent.

      If Microsoft attempted to sue ADOdb, more than likely ADOdb would have a better counter-suit case.

      And the second a lawsuit pops up, ADOdb can very easily just revert the patch.

      Not to mention, you apparently missed the article a few days back where it looks like the Patent Office may not be recognizing "process" (such as software) patents anymore.

      --
      http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    16. Re:Never by daveb · · Score: 1
      Along that vein, I used to say:

      Microsoft are wasting their time taking on WordPerfect and Lotus123 - they are far to entrenched and an effective monopoly

      I think MS are all to aware of the fragility of their monopoly.

    17. Re:Never by mikechant · · Score: 1

      A bunch of code is given to a project under the LGPL, which contains MS-patented methods and algorithms.

      You can guess what comes next: another SCO-style attempt at bankrupting the project in question.

      IANAL but...

      The word 'estoppal' comes to mind. If MS donates the code, on the face of it free and unencumbered under a license which allows modification and distribution without obtaining any patent license etc. then it would forgo its right to sue for a patent violation, in the same way that you can't give someone what is clearly understood to be a gift and then sue for its return or compensation.

    18. Re:Never by GDI+Lord · · Score: 1

      In 2004 my networking professor at the University of Pretoria said that the "good guys" and the "bad guys" of the IT world will change. Back when men were men and mice weren't electronic "IBM was the bad guy and Microsoft was the good guy. Now the situation is reversed. Who knows what the future will hold?"

      --
      You know its love when you memorize her IP address to skip DNS overhead.
  23. My Gawd! by KwKSilver · · Score: 1

    The sky is full of flying pigs! ... or... I'm hallucinating. What's the catch?

    --
    If you want your life to be different, live it differently.
  24. Obligatory by Sobieski · · Score: 0, Redundant

    It's a trap!

    --
    Particles, stuff that matters.
  25. And lest we forget ... by Krishnoid · · Score: 1

    An upcoming Debian release!

  26. Serving up MS content? by Anonymous Coward · · Score: 0

    So they're making it easier to serve content that is developed on MS platforms and works best/only on MS platforms above standard content?

  27. Wut by Aphoxema · · Score: 1, Interesting

    I was bullshitting with my friends and said that I think Microsoft has two years left before it's no longer the leader of the operating system market. I said it with no real insight or evidence, I just claimed it and I bet 10 dollars against it.

    218 days left... maybe I'll get to go on Oprah or something and show off my framed ten dollar bill. This slashdot entry is officially almost kind of like proof that I said what I did a little bit.

    As big as this news is, assuming it's credible and lasting, I'm completely unsurprised.

    --
    "Most people, I think, don't even know what a rootkit is, so why should they care about it?"
    1. Re:Wut by Enderandrew · · Score: 1

      Desktop OS, or overall OS?

      I think Microsoft will own the Desktop OS for at least another 5-10 years at the minimum. There are too many Windows apps. Apple might grow to Firefox-type market share in a few years (20%) but that is still a bit a stretch.

      Microsoft is also very diversified. And as bad as ME was, Microsoft followed it up with 2000 and XP. They can bounce back from Vista.

      I'm glad to see competition, but Microsoft isn't going away.

      --
      http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    2. Re:Wut by Paradigm_Complex · · Score: 1

      You're interpreting this incorrectly. This slashdot entry is officially almost kind of like proof that you're going to lose your bet a little bit.

      If MS was stagnant then yes, its market share would continue to slide and eventually MS would lose its stance as market leader. Things like this prove that MS is aware of the situation and is acting to change it. Slowly, perhaps, but it is adapting.

      This may be something to cheer or may be something to fear, I'm not really sure yet. If MS turns around and pulls something evil ("extinguish"), it'll be bad. If MS is legitimately moving towards supporting F/OSS and open standards, than even if it survives I'll be quite happy. Either way, if it continues trying new/different things like this I don't see it slipping below 50% OS market share for quite some time.

      Save your pennies, you're gonna owe some money.

      --
      "A witty saying proves nothing." - Voltaire
    3. Re:Wut by Aphoxema · · Score: 1

      Yeah, I mean the desktop OS, but I'm just bullshitting.

      Honestly, as much as I hate Microsoft, I could have just as well love them if the situation were a little different. I've had so many problems with any version of Windows but I've had many problems with any version of anything.

      All anyone can really do is market it as the best they've got, I just wish Microsoft wouldn't be so... curt about it, just kind of pushing theirs as the ubiquity and that everything they have is made of gold and leather, but that's just how advertising works I guess.

      Microsoft is just too big, too powerful, too much responsibility for an organization that is so irresponsible.

      I don't want to see them dead, I just want to see them disenchanted.

      --
      "Most people, I think, don't even know what a rootkit is, so why should they care about it?"
    4. Re:Wut by Aphoxema · · Score: 1

      Maybe, I'm trying to not interpret it all with what little information there is.

      I misstated myself, the article isn't my reference, it's my post as proof I had said something, and the almost officially kind of like was inference to the fact I don't have anything 'officially' stating before my prediction.

      So, that post I made was meant to be that proof, like mailing a letter to yourself and relying on the postage date to prove it's contents as existing before something else like in a copyright battle.

      I do see the protection this does offer Microsoft. Were they really to get mysteriously trounced as a proprietary king, they have a chance surviving with an open source or, dare I say it, they already have the saddle on for supporting free software (or maybe anything else) with their globs of money and their massive employment.

      They might be making a straw man out of themselves, but this is very, very dangerous territory, and unless another massive company mysteriously sprouts out of nowhere to offer another proprietary operating system that looks an awful lot like a rebranded windows and Microsoft doesn't say anything about it while they 'go down with the open source ship', there's nothing so daring they could do that would give them the advantage in the money.

      Maybe it's inevitable, maybe all software production is fated to being open source eventually. I mean, it's practically invincible save for a few legal hiccups that haven't really been tested yet.

      Maybe... this is plan B in resort to software patents looking to get virtually abolished...

      --
      "Most people, I think, don't even know what a rootkit is, so why should they care about it?"
  28. are you thinking what I'm thinking? by v1 · · Score: 1

    They have joined the Apache Software Foundation as a Platinum member(at $100K USD a year)

    They just bought out ISO. I wonder if this is getting a start on ASF?

    --
    I work for the Department of Redundancy Department.
    1. Re:are you thinking what I'm thinking? by SkjeggApe · · Score: 1

      It's pretty obvious to me. They clearly are impressed with the quality of the Apache Software Foundation applications, so they figured that if they joined the club, they'd be allowed to see the source code.....

  29. It's market share stupid by EEPROMS · · Score: 1

    No Microsoft havent become "Mr Nice Guy [TM]" overnight, they have just realised their old marketing methods don't work anymore and they need a new gig. With Apple (I dont like Apple personally but I can respect them) gaining market share I can just imagine the Microsoft marketing dept looking at the ever growing FOSS code base and fanboys and wondering, how do we get a bit of that action, easy become a paying member.

  30. Whaaa? by erko · · Score: 2, Funny

    April Foo..hmm, no

    I don't get it.

    All my explanations about how microsoft doesn't care about anything except taking money aren't going to make sense anymore...

    Oh wait, somebody mentioned "it's a trap"...

    Ah... (my head is clearing now ... microsoft = evil) ... the world makes sense again.

    (Man, they're getting good at this)

  31. Here's an idea by eclectro · · Score: 1

    They can release the source code to Windows 98se.

    Wait...they can't do that..it would tank Vista sales.

    --
    Take the cheese to sickbay, the doctor should see it as soon as possible - B'Elanna Torres, "Learning Curve"
  32. dont think so by unity100 · · Score: 0, Flamebait

    they have pulled infiltration stunts before. infiltrated organizations, boards to cripple their functionality.

  33. This is a move against Linux... by dclozier · · Score: 5, Interesting

    The real reason they are doing this is to make the option of running Apache on Windows more appealing. This way Windows has an easier time gaining ground on Linux in the server market.

    Like others have said, embrace and extend typically leads to something getting extinguished. They are not to be trusted. Sorry.

    1. Re:This is a move against Linux... by Enderandrew · · Score: 4, Insightful

      I'm fine with that. Saying, "okay, we're fine with you using Apache and PHP instead of IIS and ASP, but try them on Windows!" is a win-win.

      The end users have choice. Linux shouldn't be the only choice, in the same way that Windows shouldn't be the only choice.

      Competition is good. Interoperability is good. Choice is good.

      Microsoft once believed they had to force and bully people into locked solutions. To an extent, portions of Microsoft still operate that way. But other portions of Microsoft realize they have market share, loads of wealth, and a huge staff. Why not just try to put out a good product and compete? Let the market decide.

      --
      http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    2. Re:This is a move against Linux... by Opportunist · · Score: 1

      Could someone mod that guy insightful? I think someone finally found out what's cooking here.

      It makes sense. Let's be sensible here, Apache and IIS pretty much share the webserver market. Generally, Apache is the way to go if you don't want to blow a fortune for a Windows Server license.

      What MS is trying here is to avoid losing even more, i.e. have people start fiddling with Linux, discover that hey, it ain't THAT complicated, and dump MS altogether. I could well see them trying to get the Apache group to improve support for Windows while leaving support for Linux lacking, thus "encouraging" people to prefer running Apache on some Windows machine that they have anyway.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    3. Re:This is a move against Linux... by chromatic · · Score: 1

      Could someone mod that guy insightful? I think someone finally found out what's cooking here.

      The ASF is much, much more than Apache httpd. Consider Apache POI, for example.

    4. Re:This is a move against Linux... by drinkypoo · · Score: 1

      I didn't RTFA (this is slashdot) but if they're releasing an LGPL ADODB layer then it seems more like an attempt to let you run your ASP and ASP.NET code more effectively on other platforms. Then they just announce some new ASP/ASP.NET features that are tied to a Microsoft platform, and rope you back over to Windows on your webservers. Because let's face it, you can already run Apache on Windows; you can run it right alongside IIS in fact, as long as you're willing to put one of them on a different port.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    5. Re:This is a move against Linux... by FishWithAHammer · · Score: 1

      The end users have choice. Linux shouldn't be the only choice, in the same way that Windows shouldn't be the only choice.

      Are you really allowed to say that? Won't you be mobbed by slashbots with mod points?

      --
      "You can either have software quality or you can have pointer arithmetic, but you cannot have both at the same time."
    6. Re:This is a move against Linux... by Bert64 · · Score: 1

      Because it's virtually impossible to have such a stranglehold on a huge market with such high profit margins via that method...
      If there are competitors, even vastly inferior ones, some of them will take bites out of your market. If the market is large enough, the chance of competitors appearing is higher.
      Making a superior product requires significant investment, thus decreasing the profit margins. Keeping it superior while the competition works hard to improve their offerings costs even more.
      It's cheaper to erect barriers infront of the competition than it is to outrun them... Tho it never quite worked for dick dastardly.

      Software has very low natural barriers to entry, a kid in his bedroom can start small with a handful of customers and grow from there. It's not like hardware markets where there's a huge upfront investment in equipment required.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  34. In Soviet America... by erko · · Score: 4, Funny

    microsoft uses GNU?

    1. Re:In Soviet America... by smoker2 · · Score: 1

      nice !

  35. Maybe it has something to do with this ... by Anonymous Coward · · Score: 0

    They don't have any software patents ;)

    http://yro.slashdot.org/article.pl?sid=08/07/24/1458215

    1. Re:Maybe it has something to do with this ... by Bruce+Perens · · Score: 4, Insightful
      Dear AC,

      The story you are referring to is written by a software patent proponent who would like to reverse the USPTO's new position on software patents. He is choosing google as his example in order to inflame other corporate attorneys into working on the problem in favor of software patenting.

      I would be overjoyed if the Bilski case and other recent cases solved the software patent problem for us. But I think the reality is that congress is ready to repair the situation and restore whatever software patenting the courts and USPTO administrators take away.

  36. It's time to reveal a big secret... by Anonymous Coward · · Score: 0

    Steve Ballmer is actually a robot. I know, you're thinking that seems pretty unlikely, but there's more.

    He's a robot built by RMS, and he was designed to infiltrate Microsoft and covert it to Open Source from within. It seems to have worked completely, with Bill Gates handing over control of the company, and is perhaps RMS' biggest success ever.

    Reportely, RMS developed this plan after watching several Borg related episodes of Star Trek while on some kind of psychedelic mushroom.

  37. irrelevant by speedtux · · Score: 4, Interesting

    Have they renounced their "200 patents" claim? Have they stopped bundling, tying, and bullying vendors?

    No.

    All this other stuff is largely irrelevant. OSP is legally meaningless, the LGPL doesn't require Microsoft's blessing, and joining the Apache foundation could be as sinister as their ISO efforts.

    Microsoft seems to have been moving a little in the right direction, but they are still far away from being trustworthy or respectable.

  38. I'm scared... by Anonymous Coward · · Score: 0

    Hold me.

  39. GPL'ed Vista Discovered by Enderandrew · · Score: 0, Offtopic

    #include <stdlib.h>
    #include <windowsxp.h>
    #include <bloat.h>
    #include <shiny.h>

    #ifdef MEDIA_INDUSTRY_PAYS_US
          #include <drm.h>
    #endif
    #ifdef BALLMER_NEEDS_NEW_CHAIR
          #include <bsod.h>
    #endif // Forgive us, we're lowly captive coders. We // like penguins. Everyone likes penguins. They're // cute and cuddly. When my shackles chafe, I like // to imagine that I had a penguin to hug. ....

    --
    http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
  40. New Topic Icon by Anonymous Coward · · Score: 2, Insightful

    Slashdot really needs an Admiral Akbar icon because this story just screams "IT'S A TRAP!"

  41. Its very probably a ploy /trap but it wont fly by unity100 · · Score: 4, Interesting

    no dice. LAMP has grown so big that nothing can topple it anymore. many of you are probably not aware, because you are working in old school corporate positions, or even locked into ms shops, however there are bazillions of web sites, estores, portals, communities being hosted on throngs of LAMP servers throughout countless shared hosts both small and big in size throughout the net.

    it has grown to such an extent that the scripts have become expertise fields in themselves. they are asking for "joomla experts" in elance, "oscommerce module programmers", "somephpscript api coders". not even plain straight 'php programmer'. you are already expected to have a good grip of php, mysql. these sub expertise fields can really vary in hourly rates that are accepted throughout the markets. as a php coder you may able to get $15 an hour if you're decent (even with the $3/ hour indians get), yet an "oscommerce expert" can fetch you over $20/hour, and other niche stuff can even fetch higher. and thats all telecommuting, not even talking about on-site positions.

    im telling these to let you know that even the 'people's community' facet of LAMP has grown to be a market in itself, specializing into subfields. not only that, but as many medium businesses start to adopt lamp, we are increasingly being asked larger scale projects every day.

    you cant match the will of the people. it has gone WAY larger than anyone can have a hack at.

    but thats microsoft. they may not be able to hack at it, but they may definitely try to dent it. thats their philosophy.

    1. Re:Its very probably a ploy /trap but it wont fly by Anonymous Coward · · Score: 2, Informative

      I dunno where in the world you are, but most college grads in the US should be able to get $20/hr to start. Most contract programming positions I've seen for Senior developers are $40/hr to $100/hr, and telecommuting is very common.

    2. Re:Its very probably a ploy /trap but it wont fly by FishWithAHammer · · Score: 1

      The fact that PHP is so common is a sad, sad state of affairs.

      And I'm saying that as somebody who likes PHP.

      --
      "You can either have software quality or you can have pointer arithmetic, but you cannot have both at the same time."
    3. Re:Its very probably a ploy /trap but it wont fly by shutdown+-p+now · · Score: 1
      You underestimate Microsoft. If they see that there's really no way this can be stopped, they'll just hop on the train and will try to make the best out of it.

      For one thing, have you heard of Phalanger? It's a PHP implementation for .NET, complete with Visual Studio integration and debugger? It's open source (BSDL-like), it runs on IIS and Apache, and it works with Mono and on Linux. And yes, it is essentially a Microsoft product now - they've hired the entire team (and before anyone wants to say something funny, Mono/Linux support was released after the buyout).

      Now think about it. For starters, you can try out Phalanger, see that JIT actually helps performance, and stick with it without changing anything else - i.e. it's still LAMP, just the last bit is replaced. But now that you actually have access to .NET Framework classes, the temptation to use them might be strong (especially considering how sucky the PHP standard library is). And then eventually you stumble into the limitations of Mono, and Microsoft guys will be more than willing to sell you a W2K8 license...

      Alternatively, if you already run PHP+Apache+MySQL on Windows (and it is a surprisingly popular combo these days), you might also want to consider playing with Phalanger and maybe even IIS. And then you find out that you can write ASP.NET applications in it, and pretty conveniently work with MSSQL...

      To put it simply, if people want PHP and Apache so much, Microsoft will give them PHP and Apache - in such a way that those provide full hooks into MS proprietary offerings such as .NET and MSSQL. You are not forced to use them, but some people will - out of curiosity, or because they blindly think that MS is better, or because they have some needs that are genuinely better satisfied by MS offerings - and the migration path to the full Windows/IIS/MSSQL/.NET/Silverlight stack will be prepared for them. It's just business as usual.

      On a side note, Phalanger can also be used to write Silverlight applications. I haven't heard about anything analogous for rich client-side content for plain PHP (Ajax, Flash, or whatever), so if PHP popularity as a language is really so great, it could play out in an interesting way.

    4. Re:Its very probably a ploy /trap but it wont fly by Anonymous Coward · · Score: 0

      Microsofts next product WAMP :)

    5. Re:Its very probably a ploy /trap but it wont fly by unity100 · · Score: 1

      im in turkey. running a small development shop that serves clients around the world. team members are also scattered around the world. an on-site contract job in u.s. or telecommuting in u.s. of course would fetch higher. there would be higher fetching hourly contracts in other countries, depending on the economy and demand.

    6. Re:Its very probably a ploy /trap but it wont fly by unity100 · · Score: 1

      volkswagen was a pathetic little car compared to cars of its era. yet, it became one of the few milestones of auto industry.

      people use what delivers what they need. no more, no less. they dont need many obscure functionality that happens to be to the liking of programmers and coders. they need just what they need. and when they get it cheap and easy, they'll be happy.

    7. Re:Its very probably a ploy /trap but it wont fly by FishWithAHammer · · Score: 1

      Except that that's not the problem with PHP. PHP encourages horrible practices and is very easy to write insecure code. It takes a lot of experience to regularly write secure, correct code in PHP.

      "Cheap and easy" is not a compliment, with a language like PHP. Saying it "delivers what they need" ignores that they don't know what they need more often than not.

      --
      "You can either have software quality or you can have pointer arithmetic, but you cannot have both at the same time."
    8. Re:Its very probably a ploy /trap but it wont fly by unity100 · · Score: 1

      youre just being elitist.

      what you say goes for almost every advance we had in society.

      first muskets were crude barrels that you had to lit a fuse to make a sack of gunpowder explode to propel a small metal ball, but they were doing the job, we used them and bettered them.

      original law/court system was just invented to resolve conflicts in between farmers in regard to where one's patch started and other's ended, but we used it, bettered it, and we have our legal system now.

      same goes for ships, cars, medicine, computers anything.

      cheap and delivers what's needed is a compliment. excuse me, but noone cares what us programmers think in all our elitism about which language is classy/better/exhilarating/gross/sucks. they just want what they need. you cant shove in anything they dont need. or they do not care whether you know what they need and dont know. market. volkswagen. ipod. gas guzzler suvs. period.

      speaking of which, almost all of the languages and frameworks that were touted as counter arguments to php in this thread belong to microsoft, which is famous for lacking in many respects when it comes to software - insecurity, bloated software, bad interoperability, high cost, name your pick.

  42. Trapdoor spider by iminplaya · · Score: 1

    They let you see their code, and then claim that your subsequent code is an infringement. Don't look at anything that isn't properly labeled.

    --
    What?
  43. Bill Gates? by Spy+der+Mann · · Score: 2, Interesting

    Maybe this had to do with Bill Gates' departure from Microsoft?

    Just wondering...

    1. Re:Bill Gates? by kiddygrinder · · Score: 3, Funny

      So what, now that balmer is free of gates' meddling he can finally express his love of oss ? :)

      --
      This is a joke. I am joking. Joke joke joke.
  44. The Register is not credible by DarkHelmet · · Score: 1
    Sorry guys, but The Register is not a credible source of information. It's basically like The Inquirer.

    There are absolutely no links on the article to any sort of announcement, internal blog post, PHP mailing list, bug system, anything.

    So my response is: wait for an announcement elsewhere.

    --
    /^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i
    1. Re:The Register is not credible by exley · · Score: 2, Informative

      So my response is: wait for an announcement elsewhere.

      You mean like the announcement currently at the top of Apache's homepage?

    2. Re:The Register is not credible by DarkHelmet · · Score: 1

      Okay, I'm inserting my foot into my mouth now.

      --
      /^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i
    3. Re:The Register is not credible by Anonymous Coward · · Score: 0

      The El Reg journalists I've met are well-informed, highly professional and, in my experience, report accurately having checked their sources despite the refreshingly tongue-in-cheek writing style the site uses.

  45. Tactics aside... by mangu · · Score: 3, Interesting

    I can't say I think this is a good thing.

    All the points you mention may be valid, but I think that's not the most important issue here. It doesn't matter what are Microsoft's future plans, the important thing is that they have seen the need for a major change in tactics. This means they are starting to see the possibility of defeat.

    1. Re:Tactics aside... by Bruce+Perens · · Score: 5, Insightful
      This means they are starting to see the possibility of defeat.

      Let's not get overconfident. Whatever gains we once made on the desktop have been blown away by Apple. Despite the fact that we give away a wonderful compatible office suite in OpenOffice 3 for free, most companies and individuals are still buying MS Office. The software patent system is still tilted against us, and may be getting worse depending on an upcoming treaty - assumptions that the Bilski case will solve the problem for us are unrealistic to say the least. And it looks like they will get ISO to publish Office Open XML.

      So, sure Microsoft is positioning itself for future strategy, but I bet they still see themselves winning. And they may well do so.

      Bruce

    2. Re:Tactics aside... by huckamania · · Score: 3, Interesting

      It's not a zero-sum game and never has been. The bazaar model is not a replacement for the cathedral model, both can exist and flourish. The attitude that you are either with us or against us is flawed.

      At this point, I don't see how MS can roll back the gains that Linux has made. These moves are probably a realization on their part of that fact. They never crushed Apple (far more evil and closed, in my eyes) and never really tried. Most of the examples of embrace, extend and extinguish were helped by the greed and incompetence of those who were embraced, extended and extinguished.

    3. Re:Tactics aside... by Bruce+Perens · · Score: 4, Insightful

      It's not a zero-sum game and never has been. The bazaar model is not a replacement for the cathedral model, both can exist and flourish. The attitude that you are either with us or against us is flawed.

      Well, sorry, but those are three platitudes that I wasn't really discussing.

      To put the issue of Open Source overconfidence in better perspective, though, I'd like to see one legislative change in the United States that is designed to help protect Open Source software. Just one. That would be a measure of our wins or lack thereof.

      Bruce

    4. Re:Tactics aside... by PCM2 · · Score: 1

      Despite the fact that we give away a wonderful compatible office suite in OpenOffice 3 for free, most companies and individuals are still buying MS Office.

      Um. Yeah. And despite the fact that it only costs $1.50 to ride the bus, most businesses and individuals still rely on cars. This is a poor example.

      --
      Breakfast served all day!
    5. Re:Tactics aside... by Bruce+Perens · · Score: 1
      And despite the fact that it only costs $1.50 to ride the bus, most businesses and individuals still rely on cars. This is a poor example.

      People ride cars because they are convenient - they go from point to point as desired and they don't make the user bend to their schedule. They are private. They are comfortable, they don't have the smelly guy in the next seat.

      Regarding OpenOffice, I think part of it is marketing, part is the retail channel, and we still have some functionality issues.

    6. Re:Tactics aside... by PCM2 · · Score: 1

      People ride cars because they are convenient - they go from point to point as desired and they don't make the user bend to their schedule. They are private. They are comfortable, they don't have the smelly guy in the next seat.

      Kind of my point exactly. Today everybody should "know" that driving everywhere is not the best thing for the environment, and reducing your personal gas expenditures is sounding like a better idea every day. But once you put somebody behind the wheel of a car, it's darned hard to convince them to take "a step back" to start riding the bus again.

      I see the OpenOffice vs. Microsoft Office argument the same way. "Compatible" is not the same thing as "equivalent." Sure, intellectually I might realize that OpenOffice.org is the better choice. But as far as functionality, I find OpenOffice.org to be a far step backward from Office 2007, and that's just not a sacrifice I'm willing to make. I'm sure I'm not alone.

      --
      Breakfast served all day!
    7. Re:Tactics aside... by Hal_Porter · · Score: 1

      People ride cars because they are convenient - they go from point to point as desired and they don't make the user bend to their schedule. They are private. They are comfortable, they don't have the smelly guy in the next seat.

      People use Windows because it is convenient. It comes preinstalled on the machine and runs all their applications and most hardware comes with a driver for it. You don't need to take special steps to use evil "closed source binary blob drivers" or wait for reverse engineers to write an open source driver. If closed source drivers don't work, you can take the product back and get a refund or download a fix rather than listen to people lecture you how it is not Linux's fault that things don't work right.

      Hardware vendors like it because it doesn't them release all their specifications to the public and they can test their driver once on a small number of supported Windows versions and know it will work on them - how do you test a binary driver on 'Linux'? It is convenient and you don't have to listen to open source community leaders ranting about conspiracies against the 'movement', or kernel maintainers making changes that break hardware support for ideological reasons.

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
  46. Their cash is circling the drain.... by mangu · · Score: 4, Interesting

    Microsoft has $23 billion dollars in cash

    Perspective is a funny thing. If you consider that they had $63 billion in 2004, it means they are losing $10 billion/year. Well, not exactly losing, since most of that has been paid to stockholders as dividends, but the fact remains that they *have* to use their cash pile to keep their market value from plunging, operational profits alone won't do it.

    1. Re:Their cash is circling the drain.... by gbjbaanb · · Score: 1

      $63 billion when a dollar was worth something :)

      Cash burn is not something to take lightly, MS is a HUGE corporation, they spend a vast fortune on staff wages at the least. Sales have to keep up or they will die a slow death. Anyone who doesn't believe that should look to IBM and DEC as past examples of companies that ruled the IT world.

    2. Re:Their cash is circling the drain.... by jpmorgan · · Score: 1

      Exactly, now that the legal threats are over they have to use their cash pile to keep their market value. Because stock market investors are investing in the STOCK market, not the money markets. If you're not investing a cash pile like that into new operations or disbursing it to the shareholders and the name of your company doens't include the word BANK, you fail as a company and deserve to be punished on the markets.

    3. Re:Their cash is circling the drain.... by zsau · · Score: 3, Informative

      It's my understanding that they've deliberately been getting rid of their excess money beacuse their shareholders weren't happy with it — after all, it's really their money and it was just sitting their waiting for a rainy day that's probably never going to come. Microsoft could give all their money to me tomorrow (and I hope they do!), and the company would have more money than they know what to do with before you say "Microsoft shareholders have launched a lawsuit against their board for 'irresponsibly' donating all their money to a very worthwhile Slashdotter".

      --
      Look out!
    4. Re:Their cash is circling the drain.... by Anonymous Coward · · Score: 0

      Ahh, but remember they were leaking money like crazy from their xbox division. Now that it's making money, they are in a much better position.

  47. [Offtopic] AMBE and Codec2.org? by molo · · Score: 1

    Bruce, any updates about an AMBE replacement and the Codec2.org project that came out of Dayton?

    Thanks.
    -molo

    --
    Using your sig line to advertise for friends is lame.
    1. Re:[Offtopic] AMBE and Codec2.org? by Bruce+Perens · · Score: 1
      Sorry to take so long on that. Obviously making a living has to come first sometimes. Yes, I am soliciting for funding for that project, and the prospects are good. I will update the web site, as I'm preparing for papers at TAPR and AMSAT's conferences.

      Thanks

      Bruce

    2. Re:[Offtopic] AMBE and Codec2.org? by molo · · Score: 1

      Glad to hear that. Thanks for the info. No problem on the timing.

      Thanks for your efforts here.

      -molo

      --
      Using your sig line to advertise for friends is lame.
  48. Augustfools by Vexorian · · Score: 1

    August fools!

    --

    Copyright infringement is "piracy" in the same way DRM is "consumer rape"
  49. Microsoft is not evil by Opportunist · · Score: 1

    They're not some James Bond villain. They're not evil. If there was money in cleaning up the oceans, sponsoring the arts and giving everyone a puppy, they'd do that.

    Companies are not evil. They are trying to make as much profit as possible, that's all. And since it's profitable to eliminate competition, to push for their standards to be accepted and to sneak their people into the boards of companies they want to take over, that's what they do. That's not because they're evil, that's because they're out to make a profit.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    1. Re:Microsoft is not evil by Enderandrew · · Score: 2, Insightful

      Plenty of companies make a profit while staying within the bounds of the law.

      When leading a major corporation, you often have to make decisions in regards to ethics. Some companies care about ethics, and others don't.

      There is a difference between winning market share in a competitive market, and destroying competition.

      In addition to breaking laws, and destroying competition, Microsoft is also guilty of treating their customers poorly.

      Are you going to seriously suggest Microsoft isn't evil?

      --
      http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    2. Re:Microsoft is not evil by Tatsh · · Score: 1

      Evil and company maybe do not belong in the same sentence. Regardless, Microsoft has done nothing good for the technology industry. It has only held it back, probably by 10 or more years. They keep pushing features as newApple is on their own developing the 'latest and greatest' (I'm no Apple fanboy) and what has Microsoft got to say to that? A Zune? How many people have a Zune? The iPhone vs Windows Mobile, seriously. There is so much competition for Microsoft now that they cannot even handle these two things. Then of course the big one. OS X vs Windows vs Linux. Apple says 'virtual workspaces', Linux users say 'we have had these since the first GNOME or KDE', Windows still has none. Apple says 'Safari' (a browser which uses WebKit), Linux users say 'Firefox' (which will eventually use WebKit according to sources), Windows fanboys say IE and now IE7 or even IE8 (all of which are terrible). Microsoft has a lot of changes to do if they want to compete.

    3. Re:Microsoft is not evil by jmpeax · · Score: 1

      what has Microsoft got to say to that? A Zune? How many people have a Zune?

      I must disagree: the Zune is amazing. I live in the UK and they haven't been released here, but because I didn't want to use iTunes and the other alternatives weren't very appetising, I got a new Zune (2nd generation) shipped from the US on Ebay. It's amazing - the UI is innovative, clear and snappy, the screen is big and clear (I've even watched, and enjoyed, full-length films on it) and it was the same price as the equivalent (80GB) iPod classic. Not to mention the fact that it comes with really good quality earphones, not those crappy ones everyone replaces as soon as they un-box their iPod. Admittedly, the Zune's wireless features are a misfire, but there's no doubt I'm looking forward to the 3rd gen Zune.

      When you try to make a case that Microsoft has "done nothing good for the technology industry", it just seems like you're recycling the same hot air that has been vented, rightly or wrongly, millions upon millions of times.

      Your examples are strange, too. What does the number of Zune users have to do with your assertion? The iPhone? Have you ever used one? There's some great software innovation in there, but I wouldn't dream of using it as a smartphone if you have an above-average finger size (or want to be able to run bespoke software). I hate the idea of not being able to develop for it without having to be locked down by Apple's developer membership.

      The concept of "fanboys" is a really immature one, and that does nothing good for the technology industry. Blindly endorsing something because you ally yourself to its parent company or ethos makes it into a personal crusade, and that has nothing to do with promoting good software. It is similarly ridiculous to blindly condemn anything produced by a single company. If we really want to do good things for the industry we need to identify and embrace the good, and sternly reject the bad, without having our judgement clouded by fanboyism, or afanboyism, as the case may be.

    4. Re:Microsoft is not evil by Enderandrew · · Score: 1

      Mozilla just spent the past two years focusing heavily on Gecko 1.9, and I don't see why they'd suddenly drop it.

      --
      http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    5. Re:Microsoft is not evil by drinkypoo · · Score: 3, Insightful

      In my book, being willing to do anything legal to make a buck isn't good. It's pretty evil. There's lots of bad things you can do to people within the law, since the law isn't there to legislate morality which is different for everyone anyway, but to generate revenue.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    6. Re:Microsoft is not evil by Opportunist · · Score: 1

      If there was money in upholding the law, they'd do that.
      If there was money in keeping your competition alive, they'd do that.
      If there was money in treating your customer right, they'd do that.

      That's what it comes down to: Money. Treating your customer "right" costs money. Since the customer has no choice than to swallow what MS crams down his throat, it is not done. Windows' licensing hassle annoys thousands if not millions customers, but if it kept one of them from using his license twice and buying a second license, it already meant more money for MS.

      I'm not out to defend that. I consider it bad customer treatment at best, abuse of a monopoly situation is what I actually think about it, but it's not because Steve wants to sit cackling like a manic villain in his lofty office and imitate Dr. Evil. It's just because it means money for them, or at least, that they think it means money for them.

      And no, they're pretty much a good source of income for me. I'm in computer security, so why should I want them to disappear? If there's any job security in the IT biz, they are mine! :)

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    7. Re:Microsoft is not evil by Opportunist · · Score: 1

      This is how our market system works. It's not pretty and if you have a good idea how to change it, I'm all ears.

      I, too, would prefer to live in a world where "good" behaviour is rewarded and "evil" behaviour is punished, but that's not how our system works. If you want people to prefer doing constructive contributions to society rather than spying for loopholes in the system that give them an easy buck, you first of all have to change the system, because our system rewards the latter, so it is being done.

      I've put it out in detail elsewhere why companies do what they do without morals. Basically it comes down to everyone being able to claim that he "has" to do it, even though his own set of morals might tell him it's wrong. But there's always someone else to take the blame.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    8. Re:Microsoft is not evil by drinkypoo · · Score: 1

      This is how our market system works. It's not pretty and if you have a good idea how to change it, I'm all ears.

      Most importantly: corporate officers must share the blame for illegal things done by the corporations if they could and therefore should reasonably have known about it.

      Secondly: corporations should not be legally required to do everything in their power to make a profit.

      Thirdly: everyone should be made responsible for their waste.

      Fourthly: corporations should not have the rights of an individual unless they have the responsibilities thereof as well, as well as being limited to the average life span of a person in the country in which they are incorporated.

      This will do for starters.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    9. Re:Microsoft is not evil by Opportunist · · Score: 1

      I have a recent verdict here (recent meaning less than a week old), where an Ex-Siemens managers got away with a rather mild verdict for bribery, part of the reason for the fairly weak punishment was that he claimed he did it for the good of the company.

      So I guess the movement is in the opposite direction right now...

      Corporations aren't legally required to make profit at all cost already. You don't have to require them, they do that out of self interest already.

      Everyone is already responsible for their own waste. What matters is that either the chance to be caught is near zero, or the fines aren't even close to the cost of taking care of your own trash, so companies continue to dump their waste wherever they please.

      And finally, how do you lock up a company? Sony would qualify for jail time, for the rootkit alone. They didn't even get a fine to speak of. Mostly because no politician would dare to touch the topic. First of all, imagine you actually come up with laws that would make companies ponder whether to break your laws. What will happen?

      If you jail some executive for breaking the law, they'll hire some bum as a token CEO. If something goes wrong, the bum goes to jail and is replaced by some other bum.

      If you jail the company (by shutting them down or disallowing them to do business in your country), the company will immediately pull out of your country, leaving you to explain why you did this and made a few thousand people lose their job.

      Show me one politician who'd willingly step on this greasy slope.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    10. Re:Microsoft is not evil by Anonymous Coward · · Score: 0

      Corporations are not required to make money at all costs. They are required to follow the wishes of the shareholders. If the shareholders are evil, the corporation will be evil. If the shareholders want only profits and don't insist that the corporation behave morally and ethical, then they are all evil and will do evil. Then again, not of this applies to Microsoft, since they've broken the law many times.

      Being out for a profit no matter what is evil. You know the saying "money is the root of all evil"? Ever notice that greed is one of the seven deadly sins? The whole "greed is good" mentality is just a form of insanity.

  50. Be wary of gifts from the Redmonds by wilsoniya · · Score: 2, Funny

    Dear Apache Foundation,

    You may want to run smallpox cultures on the yearly $100k from Microsoft. Also, screen carefully any code submissions from the aforementioned containing fragments such as: "Diseases.smallpox.infect(apache_foundation);".

    --
    I can't remember the last time I forgot anything.
  51. Take it from an old "old timer" by Anonymous Coward · · Score: 0

    When I say old, I remember when we were building home made paper tape readers to load programs that were too long to load in on front panel switches or keypads.

    Microsoft will not do anything that does not benefit Microsoft in some way. Some may want to believe that there are good people or departments within Microsoft and that may be so but it is the whole of Microsoft that you must beware of.

    If they've submitted patches, fixes or extensions to any open source project, these need to be inspected in fine detail and compared to their current patent portfolio. Any submission they've made has to be checked for exactly what license they've used and whether they'd made any changes in it. Then, once they've been checked twice by two independent groups for software or legal traps, they need to be checked again by someone else that wasn't involved in the first two checks.

    (personal opinion, it would likely be better to simply discard their contributions whether in the form of cash or code.)

    1. Re:Take it from an old "old timer" by FishWithAHammer · · Score: 1

      Microsoft can't win with zealots like you. Either they're evil because they hate OSS or they should be treated like scum when they try to open a hand toward OSS.

      Amazing.

      --
      "You can either have software quality or you can have pointer arithmetic, but you cannot have both at the same time."
    2. Re:Take it from an old "old timer" by Anonymous Coward · · Score: 0

      I'm far from a zealot. I'm worse. I'm a pragmatist whose seen Microsoft appear to embrace other competitive ideas, practices or protocols, make just enough changes in their implementation of them to be not quite compatible with the original spec then watch the rest of the industry bend itself to try and become compatible again.

      No, I'm not a zealot. That implies that I dislike Microsoft due to some difference in philosophical grounds. I don't dislike Microsoft on philosophical grounds. I dislike Microsoft based on their own business practices and their repeated application of them. They've earned my disrespect after watching their outrageous antics for quite some time.

      Fortunately, for you, I can only warn people to be very careful when dealing with this repeat offender. I'll just be a voice in the wilderness that most won't listen to because, like dealing with criminals and politicians, most people's memories are short or they believe that the subject of interest has reformed and will behave better this time.

      It might happen but it ain't likely.

    3. Re:Take it from an old "old timer" by Antique+Geekmeister · · Score: 1

      Watch out for the razor blades normally carried in that hand. This policy provides no patent protection for collaborative projects, and we've seen similar attacks with SPF. Embrace the standard, extend it with a patented and ugly add-on, then break the standard and claim all the previous users as clients of your enhanced standard while refusing to cooperate with the public codebase.

    4. Re:Take it from an old "old timer" by FishWithAHammer · · Score: 1

      Riiiiiiight. Because that really works with the LGPL; sure, they could rewrite, something tells me reimplementing open-source projects that are under semi-restrictive licenses isn't exactly something they'll bother to do. Microsoft hates the GPL, and for good reason--they've never really had an issue with the other, more free software licenses.

      And your fearmongering reasoning kind of fails to answer why they're publishing more specs on interoperability with Windows.

      --
      "You can either have software quality or you can have pointer arithmetic, but you cannot have both at the same time."
  52. I want an open source registry by LM741N · · Score: 2, Funny

    So I can convert it one file with a bunch of simple text config lines.

    e.g. DRM_enable="NO"
                    Windows-Firewall_enable="NO"
                    Office-2007_reduce_to_sane_options="100"
                    Crash_screen_color="PURPLE"
                    XP_driver_compat="YES"

    and so on, kind of like a really long rc.conf file.
                 

  53. the time of prophecy is at hand! by spazdor · · Score: 4, Funny

    Meh. That means nothin'. You don't know of any charismatic, quasi-Messianic personalities rising to power at the moment, do you?

    --
    DRM: Terminator crops for your mind!
    1. Re:the time of prophecy is at hand! by Jeremiah+Cornelius · · Score: 0, Offtopic

      From The Times
      July 25, 2008

      He ventured forth to bring light to the world
      The anointed one's pilgrimage to the Holy Land is a miracle in action - and a blessing to all his faithful followers

      Gerard Baker

      And it came to pass, in the eighth year of the reign of the evil Bush the Younger (The Ignorant), when the whole land from the Arabian desert to the shores of the Great Lakes had been laid barren, that a Child appeared in the wilderness.

      The Child was blessed in looks and intellect. Scion of a simple family, offspring of a miraculous union, grandson of a typical white person and an African peasant. And yea, as he grew, the Child walked in the path of righteousness, with only the occasional detour into the odd weed and a little blow.

      When he was twelve years old, they found him in the temple in the City of Chicago, arguing the finer points of community organisation with the Prophet Jeremiah and the Elders. And the Elders were astonished at what they heard and said among themselves: "Verily, who is this Child that he opens our hearts and minds to the audacity of hope?"

      In the great Battles of Caucus and Primary he smote the conniving Hillary, wife of the deposed King Bill the Priapic and their barbarian hordes of Working Class Whites.

      And so it was, in the fullness of time, before the harvest month of the appointed year, the Child ventured forth - for the first time - to bring the light unto all the world.

      He travelled fleet of foot and light of camel, with a small retinue that consisted only of his loyal disciples from the tribe of the Media. He ventured first to the land of the Hindu Kush, where the

      Taleban had harboured the viper of al-Qaeda in their bosom, raining terror on all the world.

      And the Child spake and the tribes of Nato immediately loosed the Caveats that had previously bound them. And in the great battle that ensued the forces of the light were triumphant. For as long as the Child stood with his arms raised aloft, the enemy suffered great blows and the threat of terror was no more.

      From there he went forth to Mesopotamia where he was received by the great ruler al-Maliki, and al-Maliki spake unto him and blessed his Sixteen Month Troop Withdrawal Plan even as the imperial warrior Petraeus tried to destroy it.

      And lo, in Mesopotamia, a miracle occurred. Even though the Great Surge of Armour that the evil Bush had ordered had been a terrible mistake, a waste of vital military resources and doomed to end in disaster, the Child's very presence suddenly brought forth a great victory for the forces of the light.

      And the Persians, who saw all this and were greatly fearful, longed to speak with the Child and saw that the Child was the bringer of peace. At the mention of his name they quickly laid aside their intrigues and beat their uranium swords into civil nuclear energy ploughshares.

      From there the Child went up to the city of Jerusalem, and entered through the gate seated on an ass. The crowds of network anchors who had followed him from afar cheered "Hosanna" and waved great palm fronds and strewed them at his feet.

      In Jerusalem and in surrounding Palestine, the Child spake to the Hebrews and the Arabs, as the Scripture had foretold. And in an instant, the lion lay down with the lamb, and the Israelites and Ishmaelites ended their long enmity and lived for ever after in peace.

      As word spread throughout the land about the Child's wondrous works, peoples from all over flocked to hear him; Hittites and Abbasids; Obamacons and McCainiacs; Cameroonians and Blairites.

      And they told of strange and wondrous things that greeted the news of the Child's journey. Around the world, global temperatures began to decline, and the ocean levels fell and the great warming was over.

      The Great Prophet Algore of Nobel and Oscar, who many had believed was the anointed one, smiled and told his follow

      --
      "Flyin' in just a sweet place,
      Never been known to fail..."
    2. Re:the time of prophecy is at hand! by drinkypoo · · Score: 3, Funny

      Meh. That means nothin'. You don't know of any charismatic, quasi-Messianic personalities rising to power at the moment, do you?

      No, only an uncharismatic one. He does think God works through him, though.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    3. Re:the time of prophecy is at hand! by Panaflex · · Score: 1

      BRAVO!!! Fine piece of writing!

      --
      I said no... but I missed and it came out yes.
    4. Re:the time of prophecy is at hand! by Anonymous Coward · · Score: 0

      You mean like this one described in the Times?

    5. Re:the time of prophecy is at hand! by smooth123 · · Score: 1

      O B A M A YES WE CAN is getting scarier.....

  54. maybe, just maybe by Anonymous Coward · · Score: 0

    MS has seen it's own demise coming and perhaps realises that the time of making a huge profit from Os's is coming to an end with the advance of the linux desktop in recent times. Gates has left and Vista is not working out for them as well as it might so I see a couple of potential possibilities here..

    1/ They are going to drop their current kernel and fork linux like apple did with BSD. To paraphrase, it might be easier to fork linux than to fix windows. Then, get their developers to work on OS stuff and sell their version of it, without all the bugs that can come with OSS stuff (openoffice.org i'm looking at YOU! ;o) )

    2/They are going to open-source their stuff so the community can improve it and then close it up again. They may not open-source vista but they may do with all prior OS's

    Just my 2c and YMMV

  55. Perhaps they ARE starting to see the light. by Ungrounded+Lightning · · Score: 4, Insightful

    Even if they finally turned around and will finally work with everyone else with no dark agenda for the future, old-timers like me (i.e. more than 25-30 years old) will not trust them until they have really proven themselves.

    However old timers like me (who programmed computers that used vacuum tubes, not just for the switches, but for the DIODES in the logic), remember when IBM had much the same reputation for closed tech and predatory behavior as Microsoft does now.

    After SCO vs. IBM (and for a while before) there's no question where IBM is on the issue now. Wouldn't it be nice if, now that Bill is going away, Microsoft is starting to take a few steps down the same path?

    (Then again, perhaps an "itsatrap" tag is appropriate...)

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
    1. Re:Perhaps they ARE starting to see the light. by Yvan256 · · Score: 0, Troll

      Actually from my point of view IBM is no longer relevant. If that's the path Microsoft is now following, then by all means, let them go there.

    2. Re:Perhaps they ARE starting to see the light. by drinkypoo · · Score: 4, Insightful

      Actually from my point of view IBM is no longer relevant.

      The world's largest vendor of Linux, who has their own proprietary version of Unix yet still sells more Linux than they sell of that, one of the most-contributing Linux-supporting companies, the world's largest computer systems consulting company is irrelevant?

      I'm impressed.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    3. Re:Perhaps they ARE starting to see the light. by Yvan256 · · Score: 1, Troll

      I said "my point of view". I don't care if IBM are the biggest Linux vendors of the universe, I don't see anything labeled "IBM" in my computer room.

      Regular people don't use IBM products, even if companies do. And that's my point. One day, Microsoft might become as irrelevant to home users as IBM.

    4. Re:Perhaps they ARE starting to see the light. by drinkypoo · · Score: 1

      One day, Microsoft might become as irrelevant to home users as IBM.

      Given the amount of the amount of the world's infrastructure that runs on IBM hardware, I hope and pray that you are wrong. That's like being as poorly endowed as Dolly Parton, or as poor (or as principled!) as Bill Gates.

      Just because the average user doesn't see IBM logos every day (actually, if you don't see an IBM point-of-sale system, you probably didn't do much shopping - congratulations) doesn't mean that IBM systems don't touch their lives every day, just as they don't directly interface with equipment made by Cisco.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    5. Re:Perhaps they ARE starting to see the light. by Yvan256 · · Score: 0, Troll

      So what? That's got nothing to do with what I said: home users.

      Of course we're going to "use" IBM hardware, but we don't own it, we don't have to buy it, we don't have to wonder how it works. companies are using IBM hardware/software, not home users (unless you run OS/2 on an IBM-branded PC, which is probably even less likely, as a home setup, as an Irix workstation).

    6. Re:Perhaps they ARE starting to see the light. by BasharTeg · · Score: 1

      Nobody cares what's in your house. The point is, using IBM and irrelevant in a sentence is stupid. It was clear to everyone that your intention was to try to make the point that IBM is an old and irrelevant company, when in fact it was just due to your limited perspective and experience that amounted to an ignorance of how hugely relevant IBM is, from the enterprise level all the way down to products that support the lifestyle the common person lives daily.

      Your ignorance of their relevance does not make them irrelevant.

    7. Re:Perhaps they ARE starting to see the light. by Yvan256 · · Score: 0, Troll

      It's more than obvious that home users do NOT have IBM-branded hardware or software in their homes.

      Just because I say "IBM is irrelevant to home users" doesn't mean "IBM is useless and nobody uses IBM anymore at the corporate level".

      IBM is as irrelevant to home users as Nintendo is irrelevant at the corporate level. How difficult is that to understand?!

    8. Re:Perhaps they ARE starting to see the light. by Yvan256 · · Score: 0, Troll

      To all the morons who think I'm trolling: get a clue.

      Yes, "From my point of view" wasn't the best way to describe my position. But I did rectify my position in replies below, which also got modded "troll".

      I should have said "from the point of view of home users".

      IBM is as irrelevant to home users as Komatsu motors or Caterpillar. That doesn't mean that these companies are useless, it means that home users don't have their products in their homes.

    9. Re:Perhaps they ARE starting to see the light. by Anonymous Coward · · Score: 0

      Last I checked my XBox 360 ran on an IBM processor.

    10. Re:Perhaps they ARE starting to see the light. by Yvan256 · · Score: 1

      I see there's no point in trying to argue facts with people around here.

    11. Re:Perhaps they ARE starting to see the light. by Anonymous Coward · · Score: 0

      You didn't buy an IBM-branded Xbox 360.

  56. Unexpected? by $criptah · · Score: 1

    Bashing MSFT is a favorite part time on Slashdot. Despite the facts that Vista sucks and Office still sucks, MSFT has people who are smart enough to figure out that if you cannot win the war, you should join the opponent. MSFT has a division that is in charge of open license products and part of the initiative will be highlighted at TechReady (next week in Seattle).

    Will everything be Open Source? I highly doubt that. But if MSFT shows enough effort and releases enough software products that are open to modification then MSFT wins in many ways: To develop something you must use some sort of a program. MSFT will give you trial version and sell you good ones. More developers, more sales.

    It is possible to make money on Open Source software. I assume you can do something like software + service so people who write software will need to get tools somewhere, which brings me back to the first point.

    Corporations love agreements with vendors. The problem with stuff that you can find on Sourceforge is the fact that if there is a problem, you may not get timely support. And support is what our corporate overlords love. That's why RedHat still makes money on subscriptions while anybody can download CenOS for free.

    Good PR.

    Also, looking at Linux and all beautiful things Open Source generates new ideas for MSFT. These ideas can turn into products just like the latest cross-platform monitoring software, System Center Operations Manage. The company swims in money and it can afford releasing some software for free. It is sort of like T.Boone Pickens investing into alternative energy. He may be pro-alternative energy and pro-energy independence, but make no mistake: He will make money on it :)

  57. No, employees at MSFT are not evil. by $criptah · · Score: 1

    I can assure you that any corporation has one thing in mind: Make profit. There various approaches to the schema, but the main goal is the same. You have to make money to please the investors or to enrich the founding members. Things like "good" and "evil" become irrelevant once profit and money is involved.

    MSFT pays well, provides decent benefits and offers world class working environment. Yeah, there are a couple of nuts who like to drop an iPhone into a blender an then show the results to the public, but overall most of the employees are just people with _some_ paycheck mentality. The same can be said about employees of other big companies like Google, Cisco, IBM, etc.

  58. This is bullshit by Anonymous Coward · · Score: 0

    Each of these is a furtherance of Microsoft's strategy to get people away from Linux and instead to write their open source applications for the Windows platform.

    A real embracement of open source would be Microsoft helping apps run on Linux, or Microsoft expanding the so called Open Specification Promise so that it extended to non-commercial developers and truly respected the GPL.

  59. Links, links, everywhere by gbjbaanb · · Score: 1

    Ars Technica do for you?

    Complete with a link to a short interview with Sam Ramji (no, unfortunately not he of Evil Dead fame)

    he says: "It is not a move away from IIS as Microsoft's strategic web server technology. We have invested significantly in refactoring and adding new, state-of-the-art features to IIS, including support for PHP. We will continue to invest in IIS for the long term and are currently under way with development of IIS 8.

    It is a strong endorsement of The Apache Way, and opens a new chapter in our relationship with the ASF. We have worked with Apache POI, Apache Axis2, Jakarta, and other projects in the last year, and we will continue our technical support and interoperability testing work for this open source software."

  60. We've got it all wrong. by ZarathustraDK · · Score: 1

    As these events pick up pace 2012 is not gonna be doomsday.

    It's gonna be the year of the Linux desktop.

    --
    If you quote this signature there'll be 72 copies of Windows ME waiting for you in Heaven.
  61. And we grow so much that year by Anonymous Coward · · Score: 0

    Still we don't have the 1% of desktop market.

  62. Never good by Anonymous Coward · · Score: 0

    Even if they released some LGPL code, that does not make them any better. What if they release their version of Apache, with the marketing power they have, it could become the most used, and they would be in control. (And they could very well give non-free install packages, what if people starts to use them?)
    That would be bad!

    1) Value your freedom, or you will lose it!
    2) Go on and make money, but you always have to
    respect my freedom.

  63. Microsoft joins Apache foundation? by Anonymous Coward · · Score: 1, Interesting

    It sounds like Darth wader saying "Luke come to the dark side, or else I will bring the dark side to you"

  64. So I guess this is Plan B? by deanston · · Score: 2, Insightful

    Why is this surprising? In yesterday's investors meeting Ballmer stated they'll be investing (read: losing) billions into their online biz every year. $100k is chum change that falls out of Bill pocket every minute, yet it gives them another week of buzz and gets all the slashdotter's panties tied in knot. We all know MSFT studies and copies every successful open source project there is. Now they can steal the code openly. Wake me up when they contribute something back in GPL or donate $100m or $1b.

  65. I'm waiting for Balmer by JoeCommodore · · Score: 0, Offtopic

    He's usually the guy who drops the 'gothca' in a speech after making a deal.

    --
    "Enjoy what you're doing! If it becomes drudgery, you're doing it wrong!" - Jim Butterfield
  66. Does this mean Active Directory / Samba / LDAP can by micromegas · · Score: 1

    finally play in the same room?

  67. $100K USD a year by nurb432 · · Score: 1, Troll

    Is nothing.

    Its a cheap 'feel good' advertisement for them, nothing more.

    --
    ---- Booth was a patriot ----
  68. They are too stubborn. by jotaeleemeese · · Score: 2, Funny

    This is clearly the solution to today's MS's woes, Who would companies trust to support their Windows systems if they were open? Microsoft or a third party two bits firm?

    What would be the most used Windows distro? Microsoft's or any other?

    Software is services and support. The sooner MS realizes this and embraces and genuinely extends technology, the sooner we will forgive all their sins and welcome them to the open ecosystem.

    Yeah, hell freezing over would be nice as well.

    --
    IANAL but write like a drunk one.
  69. Not bleeding money? by jotaeleemeese · · Score: 1

    Heeelllooo!

    Their cash reserves are depleted, and they would equal zero if their nonsensical buy out of Yahoo went through.

    And the market is speaking, their share price has been pretty much flat (i.e. has lost value in real terms) since the dot com bubble burst.

    --
    IANAL but write like a drunk one.
    1. Re:Not bleeding money? by pdusen · · Score: 1

      After that post, I'm questioning whether or not you even understand what the dot com bubble was.

  70. They used to have $40 billion. by jotaeleemeese · · Score: 1

    The 23 billion would go out on thin air if they could get Yahoo with their dirty paws.

    --
    IANAL but write like a drunk one.
  71. Bollocks. by jotaeleemeese · · Score: 5, Insightful

    The British killed millions (just in Kenya 1 million natives died during rebellions prior to independence).

    This nonsense about how civilized the British were while oppressing other peoples has got really to stop, it has no base in any credible evidence.

    --
    IANAL but write like a drunk one.
    1. Re:Bollocks. by tyler.willard · · Score: 3, Interesting

      I don't dispute that. I'll do you one better: they invented the concentration camp during the Boer Wars.

      That still doesn't change the fact that during Gandhi's time they collectively felt squeamish about thrashing unarmed colonists.

    2. Re:Bollocks. by hachete · · Score: 1

      Nah. The Brits weren't squeamish at all. A lot of unarmed Indians died before the Brits quit India.

      Massacre

      --
      Patriotism is a virtue of the vicious
    3. Re:Bollocks. by anss123 · · Score: 1

      Nah. The Brits weren't squeamish at all. A lot of unarmed Indians died before the Brits quit India.

      From the Wikipedia article: "As an Englishman, I cannot help but feel sorrow and shame at what he did...The massacre was the worst atrocity by a British officer ever recorded" (emphasis mine).

      If that was the worst Britain ever did than they did "pretty good", and at least the Brits feels shame for what happened. Hey, many more people died during the east/west Pakistani swang afterwards, but who cares about that?

    4. Re:Bollocks. by leomekenkamp · · Score: 1

      GP used the wrong words: the british had a civilized society _at home_ by the standards of that time. And a lot of western countries had colonies.

      Please do not forget how different ppl were thinking in those days: "One milllion black people / non christians killed? They probably asked for it / did something wrong / are against our enlightened society / etc. And they are black, so they only know violence".

      When pictures and stories of this small man appeared, sitting on a street, being beaten up by police and doing nothing to defend himself, that's what made the british home front think, and that is what created political pressure to change things.

      The Khmer Rouge had no such stable home front that could change things by matter of public opinion.

      --
      Wenn ist das Nunstueck git und Slotermeyer? Ja! Beiherhund das Oder die Flipperwaldt gersput.
    5. Re:Bollocks. by hachete · · Score: 1

      Don't think so. The Brits created a genocide in the Carribean before these things got popular. The Australia war against the Aborigine was the Brits as well. See Robert Hughes The Fatal Shore: good on the prison system but also a side-light on the extermination of Aborigines. All of the British former colonies were pretty disgraceful when it came to dealing with the natives. Burma - read Orwell's Keep The Aspidistra Flying, who was in the Burma Civil Service as a policeman - was a case in point: the British colonial administration was brutal, nasty and a leech upon the Burmese compared to their relatively benign presence in India. The whole sorry mess was going on until the 60s. Someone mentioned Kenya, another bloody episode.

      Did I mention that the Brits have selective short memories? They're also good at self-mythologizing.

      --
      Patriotism is a virtue of the vicious
    6. Re:Bollocks. by Atario · · Score: 1

      That still doesn't change the fact that during Gandhi's time they collectively felt squeamish about thrashing unarmed colonists.

      They felt squeamish about it because Gandhi made sure to get the news out about what was happening, every time. Suffering only gets you results if everyone knows the story.

      --
      "A great democracy must be progressive or it will soon cease to be a great democracy." --Theodore Roosevelt
  72. Don't depress me. by jotaeleemeese · · Score: 2, Interesting

    I would not work for $20/hour.

    --
    IANAL but write like a drunk one.
  73. Rings a bell by nEoN+nOoDlE · · Score: 4, Funny

    Dear Open Source Community,
    We were wrong and we're sorry. As a token of our apology, here's a nice big wooden horse.

    Sincerely,
    Microsoft

    --
    Don't trust a bull's horn, a doberman's tooth, a runaway horse or me.
    1. Re:Rings a bell by Skiron · · Score: 1

      Yep, dead right. This move is like the police do when then send in undercover agents to infiltrate drug smuggling gangs/bank robbers etc., and spend months getting trusted as kosher members of said gangs until the big set-up and 'GOTCHA' at the end when they all get busted.

      "As a token of our apology, here's a nice big wooden horse" - perfectly worded.

    2. Re:Rings a bell by temcat · · Score: 1

      As a token of our apology, here's a nice big wooden horse. ... and a load of horseshit with it!

  74. This makes perfect sense by bigplrbear · · Score: 1

    Apache is the most popular web server program in the world. So, it would make sense for Microsoft to try to implement it in their Microsoft Server series in order to boost sales.

    1. Re:This makes perfect sense by BotnetZombie · · Score: 1

      It's actually quite painless already to install Apache on at least XP. Here's a link to the installer:
      http://apache.cs.utah.edu/httpd/binaries/win32/apache_2.2.9-win32-x86-no_ssl-r2.msi

  75. Maybe it is time to give away Vista by zerofoo · · Score: 1

    Since no one I know thinks it is worth buying.

    -ted

  76. Suspicious is right by wicka · · Score: 1

    Everyone is right to be suspicious. This is a distinctly un-Microsoft thing to do. But it is a little odd that this happens just a couple of weeks after Gates' last day. I know we all like to think as Ballmer as a crazy bastard, but it's still possible that perhaps Gates was holding Ballmer back from making some un-Microsoft-like decisions. Don't forget, Gates has a history of hating open-source, even before Microsoft. It's too out of the question to think that Ballmer's hatred of open-source is just a reflection of what Gates wanted him to believe.

  77. Baiting the hook by slashdotard · · Score: 1

    i am reminded of the parable of the fisherman and the hungry fish.

    the fish trusted what the fisherman said and became the fisherman's dinner.

    given microsoft's history and actions, why believe what it says over what it does?

    --
    me. --a by-product of public education
  78. Hey, it's business as usual ! by Anonymous Coward · · Score: 0

    Don't expect big changes here. It is part of their Win2k8 server strategy - they just want all open source application stacks performing well on Windows 2008. They did this for PHP, JBoss and now they're trying to get Apache stuff working. It is definitely NOT a good thing for us. Microsoft will have a server system which will be able to run BOTH open source stacks and their .NET stuff well. Linux will run open source stacks well but NOT .NET stuff (forget MONO, it will always be a catch up game).

    So, we now see embrace & extend phase all at once. Extinguish will come later.

  79. Microsoft's 2002 Plan to Sue Apache by Bruce+Perens · · Score: 5, Interesting
    This became public on Newsforge a few years after I left HP, that's where I got this copy.

    During much of the time I was at HP - hired to be an Open Source leader first and an HP employee second - I knew about this and had to keep it secret. It was a pretty big hardship for me, obviously I felt I was being disloyal to my own community. I'm pasting it in here today so that we don't forget Microsoft's previous intentions toward Apache. - Bruce

    From: Campbell, Gary [mailto:gary.campbell@hp.com]
    Sent: Monday, June 03, 2002 7:27 PM
    To: Stallard, Scott J; CTO Office Directs; Chaffin, Janice; Denzel, Nora; McDowell, Mary; Elias, Howard; Fink, Martin R; Becker, Rick (ISS); Beyers, Joe Cc: Blackmore, Peter; Robison, Shane
    Subject: Microsoft Patent Cross License - Open Source Software Impact

    Microsoft Patent Cross License - Open Source Software Impact

    Today we agreed on a new patent cross license with Microsoft that protects HP in the short term, but it has significant impact on HP's use of Open Source software in the long term. More importantly, we now understand that Microsoft is about to launch legal action against the industry for shipping Open Source software that may force us out of using certain popular Open Source products. We need to create a cross-HP staffed program to understand the implication by product group and to provide the short term and long term steerage. I'll hook up with Martin tomorrow and start planning next steps for a cross-HP planning team.

    Background:

    HP is we believe, protected by our previous cross license for patents filed by Microsoft up to June of 2001, to ship open source software that violates Microsoft patents that was developed or shipped prior to today. This means that we can freeze on today's open source functionality and we are protected.

    The new cross license does not protect us against new Microsoft patents filed after June 2001 against new open source product functionality shipped or created after today. So we have a two year window before HP has exposure on new Microsoft patents against new open source functionality, but we have exposure because of the MAD clause in the GPL if Microsoft attacks another entity with existing patents. See next section.

    Open Source Software is described as a license that follows the intent and process of GPL or GPL lite. Additionally several major products are explicitly called out as not protected by the cross license, such as Samba, Wine, KDE, Gnome, Apache, Sendmail, and Linux.

    Microsoft's Intentions:

    Microsoft could attack Open Source Software for patent infringements against OEMs, Linux distributors, and least likely open source developers. They are specifically upset about Samba, Apache and Sendmail. We believe Samba is first, and they will attempt to prove it isn't covered by prior patent cross as a so called "clone" product carve out in the previous agreement.

    OEMs that don't have a cross(like SUN), or OEMs like HP that they force a change in their cross license to exclude open source software are probably the first target. Intel, Red Hat, SuSE, UBL, Oracle are probably in the first wave as well.

    IBM we don't know what the status of termination of their Microsoft cross license is. They could be protected by their previous OS/2 deals?

    Mutually Assured Destruction Clause:

    But it probably doesn't matter, because the GPL license has a mutually assured destruction clause in section 7, if anyone is sued over a patent infringement, no one is licensed under the GPL to ship GPL-ed products. This is probably what Microsoft intends to do.

    Basically Microsoft is going to use the legal system to shut down open source software, and for all of its cleverness, the GPL makes it fairly easy unless a white knight steps in.

    Best guess on the timing, this fall when they are finished settling with DOJ and the states.

    Industry Reaction:

    At this point we have no information on who would defend open source with

    1. Re:Microsoft's 2002 Plan to Sue Apache by Anonymous Coward · · Score: 0

      A word to Microsoft: learn from what happened to your boy SCO. If such an immoral legal war was launched against the Free/Open Source Software community, I believe Microsoft will be witnessing a rain of flying nails to it's coffin.

    2. Re:Microsoft's 2002 Plan to Sue Apache by Johnny+Mnemonic · · Score: 1

      That's a pretty damaging accusation, Bruce, and I'm sorry that you were compelled to keep it secret.

      What do you think happened to that intent? Do you think it still exists, and this latest move by Microsoft is just a stratagem in that attempt? Or, they have changed their mind?

      It looks to me like they tried to pursue patent action, but used SCO as a front so Microsoft itself would be protected from the fallout and backlash that this would cause. Now that the SCO lawsuit has failed, for all intents and purposes, could MS really be adopting a "if you can't beat them (legally), interoperate with them (so you can beat them in the marketplace)" ?

      --

      --
      $tar -xvf .sig.tar
    3. Re:Microsoft's 2002 Plan to Sue Apache by SmokeyTheBalrog · · Score: 1

      SCO was already heading to its coffin *before* it started its anti-open source binge. That "war" was an attempt to keep the company afloat and allow some people to sell off shares while they still had some value.

      MS is not in that situation. Though this might be them hedging their bets. This position prepares them, should they loose the OS war, they can switch more easily and quickly to making/maintaining dominant applications on Linux.

      Or it could be an attempt by MS management to better understand how open source makes superior products so quickly/easily and apply these lessons to their own teams.

      And they get some good press with the OSS community and have a tid-bit they can twist while preaching in M$ literature.

    4. Re:Microsoft's 2002 Plan to Sue Apache by Bruce+Perens · · Score: 1
      What do you think happened to that intent?

      Yes, they took what they wanted to do and worked out a strategy to avoid anti-trust issues. So they backed SCO.

      Some have suggested that they want to beat Linux as a platform for Open Source applications in the server market. Which isn't going to work without some form of dirty fighting being connected to it. We'll see.

    5. Re:Microsoft's 2002 Plan to Sue Apache by Hal_Porter · · Score: 1

      This email is dated 2002. What's happened since then? Maybe Microsoft's strategy has changed, or more likely they were bluffing about suing "open source", especially as it is too decentralised to make that a viable option.

      And won't Gary Campbell be pissed that you've posted his email and email address on slashdot? Maybe your employee NDA with HP has expired, but I personally wouldn't post work emails here even for an ex employer.

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
  80. It's a TRAP! by Arancaytar · · Score: 1

    The cake is a lie!

  81. Microsoft by sentientbrendan · · Score: 1

    has supported open source software for quite a while in various forms. Everyone likes to talk about Microsoft as if it were trying to destroy Linux and open source... but I've never heard someone who worked there say that, and I know plenty, and had even interned there in the past.

    The idea that Microsoft is the enemy of open source has more to do with the fact that some well known members of the open source community have used scary stories about the evils of Microsoft to rally people around them. Microsoft is the "other," that which is meant to inspire fear so that people will give up their critical reasoning and blindly follow a leader *cough* Richard Stallman *cough*. It's a pretty common trick. You might have seen is practiced in politics before.

    Micrisoft does compete with Linux to some degree, as they compete with many products on many fronts, but Microsoft's main competitor is not Linux. The story of the epic battle between Linux and Windows, Open Source and Enslaved Software, Freedom Loving Nerds and Corporate Goons, is just a story. Software is a business, not a political ideology. 95% of the people in the industry read the evangelistic crap on Slashdot and roll their eyes.

  82. can't bother to create an account by Anonymous Coward · · Score: 1, Interesting

    jayagopaldaz writes:

    i say optimism is something other that "maybe microsoft will finally do something right". that is just naivety.

    in this case optimism means: sure, microsoft may have come up with some strategy to get more leverage by showcasing a superficial alliance with open source communities, but at the end of the day, the open source community is somewhere on the order of thousands of times more competent than microsoft when it comes to intelligently evolving.

    if microsoft ever releases something with open source, the community will intelligently and dynamically accommodate whatever is worth accommodating.... kind of like eating something. you shit out the useless stuff and turn the rest into part of your own body.

    alternatively, if you compare microsoft to a disease, and the open-source community to the host (great metaphor if i may say so myself) then the battle at hand is whether the disease kills the host, or the host either annihilates the disease or adapts to be able to co-exist with it. in the latter case, the open-source community will become ever-more powerful.

    we just brace ourselves and see this for what it is: a war between good and evil... bring it on!

  83. old? by thermian · · Score: 1

    I'm 42 and the near death star robots have yet to claim me, so I can't be old either.

    Oh hang on, there's someone at the door...

    --
    A learning experience is one of those things that say, 'You know that thing you just did? Don't do that.' - D. Adams
  84. Microsoft and open source by William+Stein · · Score: 2, Informative

    Microsoft also recently donated $32,000 to support the Sage Mathematics Software Project, which produced GPL'd free software. See the financial contributors list.

      -- William (Sage developer)

  85. I'm late by Digital+End · · Score: 1

    It's a shame I'm in here so late... half way thru reading this summary I was ready to post.

    "In before people find some way this still makes MicroSoft even more evil and capable of eating your children"

    --
    Beware of he who would deny you access to information, for in his heart, he dreams himself your master.
  86. In other news... by Timosch · · Score: 1

    Hell to freeze over...
    Duke Nukem Forever to be released...

  87. My thoughts by 5um0F1 · · Score: 1

    Im a gnome user, but, tried 4.1 and it was the biggest crock. Nothing of interest except useless vista type eye candy. Lots of work required. I know Gnome is not perfect but at least i know how to make it work - its designed that way...

  88. Mister Bigglesworth is unhappy. by argent · · Score: 1

    if microsoft ever releases something with open source...

    But, Doctor Evil, that already happened. Microsoft has been shipping Interix, which uses GCC and includes the source to their mods, for years. They've also released several bits of very Windows specific code (like installers) under an even more open license than the LGPL.

    Mister Bigglesworth is unhappy when Doctor Evil is lazy.

  89. Microsoft is the sole reason for OSS success by Britz · · Score: 1

    Think about it. They monopolized the os and the office market and then stiffeled innovation in both markets for at least eight to ten years. That gave oss the time to catch up.

    If there would have been competition I suppose we could talk to our operating systems now and they would read everything that came into range of their web cams. I mean look at OS/2 and Windows 95. Vista is the first os that has a gui that is a little different from that of Windows 95. Imagine the innovation if they would have plowed ahead at the speed they had in the early 90s when there was still competition. Look at the difference between Windows 3.1 and OS/2. When did BeOS come out?

    At that speed I can't imagine oss keeping up on the desktop.

    Maybe on the server. But with so much competition on the desktop who knows what would have been on the server.

    So to all those that know of the political implications of closed vs. open source at least give Microsoft the nod. Maybe we lost a couple years of innovation (I mean who knows how much we really lost, I am just blowing steam, nobody really knows what could have been), but we gained freedom.

    1. Re:Microsoft is the sole reason for OSS success by Bert64 · · Score: 1

      Innovation was primarily stifled because they took away the freedom of others...
      If you have open standards, then innovation is a must in order to make people use your products instead of a competitors.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  90. Never enough cynicism... by toby · · Score: 1

    a well-established business model which works

    You mean the one Gates copied from the Mafia?

    --
    you had me at #!
  91. what would you do with it? by toby · · Score: 1

    Microsoft could give all their money to me tomorrow (and I hope they do!)

    You'd go hand it back to everyone they stole it from?

    Seriously, money isn't everything unless you're as sociopathic as Gates.

    --
    you had me at #!
    1. Re:what would you do with it? by zsau · · Score: 1

      To be perfectly honest if they gave me 23 billion dollars, I'd go start building the tunnels needed for decent public transport in this city whether the government wanted it or not. That, or buy up some of the single storey houses in the inner suburbs and replace them with mid-rise buildings—we have an accomodation crisis that no-one wants to solve here, or so says the papers. Money, as you say, isn't everything, so the people it came from aren't that important. I definitely have no idea what I'd do with 23 billion if I didn't spend it fixing the government's screwups.

      --
      Look out!
    2. Re:what would you do with it? by cryfreedomlove · · Score: 1

      How is Gates sociopathic?

    3. Re:what would you do with it? by cryfreedomlove · · Score: 1

      What about those people who want to live in single story houses in the inner suburbs? What happens to them?

    4. Re:what would you do with it? by zsau · · Score: 1

      I didn't say I would do it to all houses (I doubt 23 billion dollars would be enough for that anyway), and if I did it without government approval I don't have the power of compulsory acquisition so I pretty much have to wait till they're selling. In any case, the housing crisis really is very acute and chronic. The problem needs to be solved much like pulling a tooth out: there'll be a bit of pain, but in the end we'll gain.

      --
      Look out!
    5. Re:what would you do with it? by Bert64 · · Score: 1

      And if you increase the population density, the problem of transport becomes even worse...

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    6. Re:what would you do with it? by zsau · · Score: 1

      The problem of transport is bad at the moment because people pack themselves like sardines into trains which are full when they're still 20 km away from their destination. The government and train companies regularly remind us that the lines themselves are running at or almost at capacity and there is little scope for adding trains; the fact that many many more people were able to take trains during the World Wars was because the trains ran much shorter distances. Hence, according to their logic (I don't have the 23 billion dollars right now so it's a legitimate deference — if Microsoft had given it to me on Sunday as I'd asked, I would've launched an appropriate study in the topic) ... according to their logic, increased density would help matters.

      In any case, you almost certainly don't know which city I'm referring to, nor even if you did would you have any idea what the problems facing it are. Finding cities with a higher population density than mine is pretty much child's play. We had a very extensive public transport system early on, encouraging people to live in independent houses almost as soon as the city was necessarily too big to walk across. Unfortunately no new public transport has been built since the second world war, aside from minor extension to trams and trains — but these do not make up for the parts that have been lost in that time.

      Not only that but the city centre is where a majority (plurality if not absolute) work and travel to every day, so we presently have a problem of moving people from everywhere to a very dense core; for most of these driving to work is already impossible. If people lived near enough by, more people could walk or ride to work, and a greater proportion would be in trains going in the other direction. Some of the transport problem could be solved by spreading work around to other parts of the city, but nothing short of higher densities will solve the housing shortage.

      --
      Look out!
    7. Re:what would you do with it? by cryfreedomlove · · Score: 1

      Let's say you did have the power of compulsory acquisition. Describe that power and how you would use it. Describe your tooth pulling that will lead to greater good.

    8. Re:what would you do with it? by zsau · · Score: 1

      I've already described the basic principles of what I want. I can't and won't get into specifics because, as I've said, some of the money will go into doing a study to find the specifics out.

      --
      Look out!
    9. Re:what would you do with it? by cryfreedomlove · · Score: 1

      OK. My only request is that the specifics are all based on voluntary compliance. Does that work for you?

    10. Re:what would you do with it? by zsau · · Score: 1

      Are you planning on give me the $23 billion? Because if so, then hell yes. A piecemeal approach will get the same result in the end but have the advantage of charm because buildings won't all be built at the same time (well, I think variety and inconsistency is charming in a city). I would prefer to be able to compulsorarily acquire properties around the planned subway stations (at the prevailing rate assuming no subway is to be built) so I can minimise my losses, but if building owners would prefer to split any additional profits or have another suggestion, I'm happy to look at other options.

      --
      Look out!
  92. not hard to say by toby · · Score: 1

    MS is not only uncivilised, it's one of the greatest contemporary threats to civilisation. However, human beings have a knack for routing around damage; Microsoft, long irrelevant, are increasingly ignored...

    --
    you had me at #!
  93. What happened to Xenix? by Ilgaz · · Score: 1

    I keep reading even on the most MS friendly blogs/IT sites one thing: "Do what Apple dared to do, switch to Unix!"

    Wonder if such a radical thing would happen. They had a Unix license, they are automatically experienced in Unix thanks to shipping really big selling stuff to OS X , even Leopard the most picky OS of all times...

    Don't let how dated Xenix is fool you, see what the most modern Unix Desktop says on boot (for Mach) kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved.

  94. MS = serial lawbreaker by toby · · Score: 1

    being willing to do anything legal to make a buck isn't good. It's pretty evil.

    C'mon, that's half of the American way! The other half is of course doing illegal stuff for a buck, which MS never shied from, and if nobody cares in the DoJ, we can still hope the EU isn't going to tolerate it.

    Remember: Money is EVERYTHING! How you get it doesn't matter. - Gates' credo, in its essence.

    --
    you had me at #!
  95. Apache on Windows more appealing? by davide+marney · · Score: 2, Interesting

    The real reason they are doing this is to make the option of running Apache on Windows more appealing.

    Not sure how this makes running Apache more "appealing" on Windows. I was under the impression that the Apache web server already ran fairly well on Windows. The code MS was donating was to the PHP project; the only thing they've given the ASF is money.

    Nevertheless, I think I see your larger point about being wary of Microsoft's intentions. They certainly have a lot of ground to make up to win people's trust, especially with the debacle of the OOXML fast-track process.

    However, I think what we're seeing with these OSS moves is that some of the new technical leadership MS has brought on board -- in particular, Ray Ozzie -- are beginning to turn the ship around. Better interoperability is truly in everyone's best interest. It vastly increases the size of the pie for MS products, especially in the larger, international market.

    I think people like Ozzie "get" this in that fundamentally important, engineering sort of way that can override marketing's objections. I'd like to see where this goes, to "trust, but verify", in the words of a recent politican.

    --
    "We receive as friendly that which agrees with, we resist with dislike that which opposes us" - Faraday
  96. Same old Microsoft. by miffo.swe · · Score: 1

    This is just Microsoft patting the dog on the head and saying "nice doggy" while looking for a large stick to beat it to pulp with the other hand.

    They just dont want to be left alone as the only company not doing open source at the same time as they work full throttle in finding ways to rein in and put a leach on the open source monster.

    --
    HTTP/1.1 400
  97. Brrr: It's suddenly cold down here by fast+turtle · · Score: 1

    Naw - that quick freeze will soon thaw so enjoy it while it lasts.

    --
    Mod me up/Mod me down: I wont frown as I've no crown
  98. It's a strategy not an awakening by nightcats · · Score: 1

    Read Ballmer's message to the troops -- his selected targets are Apple and Google, not FOSS. That is a calculated strategy, not an awakening. The man is very deluded, but he ain't stupid -- he knows that he can't take on the world, but he can aim at a couple of big bears that have started to take over his forest.

    --
    Development is programmable; Discovery is not programmable. (Fuller)
  99. "Membership" Does Not Apply by Orbital+Sander · · Score: 3, Informative

    You can't "buy" a membership in the Apache Software Foundation, and corporations cannot become members. As has been blogged elsewhere, El Reg has its terminology wrong on this one.

    Microsoft has agreed to a platinum level sponsorship of the Apache Software Foundation. If you browse to the page, you'll see that the benefits of sponsoring, even at that level, consist of a logo and a press release.

    You can't buy a membership in the ASF. The only way to influence the ASF is to show up and talk code. Anyone can join the mailinglists and start contributing patches, and everyone who contributes a substantial amount of code signs a license agreement to clear the IP. If folks contribute code of consistent quality, they become committers. As they show their interest in the project surpasses their day to day circumstances (like affiliation), they are invited to the Project Management Committee. Show that you have the interests of the foundation at heart, and you'll likely be invited to become a member and get to vote in board elections. That's how it works. Membership can be earned, but not bought.

    -- Sander Temme - Member, Apache Software Foundation

  100. Seriously, Microsoft isn't planing to support us by Anonymous Coward · · Score: 0

    Areed.
    Microsoft didn't get here on the buttermilk, they ARE tricky.
    Pay attention: over years they fought against the OpenSource-Community, but they've learned...
    For each totally cool app. Microsoft released, the Community did the same 3 times oftener, not that huge ones but more flexible.

    Microsoft sat in their chamber and built and devd -
    imagine what could happen to us, if they should consider keeping track of current development, picking code from the Community and using it to enhance their soft- and hardware, getting windows compatible to everything, gathering the best code on the market.

    Regards,
    Flo

    (post scriptum: ever thought of the story of trojan horse or heard of a wolf in sheep's clothing? No the World isn't going down, but this could have terrible consequences; stay careful, please!)

  101. Re:MS Open Source by Phrogman · · Score: 1

    I have been wondering what would happen if MS decided to Embrace and Extend Linux. If they produced MS Linux, made their MS Office suite compatible with just MS Linux (and still closed source), what variety of Linux would the typical user buy and run? Microsoft has the biggest name in software, anything they adopt or produce has a massive advantage in gaining acceptability because it has the MS monolith behind it and common recognition. It would end up leaving the rest of the linux distros in the dust.

    Yes, they would lose out on OS revenue, but with the success (sic) of Vista, thats probably not as much of a factor as it might have been previously. Office on the other hand is definitely their mainstay and could continue to be so.

    This would mean they were no longer competing on the Operating System front at all, just on the Office Suite front where they still have a clear advantage. They would be seen to actively support OSS and at once stifle a lot of opposition from the OSS community, they would eliminate a lot of the security problems that plague their previous versions of their software and they could make contributions to the WINE project to ensure that backwards compatibility was assured.

    --
    "The first time I got drunk, I got married. The second time I bought a chimpanzee, after that I stayed sober" Arian Seid
  102. I need sleep. by Anonymous Coward · · Score: 0

    I read that as a love of 'ass'.

  103. a trap... by Anonymous Coward · · Score: 0

    Well, today they sponsor..

    Tomorrow they pull out their armada of software patents and find all the Apache projects infringing...

    The next day: Welcome to Microsoft Windows Live Apache... New Projects:

    Apache HTTPD is now named:
    Microsoft Windows Live Apache IIS Server 2010, [only $1,200/month for a 2-CPU unlimited license, or $100/month for a 5000 page views/day license...]

    Apache ANT now named: MS Apache ANT

    APR now named: Microsoft Visual Apache C Runtime 2009

    MS Apache JWS

    MS Cayenne

    MS Jakarta

    IIS 2010 .Net Mod_perl

    IIS 2010 .Net Mod_python

    ... ...

  104. Oblig. Simpsons Ref. by Anonymous Coward · · Score: 0

    s/bum/canary/