Slashdot Mirror


Microsoft Case Proceeds

YeOldeCurmudgeon writes "This story just posted on Yahoo: Federal Judge Denies Microsoft Motion to Dismiss Antitrust Case. Microsoft's motion to dismiss the suit filed by the 9 dissenting states was denied. The judge agrees the states can sue." An article in the San Francisco Chronicle summarizes the case's current state and what's coming up next.

7 of 286 comments (clear)

  1. Is there a simple solution? by lingqi · · Score: 5, Interesting

    Somebody explain to me why it takes 1187 pages to say "this case can go on" and why it takes this long to figure out a punishment.

    This should be all very, very simple. provisional punishments like "you will now allow people to take off IE" does not stop MS from behaving anti-competetively.

    I mean, just fine them! in fact, fine the crap out of them. You are found guilty of anti-competitive behavior, you choke up 80% of your profits for the next two years (as from SEC filings) or 10% of the company net worth -- which ever is higher. if you do it again, 90%/15%; third time -- dissolution of charter. (third might be a little harsh, but again, we are following the "simple" route of spirit)

    -- when the share holders suddenly realize that, wow, my $$ are going away because the corporate lawyer / managers are screwing up by doing illegal stuff, i don't think they will be happy about the anti-competitive behavior anymore -- i mean, $$ drives the company, so hit it where it hurts; not some bs settlement that they can just circumvent later.

    --

    My life in the land of the rising sun.

  2. The interesting part... by dinotrac · · Score: 5, Interesting

    What I found interesting was the Judge's characterization of Microsoft's motion as misrepresenting the holdings of the cases it cited in support of the motion to dismiss.

    That's a powerful statement from a judge and should be taken by Microsoft as a warning. It seems that the last thing they should be doing is demonstrating to the Court a complete and utter disregard for truth and for the law.

    That's the kind of thing that makes a judge mad and judges are bad people to have mad at you.

    1. Re:The interesting part... by tempest303 · · Score: 5, Interesting

      I'd say she's doing better than that. Judge KK seems to be bending over backwards for MS in some situations, but standing strong when they pull some screwy crap like this motion to dismiss. Much as I thought Judge Jackson never actually said anything untrue or particularly biased (but I guess I'm biased, so who knows ;) I'm glad that when Microsoft FINALLY gets their Official Spanking from the court, we won't have to put up with as much whining from MS and the "pro-business" crowd (note the quotes) about how the judge was biased, the trial was unfair, etc.

  3. Microsoft's grounds for dismissal by tcd004 · · Score: 5, Funny

    Read em here

    Please note, this is a joke.

    Now go back to your daily lives.

  4. Imagine the Judge... by neo · · Score: 5, Insightful

    who had been given this case came to hate MS, in much the same way as the previous judge had. She hated them because they lied, they cheated and they were trying all kinds of tricks to sway her viewpoint.

    Now imagine you were really set to hit them upside the head with a nasty verdict. What would be the smartest thing in the world to do. Right... keep quiet about it. Never give a hint or whiff that you felt that way, or you'd never get your chance to apply a verdict at all. You'd know the previous judge really f*cked up when he talked about the case, so you wont make the same mistake. In fact, it would be nearly impossible for anyone to guess what you were planning on doing.

    This is clearly conjecture on my part, but god it would be nice if it was true.

  5. Re:does anyone even care any more? by fw3 · · Score: 5, Informative
    I suggest you read "Folded, Spindled, and Mutilated: Economic Analysis and U.S. Vs. IBM" by Franklin M. Fisher et. al.

    IBM has it's points good and bad, however the DOJ case (brought by the Johnson administration) was severely flawed (in ways that the MS case is not at least imho).

    Among other things the prosecutors made their case on the basis of the market for mainframes. In presenting their case they eliminated the sales of Digital (then the #2 manufacturerer of computing equipment). Then they *included* the sales of IBM's competition in plug-compatible into IBM's 'market share'.

    This is how they came up with the '80%' supposed market share figure that was widely published and believed. There were numerous other stupidities in this case.

    MS has not, and while they managed to effectively sidestep a weakly worded consent decree after the '95 case, that very disrespect for the law is a big part of why the opposition is playing hardball this time around.

    First time the rumor was that Gates threatened the Clinton administration that he'd take MS offshore. As has been said in posts above this one, you can only thumb your nose at the judge for so long before she decides to flex her muscles.

    MS has begun to clean up it's act and behave in ways that are required of a monopoly. If they are found guilty and then go back and try to do the same cr*p yet again I daresay they will be facing a truly PO'd judicial system.

    --
    Linux is Linux, if One need clarify their dist: <Dist>/GNU Linux
    bsds are of course just BSD
  6. Re:Java != .NET by Hard_Code · · Score: 5, Interesting

    ".NET's virtual machine and class libraries can do WAY more than what Java can."

    Like? From what I can tell, .NET (or rather CLR) adds some small syntactic features (simpler inlining of native code, automatic boxing), and some "web services integration". If you look at the .NET class library, it is almost literally a 1-to-1 mapping to the Java class libraries. And automatic boxing and parameterized types are coming to Java in 1.5. As far as web services and middleware, Java is FAR ahead of the pack with J2EE which is absolutely dominating enterprise middleware and what is now being hyped as "web services". Servlet engines and JSP were in production for quite a while before .NET thank-you-very-much. Unfortunately MS did everything it could to kill the prospects of Java on the client, so we never really saw that come to fruition, while of course .NET will be getting automatic first class treatment on the client side which it will undoubtedly be able to leverage to accelerate acceptence in areas which J2EE is currently dominating.

    ".NET is just a VM/platform, whereas 'Java' was both the JVM *and* a language."

    Well, .NET is a VM/platform geared towards a particular type of language (e.g., C#). From what I've read everything else is pretty much C# with different keyword/token names. That's not to say it is a *bad* thing, since MS's goal is mostly migrating its *current* base of developers. But it's far from magically-better-than-Java.

    "You couldn't load up your old C software, and get it working in Java."

    Woah! Could that have been a feature! ;)

    "with VB.NET, VC.NET etc.. this is a possibility."

    Yes, because the goal of .NET is to migrate current MS developers to a new architecture with many of the benefits of the Java platform.

    "People have already created FORTH and COBOL compilers for .NET!"

    Will wonders never cease! Perhaps you want to take a look at a list of the many languages that run on the Java VM (the page says "160 systems"...I'm not sure what that means, but there are a whole bunch). All this, long before .NET was anything but vapor.

    "but it has several very important things going for it, and Java had none of them."

    Come on, be fair, you are really pulling this out of your ass.

    Actually I'd have to say I like, and am impressed by the .NET architecture, and regularly step in to defend the architecture (if not MS) in front of FUDders and bashers. It is a great step up from the mess of native languages Microsoft was supporting. It has many of the nice features of the Java platform, and some new ones. But it would be really naive and unfair to not recognize the tremendous success Java has had and is having today in the same realms .NET is just now attempting to address. Maybe being one of those who are just now boarding the ship makes things look so much more rosier, than to myself, who has been on the ship already for 3 years ;)

    --

    It's 10 PM. Do you know if you're un-American?