Slashdot Mirror


Microsoft's Overlooked Code Theft

Like2Byte was one of many readers to point out that "Newsforge is reporting that Microsoft was fined by a French court for three million francs "because it illegally included another company's proprietary source code in SoftImage 3D," something which (as the story points out) went mostly unremarked at the time. This is one of the points mentioned by Peruvian Senator David Villanueva Nuñez in his response to Microsoft FUD.

422 comments

  1. Why an entire article? by October_30th · · Score: 1, Offtopic
    And why does this deserve an entire article?

    The congressman's letter was already posted twice.

    --
    The owls are not what they seem
    1. Re:Why an entire article? by Anonymous Coward · · Score: 0
      Whoa! Someone really is after these posts, now.

      Good thing there are anon proxies...

    2. Re:Why an entire article? by Grab · · Score: 2

      Because it was only a small part of the congressman's letter, and because it is a significant fact in demonstrating how Microsoft does business which no-one in the media picked up at the time.

      And also, the very fact that everyone in the media took their eye off the ball and didn't notice this is quite interesting, and the guys who won didn't make a big deal of it. Hell, if I'd been the company that won that case, I'd be shouting it to everyone. Or even better, I'd use the money to post full-page ads in all the major papers saying "Microsoft are software pirates". After all, the fundamental principle in libel is that it's not libel if you can prove it's true.

      Grab.

  2. I wonder... by PhilJackson · · Score: 2, Interesting

    ...just how much GPL'd code in in M$ software.

    1. Re:I wonder... by filth+grinder · · Score: 2, Funny

      probably not much... M$ software doesn't work.

    2. Re:I wonder... by oyenstikker · · Score: 2

      None. They just use BSD code.

      --
      The masses are the crack whores of religion.
    3. Re:I wonder... by Sc00ter · · Score: 0, Flamebait

      Oh yah, because ALL GPL code must work flawlessly right?

    4. Re:I wonder... by ScottKin · · Score: 0, Redundant

      Caution: Flame-thrower detected in previous post!

      As if Open-Hole Software works flawlessly!

      The moron that mod'ed the parent-post to this should be flogged with Cat5 cable.

      BHAH!!!

      ScottKin

      --
      I don't give a rat's behind about "karma" here or anywhere else. Don't like what I have to say here? Deal with it!
    5. Re:I wonder... by Libor+Vanek · · Score: 1

      Wow - I'd like to see Windows/Office being forced to be GPL 'coz they use some 100-lines GPL'ed function :-)))

    6. Re:I wonder... by okmijnuhb · · Score: 1

      I've always wondered how anyone can find out once it is compiled into binaries?

    7. Re:I wonder... by dattaway · · Score: 2

      I'm calling the BSA hotline. You should too.

      If anyone needed an audit, a previous convicted felon^H^H^H^H^Hpirate might do it again.

    8. Re:I wonder... by larry+bagina · · Score: 1

      Well, innuendo aside, there's no reason to believe that any MS software does include GPL code.

      Additionally, the GPL has never been tested in court.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    9. Re:I wonder... by larry+bagina · · Score: 1

      #ifndef lint
      char copyright[] =
      "@(#) Copyright (c) 1983 Regents of the University of California.\n\
      All rights reserved.\n";
      #endif /* not lint */

      If a binary hasn't had the symbols stripped, it may also contain function names, or even the names of the source files. That's not proof (and you can rename you functions), but it could be enough to subpoena the source code itself and compare the code. You better be damn sure if you don't wan't to be countersued, though.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    10. Re:I wonder... by phyxeld · · Score: 2, Insightful

      Additionally, the GPL has never been tested in court.

      And when it is, I sure hope it doesn't have to bust it's cherry battling Microsoft.
      All the legal and moral righteousness in the world isn't gonna stand up to $40 billion in cash reserves...

      --
      __
      Choose mnemonic identifiers. If you can't remember what mnemonic means, you've got a problem. - Larry Wall
    11. Re:I wonder... by Anonymous Coward · · Score: 0

      search for "shhhh, this is not here."

    12. Re:I wonder... by AJWM · · Score: 2

      The GPL has never been tested in court because every time some company has come up against it, their lawyers have taken a look at it and recommended "settle out of court".

      It's very clearly worded (for a legal document) and the result of winning a suit against it would mean losing the rights it grants you.

      --
      -- Alastair
    13. Re:I wonder... by Anonymous Coward · · Score: 0

      Mod this up!

    14. Re:I wonder... by unixmaster · · Score: 0

      Damn dont play with the heap like that. All GNU gurus code smartly ;-P

      --
      Never learn by your mistakes, if you do you may never dare to try again
    15. Re:I wonder... by bihoy · · Score: 1

      It may be easier just to do binary diffs on the executable files. I think that finding any large chunks of similar patterns would be proof enough. Of course you'd have to have some idea of what you were looking for to narrow down the search.

    16. Re:I wonder... by Anonymous Coward · · Score: 0

      Plenty Bill Gates has been stealing code and extending it for a long time as well as using secret and undocumented apis to kill gnu software http://www.theregister.co.uk/content/4/25194.html and http://www.theregister.co.uk/content/4/25196.html in how you can get rid of his crapware. I tried to include some excerpts of these articles in my post by got a fucking filter from slashdot saying it was lame. Slashdot go fuck yourself with your lame filter I wonder how many others are getting filtered out by your lame filter.

    17. Re:I wonder... by Anonymous Coward · · Score: 0

      No, but as it under the GPL, I can fix your code:

      #include <stdlib.h>

      int main()
      {
      char* p = NULL;

      p = malloc(6666);

      /* Only free p once */
      free(p);

      return 0;
      }

      There we go. One simple example of how the GPL works.

    18. Re:I wonder... by PhilJackson · · Score: 1

      unless they did g++ -g office.cpp I don't think you can!

    19. Re:I wonder... by Anonymous Coward · · Score: 0

      unless they did g++ -g office.cpp I don't think you can!

      .cpp?? Ahh - thats why.

      Now I understand.

    20. Re:I wonder... by cscx · · Score: 1

      That's impossible! Most GPL software out today tries to copy/emulate Microsoft software! Yes people, that means the Microsoft software came first!

    21. Re:I wonder... by cscx · · Score: 0, Troll

      All the legal and moral righteousness in the world isn't gonna stand up to $40 billion in cash reserves...

      Just think how many jars of Crisco RMS can buy with $40 billion...

    22. Re:I wonder... by Libor+Vanek · · Score: 1

      That's impossible! Most Microsoft software emulates MacOS and X-Windows! Oh yesssss, babyyyy!

    23. Re:I wonder... by Anonymous Coward · · Score: 0

      One of best post I've read in about half year on slashdot, wit and humor presented!

      scorp1one

    24. Re:I wonder... by norwoodites · · Score: 1

      Even the earlier stuff was trying to emulate UNIX software.
      There has been some non-emulating projects, emacs.

    25. Re:I wonder... by IQ · · Score: 1

      Ummm IE emulates Netscape... Remember how M$ was cought with its pants totally Down on that whole internet thing?

      --
      Adults are obsolete children. - Dr. Seuss
    26. Re:I wonder... by Znork · · Score: 2

      Are you implying that copyright law has never been tested in court?

      The GPL grants you rights you do not have with standard copyright. Nothing but the GPL grants you those rights, in the case of any GPL licensed product. If any part of the GPL is found invalid in court the software will default to being under standard copyright, so the only thing anyone can accomplish going up against the GPL in court is to remove any and all freedoms the GPL grants them with regards to the software.

      The GPL is not like an ordinary license agreement. If you have an ordinary license agreement it usually takes away rights you have under standard copyright. If you challange such a license in court you can get clauses stricken and obtain more rights. Successfully challanging the GPL would give you less rights; whichever way it goes in court, you lose.

      Wether or not the GPL has been tried in court is really irrelevant. Either it's found valid as it is or you get a plain copyright case instead, and copyright cases arent exactly untested.

    27. Re:I wonder... by DrSkwid · · Score: 1

      you idiot troll

      there's so much more software in the world than what you can see through the microsoft window

      --
      There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
    28. Re:I wonder... by Anonymous Coward · · Score: 0

      props to all dead sporks!

  3. Is it enough now to repeat one line ? by ghoul · · Score: 1

    from a slashdot article to get a full post for yourself?

    --
    **Life is too short to be serious**
  4. already? by Suppafly · · Score: 1, Redundant

    Hasn't this already been posted here once or twice already.. this is one of the few sites I get net news at, and I know I've heard this several times..

  5. 3M Francs Is A Single Straw by Jucius+Maximus · · Score: 1

    But just how much straw will break this camel's back?

    1. Re:3M Francs Is A Single Straw by aengblom · · Score: 3, Insightful

      Well considering that 3 million Francs is about $400,000 and that Microsoft has about $40,000,000,000 on hand. That's about 100,000 straws. Now consider that Microsoft is still profitable. Average the amount of time to win lawsuits. Add money to "cash on hand". Repeat calculations. ;-)

      $400,000 doesn't even make Microsoft flinch. It's silly to even think about breaking the Camel's back in such a way.

      --


      So close and yet so far from the world's perfect ID number
    2. Re:3M Francs Is A Single Straw by Anonymous Coward · · Score: 0

      Removing the straw that broke the camel's back does not necessarily allow the camel to walk again.

      ...*sigh* we can dream, can't we?

    3. Re:3M Francs Is A Single Straw by Anonymous Coward · · Score: 0

      3M Francs?!? That's all?!? That, after taxes and stuff, wouldn't help any company, besides a mom-and-pop operation. If this column was current (Francs are gone, the Euro is in) and it was 3M Euros, then we might be talking about something here.

  6. A couple points. by Talonius · · Score: 4, Informative

    It wasn't "outright" code theft. There was a licensing agreement that was violated.

    Microsoft has been known in the past to include BSD code. (It's TCP/IP stack is one example.) This "habit" is probably why they don't like GPL code - they prefer to quietly integrate the code.

    Why another article? Oh ffs shut up. Why another article? Because Microsoft getting fined for this sort of thing will garner more attention than the Peruvian Senator. Although, truth be known, I want him as a US Senator.

    --
    My reality check bounced.
    1. Re:A couple points. by tinahdee · · Score: 3, Informative

      It *was* outright code theft, in my understanding, because Syn'X walked away from the deal. There was no agreement.

      Tina

      --
      tinahdee beautiful jewelry: silver, gold, gemstones tinahdee.etsy.com tinahdee.com facebook.com/beautifuljewelry
    2. Re:A couple points. by Talonius · · Score: 3, Informative

      Ergh, okay, you're right from what I can tell.

      [quote]Softimage signing a contract with Syn'x Relief to integrate the unique functions of Character into its own package, Softimage 3D. However, the integration was delayed until, at the start of 1994, a new agreement was put to Character's developers: They would have to sign over all their rights to Softimage if they wanted to continue.[/quote]

      Contract was originally signed; coercion was tried to force Character developers to give up more rights; Character developers refused and walked away from the deal. In the middle of this MIcrosoft purchased SoftImage.

      One function was removed; eight stayed. Microsoft was given plenty of notice and didn't act on it.

      I stand corrected. :)

      --
      My reality check bounced.
    3. Re:A couple points. by Rupert · · Score: 5, Insightful

      Skipping commercials is theft.

      Copying one of your CDs to keep in your car is theft.

      Extracting the text from an ebook and feeding it through a text-to-speech converter is theft.

      But when you're a multi-billion dollar company and you keep using software after your licence has been revoked, that's not theft.

      It's all so clear now!

      --

      --
      E_NOSIG
    4. Re:A couple points. by PeterClark · · Score: 3, Insightful

      I read the story this morning, but I'm too lazy to verify your claim (after all, this is Slashdot, where one is expected to make knee-jerk reactions). Therefore, I will accept that it is true, although now it seems another poster claimed you are wrong. Doesn't matter. My point is that with MS beating the drum, saying "If your licenses aren't 100% squeaky-clean, we'll sic men with shotguns on you, you low-life pirate!" Many cases of "piracy" in business is simply an inattention to the site license...in other words, a violated licensing agreement. QED, Pot...kettle...black.

      And yes, if that Peruvian senator is for real, not only would I like him as a US senator (hmm--need to check the Constitution on how long he needs to be a citizen first), but I would actually support his campaign.

      :Peter

    5. Re:A couple points. by bogie · · Score: 1

      Not that I don't like MS or think they broke the law in this and many other cases, but AFAIK that BSD tcp stack thing is a myth.

      --
      If you wanna get rich, you know that payback is a bitch
    6. Re:A couple points. by Zordak · · Score: 1

      >>It's all so clear now! As well it should be. Microsoft determines what is and isn't acceptable, and therefore, Microsoft, by definition, is always right. It's all so easy when you're making the rules. It's almost like some Greek god running amok. Lots of power and no responsibility.

      --

      Today's Sesame Street was brought to you by the number e.
    7. Re:A couple points. by Royster · · Score: 1, Troll

      Yeah, they just put in the Univ of Ca copyright notice for the fun of it.

      --
      I have discovered a truly marvelous sig, unfortunately the sig limit is too small to contain i
    8. Re:A couple points. by PurpleFloyd · · Score: 2
      Not that I don't like MS or think they broke the law in this and many other cases, but AFAIK that BSD tcp stack thing is a myth
      If you have a UNIX/Linux flavor installed along with Windows, try running strings against your version of winsock. You will find a few strings in there that explicitly reference BSD.

      Note, however, that this is not at all illegal, because the BSD license states that the code may be used by anyone, even if it is relicensed under a more restrictive license. Thus, it is perfectly legal for Microsoft to copy BSD code and put it in Windows. Ethical, no, but legal, yes.

      --

      That's it. I'm no longer part of Team Sanity.
    9. Re:A couple points. by Sc00ter · · Score: 3, Informative
      Why is this ethically wrong? that's the way the BSD license was designed so that people could do that.. If they didn't want that to happen, they would have used a difference license. And if you say "well they didn't think anybody would" then why do they continue to do so, even after it's happened? You'd think they would change the license.

    10. Re:A couple points. by georgeb · · Score: 1

      Suppose it was not a myth and MS really did "borrow" some code from BSD or GPLed software... how would one try to prove it, without access to source code? Even then, I really think they would have gone to the trouble of obfuscating that piece of code one way or another...

      So, is there any chance of proving such claims? In my opinion, code theft is something next to impossible to prove. If there are any other opinions, I think they may be useful.

    11. Re:A couple points. by Zordak · · Score: 3, Insightful

      I don't even think it's unethical. The license was written specifically to be non-exclusive. Microsoft was not bending or breaking the intent of the license when they included the code. They were using as it was intended to be used. It's not any different than what Mac did with OSX. I'm no Microsoft apologist, but at least let's attack them for what they do that's actually wrong. I personally think the whole world could benefit greatly if M$ would take a cue from Mac and just go ahead and put BSD Unix under their crap OS. At least then, when I am forced to use M$ (which is often), it would actually work right some of the time.

      --

      Today's Sesame Street was brought to you by the number e.
    12. Re:A couple points. by larry+bagina · · Score: 1
      why is it unethical to use the BSD license? MS gives credit to the Regents in their documentation. BSD software was originally developed with federal gov't grants as a gift to the entire computer software industry.

      Lots of linux distrributions include BSD (or MIT, or Artistic)-licensed utilities. Does that make them unethical too?

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    13. Re:A couple points. by LordNimon · · Score: 1

      How can it be unethical if the license specifically allows for something like that? The people who made the TCP/IP stack chose a license that specifically allows a company like Microsoft to take the code and repackage it in their own product, without re-releasing the code. Microsoft did exactly that, so what's the problem?

      --
      And the men who hold high places must be the ones who start
      To mold a new reality... closer to the heart
    14. Re:A couple points. by Anonymous Coward · · Score: 0

      Why didn't Syn'X just have the BSA audit Microsoft?

    15. Re:A couple points. by jedidiah · · Score: 2

      His national origin only prevents him from being the (US) President. Any other office is open to him.

      Barring some California requirement, there's no legal reason why he couldn't replace the senator from Disney (Feinstein).

      --
      A Pirate and a Puritan look the same on a balance sheet.
    16. Re:A couple points. by jedidiah · · Score: 2

      ...not to mention that /etc/hosts file lurking about in the WinDOS system directory.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    17. Re:A couple points. by Shagg · · Score: 3, Insightful

      Using BSD code isn't wrong, as you say, that's what the license was designed for. However MS using BSD code in their own operiating system, then telling the world that open source software is evil, doesn't make much sense. I'm not sure if that's what the previous poster was referring to as "ethically wrong", but that's my guess.

      --
      Unix is user friendly, it's just selective about who its friends are.
    18. Re:A couple points. by Anonymous Coward · · Score: 0

      Of course he couldn't run for the senate until 2012...

      I'm guessing by then the issues you care about now will be settled one way or another (and we'll be recruiting senators from South America who understand nanotechnology)

    19. Re:A couple points. by Anonymous Coward · · Score: 0
      But when you're a multi-billion dollar company and you keep using software after your licence has been revoked, that's not theft ... its priceless

      Heh ... sorry.

    20. Re:A couple points. by Ivan+Raikov · · Score: 1

      hmm--need to check the Constitution on how long he needs to be a citizen first), but I would actually support his campaign.

      Nine years. From Article I, Section 3:

      No person shall be a Senator who shall not have attained to the age of thirty years, and been nine years a citizen of the United States and who shall not, when elected, be an inhabitant of that state for which he shall be chosen.

    21. Re:A couple points. by Anonymous Coward · · Score: 0

      Except Microsoft have been very clever, insofar that they have never refered to "Open Source", but instead "Free Software". They almost always explicitly state that they are refering to the GPL and LGPL too.

    22. Re:A couple points. by gwernol · · Score: 2, Insightful

      Skipping commercials is theft.

      No it isn't. Just because some guy at Turner Movies would like it to be, doesn't in fact make it so.

      Copying one of your CDs to keep in your car is theft.

      Can you cite a single case where anyone has been prosecuted for this, let alone found guilty?

      Again, some misguided people may want to make that illegal, so far it is not theft.

      Extracting the text from an ebook and feeding it through a text-to-speech converter is theft.

      The Sklyarov case is still being argued, isn't it? Even if he looses this isn't theft, it illegally breaking Adobe's encryption, which is very different.

      But when you're a multi-billion dollar company and you keep using software after your licence has been revoked, that's not theft.

      Actually this is the only one of the four examples you quote that has been found to be an illegal act. Microsoft were fined for this.

      It's all so clear now!

      Or, in this case, obviously it is not...

      --
      Sailing over the event horizon
    23. Re:A couple points. by JordanH · · Score: 2, Informative
      Sheesh, the guy was trying to use sarcasm.

      His point was that people like Bill Gates (and other powerful CEO types) might consider all those things as theft, but hypocritically place violating a contract in a different category.

    24. Re:A couple points. by Steffen · · Score: 1

      The man speaks the truth:

      22:19[ssh@blanka]/tmp/thing/WINNT/system32>stri ngs winsock.dll | grep BSD
      BSD Socket API for Windows

    25. Re:A couple points. by Fat+Casper · · Score: 2
      QED, Pot...kettle...black.

      It's a lot worse than that. There was no inattention to a site license or anything, just the standard MS strongarm tactics against a small software company that wrote something good. "We've got a deal, but it doesn't give us everything. Give us everything. No? Then we'll just take it." And another good software company goes bankrupt while trying to get justice, which MS is appealing anyway. That was a violated license agreement, all right. In the Biblical sense.

      Hey, we've got a lesser of three evils senate race coming up in NH. I'm sure we could use a good candidate, whatever country he's from.

      --
      I spent a year in Iraq looking for WMD and all I found was this lousy sig.
    26. Re:A couple points. by IDIIAMOTS · · Score: 1

      Ran strings on winsock.dll that comes in WinXP Professional.

      Only one string referring to BSD popped up:
      "BSD Socket API for Windows"

      Now, how precisely does this imply use of actual BSD source code? Especially considering that the following website states the above string is a description of the DLL from Win 3.1 days.

      To me that reads as "Microsoft implementation of BSD API" with the qualifier "for Windows"

    27. Re:A couple points. by Darby · · Score: 1

      Although, truth be known, I want him as a US Senator.

      Unless you're in my district forget it pal. I saw him first ;-)

    28. Re:A couple points. by bogie · · Score: 1
      --
      If you wanna get rich, you know that payback is a bitch
    29. Re:A couple points. by bogie · · Score: 1
      --
      If you wanna get rich, you know that payback is a bitch
    30. Re:A couple points. by Dahan · · Score: 2

      Winsock isn't the TCP/IP stack... tcpip.sys (or vtcp.386) is the TCP/IP stack. Besides, running strings on the winsock DLLs doesn't show any evidence that they took any code from BSD. Winsock is an implentation of the BSD sockets API--API is not code.

    31. Re:A couple points. by Billnvd65 · · Score: 1

      "Not that I don't like MS or think they broke the law in this and many other cases, but AFAIK that BSD tcp stack thing is a myth" I am no expert, but, fyodor@insecure.org, author of nmap seems to indicate that the IP stack in NT was that same as BSD. BD

    32. Re:A couple points. by Anonymous Coward · · Score: 0

      Except that they don't say "Free Software", they say "Virally licensed software", which is a term right out of the BSDL Advocacy book of Brett Glass and others.

      Gates has been very forthcoming in his praise of the BSD licence.

    33. Re:A couple points. by esper_child · · Score: 2, Insightful

      I know this will probly be considered flamebait but here goes.

      To the best of my knowlage M$ has never said open source == bad. They have however stated the GPL == bad. And their stance on BSD if I remember right is a possitive one. There is nothing ethically wrong with releasing your projects closed source, just as their isn't anything wrong with releasing them open source. However, the problem comes when you try to force a project to be open to be able to use your code. What really should be done is to give credit, because there is no reason that someone should have to open the source of anything.

      There should be a massive thinking of the way open sourcing is done in the GPL world. Isn't the point of open source to spread ideas and to develop the community as a whole? How do you accomplish this by making other people have to do things your way. Why should you care if some company uses your code (or anyone elses for that matter) to make money off of, most likely by keeping it open no one was going to make money at all. However, by letting them use your code in a closed source project you are actually going to make a difference on something that some other people are doing.

      If the world of open source would quit advocating that you should only do open source projects and let every one do it their own way with what ever they needed then maybe we will see their be a superior standard way of doing things on the PC market. Prohaps even going as far as to combine large portions of Linux into the windows market. If you people don't get your act together and quit being zealots about things then Linux will forever remain a non-major player in userland.

    34. Re:A couple points. by PurpleFloyd · · Score: 2

      Personally, I think it's ethically wrong because if MS lifts a major part of the OS out of somebody else's project, they should acknowledge the work done by others. While the license may permit MS to use the code freely, they should still give credit where it's due.

      --

      That's it. I'm no longer part of Team Sanity.
    35. Re:A couple points. by Anonymous Coward · · Score: 0

      Buying a dodgy quick-and-dirty OS for your deal with IBM - $30,000

      Getting all OEMs to use your OS - $40,000,000

      Becoming the worlds most predatory and monopolistic Software firm - priceless

      disclaimer, no clue how MS actually got all their OEM deal nor how much QDos costed them. Remember, this was a joke

    36. Re:A couple points. by mpe · · Score: 2

      Doesn't matter. My point is that with MS beating the drum, saying "If your licenses aren't 100% squeaky-clean, we'll sic men with shotguns on you, you low-life pirate!" Many cases of "piracy" in business is simply an inattention to the site license.

      Or even licencing so complicated that it's virtually impossible to comply with the exact letter. But with enough intimidation they can probably get people to cough up even when they'd lose in court. (Especially in the US where, IIRC, plaintiffs tend not wind up paying all costs resulting from bogus lawsuits.)

      .in other words, a violated licensing agreement.

      What happened here is an actual court judgment.

      And yes, if that Peruvian senator is for real,

      This phrase has cropped up quite a bit, never with respect to any US politicans though

      not only would I like him as a US senator (hmm--need to check the Constitution on how long he needs to be a citizen first), but I would actually support his campaign.

      Why would he want to in the first place? Maybe the US (to use the current PC term) needs a "regime change" instead...

    37. Re:A couple points. by mpe · · Score: 2

      Except that they don't say "Free Software", they say "Virally licensed software", which is a term right out of the BSDL Advocacy book of Brett Glass and others.

      It's also highly ironic since Microsoft are masters of viral licencing. Write software with GCC and you can licence it how you like, if you use a Microsoft compiler you may well find you can't. Maybe Microsoft will claim next claim copyright ownership over something you produce in MS Office.

    38. Re:A couple points. by mpe · · Score: 2

      Suppose it was not a myth and MS really did "borrow" some code from BSD or GPLed software...

      They can borrow from BSD as much as they like, there isn't that much difference between BSD licenced code and code in the public domain. Where it becomes an issue is if they borrow from GPL code. In order to do anything about this you'd need to bring a court case somewhere with strong copyright law, but minimal "corporatism".

      how would one try to prove it, without access to source code? Even then, I really think they would have gone to the trouble of obfuscating that piece of code one way or another...

      Depends if attempting to hide copyright infringement is considered more serious that simple copyright infringment. Since one of Microsoft's methods of obfuscating code is to spread it around they could be making their infringment even worst...

    39. Re:A couple points. by Mr_Silver · · Score: 2
      Microsoft has been known in the past to include BSD code. (It's TCP/IP stack is one example.)

      Which they don't make any effort to hide.

      Had you read the BSD licence, you'd have know that they are allowed to do this.

      --
      Avantslash - View Slashdot cleanly on your mobile phone.
    40. Re:A couple points. by Anonymous Coward · · Score: 0

      Yep, concise and articulate, we could use a guy like him 'round these parts

    41. Re:A couple points. by Anonymous Coward · · Score: 0

      "But when you're a multi-billion dollar company and you keep using software after your licence has been revoked, that's not theft."

      Unless that code is owned by Microsoft and it's the BSA doing the investigation. Then it's theft.

    42. Re:A couple points. by Anonymous Coward · · Score: 0

      The slashdroids never cease to amaze me (or at least make me laugh)... Troll!?!?!?

      Why because one of the fellow slashdroids was wrong?

      I give you +5 funny

    43. Re:A couple points. by Shadowlore · · Score: 1

      If you people don't get your act together and quit being zealots about things then Linux will forever remain a non-major player in userland.

      So what? I care more about the server/developer world than the so-called "desktop world". And guess where linux is kicking ass. Yup, serverland.

      When will you people learn that not all of us care that much about the alleged "desktop"? Even MS has realized the future is in servers, not "desktops".

      --
      My Suburban burns less gasoline than your Prius.
  7. FUD by Anonymous Coward · · Score: 2, Informative



    FYI (for your info ;-) FUD == Fear, Uncertainty and Doubt

    1. Re:FUD by Anonymous Coward · · Score: 1, Funny

      Or, to use it in a sentence.

      I live with FUD every time I boot into Windows.

    2. Re:FUD by Anonymous Coward · · Score: 0, Interesting

      Heh, I always thought that it stood for Fucked-Up Disinformation. Thanks for the clarification!

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

      Wow. That describes exactly the feelings I get when I visit slashdot. It's so biased that rather than get the message sent they turn people away. Sigh.

    4. Re:FUD by Thing+1 · · Score: 2
      Or, to use it in a sentence.

      I live with FUD every time I boot into Windows.

      Or another:

      The dog tried to trap the cat in the dryer with a sign labeled "CAT FUD".

      (Thanks Gary Larson)

      --
      I feel fantastic, and I'm still alive.
    5. Re:FUD by Tony-A · · Score: 2

      What's lurking in my email?

  8. Go Nunez! by TuxLuvr · · Score: 4, Insightful
    This is coming out now due to the efforts of that Peruvian politician who stood up to M$FT (recent /. story).

    I wouldn't be surprised if they start supporting whoever is against him politically.

    They have so much political power, it's nice to see that other countries are not necessarily "drinking the kool aid".

    1. Re:Go Nunez! by Lemmy+Caution · · Score: 3, Interesting

      I like the idea of calling Dr. Villanueva (that's his name, not Dr. Nu&ntildeez) the "St. Thomas Aquinas" of the free software movement. Although, his letter is really a lot more concise than the Summa Theologica ever was. It's telling that a Peruvian politician has made a stronger, clearer, and more irrefutable business-case for free software than Red Hat, ESR or IBM have.

    2. Re:Go Nunez! by teslatug · · Score: 2

      They could probably buy a good chunk of Peru's government with their $40 Billion.

    3. Re:Go Nunez! by mattbelcher · · Score: 1

      Dr. Villanueva's letter is more like the Aquinas' Summa contra Gentiles than the Summa Theologica.

      --

      Shockwave Flash movies are the greatest thing to happen to non-sequitur humor since Japan.

    4. Re:Go Nunez! by mgblst · · Score: 2

      Heck, they could proabably buy all of Peru for some of their $40 Billion.

    5. Re:Go Nunez! by Anonymous Coward · · Score: 0

      They could definitely buy any election, a private army, most politicians, and several medium sized cities. And they often do. See this. And Americans wonder why they are hated in so many places!

    6. Re:Go Nunez! by Anonymous Coward · · Score: 0

      This is coming out now due to the efforts of that Peruvian politician who stood up to M$FT (recent /. story).
      I wouldn't be surprised if they start supporting whoever is against him politically.


      They would only have to do that if the US government had actually changed their foreign policy.
      Why would Microsoft need to do very much? When they can lean on the CIA and DEA to find some of Alberto Fujimori's supporters (who havn't yet been jailed for corruption and terrorism).

  9. This is not what I would call... by Fig,+formerly+A.C. · · Score: 1

    ..."TRUSTWORTHY" computing. :-) I wonder if the MS-DRM scheme can protect non-MS rights? Seriously, I have to wonder why this was missed by all the anti-MS nuts out there until now.

    --
    Murphy was an optimist.
    1. Re:This is not what I would call... by Anonymous Coward · · Score: 0

      How do you know it was missed? Its been posted on slashdot. Just because it doesn't get noticed first doesn't mean people are opportunistic M$-bashers.

    2. Re:This is not what I would call... by Anonymous Coward · · Score: 0

      all the anti-MS nuts out there

      So, if you don't like slow, insecure, unreliable, badly designed, hard to maintain, expensive software you're a "nut".

      I thought I was just "sensible".

  10. Sketchy information by MisterBlister · · Score: 3, Interesting
    Sadly there's not much information there. How did they determine that Microsoft actually used the 'Character' code and not some in-house programmed alternative? Just because the UI remained the same (good for customers using the product) doesn't mean the code is the same underneath. Did they actually get access to the source code, or are they just assuming Microsoft still used it? Would be nice to know the answer to that....

    In any case, I find it hard to believe Microsoft would have done this. Not because they are saints, but because certainly they would have learned from the 'Stacker' incident (Which was a patent infrigment, not copyright, but similiar to this case in many ways).

    Microsoft might be evil, but they aren't stupid. I'll reserve final judgement until more facts are known.

    1. Re:Sketchy information by Dr.+Manhattan · · Score: 2
      Sounds to me like Softimage didn't report the fact that they were licensing apparently key tech from Syn to MS when MS bought them out. So then MS finds that it has an unexpected liability.

      Then it appears, from the limited info available, that MS decided to play hardball, and just lawyer the opposing side to death rather than negotiate.

      And it worked, too... US$400,000 is one ten-thousandth of MS's cash reserves.

      --
      PHEM - party like it's 1997-2003!
    2. Re:Sketchy information by BrookHarty · · Score: 2

      I'm surprised with the amount of lawyers M$ has, they could have missed it. The only answer is they ignored the issue, which makes them software pirates. And when your a big corporation its not Piracy, its a contract dispute.

      Kinda funny. :)

    3. Re:Sketchy information by zrodney · · Score: 0
      That senario gives Microsoft way too much goodwill.


      Did they make sure to quarrentine all of their
      programmers who used or saw the source to Character?


      If any staff member is poisoned by their previous
      work with the other company, it's theft. Microsoft
      is one of the few companies that could reasonably
      be expected to spend the money to be sure
      there's no impression of code piracy.


      Other small companies go way out of their way to
      make it clear they aren't using code from their
      employee's previous employers unless they want
      to have a risk of legal action that could bankrupt
      them.


      On the other hand, Microsoft doesn't need to worry
      about legal action draining their funds completely
      so they aparently take a different interpretation
      about their own use of other people's code. They
      have the $$$ to afford it.

    4. Re:Sketchy information by AJWM · · Score: 2

      Microsoft might be evil, but they aren't stupid.

      Well, you certainly couldn't prove that by their track record: Stac Micro (which you allude to), the DR-DOS/Windows incidents, MS Bob, NSA_KEY, "Netscape engineers are weenies", Clippy, faked videotape evidence in court, et bloody cetera...

      --
      -- Alastair
    5. Re:Sketchy information by HiThere · · Score: 2, Flamebait

      But what they learned from "the Stacker incident" is that crime pays. And if you have the lawyers that MS has, and don't have any ethics that you count as worth anything, then they may be right.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    6. Re:Sketchy information by lynx_user_abroad · · Score: 1
      In any case, I find it hard to believe Microsoft would have done this.

      If Microsoft can engage in criminal behavior and still win in court, why would you suspect that they are still innocent when they have lost in court? I would think their lawyers would have been able to defend them well enough in that case.

      Or is this some sort of slam against the French court system?

      --

      The thing about things we don't know is we often don't know we don't know them.

    7. Re:Sketchy information by cholokoy · · Score: 1

      Ah a Microsoft apologist....

      The French courts have already found them guilty are you saying the court is biased?

      --
      Return the bells of Balangiga.
    8. Re:Sketchy information by Snoopy77 · · Score: 1

      Well in case you didn't notice judgement had already been made by the courts and the verdict was guilty. I don't think anyone is really hanging out to see which way *you* judge.

      --
      "She's a West Texas girl, just like me" - G.W Bush Iraqis
  11. Please excuse the enormous decoy by lildogie · · Score: 4, Insightful

    If this news came out in September of 2001, it was probably (figuratively) buried in the rubble of the World Trade Center.

    A shocked and grieving nation could be forgiven for missing a legal event or two in France.

    1. Re:Please excuse the enormous decoy by Jon+Howard · · Score: 0, Offtopic

      Speaking of... what ever happened to Gary condit and Chandra Levy?

      I must have missed it.

    2. Re:Please excuse the enormous decoy by Anonymous Coward · · Score: 0

      They never found anything proving he was involved. What do you expect, that they'll come on the news every week and say "Aside from being a slimeball, we still have no reason to believe that Gary Condit had anything to do with Chandra Levy's disappearance. Her body still has not been found." That can only go on for so long before people get bored.

    3. Re:Please excuse the enormous decoy by dxkelly · · Score: 1

      It wasn't missed. I submitted this story to slashdot last year but apparently it wasn't considered newsworthy at that time.

    4. Re:Please excuse the enormous decoy by Jon+Howard · · Score: 1

      A little follow-up on this: a likely candidate for Chandra Levy's remains has turned-up.

      Her parents are hopeful that she's still alive and the remains are not hers, even though they were found in a park where she was known to jog.

      As a side note, Condit refused to comment - though I don't wish to imply that that has any meaning whatsoever.

      Anyway, that's my follow-up, hope this finds resolution soon. Oh, and thanks for the constructive comments, posters.

  12. Is this really MS's fault? by davmct · · Score: 4, Insightful

    SoftImage is a Canadian-based CGI software company that was bought out by MS, plugged to Hollywood to be used in such films as Jurassic Park, and then promptly sold off. MS has since sold SoftImage and has no control of the code they write. It seems that the code in question was actually being used by SoftImage before it was bought out by MS. (although under license). This just seems like a red herring to shovel dirt on MS over an inherited problem from buying out SoftImage. Seems like the /. crowd is getting desperate for MS dirt to me...

    1. Re:Is this really MS's fault? by ScottKin · · Score: 0, Flamebait

      Absolutely!

      I wonder if the /. "Penguin Fetishists" would be interested enough to find-out how many Warez Servers are running Linux or a Linux-derrivative OS and Apache?

      Nah - It's been my experience that Linux-o-Philes and Penguin Fetishists are just the other side of the coin of Warez Pirates.

      I dare anyone to prove me wrong!

      --
      I don't give a rat's behind about "karma" here or anywhere else. Don't like what I have to say here? Deal with it!
    2. Re:Is this really MS's fault? by BryceH · · Score: 1

      there is at least one french court that thinks MS is at fault. RTFA

      --
      "Shut up brain or ill stab you with a Q-tip" Homer Simpson
    3. Re:Is this really MS's fault? by pjt48108 · · Score: 1

      "...It seems that the code in question was actually being used by SoftImage before it was bought out by MS. (although under license). This just seems like a red herring to shovel dirt on MS over an inherited problem from buying out SoftImage. Seems like the /. crowd is getting desperate for MS dirt to me..."
      Have you never heard of receiving stolen property? It gets people into hot water all the time. Are we to understand that M$ is excused from diligence in following up on the legality of the products it purchases for sale to third parties?

      --
      Mmmmmm... Bold, yet refreshing!
    4. Re:Is this really MS's fault? by Zone5 · · Score: 1

      I'm not going to dispute the "MS is dirty" part of your assertion - they are. But the french courts are hardly ones to be held in high esteem for their faultless assignment of blame. They are after all the ones who have decided to fine the entire world for not following french internal laws out in their own countries (i.e. Yahoo Auctions + Nazi memorabilia).

      The French are not a society to be held up as paragons of virtue, regardless of their luck in catching Microsoft's hand in the cookie jar.

      --
      "So on one hand, honey is an amazingly sophisticated and efficient food source. On the other hand it's bee backwash."
    5. Re:Is this really MS's fault? by Anonymous Coward · · Score: 0
      I wonder if the /. "Penguin Fetishists" ...

      Mmmm ... penguins. So cute, so tight. And they're helpless on land as they cannot fly! Man, I *love* Antartica

    6. Re:Is this really MS's fault? by Anonymous Coward · · Score: 0

      Insightful?
      He's right but missed a point.

      Daniel Langlois, who created Softimage took piece of code from the french guy in question. That french guy made a software and Langlois incorporated that feature in Softimage.
      The end of the story is, MS is not directly responsible.

      I'm a Montrealer ;)
      ....and Habs are going for the Cup :)

    7. Re:Is this really MS's fault? by Anonymous Coward · · Score: 0

      Also, when Microsoft received its 'cease and desist' letters, it should have stopped using the stolen code. When it continued to use the stolen code, it was then guilty of the crime it for which the French court convicted it.

  13. Not entirely their fault by pc_plod · · Score: 1

    They did get left with the mess by the previous company who reneged on the deal in the first place. The initial piracy was not their doing it got got handed over when they bought the company

    --

    Help the scientists free the world from the evil curse of the dracula
    1. Re:Not entirely their fault by toupsie · · Score: 2, Informative

      That is why, when you purchase another company, you enter a phase call "Due Diligence" so you can find out what kind of scumbags/angels you are buying. So, yes it is entirely Microsoft's fault for not researching the company they were buying.

      --
      Strange women lying in ponds distributing swords is no basis for a system of government.
    2. Re:Not entirely their fault by pc_plod · · Score: 1

      And as the article suggested they offloaded it straight away. They messed up on the research bit, and technically are at fault, but it is hardly a malicious intent to pirate software and make illegal gains off unowned code.

      --

      Help the scientists free the world from the evil curse of the dracula
    3. Re:Not entirely their fault by Waffle+Iron · · Score: 2, Funny
      That is why, when you purchase another company, you enter a phase call "Due Diligence" so you can find out what kind of scumbags/angels you are buying. So, yes it is entirely Microsoft's fault for not researching the company they were buying.

      Yeah, a dialog box probably popped up with a bunch of boring legal documents in it:

      "The status of this company is described below. You must accept this status in order to complete your purchase of this company. Press 'Yes' to accept or 'No' to cancel."

      We can all guess as to whether they read all of the text before clicking on "Yes"...

    4. Re:Not entirely their fault by HiThere · · Score: 2

      Other comments have indicated that they actually did know of the license, and that they needed to license the code in order to use it. But when they couldn't come to an agreement over license terms, they continued to use it anyway.

      To my mind, that's pretty clear evidence of pre-meditation. At a guess this is premeditated grand theft without evidence of remorse. I think that they should be considered quite lucky to get off with a fine. An ordinary mortal would expect to spend several years in prison.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    5. Re:Not entirely their fault by Rasputin · · Score: 1

      And as the article suggested they offloaded it straight away. They messed up on the research bit, and technically are at fault, but it is hardly a malicious intent to pirate software and make illegal gains off unowned code.

      And the schools Microsoft has been threatening, are they guilty of malicious intent? Would a proven lack of malace by the schools even slow Microsoft's lawyers down?

      --
      "I once preached peaceful coexistence with Windows. You may laugh at my expense - I deserve it." Be's Jean-Louis Gass
  14. Quick! by SLot · · Score: 3, Funny

    Call the BSA!

    1. Re:Quick! by dynoman7 · · Score: 1

      Call the BSA!

      What are the Boy Scouts gonna do to M$?!? Widdle em to death?!?

      ;-)

      --
      Blarf.
    2. Re:Quick! by Anonymous Coward · · Score: 0

      I may just do this... :+)

  15. Well... by travdaddy · · Score: 1

    If I said "Murder is wrong", and then one of my kids went out and killed someone and I was fined 3 million francs for it, can't I still say that my viewpoint is correct?

    --
    Adidas To Bring Back Sneakernet
    1. Re:Well... by duren686 · · Score: 1

      The analogy is more complete if it's your adopted child.

      --
      Y2K Compliant since the late 1890s
  16. 3 million francs? by Anonymous Coward · · Score: 0

    didn't the franc go away with the advent of the Euro? Is this, perhaps, a very old story?

  17. This is like that movie... by Uttles · · Score: 2

    I can't remember the title, but it's the one where they spy on this kid and take his code to make their software.... the guy from Shawshank redemption plays the Bill Gates type character, and some nutjob plays the "hero" computer guy. Anyway, Microsoft really is as evil as the movies say, huh?

    --

    ~ now you know
    1. Re:This is like that movie... by CaffeineAddict2001 · · Score: 2, Informative

      This was called "Antitrust".

    2. Re:This is like that movie... by sk8king · · Score: 2, Informative

      _Antitrust_ Tim Robbins and Ryan Philippe [I think]

    3. Re:This is like that movie... by glitch_ · · Score: 3, Informative

      I can't remember the title, but it's the one where they spy on this kid and take his code to make their software.... the guy from Shawshank redemption plays the Bill Gates type character, and some nutjob plays the "hero" computer guy. Anyway, Microsoft really is as evil as the movies say, huh?

      That moview was Antitrust, and they specifically mentioned Microsoft as being a competitior to the company in question so people wouldn't draw parallels between the company in the movie and Microsoft.

    4. Re:This is like that movie... by Uttles · · Score: 2

      haha, well, looks like that strategy didn't work! Of course, it didn't help that Tim Robbins was the spitting image of Bill Gates either.

      --

      ~ now you know
  18. Cause for an audit? by mikosullivan · · Score: 5, Interesting

    I wonder if this could be cited as a reason to call in an audit on Microsoft. After all, there's now more evidence that they pirated software than the school systems they are accusing.

    --
    Miko O'Sullivan
    1. Re:Cause for an audit? by Anonymous Coward · · Score: 2, Funny

      Here's a project for people with free time. Put together a list of terms that might be seen in GPL code, and then grep various Microsoft products for them. If you get a hit, open up the binary with a good editor, and have a look.

    2. Re:Cause for an audit? by HiThere · · Score: 2

      But they'd probably have compiled it with their own compiler, so the binary would likely be different. You might look the the GPL license though. I wonder what would happen if someone found a copy.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    3. Re:Cause for an audit? by Anonymous Coward · · Score: 0

      I found it.

      ftp://ftp.microsoft.com/developr/interix/gpl.txt

      Nothing happened.

    4. Re:Cause for an audit? by ryanvm · · Score: 1

      I wonder if this could be cited as a reason to call in an audit on Microsoft.

      Don't count on it. The BSA is in the business of busting software "pirates" not copyright violaters. Besides, the BSA can audit you because the click-wrap EULA you agreed to allows it. Microsoft never agreed to anything like that.

      Of course, IANAL so you just wasted 30 seconds of your life reading my post. :)

    5. Re:Cause for an audit? by sharkey · · Score: 1

      The BSA is in the business of busting software "pirates" not copyright violaters.

      Maybe I'm being dumb, but aren't those the same thing, at least according to Bill? Shouldn't you say, "The BSA is in the business of busting people who might owe Microsoft more than $0.00005 US"?

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
    6. Re:Cause for an audit? by Reziac · · Score: 2, Interesting

      Remember when M$ unveiled the then-new admin tools for Win2K ?? The new features list was remarkably contiguous with Back Orifice 2000, whose source was released not long before M$ announced said much-improved W2K admin toolset.

      Coincidence? You decide. ;)

      --
      ~REZ~ #43301. Who'd fake being me anyway?
    7. Re:Cause for an audit? by mpe · · Score: 2

      Don't count on it. The BSA is in the business of busting software "pirates" not copyright violaters.

      There isn't much difference.

      Besides, the BSA can audit you because the click-wrap EULA you agreed to allows it. Microsoft never agreed to anything like that.

      I doubt that this is needed, otherwise only software "pirates" who have agreeed to such an EULA could ever be charged. Which self evidently is not the case.

    8. Re:Cause for an audit? by Anonymous Coward · · Score: 1, Interesting
      The BSA is in the business of busting software "pirates"

      The BSA was founded by Microsoft, Adobe, Apple, and a couple other software companies. The last thing they are going to do is audit one of their founding members.

  19. Microsoft stole my code! by Anti-Microsoft+Troll · · Score: 1, Funny

    I wrote modules of an operating system in sixth grade as part of my Introduction to Computers class. Granted, I didn't know a thing, and my OS consisted of printing "Hello World" and asking the user what kind of ice cream they liked.

    But I've just discovered that my code is at the heart of the Longhorn project. Apparently, the new version of Windows is going to be called "Windows Hello World, Ice Cream Edition."

  20. I think it *is* Microsoft's fault by tinahdee · · Score: 5, Informative

    See, the problem with that theory, is that Microsoft knew what the deal was before they bought SoftImage. Right before MS bought SoftImage, they sent them over to Syn'X to present this new deal, i.e., hand over the rights to your code or it's no go. They probably thought Syn'X would cave in, but they walked instead, and that killed SoftImage's usefulness to MS. It doesn't take a lot of deep speculation to imagine that MS/SoftImage probably had some commitments with the product already, and got kind of burned when Syn'X pulled out of the deal.

    Tina

    --
    tinahdee beautiful jewelry: silver, gold, gemstones tinahdee.etsy.com tinahdee.com facebook.com/beautifuljewelry
    1. Re:I think it *is* Microsoft's fault by Anonymous Coward · · Score: 0

      If you think that the features of Character in SoftImage was the most useful element that lead to MS purchasing Soft then you know nothing about this software package.

    2. Re:I think it *is* Microsoft's fault by Anonymous Coward · · Score: 0

      > If you think that the features of Character in SoftImage was the most useful element that lead to MS purchasing Soft then you know nothing about this software package.

      Ooookay, enlighten us all, then - why did Microsoft buy SoftImage?..

    3. Re:I think it *is* Microsoft's fault by flatrock · · Score: 2

      See, the problem with that theory, is that Microsoft knew what the deal was before they bought SoftImage. Right before MS bought SoftImage, they sent them over to Syn'X to present this new deal, i.e., hand over the rights to your code or it's no go.

      Interesting theory. The articles didn't say that Micorsoft did this. Do you have some other source or are you just making this up as you go? It's possible that what you're saying is true, but you'd think that if Microsoft so blatently stole this code there's be a large financial verdict. The amount was tiny. Maybe the one function that was pulled out contained most of the functionality, and the ones that remained were relatively insignificant. The article is very vague on what Microsoft was found guilty of. Actually about the only thing the articl really shows is that Microsoft bought a company, that company broke the law, and then Microsoft sole the company.

      The French govenment has always seemed to like to take shots at Microsoft. Why didn't they do it in this case? If this is a case where Microsoft did something really bad, why not put the details of what Microsoft was found guilty of in the article? I want facts, not spin and FUD.

    4. Re:I think it *is* Microsoft's fault by Anonymous Coward · · Score: 0

      Excuse me Mr. Apologist but it clearly says in point 4) "...Microsoft asserts that 'Some or all' of Character has been removed..."

      So you can claim that the article made it up but the evidence that this IS a Microsoft problem is clear.

      Furthermore, Microsoft as part of the BSA and on their own will assert Copyright infringement at the drop of a hat, threaten to bring in the Feds or do their own audit to extort extra licensing fees from any organization they see fit. So...whether this was actually their fault or simply their fault by association DOESN'T matter. It behooves them to ensure all their businesses are completely compliant with the license of every last piece of software they use.

    5. Re:I think it *is* Microsoft's fault by Thrikreen · · Score: 2, Informative

      [disclaimer] I'm a Maya user, and don't follow in Softimage's tracks very well (as in at all), so my info might be incorrect...

      Softimage is a 3D modelling/animation package like Alias|Wavefront's Maya or Discreet's 3D Studio Max. It's used in quite a number of movies for special effects and the like. A couple functions out of a 3rd party software is a miniscule amount of functionality compared to all the other features - I mean, it's not Notepad here, we're talking of software that handles modelling, textures, animation, and rendering. And given the name of the 3rd party package, it would probably only assisted in the animation portion.

      Oh yeah, and Softimage runs on Unix (SGI Irix) and NT.

      You can probably see where this is going: Hollywood movie production + Softimage + NT = free advertising for Microsoft, in addition to extending their monopoly. Similar to what they're doing with games and the X-Box, buy the company and get them to produce for target platform.

      The news of MS selling Softimage is news to me (like I said, I don't follow it that well), but I guess the decision was poorly thought out in the first place, since chances are MS really wanted Softimage to be NT only, but the cost of maintaining Softimage didn't balance well to benefiting Microsoft. Not to mention Maya and 3D Studio Max has been chipping away at what was Softimage's domination in the 3D area.

      Me, I'll stick with Maya. =)

    6. Re:I think it *is* Microsoft's fault by flatrock · · Score: 2

      Yes. It is unquestionably the responsibility of anyone creating software not to include other people's work that they don't have the rights to use. I'm not disputing that point.

      However, in the real world mistakes do get made. Your opinion that Microsoft knowingly came in and told the company they bought to back out of the licensing deal and steal the code isn't based on any evidence that came from the article.

      If the major components of Character were still in the application, and it was obvious that Softimage, which was owned by Microsoft at the time, stole that intelectual property, don't you think there'd be a huge setlement or verdict? The article is definately opinionated, which doesn't make it wrong. It's also one sided. It only takes one short quote snippit, the one you just threw at me. Do you think that if that quote is in context and representative of the case that the verdict makes any sense. It doesn't even say who at Microsoft made that statement. The article says that the author was able to put together the timeline in which that comment is included in from the reference article that's linked to. However, the quote isn't in that reference article. Where did the quote come from? If the author has information from another source, why isn't it mentioned? Why isn't there more facts brought in other than this one quote? Everything else seems to come directly from the article.

      The article leaves too much out. It also tries to make a case that actions of a tiny company that Microsoft had recently acquired, actions that apparently aren't even worth investigating carefully, are representative of an intent from all of Microsoft to steal other people's code. Can you honestly tell me that doesn't rate pretty high on the FUD meter? Microsoft definately deservers to have their actions questioned. That doesn't mean that streching the facts to try and justify an opinion is justified.

      If a journalist wants to convince me of something, they should present you with facts, and a clear line of reasoning to how they come at their conclusion. That Newsforge article isn't journalism. It's an attempt to either advocate a position or simply sell more advertising. Advocating a position or even trying to sell more advertising are honorable goals, it done in an honorable fasion, but only if done in an honorable fasion.

  21. Um... by Imperial+Tacohead · · Score: 0, Troll

    That's only like $500,000. Given that Microsoft has $40B on hand, were I a French court, I would have fined them a lot more, just for the hell of it.

    1. Re:Um... by Fig,+formerly+A.C. · · Score: 1

      Maybe, maybe not. I know in the US there are some fairly strict guidelines on sentencing, that might have been the max for this offense in a French court.

      --
      Murphy was an optimist.
    2. Re:Um... by Zo0ok · · Score: 2

      In american law the fines are set not only to compensate for damage, but also to have a frightening effect on companies.

      This is not the case in many european countries (I dont know exactly about France). I Sweden for example you can at best be compensated for what you have suffered, no more. On the other hand, we have lots of authorities who make sure rules are followed and that the citizens are being protected (many times doing a not so very good job). Its just a matter of taste...

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

      Which is PRECISELY why you're not a French court, and I doubt a court at all.

    4. Re:Um... by larry+bagina · · Score: 1
      The only time ability to pay is a factor is when the plaintiff files the suit (ie - you don't waste your time trying to sue someone without any assetts).

      Most of the zillion dollar punitive damage awards you hear about in the United States are overturned or reduced on appeal. Ask Judge Penfield JAckson what happens when a judge shows bias.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

  22. But it's the GPL is cancer for IP??? by JimmytheGeek · · Score: 4, Informative

    Balmer called the GPL a cancer for intellectual property. What is oughtright theft? Cardiac arrest?

    That arguement was a load of crap anyway - as many have posted, the GPL *PROTECTS* authors' IP rights in ways you don't get from BSD-style licenses. Don't like the terms? DON'T USE THE CODE. Exactly the same calculation with MS Eulas. The BSD license allows more or less unfettered code-poaching, which is what authors who use that license prefer. Cool, either way.

    1. Re:But it's the GPL is cancer for IP??? by liquid_schwartz · · Score: 1

      I don't know that I'd say cool either way. The BSD license seems to encoutrage theft from the people who are willing to release code. To GPL code that you took your precious time developing is great, even noble. To take that same precious time and release code under a BSD license is STUPID.

    2. Re:But it's the GPL is cancer for IP??? by Anonymous Coward · · Score: 0

      Your reasoning is flawed though. The BSD license allows anyone to use code under it in free or commercial software, which means that the original author is able to reuse that any code that he/she submitted under the license at any future date for another software product (whether it be free or commercial). Under the GPL, once you submit code, you are basically waiving any ability to take the code in whole or in part for use in a future software product whether it be commercial or a different license (ie. cardware, artistic license, BSD license, etc..).

      The point is that the GPL and BSD licenses protect code in different ways which are both important. Instead of just picking a license and sticking to it for all of your releases, choose the one that is best. If you write code that could be beneficial to many, and you feel that you may one day want to use that code under a different license, choose BSD. On the other hand, if you want to write code that you will never be able to use under any other license, choose the GPL.

    3. Re:But it's the GPL is cancer for IP??? by anshil · · Score: 2, Informative

      Under the GPL, once you submit code, you are basically waiving any ability to take the code in whole or in part for use in a future software product whether it be commercial or a different license (ie. cardware, artistic license, BSD license, etc..).

      Wrong, the code _you_ did soly for yourself you can do with whatever you want. The GPL only allows some certain rights for others to you use your code. You of course have any rights on your own code you want. The GPL has to respected if you want to take over other peoples code (merged with yours) as you need the extra rights the GPL allows to do this at all.

      --

      --
      Karma 50, and all I got was this lousy T-Shirt.
    4. Re:But it's the GPL is cancer for IP??? by GombuMstr · · Score: 1
      Heres another thought. Microsoft will never bash BSD.... Apple uses it. Microsoft Uses it.

      This more or less is Microsoft trying protecting themselves. How could they bash something that they love so dearly. It's their holy grail.
      travis

    5. Re:But it's the GPL is cancer for IP??? by Anonymous Coward · · Score: 0
      Balmer called the GPL a cancer for intellectual property. What is oughtright theft? Cardiac arrest?


      Cease and Desist letters are cardiac arrests.
      Lawsuits over Intellectual Property are ebola.
      Spyware is .. err rape ?
      And of course illegally-abused monopoly is the AIDS of industry.

      (mod this down ! Flamebait at least.)
    6. Re:But it's the GPL is cancer for IP??? by i0lanthe · · Score: 2

      Wrong, the code _you_ did solely for yourself you can do with whatever you want.

      Unless you sign over your copyright to someone else, which is something you would have to do deliberately (so avoiding doing that is a no-brainer).

      And as long as you still own your code-nugget you can even grant permission for other people to use your code-nugget under whatever other terms you personally feel like. You can release GPL software and someone can still write to you and ask "yo, I love your Frobnicating routine, will you let me use it under different terms?" whereupon you can respond "why, certainly you may" or "hie thee hence, scurvy knave" (if it's Microsoft :) or whatever.

      --
      "The Crystal Wind is the Storm, and the Storm is Data, and the Data is Life"
    7. Re:But it's the GPL is cancer for IP??? by dark_panda · · Score: 3, Insightful

      I've released some stuff covered under a BSD-style license. I don't think it was a stupid move. I don't care who uses the code.

      And I don't consider it theft. I knew what the license meant when I decided to use it. If I thought otherwise, maybe I would've used the GPL.

      J

    8. Re:But it's the GPL is cancer for IP??? by rgbrenner · · Score: 1
      The BSD license allows anyone to use code under it in free or commercial software, which means that the original author is able to reuse that any code that he/she submitted under the license at any future date for another software product (whether it be free or commercial).

      The author can reuse their code no matter what license they place it under. The author can change the license at any time, or license it to another party under different terms (for example). Copyright allows them to do this - dont forget the author still owns the copyright on the code.

      Furthermore, it would be ridiculous to expect any author to write completely new code for every project. Whether or not they cut-and-paste, the author will reuse code. Authors typically will program the same way and they will solve the same problem the same way. Alot of the time, the code to solve a problem will be remarkingly similar, if not verbatim, to the code they used to solve a similar problem in the past. So using your argument, the author would have to release _every_ program they write under the same license.

      Your argument is complete nonsense.

    9. Re:But it's the GPL is cancer for IP??? by charvolant · · Score: 1
      Wrong, the code _you_ did soly for yourself you can do with whatever you want. The GPL only allows some certain rights for others to you use your code. You of course have any rights on your own code you want. The GPL has to respected if you want to take over other peoples code (merged with yours) as you need the extra rights the GPL allows to do this at all.
      This doesn't seem to be the attitude of the FSF. See this article where they criticise X/Open for changing the terms of their license. The logic behind this appears to be that, once you release something under the GPL, then you're bound by it, too.
    10. Re:But it's the GPL is cancer for IP??? by Richard_at_work · · Score: 1

      I don't know that I'd say cool either way. The BSD license seems to encoutrage theft from the people who are willing to release code. To GPL code that you took your precious time developing is great, even noble. To take that same precious time and release code under a BSD license is STUPID.

      This is exactly why i will NEVER EVER release stuff under the gpl, not because of the license itself but idiots like yourself who insult my intelligence by claiming that the GPL is better than anything else out there. News to you buddy, theres plenty more licenses, and to choose one other than the GPL isnt stupid as you claim, but a matter of free speech. No, not your free speech, MY free speech as i wrote the code.

      In short, its my code, i'll license it what ever fucking way i want. Live with it and stop calling me stupid.

    11. Re:But it's the GPL is cancer for IP??? by anshil · · Score: 2

      However the GPL is just a hack upon copyright rules. It only _allows_ you certain additional rights if you wouldn't have them by default, like copying, distrebutiong, changing, integerating. It doesn't restrict you in any way you would be otherwise allowed (like i.e. microsoft EULA's). If I've the copyright myself on a code, I don't need the GPL and am not bound to it.

      You can release code as GPL and but are not bound by it yourself. However if you take back contributions, you get them per default only under the GPL allownesses, that means if you integrate them then you are bound to the GPL; as you don't have the copyright of the contributions, except of course you aquire a copyright transfer from the contributor.

      Everything clear? The GPL does not require everyhing to be always open, that's FUD, often spread by people who don't really understand the license in detail. (al`a gpl is bad, and as soon you use it anywhere, you must open everything, nonsense!)

      --

      --
      Karma 50, and all I got was this lousy T-Shirt.
    12. Re:But it's the GPL is cancer for IP??? by dylan_- · · Score: 2

      This is exactly why i will NEVER EVER release stuff under the gpl, not because of the license itself but idiots like yourself who insult my intelligence

      Actually, you insult your own intelligence by choosing a license on the basis of the opinions of someone you consider an idiot.

      As you said, it's your code, and you can release it as you like, but do so because you prefer to use that license, not based on the rambling of Random /. Poster.

      I realise there's something contradictory about telling someone they shouldn't listen to what someone tells them, but I never claimed to be consistent, just right ;-)

      --
      Igor Presnyakov stole my hat
    13. Re:But it's the GPL is cancer for IP??? by Richard_at_work · · Score: 1

      You have a very valid point, but the thing is, the point of view that i was hitting out at isnt jsut prevelent on /., but through out the OSS community. As someone pointed out to me a while ago, my attitude is very much "Its my ball so it goes home when i do" but then again, since it is my ball, why should i let someone else decide what game i play with it?

    14. Re:But it's the GPL is cancer for IP??? by Anonymous Coward · · Score: 0

      The zealots are just too funny :)

      Can we reduce this to even more finger-pointing, name calling, and hand gestures?

      You code how you want and that's fine with me (And I'd guess the majority of the BSD license camp). We care not about your brainwashed preaching about the 'great, even noble GPL' and the 'STUPID' BSD license.

      Some of us just know better and don't care what you think. Actually your carefully crafted and delivered message of enlightenment provides a few minutes of amusement (at least for me), so please continue your GPL rant.

    15. Re:But it's the GPL is cancer for IP??? by charvolant · · Score: 1
      If I've the copyright myself on a code, I don't need the GPL and am not bound to it.
      That would be my reasoning, as well. However, the FSF's comments on X-Windows suggest that they have something stronger in mind. Unless it's just FUD on the FSF's part

      Everything clear? The GPL does not require everyhing to be always open, that's FUD, often spread by people who don't really understand the license in detail.
      It doesn't require everything. But there's a lot of stuff shy of everything that's still enough to cause disquiet.

      An obvious example is clause 2a of the GPL, which implicitly covers things like plugins or kernel modules (or so the FAQ says, anyway.)

      Another example is the making of the readline library GPL, rather than LGPL, and the reasons for it. Use of the library creates an interesting tail-wagging-the-dog effect, as far a licensing is concerned.

      It is worth examining the license in detail ...

  23. Re:francs... by Peyna · · Score: 2

    413,882.61 or so USD, francs don't really 'exist' anymore anyway. (www.xe.com/ucc)

    --
    What?
  24. Amazing... by Anonymous Coward · · Score: 1, Insightful

    I've seen stories slip through /.'s fingers for a few days before, but this news is so old, I had to consult my "submit story" failures to find it!

    2001-12-05 17:42:33 Microsoft France busted for Software Piracy (articles,news) (rejected)

    1. Re:Amazing... by gmack · · Score: 2

      Submitted the day after the World Trade center terrorist attack?

      Gee I wonder how that got lost ....

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

      Huh? Everyway I read that date, it doesn't come out to the day after..

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

      Funny, I don't remember any terrorist attacks on the 4th of December...

    4. Re:Amazing... by user32.ExitWindowsEx · · Score: 1

      Um, it says MAY 12, 2001, not September 12, 2001.
      A 9 does not look like a 5.

      --
      "Evil will always triumph because good is dumb." -- Dark Helmet
    5. Re:Amazing... by Anonymous Coward · · Score: 0

      or even the 11th of May...

  25. Antitrust by freeweed · · Score: 2, Offtopic

    Actually was a not half-bad movie, if you can get past Ryan Phillipe (sp?) as a l33t computer geek.

    Tim Robbins' portrayal of the evil CEO was spooky - part Bill Gates, and to me part Steve Jobs. Hell, he even LOOKED a lot like a hip Gates.

    VERY overboard movie in terms of the paranoia/conspiracy theory angle, but still, a fun watch, and a fair bit of industry jokes aimed squarely at Microsoft.

    --
    Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.
    1. Re:Antitrust by Uttles · · Score: 2

      You know, I forgot about the Jobs-esque-ness of Robbins, but you're right, he was like a mix of Jobs and Gates. Gates has business-speak down pat, but Robbins in that movie was more concept/philosophy oriented, like Jobs. As a "mac lover" though, I prefer to think of the evil lead character as more of a Bill Gates.

      --

      ~ now you know
    2. Re:Antitrust by CaffeineAddict2001 · · Score: 1

      Hollywood will never accept that hackers don't look like ryan phillipe, hugh jackman, john lee miller or angelina jolie but look more like Richard Stallman or Cowboy Neal

    3. Re:Antitrust by troff · · Score: 1

      "AntiTrust"'s page at IMDB ...

      Not just jokes aimed (specifically) at Microsoft.

      [POSSIBLE SPOILERS AHEAD! Avert your eyes!]

      Note the sequence near the end where the black and white (!) footage of all the spied-on OSS coders is rebroadcast.

      You have about two seconds to note that there's one shot of a guy with his feet up, keyboard on his lap (angled body bottom-left, feet top-right, if randomly dysfunctional photo-memory is up today; footage is taken as if camera is in ceiling to his right behind him).

      Note the colour (in the otherwise completely greyscale footage) of the hat.

      Note that it's not green or blue. Or cyan or yellow or black.

      (Now if only the other shots'd had swirly thing and a chameleon as well...)

  26. umm... by Anonymous Coward · · Score: 0

    When compared to Windows?

    Ummm... yeah.

    In fact, where the hell have you BEEN? ;)

    1. Re:umm... by Peyna · · Score: 0, Flamebait

      Okay, here's my GPL'd C++ code:

      #incldue

      void poop(eat poop){
      // eat me eat me
      **int foo = &
      while(1){foo;}
      }

      It's GPL'd so it must be good!

      --
      What?
    2. Re:umm... by david.johns · · Score: 1

      No wonder it's GPL'd - it's based on that 'crashme' binary. ;)

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

      Damn, i was hoping to use that in windows 2004

    4. Re:umm... by Anonymous Coward · · Score: 0

      I claim prior art!

      You owe me unspecified damages for stealing my closed source code and publicly releasing it under the GPL!

      You will be hearing from my laywers.

  27. One of the best replies to Microsoft FUD I've read by mansemat · · Score: 0, Redundant

    The Peruvian Congressman's reply to the Microsoft FUD has to be one of the most well thought out, and level-headed arguments against MS that I have read. It's a rather long read, but you should check it out.

    --
    --
  28. Nothing shocks me anymore. by Dr.+Bent · · Score: 5, Funny

    I've gotten to the point where no news of Microsoft's misdeeds would shock me anymore.

    Microsoft is cutting up babies to make their user manuals! So what.

    They're attempting to terraform the earth's atmosphere to more closely resemble Bill Gates' home planet! Big deal.

    Steve Ballmer has Stalin's brain implanted into his skull to make him a more effective leader! What else is new.....

    Seriously, anything you could say about something evil that Microsoft does...I wouldn't disbelieve it. I don't know if this speaks more about Microsoft's trashed reputation, or my jaded attitude toward MegaCorp(tm) style policies.

    1. Re:Nothing shocks me anymore. by Anonymous Coward · · Score: 2, Funny

      I've gotten to the point where no news of Microsoft's misdeeds would shock me anymore.

      Microsoft is cutting up babies to make their user manuals!


      Actually, this would shock me a great deal.

      I mean, when was the last time you got an actual manual with an MS product?

    2. Re:Nothing shocks me anymore. by sharkey · · Score: 2

      Microsoft is cutting up babies to make their user manuals!

      No biggie. When was the last time you actually GOT a user manual with a Microsoft product? Something more than a leaflet that says, "Use the 'Configure Wizard' to set up your Server."

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
    3. Re:Nothing shocks me anymore. by kubrick · · Score: 2

      I've gotten to the point where no news of Microsoft's misdeeds would shock me anymore.

      Microsoft is cutting up babies to make their user manuals! So what.


      Microsoft still makes manuals? Now that shocks me. I thought they dropped paper manuals in the early 1990s...

      --
      deus does not exist but if he does
  29. Weak Argument by maggard · · Score: 5, Informative
    Disclaimer: I walked by Softimage's offices a few minutes ago on my way for a pastry

    MS's involvement in this was pretty minimal. They bought Softimage, there was no, shall we say "meeting of the minds" and they soon gave up and sold 'em off. Any IP violations were pretty much Softimage-responsability and not their corporate masters du jure.

    Of course Softimage is notable for being, as far as I know, the only shop that was ever bought up by MS that then succesfully fought it's way free.

    --
    I don't read ACs: If a post isn't worth so much as a nom de plume to its author then I wont bother either.
    1. Re:Weak Argument by sct · · Score: 1
      The reason you don't see more companies getting free of MSFT is because it was better to be part of them, then fight them.

      I don't think that is completely true anymore. But, it used to be that you are either a technological/marketing target or an acquisition target, and until 2 years ago, MSFT stock was pure gold. Follow the cash, that is where the nice house and car come from.

    2. Re:Weak Argument by buffy · · Score: 2
      Any IP violations were pretty much Softimage-responsability and not their corporate masters du jure.

      Hmm...how does that work, exactly? They were wholly owned by Microsoft, so doesn't that make them responsible for decisions made during this period of ownership?

      Although Softimage had its own leadership within the company, they were owned by MS, so I don't get how they couldn't be found liable.

      I really don't give a rat's ass about this issue at hand, but was just kind-of curious about that statement.

    3. Re:Weak Argument by maggard · · Score: 2
      Any IP violations were pretty much Softimage-responsability and not their corporate masters du jure.
      Hmm...how does that work, exactly? They were wholly owned by Microsoft, so doesn't that make them responsible for decisions made during this period of ownership?

      Although Softimage had its own leadership within the company, they were owned by MS, so I don't get how they couldn't be found liable

      Is a parent corpoeration responsable for every paperclip or internal policy at a subsidiary, even wholly owned? Is it reasonable to blame ITT or Textron or WR Grace or any other big corporation for everything a subsidiary (or a subsidiary of a subsidiary of a subsidiary etc.) does?

      I'm not defending MS, and I don't know anything more about the Softimage IP issue the dinner party conversation, but in this case it sounds as if the problem was at Softimge and not higher.

      You can make the argument that reponsability rests at the top be it ownership or chain of command or whatever but personally I tend to assign it to the folks who make the decisions. I'm told this was done in this case in Montreal not Redmond.

      YMMV, and as I said this is just dinner party chit-chat to me.

      --
      I don't read ACs: If a post isn't worth so much as a nom de plume to its author then I wont bother either.
    4. Re:Weak Argument by buffy · · Score: 2
      Is a parent corpoeration responsable for every paperclip or internal policy at a subsidiary, even wholly owned? Is it reasonable to blame ITT or Textron or WR Grace or any other big corporation for everything a subsidiary (or a subsidiary of a subsidiary of a subsidiary etc.) does?

      Generally, as has been mentioned previously, liability would depend on how much the parent company knows re: the actions of a subsidiary. From the sound of it, this licensing situation goes beyond paperclips, and MS seems to have had specific knowledge of the situation, since they certainly knew about the company backing out.

      I agree with you...doesn't really matter, and I certainly don't care. The only thing that caught my eye was the overall disclaimer of the responsibility of a parent company for its subsidiaries. I am a right-brain word fettishist so I just _love_ to argue symantics! ;)

    5. Re:Weak Argument by Tony-A · · Score: 2

      Is a parent corpoeration responsable for every paperclip or internal policy at a subsidiary, even wholly owned? Is it reasonable to blame ITT or Textron or WR Grace or any other big corporation for everything a subsidiary (or a subsidiary of a subsidiary of a subsidiary etc.) does?
      Generally yes.
      (YMMV, dinner party chit-chat, this is /. and all that)
      In a merger or acquisition the controlling party will put its stamp of ownership on the controlled party. This will happen with any collection of control-freaks and/or PHBs in the controlling party. Along with this goes an assumption on the controlling party that the controlled party conforms to "corporate standards". If the controlled party is an embarrasment the fault is assigned to the controlling party for not doing its job.

    6. Re:Weak Argument by Anonymous Coward · · Score: 0

      Anyone who uses the phrase "nom de plume" is a douche-bag.

    7. Re:Weak Argument by Anonymous Coward · · Score: 0

      I know what you mean... every time I read this guys sig I wince in disgust, then imagine myself bitch-slapping the pretentious fuck.

  30. HAHAHAHA by aengblom · · Score: 5, Insightful

    The biggest mystery is the obscurity of the story until now. "It looks to me as if the whole U.S. press missed the story," says Joe Barr, a technology journalist who frequently writes for IDG's LinuxWorld.

    So let me get this straight. Two weeks after Sept. 11 and in the middle of the anthrax attacksthe U.S. press missed a story about $400,000 fine issued (IN FRANCE) against Microsoft (with $40 Billion on hand) for putting unauthorized code in an obscure software package that it no longer owns (Avid). No shit. Really! They must be biased!

    --


    So close and yet so far from the world's perfect ID number
    1. Re:HAHAHAHA by HiThere · · Score: 1, Troll

      Besides, this isn't the first time they've done this, so it isn't really news anyway. (e.g., Stacker)

      Do you really believe that all those newspapers were only carrying one story? I saw several business items, even several computer business items. So they must have decided it wasn't "newsworthy", whatever that means.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    2. Re:HAHAHAHA by Anonymous Coward · · Score: 0

      You rock. Great post :)

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

      So let me get this straight. Two weeks after Sept. 11 and in the middle of the anthrax attacks [imdiversity.com]the U.S. press missed a story about $400,000 fine issued (IN FRANCE) against Microsoft

      Thus maybe Microsoft should be added to the list of terrorist suspects... Anyway it wasn't just the US press a large portion of the world appears to have missed this one

  31. Not Newsworthy by 4of12 · · Score: 4, Insightful

    Microsoft has already been down this road with file compression code that went into MS DOS 6.

    They're a business plain and simple. I'm sure they evaluate every decision and every public comment carefully in terms of cost, benefit, risk of getting sued and for how much money.

    Just because some people [like me] hold that ethics exist which are above this kind of cost/benefit analysis does not mean that MS cannot make a successful business strategy from subjecting ethics to fiscally responsible analysis.

    Shoot, it could well be argued that their entire antitrust trial is just a continuation of similar business practices. There may even be some at Microsoft who are actually surprised (but will not admit it for a few years) that they were able to continue as long as they have with their strategy.

    --
    "Provided by the management for your protection."
    1. Re:Not Newsworthy by jjoyce · · Score: 1
      Wow, say something intelligent and get labeled a troll. It's not like Microsoft treats consumers like dirt for ideological reasons; they just want money.

      Well, I agree with you. MS is not the only one, either.

  32. $422,000 by Agarwaen+The+Tired · · Score: 2, Interesting

    He got $422,000.
    Can you even Buy SoftImage for that price?
    I don't have the numbers on me here but I seriously doubt it. At least not outfit an office with that much. Shoot Maya and Max can top 50 grand per workstation. They are not even near SoftImage's price range as it's directed mainly towards Hollywood.

    1. Re:$422,000 by YrWrstNtmr · · Score: 1

      He got $422,000. Can you even Buy SoftImage for that price?

      SoftImage 3D Xtreme 4.0 - $3999 per seat from B&H Photo

    2. Re:$422,000 by malducin · · Score: 1

      Emmm. Maya just dropped in price to 2,000 for Complete and Unlimited to 6,000 a few weeks ago. Before they were around 6,000 and 10,000 respectively. Alias/Wavefront did have prices of 50,000 on the old days when it only ran on SGIs and that was at the time PowerAnmoator, Studio and Visualizer.

      While Soft3D is cheaper, XSI is still around the 10,000 range.

      Of course none of these cover the annual maintenance fees.

  33. France is stooopid by Anonymous Coward · · Score: 0

    If you really hate france, now is the time to send out emails to every travel magazine and
    newspaper and chatroom in the world telling tourists to stay away from france because of the danger of being contaminated with mad cow disease or foot and mouth disease and bringing these plagues back to their home countries and infecting their fellow countrymen with these diseases. The french tourist industry will suffer because the filthy unsanitary lifestyle of the french bastards will scare tourists away! Did you know that the bubanic plagues and the black plagues of the middle ages were started in france because of the dirty lifestyle of the french bastards?
    All dieases can be traced back to the french. They are nothing but monkeys! Their wine sucks!
    lolololololololololo

  34. Vive la France by Anonymous Coward · · Score: 0

    desolé, je ne pouvais pas m'en empecher...

  35. Re:*newsflash* by phyxeld · · Score: 3, Insightful
    from newsforge:
    And nobody else in the segment of the tech media that's traditionally anti-Microsoft picked up the story, either -- not Slashdot, nor LinuxToday, nor NewsForge.
    I guess it's good that they're at least honest.
    Still, seems sort of funny for a news site to openly admit that they are, in general, biased against a certain company.
    --
    __
    Choose mnemonic identifiers. If you can't remember what mnemonic means, you've got a problem. - Larry Wall
  36. not really MicroSoft by peter303 · · Score: 4, Informative

    SoftImage was a temporary subsidiary of MicroSoft, purchased then sold. They specialized in 3D CAD, mainly for the film industry. They were a pretty independent operation off in Canada, not really a part of the core Redmond culture.

  37. I suppose no one heard about stacker either..?? by Anonymous Coward · · Score: 0, Informative

    I was beta testing "Stacker" just before M$ did the
    same exact thing...they had a "loaner/review"
    contract for it and Bill say's "Ship It" to wit
    his marketing deputy at the time say's "But we
    don't own it" and Bill replies back "It's ok by the
    time they sue us we'll make ten times what they
    can sue for"...this was testimony in the original
    monopoly cause..guess Slashdot and the rest didn't
    hear that one either eh..?? anyone ever hear of
    "Drivespace"....duhhhhhhh.....!!!!
    There are probably over 50 companies that
    bastard has done this to....
    BTW...Carl White of Stacker sued and got
    millions but still folded his business and M$
    wound up with the code....
    Winmodems...Winprinters...Win does it end...??

  38. Greek gods running amok by Rupert · · Score: 2

    Like Steve "Monkey-Boy" Ballmer?

    I wonder what the Greek is for "Developers! Developers! Developers! Developers!"?

    --

    --
    E_NOSIG
    1. Re:Greek gods running amok by Alsee · · Score: 3, Funny

      Like Steve "Monkey-Boy" Ballmer?
      I wonder what the Greek is for "Developers! Developers! Developers! Developers!"?


      I sure hope it's not "Eureka! Eureka! Eureka! Eureka!" - Steve Ballmer running naked through the streets naked is a scary thought.

      -

      --
      - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
    2. Re:Greek gods running amok by ethereal · · Score: 1

      On the plus side, he probably displaces more water than Archimedes - Ballmer is a much better demonstration of buoyancy :)

      --

      Your right to not believe: Americans United for Separation of Church and

  39. Maybe that's not the point by mikosullivan · · Score: 5, Insightful

    Maybe MS isn't any more at fault than the school systems they are threatening, but if we hold them to the same standards as they hold others, they are guilty. MS is willing to claim that the owner of a computer system is guilty of piracy if that system has any unlicensed software on it, regardless of who actually put the software there. OK, now we hold them to the same standard: if you distribute programs without the appropriate licenses to do so, you're responsible, no excuses.

    --
    Miko O'Sullivan
  40. Perhaps the next time... by gillbates · · Score: 2, Interesting
    Someone suggests using an MS product, you should kindly remind them of the kind of company that Microsoft is:
    • Unable to write the code, they bought their first operating system and sold it for a hefty profit
    • They were convicted by a French court of stealing code from competing companies.
    • They were convicted in the U.S. of violations of the Sherman act.
    • Two of their most popular products, Internet Explorer and Outlook, have had security and virus propagation problems with every single release!

    When asked what I think of using Microsoft software, I simply reply, "It's against my moral and professional standards to encourage the use of software written by criminals." The events of the past 20 years have shown that Microsoft has little regard for either it's customers, or the law.

    Think about this one, folks. I know there are many arguments for/against open source, but the most powerful one may be that of ethics. You can argue up and down about the relative merits of the software, but Microsoft is undeniably a criminal organization - a fact brought to light by the courts of the United States and other countries. The next time someone asks why you don't run a Microsoft OS, simply reply that you don't feel like funding organized crime.

    --
    The society for a thought-free internet welcomes you.
    1. Re:Perhaps the next time... by Anonymous Coward · · Score: 0

      Man you need to get a grip. What is it with the slashdot crowd these days? It seems liek every anti-MS article in the news gets posted yet I go to other sites and like cnet, find positive news without spin, and see that MS's outlook isn't half as grim as you all claim it to be. And accussing every employee of MS of being criminals is just ridiculous. It doesn't really merit discussion. You need to do some self analysis and try to discover why you are so jaded and angry at the world becuase in a few years it will no longer be so hip to be on the anti-MS bandwagon and you'll be left bitter and defeated.

    2. Re:Perhaps the next time... by Tadrith · · Score: 1

      Regardless of which side you're arguing on, part of the reason this argument doesn't work is because in the end, most corporations are criminals and thieves just like Microsoft. That's simply the nature of business. Businesses don't care how Microsoft Office was written, they simply care that it allows them to get the work done that they need to do. Companies care about making money, not the moral implications of buying software from thieves.

      True, the home user can make a stand and refuse to buy the product. The only reason they can do this, though, is because they're looking at it from a human perspective. The home market is undeniably huge, but in the end I think Microsoft cares much more about what businesses are using their products, rather than the home user.

    3. Re:Perhaps the next time... by Anonymous Coward · · Score: 0

      By that logic, you shouldn't use Linux either. I think it is a pretty safe bet that Linus Torvalds, while in the US, has driven his car at 56 mph or more at least once (whether he ever got caught or not is irrelavent). Therefore, according to your logic, by using Linux you are supporting a criminal.

    4. Re:Perhaps the next time... by HiThere · · Score: 3, Interesting

      And considering the BSA, software audits, etc. I think it would be fair to characterize them as a racketeering organization. So if the laws were really enforced equally, then the govt. would immediately sieze all of their assets before starting prosecution on the charges. Then, since they couldn't hire any lawyers they would be quickly convicted, which would really prove their guilt, and the govt. wouldn't have to return any of the booty.

      I sometimes don't know which I think is more evil, our government, or the people it "protects" us against. Sometimes, however, I do.

      If you want to see where this kind of law can lead, check out the history of the inquisition. It has already seriously corrupted at least some of the US law enforcement.

      Yes, MS is guilty. But using government approved laws to validate this is .... they're so bad it's non-sensical. I respect copyrights. But since the DMCA, I seriously doubt the justice of "legal copyrights". (I've been dubious about it ever since the Sonny Bono copyright extension act, but now... UGH!)

      Justice needs to be defined in terms that pay no heed to the laws, because the laws are corrupt. Legal punishment is defined in terms of the laws, because there isn't any other way. If you know a decent way out of this, I'd sure like to hear it, because I sure don't.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    5. Re:Perhaps the next time... by AntiChristX · · Score: 1

      I put a mom and pop software company out of business.

      I helped to destroy business ethics.

      I put 10 school districts deep into debt.

      I destroyed the internet by spreading email virii.

      Everytime you buy Microsoft, you support terrorism.

      another PSA from

      --
      AntiChristX
      Daring to remain below 5 karma indefinitely
    6. Re:Perhaps the next time... by Anonymous Coward · · Score: 0

      I am totally amused as the prospect that you would unknowingly use my code, being a criminal 20 years ago. Hope you don't own a pvr, dvd player, or play coin op video games. TeeHeeheehee.

    7. Re:Perhaps the next time... by Anonymous Coward · · Score: 0

      LOL, you guys are poor pathetic saps.

      Find something actually worthwhile to vent your pent up rage about other than the latest incarnation of American capitalism. Microsoft is a dingleberry in the ass of questionably ethical corporations in this world. Go read "The Jungle" or any other such book.

      Open source is generally an abarration begging for misuse. I'd simply love to spend years writing code simply to have someone else take a peek at it to see how I something and not earn a dime more for it.. Sounds like fun to me.. Almost as fun as communism.

      Get off your high horses and come down to reality. Get vocal about something that really matters in this world like the obsurdity of religion or go work for Greenpeace or something.

      lol.

    8. Re:Perhaps the next time... by cygnusx · · Score: 5, Insightful

      This is honestly one of the funniest posts on /. for a while.

      > Microsoft is undeniably a criminal organization

      Because they are embroiled in a civil suit?

      So... let's see, which of these heart-warmingly goodfellas do you recommend I start using instead: Adobe, Macromedia, Sony, Disney, US Steel, AOL TW, Walmart, Oracle, Nike?

      > The next time someone asks why you don't run a
      > Microsoft OS, simply reply that you don't feel
      > like funding organized crime.

      Ask any activist who has a worldview even slightly broader than yours, and they'll tell you that Microsoft would not even figure on their radar of exploitative transnational corporations. Walmart, Nike, etc would. Organized Crime my left foot. Some people take software too damn seriously.

    9. Re:Perhaps the next time... by Anonymous Coward · · Score: 0

      OJ Simpson was in a civil suit,
      and see what happened..

    10. Re:Perhaps the next time... by Anonymous Coward · · Score: 0

      I take it you neither work in the software industry nor understand how a company in a trivial industry like software has $40 billion in cash reserves.

    11. Re:Perhaps the next time... by andcal · · Score: 1

      Judging by his post, I take it that he realizes that some things are more important than money, regardless of how big the stack is.

      --
      --something witty
    12. Re:Perhaps the next time... by Anonymous Coward · · Score: 0

      I take it you neither work in the software industry nor understand how a company in a trivial industry like software has $40 billion in cash reserves.

      I'm not sure what you are calling trivial here. The software industry or software in general? In either case, I don't agree with the trivial remark, but the rest makes sense.
    13. Re:Perhaps the next time... by Anonymous Coward · · Score: 0

      Get vocal about something that really matters in this world like the obsurdity of religion

      Religions such as Orthodox Evolution?
      Right you are, let's start tomorrow!

    14. Re:Perhaps the next time... by Trogre · · Score: 1

      Except that, as far as I know, Linus has not been determined an illegal monopoly and does not continue to operate illegally under the guise "Freedom to Innovate"

      I will not deal with businesses that are not legal entities (since they're illegal they can't be legal, right?)

      --
      "Nine times out of ten, starting a fire is not the best way to solve the problem." - my wife
    15. Re:Perhaps the next time... by Trogre · · Score: 1

      I think two quotes are relevant here, wish I could remember who they came from:

      "All those in favor of losing your liberty please stay silent"
      "All it takes for evil to triumph is for good people to do nothing"

      --
      "Nine times out of ten, starting a fire is not the best way to solve the problem." - my wife
    16. Re:Perhaps the next time... by Anonymous Coward · · Score: 0

      As if the stupid anti-drug PSAs we wasted millions of $$ on weren't BS enough...

    17. Re:Perhaps the next time... by Anonymous Coward · · Score: 0

      I think you need to expand your world view. You have the luxury of "boycotting" walmart & nike because they do not have monopolies. And if you worry about 8 year old girls making shoes, wait until you have to wear air jordons to file your taxes.

    18. Re:Perhaps the next time... by mpe · · Score: 2

      And considering the BSA, software audits, etc. I think it would be fair to characterize them as a racketeering organization.

      In addition you have volume licence agreements where people are expected to pay Microsoft a licence fee even for machines which don't even run their software.

      So if the laws were really enforced equally

      If they were even enforced at all...

    19. Re:Perhaps the next time... by Anonymous Coward · · Score: 0

      > Organized Crime my left foot.

      Cool, so as long as someone murders more people than I do, I can go on a killing spree?

  41. How to get away with shit like M$FT by Random+Man · · Score: 1

    Maybe the way around DMCA and etc is to create a LLC that operates out of your home, the "work" being to evaluate DVDs, CDs, blah blah whatever you want, copy shit rip CDs software etc... just make sure the LLC has almost no assets. If you are ever SPA'd or sued under the DMCA, just roll over dead, declare the LLC bankrupt, and start a new one...

    Would this work?

    1. Re:How to get away with shit like M$FT by drp · · Score: 2, Informative

      IANAL - but I don't think so. An LLC offers protection from civil liability, but not criminal.

      I'm pretty sure that most felonies cannot be commited by an incorporated organization, but rather only by individuals. For example, what if an officer of a corporation were to commit murder under the auspices of his business? He would obviously tried as an individual. Along these same lines, remember that violating the DMCA is a criminal felony offense, aimed at indivudals.

    2. Re:How to get away with shit like M$FT by Gaijin42 · · Score: 2

      a LLC only protects you from liability. They couldn't sue you. They could however have you thrown in jail for breaking the law. Nothing protects you from that. (Yeah, I killed joe, but my boss told me to!)

    3. Re:How to get away with shit like M$FT by ptbarnett · · Score: 1
      IANAL - but I don't think so. An LLC offers protection from civil liability, but not criminal.

      IANAL, either. But, I don't believe an LLC offers any real protection against civil liability.

      My understanding is that an LLC will shield you only from financial liability in the event of bankruptcy -- but only if you did not personally guarantee a debt. Until a business has a track record (of revenue and profit), few people will loan it money. So, the owner typically has to personally guarantee repayment, at least in the beginning.

      An LLC will typically not protect you from civil liability, because a plaintiff will typically name both the company and any identifiable individuals in a lawsuit. So even an LLC owner should consider professional liability insurance (also known as E&O, or Errors & Omissions).

  42. Well, you're right, but.... by PsiPsiStar · · Score: 2

    &lt sarcasm &gt How many FRANCS does MS have? Hmm? &lt /sarcasm &gt

    --

    ___
    It's the end of my comment as I know it and I feel fine.
  43. mod parent up please by MrResistor · · Score: 0, Offtopic

    This is probably the most insightful comment I've read today.

    --
    Under capitalism man exploits man. Under communism it's the other way around.
  44. Stacker by Anonymous Coward · · Score: 0


    Wasn't there back in the good old days of MS-DOS 5 and MS-DOS 6 a program called Stacker from a company called Stac? In MS-DOS 6 MS provided a product called Double Space. Stac sued MS and MS was found guilty of stealing code from Stacker and MS had to pay an undisclosed sum to Stac.

    1. Re:Stacker by qqtortqq · · Score: 1

      No, they were found guilty of patent infringement because doublespace did the same thing that stacker did, and Stac had gotten a patent for it already. No code theft involved.

    2. Re:Stacker by Anonymous Coward · · Score: 0
      No, they were found guilty of patent infringement because doublespace did the same thing that stacker did, and Stac had gotten a patent for it already. No code theft involved.

      Mere details.

      Jesus, the nerve of some people.

    3. Re:Stacker by maggard · · Score: 2
      [...] there is a striking resembalance between the sequence of events and the claims made about stacker disk compression software/Company
      Actually Stacker was one of the few cases MS got nabbed doing things like that.

      MS is notorious for expressing interest in a company selling a product in a market they want then opening negotations for some sort of deal. They then perform a very extensive "Due Diligannce" getting lots (!) of information about the business, it's staff, technology, market, etc. and then drop negotiations on a pretense. A month later they hire away the key folks, contact the principal customers, and announce a competing product. This technique is called "raping" and is something MS is often accused of.

      Stacker was able to respond because they could show that MS's resultant code was based on their code. Others without this sort of "smoking gun" have simply succumbed and seen their market taken away from them.

      Indeed the only company that I know of that has succesfully worked closely with MS in a market MS clearly wanted was Real. There's never been any love lost between the two but they've needed eachother and so had to make it work. It is to Real's credit they are one of the few MS "partners" that didn't obviously come out on the short end of the deal.

      However in this case this "raping" is not what seems to have happened. To my knowlege (and I only know of any of this from one dinner party conversation and several cocktail party chitchats.) it was simply a licensing deal gone awry and mishandled. There was no direct move into the aggrieved's market, no competing product intoduced, no "muscling out" by a dominant business. One company simply claimed that the other was using their code libraries without permission after a failed licensing discussion, the court agreed, the code was already dropped from new products and what replaced it wasn't a derivitive. The fines were paid and the matter seems to be closed, no errant IP lingering in the

      Or I could simply be ill-informed.

      --
      I don't read ACs: If a post isn't worth so much as a nom de plume to its author then I wont bother either.
  45. Microsoft's Overlooked Code Theft? by nochops · · Score: 0, Troll

    Microsoft's Overlooked Code Theft? No, SoftImage's overlooked code-theft, and timothy's lame (but effective) attempt to drum up today's anti MS babble.

    --
    "A terrorist is someone who has a bomb but doesn't have an air force." -William Blum
  46. what goes around comes around by tps12 · · Score: 1, Troll
    Coming from the culture (shared by my fellow slashdotter, I think) of "information freedom," I can't say I'm surprised. Think about it: Microsoft is one of the biggest recruiters of CS grads in the U.S. A full 92% of their employees are under the age of 25. Which means they have all grown up in the geek culture where television, radio, and Internet are all free or subsidized.

    The Free Source community is an offshoot of the same ideals, where cooperation is encouraged and revelation celebrated. What Microsoft has done here is not so different from what Linux Torvalds did to Minux. Just as his actions drove Minux out of business, so too will Microsoft proceed to drive Linux into the ground.

    In the end, the winners are the users. For us, things just get more free and easier to use, which is what technology is all about. Empowerment to be our best.

    --

    Karma: Good (despite my invention of the Karma: sig)
    1. Re:what goes around comes around by RembrandtX · · Score: 3, Interesting

      what kind of crack are you on ?

      2nd thought ..it must be lsd to see so many rainbow hues.

      First off .. M$ is never going to 'pound linux into the ground' They may have a lot of money .. but linux is not a centralized corporation. You can't sue .. lets say .. 500 people for writing under the GPL ..

      Linux (as much as M$ hates it) is here to stay .. its not like unix and its deravitaves are 'new players' or anything .. hell .. i learned to code on a Next station. long before windows was on every pc in the workforce.

      Making something technologically 'easier' to use doesnt always help either.

      granted . it makes it easier for folks like my mom to get e-mail .. which is cool.

      but a lovley growing trend i see now is a lot of CS grads who can't *DO* anything.

      those 95% [who's ass did you pull that # out of??]
      of recent CS grads that work with windows are friggen trained to call the M$ help desks.

      example : i work for a fortune 500 .. we were having an issue with our graphics department's server [it was not allowing group read/write permissions]

      common sence would think the network admin (who gets 85+ a year) would say ... oh .. its a permissions error. Especially since he was playing with the group permission settings the previous day.

      instead .. he called m$ technical hot line (our company pays a yearly fee to be able to do this) and started a 4 hour tour into 'lets play with this until it works' with the 'afore vaunted' CS graduate on the other end of the phone.

      even your average unix/linux neophyte can chown -r a folder on their own.

      these CS grads had it too easy in college .. instead of having to learn their code .. they can just hit the net to find examples .. i cant COUNT the # of times my nephiew jumped into the mirc rooms i hang out in .. and started asking programming questions .

      these guys turn into coders who have to have net access to do their job. or who's company needs to pay the annual fee to microsoft for tech support.

      now, im not saying windows is crap .. i prefer it in a non secure/desktop setting ..
      im not even saying m$ is evil (i might be implying it though)

      im just saying your argument is silly.
      especially if you think abstract knowledge of a system makes you BETTER at programming that system.

      --

      --Ne auderis delere orbem rigidum meum, non erravi pernicose!
    2. Re:what goes around comes around by russmay · · Score: 1

      What? Huh? Alright, let's look at this, shall we?

      "A full 92% of their employees are under the age of 25."

      Where did you get that? I didn't see a link to any meaningful data, so I have no way of believing that one!

      "Which means they have all grown up in the geek culture where television, radio, and Internet are all free or subsidized."

      I would hardly call that geek culture, more like modern culture.

      "What Microsoft has done here is not so different from what Linux Torvalds did to Minux. Just as his actions drove Minux out of business, so too will Microsoft proceed to drive Linux into the ground."

      This was my biggest WTF? How can you possible compare the two? Linus developed a kernel based off Minix. Minix still is around, check http://www.cs.vu.nl/~ast/minix.html but I didn't think they sold Minix. Regardless, Linus created Linux to be a better Minix, but not to compete against it. There was no reason then or now to compete. It is a matter of doing something that he likes, and a whole horde of other programmers like, to do. Write code that works!

      MS doesn't want to compete, either. But for different reasons. They don't want to compete because that cuts into their profits. Much easier to have it set up so consumer money flows from the paycheck to the MS coffers without having a chance of getting spent elsewhere. And if there is a choice, why, the consumer might not spend money on MS at all!

      The beauty of the OSS or GLPed or any "free" software is the consumer doesn't have to spend money on it to make it work for him.

      MS can't drive Linux to the ground because there is no company to drive to the ground. Linux can only be stopped by MS buying laws to prevent programmers to work on it and to distribute it. Or by a huge schism of the Linux faithful. But even then, Linux will mutate and survive, simply because there is no one company in charge of it. If Linus kicked the bucket right now, Linux will still go on as long as someone wants to work on it. And as of right now, there are a lot of people that want to do just that.

      "In the end, the winners are the users. For us, things just get more free and easier to use, which is what technology is all about. Empowerment to be our best."

      Which are the OSS and Free software ideas. Freedom to choose. Freedom to become our best.

      MS is trying to stop that. They want one choice, and that is no choice but them. That's that whole point. Choice. MS is doing their best to make sure that the average consumer will never, ever use anything but MS programs. Their whole OS is being inundated with superfluous programs. MSN Messenger. Windows Media Player. IE. None of this has to do with an operating system and everything to do with market lock in.

      And MS will do *anything* to make sure they have market dominance. Even steal other people's code.

    3. Re:what goes around comes around by pmz · · Score: 1

      now, im not saying windows is crap

      Why not?

    4. Re:what goes around comes around by andrewski · · Score: 1

      This is exactly why I dropped out of University. I was in class after class with kids who think that computers are a great way of making money, but that's about all they know or care to learn. In my average discussion class (about 30 people) I considered myself lucky if I found ONE PERSON with a clue to befriend. Many classes had nobody with any sort of knowledge, and worse than that, no desire to truly learn about computers, information, logic or anything else. These are folks who can learn to code in a language in three months and forget every detail of what they learned a month after the final exam.

      You don't need college to make you smart, you need the will to learn. If college is just a means to an end (money) then go for it. If you are interested in research, colleges are good for that (although not the only option). If you want to learn, maybe college will help you out in that, too. As for me, I prefer learning in my apartment in my own way to any college class. It's faster, easier, and more pleasurable for me.

    5. Re:what goes around comes around by Anonymous Coward · · Score: 0

      what kind of crack are you on ?
      I don't think they are on crack, but judging from his "Gandalf looking stoned" posts I would have to say this poster prefers pot.

    6. Re:what goes around comes around by archen · · Score: 1

      I'd say I found college similar to you. Although I'd say we had a ratio of 1 out of 10 pro unix students. But I didn't really go there to learn to program a language - the view there was you go to college to learn HOW to program, the language is up to the job you get (try passing that off on a job interview). I stuck with college not because I wanted the money, nor because I actually thought I'd learn something, I did because I wanted the piece of paper that said I graduated so I could GET a job I wanted. Yeah it's BS but that's sort of how the whole system works. I mean do most people become doctors because they really want to help people? Honestly I haven't met many.

  47. Microsoft is Down With OCC by dbretton · · Score: 4, Insightful

    This is not terribly surprising, considering that Microsoft has been down with OCC (other companies' code) for years.

    Don't forget about one of the best arguments against Microsoft's FUD regarding the evils of OSS:

    OSS is what keeps Windows connected to the Internet

    -D

    1. Re:Microsoft is Down With OCC by Anonymous Coward · · Score: 0

      Microsoft has switched Hotmail over to 100% microsoft OS

      look for hotmail on microsoft.com !!!!!

      Microsoft no longer uses BSD.

      I do.

  48. Filmed near my house. by ashitaka · · Score: 1

    Claire Forlani's trailer was parked beside our driveway.

    As if you all care...

    --
    If you don't want to repeat the past, stop living in it.
  49. That should make the FreeBSD folks proud by ScrewTivo · · Score: 1

    or not

  50. This is not the first time this has happened. by apc · · Score: 4, Informative
    Some of you may remember that Microsoft lost a patent infringment suit in 1994 to Stac Electronics for much the same reason. See this article for more info.

    Microsoft was also caught in 1995 using bits of Apple's Quicktime for Windows in an MS product. See this old cnet article for more details.

    In that case, they blamed it on a subcontractor. It's been speculated that the big Apple/Microsoft deal at that time (to keep Office for Mac and to bundle IE with Macs, plus a big MS investment in Apple) may have been to settle a copyright infringment claim.

  51. Other peoples' reactions by truthsearch · · Score: 4, Interesting

    I'm the same, basically no more shock value. What truely surprises me, though, is how fans of the company aren't shocked either and remain fans! If I found a company that made a burger I really loved, then found out they were cutting up babies to add flavor, I'd turn around and dislike the company. It's amazing how some fans make excuses for all of the bad press (I have a co-worker notorious for this), but at some point any reasonable human being will have to see all this bad press is created because of a bad company. It's hard to believe so many people choose to remain so blind.

    It doesn't bother me that I'm no longer shocked. It bothers me that fans of MS and their software aren't shocked.

    1. Re:Other peoples' reactions by Anonymous Coward · · Score: 0

      Here's something to remember:

      The majority of the "fans of MS and their software" are the very same people who bought home computers simply to "surf the web" because all their friends told them they needed the internet in their house.

      "How do I work this e-mail thing?"

      "That's the internet, right?"

      "Can I get the internet on CD-ROM?"

      They're the same people who click on the pre-loaded AOL shortcut on their desktop.

      Everybody and their parrot has a computer and "knows how to get online." There's millions. MILLIONS of them.

      They're also the ones clicking on unknown attachments wanting their advice on some file, OR buying products because they got a spam ad in their e-mail.

      "Whoo hoo! If'in this interweb isn't the dangdest thing, honey...I didn't even know I wanted a right-hand positive knuten valve for my tractor, but this guy says I need one... so I got it!"

      If you're computer savvy, you're in the minority, be it that you're a professional in the IT community, or you've simply been brought up on computers since you were 4, loading your favorite program from an audio tape.

      We truely are surrounded by people who love Microsoft and the funny little paperclip that bounces around and has an orgasm when they misspell a word.

      They're called "the public."

    2. Re:Other peoples' reactions by LordSah · · Score: 3, Insightful
      Unfortunately, most people on Slashdot don't care to really think about Microsoft or really look into the events that make the press. They just repeat "M$ sucks! Linux is l337!" drabble.

      The truth is that Microsoft is out to make money, like any other company. And MS isn't particularly worse than any other big company. Apple has a very draconian history in terms of licensing technology. IBM ran the accounting machines for the Third Reich. Big car companies (all of them) decide to issue recalls on defective products only if the cost of litigations will exceed the cost of the recall--not because the defective product will kill people. Big media companies like Disney are far worse than MS because they are trying to control flow of information (all forms of it), and directly influence the way people think. And they aren't out to preserve an ideal democratic society.

      I know a number of folks who work at Microsoft. It's an awesome place to work, and MS employees are good people. There certainly isn't a company policy of stealing code, killing babies, or whatever else you read on Slashdot. If MS stole code, I'm sure the developers honestly thought that it was legit, and some manager and/or legal person fucked up. People screw up.

      As for "fans" of the company, there are a number of legitimate reasons to like Microsoft:
      • The company's vision statement is "A computer on every desk and in every home." That vision is seeing completion (at least in the Western world). How much of it being attributed to Microsoft can be debated. However, Microsoft has been instrumental in enforcing standards upon the industry so that an open PC platform could flourish. Microsoft also provides software that almost anyone can use and use to be productive.
      • Microsoft is consistently one of the most philantropic corporations around. They gives tons of money to schools, libraries and universities. They just gave 8 million bucks to build my new CS building. How many of y'all got donations from MS while you were an undergrad?
      • Bill Gates has given $24 billion to the Bill & Melinda Gates foundation, which will spend the money on AIDS research, cancer research, and vaccinations for the third world (among God knows how many other uses).
      • Microsoft products are actually pretty nice. If you're an experienced Unix administrator or do-it-yourself Linux guru, I'm sure you can find lots of reasons to not like MS software. But it's typically easier for common folk to use than competing products (Windows) and sometimes just downright superior (Office).
      I'm not saying you have to like Microsoft, I'm just saying that there are reasons why a person would.

      Unfortunately, the anti-MS bias is so strong here on Slashdot, I'll probably be modded down like nobody's business. Well, go ahead, mod away.
    3. Re:Other peoples' reactions by Anonymous Coward · · Score: 0

      If I found a company that made a burger I really loved, then found out they were cutting up babies to add flavor, I'd turn around and dislike the company.

      Whoa.. you would admit that you were wrong? You would face up to the fact that all those years you spent learning how to eat burgers, were wasted? You would admit to your boss that your idea to have burgers at the company lunch last week, was a mistake? You would be fearless at the thought that if people stopped buying babyburgers, that company's stock would drop, taking some poorly-diversified mutual fund with it, leading stupid people to think that the economy has been damaged, and therefore you should not be re-elected? You would make the burger flippers get productive jobs instead, where they add value to the economy instead of being the recipients of waste? You would be unwilling to profit by deceiving others? You would be brave enough to not jump off the same cliff that a hundred lemmings before you, jumped off?

      You, sir, will never be a Microsoftie. You're just not up to the standard.

    4. Re:Other peoples' reactions by AxelBoldt · · Score: 2
      I know a number of folks who work at Microsoft. It's an awesome place to work, and MS employees are good people.



      Oh really. You cannot divorce the people working for a company from the company itself. They are one and the same; a company is not some mythical entity. If the company is convicted of abusing its software monopole (upheld on appeal), if the company conducts software audits in schools, if the company authors outrageous EULA's that forbid you to use the software together with competitor's products and to even talk about the software, if the company steals other people's code, then all of this is done by the company's employees.

    5. Re:Other peoples' reactions by shayera · · Score: 1

      Sadly a very decent posting, and you're probably right, people will ignore it. Their loss.

      I think it's a geekdom sport, in that we have to have someone to lash out at, probably because lots of geeks seem to have had traumatic childhood experiences involving people harassing them, they then turn around and need to harrass someone.. MS is a juicy target, in that they are probably the worlds largest software provider, directly influencing the daily lives of scores of geeks.
      Come on.. Admit it.. Even you do the occasional MS bashing, even if it's only when you're alone and your computer has crashed for the umpteenth time. :)

      --
      Venlig Hilsen / Regards
      John Hinge - shayera / .sPOOn.
      "Buffy I love you... Please God No!" S
    6. Re:Other peoples' reactions by LordSah · · Score: 2

      If you blame all MS employees for all of MS's mistakes, then you'd have to blame:
      - Folks at the Post Office for US foreign policy blunders
      - The 16 year-old who serves you your Big Mac for McDonald's poor environmental record
      - The guy in the Mickey Mouse suit at DisneyLand for the shitty crap the MPAA does (given that Disney is a vocal member of the MPAA).
      - etc, etc, etc

      If you blame all those folks for all those transgressions, congrats, you're not a hypocrite.

    7. Re:Other peoples' reactions by sharkey · · Score: 2

      A testament to the state of the /. moderation system. Quite a nice troll, moderated as "Insightful".

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
    8. Re:Other peoples' reactions by LordSah · · Score: 2

      Even you do the occasional MS bashing

      Oh yeah. I hate Clippy. I think Windows XP looks like crap. Whoever decided to put auto-execution of scripts in Outlook needs a head-examination. And why oh why can't Windows ship with bash?

      I just get tired of seeing tons of ignorant, blatant, and unprovoked MS bashing. Thanks for the support...it doens't calm the nerves to try to be the voice of reason (as far as MS is concerned) around here :)

      --jim

    9. Re:Other peoples' reactions by Anonymous Coward · · Score: 0

      Yeah I'm sure the janitor who is in cleaning the toilets in MSFT offices at night is also helping steal the code..

      Right..

    10. Re:Other peoples' reactions by mpe · · Score: 2

      I know a number of folks who work at Microsoft. It's an awesome place to work, and MS employees are good people.

      No doubt there are plenty of gangsters who are the nicest people in the world. But that dosn't excuse the activities of the organisation.

    11. Re:Other peoples' reactions by Anonymous Coward · · Score: 0

      Or maybe just maybe the person really feels that way. Aside from the final sentence it makes sense that way.

    12. Re:Other peoples' reactions by Tony-A · · Score: 2

      Blame
      All of humanity for any of humanities transgressions. Or achievements.
      Methinks binary doesn't work here, you needs shades of gray.
      Sometimes you have to draw a line somewhere.
      I don't have the answers. I don't even understand the question.

    13. Re:Other peoples' reactions by Screaming+Lunatic · · Score: 2
      The company's vision statement is "A computer on every desk and in every home." That vision is seeing completion (at least in the Western world). How much of it being attributed to Microsoft can be debated. However, Microsoft has been instrumental in enforcing standards upon the industry so that an open PC platform could flourish. Microsoft also provides software that almost anyone can use and use to be productive.

      "A computer on every desk and in every home running Microsoft software." And they provide software if you can afford to shell out $500 every couple years to buy the "newest and greatest" Windoze and Office.

      Microsoft is consistently one of the most philantropic corporations around. They gives tons of money to schools, libraries and universities. They just gave 8 million bucks to build my new CS building. How many of y'all got donations from MS while you were an undergrad?
      So that they can control the creation of new technology and influence the direction of the curriculum.
      Bill Gates has given $24 billion to the Bill & Melinda Gates foundation, which will spend the money on AIDS research, cancer research, and vaccinations for the third world (among God knows how many other uses).
      Because the marketing department said Billy Boy was getting a bad reputation and partly for tax purposes and partly to gain political influence.
      Microsoft products are actually pretty nice. If you're an experienced Unix administrator or do-it-yourself Linux guru, I'm sure you can find lots of reasons to not like MS software. But it's typically easier for common folk to use than competing products (Windows) and sometimes just downright superior (Office).
      But definitely at a monetary price and at the cost of losing the liberty to choose other products that are much better.
    14. Re: Other peoples' reactions by Black+Parrot · · Score: 1


      > A testament to the state of the /. moderation system. Quite a nice troll, moderated as "Insightful".

      That's 'cause there's not a "nice troll" moderation option, so we use "insightful" as a stand-in.

      --
      Sheesh, evil *and* a jerk. -- Jade
    15. Re:Other peoples' reactions by CavemanKiwi · · Score: 1

      Yeah Hitler isn't that bad ether he only as bad as any other person who as attempted to take over most of the world. Just because other companies have being bad in the past, it doesn't excuse M$ from being bad. 2 wrongs don't make a right etc. Five year olds are normally taught this, once you become older and money is involved is it time to throw away morals? I don't think so.

    16. Re:Other peoples' reactions by bryan1945 · · Score: 1

      Oh shit! How did you know! Arrgghhh.....

      --
      Vote monkeys into Congress. They are cheaper and more trustworthy.
    17. Re:Other peoples' reactions by weinerdog · · Score: 2

      * The company's vision statement is "A computer on every desk and in every home." That vision is seeing completion (at least in the Western world). How much of it being attributed to Microsoft can be debated. However, Microsoft has been instrumental in enforcing standards upon the industry so that an open PC platform could flourish. Microsoft also provides software that almost anyone can use and use to be productive.

      A computer on every desktop and in every home (running Microsoft software) is great from the perspective of Microsoft's bottom line, but this statement neglects to specify any benefit for anyone else of such a massive deployment of computers, nor does it stipulate that the computers must enable people to do anything productive or useful.

      How about "A computer on every desktop, a blue screen of death every day, and an expensive upgrade every year."

      Microsoft has enforced standards, but it has done so by opposing other, open standards in favour of its own. In most cases, the Microsoft standard replaces something equally good, if not better, rather than fills a void. Without Microsoft, we'd still have standards, and what's more, we might even have different vendors with implementations that compete on quality instead of compatibility.

      We can't know for sure how the PC industry would have developed had Microsoft not been involved, but given the inheret usefulness of computers, the inherent usefulness of standards, and the fact that technologies like TV, telephony, and audio/video manage to develop standards one way or another while maintaining at least a semblance of competition, it seems likely that the PC world would have developed workable standards too.

      * Microsoft is consistently one of the most philantropic corporations around. They gives tons of money to schools, libraries and universities. They just gave 8 million bucks to build my new CS building. How many of y'all got donations from MS while you were an undergrad?

      When philanthropy is profitable (and tax deductible), corporations will contribute. Even drug pushers give the first hit for free. We can't deny that Microsoft and other corporate donations do good and are appreciated, but corporate philanthropy isn't as altruistic as it's made to look. Ask yourself how much of that philanthropy came in the form of software or money to buy software. If they can give $100 million worth of software that cost a few thousand to produce, and then claim a charitable tax deduction for a significant portion of the $100 million, it seems to me that they haven't given away anything; they just sold their software and taxpayers picked up the tab. (I'm not saying that's necessarily how U.S. tax law works--I don't know for sure--but I am saying we need to consider all the implications of their gifts.)

      * Bill Gates has given $24 billion to the Bill & Melinda Gates foundation, which will spend the money on AIDS research, cancer research, and vaccinations for the third world (among God knows how many other uses).

      Bill and Melinda aren't Microsoft, even though they happen to work for it. Since Bill is one of the richest men in the world, it would be disheartening if he wasn't also one of the greatest philanthropists in the world.

      * Microsoft products are actually pretty nice. If you're an experienced Unix administrator or do-it-yourself Linux guru, I'm sure you can find lots of reasons to not like MS software. But it's typically easier for common folk to use than competing products (Windows) and sometimes just downright superior (Office).

      Inasmuch as there are competing products to Windows and Office, the claim that Windows is easier to use than MacOS, and that Office is easier to use tham Lotus Smart Suite or WordPerfect Office needs some serious corroboration before it can be accepted. Part of the problem, of course, is that there really are very few competing products, thanks to Microsoft's business tactics. If Windows and Office seem easier to use, perhaps it is because, lacking other reasonable choices, most users have already learned how to use them and haven't been exposed to other, possibly superior options to nearly the same extent.

      --
      There's no such thing as Scotchtoberfest!
    18. Re:Other peoples' reactions by Anonymous Coward · · Score: 0

      What if they cut up babies to make "stem cells"?

    19. Re: Other peoples' reactions by sharkey · · Score: 2

      That's 'cause there's not a "nice troll" moderation option, so we use "insightful" as a stand-in.

      "Nice troll, good troll, maybe I got an Insightful biscuit."

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
    20. Re:Other peoples' reactions by Anonymous Coward · · Score: 0

      > Unfortunately, most people on Slashdot don't
      > care to really think about Microsoft or really
      > look into the events that make
      > the press. They just repeat "M$ sucks! Linux is
      > l337!" drabble.

      ...or are ms appologists. film at eleven. Was this a US base news report? hmmmm.

      > A computer on every desk and in every home.
      actions vs deeds: A MS computer..... oh boy

      > philantropic
      ummm, can the lucky recipiants do what *they* want with this generousity?

      > $24 billion
      Funny, a coworker and I did the math on how much his billness makes, how much we made, and how much charity is involved. Our conclusion? We would be at his level if we gave 93 cents a year to charity. Draw your own conclusions

      > products
      bullshit If I produced 'products' like this (or applied the same support), the best I could hope for would to be fired for gross incompetance.

    21. Re:Other peoples' reactions by AxelBoldt · · Score: 2
      Note that I didn't blame all MS employees, I was just trying to disprove the statement "MS employees are good people". This general statement is clearly false, because it is impossible that a group of good people collectively behave badly.

      Now you could argue that most employees have nothing to do with the bad actions of MS and are basically good. I would dispute that. Many midlevel managers know about and carry out the anticompetitive practices, many programmers are involved in embracing and extending protocols to defeat competitors, many lawyers are involved in phrasing and enforcing EULA's, and all employees (and share holders!) profit from these immoral practices.

    22. Re:Other peoples' reactions by TummyX · · Score: 1

      Microsoft isn't cutting up babies and putting them into burgers.

      Maybe you should read less anti-microsoft bullshit from /.

      /. ONLY posts stories that put Microsoft in a bad light. Never the positive ones. The ones that talk about the great research they're doing, the money they (and bill) are giving away etc.

      I'm sure I could make you look evil if I just concentrated on the bad shit YOU have done. I'm sure you've stolen software yourself.

      /. reminds me of how the some goverments in middle east always portrays the west as EVIL EVIL EVIL. They never point out the good points. Always the bad. The children grow up thinking that the west are just EVIL and nothing ever good comes out of the west.

    23. Re:Other peoples' reactions by Anonymous Coward · · Score: 0

      A troll posts something not related to the current discussion. This is ENTIRELY related. Therefore this was not a troll post. A troll post is a goatsecx post.

      An offtopic post is a post that is not a goatsecx post, but extremely unrelated to the current post.

      This post gives us insight into the views not usually readily available on slashdot. Therefore it is insightful.

      You F***ING morons that dont know how to moderate are the REAL scourge of slashdot. You think anything that you dont agree with deserves to get moderated down. You disgust me, and are behaving just like microsoft would, to put it in relative terms.

  52. Re:*newsflash* by Anonymous Coward · · Score: 0
    Yeah, and I have this "thing" against a certain guy who tried to rape me.

    -Patrick "real deal" Bateman

  53. Softimage fought its way free? by AdamBa · · Score: 3, Interesting
    I would not say Softimage foughts its way free (I worked at Softimage from August 1995 to September 1996, an event chronicled in chapters 5, 6, and 7 of my book, which you can start reading right here).

    It would be more accurate to say Microsoft bought Softimage for unclear reasons, tried to Microsoftify it to some extent, decided it wasn't really worth owning, and found Avid as an exit strategy. Softimage was completely owned by Microsoft, and the decision on what to do with Softimage was made by Microsoft.

    So how are things up there in the tundra...is Marche Michel still around?!?

    - adam

    1. Re:Softimage fought its way free? by Animats · · Score: 2
      Nice story about Softimage.

      I developed a physics plug-in for Softimage|3D during that period, so I recognize many of the people mentioned there. The description of the acquistion and selloff by Microsoft seems accurate.

      But, having used Softimage|3D extensively, I have no idea what the "Character" feature was supposed to be. Softimage|3D didn't have anything like 3DS Character Studio in those days. The highest-level construct was an IK chain with an envelope.

  54. Obligatory non-US currency crack by Reality+Master+101 · · Score: 1, Flamebait

    ...was fined by a French court for three million francs...

    How much is that, about 10 bucks American?

    --
    Sometimes it's best to just let stupid people be stupid.
  55. Anti-trust the movie by dextr0us · · Score: 0

    Has anyone seen Anti trust the movie? I'm pretty sure thats as close to the truth as possible. :)

    --
    "Martha Stewart can lick my Scrotum......do i have a scrotum?" -- Sharon Osbourne
  56. Bill Gates can do anything. by Futurepower(R) · · Score: 3, Funny

    Bill Gates can do anything he likes. But, you can't do anything to him. It's a child's dream.

  57. yet another hidden risk of closed source software by Titusdot+Groan · · Score: 1
    While this particular story if of no interest (it's a subsiderary they bought out but now no longer even own for heavens sake) it does hightlight a problem with closed source solutions -- what if the product you spent millions on turns out to be based on stolen technology?

    If this is the stolen part is core technology or technology you have become dependent upon (let's say disk compression technology so you can buy smaller disks for all your employees) what happens to you when the company is caught, gets fined enough that they to go belly up or stop support of the technology, and suddenly the owner of the technology wants either license fees or for you to purchase their "disk stacker" software?

    This could be crippling and/or exhorbinantly expensive.

  58. Stacker by mr · · Score: 2, Interesting

    http://www.base.com/software-patents/articles/stac . tml

    Microsoft Corp. was found guilty of patent infringement and ordered to pay $120 million in damages to a tiny California firm in a rare setback for the giant computer software company.

    However, the federal jury on Wednesday also ruled that the violation was not willful and awarded Microsoft $13.6 million on a counterclaim against Stac Electronics, which makes a data-compression program called Stacker.

    --
    If it was said on slashdot, it MUST be true!
  59. moderators, get ready by macsox · · Score: 5, Insightful

    i know this will get modded, if at all, flamebait or offtopic, but i think the expression FUD has reached over-saturation. it's not really applicable in this case, beyond adding a veneer of bias to the article summary, and often is over applied in posts anyway.

    i hereby offer an appeal to move away from the thick, dripping brush of FUD henceforth. let's see things as they are and not make summary pronouncements, eh? (and then we can unfreeze hell.)

    1. Re:moderators, get ready by sean23007 · · Score: 2

      Now I'll get modded offtopic, but I'm at 50 so here goes: I agree with you that "FUD" is becoming greatly overused here on /. , and I propose that it only be used in situations where it is actually the case. In a situation like this one, perhaps a new acronym would be better suited, such as "WDLT," or "We Don't Like That." It turns out that MS was once in possession of code that they didn't own, and soon sold it off because they didn't like it, well, WDLT. MS forces schools to pay more than they should. That's not FUD, it's WDLT.

      It may not be adopted, however, because it is the exact same attitude MS has taken toward the GPL- WDLT, so it must die...

      --

      Lack of eloquence does not denote lack of intelligence, though they often coincide.
  60. Death to Niggers! by Anonymous Coward · · Score: 0

    You, sir, are a gay faggot.

  61. Why it was missed by Anonymous Coward · · Score: 0

    It was probably missed because it was probably posted to a French Web Site. (Which of course requires everything to be in French and who wants to bother translating French News)

  62. Political innoculation by mikosullivan · · Score: 3, Interesting
    ... and now for another point of view. Microsoft may well be able to work this development to their advantage. I envision a debate where someone says "Ah hah! You were caught pirating yourself, Microsoft!", and Microsoft simply responds "You're right, we did make a mistake. We owned up to our mistake, paid the fine, and fixed the problem. We've proven our dedication to anti-piracy. Now those dirty pirating public schools need to do the same."

    In politics, that's known as "innoculation": you accept a small penalty for a problem so that you avoid bigger problems later. I wouldn't be surprised if MS did that here.

    --
    Miko O'Sullivan
    1. Re:Political innoculation by Anonymous Coward · · Score: 0

      Of course, the difference between Microsoft and all those schools is that Microsoft had to be penalized at gunpoint (er, trialpoint) for its crimes (i.e. stealing software or patents and reusing it without license, time and again), but Microsoft wants everybody else to just willingly hand over wads of cash for software they aren't even using.

      The time and again thing is what counters the innoculation. Microsoft didn't own up to it. Microsoft was legally forced to own up to it.

      Besides Microsoft never admits wrongdoing. Nothing Microsoft has ever done has ever, in its corporate eyes, been wrong. Even when fined, even when found guilty, the attitude at Microsoft is merely that of "they just don't understand us".

  63. Wrong analogy by tubadood · · Score: 1

    If I said "murder is wrong", and then went out and killed someone, does my statement make me any less guilty?

  64. Ask IBM, DEC, SCO, Pen Computing and Micrografx .. by BitMan · · Score: 3, Interesting

    Microsoft will go into negotiations with a company. Their engineers will also be working with the prospective company while they happen. The deal goes sour, so Microsoft pulls out. But some schmuck engineering manager or possibly some exec decides it's not worth it to re-write the code from scratch, let alone create a "clean room" version. The code stays, it's not published, it's hidden from view and few know about it because the software is "closed source." This fact makes me laugh when Microsoft says Freedom Software "violoates IP" -- because Microsoft has blantantly plagerized actual source code verbatim over and over!

    Microsoft has done this to such companies as IBM, Digital, SCO, Pen Computing and Micrografx -- none of which would ever see a dime in compensated, even though their code is in Windows today. Another, non-software product where this has happened has been the Microsoft erogonomic mouse (cannot remember the company's name). Verbatim rips of the design, down to the tenth of a millimetter. As Microsoft is finding out, it can no longer sustain the legal issues of this common practice in its own organization.

    --
    -- Bryan "TheBS" Smith
    Independent Author, Consultant and Trainer
  65. The thing about America by Silver+Rose · · Score: 1

    Is that we're convinced that money is the solution to everything. So, if we want M$ to stop doing something, we try to fine it a significant portion of its assets. On the other hand, in some countries (such as, I think, France), the way to get a country to change is not to hit it in the pocketbook, but to hit it where it might really have an effect -- in PR. (Although, I will admit, they're not doing a very good job of publicising this case.) Anyway, if done properly, either case will result in fewer sales of M$ products, so how much money the court charges in fines won't matter (or so we can hope).

  66. Why do you think the "Shared Source" agreement ... by BitMan · · Score: 2

    I mean, why do you think the Microsoft "Shared Source" agreement prevents you from suing Microsoft over IP violations???

    .
    --
    -- Bryan "TheBS" Smith
    Independent Author, Consultant and Trainer
  67. Before or After they Bought SI? by nurb432 · · Score: 1

    Not that im an M$ advocate by *any* means, just curious if the infraction occured before they bought SI, and just got stuck with the legal issues when it was discovered?

    --
    ---- Booth was a patriot ----
  68. Some gems from the response letter ... by Forager · · Score: 3, Informative

    Some gems from the response letter:

    "... in defining any kind of purchase, the buyer sets conditions which relate to the proposed use of the good or service. From the start, this excludes certain manufacturers from the possibility of competing, but does not exclude them "a priori", but rather based on a series of principles determined by the autonomous will of the purchaser, and so the process takes place in conformance with the law. And in the Bill it is established that *no one* is excluded from competing as far as he guarantees the fulfillment of the basic principles."

    "... the huge costs caused by non-functioning software ("blue screens of death", malicious code such as virus, worms, and trojans, exceptions, general protection faults and other well-known problems) are reduced considerably by using more stable software; and it is well known that one of the most notable virtues of free software is its stability."

    "Your first argument, that migration implies high costs, is in reality an argument in favor of the Bill. Because the more time goes by, the more difficult migration to another technology will become; and at the same time, the security risks associated with proprietary software will continue to increase. In this way, the use of proprietary systems and formats will make the State ever more dependent on specific suppliers. Once a policy of using free software has been established (which certainly, does imply some cost) then on the contrary migration from one system to another becomes very simple, since all data is stored in open formats. On the other hand, migration to an open software context implies no more costs than migration between two different proprietary software contexts, which invalidates your argument completely."

    "Questions of intellectual property fall outside the scope of this bill, since they are covered by specific other laws. The model of free software in no way implies ignorance of these laws, and in fact the great majority of free software is covered by copyright. In reality, the inclusion of this question in your observations shows your confusion in respect of the legal framework in which free software is developed. The inclusion of the intellectual property of others in works claimed as one's own is not a practice that has been noted in the free software community; whereas, unfortunately, it has been in the area of proprietary software. As an example, the condemnation by the Commercial Court of Nanterre, France, on 27th September 2001 of Microsoft Corp. to a penalty of 3 million francs in damages and interest, for violation of intellectual property (piracy, to use the unfortunate term that your firm commonly uses in its publicity)."

    --
    student of animation and the fine arts
  69. bank account by fishebulb · · Score: 3, Interesting

    Microsoft did similar with the XBox. They just started using the name without checking if someone else has it trademarked, well someone did. that would have been fun to be one of the XBox consulting lawyers, "Yes, Microsoft you are going to write a check so large, it hurts, or we will get a cease and desist order until after xmas"

    1. Re:bank account by cant_get_a_good_nick · · Score: 1
      Slightly offtopic, but as a reply to the reply...


      Internet Explorer was trademarked before MS made IE. They got sued. Microsoft's defense - "Internet Explorer" was too general to be trademarked. Kinda funny from the same folks whose lawyers come down on you like a ton of bricks to anyone who dares play with the airtight and specific "Windows" trademark.

  70. Good point on BSD code by npsimons · · Score: 2, Insightful
    Microsoft has been known in the past to include BSD code. (It's TCP/IP stack is one example.) This "habit" is probably why they don't like GPL code - they prefer to quietly integrate the code.


    This is a good point - and one I'd like to expound upon.


    I would like to ask every software developer who reads this to please do themselves and everyone else a favor: GPL your code. Even if it's already BSD.


    Why do this? Because of situations like the above. Microsoft can leech off of your honest and hard work without ever contributing anything back to the community. They can (and have) also screwed over their customers with monopolistic practices and shitty license agreements. I believe that this would have been much more difficult if they had had to make all their code on their own, instead of stealing it.


    Some will cry "but you can't SELL GPLed software!" This is a fallacy. There is nothing in the GPL that prohibits you from selling your software. If you are really worried about losing profits, just sell the binaries - and release the source code to paying customers who ask. By the rules of the GPL, this is completely allowable. You only have to give the source to people that you gave the binaries to.

    1. Re:Good point on BSD code by ethereal · · Score: 1

      If it's already BSD, then GPLing it won't help too much, since Microsoft could still use it under the BSD license. Unless you're talking about changing the license rather than just dual-licensing it. To change the license you have to get agreement from all contributors that haven't assigned you copyright, don't you?

      --

      Your right to not believe: Americans United for Separation of Church and

    2. Re:Good point on BSD code by ibbey · · Score: 2

      Some will cry "but you can't SELL GPLed software!" This is a fallacy. There is nothing in the GPL that prohibits you from selling your software. If you are really worried about losing profits, just sell the binaries - and release the source code to paying customers who ask. By the rules of the GPL, this is completely allowable. You only have to give the source to people that you gave the binaries to.

      Even this is overstating it. Under the GPL, there is nothing preventing the copyright holder from selling Microsoft the right to use the GPLed code in a commercial product & not give away the code. This is truly the best of both worlds since it allows Freedom for those who desire it and allows the author to profit from those who don't. The BSD license doesn't accomplish either of these goals half as well as the GPL. There are occasions when the BSD license is better, but it is clearly weaker in many respects.

    3. Re:Good point on BSD code by Brontosaurus+Jim · · Score: 1

      A coworker of my father claimed he wrote some of the TCP/IP stack that microsoft took. He's not sure if they took his code specifically (Sliding window iirc), but he always says that, as a windows user, he'd prefer good code to get put into a program, rather than shitty code.

      Hehe, once he tried to find out if it was his code, by running some tests with the software, but never got anything conclusive. He said he considered calling them to find out, as a point of personal pride. He liked the idea that his code was help the net to run smoothly.

      Obviously he's not a zealot like you. He just likes good software, no matter where it comes from.

    4. Re:Good point on BSD code by cscx · · Score: 1

      I don't doubt it. I don't know why everyone on /. is getting their panties in a bunch, either; it's not like they are trying to hide it or anything (from the XP release notes):

      This product includes software developed by the University of California, Berkeley and its contributors.

      Portions of this product are based in part on the work of the Regents of the University of California, Berkeley and its contributors. Because Microsoft has included the Regents of the University of California, Berkeley, software in this product, Microsoft is required to include the following text that accompanied such software:

      Copyright 1985, 1988 Regents of the University of California. All rights reserved.

      Redistribution and use in source and binary forms are permitted provided that the above copyright notice and this paragraph are duplicated in all such forms and that any documentation, advertising materials, and other materials related to such distribution and use acknowledge that the software was developed by the University of California, Berkeley. The name of the University may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

    5. Re:Good point on BSD code by SLi · · Score: 1

      No. If it's already released under the BSD license, it's released under the BSD license. Once it's licensed, you can't revoke it and back off from your promise that they can use your code in their proprietary products.

      On the other hand, the BSD licensed code (under the modern BSD license without the advertising clause) can be incorporated in a GPL program, so nothing prevents you from licensing all your _future_ code under the GPL only. Of course people still retain the right to use the old code under the BSD license.

      In any case, I believe the other contributors agreeing or not agreeing is not very important in this case. Except of course that they have no obligation to accept your GPL code to the project otherwise licensed under the BSD license, so in that case you'll have to fork.

    6. Re:Good point on BSD code by Arandir · · Score: 2

      I would like to ask every software developer who reads this to please do themselves and everyone else a favor: GPL your code. Even if it's already BSD.

      It's none of your business what I do with my code. If I prefer to use the BSD license, it's none of your business. If Microsoft decides to leach off my code, it's none of your business. If Microsoft manages to make a billion bucks off of it, it's none of your business.

      Let me repeat: It's none of your business.Get you nose out of my butt and go mind your OWN business.

      If my software is just too damn free for your liking, you don't have to use it.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    7. Re:Good point on BSD code by Anonymous Coward · · Score: 0

      Heh, insightful...

      As if this argument hasn't been presented a few million times on /. already... Where's the insight?

      Some of us aren't zealots and don't care who uses our code after it's written whether it's MS or anyone else.

  71. Re:Ask IBM, DEC, SCO, Pen Computing and Micrografx by gdyas · · Score: 2

    I completely agree, and I think that one of the main reasons MS is willing to go to the wire against opening the code to their OS or APIs is that if that happens other companies and perhaps even open-source projects will find that MS has directly plagerized code, or done the plagerize + touch-ups thing.

    I suspect they're scared to death at the thought of others seeing 1 - how badly produced & managed the code either is or has been before 2000/XP, 2 - parts that've been lifted illegally from other projects or companies, 3 - how whole parts of the OS could be interchangeable with other companies' products contrary to their claims, and 4 - how MS has hidden APIs that allow their own products to function with the OS better than their competitors. Of course I can't prove the above. It's just an extremely strong suspicion.

    --

    The only tool you've got against psychosis is experience.

  72. Re:*newsflash* by Fat+Casper · · Score: 4, Insightful
    I don't think it's funny, as such, just refreshing. Well, it would be really refreshing if more media folks would admit it. The anti MS folks have always admitted it; indeed, revelled in it. They continually document the causes of their anti MS stance, making it less of an actual bias than a response to their continued actions. That's a lot different than the standard "anything said by a member of (insert political faction here) is automatically right/wrong" bias that makes for real problems in the news.

    --
    I spent a year in Iraq looking for WMD and all I found was this lousy sig.
  73. I can feel my arteries hardening by i0lanthe · · Score: 2, Funny

    The BSD license allows more or less unfettered code-poaching

    BSD == poached code

    GPL == hard boiled code

    LGPL == soft boiled code

    Apache license == code over easy

    Artistic license == code Benedict

    Mozilla license == code McMuffin

    Sun == ... aw, you know.

    --
    "The Crystal Wind is the Storm, and the Storm is Data, and the Data is Life"
    1. Re:I can feel my arteries hardening by Anonymous Coward · · Score: 0
      scrambled?


      no, wait, Sun-ny side up?

    2. Re:I can feel my arteries hardening by i0lanthe · · Score: 1

      no, wait, Sun-ny side up?

      Yes! You win the banana.

      Although it seemed strange at first, I guess I can see why my post above (randomly matching up egg cooking styles with licenses, inspired by someone's use of the word "poach") was rated flame-bait... I know I have terrible trouble flipping an egg properly over my gas stove, though thankfully I haven't actually landed any of 'em in the burner yet.

      (y'all can just mod this one OffTopic, no need to get creative. ;)

      --
      "The Crystal Wind is the Storm, and the Storm is Data, and the Data is Life"
    3. Re:I can feel my arteries hardening by TekPolitik · · Score: 2
      Mozilla license == code McMuffin

      Having seen the code for Mozilla, I'd have to go with "scrambled code".

  74. The correct analogy by Anonymous Coward · · Score: 0

    ... should be:

    "If I said 'murder is wrong', then later bought a cybernetic arm, and killed someone with my new cybernetic arm, then sell this cyber arm, does any of this makes any sense at all?"

  75. Re:anti-Microsoft bias by Anonymous Coward · · Score: 0
    Still, seems sort of funny for a news site to openly admit that they are, in general, biased against a certain company.

    Well, Slashdot isn't really a news site. It's more like a talk show. Topic today, Microsoft FUD and Peru! Discuss, discuss, talk amongst yourselves, very nice, very nice... mod mod, nod...

    The bias part is a no-brainer. A LOT of people are biased against Microsoft because of their wrongdoing. Microsoft has been convicted of abuse of its monopoly powers to prevent consumers from being able to obtain competitors products, and a lot of people's livelihoods in the tech sector have been damaged in a personal way. I'm biased against Microsoft in exactly the same way that someone who just discovered that their car was gone would be biased against car thieves. I suspect that that's part of Slashdot's demographic readership makeup, and they know it. Show an anti-Microsoft bias on the Internet and you've got guaranteed readership. Works well, I like it.

  76. So, why is it . . . by Anonymous Coward · · Score: 0
    . . . that if Microsoft copies software, it's "theft," while if a w@r35 pup does it, it's not, since "information wants to be phree" ???

    ~~~

  77. This just demoonstrates the need for access to by Anonymous Coward · · Score: 0

    Microsoft's code to make sure it isn't violating opther people's IP.

  78. Quoting Bollo from 3 Kings by Anonymous Coward · · Score: 0
    It kinda works...

    I figured the Open Source Community would jump all over this as an oppurtunity to rip M$ a new one. Apparently I was wrong.

    I am Jack's complete lack of surprise...

  79. Like O.S. doesn't steal code... by Anonymous Coward · · Score: 0

    Wasn't DivX based on stolen MS mp4 code for the first release or two? Only like DivX 4 or something was finally rewritten from scratch.

    Who else can come up with some examples?

  80. Possible hint at fear of Linux... by esteban666 · · Score: 0, Troll

    Perhaps this is one of the reasons Microsoft is so afraid of Linux... they won't be able to steal new and innovative code because of the GPL. Microsoft won't be able to embrace, extend and destroy anything as they've done with everything else. As new systems and tools are designed and first released thru Linux, Microsoft won't be able to steal it. If they do (did?), they'll have to release their precious proprietary code. Hmmm... I wonder what's already under the hood.

    --
    "Just because you have a collection of porn of a particular girl does not make her your girlfriend", KingJoshi.
  81. Whats new? by thogard · · Score: 2

    Years ago when GCC was about the only multiplatform compiler that was even close to stable it had the same optimizations as Microsoft C version 5. Since GCC came first and everyone could find its source, I wonder what an extensive code review of the two packages would show.

    But we know MS is so pig headed they are going to rewrite everything in house anyway -- especially specs to "open standards"

    With many large projects to day with many tema members, many things can leak in. For example 3Com's NBX 100 phone system has both Gzip and GNU tar in its binary image which makes the whole thing licensed under GNU but try to get source from them.

    1. Re:Whats new? by Anonymous Coward · · Score: 0

      So, you admit that the GPL is a viral license which destroys intellectual property. Of course, you open-sourcers will rabidly back that statement up in response to one article and deny it in the next. Amusing... ;-)

    2. Re:Whats new? by thogard · · Score: 1

      Is it a problem? I've got hundreds of lines of critical code in many gnu programs and most of it was submitted anonymously. I gave out that code for the common good so why should stealing from me be any different than bootlegging a copy of MS office?

  82. Re:anti-Microsoft bias by Anonymous Coward · · Score: 0

    Well, Slashdot isn't really a news site.

    Well that could be debated, considering that there is news on the front page, and their tagline is "news for nerds, stuff that matters".

    However, thats besides the point, because it was newsforge, not slashdot, that claimed that newsforge (and the rest of osdn) are generally anti-MS. In other words, grandparent post's statement "Still, seems sort of funny for a news site to openly admit that they are, in general, biased against a certain company." had little to do with slashdot, and much to do with newsforge, which is inarguably a news site.

    Gee that there bold tag sure is great, isn't it?

  83. FUD in this case by timothy · · Score: 1

    a) I guess your beef is with me, since I added that sentence-with-link.

    b) I agree with you that FUD is overused etc. ...

    c) .. but not that it's misused in this case. Have you read the MS letter to which Nunez was responding? It's full of exactly the things that the acronym FUD is all about. Vague allusions to dangers and risks, no real data or evidence. That's the essence of FUD.

    timothy

    --
    jrnl: http://tinyurl.com/c2l8yr / foes: http://tinyurl.com/ckjno5
  84. No stacker code in DoubleSpace by bwoodring · · Score: 2, Informative

    MS didn't steal any code for use in DoubleSpace. Stac bought some old patents and abused them to force MS to stop using technology that neither of them had invented. I think it is terrible the way you /. trolls flame other companies for patent abuse, but not if they are attacking Microsoft.

    1. Re:No stacker code in DoubleSpace by Anonymous Coward · · Score: 0

      > MS didn't steal any code for use in DoubleSpace. Stac bought some old patents and abused them to force MS to stop using technology that neither of them had invented.

      Links, etc to support this? I find it very hard to believe that Stac Electronics had the means to outlawyer Microsoft, even back then.

    2. Re:No stacker code in DoubleSpace by Anonymous Coward · · Score: 0

      Try typing "stac microsoft" into Google and pressing the "I'm feeling Lucky" button.

      It's easier than typing a retarded post into slashdot requesting verification of widely known facts.

    3. Re:No stacker code in DoubleSpace by HiThere · · Score: 2

      As I remember the incident (not well, I admit) DoubleSpace was made by a different company, and MS turned to them after Stacker refused to sell the code (and defeated them in court). This caused Stacker to go out of business.

      I don't remember your report as matching ANYTHING that I read at the time.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    4. Re:No stacker code in DoubleSpace by kubrick · · Score: 1

      This court document says that one patent was originally granted to Stac:

      33. On May 14, 1991, the '009 patent, entitled "Data Compression Apparatus And Method," was granted to Stac. Since its issuance, Stac has been, and continues to be, the owner of all right, title and interest in and to the '009 patent. A copy of the '009 patent is attached as Exhibit A, and incorporated herein by reference.

      An earlier patent was granted to a different company, and later acquired by Stac. So it's not as black-and-white as you seem to paint it.

      --
      deus does not exist but if he does
    5. Re:No stacker code in DoubleSpace by sheldon · · Score: 2

      I'm sure the fact that consumers stopped using disk compression because the price of harddrives had dropped substantially had nothing to do with Stacker's loss of business.

      BTW, before claiming stac went out of business, you might want to check www.stac.com.

    6. Re: No stacker code in DoubleSpace by Black+Parrot · · Score: 2


      > Stac bought some old patents and abused them to force MS to stop using technology that neither of them had invented.

      For better or worse, patents are transferrable property in our society. I think we might be better off without patents altogether, but if we are going to have them, then Microsoft is bound to play by the same rules anyone else is.

      --
      Sheesh, evil *and* a jerk. -- Jade
  85. Does Everyone Forget? by Xemoka · · Score: 0

    Does everyone forget where DOS origanly came from and how it got into M$'s hands? it was "bought" for a really cheap price... you could say stolen... he took the idea completely and ran with it....

  86. What is a franc? by eean · · Score: 0, Troll

    What this "franc" stuff all about? They still have those around?

  87. slashdot bias by j1mmy · · Score: 1

    the slashdot summary gives the impression that microsoft did the code-stealing here. this is not the case. the original authors of softimage took the code and microsoft later bought softimage, inheriting this lawsuit.

  88. Were are they? by Anonymous Coward · · Score: 1, Insightful

    Where are the proponents of "intellectual property"
    when we need them? I always thought that
    those who preach about the rights to own intelectual
    properties will be the first ones who will support
    the idea of keeping the source open for view
    to the public as a way to make sure that the
    binaries don't contain "stolen" code.

  89. um... by i_have_no_name · · Score: 0

    Bill gates: will that be cash or check?

  90. Re:*newsflash* by ATAMAH · · Score: 1

    It is perfectly fine for a news company that majors in news on a certain medium to be openly against some other medium. It would however be unacceptable for "all around" news companies, like CNN for example.

  91. MS-DOS contained CP/M code, too... by dpbsmith · · Score: 3, Interesting

    It has been all but acknowledged by Microsoft that MS-DOS 1.0 contained code directly borrowed from CP/M. _The MS-DOS Encyclopedia_, for example, notes that "the resemblance [between CP/M and MS-DOS] was even more striking at the rpogrmaming level, with an almost one-to-one correspondence between CP/M and MS-DOS in the system calls available to applications programs."

    This was not a matter of common design or reverse engineering; there was actual CP/M code in MS-DOS, I believe specifically in the FCB-oriented file services.

    I wish I could remember where I read the interview where Tim Paterson acknowledged "low-level borrowing" from CP/M. I can't seem to find it right now.

    1. Re:MS-DOS contained CP/M code, too... by Anonymous Coward · · Score: 0

      It is common knowledge that MS-DOS is updated CP/M.

      Check your history.

  92. Re:An entire article for old news by dan+the+person · · Score: 1

    MS steals intellectual property. And this is news?

    It's been a well known fact for decades that MS does not respect other people IP.

    Take a look at the whole DOS 6.2 6.21 6.22 fiasco when MS stole stacs compression technology.

  93. This is all a conspiracy theory by AdmrlNxn · · Score: 1

    I mean in all honesty how can you honestly prove microsoft has stolen code as many times as you seem to say they have. This seems like FUD. That is right... YOU are slinging gobs of FUD. (I can use bold case too)

    Where is your proof? Where is your cold hard evidence that this is happening? Over and over and over. I am not kidding. I sure don't see any. What I see is a generalization. A mere idea that this is happening. You don't have any real proof. I mean if this were happening large companies like IBM, Digital, SCO, Pen Conputing and Mircografx would sue and win because plagerization is illegal. Not kidding. IBM is a power house and would sue the shit outta Microsoft for a nice little cut of the pie. You cannot deny this. IF! it was even happening.

    See what you are is a Linux adovocate. All open source or nothing at all. What irritates me about people like you is how damn happy and excited you get when shit hits the fan against a company that you dislike. I mean, it doesn't have any direct effect on your life. What Microsoft does doesn't affect how you live, breathe, eat or drink. You are an Open Source guy. You are all about it. So who cares what Microsoft does. It isn't going to affect Linux at all. Not in your eyes. Because from every angle, you view Linux as a superior OS. Above the rest. The pinnacle of OS evolution. Well yippee for you! I am happy that you are happy. Ecstatic even. I also think you are full of negativity if you can take that much time to write a post that totally attacks somthing that doesn't effect you in any way at all.

    The only time you might feel the push is when Microsoft reclaims the portion of the server market they lost. They will get it back. I can tell you why to. It has nothing to do with Windows. It has to do with War. A war is being fought and I can guarentee, unless the "judge" decides to split the company. They will reclaim their throne. It is how they fight. YOu think they are just gonna sit there and watch Linux take over. If you do think that, you are kidding yourself. No way. Won't happen.

    I am not a Microsoft advocate, I am a realist. And reality is a bitter-sweet idea. Suck it up. IBM doesn't have the leg room to move Linux to the ground it needs to be on. COnsidering COmpaq and HP merged. A new dawn is coming. Watch out. Fight all you want but Microsoft has an edge that Open Source doesn't. They have your source code, and you don't have theirs.

    --
    ~Admrlnxn
    "I got your mom in my trunk"
  94. Flame Bait? Not me by AdmrlNxn · · Score: 0, Flamebait

    ANd the number one website to fling more FUD in an hour than a billion dollar company can do in a 3 month period.

    SLASHDOT.ORG

    Go check it out today and see all the fear, uncertainty and doubt that just mutters... "LOOK AT ME... LOOK AT ME!"

    "LOOK WHAT I CAN DO!"

    Muwhahahahahahaha!

    --
    ~Admrlnxn
    "I got your mom in my trunk"
  95. who knows what's inside a closed box? by geoff+lane · · Score: 1

    Without access to the sources, who knows what code makes up a typical Windows release. With s/w it's rare to find functionallity that cannot be implemented in a number of ways so it's very difficult to determine when code is stolen just by observing the external behaviour.

    Book plagiarism is easy to detect because the "code" is the functionallity; software plagiarism is impossible to detect without open access to sources.

  96. They got repeated cease and desist letters by gotan · · Score: 2

    It wasn't as if Microsoft had to sieve through the whole of softimage codebase to check for IP-infringement. Is it really asked too much of MS to read the letters and look into the problem?

    There wasn't even a reaction from MS until they were dragged into court. When MS bought softimage the responsibilities became theirs, especially after getting cease and desist letters. Ignorance is no way to avoid responsibility, it just doesn't hold up in courts, not even for megacorporations.

    --
    "By the way if anyone here is in advertising or marketing... kill yourself." -- Bill Hicks
  97. mod psychology by Anonymous Coward · · Score: 0

    Unfortunately, the anti-MS bias is so strong here on Slashdot, I'll probably be modded down like nobody's business. Well, go ahead, mod away.

    Mod me up cause I think yall will mod me down.

    .ygolohcysp esrever

  98. Who the FUCK modded that up? by Anonymous Coward · · Score: 0

    You jackasses. I'd have though that the moderators have been around here long enough to realize when a post is utterly dripping with sarcasm. Sheesh.

  99. Maybe not in the mainstream press by aepervius · · Score: 1

    In would not either have awaited an account in CNN.COM. But what of PCMAG ? CNET ? Slashdot ;) ? There are many tech mag around there. None of them reported anything. Even one month after in October. or november two month after.

    --
    C. Sagan : A demon haunted world:
    http://www.amazon.com/gp/product/0345409469/
    visit randi.org
  100. IQ C by oliverthered · · Score: 1

    Not meaning to be rude to your co-worker but, the lights are on and no-ones home, prohaps it's a good time for mass demotion of people who are still to ummm.... stupid to understand.

    --
    thank God the internet isn't a human right.
  101. One acronym by sporkulum · · Score: 0

    DCMA pot...kettle...black

    --
    semper ubi sub ubi
  102. So then... by Anonymous Coward · · Score: 0

    Is the code GPL or is the actual binary? Or both.
    So if I don't like the GPL but want to use the code for a neato library, could I just distribute the binary with my program and link to it has needed?

  103. Thank you by Rupert · · Score: 1

    and well spotted. You are truly a rare find on /.

    --

    --
    E_NOSIG
  104. Code doesn't matter, it's Patented (IIRC) by Anonymous Coward · · Score: 0

    Which was the point.

    And with fines and interest and stuff, I think they're up to a Billion dollars worth of stuff?

    This was from '85 or '95, iirc.

    And they *still* haven't paid.

    I'd like to see the owners get liens and go and repossess any MS property and sell it. It'd make France a MS-free zone :)

    -- Ender, Duke_of_URL

  105. No. Really, how much is 3 million francs anyway? by enkidu55 · · Score: 1

    Like 20 bucks or something. Wouldn't matter anyway. Unless somebody starts setting the fines at 10 zero's MSFT won't even notice

  106. Re:No. Really, how much is 3 million francs anyway by SilentStrike · · Score: 1
    Reading.. quite a useful skill.

    " Sept. 2001: The court issues a verdict: Microsoft is fined 3 million francs (a paltry USD $422,000). Microsoft says it will appeal the decision."

    It's not about the money, it's about Microsoft's hypocrisy. A company that hates software theft steals software.

  107. A quick followup by npsimons · · Score: 1
    As this is one of my few comments that has garnered any response, I thought I'd do the courtesy of replying, at least to the general riff-raff that seem to be against my little request.


    First, I would like to point out, that it was simply a request. If you don't want to GPL your code, fine. I was only asking you to do yourself a favor.


    Second: it would seem that most people's "argument" against my request is that I'm a zealot. Nice line of reasoning guys, real smart to use an ad hominem attack. I'll bet you called people who disagreed with you in high school "fags" as well.

  108. Now you tell me by Anonymous Coward · · Score: 0
    And this whole time, I thought FUD meant:

    FUCKED-UP-DATA.

    I like what I thought muh better than "Fear-Uncertainty-Death".

  109. Hitler also did good things. Should we love him? by croanon · · Score: 0

    He helped modern medicine a lot by "experimenting". Should we love him?

    --
    Dear Bill, do you have a .net tatoo on your ass for marketing?
  110. Re:Go Nunez! - Run, Nunez! by Anonymous Coward · · Score: 0

    ... maybe "Run, Nunez, run!" rather, in the long term.

    Villanueva Nunez is a brilliant man, and a brave one. He has to be, I'm afraid. Guns can be hired for cheap in some parts of the world.

    Good luck and watch out, David!

    Peruvian Activism
    http://www.pimientolinux.com/peru2ms/

    Regards,

    W.

  111. Stacker by Martin+Spamer · · Score: 2

    MS's involvement in this was pretty minimal

    Perhaps on the surface however there is a striking resembalance between the sequence of events and the claims made about stacker disk compression software/Company. MS Offered to buy the Stacker but wanted to see the source code first, once it was handed over, they backed out of the deal and launched their own disk compression software in the next version of MS-DOS (IIRC v6).