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."

110 of 557 comments (clear)

  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 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.

    11. 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.
    12. 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.

    13. 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.
    14. 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.
    15. 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
    16. 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

    17. 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
    18. 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.
    19. Re:Darn! by knodi · · Score: 3, Insightful

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

      --
      Austin is more fun than Dallas.
    20. 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
  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 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.

    4. 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
    5. 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!
    6. 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.

    7. 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.
    8. 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.

    9. 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.
    10. 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!
    11. 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.

    12. 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?
    13. 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.

    14. 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.

    15. 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
  3. 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 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.
  4. 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 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!
  5. 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?

  6. 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?

  7. 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.

  8. 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?

  9. 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 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/

  10. 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.

  11. 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.

  12. 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 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.
    3. 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
  13. 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
  14. 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
  15. 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 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?

    4. 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
  16. 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...

  17. 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!

  18. 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
  19. 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!
  20. 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.

  21. 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.

  22. 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"

  23. 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!!
  24. 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.

  25. 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.

  26. 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!).

  27. 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 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
    2. 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.
    3. 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.

    4. 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.

    5. 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
  28. 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 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.

  29. 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.

  30. 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.

  31. 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!

  32. 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!
  33. 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

  34. 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.

  35. 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.
  36. 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.
  37. 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.

  38. 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?
  39. 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.

  40. 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
  41. 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.

  42. 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
  43. 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 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
  44. 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.
  45. 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
  46. 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
  47. 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.

  48. 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
  49. 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.