Slashdot Mirror


Will Microsoft Code-Checking Plans Cripple the GPL?

Infonaut was one of many readers to point out that "Thomas C. Green at The Register seems to think Microsoft is after far more than the 'ubiquitous security' they're pitching to the mainstream press. In this lengthy article, he contends that Microsoft's latest plans are in many ways an attempt to kill Linux by rendering GPL'ed software unusable. Yep, that's freedom to innovate, I'd say."

539 comments

  1. Where did you say you wanted to go today? by paiute · · Score: 5, Funny

    Sorry, you can't get there from here.

    --
    If Slashdot were chemistry it would look like this:Cadaverine
    1. Re:Where did you say you wanted to go today? by frogbutt · · Score: 1

      How is this going to affect me at home with my UltraSparc and my PowerBook? Not at all? OK, sure Bill go for it. Try to screw the entire planet, there's more PowerBooks where mine came from.

    2. Re:Where did you say you wanted to go today? by wunderhorn1 · · Score: 1

      Some company willing to stand up to MS needs an ad campaign with that R.E.M. song ("Can't get there from here.")

      --
      Karma: Bored. (Thinking about resurrecting the "Anyone else is an imposter" joke.)
    3. Re:Where did you say you wanted to go today? by Anonymous Coward · · Score: 0

      You, apparently, did not RTFA!

      Bad /.er! Bad!

    4. Re:Where did you say you wanted to go today? by Lord_Slepnir · · Score: 1
      there's more PowerBooks where mine came from.

      Yeah, there are pleanty sitting in warehouses waiting for someone to actually buy them.

    5. Re:Where did you say you wanted to go today? by sharkey · · Score: 1, Redundant

      Actually, that will probably be the song chosen for the Palladium launch ad campaign, given the MS track record. Remember Windows 95? "You make a grown man cry!"

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
    6. Re:Where did you say you wanted to go today? by TheJZA · · Score: 1

      And you expect a song to fix that?!?!?!??!?!?

      --
      The JZA
    7. Re:Where did you say you wanted to go today? by Anonymous Coward · · Score: 0

      Best. Mac. Bashing. Troll. EVAR!!!

      Oh wait, it's not. My bad.

    8. Re:Where did you say you wanted to go today? by styrotech · · Score: 1

      Well MS did want REMs 'It's the end of the world as we know it' for the Windows 95 launch, and REM turned them down.

      Maybe REM should reconsider that one for Palladium? If that doesn't work, maybe the EFF could ask them for it instead.

  2. Thomas, are you there ? by forged · · Score: 5, Funny
    I wonder is Thomas C. Green is one of the many IT analysts also reading Slashdot on a regular basis.

    Thomas, if so, can you reply to this so that we may ask you questions in this forum ?

    1. Re:Thomas, are you there ? by dcvulture · · Score: 2, Troll


      sure, cheers.

      tcg

    2. Re:Thomas, are you there ? by dcvulture · · Score: 1

      you call that a question?

      tcg

    3. Re:Thomas, are you there ? by Anonymous Coward · · Score: 0
      OK then here is how you are completely wrong.

      A Paladium-Ready PC will allow any O/S to be loaded that is signed by any root, you just go into the bios and change the hash of the root.

      The downside is that the hash of the O/S root is required to be included as a signed attribute when the ebedded PC key is used for authentication.

      What this means is that you can do anything you like with your PC, but other devices you are comunicating with can detect the change.

      The only likely external limitation on Linux is that it is unlikely that the content owners will be prepared to sell content to load on Linux boxes but will be prepared to sell content to Windows and Mac users. This simply continues the existing situation in which the DVD content owners refuse to allow open source DVD players.

      Also it will still be possible to use open source software and self written software on a windows PC. The only difference is that enterprises may get the option of locking down machines so that only authorized software is run. So an enterprise can stop viruses spreading as attachments.

    4. Re:Thomas, are you there ? by zangdesign · · Score: 2

      What is your evidence? You seem to have taken the Microsoft/Linux conflict to a ridiculous extreme in the article.

      Having read it, I'm of the opinion that you're being needlessly alarmist. Too many sites run on Apache to suddenly have Microsoft or anyone else lock them out of users PC's.

      --
      To celebrate the occasion of my 1000th post, I will post no more forever on Slashdot. Goodbye.
    5. Re:Thomas, are you there ? by tomhudson · · Score: 3, Insightful
      At's even more trivial to defeat the whole thing - after all, once you've bootstrapped a modern os, you don't need the bios anymore.

      Put a patch in the os (isn't open source great - you can't do that with closed source) that intercepts all bios calls, and gives back the response you want to give.

      Next, we'd see patches for flashing the rom to disable the mobo code - again no problemo!

      The only people who wouldn't be able to accept this solution are proprietary os loosers^H^H^H^H^H^H^H^Huseres.

      This way, you can even imitate another user and pc by copying their hash key - talk about yet another gaping security hole.

      Now you won't even have to root their box to own them

      I guess this is Bill Gates latest insecurity model

      Micro$oft - you fix it, they break it in the next version!

    6. Re:Thomas, are you there ? by Anonymous Coward · · Score: 0

      > you're being needlessly alarmist. Too many sites
      > run on Apache to suddenly have Microsoft [..]
      > lock them out of users PC's
      >
      1996: Too many users run Netscape [4.x] to have MS
      take over the WWW with their (best viewed with) IE
      browser.
      1998: Netscape who?

      (ok, no diatribes about the quality of Netscape 4.x...it sucked. But MS still got what they wanted by literal and purposeful annihilation.)

    7. Re:Thomas, are you there ? by Anonymous Coward · · Score: 0
      Put a patch in the os (isn't open source great - you can't do that with closed source) that intercepts all bios calls, and gives back the response you want to give.

      The secure bios calls are signed.

      Next, we'd see patches for flashing the rom to disable the mobo code - again no problemo!

      Sure you could do that, but you would erase the bios key in the process.

      This way, you can even imitate another user and pc by copying their hash key - talk about yet another gaping security hole.

      The hash code does not authenticate the PC, it authenticates the public key of the trust root. The PC is authenticated by an embedded private key.

    8. Re:Thomas, are you there ? by tomhudson · · Score: 3, Insightful
      See the thread a few days ago on emulation - anything that can be done in hardware can be done in software.

      1.Intercept the bios calls, and return whatever you want, including "signed" data. Or return nothing. Or return values you've sniffed from someone else's box.

      2. Back up your bios first, then look through the bin file (doing this on 2 mobos with the same bios, and running a diff will give you the bios key)

      3. If sites don't allow people in who aren't authenticated, this means that, eventually, as authentication becomes all-pervasive, unauthenicated users will become "invisible". Once nobody will be able to see them, and nobody's checking for them anymore, they'll be able to roam the net free of constraints.

      Also, we could run the data stream through a firewall that could strip out any key data, or replace it with whatever we want.

      There are also privacy concerns that would require that the ID be able to be changed, or deleted. You can be sure that the NSA, etc., will insist on a back door for their "trusted users". How long before someone else finds it?

      If you don't think people will be able to do this, check out how many are using hacked satellite TV cards.

    9. Re:Thomas, are you there ? by Camulus · · Score: 1

      Not to mention the fact that the Xbox has already been hacked. If I remember correctly, it sent the key nessicary to boot/unlock the Xbox in plain text between the Northbridge and Southbridge. So yeah, MS has a great track record for implementing hardware driven safety measures and I look forward to entrusting my life to thier work.

    10. Re:Thomas, are you there ? by Anonymous Coward · · Score: 0
      Back up your bios first, then look through the bin file (doing this on 2 mobos with the same bios, and running a diff will give you the bios key)

      That is not going to get you the BIOS key, it isn't in the ROM image.

      Sure any DRM enforcement mechanism can be broken, but in this case the mechanisms you propose have been anticipated - and if Microsoft does not anticipate them others will. Microsoft cannot implement Palladium without cooperation from Intel, AMD and Phoenix.

      The point is that it will be possible to run Linux on the box without any recourse to reverse engineering.

      If you don't think people will be able to do this, check out how many are using hacked satellite TV cards

      The proportion is low enough for the satelite TV companies to make money. The objective is not to make something unbreakable, it is to make something that puts sufficiently great barriers in place that the content providers are confident enough to use it as a distribution channel.

    11. Re:Thomas, are you there ? by tomhudson · · Score: 1

      It's not hard-wired into each chip.

    12. Re:Thomas, are you there ? by Phill+Hugo · · Score: 2

      A question isn't really relevent here, a single GPL bootloader (no doubt a patched lilo :) will be all that is necessary to disable and circumvent (or in the tone of this 'announcement', "authorise" any software and thus the linux kernel and user space stuff. A similar panic reaction; over hype fuss was made over the serial numbers in pentium chips.

  3. Bah. by EvilNight · · Score: 4, Insightful

    Don't worry about Microsoft. They're on their way to being a footnote. I chuckle that they think that when forced to choose between MS and GPL, people will go with MS. That's not a safe assumption to make... not a safe one at all.

    Just keep coding. Millions of happy hackers > politics and license agreements.

    --
    Hell is being intelligent in a world full of idiots.
    1. Re:Bah. by MindStalker · · Score: 1

      So thats why AMD and Intel are already signed on to produce chips for this system?

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

      95% think Linux is a program that runs in Windows.

      and another 4.9% have heard of Linux but think that it is only for criminals who maliciously hack all day.

    3. Re:Bah. by Quarters · · Score: 2

      AMD and Intel are onboard because corporations are amoral. The decision to make these chips isn't one of "We like MS, MS is good, let's help MS." The reason they are onboard is because they have a legal obligation to fiduciary responsibility towards their shareholders. In a nutshell that means that if there is a way for the corporation to further its profits in a manner that jives with their business plan they must do it. To not do so could open them up to a shareholder lawsuit for not protecting their interests.

    4. Re:Bah. by MindStalker · · Score: 1

      Yep, hopefully they will atleast offer both lines, with and without the chip. Then they will see consumers racing to buy the old chip and not the new one. And hopefully buy their own rules have to pull it. This is of course assuming this is as bad as it really is. We can all pray that this really is OS neutral and has a trust model where MS isn't the arbitrators of all trust. If that happends and the thing catches on, you never know. Its all wait and see, but hopefully AMD is smart enough to offer both versions just in case.

    5. Re:Bah. by JWW · · Score: 2

      Yeah, you could pray. But remember AMD labeled their latest chip with an XP.

    6. Re:Bah. by Zathrus · · Score: 1

      Which had nothing to do with Windows XP. Move along.

    7. Re:Bah. by rseuhs · · Score: 4, Funny
      MS-marketing: "Hey, wanna be mentioned in our press-release?"
      AMD/Intel-marketing: "Yeah, sure."

      Oh and to fuel the flame-fest:

      Bill Gates early 90's: "Internet will never be popular"
      Bill Gates early 00's: "Linux will never be popular"

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

      The term is terrorist these day, not criminal.

    9. Re:Bah. by Anonymous Coward · · Score: 0

      Of course not.

    10. Re:Bah. by Anonymous Coward · · Score: 0

      I object to the redundant mod. I was one of the first people to post to this article. I would have accepted flamebait but definitely not redundant.

    11. Re:Bah. by protonman · · Score: 1

      > early 00's

      How do you pronounce that?

      --
      The man of knowledge must be able not only to love his enemies but also to hate his friends.
    12. Re:Bah. by snilloc · · Score: 1
      Bill Gates early 90's: "Internet will never be popular"
      Bill Gates early 00's: "Linux will never be popular"

      In the first instance he was just wrong.
      In the second instance he is lying.

    13. Re:Bah. by vegetablespork · · Score: 1

      Yep. Nothing at all to do with it. XP stands for, uh, eXtreme Processing. Yeah, right.

      --

      Call (206) 338-5780 COLLECT for information about a genuine BA, BS, MA, MS, MBA, or Ph.D.

    14. Re:Bah. by sehryan · · Score: 2

      Yeah, but the early 90s comment is out of context. He says the internet will never be popular...then he realizes he is wrong, turns the company around on a dime, and now they are a dominant force concerning the internet.

      So don't count them out of the linux market just yet.

      --
      The world moves for love. It kneels before it in awe.
    15. Re:Bah. by rseuhs · · Score: 2
      I can't hear it anymore.

      What Internet are you talking about?

      http, ftp, nntp, smtp, tcp, udp, ip, html - everything from Microsoft, right?

      Face it: proprietary MSN failed. And it's not because Microsoft didn't try.

    16. Re:Bah. by Anonymous Coward · · Score: 0

      The fact that they won't admit to it in order to avoid lawsuits and trademark infringement doesn't alter where the XP postfix came from one iota.

    17. Re:Bah. by Anonymous Coward · · Score: 0

      It's perfectly in-context.

      He's simply an opportunist and capitulates when his arrogance makes him say something grossly incorrect.

      Even that wouldn't be so bad if it weren't for the slimy tactics (theft, misinformation) he employs to catch up to his wiser competition.

    18. Re:Bah. by Anonymous Coward · · Score: 0

      I think we're pretty much in agreement here. --vegetablespork

    19. Re:Bah. by Prior+Restraint · · Score: 1

      > > early 00's

      > How do you pronounce that?

      I say, "aughts". (Also, I don't put an apostrophe in "00s".)

    20. Re:Bah. by JordanH · · Score: 2
      • He says the internet will never be popular...then he realizes he is wrong, turns the company around on a dime, and now they are a dominant force concerning the internet.

      I welcome the day that MS becomes a dominant force concerning Linux. It would imply that Linux World Domination was achieved.

    21. Re:Bah. by pinch · · Score: 1

      I like "the naughties". Some guy had a campaign for this naming scheme pre-Y2K. It sets up a linguistic usage that is much like the previous eighties and nineties (i.e. Naughty-One, Naughty-Two...)

    22. Re:Bah. by Zathrus · · Score: 1
      Er... well... uh...

      I knew I'd read something where AMD disclaimed the linking (despite the unlikelihood of that). So I went and found the Athlon XP press release. Which contains this sentence:


      The AMD Athlon "XP" modifier is designed to convey the extreme performance AMD Athlon XP processors deliver for the upcoming Microsoft Windows XP operating system.


      Which pretty well does tie it directly to Windows XP.

      So I retract my former statement.
    23. Re:Bah. by Anonymous Coward · · Score: 0

      and now they are a dominant force concerning the internet.

      A dominant force for surfing the internet maybe. But they serve less than 50 % of it....Where do you want to go....Apache will get you there.

    24. Re:Bah. by Anonymous Coward · · Score: 0
      I'd generally agree, but you can't deny that there are a lot more amature VB monkeys with many more keyboards randomly typing away, and may one day come up with something brilliant. Hah.

      I personally know many companies that run IIS for no good reason (I think Apache is better), but nobody cares. You tell them that VB will only works under Windows, and the server has regular security breaches, but nobody cares. And you know what, there are a LOT more of those types of people than there are techy ones who actually care. Apache and other GNU stuff may be the dominant server/platform on the net, but that's only because the amature general public hasn't figured out how to setup stuff yet.

      Look at how quickly windows based P2P stuff spread. If they only had Linux versions of P2P software, the MPAA or RIAA wouldn't have to worry about anything. Which means that if Microsoft by default enable (or make it stupidly easy) to setup networking stuff, all of a sudden you'll have every joe running their own windows based servers.

    25. Re:Bah. by legojenn · · Score: 1

      I like 'dicketees'. I think Abe Simpson called them that in an episode of the Simpsons. I hope it sounds funnier in the 2040s & 50s when I am an old lady.

      --
      I make a reasonable middle-class wage by going to work and not spamming blogs with scams.
  4. The Sky Isn't Falling Yet by colmore · · Score: 5, Insightful

    The general thrust of the article is that under the new security system, GPL programs will not be able to be "trusted" by MS' hardware/software security system, so GPL based systems (like Apache web servers) will become unusable with mainstream computers.

    I doubt this will happen.

    Because, frankly, the invisible success of opensource is too widespread. I haven't looked at server statistics recently, but a significant percentage of webservers run on some manner of opensource program. Microsoft isn't going to be able to force half of the web servers in the world to switch over, and if people know that buying this new board from MS/Intel (which has few tangible benefits) will render half of the internet unusable, nobody is going to go for it. I'm not even beginning to think about the various governments that have begun to standardize around Linux, the opensource core of Apple's OS X, etc. etc.

    Frankly opensource is too big. If Microsoft renders its systems incompatible with the GPL, then it will be Microsoft, and not the OS community, that suffers.

    I say, let 'em try.

    --
    In Capitalist America, bank robs you!
    1. Re:The Sky Isn't Falling Yet by colmore · · Score: 2

      Also, supposed "journalism" that uses phrases like "Windoze" and "Microsoft's Mark of the Beast" cannot be trusted for accurate, unbiased information. The guy has an interesting opinion, but it's just that: an opinion.

      --
      In Capitalist America, bank robs you!
    2. Re:The Sky Isn't Falling Yet by mad_goldfish · · Score: 2

      You do have to consider that unless we can get out and tell people, most are going to think, 'Oh, website X is broken, I'll go to Y instead.' rather than 'Oh, Windows is broken, let's use Linux/Mac/PalmOS instead'.

      I don't think Linux has reached critical mass yet, but I hope there will be enough incumbants on old Windows systems as well as everyone on the new systems for the new Windows market to be ignored by the web hosts.

      --
      Don't read my journal. I don't post there, honest guv.
    3. Re:The Sky Isn't Falling Yet by GigsVT · · Score: 5, Insightful

      Need I break out browser market share statistics from 1996?

      We need to fight every battle as if it is our last, things change too fast in the IT world to trust things like market share.

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    4. Re:The Sky Isn't Falling Yet by JimDabell · · Score: 3, Interesting

      There must be a way of using in-house software by self-signing it. Can't people wanting to use GPL software just do the same?

    5. Re:The Sky Isn't Falling Yet by Anonymous Coward · · Score: 0

      I'd like to filter any post that uses the oh-so-rebellious "M$" or "Micro$oft". The cleverness is just too much for me.

      My guess is that this "code verification" feature will be an extension of the verification features currently part of the .Net platform. An administrator can grant code access to resources based on evidence presented in the code. Right now, code that originates (that is,installed on and running on/from) the local machine gets full rights. Code from other sources (network drive, URL, etc) must be given specific permission. Longhorn will probably change these defaults, but the administrator will still have the ability to grant any code permissions to run.

      -- Jeff G.

    6. Re:The Sky Isn't Falling Yet by Anonymous Coward · · Score: 0

      Yes. They would actually need to have a monopoly on everything, not just the desktop, for this to succeed.

    7. Re:The Sky Isn't Falling Yet by colmore · · Score: 2

      I imagine this will be an optional security feature, too.

      Since they can't have instant 100% deployment, people will have to be able to turn off the "security" to view a lot of content. If we could somehow setup a big public webserver where rejected traffic is relocated, we could inform people that "1, they should turn that crap off and 2, Microsoft is doing some *VERY* dirty business here and 3, Isn't it time they cut those corporate puppet strings from their arms" it could be a huge PR boon for the OS community.

      --
      In Capitalist America, bank robs you!
    8. Re:The Sky Isn't Falling Yet by Tune · · Score: 1

      >[...] if people know that buying this new board from MS/Intel (which has few tangible benefits) will render half of the internet unusable, nobody is going to go for it.

      True. It's like the regional protection with DVDs. If given a choice, many consumers will rather buy a crappy "region free" DVD player than a high-end player that doesn't allow japanes/european/us disks.
      Still, some others do especially when people remain willing to sacrify privacy for security in the light of the 9/11 type events. And they might just have enough momentum to threaten free software.

    9. Re:The Sky Isn't Falling Yet by Zathrus · · Score: 5, Interesting

      In-house is irrelevant. That's not what this is marketed/designed toward. What MS is attempting to solve here is "how can I trust party X out there? How do I even know that party X is party X? And how can I trust party X not to share my private information with party Y?"

      It is, at least on the surface, a noble goal. There's still a lot of people out there that aren't willing to do transactions over the net due to security concerns. And even those of us who do use the net to do transactions know that there's pretty much nothing we can do about step 3 above -- if someone decides to share my personal data (be it my name, my address, my credit card numbers, or my social security number), there's pretty much no way in hell for me to ever track it back to them.

      The problem is, these are tough nuts to crack. That's why they haven't been fully completed yet. Microsoft is taking the stance that the only way to do it is to have a centralized authority, hardware encryption, and trusted systems. The problem with this is that it must be closed source. You cannot open the source up, nor can you allow people to "self-sign" -- doing so just means that Joe Cracker can say "yeah, I'm trusted - give me your info" and the system will. Because it's designed that way.

      Of course, there are a plethora of other issues here... privacy advocates will immediately scream about a centralized database of ALL the private information. Think the credit bureaus are bad? You haven't seen anything yet. And, afterall, we're talking about Microsoft here -- they don't exactly have the greatest history when it comes to security. And this isn't the kind of thing you can release and patch up later. It must be virtually air tight from the very beginning, or else you won't be able to guarantee the system as a whole (good luck patching that security hole on the embedded card reader over there!).

    10. Re:The Sky Isn't Falling Yet by serps · · Score: 5, Insightful
      Frankly opensource is too big. If Microsoft renders its systems incompatible with the GPL, then it will be Microsoft, and not the OS community, that suffers.

      I say, let 'em try.

      You think? I believe you're not looking at the bigger picture. The open source movement is a t a point where big business is starting to take it seriously. What Longhorn attepts to do is is dump linux from the desktop, because all the client progams will barf when they don't see MS-certified keys when they install. That's only half the story, though. You need those killer applications otherwise people will just install some other OS, and you've lost your leverage with the OEMshardware makers, and your momentum stops.

      The other half is the network services. What if your online bank rejected non-WindowsDRM compliant Operating Systems? What if all the websites you wanted to go to required Passport, or conversely if those websites HAD to run .NET-compatible OSes in order to be accessed by WindowsDRM machines? Microsoft doesn't own the web, but if they make their own proprietary internetworking system (*cough*.NET*cough*) then they've won half the war. They can afford to play nice and let .NET become really popular before introducing "optional" security settings, then embrace and extend to taste. They need critical mass in both the server and the client to win the war, but they only need to break Linux's interoperability with Windows to relegate Linux into a niche market - an OS which doesn't "work" with the new Net.

      --
      "Einstein argued that [...] God is not capricious or arbitrary. No such faith comforts the software engineer." ~ Brooks
    11. Re:The Sky Isn't Falling Yet by ajs · · Score: 2

      This article talks about Web browsers, but how much would you like to bet that the first battleground for this technology will be MS' attempts to eradicate "untrusted" file servers on corporate networks.

      Samba should be very concerned about this!

    12. Re:The Sky Isn't Falling Yet by colmore · · Score: 2

      Heh, here's the link I wanted to put with the parent:

      this page from this amazingly funny comic from this amazingly funny website

      --
      In Capitalist America, bank robs you!
    13. Re:The Sky Isn't Falling Yet by Zathrus · · Score: 2

      It's like the regional protection with DVDs. If given a choice, many consumers will rather buy a crappy "region free" DVD player than a high-end player that doesn't allow japanes/european/us disks.

      Apples to oranges here.

      People buy "crappy DVD players" that happen to have region free hacks because they're cheap, not because they're region free. 99% of the US market couldn't care less about non-region 1 DVDs.

      It is, however, unfortunate that there are few (if any) current high end DVD players that can be made region free. Putting a $99 DVD player on a $3000 HDTV is an injustice to the TV. And a fair number of the people in the $5000+ range for TVs are also in that 1% that does care about region-free capabilities. Of course, the high end DVD player manufacturers can't actually put in region free codes lest they be gutted by the DVD consortium -- and they're a lot easier to gut than a company like Apex.

      I'm sure there are some region free high-end DVD players out there... anyone want to point some out?

    14. Re:The Sky Isn't Falling Yet by colmore · · Score: 2

      Corporations' purchases are at least partly reviewed by IT professionals who will instantly pick up on this.

      "Wait, so if I put one of these boards in a terminal, we have to setup a new $60,000 file server, hmmm... thanks but no thanks"

      --
      In Capitalist America, bank robs you!
    15. Re:The Sky Isn't Falling Yet by oyenstikker · · Score: 2

      "They would actually need to have a monopoly on everything, not just the desktop, for this to succeed."

      Just like they would need to have a monopoly on everything to force the computer retailers to ship all computers with Windows preloaded?

      --
      The masses are the crack whores of religion.
    16. Re:The Sky Isn't Falling Yet by Tim+C · · Score: 2

      Not if the code wants to access any part of the system that deals with DRM. If it were possible to create self-signed code that interfaced with DRM components, then it would be possible to circumvent any access controls and get at the raw data.

      The only way to enforce DRM policies would be to require some sort of licencing/certification process for companies and developers that want to be able to write such code. That way the high cost would effectively prevent people from committing copyright infringement in that way.

      At some level, self-signed code must be regarded as being (potentially) untrustworthy, and so refused access. It's just a question of where the designers decide to draw the line. You can bet, though, that it'll be this side of enabling people to access data that the system thinks they shoudn't. This will help stamp-out copyright infringement and home-grown/open source media players...

      Cheers,

      Tim

    17. Re:The Sky Isn't Falling Yet by Sun+Tzu · · Score: 2

      I think his point was that the GPL is undermined by the fact that you can't modify your system under such a scheme -- and still participate in the 'commons'. That, effectively, makes your GPL'd system unusable if modified.

      But, replace the word 'unusable' in your first paragraph with 'unmodifiable' and I think it represents the general thrust of the article more accurately.

      OTOH, I hope (and believe) that you're right on your later point -- Microsoft won't succeed on this one.

    18. Re:The Sky Isn't Falling Yet by rseuhs · · Score: 4, Insightful
      Not only Open-Source is too big, their own installed base is too big, too.

      The majority of users still use Win98, a 4 year old OS - which is only a minor step up of Win95, a 7 year old OS. (And Win95 is also still used by over 10% of users.)

      So if we extrapolate this figures:

      If MS starts this scheme in 2 years, it will take another 7 years until 90% of their users have it (and that's still not enough because 10% is still too much to lose).

      And because Linux is starting to make inroads (Governments of South-Korea, Germany, France, Israel and many other organizations are getting Linux on desktops) it will be too late for them in a couple of years anyway. Even if Linux only captures 10% within the next 5 years, this is enough to make such schemes fail.

      I don't even have to talk about the server-side because you already did.

      So, yes I agree, let them try.

      This will be the next Hailstorm.

    19. Re:The Sky Isn't Falling Yet by colmore · · Score: 3, Insightful

      For that to be a relevant comparason, the entire OS community would have to stop putting out meaningful updates and upgrades, make no feature additions ever, decide to scrap their codebase, and refuse to acknowledge that competition is occuring.

      Netscape died by their own hand. I wonder at what point the execs said "oh well we can retire on AOL money anyway, who cares?"

      --
      In Capitalist America, bank robs you!
    20. Re:The Sky Isn't Falling Yet by clickety6 · · Score: 1

      But if your bowser suddenly stops working with half the internet, do you change you chnage the internet or your browser? (hint: see Netscape ;-)

      --
      ----------------------------------- My Other Sig Is Hilarious -----------------------------------
    21. Re:The Sky Isn't Falling Yet by nehril · · Score: 5, Insightful

      FYI: there is NO source for accurate, unbiased information. All information you receive from others (especially from journalists) is inherently biased in some way. Consider that even "accurate" information is still subject to selection and "errors of omission." given that this is the case, it is your job as an intelligent reader to find the bias and extract what useful information you can.

      the worst sources are the ones that seem to be "fair," because they tend to make you less alert to the bias that inevitably exists.

    22. Re:The Sky Isn't Falling Yet by Saint+Fnordius · · Score: 4, Insightful

      The sky may not be falling, but it also fits in with vilefying emulators and their ilk, as Microsoft really *is* running scared. Now that Intel and IBM are working so closely with Linux, and Apple maneuvering itself to becoming the developer's platform of choice, Microsoft sees its comfortable monopoly under attack.

      Microsoft is paranoid about becoming irrelevant, about anybody doing to them what they did to IBM. They aren't truly innovative, and they know it. It even shows with this re-hashing of Intel's unique identifier plan as a way to lock out the competition. The wierd thing is, this comes just as experts (even from Microsoft itself!) are debunking technological security schemes!

      Another thing I noticed is that this whole "Palladium" is still speculative vaporware. It's as if Microsoft wants *us* to define it with our hopes and fears, or as if they heard of another meme and wanted to claim that they thought of it first.

      So maybe the sky *is* falling...from Microsoft's point of view.

    23. Re:The Sky Isn't Falling Yet by Billly+Gates · · Score: 2

      If the server can't serve then its not a server but a door stop. Website owners will switch if its required because it wouldn't be a server anymore otherwise. Fortunately I do not believe Microsoft will block non IIS servers outright just yet for the reasons you described earlier. But I do believe their plans will susceed if they do it in steps.

      My guess is regular websites will work just fine with the first version of the new crippled windows.net/hardware combo. Alot of older apps will not run with full security enabled anyway so it will function like a typical wintel box. The only difference is that you can not install Linux and you will have to activate all ms products and not just XP. The next edition will display a pop-up warning box saying that this website is hosting on an insecure or untrust-worthy platform. Would you like to continue? Microsoft will tell everyone about this during the beta and release candidate stage and then go to all the fortune 1,000 companies and scare oops I mean convince them to switch. Older apps will also display this message but will still run. When it comes to picking the safer bet and chosing a solution based on compatibility the CIO's will all gladly hand over their wallets over then lose most of their customers. Why do you think NT is so popular?

      I bet the third edition will block non IIS sites like slashdot completely and by then MS can do this because IIS will spike to %70-90 of the market due to corporate fear of adopting a non palidrum compatable technology. Remember that even webhosting companies are bussinesses and do not want to piss off their users or webmasters. After this last stage Linux, macs, unix boxen, will all become part of computer history and RMS will end up using a typewriter after his ancient pentiumIII running a 10 year old kernel finally breaks down. Picturing abunch of hackers using ancient computers found in the trash with 15 year kernels really frightens me. My guess is it will take just as long as the third scenario to become a reality as it took the as long to switch Windows95 users to WindowsXP. It will be a slow and gradual death.

      I do not mean to sound sarcastic or overly down but only a monopoly can pull this off and Microsoft's own stock is laughably over valued and they need to grow %50 a year. This palidrome solution will kill piracy and give them more revenue from ever software company in existance paying royalities to be palidrome compliant. MMMmm money.

      With the MPAA and the RIAA as well as the BSA, and yes even intel, it surely will not fail. Intel would love to have every man, women and child to throw out there pc's just to upgrade to the next version of Windows or run a later version of Word. This is why intel and OEMS like HP nearly creamed in their pants when they heard of palidrome. Literally HP is funding this as well as Microsoft. Sick.

    24. Re:The Sky Isn't Falling Yet by colmore · · Score: 3, Insightful

      The internet wouldn't have changed if netscape had tried.

      Nobody trying to make any money on the web will render their services incompatible with user's browsers. Especially if you think about how many corporate surfers (lunchbreak ebay time... why isn't it working?) are using non-Palladium machines to connect. It doesn't matter what's on your desk, it matters what's in the network closet.

      I really believe that Microsoft is flushing money down the toilet, or perhaps appeasing investors by saying "ignore those reports of poor security, look at what we're going to do"

      They'll need something like a 95% installed base before they can make this into anything other than a "check here to not see this warning again" feature, and that won't happen for at least 5 years, many more if the current slowdown in hardware purchasing is more than a temporary snag (hint: it is, what widely used apps make full use of even two year old systems?)

      the hardware upgrade cycle is rapidly moving away from the old 2.5 year average, and that alone will kill any chance of this thing working.

      --
      In Capitalist America, bank robs you!
    25. Re:The Sky Isn't Falling Yet by carlos_benj · · Score: 1

      You cannot open the source up, nor can you allow people to "self-sign" -- doing so just means that Joe Cracker can say "yeah, I'm trusted - give me your info" and the system will. Because it's designed that way.

      So what happens if your trusty(trusted?) laptop is stolen and used by an unethical individual (imagine that, an unethical thief!)? Or what if a corporation sells off all it's old palladium systems after an upgrade? Is the technology smart enough to know it's changed hands?

      --

      --

      As a matter of fact, I am a lawyer. But I play an actor on TV.

    26. Re:The Sky Isn't Falling Yet by colmore · · Score: 3, Insightful

      Yes, but we're talking about much more than OSes here, think about how many corporate sites run custom scripts and apps.

      Big Biz does NOT want to update their codebase. The Airlines still use traffic control software written in the mid-70s. It is expensive to update custom software.

      Secondly, I see a far more likely response to Microsoft's threat of "this site is not safe to visit, tell them to upgrade to IIS" is a massive class-action lawsuit. This tactic amounts to nothing more than a protection racket, and CEOs (once things are explained to them in baby words by IT) won't stand for it.

      Regardless, it IS a threat, but only if we roll over and take it. We've got several years to fight this thing, are we men or are we netscape?

      --
      In Capitalist America, bank robs you!
    27. Re:The Sky Isn't Falling Yet by Zathrus · · Score: 2

      So what happens if your trusty(trusted?) laptop is stolen and used by an unethical individual

      You use secure passwords, right?

      Yeah... I know. Scenarios like this tend to fall through the cracks -- either because they don't think about them or because they're "too hard".

      Or what if a corporation sells off all it's old palladium systems after an upgrade

      That's easier. Let's repeat the mantra - licenses are not transferable.

      Go ahead and sell that hardware -- but you can't sell the software! Oh no! That's not yours, you didn't buy it, you just licensed it!

      And, in actuality, that works fine for the corporate world where you usually have support contracts. But if the company sold the hardware (with software still installed) to an individual... well, that's another matter. Presumably the company would de-register the IDs prior to selling, but that's another assumption.

      Clearly even a closed, proprietary system has holes big enough to drive a truck through. But to some extent it won't matter -- holes like these aren't going to show up immediately, and by the time they do the system may have already been adopted and in too widespread of use to remove.

    28. Re:The Sky Isn't Falling Yet by JWW · · Score: 2

      People are actually very fed up with the upgrade cycle for PC's. You are already seeing the results in the continuing downturn for the PC makers. There is no need to upgrade. By telling users they need a whole new system to upgrade every year you will see a large consumer revolt.

      But, I keep hoping that there will be consumer revolts in other areas. Sometime they happen, sometimes they don't. This one really needs to cause a revolt, or the consumer will find themselves (at least in the electronic sense) in chains.

    29. Re:The Sky Isn't Falling Yet by Mwongozi · · Score: 2

      I'm sure there are some region free high-end DVD players out there... anyone want to point some out?

      Techtronics (A UK company, but ship abroad) take DVD players, high-end or otherwise, chip them to be multi-region (and usually disable Macrovision too), and then resell them.

      Lovely.

    30. Re:The Sky Isn't Falling Yet by csteinle · · Score: 1

      An imposrtant part of "journalism" is "editorial". It's pretty obvious this is not meant to be an objective piece.

    31. Re:The Sky Isn't Falling Yet by carlos_benj · · Score: 1

      Picturing abunch of hackers using ancient computers found in the trash with 15 year kernels really frightens me.

      So what exactly is it that will prevent kernel development from continuing after these new chips are deployed, especially if the 'bunch' of hackers are still using 'ancient' hardware?

      Also, what the heck is this 'palidrome' thingy you keep talking about? Oh, wait! I just read your whole post backward and it makes the same amount of sense.

      --

      --

      As a matter of fact, I am a lawyer. But I play an actor on TV.

    32. Re:The Sky Isn't Falling Yet by carlos_benj · · Score: 1

      We've got several years to fight this thing, are we men or are we netscape?

      My sides are splitting! I hope your liability insurance covers this.

      --

      --

      As a matter of fact, I am a lawyer. But I play an actor on TV.

    33. Re:The Sky Isn't Falling Yet by naeger · · Score: 1

      > Microsoft isn't going to be able to force half of the web servers in the world to switch over

      Why not? They already forced 100% of the clients to switch over. Remember Netscape?

    34. Re:The Sky Isn't Falling Yet by carlos_benj · · Score: 1

      You use secure passwords, right?

      What's my password policy have to do with the average windows user?

      That's easier. Let's repeat the mantra - licenses are not transferable.

      Just because the license isn't transferable doesn't mean the software was deinstalled. There are still far too many instances where hardware is stolen with the crown jewels (customer info, etc.) still intact and you expect the OS to be taken off?

      The rest of your assumptions are, well, assumptions!

      --

      --

      As a matter of fact, I am a lawyer. But I play an actor on TV.

    35. Re:The Sky Isn't Falling Yet by Anonymous Coward · · Score: 0

      Well, if they succeed at this, I'll just build my own damned internet.

    36. Re:The Sky Isn't Falling Yet by SerpentMage · · Score: 2

      Actually In-House is not irrelevant. In fact in-house is the largest part of the pie. MS is popular because in-house developers can use their applications to build vertical apps.

      But this does raise an interesting issue. I think MS is trying to do a contain the fire type strategy. Consumer is their cash cow and they are protecting it. Because on the server side this certainly would not fly. Can you imagine having to have corporations sign their own apps (NOT!)

      If these assessements are correct then LINUX is actually making headways into the desktop. Who would have known!

      --

      "You can't make a race horse of a pig"
      "No," said Samuel, "but you can make very fast pig"
    37. Re:The Sky Isn't Falling Yet by j0nb0y · · Score: 1

      Do not underestimate the power of the dark side of the source.

      If a day comes when no non-palladium mobos are available, the emperor will have already won.

      --
      If you had super powers, would you use them for good, or for awesome?
    38. Re:The Sky Isn't Falling Yet by Peter+Harris · · Score: 2

      I doubt it too.

      Let's take the internet first. To make the internet useless to Linux browsers, a significant proportion of websites would have to refuse to serve pages to them. But most of the servers out there are not Windows machines. Will Apache start enforcing invasive identity checks? Uh, I guess not.

      But what about file formats that are only readable using Palladium DRM-controlled hardware decryption? Not HTML, text, PDF, MP3, ogg (both Vorbis and Theora), JPEG, PNG, or practically any other file that is any use.

      OK, so the internet (or at least the vast majority of it - for all practical purposes the only bits that matter) will still be here.

      Now the hardware. Would you buy a more expensive motherboard that lets you do less? Only if you buy a bundled PC+Windows. A huge market, to be sure, but not the whole market.

      And now Wal-Mart is selling OS-less PCs, do you think they'll include (A) a cheap motherboard, or (B) a more expensive one? Answers on a postcard to W Gates, Redmond.

      Applications then - GPL software not running on Windows is not such a tragedy. If I can't use the software I want on Windows, I won't use Windows. If a company has 500 OpenOffice users and they have the choice of upgrading from WindowsXP to WindowsFU, but that means they have to fork out for 500 copies of OfficeFU, what's the motivation to upgrade?

      What about the on-line services that keep track of all your private information for you? You won't be able to use them from Linux. But do you use them now? Do you WANT to use them?

      It's not so much that open source is too big. It's just that it's too robust, diverse and slippery to be attacked successfully with such a clumsy weapon.

      --

      -- What do you need?
      -- Gnus. Lots of Gnus.
    39. Re:The Sky Isn't Falling Yet by colmore · · Score: 3, Insightful

      There's a difference between a free client that comes with the OS that comes with the Dell, and a $100,000 upgrade for every server in the company.

      This is a problem that will be dealt with on the server level, and corporate customers, while certainly not beyond being sold by MS' bullshit, are far less sheeplike than their customers. Especially when we're dealing with tons of money.

      Also, another factor that I hadn't considered. If a formerly Linux based webservice has to make the switch to IIS, they will likely have to replace or retrain their entire IT department, which in many cases, could be almost the entire company. People cost much more than software, and MS may well be offering struggling e-businesses little more than a chance to go bankrupt.

      --
      In Capitalist America, bank robs you!
    40. Re:The Sky Isn't Falling Yet by WEFUNK · · Score: 2

      Need I break out browser market share statistics from 1996?

      Not sure which point you're trying to make. Since 1996 the previousy dominant browser (Netscape) has been completely toppled by the "upstart" (IE).

      Is Open Source the "upstart" this time, or is Microsoft (vs. Apache etc.), or are you just trying to show that Microsoft is a ruthless and successful competitor?

      Browsers were an easy target for Microsoft: relatively simple applications, growing market, and they were already a user interface powerhouse. The same can't be said about security - sure they have lot's of money and brainpower to throw at it, but they've had these resources for years and still churn out crappy results.

      Also, hardware solutions will require significant buy-in from hardware vendors - already cautious (and often outspoken) about being beholden to Microsoft. Again, Microsoft could use their cash reserves to enter this market themselves but they really don't know it, they would destroy the backward compatibility they build each new generation on (the lock-in effect that creates barriers to new competition), and hardware margins (a la XBox) would so severely alter their profit model that their stock multiple would be cut to absolute smithereens.

      Such a strategy sounds like a last resort to salvage a sinking ship. If that's really the case (that they're going to take this course of action), I think we've underestimated how much of a threat they consider Open Source to be and just how uncertain their near-term future may be.

      --
      My next sig will be ready soon, but friends can beat the rush!
    41. Re:The Sky Isn't Falling Yet by joshsisk · · Score: 1

      To be fair, most consumers want windows preloaded, because they want to use it, and have no clue how to install it.

    42. Re:The Sky Isn't Falling Yet by xsbellx · · Score: 1

      > Why not? They already forced 100% of the clients to switch over. Remember Netscape?

      Not quite 100%. I am employed by a large (at least by Canadian standards) financial institution. One of the features they offer all of their customers is "Online Banking". Unfortunately, their web site is NOT compatible with anything other than IE. So guess what, I CLOSED my fee-free employee bank accounts and opened them at another financial institution. And yes, I did make my reasons well know, via both website feedback and a lot of internal ranting to the development management team. And before anyone asks, Payroll and Human Resources went ballistic when I changed my direct deposit info.

      --
      If VISTA is the answer, you didn't understand the question
    43. Re:The Sky Isn't Falling Yet by einer · · Score: 1

      OT: Neutral Milk Hotel... simply amazing... Thanks for reminding me that they even exist. ;)

      Andrew Einer

    44. Re:The Sky Isn't Falling Yet by swb · · Score: 3, Interesting

      Can you imagine having to have corporations sign their own apps (NOT!)

      This does make some sense -- we get applications all the time from parent/sibling entities. Naturally we trust them because we're part of the same overarching business entity, but should we?

      It might also have value for internal security if the signing mechanism allowed for hierachical keys and a true cryptographic system. As an added layer of security an application or data might be completely encrypted unless your machine/key decrypted it.

      I think it might appeal to some IT organizations which have third-party security concerns (defense, healthcare) but I think it might also just seem like a lot more baggage than necessary to other IT organizations for whom security is a more secondary concern.

    45. Re:The Sky Isn't Falling Yet by NutscrapeSucks · · Score: 2

      What MS is attempting to solve here is "how can I trust party X out there? How do I even know that party X is party X? And how can I trust party X not to share my private information with party Y?"

      The classic application of "trusted systems" of the sort you describe are used in security-sensitive government systems. Places where you have to avoid mixing your "secret" and "top secret" information with your e-mail.

      In-house is irrelevant. That's not what this is marketed/designed toward.

      The Newsweek article the other day reported that MS is planning on marketing this stuff first to government, second to corporations, and finally to consumers. It could be a real win for the first two. For consumers, it had better provide something beyond just prohbiting you from copying MP3s.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    46. Re:The Sky Isn't Falling Yet by grahamm · · Score: 1

      So will this mean that companies (or individuals) creating files will also be able to set the DRM restrictions on those files? Or will creating material "protected" by DRM be restricted to the movie and music moguls?

    47. Re:The Sky Isn't Falling Yet by bobaferret · · Score: 1

      > Well, if they succeed at this, I'll just build my own damned internet.

      And that's the whole point of OpenSource in my mind. There will still be half the net out there that doesn't use ms and won't. We will just build our own and go on. It's a grass roots movement. Grass roots movments cannot be killed off.

      Like some of the other posts said, we will just program around any MS wall. We've been doing it for years now.

      If you can't beat'em, join'em. MS needs to realize that they are on the wrong side of the camp. They need to embrace Linux and OSS, because of they don't they will be washed away.

    48. Re:The Sky Isn't Falling Yet by grahamm · · Score: 1

      Or even the word processor statistics when WordPerfect reigned supreme. The change from almost everyone running WordPerfect to running Word happened very quickly.

    49. Re:The Sky Isn't Falling Yet by Anonymous Coward · · Score: 0

      The other half is the network services. What if your online bank rejected non-WindowsDRM compliant Operating Systems?

      Way back, when First Union's website wouldn't work with Netscape 4.x (and was down all the time), I moved my account to Bank of America.

      Well, it took Bank of Americal a while to support Mozilla. Just about the time I started looking for another bank, they started to support Mozilla/Netscape 6. And they still have my business - for now. :-)

      Vote with your checkbook.

    50. Re:The Sky Isn't Falling Yet by Billly+Gates · · Score: 1
      "....This tactic amounts to nothing more than a protection racket, and CEOs (once things are explained to them in baby words by IT) won't stand for it.

      Regardless, it IS a threat, but only if we roll over and take it. "



      Once the newer versions of windows with the crippled hardware begin to stop non IIS content then its too late and you can't fight it. We must do it before the hardware even comes out. Corporations can sue all they want but they must upgrade their web servers or use obsolete equipment which might intefere with their bottom line( ms clients may not be able to connect).

      Your right that corporations do not want to upgrade but they will look at it as just a cost. Remember that maintaining a website is small potato's to a CEO. Most will just sign a check and forget about it and get back to work. If a law was made that stated" using 1970's mainframes would be made illegal", I bet the airline industry overnight would overhaul the system. They keep it because it works and its cheaper then redeveloping a new system.

      We as consumers must fight this by emailing our elected officials as soon as Microsoft makes an announcement and explain to them in plain englush what this would mean to us and the economy. Since no one really has the big details on this we will have to wai.

      But I remember seeing a website somewhere( forgot url) in which Bill Gates mentioned that the system is built on each component trusting each other and holding parts of a key and that not only would the motherboard but each component will have an electronic bouncer if you will that will detect if anything funny is going on and correct it. This will fully enforce the EULA's which state that once you remove a certain amount of items from your pc, you will need to re-register all your software.

      Sadly most American consumers will take. After investing in a new pc, they would rather take the pain then go back to an older machine to justify their new investement. It's not like Linux could run on it anyway. I only hope it helps apple. A mac might be the only economical linux box in a decade from now.

    51. Re:The Sky Isn't Falling Yet by colmore · · Score: 2

      Yes, it's important to read the author's bias. And with this guy, it's clear that you're getting nothing but pure 100% pro-Linux opinion. Reading about an MS product here is like reading about a new Kernel release on MSNBC.

      Everyone is biased, but some more than others. By refusing to even spell the competition correctly, he's doing nothing but hurting his point. How seriously would you take an article that says "Linsucks" or something like that. He's killed any chance he has at making an impact by preaching to the choir.

      --
      In Capitalist America, bank robs you!
    52. Re:The Sky Isn't Falling Yet by colmore · · Score: 2

      Funny, immediately after you posted that I changed my sig (no good reason, just wanted to)

      But yes, Neutral Milk Hotel's "In the Aeroplane Over the Sea" is the most increadible album of all time.

      --
      In Capitalist America, bank robs you!
    53. Re:The Sky Isn't Falling Yet by Anonymous Coward · · Score: 0

      Actually, by forcing an upgrade cycle, this would probably help the economy.

      Not that the economy is the be-all and end-all of political pursuits, though you might be confused about that after September 11th caused more focus on visiting the stupid theater district and shopping in new york than it did on personal tragedy or re-examining our foreign policy.

    54. Re:The Sky Isn't Falling Yet by Anonymous Coward · · Score: 0

      Thanks for the links... that is fucken awesome!

    55. Re:The Sky Isn't Falling Yet by Nygard · · Score: 3, Insightful

      Another thing I noticed is that this whole "Palladium" is still speculative vaporware. It's as if Microsoft wants *us* to define it with our hopes and fears, or as if they heard of another meme and wanted to claim that they thought of it first.

      That's a very good point. I think that's exactly what they did with .Net. They announced a bunch of vague stuff a few years ago and listened closely to whatever dreams people projected onto the formless name. Then they built that, or at least relabeled other things to fulfill the half-expressed wishes that they got back from the community.

      It's like marketing by sonar. Send out a flat ping, and see what shape it takes when it reflects off of the industry.

      --
      "Genius may have its limitations, but stupidity is not thus handicapped." --Elbert Hubbard (1856-1915)
    56. Re:The Sky Isn't Falling Yet by StevenMaurer · · Score: 2
      What if your online bank rejected non-WindowsDRM compliant Operating Systems?

      I'd change banks. More imporantly, most non-techies who run older Windows operating systems that don't have this "WindowsDRM" built in would do the same thing. The online bank, having done some marketing due diligance beforehand, would know this and not even attempt such a silly restriction.

      What a lot of people don't realize is that even without Open Source, Microsoft is presently loosing one of its greatest assets - the implicit channel from PC turnover. At one time, they could just foist any old technology into the market by including it as part of the latest OS, and counting on the high rate of PC turnover to cause its widespread adoption. Now, due to the fact that hardware is not obsolete the second you bought it, people just don't upgrade like they used to.

      Twenty years from now, online banks and other net vendors will likely still have a significant percentage of end users who have twenty-year-old machines. Even if they had absolutely no qualms about placing their entire business at the mercy of Microsoft (which has built a track record of competing with their "customers"), there is no incentive for them to cut out such a significant portion of their customer base.

    57. Re:The Sky Isn't Falling Yet by Cro+Magnon · · Score: 1

      100% of the clients? Hmm, I could have sworn I was posting this with Netscape 4.70! And I thought my home PC used Mozilla 1.0! That's at least 2 less than 100% right there!

      --
      Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
    58. Re:The Sky Isn't Falling Yet by gabec · · Score: 1
      just as a side-note here, i wanted to note as a reply to the comment of: "Nobody trying to make any money on the web will render their services incompatible with user's browsers."

      I'm a windows user pretty much, but I'm making a gradual transition of weening myself of MS. For example as a webmaster of several sites, since i've always been in charge of choosing servers, I have been able to leisurely learn how to navigate Linux through an ssh terminal.

      Anyway, one of the first steps for culling the ms influence was to try to avoid the Microsoft browser. Unfortunately there are dozens of corporate websites that I have forced me to switch to IE because the website doesn't support alternatives. For example flipdog.com, a really cool jobsearch tool, doesn't support mozilla/netscape's browser and because they have faulty code from an old version of dreamweaver (so turning it in to bugzilla doesn't work) mozilla won't work (ironically it's only two lines of javascript that need to be changed!). I emailed them and so did a mozilla hacker and we got the response, simply, that flipdog does not and will not support mozilla/netscape. Now, the only way for flipdog to change their minds is if they see a large base of people coming in using m/n instead of IE or if a large number of people politely suggest to them an alternative. (Go to the main page of flipdog.com and click the "tell us what you think!" link.) The point is that even with something as simple as an html + javascript website this very useful and popular jobsearch tool is doing exactly what you said companies wouldn't: cut off their nose to spite their face, so to speak. but you assume that they care! "Ahh, so 1 in 100 people will have to close their browser window and open a different one. big deal! If it saves us money in development, I'm all for it."

      for ms-loving companies that don't have the budget of ebay it might not be worth it to go against ms's plans without prodding. who knows.

    59. Re:The Sky Isn't Falling Yet by leandrod · · Score: 2
      under the new security system, GPL programs will not be able to be "trusted" by MS' hardware/software security system, so GPL based systems (like Apache web servers) will become unusable

      First, Apache is not GPL’d.

      Second, the guy mentioned (GNU) GPL as an instance of copyleft. MPL and GNU LGPL would be other affected licenses examples.

      Third, the difference between merely free (or the Marketspeak ‘Open Source’) and free and copylefted software in this issue is that it affects copylefted software more drastically. Because with free, non-copylefted software like Apache, a company like Covalent can – and actually already does – take the free code and release proprietary, DRM-compliant binaries. Incidentally, that would kill most of the incentive to develop Apache as viable competition to MS IIS, but Microsoft will try hard to cover the fact in Congressional hearings and media events.

      It would still possible to take GNU GPL code and generate supported, DRM-compliant binary distributions – too bad one wouldn’t be able to use the source code he earned by getting the binary to compile a DRM-compliant version customized to his needs. It is this restriction which would all but kill GNU GPL’d software.

      --
      Leandro Guimarães Faria Corcete DUTRA
      DA, DBA, SysAdmin, Data Modeller
      GNU Project, Debian GNU/Lin
    60. Re:The Sky Isn't Falling Yet by Christianfreak · · Score: 2

      for ms-loving companies that don't have the budget of ebay it might not be worth it to go against ms's plans without prodding. who knows.

      Those are the companies that will win it for us if something like this happens. They don't have the money to "upgrade" to MS and all its wonderful lisensing practices. Its the Ebays that we have to worry about because thats where most people go and that's the people with the money to roll with whatever MS wants.

    61. Re:The Sky Isn't Falling Yet by Zathrus · · Score: 1

      The rest of your assumptions are, well, assumptions!

      Which is pretty much what I said in my post. There are holes.

    62. Re:The Sky Isn't Falling Yet by markmoss · · Score: 2

      Microsoft is taking the stance that the only way to do it is to have a centralized authority, hardware encryption, and trusted systems. The problem with this is that it must be closed source. Wrong. Since you send the same programs to everyone, you have to assume that eventually all weaknesses in them will be found and exploited. To maintain a secure system, you must depend not on obscurity in the methods, but on keys, which are secrets that are different for different people, and which are changed frequently.

      The problem is that properly handling keys becomes a vast PITA. Each person has to get their own set of keys and distribute the public part of them to everyone they deal with. Then you've got to periodically change your keys and re-distribute the public keys. And somehow the recipients have to verify the new keys really came from you. It's such a PITA that pretty soon 90% of users are taking shortcuts that will open their system up.

      For an example - in a venue where people were much more professional and security conscious than the average user - in WWII, the Germans had a coding machine, Enigma, that was almost but not quite unbreakable with the technology of that time. Cracking it did take long enough that if the entire Wermacht had stuck to the proper procedures, codes would have been changed before they were cracked and any messages we did finally decode would have been far out of date. Where the process was controlled by anal Prussian officers, (the Army especially) it really was that hard to crack the code. But many of the Luftwaffe and Nazi operators fell into bad habits, so they were cracked easily. Then the codebreakers would look for messages that were passed to and re-transmitted by other departments, and used those known messages as a wedge to crack the other departmental codes. We couldn't prevent surprises entirely, since all codes would be changed in preparation for operations like the Battle of the Bulge, but most of the time we had a lot better idea of what the Germans were planning than they had of our plans.

    63. Re:The Sky Isn't Falling Yet by Anonymous Coward · · Score: 0

      > most consumers want windows preloaded
      >
      Nonsense! The very notion of an alternative OS is for most people nonexistent! That's why perhaps they don't find anything wrong with Windows preinstalled (as in nothing out of the ordinary), but to say they actually "want" that is a looooooooong stretch to make, since it implies a conscious decision.

    64. Re:The Sky Isn't Falling Yet by MrResistor · · Score: 2

      What MS is attempting to solve here is "how can I trust party X out there? How do I even know that party X is party X? And how can I trust party X not to share my private information with party Y?"

      The vast majority of users don't care. If they did we wouldn't have all these virii running around, because people would actually think before they opened email attachments.

      Some admins care (not all, unfortunately), and they should know enough to be wary of trusting their security solely to an MS solution.

      --
      Under capitalism man exploits man. Under communism it's the other way around.
    65. Re:The Sky Isn't Falling Yet by at_18 · · Score: 2

      For example flipdog.com, a really cool jobsearch tool, doesn't support mozilla/netscape's browser and because they have faulty code from an old version of dreamweaver (so turning it in to bugzilla doesn't work) mozilla won't work (ironically it's only two lines of javascript that need to be changed!).

      You can use a filtering proxy to change those javascript lines on the fly. On Windows, the Proxomitron is really good. It's mainly an ad-removing proxy, but can search&replace for any string you want inside html pages.

    66. Re:The Sky Isn't Falling Yet by Anonymous Coward · · Score: 0

      > I'd change banks.

      And if there were no banks running differently? The banks see that 90+% of desktop machines are running windows. Your position is weaker than you think.

      >Microsoft is presently loosing one of its greatest assets - the implicit channel from PC turnover.

      Which is one of the benefits of something like this.... everyone will have to upgrade their hardware. This generates significant revenue for the hardware manufacturers, which is why Intel and AMD support it.

    67. Re:The Sky Isn't Falling Yet by colmore · · Score: 2

      That's a much more apt and dangerous comparason, but it can be argued that Word beat WordPerfect with features. (WordPerfect isn't really very good software, and back before I knew that I was supposed to hate Microsoft, I really did prefer Word ;-) )

      Though you also have to remember: Microsoft got people to switch over from WordPerfect by having great compatibility with the WP format. They made the transition painless. Here, they're doing just the opposite.

      --
      In Capitalist America, bank robs you!
    68. Re:The Sky Isn't Falling Yet by Lonath · · Score: 2

      FYI: there is NO source for accurate, unbiased information.

      Why should I believe you? You sound like you have an "agenda". :P

      But seriously. I live in the Washington DC area, and this is why I read the Washington Post and the Washington Times. It's quite enlightening reading about the same things with two drastically different biases.

    69. Re:The Sky Isn't Falling Yet by Anonymous Coward · · Score: 0

      Need I drive you past the old Netscape complex in Sunnyvale? There's a whole slew of reasons Netscape lost the browser wars. Not all of them are related to Microsoft. Squandered opportunities and wasted money will go a long way towards loss-leadership in any business arena.

    70. Re:The Sky Isn't Falling Yet by nagora · · Score: 2
      And with this guy, it's clear that you're getting nothing but pure 100% pro-Linux opinion

      Tom is pro-linux but the article lays out his thinking is a reasonable, logical way. What part of that chain of logic do you feel is invalidated by mis-spelling Microsoft?

      One flaw in your argument is that "fair" means never deciding anything. If I weigh up the OS options and say "This one is a trap to suck money out of me and this one isn't but is harder to use" what exactly is your problem with that?

      Having made an informed choice is not automatically the same as being biased.

      TWW

      --
      "Encyclopedia" is to "Wikipedia" what "Library" is to "Some people at a bus stop"
    71. Re:The Sky Isn't Falling Yet by David+Gerard · · Score: 2
      People buy "crappy DVD players" that happen to have region free hacks because they're cheap, not because they're region free. 99% of the US market couldn't care less about non-region 1 DVDs.

      Whereas outside region 1, being region-hackable is a major marketing point for a DVD player. Even if they're probably not allowed to say so out loud in the ad. The general citizenry consider region-encoding a PITA not to be tolerated. So they don't.

      --
      http://rocknerd.co.uk
    72. Re:The Sky Isn't Falling Yet by Anonymous Coward · · Score: 0

      "Which is one of the benefits of something like this.... everyone will have to upgrade their hardware"

      You reckon?

      Joe 6-Pak whose old family computer is fine for web browsing, email etc is going to get mightily pissed off if he has to buy a new computer for no reason other than keeping the bank happy...

    73. Re:The Sky Isn't Falling Yet by Anonymous Coward · · Score: 0

      Well said.

      How did The Microsoft Network go against the Internet in the mid-90's?! Forget M$ Bob; this was Microsoft's biggest failure and showed there were limits to how far they could dictate directions.

    74. Re:The Sky Isn't Falling Yet by Junior+J.+Junior+III · · Score: 2

      One thing to keep in mind is that MS is only able to keep its monopoly through the forced-upgrade cycle if it preserves interoperability.

      If they suddenly cut off 90% of the user base who doesn't adapt right away from even being able to connect to a webserver, it could result in a fragmentation of both the marketplace and the internet -- you might have a "trusted" MS-only network competing with the established anarchic net that we're used to. This smaller "trusted" network would have a hard time competing unless there was substantial compromise for the sake of interoperability with the established net.

      --
      You see? You see? Your stupid minds! Stupid! Stupid!
    75. Re:The Sky Isn't Falling Yet by Anonymous Coward · · Score: 0

      You mean "when apple goes out of business."

    76. Re:The Sky Isn't Falling Yet by Anonymous Coward · · Score: 0

      I'd change banks. More imporantly, most non-techies who run older Windows operating systems that don't have this "WindowsDRM" built in would do the same thing.

      Bullshit. What's easier for Joe Bank Customer to do - change banks, with all the hassle that entails, or just buy a new computer with the latest and "greatest" software that WILL work with what their bank has?

      And if they can't afford a new cheapo computer, chances are they wouldn't have been be doing online banking in the first place.

    77. Re:The Sky Isn't Falling Yet by Anonymous Coward · · Score: 0

      Actually, I'd say the more likely scenario is that they'd keep their computer and give up net banking.

      Banks still work offline.

  5. Who will 'force them'?? by Clansman · · Score: 2

    People, ie my Dad, will use whatever comes on their pc which will be sold with a sticker saying 'more secure web security in this box'.

    He will use online vendors that support the new web security etc in this box.

    The vendors will use windows servers because they help deliver that security.

    Vendors will only use linux boxes if they can do the same thing as the market leader. This has always been true with linux, even in markets where ms was not the leader.

    1. Re:Who will 'force them'?? by CynicTheHedgehog · · Score: 2

      So? How does this affect you? Honestly, Microsoft can never "kill" open source because it's open. It's always there for you to use, modify, and redistribute. So what are you all worried about?

      Keep coding, use what you want to (that's the great thing about open source), and let the rest of the world be.

      This isn't a pissing contest. It's subversive passive aggression.

    2. Re:Who will 'force them'?? by Forkenhoppen · · Score: 1

      I disagree. Go back a few days, and check out the growing percentage of computers bought from "white box" shops. That tells me that people are starting to "get a clue," and I think we're going to see a lot less trust in "the big name" as a result. (Be it IBM, Dell, or HP.)

      It's only a matter of time before people figure out just what percentage of the cost of their new box is the Microsoft tax, and they start pirating the OS.

      Of course, this doesn't bode all that well for Linux, but then what does? As long as Windows is the primary gaming platform of x86, Linux will never become the dominant home OS. I mean, come on, the reason people upgrade their systems is for the games; which OS are you going to install on your new gaming platform? The one that allows you to play the latest Flight Simulator, or the one that doesn't even have drivers yet for your fancy new card?

    3. Re:Who will 'force them'?? by vidarh · · Score: 2

      Well, if your new PC refused to run binaries that weren't authenticated, that would pretty much kill open source if the authentication process was difficult enough. But it would also never catch on.

    4. Re:Who will 'force them'?? by Dalcius · · Score: 1

      Maybe this can help:

      -More than 90% of folks use Windows for the desktop

      -Microsoft is slowly making Windows difficult to interact with open source (See: Samba incompatibility, NFS (forgot new name) patent issues, GPL restrictions [e.g. VS6 license won't let you publish as public source]) right now.

      -Longhorn code rewrites and Palladium software "authorization" could possibly extend these incompatibilities, making it harder for other OSs to interact with Windows and even making it harder for OSS to run on Windows, respectively.

      Imagine everyone but a small open source community using Windows. Now imagine near-zero compatibility due to MS changes and legal issues (patents). If your boss sends you a Word Doc that you can't open, what can you do?

      Use Windows.

      Everyone is feeling this crunch. Whether it will get worse than it is now is in question, how that might happen is in question, but MS has been known to do anything to keep people out, and we know we're *the* target.

      --
      ~Dalcius
      Rome wasn't burnt in a day.
    5. Re:Who will 'force them'?? by visualight · · Score: 1

      "So? How does this affect you? Honestly, Microsoft can never "kill" open source because it's open."

      You didn't read the article did you? In order to interact with a system running Palladium your client must be certified. If you're running Linux, the odds are you won't be. For you the internet is reduced your kids that you don't let run windows and the other LUG members of your town, if you happen to have a direct connection to them. You'll need the direct connection because youre Linux box won't make it past your ISP's gateway.

      Of course this is and extreme view, but that's the gist of the article. This is what your parent article was illustrating.

      --
      Samsung took back my unlocked bootloader because Google wants me to rent movies. They're both evil.
    6. Re:Who will 'force them'?? by SomeoneGotMyNick · · Score: 2

      I doubt this is an assumption that ALL future PC hardware will be Palladium enhanced. I'm certainly not going to buy such hardware. I'll nurse my Duron till the chip breaks down to sand before I upgrade.

    7. Re:Who will 'force them'?? by vidarh · · Score: 2
      They don't need to get all. They need to get many enough that they can issue a new version that refuse to talk to machines without this new "security" feature. If you suddenly find yourself unable to connect to, e-mail, retrieve web pages or exchange files with, say 70% or 80% of all machines out there, your computer would suddenly be quite a bit less useful.

      Be very afraid of Microsoft.

      But as I said, I don't think they'll succeed, exactly because enough people ARE afraid enough of Microsoft to fight things like this.

    8. Re:Who will 'force them'?? by CynicTheHedgehog · · Score: 2

      Whoops. I just re-read the article and I realized I missed that part. Pretty slimy, but hey, even if Intel and AMD get in the game there's still Apple, IBM, and Sun to mess with. I know that IBM and Sun won't go easily, and considering the popularity of their hardware and software on the server side I think that Microsoft may end up castrating itself, especially in the corporate arena where Linux and open source software are gaining momentum. And who can say what will be in place in 5 years, when the system is complete? Hell 5 years ago nobody knew what Linux was. If current trends continue (both in terms of software improvement and adoption), Microsoft is either going to have to make concessions for GPL stuff or just give it up.

    9. Re:Who will 'force them'?? by rseuhs · · Score: 5, Interesting
      If your new PC refuded to run unauthenticated binaries, that would pretty much kill Windows.

      Let me explain:

      IMO, the only thing that keeps Windows going is that people have so much software lying around that they have a hard time switching.

      Now if the first PCs with this limitation come to the market that force you to replace all your software many would just switch to Linux because your software will become worthless sooner or later if you stay on Windows.

      And if Microsoft is stupid enough to enforce Palladium in their OS, Wine/Linux will have BETTER WINDOWS COMPATIBILITY than Windows itself.

    10. Re:Who will 'force them'?? by Anonymous Coward · · Score: 0

      Thinking back after seeing this, I think Microsoft has been *allowing* all those viruses, trojans, etc. to propogate and cause damage to the users of their platform. They could have fixed the problems, removed Macro capabilities from email, even switched the default settings to "safety first", but they didn't. Why? They're not lazy, and they're not stupid. I think they did it in order to create the impression that the world is under attack from 'baddies' and needs very tough security measures to be taken, so that Microsoft can apply these draconian security measures (and the bigger ones to come) to further their own political and financial ends.

      Same as how George W. knew about the WTC attacks before they happened (according to the FBI) but let them go on anyway so he could kill bin Laden and protect the Unocal oil pipeline in Afghanistan without being a 'bad guy' in the press.

      Zoober

    11. Re:Who will 'force them'?? by Tim+C · · Score: 2

      Of course you can live with it - until it breaks.

      Then what do you replace it with?

      That's not even considering all of the software that you won't be able to run, some of which you might actually need.

      Cheers,

      Tim

    12. Re:Who will 'force them'?? by Govt+Stooge · · Score: 1

      "Did you know that disco record sales were up 400% for the year ending 1976? If these trends continues... AAY!"

      --
      "Honesty is the key to a relationship. If you can fake that, you're in." --Rich Jeni
    13. Re:Who will 'force them'?? by Anonymous Coward · · Score: 0

      Most are probably inclined to think that limiting development to a single machine isn't the end of the world - but consider developers of diagnostic tools and similar programs.

      Are we expected to apply (and pay) for a Microsoft authorised license when we wish to test our software on other PCs or is there some way of bypassing the security checks?

      Either way, it all seems a bit far fetched to me, and if Microsoft are serious about this they'll (hopefully) look into these issues before the first release.

    14. Re:Who will 'force them'?? by flonker · · Score: 1

      The majority of websites run Apache. If J.Q. Public can't access the the majority of the web, he's going to complain, and possibly return his computer as being defective.

    15. Re:Who will 'force them'?? by vidarh · · Score: 5, Insightful
      You don't get it. Of course they won't make new PCs refuse to run unauthenticated binaries right away. That would of course kill them.

      The "safer" way for Microsoft, is to make their next version of Windows warn you whenever you try to do something "unsafe". Imagine if each time you connect to a webserver not running this security stuff, you get a window saying that you are connecting to an insecure site and that you should ask the site operator to upgrade to a secure system.

      Then give users the option of blocking unsafe sites permanently.

      Then after somewhere around 70-80% of all systems are "secure" they issue an upgrade that make your machine refuse to deal with unsafe data by default, hiding an option deep down in Windows to allow it. Possibly allowing you to "self authenticate" old applications.

      After a while, you then make the authentication mandatory.

      This has the possibility of working, if they aren't met with solid opposition from the start, and if they have the sense to do it gradually enough to not alienate too many people.

      Keep in mind that Windows is based on obsoleting things. There's so much old software that stops working between versions of Windows, that that argument simply don't hold - your Windows software WILL become worthless sooner or later, but people still stick with it.

      And as for switching to Linux, you might not have that option, as the entire point about Palladium was that it is mean to be enforced in hardware via alliances with Intel and AMD (for now).

      Microsoft may be evil, but they aren't stupid... People can't afford to take the risk of discounting their ideas.

    16. Re:Who will 'force them'?? by MarkGriz · · Score: 1

      "So I am forced to live with my current machine or the top of the line right before this take effect. Ohh well. I can live with it"

      Of course. 2 GHz P4 with 512 MB RAM is all anyone will *ever* need.

      --
      Beauty is in the eye of the beerholder.
    17. Re:Who will 'force them'?? by vidarh · · Score: 2
      That doesn't matter. The majority of websites are tested so that they work with IE. If IE changes to give a massive security warning whenever you connect to a non-Windows website, a lot of them WILL switch.

      And if Windows starts blocking network connections to "insecure" (that is, non-Palladium enabled) websites, then most of them WILL switch, or disappear.

    18. Re:Who will 'force them'?? by hummassa · · Score: 1

      AND I will buy a modchip/modded version when my old PC turns into dust.

      --
      It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
    19. Re:Who will 'force them'?? by extrasolar · · Score: 2

      "As long as Windows is the primary gaming platform of x86, Linux will never become the dominant home OS."

      Come on. Most people don't give a fsck about games or the latest version of flight simulator.

      Most people don't buy computers to play games. They buy gaming consoles to play games. They buy computers to do that four letter word that begins with a "W" and ends with an "ork".

    20. Re:Who will 'force them'?? by lightcycler · · Score: 1

      "If your boss sends you a Word Doc that you can't open, what can you do? Use Windows."

      And if your boss sends you a Gnumeric document???

      I can't believe that MsOffice has even a hope of surviving the next few years. Why would people pay for it, when you can get better software for less money?

      Last time my supervisor sent out a .doc attachment to his 40 students, I (with AbiWord) was one of the few people who could read it. Go figure.

    21. Re:Who will 'force them'?? by WolfDeusEx · · Score: 2

      I see one problem, and that is that microsoft don't have domiance in the server market. So imagine that you are a simple windows user that surfs the web. You will get soon get pissed of with you new windows when it keeps telling you that nearly every website is inscure even those that say they are. I.e using SSL

      --
      Shoot me
    22. Re:Who will 'force them'?? by rseuhs · · Score: 3, Interesting
      You don't get it.

      Oh really?

      Of course they won't make new PCs refuse to run unauthenticated binaries right away. That would of course kill them. The "safer" way for Microsoft, is to make their next version of Windows warn you whenever you try to do something "unsafe". Imagine if each time you connect to a webserver not running this security stuff, you get a window saying that you are connecting to an insecure site and that you should ask the site operator to upgrade to a secure system.

      I imagine lots of pissed users and lots of suspicious users and lots of users who have lost their confidence that the next Windows will allow them to pirate.

      A message like this can be translated to: "Microsoft is watching you" - Thing is, people don't like to be watched when they download warez, mp3s, porn and divx-movies.

      People will avoid any system that has sub-par mp3/porn/divx/warez capabilities and will switch to something else (*gasp* Linux) if Windows loses these capabilities or gives hints that the next version will lose them.

      And as for switching to Linux, you might not have that option, as the entire point about Palladium was that it is mean to be enforced in hardware via alliances with Intel and AMD (for now).

      Linux runs the majority of servers, so Intel and AMD will support Linux, no matter what Microsoft sais.

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

      LOL. Yeah, that's why I see Hailstorm-websites all over the web. And Bill Gates surely didn't say anything stupid when he claimed "Internet will never be popular [and will get killed by proprietary MSN]". Or look at XBox which is the most innefficient and expensive gaming system on the planet. Microsoft is the only one losing huge amounts of money, yet they are at last position compared to Gamecube and PS2.

      Face it: Microsoft is probably the most incompetent company in IT. The only thing that gets them going is endless backwards-compatibility with their x86-desktop domination. (which dates back to 1981)

      People can't afford to take the risk of discounting their ideas.

      Wrong, people should start discounting their ideas.

      Microsoft marketing works like this:

      "We will release product xy next year"

      Then people LIKE YOU come around and scream "the sky is falling!", "Microsoft is evil", "boycott this product, it will destroy competition!"

      To Joe Average this all sounds like "Product xy will become the standard and all alternatives will become unsupported." -> Joe buys product xy. I wonder how many people have bought a XBox because they thought it would become "the standard" which was told so often all over the net. It's amazing how XBox sales figures dropped after it became clear that PS2 won't be dethrowned. Even in the USA XBox fell behind Gamecube.

      Nobody likes to be a mayrtyr, people like you are Microsoft's greatest marketing asset. Actually they don't have to do much marketing, people like you do it for them.

      I'm very thankful for Microsoft releasing the XBox, because it will fail so badly that Microsoft will lose their standard-setting image. (Microsoft had many blunders in the past like Windows/Alpha, MS Bob, Hailstorm, etc. But XBox will be first the average customer will know about) In the post-XBox era, Microsoft will have to actually deliver something more than a press release to convince people of future standards.

    23. Re:Who will 'force them'?? by Anonymous Coward · · Score: 0

      Excellent. No more spam ;)

    24. Re:Who will 'force them'?? by dbialac · · Score: 0

      You overlook the intelligence of the average consumer. They just buy a computer because it works. People tend to be very ignorant when it comes to computers, so they won't understand why their apps don't work, they'll just update. Further, for most consumers 'upgrade time' isn't redoing the OS, it's buying a new computer. Unfortunately that means they upgrade to this new version of Windows.

      I'm not saying that open source can not offer an alternitive -- it is well on it's way. KDE offers a stable and consistant desktop, while the Linux and BSD kernels are very stable -- both things that users look for. However there are still too many inconsistancies in interfaces. For example, the average user won't understand that to make all their apps look the same they need the same skin for both GTK and KDE apps. Then you throw in Motif apps and they will wonder, "well where do I skin these apps (of course they can't)?" So long as you stay in the realm of only one desktop environment, they are are ok. But journey out and they are screwed.

    25. Re:Who will 'force them'?? by Anonymous Coward · · Score: 0

      WARNING: "slashdot.org" has been deprecated. "slashdot.org" may not be supported in future versions of Windows. "msnbc.com" is the preferred technology news portal for Windows.

    26. Re:Who will 'force them'?? by vidarh · · Score: 2
      Yes, you will get pissed of. But who will you complain to? If Microsoft does their homework, ordinary users will complain to the webmasters, not to them.

      Perhaps going straight to a warning for all sites will be too tough. Start with a "This site is insecure" symbol in the status bar". Then warn all site owners about what will happen later. A large chunk will start looking at it - at the very least the people operating Windows web servers.

      Now, if they then do introduce the warning, users will certainly notice that they don't appear for all sites, which will make it even more likely that they will complain to the webmaster (or just stop using the site), than to Microsoft.

    27. Re:Who will 'force them'?? by bbowman0 · · Score: 1

      I'll tell him/her that it's against my religious convictions to use windows and I need the document in a "proper" format.

      --

      One Nation:
      Under God
      Under Allah
      Under Zeus
      Under Satan

      OR

      One Nation Indivisible
    28. Re:Who will 'force them'?? by vidarh · · Score: 2
      LOL. Yeah, that's why I see Hailstorm-websites all over the web. And Bill Gates surely didn't say anything stupid when he claimed "Internet will never be popular [and will get killed by proprietary MSN]". Or look at XBox which is the most innefficient and expensive gaming system on the planet. Microsoft is the only one losing huge amounts of money, yet they are at last position compared to Gamecube and PS2.

      Face it: Microsoft is probably the most incompetent company in IT. The only thing that gets them going is endless backwards-compatibility with their x86-desktop domination. (which dates back to 1981)

      If Microsoft is the most incompetent company in IT, then how come they have 40 billion USD in the bank, and by market cap is still the largest company in the world?

      They may not be doing stuff that you and I think is good, but calling a company that has managed to grow from nothing to the largest company in the world in the timespan Microsoft has "the most incompetent company in IT" is ridiculous.

      Wrong, people should start discounting their ideas.

      Microsoft marketing works like this:

      "We will release product xy next year"

      Then people LIKE YOU come around and scream "the sky is falling!", "Microsoft is evil", "boycott this product, it will destroy competition!"

      And thanks to people LIKE ME, Microsoft doesn't always succeed with their most outrageous ideas, because people are made aware that Microsoft isn't looking out for their interests, but are trying their best to screw them.

      Nobody likes to be a mayrtyr, people like you are Microsoft's greatest marketing asset. Actually they don't have to do much marketing, people like you do it for them.

      That's bullshit. People telling consumers that what Microsoft does will infringe on their freedoms and take away their options is not good marketing for Microsoft. What is much better for Microsoft are people like you trying to discount the concerns by saying it won't be a problem. That leave people open to believe Microsofts marketing, because they see no vocal opposition.

      I'm very thankful for Microsoft releasing the XBox, because it will fail so badly that Microsoft will lose their standard-setting image. (Microsoft had many blunders in the past like Windows/Alpha, MS Bob, Hailstorm, etc. But XBox will be first the average customer will know about) In the post-XBox era, Microsoft will have to actually deliver something more than a press release to convince people of future standards.

      As for XBox etc. Microsoft has had tons of mediocre performing products and services, and has sunk hundreds of millions into failed ventures before, including a series of dot-coms. Some of them were quite high profile failures. X-Box won't be the first, and unlikely the last.

      Microsoft doesn't set standards by press release. Microsoft sets standards by buying out key players, by leveraging their monopoly situation (hence the findings of facts in the anti-trust trial, showing that they did break the law), by sinking millions or billions into marketing and sales of products that will never turn a profit (Internet Explorer, anyone?), or that will only turn a profit after years of losses.

      As much as I despise Microsoft, I think you're naive if you think Microsoft is incompetent, and I think you're naive if you think Microsoft will fail. They may end up losing their hegemony on OS front some day, but the OS is only a small share of their profits, and a decreasing one at that.

      What you're seeing these days are Microsoft frantically trying their hand at everything they can to gain foothold in new niches: Mobile devices, PVRs, set-top boxes, gaming consoles, media companies, travel, trust services, transaction handling and more.

      I don't think Microsoft particularly worry if they EVER make a profit on XBox. Regardless of whether they make a profit, it will strengthen their brand as a viable source of electronics devices or appliances, and may allow them easier entries into other, related markets - this is the kind of integration of products and marketing that Microsoft is best at (and much better at than they are at technical innovation).

      Even so, I doubt XBox will flop if Microsoft really care about it. Microsoft make enough money to give the damn thing away for free, and still stay in the black. They can easily destroy the console market and crush both Sony and Nintendo in a price war if they see the game console market as important enough to justify it - 40 billion USD could cover quite an amount of free XBox units.

      What is more likely though, is that XBox will do ok, but not magnificently well, and Microsoft won't sink too much in it, just as with WebTV and Ultimate TV, and they'll use it primarily as a learning experience, and wait for their major cash expenditure until a) they know the market, and b) they have weakened their opponents more by fear, uncertainty and doubt (by the very threat of a massive Microsoft war campain against their competitors).

    29. Re:Who will 'force them'?? by Anonymous Coward · · Score: 0

      Of course. 2 GHz P4 with 512 MB RAM is all anyone will *ever* need.

      Unless some exciting new technology comes along that we just cannot fathom right now, then yes, that is all you'll ever need. And I don't have much hope for any new ideas...

    30. Re:Who will 'force them'?? by rseuhs · · Score: 2
      If Microsoft is the most incompetent company in IT, then how come they have 40 billion USD in the bank, and by market cap is still the largest company in the world?

      I knew that would come.

      They have the DOS/Windows-domination that gets them bilions of $ per year. It's natural that you become lazy, incompetent and ignorant when you get so much money "automatically". In the 70's and early 80's they were not like that, but right now, they are.

      And thanks to people LIKE ME, Microsoft doesn't always succeed with their most outrageous ideas, because people are made aware that Microsoft isn't looking out for their interests, but are trying their best to screw them.

      You are funny. You really think that anybody believes that MS is looking for their interests. People are not that dumb. Get off your high horse.

      That's bullshit. People telling consumers that what Microsoft does will infringe on their freedoms and take away their options is not good marketing for Microsoft.

      That depends on what freedom. If it's freedom to choose competition, it's the best marketing Microsoft can get. People like choosing from multiple vendors, yes, but they don't like being left in the cold with an unsupported product. So when you convince somebody that product xy will monopolize the market, it's a *PRO* argument to buy it. Even if the customer would like competition. (It's a prisoner's dilemma)

      What is much better for Microsoft are people like you trying to discount the concerns by saying it won't be a problem. That leave people open to believe Microsofts marketing, because they see no vocal opposition.

      I'm not saying "it won't be a problem when you use it", I'm saying "it will be irrelevant and not become a standard". Big difference.

      Microsoft has had tons of mediocre performing products and services, and has sunk hundreds of millions into failed ventures before, including a series of dot-coms. Some of them were quite high profile failures. X-Box won't be the first, and unlikely the last.

      But it will be the first one visible by the public. All other failures are usually known only by IT-experts, but XBox will be a failure EVERYBODY will know about.

      Even so, I doubt XBox will flop if Microsoft really care about it. Microsoft make enough money to give the damn thing away for free, and still stay in the black. They can easily destroy the console market and crush both Sony and Nintendo in a price war if they see the game console market as important enough to justify it - 40 billion USD could cover quite an amount of free XBox units.

      Translation: Don't buy from Microsoft competitors. Their products are doomed, you will end up with an unsupported product. Buy an XBox, it will stay around forever.

      You did it again. You might hate Microsoft, but Microsoft loves people like you because of the FUD you spread about non-Microsoft products. Ever heard of self-fullfilling prophecy?

      You know what FUD is, right?
      Fear about no more games, Uncertainity about the platform being available, Doubt about the company being able to compete with the allmighty Microsoft empire. People give shit about morals. They don't care about the point you are trying to make, they only see the FUD you spread about non-MS products.

      And the best thing is that Microsoft doesn't even have to pay you.

      Fact remains that
      - They can't give away XBox because it's hardware.
      - Even if it were available for free, people would still prefer the PS2 because it has more, cheaper and better games
      - The PS3 is coming and will take away the only thing going for the XBox (technical advances in the 2 years it came out after the PS2). And MS can't release a new console every 2 years because that would piss off customers even more. So when the PS3 comes and XBox hasn't reached more marketshare than PS2, the game is over.

      So, no, Microsoft can't destroy the console market. PS2 sales didn't even slow down during the XBox release and XBox is essentially dead in Japan (They will sell the 250000 units they wanted to sell in the first month in the first YEAR) and dying in Europe.

      Microsoft makes more losses per unit than expected and sells less units than expected. XBox has failed against PS2 and PS2/3 is threatening the low-end Home Windows-PC.

    31. Re:Who will 'force them'?? by Theodrake · · Score: 1
      I think we need to be even more suspicious of MS. I don't believe they want to wipe out Linux or OSS, not really. What they want is a piece of every transaction that takes place on the internet. Palidium gives them this ability. They will guarantee any transaction that goes through their secure system from fraud. They will guarantee that everybody is who they say they are for a price. They will act as a world wide clearing house for all transactions. Again for a small price. Say $0.005 per transaction. At first this earns MS almost nothing, $5000 / million transactions. Put as this grows and grows. And what is defined as a transaction grows. This then becomes a prepetual cash cow.

      So what is a transaction. An online purchase of a book, tires, CPU. What about every secure email you send. Every secure email you receive. No annual fee for a secure id. We'll give you one for free. But every time you use it will cost $0.005. If I send/receive 100 emails per day it costs me $0.50. Not much for me to pay. But lots of revenue for MS multiplied by a world wide network of users.

      MS can sell this as a method to reject spam email. Require only identifiable/secure email. Now it costs that spammer $5000 / million emails. Is it worth spamming and now you have a positve id of who sent the email.

      I believe Bill has already written off the Desktop war. He won and is now looking for something else to dominate. Yes MS will fight on as the evil child of Bill, but he no longer cares (execpt to cash in his shares now and again). He wants a new challenge.

    32. Re:Who will 'force them'?? by egriebel · · Score: 1
      I imagine lots of pissed users and lots of suspicious users and lots of users who have lost their confidence that the next Windows will allow them to pirate.

      <snip...>

      People will avoid any system that has sub-par mp3/porn/divx/warez capabilities and will switch to something else (*gasp* Linux) if Windows loses these capabilities or gives hints that the next version will lose them. Yes, your average /. reader will avoid these systems, but what about the average user??

      Like My Aunt Tillie (r) really cares that she can't get her daily pr0n. Or, picture yourself computer shopping with SO, "but baby, this system is better because I can pirate more shit."

      Come on now, get a grip.

      --
      ACHTUNG! Das computermachine ist nicht fuer gefingerpoken und mittengrabben. Ist nicht fuer gewerken bei das dumpkopfen.
    33. Re:Who will 'force them'?? by hummassa · · Score: 1

      Of course you can live with it - until it breaks.

      Then what do you replace it with?

      with modded hardware. dammit, I'l mod it myself if I have to.

      That's not even considering all of the software that you won't be able to run, some of which you might actually need.

      au contraire, I'll be able (thru hardware emulation and similar stuff, besides de mods) to run more software than today. And furthermore, many programmers will get so slack in doing stuff (the system is already secure, right? :) that all hacking will be far easier.

      --
      It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
    34. Re:Who will 'force them'?? by MrResistor · · Score: 2

      No, kids buy gaming consoles to play games. I'll bet you can't name 5 people over 30 who own their own gaming console.

      Adults buy computers for games and email, and use that four letter word to justify the cost.

      --
      Under capitalism man exploits man. Under communism it's the other way around.
    35. Re:Who will 'force them'?? by MadAhab · · Score: 2
      It's worth pointing out that this is one of those times it's a good thing the USA isn't the entire world. The rest of the world is unlikely to settle for this kind of overt domination.

      Then again, the US, an allegedly democratic country, just decided to un-democratize internet broadcasting by legislating rules so that no one can challenge the current market leaders. And people are taking it, because they don't realize what they've lost. FUCK THE RIAA. Hillary Rosen is a cunt.

      --
      Expanding a vast wasteland since 1996.
    36. Re:Who will 'force them'?? by MrResistor · · Score: 2

      So in other words:

      Everyone will have this autentication code, a number which marks all of their interactions with the rest of the world, and no one will be able to buy or sell unless they have this mark^H^H^H^Hauthentication code.

      Where have I heard this before?

      --
      Under capitalism man exploits man. Under communism it's the other way around.
    37. Re:Who will 'force them'?? by Anonymous Coward · · Score: 0

      "As long as Windows is the primary gaming platform of x86, Linux will never become the dominant home OS."

      Come on. Most people don't give a fsck about games or the latest version of flight simulator.

      Most people don't buy computers to play games. They buy gaming consoles to play games. They buy computers to do that four letter word that begins with a "W" and ends with an "ork".


      I have a home network. I run Linux as the file server. All of my important data is stored there. it is also my connection to the internet, firewall and router. I use it to run Apache and Bind.

      However, right now I use windows as the user interface on 4 computers. That's even true considering the majority of the usage that the computers get is web/mail/open office -- all of which run great on Linux. So why not use Linux? My kids (okay me too!) play games and we have several very niche programs to run. Duel booting is more of a pain than just running Windows is for now, so I don't bother.

      To me there are two issues: Games & niche software. I find your statement that people buy gaming consoles to play games very humorous because I would never consider spending the money on a gaming console when my computer does the same job just fine. Why buy a computer that can only play games when I can buy one that does most other computing tasks that I need in addition to playing the games? If Linux could run the games we play, I'd switch two computers from Windows to Linux in a heartbeat. That only leaves the niche software.

      My wife quilts and sews. We have software that helps design quilt tops. We also have software and external hardware that creates embroidery and saves it to a proprietary card that gets inserted in the embroidery machine. The market for these programs is very small compared to that of games/financial/office software. They're not going to make their software/hardware available to Linux until it is mainstream.

      Maybe I'm wrong, but if Linux did games as well as Windows, then that would just leave people with niche needs having requirements on Windows...and that would prompt the market changes needed to get these niche software makers to support more than Windows.

    38. Re:Who will 'force them'?? by Jeppe+Salvesen · · Score: 2

      The "this software is dangerous" warning does not cut it. There needs to be a sandbox of some kind, to prevent a worm or something worse but not yet created from wreaking havoc.

      --

      Stop the brainwash

    39. Re:Who will 'force them'?? by MidnightLog · · Score: 1
      Or, picture yourself computer shopping with SO, "but baby, this system is better because I can pirate more shit."
      This would work with my wife. I would be better off not mentioning the pr0n, however.
      --

      To understand what's right and wrong, the lawyers work in shifts ...

    40. Re:Who will 'force them'?? by andcal · · Score: 1

      You can already use Visual Studio .Net to write "managed" code (code managed by the .Net Common Language Runtime), so it's not like people are going to have to wait until right before this version of Windows is released to write code that will run on it. Will all applictions written between now and then be written in managed code? No, but there are always compatability issues with some software every time a new version OS comes out anyway.

      --
      --something witty
    41. Re:Who will 'force them'?? by Anonymous Coward · · Score: 0

      > Most people don't give a fsck about games [...]
      > They buy computers to do [work]
      >
      I am sorry, but this is non-sense. The overwhelming majority of home-users got a computer for entertainment purposes, including (but not limited to) games. Hell, most people bought it so they can "surf the web"...which a few years ago was the hottest "game" in town.
      The business market, of course, is different and there PC's are purchased to enable certain people to work.

    42. Re:Who will 'force them'?? by Anonymous Coward · · Score: 0

      Keep in mind that Windows is based on obsoleting things. There's so much old software that stops working between versions of Windows, that that argument simply don't hold - your Windows software WILL become worthless sooner or later, but people still stick with it.

      Actually, this is a completely erroneous statement. A lot of the problem with Windows is that that they don't obsolete applications. A majority of Win16 apps written for Windows 3.1 still work in WinXP. That means a huge codebase exists in the current operating system that makes the old 16-bit apps compatible. Sure some apps get lost in the shuffle, but 90%+ don't. This is a huge factor for businesses that don't want to re-develop their entire base of in house software, or upgrade to newer versions of off the shelf apps. They know that even if they upgrade to the latest Windows OS, they still won't have to upgrade their other software.

    43. Re:Who will 'force them'?? by Anonymous Coward · · Score: 0

      > My kids play games [...]
      > Dual booting is more of a pain than just
      > running Windows for now
      >
      That's odd. My kids love to play games as well and precisely that's why they voluntarely boot into Suse 7.3 so they can click "K" -> Games which is a list filling the entire screen! Coming to think of it, it seems, kids have far less of a "problem" with Linux than adults do. They just use it. And they also have no issue with the (win98) dual-bootup, in fact, they think it's cool thast they have much more (Linux) than their friends have!
      In case you mean the dual-boot setup that "is a pain" try the latest distro's. Most of them let you resize an existing Windows partition during the installation and LILO get's set up as well. It's about as easy as it can get.

    44. Re:Who will 'force them'?? by Dalcius · · Score: 1

      Disclaimer: these are all my *opinions*.

      I don't see this happening. People, although quite dumb in groups, will look at the system and see a large hunk of all transactions in the tech world going through one company. The media will pounce on any flaw they find, and people will feel insecure about their credit card and personal info going through MS.

      Everyone (general) knows about crackers. Most folks know MS has gotten bad press. If all of this takes place, and they put two and two together, I think the Joe Publics can figure it out.

      Besides -- ever seen The Net?

      There are a few parallels here that really scare me.

      --
      ~Dalcius
      Rome wasn't burnt in a day.
    45. Re:Who will 'force them'?? by MrResistor · · Score: 2

      More than 90% of folks use Windows for the desktop

      This can change. I'm doing my part by refusing to install pirated copies of MS software when I build computers for people. If they want Windows and MS Office, they'll have to buy it or find it and install it themselves. I firmly believe that the popularity of MS software among home users is due to the ease of finding pirated copies. I inform them of the available options and how they compare with the MS software they're used to using and let them make that choice.

      Before anyone flames me with the typical whining about how Linux is "too hard" for the average user to understand, let alone configure, let me point out that these are machines that I am building by hand. I install the OS, I install the software packages, I do the configuration, and I come to their house to set it up and help get them started with the basics of using their new machine. For me, Linux is actually easier on the install end. I use SuSE Pro, and the tools they give me to manage the process far excede anything Windows has to offer. No CD shuffle, no endless reboot cycle, no searching for drivers, because its all right there on my bootable DVD. On the users end it rarely makes a difference, it'll take them just as much time to get going in Windows as it will in KDE.

      NFS (forgot new name)

      You mean SMB, which is now called CIFS. NFS has always been a *nix thing, and SMB was created to give non-*nix OS' similar functionality.

      If your boss sends you a Word Doc that you can't open, what can you do?

      Well, I would tell my boss to quit sending me this crap at home, where I use Linux. If he really wants me to work at home, and he'd have to be willing to pay me extra for it, then he needs to provide me with a system and software to do that. At work I use whatever I'm given, so that sort of issue should never come up. At home, though, he's interfering with my time with my family, and I'm sure as hell not going to bend over backwards to facilitate that. If he wants some of that time, he's going to have to bend over backwards to make it painless for me.

      --
      Under capitalism man exploits man. Under communism it's the other way around.
    46. Re:Who will 'force them'?? by Dalcius · · Score: 1

      I'm doing my part by refusing to install pirated copies of MS software when I build computers for people.

      Cheers!

      how Linux is "too hard"...

      I haven't gone past RH 7.1, but a RH 7.1 w/Ximian Gnome system I'd say is in fact easier to use than Windows. Especially for updating and installing programs (Red Carpet). Install, IMO, is very easy as well - even custom isn't difficult. And remember, the slight learning curve with this system matches that of any new windows user, at least IMO.

      You mean SMB, which is now called CIFS.

      Forgive me, I knew I shouldn't have been smoking crack at the time... =P
      My brain said SMB but my fingers typed NFS. CIFS was what I couldn't remember, thanks. =)

      And regarding what system you use at work: I bring my laptop (w/Linux) to work for my personal use. I have had an office supplied PC in the past, but we're able to install Linux there if we choose. Why not, you're the only one using the computer, right? =)

      --
      ~Dalcius
      Rome wasn't burnt in a day.
    47. Re:Who will 'force them'?? by vidarh · · Score: 2
      They have the DOS/Windows-domination that gets them bilions of $ per year. It's natural that you become lazy, incompetent and ignorant when you get so much money "automatically". In the 70's and early 80's they were not like that, but right now, they are.

      Windows isn't Microsofts main income stream. Microsofts revenue base is getting very diverse, but their largest single revenue stream is from Office, not Windows. Even if Microsofts stopped getting a single cent per Windows installation tomorrow they would still make a profit.

      You are funny. You really think that anybody believes that MS is looking for their interests. People are not that dumb. Get off your high horse.

      I don't believe that anybody believe that, I know that a lot of people believe that. Stop being naive, and read up on brand recognition and attitudes towards Microsoft - they are one of the most popular companies in the US, and has a huge following of consumers that see Microsoft as a company that is the embodiment of the American dream. That you and I don't like them won't change that fact.

      That depends on what freedom. If it's freedom to choose competition, it's the best marketing Microsoft can get. People like choosing from multiple vendors, yes, but they don't like being left in the cold with an unsupported product. So when you convince somebody that product xy will monopolize the market, it's a *PRO* argument to buy it. Even if the customer would like competition. (It's a prisoner's dilemma)

      I agree that if you convince somebody that it's choose Microsoft, or lose out, then yes that is good for Microsoft. However what I am saying is completely different. What I am saying is that if you choose Microsoft you will lose choice and you will lose personal freedoms and you will lose privacy, and that if you don't choose Microsoft you will help ensure that they are unable to pull this off.

      I'm not saying "it won't be a problem when you use it", I'm saying "it will be irrelevant and not become a standard". Big difference.

      You are still pretending that people don't have to worry about it, and people should - it will fail if people worry about it and dislike it enough to actively choose not to support it. If people don't care, then Microsoft WILL get the market penetration they need for this, because they'll be able to put it in every single version of Windows that goes out to consumers.

      But it will be the first one visible by the public. All other failures are usually known only by IT-experts, but XBox will be a failure EVERYBODY will know about.

      What makes you believe that? How will it be a highly visible failure compared to all their other failures? If there's one thing all their other failures should have taught you, is that nobody cares as long as Microsoft keeps being one of the most profitable companies in the world.

      Translation: Don't buy from Microsoft competitors. Their products are doomed, you will end up with an unsupported product. Buy an XBox, it will stay around forever.

      No. Translation: If you really believe that Microsoft care enough about XBox to want to own the console market that they are willing to spend billions on it, then they will own it, however the comparatively small amount they are spending on it indicates that they don't currently see it as a big focus, so you have no reason to not buy from competitors yet. However, if Microsoft does reasonably well now, they WILL be willing to pour more money in XBox or its descendants in the future. In other words: If you actively oppose Microsoft now, by choosing a competitor instead, there's a greater chance that you will still have a choice in five years time.

      You did it again. You might hate Microsoft, but Microsoft loves people like you because of the FUD you spread about non-Microsoft products. Ever heard of self-fullfilling prophecy?

      You obviously still don't understand what I am saying (or you don't understand what a self-fullfilling prophecy is), or you would have realized that this is the opposite of a self-fullfilling prophecy. If I had been saying that Microsoft is doomed to win, so lets all just forget about their competitors, then that would have been a self fullfilling prophecy. However what I'm saying is that to ensure that Microsoft lose, you must fight them every step of the way, because the consequences you'll suffer if you allow them to win will be bad for all of us. You know what FUD is, right? Fear about no more games, Uncertainity about the platform being available, Doubt about the company being able to compete with the allmighty Microsoft empire. People give shit about morals. They don't care about the point you are trying to make, they only see the FUD you spread about non-MS products.

      I don't spread FUD about non-MS products. However neither do I try to convince people that if they just pretend that MS isn't a threat they'll go away. Face reality and stop being so naive: The IT industry is in the sorry state it is exactly because so many companies believed that Microsoft wouldn't be a threat to them.

      The number of companies that have been driven out of business because they thought that THEY would be able to compete with Microsoft just because their product is better is staggering. You don't fight Microsoft just with a better product, you need to counter their marketing, counter their FUD, counter their illegal monopolistic activities, fight them in court and in general fight them on all fronts.

      Fact remains that - They can't give away XBox because it's hardware.

      Since when did it become impossible to give hardware away? Funny, I've received hardware for free as part of promotions more than once in the past (though nothing as expensive as a games console, granted).

      If Microsoft thought it worth the money, of course they could. Besides, they could give it away with the purchase of X number of games, say 2-3, thereby instantly offsetting part of their loss.

      There are two reasons why they aren't currently doing this: 1) They don't want to commit that kind of money, because XBox isn't that important to them at this stage. 2) People who are willing to pay are likely more willing to pay for games, thus they are much more likely to make money on these people in the long term.

      - Even if it were available for free, people would still prefer the PS2 because it has more, cheaper and better games

      Some people would prefer the PS2, sure. However who cares about the hardcore gamers, if millions of people who never otherwise would have bothered to get any game console suddenly get an XBox? Game publishers care almost exclusively about volume. Thats why the PS2 is currently better served. If Microsoft changed that, then the game situation would change quickly.

      Besides, if Microsoft were ready to really push XBox, what would a few billion to buy a few of the major game publishers and can PS2 and Gamecube ports be to them?

      - The PS3 is coming and will take away the only thing going for the XBox (technical advances in the 2 years it came out after the PS2). And MS can't release a new console every 2 years because that would piss off customers even more. So when the PS3 comes and XBox hasn't reached more marketshare than PS2, the game is over.

      You only demonstrate that you don't know the console market. No company has managed to maintain dominance for extended periods of time - dominance has shifted back and forth between multiple players so many time it's getting ridiculous. But if anyone knows how to milk customers through expensive upgrade cycles, it is Microsoft. After all, that is how they've managed to grow this big in the first place.

      So, no, Microsoft can't destroy the console market. PS2 sales didn't even slow down during the XBox release and XBox is essentially dead in Japan (They will sell the 250000 units they wanted to sell in the first month in the first YEAR) and dying in Europe.

      Your logic doesn't hold. You are saying that because XBox hasn't made much of an impact, Microsoft can't destry the console market, but you are blatantly ignoring what I said: That Microsoft don't care about the console market, because if they did they would have spent real money on it, and followed their usual tactics: Aquisitions, agressive price cuts on key products to establish a market hold, and bullying OEMs.

      Microsoft makes more losses per unit than expected and sells less units than expected. XBox has failed against PS2 and PS2/3 is threatening the low-end Home Windows-PC.

      So? Microsoft is still losing so little on XBox in total that they could sustain XBox indefinently AND ramp up investment in it just from interest payments on their cash holdings.

      To sum up: Alerting people to the threat that Microsoft is is not providing marketing for Microsoft any more than claiming that saying people need to fight to overthrow a dictator would be providing marketing for that dictator.

      Do you seriously think that people shouldn't fight out of fear for making people capitulate? Because that is the most obviously self fulfilling prophecy of all.

    48. Re:Who will 'force them'?? by vidarh · · Score: 2

      Of course it doesn't stop anything. But it would be a way to push adoptation without making it too painful for the users - if they make it too painful for the users, they won't accept it. At the same time, if they make it painful for people not to adopt it, many will. They can do that by ensuring that major internet sites that don't adopt it for instance will be met with a deluge of complaints from users.

    49. Re:Who will 'force them'?? by MrResistor · · Score: 2

      Well, my wife doesn't know anything about computers and doesn't want to. She leaves the cumputer stuff to me and doesn't question my decisions in that area. So long as she can get her email, read the few sites she visits, and occasionally print something, she's perfectly happy. Similarly, I leave home decorating to her and don't question her decisions in that area, and as long as she doesn't mess with my desk or put my guitars somewhere I can't get to them easily, I'm happy. This arrangement works out pretty well for both of us, as I expect slight variations would for most married couples. Chances are, if your SO knows enough about computers to be a part of that decision making process, they should know enough to understand the issues involved without your having to bring up pr0n, mp3 and divx will likely suffice.

      --
      Under capitalism man exploits man. Under communism it's the other way around.
    50. Re:Who will 'force them'?? by extrasolar · · Score: 2

      Hey, if you consider the web a game, then you win. People do buy computers to surf the web.

      But I am tired of the "games move the industry forward" nonsense.

    51. Re:Who will 'force them'?? by MrResistor · · Score: 2

      And regarding what system you use at work: I bring my laptop (w/Linux) to work for my personal use. I have had an office supplied PC in the past, but we're able to install Linux there if we choose. Why not, you're the only one using the computer, right? =)

      Unfortunately I'm rarely given that choice. The last company I worked for let me build a linux fileserver for them, and as far as I know they're still using it happily, but Linux was not a viable option for the desktop there. Our main function was 3d CAD, an area where Linux is sorely lacking, and a switch to Linux/Pro-E would have been more expensive than Win2k/SolidWorks, even if we were starting from scratch.

      I haven't gone past RH 7.1, but a RH 7.1 w/Ximian Gnome system I'd say is in fact easier to use than Windows. Especially for updating and installing programs (Red Carpet). Install, IMO, is very easy as well - even custom isn't difficult. And remember, the slight learning curve with this system matches that of any new windows user, at least IMO

      SuSE has been really easy since 7.1, when YaST2 and YOU got 'finished', but 6.3 (the previous release I tried) was like pulling teeth, at least for a newbie like me. I think most of the major distros pulled the install/upgrade thing together at around the same time. I really wonder about these people that keep saying "Linux is to hard for the average user". I look at my Linux desktop and think, "If this is too hard, how the hell are they able to use Windows?"

      --
      Under capitalism man exploits man. Under communism it's the other way around.
    52. Re:Who will 'force them'?? by MarkGriz · · Score: 1

      Thanks for your comments, Mr. Gates

      --
      Beauty is in the eye of the beerholder.
    53. Re:Who will 'force them'?? by rseuhs · · Score: 2
      In other words: If you actively oppose Microsoft now, by choosing a competitor instead, there's a greater chance that you will still have a choice in five years time.

      One customumer alone can't change things, so *NO* there isn't a greater chance.

      You just spread FUD, which does translate into:"Don't buy from Microsoft competitors. Their products are doomed, you will end up with an unsupported product. Buy an XBox, it will stay around forever."

      Nobody wants to risk their money "so there's a greater chance that you will still have a choice in five years time", they will buy a product where they are *SURE* it's supported in five years. Thankfully, that's PS2 and NOT XBox which will be discontinued before PS3 or soon after PS3-launch.

      However what I'm saying is that to ensure that Microsoft lose, you must fight them every step of the way, because the consequences you'll suffer if you allow them to win will be bad for all of us.

      I know damn well what you *WANT* to say. You want to say "let's start a collective effort to mantain competition". Sorry to tell you, but collective efforts just don't work, everybody will do what is good for himself, not what is good for the collective. By claiming that such a collective effort is needed you imply that without it, the products are doomed -> don't buy competitor's products.

      The IT industry is in the sorry state it is exactly because so many companies believed that Microsoft wouldn't be a threat to them. You don't fight Microsoft just with a better product, you need to counter their marketing, counter their FUD, counter their illegal monopolistic activities, fight them in court and in general fight them on all fronts.

      Exactly, you need to counter their FUD.

      Tell people the truth, that XBox is losing them billions, that it will never make money for Microsoft and that it's likely that it will be dropped without warning and they will be left out in the cold without any support just like the poor souls who bought in Windows/Alpha and Hailstorm.

      What you do, is hype up XBox. I say it again: PEOPLE DON'T CARE ABOUT MORALS. They will buy the winning product. Period. If you make them believe that XBox will win, they will buy XBox.

      Since when did it become impossible to give hardware away? Funny, I've received hardware for free as part of promotions more than once in the past (though nothing as expensive as a games console, granted).

      A XBox costs 350$, if you give it away, you give it to a lot of people who will never buy any games, so you waste it completely. For example if we assume that 1/4 of XBox receivers actually use it and buy games (I would certainly get one and let it collect dust - and lots of others too, so 1/4 is probably very optimistic) - so to reach an effective penetration like PS2 will have the end of the year, they would have to give away 40 million * 4 = 160 million, which would cost them 160m * 350$ = 56 billions.

      They would waste all their money just to get on par with PS2. That will just not happen. Also their stock price would go down and Bill Gates valuable stock would become worthless.

      You only demonstrate that you don't know the console market.

      Anybody claiming the XBox to be a success does so. Everybody thinking XBox live will be a success, does so. (Broadband-only -> doomed, too few have broadband and those who do have all computers which are better for online-gaming.)

      Funny, actually I've speaken to MSFT-shareholders and they have come up with exactly the same arguments like you: That MSFT is sooo strong, that they can push around competition and that they know what they are doing. Yes, MSFT is proud of being able to bully other companies.

      No company has managed to maintain dominance for extended periods of time - dominance has shifted back and forth between multiple players so many time it's getting ridiculous.

      You want to know why? Because so far nobody included backward-compatibility. Just like Microsoft currently has the lock on desktop-software, Sony has it on consoles and Nintendo has it on portable consoles.

      That Microsoft don't care about the console market, because if they did they would have spent real money on it, and followed their usual tactics: Aquisitions, agressive price cuts on key products to establish a market hold, and bullying OEMs.

      Well, they were willing to spend 30 billion to purchase Nintendo, did you forget that? They can't bully OEMs in consoles, how should that work?

      Oh and everybody seems to forget that their first console (WinCE on Dreamcast) was a huge failure, too.

      To sum up: Alerting people to the threat that Microsoft is is not providing marketing for Microsoft any more than claiming that saying people need to fight to overthrow a dictator would be providing marketing for that dictator.

      All revolutions had a positive goal, like "We will win, we can make it, we will change it for the better", not "the dictator will win anyway, and a lot of us will die for nothing."

      Revolutions were won by LEADERS and not whiners.

      If you want to help Linux, tell people about Linux-success-stories, not about Microsoft success-stories.

      Tell them that XBox is doomed because it is doomed. Tell Webdesigners that Mozilla will become an unavoidable browser because 30 million AOL customers and 50 million future PS3 users will use it. Never mind those who like it's features. Tell them that resistance against Microsoft is NOT futile because so far Microsoft has failed every time trying to destroy the Internet (proprietary MSN, Hailstorm). Tell them that Microsoft is trapped in their own stock-option house of cards. Tell Microsoft shareholders that Microsoft has a worse P/E than a savings book.

      But, yes, your talk like "Microsoft has soooooo much money in the bank, they are sooo powerful, competing against MSFT is soo hard" and your refusal to accept any Microsoft-failure does lead to capitulation.

      Do you seriously think that people shouldn't fight out of fear for making people capitulate?

      No, and I already said so.

      It's just that you are fighting in the wrong direction.

    54. Re:Who will 'force them'?? by Jim+the+Anti-Bob · · Score: 1

      How about this for a scenario...?

      Microsoft publishes a *standard* for what is and isn't a *secure* site. At first this will be relatively simple standard that can easily be satisfied by webmasters running any web platform. Once everyone is used to the secure/insecure standard, Microsoft will be able to a.) make arbitrary changes to the standards to make webmasters of non-IIS sites pull their hair out trying to satisfy the updated standard or b.) introduce (either intentionally or through negligence of platform compatability testing) *issues* that make IE incorrectly state the security status of a site.

      Just wanted to contribute my own conspiracy theory...

    55. Re:Who will 'force them'?? by Arandir · · Score: 2

      I read the article, and my conclusion is that it is low grade scare-mongering aimed at geeks to absorbed with technology to understand the way the real world works.

      You can take any action by [insert opponent here] and construct a worst case scenario that would cause you grandmother to keel over. The media does this all the time. And it works. Put the right spin on it and the frightened public will vote for anything.

      So let's try it. Suppose Microsoft decided to drop support for Windows 98 and 2000. The scare-mongering conclusion: this will force millions of Windows users to upgrade to XP, giving untold extra billions to Bill Gates, allowing him to buy off Peruvian, Finnish, and German politicians (since he has already bought every US politician). Suddenly Linux is banned in those countries just like it is in the US. But wait! Billy Boy still has five billion left over. Now he bribes people to turn in Linux users. You can't trust your neighbors anymore. You could get turned in and go to jail for wearing a Slashdot shirt. All because Microsoft dropped support for Win98/2K.

      Ludicrous of course. But no more ludicrous than the conclusion of this article. Yes, there could be serious repercussions to Palladium. Yes, the public needs to be informed about it. But no, the sky isn't falling and Linux/BSD/Apple/Sun/IBM aren't going to die because of it.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    56. Re:Who will 'force them'?? by Yottabyte84 · · Score: 1

      Yeah, but it's not on thier forehead, or (where on the hand was it?) yet... But when this ID becomes biometricly based.... Not that I care, I think christianity is a bunch of rubish, but would enjoy very much the results of churches telling thier followers that Microsoft's secure ID codes are the mark of the beast.

    57. Re:Who will 'force them'?? by uberman · · Score: 1

      And as for switching to Linux, you might not have that option, as the entire point about Palladium was that it is mean to be enforced in hardware via alliances with Intel and AMD (for now).

      Surely a major CPU/mobo manufacturer will spring up in Taiwan, mainland China, or possibly Europe who'll simply continue to build on the 'Open' PC platform.

      I really don't see this form of electronic colonialism going over too well outside of the USA.

      Then again, I'm sure the current US administration would inflict harsh trade sanctions on any country that doesn't fall into lock-step with their, or more precisely the Corporate Lobby's World View. That's been the trend in US foreign/economic policy these days (US Farm subsidies, Canadian softwood lumber tarrifs....I could go on....

      /uberman

    58. Re:Who will 'force them'?? by Anonymous Coward · · Score: 0

      You must really be annoyed by the paranoid. You sure hit many keys to say "don't worry be happy." I never understood people who only worry about other people being worried.

    59. Re:Who will 'force them'?? by vidarh · · Score: 2

      And who will buy these machines if they can't communicate with any Windows desktops or servers, and can't run Windows?

    60. Re:Who will 'force them'?? by vidarh · · Score: 2
      One customumer alone can't change things, so *NO* there isn't a greater chance.

      "One voter alone can't change things, so there's no point in voting - not voting won't change anything" would be another version of what you're saying.

      You just spread FUD, which does translate into:"Don't buy from Microsoft competitors. Their products are doomed, you will end up with an unsupported product. Buy an XBox, it will stay around forever."

      I'm starting to seriously wonder about your capability to parse and understand English. What I've said is: Don't buy from Microsoft. If you do buy from Microsoft you'll end up with abridged liberties and reduced personal choice, because in that case Microsoft will succeed.

      If you absolutely want to interpret that as the complete opposite, then feel free to do so, but don't claim that's what I'm saying. If you want to capitulate to Microsoft, fine, but don't complain when people are trying to reduce their influence.

      I know damn well what you *WANT* to say. You want to say "let's start a collective effort to mantain competition". Sorry to tell you, but collective efforts just don't work, everybody will do what is good for himself, not what is good for the collective. By claiming that such a collective effort is needed you imply that without it, the products are doomed -> don't buy competitor's products.

      You don't know anything about what I want to say. Apparently you don't even understand what I do say. I have not said anything any collective effort to maintain competition. What I've said is that it is important to make people aware of the consequences of buying Microsoft products: They will reduce competition, they will reduce their personal freedoms, they will reduce choice.

      Tell people the truth, that XBox is losing them billions, that it will never make money for Microsoft and that it's likely that it will be dropped without warning and they will be left out in the cold without any support just like the poor souls who bought in Windows/Alpha and Hailstorm.

      What you do, is hype up XBox. I say it again: PEOPLE DON'T CARE ABOUT MORALS. They will buy the winning product. Period. If you make them believe that XBox will win, they will buy XBox.

      I have not said that XBox will win. If you believe that is what I've said, you either can't read, or want to misinterpret what I'm saying.

      What I've said is that if Microsoft cared about XBox, and wanted to put all its weigth behind it, then they would have no problems crushing the console market, and making XBox win. First of all there's no basis for interpreting that as a good thing for XBox buyers, as it would give Microsoft the power to increase prices on games.

      However there's also no evidence that Microsoft see XBox as important enough for this. Where are their billion dollar ad campaigns? Why aren't they cutting prices dramatically? Why aren't they buying game publishers and making them cut PS2 and Nintendo games? Answer: XBox isn't important to them.

      So yes, I agree with you, XBox will likely not be a big success. I doubt Microsoft will leave it behind, and I think that long term it might even be profitable for them. But the REASON I believe it won't be a big success is because (as I've pointed out many times already), they don't particularly care. XBox is a test for them. A way of learning how the game console market works.

      For game console users, the time to get worried now, but whenever Microsoft starts feeling confident that they know how to push into the market in the cheapest way possible.

      Funny, actually I've speaken to MSFT-shareholders and they have come up with exactly the same arguments like you: That MSFT is sooo strong, that they can push around competition and that they know what they are doing. Yes, MSFT is proud of being able to bully other companies.

      However my argument is a completely different one: Microsoft is strong enough to own the game console markets if they want to. So why don't they? Because they DON'T want to at the moment. They can do it, but they're not stupid - they won't do it unless they know they'll make money of it, otherwise what would the point be?

      So while MSFT shareholders may delude themselves into thinking that Microsoft will pour enough money into XBox to make it control the market, I'm saying that the fact that Microsoft clearly aren't pouring enough money into XBox to make it control the market shows that they don't see XBox as important enough to spend that kind of money at. At least not now.

      The lessons is: Never fear Microsofts first attempt at anything. Like Windows 1.0 or Hailstorm, their first iterations are ways of testing the market, of learning what to spend the big bucks on. But you should be concerned once they try again.

      They can't bully OEMs in consoles, how should that work?

      Thretening to give extremely favorable treatment to competitors of companies to cooperate with Sony or Nintenty would do nicely... How do you think Microsoft managed to get OEMs to buy into per-CPU licensing of Windows in the early 90's?

      All revolutions had a positive goal, like "We will win, we can make it, we will change it for the better", not "the dictator will win anyway, and a lot of us will die for nothing."

      All revolutions had a positive goal set on a backdrop of the serious consequence of not winning: "If we don't win, we'll keep getting arrested, killed or tortured by the regime". That is a much more accurate analogy to what I'm saying. I'm not saying Microsoft will win long term. I'm saying if we don't fight, Microsoft will win by default and we'll all suffer for it.

      Revolutions were won by LEADERS and not whiners.

      They are won by people who see that the alternative to accepting the status quo is to fight, and not pretend that the problem is smaller than it is.

      If you want to help Linux, tell people about Linux-success-stories, not about Microsoft success-stories.

      So instead of telling people that Microsoft is a threat, I should tell them that ooh, Linux is making such great progress? The end result of that is making people complacent, instead of fighting back. I love using Linux - I've been using it daily since 1994. I've never had a Microsoft OS installed on any machines I own or use on a daily basis.

      But I'm not naive enough to believe that Microsoft isn't a threat that needs to be countered. You don't win a war by pretending the enemy isn't particularly dangerous to avoid scaring people.

      But, yes, your talk like "Microsoft has soooooo much money in the bank, they are sooo powerful, competing against MSFT is soo hard" and your refusal to accept any Microsoft-failure does lead to capitulation.

      No, I talk like Microsoft is a serious threat to free competition, so they need to be fought, not ignored. And their 30 billion USD in the bank DOES make them a serious threat.

    61. Re:Who will 'force them'?? by thirdrock · · Score: 1


      Phew! This post has so much wrong with it, I don't even know where to begin. Let's start with this...

      If Microsoft is the most incompetent company in IT, then how come they have 40 billion USD in the bank, and by market cap is still the largest company in the world?

      One has nothing to do with the other. Competence in IT means the ability to build good products (in this case, software). Competence in cash flow and market cap means the ability to SELL products. You don't have to look very far back in free-market-capitalism to see that when a new technology is introduced to the market, as long as there is any advantage to be had, people will buy anything. For example, take cars, in the early years of the car industry, cars sucked. Noisy, smelly, ineffecient, ineffective and just plain dangerous. As the percentage of the population who owned cars reached saturation point, the market 'wised up', and started shopping for qualities such as safety (because there was a 1 in 4 chance of dying in a car crash), economy (because Iran had the nerve to think it could charge whatever it wanted for oil), and handling/compactness (because it started getting hard to park in the cities).
      Microsoft are like those early car companies and those early railroaders. They caught the wave, using software that they either bought (CP/M - Seatle Computer Company), copied (Word Perfect, Lotus 1-2-3, Windows, 4th Dimension, Navigator) or boldly stole (Stac Electronics). This makes them a very competent marketing company, but not a very competent IT company.

      As for XBox etc. Microsoft has had tons of mediocre performing products and services, and has sunk hundreds of millions into failed ventures before, including a series of dot-coms. Some of them were quite high profile failures. X-Box won't be the first, and unlikely the last.

      If you are referring to the WebMD/Healtheon play, then that was simply a monopoly/internet strategy defense. They were planning to move into that market themselves, but were not ready to do so. So it actually was a success.

      Microsoft doesn't set standards by press release.

      Not quite true. Ever heard of FUD?

      Microsoft sets standards by buying out key players, by leveraging their monopoly situation (hence the findings of facts in the anti-trust trial, showing that they did break the law), by sinking millions or billions into marketing and sales of products that will never turn a profit (Internet Explorer, anyone?), or that will only turn a profit after years of losses.

      Microsoft does not and will not ever sell Internet Explorer. To do so would be idiotic. Internet Explorer is Microsoft's Trojan Horse into the web-services, online vertical markets. Once they are firmly established in those markets, they will even give away Windows OS for free. Windows OS will become Internet Explorer's filing clerk. IE will have all sorts of technology built into it that will 'enhance the user's browsing experience'. What that means in non-marketroid language is that to pay your bills, have food delivered, do your banking, and manage your companies accounts, you will need to have Internet Explorer, because all of the Big Internet Service Companies (tm) will offer very convenient services that will only be available if you have the latest Internet Explorer technology. And to build those special services, you will need to pay Microsoft a service fee. Perhaps per transaction, or month.

      As much as I despise Microsoft, I think you're naive if you think Microsoft is incompetent, and I think you're naive if you think Microsoft will fail. They may end up losing their hegemony on OS front some day, but the OS is only a small share of their profits, and a decreasing one at that.

      As I said above, they will soon give the OS away for free. They are moving their whole business away from shrinkwrap software. Which is great! Their software sucked anyway.

      I don't think Microsoft particularly worry if they EVER make a profit on XBox. Regardless of whether they make a profit, it will strengthen their brand as a viable source of electronics devices or appliances, and may allow them easier entries into other, related markets - this is the kind of integration of products and marketing that Microsoft is best at (and much better at than they are at technical innovation).

      I disagree. I believe Microsoft are positioning themselves to take the online gaming market. First they get lots of X-Boxes out there. That creates a platform. Once there is a platform to sell to, game developers build games for it. It is actually easier to sell games on the platform with the least games available, as long as it's a good game.
      Right, so you've got the platform. Next, you set yourself up as the multiplayer online game provider of choice for the X-Box platform. You do this by creating a game-server first then hit the market hard with a huge piece of iron in every major city in every timezone in the world, plus lots of hype and FUD.
      OK, so now you have millions of gamers coming online 24/7/365. Do the math. That's 61320 billable hours per year. Let's assume that Microsoft charge you 3 cents per game, and the average game lasts half an hour. That 6 cents per hour. Here is that translated into dollars per annum, given X number of gamers using the system at any one time.

      2 gamers $7358.40
      1,000 gamers $3,679,200
      1,000,000 gamers $3,679,200,000

      Not a bad little earner. And once you have totally taken that market, you can start earning a profit on the box again.

      Even so, I doubt XBox will flop if Microsoft really care about it. Microsoft make enough money to give the damn thing away for free, and still stay in the black. They can easily destroy the console market and crush both Sony and Nintendo in a price war if they see the game console market as important enough to justify it - 40 billion USD could cover quite an amount of free XBox units.

      While this is true, it won't happen. The lowest they would sell the box at is cost. They cannot go below break-even. Why? Because it is vitally important for Microsoft to keep their stock price going up. Their recent tiff with the SEC shows how paranoid they were about earnings reports. They do this for three reasons.
      1. Programming talent is held in the belly of the beast by the hypnotic trance of getting rich through stock options. If this goes, then the best programmers will leave to do something interesting with their career, as opposed to bloating bloatware even more.
      2. Microsoft buys their own stock. Part of MS profitability is the healthy balance sheet shown share price valuations that Microsoft corporation owns.
      3. Microsoft don't pay dividends. People who buy MS stock, do so for capital gains, not dividend returns. If there were no capital gains, and no dividends, shareholders would start a selling frenzy.

      a) they know the market, and b) they have weakened their opponents more by fear, uncertainty and doubt (by the very threat of a massive Microsoft war campain against their competitors).

      Yeah, I'm sure Sony are quaking in their boots.

      --
      >>
      I am the director, and this is my movie ...
    62. Re:Who will 'force them'?? by rseuhs · · Score: 2
      What I've said is: Don't buy from Microsoft. If you do buy from Microsoft you'll end up with abridged liberties and reduced personal choice, because in that case Microsoft will succeed.

      I have not said that XBox will win. If you believe that is what I've said, you either can't read, or want to misinterpret what I'm saying.

      How can the first paragraph be not interpretet as claim that XBox will win?

      Essentially, you say: "If you buy XBox, it will win"

      Because one customer is irrelevant, this essentially means "XBox will probably win" which is exactly what Micrsoft wanted to be the public's opinion (and failed, thankfully).

      So instead of telling people that Microsoft is a threat, I should tell them that ooh, Linux is making such great progress?

      Exactly, what's wrong with that?

      "Company xy employed Linux and saved xy thousand $, it could work for you, too." is much more effective than "Fight Microsoft to protect your freedom."

      And it's true, too. No other OS has established itself so fast on servers and embedded systems. You really think that happened because somebody wanted to fight Microsoft? You are wrong. It happened because Linux is a good product, that's the *ONLY* reason. If you want to help Linux adoption, convince people that Linux is a good product, not that Microsoft is an evil company. People don't care about Microsoft's evilness - they only care if the MSFT's evilness is personally and DIRECTLY affecting them by disturbing them downloading mp3s for example.

      The end result of that is making people complacent, instead of fighting back.

      Wrong, wrong, wrong.

      If people are convinced that Linux will win, they will look into it right now because they don't want to be left behind. They will get curious about what's so successful.

      Ten users actually using and supporting (buy bying distros, helping other Linux users or even only by generating non-IE hits on webpages) Linux are worth more than a thousand using IE on Windows whining about how evil and scary Micrsoft is.

      No, I talk like Microsoft is a serious threat to free competition, so they need to be fought, not ignored. And their 30 billion USD in the bank DOES make them a serious threat.

      MSFT is a software company. If people start to ignore them (= not buy their products) they will start making losses.

      One of the principles of good marketing is not to talk about competitor's products (MSFT's). Instead talk about our own solutions.

      You don't win a war by pretending the enemy isn't particularly dangerous to avoid scaring people.

      This is software, and it works fundamentally different than "a war". Ignorance is the WORST what can happen to software. Yes, you read that right: Ignorance is much worse for a product than "fighting against it".

    63. Re:Who will 'force them'?? by vidarh · · Score: 2
      One has nothing to do with the other. Competence in IT means the ability to build good products (in this case, software).

      Competence in any industry is the ability to sell products. Nothing else matters to a publicly listed company, or they are not honoring their responsibilities to the shareholders.

      Not quite true. Ever heard of FUD?

      Microsoft doesn't use FUD to set standards. They use FUD primarily to cause uncertainty in the market place, not to set standards. Uncertainty help them sell products, sure. But it's only a small part of their arsenal to maintain their monopoly position.

      Microsoft does not and will not ever sell Internet Explorer. To do so would be idiotic. Internet Explorer is Microsoft's Trojan Horse into the web-services, online vertical markets.

      My point exactly: Microsoft are ready to spend millions on a loss leader to break into a market, and maintain that loss leader over an extended period of time.

      As I said above, they will soon give the OS away for free. They are moving their whole business away from shrinkwrap software. Which is great! Their software sucked anyway.

      We seem to mostly agree on Microsofts strategy here. Microsoft is ready to take tremendous losses in order to expand the parts of their business that they see the most future income in, and you may be right that their OS will be one of the areas they'll soon see as a good loss leader.

      I disagree. I believe Microsoft are positioning themselves to take the online gaming market. First they get lots of X-Boxes out there. That creates a platform. Once there is a platform to sell to, game developers build games for it. It is actually easier to sell games on the platform with the least games available, as long as it's a good game.

      You say you disagree, but then you reinforce my point: Microsoft don't care if they lose money on the XBox. The gaming console market isn't at stake. If Microsoft keeps losing money on the XBox (as in the hardware platform) it doesn't matter, because that's not where they'll be making their money. But I also think that they're not particularly concerned about the XBox platform at the moment. It's a trial run for them in many ways. It allows them to get customer feedback and test the market. The time to start getting concerned is if they release a new version and start pumping larger amounts of money into it. (For instance to corner the online gaming market).

      And once you have totally taken that market, you can start earning a profit on the box again.

      That's a good point, and one of the reasons why it's important to ensure that Microsoft don't get a monopoly in this market too. People may think it's safe to bet on what they see as a likely winner, but they'll likely lose more if there is one winner that ends up dominating the market.

      While this is true, it won't happen. The lowest they would sell the box at is cost. They cannot go below break-even. Why? Because it is vitally important for Microsoft to keep their stock price going up. Their recent tiff with the SEC shows how paranoid they were about earnings reports. They do this for three reasons.

      You are wrong. They are already selling the box far below cost. Reportedly they are losing as much as 150 USD per XBox sold, some think it may be even more.

      But you are also right, it is critical for Microsoft to keep their share price going up.

      However they haven't managed that for a long time. So far they've been able to blame the market, but if they fail to rise dramatically when the market starts recovering they'll be in deep trouble.

      Yeah, I'm sure Sony are quaking in their boots.

      They'd be stupid if they aren't quaking in their boots at the thought of going up against a company with way more cash, a dramatic hold on large parts of the IT industry and the highest market cap in the world.

  6. I missed the part where that's my problem! by Anonymous Coward · · Score: 0

    Who cares what M$ says? I'll still be running Linux because I know it's the best deal for me. I'm even beginning to convince my girlfriend that *nix is a descent alternative to windows...

  7. Words and Meaning. by lionchild · · Score: 1

    From Websters we find:

    Etymology: Middle English, from Latin, from Greek palladion, from Pallad-, Pallas

    1 capitalized : a statue of Pallas whose preservation was believed to ensure the safety of Troy

    2 plural palladia : SAFEGUARD

    So, with that in mind...I'm sorry, just what were we going to be protecting again?

    --
    Awk! Pieces of eight. Pieces of eight. Pieces of seven... ERROR: General Protection Fault. [Paroty Error.]
    1. Re:Words and Meaning. by Anonymous Coward · · Score: 0

      I think they mean it won't let you listen to Sinead O'Connor or watch any old episodes of Stingray.

    2. Re:Words and Meaning. by Anonymous Coward · · Score: 0

      From Websters we find:

      Etymology: Middle English, from Latin, from Greek palladion, from Pallad-, Pallas

      1 capitalized : a statue of Pallas whose preservation was believed to ensure the safety of Troy

      2 plural palladia : SAFEGUARD

      So, with that in mind...I'm sorry, just what were we going to be protecting again?

      hehehe. Maybe it will be nailed again by a trojan horse.
    3. Re:Words and Meaning. by 2nesser · · Score: 1

      Just because you call a young pit bull a "puppy" doesn't mean it won't rip your leg off.

      Names are meaningless and right now so is M$'s announcement. Give me some details and meat then we'll see what this is really all about.

    4. Re:Words and Meaning. by Anonymous Coward · · Score: 0

      I get it - Longhorn is the statue of Pallas that is going to protect us from evil...but really it's going to let Microsoft slip itself into our computers and take control of them.

    5. Re:Words and Meaning. by alizard · · Score: 2

      It is intended to protect Microsoft and the members of the MPAA and RIAA.

  8. Explains why MS went the "certification" route... by Anonymous Coward · · Score: 0

    It all makes perfect sense to me, and explains something that has long puzzled me--namely, why Microsoft's approach to stability and security was certification. Do I "always trust code from Microsoft?" Do I "always trust code" from ANYONE? No, I want stability and security to be based on good engineering in the OS architecture, not the reputation of a large company that has many different departments with varying skills...

    Certification, however, makes perfect sense if the real object is to enable Microsoft to exercise administrative control over other companies' code. And, incidentally, to raise the barrier to entry so that only large organizations can afford to play in the game. While providing a modest fee income to Microsoft in the process...

  9. popularity by NASAKnight · · Score: 1

    First Microsoft's new privacy product must gain pupularity. Untill the average home user thinks he needs this extra protection (if it can be called that), then linux will still work with the majority of computers. Also, seeing how many (1/3 I believe) webservers run Apache, Microsoft can't just stop open source in its tracks. It would take much more than a new product to kill linux.

    --
    Fault loves the past, worry loves the future, but content enjoys the present.
    1. Re:popularity by rseuhs · · Score: 2
      Also, seeing how many (1/3 I believe) webservers run Apache,

      It's more the other way around, 1/3 are NOT running Apache:

      May 2002 stats

  10. whats the big deal? by night_flyer · · Score: 2

    Those that "know" wont use longhorn, and will still be able to use the software.

    Those that dont, probably wouldnt use the software in the firstplace.

    Me? Im sticking with 98se and w2k.

    --


    Thanks to file sharing, I purchase more CDs
    Thanks to the RIAA, I buy them used...
    1. Re:whats the big deal? by Gopher971 · · Score: 2

      The problem will lie in transactions online. If you cannot buy that new cd you wanted because you are not "trusted" by a Palladium system you will be forced to go to a shop to buy it or buy a palladium compliant system.

      --
      Just you're average nitpicker.
    2. Re:whats the big deal? by night_flyer · · Score: 2

      I buy my stuff in person 95% of the time anyway. CDs come from a pawn shop. Things I cant buy in person, I call up the store and order that way. still no problem...

      --


      Thanks to file sharing, I purchase more CDs
      Thanks to the RIAA, I buy them used...
    3. Re:whats the big deal? by Anonymous Coward · · Score: 0

      Linux user? Buy a CD?

      Open source pirates swiping music and movies is what started this whole descent down the slippery slope. The underlying drive for this is Congress threatening to legislate copyright protection if the tech industry didn't produce it themselves.

      You p2p cheapskates are the fools who dealt MS the cards they needed. Now you morons can enjoy your future status as being certifiabley irrelevant.

    4. Re:whats the big deal? by Gopher971 · · Score: 1

      This may well be true now but more and more of your transactions will be online and if Microsoft succeed with Palladium than if you want to buy products or services online then you are going to have to buy Longhorn.

      --
      Just you're average nitpicker.
  11. wrecking common standards by sbuckhopper · · Score: 5, Insightful
    In other words, what MS is attempting to do here is the same thing they've done all along.
    1. Take a perfectly good command standard.
    2. Bastardize it for their own use.
    3. Make it not-backwards compatible.

    However this time they really win the game if they're succesfull. This is because if they can really implement this, they actually don't have to do the work of bastardizing the standard interfaces, they've inherintly done it.

    What they're trying to do is make it so that a common interface is a MicroSoft interface from the start.

    How many antitrust lawsuites do they want brought against them? I guess $30B can buy a lot of lawyers.
    --
    "Everybody knows the moon's made of cheese," Wallace.
    1. Re:wrecking common standards by Anonymous Coward · · Score: 1, Insightful

      It's INSANE that one competitor "volunteers" to set standards for an industry and police it, and the industry actually considers letting them. Microsoft doesn't act like a competitive company, they act like a branch of the government.

      How about this one:

      "Whoops! Can't connect to the Net with Mozilla, since Operasoft has set the standard and declared all non-Opera browsers are banned at the ISP."

      (Of course, Opera isn't nearly as SCUMMY as Microsoft, but this is just for illustration.)

      "What do you mean Sony TV's can't get channel 11?"

      "Why won't Wonder Bread fit in this damn toaster, but the other kind will?"

      "I can't sit at the front of the bus *WHY*???"

      Zoober

  12. DRM is why not software by Anonymous Coward · · Score: 0

    IF this was only about trustworthy computing, an open source GPL OS with current hardware would be fine. The 'trust' is completely verifiable by the person who is issuing the trust, the user.

    But that is not what this is about. This is about 2 things - DRM and the upgrade cycle.

    With DRM, the OS and the DRM maker can trust each other, and milk the user for more money to view copyrighted material. They can truly prevent copying using appropriate encryption. The speakers/monitor will have hardware decryption built in. The user will not be able to view the RAM used in the process (being in a 'protected' space), and the only time it gets decrypted is at the playback device.

    The other thing is the upgrade cycle. With such a plan, everyone would need a new computer to view copyrighted material online. New MOBO, new monitor, new speakers.

    So, hardware makers win, Microsoft wins, RIAA and MPAA win, and guess who loses ???

  13. Well after all... by o'reor · · Score: 3, Insightful
    Not everybody is using Hotmail or MSN. Alternative solutions to MS Passport or "Palladium" exist, supported by big brands such as Sun, Oracle and so on. Why would everybody suddenly turn to an all-M$ solution ? Besides, that "Palladium" thing is still a long way down the road : no release before 2006 AFAIK. Right now, there are plenty of governments and organizations that are considering migrating part or all of their administration to Linux or other open-source based solutions, one of the main reasons being (surprise !) the openness of those products and the availability of the source code.

    This means that they have weighed in all the involved costs (migration, maintenance, training and so on), and they are not likely to go backwards to a proprietary M$ solution in 5 years (which would involve another heap of money for training, data migration, etc.)

    Since M$ is not going to release any major rework of its flagship OS for the next 5 years or so, I see a chance for Linux and other free software OSes to dramatically increase their respective user bases in the meantime. And if the users turn out to be major organizations / administrations / companies, they will be in a position to negociate an open-source (or at least, much less restrictive) alternative to M$ Palladium from the contents providers / secured businesses they might have to deal with.

    Just my 0.02 euros anyway...

    --
    In Soviet Russia, our new overlords are belong to all your base.
    1. Re:Well after all... by SomeoneGotMyNick · · Score: 2

      Exactly!!!

      Us US citizens should be aware that while we mostly think the rest of the world has to catch up to us as far as computer use goes, they're already doing that. They are making the crucial decisions that will establish standards for themselves. A lot of them are looking at non-MS alternatives now that they can afford to do so.

      Before you know it, the US will need to catch up with the rest of the world's computer standards. My money is on OSS.

    2. Re:Well after all... by Anonymous Coward · · Score: 0

      > Just my 0.02 euros anyway...

      Use “&euro;0.02” to get “€0.02” — looks much better.

      Greetings.
      ~ Icositakgapisz T. Ygupipalancie.

    3. Re:Well after all... by Anonymous Coward · · Score: 0

      Us US citizens should be aware that while we mostly think the rest of the world has to catch up to us as far as computer use goes, they're already doing that. They are making the crucial decisions that will establish standards for themselves. A lot of them are looking at non-MS alternatives now that they can afford to do so.

      See this comment for some insight.

      --
      — Anonymous Coward.

  14. MS decides to get into the meat packing business. by MongooseCN · · Score: 5, Funny

    In other news MS has decided to get into the meat packing business. Their first products will be Gnu and Penguin burgers. Rumor has Bill Gates himself helps butchers the animals and is under investigation by the ASPCA.

  15. My prediction: by Lonath · · Score: 2
    It's simple:
    • MS will coerce chipmakers into putting circuits on ALL of their chips that require software running on those chips to carry out patented processes. (Note that the terms of the licenses will state that the companies can only make these chips if ALL chips have these patented circuits.)

    • They will then license the ability to use these patented processes in software to companies who make approved/trusted software.

    • Any guesses on whether Linux and GPLed software will get this permission.?

    • Any guesses on whether or not the terms MS gives to software developers will be nice or not?


    I really hope that this doesn't happen, but I can see them trying. My hope is that the chipmakers balk at some point, or at least one of them does for each of the necessary parts.
  16. Who cares if they don't use IA-32/IA-64 anyway? by Anonymous Coward · · Score: 0

    My next machine almost certainly won't be an IA-32/IA-64 box anyway.

    In 10 years time, I'll happily be running Linux 6.6.12 on a CPU whose whole design is under the GPL, and fabricated by fellow hackers.

  17. Emulation anyone ? by Anonymous Coward · · Score: 0

    using VMWare it won't be very hard to spy on communication between all the system components. It took about 2 months for this system to be cracked on the x-box, and I for one think there are very little hackers working on the x-box.

    Contrary to what you may think, if you can randomly pki encrypt stuff, where you have both the cleartext and cyphertext, the block size is trivial to guess (with statistics), when the block size is known you can start building conditions your key must satisfy, choose those conditions well (there are ways to guess bits) and you'll soon have a range the key must be in. And, once we find a single key, the whole system can be emulated and thus will be broken.

  18. This article is poorly written by rseuhs · · Score: 2
    First of all, it's not at all about the GPL. MS may want to lock out everything non-Windows, but that would include the BSDs and BeOS or OS/2 if they were alive. (none are under the GPL)

    Then, people just don't want this. They did not ask for it, they will not pay for it and they will not buy it. It does not add any value to the product.

    Then, Linux will adapt fast enough. If this really affects internet-applications, then it wouldn't be viable without Linux, Linux runs the majority of Webservers, remember?

    I dismiss this thing as "Microsoft strategy of the week". It's the next Hailstorm.

    1. Re:This article is poorly written by dcavanaugh · · Score: 2

      There are many ways for this "M$ strategy of the week" to fail. So many, in fact, that it's just a matter of waiting to see what kills it. Considering the overwhelming rejection of Hailstorm, we can expect to see Palladium buried in the cyber-cemetary, between Hailstorm and the CueCats.

  19. Special Chips? by Anonymous Coward · · Score: 0

    Sorry but m$ release there new ISS server with better encryption than ever i just upgrade my apache a,d all is better. Now m$ want some type of chips? Well if they want to.... but im shure i can live with my old pc. They do what they want, i dont mind, ill stick with my pc and ignore them.

    Really makes them powerless.

  20. Don't be too hasty saying it'll never work.. by Undergrid · · Score: 1

    I think we have to be careful not to assume that this scheme by Microsoft wont work simply because of market forces alone. Infact it may just be those forces that cause it to be a success. You can bet the MPAA and RIAA will sign on to this one, they want to protect there digital rights so having a system which just does not allow the end user to copy a music file (even if it is within fair use rights) will be a big plus to them.

    Then what? You have a PC which you can either use to gain (limited) access to audio and visual materials distributed by an official source, or you can install and Open Source OS, such as Linux and *BSD etc, on it and never see any content again, even if you want to pay for it. I think its a fair bet that most people would find the latter option unacceptable, and as MS has the only desktop OS that supports this system then what are they going to do?

    As for server, I'm sure MS can easily make sure that this system can get into server OS other than its own (think Solaris, AIX etc) and probably make a profit out of it in the process, and still make sure that Linux never comes close to getting support for it. This also would alow them to say that there not in a monopoly because other server OS's have support for it.

    This has to be the senario that MS is looking for to kill off the Open Source competition, and actually get away with it.

    Watch out people, the next big "inovation" from Microsoft could just kill off the general purpose personal computer for ever.

    1. Re:Don't be too hasty saying it'll never work.. by scorp1us · · Score: 1

      They already mean to do that. The next major Windows annoucement will be that they have thin client support and everything runs VIA Windows Terminal Server.

      --
      Slashdot's rate-of-post filter: Preventing you from posting too many great ideas at once.
    2. Re:Don't be too hasty saying it'll never work.. by Undergrid · · Score: 1

      I don't think the promotion of Terminal Server alone would be enough to kill of the PC, for example I doubt many people would want to have to buy a TS server just so they can write letters etc at home, and certainly without 100% coverage of flat rate always on internet connections, connecting to a central server all the time isn't going to be popular, and have you ever tried playing a game on it?

      The thing here is that by pushing TS in this way isn't stopping a user from choosing and alternative, but by creating a system where open source software cannot gain access to common media formats, MS is effectively saying buy or software and hardware or never play and MP3 or AVI etc on you PC again.

      And while they may not gain a monopoly over other server OS's, you can bet that licensing to other desktop and embedded OS other than their own will be very low down the list or priorities.

      Oh, and is that competitor in whichever market gaining to much dominance? Easy, revoke their Palladium license and watch them disappear. Do you think MS, who has already been convicted of using unfair business practices to gain and maintain a monopoly in the computing world would be able to resist that kind of power?

      Its not that I dislike MS (which I do), I just don't trust them either.

  21. Microsoft proves it's scum again by Anonymous Coward · · Score: 0

    Issues:

    Privacy - Guess who's overseeing your data in this scenario

    Freedom of expression - Control of data propagation

    Monopoly / Anti - competition - Nuff said

    Now is time for the EU to tell M$, Intel and AMD to PISS OFF!

    Scenario: Tell Intel to piss off first by removing manufacturing rights to ARM processors. Invest vast amounts of EU money into the development of ARM and the porting of all Linux apps to ARM architecture.

    Next set up chip manufacturing plant in Eastern Europe and use european universities and private businesses to develop ARM based Personal computers. Peripherals from the the far-east already exist and can be exempt from the big piss off action.

    Set up large Uni based porting groups to crack M$ file formats from Office etc. to ensure that users of the new machines don't have any compatibility issues, paying "open minded" software companies one off hits to ensure that formats like PDF etc. stay open enough to clone.

    Then, once Wintel has been sidelined by superior technology and software in Europe, propogate it around China, Russia and as much of the globe is possible to isolate M$ and palladium to the US.

    Obviously, no restrictions should be put on exports of the new technology allowing US buyers to join in if they don't want Billy Boy controlling their lives. Dubya would no doubt threaten a trade war over this one but the only appropriate reply would be the one M$ uses, i.e. stick fingers in ears and carry on regardless.

    Carried out correctly, this would ultimately lead us to a position where we could all take trips to Redmond and piss on Gates while he lies burbling in the gutter where he belongs!

    GATES YOU ARE SCUM! You have no concept of ethics, morality, honesty or any of the facets that allow humanity to claim it's place at the top of the food chain. Truly a giant turd floating in the cesspool of humanity.

    I feel better now:-)

  22. Their installed base will work against them by tkrotchko · · Score: 4, Insightful

    I think its a chicken or egg problem.

    If there were no PC's, this scheme might work because there is no "untrusted" installed base.

    But since there are already billions of PCs out there already that can't or won't work with this scheme, they it can't be adopted because a merchant or web site owner would risk locking out huge portions of their customers.

    This reminds me of the whole Passport authentication scheme that had everyone in an uproar last year. In the end it amounted to NOTHING because it never had critical mass.

    I agree with most of the analysis, I just don't think anyone has enough control over the computing ecosphere to make this work.

    --
    You were mistaken. Which is odd, since memory shouldn't be a problem for you
    1. Re:Their installed base will work against them by albanac · · Score: 1

      Ebay uses Passport. To name but one.

      ~cHris

  23. Re:ARE WE SURPRISD?!? by purpledinoz · · Score: 2, Insightful

    Why does everyone always assume that all of Microsoft's actions have a sinister undertone in them? I admit, I will look at these new security measures by MS with scrutiny, but I will give them the benefit of the doubt.

  24. MS to eradicate GPL, hence Linux by Anonymous Coward · · Score: 1, Informative

    Yesterday, as we all know, Microsoft fed an 'exclusive' story about its new 'Palladium' DRM/PKI Trust Machine to Newsweek hack Steven Levy (a guy who writes without irony of "high-level encryption"), presumably because they trusted him not to grasp the technology well enough to question it seriously. His un-critical announcement immediately sparked a flurry of articles considering what this means to the Windows user base.

    And that's as it should be. But my question is, what does it mean to the Linux user base?

    Well, of course no one knows yet; the Levy article is long on generalized promises but very short on details. We know that some hardware element will be involved -- some hardened slice of silicon on the mobo which will identify the computer and the user, and recognize other computers and their users. It, or a companion chip, will interface with some manner of PKI, current or future, so that only 'authorized' applications may run with privileges. MS wants us to think that the 'authorizer' will be the user, but we know better: there will undoubtedly be a DRM element in it, and its authorizations will override yours. There will also be a networking component, involving an elaborate PKI and vast data warehouses run by MS and its trusted partners.

    So let's say Intel and AMD begin shipping Palladium-compliant boards as MS begins shipping the software to OEMs and shops. And let's say that the Redmond spin campaign, persuading users that this is actually for their benefit, takes hold, and consumer demand for the scheme begins to grow and it eventually becomes a de facto standard, like SSL today, for example.

    Got root?
    All right then, how do we get Linux and open-source servers and apps to work with networks using this master scheme? What changes will be necessary?

    The first thing that comes to mind is the difficulty of getting my Apache Web server to work seamlessly with Harry Homeowner's Windoze box when he comes to my site for some eminently trustworthy business. Everything I download to him (and this may even include Web pages -- the scheme is that far-reaching) will have some manner of digital cert which MS and its family of cronies will have established beforehand. I don't see a problem here. The certs will be embedded in the content and I'm merely providing space for it to reside. Even pages and images can be digitally signed and Harry's box can simply accept them or not according to rules he's worked out for himself.

    But what if Harry needs to transact business and/or send me something? Then I think it gets tricky for two reasons. First, I have to be able to assure him that I can't read what he sends (and neither can the script kiddies who root my site monthly), and second, I'll probably have to pass part of it along 'safely' (as defined by MS) to some other network under Redmond suzerainty where the bulk of Harry's whole life's data is stored and continually updated. And of course I'll need access to that data so I can be sure Harry is Harry and his Mark of the Beast (or whatever MS will call his Uniform Identifier) is valid.

    So to validate Harry, and to update his Master Data File -- two bits of business integral to the Palladium scheme -- I'll need hardware, an OS and a server compliant with Redmond specs. Now MS says they're going to make the sources to the core of this technology open. But considering Microsoft's white-knuckled terror of Linux and open source products in general, combined with its established penchant for mining its products with hidden little pissers for the competition, I don't think it's paranoid to imagine that I may have to turn to a packaged product from a major MS partner/collaborator or a Linux distributor who's gone to the bother of obtaining certs for the kernel and the apps. But either way we'll have major GPL problems, as we'll see below. Indeed, this is going to be something of a reductio ad absurdum.

    This certification scheme will rip the guts out of the GPL. That is, the minute I begin tinkering with my software, my ability to interface with the Great PKI in the Sky will be broken. I'll have a Linux box with a GPL, all right; but if I exercise the license in any meaningful way I'll render my system 'unauthorized for Palladium' and lose business. So instead, I imagine I'll be turning to my vendor for support, updates, modifications and patches. And I'll be dependent on them for support services at whatever price they can wheedle out of me because I dare not lose my Palladium authorization. I wonder if the cost of ownership of an open-source system will actually be lower than the cost of a proprietary system under such circumstances.

    If MS can't wipe out Linux, at least they can throw their marketing might and obscene quantities of cash into the project of castrating and controlling it by rendering the commons hostile to Linux users who still have their balls. They can in a sense create a huge market for open/closed hybrids, just as I imagined above: a system that comes with a GPL which I dare not exercise, and with considerable costs of both purchase and ownership. Even Dell might get into the castrated Linux act when they see what sort of stranglehold the Palladium scheme will enable them to place on it.

    But here's the diabolical bit. Linux distributors are going to lose big time if they remain faithful to the GPL. Palladium will either break the GPL, or if not, break Linux.

    Harry's lament
    I fully expect to see Linux on the desktop growing rapidly in the next several years. The major distros like SuSE and Mandrake are coming along nicely with classic Harry features like automatic updates. Hardware detection is getting better by the day. Open Office is rapidly approaching the point where it imports from and exports to MS office without difficulty. The 2.4.x kernel is finally showing signs of the 2.2.x's legendary stability. The KDE desktop is looking sharp and working nicely now with version 3.0. Mozilla is coming along wonderfully. And now Red Hat says it intends to commit seriously to the desktop market.

    As the obstacles to Windows migration fall away, inherent virtues like better security and privacy (your Linux box does not automatically connect to servers at Microsoft whenever you search your hard disk, for example), freedom to configure, redemption from the MS update crack-addiction, and low cost of ownership will strike more chords with the computing public.

    This terrifies MS as much as the enterprise Lintel phenomenon. And it's not just cost rationale at play here. There's a revelation in store for users once they have something to compare their Windows eXPerience against. As home users come to use and understand Linux, they'll automatically begin to perceive what a parasite Microsoft really is.

    The answer to this will be more parasitism: Palladium is a means of infesting the commons with hostile digital fauna. As these new services and applications become more plentiful, the need for the Linux desktop to deal with them according to Redmond spec will increase as well.

    Kernel hackers will have their hands full figuring that one out. How do you make Linux interface with a security chip in such a way that untrusted applications are sandboxed without taking root away from the machine's owner? I think the answer is, 'you can't,' and I imagine Redmond thinks so too. And what will Palladium mean to application development? More overhead, that's what. Certification authorities charge for their services. Some applications in development may have to be scrapped due to the costs of certification.

    Eventually, as Palladium contagion spreads, the home Linux box will need certified open-source apps to run DR-managed content. Here goes the GPL again. So I've got this certified app. Fine. I've got the sources. Fine. What happens if I decide to build my own binaries? They won't be certified. They won't work. So what does the GPL mean to me then? It means I can build, or modify and build, an application which will lack the digital cert which it needs in order to run the content it was designed to run. Only the binaries will be certified (as a moment's reflection will make obvious). This is a nail in the GPL's coffin. Yes, I can improve the app and give away or maybe even sell my improved version; but first I have to prove that it qualifies for certification, and second I have to pay for the cert. And when I release it, source and all, only the certified binary will function.

    The entire concept of root will be out the window. If I build my own or re-compile my existing kernel, my certs won't work. I won't be permitted to log in to the Microsoft Digital Empire or any of its numerous colonies because that little chip on my mobo is going to freak out. Perhaps even my certified apps will fail to run. And I can no longer present my Uniform Identifier at the digital immigration turnstiles which MS will be setting up as I meander through cyberspace. "Sorry, we don't know who you are; you'll have to turn back...."

    So how is this going to work in practical terms? Will the Linux distributors release certified kernels and apps and utilities? I don't see how they can avoid it. But what happens to the GPL in that case? Will the certification authorities decline to certify the distro if the kernel and app sources are included? Or will the machine simply lose its Palladium authorization and fail to work properly if apps or the kernel are re-compiled or built from external sources?

    Either way, the GPL is perverted. Any GPL'd kernel, utility, application, whatever, that's designed to be Palladium compliant will have to be distributed without certified sources. There's simply no way to ensure that a source archive can only be used to build compliant binaries, unless GCC is deliberately broken in some radical way and the security hardware won't allow other compilers to run (except similarly broken ones).

    Will there be a hybrid Linux/hardware package coming out to address this? A sort of black box -- a mere desktop appliance not unlike an X-Box or a Palladium-enabled Windoze box -- with no compiler, and only user privileges, and some hardware chip that prevents modifications to any of the binaries except by digitally-signed RPMs pre-approved for Palladium compliance? That means basically that MS has got root on my machine, and of course it would rip the guts out of the GPL to boot. [Reader Stephen Crane points out that Rule Set Based Access Control (RSBAC) might well suit such a product, which would then make MS not root but the 'Security Officer' of my Linux machine.]

    It's the very fact that this appears insoluble to me that helps me realize that MS has put tremendous, careful thought into it. To make the commons Linux-hostile, MS is taking dramatic steps to make it GPL-hostile. Very clever and admirably diabolical.

    Of course here I'm assuming Palladium won't become the next Microsoft Bob. It could meet with severe consumer rejection, as I hope it will. And so we end with a question for lawyers, not for me: is a technically-valid, letter-of-the-law GPL which you can't practically exercise violated or not? You've got your sources and everything in the distro is GPL'd -- only any binaries you choose to build on your own will isolate you from the commons. I think MS believes it's found a loophole here. Whether it will work or not is another question.

    In any case, it's time for Tuxers to take the gloves off.

  25. on x86 by oyenstikker · · Score: 2

    This will not kill Linux. This will Linux on x86 (or whatever platform Windows runs on). I can't imagine that Apple will go along with this. So if all the die-hard Linux users start buying Apple computers instead, the hardware vendors and retailers will feel it (they may only feel it slightly, but slightly is still money).

    Bonus: If we're all using Apple hardware, we're dealing with a MUCH smaller set of hardware; less driver searching. Maybe Apple would even be helpful in writing the drivers?

    --
    The masses are the crack whores of religion.
    1. Re:on x86 by will_die · · Score: 1

      Apple not supporting will not make a difference. What will make the difference is Sun, IBM, etc not supporting it on thier mainframes. Remember everyone only buy your Microsoft Brand Mark of the Beast from Authorized Dealers.

  26. Freedom To Innovate Network points to GNU! by Anonymous Coward · · Score: 0

    Look where Freedom To Innovate Network goes to...

  27. *sigh* by SuiteSisterMary · · Score: 0, Flamebait

    People bitch about microsoft having an 'exploit of the week' and forget that that's what the UNIX world was like, not all that long ago.

    People bitch about Microsoft trying to force their way into the console business using unsavoury business tactics, and forget that Nintendo pioneered that particular tactic, and Sony refined it.

    People bitch about Intel putting a unique ID into their procs, and forget that most of the other mainstream processors have one already.

    People bitch about Microsoft toying with the idea of having security support in hardware, and forget that x86 is one of the few hardware platforms that doesn't already have security provisions.

    --
    Vintage computer games and RPG books available. Email me if you're interested.
    1. Re:*sigh* by CaffeineAddict2001 · · Score: 3, Funny

      and worst of all, people bitch about bitching.

    2. Re:*sigh* by Anonymous Coward · · Score: 0

      Yeah, can't abide by them. Be sure to point any out that you find.

    3. Re:*sigh* by Anonymous Coward · · Score: 0

      But none of the above ever tried *all* of those things at once. (and besides, who said noone bitches about nintendo or sony? I personally don't buy sony crap when i possibly can. NEC makes better stuff anyway.)

    4. Re:*sigh* by Anonymous Coward · · Score: 0

      "People bitch about Intel putting a unique ID into their procs, and forget that most of the other mainstream processors have one already."


      Where is this ID in AMD chips and how do I read it?

    5. Re:*sigh* by Anonymous Coward · · Score: 0

      People bitch about Microsoft trying to force their way into the console business using unsavoury business tactics, and forget that Nintendo pioneered that particular tactic, and Sony refined it.

      No. Nintendo SAVED the console business that Atari fucked up using RISKY business tactics, not unsavoury ones; Sony refined it.

    6. Re:*sigh* by Cynikal · · Score: 1

      and you're surprised?

      i mean, is this not bashdot.org?

  28. Make fighting them a business by jmu1 · · Score: 2

    Here is an idea... make a business out of fighting Microsoft. Grab all the Free Software you can... pay developers to improve it... package it and sell it. Then, you can charge for service/training etc. Show folks how much they will really save. Don't rely on other's opinions, sit down and do the numbers yourself. Then, show how well you'll be able to communicate with all that other Free Software that everyone will use. Show them that Big Brother is watching, and that they own your life if you choose to use their software. There is a market folks... I know I'm going to get in the game, you should too!

    1. Re:Make fighting them a business by Gerald · · Score: 1

      People are already doing this. They're losing piles of money.

    2. Re:Make fighting them a business by brassman · · Score: 2

      I just registered ms666.com. See you on the ramparts!

      --
      "Ain't no right way to do a wrong thing."
  29. Comment removed by account_deleted · · Score: 0, Troll

    Comment removed based on user account deletion

  30. This is going to cause problems... by spagma · · Score: 4, Insightful

    The reason I say this, is that I do technical support for a local ISP, we have both Unix and W2K webservers on our system and a couple thousand customers that don't know the difference. I would say that most people wont even know they are getting these boards whent they purchase a new machine. Then they will be calling me up to find out why they cant view their favorite webpages. The answer, "Your hardware is restricting your access to the site" is just going to blow right over their head, they are not going to understand why. They are just going to be pissed at us for not being able to help them, probably switch to AOL or something before they find out the real problem, but by then it is way to late. They will just deal with it. Complacency is the name of the game, this is the same reason why companies offer rebates, because a good portion of the customers are not going to bother doing anything about it. Sure some will, or try to return their hardware, but most will not, they will assume it is the new standard and everyone else will have to change to meet it. After all, their stuff is brand new, how could it be wrong?

    --
    If it won't boot, Fsck it!
  31. interesting article. but... by kipple · · Score: 5, Insightful

    you have a chip ON THE mobo that tells you if you can run an application. what if you're disconnected from any network? the chip must have some key that, applied to the application, will make it usable. Or will decrypt the application. Or will act as a general key to allow the cpu to run some code.

    Still, it is something you have ON YOUR MOTHERBOARD. Like the CSS key... it's there, it will be just a matter of time before those evil linux users will find a way to bypass it, fake it, and run whatever they want. Bringing havoc on the pristine, certified, public-key signed microsoft world. Like a cancer...

    ....or at least I hope so. I have much more trust in a 15-years old linux north-european user, than in any chunk of Microsoft Engineers that live in their golden world, without Windows (hah! pun!) on the outside world.

    However, this palladium-thing looks like the whole .NET thing. Just marketing hypes, nothing else. We've all seen what .NET has become... bugs even before it was launched. Palladium is just a way to scare vendors which would like to try linux.

    Those guys at Microsoft are just playing the scary-announcement thing: to scare people before they make the next move. Then make them wait, then provide them a lot of useless marketing, then -before they will realize it- they have been embraced. And the empire extends itself.

    Whops! sorry folks, I don't believe a word of this palladium thing until I see a working chip, and I see that it works better than current systems. THEN we can start talking about that, and hacking it. Unless the new DMCA won't make it illegal and punisheable by death ;)

    cheers.

    --
    -- There are two kind of sysadmins: Paranoids and Losers. (adapted from D. Bach)
    1. Re:interesting article. but... by mikeee · · Score: 3, Insightful

      Unless the new DMCA won't make it illegal and punisheable by death

      Ding! The existing DMCA makes this illegal. Since Palladium provides DRM (by attempting to provide a 'trusted' client, ie one that obeys MS and not its owner), subverting it is a DMCA violation. Do not pass Go, do not collect $200.

      Now, arguably, the interoperabality/reverse-engineering clauses of the DMCA clear you here, but if those meant anything the whole DMCA becomes mostly a non-op anyway, so the courts appear to be just ignoring them.

    2. Re:interesting article. but... by j0nb0y · · Score: 1

      I am afraid I have to disagree with you. The palladium chip will not work in the same way as css. For one thing, it will be integrated with the processor (why do you think AMD is signed on?). Css was cracked because the designers used public/private key crypto, then made the private key public and the public key private. Crypto doesn't work that way.

      The palladium chip, on the other hand, will only have the public key stored on it. The private key will be safely locked away, outside our grasp. Cracking properly generated (and large enough) private keys is basically impossible.

      Don't count on cracking whatever drm/copy protection such companies as Microsoft can push on us. It won't work forever. Eventually, they will figure out something that will work.

      --
      If you had super powers, would you use them for good, or for awesome?
    3. Re:interesting article. but... by Beliskner · · Score: 2
      I don't believe a word of this palladium thing until I see a working chip, and I see that it works better than current systems. THEN we can start talking about that, and hacking it.
      By then it will be too late. As kerberos has shown, it's possible to come up with a pretty much unhackable system. It's possible to use a kerberos/SSH-type mechanism in every chip on the board to encrypt all transmissions on every bus. To hack that every linux user will need an ion-beam in their garage.

      If you seriously think anything can be hacked, then show me an exploit in the current release of MIT kerberos that is a fatal flaw which is unpatchable and valid forever more.

      --
      A caveman dreams of being us, the incalculable power and riches. We dream of being Q, then what?
    4. Re:interesting article. but... by kipple · · Score: 2

      so how do they manage the fact that a computer can be put offline? Do they expect that all computers must be online to run their apps? It's ok to me, if they're going to pay for my broadband line...
      Seriously, though: IF the key is inside the computer, it can be taken. If not, something won't work.
      I guess...

      --
      -- There are two kind of sysadmins: Paranoids and Losers. (adapted from D. Bach)
    5. Re:interesting article. but... by kipple · · Score: 2

      wait wait - I know that as long as the keys are stored on different locations and cannot be accessed they are safe. But you didn't read my point - what about DISCONNECTED machines?

      --
      -- There are two kind of sysadmins: Paranoids and Losers. (adapted from D. Bach)
    6. Re:interesting article. but... by mjh · · Score: 4, Insightful
      you have a chip ON THE mobo that tells you if you can run an application. what if you're disconnected from any network? the chip must have some key that, applied to the application, will make it usable. Or will decrypt the application. Or will act as a general key to allow the cpu to run some code.

      Ok, but this will be done by installing a certificate (i.e. a signed public key) into the mobo, not a secret key? The certificate will be used to verify that Red Hat (for example) has signed the binary that was distributed. Nothing secret is needed to accomplish this verification. The secret is stored in Red Hat's secret key (stored at red hat) and in the root level secret key (stored, presumably at Microsoft).

      So what happens is that Red Hat attaches the cert that they used to sign the app to the app. The mobo cert can verify that it's a red hat cert because the root cert is installed on the mobo. Then the mobo uses the red hat cert to verify that the app has been signed by red hat. No secret keys required. Only publically available knowledge required.

      If you're able to break this, then you've broken all public/private key encryption under whatever algorithm was in use.

      This is very different from CSS because CSS tries to encrypt (hide) the content. With CSS a huge number of people need to be able to see that content: legitimate customers, none of which have their own private key. So somehow the customer needs to be able to get access to a secret key to see the data. So CSS put a secret key into every DVD player, so that customers could see the data.

      But with this, they're not trying to hide anything. They're trying to verify that the data (in this case a computer program) hasn't been altered. Doing that securely does not require wide distribution of a secret key. It requires wide distribution of a certificate (i.e. a public key) but so what? It's a public key. As long as the software provider has a cert signed by microsoft and as long as microsoft keeps their secret key secret, this is going to be very difficult to break.

      I think this is very scary, and I think it's quite clever. It basically makes the problem of exercising the GPL the equivalant of cracking public/private key encryption. And that doesn't even mention the amount of power than Microsoft can impose through forced upgrades? Certificates expire. Microsoft can impose that all software providers certificates will expire every year, or 6 months or whatever. At which point, the software will no longer verify correctly. Which means you need to go back to your provider to get an upgrade with a new certificate! You thought forced upgrades were bad before? And what happens if Red Hat decides to divulge their secret key so that the GPL can continue to be exercised? Or if they make it easy to get signed apps? Well then Microsoft simply decides *not* to issue them a new certificate when their current one expires.

      This is clever in a very sinister way... unless I'm missing something.

      --
      Key to financial independence: Spend less than you earn. Save and invest the difference. Do it for a long time.
    7. Re:interesting article. but... by mjh · · Score: 3, Informative

      No. They do store something on the mobo. But it's a public key. The fact that you can get to it is irrelevant. So you'll still be able to use your apps offline. You have a public key with you when you're offline. But you still can't crack the verification process. You need access to the private key to do that. And you don't have it.

      The key difference between CSS and this thing is that CSS was trying to hide something. This is trying to verify signatures. In CSS, to unhide the thing you need access to something secret. In this, you need access to nothing secret. CSS is insecure because they have to distribute that secret thing to everyone who wants to watch a DVD. Paladium is secure becase the secrets are kept secret.

      This is going to be much more difficult to break than CSS.

      --
      Key to financial independence: Spend less than you earn. Save and invest the difference. Do it for a long time.
    8. Re:interesting article. but... by j0nb0y · · Score: 1

      With palladium, your computer won't have to be online all the time. It's just that applications will have to authenticate themselves with the actual palladium chip before they can be run. Which means the public key will be stored in the palladium chip.

      And we will be able to get at the public key. But that won't do us a shred of good. It's the private key we want. The two are distinct, and one cannot be derived from the other. Learn about public/private key crypto before you disagree with me...

      --
      If you had super powers, would you use them for good, or for awesome?
    9. Re:interesting article. but... by kipple · · Score: 2

      interesting explanation. maybe I missed something... I need to further search around and see. I still feel there's something missing here, something that we're missing.

      For example, the access to the chip must be controlled by the cpu. There has to be a way to tell the cpu not to check the public certificate (like a JMP, to be clear), or to ignore the response (again, I don't know anything about assembler code, but still you can make the cpu jump a certain part of the code, even if you had to inject it in real-time). I doubt that the binaries will be encrypted.

      It's like reading an e-mail that is signed but the signature is wrong. You can read it anyway, it's up to you to believe it or not. Couldn't the same thing be made for CPUs? After all, it's your cpu...

      Ok I'll go study it. Thanks for pointing me that, I appreciated a lot.

      --
      -- There are two kind of sysadmins: Paranoids and Losers. (adapted from D. Bach)
    10. Re:interesting article. but... by DavidTC · · Score: 1
      I have to point out there is no difference between a public and private key in PKI encryption. With CSS the problem was they gave the decryption key out. This is often done in the real world, but it's called 'authentication', not 'encryption'. DVDs provably come from the CSS Consortium, but that seems somewhat silly to prove.

      The point of weakness isn't going to be at the software level, like CSS was broken, it's going to be a brute-force attack. Though in reality I suspect a leak will get there first.

      --
      If corporations are people, aren't stockholders guilty of slavery?
    11. Re:interesting article. but... by j0nb0y · · Score: 1

      How is giving the decryption key out authentication? Wouldn't authentication be achieved by signing some sort of challenge with the decryption (aka private) key? It's utterly stupid to give the private key out...

      What do you mean by there not being a difference between a public and private key? The difference is in their use. You don't sign something with a public key, nor do you encrypt something with the private key. I don't understand what you mean.

      --
      If you had super powers, would you use them for good, or for awesome?
    12. Re:interesting article. but... by Anonymous Coward · · Score: 0

      How long did it take to crack the "Smart Card" credit cards? A single week maybe? Once you have the hardware, reverse engineering can allow anything. Its like handcuffing everyone in the country, and expecting them not to pick the locks.

    13. Re:interesting article. but... by Asprin · · Score: 2

      you have a chip ON THE mobo that tells you if you can run an application. what if you're disconnected from any network? the chip must have some key that, applied to the application, will make it usable. Or will decrypt the application. Or will act as a general key to allow the cpu to run some code.

      This is one of the things about recent MS strategy that most bothers me. I believe one of their goals is to turn your PC into something that cannot function without a live internet connection. I'm not sure if it's because they can't monitor/control something they aren't connected to, or if it's because they honestly believe that *we* believe our computers are useless without the internet connection. I don't really care which it is, it's the encapsulated attitude that *they* are going to decide how I use *my* PC that bothers me.

      --
      "Lawyers are for sucks."
      - Doug McKenzie
    14. Re:interesting article. but... by hoggy · · Score: 2

      Still, it is something you have ON YOUR MOTHERBOARD. Like the CSS key... it's there, it will be just a matter of time before those evil linux users will find a way to bypass it, fake it, and run whatever they want. Bringing havoc on the pristine, certified, public-key signed microsoft world. Like a cancer...

      ....or at least I hope so. I have much more trust in a 15-years old linux north-european user, than in any chunk of Microsoft Engineers that live in their golden world, without Windows (hah! pun!) on the outside world.


      It largely doesn't matter if it gets broken, because it will be illegal to do so thanks to the DMCA. They won't be able to stop l33t hax0rs breaking it and telling each other the details over IRC, but they will be able to pull down any websites that publish the details or a program that circumvents the chip.

      You might be able to find somewhere online the CSS key and source code necessary to play DVDs on Linux, but all the while the key and code is illegal you won't find a distribution touching it with a barge pole and if a distribution doesn't pick it up then the vast majority of possible users will never see it.

      Hence there will never be an official open source operating system that can talk to the Palladium chip, as to do so would mean publishing the details of its operation. And if it's not an official distribution then it doesn't matter as it will never have any widespread use.

    15. Re:interesting article. but... by DavidTC · · Score: 1
      Public and private keys are mathmatically identical in regard to PKI encryption. You can encrypt something with either, and decrypt it with the other one, or sign something with one and verify it with the other.

      And while you normally just 'sign' something with the public key, signing is actually just taking the checksum and encrypting it with your private key, and they decrypt it with your public key. It's possibly, instead, to 'sign' it by encrypting the entire message with your private key. People who don't have your public key will be unable to read it at all, but it's perfectly legal to do, and PGP actually lets you do this. I've actually seen people do this before, but mostly people who didn't want to talk with anyone who didn't have PGP.

      (Likewise, it's possible to 'encrypt' your message by encrypting just the checksum with a public key, thus assuring anyone can read it but only one person can decrypt the checksum and make sure it hasn't been modified. Except, of course, anyone with that public key could just re-encode the checksum, so that would be spectacularly useless.)

      More to the point, the definition of the public key is usually 'the one you give out', not what you do with it. I have to contend the key they gave out was, by definition, the public key, and the key they didn't was, by definition, the private key, and thus what they actually did was a strange way of crytpographically signing their movies.

      --
      If corporations are people, aren't stockholders guilty of slavery?
    16. Re:interesting article. but... by muon1183 · · Score: 1

      In fact, M$ already has a product that does this, it's called the XBox. M$ even owns the patents as to how to do this. Look at the article on this topic from a couple of days ago, and you'll see that they already have a system on which only M$ signed products can run. In fact, it requires installing a mod-chip to run anything else. I don't think the average computer user is going to be willing to install a mod-chip on their computer to be able to run open source. -Ja das ist und OS .sig

      --

      There's no sig like SIGSEG
    17. Re:interesting article. but... by Anonymous Coward · · Score: 0

      .Net currently uses this generate a two part key for assemblies. No secert about what is going on.

    18. Re:interesting article. but... by Partisan01 · · Score: 1

      yeah but what about if someone disables this in europe and makes a site, they can't be prosecuted under the DCMA unless they're in the US. So everyone else is able to access this site, and then mod their MB and voila...

      --
      ahh, the egg in the basket..
    19. Re:interesting article. but... by Anonymous Coward · · Score: 0

      Uh, the private key CAN be obtained, it's just computationally expensive.

      Sounds like a good project for distributed.net... have huge portions of the internet dedicated to discovering that one special private key. Should
      only need to be done once, or they'll have to
      keep re-issuing 'public key updates' for all users to flash into their BIOS.

  32. Windows(tm) will dissapear with i386(tm) by Anonymous Coward · · Score: 0

    Once you can get more computrons per euro from a foobar processor, another OS, (probably Linux) will replace Windows. Simple.

    Hands up who runs Windows NT (tm), on an Alpha(tm), Sparc(tm), PowerPC(tm), etc...?

    Do you think that the 1984^H^H^H^H 2006 version of Windows(tm) will run on anything other than IA-32, or possibly IA-64? Maybe, but will anybody actually USE it on those platforms? NO, they will NOT, because there is no point whatsoever.

  33. An idea by PaddyM · · Score: 1

    Hey. Since the open source community is bigger than Microsoft, why don't we start a campaign to buy them out. Buy their stock and when we get over 50% vote Torvalds, Raymond, Stallman, etc to the board of directors.

    1. Re:An idea by Anonymous Coward · · Score: 0
      Hostile takeover of M$? I don't think so. Consider the risks of this investment:
      1. Poor reputation with customers
      2. Aging technology
      3. Risk of product liability lawsuits due to security issues
      4. Declining adoption rates for new product releases

      By the time the stock price is in line with the inherent risk, it will be simply a matter of buying their office fixtures on Ebay. I predict: Long before that happens, Bill and the insiders will dump the stock and retire. I think M$ dies not when they lose all their money, it's when they stop growing. Who buys stock in a company without perceived growth potential?

      Since Apache is currently the dominant web server and IIS is IMHO still too unsecure for prime time, the ideal thing to do is to build Palladium-resistant features into Apache (disguised as bugs). Getting other software vendors to quietly resist the concept would help keep it as a M$-only proprietary thing, thus condemning it to the same fate as Hailstorm.

      I still don't understand how anyone expects the hardware manufacturers to produce a product that runs such a high risk of customer rejection. Unlike the software companies, there is a non-trivial cost of unsold products, to say nothing of the lost opportunity of making something that could have been sold. As it is, the hardware companies are running out of steam -- it's not easy to convince people to upgrade their "Old" 1 GHz computer that's already faster than most people need.
    2. Re:An idea by Peter+Harris · · Score: 2

      Not yet, but give them time to fuck this up and their stock will be a lot cheaper.

      --

      -- What do you need?
      -- Gnus. Lots of Gnus.
    3. Re:An idea by Anonymous Coward · · Score: 0

      Gates own >50% of the shares. Good luck getting him to give them up!

  34. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  35. Better than Passport by UCRowerG · · Score: 1

    Sounds like their Passport service didn't quite take off as expected. Now instead of "voluntary" sign-up, they want to embed it all into the hardware and make it mandatory for everyone to store their details with/get permission from MS. I like the thought that this would help eliminate viruses or whatever, but the reality is good coders can likely slip around this. Just my thoughts.

  36. Ignorant FUD by NearlyHeadless · · Score: 5, Insightful
    The article begins
    Yesterday, as we all know, Microsoft fed an 'exclusive' story about its new 'Palladium' DRM/PKI Trust Machine to Newsweek hack Steven Levy (a guy who writes without irony of "high-level encryption"), presumably because they trusted him not to grasp the technology well enough to question it seriously.

    This is the Steven Levy who has been writing about computers for two decades now, whose books include:
    • Crypto : how the code rebels beat the government--saving privacy in the digital age
    • Insanely great : the life and times of Macintosh, the computer that changed everything
    • Hackers : heroes of the computer revolution

    Obviously, with titles like these, he must be an ignorant Microsoft toady. On the other hand, Thomas C Greene, who has never spoken with anybody involved with the project, knows everything about it and what it is really about.
    1. Re:Ignorant FUD by Anonymous Coward · · Score: 1, Informative

      Obviously, with titles like these, he must be an ignorant Microsoft toady. On the other hand, Thomas C Greene, who has never spoken with anybody involved with the project, knows everything about it and what it is really about.

      For Thomas C. and everyone who is interested, there is an interview describing many technical aspects with the chief of Palladium development team at DigitalIdWorld.

      How Palladium, or better its clone TCPA, can work with Linux and GPL you can read here .

      Cheers, jl

    2. Re:Ignorant FUD by Anonymous Coward · · Score: 0

      Obviously, with titles like these, [Levy] must be an ignorant Microsoft toady.

      He never called him a toady -- he called him a hack. Exhibit A: the very books you cited. For chrissake, the only person whose BS detector is less functional is Art Bell.....

    3. Re:Ignorant FUD by Angst+Badger · · Score: 2
      This is the Steven Levy who has been writing about computers for two decades now, whose books include...

      ...a bunch of sensationalistic crap written for people whose industry credentials amount to having thought about what it might be like to be a programmer.

      Crikey, didn't you ever go to high school? Not only is it possible to write about something you don't know about, if your audience is equally ignorant, you can get high marks for it.

      Ding! Thanks for playing!

      --
      Proud member of the Weirdo-American community.
    4. Re:Ignorant FUD by poot_rootbeer · · Score: 2

      • Crypto : how the code rebels beat the government--saving privacy in the digital age
      • Insanely great : the life and times of Macintosh, the computer that changed everything
      • Hackers : heroes of the computer revolution
      Obviously, with titles like these, he must be an ignorant Microsoft toady.

      Sounds more to me like a wanna-be Wired contributing editor who thinks computers are a RILLY RILLY KEWL social movement, but couldn't care less about the underlying technologies.

      That's IMO of course.
    5. Re:Ignorant FUD by Anonymous Coward · · Score: 0

      You're kidding, right? I'll buy anyone a beer who can slog through those waste of paper books without snickering aloud at his *obvious ignorance*.

    6. Re:Ignorant FUD by Anonymous Coward · · Score: 0

      I'm not sure if that cryptome link says what you think it says.

    7. Re:Ignorant FUD by Anonymous Coward · · Score: 0

      Until you can reconcile you post with the following quote from the article, I will assert you are either an idiot, a troll, or Steven Levy.

      It's easier to vandalize a Web site than to program a remote control.

    8. Re:Ignorant FUD by Anonymous Coward · · Score: 0

      Sure it does... it says how Linux can work with Palladium: not properly.

    9. Re:Ignorant FUD by Anonymous Coward · · Score: 0

      It *IS* easier to deface a web site than to re-write VNC.

  37. Re:ARE WE SURPRISD?!? by smd4985 · · Score: 2, Interesting

    You are right - this is NO surprise. So what can we do about it? Well, first of all, we need to get some hackers trained in the letters of the law. I'm a open source developer, and I'm hoping to go to law school next year. Our cause has less of a chance if we don't have well trained technologists who can analyze issues from a JDs perspective. MS has a ton of money to hire lawyers to attack us directly or indirectly, and we need smart people trained to counter that.

    --
    smd4985
  38. /. Readers Are Not paranoid...... by quakeaddict · · Score: 2

    .....its just that everyone is out to get them.

    --
    I'm still working on a clever footer.
  39. Two Operating Systems, Both alike on desktops by scorp1us · · Score: 2, Interesting

    Given Apache's penetration, and Linux's adoption, what is to say that Linux can't provide all that Microsoft can. I mean, what Microsoft would get is a "Microsoft Network" of computers (incedentally all running .NET) What this OS would tell you is: "No, you can't burn these MP3s, No you can't view that content." Meanwhile the opensource half of the world will have *SOME* DRM capability, which will probably be something like "allow all." Now which OS are you going to pick? The one where the Media Mongers and Monolists control, or the free and open one?

    This is just another nail in the coffin for Micrsoft, by Microsoft.

    --
    Slashdot's rate-of-post filter: Preventing you from posting too many great ideas at once.
    1. Re:Two Operating Systems, Both alike on desktops by scorp1us · · Score: 1

      To close up on a point that I failed to make above.

      Linux+Apache+other OSrc tools have enough penetration to support a large and varied customer base, thereby making a "Linux Network" to compete with the "Microsoft Network"

      --
      Slashdot's rate-of-post filter: Preventing you from posting too many great ideas at once.
    2. Re:Two Operating Systems, Both alike on desktops by UCRowerG · · Score: 1

      I agree completely. But by creating new hardware and software for people to buy, not only does Microsoft stand to gain, but also the chipmakers (AMD, Intel). Add DRM to it and Disney, the RIAA and MPAA, etc. will all clamor "Yay!!" and demand it. With all those deep pocketbooks, it will be VERY difficult to get your congressperson^H^H^H^H^H^Hcritter's attention.

  40. Dirty Trick but I can't blame them by div_2n · · Score: 2, Interesting

    I think we would all agree this could potentially be a very dirty trick. I may disagree through and through with their plan and approach, but I can't totally blame them. Think about their perspective--

    -Linux market share is gaining in every direction which means their market share is at extreme risk of dwindling.
    -There is no one company to compete with and/or buy out to remove the threat.
    -Even if they were able to keep Linux OS market share at bay, it will still continue to improve because the core development team can and will always exist.

    When faced with an enemy they can't beat with their usual tactics, their last resort might just be to try something like this. Attacking from the back door could be their last hope at maintaining their dominance. Make no mistake about it, that is what they have to do in order to keep their identity.

    It seems to me that Microsoft has realized the inevitability of software--it eventually reaches a point of commodity and finality. There is only so much you can do with a word processor to make it better. After that you are only complicating it. As the OSS alternatives quickly approach this state, there is no need to use the expensive version anymore.

    Regardless of their initial intentions, it might be safe to say that if MS sees GPL and Linux suffering from this endeavor, they will try all the harder to push it. Be wary of any company that has everything to lose and plenty of resources to try and keep it.

  41. The time has come.... by Anonymous Coward · · Score: 0

    to shit or get off the pot. If the implement this people will buy it, unless there's an alternative. RIGHT NOW THERE'S NO VIABLE ALTERNATIVE FOR "NORMAL" USERS. We either have to turn out a product worthy of their use or shut up and realize that our great experiment failed.

    1. Re:The time has come.... by colmore · · Score: 5, Interesting

      It's struck me before that what we need is a "rootless" Linux distro.

      One of the main obstacles toward using Linux is installing software. Whenever I try to get my friends to switch over to Linux, and I'm talking about experienced computer users with Unix experience, the inevitable huge stumbling block is "well how do I install anything?"

      What Desktop Linux needs is a semi-protected mode (no login) similar to the priveledges of the default Windows user, you can change settings, install software, view the whole directory structure, but you can't change anything that would cripple the system to the point where "click here to restore default settings" (another option we need) wouldn't fix everything.

      Linux software should be as easy as download to the desktop -> click to install. Right now the learning curve of linux has been pushed back only a few steps, it's easy to setup a default config, and use the web and email and anything setup by the distro, but you still have to learn all sorts of crazy convoluted things to do anything beyond that. The difficulty of a task shouldn't be greater than the task's complexity.

      Once that is done, someone needs to write a book/series of visible articles entitled "So, you're tired of paying Microsoft $100 per year"

      --
      In Capitalist America, bank robs you!
    2. Re:The time has come.... by Quimo · · Score: 1

      Actually something similar to the Windows 2000 Terminal server install routine would be a good idea. Run the application that allows you to do the install, and set the user to root in the process (don't forget to ask for your root password.) Then run the install from inside the application. This wouldn't be too difficult to accomplish and would maintain that desktop security we are all looking for.

    3. Re:The time has come.... by paradesign · · Score: 4, Interesting
      or, look at how OSX handles this issue. If an aplication being installed requires root privledges it requires a preset root password. There is no need to run root, it runs it for you with the password. As for complexity, on OSX there are drag and drop installations off of disk images, and there are double click installers. So easy my mother could do it, and she cannot even get on the internet on our gateway/win98!

      the other issue i see is installing from source. unless you can make this a double click graphical process, people wont do it. its as simple as that.

      i think what linux needs is something to complete this equation...

      Aqua enables Unix like...
      XXXX enables Linux.

      just look at what Aqua and OSX are doing for Unix, theyre getting real people(pun intended) to use it, after it being around for decades.

      that and users dont want to hear about kernals or CLIs or anything remotely tech related. they want to poke at pretty buttons and make things 'magicly' happen.

      --
      I want 2D games back.
    4. Re:The time has come.... by memoryhole · · Score: 2

      You should take a look at the way Apple has done the permission setup in MacOS X. The root user is disabled by default, and on top of that there are "Admin" users - which have permissions to install applications, apply system upgrades, and change hardware configurations/preferences (including network and anything else you'd want to be able to do).

    5. Re:The time has come.... by Technician · · Score: 2

      One of the main obstacles toward using Linux is installing software. Whenever I try to get my friends to switch over to Linux, and I'm talking about experienced computer users with Unix experience, the inevitable huge stumbling block is "well how do I install anything?"

      What Desktop Linux needs is a semi-protected mode (no login) similar to the priveledges of the default Windows


      Umm, check out the Lindows machines WalMart is selling. Check out the DL/autoinstall website with the one click install of programs.

      It's here, however, I don't want any machine that my kid can one click install a root kit on my machine. Some of us run a more secure distro for a reason.

      Ask around.. Who do you know that runs linux and managed to click on something that infected their machine? Windows macro viruses don't run on Linux. It's incompatible and I like it that way.

      --
      The truth shall set you free!
    6. Re:The time has come.... by DavidTC · · Score: 1
      Wouldn't just not telling them the root password and giving them sudo access to rpm work? Yes, that's insecure, as it's trivially easy to get an RPM that will give a normal user root if installed, but that's not the point. They couldn't accidently screw up their system, but could still 'install things'. Most file managers do have 'Install RPM' when you right-click on them, and they could have access to something like GnoRPM to uninstall things. (But, of course, warn them not to haphazardly uninstall things they didn't install. Most GUI RPM managers won't let them do stupid things, anyway.)

      As for things that don't have RPMs (Or .deb, depending on how you go.), they can usually just untar it and run it from their user directory, can't they?

      --
      If corporations are people, aren't stockholders guilty of slavery?
    7. Re:The time has come.... by Anonymous Coward · · Score: 0

      A much better solution would be a separate db for unpriveledged apps. That is, users could install whatever they want to the /lusr hierarchy, as long as it didn't need root. So they couldn't upgrade glibc or gnome-core, but could install games and plugins themselves. Further, you could allow regular rpm to install signed rpms. You could test them out and sign (site key) them if you want to allow them, but let users go ahead and install them themselves if they don't want to wait for the next round of upgrades.

    8. Re:The time has come.... by colmore · · Score: 2

      "Some of us run a more secure distro for a reason."

      I'm not saying this is what *I* want, but security = hassle for most people, and I think some sort of middle ground could be achieved, where the default user could install things that don't require root privelidges (Quake 3, Mozilla, etc. etc.) and you'd need a separate root password (which the installer would prompt for) for things like kernel, glibc, or KDE upgrades.

      --
      In Capitalist America, bank robs you!
    9. Re:The time has come.... by AaronW · · Score: 2

      This sounds like my experience with SuSE Linux 8.0 and KDE 3.0. If I click on a .rpm file in konqueror, krpm pops up and allows me to install the new software. Before allowing the install, it requests the root password. In this way, I do not need to log in as root to install new software.

      Of course something along the lines of InstallShield would make installing new software easier and more flexible.

      -Aaron

      --
      This post is encrypted twice with ROT-13. Documenting or attempting to crack this encryption is illegal.
  42. Palladium is all about sales by standards · · Score: 4, Insightful

    Let's be honest here - Microsoft has trouble on it's horizon.

    Microsoft has sold a lot of Windows 95 and Windows 98. And sad to say, these so-called "operating systems" are good enough for my mom and dad (and sister and grandfather and girlfriend and boss).

    Now what? What is Microsoft releasing that would convince my family to upgrade their PCs? To be honest, nothing but hardware failure will convince them to do that. They're happy with their 5 year old PCs, and such longevity is sure to hit Microsoft's bottom line.

    The answer? A new security scheme that makes it impossible to run new programs on old hardware. A scheme that also negatively impacts unauthorized vendors (including "open source"). And a scheme that forces users to upgrade on a period basis just so programs will work.

    Let's be honest - microsoft has some of the best business people in the world. And they're smart. They recognize this issue and plan to leverage it for profit.... not for innovation or customer experience.

    The answer? Disable Outlook - in my opinion, Outlook is the biggest computer security issue ever. It's a nice email client (in general terms), but the security issues have been out of control.

    1. Re:Palladium is all about sales by realkiwi · · Score: 1

      wow Apple has already done this!

      It's calle the Mac!

      --
      realkiwi
    2. Re:Palladium is all about sales by tshak · · Score: 2

      The answer? Disable Outlook

      Seriously, I've been running Win2K since SP1 without security or stupid virus/worm issues. I don't even run a virus shield - I just run a web-based scan once every couple months when I'm bored. My box has also been extremely stable (especially considering my "Consumer Beta" VIA chipset). The secret? No MS Office, no MS Outlook. I still use IE most of the time (and Opera sometimes), and I use IIS (localhost only), Sql Server developers addition, and VS.NET. Just stay away from Office and Outlook, and run the IIS Lock Down utility that essentially does what you should have done in the first place (eg: not made sample code publically accessible).

      --

      There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
  43. Re:ARE WE SURPRISD?!? by Anonymous Coward · · Score: 0

    Bitter experience?

  44. don't worry by Anonymous Coward · · Score: 0

    Microsoft are good marketers, however their code sucks

  45. All CPUs? by Epeeist · · Score: 1


    > MS will coerce chipmakers into putting circuits on ALL of their chips that require software running on those chips to carry out patented processes.

    What, you mean SPARC, PowerPC, and whatever chips are used in System 390 mainframes will have to licence this scheme from Microsoft?

    Micosoft's reach might be long, but it isn't that long.

    To quote from one of my favourite books "The poor have occasionally objected to being governed badly, the rich have always objected to being governed at all". I think we are seeing the robber barons in their new guise, as thieves of land in the middle ages, thieves of the means of production during the industrial revolution and now thieves of intellectual and artistic achievement.

    This is one more attempt to take away democratic freedoms that have been won by people all over the world. Rather than an attempt to defeat this individual attack on liberty it needs a concerted effort to defeat all such attacks.

    1. Re:All CPUs? by Lonath · · Score: 2

      I don't know if they'll succeed, but I expect them to try. If they can get Intel and AMD to go along with it, they take Linux out of a large part of the market. I expect at that point the rest of the market would expand in response...but that's another issue.

  46. This won't fly by mslinux · · Score: 1

    How long has MS been in court with the Feds? Haven't they been *convicted* of obtaining a monopoly through illegal business practices? Isn't the European Union investigating them? Don't Russian government/military agencies use a lot of Linux and other GPLed software? Don't the Germans use a lot of Linux?

    IMO, if they try to lock *any* software out of this scheme, they'll be busted by the Feds and completely dropped by other countries fasters than they can write their shitty, bug-ridden, insecure code!

    1. Re:This won't fly by Beliskner · · Score: 2
      How long has MS been in court with the Feds? Haven't they been *convicted* of obtaining a monopoly through illegal business practices? Isn't the European Union investigating them? Don't Russian government/military agencies use a lot of Linux and other GPLed software? Don't the Germans use a lot of Linux?
      IMO, if they try to lock *any* software out of this scheme, they'll be busted by the Feds and completely dropped by other countries fasters than they can write their shitty, bug-ridden, insecure code!
      With Bush in power, if they can drill for oil in Alaska and the Arctic, then you're damn right Micro$oft can get away with this. If Bush gives $100million aid to Russia and friends to not rock Micro$oft's boat, then you can bet they'll just sit back and smile.
      --
      A caveman dreams of being us, the incalculable power and riches. We dream of being Q, then what?
  47. Why this FUD won't fly.... by MeNeXT · · Score: 2
    First which business would adopt this and cut out valid revenue from late adopters? The early adopters will just bomb. I know quite a few companies that are still running Win95 and most are on 98 hardly any are on ME or XP.


    The only value to this anouncement that I see is that it will slow down the adoption of open source. People will question the logic of converting existing systems from Window$ due to fear that they would have to switch back when this is finally implemented.


    Stop adding to this fear!!! Only stupid people would adopt/buy this technology. Granted that there are many that are stupid but quite frankly I'd say that that would be under 10%

    --
    DRM? No thanks, I'll just get it somewhere else...
  48. Not a problem by scoile · · Score: 2, Interesting

    Tomas Greene's article is as much FUD as anything else.

    Microsoft has to get their technology onto the chip before anything else happens. Do you really think Intel and AMD are looking to get rid of the Linux market? Do you think IBM is going to let Microsoft kill the Linux market?

    Second, any DRM support would be built into the kernel (probably as a module) or a library. Applications would call the kernel or library functions to perform rights verification. So, only the kernel (or kernel module, or library) would need "certification", not each application.

    Third, there is and always will be a huge need for custom software for in-house applications. There's no way anyone is going to be able to require every company in the world to certify every one of their in-house applications. Therefore, there will still have to be non-certified, unprotected (or differently protected) channels.

    Digital rights management will primarily affect applications that specifically request rights verification from the OS. Applications that don't request verification won't use it and won't be affected by it. Plenty of applications and network services will be happy to communicate with each other without DRM.

    If anything, strict (cumbersome) DRM may actually drive more people to open source software. When people are getting nickled-and-dimed by every piece of software they use and every piece of media they review, they'll look for other options.

  49. Intel CPU ID by xmodfoo · · Score: 1

    Didn't Intel try some part of this and fail with their PII(?). The general public didn't like the fact that their hardware carried a digital "Mark of the Beast" (as the author so eloquently put it). Why should MS have better luck?

    1. Re:Intel CPU ID by Anonymous Coward · · Score: 0

      Because Intel is actually a decent company, whereas Microsoft is a moneygrubbing shitbag. Look at what happened when Intel bought the rights to the Alpha chip-- the company negotiated with the antitrust department and both came up with a reasonable compromise. Intel would not have exclusive access to the Alpha architecture. Now look at Microsoft, a company that continues to deny any reasonable compromise with the government and still maintains its success is due to having the best products and not strongarm tactics.

    2. Re:Intel CPU ID by Anonymous Coward · · Score: 0

      "continues to deny any reasonable compromise with the government"

      Maybe this is because they, along with a large part of the population, do not feel they have done anything wrong.

  50. The real root of the problem by Anonymous Coward · · Score: 0

    Microsoft wants to do something untoward.
    Microsoft is alowed to do something untoward by the law.
    Microsoft is alowed to make the government do something to the law to alow them to do something untoward.
    Microsoft can count on selling their products because people buy the marketing.
    Microsoft can count on finding moralless marketers because of the society they come from.
    Microsoft can count on society being too ignorant to buy anything other than what they're told to buy.
    Microsoft can count on society taking no action against a bought off government because they're too ignorant.
    Microsoft can count on finding legions of staff who'll do morally wrong things for money.
    Microsoft can count on getting plenty of good media coverage because they can purchase good media reports.

    Do I think the buck stops with Microsoft? No I don't.

  51. DRM Comments by ansible · · Score: 4, Interesting

    Ya know, the more big media (and big biz in general) talk about DRM (essentially copy prevention), the less interested I become.

    Occasionally, big media has come out with some real gems (like LotR:FotR), but frankly, most of it is crap. I used to listen to the radio for music, but I'm not too impressed by most of that either. Now all I listen to is NPR and an independent dance music station.

    They can go and use all the technological means to protect their product (as opposed to art). As long as a few of us can still communicate together, I can keep using free software. As long as people still know how to sing and play, I'll still have music to listen to.

    Maybe I'll still go to a movie in a theater once in a while, but I'm just about finished with big media. The more effort they spend to protect their products, the less significant it becomes as art.

    1. Re:DRM Comments by zulux · · Score: 2

      Hear Hear!

      A life without $BIG-MEDIA, is like a life without McDonalds.

      Crappy Life:
      Disney
      Coke
      Britney Spears
      Track House
      Organised Religion

      Good Life;
      Family Videos
      Good Red Wine
      Local Jazz Joint
      Old Rickety Home
      Walk In The Park

      To me, the crappyest photos taken by my friends and family are worth more that the masterpeices in any photo-calender. Same way with just about anything.

      --

      Moneyed corporations, non-working 'poor' and criminal prisoners are turning productive citizens into tax-slaves.

    2. Re:DRM Comments by Lexic0n · · Score: 1

      I couldn't agree more. I'm done with big media, too. I've gotten rid of my TV -- nothing good on anyway, and now my wife and I talk a lot more, which is cool. I've got hundreds of MP3s from MP3.com that I enjoy more than anything I've heard on commercial radio lately.

      I'm enjoying life more and I feel less cluttered, less frantic. Huzzah!

    3. Re:DRM Comments by Anonymous Coward · · Score: 0

      IMNSHO a good book is better than watching most home videos. But why are you effectively equating "$BIG-MEDIA" with "Organised Religion"? Disliking Britney Spears, Coke and Disney products (alas, I have no idea what you mean by a "Track House") is not something that is mutually exclusive with being, e.g. Christian.

      That, and in many scripting languages, $BIG-MEDIA is an invalid variable name - and probably an invalid expression, unless you have a constant defined called 'MEDIA'.

  52. I'm not worried...it will flop by LordKronos · · Score: 3, Interesting

    Im not the slightest bit worried about it. It wont happen in that way. Its just paranoia. Remember back long before XP came out, and everyone was talking about how horrible XP was going to be because it was going to only allow you to run digitally signed applications? Didnt happen, and it wont. The average joe user wants to run fun little $5 and $10 games and apps that they download (think card games, personal diaries, system utilities, etc). They want to run these cute little freeware screen savers that friends email to them. Its not going to fly.

    The article talks about digitally signing everything, all purchase transactions, etc. Again, it wont happen. People want to provide as little identification as possible when they are browsing porn sites, and face it...porn is pretty darn popular. So at the very least, you are going to have to leave open some holes for certain things to happen. But once you leave a hole open in your ship, there isnt much you can do to stop if from sinking. One hole is all virus writers and spammers need to get the nasty stuff through.

    And doesn't anyone at Microsoft remember what happened when Intel put a simple processor serial number in their CPUs? People bitched up a storm about it. And that wasnt even a personal identifier (it identified your CPU...and if you changed CPUs nobody would know). Now they are talking about something that would identify you personally? Not gonna happen.

    And another thing, did Microsoft even collaborate with anyone on this? I know they have agreements from Intel and AMD to manfacture chips, but as far as I can tell from everything I read, Microsoft has masterminded this whole thing on their own. Ignoring for the moment the fact that I dont think consumers will adopt the idea, I dont think Microsoft could be successful in addressing all the necessary issues on their own. Even if 50 of the top companies got together and tried to come up with something like this, it would still be extremely difficult for them to come up with something robust, secure, and that addresses all future possibilities. If Microsoft is masterminding this on their own, its going to be a million times more difficult to do so.

    1. Re:I'm not worried...it will flop by Algorithm+wrangler · · Score: 1

      Here in Denmark it is impossible for stores to sell DVD players that have not been modded first. Simply because we have a big import of Region I movies that people borrow from each other, and they get pissed when they can't play them on their brand new DVD player. So the stores gave up, and now they are either selling cheap chinese players, or modding the big boys (Sony, Panasonic) with 2 years warranty from the store of course. The same will happen to this. Everyone here knows someone who knows enough about hardware to tell what is really going on, so noone will buy the explanation that it is the websites fault. Result: A lot of chinese mobos will be sold without the DRM stuff (we have a lot of stores where you can buy custom-made PCs with no OS installed). You might not be able to run the latest windows version, but here Win98 is the popular one, Win2000 is still for the experts and everyone wants to be able to play mp3s without having Microsoft watch them, so who cares ... As for legislation: Microsoft is still under heavy investigation by the EU commission, and as long as that is going on I'm sure MS will not dare to lobby a law that will make this kind of stuff mandatory.

      --
      -._''_.-
  53. But's it's safer by HenryWirz · · Score: 1

    We'll all be so much safer. I'm glad MS is trying to help me. Maybe next they will help us with our Crime and Drug problem. I bet this technology can be applied to take guns out of the hands of criminals, why I bet it will make smile whiter and brighter. . . . :|

  54. Lets look at the GPL for inspiration by fishbot · · Score: 3, Insightful

    A quote from the GPL:

    "6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License." (emphasis added)

    As there is no specific mention that the GPL applies only to source (it applies to computer programs, including binaries and object code, as specified in section 3), one can only take this to mean that forcing it to comply with Palladium would be imposing further restriction on the users ability to excercise the rights given to them by the GPL. This is itself breaking the GPL.

    Just something for the GNU friendly legal types to chew on :)

    1. Re:Lets look at the GPL for inspiration by Have+Blue · · Score: 2

      The GPL is not a law, it is a license between the author of some code and its user. A 3rd party is not bound by any of its limitations.

  55. Time enough by heikkile · · Score: 2

    This longhorned stuff isn't scheduled to come out in a few years. In todays market M$ might be able to pull off a trick like this, but if OS systems gain a decent market share on the desktop, M$ will have a much harder time forcing them all to switch. Even more so if some governments around the world get around passing laws that require OS stuff to be used in their administrations and/or multinational corporations realize that M$ is competing with them, and forbid the use of its products..

    --

    In Murphy We Turst

  56. Palladium and Interpreted Languages... by Anonymous Coward · · Score: 2, Insightful
    One way around the signed binaries problem is to move to an interpreted or byte-compiled language. Once you've got a signed java, python, or (gasp!) tcl interpreter loaded, you can run whatever you want.

    Now sound or video hardware that looks for signatures, that's another, harder problem

    -- ac at work

    1. Re:Palladium and Interpreted Languages... by ndecker · · Score: 1


      There is already an interpreter. We just
      have to rewrite Linux in VBA

  57. Maybe this has to be seriously considered. . . by dilute · · Score: 1
    As I said here, government-mandated DRM could well be implemented through hardware. Clearly, such a scheme, where every manufactured computer MUST have the chip, could be set up so as to be pretty deadly to free software.

    Now, a private standard, as opposed to a government imposed one, has to catch on through market forces (OK, perhaps augmented by monopoly power). Still, this would leave room for a competing standard that was more open, and gave the consumer more choices. Perhaps a chip whose logic and firmware were open, so that it could be provably shown (to the user) that all it is doing is DRM. And at the same time, provably shown (to the content owner) that the DRM had not been compromised.

    I know even THINKING about IMPLEMENTING DRM is anathema to most Slashdotters (WTF *ARE* digital RIGHTS, anyway?), but maybe the time has come.

    1. Re:Maybe this has to be seriously considered. . . by DavidTC · · Score: 1
      Nonono, it's not 'Digital Rights' Management, it's Digital 'Rights Management'. In otherwords, it digitally manages your rights, controlling what you do or not have the right to do.

      If you want to call it by two letters, it's 'RM', rights management.

      --
      If corporations are people, aren't stockholders guilty of slavery?
  58. one bad assumptions that i see... by Hooya · · Score: 2
    is that everyone is connected to the internet all the time.

    How the heck are you going to validate (thru 'Da Man') when you can't talk to da man?

    besides, if people are foolish enough to spend more money to get a crippled version of what they have now, they deserve it. me, i still have my old trusty 640x480 monochrome display laptop for just such times.

  59. Watch them by motox · · Score: 1

    Watch them do the final abuse and lose their whole market...

    1. Re:Watch them by XavierXeon · · Score: 0

      dream on ! m$ will "lose their whole market..." you seem to share this dream with alot of people. (including myself)

  60. Scripting and in-house development by juliao · · Score: 2
    I understand that Microsoft would very much like computer to only run microsoft-sanctioned code, and that one way to achieve this is by only allowing approved and digitally signed binaries to run.

    The question is whether the customers will buy this. As far as companies go, what would such a move imply? Provisions must certainly be made to allow companies to keep running their own in-house code. And as for small independent development companies, they must sign their code as well. Who defines what can run on the computer? Who issues the signing certificates?

    If this system does not allow companies to write and run their own scripts and programs, it's never going to fly. Remember, most of the world's software is still custom development...

  61. Bootstrap problem. by taliver · · Score: 1

    Sure, maybe new systems would provide this security. However, not everyone is going to drop their old, perfectly working system, and go throw $1000 or whatever at Dell so that they can buy a book online.

    So all vendors have to face the fact that people with older hardware (>5 years old, sometimes), want to buy things. Hey, they have to deal with old software at this point, which is much easier to upgrade.

    So servers have to run compatibility with old systems at the same time as supporting the new. I have a feeling that most people are fine with the compatibility as is. And furthermore, wouldn't a new motherboard design cost more? So why would Dell, Compaq, etc move to it at all?

    The bigger threat here is to embedded systems, where this security is of little concern to end users, but big issue to the DRM people. So what you'd have is unhackable Tivos, dvd players, etc.

    I can't see this really taking off in the PC world, especially if these new chips affect performance.

    "Buy our system! You can't do as much and it tuns slower, for more money!"

    --

    I demand a million helicopters and a DOLLAR!

  62. Always another loophole.... by Anonymous Coward · · Score: 0

    Of course, to develop on a system with DRM, the developer has to somehow be able to compile their own code and run it asap. (Even on M$ OS). So that means there exists some kind of loophole to make doing that possible under DRM.

    And it would just be a matter of enabling that loophole freely on our systems all the time to, for most practical purposes, ignore the whole DRM thing.

  63. The reason we should fear them.. by nurb432 · · Score: 1

    Is that they are a slow, relentless caculating beast, with the resources to hold out longer then anyone else.

    It takes them a long time to, but in time they almost always do.. slowly move the mass market to where *they* want it to be, so the 'competition' becomes a non issue.

    And these days they seem almost untouchable...
    In a practical sence anyway.

    --
    ---- Booth was a patriot ----
  64. Yellow Journalism by OaITw · · Score: 1

    From the NEWSWEEK article written by Steven Levy: "An endless roster of security holes allows cyber-thieves to fill up their buffers with credit-card numbers and corporate secrets. It's easier to vandalize a Web site than to program a remote control. Entertainment moguls boil in their hot tubs as movies and music areswapped, gratis, on the Internet. Consumers fret about the loss of privacy. And computer viruses proliferate and mutate faster than they can be named.

    The fact that my Grandparents ( and every one elses ) are reading this and voting pisses me off. This is scare mongering at its worst. No wonder Microsoft leaks to this guy. It is useful to spread fear and misinformation among the populace before so they willingly hand over their rights.

    Please don't consider this flame bait; unless you think I am trying to provoke the pro-NEWSWEEK crowd amongst us. Thank You

  65. Like palladium systems can be trusted! by mekkab · · Score: 2

    I still agree with the parent comment-

    there will be enough on line sellers who don't trust what MSFT is shovelling. They will not move to palladium systems. In addition, larger on line sellers will have a palladium and a non-palladium site. Given that there are corners of the population that aren't Open Source advocates who are simply content to use what computer they have while it still works (i.e. my parents) they wouldn't dare alienate potential customers.

    Also, this gives more work for internet programmers! We/they now have to develop sites that will seamlessly test what you have and send you to the appropriate site!

    Or palladium may just be the next microsoft Bob.

    --
    In the future, I would want to not be isolated from my friends in the Space Station.
  66. I think he got it backwards. by Sans_A_Cause · · Score: 1

    If people's home computers suddenly won't work with the internet, those people will complain to Microsoft, and possibly switch. "Should've bought a Mac" will be my response to anyone who pisses and moans about not being able to use the internet for anything other than hotmail.

  67. A problem of information mangagement by Bookwyrm · · Score: 2

    This sort of technology is very interesting, conceptually, though given Microsoft's track record, it is questionable if they will come out with a decent implementation.

    There does not seem to be much difference between being able to say "Only this certain person can play this music file in certain circumstances and not share it with anyone else" and "Only this organization can use this personal information I gave them in certain circumstances and not share this information with any other organization." The problems with DRM as currently proposed is that it is too one-sided, biased towards businesses, and a bit too specific.

    In an ideal world, something like Palladium would be a step towards information management -- making sure a certain piece of information only goes to the people it is supposed to go to and no one else, that it is only valid for the length of time it is valid (either by life span or the ability to revoke), and that is trackable (just how many organizations out there do have copies of your credit information or home address, etc.) Right now, our information management capabilities compared to ability to acquire information seem pretty primitive. A real information management solution is probably a decade or so away at least, as it would require people to rethink how they handle their information and develop new processes/habits to do so.

    Unfortunately, most people will probably look at this as a DRM attempt (which in Microsoft's case, this may very well be) and reject the entire concept of such technologies. This could very well be a problem in the longer run -- if we are in the information age, where information is our tools and our reality, then having the ability to manage and track our tools and reality will be a crucial technology.

    This is not to say such a system would ever be perfect or uncrackable, but even though a firewall is not a perfect solution, it is still useful to have. Oddly, such a technology would probably completely fail in a DRM situation in the future because for most people they probably would not care if a music file was authentically signed/certified or not -- but it gets much more interesting for issues of business email/contracts, financial transactions, medical records, etc. If you could apply DRM-type technologies to the personal information you submit to other parties such that it would limit that information to only being read by those parties, then that could, potentially, be an interesting issue. (i.e. A person gets denied a loan/medical insurance -- demands to see why. The business claims that the information on the person indicates he's a bad risk. Person asks to see the certification on the information, since he never gave that information to the business. The business only has uncertified information on the person -- all the DRM-style information stripped out. Scenario: Either another organization stripped off the privacy/DRM on the information and passed it to the company, or the information is invalid. Being able to track/challenge such information could make things more interesting.) Again, such a system would never be bullet-proof, but it could add some value if done properly.

    If information is the next economy, then information management tools will be the next banking technology, so to speak. They will undoubtedly arrive in some form.

  68. Fast track defeat of Palladium by NotesSauceBoss · · Score: 1

    Anyone remember what the nail in the coffin was for the Clipper Chip? It was when Matt Blaze found a technical hole in the implementation that meant that spoofing the government's PKI was a trivial effort.

    So... two things to undermine Palladium...

    1) A competing open standard for consumer-level trusted computing. That means convincing Intel and AMD to deliver specs on the hardware standards they'll implement for the Palladium architecture so that it can be mimicked in an open source environment. It also means establishing a PKI without a single trusted root -- since Microsoft's will be almost entirely dependent on trust of MS itself.

    2) A concerted effort to attack Palladium and find a weakness in its implementation -- and there will almost certainly be one, since it's a closed source implementation. Of course, this effort may have to be focused offshore, since it's in violation of the DCMA. But it might also make great grounds for a test case on the DCMA as it relates to privacy rights. MS claims that Palladium protects use privacy; reverse engineering is required to determine the truth of this claim; if the claim is false then MS is violating a number of corporate privacy statutes and precedents.

    Another angle that's key is that this will only become an effective infrastructure if it's embraced by corporate customers, who represent the vast majority of purchases of Office -- MS's current cash cow. Well, it's easy to get a corporation to avoid embracing something -- just get their legal department involved and point out that there might exist some threat of liability for them. If company XYZ implements a Palladium web infrastructure and it turns out that some attacker accesses their transaction information, is the company liable to their customers or vendors? If so, then shouldn't the company be using products that they can certify are protected?

    Of course, this last point is usable even now. Given the number of Slashdot readers and general open source advocates that work in corporate IT departments, I'm stunned we don't see this approach more often.

  69. No need to invoke conspiracy here. by Observer · · Score: 2
    The GPL issue is irrelevant here, I think: this smells like the standard Windows{tm) business model: leverage dominance on the desktop to grow a profitable new market in which non-MS solutions will be at a competitive disadvantage, whether they involve the GPL or not. (There are of course laws on the books intended to restrain this sort of corporate behaviour, but unfortunately they seem to have been declared inoperative of late by the DoJ.)

    Just because 'GPL BAD!' has been high on the company's (im-)propaganda hymn-sheet for the last few months doesn't mean that everything announced during that time has been constructed specifically to advance that agenda.

    And whether or not this scheme will fly is another matter entirely: the resistance from other large businesses to Passport's original intent of giving MS the lion's share of authenticated e-commerce gives grounds for hope.

    1. Re:No need to invoke conspiracy here. by Anonymous Coward · · Score: 0

      This is /. This is what we do. Chickens with no head, sky is falling, mountainous mole hills and all. Nothing will be under hyped or under panicked about here! Go for the gusto! 100% froth 0% thought! This place is a right shite hole these days...

  70. Duh. by Shillo · · Score: 1

    Okay, here's how Palladium's supposed to work: You have an encryption chip and an OS that talks to it. OS monitors the binaries you run, network connections, you name it. The OS contains the code that denies access to the user. The OS is written on the hard disk, and before that, on the installation media.
    As far as DRM implications of this go, do you all really, honestly believe that the same thing that happened with XP's registration (Cracked By l33t h4x0R) won't happen again?
    As for the network services, the server will accept whatever you wire it through your network card. Meaning, certified binaries mean squat over the network.

    --

    --
    I refuse to use .sig
  71. Question by Anonymous Coward · · Score: 0

    Why do you hate America?

    1. Re:Question by Anonymous Coward · · Score: 0

      Because I live here and actually know how things work. You must be from La-La Land where your President craps Sunshine. Get real, retard. America rules, American politicians don't.

      Zoober

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

      I agree with Zoober, and I don't hate America. What I hate is America being taken over by an un-elected fraud. What I hate is this un-elected fraud stirring up a war so his rich family can get richer by building a pipeline across Afghanistan. What I hate most is people who are too apathetic to look and see what is happening.

  72. Why the anti-trust suit is important by Ibag · · Score: 4, Insightful

    Microsoft has enough money and enough clout that something like this getting implemented is a real possiblity. Switching over to a different OS might be feasable for some people, but for the vast majority of users, it is not. If palladium is implemented and microsoft does succeed with it, what will happen?

    Since we will lose alot of interoperability, the computing world will be split into microsoft and non-microsoft which end up roughly indipendent from eachother. As I see it, there are three possibilities depending upon how deeply the hardware manufacturers and government get invoved. Either those who use microsoft are cut off from those who don't use microsoft, those who use x86 are forced to use microsoft (or at least their authentication system), or it becomes illegal not to use the system and everybody is forced into microsoft's death grip. None of these possibilities are very appealing.

    The only way things won't completely suck is if this is never implemented, but if they have as much industry support (and presure from the bill formerly known as SSSCA) as I think they do, then the outlook doesn't look good. That is why microsoft's power should be limited, why they should be punished, and why they need to be monitored to prevent them from doing things that are anti-competitive (even if not overtly so). That is why I hope that, in the end, MS recieves at least a slap on the wrist from the antitrust suit, if not something slightly more meaningful. Of course, with Bush in the white house, I have serious doubts...if only more people realized that just because something is good for a big company doesn't mean that it is neccesarily the best thing for the economy or the citizens of the country...*sigh*

    1. Re:Why the anti-trust suit is important by MrNemesis · · Score: 0

      "...if only more people realized that just because something is good for a big company doesn't mean that it is neccesarily the best thing for the economy or the citizens of the country..."

      Hey, what about the world?

      There has already been a significant backlash to M$ over here in Europe (less so in the UK, unfortunately, what with our Prime Minister in bed with Bush), simply I feel because our governments are becoming more and more concerned that Microsoft may not have their best interests at heart.

      Personally, I despise this system. And I do think it has the potential to break the GPL even if it is only a smokescreen (if you tell the big businesses NOW that in 5 years time Linux won't work on x86, they'll all bail out now - fait accompli).

      People and governments need to be notified of this now. Microsoft have already been found guilty of anticompetitive practices, and this protocol has the potenial to outdo all of these. If it comes true and you need an M$ signature for every prog you run (including kernel etc.) then M$ has the potential to force the entire x86 spectrum into M$ only products (hmm, I see PPC, ARM's and Sparc's booming in popularity all of a sudden).

      I can't see Intel, IBM et al buying into this at the moment, but maybe they have their reasons.

      --
      Moderation Total: -1 Troll, +3 Goat
  73. Everything to do with Windows XP by bwoodring · · Score: 1

    Why the hell else would they name it that? For the fun of it?

  74. Easy solution by Anonymous Coward · · Score: 0

    There will be compilers for the OS. Those compilers will "certify" the software that it generates. Simply compile gcc and make it certified. Next, write a certification program for gcc to make it's output certified, and your done.

  75. Re:GOOD RIDDANCE! by Budgreen · · Score: 1

    sure.. it will be bad software you paid for because you were told it is better...

    have you been brainwashed man?

    --
    The greatest right given is the right to be wrong...
  76. End of software development too! by pongo000 · · Score: 4, Interesting

    The author of the linked article states that even with GPL'd source code, the binaries you build would not work because they aren't certified. How, then, would a developer develop anything if they can't run binaries? Or would all binaries run under the same cert on a particular machine? This whole scheme seems to be simply unworkable.

    1. Re:End of software development too! by yogi · · Score: 1

      This is a massively important point. Isn't it 90% of code that runs inside companies, and never sees the light of day.

      Hell, in some places I've worked, only a select few developers are allowed to see the really important code, because it contains a major company secret. Do you think this code is then going to be sent to MS or another signing authority to Audit? I don't. And even if it was sent to them, they are only sign it, not audit it, test it or secure it. No one can employ enough staff to actually read all this code. Even MicroSoft. Especially if I have to submit during each edit-compile-test cycle.

      So you are going to need the ability to run unsigned code, or the big clients are going to be ignoring windows completely. Welcome back GPL code.

      Signing applications says nothing for quality. XP checks the signatures on device drivers for digital signatures. My authorised, signed by MicroSoft, "trusted device driver" for my Soundblaster caused no end of problems for my machine -- it replaced system DLL's with old versions.
      Much the same principle as Longhorn will work on really, and it hasn't caused the end of the world.

    2. Re:End of software development too! by Anonymous Coward · · Score: 0

      Software, like automobiles, is to be created by regulated professionals.

  77. Not just an OSS problem by NumberSyx · · Score: 2

    This could also cause problems with Windows Shareware and Freeware programs. How much is it going to cost to get a binary certified ? How many Shareware programers will be able to afford it ? Why would a Freeware programer pay for certification when he gives the program away for free ? Who will be in charge of certification ? Microsoft ? Wouldn't that be conflict of interest, in that they would have the ablity to deny a competitor, say Eudora, entry into the market, by denying them certification or pricing certification out of reach.

    --

    "Our products just aren't engineered for security,"
    -Brian Valentine,VP in charge of MS Windows Development

  78. Talk about polarizing the opposition... by smittyoneeach · · Score: 2

    This certification scheme will rip the guts out of the GPL. That is, the minute I begin tinkering with my software, my ability to interface with the Great PKI in the Sky will be broken.

    The resulting hue and cry wouldn't be good for ol' Mr. Softy.
    This scenario would be such a blatant anti-trust violation that even the Justice Department couldn't sit idly by. You would

    See a legal onslaught against it in the courts.

    See an illegal, group hackfest to reverse engineer it. Faced with such unethical Big-Brother-ism, otherwise ethical IT people would feel perfectly happy about slinging a pebble or twa at the forehead of Goliath.
    One hopes that cooler heads prevail in Redmond, and a stable operating point is reached between the Open- and Close- Source worlds. Both thoughts have merit, and a place in the economy (no apologies to RMS), and extreme 'solutions' help no one.

    --
    Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
  79. Very polite... by crath · · Score: 2, Insightful

    That's gotta be the most polite request to cease and desist that I've ever read.

  80. AP bashes Palladium on CNN.com *Today*! by SloppyElvis · · Score: 3, Informative
    I submitted this link to a CNN article before reading the /. front page today, and given its "Popular Press" status, I'm sure it won't make it through the Slashdot editors. However, it seems the popular media has taken an anti-Palladium stance for now, perhaps to cool the flames of this article.
    1. Given the reliance on hardware encryption, Palladium requires everybody to buy a new computer to use it.
    2. Given that an encryption system that can stand up against attack through time has never been accomplished in history, the MS plan has little chance for truly ensuring "private data".
    3. Given that the United States government want to be able to look at your data because you might be a terrorist (or just an enemy of the state), "private data" opposes Big Brother, and is therefore not likely to give any *real* privacy at all (unless you just have blind trust in the govenment ;P).
    The good news is, I don't think the 'commons' are buying into Palladium, at least not yet. Besides, real paranoids don't use Windoze.
    1. Re:AP bashes Palladium on CNN.com *Today*! by JohnPM · · Score: 1

      They hardly bash it! There are a couple of sceptical half-hearted shots like "this would require the purchase of billions of dollars of new equipment". Hardly a compelling argument since billions of dollars of equipment will be purchased anyway in the next 5-10 years, it's just a matter of time and how long-term MS, Intel and AMD are prepared to think.

      The strong arguments made in the Register article are completely lost on AP/CNN.

      --
      Karma police, I've given all I can, it's not enough, I've given all I can, but we're still on the payroll.
    2. Re:AP bashes Palladium on CNN.com *Today*! by SloppyElvis · · Score: 2

      The strong arguments made in the Register article are completely lost on AP/CNN.

      Hah! That's a real surprise!

  81. Not remotely possible by Fiver-rah · · Score: 3, Interesting
    He describes a scenario in which only certified binaries will execute on an operating system. Uh ... how on earth is this even remotely possible? And who would put up with it? Let's say that I'm just learning computer science. And I write a standard "Hello World" program, and compile it. Now, there's an uncertified binary. And, hypothetically, it won't run on my hardware.

    If no binary can run without certification by some outside agent, it follows that users can't write programs and run them without getting them certified (If they could, there'd be no worries about Open Source). Good god. Can you imagine what that is going to do to my debugging efforts?

    This scenario is not going to happen. Because even mostly clueless M$-running people will listen if you say, "Hey, you realize that if you run Palladium-based architecture, your darling children won't be able to use their computer for some very important learning purposes."

    --
    Read Bujold. Free (as in
    1. Re:Not remotely possible by mikeee · · Score: 3, Informative

      Unsigned code will run. Unsigned drivers/modules will not, and unsigned OS kernals won't boot.

      One could target holes in the OS itself, and workaround this way...

    2. Re:Not remotely possible by einer · · Score: 1

      Palladium doesn't give a rip about the ed market or the consumer market. They're after the big fish, and they've got some good bait. Imagine never having to question what's running on the box... It is certified after all... And with the microsoft insta-magic-updater, all your software will remain bug-free and impenetrable. Want to write code to run on a Palladium box? No problem, just submit your source to Microsoft for an audit with a check for 20 mil and we'll see what we can do...

    3. Re:Not remotely possible by Alsee · · Score: 2

      only certified binaries will execute on an operating system.

      You can run anything you want, it's just that the hardware cripples itself if the code isn't signed by Microsoft. In the Microsoft DRM-OS patent this self-crippling process is reffered to as renouncing or revoking the trusted identity. If you so much as open another window with a program that hasn't been signed by M$ your system lobotimizes itself. If you have an un-signed driver your system will always be crippled.

      -

      --
      - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
    4. Re:Not remotely possible by Lucas+Membrane · · Score: 1
      Yes. They can do that. Visual Studio will come with a VM that is certified and will be a shell for your app for you. Just like Excel will be certified and will run uncertified macros. No improvement, just hurdles for non-MS developers.

      The first thing that they want to be able to do is to impose a 'nominal' fee on anyone who wants to get a binary certified. This will be high enough that the average compile twice a day garage programmer can't afford it and is forced to write code that runs under the certified VM.

      The first step is not to prohibit 'uncertified' binaries. All they need is to pop up a big warning screen every time someone tries to install or run one. This is the form of evangelism known as 'scaring the hell out of them'. It's not death for uncertified binaries, just a yellow arm band.

    5. Re:Not remotely possible by mini+me · · Score: 1
      No problem, just submit your source to Microsoft for an audit with a check for 20 mil and we'll see what we can do...

      Standard Microsoft Response: "We appreciate your submission, but we are sorry to announce that your software did not meet our criteria to run on the Palladium system. We however will be releasing a similar product in the near future. Stay tuned for release information in the coming months."
    6. Re:Not remotely possible by look · · Score: 1

      Uncertified applications will run, but they will have no access to "trusted", encrypted data.

      So, you will still be able to use your MP3s from before 2006 or whenever Palladium ships, but everything that the entertainment industry and Microsoft shove down your throat after that will be signed, encrypted data that can only be unlocked by "trusted" programs -- and this trust is supposed to go all the way to the speakers and the keyboard.

  82. Make themselves irrelevent by d3xt3r · · Score: 4, Insightful
    I think this is another step in the wrong direction for MSFT. However, I am glad to see it happening because the more aggressively they attack free software (and non-MS software in general), the more quickly they postion themselves to be irrelevent.

    Think about this in conjuction with their plans to make Longhorn debut in 2006 as a radically new OS. Do you know what "radically" new says to me? It says completely incompatible. And not simply with Unix/Linux/et al, but with former Microsoft products as well.

    Bear with me for a minute.... let's say for a minute that Longhorn is to Windows XP what Mac OS X is to OS 9 - a complete rewrite, completely incompatible, and arguably 100 times better. But adoption is slow. People are entrenched in thier current OS of choice, OS 9 or even 8 for some. So when Microsoft prepares to move the masses to their radically new OS in late 2006, a great deal of segmentation will occur.

    Now let's pretend that Linux is ready for the masses (on the desktop) by 2006, and it has a stronghold in the server market. Now you're looking at two paths (at least for corporate types): 1. Continue to allow MS to shove upgrades down your throat and keep following the Windows donkey cart. Further, subject yourself to the new DRM of Longhorn and face issues of your free software and possbily other commercial software (IE Oracle and other DBMS) not working correctly. 2. Switch to Linux or maybe Macs. When companies are forced off Win 2k/XP and forced onto Longhorn via MSFT, we'll see how many are willing to comply. Continuing to use XP/2k may not be an option, but ditching MS entirely may be a reality in 4 years.

    I know it took a long time to get to my point but it's a complex issue. Far more complex even than I have portrayed above. But seriously, I think MS is going down a road to making themselves irrelevant. However, never count out the power or marketing! What MS lacks in software reliablity they make up for with a powerful marketing department and an unfortunate following of corporate weenies.

    1. Re:Make themselves irrelevent by Anonymous Coward · · Score: 0


      > let's say ... that Longhorn is to Windows XP what Mac OS X is to OS 9 - a complete rewrite, completely incompatible,

      Hey, El Stupido. Mac OS X is NOT completely incompatible. It is, in fact, completely compatible. You can run OS 9 programs from within OS X, you can run the same program natively in OS 9 or OS X, or you can spout horseshit on Slashdot. We know which one you've chosen to do.

      The OS Nazi

    2. Re:Make themselves irrelevent by d3xt3r · · Score: 1
      Actually, if you try to run an OS 9 app from within OS X, the full OS 9 environment must be launched. OS 9 runs on Mac OS X in a way similar to the way VM Ware runs Windows on Linux. However, from the user's persepective it looks more like the way X-Windows apps look on Mac OS X. The apps appear to be running natively (except they have the x-windows or os 9 look at feel). I know this is a slightly bad example since the X-Windows apps really are running natively! But you get the picture.

      Honestly, it's really inappropriate to make refer to people as "El Stupido" when it is really you who does not understand. I hope this clears things up for you. :)

    3. Re:Make themselves irrelevent by lugonn · · Score: 1
      I agree. M$ is going one way, and computer literate people are going another. And the people with the know-how (again, the literate), are the ones who drive the computer industry, and the masses just follow.

      I say let M$ lead. They'll lead themselves off a cliff, and all the corporate lemmings will follow.

      If M$ expects to be around in 10 years, they're going to have to shrink the company, settle for lower profits, and support a Linux distro.

      They could give away the distro, and charge for they're apps and service. They won't make nearly as much moola, but that's inevitable anyway. People weren't as savy about computer shams in '95 as they are today, which is why M$ is scrambling to find a way to stay viable. They know in the future there will be no money in the OS market, just apps and service.

      I sleep well at night becuase I know M$ killed itself off about 18 months ago, it just takes a long time for 40 billion to bleed out. Then they will be gone. They can't avoid it, and it's too late to stop it. People like me are converting to Linux every day and not looking back.

      The last good OS they made was NT4, and that was in '97! Ever since then, they've been focused on locking people to their system, instead of improving it. That's the main reason I'm going Linux. Windows used to be 'alright', now it just sucks. 2k was bad, and XP is worse. I'll have none of it, I DETERMINE WHAT MY OS DOES, not M$.

  83. retards... by prmths · · Score: 1

    This is retarded... there are tons of extremely gifted people that will figure out a way to circumvent any BS that's thrown our way... It's been done before and it'll be done as often as needs be. This is exactly the reason i hate microsoft. they wanna rule the damn world and control us 'peons'
    It seems to me that the guys up in redmond are getting desperate... i wonder how long they can keep up this "our way or no way" ideal...
    wasnt there a recent report that MS is loging around $150 on each X-box it sells?
    is it just me or does it seem like MS is crumbling? (or maybe REALLY BAD growing pains)

  84. Cripple it? I thought it was heaven? by Kjella · · Score: 2

    At least that's what I've heard said every time that "If only Windows made a 100% pirate-proof OS, the users would flock to Linux en masse". Well here it is. Tied in with M$ big database of what data you're allowed to see (trust me, it's about their control over you, not your control over the computer),

    I'm sure pirating it won't do much good because you need to connect to the big database(tm) to do/see/hear anything useful, and with hardware crypto maybe the crackers will have some trouble too.

    IMO it'll go one of two ways, either there'll be free (as in stolen beer) content and noone will bother with the crlpplecontent (alot like today), or there'll be just cripplecontent and people will basicly say "screw you", stick wiht their old windows or change to linux.

    Either way I don't think it'll be a hit.

    Kjella

    --
    Live today, because you never know what tomorrow brings
  85. Oh yes it is. You're just not looking far enough. by hoggy · · Score: 5, Insightful

    If MS starts this scheme in 2 years, it will take another 7 years until 90% of their users have it (and that's still not enough because 10% is still too much to lose).

    Microsoft can afford to take the long view. The biggest driving force of Palladium/Longhorn will be the DRM technology. People want to consume media and the media companies will require rights management. The media companies can also afford to take the long view. They only need to keep crushing P2P upstarts through sheer weight until the laws and technology to support DRM are widespread.

    If only "trusted" apps running on a "trusted" operating system can play music and video, then people will buy those. Remember the vast majority of people aren't interested in their rights - and before anyone starts, I didn't see any groundswell of ordinary people defeating the DMCA.

    There is no "Linux" to defeat this. There are only distributions. The big commercial distros are the ones that will end up on ordinary people's desktops and they can either play along or not play - it'll be that simple. When it comes to pleasing shareholders I can guarantee that they will chose to play along.

    You just can't afford to be complacent on this issue. This is the biggest failing of the Open Source movement - there is no movement, just a bunch of people writing open source software. This works fine when there's no threat to the freedom, but when there is there's no organisation.

    The closest thing free software has ever had to a movement with principles and goals is the Free Software Foundation - and look at how ridiculed RMS has become.

    People like sitting on their butts and whining a lot more than they like actively campaigning.

  86. Re:Who will 'force them'?? (mod parent down) by colmore · · Score: 2


    you didn't read the article, did you?

    --
    In Capitalist America, bank robs you!
  87. How many steps is too many steps? by inimicus · · Score: 1

    Those guys at Microsoft are just playing the scary-announcement thing: to scare people before they make the next move. Then make them wait, then provide them a lot of useless marketing, then -before they will realize it- they have been embraced. And the empire extends itself.

    OK. Given.

    But if it works, that's a toehold, a foot in the door, a step towards the (assumed) end-goal of eradicating Open Source software. How many steps will it take to make that happen? How many more steps can they afford to finance and/or cram down the suggestible public's throats?

    --
    Internet Explorer was unable to link to the Web page you requested. The page might use standard HTML or CSS.
    1. Re:How many steps is too many steps? by kipple · · Score: 2

      you know what...? yes, it might be a real issue. And somehow it can be a good thing if that happens. By the time palladium will become established, gnu/linux and the other 'free' (as in speech) operating systems will be at the same time rock stable and full of applications to suit almost all needs. It will never be eradicated away.

      Probably, IF the whole palladium thing is real, the IT world will become like "users who USE their computer" and "users who don't know what a computer is (and use palladium)". Which would be a great way to avoid all those clueless boring users out there, begging for more colorful icons on their GNU/linux desktop.

      the open source will never be completely eradicated. Even in the worst case scenario, if the US government will make open source illegal because it won't comply with DRM, there will be plenty of places on Earth that will support it.

      So I'm not that worried about that - yes, it may be a risk, but I think there are bigger risks around right now (talking about the Patriot Act, or if you want to stay in the software world the patenting issues....)

      cheers.

      --
      -- There are two kind of sysadmins: Paranoids and Losers. (adapted from D. Bach)
    2. Re:How many steps is too many steps? by JWW · · Score: 2

      A couple of more ominous things.

      Sure open source would go on but I would like to have the operating system on my machine be legal. I'm already pissed about having to use and "illegal" DVD player on my Linux PC to legally view _my_ DVD's.

      Also Microsoft had patented DRM-OS, which means that if not-DRM-OS's are against the law, anyone who wants to sell Linux, and probably Linus and other kernel developers would have to pay roalties to MS. This would be super-evil.

      I agree with your point about software patentents, it just happens to be tied in fairly directly with Microsoft's current diabolical plans for palladium.

    3. Re:How many steps is too many steps? by HiThere · · Score: 2

      One step is too many. If I saw any way I'd give Microsoft the corporate death penalty right now.

      That said, this is probably a trial balloon. They're probably just floating it to see what kind of reaction they get. Expect them to keep this up until they've desensitized people. Then they'll try it for real.

      Think of this as son-of-hailstorm. Or perhaps the Bride of Hailstorm. To which I can say "They deserve to be dead. All of them in that house."

      This is unfair, of course. Frankenstein's monster was well meaning.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
  88. well that's just great by __aahlyu4518 · · Score: 1

    If Microsoft didn't know they could use it for this purpose allready... they do now...

    ;-)

  89. Company Morality by trikyguy · · Score: 0

    Companies behave as consumers demand. Boycots are a powerful weapon that can be used against immoral companies. Your problem is that you are in the minority, and therefore, the majority is amoral by your standards. And your personal boycot of Microsoft hasn't been too effective. What if we based morals on property rights instead of the principles of sharing you learned in second grade. In that case, a company should be able to whatever the f~~~ it wants to a product before selling it to you. If you don't like your choices, again, it's because you are in the minority. You have your property, money, to spend however you want, and the company has it's property, computers or software, to sell however it wants. Profits are the main reason the world progresses. Industrialization, which drastically improved the quality of lives for humans, was the result of profit seeking. The Americas were discovered by Europeans due to profit seeking.

    The only fair thing is fair market value.

    --

    Discussion Never Hurt Anyone.
    Libertarians
    1. Re:Company Morality by mofolotopo · · Score: 1

      While that's in principle true, the idea that market pressure actually drives the course of innovation is less and less relevant to the world of technology these days. One of the interesting things about the economic theory behind free market capatalism is that it actually assumes a perfectly informed buyer, one that will make decisions that are in their own best interest. While that's never been the case with any product, it's so far off base with tech products that it's hilarious. While your average /. reader will probably care a great deal about this, the average American PC buyer just wants to get the next $500 Dell so they can download pr0n and play video games. If we rely on market pressure to defeat things that the buyer doesn't know about or understand, we're putting our faith in the wrong place.

  90. Apple by Anonymous Coward · · Score: 0

    What, you mean SPARC, PowerPC, and whatever chips are used in System 390 mainframes will have to licence this scheme from Microsoft?

    Of course they won't. Apple will have a field day if MS tries a stunt like this. You'll see so many folks buying Macs that Apple will be able to buy back all their stock that's now owned by MS. Heck, I'd even probably by my first Mac then.

    1. Re:Apple by Lonath · · Score: 2

      I still think they'll try it. They might not ever get the chips produced, but they will at least go into backroom negotations with major chipmakers and try to do this. They might even be able to sneak some of this past before people notice it. They probably won't get all of the manufacturers, but they will get some.

  91. Like DVD region locking? by SailFly · · Score: 3, Insightful

    Embedded security into a hardware device to restrict its use? Sounds similar to me.

    I wonder how many firmware/BIOS patches will show up that disable or fool the hardware device like how you can disable region locking in your DVD drive -- not that I would ever condone such behavior :)

  92. Switch! by psicE · · Score: 3, Interesting

    There's a computer available, that doesn't use AMD or Intel products, so it's immune from Palladium.

    It's got a 500MHz processor, PGX64 graphics accelerator, 128MB of memory, a 20 GB 7200 HD, Ethernet, floppy, 48X CD, smart card reader, and... Solaris 8 Pre-loaded? All for $995. (Yes, that's a SPARC processor).

    To me, it looks perfect. We get a high-speed 64-bit RISC processor, really the only RISC architecture that hasn't morphed into Itanium (poor Alpha); we get reasonable basic specs, and just about everything short of the proc/mobo can be upgraded with standard parts from Pricewatch; and finally, because Freedom is of the utmost concern, any version of Debian that you can run on x86, you can run just as well on Sparc.

    And if that isn't enough, if you absolutely *need* to run Windows applications for some reason, in addition to using Bochs, there's another option. If you don't mind keeping Solaris on your computer alongside Linux, you can even buy a $500 PC-within-a-PC card, with a 733-MHz non-Intel x86 processor; because it lets you run Windows and Solaris apps side-by-side, it's essentially a perfect cross between VMware and Wine.

    Don't know about you, but my next computer's a Sun.

    I do wonder what Microsoft would think if large numbers of people did this. On the one hand, they might love it; if all the Linux users bolt to SPARC, then Microsoft is left with 99.999% control of their platform, complete control for computer built in the last 3 years, and the power to make hardware manufacturers do whatever they say. On the other hand, it means that their Windows-is-better-than-Linux arguments now have to account for the fact that Linux is running Sparc, and it becomes that much harder to get Linux users to switch back. :D

    And for us, it means that the ugliest and slowest port of Linux, that for x86, is all but gone; and most time will be spent developing one of the cleanest, SPARC.

    1. Re:Switch! by Anonymous Coward · · Score: 0
      For people who read the parent and think, "Hey, he's right." I did a search for the computer he mentioned, here's the appropriate link at Sun:

      Sun Blade 100 Workstation

      Posting anonymously to avoid accusations of karma-whoring, despite the fact that I'm at the cap.

    2. Re:Switch! by bill_mcgonigle · · Score: 1

      It's got a 500MHz processor, PGX64 graphics accelerator, 128MB of memory, a 20 GB 7200 HD, Ethernet, floppy, 48X CD, smart card reader, and... Solaris 8 Pre-loaded? All for $995. (Yes, that's a SPARC processor)...We get a high-speed 64-bit RISC processor, really the only RISC architecture that hasn't morphed into Itanium (poor Alpha)

      If you're willing to consider a real RISC processor that's only sold a few tens of millions of units, and you could live with a 700MHz CPU, NVIDIA graphics, a 40GB HD, a CDRW, a 56K modem, 1394, USB, 802.11b support, a 17" flat CRT, and lots of 3rd party apps, you might look at this one. Of course, you can install linux on it too, but it comes with a UNIX already.

      The unit with a floppy and smartcard reader will cost $200 more, but you were going to buy a monitor for the Sun anyway, right?

      Oh, and it's pretty.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    3. Re:Switch! by psicE · · Score: 2

      The reason the G4 has reached 700MHz is because Apple, feeling megahertz-envy, decided to jack up the G4's pipeline. The original G4 was only 4-stage, and could therefore get no faster than 500 MHz at a reasonable price. The new one has a 7-stage pipeline, allowing for faster clockspeed but not much better performance.

      Graphics? Just as good as Sun's for most purposes; and if you're buying a computer to play games made by Microsoft and Vivendi, then you might as well just sell out and use Palladium. CD-RW? The Sun lacks, but $100 will buy you a Plextor, much faster than the Mac's, that you can throw in. 1394, USB, 802.11b? Present on the Sun, or if not easily expandable via PCI. Monitor? If CRTs are your thing, fine, but I want an LCD, which I can buy for the Sun for $350. Lots of 3rd party apps? More for Solaris.

      But that's not the point. After all, for only $1600, you can get a computer that's truly competitive with the Sun, in the form of a tower G4. With its 40GB HD, CD-RW, and 256MB of memory, making the Sun up to spec would make their prices match.

      More importantly is the company itself. Apple has staked its future on OS X; FreeBSD-based at the core, but proprietary all the way up. Sun, on the other hand, has essentially staked their future on open source. They have put an unprecedented amount of work into Linux and Linux software. In the end, if Linux users bolted to another platform, which company would I trust more to support us and give us the products we want? Sun, by a mile.

  93. authenticated binaries are possible by thechuckbenz · · Score: 1

    Just because a binary file is certified doesn't make it a GPL violation. Yes, the binary has to be distributed, but if you can also distribute the source, anyone can validate the binary you distribute by building a clone of it, right ?

    1. Re:authenticated binaries are possible by haapi · · Score: 1

      Every shared lib going linked into that binary would also have to be certified. Same issue with DLLs on Windows, of course. Consider THAT impact on simple library updates!

      Talk about innovation coming to a crawl....

      --
      Well, apparently, you only have to fool the majority of people for a little while.
  94. Re:Oh yes it is. You're just not looking far enoug by rseuhs · · Score: 1, Troll
    Microsoft can afford to take the long view.

    No, they can't.
    Linux will replace Windows just like the open PC-platform replaced Apple and Amiga.
    It's just a matter of time, but it already started to happen. Walmart selling Linux-PCs and South-Korea deploying Linux on 1/4 of their desktops is just the beginning.

    Microsoft knows that, even when the average slashdotter is busy whining about the evil Microsoft-monopoly which no longer exists anyway.

    The biggest driving force of Palladium/Longhorn will be the DRM technology.

    This is a contradiction in itself. DRM is no driving force, it's a roadblock.

    It has been tried. Remember the hardware "DivX" player?

    People want to consume media and

    Wait, there is no "and" in this sentence. People want to consume media, their interest end after that. They don't want to pay ridiculous amounts for subscriptions and fees.

    the media companies will require rights management.

    Well, and I demand a million $ from you.

    Sometimes you don't get what you demand. Especially when you make unrealistic requirements. I would guess the chances of the media companies getting bullet-proof DRM is about as high as I getting a million from you.

  95. (Overheard at Intel) by Saint+Fnordius · · Score: 1

    "Hey, I got an idea for a quick million or two as pocket change. Let's sign on with Microsoft on this Palladium scheme, hit them for consulting fees, and them tell them it can't be done after they pay!"
    "What about AMD?"
    "We can fool them. 'Smatter of fact, I bet they're already planning the same thing."

  96. GPL'd Software is usable? by Anonymous Coward · · Score: 0

    Could've fooled me...

    1. Re:GPL'd Software is usable? by Anonymous Coward · · Score: 0

      Given your apparent lack of cognitive ability, I tend to doubt that fooling you is much of a challenge.

    2. Re:GPL'd Software is usable? by ginxd · · Score: 1

      Im assuming that by this you mean you have problems getting it to work!? Did you ever consider that this may be because of your lack of understanding of GPLd software. If approx. 40-50% of the world market uses Unix, I think your statement shows you know sweet FA about GPLd software.

      --
      Hard Work Often Pays Off After Time, but Laziness Always Pays Off Now.
    3. Re:GPL'd Software is usable? by Anonymous Coward · · Score: 0

      Do you see the irony in what you just said???

  97. I don't see the licence breaker here... by Kjella · · Score: 2

    You don't impose anything on the user. "requires Palladium-enabled PC" would be right up there with "requires Windows(c)(r)(tm)". It's a system requirement, not a licence requirement. You're required to provide a compatible environment yourself.

    Don't think it'll fly. However, you can demand the source (unless supplied), disable the Palladium crap and compile it yourself. Which presumably means you won't get it signed, and it won't run. But you're still free to copy, distribute and modify it, which is all the licence requires.

    It's very much like your right to fair use. You got them, but there's no law saying it must be easy. Or should I say used to be? DMCA makes it a crime to actually exercise that right, not to mention expanding copyright to infinity (No, you can't break a DRM scheme legally even after the copyright has expired because it'll be protecting other, newer works still under copyright.)

    Kjella

    --
    Live today, because you never know what tomorrow brings
  98. Nothing to worry about... by gillbates · · Score: 3, Insightful
    Microsoft cannot implement this without going out of business, or losing a substantial amount of the desktop PC market to Linux.

    Here's why:

    1. Microsoft's dominance in the PC market has been fueled by the fact that their software has been backward compatible; existing desktop users have always found it easier to upgrade Windows than switch to Linux.
    2. The appeal of Windows for the average user is that it is compatible with almost all of the hardware and software available today. Take away this compatibility, and there will be little reason for the average desktop user to adopt it.
    3. Many businesses, including mine, depend on the backward compatibility of Windows to run many of our mission critical applications. We don't even have the source code for some of these, so switching to a Paladium Windows(TM) isn't even an option. Even in the cases for which we do have source code, we would still be forced to use Linux because Paladium Windows (TM) wouldn't run our unsigned code.

    Paladium is pure speculation by Microsoft. They cannot afford to release this to the public, because they would lose their monopoly on desktop operating systems if they did.

    --
    The society for a thought-free internet welcomes you.
  99. Free Equivalent - Public Trust Clearinghouse by Bob9113 · · Score: 3, Insightful

    What is the free equivalent to this? I propose the following:

    Microsoft is banking on the fact that companies will trust it to authenticate good software because they trust the Microsoft reputation. Historically, Open Source has developed its trustworthy reputation by banking on actual users who state that the software is trustworthy.

    So here is a Free alternative to Palladium - a public trust clearinghouse. Much as DCC authenticates spam, and the GPG repositories authenticate public keys, a public trust clearinghouse could be an expression of the corporate trust of software.

    As an example, imagine giving each member of the Wilshire 5000 a number of votes equal to 10000 minus their position in the Wilshire 5000 (IE, the biggest company gets the most votes). Each can submit any mix of those votes to the "trust this software" and "don't trust this software" bins, and can move them as the wish. New software would have very few votes. Established software would have many votes. The decision to trust could be based on both the number of votes and the percentage of positive votes.

    Yes, I think using the Wilshire 5000 is a requirement, because corporations don't trust the general public with business decisions any more than you and I trust Joe Six-pack with firewall settings.

    The question then is how to incentivize corporations to participate. Perhaps a license requiring that those 5000 companies submit a certain number of votes per month to be allowed to access the trust repository... just spitballing.

    Regardless of how it is done, I think Microsoft has hit on a genuine chink in the O/S armour - it does not have any officially responsible party. Coming up with a way to state authoritatively to business that version 3.142 of SuperDaemon is trustworthy would go a long way to countering Palladium if it catches on. And frankly, I would be far more likely to trust 5000 parties who are objective on average than to trust the manufacturer of the software.

  100. I love Bruce Schneier's quote on this... by Anonymous Coward · · Score: 0

    Bruce Schneier says of Palladium: "If this works, it will be the first time in the history of computing that it works... lots and lots of encryption is broken all the time because it's done wrong. The odds are actually zero this will be secure."

  101. Not going to happen. by Anonymous Coward · · Score: 0
    So long as there's a mechanism for a programmer to write and run original code on a system, it will be impossible to lock out "untrusted" software.

    At worst, it means dialog box hell during startup.

  102. Software management by IamTheRealMike · · Score: 2
    You have a good point about software management, and one that I'm always banging on about. There are several projects in place to try and fix these issues, but it's a big issue to fix. I'd say a year or so before we start to see an impact.

    Until then, the solution is NOT to have a "rootless" box. There's nothing inherantly difficult about switching to root to install software, especially if it's just a cute little dialog box that asks for the root password. The problems from software management come from a lack of standards and decent packaging software - not unix security.

    1. Re:Software management by gd23ka · · Score: 1

      But rpm and apt-get are light years of what Microsoft has to offer, all their apps come with is a program that just smears junk dlls all over the file system and wantonly updates OS configuration information in that "registry" of theirs. They're amateurs, come to think of it, why even DEC's Ultrix 32 had a package manager.

  103. Development tools? by Bazzargh · · Score: 2

    Correct me if I'm wrong - but dont all the arguments about the impossibility of working with GPL'd software on DRM systems also apply to anyone developing *any* code on such systems?

    ie - if you want to test the code you just compiled because you are a legitimate developer, you must have some way to do so? (Arguments that it will only run on your own machine are weak. That won't stop distros like gentoo from working, nor is it good enough to work in dev shops where you be compile for a test team). This may suggest that M$ will charge more for developer licenses, on unrestricted platforms?

    Secondly - if you can build a VM that runs on a DRM system, but doesnt require signed bytecode, then you can run anything you want anyway? And is Linux not just a big VM when it comes down to it (for everyone except the kernel developers)

    My point is, if there is no way to develop code in small cycles, MS will find this a very hard sell to software houses and IT depts of corporates.

    It seems to me that the only way this can work is if the system 'can' run untrusted or self-signed code, but will not run signed code unless DRM lets it. None of this prevents GPLd code working.

    -Baz

  104. Quality of life. by Jennifer+E.+Elaan · · Score: 5, Insightful
    Actually, corporatized industrialization has lowered the quality of life for humans. Starting with the beginnings of the industrial age, where women and children were being forced to work in terrible conditions, to now, when the average work day has not decreased at all (and increased in a lot of professions). In fact, now we have the problem of North American excesses lowering the quality of life elsewhere in the world, especially in developing countries that can get more money from selling their crops as cattle feed in the US than from selling it to their populace. Guess which they choose?

    And, to top it all off, in the past 30 years or so, incidences of stress-related mental illness has increased by something like 500% (I forget which study I read that in, but anyway).

    And what do we have to show for it? Do we have more time to spend with our friends and families? No, all we have is a few new toys (although, as a geek myself, I have to admit that they are fun toys). If we see an average person working one day a week and making enough money to support themselves and their families, then that would be a massive improvement in quality of life.

    In fact, we have seen the opposite; the two-income family is so common that it has become difficult to be one-income anymore. The quality of life has decreased enough that the average two-income family now lives about the same as an average one-income family in the 1920's.

    Remember, those who do not understand history are doomed to repeat it.

    1. Re:Quality of life. by Anonymous Coward · · Score: 0


      Hello comrade! It's your turn to read the Pravda articles out loud at the next meeting.

      Dumbass. We have 2-income families now because 1 wage earner is not enough to pay for all of the comm-lib crap programs which people like you keep foisting on our government. Lower taxes to something less than slave levels and watch what happens to your quality of life.

    2. Re:Quality of life. by Anonymous Coward · · Score: 0

      > Actually, corporatized industrialization has lowered the quality of life for humans.

      You are so right. Let's ditch industrialization and watch 5 of the 6 billion people alive today die of starvation and disease.

      Idiot.

    3. Re:Quality of life. by Anonymous Coward · · Score: 1, Insightful

      > Actually, corporatized industrialization has lowered the quality of life for humans.

      Yes, all those extra humans alive with extra life expectancy because of industrialization must really regret not being dead.

      > Starting with the beginnings of the industrial age, where women and children were being forced to work in terrible conditions,

      Which must explain the mass movement of people from the countryside to the cities then.

      > to now, when the average work day has not decreased at all (and increased in a lot of professions).

      Perhaps not, but I'd rather spend 40 hours punching a keyboard, than down a coalmine.

      > In fact, now we have the problem of North American excesses lowering the quality of life elsewhere in the world, especially in developing countries that can get more money from selling their crops as cattle feed in the US than from selling it to their populace. Guess which they choose?

      Well, not many do, because farm subsidies in the developed world prevent 3rd world countries exporting. Those which do export - like the USA, Europe, China etc, export surpluses.

      > And, to top it all off, in the past 30 years or so, incidences of stress-related mental illness has increased by something like 500% (I forget which study I read that in, but anyway).

      (a) Prove that figure
      (b) Even if true, prove this is because the actual level of stress is higher, and it's not just because people have started to measure something that was aleady there.

      > And what do we have to show for it? Do we have more time to spend with our friends and families? No, all we have is a few new toys (although, as a geek myself, I have to admit that they are fun toys).

      If people make dumb choices, that's their problem. Anyone who'd rather play with a toy than spend timne with their kid probably deserves to be alone, stressed and unhappy.

      > If we see an average person working one day a week and making enough money to support themselves and their families, then that would be a massive improvement in quality of life.

      That has to take the prize as the most tautological and stupid comment of the day.

      > In fact, we have seen the opposite; the two-income family is so common that it has become difficult to be one-income anymore.

      And why do you think that is? It's because women now have reproductive freedom thanks to the pill and *can* earn a separate income.

      > The quality of life has decreased enough that the average two-income family now lives about the same as an average one-income family in the 1920's.

      How? Prove this!

      > Remember, those who do not understand history are doomed to repeat it.

      Or repeat cliches.

    4. Re:Quality of life. by Dr.+Awktagon · · Score: 2

      two points, all imho of course:

      1) Nobody is forcing us to work more than the amount necessary to survive. There's no reason why you couldn't get (for example) a part-time job and have a comfortable existence. If more people wanted part-time jobs, it would be more common and acceptable in our society. (i.e., people wouldn't say, hey that guy's lazy, he's wasting himself, selling himself short, etc.)

      The problem is, as you say, North American excess and competitive impulses. People feel they have to work more than the next guy so they can buy things they don't need.

      2) Mental illness has always been a big issue. But only lately has much of it even been considered "illness". Our understanding of mental illness has broadened considerable. I'd bet that your figure of 500% would apply to diagnoses, not the actually incidents of mental illness. This is what I've read.

      What's great about this world is that you can choose your destiny. Nobody forces you to work 10+ hours a day.

      I much prefer the problems of today than the problems of the past...

    5. Re:Quality of life. by Anonymous Coward · · Score: 0

      Well I'd agree that most technologies developed have done little to make lives easier, but I'm not sure if the work hours actually increasing is decreasing the quality of life, necessarily. That's not to say that working fewer hours is undesirable. There is a trade off between doing work at your job and doing work at home. If it would take you eight hours to fix your car but only four hours to make enough money to pay someone else to fix your car, you'd rather work four hours and let someone else do the work (and the greasemonkey has more experience and tools than you do thus decreasing the manhours needed to fix it). Thus, you saved yourself four hours of time at the expense of having to work at your job for four more hours.

    6. Re:Quality of life. by markmoss · · Score: 5, Insightful

      Starting with the beginnings of the industrial age, where women and children were being forced to work in terrible conditions, as opposed to the wonderful conditions on medieval farms, where since most peasants couldn't afford an ox they'd hitch their wife to the plow, medical care was unavailable to the poor (90% of the population) and downright hazardous to the rich, the population was kept in balance by starvation if plague and warfare didn't kill enough, and even the upper classes ate so poorly as to average almost a foot shorter than today.

      the average work day has not decreased at all (and increased in a lot of professions. It depends on how you count all the "work" time I spend on /. ;-)

      developing countries that can get more money from selling their crops as cattle feed in the US. Really? I thought most third-world farmers couldn't afford to ship their crops to the ports or the cities (whether for sale locally as food, or to ship overseas) - maybe because most of the foreign aid went into Swiss bank accounts rather than things like roadbuilding, or tractors and fertilizer to make the food farms more efficient. Or their government pressures them to grow cash crops for export (to get more hard money for those Swiss bank accounts) rather than food. Agricultural subsidies in most first-world countries do screw their own consumer/taxpayers as well as third world farmers, but the bigger problem is with the third world governments.

      in the past 30 years or so, [Diagnoses] of stress-related mental illness has increased by something like 500%. Maybe now doctors call it "mental illness", where 30 years ago they'd just say "take a vacation". Unfortunately, that doesn't mean they are better at diagnosing mental illness, but rather that they've better learned how to phrase it so as to get the medical insurance to pay. And to whatever extent there is a real increase in stress: It may be hard for you kids to believe this, but 30 years ago the industrialized countries were already fully industrialized and had been for 50-100 years. Maybe "Republicanization" is causing increased stress to US workers, or maybe it's that 4-6 months a year we work just to pay the goddammed taxes, but if stress was due to industrialization, it would have peaked long ago.

      And do you think medieval peasants, Roman slaves, Egyptian peasants in 3,000 BC, or any other lower classes in the old days were free from stress? No, they _died_ instead of just getting a little squirrelly.

      the two-income family is so common that it has become difficult to be one-income anymore. (1) It's quite possible to raise a family on a single moderate income. Mennonites do it all the time. They just don't buy toys, fashionable clothes, prepared foods, etc. And, because my wife can't hold a job for more than a week before she starts telling the boss how to run it, I raised two children on my one paycheck - and for the first 8 years, it was the tiny paycheck of an enlisted serviceman. Just don't think you've got to buy everything they show you on TV.

      2) A pre-industrial farmwife worked much, much harder than a modern working mother. Yes, I know it's hard to get home from 9 or 10 hours of work, toss dinner in the microwave, run the vacuum around the floor, get the kids ready for bed, and toss the clothes in the washing machine. Try cooking food from scratch on a wood fire, washing those clothes by hand. and cleaning the carpets by taking them out to the clothesline and beating them. If you can't afford to hire help, you'll soon be happy to go back to a dirt floor and greatly lower your expectations of personal cleanliness - even if you don't have anything better to do all day.

      (3) You don't know how the average one-income family lived in the 1920's. You only see the top 10%. For the rest, no refrigerator, no car, electricity and running water optional, and generally the wife was working outside the house too as much as childbearing and care allowed.

      working one day a week and making enough money to support themselves and their families. Scale your lifestyle back to that of Abraham Lincoln's parents, and it ought to be possible. If not, it's because of the ridiculous tax burden we have allowed our local, state, and federal governments to impose. I do know people who support themselves on less than 1 day a week work, but they get their wages in untaxed cash and the cardboard crates they live in have so far escaped the notice of the tax assessors...

    7. Re:Quality of life. by Anonymous Coward · · Score: 0

      Indeed, no sense in letting that first billion starve alone.

      Moron. (And I don't mean the original poster)

    8. Re:Quality of life. by bobllama · · Score: 1

      What exactly do you measure the quality of life by?

      Starting with the beginnings of the industrial age, where women and children were being forced to work in terrible conditions

      But before the industrial age, didn't children work just as hard on farms just to get enough to eat for the family? Yes, I agree that during the beginning of the industrial age, the conditions were probably worse (e.g. more accidents in factories than on farms before), but I think we've moved past that now, and that children today are much better off than they were before the beginning of industrialization. Obviously in America this is true, but I believe it is true elsewhere in the world (although not to the same extent).

      Second, keep in mind that in developing nations and developed nations alike, the infant mortality rate has dropped tremendously in that time. This has led to other problems, yes (overpopulation), but imagine not living past 6 month pre-industrialization, and tell me that actually surviving to become a grown human isn't better.

      And, to top it all off, in the past 30 years or so, incidences of stress-related mental illness has increased by something like 500%

      How much of this is a true increase in stress-related mental illness, and how much is an increase in our willingness to acknowledge it? 30 years ago, you were either normal, or nuts.. no real shades of gray. Now, we find new types of disorders around every corner. I'm not saying which are/aren't real, just that there's more attention paid to them now.

      In fact, we have seen the opposite; the two-income family is so common that it has become difficult to be one-income anymore. The quality of life has decreased enough that the average two-income family now lives about the same as an average one-income family in the 1920's.

      You hear this a lot these days, but with one exception (real estate) I think that people are measuring, not the quality of life in absolute terms, but the quality of life measured against those around them. I think this is not so much an effect of corporatized industrialization, as you put forth, but rather an increase in the level of competitiveness, and ambition of the American family. With the exception of housing costs, the percentage of per capita income spent on "fundamental needs" has decreased every decade last century (although the 30's we almost flat). We need to make more because we want to get more, and we measure our "quality of life" by where we are socio-economically (Upper Class, Lower Middle Class, etc). And as more and more families try to climb, the same rung of the socioeconomic scale has a MUCH higher quality of life than before.

      (As always, everything above is just IMHO)

    9. Re:Quality of life. by Anonymous Coward · · Score: 0
      In fact, we have seen the opposite; the two-income family is so common that it has become difficult to be one-income anymore.

      My wife and I are raising two children on my income. We make do with less stuff than most folks have today. We have WAY more stuff than my parents did at a similar stage in their lives, and it's of generally higher quality, to boot.

      The quality of life has decreased enough that the average two-income family now lives about the same as an average one-income family in the 1920's.

      This is ignorant, or insane, or both. My grandparents were middle-aged in the 1920's. My Grandfather sold insurance, ran a gas station, and did similar things to make a living. They weren't poor, by any means. My Grandmother had to work outside the house sometimes, doing housework and later as a nurse's aid. One of their children died at age 3, of one of the diseases which swept the country every year. My aunt and mother survived, probably despite the medical care which was available. They lived in small houses, which were drafty and poorly heated. Food was expensive, and of uncertain quality. You could only eat what was in season, or what you had preserved. Laundry was an all-day, once-a-week chore. Since they were city folk, they had indoor plumbing and a gas stove. No wood chopping or carrying water, but life was HARD back then.

      If we see an average person working one day a week and making enough money to support themselves and their families, then that would be a massive improvement in quality of life.

      Only if that average person wanted to live that way. I've done it, and you could too, if you wanted. It's an option today, but it gets old after a while. Work is fun, and still leaves time for slashdot.

      Someone else has already pointed out that the industrial revolution was what gave us the economic surplus to allow us to give women and children the factory jobs which were an improvement over their previous conditions. It also gave us the chance to accumulate enough capital to allow us to do better by our poor today. Today's poor, schizophrenic homeless are better clothed, better fed and better doctored than the king of England was before the industrial revolution. I don't say that they're happier, but they are materially better off, and healthier.

      ... those who do not understand history are doomed to repeat it.

      Yep. Better get a history book, you're primed to repeat.

    10. Re:Quality of life. by Anonymous Coward · · Score: 0

      In fact, now we have the problem of North American excesses lowering the quality of life elsewhere in the world, especially in developing countries that can get more money from selling their crops as cattle feed in the US than from selling it to their populace. Guess which they choose?

      This is pure bull, the US is the worlds leader in food exports....why would another country sell something to the US that the US already has a ton of ?

      Starting with the beginnings of the industrial age, where women and children were being forced to work in terrible conditions, to now, when the average work day has not decreased at all

      The average work day hasn't decreased since the beginning of the industrial age? What are you on????!?!?!? People use to work 14 hour days in much harsher conditions then you would ever see today. People use to work even longer before the industrial age when farm work was all there was.

      You people that like to think that the past was soooo much better then the present or the future really crack me up. You must not know very many people that lived through the 1920's if you think we have it worse today.

      Let me clue you in on something...times change...do you know what happened after the 1920's? That's right a horrible horrible horrible stock market crash. Where the 1960's any better when we where sending off countless people to die in some war? Where the 80's better with the recession? Sure the 90's where better...but so far has this decade been better?

      Learn your history before you begin to preach it.

    11. Re:Quality of life. by Jennifer+E.+Elaan · · Score: 2
      Wow, there have been a lot of good replies to this, so I'm just replying to myself instead of each directly. I wasn't trying to say that industrialization was lowering standard of living, I was trying to say that CORPORATIZED industrialization did.

      I personally specialize in automation systems (although I'm still mainly a student), so I certanly don't believe that we should go back to being Amish. What I AM trying to say is that the industrialization has mainly helped the people with the most control over the process, which, despite what we would like to think on slashdot, is not us (although we do get paid a good salary so we won't complain about being used like this).

      My ideal system would involve less central control of the industrialized capabilities, but more use of technological methods overall.

      Oh, and the issue of mental health is actually quite real. The perception that it is a difference in diagnostic criteria is actually backwards. Evaluated using 1950's standards, something like 60% of children today have an anxeity disorder. Other diagnostic areas (which are non-stress related) have only seen a modest increase (less than 50%).

      And I would personally love to see some of this easy money that I'm hearing about here. I live in a small apartment with my SO. One and a half incomes isn't enough to support us (my point above), and I seem to be having some trouble locating a tech job anywhere around here. And our problem is not due to expenditure, of which food is our primary one. The world is not a sunny place for those who are not working in good jobs.

    12. Re:Quality of life. by thetman · · Score: 1

      The first billion would starve regardless of our existence. You are the moron.

    13. Re:Quality of life. by Anonymous Coward · · Score: 0

      An increase in anxeity disorders in children probably has a lot to do with divorce, parents choosing to devote themselves to work rather than children, usw.

      Another cause for anxeity in children is permissive parents. Kids need to have definite limits to feel safe. This requires that parents be responsible, and a lot of the parents that I see aren't willing to do that much for their children. I am convinced that most of the very real problems we are seeing in children are the result of character deficiencies in their parents.

      A third cause of anxiety in children and parents alike is TV. I noticed that in the weeks after the September 11 attacks, there was a lot of talk about how to deal with the trauma to children who'd seen the gloom and doom on TV. Since we don't have a TV, that was all just a rumor to our kids, and there was no trauma. Some questions to answer, but no trauma.

      These things might be a consequence of materialism or workaholism in the parents, but not a direct consequence of centralized control or industrialization.

      If you can't afford rent and food for two on one income, you need to move. Try the midwest. We recently left the vicinity of Indianappolis, and wouldn't hesitate to move back to that part of the world if things get tight here in Alaska. Rents are reasonable, and jobs pay modestly well, given the cost of living. The other possibility is to lower your expectations for convenience and space. My family (one wife, two kids) has always lived on one income. We simply don't consider living in the Bay Area, New York, et cetera. I get less than half the wages of some of my classmates, and have what I consider a better standard of living, as a result.

      What alternative do you see to ``CORPORATIZED industrialization''? We need some system to allow people to pool capital without the burden of management responsibilities, and thus without liability. That's the corporation. Without the pooled capital, there can be no industry. Without that, we all starve in the dark, unless disease gets us first. Any system which could replace it must have the same features which cause the difficulties we have with the present system.

      The perception that we MUST have two incomes per family seems linked to the idea that we MUST have two cars, MUST have a TV, MUST have a bedroom for each child, MUST have clothing/furniture/stuff which we purchase new (as opposed to hand-me-downs and the Salvation Army stores). Our family does without that stuff. We live well, and I get home at a reasonable hour every day, and my wife has time to homeschool the kids. We read for entertainment, rarely go to movies, and spend a lot of time together.

    14. Re:Quality of life. by Anonymous Coward · · Score: 0
      The main problem with your viewpoint is you are inventing an idealized past that simply does not exist. People like to think that our grandparents had it easy compared to us but that is simply not true. When my grandparents were growing up, they went outside to fetch wood to keep warm, children worked long hours on the farm in addition to school etc.

      And people today try to imagine some idealized past. A good book for you to read would be The Good Old Days... They Were Terrible! to learn what our Grandparents generation's life was really like.

      You can definately argue that the rich are proportionately richer today over the masses then and now, but frankly a more correct and relevant comparison would be comparing the masses today to the masses yesterday.

    15. Re:Quality of life. by Jennifer+E.+Elaan · · Score: 1
      I agree that they didn't have it particularly any easier (my first post up there was a mess...). I'm mostly just arguing that they didn't have it a lot worse. The point is that society is supposed to get better.

      Some things have improved. Others have worstened, often considerably. All I'm saying is that the cycle will have to be broken before we ever get anywhere with actually improving civilization.

    16. Re:Quality of life. by Citizen+of+Earth · · Score: 1

      Agricultural subsidies in most first-world countries do screw their own consumer/taxpayers as well as third world farmers, but the bigger problem is with the third world governments.

      That's a adequate explanation for almost every third-world problem.

    17. Re:Quality of life. by Anonymous Coward · · Score: 0
      All I'm saying is that the cycle will have to be broken before we ever get anywhere with actually improving civilization.

      Well, utopians have been prescribing for the improvement of civilization since Plato, or earlier. The only time we've seen any change in the human condition was 1776 onward, in what became the US. It's debatable how long the change lasted.

      Materially, we are incomparably better off than any previous generation. We can subsist with fewer hours of work than any previous generation (though most of us don't choose to live that way).

      The only thing which seems to help on any other plane is what we call libertarianism: leave folks alone, prohibit theft and fraud, and they'll do the best they can. In the US, that worked for quite a few years. It produced the period you are idealizing. There was considerable corporate control then, and the corporations were far less restrained by law then than now. Look up the history of the wobblies for some details. They weren't much liked by the decent people of the day, for the same sort of reasons that the anti-globalization freaks who trashed Seattle aren't liked today.

    18. Re:Quality of life. by leereyno · · Score: 2

      I'd just like to point out that most of the two income families you mention are up to their eyeballs in debt. The reason they're having to work so hard is because they were stupid and spent money they didn't have by using credit cards, bank loans, etc.

      After taxes my yearly income is 24k a year, and nearly 2/3 of that is disposable income. The reason is that I don't waste my money. I live in a house with three other people and we split the rent. I have more room for less money than if I had a single apartment for myself. We have a big pool in the backyard too. I ride my bike to work instead of driving. I do have a car, but I drive it maybe once or twice a week and I only pay liability insurance on it. Because I watch my money very carefully I can pretty much buy whatever I want. Now mind you I don't go out and waste money on toys and bullshit. If I buy something I have a good reason for doing so. I have that which I need and much of what I want, and I have money in the bank. So when I hear about how Mr. and Mrs. John Q. Public have it so hard I can't have much sympathy. Either they didn't do what they needed to when they were younger to ensure they made enough money, or they're so irresponsible with their finances that they're wasting the money they do have paying interest.

      I see other people whose thirst for things drives them to dig themselves a very deep hole of debt. As far as I'm concerned they're complete idiots. If I want a new car, and a nice new car for that matter, I'll save money for a few months, put down enough of a down payment that the car is worth more than I owe my credit union, and then pay the rest off within a year. Right now I have almost $15,000 in the bank. If I wanted to I could easily go buy a car worth my yearly (post tax) income and have it paid for within a year.

      I'm sure as I grow older my condiitions will change. I'll marry (I sure hope so at least), have children, and in general incur greater expenses in the course of living. I'll also be making more money, and while I might not be able to continue to live off 1/3 of my income, I'll certainly not get to the point where I'm spending more than I make, especially if my future wife works also.

      Of all the subjects that children are never taught in school, basic economics is surely one of the most sorely missed. Of course I can't really blame society for the actions of individuals though. It is their responsibility to see to it that they understand how to handle their money. Education would make that easier, but ultimately it is the responsibility of each of us to handle our own business.

      As for the rest of what you said, I absolutely agree. Of course I wonder how much of that stress related mental illness is the result of working too hard to pay off your debt.

      Lee

      --
      Muslim community leaders warn of backlash from tomorrow morning's terrorist attack.
    19. Re:Quality of life. by Anonymous Coward · · Score: 0

      Wow... That's a really cool post. I've felt a lot of these things for a long time, myself -- when I was younger, I ran up my credit cards, living on them because I was in school and couldn't find a job in the local area, and for a while I lived near NYC and pretty much gave up on the idea of ever having my own home.

      Eventually, I burned out on all that madness, and I dropped out -- I took the civil service tests and signed up for a state job at a serious drop in salary (but with much better job security). Once I didn't have to worry about losing my job to a layoff, and I got used to having less money and budgeting more, I found I was much more happy as a person, more relaxed, and better able to function overall. I took out a low-interest loan to pay off my credit cards and now I'm buying a small house (actually, it's a very small house, but the mortgage will be less then my rent). The cost of living where I am is much lower than what I was used to before. Even with less salary, because I don't buy all the stuff I used to, I'm doing a whole lot better.

      I think what I've learned over the past year is that a modest life, without status symbols and the like, is really much nicer than the expensive life my friends down in NYC still pursue. By 2005, my only debts are going to be my mortgage and my student loan. Here's something ironic: by choosing an inexpensive part of the country to live in, and choosing a lower-wage but much more secure job, I've actually ended up with a much better lifestyle then my old friends!

      I loved your post. Good stuff -- I'm not in as sweet a position as you are (yet) but I'm getting there.

      -Philman

    20. Re:Quality of life. by BattyMan · · Score: 1

      I'm sure as I grow older my condiitions will change. I'll marry (I sure hope so at least), have children, and in general incur greater expenses in the course of living.

      Yeah, have a couple of kids and see what that does to yer budget....

      --
      Exceeding the recommended torque is not recommended.
  105. Microsoft's Motives and Why This Will Fail by trikyguy · · Score: 0
    Microsoft see's problems out there, and wants to fix them. Admittedly, they want to fix them so that they can make more profits with a better products/services, but their motive is to better serve consumers. I don't buy the pure evil description.

    This will fail because it limits freedom. SPAM is a problem, but it's inherent in the freedom we have. Open Sourcers fear marketing like biological warfare. "Our enemy will succeed because they have marketing" ( for warfare, insert smallpox ). There have been plenty of companies who had marketing yet still failed (e.g. WorldCom "generation D"). Some would like to blaim Microsoft's previous success on marketing, instead of good enough products coinciding with good timing. This will make their products much worse. They are trying to shoot the moon and solve all the problems in the world. It's too impractical. RSA encoding, there was a solution to a problem that was not too ambitious. Like the pandlers selling snake oil before them, Microsoft will not be able to sell this product for very long.

    --

    Discussion Never Hurt Anyone.
    Libertarians
  106. What about Web Apps? by joel8x · · Score: 1

    I thought MS said the future of computing was in web applications and XML this and XML that, blah blah blah. So how is Palladium gonna provide security on a web based app? Is every website gonna need an MS approved certificate to be seen on a Palladium equipped box? This whole idea seems like a load of FUD.

    --
    Sound waves should be free!
    1. Re:What about Web Apps? by J'raxis · · Score: 1
      Did you... read the article?
      Everything I download to [a user] (and this may even include Web pages -- the scheme is that far-reaching) will have some manner of digital cert which MS and its family of cronies will have established beforehand.
      It seems that is their plan.
    2. Re:What about Web Apps? by joel8x · · Score: 0, Offtopic

      Slahdot poster who reads articles???

      Seriously, I read a different article on Paladium and only skimmed this one - thanks for the quote though.

      --
      Sound waves should be free!
  107. What is an "authenticated" binary? by irw · · Score: 1
    Problem: how does your hardware know an OS binary is authenticated before the OS is loaded? It can't talk to anything else (no network). It must rely on stored information. If that information is stored, it can either be replaced (flashed) or faked. No difference between this "protection mechanism" and DVD zoning, for example. You'll simply "chip" your PC like you "chip" your DVD player, or PlayStation.

    This, more than any other protection mechanism, is NOT PRACTICAL.

    Secondly, vote with your feet. It is not serious to suggest that you can legislate that a consumer is not free to choose what they buy. So buy something without DRM (if DRM ever appears, which I doubt). Don't believe me? What about those foreign places where they won't dream of DRM because they don't bow down to the RIAA etc? Suddenly the almighty American IT industry is losing money to overseas companies. Dangerous for any government to comtemplate...

  108. mod parent up by Anonymous Coward · · Score: 0

    read the subject line

    this is random crap i typed to make up the rest of the stupid 20 second timer.

  109. Never going to be a problem by tony_gardner · · Score: 2

    Look, lets not get our knickers in a knot. It may happen, but it's never going to be the only, or even a high-level verification method. Obviously not, it's embedded in hardware.

    Anyone with half a brain can tell you that an identification code embedded in hardware is going to be cracked, and in short order. What happens to Charlie consumer when he finds that his version of Word no longer works because some cracker has a hold of his unique identifier? Or that his personal information is subject to manipulation by a cracker, or that microsoft is giving away his credit card number to anyone who can spoof his identity?

    It's a common failing of software manufacurers to think that new hardware can solve problems that software cannot (CF pretty much every dongle ever made) Just let MS run with the ball until they realise that the same thing can be done in software at a fraction of the cost.

    In addition, I think it would die in Anitrust. Imagine buying a car, that could only be refuelled at with BP petrol, but not being told about it at point of sale. Just wait until those computers start being returned, because they won't play nice with my operating system of choice, and watch Intel turn on a dime.

  110. an explanation by teasea · · Score: 1
    How do you make Linux interface with a security chip in such a way that untrusted applications are sandboxed without taking root away from the machine's owner? I think the answer is, 'you can't,'


    Would someone care to explain this? I'm a bit vague on what this means.
  111. From the makers of carrion cash by jemele · · Score: 1

    Not that I care, but aren't the register articles generally biased?

    Or is it me?

  112. Saw this post coming by trikyguy · · Score: 0
    Weren't things better in the good old days.

    Real wealth has increased, that is undeniable. Today we have access to better quality food, clothing, housing, transportation, environment... (it's true that 100 years ago the atmosphere was more unhealthy than it is today. Burning wood for heat is not good and leaving horse crap on the street isn't healthy either) Teh work day has decreased. We work a 40 hour week, whereas during industrialization it was 50 or 60.

    I find your phrase "North American excesses" humorous. Wealth is tied directy to productivity. The more you produce, the more you are worth to some company or customer, the more you earn. The lack of industrialization in those countries is exactly what's causing the problems. Those people are unproductive so they are poor. (Productivity is a measure of efficiency, not effort)

    There has been an increase in reporting of stress-related illnesses which may just mean that more detection occurs. You really can't blame that on companies, it's more the fault of people addicted to work.

    :-) I love the time arguement. "Society is forcing people to work themselves so hard." People could work as garbage collectors, make decent wages, and get afternoons off, but no, they become work-a-holics, because they want to succeed and want material goods. Again, it's their fault.

    It's difficult to be one-income family if you assume that you need some ammenities, like a roomy house, two or three roomy cars (public transportation is an option), vacations, gaming systems for the kids, designer clothes, large tv's, cable, the list goes on and on. It's a list of excesses that our wealth allows us to have. You just make up stats about the 1920's. Do you know how much time was spent on chores (cleaning clothes, dishes) back then? A lot. Now it gets to be used otherwise.

    Finally, throughout history, people have been claiming that we are heading down hill. In 1920, i'm sure that there were people who thought those times were the worst times ever. Where do you draw the line, when did we hit our peak? Your answer is arbitrary and innaccurate.

    --

    Discussion Never Hurt Anyone.
    Libertarians
    1. Re:Saw this post coming by Jeppe+Salvesen · · Score: 1

      :-) I love the time arguement. "Society is forcing people to work themselves so hard." People could work as garbage collectors, make decent wages, and get afternoons off, but no, they become work-a-holics, because they want to succeed and want material goods. Again, it's their fault.
      Has it ever dawned upon you that there is a reason there are college classes in social psychology? We are definitely not rational, independent individuals.

      Then again, I'm a workaholic myself, so I'm not gonna bitch too much about the error of your ways. If I had a possibility of a secure, dignified life without working my ass off, I would grab it, though.

      --

      Stop the brainwash

  113. Buy a Mac by revoquer · · Score: 1

    This whole MS crap is getting to me and has been for quite awhile. This is probably vaporware but i'm sick of having to read about it. I'm off to buy a mac.

  114. Apples and Oranges by Tune · · Score: 1

    > People buy "crappy DVD players" that happen to have region free hacks because they're cheap, not because they're region free. 99% of the US market couldn't care less about non-region 1 DVDs.

    You're probably right about the US, I don't know. You also have a good point since at least half of the (DVD) market is US centric.

    On the other side of the atlantic ocean, however, "region free" is a *major* sales feature found in many advertisements. US citizens would care if they had to wait some extra months for many movies to become available. And to people regularly traveling to Japan, Signapore, Hongkong there's also the issue of market price.

    A major point of difference wrt. copy protection in general however, is that the Palladium thing isn't primarily targetted agains copyright violation, but rather "secure" software distribution. Companies like Philips that expressly sell devices to copy CDs (or DVDs) gain from opposing conpy protection stuff, but in case of Palladium they're not a party.

    However, the major obstacle on Microsoft's road to world domination are consumers. And if it's not MS's licensing that's going to turn against them, this may be it. Don't underestimate consumers' ability to judge both apples and oranges ;-).

    1. Re:Apples and Oranges by Zathrus · · Score: 2

      On the other side of the atlantic ocean, however, "region free" is a *major* sales feature found in many advertisements.

      Wow... ok, I'm not at all surprised with the desire for hackable DVD players outside the US/Canada -- by and large everyone else gets the short end of the stick (particularly regions 5 and 6, and 4 to a large extent). I am surprised that it's openly advertised. I guess the MPAA is too busy trying to pass inane laws here to go look at Europe/Asia... or they just don't have the pull there that they do here (much more likely).

      Every once in awhile I hear about a region 2 release that I'd be interested in. Usually a TV show -- syndication rights in the US make releasing stuff on DVD a nightmare -- some shows require agreements from up to 4 different studios. But it's not such a big deal to me to bother looking into modding one of my DVD players.

      A major point of difference wrt. copy protection in general however, is that the Palladium thing isn't primarily targetted agains copyright violation

      Well... if you look at the history of Longhorn the first things MS was saying were copyright oriented. In particular music and video oriented. They're just spinning it now.

  115. The rumours are... by varjag · · Score: 1

    ... that Microsoft will lobby to make their security extensions mandatory on Turing Machines, thus extending their influence to most of present day computer architectures.

    --
    Lisp is the Tengwar of programming languages.
  116. The Real Reason: DRM Gatekeeper by Airline_Sickness_Bag · · Score: 2, Insightful

    THe real reason why Microsoft is doing this is they want to be the DRM gatekeeper. All digital media will end up going through them, and they will come up with new standards and schemes to get a percentage on all of this information. Look at the new Mpeg 4 standard - they are planning to charge for the data stream. It's where MS wants to go today.

    Killing Linux and the GPL is an added benefit.

    -asb

  117. Re:Oh yes it is. You're just not looking far enoug by hoggy · · Score: 2

    Linux will replace Windows just like the open PC-platform replaced Apple and Amiga.

    I'm not going to hold my breath on that one. Especially since Apple has a substantially higher percentage of the desktop market than Linux and Apple has apparently been "replaced".

    Wait, there is no "and" in this sentence. People want to consume media, their interest end after that. They don't want to pay ridiculous amounts for subscriptions and fees.

    This is foolish in the extreme. People pay ridiculous subscriptions and fees everytime they buy a CD, a DVD, or a player for either of those media. It is because of this that P2P scares the media industry so badly. They currently make vast profits out of people who don't realise that they are being ripped off. They will do - and already are doing - anything to protect that.

    The media companies have already managed to come up with a film format that only their approved players can play (DVD) and make it illegal for you to reverse engineer your own (DMCA). Just how stupid do you have to be to think that they won't do the same for music and broadcast video.

    Well, and I demand a million $ from you.

    The difference is that you clearly don't have a monopoly over anything of value to me, nor the ability to buy a law to compel me to give you anything. This is not the case for the MPAA or the RIAA.

    Microsoft will win because they know which side their bread is buttered on. If they help the MPAA and the RIAA then they'll get their massive financial and political support. That's why Microsoft care about digital rights management. If Microsoft can deliver 90% of the desktop market to the MPAA and the RIAA then they will happily hand Microsoft a monopoly right to the media.

    Sometimes you don't get what you demand. Especially when you make unrealistic requirements.

    My point is that to most people the demands don't appear unrealistic. Like I say, most people don't give a damn that they're getting screwed. And of the few that do give a damn, the majority of them can't think of anything to do but whine on Slashdot.

    So far I haven't seen anything to suggest that the future I suggest here won't come to pass. The DMCA became law and no legal challenges to it have succeeded yet, the RIAA just killed independant Internet radio, the MPAA have pretty much successfully killed the open source DVD player, the MPLA are suggesting a fee structure for MPEG4 that will kill independant video streaming, Sony are bringing out computer-proof CDs, various attempts by the Senator for Disney to install DRM into hard drives and onto motherboards, ...

    Sorry, exactly when is Linux or the open source movement going to change anything?

  118. Mark Of The Beast? by Anonymous Coward · · Score: 0

    One thing I liked about this article was the reference to the Mark Of The Beast. I'm not the most devout Christian around, but even heathens like myself know about the Mark Of The Beast. And if this isn't pretty much the same idea, I don't know what is. If MS tries to patent this stuff they'll need to list the Revelations of St. John The Divine as relevant prior art.

  119. hmm.... by leuk_he · · Score: 1

    Sound we need a mod chip for the PC

  120. Strike? by Maverick+TimeSurfer · · Score: 0, Offtopic

    I'm probably gonna get flamed, or modded as a troll for this, and it's probably a bad idea, but I'm gonna say it anyways. So, here we go:

    The article says "Of course here I'm assuming Palladium won't become the next Microsoft Bob. It could meet with severe consumer rejection, as I hope it will." And I hope it's right. But most average Joes (or Bobs) are just going to use what's best hyped and most redily available, even if the hype is false and only intended to make you paranoid about everything else. Of course, we have to take into account the fact that this could backfire because of all the Windows software that exists now, which, obviously, isn't certified for Palladium. But we all know how famous Microsoft and it's cronies are for releasing patches and updated versions. So, here's an idea, to make sure it backfires- Every self-respecting linux geek who has any good feelings towards Open Source and/or GPL simply refuse to have anything to do with windoze for a while. Of course, it's not possible, because programs can lie if thet're told to, and then there's your boss who is one of those average Joes and forces you to work with windoze, but you could keep interaction down to a minimum. Now, either two entirely separate tech communities will form, one ruled by the users and one by Microsoft, or all the MS junkies will just get sick of it all and convert. Siege tactics, see? And both outcomes aren't all that bad. Unless wars start braking out between the two communities, but heck, that's as good as happened already.

    --
    Never underestimate the power of human stupidity.
  121. Re:Oh yes it is. You're just not looking far enoug by rseuhs · · Score: 2
    I'm not going to hold my breath on that one. Especially since Apple has a substantially higher percentage of the desktop market than Linux and Apple has apparently been "replaced".

    Well, in Europe Linux already overtook Apple by a large margin. On many German sites, people browsing with Linux already make up 10% or more.

    I still don't get it why Walmart is selling their Linux-PCs exclusively in the weakest Linux-market on the planet (USA)

    This is foolish in the extreme. People pay ridiculous subscriptions and fees everytime they buy a CD, a DVD, or a player for either of those media.

    What? DVDs and CDs are popular because there is absolutely NO subscription involved. Because you "OWN" the movie/music (yes I do know that it's just a license in court).

    Every scheme that takes away ownership from the user has failed so far, I don't think that a scheme that takes away ownership of the PC (which is even more severe) will succeed. Yes ownership includes the "doing what the hell I want with it" - factor.

    It is because of this that P2P scares the media industry so badly. They currently make vast profits out of people who don't realise that they are being ripped off. They will do - and already are doing - anything to protect that.

    ... and continue failing ...

    The media companies have already managed to come up with a film format that only their approved players can play (DVD) and make it illegal for you to reverse engineer your own (DMCA). Just how stupid do you have to be to think that they won't do the same for music and broadcast video.

    How stupid do you have to be to think people care about what's illegal?

    You can get almost any movie on the net you can get in stores. Correction: You can get A LOT MORE movies on the net than you can get in stores. That's a fact.

    Sorry, exactly when is Linux or the open source movement going to change anything?

    Well, Opensource made it possible that you can spread your "Microsoft will win - FUD" here. Because if it were not for Linux, Apache and BSD, we would all run proprietary MSN connections and only big corporations could afford going online with webpages. (Big corps don't like discussion, so there would simply be no such thing as slashdot.)

    Opensource has already destroyed Microsoft's plans. Microsoft is fighting a losing battle.

  122. The "00" decade: the naughties! by Anonymous Coward · · Score: 0

    Enjoy it while it lasts.

  123. hm by Anonymous Coward · · Score: 1

    Yes, everything that happens everywhere must have everything to do with the GPL, or specifically, Linux. Did you ever sit and think for a moment that maybe someone is trying to prevent security issues using time-tested methodologies already implemented on other platforms? Oh wait, that would require thinking, and that violates the GPL.

  124. From the Article. by garren_bagley · · Score: 1

    RE: "We don't blink at the thought of putting Palladium on your Palm... on the telephone, on your wristwatch," says software architect Bryan Willman.

    - - - I sure as snot will blink at that!

    RE: "I firmly believe we will be shipping with bugs," says Paul England. Don't expect wonders until version 2.0. Or 3.0.

    - - - Hmm, that doesn't really make me blink.

  125. Don't make this work by phpdeb · · Score: 2, Insightful

    A message to all open source, or any, developers out there, "Do not make this work. Do not try and hack a Linux solution to make this work. Make sure your stuff doesn't work with this new system. Make sure your site doesn't work with these whacked mobos. Do not allow Microsoft to succeed."

    If we hack out a solution that will kinda sorta allow Linux to function in this system of stupidity, we will be forced to deal with it for ever. The best way to fight this latest attack is to make users uncomfortable. Don't allow your apps to run on systems that MS has locked down. People will quickly get pissed when they can't get to their favorite pron site or whatever.

  126. M$ hardware security by Anonymous Coward · · Score: 0

    M$ != trust. While at first blush these allarming "revalations" from M$ scared me; I got over it. The big picture is that they want us to rely on them to safegaurd our computers and information. This is from the company that CANNOT even secure an e-mail client.

    Besides even if they did manage to get these machines into the main stream we could always get a MOD chip. How long did it take to crack the X-BOX, like a month?

    I remeber a qoute from a long time ago, "it takes a year for a 30 year-old to figure out how to protect something and a 14 year old kid 15 minute to crack it". Felt tip pen anyone?

    I think tha main push by the wicked wizard is to try and lock out the far superior products developed by open-source. But in the end he will fail, M$ is already hemoroging market share on the server side and with their new licinsing extortion racket will begin on the client side. They are a doomed company and will wither and die eventually.

  127. Urgency of Desktop Linux by bwt · · Score: 2

    "First they laugh at you, then they ignore you, then they fight you, then you win." -- Ghandi

    We're coming to the climax of phase three.

    This whole thing just points out the absolute urgency to get "Desktop Linux" to a point where your mother would use it.

    It will take MS a long time to implement Palladium because it is so ambitious. Minimum of three years: 1 for hardware to be available, another for MS to have shippable software, another for large scale deployment. In the time that it takes for them to get to that level, Linux MUST achieve at least 25% market share of new desktop OS sales. If this can be achieved, then Palladium won't matter because the monopoly will be broken enough to assure that other solutions survive.

    I believe this is an achievable goal in an achievable timeframe. Some of the key gaps that have to be close to get there are:
    1) OpenOffice has to improve and offer comparable MS Office compatibility to what Microsoft offers when they upgrade. (current progress: B+)
    2) There has to be a robust set of games available on Linux (current progress: D)
    3) Mozilla has to be clearly superiour to IE (current progress: B)
    4) The LSB standard has to be widely and uniformly implemented so that software installations are turnkey for compelte boneheads (current progress: B)
    5) MS Outlook has to have an equal among open source competitors (current progress: C)
    6) More vendors need to offer Linux pre-installed machines. (current progress: C-)

    Another thing that would help is that proprietary software vendors have to steer towards cross platform languages (java, delphi, etc) so that their niche market products run on Linux as soon as they run on windows.

  128. Re:Oh yes it is. You're just not looking far enoug by hoggy · · Score: 2

    How stupid do you have to be to think people care about what's illegal?

    You can get almost any movie on the net you can get in stores. Correction: You can get A LOT MORE movies on the net than you can get in stores. That's a fact.


    As with most Slashdot weenies, you're confusing yourself with "people". Most people buy CDs and DVDs. Any system that has looked like it might reach too many people has been ruthlessly destroyed (Napster, AudioGalaxy, Kazaa, DeCSS, net radio, ...).

    Well, Opensource made it possible that you can spread your "Microsoft will win - FUD" here. Because if it were not for Linux, Apache and BSD, we would all run proprietary MSN connections and only big corporations could afford going online with webpages.

    No, you're confusing "free beer" with "free speech". The value in open source is in the fact that the source is open, not that it's cheap. OSDN could easily purchase Sun, IBM, or HP boxen bundled with free application servers. The cost of the bandwidth, hardware, and support easily dwarfs the proprietry software costs anyway.

    Open source does not enable Slashdot. Slashdot enables open source. It would be hypocritical if Slashdot ran on Microsoft software, but it wouldn't stop it being a forum for the free software community.

    You have to snap out of your complacency. Freedom isn't something that you can sit around and wait for, it's something you have to fight for.

  129. Re:Oh yes it is. You're just not looking far enoug by rseuhs · · Score: 2
    As with most Slashdot weenies, you're confusing yourself with "people". Most people buy CDs and DVDs. Any system that has looked like it might reach too many people has been ruthlessly destroyed (Napster, AudioGalaxy, Kazaa, DeCSS, net radio, ...).

    ... and every system that included "pay-per-view" or subscription was not accepted by the market. Which was my main point (which you didn't quote - oh how I love selective quoting)

    No, you're confusing "free beer" with "free speech".

    Huh? OpenSource enabled the Internet, it would be impossible without it. That was my point. Maybe you should answer to my point instead of switching topics.

    You have to snap out of your complacency. Freedom isn't something that you can sit around and wait for, it's something you have to fight for.

    Yes. But helping Microsoft by sprewing FUD ("Microsoft has 40$ in cash and can destroy Sony and Nintendo - whohooo") is a bit counter-productive, don't you think?

  130. Hailstorm, Part Deux by kraksmoka · · Score: 1

    What a wonderful M$ idea. Now that they've killed that idea of .NET and everyone giving all their info to M$ for (not)safe keeping. Now that M$ has given up on .NET to SAVE THE WORLD. Now that M$ has launched the trustworthy computing initiative. Now M$ is wonderful and secure. I want them to have my balls, credit card and addresss. NOT Now they come along with this bullshit! Its just a repackaged Hailstorm. The public has vetoed this once. I am shakily confident they will again. We need to help. I said that this was a them or us issue in the last post about this shit. Make sure its us.

    --
    "You never want a serious crisis to go to waste." - Rahm Emanuel
  131. Steven Levy and FUD by Erris · · Score: 2
    Steven Levy also wrote, "The Day the World Crashes" about the y2k bug. There are many who will never forgive him for that.

    Can you show me anything that demonstrates the first technical understanding?

    Newsweek is prolefeed. You are an offtopic troll.

    Paladium includes DRM chip on board. We can be sure that such a thing will make any machine with it into an appliance. That's fine, but it's not a computer. Hopefully someone will continue to make computers that work.

    --
    DMCA, Hollings, Palladium. What might have sounded like paranoia is now common sense.
  132. Rationality by trikyguy · · Score: 0
    Economics has been defined as the study of human behavior, and it has been developed because it is an accurate model. It predicts things accurately. Psychology is also the study of human behavior, so they are related.

    If I had a possibility of a secure, dignified life without working my ass off, I would grab it, though.
    It seems that you don't view waste management as dignified. If you are a work-a-holic, it seems unlikely that you would a accept a job where you didn't have to work your ass off. The point is, you could get by doing less work.

    --

    Discussion Never Hurt Anyone.
    Libertarians
  133. Not gonna happen by Anonymous Coward · · Score: 0

    M$'s marketshare is firmly rooted in people using pirated software. My personal guess from experience is probably about 1 purchased application to 1 or 2 pirated applications.

    Take away the ability to pirate, and Microsoft takes away half, or more, of their marketshare. And since their marketshare is the only driving force they seem to have left, they shake the very foundation of their company.

  134. OS Switching? by amokk · · Score: 1

    If Microsoft has it's way, what makes you think that everybody is going to switch to Linux?

    I know that most users, given the choice, much prefer working in Aqua than in KDE or Gnome.

    Granted, there's the hardware issue, but I personally don't see a mass exodus from Windows to Linux happening anytime soon.

    --
    I think, therefore I am an Atheist.
  135. Funniest quote by Anonymous Coward · · Score: 0

    From the CNN article:

    The FBI has indicated it rarely encounters scrambled information during investigations, but making such technology as ubiquitous as Windows could invite use by criminals or terrorists.

  136. Re:Oh yes it is. You're just not looking far enoug by 3Bees · · Score: 1
    There is no "Linux" to defeat this. There are only distributions. The big commercial distros are the ones that will end up on ordinary people's desktops and they can either play along or not play - it'll be that simple. When it comes to pleasing shareholders I can guarantee that they will chose to play along.

    If they do "play along" and support Palladium they can, pardon my French, go fuck themselves. Who cares? That is the wonderful thing about freedom, you don't need to save them and they don't need to listen to you. They are free to give away their freedoms left and right in exchange for a few shiny gadgets, and we (meaning anyone who values their freedom more than they value the latest pop single) are free to use, modify, develop, and play with open source and its derivatives.

    I'm not saying that this issue is not serious, but it is not that serious. All of the FUD is built around the idea of a rock solid authentication mechanism. Since when has MS done anything in a rock solid manner? Uh...never? If there is enough of a reason to want to defeat this new affront to liberty, it will be defeated. There is not need for a monolithic idea of community and there is no need for some sort of united action to stop this.

    But then again, I've always been too lazy and self-occupied to consider Victory a pre-condition for Freedom.

    --
    "I think we should tax people who stand in water! " - Mr. Gumby
  137. Palladium Performance by 4of12 · · Score: 2

    I saw the press release in Newsweek. Oops, I mean article.

    They got one thing right, that there was considerable doubt and uncertainty that people would jump at the chance to own a chance to truly be owned.

    The thing that occurs to me, however, is that a lot of software is going to take a performance hit has it does PKI work, encrypting data, checking keys over the network, etc.

    That, and the complexity of software will needs increase. As if current software is so trivial and simple that two five year olds could debug all the problems in IE within an afternoon.

    No, there's a word that describes Palladium.

    That word is "Bob".

    --
    "Provided by the management for your protection."
  138. "Fair And Balanced" by grubert · · Score: 1

    >the worst sources are the ones that seem to be "fair," because they tend to make you less alert to the bias that inevitably exists.

    My vote for this category would be "The News Hour with Jim Lehrer."

    Fair and balanced == corporate milquetoast

  139. Users who don't upgrade will be infected by EccentricAnomaly · · Score: 2

    If MS makes sure every pre-Palladium windows is buggy and full of security holes, then users will have to upgrade to get a usable system. The shear entropy of all of the viruses out there will make any old version of windows unusable after MS drops support.

    --
    There are 10 types of people in this world, those who can count in binary and those who can't.
  140. microsoft security and the gpl by jefu · · Score: 1


    Why not be sure that every threat to privacy (be it microsoft or gpl'ed software or whomever) is explained clearly (for the layman)in a press release and faxed out to major news organizations and sympathetic (or possibly sympathetic) governments. If there are more than three or four a week, it would probably be best to group them together and to send them in a single report to avoid verwhelming them.

    In particular, it would be good to note whenever it applies how fast the open source community has come up with a response.

    Counter FUD with openness, clarity, and publicity - after all microsoft and similar corporations have things like CNN and MSNBC.

  141. Doesn't matter. by RatBastard · · Score: 1

    And when all those AOL/Longhorn/Noob! users, which account for better than 60% of the computer users, can no longer shop at thier onlibne stores they'll stave to death until they "upgrade" to a Palladium-okayed system.

    Never forget that over 90% of all Internet "users" surf with Internet Explorer. When IE stops talking to non-Palladium sites, thos sites are screwed.

    --
    Boobies never hurt anyone. - Sherry Glaser.
  142. Palladium is fatally flawed. by dwsauder · · Score: 1

    Palladium is fatally flawed, and it will never succeed. Why? The current situation of our computers and the Internet demands mutual distrust. That's a very good thing. It's true that newbies tend to be trusting, but it's part of one's computer and Internet education to learn to be suspicious. Palladium is a radical change; it departs from mutual distrust to complete trust. A world of complete trust is an entirely new world. Anything that would have an impact on trust must be carefully controlled. It's that need for control that will cause the technology to be rejected.

  143. Re:Oh yes it is. You're just not looking far enoug by arodland · · Score: 1

    A wise man once said, "Shut Up And Show Them The Code"

  144. Re:Oh yes it is. You're just not looking far enoug by hoggy · · Score: 2

    ... and every system that included "pay-per-view" or subscription was not accepted by the market. Which was my main point

    That depends on who is doing the paying. The demand on pay-per-listen is what just killed independant Internet radio and I didn't see anyone storming the gates with torches and pitchforks. People will just switch to listening to the "approved" streams of the corporations that own the media.

    Huh? OpenSource enabled the Internet, it would be impossible without it. That was my point. Maybe you should answer to my point instead of switching topics.

    I'm sorry, if that was your point you didn't make it very well since you wrote:

    Because if it were not for Linux, Apache and BSD, we would all run proprietary MSN connections and only big corporations could afford going online with webpages.

    which appears to clearly indicate that you believe Slashdot uses open source out of monetary concerns.

    Yes. But helping Microsoft by sprewing FUD [...] is a bit counter-productive, don't you think?

    I don't believe that I am helping Microsoft, but I do believe that people who dismiss concerns about the power they wield with empty statements like "Linux will replace Windows" are helping them. You are encouraging people to sit back and wait. By then it will be too late to repair the damage.

    Open source is anathema to control freaks. Therefore they won't ever aid it. The media companies can only control the media with proprietary formats, protocols, encryption, and rights management. There's only one company capable of delivering that scale of proprietary system to them.

    Like I said, Microsoft will win because of the MPAA and the RIAA. The only way to stop them winning is to stop the MPAA and the RIAA from controlling the distribution of media. Linux won't beat Windows because it's better or because it's free. Open source can only thrive in a free environment. We need to protect our freedom first. The DMCA exists because not enough people cared about their freedom to stop it.

  145. Hypocrit! by taniwha · · Score: 1

    ummm - you just posted to slashdot .... which runs on GPL'd software ...

  146. They're at it again by ShaperofChaos · · Score: 1

    I thought microsoft was in the process of wrapping up anti-trust lawsuits, and here we are talking about the monopolistic power of their new system. Will they learn? or do the fines and cost actually scratch the beast at all?

  147. Re:Oh yes it is. You're just not looking far enoug by hoggy · · Score: 2

    If they do "play along" and support Palladium they can, pardon my French, go fuck themselves. Who cares? That is the wonderful thing about freedom, you don't need to save them and they don't need to listen to you. They are free to give away their freedoms left and right in exchange for a few shiny gadgets, and we (meaning anyone who values their freedom more than they value the latest pop single) are free to use, modify, develop, and play with open source and its derivatives.

    Gah! I don't seem to be getting my point across very clearly. Let me try again:

    Consider DVDs and the DMCA. As we have already seen it is now illegal in the US to write an open source program that can decode, and thus play, DVDs (DeCSS). If it is illegal to write a particular program then the noo-sphere (as ESR would call it) has been contracted ever-so-slightly. Yes, you are free to continue to play in the remaining space, but you have lost some freedom. Similarly it will be illegal to write free software that circumvents Palladium and any other DRM madness that the media companies come up with.

    In small increments we are slowly giving up freedom. You can say "who cares! I didn't want to listen to the Spiderman soundtrack anyway" (which has been copy-protected by Sony so that it can't be played in a computer and ripped to mp3), but as a community we have lost something. If you don't defend other people's freedom then you will slowly lose your own.

    To make my point another, more controversial, way: RJS wants Linux to be called "GNU/Linux" not to boost his own ego, but to recognise the freedom that the Free Software Foundation has fought so long for. Remember the FSF isn't Stallman, it's everyone who has ever contributed to the GNU project. They have collectively increased the space of our noosphere with tools, documentation, licenses, political lobbying, legal action and support, etc.

    Complacency is the rot that eats away freedom.

    But then again, I've always been too lazy and self-occupied to consider Victory a pre-condition for Freedom.

    *sigh*

  148. Vive la diff�rence! by 1gor · · Score: 1

    The article (and the discussion) assumes that if Microsoft dominated US consumer (and US market) then Linux would end and the world would end with it.... I think the world is rather larger place than US, and Linux is not completely US product (even though GPL is).

    It is absolutely inconceivable that foreign governments and businesses will allow Microsoft (and Holliwood, or whoever) to establish back door into their offices and collect information on their consumers. In the EC, for example, Microsoft Passport initiative has already met legal challenges. And in places like China governments encourage "local" version of Linux for official use.

    This has nothing to do with freedom, of course. Governments think of national security, and non-US businesses want to "own" all personal data on their local Joe-The-Consumer (or Jose-The-Consumer...).

    So, relax, you American folks. US is not ruling the world yet (and judging by your stockmarket will have to wait a bit longer), and Microsoft may kill GPL but who cares, and US companies will not be able to enforce ridiculous patents and rights for Brothers Grimm tales in foreign courts.

    Vive la différence!

    --
    --
  149. This article was authored by a 9th grader! by 3733+3 · · Score: 1

    Ramble on...

  150. We can fight back... by Anonymous Coward · · Score: 0

    It should be as simple as do not buy palladium compliant hardware. Hardware manufacturers need to make a buck too, and if no one buys parts with this, MS won't be able to use it.
    We, the OSS community, may not pay much money for much of our software, but we *do* have to buy the hardware. There's no way I can download a new motherboard, and neither can anyone else, so there is no gratis replacement. Even if some of use don't vote for OSS with our pocketbooks, we *will* have to vote for/against something like this with them.

  151. "Killer Content" would help by Anonymous Coward · · Score: 0

    Imagine an app as "killer" as Napster was when it first came out. Now, imagine this app as an "untrusted" binary in the MS-Palladium world (ugh!). Imagine also, that No trusted versions of this app be made available. Close the source and patent if you have to! A few super-popular closed-source/standards apps are a meager price to pay for torpedoing an idea as insidious as MS's / Intel / AMD's latest final solutio ^Z^Z^Z^Z^Z I mean security features.

  152. How open source can deal with this by Animats · · Score: 2
    The right answer to this is for the open source community to put security into UNIX/Linux that can confine hostile code. You should be able to open any executable content from a browser without risk. This is what FreeBSD jails and LOMAC are for. But browsers need to be compatible with such things.

    The basic idea is that you need to be able to run executable code under OS-enforced restrictions that are similar to the restrictions on Java applets. A legitimate Active-X control, for example, needs to talk to its window, its site, and the instance of the rendering engine for the current page. That's a jail-type application. FreeBSD has this now, but browsers don't use it.

    The LOMAC system is more general. It's like Perl tainting, for the whole OS. You can download some application from the Internet, but it can't do anything to data that didn't come from the Internet. Games, for example, fit well into this model.

    Rather than whining about Microsoft's sign-everything approach, the Linux community needs to develop security technologies like these that provide real security. This is better than what Microsoft is proposing. And most of the hard work is already done. The main task is to get the browser people to use it.

    This makes a lot of sense for the Mozilla project to do, making them a superior alternative to IE. But their code base may be too big to try this easily. The process architecture of the browser, at the "who talks to what" level, needs to be redesigned with security in mind. Basically, the rendering engine for each page needs to be in a separate process with limited privileges. This has impacts on many browser features, although the main rendering task isn't impacted much.

    Think of it as a firewall inside the browser.

  153. I find your lack of faith...disturbing... by Charlie+Bill · · Score: 1

    Jesus, this has everyone running scared, doesn't it? Why is it that a community that has managed to engineer so many computing marvels by way of Linux now running like beaten dogs when Microsoft rattles its cages about some far-reaching plan that will likely not see the light of day before 64-bit becomes standard?

    One million code monkeys can't be wrong, and if that day comes, there'll be more than enough folks willing to send themselves into battle to write what needs to be written to get the job done.

    Besides, they still haven't been able to create the "One True Windows" yet, and that's been what...eight years now?

  154. MS/Media Companies - like mided? by atlantis_tin · · Score: 1


    There have been quite a few reports about MS/DRM in the last few months. How come MS is so actively developing DRM features? Why are they so keen to protect the interests of the media companies and artists?

    --
    I copied this sig.
  155. Alarmist no! by obtuse · · Score: 1

    Evidence?

    Embrace and extend. Like with Kerberos. This isn't alarmist, it's MS Standard Operating Procedure. Unfortunately the remedy for their criminal behavior probably won't take this into account.

    --
    Assembly is the reverse of disassembly.
    1. Re:Alarmist no! by zangdesign · · Score: 2

      Yeah, evidence. It's that thing that some people like to have that proves that someone is up to something BEFORE we convict them.

      And yes, you're right - the remedy for past criminal behavior probably won't take this into account because they haven't committed done anything wrong as far as Palladium is concerned.

      --
      To celebrate the occasion of my 1000th post, I will post no more forever on Slashdot. Goodbye.
  156. Remember the Clipper? by sh64109 · · Score: 1

    Back in the early 1990s the US government was trying to push a similar security-on-a-chip scheme called Clipper. The idea was that communication between two Clipper devices could only be understood by the two devices ... or a Federal agent using the secret law-enforcement key. The technology and legitimate non-government security communities were all up in arms over this, but the law enforcement and spy agencies had more influence over Congress than we did.

    Suddenly, the whole thing fell apart. First, (though officially neither-denied-nor-confirmed) the top-secret law enforcement key was rumored to have been one of the things sold to the Soviets by a highly placed mole. Second, a researcher at Bell Labs figured out how to "vandalize" the chips so that they still worked with each other but the law-enforcement key could no longer decrypt the conversation. Clipper vanished overnight.

    This story underlines some key failings of Palladium: 1. The Feds won't allow it unless they get a back door. 2. Someone's going to steal the Feds' skeleton key. 3. Someone's going to break the chips at the hardware level.

    I can't see this working. The black hats will have enormous incentive to break it if it does.

    Unfortunately, our "leaders" in business and government are too easily coerced and/or purchased for us to trust them not to go along with it.

  157. Step back, and look again. by Anonymous Coward · · Score: 0

    It takes a lot more than a busted gasket to kill a car, too. But if a gasket gets broken, and the driver doesn't do anything, the car would eventually run out of oil, and sieze up. Chances are, you won't drive the car again.

    It takes more than a new product to kill linux. It could take a new, incompatable product with a parasitic distribution scheme and a few years, though.

  158. Microsoft is losing it by g4dget · · Score: 2
    Look at just some of the things they are trying to put into the OS:
    • probabilistic expert systems and user assistance (think "paper clip")
    • the file system as a database
    • a VM and runtime to unify all programming languages
    • all data contained in its own data vault
    • etc.
    Every idea, however hare brained, that some computer science researcher has come up with, gets put into Windows because it's almost the only place where you can put it.

    But without being tested, alone and in combination, in the market, nobody knows whether any of these ideas help or hurt. Microsoft is stumbling along like the central committee of the old USSR, trying to plan for the next ten years. They are going to be no more successful in terms of results: their systems are already far from what a free market would produce, and it will only get orders of magnitude worse. The only question is whether, like the USSR, Microsoft will be able to hold on to their power through coercion and eventually fall apart in a great crash, or whether they split up voluntarily and operate in a free market before then.

  159. Yes by Anonymous Coward · · Score: 0

    Just like the Microsoft Network killed the internet...

  160. Trusted apps? by El+Camino+SS · · Score: 2


    If only "trusted" apps running on a "trusted" operating system can play music and video, then people will buy those.

    What are you talking about. Most people get all of their media from MS-untrusted apps like kazaa, gnucleus, or limewire. There are damn few trusted media content providers out there now.

    As a general rule, the longer a technology is out, the cheaper and more ubiquitous it is, and the more chance of variety. Basic economics. Economic models go towards more variety, not away from it. Reagardless of what MS does.

    No one is going to get me to ever buy another MS based OS. I run 98se AND I am never ever buying anything from them again.

    Matter of fact, the only reason that I am even on 98se is that I want to play games. After that point changes... I'm getting a distro.

  161. Re:interesting article. but... (PKI weaknesses) by Anonymous Coward · · Score: 0

    > Ok, but this will be done by installing a
    > certificate (i.e. a signed public key) into the
    > mobo, not a secret key.

    And this is the weakness. The signed public key will be immutable, in the hardware.

    Can you imagine how many people will immediately start trying to crack it to get the secret half? Imagine: 50% of the world's computers running a distributed cracking client going after the MS Palladium private key...

  162. Things have changed by nagora · · Score: 2
    A lot of people are saying "remember the Pentium ID" or "remember Clipper" etc as evidence that this isn't going to happen.

    Well, folks, something happened on the 11th of September that changed the rules here. It was on TV so you've probably heard about it.

    "Why of course the people don't want war ... It is the leaders who determine the policy and it is always a simple matter to drag the people along... all you have to do is tell them they are being attacked and denounce the pacifists for lack of patriotism and exposing the country to danger. It works the same in any country."

    Hermann Goering said that and I think we can all agree that he had some insight on the issue. It applies to more than "hot" war and to more than just governments' propaganda.

    TWW

    --
    "Encyclopedia" is to "Wikipedia" what "Library" is to "Some people at a bus stop"
  163. just certify a program that does dynamic loading by Anonymous Coward · · Score: 0

    problem solved...

    next?

  164. Re:ARE WE SURPRISD?!? by Jim+the+Anti-Bob · · Score: 1

    I honestly don't understand why everyone is so ready to give Microsoft the benefit of a doubt(?)

    This is a company that has consistently demonstrated that they will use any and every means available (illegal/inethical - doesn't matter) to gain market power.

    Based off of their existing track record, it's more reasonable to assume that they will do something *sinister* if they have the chance than to listen to Bill when he says "just trust us..."

  165. AS/400 encryption chips by TibbonZero · · Score: 1

    IBM's AS/400's have had chips that encrypt everything for a while now. They are actually just 486 chips on the AS/400 with special encryption instructions. I have no idea however what Intel and AMD plan to use.

    Does anyone else think that the Fed Gov't will see this as a further monopoly try? Even I think that this is blatantly messed up...

    --
    Tibbon
    tibbon.com
  166. AMD already working on similar device by lapey · · Score: 2, Interesting

    http://www.extremetech.com/article2/0,3973,282114, 00.asp

    "However, the AMD-Wave whitepaper also postulates the need for multiple protection schemes, something that Microsoft's limited public statements have not addressed."

    looks like AMD had this idea 2 years ago,

    Lapey

  167. Doubting Thomas by flux4 · · Score: 1

    I emailed Thomas C. Greene about some nasty writing habits of his last year, and thanks to his outraged reply, I can report that he signs his name "T.G.". Maybe he's changed to signing "tcg" -- or maybe that poster ain't the real Tommy.

  168. As we all know... by davew2040 · · Score: 1, Funny

    the best way for a buyer to be sure that he's buying quality software is to check whether or not it's sanctioned by Microsoft!

  169. Re:Oh yes it is. You're just not looking far enoug by LarsG · · Score: 2

    What? DVDs and CDs are popular because there is absolutely NO subscription involved. Because you "OWN" the movie/music (yes I do know that it's just a license in court).

    Just a nitpick - that's not entirely true.

    When you buy a physical object like a book or a record, you own it. If I take your book without your permission, it is theft.

    However, the material in a book or record is copyrighted and the copyright holder has certain exclusive rights regarding what you can do with that content. For example, making copies of the book and selling those copies on the sidewalk would be copyright infringement.

    Also, it is not "just a license" in court. You have not signed a contract that tells you what you can and can't do with the content. It is copyright law - and not a license - that set down the rules regarding how you can make use of the content.

    (With software, it is a bit different. Also, with click-through licensing becoming more prevalent for online shopping we're bound to see more copyrighted works 'sold' by license in the future. It is still unclear how the courts will rule regarding how legally binding such non-negotiable contracts are, but I digress.)

    --
    If J.K.R wrote Windows: Puteulanus fenestra mortalis!
  170. In-house apps by kimbly · · Score: 1

    Don't get all worked up over this. Nearly every large corporation runs software that they themselves have created, and which they never release or even mention to the outside world. This is usually called "in-house" software. If Microsoft manages to create a system that won't run any in-house software, then no large corporation will buy it.

    Clearly, if a corporation can create its own software and run it, so can anyone else, whether they compiled it themselves or downloaded it from the net. At worst, you might have to run a little script to "bless" a binary that you downloaded from the net, by resigning it with your own key or something.

  171. Control Freaks by Selanit · · Score: 2
    Open source is anathema to control freaks. Therefore they won't ever aid it.

    Ha! I'm a control freak -- and I adore Linux. It lets me control my box right down to the level of individual bits!

    There are two kinds of control freaks -- those who seek to control others, and those who seek to control themselves. The latter are those people who compulsively arrange their sock drawers. The former are those who compulsively arrange other people's sock drawers.

    Is Bill Gates a control freak? Seems pretty likely. Is he the kind who compulsively regulates his own behavior? I don't know. I do know, however, that he (and his company) do seem pretty compulsive about wanting to regulate my behavior, particularly with regard to my computer. And that's scary; a computer is a hell of a lot more personal than a sock drawer. My sock drawer contain bits of cloth that I encase my feet in. My computer contains my financial records, my phone numbers and address, my schoolwork -- in short, all of my most private personal information. Controlling my computer is a short step away from controlling me, and is therefore completely unacceptable.

  172. I'm not sure they do. by Foehg · · Score: 1

    Just look at my parents:
    They complain that they did just great at computers back when it was all DOS, CLI and stuff... ever since this newfangled Windows crap came along, they've just been kind of lost...

    Not like they care to learn Linux at all...

    1. Re:I'm not sure they do. by Anonymous Coward · · Score: 0

      They might have muddled through ok, but if they can't work out the concepts in Windows, then they never understood anything about what they were doing. Not trying to make that sound like an insult, just saying that they could just as easily learn the Windows routine if someone showed them.

      They just learnt right at the start that to start work, you needed to type something like
      CD\MENU
      MENU

      They didn't know how to use their OS - they knew how to start their specific applications. I'm willing to bet neither of them could install a piece of DOS software without help.

  173. TURING machines... by Anonymous Coward · · Score: 0

    read "Diamond Edge", read "Godel, Escher, Bach",
    read "Cryptonomicon", think about turing machines
    and computability...

    AND, OR, NOT, XOR, at the very basic thats all you got... theres no magic bullet out of which to build this socalled secure system...

    Oh forget it...

    read "Synners"...

    microsoft... learn from your own success...

    firewalls get in the way? build soap...
    css encryption gets in the way, crack it...
    locks get in the way, cut around them...

    cant walk on the floor, walk on the walls, cant walk on the walls, walk on the ceiling, cant walk on the ceiling, walk IN the walls...

    use scripting tools to build metanets on top, moores law is your friend, whats too slow today is plenty fast enough in 3-5 years time...

    whats microsoft going to do, outlaw programming, ban scripting, if you have a scripting engine you have a turing machine, hell if you have a spreadsheet, you can build a processor, it'l be slow, but who cares...

    write a ray-tracer in dos batch, or a p2p tool on top of email transport or http or soap, transport bits in the sequence nos of tcpip packets...

    use tcp address spoofing to use third party sites to forward your packets for you...

    distribute mp3 files encoded... steganographics...
    chaf/huff codes...

    how is a drm going to recognise a mp3 file thats
    distributed as an XLS file with bytes of the file in consecutive cells of the spreadsheet?
    or even simple CSV, or some XML schema...

    how are you going to embed a drm watermark in something such that there is no way to transmit it... not possible...

    gotta go...

  174. Doomed to Failure by justin.warren · · Score: 2
    Based on the descriptions given in the original article and the Reg article, I think this scheme is doomed to fail because of the very architecture it employs... unless M$ simultaneously use their monopoly position as leverage to get it installed, their relationship with chipmakers to get it on the latest and greatest mobos and their marketing skill to spin the hell out of it and convince the clueless that it's a great idea. It will still take a phased approach over at least a 5 year timeframe.

    Even then, there are numerous flaws in the idea, IMHO, simply based on the way Jo Public uses her PC. Check out my more lengthy response to this article here.

    --
    Just because you're paranoid doesn't mean they're NOT after you.
  175. flash virus by Partisan01 · · Score: 1

    My question is what happens when someone invents a virus that spreads through outlook express (imagine that) and just flashes the bios. If the ditial ID changes on the computer suddently the computer will be unusable because ms has to many checks to make sure it's not unlisenced hardware. At that point will consumers start to have a problems with it? If a whole company can't use their computers cause everyone opened an email called "natalie portman naked" will people still be jumping on the MS bandwagon?

    --
    ahh, the egg in the basket..
  176. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  177. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  178. thats great but by Anonymous Coward · · Score: 0

    joe loser isnt going to know how to do that

  179. That law is so stupid there's no way.... by Anonymous Coward · · Score: 0

    That law's so stupid, there's no way congress could pass it. (DMCA, 1997).... Oh wait.

    That law's so stupid, there's no way congress could pass it. (PATRIOT ACT)..... Oh wait.

    That law's so stupid, there's no way congress could pass it. (SSSCA/CBPTA)..... Um, are you sure about that?

  180. MOD PARENT UP!!!! by Anonymous Coward · · Score: 0

    Indeed I can't see China, for one, being happy about having such an environment taking over their own security. Add the interest in Latin America and Europe in Linux and their continued distrust of Microsoft, and you have just the thing that could flatten M$ outside the US. Could be awful for Linux in the US, but the best thing that ever happened to it everywhere else...

  181. Re:Oh yes it is. You're just not looking far enoug by Anonymous Coward · · Score: 0

    My emphasis:

    "So far I haven't seen anything to suggest that the future I suggest here won't come to pass. The DMCA [US law] became law and no legal challenges to it have succeeded yet, the RIAA [US organisation] just killed independant Internet radio, the MPAA [US organisation] have pretty much successfully killed the open source DVD player, the MPLA [US organisation] are suggesting a fee structure for MPEG4 that will kill independant video streaming, Sony are bringing out computer-proof CDs, various attempts by the Senator for Disney [US govt] to install DRM into hard drives and onto motherboards, ..."

    Get the picture? This is a very serious issue for the USA, but there's a whole world out there whose governments are sick of paying protection money (and possibly importing security back doors) to Microsoft and whose governments aren't as totally in corporate pockets.

    This is going to end up another US vs EU battle. I can see China on the EU side; who's going to side with the US? {Oh, wait, another job for Australia, with our Prime Minister quite rightly referred to as an "arse-licker" after his recent todying (sp?) trip to the US).

  182. Longhorn will be free = $$$ for MS by dizzy_the_egg · · Score: 1

    Justified to share holders by the persuing Linux as the only way to compete. The truth is more likely to be anti-linux... I don't use linux at the mo but i REALLY like the look of gentoo linux when I get broad band!

    Thats it - the threads pretty dead - i had better sleep at some point...

  183. So Fucking What? by ikekrull · · Score: 2

    Personally, I get by just fine without Windows. I don't don't run any version on Windows on my machines, or any Microsoft applications, with the exception of IE 5 which came bundled with MacOS X, and has long since been dumped in favour of Mozilla.

    I don't understand why people are so upset over this. It's a free country where i live, and MS should be free to implement whatever stupid scheme they feel like.

    It doesn't matter to me because I have chosen to invest the time and effort into finding myself a workable alternative precisely because i don't like the way MS operates.

    That doesn't mean they don't have the right to operate, within the boundarys set be law and common decency, as they see fit.

    The majority of the posts i see on this topic are bleating about how terrible this is and how motherboard manufacturers will only sell palladium-equipped motherboards, making it impossible to do certain things.

    Well, This reminds me of Slot-1 from Intel, widely hailed as the death of AMD, when really it was the move that saved AMD, forcing their adoption of a different architecture, and bringing a real alternative to Intel on the desktop.

    Or Rambus, which was widely hailed as the death-knell for the SD-RAM industry, when RDRAM was basically expensive, proprietary rubbish that put a huge dent in Intel's P4 strategy, again allowing AMD a big window leading to further inroads into Intel's desktop CPU domination.

    Plus, there is the ridiculous irony that the only reason Microsoft is so successful is because of the minimal-to-non-existant anti-piracy measures implemented in all versions of windows up till XP.

    People use Windows because they can happily warez the copy of Office their friend bought with ease and impunity. Take that away, and Windows is not nearly so attractive to Joe User.

    In fact, it will likely drastically lower the gap between PC and Mac prices, making the Mac's higher hardware cost insignificant in comparison to the huge wad of dough you have to spend on apps anyway.. And since the Mac doesn't have palladium, well, you get the picture.

    Linux exists in it's own little world of free/open source software, has got this far despite M$ and Apple, and doesn't seem to being going away any time soon due to soaring, unprecedented popularity never before seen from a non-commercial OS, and I really don't see how this affects it. You want GPL apps, and you can't get them on Windows - What do you do?

    From the posts i've been reading, it seems that most people just go 'waaaaaaahhhhhh bad, bad M$', instead of taking a step off the slippery M$ slope , using one of the several capable alternative OSes, and ignoring this latest floating turd 'Palladium' in the constant stream of raw sewage that has been flowing out of Redmond for over ten years now.

    --
    I gots ta ding a ding dang my dang a long ling long
  184. Not going to happen, here's why. by zerofoo · · Score: 3, Insightful

    Hailstorm failed for one BIG reason: No one in their right mind trusts Microsoft with security sensitive data. Corporations from AmEx to the average joe consumer didn't buy the claim that Microsoft would protect all this confidential data.

    Now, we are to trust Microsoft to develop an all encompasing security platform? How do those bone-heads at Microsoft Marketing/Engineering think anyone at all will buy into this?

    It takes a very long time to build security into your products, and an even longer time to build trust with customers. Microsoft has not done either, and this security platform will fail without the support of hardware vendors, software vendors, and people like you and me.

    -ted

  185. MS .NET the next AOL? by Anonymous Coward · · Score: 0

    This could backfire badly on MS and turn them into the next AOL. Real internet users will have non DRM machines and OSs. The uninitiated will not. Granted the sheep are a big slice of the pie but people that provide services and run the internet will not allow themselves to be corraled. Imagine the root DNS servers being rejected by your box as unauthenticated.
    AOL has a ton of users but no where near even 10% of the whole internet...

  186. Paranoid delusion by Anonymous Coward · · Score: 0

    The wind blows.

    Firestorms ravage the West.

    Microsoft makes money.

    Q: What do these things have in common?
    A: They all have nothing to do with the GPL.

  187. We are not the underdogs anymore... by borgheron · · Score: 1

    We've got to change our attitude and stop seeing doom around every corner and behind every bush. Why do you think that MS is going to such great lengths to cut Open Source/Free Software out of the picture?

    The Open Source/Free Software communities pose a *very real and tangible threat* to the likes of MS and they will lie, cheat, steal, bribe, seduce and kill to maintain thier position.

    We need to be tenacious, but we also need to stop spreading doom and gloom all the time...

    BTW, one note on the use of the word "Palladium". In mythology, a statue of the goddess Pallas Athena stood in the city of Troy. It was believed that this statue afforded safety and security to the inhabitants. Two words: TROY FELL!

    GJC

    --
    Gregory Casamento
    ## Chief Maintainer for GNUstep
  188. Re:interesting article. but... (PKI weaknesses) by David+Off · · Score: 1
    Hmmm... but just how long would it take to factor a 4096 bit PK?

    You'd better hope that quantam computing advancings I think.

  189. Evidence as provided by obtuse · · Score: 1

    Did I convict anyone? Sorry, I don't have that power. I accused them, and provided my own evidence. You don't buy the illegal patterns of behavior? 'Sokay, the court did. They've been convicted, more than once.

    To your second point, criminals often have their rights curtailed. Particlar remedies are often applied to prevent criminal behavior in the future.

    --
    Assembly is the reverse of disassembly.
  190. Gates Wants To Rule by Komodo · · Score: 1

    I believe (on no basis other than my own suspicions) that Bill Gates just wants to be the Alpha Geek of the World. That's all that he's ever wanted, and in fact, if not for UNIX, one could say that he's got it. To every non-geek in the world, he's the Alpha Geek. To a lot of serious geeks, he's the Alpha Geek.

    To everyone else, he's just a pathetic loser who never really wrote anything good on his own. He has no 'street cred'. Those people give Bill fits because they force him to confront the ugly truth.

    Bill doesn't want to be 'irrelevant', so they come up with Palladium to lock everyone up in MS's monoculture. Maybe once all the competition is legislated out of existence, Bill will finally be able to live comfortably in denial of his own inadequacies.

    Oh, sure, there are plenty of business reasons for Palladium - the RIAA and MPAA will love it, it will enforce licensing and increase revenues, yadda yadda. But I don't think that's really what they care about over in Redmond. They already have all the money in the world. Revenues don't mean squat to them. It's the (illusion of) supremacy that MS (and Bill) need.

    So what can you do? I say, see MS and Bill for what they are - geek wannabes. What happens when you give billions in revenue to a script kiddie. Pity them. They are not worth your fear.

    Because, you know, being seen as pitiful, is what THEY fear.

  191. Re:MS decides to get into the meat packing busines by Anonymous Coward · · Score: 0

    Said product will be marketed as "New and Tasty!" ;D

  192. Re:Oh yes it is. You're just not looking far enoug by Anonymous Coward · · Score: 0

    Because if it were not for Linux, Apache and BSD, we would all run proprietary MSN connections and only big corporations could afford going online with webpages.

    which appears to clearly indicate that you believe Slashdot uses open source out of monetary concerns.

    No it doesn't... at least, not to me. To me it reads pretty clearly that without free software the entire internet would be proprietary and require mega amounts of cash to participate in - too much for, say, the hobbiests who started slashdot. He DOESN'T say Slashdot HAS to use free software because proprietary is too expensive right now.

  193. Wow, someone who knows what they can't spell! by Anonymous Coward · · Score: 0

    Toadying...

    I'm impressed - the only misspelled word in your post has an (sp?) after it! Hooray! :)

  194. Re:Oh yes it is. You're just not looking far enoug by Rakarra · · Score: 2
    Because if it were not for Linux, Apache and BSD, we would all run proprietary MSN connections and only big corporations could afford going online with webpages.

    Actually AOL had far more to do with the failure of MSN than Linux did.