Information Technology Pros Debate Windows Vista
An anonymous reader writes "As a follow-on to John Welch's widely read review arguing that Mac OS X is superior to Vista, Information Week is running the first in a weeklong series of roundtables where a programmer, networking consultant, and 3 IT managers have a serious technical debate on the pros and cons of Vista. What's been your experience with Vista? More importantly, do you think it will ever gain traction among corporate users, or is its glitzy Aero interface destined to make it mainly a consumer OS?"
That's not the entire story though. You see, I used to do OS/2 tech support back in the days. I got pretty familiar with the guts of OS/2 and Windows and OS/2 share a lot of early design. And early design flaws. In my opinion the most frustrating one of these is the fact that the application itself handles window frame messages. That means if the application is poorly written and stops handling frame window commands at any point you can't even minimize the window until it gets done processing. Minimize, kill and move should pretty much never stop working for any given window, even if the application is displaying a goddamn modal dialog box (Another pet peeve of mine and Microsoft seems to encourage programming by modal dialog.)
Meanwhile OSX and E17 demonstrate that you can put a glitzy interface on an OS that's quite suitable for server purposes. I'm pretty sure the only way that Microsoft could design an OS that didn't suck would be to tear the whole thing down and start from scratch, though.
I'm trying to teach myself to set people on fire with my mind... Is it hot in here?
one word:
"cache"
Vista will pre-load stuff it thinks you might need next. It's using your RAM to speed up your computer, which shockingly, is the idea of RAM.
Genius idea if you ask me; and I believe UNIX has been doing it for a while too - or at least something similar?
throw new NoSignatureException();
It's called SuperFetch and it puts your RAM to good use when it's not needed for anything else. You can disable it if you'd like.
The difference between 98 and XP was huge in comparison though. The whole architecture was different - and thus XP (and indeed its predecessors 2000 and NT4) is a lot more secure than 98.
Real features like NTFS filesystem, properly done process separation, a more robust TCP/IP stack, better support for windows domain features etc made it worth upgrading 98 to XP.
I can't think of any such compelling features for business IT in moving to Vista from XP.
Pros:
- Scheduled defrags without third party software
- Aero interface looks less dated
Cons:I've seen it. It looks OK, but here's my story.
I was over at my friends house, he's all excited "I just got this new Vista Ultimate! Check out the Media Center". He turns on his TV, grabs the remote and starts up media center... goes to his recorded TV shows, hits play on a show from a couple days ago... we watch it for a couple minutes, then he goes back hits play on another show and.... Crash "Do you want to send a message to Microsoft?", no, start media center back up, hit play again on a different show, plays for about 3 seconds, crash again.
Then he says "Yeah, I can't get it to play more than one show per reboot... I don't know why, once you hit play on a show you have to watch that show all the way through, if you stop it or try to play another show it crashes. Once that show is done, it crashes, and you have to reboot to get it to play again"
His is just set up on a whitebox that he built and I don't know the stats or hardware he's got in it... but seriously, after seeing that and my other friend had it on his laptop (uninstalled and went back to XP after 2 weeks, couldn't get his development environment working under vista, also HATED UAC) watched him work for about 30 minutes one day, he had to have 15-20 UAC warnings in those 30 minutes, all for very normal things to do (like joining a wifi network) I'm never installing Vista, I'm glad I've got a non-OEM copy of XP that I can install on new hardware.
I maintain one Vista machine for testing purposes. I do as little work as possible on it because quite frankly I prefer Linux. In particular, I make sure that LedgerSMB runs on Vista. LedgerSMB in turn depends on PostgreSQL, Vanilla Perl, and Apache.
Compared to XP, Vista is a mixed bag. There are some user experience improvements, and way the menus work on the start menu is an improvement. Aside from the initial disorientation, the UI is closer to what XP's should have been.
However, there are many complaints I have about Vista. UAC is the biggest one, and this can result in corrupted installs of some software (including Apache), and it is simply way too tempting to turn off every security improvement that Vista offers. Whatever Vista does, it will *not* make Windows that much more secure-- it just allows Microsoft to blame the users.
I also find Vista to be surprisingly slow (granted I only have 512MB RAM in this system) and some settings like UAC are hard to find. I think that Vista is going to be a support headache for everyone, and I do not recommend that people upgrade.
LedgerSMB: Open source Accounting/ERP