Slashdot Log In
Opening Statements Begin in Microsoft - Iowa Case
Posted by
Zonk
on Fri Dec 01, 2006 10:23 PM
from the i'm-enjoying-the-case-diet-vs-7up dept.
from the i'm-enjoying-the-case-diet-vs-7up dept.
cc writes "The Des Moines Register is reporting that opening statements have begun in the Microsoft-Iowa antitrust case. The Register reports that the Plaintiffs have shaped their case around nine stories involving competitors from IBM to Linux. Microsoft attorneys say Gates is expected to testify in January, and company CEO Steve Ballmer will likely appear in February. Both men are expected to be on the stand for about four days. Unlike previous antitrust cases against the software giant, the Iowa case is seeking additional damages for security vulnerabilities. Plaintiffs allege that Microsoft's bundling of IE with Windows caused harm to consumers by increasing the consumer's susceptibility to security breaches and bugs. The case is one of the largest antitrust cases in history, encompassing millions of documents and Microsoft's business practices during the last 20 years."
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
and..,.? (Score:5, Insightful)
Apple does the same thing with Safari. Or does that not count? If bundling is bad, hold everybody to the same standard.
Re:and..,.? (Score:4, Funny)
Parent
Re:and..,.? (Score:5, Insightful)
Parent
Re: (Score:2)
Good question. Why don't you tell us?
And while you're pondering that, I posit that Microsoft's decision to bundle IE is what ultimately gave us the development of Firefox. There's a silver lining in every cloud, chief.
Re: (Score:2, Insightful)
There'd be fewer members of MADD if drunk drivers hadn't killed their loved ones too, but I'm not sure you ought to defend vehicular manslaughter.
Re: (Score:3, Funny)
Re:and..,.? (Score:4, Insightful)
Parent
Re: (Score:3, Insightful)
What about the high street consumer PC market? As far as those shops go alternate operating systems may as well not exist, you'd struggle to buy ev
Re: (Score:3, Insightful)
The crime would be leveraging a position in a specific mar
Re:and..,.? (Score:5, Informative)
The DOJ's Findings of Fact in its Anti-Trust case against Microsoft at the turn of the century says otherwise:
33. Microsoft enjoys so much power in the market for Intel-compatible PC operating systems that if it wished to exercise this power solely in terms of price, it could charge a price for Windows substantially above that which could be charged in a competitive market. Moreover, it could do so for a significant period of time without losing an unacceptable amount of business to competitors. In other words, Microsoft enjoys monopoly power in the relevant market.
From http://www.usdoj.gov/atr/cases/f3800/msjudgex.htm [usdoj.gov]
Parent
Re:and..,.? (Score:4, Informative)
The DOJ's Findings of Fact in its Anti-Trust case against Microsoft
Just one clarification, because I see this error being made frequently on slashdot of late. The above should read "The Court's Findings of Fact in the DOJ's Anti-Trust case against Microsoft".
The DOJ is part of the executive branch of the Federal government. It does not include the court system and the judges, it includes the FBI, US Attorneys, etc. You may know this and have been simplifying, but I've seen many posts that clearly assume the judges work for Ashcroft (and in some cases they act like they do, but they really don't, or aren't supposed to).
Parent
The Oxford dictionary is not a judge. (Score:4, Insightful)
For them it is like the court case that found MS guilty of abusing its monolopic position in the PC OS market never happened.
If you are a MS shrill at least start from a stand that recognizes reality, and not a version you dream about but which is patently false.
Parent
Re: (Score:3, Insightful)
That may be because the 2001 settlement took all of the teeth out of the remedy, so MS may as well have been acquitted.
Re: (Score:3, Funny)
Re:and..,.? (Score:4, Informative)
Parent
Re: (Score:3, Insightful)
Re:and..,.? (Score:5, Funny)
Key difference: You can delete Safari, and Mac OS X doesn't break.
No difference. You can do the same in Windows. Deleting iexplore.exe is trivial and harmless.
Parent
Re:and..,.? (Score:4, Insightful)
That's because iexplore.exe is NOT Internet Explorer. It's just a shell. You cannot remove the actual code, and the many security breaches it contains, without causing serious problems.
Parent
Re: (Score:3, Informative)
I removed mail.app long ago because I couldn't convince it to quit parsing html. I can remove webkit and my system still works fine. Contrast this to a windows machine and there's a world of difference. Even on Windows 98, where it was, despite the manufacturers testimony under oath to the contrary, possible to remove IE completely, this required patching several system binaries and breaks many applications. Later versions, to the best of my knowledge, will refuse to function at all without IE.
I agree th
Re:and..,.? (Score:5, Insightful)
First, as I recall, Apple provided IE when I bought my old PowerBook. Safari had to be downloaded separately. Microsoft dropped IE support for OS X in 2003, leaving Apple unable to offer an up to date IE.
Second, Safari is an application like any other. I could uninstall it like any other app, but it happens to be useful and reliable (though Firefox is my browser of choice). Conversely, IE holds a privileged position in Windows and cannot be removed easily.
Third, Apple has not used Safari to crush competitors.
Does that cover it?
Parent
Re: (Score:3, Informative)
Not quite. Apple ships an OS that has a browers already installed. However, Apple has never claimed that Safari is an integral part of the OS, that it cannot be removed, that the web browser and file browser are the same thing, or that allowing competing products equal access to system resources will somehow prevent innovation.
Microsoft claimed all of this things, which is partly why th
Re: (Score:2)
Re:and..,.? (Score:4, Insightful)
Parent
Re:and..,.? (Score:4, Informative)
Let me try to explain the differences to you.
The different browsers on the other platforms use different engines.
If I determine that khtml contains so many security risks that I don't want it on my system, I can remove it - and use Firefox, Mozilla, or whatever.
If I determin the same about Firefox, I can remove it and install khtml instead.
Or, if I'm REALLY anal, I can say "web sucks"
My computer will still run. My O/S will not be broken.
If I determine that IE is a security risk, I can
Now, let's go to the software engineering aspects, shall we?
khtml links to a dynamic library with a well-defined, stable API to provide it's rendering capabilities.
Firefox links to a dynamic library with a well-defined, stable API to provide it's rendering capabilities
BrowserDeJour(TM) links to a dynamic library with a well-defined, stable API to provide it's rendering capabilities.
I hope you're seeing a trend here. Now - this is where the software engineering comes in.
I think the rendering engine that BrowserDeJour (TM) uses is buggy as hell. No problem. If I'm anal enough, BECAUSE IT USES A WELL-DEFINED, DOCUMENTED, STABLE API
Now
You can't remove it. You can't replace the rendering engine, even if you wanted to. Why not? Because Microsoft has gone out of it's way to make that impossible.
OK - so I'll rewrite the damned thing myself (or go back to the peons) and write a replacement.
Oh, wait - that won't work, either. They keep changing the API. It's not documented. It's not stable.
Hmmmmm
You see, some of us "geeks" are neither arrogant nor ignorant enough to assume that our opinion is The Final Word on anything - but sometimes, just sometimes, one or two of us DOES know what they're talking about.
You saying that there is no real difference between the the way the Microsoft HTML rendering engine and the various open source engines are architected, implemented & installed is just about as silly as saying that the difference between a round wheel and a square one is a minor implementation detail.
Parent
Re: (Score:3, Interesting)
Not if you want to use Konqueror as a file manager. Not if you want to read the KDE help system.
If I determin the same about Firefox, I can remove it and install khtml instead.
Firefox is just a browser, it's not componentized like KHTML or MSHTML is.
Or, if I'm REALLY anal, I can say "web sucks"
Dupe! (Score:3, Funny)
I'm not so sure that this is a good thing... (Score:4, Insightful)
Re: (Score:3, Informative)
Re: (Score:3)
Maybe we'll get lucky and... (Score:5, Funny)
What a very merry christmas that would be.
*Attorneys getting millions,
*Patent reform instantly getting gallons of attention,
*The EU being able to smash the pulp of each company for a fraction of the fine, them being too small to withstand intense govermental legal pounding,
*States and Feds quickly getting cold feet about the stability of the Windows platform,
*Tech stocks going into a brief chaos generating freefall and then building up around Open Source, Apple, and Web 2.0,
*Richard Stallman laughing his living ass off,
*The MPAA and the RIAA going "Oh Shit!" when PlaysForSure and WMDRM falls under patent litigation and likely makes them litigants by the same logic that SCO can sue random companies using Linux,
*The State of Iowa becoming a hero in the 21st century, erecting a giant statue of every AG who helped the motion there and spreading out technical industry aside from being centered mostly in the West Coast and, to a lesser extent, the East Coast. (Sure, that's awesome, but it spreading out would benefit the national economy, even if Silicon Valley isn't the hottest place to say you live in anymore.)
Ah... One can dream...
Right case-wrong reason (Score:5, Interesting)
Why can't we get into some real abuses? Like leveraging their monopoly on the desktop market to try to get into other markets (servers, portable media devices and formats, office suites, etc, etc) and their lack of compliance with standards in preference to their own undocumented formats. This is the real problem and is strengthening their stranglehold on the market. They really need to be sat down and told to play nicely with the rest of the software world.
Re: (Score:2)
If it could be removed, how many people do you think would accidently delete it, and cut themselves off from the internet. What then? They can't download a new browser.
Or, what if a computer was infected with a trojan which uninstalled IE? Try finding a fix when you can't get online.
Re: (Score:3, Insightful)
Re: (Score:3, Interesting)
Re: (Score:3, Insightful)
Who/what are they exactly suing?! (Score:4, Insightful)
If they are suing because of the "bundling" problem, then isn't/hasn't this been already done (or still ongoing)?
I would say that all these people "chose" to use Windows of their own free will, and I know someone in
As much as I don't like some of Microsoft's bussiness practices, I hope this case ammounts to nothing in the end, because it could prove to be costly to everyone, not just MS.
Re: (Score:2)
Is it the browser they're going after? Or is it the OS itself? Either of which would make no sense since that would basically make every software company liable for any exploits or holes uncovered in their software that would allow people or viruses to sneak through your computer.
Not true. It'd make any software company that introduced security flaws as a direct result anticompetitive practices liable. They should be.
I would say that all these people "chose" to use Windows of their own free will, and I know someone in /. will come and tell how their monopoly basically "forces" people to use their products, but in the end - the choice is up to the end-user.
My mom doesn't know that Windows isn't built into the hardware of her computer. She doesn't know Windows isn't a processor type. When she buys "a computer" all she knows is she can get a Mac or a PC. The separation of OS from hardware is, to non-geeks, a totally new idea. They have a machine and it gives them pretty pictures. That's a computer.
I hope this case ammounts to nothing in the end, because it could prove to be costly to everyone, not just MS.
That's wrong on
Re: (Score:3, Informative)
If someone wins a bike race by pedaling fastest I completely agree that nobody has the right to take that medal (that "private property") from them. If they win it by throwing a wrench in eve
Re: (Score:3, Insightful)
Why does it make no sense? We doctors are liable for any mistakes we make, if you can prove negligence or incompetence. Why should it be any different for software programmers?
Go Iowa! (Score:2, Insightful)
Bully? Yes, their lawyer admited to it already! (Score:3, Interesting)
More dirty tricks, before they event start.
Re: (Score:3, Funny)
Re: (Score:2)
Re: (Score:3, Insightful)
It's Ford's fault if their cars have faulty breaks (Score:2)
I meant "brakes".... (Score:2)
Re: (Score:3, Interesting)
Though in both cases, less stupidity could prevent most of the problems.
Re: (Score:2, Interesting)
Re: (Score:3, Interesting)
Re: (Score:2)