Slashdot Mirror


Getting A Handle On Vista

visination.com wrote to mention a news.com article which runs down some of the basics on MS's new Operating System. From the article: "Among the key features of Vista as it currently stands are: security enhancements, a new searching mechanism, lots of new laptop features, parental controls and better home networking. There will also be visual changes, thanks to Avalon, ranging from shiny translucent windows to icons that are tiny representations of a document itself. On the business side, Microsoft said Vista will be easier for businesses to deploy on multiple PCs and will also save costs by reducing the number of times computers will have to be rebooted."

557 comments

  1. Darn! by Average_Joe_Sixpack · · Score: 5, Funny

    "... Microsoft said Vista will be easier for businesses to deploy on multiple PCs and will also save costs by reducing the number of times computers will have to be rebooted."

    Reboot = Coffee Break

    1. Re:Darn! by RailGunner · · Score: 2, Informative
      There will also be visual changes, thanks to Avalon, ranging from shiny translucent windows to icons that are tiny representations of a document itself.

      In other words, they're giving Windows users the neat eye candy that KDE users have had for years!

      And people say Linux isn't ready for the desktop...

    2. Re:Darn! by nametaken · · Score: 3, Insightful


      Fewer reboots? That's funny. I haven't rebooted most of my machines in months... and that's usually due to power failures.

      C'mon MS, get your head out of your ass. Its not like you haven't had enough time to work things out.

      Seriously, this list of wicked-cool new features sounds like a layman's description of my little 600mhz kick-around laptop running ubuntu.

    3. Re:Darn! by Nirvelli · · Score: 2, Funny

      Don't worry, less reboots just means each one takes longer, ergo longer coffee breaks. w00t.

    4. Re:Darn! by Ignominious+Cow+Herd · · Score: 5, Funny

      All they really had to do was add a disclaimer to the standard installer message telling you to reboot:

      "Disclaimer: You don't REALLY have to reboot, but we're too lame to tell all the developers to stop putting up this dialog box after their installation script is done. You really haven't HAD to reboot after installing things for years. It's just the damn Developers, Developers, Developers who can't get with the program. Oh, and you're too dumb to figure this out for yourselves."

      --
      Lump lingered last in line for brains, and the ones she got were sorta rotten and insane.
    5. Re:Darn! by Cutting_Crew · · Score: 3, Funny

      if(reboot = true) potty_break(); :)

    6. Re:Darn! by MostlyHarmless · · Score: 2, Informative

      You're not kidding. Acrobat 7 still asks you to reboot -- I suspect because they're too lazy to detect what version of Windows you're running.

      The other possibility, of course, is that Acrobat actually *does* require a reboot... a fact which I would find scary, indeed.

      --
      Friends don't let friends misuse the subjunctive.
    7. Re:Darn! by BoomerSooner · · Score: 3, Informative

      All Adobe products make you reboot if you have any of the associated libraries with their other products being accessed at the time you install the new software. You cannot have an install program remove a dll that is loaded by the OS without causing a possible kernel panic/BSOD, so either unload other adobe products (you'd be surprised what is running in the background) or reboot. Not to difficult a choice. I turn off my computer every night, guess I just don't see the need for leaving it on all the time.

    8. Re:Darn! by Anonymous Coward · · Score: 5, Funny

      Warning: assignment in conditional statement

    9. Re:Darn! by Aeiri · · Score: 4, Funny

      if(reboot = true) potty_break();

      So, you are always on a potty break?

      (Note: this is NOT a jab at Windows, reread his syntax, if you are a programmer, you should be able to notice the syntax error)

    10. Re:Darn! by Junado · · Score: 0, Redundant

      Someone got it before me I'm pretty sure... but let's say no one did. He ALWAYS is on a potty break, seeing how he assigns true to reboot, therefore the condition always returns true. I'm a genius. Correct syntax would be if (reboot == true) { potty_break(); } (Notice the double "=") Ok, now I stop being a smartass.

    11. Re:Darn! by Anonymous Coward · · Score: 0

      Because you can go to bed and awake to the same workspace. If you used virtual desktops you'd understand...

      I had a project I was working on for less than an hour a day, and usually I couldn't start it. But my main pc was a dual boot, so I couldn't leave it open. So I setup a crappy pc to run a VNC session, and I never rebooted it for months. I worked on the project probably three times as often, got ten times as much done, and played less video games. I probably had 12 virtual desktops on the machine, just so I could have browsers opened to 20 pages organized by what howto the pages were about, and I could have who knows how many sessions of an editor opened to different files, plus the app itself being tested on another desktop...etc.
      This habit of usage is also the reason why statically compiled libraries are taboo on Unix. It's not just the waste, it's that the waste does make you buy twice as much RAM.

    12. Re:Darn! by Cutting_Crew · · Score: 0, Troll

      it wasnt an error, i did that on purpose hoping someone might get it...i was just making fun at windows always having to reboot but of course i was being sarcastic. some people like to drink coffee on break..some people like to take dumps.. to each his own.

    13. Re:Darn! by waffffffle · · Score: 3, Interesting

      I am amused that XP still requires you to reboot in order to join an Active Directory domain. The NT domain system has been around for how many years now and you still need to restart just to join a domain? I am more amused that Mac OS X can join an Active Directory domain without restarting. In fact, a Mac OS X client can join several Active Directory domains simultaneously (plus multiple other LDAP-based directories), without restarting, while Windows clients can still only be part of one directory system.

    14. Re:Darn! by Trepalium · · Score: 5, Informative
      That's not really true. The problem is that the installer can not replace any files that are in use by any open program. The windows file systems (FAT/NTFS) prohibit removing a file that's in use (although with NTFS, you can rename the file while it's in-use). The only sure-fire way to make sure the file is not in use is to reboot. There's no danger of a BSOD or any other severe system crash, though.

      It's the brain-damaged file system's fault. Contrast this to Linux/UNIX file systems which can typically unlink a file (delete) without freeing the associated inode until the file is actually unloaded by all users of the file. The upside is that the upgrade can take effect without a reboot, the downside is that you may not be fully upgraded unless you restart all applications that use that file you're upgrading. When you upgrade apache, making sure all relavent services are restarted is easy. When you upgrade glibc, it's far from easy.

      And the real kicker out of all of this is that Microsoft is unlikely to ever change this. I would prefer a system that worked more like Linux in this regard, but unfortunately many programs on Windows require this annoying file locking scheme to exist exactly as it does right now. If Microsoft changes this, it will break some software, and people will blame Microsoft for the breakage. Even people within Microsoft understand the problems this exectuable locking causes, which is why .NET programs for IIS use this strange shadow copy (different from W2K3's shadow copy feature!) method to allow you to update your website, despite the fact the executables in the target directory should be in use.

      --
      I used up all my sick days, so I'm calling in dead.
    15. Re:Darn! by strider44 · · Score: 4, Informative

      Microsoft Office 2003 actually requires a reboot. It simply doesn't work otherwise. I was flabberghasted when I saw the error message and it took literally five minutes to figure out that it didn't work because I was working on something while installing and pressed "no" for "would you like to reboot?". Same with installing most sorts of drivers. Not to mention the seeming need to reboot every single time Windows XP updates... The damn thing keeps bugging me as well.

    16. Re:Darn! by MostlyHarmless · · Score: 2, Insightful

      Maybe I would be surprised about what is running in the background... but so would Adobe, because this was one of those new-fangled MSI installers that detect what you have open. It pointed an open instance of acroread 6 and refused to proceed until I closed it. So perhaps the reboot request was "we found this obvious usage and killed it, but still, we have no idea whatsoever if these DLLs are in use by some other random process on the system. So you should close three days' worth of workspace and take a 5-minute break to pacify us."

      --
      Friends don't let friends misuse the subjunctive.
    17. Re:Darn! by Thalagyrt · · Score: 1

      I've installed Office 2003 without a reboot... Didn't even ask me to reboot! Too many damn versions of MS software out there. It was a volume licensed copy from my university though.

      --
      Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo!
    18. Re:Darn! by strider44 · · Score: 1

      really? Perhaps it was Office XP.

    19. Re:Darn! by Thalagyrt · · Score: 1

      Nope, definitely was 2003. I've seen some installs require it to reboot, like the copy that came with my sister's laptop. The copy from my university didn't require a reboot and worked right off the bat. Same with VS.NET 2003. *shrug*

      --
      Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo!
    20. Re:Darn! by kayen_telva · · Score: 1

      ive installed office 2003 about 50 times. never asked for a reboot. takes friken forever though.

    21. Re:Darn! by mayamaniacslash · · Score: 1

      I think it depends what options you select to install. if you just install word or excel only, then no rebooting is required.

    22. Re:Darn! by ZosX · · Score: 1

      I think you may have fallen for a troll. I've never had a copy of Office 2003 that you could not use after a reboot. I think it may say that a reboot is probably needed or something (can't remember), but Word and the like still seem to load fine. Sometimes for some reason, Word complains on startup that the default template is corrupt or some garbage but trying again always seems to eliminate the problem. Kind of strange really.

      Personally, I've been using Open Office's 2.0 beta and I find that for my Word needs it works fairly well and for the most part almost looks like a word clone these days. I also really liked Word 5.1 for the Macintosh. Remember that one? It is almost worth using an emulator for. So simple, unubtrusive and yet so powerful. The macs were great desktop publishing tools back in early to mid 90s. Pagemaker got used for a whole lot of things. When M$ started talking about adding clippy and words that were highlighted because of spelling errors. I knew it was the end of a quality office product. I guess 97 wasn't all that bad, but come on, honestly folks, has office changed really all that much for the general office worker bee in the past, what, 8 years?

      I'll be on topic as well by saying that quite honestly I think Microsoft really needs some better competition. I hate to say it, but an OS X port to generic x86 clones would probably be a good step foward into at least giving people some reliable, easy to use options. Telling someone they have to compile a kernel driver to use their video card is like trying to tell your grandma she needs to rebuild her car's transmission. (My apologies to grannies who can do this. I know mine surely cannot)

      If all Vista offers is better icons and more eye-candy, what, exactly, is the point? Better search options? Hardly revolutionary, and for what its worth, available now for free from the likes of Google and a few others. Is there any reason that we are not supposed to upgrade asides from the fact that Microsoft will just eventually cut off the security lifeline, ala Windows 2000, which I would probably imagine a great deal of you (including myself) still use because there really hasn't been much point in upgrading to WindowsXP. In Windows 2000 I enjoy support for aging computer hardware with its relatively modest requirements as well as having the same desktop I've been forced to use for the last 10 years. Now I am forced to eventually move all my running Windows machines to XP for security issues alone.

      I know that it does not make sense for a company to patch a 5 year old operating system, but honestly I think that M$ is starting to seriously lag in the development department. Where do they spend all that money? Why do they dump billions into R&D and only come up with better looking icons and alpha blending, none of which are original ideas. I know that Windows hasn't ever been at the forefront of design. Witness the brilliant, if not somewhat flawed OS/2 and many others whose ashes are now burning. GeOS? BSD? (I'm kidding) What I'm saying is that Billy Gates seems to be far better at just buying or, preferrably, stealing, other companies' technology than he does at developing inhouse. How many promises did we hear that longhorn would bring that ended up becoming vaporware after, oh, 4 years of development at a cost likely in the billions of dollars?

      WinFS? Check. Built completely on .NET platform? Check. Revolutionary search capabilities based upon meta-data? Check.

      Hey Billy! How about you work on making Windows do something really cool like seamlessly distributing certain processes across the network? Why not beef up default security procedures too and just pour about a billion into Firefox? Seriously. Why not do it? A billion to Firefox would be philanthropy at best and you know that they would build the better browser, if history has any indications as to the future.

      Windows needs real competition with real developers supporting it. The stagnation in innovation has become relatively

    23. Re:Darn! by Thalagyrt · · Score: 1
      Heh, could be... Took me a second to realize were saying I may have fallen for a troll, not that I was a troll. :P

      Touching on your point, I think it'd be cool if a bunch of open source developers actually could agree on a standard UI for *nix, and then develop it like hell and make it the best thing since sliced bread. Probably won't happen for a long time though.

      I could get a Mac, but they're too pricey (also defeats the purpose of a nice open source platform)... That and I don't want to have to buy a copy of Cubase for Mac along with some of the VSTis I use for my recordings... So I'm stuck with Windows for the desktop... FreeBSD on all my servers - I'm not a Linux fan but hey, to each his own, I have nothing against Linux.

      I think the HURD/HERD thing could be really useful to start a new OS based on... Seems like a great concept, we'll see how well it turns out.

      And yes I know this entire post is nothing but offtopic rambling, but hey!

      --
      Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo!
    24. Re:Darn! by Skuld-Chan · · Score: 1

      I'm suprised the moderators modded this +4...

    25. Re:Darn! by bobcat7677 · · Score: 1

      Developers, developers, developers, developers... -Sarge (I think 26 times was enough)

    26. Re:Darn! by KiloByte · · Score: 3, Informative

      The thing is, on Win{16,32,64}, there is no way to delete or replace a file when the file is open by any process. Same applies to executables when any instance of them is running.

      In the Unix world, deleting a file simply unlinks it from the directory it is in. It won't be actually deleted until no process needs it anymore; however, you are free to replace the file with a new version.

      It is something which could be added to Windows without breaking compatibility. It's a kernel-level change that doesn't need any user-space changes at all. Fixing this would make it possible to replace drivers and running programs just fine.

      Of course, you still will be unable to restart certain vital systems without a reboot, the monolithic design of Win32 and the GUI-is-everything principle bog them down.

      --
      The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
    27. Re:Darn! by XchristX · · Score: 3, Informative

      Heh! Exactly.

      Looky:

      RTFA'd (Among the key features of Vista as it currently stands are:security enhancements:)

      Don't make me laugh!!! Still broadcasting on netbios. Still using ActiveX! Still running Internet Explorer. Still using that ridiculous firewall that Nessus plugins can easily bypass.




      RTFA'd( a new searching mechanism )
      Big deal. Linux has had that for a while now:

      https://infserver.unibz.it/kat/


      RTFA's( parental controls and better home networking )

      squid proxy caching and good old ifconfig guis: all on Linux/FreeBSD/Whatever


      RTFA"d(
      here will also be visual changes, thanks to Avalon, ranging from shiny translucent windows to icons that are tiny representations of a document itself.
      )


      shiny transluscent windows. Like this (Composite Extension in xorg + KDE 3.4)??? Hah!
      icons that are tiny representations of a document itself. Like this (any recent KDE or GNOME version) ??



      RTFA'd (

      ...Promises also said the idea of giving laptops the ability to turn on quickly is something customers want and a quality that is arguably better delivered today by the rival Linux operating system.
      )

      Hate to say I told you so, but...



      RTFA'd(
      The company is also considering setting up a "mobility center" within the Longhorn software that would be a centralized place to adjust settings, such as power management, display and networking.
      )


      And this is new???

      --
      l'Homme n'est Rien l'Oeuvre Tout: Gustave Flaubert to George Sand
    28. Re:Darn! by truedfx · · Score: 1

      It's the brain-damaged file system's fault.

      Then why can my Linux system remove files from FAT partitions while they're in use?

    29. Re:Darn! by Anonymous Coward · · Score: 0

      You don't REALLY have to reboot, but we're too lame to tell all the developers to stop putting up this dialog box after their installation script is done.

      Except that you often DO have to reboot. Maybe not immidiately, but at some time depending on why it asked you to reboot. When I uninstalled a program (don't remember which one) and installed a new version, the uninstaller asked me to reboot. I clicked no, because the installer was likely to ask again, and I might as well reboot only once. Too bad, the reboot was required to delete some files. Result: The first time I rebooted after installing the new version, those files were deleted. The new version of those files. The program worked fine as long as I *didn't* reboot at all, but once I did reboot, it stopped working.

      When a program asks you to reboot, it's because it has put a "todo" in the registry, telling Windows to update or delete some files on the next reboot, when they aren't locked. Ignoring that is no problem as long as you don't do other things that involves those files, but if you DO things with those files without rebooting, expect lots of trouble.

    30. Re:Darn! by sapientissimus · · Score: 1

      This is why I love my firewall (the last version of Sygate Pro): it has a glitch that requires me to hit "Shut Down" twice before it works; same goes for the API call. This way, even the installers that don't give me the option of not restarting don't succeed.

    31. Re:Darn! by Anonymous Coward · · Score: 1, Insightful

      The problem is that the installer can not replace any files that are in use by any open program. The windows file systems (FAT/NTFS) prohibit removing a file that's in use (although with NTFS, you can rename the file while it's in-use). The only sure-fire way to make sure the file is not in use is to reboot.

      "Suppose you have two DLLs, A.dll and B.dll. Process X has loaded A.dll but not B.dll. Now you want to upgrade them. What do you do? If you rename A.dll to A.bak and install a new A.dll and B.dll, then process X will get the old A.dll (now named A.bak) and the new B.dll. Gosh, I hope the new B.dll and old A.dll (now named A.bak) interoperate!"

      Read Raymond Chen's blog. You know you want to.

    32. Re:Darn! by robzilla_au · · Score: 1

      I've always installed everything (and by everything I mean selecting each app and choosing "Run this from my computer" or whatever its called), and never had to reboot either. I spose some people's computers just don't like them.

    33. Re:Darn! by Anonymous Coward · · Score: 2, Funny

      Oh man you would not make silly errors like that if you use a language protected against them such as QBASIC

    34. Re:Darn! by bn557 · · Score: 2, Informative

      I believe the reboots are due to the .NET framework. If you've already got it installed and have taken the time to do all the updates, it may not require a reboot. I figured this out after completely fucking my Office 2003 install somehow, uninstalling it, rebooting, deleting it's leftover crap in C:/Program Files/ and redoing the install. The reinstall was one pass no reboots.

      --
      Humans are slow, innaccurate, and brilliant; computers are fast, acurrate, and dumb; together they are unbeatable
    35. Re:Darn! by Anonymous Coward · · Score: 0

      I like to drink coffee and have a dump you insensitive clod!

    36. Re:Darn! by cheesybagel · · Score: 1
      You cannot have an install program remove a dll that is loaded by the OS without causing a possible kernel panic/BSOD, so either unload other adobe products (you'd be surprised what is running in the background) or reboot.

      Yeah, that is one thing the NT kernel sucks at. The UNIX way of doing it by allowing the delete but only freeing the inode later is so much less frustrating.

      Those who hate UNIX are condemned to reinvent it.

    37. Re:Darn! by EternityInterface · · Score: 0
      It's the brain-damaged file system's fault
      You know I got mandrake linux with this really good computer deal, I really wanted to give it a chance, but it happens to be I turned it off "wrong" somehow once and it gave me some huge error... which I've read about although don't remember now, but it was related to its "retarded file-system".
      --
      the sun is god
    38. Re:Darn! by Anonymous Coward · · Score: 0

      Yes, of course! Because installing software on Linux is so easy. Why, that's the advantage of Linux - ease of downloading and installing software!

    39. Re:Darn! by CastrTroy · · Score: 1

      It's only a mistake if you are using certain languages. Other languages such as SQL, Basic, and probably a few others recognice the "=" in different contexts and treat it accordingly. Why you would ever want to check if and assignment is true is beyond me? I don't even know how that works. I think it has something to do with Null. But the statement could be easily rewriten in a way which is much more clear. It's very frustating working in languages that check assignments as true or false.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    40. Re:Darn! by Khazunga · · Score: 1

      Feeding a troll, I know. However, NTFS is just as bad as ext2 when recovering from crashes. And it's not like Linux has a lack of journaling filesystems around (ReiserFS, XFS and ext3 come to mind), which can recover from crashes without as much as a hickup.

      --
      If at first you don't succeed, skydiving is not for you
    41. Re:Darn! by Khazunga · · Score: 1
      It is something which could be added to Windows without breaking compatibility. It's a kernel-level change that doesn't need any user-space changes at all. Fixing this would make it possible to replace drivers and running programs just fine.
      It'd break compatibility. Some programs use this behaviour as a semaphore mechanism, and would thus break.
      --
      If at first you don't succeed, skydiving is not for you
    42. Re:Darn! by doug363 · · Score: 2, Informative
      An example in C of where you might want to use an assignment in an if statement:
      void *pdata;

      if (pdata = malloc(numbytes))
      {
      /*Do something here if the memory allocation succeeded*/
      }
      Sure it might not be your style, but the meaning is quite clear to an experienced C programmer. It's similarly useful with other functions that return zero or a null pointer on failure, but useful data on success. Other things in C like the conditional operator and the comma operator fall into the same category: kind of neat, but really only used in relatively limited situations.
    43. Re:Darn! by Anopheles · · Score: 1

      What are you talking about? On a fresh install of Windows XP Pro, just installing all the Windows patches and software upgrades (from Windows Update) requires something like 6-8 reboots. And that's even after Microsoft promised no more reboots with XP.

      It's not the developer, it's the OS. If you don't reboot the system, a stupid annoying popup keeps on bugging you every 10-15 minutes telling that you MUST reboot for your security fixes to take effect. And woe to you if you hit Space or Enter just as that popup pops up - the default action is to Reboot now.

      Since I'm ranting, I'll just vent to you all my favorite progression of patches: After installing .Net, you have to reboot install a Critical security patches for .Net! When you come back again, there's ANOTHER security patch for .Net! Why not just include both in the original installer?

    44. Re:Darn! by Ignominious+Cow+Herd · · Score: 1

      A) I was going for Funny, not Informative
      B) I was talking about Applications. Most require absolutely no rebooting after installation, yet many still ask for it.
      c) Of course you are right. Hopefully this is the area that they are improving.

      --
      Lump lingered last in line for brains, and the ones she got were sorta rotten and insane.
    45. Re:Darn! by ynohoo · · Score: 1

      You realize that GNU HURD has been vaporware longer than Duke Nukem Forever?

      Linux - the OS for people who miss the fun of getting DOS games working...

    46. Re:Darn! by knodi · · Score: 3, Insightful

      Not necessarily. In Pascal, that does what a layperson would think.

      --
      Austin is more fun than Dallas.
    47. Re:Darn! by CastrTroy · · Score: 1

      Obviously it would make sense to an experienced C programmer. So would using if(pdata ? malloc(numbytes)). If that happened to be what the syntax called for. Anything that is proper syntax should make sense to an experienced programmer. That doesn't mean it's the best way to design the language. It would be much more clear if you did
      pdata = malloc(numbytes))
      if (pdata == Null)
      {
      /*Do something here if the memory allocation succeeded*/
      }

      it's much more clear to anybody nomatter how well versed in the language, what is actually going on.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    48. Re:Darn! by Anonymous Coward · · Score: 0

      any mature windows programmer would fix it with one line in :

      #define true 0 ... and no more breaks! All side effects will be fixed in a service pack.

    49. Re:Darn! by eth1 · · Score: 1

      However, he's obviously the windows programmer responsible for the behavior that you're not making a jab at. :)

    50. Re:Darn! by Trepalium · · Score: 1
      The problem Raymond Chen explains isn't so much that the rename is harmful, but rather that an incomplete install is harmful. The same thing would happen with Microsoft's currently standard way of doing things -- replacing files at reboot. If you replaced B.dll because it wasn't in use, and used advpack to replace A.dll on next reboot, you'd still have to worry that if Process X loads B.dll, it may not be compatible with the old A.dll. Raymond replies that you can just write your setup program to be smarter and replace none of the files. That, too, has problems since you need to know the exact relationship between the modules of your program. Understanding this can be more difficult than the original task of writing that software. Installing new files has this risk, as well, especially when some of the new files are extensions or plugins to existing programs (like explorer).

      This leaves you with two "always safe" installation choices -- either install without needing to replace any files, or install nothing until the system gets rebooted. Any other time, you're risking crashes of some sort if you take this thinking to the logical extreme. Unfortunately, us silly users are demanding fewer reboots not more, so most developers have to gamble. In the worst case, you reboot and your problems go away.

      --
      I used up all my sick days, so I'm calling in dead.
    51. Re:Darn! by Anopheles · · Score: 1

      Absolutely... Nah, you just brought up a sore subject with me... I wasn't ranting at you...

      No hard feelings i hope.

    52. Re:Darn! by keytoe · · Score: 1
      Not necessarily. In Pascal, that does what a layperson would think.
      He said programmers. Only CS professors in the early 90s used Pascal.
    53. Re:Darn! by Ignominious+Cow+Herd · · Score: 1

      'course not. This is Slashdot. Thick skin and/or a sense of humor is a prerequisite.

      --
      Lump lingered last in line for brains, and the ones she got were sorta rotten and insane.
    54. Re:Darn! by Thalagyrt · · Score: 1

      Really? Honestly I had no idea. Good to know... Too bad it's dead though, it sounded like a good idea.

      --
      Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo!
    55. Re:Darn! by AuMatar · · Score: 1

      You mean if(pdata!=NULL). Or you want the commented block to execute on failure, not success.

      Its actually not uncommon to see assignment and check in one if. Usualy its when you want to call a function and save the return, but also want to see an error case. For example

      FILE *file
      if((file=fopen("myfile","r"))==NULL){ /*handle failure here*/
      }

      is a very common use case you'll see in Unix C code.

      --
      I still have more fans than freaks. WTF is wrong with you people?
    56. Re:Darn! by sylvandb · · Score: 1

      pdata = malloc(numbytes))
      if (pdata == Null)
      { /*Do something here if the memory allocation succeeded*/
      }


      I just love fixing the bugs introduced when someone rewrites to make it "much more clear if you did..." and they rewrite it wrong.

      Try (pdata != Null) to preserve the original semantics.

      sdb
    57. Re:Darn! by Trepalium · · Score: 1

      Perhaps I should've insertted the word "implementation" in there. Replacing files that are in use while installing a program on Linux typically isn't a problem because you don't generally install Linux programs on a FAT partition. ext3, reiserfs, xfs, and jfs are all much better suited to that task.

      --
      I used up all my sick days, so I'm calling in dead.
    58. Re:Darn! by glavenoid · · Score: 1

      ..and also don't forget to match those parenthesis on the malloc statement... and don't forget those semicolons ;)

      --
      I, for one, am looking forward to the inevitable /. beta rollout fallout.
    59. Re:Darn! by myov · · Score: 1

      This happens every so often on a Mac as well, just that your only option is to click and reboot immediately. You can't say "No, restart later".

      Unless, of course, you force-quit the installer.

      --
      I use Macs to up my productivity, so up yours Microsoft!
    60. Re:Darn! by NaDrew · · Score: 2, Interesting
      I am amused that XP still requires you to reboot in order to join an Active Directory domain. The NT domain system has been around for how many years now and you still need to restart just to join a domain?

      The full implication of this arises when you need to rename a machine on a domain. You can't just rename it, because the domain account is tied to the machine name. So you have to unjoin from the domain (reboot), rename (reboot), and rejoin the domain (reboot). Three friggin' reboots to change a machine name.

      Unless somebody out there in /.land knows of a way to rename a domain-member machine without rebooting three times.
      --
      Vista:XPSP2::ME:98SE
    61. Re:Darn! by Dabido · · Score: 1

      They'll patent it all and then sue Linux and claim it all as MS innovation ... just like everything else they've ever done.

      --
      Sure enough, the cow costume was hanging up next to the superhero outfit and sailors uniform. (S,Spud)
    62. Re:Darn! by JimGardner1973 · · Score: 1

      It's a matter of /. thread history to say that Microsoft must have jumped for joy when they first saw Mac OS X. I see nothing in the article to suggest they've really done anything genuinely new in the world of interface design with Vitsa since then.
      I'm not one of these Mac heads who knocks Microsoft for the sake of it, but it does stick in the craw a little when they're so blatant about where they get / steal their ideas from.
      Of course, Vista could be as bad as Win 3.1 in appearance and it will still dominate the market. None geeks (90% of the population of the world who use computers) think a computer IS Windows, they aren't going to not buy Vista just because it's a poor man's version of Mac OS aqua - they won't even know what they are looking at on their first days as a new Vista user is basically a skin and some bug fixes to XP.
      As for the so called cost benefits of not having to reboot so many times - I dread to think what horrors lurk in store. I'll lay a £10 bet that it basically involves a dialogue box which reads something like "Do you want to reboot now or ignore this problem and continue"

      --
      http://electricguitarlessons.blogspot.com
    63. Re:Darn! by Is0m0rph · · Score: 1

      For one command you don't need the {} either ;) if(reboot==true) potty_break(); is valid.

    64. Re:Darn! by EternityInterface · · Score: 0

      Well hey, you prolly don't wanna read the long whine random offtopic discource, on linux users might have some negative qualities - and really, my writing sucks, so don't check.

      Oh, the mandrake version was 9.2, you might know what the default file-system settings were (ext3 from what I remember - probably badly).

      One thing I remember from NTFS - I had been re-installing winxp (coolwebsearch) for just a little while when I remembered I still had some important things not copied - so a restart and in dos mode - copying only gave me the first 60kb of the files, hopeless.

      --
      the sun is god
    65. Re:Darn! by bcmm · · Score: 1

      Have you heard of Klik?
      It's aim is to eventually allow all packages in Debian's ATP repository (that's a lot of software) to be installed and run just by clicking a link in the web browser.

      --
      # cat /dev/mem | strings | grep -i llama
      Damn, my RAM is full of llamas.
  2. I'll believe it when I see it. by Henry+V+.009 · · Score: 3, Insightful

    will also save costs by reducing the number of times computers will have to be rebooted.

    They have said this with every major release. Are things really getting better?

    1. Re:I'll believe it when I see it. by BrianKHud · · Score: 5, Insightful

      I think anyone who has used a win95 or win98 box would say that things have gotten *MUCH* better in terms of reboots. The kluged driver model and TCP/IP stack that used to exist forced people to restart their computer to change their IP address and there were no permissions whatsoever (just a fancy-dan do nothing password box which you could get out of by pressing escape).

      --
      He who controls the past, commands the future... He who controls the future conquers the past.
    2. Re:I'll believe it when I see it. by harvardian · · Score: 2, Insightful

      I've had to reboot XP way less than 98. To be honest, I kind of like Windows Update these days. The UI is decent, it lets me download only the updates I want, the updates have always worked for me, and it rarely requires a reboot.

      Or are you in the camp that still claims BSODs are as common now as they were in 98?

    3. Re:I'll believe it when I see it. by Anonymous Coward · · Score: 0

      Vista..."will also save costs by reducing the number of times computers will have to be rebooted."

      That's the second worst sales pitch I have ever heard. First prize goes to a Mercedes car salesman. When asked about the trunk space when the top is down in a convertible SLK, the salesman said the SLK can carry luggage...say you're driving to the airport, you put the top down, pick up your friend, put the top up then put the luggage in the trunk...*sigh*

    4. Re:I'll believe it when I see it. by Anonymous Coward · · Score: 1, Interesting

      I'd say it's been a non-issue for years, at this point. My Windows boxes go weeks or months without a restart, and generally that's because I updated a driver or something. The old Win9x days of needing a reboot every day or two are long past.

    5. Re:I'll believe it when I see it. by pcmanjon · · Score: 4, Insightful

      " ranging from shiny translucent windows to icons that are tiny representations of a document itself"

      Sounds like this was directly ripped off of KDE. KDE will show the contents of a text file within the icon itself transposed on top of the "document" icon. This makes it look like your looking at a document with text from inside the file.

      Chalk another one up for the Microsoft hall of innovation.

    6. Re:I'll believe it when I see it. by rbarreira · · Score: 2, Insightful

      For me, that's something so obvious that I can't blame anyone for implementing it, nor can I attribute it to copying ideas...

      --

      The AACS key is NOT 0xF606EEFD628B1CA427BEA93A9CA9773F
    7. Re:I'll believe it when I see it. by Anonymous Coward · · Score: 0

      Except it's not insightful. A well-configured XP box should never need a reboot.

    8. Re:I'll believe it when I see it. by Anonymous Coward · · Score: 0

      A well-configured XP box should never need a reboot.

      Uh, yeah - right.

      So why did SP2 require me to reboot? You saying I could have gotten around that by changing my configuration?

    9. Re:I'll believe it when I see it. by Master+of+Transhuman · · Score: 2, Insightful


      Really - is that why I had to reboot XP today to install ZipGenius - a fuckin' archive program?

      XP cannot BE well-configured as long as it has a Registry and Microsoft has never heard of rereading a configuration file.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    10. Re:I'll believe it when I see it. by Anonymous Coward · · Score: 0

      Actually, yes, things are getting a lot better. I run server 2k3 as my primary dev box, and believe me, it gets plenty of use. I usually reboot it once a month or so, whenever MS releases a new security patch that the IT department rams down my throat which in turn necessitates a reboot. So far, I have not had a single crash, hang, or other condition that necessitated a reboot. I've had to log out and back in a few times when I borked some system service or other, but that was really my fault. If Longh, err, Vista continues this trend, you're going to be looking at a very stable OS.

    11. Re:I'll believe it when I see it. by techno-vampire · · Score: 1

      They must be; the install CD will include a copy of Duke Nukem Forever.

      --
      Good, inexpensive web hosting
    12. Re:I'll believe it when I see it. by Master+of+Transhuman · · Score: 1

      Yeah, right - there are plenty of people who will tell you that Windows servers hose themselves on at least a weekly basis and have to be rebooted to unhose themselves.

      If this is a "non-issue", THEN WHY IS MICROSOFT MENTIONING IT? /. Windows Shill Serial Number 127588...

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    13. Re:I'll believe it when I see it. by slack_justyb · · Score: 1

      I'm just wondering if the reboot statement deals with the install process or during the lifetime of the computer?

      If with the install process, then I feel really sorry for all the people who use Windows that must go through more than one reboot (from install to working system) to get an OS installed. But I guess that's still something to strive for in the 21st century.

      If it means during the lifetime of the computer, that would be a sight. I'm not sure if MS has produced anything that has been stable enough to really be able keep count of reboots during the lifetime of the OS/Computer. I'd loose count after a dozen or so reboots, after that I'd just accept my computer crashing/having to apply major updates as a part of life, which is pretty sad.

      However, I won't have to worry about any of this, so kudos to MS if you got it right this time and sorry to everyone else if they didn't.

    14. Re:I'll believe it when I see it. by Stauf · · Score: 2, Interesting

      Windows doesn't need to be rebooted as often as it asks to be - developers tend to be lazy. As an example, I've seen apps that install a start-up item ask for a reboot, when they could simply launch the item as the final step of the installer.

      Really, the only things that require a reboot are some driver changes and some OS updates. Of course, now that software is coming with increasingly intrusive copyright protection, some is actually installing new hardware drivers to ensure you're using the original media. I predict that in a few years, windows will only actually need a reboot as often as Linux (i.e. kernel changes and such), but as software adds more hardware drivers, people will end up rebooting just as often as they always have.

    15. Re:I'll believe it when I see it. by visualight · · Score: 3, Insightful

      Windows XP boxes that go months without a reboot are boxes that just have one or two main uses. Boxes at home that are shared by 2 or 3 people with ranging interests don't last a week.

      Better than 98 though which couln't make it thru a day.

      --
      Samsung took back my unlocked bootloader because Google wants me to rent movies. They're both evil.
    16. Re:I'll believe it when I see it. by ceejayoz · · Score: 4, Informative

      IIRC MacOS8 or 9 had it, too... I seem to remember working with Photoshop on an old Quadra and having the image file icons be a preview.

    17. Re:I'll believe it when I see it. by The_Wilschon · · Score: 2, Insightful

      And gnome. Gnome does it too. I don't know who thought of it first, and it doesn't matter anyway, because here in the free software world, we encourage piggy-backing and innovation!

      --
      SIGSEGV caught, terminating

      wait... not that kind of sig.
    18. Re:I'll believe it when I see it. by syousef · · Score: 1

      the updates have always worked for me

      That's called good luck not good planning. Be THANKFUL it worked for you and don't throw it in anyone else's face because you might not always be so lucky.

      Just last night I ran windows update on a laptop and was dumb enough to let it upgrade my Netgear wireless network pcmcia card driver. The new driver would not connect to my WPA enabled wireless network no matter what I did.

      Fortunately I had just spent last weekend putting together fresh install disks for all my PCs, so finding the old drivers wasn't too painful. I did however make the mistake of not writing down which one I was using previously, so I had to try each of the updated drivers I've downloaded. (Only one of them seems to work with WPA. Older drivers don't have the option and newer ones seem to have a bug that recognises WPA as WEP).

      So anyway I had to set up my wired network card, then copy and try 3 drivers to get my wireless card back.

      Honestly I'm sick of it being this way. Don't damn well tell me your favourite Linux install doesn't have these problems either because I've always had problems like this in any environment, and I'm no idiot about how I organise my machines.

      It's gotten to the point where I never upgrade hardware or software unless I have a show-stopper type problem I need fixed, and even then I have to cross my fingers and hope it works.

      List of recent problems on XP (last 3 months):

      1) Graphics card upgrade to 6600GT on desktop machine. Tried many drivers before getting it to work. Had to mess with AGP settings via driver hacks (Rivatuner) to stop it from freezing

      2) USB hard disk suddenly giving the infamous write delay failed problems. Tried many things but eventually found VIA 4in1 drivers fixed this one.

      3) USB still hangs from time to time with devices not being recognised if you try to plug them in or replug them. Could be a bad camera memory card reader or one of my cheap USB hubs.

      4) Faulty mouse. This one was just wear and tear but took me about 15 minutes to work out it was the mouse and not my KVM switch.

      5) Network card issue above.

      --
      These posts express my own personal views, not those of my employer
    19. Re:I'll believe it when I see it. by Thalagyrt · · Score: 2, Informative

      That's called incompetence on the part of the people writing ZipGenius.

      --
      Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo!
    20. Re:I'll believe it when I see it. by spectre_240sx · · Score: 1

      If they would build a real application to handle the updates and give me access to it from the command line, I might actually be able to tolerate windowsupdate. However, since it's based on a crappy browser, requires ActiveX and won't even install a lot of the updates, I call it a piece of shit.

    21. Re:I'll believe it when I see it. by pete6677 · · Score: 1

      I seem to recall that Windows 95 would sometimes make you reboot when you changed certain monitor settings. Must have had something to do with that first version of "plug and play", which didn't exactly work very well.

    22. Re:I'll believe it when I see it. by bedroll · · Score: 2, Insightful
      "Yeah, right - there are plenty of people who will tell you that Windows servers hose themselves on at least a weekly basis and have to be rebooted to unhose themselves"

      It just depends on what you're doing with the machine and who's on it. On my work machine I install the tools I need to do my work and that's it. I disable ActiveX in IE, incase I need to use it. I use FireFox primarily. Otherwise, I'm careful what I install and I rarely touch the config. The uptime on that machine is currently at 2 months.

      My home machine is a different matter. I have more programs, and another one seems to get added every couple of months. It crashes every now and then, and I shut it down at night so there's no uptime stats.

      Windows servers, by comparison, are horrible. We have a monthly maintenance window for them, one Saturday we let the employees know they'll probably be going down. We (well, not I, I'm just a programmer) "preventatively" reboot them all. The Exchange server is a problem every single week. The DFS we have just barely works. The accounting server can't take Monday timesheet submittals.

      It's easy to blame the admins, which I did for quite some time. Then I was involved in the migration from NT to 2k for the intranet server. I saw firsthand how things just don't work on base installs for no reason. The same thing happened when we attempted the move from 2k to 2k3.

      The fact is that you can install Windows in a server role, get lucky that the setup goes well and everything works, and it's easy. If anything goes wrong, though, you actually have to know what you're doing to fix it. Most Windows administrators that I have come into contact with don't know what to do in such a situation. They'll troubleshoot for a while and if it doesn't resolve itself they reinstall. As a programmer I end up at their whim because any problem with the setup differs to the administrators.

      The reliability has gotten much better since the days of NT and 95. To a person used to that the current situation seems to be greatly improved. Now you have to reboot workstations when you install things or have the occasional blue screen (or spyware) and servers are rebooting weekly, not daily or hourly.

      To me it's not acceptable, because I have firsthand knowledge of high-load Linux and BSD servers with over a year of uptime. My home gateway/webserver/fileserver/etc had over 200 days of uptime until a recent power outage. My Linux workstation only needs a reboot when I update the kernel.

    23. Re:I'll believe it when I see it. by sasha328 · · Score: 1

      On the Mac it was actually application based. The applications (usually graphics ones) created a "preview icon" and then placed that into the icon fork for the file. Remember, on Pre-OSX Macs, files had two "forks" one for data and one for everything else.

    24. Re:I'll believe it when I see it. by Master+of+Transhuman · · Score: 0, Flamebait


      No - it's called incompetence on the part of the people writing Windows where ANY programmer of ANY software can force a reboot any time - or at least demand the user reboot for no rational reason at all.

      I'm not even sure about this "lazy programmer" stuff. Why would a programmer ASK for a reboot? He's putting his crap in the Registry, which supposedly he can do with no problem. His program isn't even running after install until I call it, so it's not like it's a service or a server he HAS to restart.

      So why is he doing it?

      BECAUSE HE'S BEEN TOLD TO, that's why! I'll bet if you hunt around the Windows programming books, you'll find there is some sort of "recommendation" that after updating the Registry or dropping DLLs in the system directories, that a program "should" reboot to "insure system stability" or whatever.

      If this stuff was true back in Windows 98 and isn't true on Windows XP, somebody - like Microsoft - should start telling the developers regularly.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    25. Re:I'll believe it when I see it. by Thalagyrt · · Score: 1

      I'm pretty sure it isn't necessary anymore. Hell yes I completely agree that Microsoft needs to start telling developers how to do things properly, so many people are stuck in the things that you had to do back in 95 and 98... and ME (ugh) Also, I've installed huge applications such as VS.NET 2003 without a single hitch and no need to reboot at all... I figure if Microsoft can make a program that big install all its shared libraries, and immense amounts of registry entries without a reboot, the developers of that application you mentioned (don't remember the name) should be able to install a damn archiver without rebooting... Typical that they can't.

      --
      Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo!
    26. Re:I'll believe it when I see it. by Anonymous Coward · · Score: 1, Informative

      IRIX & Indigo Magic did this before KDE. I'm sure someone else can point out an earlier instance.

      As much as I *heart* KDE (and I used to hate and I mean ***HATE*** KDE), credit needs to be given where credit is due.

      Definitely not a Micro$oft innovation, unless by "innovate" they mean "copy what others have done for years and years already and bill it as something brand new"

      I can see it coming with their new command shell, the bash ripoff. "Now a better solution for administrative tasks: take control of your servers and automate tasks via the command line, a new innovation brought to you by your 'friend$' at Micro$oft."

      Never mind that to believe this you have to practice doublethink and disregard that their mantra ever since NT 3.1 has been "GUI good, CLI bad, if you NEED to automate, use WSH or VB"

    27. Re:I'll believe it when I see it. by quarkscat · · Score: 1

      "...will also save costs by reducing the number of times computers will have to be rebooted."

      Unless MSFT intends to make extensive use of a VM (Virtual Machine) as a Boot/PROM monitor to avoid rebooting through a BIOS/EFI equivalent, every monthly application of security patches requires a reboot. Unless, of course, MSFT decides that only paid subscribers of their WinVista "security updates" will find the need to reboot. That would certainly limit the number of machines that need to be rebooted monthly (if not weekly) to primarily corporate adopters of WinVista.

    28. Re:I'll believe it when I see it. by Master+of+Transhuman · · Score: 1


      My experience is similar vis-a-vis home vrs work.

      My work XP machine seems to be very stable - even after I installed Firefox, Thunderbird, jEdit, SQLTools, Winamp, a bunch of codecs, WallMaster (a wallpaper changer) and a small number of other things.

      However, while I play some music videos on my work machine, and do some Web surfing, and do editing of programs FTP'd down using a jEdit plugin, most of the time I've either been buried in jEdit or actually been working via the Reflection terminal emulator on the HP/UX servers here. I don't do Microsoft Office stuff, and I don't install many programs. I don't constantly switch around from one thing to another like I do on the home machine.

      Problem is - all of that stuff was installed on my home XP machine. And it behaves wierdly at times, mostly during third party app lockups. So I think it's not so much what was installed as it is the work habits on the different machines. I push the home machine more than I do the work machine.

      And I suspect that's true for most office workers vrs geek home users. Office workers do the same things over and over, and as long as spyware doesn't get on the machine, it really isn't being pushed. Home users, OTOH, do all sorts of wildly different things - running videos, surfing, playing video-intensive games, pushing the memory and speed limits of the OS.

      But I haven't had to reinstall the home XP yet, after seven months, whereas when I first installed Windows 2000, it hosed the Registry once itself and again by a third party app within the first three months.

      So, I agree that XP is better than 2000, which is way better than 98.

      Your stories about the servers matches others I've heard here and elsewhere. I just don't buy that Windows servers are as reliable as Linux servers, no matter what the Windows shills say.

      And to the degree that it's the administrators fault, well, you know, who made it that way? The admins - or Microsoft for dumbing down (and simultaneously complicating with ever more "features") the interface so that the admins are simultaneously less knowledgable and less powerful than the equivalent UNIX admin?

      I'm sure a sharp Windows admin with lots of experience with Windows can set up a Windows server that is very reliable and has long uptimes. I'm also sure he got that way by having a lot of experience with how Windows DOESN'T work and thus knows how to avoid the gotchas. Does that mean Microsoft is better in that scenario? If you compared how much knowledge that MS admin needs to do his job with how much a Linux admin needs, who actually spent more time getting the same level of knowledge and experience? I suspect it was MORE work for the Windows guy to get to the same level of reliability as the Linux guy.

      So I think to say that a smart Windows admin can get as much uptime as a smart Linux admin doesn't say much about the overall differences between Windows and UNIX/Linux in terms of reliability. Comparing the AVERAGE sys admin on each side might be more revealing, if that could somehow be done.

      In other words, factor OUT the sys admin somehow and see how the two OS's compare.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    29. Re:I'll believe it when I see it. by BurnFEST · · Score: 2, Insightful
      4) Faulty mouse. This one was just wear and tear but took me about 15 minutes to work out it was the mouse and not my KVM switch.

      I can understand your other issues, but how does that have ANYTHING to do with Windows XP?
    30. Re:I'll believe it when I see it. by Radicode · · Score: 1

      If your concern is about upgrading many machines on a domain, you can install your own SUS and choose which update are available or forced to computers. For example, you can force computers to install security updates using a group policy for your domain. Windows has a lot of management features... most of them aren't used by the everybody joe. But most sysadmins with proper training about microsoft products will know how to manage a domain using the built-in tools, like the remote registry, remote network/service management, SUS, group policies or permissions to name a few.

      Radicode

    31. Re:I'll believe it when I see it. by uncqual · · Score: 1
      My experience is, never take drivers from Windows Update - they cause too much grief (to say nothing of often being ancient) - I always go to the manufacturer's site.

      The rest of the updates seem quite reliable with the only failure I've had on multiple XP & W2K systems in the past four years was wedging W2K by upgrading to Media Player 9(?) because I have an old version of Easy CD Creator which seems to be incompatible with the Roxio/Adapatec DLLs that MS licensed to burn CDs from MP. I never did figure out how to avoid BSOD once in a while with that combination, so I carefully reject all MP updates.

      --
      Why is there an "insightful" mod and why isn't it "-1"? If I wanted insight, I wouldn't be reading /.
    32. Re:I'll believe it when I see it. by EggyToast · · Score: 2, Informative
      They're back in 10.4. Incidentally, the mv and cp commands in 10.4 are also updated so that they will copy and move the resource forks.

      Luckily the system is generally smart enough so that it will look at the file extension if it can't figure out what it is. So losing a resource fork just means that any fancy forks are lost, and you default to "basic" ones.

    33. Re:I'll believe it when I see it. by sharkey · · Score: 1

      Well, you don't have to reboot to change your ISP's modem number for a Dial-Up connection anymore.

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
    34. Re:I'll believe it when I see it. by syousef · · Score: 0, Flamebait

      I can understand your other issues, but how does that have ANYTHING to do with Windows XP?

      Nothing except to highlight that I had reason to suspect the operating system before suspecting the actual hardware. After all the mouse had worked like a champion for 3 years, whereas I'd had hell with the OS.

      --
      These posts express my own personal views, not those of my employer
    35. Re:I'll believe it when I see it. by R.D.Olivaw · · Score: 1

      I heard that it's going to be an easter egg in the new notepad.

    36. Re:I'll believe it when I see it. by diegocgteleline.es · · Score: 2, Insightful

      I'm tired of all this bullshit of "microsoft copied this" or "someone copied google". Good ideas are good ideas, and if somebody has done something right, I can't find a reason why other people (including Microsoft) should copy that good idea

      It's the same reason I'm against software patents - good ideas should be copied because that encourages innovation (if someone copies you, you've to create something different to be "the best" again). I'm happy that Microsoft is copying things from mac os x, kde, firefox or whatever.

    37. Re:I'll believe it when I see it. by TheRaven64 · · Score: 2, Informative
      Remember, on Pre-OSX Macs, files had two "forks" one for data and one for everything else.

      On HFS you had a resource fork and a data fork. On HFS+ you have an arbitrary number of forks, however most applications only use one for compatibility with UFS/FAT filesystems.

      NTFS also supports forks (not sure how many), but no one actually uses them. You can use the standard terminal commands to put things in them and access them, but not to enumerate them. In this way, you can hide data quite easily in an NTFS system.

      --
      I am TheRaven on Soylent News
    38. Re:I'll believe it when I see it. by nmg196 · · Score: 1

      > Sounds like this was directly ripped off of KDE

      Why are you saying that like they've done something wrong? KDE, XWindows (and nearly all other things which have windows) is directly ripped off Microsoft Windows, but I don't see anyone moaning about the theft of innovation in that direction.

      Anyway - as far as I'm aware - KDE can only do this on TEXT files, so it's pretty shit compared to what Vista can do.

      > Chalk another one up for the Microsoft hall of innovation.

      I will actually. Nearly every single thing in any XWindows based system is ripped directly from Windows - from a button to a scroll bar to the little X you click to close a window, pull down menus etc ALL came from Microsoft. Stop winging.

    39. Re:I'll believe it when I see it. by MullerMn · · Score: 1

      I'm interested that you think that the X Window system rips off MS Windows, considering MS Windows doesn't actually provide as much functionality as X Window does.

      Also, X Window predates MS Windows by atleast a year.

      Those sneaky Unix geeks and their time travel!

      I belive it is pronounced "0wnz0red!". HAND.

    40. Re:I'll believe it when I see it. by Geoff-with-a-G · · Score: 1

      How about we get over the notion that taking a feature from another OS is a bad thing?

      Grandparent complains about them "ripping off" KDE, only to find out that KDE "ripped off" Mac OS 8 or 9, which may in turn have "ripped off" some other OS in turn and we just haven't seen the Next or BeOS user post about it yet.

      If Linux removed all the features it had taken from Windows and Mac OS, and Windows removed all the features it had taken from Linux and Mac OS, and Mac OS removed all the features it had taken from Windows and Linux, all you would achieve is certainty that all three would now suck.

      I WANT my OS to incorporate good ideas that were had by other OSes. This is a good thing, and leads to the improvement of all of them. Stop complaining about it.

    41. Re:I'll believe it when I see it. by Yosho · · Score: 1

      What's really fun is that NTFS doesn't consider data in forks other than the main one when computer file size. That means that you can have a file that appears to be, say, 2 kB, when it's really a few hundred megs.

      --
      Karma: Terrifying (mostly affected by atrocities you've committed)
    42. Re:I'll believe it when I see it. by Anonymous Coward · · Score: 0

      Actually KDE supports it for a lot more than just text files, it also supports HTML files, SVG, Video files, pictures, font files, and even SOUND files (for sound it works differently, if you hover the mouse over the file it will start playing till you move it off of the file, its pretty nice).

      And actually Windows copied all those things from the mac, which apple licensed them from another company.

    43. Re:I'll believe it when I see it. by Anonymous Coward · · Score: 0

      I agree, because this WHOLE field? Is "imitate & improve upon"...

      AND? No questions asked/no doubt about it.

      (Where on earth do you think LINUX itself came from? MINIX as its initial base! And, much of what has been IMPROVED in modern Linux cores/kernels?? Where do you think it was from??? Original thought??? NO! In this field, like most all others, there is VERY LITTLE ORIGINAL THOUGHT - mostly 'standing on the shoulders of giants' & improving weakness in original inherent designs)

      One thing that never fails to astound me is the fact the the Linux Penguins fanatics inc. camp takes pokes @ MS anytime they can & fail to mention how much of their OS' latest improvements bite off of NT-based ones!...

      Do you know how many pokes I ALONE can take @ Linux, or BSD variants, right now, & be TOTALLY on-the-mark CORRECT about them?

      TONS... done it before here, and I'll point out a few anyhow, right off the top of my head:

      (Especially the ones about the OpenBSD/FreeBSD crowd trying to tell me that their OS are "impenetrable" which is TOTAL b.s. ->

      http://slashdot.org/comments.pl?sid=155314&thresho ld=-1&commentsort=0&tid=201&mode=thread&pid=130478 06

      E.G. from that OpenBSD debate above-> Give me a browser with a hole in it (such as FireFox 1.05 had VERY recently)? Especially either a remote execution possible one, or even a buffer overflow one, & I can either run something with holes in it (local type) like systrace has on OpenBSD as of this year & still probably open, or just write out my own exploit via a buffer overflow delivery... & OpenBSD is truly it's name: OPEN!

      That's JUST for starters...

      Shall we go on? Lets do so, right now, but in regard to LINUX biting off of NT designs (which, yes, admittedly grew up from a combination Win3.x/9x heritage, Os/2, &/or Vax VMS (which here? In its commandlines is VERY similar imo to UNIX in fact) native api underpinnings... like I said, VERY LITTLE ORIGINAL THOUGHT):

      I can go off on a zillion things Linux 'emulated' from Windows NT-based OS', such as:

      1.) Kernel mode threads (this took Linux a LONG while to get right & it was "baked in later", & not started out with in its original design... this matters for SMP!)

      NO, LinuxThreads didn't give it that - only usermode threads, more detail later on this. This is important, & where? Kernel mode threads are needed for SMP, period... with re-entrancy.

      2.) Pre-emptable kernel via the process scheduler (NTPL in 2.6x builds of the Linux Core/Kernel anyone?)

      Yea, that's right...

      That's the one that fixed the clone() system call, & the getpid() call (more on that which showed forked process' in LinuxThreads "usermode threads"
      (forked procs is more like it)) got fixes as well, & p_thread_self() does the job here FAR better on NTPL.

      Or how about NGPT before that from IBM as well?
      NGPT (next generation posix threads) was an improvement on LinuxThreads by FAR!

      (NTPL improved on that moreso, with actual tested implementations up to 1 million threads in fact)

      Both improved threadcreation by 8x (especially NTPL) @ least, over the original LinuxThreads...

      Before NPTL, NGPT from IBM (circa 2003) also helped, but it was later found, & proven, that NPTL was better because of its 1:1 thread relationships, vs. NGPT M:N relationships...

      Again - NPTL up to millions of threads possible, w/out having to wake the entire array of them when data signalled arrival on waiting communications endpoints OR having to "precreate them" in a threadpool for an appplication afaik, create them as you need them only.

      However, both of which improved upon LinuxThreads (which was a "mess" but did give users usermode threads mapped to a single kernel-mode thread for a process tha

    44. Re:I'll believe it when I see it. by ceejayoz · · Score: 1

      I'm fine with ripping off, I just don't want people claiming their ripped-off features as innovative. Microsoft seems to be particularly good at this.

  3. i am hoping, but will it happen by kicken18 · · Score: 1, Insightful

    I am being hopefully on Vista being a good OS. With alot of new featurs and hopefully alot better security it looks all in all to be pretty good. I dont ahve many gripes with XP and i overal like it, but there could be alot of improvlements, I hope, for the sake of the future of IT that these improvments turn out to be good and useful

    --
    Visit My Blog at http://spaces.msn.com/members/chrisharries
    1. Re:i am hoping, but will it happen by Meshach · · Score: 4, Insightful

      The security is my one hope for Longhorn. For it to gain acceptance of any kind it will have to excell in that area

      However...

      No IT departments or managment of any company are excited about Vista. The cost to install, test, coordinate, and train all your processes for a new OS are prohibative. This is one time wear the time honored saying: "If it ain't broke then don't fix it" applies.

      If it wasn't for EOL and end of support I wonder if anyone would switch at all...

      --
      "Maybe this world is another planet's hell"
      Aldous Huxley
    2. Re:i am hoping, but will it happen by electrichamster · · Score: 4, Funny

      I hear that IE has spelling and grammar checking in forms now!

    3. Re:i am hoping, but will it happen by Anonymous Coward · · Score: 0

      I always thought XP was a huge improvement over 98SE/ME as far as stability is concerned, I have yet to see a BSOD. However security is non-existant, I feel like I'm playing with a Fischer-Price toy, and the CLI sucks. Which is why I only use Windows for playing games, hopefully Vista will be better, but at this point I really don't care anymore because I'm happy with *nix.

    4. Re:i am hoping, but will it happen by GrahamCox · · Score: 2, Insightful

      Stop hoping, and go out and get it today. It's called "Mac OS X 10.4"

    5. Re:i am hoping, but will it happen by kicken18 · · Score: 0, Flamebait

      no, i dont really like Macs me and many of my friends have had bad expriances, and i have had good expirances with MS from 2k, XP 2k server and 2k3 server but there are many improvments which I hope they can live up to

      --
      Visit My Blog at http://spaces.msn.com/members/chrisharries
    6. Re:i am hoping, but will it happen by kicken18 · · Score: 1, Troll

      I agree, MS is comming out with some fantastic products and innovations recently from media centres, phones camras, to office products like Viso and project, but its harberd by security problems of its most basic softwear, operating systems. If MS can improve secutiry in this release then it would certently gain a bit more respect from the limux and mac fan boys as this is one of the main (although granted not only) causes of concern of the IT sector

      --
      Visit My Blog at http://spaces.msn.com/members/chrisharries
    7. Re:i am hoping, but will it happen by Anonymous Coward · · Score: 0

      Ok, I went out and bought Mac OS X 10.4 but nothing happens when I put the CD in my PC's CD-ROM drive.

    8. Re:i am hoping, but will it happen by Anonymous Coward · · Score: 0

      yes thank you for your thoughts they are nice and I am glad that you posted them because now we all know your strong opinions

    9. Re:i am hoping, but will it happen by jav1231 · · Score: 2, Insightful

      I'm hoping it fails miserably but it probably won't. Look, most of what they're touting as "features" we already have in other OS's. Yet, through their great marketing, these will be called "innovations." Like when all my MCSE friends used to talk to me about Active Directory. Yeah, Skippy, I liked it years ago when we called it NDS!

    10. Re:i am hoping, but will it happen by Master+of+Transhuman · · Score: 4, Funny

      /. Windows Shill Serial Number 127890...

      You are required by /. policy to identify yourself as a Windows Shill by reporting the above number next to your /. ID.

      Violators will be forced to watch reruns of Bill Gates interviews. (I know, it's not much of a punishment for guys like you, but it's the worst the /. administrators could come up with.)

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    11. Re:i am hoping, but will it happen by Osiris+Ani · · Score: 1

      Your assertion that the current versions of Windows "ain't broke" is amusing to me. Will you be here all week? I'll bring friends to your next show.

    12. Re:i am hoping, but will it happen by Master+of+Transhuman · · Score: 1


      You're really pushing it, dude.

      Start using that /. Windows Shill Serial Number or you're in major trouble, pal. This comes from Taco himself.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    13. Re:i am hoping, but will it happen by alexandreracine · · Score: 1

      I hear that IE has spelling and grammar checking in forms now!

      Hey, this might actually help a lot of /. posts! Oh wait... I use FireFox...

      --
      No sig for now.
    14. Re:i am hoping, but will it happen by Nate+B. · · Score: 1
      If it wasn't for EOL and end of support I wonder if anyone would switch at all...

      The company I work at still has a sizable installed base of NT 4.0 and probably won't be completely rid of it until sometime in '06. XP is being rolled out with new hardware, of course. Other than the lack of USB support I don't see a technical reason to change, but we must feed the beast.

      I've heard from some of the LAN support people that the transition has some rather bumpy spots.

      --

      "Insanity is doing the same thing over again expecting a different result."
    15. Re:i am hoping, but will it happen by kicken18 · · Score: 0

      I have tried using *nix in verious methods but never really got along with it and always came back to XP and never really had a problem with it. As i said ina reply bellow,i think if theycan make alot of good improvments esspcilly on security then it would certaintly get more respect from the *nix/mac fans

      --
      Visit My Blog at http://spaces.msn.com/members/chrisharries
    16. Re:i am hoping, but will it happen by superspaz · · Score: 1

      Thank you. In spite of terrible grammar and spelling so are the only slashdotter I've seen not go on the easy Linux tirade. So Vista wont be what most slashdotters use, but most of the rest of the world probably will. Hence it is made for the rest of the world (UI changes and parental controls, woohoo). With any luck, improved security means I will get less calls from the family for computer help. So go Vista.

    17. Re:i am hoping, but will it happen by kicken18 · · Score: 0

      I am not sure what i am "pushing" althought i take it to be some kind of threat as thats the tone you put it in, but i like using Windows and i have no problems, so i feel no need to shift OS's to apple when, as many beanchmarks have shown, PC's are faster under many fronts and i wont be under the apple BS as i can replace and upgrade what I want, when i want and not have to goto a shop or anything to do it

      --
      Visit My Blog at http://spaces.msn.com/members/chrisharries
    18. Re:i am hoping, but will it happen by kicken18 · · Score: 0

      ahh another person filled with alot of Bullshit, hey if you put this much effot into trying to cuss me down for using an OS that i have used very sucsessfully in the home and 2 buisness with, into somethign worth while you could go a long way.

      --
      Visit My Blog at http://spaces.msn.com/members/chrisharries
    19. Re:i am hoping, but will it happen by Anonymous Coward · · Score: 1, Funny

      Forms? What, not for filenames too? What's the point of full system integration if you can't take advantage of such great new features absolutely everywhere?!

      I've also heard that Clippy is built in to every dialog window :-)

    20. Re:i am hoping, but will it happen by idsofmarch · · Score: 1

      I hope English comes to you as a second language...However, I think noting phone cameras, Visio and Project as innovations is laughable at best. But, frankly I doubt Windows Vista's security will be robust enough to gain any respect from either Linux or Macintosh afficianados. Also, it's hindered--you wrote harberd, which I assume is harbored which means to protect as in harbor (place where you keep boats safe from a storm.)

      --
      Anyone who whines about being modded down should be.
    21. Re:i am hoping, but will it happen by idsofmarch · · Score: 1
      Kid, he's joking because the earlier poster considers your postings to be essential pro-Windows astroturf. I don't think you are trolling, but I think your opinions are based on very little real information except for what you may have read here on Slashdot. As for benchmarks, there have been many discussions about the problems of benchmarks, especially in comparisons between PPC and x86 chips. As for Apple BS, I'm not sure if your talking about Apple's PR--as unreliable as Microsoft's or anyone else--or if you're trying to refer to Apple adherents who like the platform. As for upgradibility, a Powerbook is as upgradable as a Thinkpad, and a Powermac is as upgradable as a Dell Precision. Apple does entail certain limitations in upgrades, however any Slashdotter worthy of the name can certainly figure this out.

      You should learn more about OSX and not pretend that your opinion formed five-minutes working on a Mac means the same thing as someone like me who has used both Windows and OSX for substantial periods of time.

      --
      Anyone who whines about being modded down should be.
    22. Re:i am hoping, but will it happen by KillShill · · Score: 2, Interesting

      well thankfully os x runs on non-apple x86, otherwise i'd have to spend an enormous amount of money to get a good equivalent system.

      what? you say it doesn't? how odd.

      --
      Science : Proprietary , Knowledge : Open Source
    23. Re:i am hoping, but will it happen by KwKSilver · · Score: 1
      i can replace and upgrade what I want, when i want and not have to goto a shop or anything to do it
      You may not have to go to a shop, but you may have to go to MS & beg them to re-activate Windows after replacing hardware. "All your computer are belong to MS."
      --
      If you want your life to be different, live it differently.
    24. Re:i am hoping, but will it happen by gordgekko · · Score: 1

      Wow, which browser is that? I use Firefox myself.

      Answering stupid posts with stupid posts since 1994.

      --
      You want to know who isn't running Firefox 2.x? They spell it "definately" and "rediculous".
    25. Re:i am hoping, but will it happen by GroundWire · · Score: 1

      AD will never come close to being as cool as NDS. OU's aren't real OU's, you can't have people with the same names in different parts of the tree (represented by different offices, locations, countries, etc). It all comes down to the UPN (user principal name), which doesn't even care about how your tree is setup, thus making all of your OU's just eye candy! Again, the "features" are already present, and the functionality in alot of products is much more mature. * IAAMCSE, but I love NetWare, Linux and *BSD *

    26. Re:i am hoping, but will it happen by tgv · · Score: 1

      You may think you're kidding, but Safari (under OSX) actually has it (FireFox doesn't).

    27. Re:i am hoping, but will it happen by GreatBunzinni · · Score: 2, Funny

      this si graet news!!

      --
      Slashdot, fix your code or at least hire someone who is competent at it to do it for you.
    28. Re:i am hoping, but will it happen by Neop2Lemus · · Score: 1
      It's a variant of Firefox SpaceSquid or Firefox Moonpanda.

      'It's' correctly used.

      --
      Needle Nardle Noo
    29. Re:i am hoping, but will it happen by Anonymous Coward · · Score: 0

      why is it that every time something "new" comes out of redmond, people face it with an attitude that it will suddenly be "fresh", "better" and "more secure"? the old releases suddenly appear inferior and outdated, yet the same expectations were present when these were new.

      only microsoft manages to disappoint people time after time and still keep them suckered into their crap.

      vista will acquire the same rotten stench over time that every other microsoft creation has about it. that's the time when the cycle repeats and the next big thing knocks on the door - or rather, goes like a bull at a gate.

    30. Re:i am hoping, but will it happen by tangledbank · · Score: 1
      I hope it will be good, the competition will come in handy for once. However, one bit of the article that struck me was this:

      Microsoft's Allchin has said that getting Vista out on time is more of a priority than including every last feature.

      Surely that's the wrong way to go about it? I don't want an unsecured system released on time, I want a completely secure system that I may have to wait for. Targets are great, security is much much better.

    31. Re:i am hoping, but will it happen by robzilla_au · · Score: 1

      No IT departments or managment of any company are excited about Vista. The cost to install, test, coordinate, and train all your processes for a new OS are prohibative. This is one time wear the time honored saying: "If it ain't broke then don't fix it" applies.

      A place I contract to still runs on NT 3.51 because it does what it's sposed to do. There is no reason for the systems to be upgraded, and with approx ~900 machines, many of which have slightly different configurations (yes there is a list of what should & shouldn't be on each one and audits are done on a regular basic) it won't be the easiest job there is... and I'm not looking forward to it when the day comes.

      If MS want to license XP/Vista/whatever to us for free plus cover any losses we may or may not get because of the problems the upgrade may or may not (hah!) cause, then hell, sure, I'll do it.

      Btw, it's a government department.

    32. Re:i am hoping, but will it happen by Anonymous Coward · · Score: 0

      /. Slashbot Drone Serial Number 597628...

      Why don't you just shut the fuck up?

    33. Re:i am hoping, but will it happen by TheRaven64 · · Score: 1

      Someone's been reading The Humane Interface. This was one of Raskin's complaints about the Mac interface which still hasn't been fixed. I would also like my code editor to be able to spell check variable and function names, although this would require it to know camelCase and recognise the_underscore_as_a_separator.

      --
      I am TheRaven on Soylent News
    34. Re:i am hoping, but will it happen by madaxe42 · · Score: 0, Flamebait

      Holy shit - it looks from your blog like you're English - how the fuck do people understand you? I mean, if you speak like you type - sorry, not intended as a troll, but I've never seen such chimpish use of the english language.

    35. Re:i am hoping, but will it happen by electrichamster · · Score: 1

      Yeah, I've heard about that - there's supposed to be a firefox plugin that does the same thing. Really should track that down.... :D

    36. Re:i am hoping, but will it happen by k2r · · Score: 1

      > but Safari (under OSX) actually has it

      The cool thing is that ANY application on OSX that uses some form of NSTextView "has it" - system wide live spellchecking.
      "It" comes for free, builtin in Cocoa, you don't have to do additional development.

      Unfortunately that's one of the points where your can spot non native applications (yet) like OpenOffice or Firefox - they don't have "it".

      k2r

    37. Re:i am hoping, but will it happen by jav1231 · · Score: 1

      Good point! I miss Netware but I'm really glad Linux and BSD's are out there.

    38. Re:i am hoping, but will it happen by Anonymous Coward · · Score: 0

      "Other than the lack of USB support I don't see a technical reason to change"

      We have a little group fileserver running over WinNT 4.0 too. It is protected by a firewall, it doesn't have Internet connection and, overall, is just doing its work.

      Now, their users need to store about 200GB of data (maps, DTMs, aerial photographs and the like). Well, lets drop a new EIDE 250GB hard disk and there we go, right? No: WinNT 4.0 won't support "big" disks. Even Win2000 won't do out of the box (but last updates correct this).

      So, when the 250GB disk arrives, the venerable WinNT 4.0 will be dropped off in favor of... Debian Sarge with Samba: bye-bye Microsoft!

    39. Re:i am hoping, but will it happen by Garabito · · Score: 1
      but it's the worst the /. administrators could come up with.)

      As opposed to recurring dupes, no fact checked articles and Apple/Google Slashdvertisement which are reserved for regular /. readers.

  4. Reboot? by guaigean · · Score: 3, Funny

    On the business side, Microsoft said Vista will be easier for businesses to deploy on multiple PCs and will also save costs by reducing the number of times computers will have to be rebooted. Computers have to be rebooted?

    --
    Microsoft Sucks, F/OSS Rocks. I get mod points now right?
    1. Re:Reboot? by guaigean · · Score: 1

      Ok, I see the humor was missed, but seriously... The only time I reboot is at power outtages (And only long ones where my UPS is used up). How is this a superior feature?

      --
      Microsoft Sucks, F/OSS Rocks. I get mod points now right?
    2. Re:Reboot? by Anonymous Coward · · Score: 0

      Troll ?? that post isnt troll it is funny ! Windows PC are the only computers that need to be rebooted for things other than a kernel recompile. It is about time Microsoft got a feuture that everybody else has had for ages.

    3. Re:Reboot? by Anonymous Coward · · Score: 0

      ...and when installing security fixes, drivers, or even a simple application.

    4. Re:Reboot? by guaigean · · Score: 1

      I don't run windows, so no.

      --
      Microsoft Sucks, F/OSS Rocks. I get mod points now right?
    5. Re:Reboot? by ScrewMaster · · Score: 3, Funny

      Yes. It's when a Windows computer stops working for no apparent reason, and receives a swift kick from its operator. Then, just out of irritation on the part of said operator, it gets kicked again. This process is known as "rebooting" and must often be repeated several times before the recalcitrant CPU becomes more cooperative.

      --
      The higher the technology, the sharper that two-edged sword.
    6. Re:Reboot? by izomiac · · Score: 1

      Well, I'd say most desktop users care. I, for one, own a laptop with about 6 primary partions that I like to boot into. On a typical day I probably switch between BeOS and a hibernated Windows XP about three or four times. I also like to take my laptop with me on trips, which happens about every week or so. Since my laptop can also function as a noisy space heater for my dorm room I like to turn it off at night and if I go anywhere. (Lots of people turn their computer off if they aren't using it, most discussions that I've seen about it on forums show about half of the people do.) So reboot time is a big concern for me (contributing to my primary OS choices).

    7. Re:Reboot? by TheRaven64 · · Score: 1

      Yes. Every time you upgrade your kernel. Upgrading core system libraries (e.g. libc) require you to restart all processes that depend on this library, which possibly includes everything and so is no different from a reboot.

      --
      I am TheRaven on Soylent News
  5. MMMmmmmmm... Microsoft cheese! by Saeed+al-Sahaf · · Score: 2, Insightful
    MMMmmmmmm... Microsoft cheese!

    But seriously, this all sounds like pretty smoke and mirrors (how can I possibly pass on platoons of new widgets?) Any solid reasons for my work site, which has several hundred workstations, to deploy this when we just recently stabilized and standardized on WinXP SP2? No?

    --
    "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
    1. Re:MMMmmmmmm... Microsoft cheese! by Nuttles1 · · Score: 1

      I totally agree, I have been running XP for over a year now. Before that I was running 2000 professional. The ONLY reason I am running XP is because I needed a beefier machine and the machine my company bought had XP preloaded. I would still be running 2000 and be totally happy, not missing a thing, if XP wasn't preloaded on my new machine. Again, I totally agree, show me solid reasons to switch and I will switch. Heck, I and most of the programmers at the company I work for would.

    2. Re:MMMmmmmmm... Microsoft cheese! by TopShelf · · Score: 1

      Oh come on, be fair - those new icons are shiny and translucent! Sign me up!

      --
      Stop by my site where I write about ERP systems & more
    3. Re:MMMmmmmmm... Microsoft cheese! by Jugalator · · Score: 4, Insightful

      You can only answer that question if you first answer why you switched to Windows XP SP2. Was it only to get some software you use to work? Are you having no special security concerns with the access modes in Windows XP? In that case, you're probably OK with XP and I can't see too much going on in Vista yet that'll interest you,

      But if you're interested in a redesigned restricted user mode that allows for a much more "*nix-like" experience in that you'll grant only certain apps elevated rights, while by default working in more of a sandbox (i.e. what *nix users have had for years but Windows never really experienced too well due to incompatible apps etc), and in general staying more in control in what rights you give apps to run with, Vista should definitely interest you. Especially if you for some reason, like compatibility concerns, can't take the step to e.g. Linux.

      I think any serious IT professional at a company should take a good look at Vista, at least if you intend to continue runing Windows. Of course, it could get child diseases so I'd still wait for a service pack or two, but you may actually do a mistake by just thinking "XP is good enough for us" and shrugging it off with a premature "Any reasons to use this? No?" like you do.

      --
      Beware: In C++, your friends can see your privates!
    4. Re:MMMmmmmmm... Microsoft cheese! by Anonymous Coward · · Score: 0

      ... it could get child diseases so I'd still wait for a service pack or two ...Kooties!? Is it KOOTIES? Don't fuck with that shit, man.

  6. Is There Anyone Actually Looking Forward To This? by Anonymous Coward · · Score: 2, Insightful

    Even diehard MS fans have to be wondering what the hell is going on up in Redmond.

    I'm no open source freak, but the trend seems clear that the time to migrate to Linux is here for anyone who doesn't have one or more must have apps that still only run on Windows.

    I guess the real question is:

    Do you really still want to be running Windows in 2006?

  7. So in other words... by SamMichaels · · Score: 4, Insightful

    Longhorn went from something that is safe, secure and stable with lots of new features into a bunch of marketing fluff.

    Windows Millennium anybody?

    1. Re:So in other words... by Rakshasa+Taisab · · Score: 1

      I belive that is the standard MicroSoft product development cycle, not something that is specific to Windows ME.

      --
      - These characters were randomly selected.
  8. Wow . . . by crimguy · · Score: 2, Insightful

    Transparency . . . Icons that preview the docs . . . sounds like KDE circa 2002. Really impressive, MS.

    1. Re:Wow . . . by SocietyoftheFist · · Score: 2, Informative

      Which have been available just as long on Windows via a third party http://www.stardock.com/

    2. Re:Wow . . . by melikamp · · Score: 2, Interesting

      To be a devil's advocate: does KDE have that much of transparency? IMS, X11 has no transparency, and I am not aware of any work done in that direction, and yet every KDE advocate in this forum mentions it along with icon previews. WTF?

      (I'm just mad because I really really want transparent terminal windows in Linux. This is by far the sexiest aspect of OS X's interface.)

    3. Re:Wow . . . by JVolkman · · Score: 2, Informative

      Google image search for 'KDE composite'. There is a lot of work being done in this area (transparency, shadows, etc.). This is in X.org, not just KDE.

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

      Your right, X11 has crap for transparency. Now Xorg, THAT has some great transparency and shadowing. http://www.x.org/

    5. Re:Wow . . . by chotchki · · Score: 1

      Hey man X11 has had transparency since the Xorg6.7 release. Also KDE has had software supported transparency for far longer.

    6. Re:Wow . . . by melikamp · · Score: 1

      Wow, nice! Looks like Windows is falling behind Linux in the eye candy competition. That's pretty damning, if you ask me.

    7. Re:Wow . . . by spectecjr · · Score: 1

      Transparency . . . Icons that preview the docs . . . sounds like KDE circa 2002. Really impressive, MS.

      Transparency's been in Windows since Windows 98 - and more robustly since Windows 2000 (which came out in 1999).

      Was it used for much?

      Not really. It's used for much more stuff in XP. But it's only recently that video cards have become powerful enough across the board that they can do this kind of thing without massively impacting performance.

      --
      Coming soon - pyrogyra
    8. Re:Wow . . . by VON-MAN · · Score: 1
      Maybe you're just not very aware of anything. The transparency in KDE has been a recurring topic of /. since the move from xf86 to x.org. Try to get with the program here... And this thing about the icon previews, you sure you're not using CDE?

      Now, the REALLY pathetic thing here's your score at the moment: 5, interesting. So now we know, you only need to belittle and criticise KDE for some points.

    9. Re:Wow . . . by melikamp · · Score: 1

      You are right, I fell behind on the Linux thing. That started after I got an Apple laptop, so now I am using OS X to do all my work. That, and also the fact that I never liked KDE and have been using WMaker almost exclusively since it's been added to Slack.

      You have to understand me in order to see why I am so pissed that it is taking so long to make xterm transparent. I am one of those guys who spend days looking for a cell phone that does not have any features. All I need from a window manager is
      (1) launch bar thing
      (2) shortcuts for switching between windows
      (3) wallpaper
      (4) minimal yet stylish decorations.
      If a window manager has anything extra and I cannot disable it -- it sucks.

      So as far as I am concerned, window managers already achieved perfection, thanks to WMaker, xfce, and a few others (OS X native one is pretty darn awesome in that respect). Transparent windows are the most vital feature now to be implemented, because anything else would be superfluous.

    10. Re:Wow . . . by The_DoubleU · · Score: 1
      Yeah, I don't know what the fuss is about.
      The windows here have been transparent as long as I know.

      I only wish there was something to block the light that comes through these windows.

      --
      What power has law where only money rules.
    11. Re:Wow . . . by mink · · Score: 1

      And for years before that on OS/2 via the same company.

      --
      Well I've wrestled with reality for thirty five years doctor, and I'm happy to say I finally won out over it.
  9. Saving costs? by Spy+der+Mann · · Score: 3, Insightful

    and will also save costs by reducing the number of times computers will have to be rebooted.

    How about saving costs by reducing the number of licenses you will have to pay per family?

    1. Re:Saving costs? by nxtr · · Score: 3, Funny

      You're going to be saving that money by not rebooting. Geez, didn't you RTFA?

    2. Re:Saving costs? by Anonymous Coward · · Score: 0

      How about saving costs by reducing the number of licenses you will have to pay per family?

      So you, your son and daughter and your wife can all afford computers but your family doesn't have money for the OS?

      Sell your son's gfx card and buy 4 Vista licenses, problem solved.

    3. Re:Saving costs? by Anonymous Coward · · Score: 1, Funny

      If you sell the gfx card you won't be able to run Vista...

    4. Re:Saving costs? by dtfinch · · Score: 1

      How about per person? Every system you buy means buying a new license. Every major hardware upgrade requires a re-activation.

    5. Re:Saving costs? by einhverfr · · Score: 1

      My favorite are those OEM's who tie the disk to the BIOS.

      Replace the system board and your copy is unlicensed (and will not reinstall).

      Oh, and the license is tied to the case too. So move it to a new case, and you lose your license.

      I used to work at Microsoft and this was the policy I hated most-- the licenses which were not portable to other hardware and were not advertised as such to the customer.

      Seriously, my business runs entirely on Linux, and so do many others that I support. Moving to Windows is always becoming less of a possibility.

      --

      LedgerSMB: Open source Accounting/ERP
    6. Re:Saving costs? by Anonymous Coward · · Score: 0

      Wrong: You're shoelace is untied.
      Right: Your shoelace is untied.


      Righter: Tie yr damn shoes!

    7. Re:Saving costs? by visualight · · Score: 1

      And don't forget the crippled bios they come with that don't let you change any settings.

      --
      Samsung took back my unlocked bootloader because Google wants me to rent movies. They're both evil.
    8. Re:Saving costs? by DavidD_CA · · Score: 1

      Many don't know this, but Office 2003 Student/Teacher edition allows you to install it on up-to three PCs in a home or school room.

      And, you can pick it up at school book stores for around $125.

      Agreed though, I'd love to see a "Family Version" of the OS that maybe lets you have three licenses, even some "Pro-qesue" features like Remote Desktop and trusted security but only for the local network.

      And who knows, you could even build that on top of the X-Box 360 and Media Centers and... okay I'll stop.

      --
      -David
  10. Reboots save money by Hasufin_Heltain · · Score: 1, Insightful

    Realistically... I think not. On a new install - which is what they are referring to I believe, a Dell can get you back to a windows login in about 10-12 seconds. 10-12 seconds usually spent talking or doing some other chore. Not like it actually saves mountains of time. If you are doing LOTS of pc building.. well during that 10-12 second, you are working on another PC. Not like that time is wasted. Get real marketing ppl.

    1. Re:Reboots save money by Master+of+Transhuman · · Score: 2, Interesting


      I think they are referring to the fact that I had to reboot Windows today to install freakin' ZipGenius...a fucking archive program.

      Okay, that's probably the programmer's fault, but still, why is it so easy and necessary for programmers to do this crap?

      Because there's a Registry, that's why.

      And Microsoft has never heard of rereading a config file.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    2. Re:Reboots save money by Zebra_X · · Score: 2, Insightful

      Consider the time to open and access all of the files that needed to be closed for the reboot. Also consider the disruption in focus, it's not insignificant. Especially when done often.

      Reboots don't happen unless they are a necessity. It is probably the least liked activity relating to a pc. Besides oh say, cleaning out the spam in your inbox or finding a "driver disk" for the brand new shiny piece of hardware you just brought home.

    3. Re:Reboots save money by Anonymous Coward · · Score: 0

      Obviously you have never had to run a dell 6450. That sucker takes almost 2 minutes to check scsi devices and boot.

    4. Re:Reboots save money by $RANDOMLUSER · · Score: 1

      > Because there's a Registry, that's why.
      Say it! Say it!!
      Say: "Single point of failure"
      Say it and mean it!!

      --
      No folly is more costly than the folly of intolerant idealism. - Winston Churchill
    5. Re:Reboots save money by Stauf · · Score: 2

      It has nothing to do with the registry, which can be read from and written to whenever you feel like it. It has everything to do with lazy programmers.

      Your software would probably work perfectly without a reboot. Chances are, if the same installer installs the software on windows 98 as installs it on 2000 or XP, the message is just because the developers of the software were too lazy to check your OS version.

    6. Re:Reboots save money by Master+of+Transhuman · · Score: 1


      "Single point of failure"

      And I MEAN it!

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    7. Re:Reboots save money by Anonymous Coward · · Score: 0

      I have two machines at work -- windows xp and linux. I do my real work on the linux machine, and keep the windows machine safely off, except for the occasional windows build of my product.

      Literally every time I boot up that piece of crap, it automatically downloads updates and patches and installs them for me, without me asking. Then it (thankfully) asks me if I want to reboot. This usually happens in the middle of my doing actual useful work, so I click "no". 5-10 minutes later the option appears again, and if one doesn't click "no" within some short amount of time, the machine reboots itself automatically.

      Call me thin-skinned, but having windows reboot itself automatically while I'm doing work is NOT acceptable.

    8. Re:Reboots save money by jp10558 · · Score: 1

      Seriously - I just don't get the benefits to the registry. It's hidden, arcane, and prone to failure.

      It also makes you require installers and such, that are totally avoided on other OSs - and can be on Windows.

      Programs that use config files are great - you can just copy the program folder to a new PC and run the exe. That's it, all your settings migrate etc...

      The files are much more user editable - anyone who can use a text editor can easily change settings in an ini file, and it's easy to backup in case you really screw up. The registry requires a "special" program, and regedit isn't exactly the nicest editor I've ever used. It's somewhat more difficult to back up, and finding thigs seems like a real adventure for me. And storing things in the registry makes you also need transfer programs and uninstallers - as opposed to simply copy + paste or delete the folder.

      Plenty of complex programs work fine with config files - see the proxomitron, Opera, and I believe FireFox. Why oh why can't we get rid of it already?

      --
      Opera, Proxomitron-Grypen,GPG 0x0A1C6EE3
    9. Re:Reboots save money by spectecjr · · Score: 1

      I think they are referring to the fact that I had to reboot Windows today to install freakin' ZipGenius...a fucking archive program.

      Never heard of it. Which maybe... just maybe... means that it might not necessarily be written by anybody who has any clue what they're doing. Which would explain the pointless reboots.

      Just a hunch there, skippy. You don't need to reboot to install a simple archiver application, if you write your installer correctly.

      --
      Coming soon - pyrogyra
    10. Re:Reboots save money by spectecjr · · Score: 1

      Seriously - I just don't get the benefits to the registry. It's hidden, arcane, and prone to failure.

      It also makes you require installers and such, that are totally avoided on other OSs - and can be on Windows.

      Programs that use config files are great - you can just copy the program folder to a new PC and run the exe. That's it, all your settings migrate etc...

      The files are much more user editable - anyone who can use a text editor can easily change settings in an ini file, and it's easy to backup in case you really screw up. The registry requires a "special" program, and regedit isn't exactly the nicest editor I've ever used. It's somewhat more difficult to back up, and finding thigs seems like a real adventure for me. And storing things in the registry makes you also need transfer programs and uninstallers - as opposed to simply copy + paste or delete the folder.

      Plenty of complex programs work fine with config files - see the proxomitron, Opera, and I believe FireFox. Why oh why can't we get rid of it already?


      Benefits of the registry:
      1. Applications can find their config information without needing to know the install path of the application.
      2. Config information can be easily secured, down to the individual key/value pair if necessary.
      3. Easy monitoring of changes to registry values as they are updated - again, down to the key/value pair.
      4. The registry splits config information into per-user and per-machine info, without it being necessary to figure out where the user's home directory is.
      5. It's used by COM to allow you to figure out which objects are installed on the system, without needing to know their name, install path, or any other information. All you need is their IID.
      6. It has a certain amount of type-safety built in. (Config files don't).
      7. It's more efficient to use than config files; you don't need to read the entire file in and parse its values every time anything in it changes - you just mess with the values you need to mess with.
      8. There is a standardized API to access it.
      9. Can be used to store binary config data as well as text. ... and a minor side benefit:
      10. Not designed for users to mess with, so they can't enter invalid data into it (unless they're really determined). Which means you can add verification and other UI logic to the parameters before the parameters are stored out. You don't get this with config files.

      You've already mentioned a lot of the disadvantages (lack of config migration support being the biggy), so I'll leave it at that.

      --
      Coming soon - pyrogyra
    11. Re:Reboots save money by Master+of+Transhuman · · Score: 1

      Well, if you'd like to find out about ZipGenius, go here.

      Given the page full of awards from freeware sites, Tech TV and other places it's gotten, I'd say it's done well in the software world for being freeware. Featurewise, it's on the top with 7Zip and some other archive programs.

      So I'd have to say that if you think it's written by an idiot, well, I'm not crazy about the user interface, but it does everything you want with an archiver and it works well for me.

      Skippy.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
  11. If done well... by Darth+Liberus · · Score: 5, Interesting

    this alone will be worth the upgrade: Rather than having to remember the single folder where something is stored, users will be able to put documents in any number of virtual folders. They can also establish folders that will automatically update, such as "files edited in the last week" or "documents from Jane." I've always hated the way files are stored on a computer... I understand it, of course, but I hate it. The whole point of a computer is to do the work FOR me, you know?

    --
    Beauty is just a light switch away.
    1. Re:If done well... by Anonymous Coward · · Score: 2, Insightful

      Already available. Called "Smart Folders" in Mac OS X Tiger.

      Yawn.

    2. Re:If done well... by wazzzup · · Score: 4, Informative

      Done.

      O'Reilly Developer Weblogs
      OS X Finder
      OS X Mail
      iTunes

      And it's instantaneous. No indexing when your computer has some idle time to spare. You create the file and BAM!, it shows up in Spotlight (system wide search engine vis-a-vis Google Desktop) and any Smart Folder that its criteria has met.

    3. Re:If done well... by Master+of+Transhuman · · Score: 1


      And symlinks everywhere else.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    4. Re:If done well... by Anonymous Coward · · Score: 0
      Rather than having to remember the single folder where something is stored, users will be able to put documents in any number of virtual folders. They can also establish folders that will automatically update, such as "files edited in the last week" or "documents from Jane."

      Apple demoed that in '96, but it took until this year to really make it work. It is cool, and Vista will be less than 2 years behind OSX, if MS can (ha) do as good a job as Apple did.

    5. Re:If done well... by chaleur · · Score: 1

      Can you say "ln -s"?

    6. Re:If done well... by Anonymous Coward · · Score: 0

      is it possible they mean less server (for updates) reboots? I know my users hate when i install updates....

    7. Re:If done well... by xylon · · Score: 1

      Sounds a lot like the way Gmail operates, except instead of 'labels', you'll get 'virtual folders'. There's that much vaunted MS-innovation again, right?

    8. Re:If done well... by dlelash · · Score: 3, Informative

      Sort of like "Smart Folders"? Yeah, that would be really cool to have in Windows one day.

      http://www.apple.com/macosx/features/spotlight/

    9. Re:If done well... by The_Wilschon · · Score: 1

      I can see this feature really confusing the fire out of aunt Jane...

      "But this {letter,photo_of_my_darling_little_baby,pirated_po rno_flick} was in here yesterday, where'd it go!?"
      "Well, aunt Jane, you didn't edit it in the last week, see? So it's somewhere else."
      "But, where?"
      "Well, where did you save it"
      "It was right there when I got done with it last week!"
      silent cursing

      --
      SIGSEGV caught, terminating

      wait... not that kind of sig.
    10. Re:If done well... by big_groo · · Score: 1
      The whole point of a computer is to do the work FOR me, you know?

      Careful what you wish for...instant teller anyone?

    11. Re:If done well... by DavidD_CA · · Score: 1

      Outlook 2003 does this now with dynamic search folders and it's quite slick.

      I have a folder for "emails over 3 megs" that I periodically clean out.

      Another folder for "emails from my boss" or "emails that I've red flagged" or whatever.

      Doing that with files that I need frequently could be handy.

      --
      -David
    12. Re:If done well... by Sam+Ritchie · · Score: 1
      You create the file and BAM!

      It's pronounced 'BOOM!', not 'BAM!'.

      I believe BeOS had something akin to Smart Folders in the olden days?

      --
      This sig is false.
    13. Re:If done well... by leifm · · Score: 1

      First time I saw virtual folders was in Evolution, and now both Thunderbird and Outlook 2003 have it. Somewhat useful, but not a revolution and not real exciting as an OS bullet point feature. I've started to use Copernic Desktop Search to navigate code, that is super useful, and I don't see virtual folders replacing it.

      --

      "Windows Me offers tremendous reliability and stability improvements..." -- Paul Thurott
    14. Re:If done well... by Anonymous Coward · · Score: 0

      MSN Toolbar with Windows Desktop Search will do everything you want right now. This is one of the few MS products that actually delivers.

      Run a query then click Favorites > Add to favorites... to save your searches. Drag that shortcut to your desktop or wherever and you have your "virtual folders." You can even fine tune the results.

    15. Re:If done well... by Anonymous Coward · · Score: 1, Interesting

      For you Gnome users, there's Gnome Beagle -- it does pretty much the same thing. Be sure the watch the Flash Demo.

    16. Re:If done well... by Anonymous Coward · · Score: 0

      users will be able to put documents in any number of virtual folders

      It's about time! I was getting tired of having to put my documents into those real folders inside my HD. I was amazed at how small they make them...

    17. Re:If done well... by Fabb · · Score: 1

      > [...] and BAM! [...]

      We know it is you, Steve... :)

    18. Re:If done well... by RzUpAnmsCwrds · · Score: 1

      That day is today. Well, actually, several weeks ago:

      http://desktop.msn.com/

      Spotlight is neither particularly unique nor particularly remarkable.

      But, hey, it's Apple. When they duplicate functionality that was already implemented elsewhere (fast user switching, dashboard, spotlight), it's "innovating". When Microsoft does it, it's "copying".

      Give it a rest. It's a little different when you have to support a platform with over a billion users.

    19. Re:If done well... by natrius · · Score: 1

      You create the file and BAM!

      It gets spicy?

      http://www.overheardinnewyork.com/archives/000469. html

    20. Re:If done well... by TractorBarry · · Score: 1

      Hmmm... "If done well" indeed.

      Sadly given my experience of the understanding of computers displayed by the average Windows user (i.e. not really interested in computing but bought a PC to use a digital camera, "the internet" etc.) I can see exactly what will happen next.

      They'll delete a file from one of their smart folders (thinking it's a duplicate) then go to another smart folder and start crying because the file they're after isn't there (naturally the "smart" features of this scheme will ensure that the file has truly been purged from disk)

      Having a well designed, thorough, tool for finding files is one thing (always an excellent idea) Having a means for a file to show up multiple folders is another. Sorry, but users are simply going to get confused. They'll believe they have multiple copies of the files in different folders and there'll be tears. Floods of tears I say.

      Sometimes it's hard enough getting people to understand shortcuts and that "My Documents" and "C:\Documents And Settings\user_name\My Documents" are the same folder.

      Still like a lot of these "good idea" features (spatial Nautilus anyone ?) as long as it can be switched off I don't care.

      --
      Sky subscribers are morons. They pay to be advertised at !
    21. Re:If done well... by TheRaven64 · · Score: 1

      And it was called Saved Searches on BeOS. Definitely in R5 (2000), and the functionality (automatically updated metadata indexes) was in the FS circa 1996. Welcome to 10 years ago Microsoft.

      --
      I am TheRaven on Soylent News
    22. Re:If done well... by GotenXiao · · Score: 1

      Partition.

      For pities' sake, PARTITION.
      YOu rule out a nice partition *JUST* for your documents. All of your documents go on there.

      Side bonus? You can wipe your system drive and your documents won't be affected, you further optimise your hard drive by not wasting so many clusters...

      You always know where your documents are going to be. If it ain't in your documents, it ain't there.

      That's one of the things I hate about OEM came-installed-on-the-comp setups... They rarely, if ever, give you the install CD for the software that came with, so you can't just blank the hard drive, and you can't partition it because the fs is 'fragged seven ways to sunday...

      --
      Goten Xiao
    23. Re:If done well... by TheLink · · Score: 1

      Uh that's why they are called smart folders. They're only for smart people ;).

      --
  12. But I'm still Using Windows 2k by jonharrell · · Score: 2, Insightful

    What about the others out there still running windows 2k? Vista is too far off... and too expensive. Linux seems to look better and better with each PR release from Microsoft.

  13. Everything that the artical mentions is User Space by bMuZal · · Score: 3, Insightful

    What I wan to know, is what is being changed under the hood. Everything mentiond except parts of "improved security" can run in userspace.

  14. visual changes by DaveCar · · Score: 1

    icons that are tiny representations of a document itself.

    Oooh. This must be the mauch vaunted innovation that we hear so much of ... bring it on!

  15. Will my PC run Vista? by Garabito · · Score: 4, Insightful
    Microsoft Allchin said in an April interview that he expects Vista will need about 512MB of memory and "today's level" of processor.

    That reminds me when they said Windows '95 would run on a 386DX with 4 MB of RAM.

    1. Re:Will my PC run Vista? by bogie · · Score: 5, Insightful

      So 3.6GHz and minimum 512MB to make it useable. How much you want to bet that if you disable whatever shitty built-in desktop search program they include and set it to "Classic Windows Look" you'll be able to run it on a 1.0GHz cpu with 256MB.

      You know, there are Microsoft supporters out there that constantly get pissed whenever we point out how bloated, slow, and buggy Windows is. Do they unlike us not expect more from a company that literally has billions and billions to sink into their OS? With that much money at their disposal Longhorn, I mean Vista-(insert-joke-here), should be doing my laundry by now. Speed, security, and ease of use shouldn't even be on the radar screen. Those problems should have been solved years ago.

      Microsoft, clumsily wasting your computer's resources for over 20 years.

      --
      If you wanna get rich, you know that payback is a bitch
    2. Re:Will my PC run Vista? by ImaLamer · · Score: 1

      Notice no mention about gfx cards. I assume all those transparent window borders will take a bit of power.

      Nice, new desktop computers will blow fuses when they boot into Windows Vista!

    3. Re:Will my PC run Vista? by QQoicu2 · · Score: 1

      Actually, I ran win 95 on a 386 with 4 MB ram... without all the bells and whistles of course. It wasn't what you would call pretty, but it was still more stable than 3.1.

      --
      "I hate quotations. Tell me what you know." - Ralph Waldo Emerson
    4. Re:Will my PC run Vista? by thesnarky1 · · Score: 1

      Hey, I got it to run on a 385... the fricking mouse lagged... but it ran. Ok, ok, it walked... FINE, it crawled like it was shot in the leg, are you happy? Point is, it was *possible*. Though, personally, I would not have called that running. Anyone wanna bet how much RAM you're gonna need for all the features?

    5. Re:Will my PC run Vista? by Anonymous Coward · · Score: 0

      Oh yeah? Well, I ran it on a 387. That's right, the whole OS ran in the Floating Point Unit!

      Couldn't do much, but boy, could it ever divide...

    6. Re:Will my PC run Vista? by visualight · · Score: 0, Troll

      People who defend Windows aren't really defending Windows. They are people who have a "I'm the computer guy" self image but don't actually know much beyond the locations of the wizard dialogues. If everyone around them moved to Linux they would be forced to admit to themselves how incapable they are of learning. *And* they'd no longer be "the computer guy".

      To them Linux is a personal attack.

      --
      Samsung took back my unlocked bootloader because Google wants me to rent movies. They're both evil.
    7. Re:Will my PC run Vista? by sootman · · Score: 2, Funny

      How much you want to bet that if you disable whatever shitty built-in desktop search program they include and set it to "Classic Windows Look" you'll be able to run it on a 1.0GHz cpu with 256MB.

      Sorry, "Classic" look only goes back one generation... so "Classic" in Vista will be like the default theme from XP. Aggh! *scoops out eyeballs with rusty spoon*

      --
      Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
    8. Re:Will my PC run Vista? by Anonymous Coward · · Score: 0

      it does, got one in my museum. i386dx-20 3mb ram 89mb HD. takes 20 min to boot.

    9. Re:Will my PC run Vista? by leifm · · Score: 2, Insightful

      That comment by Allchin confused me. While 3.6Ghz is today's top level CPU I would consider anything 1.6Ghz or so and greater a current CPU. My laptop is a 2.4Ghz P4 and my work box is a 2.6Ghz P4 and I consider them both completely adequate for my needs. My guess is that for full on eye candy in Vista you'll need a pretty decent video card, but aside from that... And as far as resource useage goes in my experiences with Linux distros they were just as resource intensive as Windows, granted you could pare it down to CLI, but for full on X/Gnome/KDE it seemed about the same to me.

      --

      "Windows Me offers tremendous reliability and stability improvements..." -- Paul Thurott
    10. Re:Will my PC run Vista? by MojoStan · · Score: 1
      "Classic" look only goes back one generation... so "Classic" in Vista will be like the default theme from XP.

      I read that "Classic" will be like Windows 2000. In fact, here's where I read it: Graphics Hardware and Drivers for Windows "Longhorn".

      From that page:

      The Longhorn Display Driver Model allows for the visual effects seen on a user's desktop to scale relative to the available graphics hardware. For example, the experience of viewing Longhorn on hardware with capabilities equivalent to a high end DirectX® 9-compliant graphics chip will be much richer than Longhorn displayed on baseline legacy graphics hardware.

      For Longhorn, graphics requirements for desktop experiences are defined in relation to differentiated experiences:

      • Aero Glass experience: Delivers the full-fidelity Longhorn user experience on the desktop, including support for 3D graphics and animation.
      • Aero experience: Delivers the minimum hardware acceleration and desktop composition for the Longhorn user experience.
      • Classic experience: Equivalent to Windows 2000 capabilities, using software rendering.
      On the other hand, that page was last updated over a year ago. Maybe they've changed "Classic experience" to the XP theme.
      --
      TO START
      PRESS ANY KEY

      Where's the 'ANY' key? I see Esk, Kitarl, and Pig-Up...

    11. Re:Will my PC run Vista? by Tim+C · · Score: 1

      No, to me *this* is a personal attack.

      I am one of those people who defends Windows from unwarranted attacks. My first Linux install was in '97 or so - I downloaded Slackware at university and took it home on floppies; a metric fuckload of floppies. I have upgraded kernels across major version changes, upgraded gcc, switched from libc5 to glibc2 - all from source - hand-hacked XFree86 modeline settings when my monitor wasn't recognised, installed production servers, etc.

      I've since stopped using Linux. XP does everything I need it to, is perfectly stable for my needs, and (to my eyes at least) looks better than KDE or gnome. I've also found that in general, I have fewer little niggling problems with it than I did with Mandrake; again, YMMV.

      But you go ahead and feel smugly superior to the rest of us mindless sheeple; you're right, you're so much more intelligent and knowledgable than us Windows using drones.

    12. Re:Will my PC run Vista? by Krimszon · · Score: 1

      I've wondered about that too. I think it's because in programming projects, doubling your resources after a certain amount will only end up halving your projectteams productivity. That's also why such an amazing % of IT projects are over-budget and over-time.

      Not even MS can fix that, it seems inherent to the programming practice.

    13. Re:Will my PC run Vista? by Anonymous+Brave+Guy · · Score: 1
      While 3.6Ghz is today's top level CPU I would consider anything 1.6Ghz or so and greater a current CPU.

      Well, my home PC is an Athlon XP 2100+ (technically a 1.73GHz processor) and my office desktop is a 2.2GHz P4, so that sounds about right to me.

      Incidentally, the work machine was just passed over for an upgrade in the annual tech audit: it's towards the lower edge of what's deemed acceptable for a developer's machine these days, but it'll probably be next year before I get a new one. I'm not in the IT group, but I work for a US corp big enough to have deals directly with Microsoft, so I'm guessing it's a pretty typical corporate policy.

      IOWs, if Vista won't run on this sort of tech or something very close to it, Microsoft are on a loser. No-one in my office has a machine much over 3GHz, including those who just got upgraded.

      --
      If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
    14. Re:Will my PC run Vista? by visualight · · Score: 0, Flamebait

      No, that was so not a personal attack. If you read that sweeping generalization and took it personally then you indicted yourself, not me.

      I am one of those people who defends Windows from unwarranted attacks.

      Unwarranted? In every area Microsoft's products and/or its actions have warrranted an attack.

      But you go ahead and feel smugly superior to the rest of us mindless sheeple; you're right, you're so much more intelligent and knowledgable than us Windows using drones.

      If you're are even considering buying an OS with the DRM "features" of the next windows then yeah, you're god damn right I am. I'm predicting that you will buy, you'll buy it because it's "easier" for you, easier than learning or contributing. You'll defend the DRM even though you don't really agree with it. Hypocrite. Will your choices negatively affect my own freedom of choice? Yes, and *that* is a personal attack.
      --
      Samsung took back my unlocked bootloader because Google wants me to rent movies. They're both evil.
    15. Re:Will my PC run Vista? by Anonymous Coward · · Score: 0

      Microsoft Allchin said in an April interview that he expects Vista will need about 512MB of memory and "today's level" of processor.

      That reminds me when they said Windows '95 would run on a 386DX with 4 MB of RAM.


      This makes me wonder if they (M$) has any secret deal with biggest hardware vendors?

    16. Re:Will my PC run Vista? by ranton · · Score: 1

      Wait, what is wrong with Windows being easier? The whole reason why many people use Windows is because its easier (easier to learn, easier to buy in stores, already came with computer, etc.). Doing something because it is easy doesnt make you dumb, in fact I would say it makes you smarter. Doing something more difficult for no reason would make you dumb.

      You may have a very good reason for using Unix based OSes, so I am not saying you are dumb for using them. I am just saying that if Windows works for most people and is easy to use, there is no intelligent reason not to use it.

      --
      -- All that is necessary for the triumph of evil is that good men do nothing. -- Edmund Burke
    17. Re:Will my PC run Vista? by shintaro · · Score: 1

      >I'm predicting that you will buy, you'll buy it
      >because it's "easier" for you, easier than
      >learning or contributing.

      Learning and contributing so my wife/kids will get fed? Thanks, I have a job and XP does it perfectly well. I'll leave the contributing to you.

      Easier is good in most cases.

    18. Re:Will my PC run Vista? by Tim+C · · Score: 1

      Unwarranted? In every area Microsoft's products and/or its actions have warrranted an attack.

      Did I say that all attacks are unwarranted? Just because some aspects deserve criticism doesn't mean that all criticisms are deserved.

      it's "easier" for you, easier than learning or contributing

      You keep coming back to this mythical unwillingness or inability to learn. Get this through your zealotry-induced blindness - I choose to use Windows because it does every I need it to at least as well as the available alternatives. If that situation were to change, I would switch, but people like you make it increasingly less likely that the change would be to Linux, and I speak as someone who used Linux exclusively for a couple of years.

      You'll defend the DRM even though you don't really agree with it.

      Bullshit. You know nothing about me, and have no basis on which to make such an assertion. I do not defend the indefensible. What I do do is wait until I am in full possession of the facts of the matter before shooting my mouth off.

      If the DRM is as bad as you predict, then no I'll not defend it. If it's sufficiently onerous, then no, I'll not buy Vista.

      Will your choices negatively affect my own freedom of choice? Yes, and *that* is a personal attack.

      Again, bullshit. Nothing I do or say will make the least bit of difference to the situation. Even if every single slashdot user publicly boycotted Vista, MS would barely notice. The media companies pushing for ever tighter controls certainly wouldn't.

  16. But how much will it cost? by thundercatslair · · Score: 1, Interesting

    To me there doesn't seem like there is much to warrent a $150(CDN) price. The security features should be offered free to XP users, and besides the the new interface and searching it looks more like a service pack.

    1. Re:But how much will it cost? by stunted · · Score: 1

      And NT5 to NT5.5 didn't?
      If MS thought they could get away with charging for service packs, they would.

      In fact I'm waiting for them to unveil "Internet Accessible Operating System Upgrade Packs" that replace service packs, supply all the updates and stick .1 on the end of the version number as a precursor to charging for them.

      --
      In order to save our freedom it was necessary to destroy it.
  17. What about Monad, etc? by Zweideutig · · Score: 2, Interesting

    It appears from here that how Monad is going to be released (i.e. with Longhorn, with IIS, .net, or something) is not known yet. Personally, I am unfamiliar with VMS (I am only familiar with ksh, bash) but nonetheless, I plan to familiarize myself with Monad. Maybe later on a ksh-like shell could run atop MSH? I hope MSH will be ready in time for Windows Vista release.

    --
    Powered by caffeine and sugar; BSD
    1. Re:What about Monad, etc? by Anonymous Coward · · Score: 0

      From what I gather as of right now MONAD won't be released with Vista, However still some debate about that. They plan to ship it with Exchange 12 and the WinFX SDK.

    2. Re:What about Monad, etc? by Nasarius · · Score: 1
      Maybe later on a ksh-like shell could run atop MSH?

      You can already run any Unix shell you want thanks to the magic of Cygwin.

      --
      LOAD "SIG",8,1
  18. From TFA by Anonymous Coward · · Score: 0

    Will my PC run Vista?
    That depends on how recently you bought it. If you bought your PC before eleven months from now, then no.

  19. I'm sorry... by Anonymous Coward · · Score: 0

    ... but I don't want something named after this running on my desktop. :)

    1. Re:I'm sorry... by sik0fewl · · Score: 1

      I think you'd be very lucky if you *could* get it to run.

      --
      I remember when legal used to mean lawful, now it means some kind of loophole. - Leo Kessler
  20. Bwahahahahah!!! by Master+of+Transhuman · · Score: 2, Interesting

    "will also save costs by reducing the number of times computers will have to be rebooted."

    I'm so excited! All these wonderful enhancement for Visa (once again, folks, the "t" is missing for a reason!) have got me drooling.

    I just had a new machine installed at work. The tech let me copy my old machine stuff up to a network server, and back down on the new machine. Then he set me up for the Windows domain.

    Can't log on - "Cannot connect to the domain. The domain may be down or unavailable, or the account might be wrong. Try again later." After several tries including Sysprep'ing the machine again, etc.

    So we're trying tomorrow morning, because apparently the freakin' AD servers don't replicate often enough, nor do they replicate from the closest server to my subnet, but from the main one located thirty blocks away. So it will be, oh, two or three months probably before the freakin' AD server my machine logs onto is notified that I exist.

    Brilliant.

    Rest of the day I spent installing my stuff that had to be uninstalled because it was on the other drive I no longer have. So my Winamp, Firefox, Thunderbird, jEdit, SQLTools all work.

    It's just Windows networking that doesn't work.

    I JUST CAN'T WAIT for a Windows which won't have to be rebooted as often.

    This will really justify buying that new 3GHz CPU with 1GB RAM and 100GB of hard disk necessary to run the OS ALONE.

    I'm SO stoked.

    --
    Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    1. Re:Bwahahahahah!!! by multiplexo · · Score: 5, Insightful
      This isn't a problem with Windows, it's a problem with your AD servers and by extension with your AD administrators who have fucked up the domain so that users have to deal with shit like this.

      I'm a UNIX guy who works in a largely Windows shop and I've been working with some really sharp Windows guys who know their stuff and know how to use the goodies that Microsoft is putting into the operating system and as a result I'm getting a new respect for a lot of MS stuff.

      --
      cheap labor conservatives - they want to keep you hungry enough to be thankful for minimum wage.
    2. Re:Bwahahahahah!!! by Master+of+Transhuman · · Score: 3, Interesting


      That is undoubtedly true - but it's also a problem with Windows because half the Windows sys admins in the industry apparently can't figure how to configure AD or anything else on a Windows server so it works reliably.

      I took the Windows 2003 Server course last semester at City College, and after that experience I'm not surprised. Besides having a mountain of Management Consoles, menus and dialogs to wade through to do practically ANYTHING, the computer LAB system - with students running canned exercises out of a textbook - managed to fail enough times to make me extremely wary of using this crap in a production environment. The teacher - who is an outside contractor who does Windows consulting including servers, etc. and knows Windows servers well - had plenty of trouble keeping the DHCP server running - freakin' DHCP!

      Even the lab exercises wouldn't necessarily work the same way for every student and the teacher couldn't figure out why - just too many possibilities between server setups, permissions, domains, and the various components we were exercising.

      The tech who set me up today is very sharp and hooks people up all the time here at City College. He's baffled and had to call the main IT office who had nothing brilliant to suggest but try joining the domain tomorrow. Try suggesting that in a real corporate production environment.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    3. Re:Bwahahahahah!!! by Large+Green+Mallard · · Score: 1

      Bingo. IT Managers use Windows because staffing costs are lower. There are literally nine year old girls in Pakistan who can admin your servers, according to Microsoft.

      Of course, if your IT architechture deviates from Microsoft's, good luck finding someone for under three figures who can fix it ;) As the saying goes, pay peanuts, get monkeys.

    4. Re:Bwahahahahah!!! by Anonymous Coward · · Score: 0
      "... pay peanuts, get monkeys."

      That should be elephants, pay peanuts, get elephants.

    5. Re:Bwahahahahah!!! by Stauf · · Score: 1

      If you'd like, I can buld you a set of servers with any other operating system that will take just as long to replicate.

      You can't just lay the blame at Microsoft's feet just because you have an administrator who doesn't know what he's doing.

    6. Re:Bwahahahahah!!! by Master+of+Transhuman · · Score: 1


      Actually, yes, I can - depending on how stupid that administrator ACTUALLY IS.

      The way I see it, if City College has hundreds of machines running on the domain, including a couple dozen in my own office area, it should be trivial to insure that ONE NEW ONE runs as well immediately.

      The fact that a very sharp tech who does this stuff daily could not do this tells me either that his boss is an idiot (very likely given the management around here) OR that no matter HOW smart his boss is, Windows has found a way to screw him - MUCH more likely.

      The bottom line: he should have been able to plug in the box, do a mouse click, and put the system on the network. As long as neither Windows nor Linux can do this, they're crap - as I've said repeatedly.

      The difference is: Linux is FREE crap.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    7. Re:Bwahahahahah!!! by Anonymous Coward · · Score: 0

      I just set up a domain for an office local to me, and we didn't have any of these problems. in fact, even though I'm a linux guy, I think windows2003 isn't really that bad. it definitely handles a lot of the set up and mantainence, you just have to know what you're doing... oh, and VBscript... you have to know that too.

    8. Re:Bwahahahahah!!! by Anonymous Coward · · Score: 0

      some really sharp Windows guys

      Umm.. i didn't know even Windows gurus were as dangerous as the OS itself.

      I'm getting a new respect for a lot of MS stuff.

      Sorry but i cannot read this whithout remembering "In Soviet Russia...." :D

      Had to do it, sorry

    9. Re:Bwahahahahah!!! by Anonymous Coward · · Score: 0

      So we're trying tomorrow morning, because apparently the freakin' AD servers don't replicate often enough, nor do they replicate from the closest server to my subnet, but from the main one located thirty blocks away. So it will be, oh, two or three months probably before the freakin' AD server my machine logs onto is notified that I exist.

      If your admin hasn't setup a DC to service your subnet, your admin is a fucking moron. If your admin knew a damn about IntelliMirror or Group Policy, your applications would be automatically deployed and you wouldn't need to reinstall them.

    10. Re:Bwahahahahah!!! by Stauf · · Score: 2, Interesting

      I work for a web hosting company. We run Windows 2003. We have almost 100 servers dotted all over the US and almost as many workstations in Australia. We have one domain serving all of this (3 domain controllers IIRC).

      Adding a machine is trivial and total replication takes maybe five minutes.

      Now, if we're running the same software, and it works that quickly for me, what does that say about the people who set up the software?

    11. Re:Bwahahahahah!!! by dreemernj · · Score: 2, Interesting

      This is a serious problem. I entered a position where I was expected to handle small IT problems at a remote site, and have the main IT team administer the system from afar. I thought I was a true novice, and I assume compared to some of the real IT pros out there I definately am, but I ended up fixing so many stupid mistakes. I looked over the materials for classes and could see where they were getting this stuff.

      In the end, the MS products we used were much better then I would have expected. Our main server has an uptime of about 19 months now (last downtime was when the other IT folks came to do upgrades and almost ruined my poor server x_x) We have old desktops (p2 266s with 128MB pc100 ram) run winxp with office xp very well (after extensively tweaking a setup and ghosting it) and older P233 with 64 megs of ram running win2k with Office XP, again very well and only with tiny tweaks.

      When I started these computers were crawling, barely functional and doomed to be tossed despite them only being used as basic office boxes. The problem was part MS setting up XP to use way too many resources, but I think the bigger part was all the IT folks before me that didn't think it was right to tweak it to make it better. As far as they were concerned out-of-the-box was the only way the OS should run.

      When I walked into this office I was cursing MS because I didn't understand what was really happening. MS made these products so wizard-packed that people didn't think they needed to think any more. I was close to bringing Linux into the picture before I realized this, but found there was a lot more possible then the book-taught so called pros thought.

      At this point, I think MS's focus on making Vista a super happy funtime OS is going to further kill the abilities of MS-oriented IT folk as they become more and more dependent on stupid cartoon paperclips and wizards that turn 3 steps into 20.

      --
      1 (short ton / firkin) = 89.1432354 slugs / keg
    12. Re:Bwahahahahah!!! by dreemernj · · Score: 1

      This is a serious problem. I entered a position where I was expected to handle small IT problems at a remote site, and have the main IT team administer the system from afar. I thought I was a true novice, and I assume compared to some of the real IT pros out there I definately am, but I ended up fixing so many stupid mistakes. I looked over the materials for classes and could see where they were getting this stuff. In the end, the MS products we used were much better then I would have expected. Our main server has an uptime of about 19 months now (last downtime was when the other IT folks came to do upgrades and almost ruined my poor server x_x) We have old desktops (p2 266s with 128MB pc100 ram) run winxp with office xp very well (after extensively tweaking a setup and ghosting it) and older P233 with 64 megs of ram running win2k with Office XP, again very well and only with tiny tweaks. When I started these computers were crawling, barely functional and doomed to be tossed despite them only being used as basic office boxes. The problem was part MS setting up XP to use way too many resources, but I think the bigger part was all the IT folks before me that didn't think it was right to tweak it to make it better. As far as they were concerned out-of-the-box was the only way the OS should run. When I walked into this office I was cursing MS because I didn't understand what was really happening. MS made these products so wizard-packed that people didn't think they needed to think any more. I was close to bringing Linux into the picture before I realized this, but found there was a lot more possible then the book-taught so called pros thought. At this point, I think MS's focus on making Vista a super happy funtime OS is going to further kill the abilities of MS-oriented IT folk as they become more and more dependent on stupid cartoon paperclips and wizards that turn 3 steps into 20.

      --
      1 (short ton / firkin) = 89.1432354 slugs / keg
    13. Re:Bwahahahahah!!! by Master+of+Transhuman · · Score: 1


      As I say, I don't doubt the ITS people at the top here at City College aren't slightly incompetent, but I suspect the problem is that they are average Windows sys admins and that Microsoft has produced those sorts of people by their system design decisions.

      I think if you factor out the sys admin ability, you still end up with more complexity in administering Windows than you do with UNIX/Linux while paradoxically you have sys admins with less knowledge and control over Windows boxes than UNIX/Linux sys admins do on their boxes.

      I'd like to see a study where a Windows 2003 Server and a Linux server are set up as default installs - NO tweaking at all.

      Load the same set of automated scripts that do a fair number of different tasks. Use the same language (probably Perl) - and the same tasks for both. Vary the tasks enough to exercise the various subsystems - IP stack, DHCP, Web page serving, user logons, database access, whatever - but run the exact same tasks on each.

      Let them run for a month.

      See which one is in better condition at the end of that time in terms of performance of those tasks and system status.

      My guess is the Windows server will be hosed and the Linux server will be cranking along (unless /tmp fills up!)

      No sys admin excuses would be relevant there.

      I think matching a smart Windows sys admin up against a smart Linux sys admin misses the point. The AVERAGE sys admin isn't smart or highly experienced. And I suspect part of the reason is that Microsoft's design on the one hand dumbs down the SYSTEM knowledge a sys admin needs and at the same time complicates his job by adding ever more "features" he needs to learn to coordinate himself.

      The funny thing is, I was complaining to the tech who set me up about the situation and how I have had various problems with XP at home, and he basically said the same thing: "must be something wrong with how you set up your home machine."

      What's wrong with this picture?

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    14. Re:Bwahahahahah!!! by kayen_telva · · Score: 1

      actually sounds like netbios over tcp/ip wasnt enabled, rather than an AD issue. check the NICs properties under tcp/ip advanced wins. my 2cents

    15. Re:Bwahahahahah!!! by Master+of+Transhuman · · Score: 1


      I'll mention it, but I doubt it.

      These machines are imaged, and unless the tech screwed up while trying to fix the problem the first couple times (where it might have been some other problem to begin with), the system should have been imaged with the correct settings. All he had to do was rename my new machine with the same name as the old one, shut down my old one, hook up the new one, and log on.

      We actually logged on with no problem when we first booted the machine after he hooked it up. After I installed the ZipGenius archive utility, I rebooted (on the stupid request from ZipGenius) and haven't been able to get on the domain since no matter what tweaks he's done, including Sysprep'ing the machine again.

      The replication delay issue was suggested by somebody else in the IT office he called. Who knows if it makes any sense?

      If we don't get on tomorrow, I'm going to tell him to start from square one and ask, "What do you need to be true to join a domain?" - and start checking every aspect of the answer. In my opinion, it pretty much has to be something wrong with that single machine, not the AD setup because everybody else works fine.

      But then, this IS Windows - where everything is connected to everything in ways nobody but Microsoft knows.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    16. Re:Bwahahahahah!!! by multiplexo · · Score: 1
      I'd like to take some Windows courses to broaden my knowledge but from what I've seen the best way to administer Windows is to be totally fascistic and not change anything unless you absolutely have to. At the company I work for we have systems running Windows 95 that are hooked up to pieces of lab equipment. Those systems are going to be running until we retire the equipment they control. Similarly we have a bunch of NT 4 boxen running SQL server, and they're going to run it until we create a new environment and redo all the schemas.

      Looking at some of the MCSEs I've worked with (who are probably similar to the admins you deal with) I'm reminded, bitterly, of when Microsoft claimed that the MCSE was going to be a gold standard for certifications. It wasn't going to be a lame-ass piece of paper like the CNE or CNA.

      --
      cheap labor conservatives - they want to keep you hungry enough to be thankful for minimum wage.
    17. Re:Bwahahahahah!!! by Decker-Mage · · Score: 1
      Strange, I have no problems setting up a new domain or adding either a DC or any other server to a domain on any network, and it is dead easy on Server 2003. I just use the bloody wizards and follow the stupid prompts. Heck, I keep waiting for the banana to fall out the front of the machine after it finishes. The hardest part of the whole process is picking what book to read while I'm waiting for it to create/replicate the AD schema.

      The problem they are having is in their network configuration(s), not in Windows itself. I'll leave it at that since I don't do freebies. Networks are a LOT harder to get right than Windows any day of the week. I speak from experience. Windows Server, *nix, Solaris, all the same here. I should point out that your sysadmins really need to sit down with the built-in help documentation on networking and go through it step by step. I was part of the beta-test and I poured over all those docs extensively to make sure they were right. It should steer them to their problem *if* they are willing to follow the docs and the troubleshooters.

      BTW, I'm forever changing things around on the Windows Server 2003 Enterprise & Web Edition machines here. They take a real beating as I do extensive system configuration changes, experimental setups, and beta testing. Literally dozens of programs being installed and removed each month. I've never seen them hose up yet. Actually, I'm covered to a fair-thee-well if they do, but nary a glitch. In some cases, *nix is far more fragile, but on the server side it wasn't designed for you to retool the whole configuration every couple of hours ;-).

      As they kept telling me when I was a Linux n00b, RTFM. That's what it's there for.

      --
      "[I]t is a wise man who admits the limits of his knowledge or skill, and that pretending either causes harm." --Terry Go
    18. Re:Bwahahahahah!!! by Decker-Mage · · Score: 1
      All he had to do was rename my new machine with the same name as the old one, shut down my old one, hook up the new one, and log on.

      And there's your answer. Your delightful sysadmin didn't RTFM. You have to add the computer by name to the "Users And Computers" in AD. I wonder what part of "Users And Computers" isn't understood. {Sigh}

      --
      "[I]t is a wise man who admits the limits of his knowledge or skill, and that pretending either causes harm." --Terry Go
    19. Re:Bwahahahahah!!! by Master+of+Transhuman · · Score: 1


      Well, since the OLD machine is ALREADY in "Users and Computers" in AD, and was always there, merely physically disconnecting the first machine from the network and hooking up the second which is already configured offline to have the same name as the first should have merely swapped one physical machine for the other.

      This was a physical machine swap, not a NEW machine being added to the network.

      If that wasn't clear, well, sorry, but as I did say, this tech is sharp and wouldn't have made that mistake. He does this stuff all day every day and this site has thousands of machines (we have over 3,000 staff here scattered over seven locations in the city) which all work fine.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    20. Re:Bwahahahahah!!! by svin · · Score: 1

      This isn't a problem with Windows, it's a problem with your AD servers and by extension with your AD administrators who have fucked up the domain so that users have to deal with shit like this.

      At work we have a well-running AD domain (not an advanced setup: small site, no fancy trusted domain stuff, ...), but we still get the occasional "Could not connect to domain controller" message, when users try to authenticate against AD. A reboot usually doesn't help - you have to pull the pc of the domain (which requires a reboot) and put it back on (another reboot). I doubt the trouble is with our AD setup, as there isn't any consistency to when, who or where this trouble occurs. These sorts of errors are close to impossible to get rid of in windows, but I (naively, perhaps) believe it would be a lot easier with OpenLDAP (which on the other hand is a bastard to set up). The point I'm trying to make is, that windows will just every once in a while pull these sorts of insane stunts on you.

      That being said, I'm impressed with the ease of deployment of AD (had to set up a test domain, as I was doing some coding), and what can be accomplished through Group Policies (some of the goodies you refer to :D).

    21. Re:Bwahahahahah!!! by Decker-Mage · · Score: 1
      Just because they have the same "name" does not mean to Windows that they are the same machine. Not at all. It's bright enough to know that two machines may have the same name on the network, but not really be the same machine. (This is where the SAM comes in btw.) Which when you really think about it from a security standpoint as I must 24/7, makes a whole hell of a lot of sense. You wouldn't want some cracker coming along and spoofing a machine that happens to be disconnected or offline for some reason.

      Heck, I did that to our own Navy one time in an exercise. Recorded certain signals, waited for a ship to drop out of a net, and jumped right in at the right time and fed them spoofed signals right into their net. Confused them to a fair-the-well. Meanwhile, we snuck in and put some (simulated) missiles into the side of one of those billion dollar flattops. We were playing Red Force ;-).

      This "feature" of AD is one of the few times, the SAM, that Windows got something a bit right wrt security. Then they had to go and frag it all up by rendering it insecure {sigh}.

      --
      "[I]t is a wise man who admits the limits of his knowledge or skill, and that pretending either causes harm." --Terry Go
    22. Re:Bwahahahahah!!! by Master+of+Transhuman · · Score: 1


      I know it all works on security IDs, not text names. Should have thought of that myself, but the tech had been doing swaps regularly, so it didn't occur to me.

      Yesterday, I got on by re-adding the machine to the domain. Apparently, one of the college's consultants modified our AD setup so that you can no longer swap machines out, you have to delete them and re-add them.

      This makes sense to me for exactly the reasons you cite - it would be too easy to swap in an insecure machine.

      OTOH, what are the odds someone is going to attach a spoof machine to the wire (wireless - like on a ship - is another matter)? That's what physical security is for (of course, that isn't perfect in any office either). And again, if you have the domain admin password, which is not that hard to get using various exploits, you could simply add the new machine anyway - as I did. So I don't see requiring deleting and re-adding a machine much of a security enhancement - you're essentially just replacing one security ID with a new one - you still don't REALLY know who's on the other end...

      Unless you use something stronger than the admin password the tech actually gave me...:-) He told me to shred it afterward - yeah, right...why would any self-respecting geek give up an admin password he's acquired? You never know when it might come in handy.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    23. Re:Bwahahahahah!!! by Decker-Mage · · Score: 1
      Actually, the chances are pretty good that someone will try exactly this, if they are intent on breaking into the network or trying to steal access. True, social engineering is the preferred method of choice, but I've read any number of articles that this is one of the techniques used. Once you have a machine in place on the network, you can break out your preferred cracking tools of choice and 0wn the network outright in a few seconds to a few minutes.

      As people are finding out more and more, it is the the internal threats that are far more deadly to your information security than external threats. External threats are (fairly) easy to protect against if you have a clue about what you are doing. I've been locking down networks for over two decades now against external threats. It wasn't until the mid-90's that I made it a regular practice to identify and secure against as many internal threats as I could, which also had a postitive benefit since penetrating the perimeter got you exactly nothing. You use all the methods you can lay your hands on, even minor ones, to prevent as many vectors of attack as possible.

      BTW, I read an excellent article, I guess about a year ago, by a guy who does penetration testing for firms. This was one of his vectors of choice.

      Are you paranoid if they really are out to get you?

      --
      "[I]t is a wise man who admits the limits of his knowledge or skill, and that pretending either causes harm." --Terry Go
  21. Perhaps not more than expected? by Sv-Manowar · · Score: 5, Insightful

    Of course when touting a 'forthcoming' product, the pitch is going to be focused on the improvements its going to bring. Due to the length of time it's taking to get Vista out the door, the improvements and new features Microsoft are publicising now had better be impressive, otherwise they're going to be old news by the time the product actually ships. A new release of Windows is always going to be a 'big deal' to the computer-using masses sheerly because of its market penetration, but competitors like OS X have stolen the thunder on GPU-accelerated interfaces and improved filesystem metadata. At the end of the day, it wont be that these features are cutting edge, it'll be that they're available to the masses in something with high market penetration.

    As for the new deployment features, I can't help but wonder how many organizations by the launch date will be considering deploying alternate operating systems instead, as Windows new foundations are compared directly with the latest and greatest Linux distrubutions have to offer...

    1. Re:Perhaps not more than expected? by forceflow2 · · Score: 1

      To be fair, these things WILL be cutting edge to the masses because the fanciest they have ever seen will be windows XP with a new theme.

    2. Re:Perhaps not more than expected? by Master+of+Transhuman · · Score: 1

      "windows XP with a new theme"

      Well, according to the article, Visa will be the same thing - a "new" OS with a new theme - which is the point of the discussion.

      The problem for the masses is: are they going to care about ANY new features for Windows when they haven't figured out how to use XP yet? Based on the 60% or so market penetration of XP, that leaves a lot of people who didn't care about XP and aren't likely to care about Visa.

      Certainly the new features are not going to be terribly exciting for corporate management.

      I predict Visa will only achieve 60% market penetration in FIVE YEARS vrs three or so for XP.

      Meanwhile Linux will achieve 10% - possibly even 20% - market penetration in those same five years.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    3. Re:Perhaps not more than expected? by forceflow2 · · Score: 1

      I agree with your estimates of Visa. I personally never had an interest in XP. I installed 2000 over it on my laptop because it came with it (granted a week later I switched that over to Gentoo because I had to do actual work, but that's beside the point) I dunno about the estimates of Linux penetration though. 10-20%? I'd be a little more conservative and go with 5% and possibly even 10% although I feel that is unlikely. Granted, I would say the same thing for Mactel. I personally am very excited to see OSX on the x86 platform.

    4. Re:Perhaps not more than expected? by Master+of+Transhuman · · Score: 1


      Well, 20% I agree is pushing it.

      I think 10% is doable in five years. Look where Linux was five years ago in usability. Red Hat 6.2 or 7.0 vrs Fedora Core 4? No comparison. (And I have 7.0 on my old Compaq vrs Mandrake 10.1 on my newer machine.)

      20% is possible in perhaps ten years. 20% is a LOT of machines being switched - hundreds of millions. So maybe I would downgrade that to 10% as being doable, 15% as possible and 20% as unlikely but not impossible. The concept of "tipping point" might apply here, but I don't know where that point might be for Linux - 5%, 10%, 15%, 20%?

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    5. Re:Perhaps not more than expected? by forceflow2 · · Score: 1

      I'll have to slightly disagree again. 10%, I agree, is really doable, but I would go with that being my top-end. I dunno, maybe I am just not taking into account how long 5 years really is. I know back in 2001 Linux had what 0.25% marketshare? And now, compared to that figure, it's quite a large gain. So, maybe 20% is possible. Unlikely? Yeah, probably. I think it would be really awesome if it happened though. Would I be completely surprised if it did? No, not really.

    6. Re:Perhaps not more than expected? by Master+of+Transhuman · · Score: 1


      Heh, I wish I could get this level of "disagreement" to most of my /. posts...:-)

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    7. Re:Perhaps not more than expected? by rhizome · · Score: 1

      At the end of the day, it wont be that these features are cutting edge, it'll be that they're available to the masses in something with high market penetration.

      For sure it's a marketing push, geared to allow people to think futuristically so that when Microsoft finally comes out with what OSX has had for a year, people will feel ahead of the game when they type alt-space and type in a metadata search term for their grandkids pics (or, in MS terms, "alt-space, code-for-camera date-range size").

      However, I think you glean a better point. It's all going to be sunshine and lollipops until this piece actually ships, then once people start actually using it they're going to start finding the problems. Then, Microsoft's message is going to change to how complicated Vista is, and how many LOC or programmers or countries they had to hire to get it done. "Most sophisticated thingy evar!"

      So now, once the retail and corporate-cleared user starts to try to fix these things they're going to type their error into Google (or MSN Search, natch) and find many many webboard postings about how their problem has existed since Beta2 and how it would be so neat to be fixed and well, maybe with Service Pack 1 it'll be better. Then the retail/corporate user will find their miserable community of problem-endurers and the Win9x/2k/XP cycle starts all over again with nobody able to fix things for themselves.

      --
      When I was a kid, we only had one Darth.
    8. Re:Perhaps not more than expected? by westlake · · Score: 1
      The problem for the masses is: are they going to care about ANY new features for Windows when they haven't figured out how to use XP yet? Based on the 60% or so market penetration of XP, that leaves a lot of people who didn't care about XP and aren't likely to care about Visa.

      That 60% share you mention looks like the number from W3Schools.

      NT and W2K were never sold to the masses. XP has been the default install on home computers, SOHO office machines and laptops for the better part of four years.

      Meanwhile Linux will achieve 10% - possibly even 20% - market penetration

      I think you need to be looking more closely and more critically at how Window's dominance outside the office affects the take-up of Linux in the office.

    9. Re:Perhaps not more than expected? by Master+of+Transhuman · · Score: 1


      I know where Linux is outside the office - it's glomming onto every server from UNIX and once that's done it will glom onto every server from Windows. Every study indicates Linux growing several times faster percentagewise than Windows on the server, despite the spin the media articles give it. While Linux is starting way behind in that race, it will catch up and surpass Windows over the next five to ten years easily. The desktop will take longer given the sheer numbers that have to be replaced.

      Every trade media study I've seen shows Windows XP took several years DESPITE being the default install to gain over 50% market share from 2000 and 98. With Microsoft's dominance of the market, that means a new OS has to be replaced on hundreds of millions of machines. The replacement rate of new machines - your "default install" - is almost irrelevant. Unless a corporation replaces its OS wholesale, only a small percentage of its machines will be replaced annually with a new OS on a new machine - unless the corporation has timed its wholesale replacement program with the release of a new OS (which would be smart.)

      It's irrelevant that 2000 wasn't sold as a consumer machine. It was sold as the desktop machine for corporations to match 2000 Server. And XP simply wasn't a significant enough enhancement for most corporations to replace 2000 on the desktop. Where 98 was replaced, it was replaced by 2000 until XP came out, and then only replaced by XP where the corporation figured the difference between the XP and 2000 GUIs was not so great that it didn't matter if they used XP instead of 2000 to match their existing 2000 machines. Management wise, the two OS are nearly the same.

      Of course, a few corporations with mostly 98 machines probably scheduled a wholesale replacement with XP, leapfrogging the 2000 upgrade. Some companies do that - only upgrade every two new releases. And of course early adopters probably upgrade on every release regardless of the actual costs and merits.

      Consumers DO NOT upgrade unless they buy a new machine or are geeks or get tired of the limitations of their existing OS because they're power users. So I don't see consumers buying Vista in any great numbers, so it's uptake there will depend on the machine replacement rate.

      Corporations will need to be sold something more than shiny icons with file previews before they upgrade to a system requiring them to replace their 1GHz Pentium IIIs and IVs with 40GB hard drives and 256MB-512MB RAM with 3GHz machines with 100GB hard drives and 1GB RAM - even if that machine only costs $500 by the time Vista is out.

      I asked a City College tech yesterday how much the new machine I got yesterday goes for. It's a 2.6GHz Pentium IV with 512MB RAM and 40GB hard drive. He said TWELVE HUNDRED DOLLARS (albeit with 17" LCD monitor.) He knows the same machines go for $300-400 these days without monitor - and a 17" LCD goes for $250-300 these days. In other words, we pay a $600 premium on top of a $600 machine. I doubt the budget-strapped college is going to replace that machine with something half again as powerful AND go through the pain of replacing three thousand machines OS just to get minor improvements over XP.

      All this means Microsoft is going to have a hard sell with Vista unless they put back in some of those major "features" they yanked out because they couldn't do them.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
  22. It's going to be impossible to find anything... by Anonymous Coward · · Score: 0

    in my city (on a search engine), once this thing hits (I live in Vista - the city). Bloody Microsoft. Pick a good name next time.

    1. Re:It's going to be impossible to find anything... by Master+of+Transhuman · · Score: 1


      They're going to take the "t" out like I do and call it "Visa" - because you're going to max yours out buying the hardware to run this thing, AND pay the license fees.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
  23. Fewer reboots...we've heard that before by chevybowtie · · Score: 4, Funny

    Windows 2000 was advertised before it's release as only having 7 events that would necessitate a reboot.

    1. Re:Fewer reboots...we've heard that before by Hungus · · Score: 5, Funny

      it does only have seven events that necessitate a reboot:
      1) Installing anything
      2) Uninstalling anything
      3) Being connected to a network
      4) Not being connected to a network
      5) Running an application
      6) Not running an application
      7) Starting up

      --
      Bad Panda! No Bamboo for you! In matters of importance ACs will not be responded to. Want to say something critical,OK
    2. Re:Fewer reboots...we've heard that before by Penguinshit · · Score: 1


      Yeah, they're called "days".

    3. Re:Fewer reboots...we've heard that before by Master+of+Transhuman · · Score: 1


      And sometimes shutting down requires a reboot...:-)

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    4. Re:Fewer reboots...we've heard that before by Anonymous Coward · · Score: 0

      1) Installing anything
      2) Uninstalling anything
      3) Being connected to a network
      4) Not being connected to a network
      5) Running an application
      6) Not running an application
      7) Starting up


      Your mouse has moved. Windows must reboot for the changes to take effect.

      [OK] [CANCEL]

    5. Re:Fewer reboots...we've heard that before by Anonymous Coward · · Score: 0

      Windows XP required reboots:
      Badly written installers that unnecessarily reboot (can ignore)
      System updates
      Limited hardware installation
      Installers that modify in-use software (not always necessary)

      That's it. Yep, fuck off.

    6. Re:Fewer reboots...we've heard that before by Anonymous Coward · · Score: 0

      Vista actually only has 1 situation that requires a reboot:

      1. Doing something.

    7. Re:Fewer reboots...we've heard that before by crimson30 · · Score: 1

      Windows 2000 was advertised before it's release as only having 7 events that would necessitate a reboot.

      Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday?

    8. Re:Fewer reboots...we've heard that before by Anonymous Coward · · Score: 0

      You forgot 2:

      8) Shutting down
      9) Rebooting

    9. Re:Fewer reboots...we've heard that before by Anonymous Coward · · Score: 0

      What about moving the mouse?

  24. Nothing really new! by UMhydrogen · · Score: 3, Interesting
    So far I really don't see Microsoft introducing anything new. Windows XP introduces a little bit of the flashy new UI - the start menu fades in for example. I could really care less about fewer reboots - I only reboot my windows xp machine once every month anyways, so I could care less. In terms of installing windows, a reboot on my 3ghz machine takes no time at all, so once again, I can care less. I have a desktop PC so all of the laptop features are useless to me (although they'd be interesting on my Mac laptop. It'd be cool to watch a dvd without turning on my laptop).

    So lets see what else new they've added. A new UI? I could really care less. Indigo doesn't really add anything different to the OS experience. There have been programs to add transparency out for windows for a while and if I really wanted transparency I could have done it. I really could care less about it. Icon previews? Are they really that important? 90% of the time you know what file you want and you don't need a little preview icon to show you its contents. The same goes for searching. I'd rather have my files in an organized manner and not in some random "virtual directory structure." Sure I could use the search tool to find the file for me, but what if I've completely forgotten the file name or a a few words in the file, but I do know that it's a file from my history class that I took junior year. Sure I could search by date but it'd be much easier if I had organized all my files in terms of "My Documents -> School work -> Junior Year -> History 101 -> some_file.doc." (which I currently do).

    The only thing I see MS doing with this release is trying to creep up on the updates that Mac OS X or some of the linux versions have added. All the new great improvements like WinFS got scraped.

    I really don't see any point in upgrading.

    1. Re:Nothing really new! by sethjk1 · · Score: 1

      I will voice agreement here.

      I would be so happy if they do something really new, or unknown in the sense of Rumsfeld.

      In the unlikely case that it happens, will we all admit that Microsoft has impressed us?

      From what I know to be rumor, multiple workspaces is the feature I will find most useful.
      If that feature isn't there, I will be really disappointed.

    2. Re:Nothing really new! by Anonymous Coward · · Score: 0

      I could really care less about fewer reboots

      So you really do care? :p

    3. Re:Nothing really new! by jaysis54 · · Score: 1

      Half of the people who buy computers buy laptops. Laptop features matter. Linux cannot even make my laptop go into standby mode. Microsoft has no competition when it comes to laptops. I wish the open source community would address the required features of an OS--like laptop features--instead of telling me why they don't matter.

    4. Re:Nothing really new! by slumberer · · Score: 1

      So in summary you "can care less".

      (And just to be picky wouldn't it make more sense if it was "I couldn't care less")

    5. Re:Nothing really new! by Anonymous Coward · · Score: 0

      You idiot, You can do standby in Linux. Go cower to your mother Microsoft if you can't take the time to learn how.

    6. Re:Nothing really new! by diethelm · · Score: 1

      Your points would make more sense if you said "I couldn't care less", which is probably what you meant. See http://www.incompetech.com/gallimaufry/care_less.h tml for a clearer explanation than I could provide.

    7. Re:Nothing really new! by Anonymous Coward · · Score: 0

      How much less could you care? Or did you mean "couldn't care less"? Dumbass.

    8. Re:Nothing really new! by geminidomino · · Score: 1

      Only if you're utterly clueless to the existance of "sarcasm," which is how the phrase started.

      Translated to modern lexicon:

      "Yeah, I could care less... NOT!"

    9. Re:Nothing really new! by slumberer · · Score: 1

      Yeah thanks for that useful reply, I've never heard of sarcasm before, thanks for pointing that out.

      This gives you an understanding of how I think the phrase works and why it doesn't make much sense to me in it's current form.

      This indicates that both forms are used in America (I'm from New Zealand), but that the form excluding the not is just American.
      An interseting quote from this site being: And because it is hard to be sarcastic in writing, it loses its force when put on paper and just ends up looking stupid. In such cases, the older form, while still rather colloquial, at least will communicate your meaning--at least to those who really could care less

      This meanwhile says that it's just careless to exclude the not.

      Still I never realised that "I could care less" meant the same as "I could not care less", good to know.

    10. Re:Nothing really new! by aivankovic · · Score: 1

      1) No package manager. No one can tell to which program one dll belongs. Thats the reason why Windows directory grows and grows, until reinstall. Vendors are responsible for existence of uninstall information. That should be task of operating system.

      2) Registry is tragedy, comparing to shell environment and config files in Unix. Existence of 441 pages long "Windows XP Registry Guide" book is proof of big conceptional problem.

      3) Instead of new icons, it would be more useful if some script language would be more popularized. How many Windows "experts" you know, who are able to write a decent script ("for" loop, or something similar)? Do MS delivers a Perl anymore, as they did with Resource Pack for Win2K?

    11. Re:Nothing really new! by jaysis54 · · Score: 1

      Hey geek, get out of you mother's basement. Some of us have other things to do besides spend hours trying to figure out how to hack linux to make basic functionality work.

  25. Re:Everything that the artical mentions is User Sp by bMuZal · · Score: 1

    Now only if we could get slashdot to spell check... :~)

  26. Another POV on Vista by DamienMcKenna · · Score: 1
    1. Re:Another POV on Vista by Anonymous Coward · · Score: 0

      Shame it's all wrong.

  27. Security enhancements should read"DRM out the ***" by plasmacutter · · Score: 2, Interesting
    "Device authentication is explicitly intended to break virtual soundcards and is projected to break emulators"

    other lovely "security features" include Protected Media Path, Component Revocation, Windows Driver Lockdown

    This machine will be even MORE locked down than what was proposed under Hollings' "fritz chips" bill...

    Designed to be "fully compliant" with hollywood's AACS media lockdown technology, It will be useless to anyone wanting to use a PC for more than an overpriced DVD player.

    --
    VLC FOR MAC IS DYING! IF YOU DEVELOP, PLEASE SAVE IT!!
  28. Spotlight by daviq · · Score: 1

    ...new searching mechanism...
    That sounds vaugly familiar. Hmmm...Perhaps Apple's new Spotlight. Na, it wouldn't be that.

    --
    Go to the w3.org and put Slashdot.org through the validator.
  29. Avalon by 666penvzila · · Score: 1

    Myself, I'm not so hot on everything being a web app. http://www.joelonsoftware.com/articles/APIWar.html

  30. Windows or KDE by vdub12 · · Score: 0

    Translucent windows and Icons that look like the documents they represent. Are we talking about KDE or Windows. I wonder if M$ plans on making a patent and sue the KDE project. Maybe its time for M$ to come up with there own ideas and stop stealing other peoples ideas. For the life of me I cant think of one thing that M$ has done first.

    1. Re:Windows or KDE by weeroona · · Score: 1

      I concur. Visually, Windows will no doubt be beautifully polished but these features have been around KDE for a while now. Icon previews (pdf, text docs, mp3s) are surprisingly useful.

      With the progress KDE and Gnome have been making, they will likely be head over heals more advanced interface before the sucessor to longhorn comes out.

  31. TCO by DrugCheese · · Score: 1

    Do they figure that into the TCO now? How many times you need to reboot?

    --
    *DrugCheese rants*
  32. Re:Everything that the artical mentions is User Sp by Xtifr · · Score: 2, Funny

    There is no "userspace"! There is only MICROSOFTspace! I mean, what are you going to do, run the Win95 GUI layer on a XP kernel? Or vice versa? I don't THEENK so!

    Under-the-hood features I expect to see: "improved" DRM, "improved" ability for IE to displace/take over from Firefox/Opera/etc., "improved" ability to prevent "untrusted" apps (like OpenOffice.org) from working, "improved" draconian license terms, "improved" patent coverage, and so on and so on.

  33. Give a dog a bone by infochuck · · Score: 2, Funny

    "...a new searching mechanism..."

    Finally, the searching dog will bark for us. Maybe it will follow the cursor. That's something we can all appreciate.

  34. Re:Telling it like it is by SoSueMe · · Score: 1

    No, you have much to learn, Grasshopper.

  35. Re:Is There Anyone Actually Looking Forward To Thi by DaHat · · Score: 0, Troll

    Do you really still want to be running Windows in 2006?

    Yes.

  36. Reduce the number of reboots? by kisielk · · Score: 2, Insightful

    MS claims they'll be able to reduce costs by reducing the number of times the system will have to be rebooted.. Hmm.. I could swear I heard this before.. where was that.... oh yes, now I remember

    They said the EXACT same thing when Windows XP was on the horizon. They wanted to eliminate reboots after application installs and the like, and guess what... I don't think it really worked. I swear pretty much every time I install some app or another, it asks me to reboot the system, ESPECIALLY MS apps such as their own AntiSpyware, Visual Studio, etc. and every time they release some security update (on a nearly weekly basis) I *still* need to reboot. Drives me nuts, especially since I tend to have a many-windowed workspace open for many days at a time (or would, if it wasn't for their damn reboots!).

    1. Re:Reduce the number of reboots? by Osty · · Score: 1

      They said the EXACT same thing when Windows XP was on the horizon. They wanted to eliminate reboots after application installs and the like, and guess what... I don't think it really worked. I swear pretty much every time I install some app or another, it asks me to reboot the system, ESPECIALLY MS apps such as their own AntiSpyware, Visual Studio, etc. and every time they release some security update (on a nearly weekly basis) I *still* need to reboot. Drives me nuts, especially since I tend to have a many-windowed workspace open for many days at a time (or would, if it wasn't for their damn reboots!).

      A lot of those reboots are ignorable. For example, I have no idea why AntiSpyware needs a reboot, so I told it I'll reboot "later" (as in, maybe a few weeks from now) and it's still running just fine. I don't recall Visual Studio ever asking me to reboot. Security updates may make sense, as you could be updating system components that will force a reboot (hey, if you have to update X in Linux, you have to stop and restart X; if you have to update the kernel, you have to reboot). For pretty much anything else besides drivers, and especially third party software, there's absolutely no reason an application install or uninstall should require a reboot, and thus I'll ignore your installer when it prompts me. If your app can't run without a reboot, I'm not going to use it.

    2. Re:Reduce the number of reboots? by SolidGround · · Score: 1

      Just because Microsoft reduces the need to reboot doesn't mean other software companies will necessarily care.

      It's the same deal with everything that requires admin rights to install even though in a large majority of cases it's simply not needed.

      The next time some piece of software requires you to restart upon installation put the blame where it belongs which is with the company and not Microsoft. Or simply don't restart and run the application anyway and it's 99% guaranteed to work just fine without the reboot.

      Although you were just ranting since none of the applications you listed requires a reboot on either installation or uninstallation and Microsoft switched to monthly release cycles ages ago.

  37. I don't know about the rest of you by MrJynxx · · Score: 1

    "On the business side, Microsoft said Vista will be easier for businesses to deploy on multiple PCs and will also save costs by reducing the number of times computers will have to be rebooted."

    I don't know about the rest of you, but I do all of our software deployments at night when there is nobody around. So if we do it at night, how is reducing the number of reboots saving us money?

    And I really hope nobody out there does deployments during the day, ie. Business hours.

    But if it's referring to the fact most companies keep their PC's on for weeks at a time how could a 30 sec. reboot really save us money?

  38. You know what I would really like to see? by PocketPick · · Score: 4, Funny

    A Windows OS that terminates an application when I tell it to do so. Why should I have to press 'End Process' 5 times and click on 2 dozen 'End Task' dialogs in order for the app to shutdown (if it even does). Is Windows second guessing me?

    Only after the 27th time Windows XP does finally say 'You know... I think you might like me to close that process for you. Here you go peasant. No, you don't have to thank me! :)".

    1. Re:You know what I would really like to see? by Anonymous Coward · · Score: 0

      "taskkill /f /im foo.exe"?

    2. Re:You know what I would really like to see? by danielrose · · Score: 1

      I agree. And when you try and kill the actual process, it does nothing quite frequently, when it should be the equivalent of a sig 9, and should die straight away!

      --
      i hate pansy republicans
    3. Re:You know what I would really like to see? by interstellar_donkey · · Score: 2, Insightful

      That's easily the biggest feature I'd like to see.

      If I've gone to the trouble of cntrl-alt-del to load up the task manager, lick on a process and tell it to end, I'm not saying "Yes, I would like Windows to send a command to the software to ask it to terminate." (which, as far as I can tell what it always tries to do first). I'm saying "I want this process to terminate. NOW". No dialogues. I don't want to know if the program is not responding (gosh, I just wanted to end the program but now that Windows thinks its not responding I might change my mind.. good thing Windows asked me!)

      Other then that, I have no major gripes with XP.

      --
      The Internet is generally stupid
    4. Re:You know what I would really like to see? by Anonymous Coward · · Score: 0

      try something along the lines of:
      Start->Run: wmic
      process where name="nameofProgToKill.exe" call terminate

      Bam. Dead.

    5. Re:You know what I would really like to see? by Anonymous Coward · · Score: 0

      Yes, that is MUCH easier than:

      "taskkill /f /im foo.exe"

    6. Re:You know what I would really like to see? by timerider · · Score: 1

      you mean, like kill -9 $PID in any decent operating system?

    7. Re:You know what I would really like to see? by Anonymous Coward · · Score: 0

      It is if I already have wmic open (like I normally do), now isn't it?

    8. Re:You know what I would really like to see? by Master+of+Transhuman · · Score: 1


      Amen, brother! I wish I had mod points!

      This is the number one thing I absolutely CANNOT STAND on Windows! If they're doing it because they think end users will "accidentally" bring up the Task Manager and "accidentally" kill the kernel, they could at least put the warning BEFORE you try to actually kill a process - not twenty minutes after. They could change the freakin' interface to something more rational.

      Yes, there is a command line tool that will supposedly kill processes quickly.

      Is this why people buy Windows - to run a command line tool? Gee, how is this better than Linux?

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    9. Re:You know what I would really like to see? by dustmite · · Score: 1

      "'taskkill' is not recognized as an internal or external command, operable program or batch file."

    10. Re:You know what I would really like to see? by Anonymous Coward · · Score: 0
    11. Re:You know what I would really like to see? by Ahnteis · · Score: 1

      Turn off error reporting and 90% of your complaints will go away.

    12. Re:You know what I would really like to see? by cnettel · · Score: 1
      In most of these cases, I think that it's due to one thing: There is at least one thread or operation stuck in kernel space, handling the memory of this user process. It happens to me quite a lot when doing video capture with crappy drivers, but also in other situations where I can second-guess that it's all due to some weird I/O timeout never happening.

      Of course, with a system profilerating in multi-threading (compared to UNIX where many apps still really are single-threaded, without any obvious flaws) and asynchronous I/O like Windows, it's not obvious how to solve the "pending kernel operation" state.

      So, anyone would be more than welcome to fill in how their OS of choice handles killing a process that's waiting for a system call to finish.

    13. Re:You know what I would really like to see? by corblix · · Score: 1
      A Windows OS that terminates an application when I tell it to do so.

      I very, very much agree. (And I wonder why your post was mod'ed "funny".)

    14. Re:You know what I would really like to see? by dustmite · · Score: 1

      Yes, it's a fully up-to-date & legal XP Home.

    15. Re:You know what I would really like to see? by Anonymous Coward · · Score: 0

      *shrug*

      Must be an XP pro thing.

    16. Re:You know what I would really like to see? by daliman · · Score: 1

      To be fair, zombie processes on linux can't be killed either. Processes stuck doing disk IO often take a very long time to kill as well. The problem isn't limited to Windows.

    17. Re:You know what I would really like to see? by dustmite · · Score: 1

      Maybe it's only in XP Pro.

    18. Re:You know what I would really like to see? by sharkey · · Score: 2, Funny
      load up the task manager, lick on a process

      And I get bitchy when people put their FINGERS on my screen. Just stay away from my PC, dude!

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
    19. Re:You know what I would really like to see? by m_pll · · Score: 2, Informative

      Then use "end process", not "end task". End Task sends a message to the target window then waits 5 seconds or so for the app to exit gracefully. End Process kills the process right away.

    20. Re:You know what I would really like to see? by Mad+Merlin · · Score: 2, Informative
      Zombie processes aren't quite the same situation at all. First of all, they can be killed, you just need to kill the parent process of whatever process created the zombie (though if this ends up being init, you're stuck with them). Not only that, but zombie processes effectively only take up the amount of memory it takes to represent them in the process table. Unless you're still limited to 2^15-1 processes and you've got a program that very rapidly spawns zombies, there is very little issue. Even then, you can limit the number of processes that a user or group can hold, etc.

      Really, the point here is that 99.9% of the time a kill or kill -9 pid will kill a process dead, as quickly as possible. Which clearly isn't the case for Windows.

    21. Re:You know what I would really like to see? by JetTredmont · · Score: 1

      So, anyone would be more than welcome to fill in how their OS of choice handles killing a process that's waiting for a system call to finish.

      Hmm. Let's see. Maybe by NOT requiring a user-land app to spend 75-90% of its time in kernel space just to get performance that doesn't suck eggs?

      On OSX, I force quit something, and it's gone in a half second. On Linux, I kill -9 something, it's gone in the next screen refresh. On Windows, I ctrl-alt-delete, end process, wait, repeat, repeat, repeat, repeat, wait, click "yes, really kill it", repeat, wait, wait as progress bar fills in, repeat, and it's gone. Or not. Yeah, obviously this is NOT Windows' fault!

    22. Re:You know what I would really like to see? by Biogenesis · · Score: 1

      *hugs kill -9*, from memory Windows 95/98 would give the program ~20s to respond after you asked it to die, I guess the same applies to XP so in general just waiting a while will do the same thing as telling it to end the process many times.

    23. Re:You know what I would really like to see? by spectecjr · · Score: 4, Informative

      On OSX, I force quit something, and it's gone in a half second. On Linux, I kill -9 something, it's gone in the next screen refresh. On Windows, I ctrl-alt-delete, end process, wait, repeat, repeat, repeat, repeat, wait, click "yes, really kill it", repeat, wait, wait as progress bar fills in, repeat, and it's gone. Or not. Yeah, obviously this is NOT Windows' fault!

      You're not doing an End Process. You're doing an End Task. End Task tries to shut down the app in an orderly fashion. End Process shuts it down immediately regardless. Go to the processes tab instead of the applications tab to kill the process.

      --
      Coming soon - pyrogyra
    24. Re:You know what I would really like to see? by Anonymous Coward · · Score: 0

      Even more, please show us all the files and processes so that we can see what's runnin/installed.

      MS uses this hiding to stop you closing apps that should not be closed, but it is also used by spyware to hide itself.

    25. Re:You know what I would really like to see? by Anonymous Coward · · Score: 0

      In fact processses in state 'D', uninterruptible sleep cannot be killed. This happens if, e.g. a Linux process such as a 3D game or X server has made a blocking call to the DRM (video card management) subsystem and there's a bug in that driver.

      Removing the defective driver is about equally likely to "fix" the problem (but without much chance you'll get back video output on that machine until reboot) and to OOPs the kernel. Unfortunately the design decisions for DRM couldn't include a complete stability guarantee because the card vendors were thinking more about Win 95 game players than Unix system admins. You can just about keep a userspace process from reading or writing what it shouldn't through DRM, but you can't stop it from crashing the machine.

      Therefore the privilege to "play 3D games" is not something that should be given lightly to everyone on a shared machine.

    26. Re:You know what I would really like to see? by James+Manning · · Score: 1

      The task manager has to be somewhat end-user focused, and tries to be smart about not letting you kill things the typical user probably doesn't want to actually kill ("my compute is slow, i'll start killing random processes until it speeds up!")

      If you want more "just kill it already", and want to stay in a GUI (since kill/taskkill/etc exist), I'd recommend Process Explorer, where most of those checks that try to help out the typical user aren't done.

      http://www.sysinternals.com/Utilities/ProcessExplo rer.html

    27. Re:You know what I would really like to see? by Azzmodan · · Score: 1

      Maybe you should actually tell it to end process like you really want to do, instead of asking it to cleanly end a task. But I guess going to the Processes tab and doing so would invalidate your pointless rant.

      I don't see "a real os" immediatly terminating some hung application when I do "kill ".

    28. Re:You know what I would really like to see? by DorkHead · · Score: 0

      Go to http://www.sysinternals.com/ and click on Process Explorer.
      This is a replacement for Windows Task Manager. To replace it, just select Options->replace Task Manager.
      Now the goodie here is that when you select a process in process explorer and click delete, it _instantly_ removes the process!

      Oh and here is another tip for you:
      You don't have to press ctrl-alt-delete to get access to the task manaager.
      Simply press ctrl-shift-escape and it will pop up.

      --
      Head of the Dorks
    29. Re:You know what I would really like to see? by Anonymous Coward · · Score: 0

      It's called "tskill" on my XP Home installation.

    30. Re:You know what I would really like to see? by TractorBarry · · Score: 1

      A mere 5 clicks on "End Process" and you actually get something shut down ? You lucky, lucky bastard.

      Whenever I try to terminate a process using Windows own inbuilt tools it either takes a godzillion attempts or it tells me "You can't shut that down, it's a system process" (Yes, I know. I'm trying to remove a f****ing virus from my friends daughters machine which is running with system privileges...)

      Thankfully Sysinternals excellent Process Explorer lets me view and kill any running process whatsoever. And when you say kill, it kills ! (Mind you at this point I often discover it really was a system process and Windows crashes)

      Still it's the only way to get rid of some of the more persistent nasties you get on a Winders box so it's well worth the trouble.

      --
      Sky subscribers are morons. They pay to be advertised at !
    31. Re:You know what I would really like to see? by Anonymous Coward · · Score: 0

      one word: sysinternals

    32. Re:You know what I would really like to see? by ergo98 · · Score: 1

      Is this why people buy Windows - to run a command line tool? Gee, how is this better than Linux?

      Well to be fair, the task manager does properly kill actually locked processes, instantly and without prejudice. It lags, however, when the process isn't actually locked, but is just in a dumb state - e.g. it is replying to messages being sent to it. In that case the task manager asks it to die, but gives it a period of time to clean up its stuff and terminate before finally really killing it (and the time is from your original click - clicking it 100 more times doesn't affect it). This is generally preferrable to avoid applications being terminated in the middle of some messy state.

      The time delay doesn't bother me, what bothers me is that the CTRL-ALT-DELETE form always takes priority, and is always drawn regardless of any errant processes, but the actual task manager runs as a normal priority, normal GUI app - so if something is running high priority and/or screwed up the GUI, you can get the C-A-D form, but the task manager will never appear, leaving you in control limbo.

    33. Re:You know what I would really like to see? by Anonymous Coward · · Score: 0

      You can modify the registry settings to alter the responce time or make it instantanous. However 99% of all users shouldn't be let near the operating system no matter what it is much less the registry.

    34. Re:You know what I would really like to see? by Master+of+Transhuman · · Score: 1


      Interesting. So that's why I sit waiting for Task Manager to even show up.

      And not being able to kill ANY process instantly - locked or not - is still dumb. It's an example of how Microsoft dumbs down and removes control from the sysadmin in favor of their own notion of what should be done, regardless of the actual circumstances. If you want to ASK a process to die, you send it a HUP, not a KILL. If it isn't ready to handle a signal, it should die; if it is, clean up and terminate, or reread a config, or whatever. Like I said elsewhere, Microsoft just doesn't understand process management like UNIX does - the result of twenty years more experience running on servers than consumer desktops, I guess.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    35. Re:You know what I would really like to see? by Anonymous Coward · · Score: 0

      Zombie processes aren't quite the same situation at all. First of all, they can be killed, you just need to kill the parent process of whatever process created the zombie (though if this ends up being init, you're stuck with them).

      Couldn't a telinit 3 or telinit 4 for the X server get rid of an init zombie process?

    36. Re:You know what I would really like to see? by lotsToLearn · · Score: 1

      My friend had this interesting problem. She was trying to install McAfee Anti-virus on here system but after inserting the CD and going thru a couple of dialogs it said you cant install McAfee unless you uninstall Norton Antivirus. But since it still did do some partial/incomplete installation the system kept "rebooting" after every few minutes. So she tried to kill the process for McAfee but it wont kill it, since it is a SYSTEM process! So she cant use Norton since (a broken) McAfee was already on there and she cant use McAfee since Norton was running.

      I so missed "kill -9" at that time...

    37. Re:You know what I would really like to see? by JetTredmont · · Score: 1

      Well, I know what the Task's name is. The process, not so much. There are lots of processes in there, not many of which have decipherable names.

      Windows knows which processes go with the task I'm trying to kill. It just doesn't want to tell that to ME. As a result, killing a task by killing all its child processes is not exactly feasible to the non-gurus out there. More importantly: why the hell would I want Windows to "ask the process nicely" to shut down when I tell it to end a task via ctrl-alt-del? If I wanted to ask the task to end nicely, I'd click the damned big black X in the corner of it's window, or hit Alt-F4, or choose File | Exit. If I'm at the stage of hitting Ctrl-Alt-Del, I'm in no mood to be asking the stupid fsking program ANYTHING "nicely"!!!

      In contrast, OS X tasks also spawn multiple processes. OS X knows that if I go to Force Quit, I mean to FORCE something to Quit, and I've already tried the normal route of closing the application. A second later, the task, including all it's processes, is gone!

      Why can't things be simple in Windows? At the moment of deepest frustration, Microsoft in its infinite wisdom chooses to harass me with illogical and unintuitive crap.

    38. Re:You know what I would really like to see? by Anonymous Coward · · Score: 0

      Don't be a retard. Right click on the task you want to end and then choose 'go to process'

      Wow. This takes you to the process tab and highlights the relevent process.

      I do agree that it is annoying when tasks won't be killed, or go in loops becasue it's getting 'debugged' or something but anyway...

    39. Re:You know what I would really like to see? by Mitchell+Mebane · · Score: 1

      It does even happen with End Process. In fact, some times trying to end a zombie process will lock the system. Screw that. With KDE, hit Ctrl-Alt-Esc (er, I think), click the window of the errant process, BAM it's gone.

      --

      The roots of education are bitter, but the fruit is sweet.
      --Aristotle
    40. Re:You know what I would really like to see? by Mad+Merlin · · Score: 1

      That would only kill zombie processes that got inherited to the X server, not init. Just zapping the X server with ctrl-alt-backspace is also a quicker solution for restarting your X server. To the best of my knowledge, init cannot be killed or restarted other than by rebooting. Having said that however, most any graphical applications for example will get inherited to the X server at worst if it zombifies, which then can indeed be fixed by zapping the X server that it was running on. There are very few instances where a zombie process will end being owned by init.

    41. Re:You know what I would really like to see? by Anonymous Coward · · Score: 0
      To the best of my knowledge, init cannot be killed or restarted other than by rebooting.

      Well, that's the purpose of telinit. Maybe telinit u might be the better command. From the manpage:
      TELINIT
      [...]
      U or u tell init to re-execute itself (preserving the state). No reexamining of /etc/inittab file happens. Run level should be one of Ss12345, otherwise request would be silently ignored.
      Not sure how to interpret "preserving the state", though. If I had an init zombie process I could check, but I don't.
    42. Re:You know what I would really like to see? by Mad+Merlin · · Score: 1

      That may just be some verbage that makes sense in the context of init, but not as much in the general sense of processes. Even after changing runlevels for example, init still has pid 1, so it's certainly not a complete restart of init. I also don't have any (init) zombies, so I can't test it out, but I don't think that changing runlevel with get rid of an init zombie.

  39. Those are some steep system requirements. by Captain+Scurvy · · Score: 5, Insightful
    "Microsoft Allchin said in an April interview that he expects Vista will need about 512MB of memory and "today's level" of processor."

    It is possible that they are overstating the RAM requirements, but holy cow, that seems like a whole crapload of memory to run... what, exactly? 128 MB is suggested for XP Pro, but I know that's more or less BS, because I run Pro, and tend to use ~300 MB on average, and I rarely have anything extra running besides Firefox, gaim, and AVG. So, does that mean they're actually understating the RAM requirements?

    Anyway, just from reading the article, I am not inclined to spend the money on upgrading. As of now, none of the new features seem very impressive.

    1. Re:Those are some steep system requirements. by midicase · · Score: 1

      "I am not inclined to spend the money on upgrading. As of now, none of the new features seem very impressive"

      The same or similar is said by existing users for each new release. In fact, they usually hold true to this. MS relies heavily on OEM's for market penetration and deployment. I've never known an existing Windows user to actually buy an OS upgrade. It has only taken the average lifespan of a desktop PC ( 5 years?) to virtually replace all existing previous versions of Windows with XP.

      I think existing Windows users are far more likely to put Linux on a existing box than upgrade Windows. Otherwise, they will wait until they purchase a new/used system that has Vista already installed.

    2. Re:Those are some steep system requirements. by Blackhalo · · Score: 1

      Memory is cheap and will continue to get less expensive.

      DELL - 1 GB Module for a Dell Dimension XPS Generation 5 System
      1 GB DDR2 SDRAM, PC2-4200 / 533 MHz, Non-Parity, Unbuffered
      Dell Part #: A0488538, Manufacturer Part #: DC6844
      Usually Ships: Within 24 Hours
      Units Req.: 2 $140.99

      Moore's law is a wonderfull thing and memory prices have beaten it consistantly.

      Your 128 Meg example for XP, which came out how long ago? Apply Moores law and double the requirements every 18 months.

      I don't think you can really even buy a new PC without 256 Meg minimum these days.

      http://www.macnewsworld.com/story/J783zlPrDnjg4t/A pple-Makes-512-MB-RAM-Standard-on-Mac-Mini.xhtmlco m/story/J783zlPrDnjg4t/Apple-Makes-512-MB-RAM-Stan dard-on-Mac-Mini.xhtml

      --
      "There is nothing to do it. But to do it." -Floyd Pepper
    3. Re:Those are some steep system requirements. by Anonymous Coward · · Score: 0

      128MB for the OS, 100MB for fluff and bloat, and the rest for all the DRM.

    4. Re:Those are some steep system requirements. by Anonymous Coward · · Score: 0

      I think existing Windows users are far more likely to put Linux on a existing box than upgrade Windows. Otherwise, they will wait until they purchase a new/used system that has Vista already installed.

      -1 Karma whore.

    5. Re:Those are some steep system requirements. by Coryoth · · Score: 2, Insightful

      MacOS X likes 512M of RAM to be run happily from what I'm told - that's why the latest Mac Mini upgrade is/was so popular. Yes it will run with 256M, it may even run with 128M for all I know - but people seem to be claiming that 512M is what is needed for decent performance. That would mean Windows Vista would simply be on par with MacOS X for memory requirements, which seems reasonable enough. If you want something that goes light on memory it's time to start looking at options with Linux or *BSD which offer some options about exactly how gussied up you want your interface: you lose functionality, but it'll definitely run on less RAM.

      Jedidiah.

    6. Re:Those are some steep system requirements. by Anonymous Coward · · Score: 0

      "128 MB is suggested for XP Pro, but I know that's more or less BS, because I run Pro, and tend to use ~300 MB on average, and I rarely have anything extra running besides Firefox, gaim, and AVG."

      128MB is not bullshit.

      I have 128MB on a K7 and run XP with Winamp, MSN Messenger, two copies of mIRC, Thunderbird, PuTTY, and gAIM 24/7--for browsing I use Internet Explorer since Firefox tends to be a bit too slow for me. The odd time I use Word or Excel, and a couple of other applications. Photoshop, although slow, runs fine even with all the other crap open.

      Everyone I tell that to exclaims that I need a new computer, or I should get off my ass and go pick up another 128 MB for $20. You know, I really have no need for any more computing power. I really need a P4 2.8 GHZ computer with 1GB of ram and a video card with 512MB of ram just to do what I already do? Great, Word starts faster when I actually use it, big deal. XP works well for me, and I have no plans on changing to anything else anytime soon.

    7. Re:Those are some steep system requirements. by Skuld-Chan · · Score: 1

      You know its ironic - when I got a mac mini with 256 megs of ram it ran like a dog until I got 512 megs.

      I like the fact that MS is being realistic.

    8. Re:Those are some steep system requirements. by MojoStan · · Score: 1
      It is possible that they are overstating the RAM requirements, but holy cow, that seems like a whole crapload of memory to run... what, exactly?

      To run a compositing window server... I think. I'm no operating systems expert, but I think a compositing window server (like Vista's and OS X's) buffers all windows and every pixel in every buffered window is stored in memory. That's in contrast to Windows XP/2000, where only the essential information of each window (e.g. size, features, contents) is stored in memory.

      That's my guess, anyway. From Graphics Hardware and Drivers for Windows "Longhorn":

      The Longhorn desktop is being drawn in a completely different way than all previous versions. Every window will have its own, full window-sized surface to draw to. The desktop will be dynamically composed many times a second from the contents of each window. The goal for desktop composition is to enable compelling new visual effects for both the Windows user interface and for applications created by third-party developers shown on increasingly affordable high-density displays.
      --
      TO START
      PRESS ANY KEY

      Where's the 'ANY' key? I see Esk, Kitarl, and Pig-Up...

    9. Re:Those are some steep system requirements. by Anonymous Coward · · Score: 0

      Nowadays people own more RAM then you can probably believe. Check the below survey - yes, those are gamers PC's and office PC's probably have 256 or max 512 MB but if you think that Longhorn will be released late 2006 I strongly believe a vast majority of desktop and office PC's will have at least 512 MB RAM.

      http://www.steampowered.com/status/survey.html

      This is also a very interesting survey for other information. For example, look at how many users run Windows _without_ a service pack, or look at the HD stats.

    10. Re:Those are some steep system requirements. by Captain+Scurvy · · Score: 1
      " Memory is cheap and will continue to get less expensive."

      You're absolutely right about this, and there is no denying that an increase in memory at decreased prices will lead to more developers taking advantage of those increased resources. However, they also seem to disregard efficiency, sometimes when it is arguably not a good thing to do so. And, for the more tinfoil-hattish of us, it is arguable that some of the more popular developers intentionally bloat their products to give kickbacks to their hardware buddies.

      In any case, my main concern is that with Vista, we're not getting our "bang for our buck" as far as the system requirements go.

    11. Re:Those are some steep system requirements. by Captain+Scurvy · · Score: 1
      "If you want something that goes light on memory it's time to start looking at options with Linux or *BSD which offer some options about exactly how gussied up you want your interface: you lose functionality, but it'll definitely run on less RAM.

      Exactly. I am usually more comfortable with fluxbox and a scroll mouse on Linux, and such a setup will typically eat up less memory than Windows. Hell, explorer.exe uses around 30 megs of RAM for me; maybe there's something wrong with my XP box, but that seems like a lot.

      Then again, bare-bones window managers are nowhere near as functional as Windows, KDE, and OS X, so I guess it's not so surprising that they take up more memory.

      Trumping all of us are those who are comfy with nothing but a command line. ;)

    12. Re:Those are some steep system requirements. by Anonymous Coward · · Score: 0

      or perhaps they are just being realistic? yes you can run xp on 128, but why in the hell would you, its butt slow. I'd much prefer MS to say, look you need x meg of ram for it to work properly, not say something like 128 meg and run butt slow.

      You've got quite a large memory footprint for running so little, I run more than that and my foot print is about 250-300. [zone alarm Pro; gaim; msn messenger; mody dock; wmp; quicktime (qttask); and other stuff I don't recall right now as I'm on my work pc]

    13. Re:Those are some steep system requirements. by ookaze · · Score: 1

      You know, when I see forums (fora ?) like this one :
      http://forums.guru3d.com/showthread.php?s=6c0ea13f 7045a90c2b42f49d0018a603&threadid=136813
      with people hooked on MS marketing, I pity these fools, and I think the requirements for Vista are going to be actually huge.
      What is described in this forum is full of wishful thinking IMHO, but it will be a good way to compare what is actually delivered against what was promised, once Vista is out.

      Amusingly enough, history repeats itself.
      In this MS Windows Vista apology, you start to see things like that : "Microsoft admitted that it had problems with stability with Windows ME and XP (without SP)".
      But if you read Slashdot (even on this thread) or other sites, you see LOADS of people telling you that Windows XP is very stable and does not crash anymore. They call BS on you when you say that in real life, you see loads of WinXP reboot unexpectedly (with SP2 or not, and that means it crashed) and most that become unusable after one week of running as a desktop, or plain lock up, or rot after some weeks of use, ...
      Well, history repeats itself. When there was only Windows 9x, there was a lot of people blaming crashes on drivers or users. As soon as WinXP was out (and it started with Win2000 actually), everyone admitted how crap Win9x is. I wonder how people could put up with so much crap actually.
      Had the same experience with XP. Actually, when I switched people to Linux, I just waited for their WinXP to become unusable without my support (as I do not support Windows users anymore). And they ALL destroyed themselves. So much for stability.
      All this to say I'm sure that once Windows Vista is out, a lot of people will start admitting how WinXP is crap.

    14. Re:Those are some steep system requirements. by sexylicious · · Score: 1

      I seem to recall that Vista will use vector graphics for their interface. Which means that the interface has the potential to look VERY nice, but will suck up a lot of memory doing all the 3d math involved with graphics processing.

      Supposedly, Vista will rely heavily on the next generation of Direct X, which will allow the interface to directly access hardware (thus allowing for vector processing on the hardware).

      I think the above came from anandtech or tomshardware, but I don't recall exactly which one.

    15. Re:Those are some steep system requirements. by toddestan · · Score: 1

      Or the fact that some people have apparently tried to install Steam on old Pentiums with less than 64MB of ram. I wonder what kind of FPH (frames per hour) those old systems get?

    16. Re:Those are some steep system requirements. by renoX · · Score: 1

      > tend to use ~300 MB on average, and I rarely have anything extra running besides Firefox, gaim, and AVG.

      Well if Mozilla if any indication, Firefox is the culprit: its use gobs of memory.

      > Anyway, just from reading the article, I am not inclined to spend the money on upgrading. As of now, none of the new features seem very impressive.

      Agreed.

  40. In other news... by Anonymous Coward · · Score: 0

    In other news, the Debian developers announced today that "by holiday season 2006 we'll have everything that Windows Vista has-- and a pony."

  41. I just love Slashdot... by Dan+East · · Score: 1

    stories, whose three sentences contain all the information of the article they reference. Sort of like those movie trailers that manage to encapsulate every worthwhile scene of an entire movie in just one minute.

    Dan East

    --
    Better known as 318230.
  42. Get a Mac by Joseph_Daniel_Zukige · · Score: 1

    Although I can't say I'm using Spotlight at all.

    I cannot understand why people want their computers to do _all_ their thinking for them. Thinking is half the fun of being a sentient animal.

    If the computer does all the thinking for you, what's left to do? Nothing but behave like a context free grammar or a finite state machine.










    grumble mutter grumble mutter grumble mutter peep grumble mutter
    1. Re:Get a Mac by wazzzup · · Score: 1

      For most people, the thinking is done when the computer collects/retrieves/processes data which they can then use for its intended purpose (the data to be thought upon). The time wasted on figuring out how to collect/retrieve/process data is time not spent on the actual problem to they need to think about.

      If I am researching data I have collected and compiled for a thesis on battlefield tactics used in The Hundred Years War, why do I want to spend time tracking down where it is, how to find it and how to access it? I want to think about collecting the data and presenting it in a coherent manner. Determining if I saved it in /Users/barney/documents or finding what text file I need to tweak to get a desired response from my computer is irrelevant to the task at hand and only taking away time I could devote to my thesis.

      Now, if I asked my computer to write the thesis, then I would agree with you.

  43. People will pay for "Vista"! by Anonymous Coward · · Score: 2, Funny

    ...and yet...most people will not load Linux of you gave them a blowjob.

    Figure it out.

  44. Good news... by Ingolfke · · Score: 1

    Now I have a good reason to upgrade my PC and since MS has taken some of the more advanced features (WinFS, Web Services, etc.) out of the default install and spent more time focusing on enhancing the core useability features (even though some are just eye candy) and working on the less glamorous things like security checking and code validation so the end state product should be outstanding. Can't wait!

    Oh, wait... this isn't www.ms-fanboys.com...

  45. Re:Security enhancements should read"DRM out the * by Wizzmer · · Score: 1

    I can see Steve Ballmer now, jumping around on stage yelling "DRM, DRM, DRM!!"

  46. Re:Everything that the artical mentions is User Sp by Anonymous Coward · · Score: 1, Informative

    Device drivers are still basically WDM, but there is this new Windows Driver Foundation that is basically an MFC for drivers.

    So under the hood it's still good ol' NT, but a lot of code has been moved from the developers hands into the DDK via the new WDF.

    DevStudio will probably have new wizards added by the DDK to create drivers, like NuMega Driver studio does now.

  47. BSOD frequency vs. time by Mr.+Underbridge · · Score: 4, Funny
    Or are you in the camp that still claims BSODs are as common now as they were in 98?

    Nobody says that. BSOD in 98 was as common as the clap in a sorority.

    That said, following the same analogy, I still wouldn't do XP without wrapping it up first.

    1. Re:BSOD frequency vs. time by TheLink · · Score: 1

      Wrapping up?

      At my workplace I run Win XP in a vmware virtual machine.

      If stuff goes weird, I just click on revert and things are back to normal. Any data that I want to be persistent is saved on a mapped "share" that's on the host system.

      That said, I've had more problems with vmware crashing my host system running linux than with Windows 2000/XP going belly up.

      --
    2. Re:BSOD frequency vs. time by Mr.+Underbridge · · Score: 1
      Wrapping up? At my workplace I run Win XP in a vmware virtual machine.

      The only way to go! I might still "double up" - you know, running XP in vmware on linux, which is itself in vmware on linux.

      You know, just to be sure.

      That said, I've had more problems with vmware crashing my host system running linux than with Windows 2000/XP going belly up.

      My experience too, but at least it doesn't take the host with it.

  48. Parental Controls?! by Frenchman113 · · Score: 1

    If you ask me, I don't really see how this works. I suppose you could control web content on IE, but that's about it... It's already possible to keep other people from viewing restricted folders (file permissions/ownership). Joe Sixpack probably isn't smart enough to secure his box anyway. You'd be suprised how many Windows users don't realize that there's an administrator account available when you reboot in safe mode. Yay, your Windows box is now own3d.

    1. Re:Parental Controls?! by mike3k · · Score: 1

      Tiger already has it. You can apply parental control to any non-administrator account.

    2. Re:Parental Controls?! by Frenchman113 · · Score: 1

      ...and what do these parental controls do?

  49. Sign me up. by Saeed+al-Sahaf · · Score: 1

    I will load Linux if you give me a blowjob. When can we schedule a time? My preferred distro is unpopular here (RHEL4), but it's still Linux.

    --
    "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
    1. Re:Sign me up. by Anonymous Coward · · Score: 0

      The parent is obviously refering to thier own experience in the highly competitive world of linux sysadmin blowjob queens. Being that the parent's clients dont actually get the linux upgrade probably means the blowjob sucked.

      Just trying to save you from getting bored and installing windoze.

  50. OT: QOTD by Anonymous Coward · · Score: 0

    The quote of the day (at the bottom of the page) is:
    "The reason they're called wisdom teeth is that the experience makes you wise."

    I think it's wrong. Wisdom teeth often make you smart. Wise, I don't see.

  51. Nitpickery by Osty · · Score: 3, Insightful

    Windows XP introduces a little bit of the flashy new UI - the start menu fades in for example.

    Alpha blending (or "layered windows", as Microsoft calls it) was introduced in Win2k, along with all of the fancy effects (fading menus, tooltips, etc). XP's biggest "lickable" contribution was the built-in theming engine (that was neutered out of the box by only allowing Microsoft-signed themes, but was quickly hacked when XP was still only in beta).

    I could really care less about fewer reboots - I only reboot my windows xp machine once every month anyways, so I could care less. In terms of installing windows, a reboot on my 3ghz machine takes no time at all, so once again, I can care less.

    If you could care less, that means that you do care somewhat. Otherwise, you couldn't care less. So I guess you do care. Anyway, the time cost of a reboot is not measured from when you click "Reboot" to the time the login screen comes back up. It's measured from when you're warned that a reboot needs to happen and so you have to stop working, to the time you've logged back in, started up all your apps, gotten back to the point in the code or document where you were before you had to reboot, and context switched back into "work mode". Context switches are expensive for computers, and they're much more expensive for people. Reboots cause you to lose more work than the time it takes the PC to get back to the login screen.

    It'd be cool to watch a dvd without turning on my laptop

    I almost agreed with you about the laptop stuff being useless until you added this. I have a nice laptop, but playing DVDs on it is the last thing I want to do. When I'm using my laptop I'm working or playing. When I'm watching a DVD, I'm in my home theater area (if you can call a 4 year old HDTV, cheap 5.1 setup, and 4 year old progressive scan DVD player a "home theater"). If I do want to run a DVD on my laptop, chances are I want to do other stuff as well. If you're buying a laptop to be a dedicated DVD machine, why not spend $200 on a portable DVD player rather than $1200 on a laptop?

    A new UI? I could really care less. Indigo doesn't really add anything different to the OS experience. There have been programs to add transparency out for windows for a while and if I really wanted transparency I could have done it. I really could care less about it.

    There you go, caring again. But you're wrong anyway. First, Aero (the new UI) is not mandatory (just as Luna, the XP UI was not mandatory -- you could still use Classic). Second, Avalon, not Indigo, is the updated presentation layer (Indigo is some networking thing). Third, it's not just about the transparency. It's about hardware acceleration using your idle 3D accelerator, and using vector graphics to have good looking, well-scaling graphics and images.

    Icon previews? Are they really that important? 90% of the time you know what file you want and you don't need a little preview icon to show you its contents

    I'll buy this argument. Two Word documents, or even a text file and a Word document, look pretty much identical at 32x32 or 64x64 (and I really don't want 128x128 or 256x256 icons).

    The same goes for searching. I'd rather have my files in an organized manner and not in some random "virtual directory structure." Sure I could use the search tool to find the file for me, but what if I've completely forgotten the file name or a a few words in the file, but I do know that it's a file from my history class that I took junior year. Sure I could search by date but it'd be much easier if I had organized all my files in terms of "My Documents -> School work -> Junior Year -> History 101 -> some_file.doc." (which I currently do).

    You could use filesystem attributes to tag your f

    1. Re:Nitpickery by Master+of+Transhuman · · Score: 0

      "If you could care less, that means that you do care somewhat. Otherwise, you couldn't care less."

      How many times do I have to explain to you pedants that using the phrase "could care less" is a second-order dismissal?

      It means, "I could care less - NOT!" It's dismissing the notion that one COULD care less because one already doesn't care at all.

      It may have started as bad grammar, like a lot of slang does, but it has meaning now.

      If that doesn't work for you, does "Fuck off, pedant!" help?

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    2. Re:Nitpickery by melikamp · · Score: 1

      I agree with your conclusion, but not with your arguments.

      IMHO, "I could care less" means that the the speaker admits of caring a little bit, is sorry about caring at all, and wishes to care less.

    3. Re:Nitpickery by Master+of+Transhuman · · Score: 1


      I suspect for some speakers that may be the case.

      I'm one of the others. When I say it, I mean I literally don't give a rat's ass.

      I use "couldn't" only if I suspect somebody might actually not understand me - which is almost never, which is why I don't feel the need to correct the usage - most people understand what you mean when you say it.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    4. Re:Nitpickery by Kris+Magnusson · · Score: 1

      I have a nice laptop, but playing DVDs on it is the last thing I want to do. When I'm using my laptop I'm working or playing. When I'm watching a DVD, I'm in my home theater area (if you can call a 4 year old HDTV, cheap 5.1 setup, and 4 year old progressive scan DVD player a "home theater"). If I do want to run a DVD on my laptop, chances are I want to do other stuff as well.

      speak for yourself. when my wife is in day-long MSNBC/Food Network mode using the home theater setup or when the power goes out, watching DVDs on the laptop with my Grado headphones are a great way to stay entertained.

      --
      "I thought I could organize freedom. How Scandinavian of me."
  52. Re:Is There Anyone Actually Looking Forward To Thi by Anonymous Coward · · Score: 0

    Thankyou, Bill.

  53. Is it just me? by CPNABEND · · Score: 1

    IIRC, WINXP came out about FOUR AND A HALF YEARS ago. They have gutted major planned parts of the OS to get it out by next year. Are they short-handed on programming staff? Eye-candy and "magic" folders just doesn't sing for me. And the DRM Bravo-Sierra they are talking about could make the OS useless to me. (This could be why I have SuSe on my other box :-)

    --
    My wife doesn't listen to me either...
  54. Laptops? They can't be serious... by nebulus4 · · Score: 0
    Among the key features of Vista as it currently stands are: security enhancements, a new searching mechanism, lots of new laptop features, parental controls and better home networking. Microsoft Allchin said in an April interview that he expects Vista will need about 512MB of memory and "today's level" of processor.

    Hmmm... ~3GHz and 768Mb-1Gb RAM: Sounds like a DTR! But what about Intel's ultra low voltage (ULV) based laptops... or any other non-DTR laptops?

    --
    "It would be wrong to refuse to face the fact that everything is fundamentally sick and sad."
  55. Re:Is There Anyone Actually Looking Forward To Thi by visualight · · Score: 1

    "...I can often be loud and opinionated, and when I am so, I tend to justify what I say and ground it in fact...."

    You actually see yourself that way. Amazing.

    --
    Samsung took back my unlocked bootloader because Google wants me to rent movies. They're both evil.
  56. Vista's Dev team size.... by electrosoccertux · · Score: 1

    Is it just me or does anyone else think a team of 10 working on the next version of Windows would be further along than this?

  57. I noticed.... by Mastadex · · Score: 0

    that the more stuff that MS adds to windows to make it more user friendly, the slower it run. MS likes to pack windows with so much bloatware that its no wonder there are so many new exploits each day.

    Buyer beware.

    --
    A morning without coffee is like something without something else.
  58. Good reasons are needed! by Monte · · Score: 2, Insightful

    ...but you may actually do a mistake by just thinking "XP is good enough for us" and shrugging it off with a premature "Any reasons to use this? No?" like you do.

    Did you read the part in the parent about the site having several hundred PCs? An upgrade like that ain't exactly trivial, or cheap. So yes, I agree the default attitude should pretty much be "Is there sufficient reason to justify the time, effort and resources required to upgrade to New Shiny Hotness worth it, given what we have with Old and Working Just Fine right now?"

    And offhand I don't see "Fewer Reboots" and "Nifty Icons" cutting the mustard.

    1. Re:Good reasons are needed! by shmlco · · Score: 2, Insightful
      And offhand I don't see "Fewer Reboots" and "Nifty Icons" cutting the mustard.

      The parent's response was all about the new restricted access modes which could reduce security problems caused by worms and trojans, and allow better control over computers running under your domain, which in turn could vastly reduce support TCO.

      In short, he provided the reason. You, however, choose to ignore it in favor of making your "witty" remarks about icons.

      So. Would reducing long-term support costs "cut the mustard"? Or at least deserve some intelligent consideration?

      --
      Any sect, cult, or religion will legislate its creed into law if it acquires the political power to do so.
  59. Re:Everything that the artical mentions is User Sp by ScrewMaster · · Score: 2, Insightful

    Most of these things run in "hype-er-space", and whether they will ever be able to run in "userspace" is yet to be determined.

    --
    The higher the technology, the sharper that two-edged sword.
  60. Argumentum ad nauseam by Anonymous Coward · · Score: 0

    They have said this with every major release. Are things really getting better?

    Goebbels would certainly say they are!

  61. Bad timing? Does Apple know? by daemonenwind · · Score: 1

    Does it strike anyone else as incredibly BAD timing for Microsoft to release a demanding UI for their next OS when Apple is moving to x86?

    All the comparisons everyone has always wanted to make on a level playing field will be made. Microsoft will have a newly taxing UI while Apple will be using a Unix-based kernel.

    Now, this could be MS catching up to the overhead Apple's OS X already has. It could be that any additional overhead in Vista will prove to be quite worthwhile, as GUI eventually did in comparison to the command-line interface.

    All that is debatable. But for Microsoft's sake, it had better prove to be a good choice.

  62. Nah, you're crazy. by Anonymous Coward · · Score: 1, Interesting

    Maybe you haven't run Win 98 in a while, but I have no need to change my IP, and in any event, Windows XP SP2 which we have here at work *does* require a reboot before any of the networking changes I make actually go into effect. (Try it, it gives you this little yellow triangle with a ! in it telling you you have to reboot.)

    I don't really need to reboot either of them very often, although this is probably more because I don't install or remove lots of hardware, programs, etc. and generally have them administered in a reasonable manner.

    The file permissions is a non-issue in my case--it's really a single-user machine--and it's not running any of the zillion XP services that make it pretty much require a firewall.

    So no, I'm really not seeing any fewer crashes & reboots when comparing two machines, one Win 98 SE and the other Win XP SP2, both administered by me.

    That said, I don't need very many reboots of either, all told, on average.

  63. Ten years from now? by Joseph_Daniel_Zukige · · Score: 3, Informative

    Ten years from now, you're going to find yourself digging through the backups anyway.

    If you have so many things going on that you can't remember where you put it all, you need to either lighten your load or learn better organization skills.

    Spotlight may have some uses, but it is no substitute for organization. If you get it organized now, it's far more likely to be in an organized state in your backups in ten years.

    Well, that said, without something like Spotlight and very good incremental backup software, aliases do tend to break. However, if you expect Spotlight (or the MSLonghorn equivalent) to organize for you, you're going to be disappointed.

    1. Re:Ten years from now? by Darth+Liberus · · Score: 1

      if those of us who can't remember where we put everything need to "lighten the load" or "learn better organization skills," why do we even have computers to begin with? The whole point of having a computer is to let it do the mundane work so we can focus on the creative things.

      --
      Beauty is just a light switch away.
  64. By the way... by Anonymous Coward · · Score: 0

    Hay guyz did anyone make any 'Hasta la Vista' jokes yet?!?!

    that would be pretty funny guys

  65. Easier to deploy? by gooogle · · Score: 1

    Vista doesn't seem to add much value for a couple of reasons (off the top of my head)

    * The current builds of windows are not easy to deploy on a larger scale, however, there do exist imaging CDs and unattended install scripts that make this quite easy.

    * The primary activities on the desktop PC are surfing the internet, office suite (email, word processing, spreadsheets), IM, graphics and games. Vista doesn't bring much value to any of these as XP did when it replaced 98 (it was a major face lift, lots of PnP and driver issues were addressed, networking was significantly improved, office XP did not run on 98, major memory leaks, BSOD etc).

    * It's biggest competitor is XP/2003. I don't think anyone's mom will want to upgrade considering XP is already doing well for them. Further, there is a slow paradigm shift toward web services and thin browser-based clients (it will still be a couple of years before you can expect to use a web-based word processor but we're getting pretty close).

    * IE won't be as big a selling point since it doesn't share the same prestige as it did during the XP release with which it was bundled (primarily because moz is better and IE7 will have to be backward compatible with IE6 and MS has a greater obligation to comply with standards now more than ever).

    * The support cycle for 2003 and XP have been extended to 2008 (not certain -- correct me if I'm wrong)

    * Parental controls and user authentication could be improved further still and if done right they would add some value.

    That said, the OS will probably still come into wide use due to the piracy (~90%+ copies of existing windows copies in China are pirated). DRM and other similar features may become a selling point toward corporate adoption (although they will diminish user control which might discourage migration to Vista).

    --
    -- Binary Finary
  66. Welcome... by Anonymous Coward · · Score: 0

    Let me be the first to welcome Windows users to the features MacOS X has had for half a year and those that it has had for the last 3 years.

    What's that? It's not out yet? Oh well, I'm sure Windows users will be happy once it is.

  67. Upgrade we must by dhammabum · · Score: 1
    All corporate windows users will be forced to upgrade because it will become the current version, newer versions of apps will only run on it, MS will drop support for W2K, etc, etc. It has happened with all the previous versions and will happen again.

    --
    I am not a robot. I am a unicorn.
  68. interesting... by timerider · · Score: 2, Interesting
    ...not really. let me dissect:
    security enhancements
    ... about time. didn't they promise those for ALL versions of windows that are still in maintenance?
    a new searching mechanism
    ... some sort of process that always runs in the background, indexes ALL my files, eats up huge amounts of CPU time, RAM and disk space, and most likely chokes on any kind of file that is not written by a microsoft app? thanks, but i rather keep my stuff organized in directories and subdirectories, and use filenames that actually tell me whats inside those files.
    lots of new laptop features
    and those be? working suspend-to-ram? honestly, i can't think of "laptop features" in todays laptops that don't work with current windows versions.
    parental controls
    ok, now here's a point. "Parental control" is basically censorship. Now I don't say that it's bad per se. I have a 9yr old son myself, and I'm most likely the first to say that there are websites that are not ... fit for non-mature audiences, but when you have a mechanism that blocks websites, do you really want to trust a company that is known for spreading FUD and other marketdroppings all over the place to control which websites you can see and which not? Or would you prefer your webbrowser block you from accessing kernel.org for example...
    There will also be visual changes, thanks to Avalon, ranging from shiny translucent windows to icons that are tiny representations of a document itself.
    Like X.org with the composite extension? Like KDE does it since when, last millennium? Where's the point in that, other than having a reason to grab the latest geforce/radeon/$INSERT_HIGHEND_GFX_CARD_HERE?
    Vista will be easier for businesses to deploy on multiple PCs and will also save costs by reducing the number of times computers will have to be rebooted.
    So they finally admitted that the "unattended installation" is still a pain in the ass, and that rebooting after every software install even more so?
  69. In Soviet Russia.... by kff322 · · Score: 0

    ....Computer reboots you!

    yeah,yeah mod me whateva, I dont shit

    1. Re:In Soviet Russia.... by Anonymous Coward · · Score: 0

      In Soviet Russia people wouldn't have computers powerful enough to run Vista.

      WHY SO MUCH BLOAT??!?!?! It's gonna be a slow as hell!

  70. the usual hype again by Anonymous Coward · · Score: 1

    This sounds just like the usual Microsoft hype to me. Given Microsoft's track record I don't believe a bit of this until I actually see it. The fact that Microsoft is currently facing a number of lawsuits over using some of those features in Longhorn/Vista makes me even more sceptical about any of this.

  71. Considering how un-evolutionary WinFX is... by bombadier_beetle · · Score: 1

    ... this article should be titled "Getting an HWND on Windows Vista."

    --

    If you mod me down, I shall become more powerful than you can possibly imagine.
  72. DRM is illegal by rocketman768 · · Score: 1

    I don't understand this whole DRM issue. I hope when it hits the shelves that there is holy chaos and returns galore. I don't understand how Microsoft can implement something that SHUTS OFF your video card if the manufacturer hasn't complied with MS's DRM requirements?!?! That just has to be illegal in some fashion. Btw, the thing where all the MoBo manufaturers are getting together to make a DRM'd "bios" of sorts sounds an awful lot like a cartel to me. If anything, it's FORCING people to buy certain things and preventing democratic competition. What's that economic principle that says that sometimes the product that sells the most isn't necessarily the best, but people buy it because lots of other people buy it (more support, functionality etc.)? I dunno, but if that didn't exist, windows would be out my f'ing window right now, and Kubuntu linux would be the only thing remaining.

    1. Re:DRM is illegal by plasmacutter · · Score: 1

      Actually, DRM on it's own is useless. It is the laws which "protect" drm schemes by banning 3rd party devices designed to remove the restrictions which cause these anti-consumer and anti-competitive practices.

      Without the threat of the DMCA, anyone would be able to write new drivers, operating system patches, or create black boxes to strip the encryption... then market them to the world.

      If the anticircumvention clause (seciton 1201) of the DMCA were gutted or repealed, market forces would IMMEDIATELY restore consumer rights, but despite clear public outrage, the senate & house are completely bribed and in these cartels' back pockets. Whenever this issue comes up in debate they act as if the DMCA is "a normal part of the free market" and avoid the subject.. instead blaming anything else they can find.

      It is not DRM which is illegal, it is this law, which was bribed into existence, sustained by bribery, and is interfering with the market place, which is giving birth to new forms of monopoly abuses with each passing second.

      How can these hyppocrites claim to care about illegal trust/monopoly activity while at the same time promoting as "normal" a technology mandate which prevents a free market?

      --
      VLC FOR MAC IS DYING! IF YOU DEVELOP, PLEASE SAVE IT!!
  73. Coming from an MS Kool-Aid Drinker by Anonymous Coward · · Score: 2, Interesting

    I must say that Longhorn is a disappointment.

    It will have new features but I don't see anything worth upgrading.

    As far as the reboots, XP/2003 has gotten much better than 2000 and the 9xs. You can install Office, IIS, MSSQL, and most security updates without rebooting. It is getting better. I appreciate not having to reboot at work since my machine has 5 database servers (Oracle, MSSQL, PostgreSQL, MySQL 4.1, MySQL, 5.0), 2 web servers (IIS,Apache), and a number of application servers running for development. Those services, along with my massive AD profile require up to 15 minutes for my machine to reboot so I don't like it.

    MS has not slowed down in the consumer front since all new computers will come with it in 2006. I will still pick up a copy of course but I just hope that my PC (700Mhz Athlon w/512MB) still runs it. My main machine is a G4 with Tiger (best OS ever, hands down) so I don't need it but I do like Redmond Kool-Aid :-)

    Business adoption seems to be slowing although it isn't any different than before. If something works they why upgrade. I know of a few 1000-seat corps who still use Windows 98 connected to an NT 4.0 server. They're upgrade cycle will be 2003 an XP rather than Longhorn. Studies have shown that most busniesses are using 2000 on the workstation so they will skip Longhorn and wait for Blackcomb (remember that codename that vanished since Longhorn took so long). All of our workstations (over 1000) are XP. Engineering just got upgraded Dell PCs so they along with the rest of the company won't be upgrading anytime soon. We usually coincide OS upgrade with hardware upgrade, every few years.

    Microsoft is showing the effects of having too many people dipping their fingers in the Kool-Aid. I was surprised though of the release of MSN Maps improvements so close to Google Maps hybrid release. MS has MapPoint technology on the web long before Google, although the interface was non-friendly just like Mapquest.

    MS still has innovation (or just copy-it for that matter), they just need to foster it like Google does with its pet projects. With the talent that MS has, they should be able to come up with good ideas, and not take 10 years to do so.

    MS touts the amount spent on R&D each year as a sign of their innovation but they've wasted more money than what their competitors will make over the next 5 years and they still have nothing to show for. Use that R&D money to give your developers a free day just like Google and you'd still be spending less than what you are now only you'd have something to show for, including much happier employees, which alone will help.

    1. Re:Coming from an MS Kool-Aid Drinker by Decker-Mage · · Score: 1
      A good part of the problem here is that MS is getting desperate to find something, anything, to get business into an upgrade cycle to create a revenue stream. The other part is that they have to come up with something, again anything, to justify their Software Assurance licensing scheme. Business however is basically risk-averse, which should be no surprise to anyone with an ounce of economics training, so they want to only go with what is known to be stable, known to work, and whose problems are known as well as the solutions. Which is why you find business still using EOL'd operating systems and applications despite assurances from MS that the latest and greatest thing since the invention of the BLT sandwich will "fix what ills you."

      I don't see business adoption for at least three years after Vista Server, or whatever they are going to call it, it out and that's supposedly at least a year after Vista desktop. Sorry, Microsoft. Once burned, twice shy.

      --
      "[I]t is a wise man who admits the limits of his knowledge or skill, and that pretending either causes harm." --Terry Go
  74. Getting a handle? by gibbo2 · · Score: 1

    Pfft that's easy:

    HLOCAL CWnd::GetHandle() const;

    (sorry)

  75. IPv6 by Zzyzygy · · Score: 2, Insightful

    From TFA: Is that all? No. Among the other features Microsoft has publicly confirmed are: broad IPv6 support ...

    Mind you, I am no fan of Microsoft, but I'm thinking that this can really help speed along the efforts to get IPv6 in widespread use.

    It's a good thing, methinks.

    -Scott

    --
    My other sig is a Glock
    1. Re:IPv6 by shutdown+-p+now · · Score: 1
      Hasn't IPv6 been there since Win2003 and WinXP SP2, though?

      Besides, there's still the matter of application-level support, which is much more important. And even then, what we really need to get it adopted is IPv6-enabled websites and ISPs. I doubt a new version of Windows can help there.

    2. Re:IPv6 by Zzyzygy · · Score: 1

      Hasn't IPv6 been there since Win2003 and WinXP SP2, though?

      Honestly, I don't know. I haven't used Windows at work since 2001, and haven't used Windows at home since 1998.

      Besides, there's still the matter of application-level support, which is much more important. And even then, what we really need to get it adopted is IPv6-enabled websites and ISPs. I doubt a new version of Windows can help there.

      Excellent point, I wasn't thinking about that when I wrote my OP. I was thinking that if Microsoft provides broad support of IPv6, that would spur on ISV's and developers to add support for it in their applications, kind of a trickle-down effect.

      -Scott

      --
      My other sig is a Glock
  76. laptop features? by osho_gg · · Score: 1
    Anyone can provide more specifics on what exactly are these "laptop features"?

    Osho

  77. Please, remember: by Anonymous Coward · · Score: 0

    KDE is KDE, you know, but...

    Stardock is not Microsoft.

    This is fairly obvious, I know...

  78. Icon's previewing docs? by slashname3 · · Score: 2, Interesting

    So now that icons can preview my documents does this mean a whole new class of icon viruses?

    And how much of the document does it preview? Could this present a HIPPA violation by having patients files exposed on the desktops at the doctors office?

    Just what we need, the OS actually accessing the contents of your documents to generate pretty pictures just smacks of potential exploits and security holes.

    1. Re:Icon's previewing docs? by cnettel · · Score: 1

      Good point. On the other hand, it's not like it's anything new. You could get Windows 95 to show BMP icons, there's the preview view of XP and just about any exectable has its icon extracted from the content.

  79. Didn't they cut that feature already? by Wizzmer · · Score: 1

    "users will be able to put documents in any number of virtual folders. They can also establish folders that will automatically update, such as "files edited in the last week" or "documents from Jane."

    Isn't that killer feature a part of WinFS, which already has been cut from the release? Kinda makes you wonder what other cool features that you won't get. Why not just throw in a pony...

  80. More redundant bloatware by JustNiz · · Score: 1

    Parental controls?
    Does anyone remember when an operating system was meant to run applications, not provide the same functionality as them all?

    1. Re:More redundant bloatware by Xaria · · Score: 1

      Yes, but then a Linux distro comes with the kitchen sink these days. So I don't think it's unreasonable for controls to come with Windows, as long as they can be turned off.

    2. Re:More redundant bloatware by NewStarRising · · Score: 1

      Agreed.
      A GNU/Linux distribution is not an OS. It is a Distribution, including an OS (Kernel and tools), applications, often some media (pictures, audio), documentation and more.
      If you want JUST an OS, you need something like LFS or DSL.

      --
      b3 4phr41d 0f my 4bov3-4v3r4g3 c0mpu73r kn0wI3dg3!
      MadDwarf
  81. something doesn't add up by Philodoxx · · Score: 1

    reducing the number of times computers will have to be rebooted

    Lets say that the number of times that a windows machine has to be rebooted in a month is represented by N, and the number of reboots eliminated is M. If N is large enough (or M is sufficiently small), N-M is approximately equal to N. And since with a combination of forced updates combined with the awesome staying power of Windows N is rather large, you can have M equal to just about anything and the downtime for a Windows machine will stay about the same while still reducing the number of reboots.

    --
    Oh, a lesson in history from Mr. I'm my own grandpa.
  82. Really? by DianeOfTheMoon · · Score: 1

    You know, I don't know of a single person, outside of myself, that has ever paid for Windows...

    --
    Problems are like gifts, it's better to give than to receive
  83. "... documents edited last week ..." by IchBinEinPenguin · · Score: 1

    find ~ -type f -mtime -7 -exec ln -s {} ~/DocumentsEditedLastWeek/\`basename {}\` \;

    (or words to that effect)
    OK.... what's next?

    1. Re:"... documents edited last week ..." by Baricom · · Score: 1

      OK.... what's next?
      Create and delete the links, instantly, when new files meet the criteria, or old files don't anymore.

    2. Re:"... documents edited last week ..." by IchBinEinPenguin · · Score: 1

      The windows system may be "instant", but is that a realistic requirement?

      If I want something I edited in the last 5 mins I'll look in the "recently opened" folder.
      Otherwise I'll run this as a cron job every 5 mins. "instant" enough for practical purposes.
      If the files 'ages out' at "1 week and 5 mins" rather than "1 week" I don't really care.

    3. Re:"... documents edited last week ..." by Baricom · · Score: 1

      It may not be a requirement, but if you're going to spend time writing a file to disk, why not update your metadata index at the same time?

    4. Re:"... documents edited last week ..." by IchBinEinPenguin · · Score: 1

      There's no question that the buit-in solution is more elegant than manually trawling the disk periodically.
      I was trying to show that the functionality offered isn't that diffucult to duplicates. Most users care about functionality, not implementation.
      Given a choice between a radically new filesystem with lots of magic support in lots of places (will this work with existing tools or o you have to buy WordVista or is the indexing automatic?) and a slightly kludgy script on solid proven technology with no magic required by tools to get suport, I choose the latter.
      The mechanism can probably be duplicated with some of the ReiserFS magic stuff. Not sure about that.

  84. I picture a Penguin with one red glowing eye... by Anonymous Coward · · Score: 0

    wearing sun glasses and a dark, long leather coat.

    As it gets close to a Windows Longhorn screen, it draws a bazooka, aims at the screen and just says:

    "Hasta la vista, baby".

  85. Tiny icon representations by professorfalcon · · Score: 1

    Is the feature that does "tiny representations of a document itself" similar to what Virtual PC shows in the Console, for running virtual machines?

  86. So basically, by pr0vidence · · Score: 1

    Vista will be Windows XP with a skin...........which was windows 2000 with a skin. Right?
    Seriously, does anyone see anything NEW among those "new features"?

    Oh right, it's gonna require a p4-4.0ghz and 2gb RAM to run slowly with constant hard drive grinding.
    I'll keep my Suse box, thanks.

  87. I'm sure it's been said but... by TLouden · · Score: 1

    if security is the number one key feature of an M$ opperating system it's users are in trouble.

    --
    -Tim Louden
  88. My PC Won't run Vista well by WebCowboy · · Score: 1

    Some of us (yes even /. regulars) live in the "dark ages" and might consider anything 2.0 GHz and above to be more than merely "adequate". I'm writing this on a 900 MHz Athlon with 256Mb of RAM right now. I will not argue that it is not a modest machine these days but for me it is quite "adequate" indeed. Some people get by with even less.

    I used to run Win2K on this box but my situation no longer requires me to use this boz to do projects in Visual Studio so I have no reason for Windows anymore. I have switched this machine to exclusively Linux.

    In my experience I've found Linux to be LESS resource intensive than Windwos without any need for extensive optimisation. I'm running a recent version of GNOME and have all the software I need on here and it runs just a touch better than Win2K did. I find that it consumes less memory and starts up faster as well. The difference would probably be more pronounced compared to WinXP--and although you can boot up to login faster on XP than with Linux I still have to wait for many seconds until networking is up on my XP machine at the office, so the time from switch-on to checking email is about the same on my home mechine and the office machine, and the office machine is 3GHz!

    Perhaps the reason there is a difference in your case is that you installed more services or a beefier distro--but I find that with most distros the default "desktop" install has fairly modest system requirements. Combining the price of windows, the hardware upgrade required and the increasingly draconian anti-piracy measures it is looking far less likely that I'll ever return to Windows in the future. Perhaps if I got into gaming, but then I could just get a console.

    1. Re:My PC Won't run Vista well by leifm · · Score: 1

      Oh, I'd agree with you there. My last PC (had a brief trist with Apple in between) was a Dell with a 600Mhz PIII and 256MB, and aside from Visual Studio I don't see much difference performace wise between it and my current 2.4/512MB. For web, e-mail, productivity stuff I'd say anything with 500Mhz/256MB is perfectly fine.

      In all fairness my experience with Linux distros is about 2 years old now, the Redhat 9 era of things, and I probably did have a ton of things running that didn't need to be.

      --

      "Windows Me offers tremendous reliability and stability improvements..." -- Paul Thurott
  89. Windows = Linux - (speed & security) by Reddog0176 · · Score: 1, Informative

    "There will also be visual changes, thanks to Avalon, ranging from shiny translucent windows to icons that are tiny representations of a document itself. On the business side, Microsoft said Vista will be easier for businesses to deploy on multiple PCs and will also save costs by reducing the number of times computers will have to be rebooted." .... Hasn't KDE had icons like that for quite some time now? And when was the last time you rebooted your linux boxen? Looks like M$ has started taking tips from Linux

  90. It must be said... by Kozar_The_Malignant · · Score: 1

    >"Among the key features of Vista as it currently stands are: security enhancements, ...and better home networking. (1) There will also be visual changes, ... ranging from shiny translucent windows to icons that are tiny representations of a document itself.(2) On the business side, Microsoft said Vista will be easier for businesses to deploy on multiple PCs and will also save costs by reducing the number of times computers will have to be rebooted."(3)

    Let's see now:
    (1) My Mandrake 10.1 home network is definitely already better than XP in security and ease of networking.
    (2) Got all this with KDE and nVidia drivers right now.
    (3) What is this "reboot" of which you speak? At work, the linux boxen stay on forever. The windoze machines slow to a crawl after a while if they don't crash first.
    --
    Some mornings it's hardly worth chewing through the restraints to get out of bed.
  91. Innovation? by the_womble · · Score: 1
    This puts the comments of those Windows fanboys who accuse OSS of copying Windows in an interesting light.

    put documents in any number of virtual folders

    Like a link?

    folders that will automatically update

    Based on desktop search obviously. A bit like the virtual folders in some email programs (Opera, Thunderbird) but applied filesystem wide (so there is something genuinely new here - but not much.

    security improvements

    Need I say anything?

    adding a PC to a home network

    Like Zeroconf/Renzevous?

    icons that are tiny representations of a document itself

    Konqueror and Nautilus both do this

    I assume everything that is not already on my (linux) desktop is copied from the Mac.

    1. Re:Innovation? by Decker-Mage · · Score: 2, Funny

      From the DSM VI: "Ballmeritis: A delusional condition whereby the patient erroneously believes products as released by Microsoft to be innovative. Frequently the patient also exhibits various symptoms of paranoia in conjunction with said condition."

      --
      "[I]t is a wise man who admits the limits of his knowledge or skill, and that pretending either causes harm." --Terry Go
    2. Re:Innovation? by Anonymous Coward · · Score: 0

      'translucent windows' (= transparent windows perhaps?)

      Given that transparent windows have been available since at least Windows 2000,[1] they may well actually mean "translucent" - i.e. partially transparent but blurring or distorting what's behind them. It would solve a problem common to all[2] the existing transparent window implementations that I've seen, namely that text in background windows can interfere with text in foreground windows and make everything very hard to read.

      [1] Yes, really - though I'm not sure whether it's a built-in feature of Windows or just an extension provided for NVidia graphics cards. I'm running Win2k with transparent windows right now. There are some limitations - transparency doesn't work on command prompts, for example, so no transparent terminal.

      [2] All the real transparency implementations, that is. The crappy "copy bits of the root window" implementations that were popular in Linux a few years back obviously didn't have this problem.

    3. Re:Innovation? by Listen+Up · · Score: 1

      No, there is nothing specific to Linux that Microsoft is trying to copy. All of Microsoft's new 'features' are already present in Apple OS X. Once Apple and OS X move to Intel permanently, you will see a lot more copying occuring from Microsoft.

    4. Re:Innovation? by Anonymous Coward · · Score: 0

      Got news for ya. Apple didn't "innovate" translucent windows either.

  92. Re:Security enhancements should read"DRM out the * by KillShill · · Score: 1

    so then mac systems can play next generation DVDs and audio discs that have AACS or not? how about linux?

    seems like in order to play these formats, apple and the linux world will have to either sell their souls to the devil or refrain from participating in viewing/using next gen media.

    so it clearly isn't only a "pc" issue, it is a PC (as in personal computer) issue.

    it's starting to look like i'll have my final excuse to forever leave windows. i'll never put up with any form of DRM.

    --
    Science : Proprietary , Knowledge : Open Source
  93. Re:Everything that the artical mentions is User Sp by EggyToast · · Score: 1
    Tell me about it. I want to know how the system handles audio, video, and the moving of said data between programs where it's more useful.

    Just finding files does nothing to help me actually USE the files!

  94. spelling error by Anonymous Coward · · Score: 0

    "There will also be visual changes"

    You misspelled only.

  95. Firefox by Anonymous Coward · · Score: 0

    WTF? I just noticed firefox takes up 60-90% of my CPU at any given time. IE uses 0-10% at any given time. Am I going to experience problems with my CPU with it being driven near full at most times?

  96. Vista or Windows Vista? by Josuah · · Score: 1

    Wasn't one of the arguments earlier that Windows Vista is different than just plain Vista? That the name as a whole differentiated the product from trademark infringement? Yet this entire submission calls the product Vista. It's barely been announced and already the name is Vista.

    I realize, of course, that the Windows releases have always been shortened to their version as an abbreviation, e.g. 2000 or XP. But, I would argue that people would only abbreviate once the context of the discussion is known. (What version of Windows are you using? 2000.) But I started reading this submission and it took me a minute to realize this is Windows Vista.

    This is probably the same argument that was brought up when Microsoft first announced "Windows".

    1. Re:Vista or Windows Vista? by thebatlab · · Score: 1

      I hope by "a minute" you mean a couple seconds. I understand your argument and all but what other Vista did you think it was about (keeping in mind that this is a tech forum and the borg icon was next to the submission)

  97. The feature I would really like to see is... by MaxPowerDJ · · Score: 1

    The wave/mp3 file preview from Windows 2000. It was a heck of a timesaver.

    --
    --MaxPowerDJ
    1. Re:The feature I would really like to see is... by Bassman59 · · Score: 1
      "The wave/mp3 file preview from Windows 2000. It was a heck of a timesaver."

      funny, that sort of feature has been in OS X forever.

  98. Uh, it can work like that by xswl0931 · · Score: 5, Insightful

    But you've already indicated how such a system would work on Windows. The installer should rename the old binary and have it marked to delete on reboot and install the new binary. If an app gets restarted, it'll pick up the new lib. If the OS gets rebooted, all the old copies will automatically be deleted on reboot when nothing has an open handle to them.

    1. Re:Uh, it can work like that by Trepalium · · Score: 2, Insightful

      But I also said it only works on NTFS. If you run FAT, you can not do this. Backwards compatibility rears it's ugly head once again.

      --
      I used up all my sick days, so I'm calling in dead.
    2. Re:Uh, it can work like that by Anonymous Coward · · Score: 0

      I get the usual "the file is in use" error when I try it on NTFS (XP).

    3. Re:Uh, it can work like that by spectecjr · · Score: 2, Informative

      I get the usual "the file is in use" error when I try it on NTFS (XP).

      That's because of 2 things:

      1. You need to have Admin rights to perform a "replace file on reboot" operation.
      2. You can't delete/replace file on reboot from Explorer. You have to do it from code. You know, the kind of code that people like Installshield write.

      --
      Coming soon - pyrogyra
    4. Re:Uh, it can work like that by LifesABeach · · Score: 1

      I think it would be very enjoyable to windows users if the convicted of redmond's 'security features' meant less access points by crackers that still wear super hero underware.

    5. Re:Uh, it can work like that by smithmc · · Score: 1

        But you've already indicated how such a system would work on Windows. The installer should rename the old binary and have it marked to delete on reboot and install the new binary. If an app gets restarted, it'll pick up the new lib.

      But as the grandparent pointed out, this will only work for NTFS, not FAT. Which would mean that installers would have to check what filesystem they're installing to, and behave differently for NTFS vs. FAT.

      --
      Downmodding is the refuge of the weak. Don't downmod, make a better argument!
    6. Re:Uh, it can work like that by Pxtl · · Score: 1

      Well what the hell else are people paying those exhorbitant InstallShield license fees for?

    7. Re:Uh, it can work like that by sylvandb · · Score: 1

      installers would have to check what filesystem they're installing to, and behave differently for NTFS vs. FAT.

      No, that is STUPID!! I rip that idiot cruft out of code all the time.

      All the installer has to do is try to rename the file. If it works then do the install properly. If the rename fails, then it does the old reboot style of install.

      You have to have that error handling code in there anyway (since a file might be explicity locked even on NTFS and you had better not be stupid enough to fail in that case). There is absolutely no reason to add file-system sensitivity and pretend you know what does or doesn't work on every possible filesystem.

      sdb

  99. What Vista stands for by Anonymous Coward · · Score: 1, Funny

    Virus Infections, Spyware, Trojans, and Adware

  100. Not the first "Vista" product by Xaria · · Score: 1

    There's an e-Learning system out there called WebCT Vista ... been out for 2 years now. I wonder how that will affect Windows Vista.

  101. I installed Linux ... by Anonymous Coward · · Score: 0

    ... and all I got was this lousy blowjob!

  102. what's next? by Anonymous Coward · · Score: 0

    Handle duplicate filenames.

    You can have multiple files with the same basename (as you search multiple directories). You'll only have one of those in your directory of symlinks when you get done.

  103. new by slaida1 · · Score: 1
    Our chief weapon is security... security and new features... new features and security... our two chief weapons are new features and security and a searching mechanism... our three chief weapons are new features and security and an incompetent searching mechanism and an almost fanatical devotion to visual changes... our four chief weapons... among our weaponry... are such elements as... I'll start over...

    Oh, shut up! This vista/honglorn/whatever will be same rehash of old shit for the sake of Profit!!! and we all know it.

    --
    Preserve old classics: copy your collection onto all hard drives.
  104. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  105. it blew my mind by Anonymous Coward · · Score: 0

    the first time i used a solid unix.. (altough this applys to almost any free open linux today).

    You can reinstall, downgrade, upgrade, crosscompile, build binary packages from the files currently insitu, all while running the packages in question.

    Think running firefox 1.0.3 while you're installing 1.0.4 .. then when you've migrated your .firefoxen_XCVE32 .. you restart firefox and its the new version.. pretty, cool.

    try this, resize a partition while you're rebuilding ld.so ... man unix is so cool...

    1. Re:it blew my mind by thebes · · Score: 1

      man page "unix is so cool" not found

  106. What took them so long? by mikrorechner · · Score: 1

    These might be some nice new features, depending on one's personal or professional needs, but still - what took Microsoft so long?

    I mean, Vista will probably be out in late 2006. That will be 5 years since Windows XP. Five years. For new visual effects, some new security measures, and fewer reboots? With hundreds of developers working continuosly on it, and hundreds of millions of $$ invested?

    Sounds pretty inefficient, if you ask me. But then, I'm no OS developer, so what do I know. Tell me: What have they been doing? Fixing security holes in 2000/XP along the way? Implementing some new, hidden features that nobody knows about?

    Honestly, I want to know.

    --
    "Oh, a lesson in not changing history from Mr I'm-my-own-Grandpa." - Dr Hubert Farnsworth
  107. Looks like it's not for me by mrjb · · Score: 2, Funny

    I'm truely happy to see that seemingly I'm already fine with the way my things are setup. YMWV.

    security enhancements
    Haven't had any virus or spyware in years. Nor has my pc ever been hacked (that I know of).

    a new searching mechanism
    This is nice but by itself not enough reason to switch, I usually can find back my stuff

    lots of new laptop features
    I only have a desktop

    parental controls
    I'm not a parent, grown up and vaccinated thank you. I'll check back in a few years.

    and better home networking.
    in other words "Samba team, are you listening?"

    shiny translucent windows I'm a very boring person. Eye candy is nice but personally I always switch to zippy and functional.

    icons that are tiny representations of a document itself.
    Already have it.

    On the business side, Microsoft said Vista will be easier for businesses to deploy on multiple PCs
    One word- Xclients. Otherwise, SSH and shell scripts are your friend.

    and will also save costs by reducing the number of times computers will have to be rebooted.
    09:37:20 up 203 days, 18:38

    --
    Visit http://ringbreak.dnd.utwente.nl/~mrjb/growingbettersoftware to download your free copy of the book
  108. Innovation? by smallfries · · Score: 4, Insightful

    One complaint that get levelled at open-source software is that there is no innovation. That it's all just clones of commerical software. But seriously, the big innovations in Vista are 'less reboots', 'translucent windows' (= transparent windows perhaps?) and 'icons that are tiny representations of a document itself'. Sounds familiar...

    Wow! Gnome has made it onto the windows desktop?

    --
    Slashdot: where don knuth is an idiot because he cant grasp the awesome power of php
  109. Re:Is There Anyone Actually Looking Forward To Thi by Scarblac · · Score: 1

    Even diehard MS fans have to be wondering what the hell is going on up in Redmond.

    I'm no open source freak, but the trend seems clear that the time to migrate to Linux is here for anyone who doesn't have one or more must have apps that still only run on Windows.

    It seems to me that the trend is to stick with the perfectly working version of Windows that people already have. Just as there is no special reason to get Vista, there is no special reason for people to abandon their working installation for Linux.

    And I am an open source freak.

    --
    I believe posters are recognized by their sig. So I made one.
  110. But will businesses switch to Vista? by master_p · · Score: 2, Insightful

    The change from Win98 to Win2K is a tremendous leap forward in stability, networkability and functionality...so it made good sense for a company to invest in new hardware that can run Win2K (I am writing this on Win2K, which is the development machine). But what new stuff of Vista is really necessary for businesses? none, from what I can tell. Even the virtual folders/search facilities (a poor attempt at organizing information) are covered by using document indexing systems for companies that really need to do so. No business will justify paying money for new hardware when the job is getting done as it should.

    1. Re:But will businesses switch to Vista? by Nybler · · Score: 1

      Businesses will switch to Vista as their leases expire. The typical business lease is 3 years so within 3 years of release a lot of business will have switched to Vista.

      This seems to be the market Microsoft is going for anyway - I don't think they really expect people to rush out and pay $100-$200 for this upgrade that doesn't really buy them much. The upgrade is really only needed for when people go to buy new machines Windows is current with the most recent Mac OS so as to prevent defection to another platform.

  111. Plot? by gcantallopsr · · Score: 1

    Is this part of some obscure plot by Micro$oft to look defenseless and pathetic, to get our deepest sympathy? I'm an almost-100% Free Software user and an almost-always Microsoft trasher, but after reading this great description of their "new product" I'm all about sending some spare Euro Cents to Redmond, in a package with some powdered milk boxes :-P

    --
    Try Ubuntu GNU/Linux, it's great!!!
  112. I love Linux But... by Lion+in+Zion · · Score: 1

    Lets be honest with each other. Linux is superior to the current Windows framework in many ways. What it lacks are some pretty important things though. Consider the average user: me. I want an office suite that doesn't suck. (Yes I'm forced to use OpenOffice at work along with Thunderbird and the crap calendar plugin it has.) All these apps suck and are slow when compared to Microsoft's offerings. If Linux ran Office 2003 or had a similar solution that didn't suck, could play World of Warcraft, had half decent drivers from at least one company other than nvidia, and didn't require 50,000 libraries I don't have each time I want to install something, I'd use it and pitch Windows XP x64 right out the friggin window. Open Office needs a LOT of work, WoW isn't working on Linux boxes yet even though it does on OSX, Thunderbird has no realistic shared calendar solution and to do any REAL OS customization and driver changes requires recompiles, kernel mods, and all sorts of other crap most people don't have time for.

  113. FAT Compatitbility by b100dian · · Score: 1

    Am I the only one that uses FAT exactly because it is old and documented, therefore compatible with many other OSes?
    MS shoud just give the specs to NTFS and FAT will surely die in 1 month!!
    (On topic: and the rename of files in use would not be a problem anymore)

    --
    gtkaml.org
    1. Re:FAT Compatitbility by Trepalium · · Score: 1

      Yes, you are. I use FAT because it's old, and documented and therefore it's possible for common human beings to fix it. It's a pity I usually have to use NTFS because the 4GB file limit of FAT is starting to become a problem (far too many types of corruption on NTFS volumes [MFT corruption, for example] are only solvable by backup/format/restore).

      --
      I used up all my sick days, so I'm calling in dead.
  114. I am incredulous... by Hosiah · · Score: 1
    Microsoft has always been derivative, granted. But...you call this a feature list?

    "security enhancements" We wish. We really, really wish! But every other system left MS behind on this point a decade ago.

    "a new searching mechanism" you mean like "grep" or "locate" like Linux has had for years? Or locking in the desktop to MSN search?

    "lots of new laptop features" we really hope that doesn't mean it'll run as a live CD on a laptop like Knoppix or anything. That would be too weird.

    "parental controls" You mean like a root/admin account like Unix had 50 years ago?

    "better home networking" Hopefully, it will now recognize an ethernet board when I plug it in. Like Linux has for years.

    "shiny translucent windows" Anybody seen a screenshot of Fluxbox window manager for Linux, lately? Hey, can you do the menus and tabs and taskbar translucent while you're at it?

    "icons that are a tiny representation of a document itself" - gasp! Astounding! What a stroke of genius! They're called "thumbnails", Billy, and Gnome and KDE have had that going since the turn of the century.

    When, oh when, are we of the Open-Source community going to get the money and the brains at the same time to hire a pack of lawyers and sue this asshole for ripping off our hard work?

  115. Graphics card requirements by Anonymous+Brave+Guy · · Score: 1
    Notice no mention about gfx cards. I assume all those transparent window borders will take a bit of power.

    At the last count, they were planning something like 3 levels of graphical funkiness, depending on your hardware. It was something like 64+MB AGP4x cards, 32MB cards, and lowest common denominator (i.e., Win2K clone). There's probably something about it if you can face clicking through the five billion links in TFA.

    --
    If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
  116. microsoft and security by chrisranjana.com · · Score: 0

    "security enhancements" .. that should be good news !

    --
    Chris ,
    Php Programmers.
  117. Microsoft Innovation by thelizman · · Score: 1

    Windows Vista (if it comes out on schedule and isn't delayed again) will conntain exciting new features like windows transparencies (available on KDE for a few years now) and icons that are like small snapshots of the files contents (available on KDE and Gnome for more than a few years now). And behold, IE7 will feature tabbed browsing (available on Mozilla/Firefox/Opera for so long I can't even remember).

    Sorry guys. I don't seen the need to upgrade my WindowXP box, nor do I see a need to stop advocating KDE or Gnome running on Linux.

  118. The Vista View by Been+on+TV · · Score: 1

    Don't know how to put images inline here, but here is a good view of the Microsoft Vista

    --
    The future is in beta
    1. Re:The Vista View by chawly · · Score: 1

      Congratulations on the link - liked it - been wondering why the were calling it "Vista". Thanks to you, light has dawned. That's V.I.S.T.A. heh.

      --
      How many beans make five, anyhow ? ... Charles Walmsley
  119. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  120. Emphasis on shipping date by daveewart · · Score: 1

    "Microsoft's Allchin has said that getting Vista out on time is more of a priority than including every last feature."

    So meeting the release date is more important than the content and performance of the software itself? Well, we all knew that this was Microsoft's attitude anyway, but I'm surprised to see them admit it.

    --
    "If you think the problem is bad now, just wait until we've solved it." --- Arthur Kasspe
  121. security enhancements by suezz · · Score: 1

    security enhancements = you can only run software that we say you can run -

    security by obscurity just can't get any better than that. sounds like something an American corporation would do. Oh nevermind.

    also isn't "They can also establish folders that will automatically update, such as "files edited in the last week" or "documents from Jane."" just another name for creating a folder called "files edited in the last week" and "documents from Jane"?

    I can't wait it all sounds so innovating. They are just geniuses in Redmond.

  122. Monopoly by titla1k · · Score: 1

    This reminds me of the saying that goes "You can't have a monopoly if no one buys your shit" I'm sure at some stage in the distant past microsoft used to have innnovative products, but it seems those days are past

  123. Re:DEAR SLASHDOT, PLEASE DIE LIKE THE FAGGOT YOU A by Anonymous Coward · · Score: 0

    Missed a dose or two, eh ?

  124. This just in! by LoserMLW · · Score: 1

    The MS-branded Destop Search application will be officially called "Cruiser". So look forward to someday telling someone, "Yeah, I can find that spreadsheet for you.. Let me check my Vista Cruiser" Cruiser will have the same lack of speed and versatility as it's namesake, with it's lack of advanced search features and a CPU-crippling search routine. So, hop in and drag ass to your files with the new Windows Vista Cruiser!

    --
    - LoserMLW
    --
    "Common sense is not so common." - Voltaire
  125. Ok wait a sec by Pole_Position · · Score: 1

    "There will also be visual changes, thanks to Avalon, ranging from shiny translucent windows to icons that are tiny representations of a document itself."

    Sorry, you mean like every other OS on the market right now has?

    Where do I reserve my copy!!

  126. As a UNIX admin, I'm impressed with M$. by mmell · · Score: 2, Insightful
    Sure, they have a track record of buggy, insecure code, system crashes so common that they've entered the vernacular (BSOD).

    That said, they've invested hundreds of millions of dollars addressing these issues. No, they haven't arrived where they need to be yet but they're getting awfully close. Remember, M$ started on a shoestring back in the days of the 8088. Back then, Mr. Gates had to move pretty fast and be pretty quick with what people wanted; there was a veritable world of people providing cobbled-together solutions for the IBM PC (was there ever going to be any other kind of PC on the market?).

    Okay, so the enhanced stability of the NT kernel comes from code that may have come from a *NIX kernel. Who cares where it came from, as long as it works and won't get me sued? Yet there's the triumphant hue and cry from *NIX zealots that this is the only way M$ could make it work. Now, M$ wants to improve their platform by adding features other (open source) products already have. Are they to be criticized for this?

    Lemme get this straight -- just because Ford was first to use an assembly line to manufacture inexpensive automobiles, no other manufacturer should emulate that successful example because it's no longer a radical new idea? C'mon people, I may not particularly care for Winduhs (it's fine for desktops, but keep it outta my server farm!), but dogging them for not being the first to have and implement some good ideas? Am I to understand that everybody would rather Windows was still at 3.1, and WFW at 3.11?

    Then again, given his net worth I'm sure Mr. Gates will survive public excorciation for not producing the ultimate OS.

  127. Question by laxian · · Score: 1
    So is Vista going to be to XP like ME was to 98? A few fixes and enhancements that no one really cares about?

    Or is it going to be like Tiger was to Panther?

    I thought that Tiger was just going to be some simple little enhancements, but they actually changed and added a whole lot of things.

    --

    our written thoughts are gifts to our future selves

  128. Parental Controls? by Log+from+Blammo · · Score: 1

    Anyone else think "parental controls" is just the spin phrase for "digital rights management"?

    If you can lock your kids out of certain content, the same mechanism can lock you out, right?

    --
    "This quote is a product of the Frobozz Magic Quote Company."
  129. Assuming English is your primary language... by Anonymous Coward · · Score: 0

    ahh another person filled with alot of Bullshit, hey if you put this much effot into trying to cuss me down for using an OS that i have used very sucsessfully in the home and 2 buisness with, into somethign worth while you could go a long way.

    You are an idiot.

  130. Windows Pista by magnus_1986 · · Score: 1

    Me and my friends who know about this new name of Microsoft Windows XP: Service Pack 3 have already started calling it Windows Pista, after the green coloured nut, Pistachio. The name represents the color that your face turns into when you try to browse slashdot while munching on some snacks and hundreds of windows containing goatse start popping up...

    --
    My last sig was ridiculed
  131. Who's playing catchup now? by Mr.Surly · · Score: 1

    There will also be visual changes, thanks to Avalon, ranging from shiny translucent windows to icons that are tiny representations of a document itself.

    Nice of them to get with the program.

  132. Eureka! by Hershmire · · Score: 1

    It's because there's no output.

    --
    if(!toilet_paper) roll.replace(new roll); //Stupid roommates.
    1. Re:Eureka! by Anonymous Coward · · Score: 0

      he should take something for that!

    2. Re:Eureka! by Anonymous Coward · · Score: 0

      isn't it becasue he is doing an assignment, and not an evaluation = vs ==

  133. LoopDeLoop by springMute · · Score: 1

    So, what I understand from the above quote, is that it will be basically the some thing with a few new small features, but requiring a computer with a lot more memory and a lot more power to run.

  134. Somebody speak on MS's behalf. by Kelbear · · Score: 1

    Actually, I'd move to Vista just for interface prettiness alone. Stardock gives all kinds of interface prettiness, but costs too much. If Vista is making it easier to install new interface upgrades in this graphics change, then there will probably be free programs to give me those upgrades and I won't have to pay for Stardock.

    Or are there already Stardock-like programs for free on Windows?

    But I'm not going to trade away functionality that I already have. Does that monitor DRM thing just flat-out ban anything using a "suspicious" codec, or is it just preventing people from ripping material? I don't rip anything so I don't mind, I just want to play it. (Obligatory and probably false disclaimer: I don't download pirated material, I have legally purchased versions of it all, granting me the right to use it.)

    Similarly, though Linux sounds great, I can't trade away the mass-compatibility offered by MS's monopoly. When developers choose to release their products and patches with full Linux compatibility, I'll gladly dump Windows and never look back.

    Basically, even if Vista is just a prettier version of XP I would switch just because I don't want to buy stardock. (More disclaimer: Though I'm too cheap to buy Stardock, of course I wouldn't mind legally purchasing my version of Vista. Just like everyone else here, all my friends are using illegal copies of windows, but of course /MINE/ is perfectly legitimate.)

    1. Re:Somebody speak on MS's behalf. by plasmacutter · · Score: 1

      (Obligatory and probably false disclaimer: I don't download pirated material, I have legally purchased versions of it all, granting me the right to use it.)

      are you saying you would never ever want to back up cd's to a lossless codec in case of theft or damage?... how about the next generation of DVD's? How about using the content contained in this media for a personal project, or parody, or criticism (all perfectly fair use under copyright law).

      Well Vista won't let you. Please don't lump the mere ability to time/space/format shift purchased media in with people releasing it over the internet. They are not the same thing.

      --
      VLC FOR MAC IS DYING! IF YOU DEVELOP, PLEASE SAVE IT!!
  135. FAT is no excuse by The+Monster · · Score: 1
    If you run FAT, you can not do this
    (where 'this' is renaming an open file, replacing it with a new version, thus allowing an app that has the old version open to continue until it closes the file handle.)

    There is nothing inherent in FAT that prohibits this. Once a program opens a file, it has a file handle. That handle can point equally well to the old file under a new name (C:\windows\oldlibs\foo.1.3.24.dll) until the app closes it. If you do it right, you can even have a mechanism to sleep until all handles on a file have been released. It just requires someone to decide that it's worth doing.

    --

    [100% ISO 646 Compliant]
    SVM, ERGO MONSTRO.

  136. More on Vista and IE 7.0 by turnitover · · Score: 1

    She kids because she loves -- but seriously, Mary Jo Foley has usually been one of the best sources for MS info (though not a cheerleader for MS). For example, she has a good overview of what's what in Vista and IE 7.0.

  137. cost saving by netcrusher88 · · Score: 1
    Microsoft said Vista will [...] save costs by requiring less reboots
    The Internet said Linux will save costs, by requiring less money...
    --
    There's an old saying that says pretty much whatever you want it to.
  138. *yawwwn*... by WhiskerTheMad · · Score: 0, Redundant

    ...wake me when they put in something that I haven't already been able to do for 5 or 10 years.

    --
    Love your country always, but respect your government only when it deserves it. -- Mark Twain
  139. Hey... by advb89 · · Score: 0

    Hey look, its a new theme for XP... oh wait, it just windows vista :(

    --
    <overrated>Insert Sig Here</overrated>
  140. Task Manager by QBasicer · · Score: 1

    You know, sometimes, when a program is taking more than it's fair share of resources, the system is so bogged down that the system can't even bring up the task manager thing (What happened to the old style stop-the-system-on-3-finger-salute to bring up the process dialog anyways? I rarely care how much CPU is being used when I want to close a process.)

    --
    x86, oh yes, I'm pro.
  141. Windows next gen concern by amiami · · Score: 1

    Well I own 12 computers and will be updating them all to the newer version of windows. I am glad to hear that microsoft has made many improvments to there next version but I already know within 6 months I will have to download a critcal update otherwise my system will be vunerable to hackers lol. And I am O.K. with that somewhat but I truely it never becomes a tool for microsoft to spy on my computer. As I read in news a couple days back microsoft is watching people that download critcal updates now and going after them if they dubb it a pirated version.Then I also imagine a knock on the door by F.B.I since were talking multiple felonies and also a civil suit filed probalby in washington state but my question is what ese can microsoft look at and tell that is on your computer and also what else woudl they be willing to share with law enforcement r attorneys

  142. Reboot to change IP by PhraudulentOne · · Score: 1

    You don't have to reboot to change your IP in Windows 98. All you have to do is go to Control Panel --> Network, set your new TCP/IP values and then go to System --> Device Manager --> Disable your NIC --> Enable your NIC --> Your done. I assume this works in '95, but I don't think I have tried it. I was too busy playing FreeBSD - pretty much missed '95 all together.

    --
    You create your own reality - Leave mine to me.
  143. You know why it has taken so long for Vista right? by jambarama · · Score: 1


    You know why it has taken so long right? Gates had to wait for Apple to innovate before he could rip it off. **Ducks flying tomato**

    Ok maybe Apple spied on Longhorn and has a faster development cycle. **Ducks many flying tomatos**

    Really? Well it is because it takes a long time to invent features, realize they aren't feasible (because M$ can't build revolutionary stuff in house), and abandon them.

  144. Sir you should read the whole post sir by EternityInterface · · Score: 0
    available now for free from the likes of Google
    * * * "Google Desktop Search uses the same cookie as Google.com and other Google services"

    On Firefox: Going here both FF and IE crashes - the difference being with IE the window crashes (alright, and the whole app is restarted if I click away the always-on-top error-pop-up message) - on FF every window crashes. Yeah I've fucked up my codecs, and I do remember another codec-related crash IE crashed (again, only the current window though) and FF just gave me "there has been an error, and you are adviced to restart FF" and the tab didn't even crash.

    On MSOffice - the last I bought was '97, I just copy the ~50mb zipped folder to a new computer - gives me Excel and Word. It gives an error when starting (ironally, breaking macros) but otherwise works flawlessly. Although recently I happened to actually check the filesize of documents - a BLANK doc was 30 fucking kb, converting some doc I send often to html, reduced it from 60kb to 8kb - and shows directly in the email (only problem is printing it turns to 2,3 pages).
    --
    the sun is god
  145. Wiki !!! by r0main · · Score: 1

    Hi, I've just setup a wiki page about Windows Vista... http://www.wvista.org/ . Feel free to edit/comment/modify, this is your place, no ads, no money, CC license... Ciao, r0main

    --
    http://www.wvista.org