Slashdot Mirror


Internal Emails Released In Vista Capable Debacle

An anonymous reader writes "As previously discussed, Microsoft's attempt to shield itself from further discovery over the Windows Vista Capable debacle has failed and more internal emails have been released. Although Microsoft has successfully kept CEO Steve Ballmer away from the witness stand on grounds the he 'has no unique knowledge of the facts in this case,' emails suggest otherwise. An email was released in which Intel CEO Paul Otellini thanks Ballmer for listening and making changes to the program allowing their 915 chipset to pass the grade: 'I know you did it.'"

3 of 314 comments (clear)

  1. Ummm... by morgan_greywolf · · Score: 5, Interesting

    Did anyone doubt that Microsoft and Intel are in cahoots? I mean, seriously, what cave have these people been hiding in for the last 20 years?

  2. People want cheap computers by RulerOf · · Score: 5, Interesting

    People want cheap computers with the latest and greatest technology, and OEM's want to maintain as high of a margin as possible. These fundamental conflicts of interest cause these kinds of problems.

    Shattered expectations aren't limited to computers either. Ever bought something that you should have spent more money on? I have a snowblower at home that's so underpowered that shoveling takes less time.

    My personal belief is that this problem is to blame on hardware manufacturers and OEM's trying, and horribly failing, to deliver what consumers desire (fast computers with brand new technology) and maintain their profit margins (which can't be done for a fast computer at $399 in a retail store).

    And what do we do about it? We bash Microsoft. In fact, we bash them so well that everyone, including people who have never used it and those who currently use it (without major issue) that Vista is not a viable choice for them.

    Fast forward to December, 2009. Windows 7, which is almost entirely based on the now very stable (dare I say mature) Vista codebase. Not only will it improve perception of Windows due to its excellent compatibility and well honed kernel, it'll force me to shell out cash (unless I can get a Microsoft handout, which is how I got Vista) for the latest Microsoft OS, and prematurely outdate every single Windows License companies have bought in the meantime.

    Want Windows Vista SP4...err, I mean Windows 7? $299 please.

    We have no one to blame but ourselves.

    --
    Boot Windows, Linux, and ESX over the network for free.
  3. Re:Yeah, and? by tlhIngan · · Score: 5, Interesting

    namely because they are still using the monkey-horde development technique, which is get a bunch of third-world programmers in a room and churn out very lackluster code, and then keep redeveloping it until it works "good enough"

    Er, citation needed? Have you ever worked at Microsoft?

    Or the fact that Microsoft is composed of little fiefdoms and each major "team" often has a snapshot of code from other teams that doesn't get synced? E.g., Windows teams use a compiler that is older than the dev tools team is creating, Office uses DLL code that's been branched/modified/extended from the WIndows Shell, and is quite incompatible (ditto on dev tools as well). Which is why you can end up with 3 incompatible versions of the same DLL - one that ships with Windows, one that ships with Office, and another one that developers use for their projects (that ships with Visual Studio) - I believe one such DLL is common controls or common dialogs.

    Or how about this - Office 2007 introduced the ribbon. A third-party developed a library to emulate the ribbon. Said library was purchased by Microsoft to be provided with Visual Studio? Thus, developers will be using a different ribbon library than what the Office people use, and who knows what horrible merge the Windows team will (eventually) use?

    So not only is DLL hell created from different versions of a DLL with the same code lineage, there's also the troubles caused by the same DLL with different code lineages living on the same system.