Business 2.0 Says 'Boycott Vista'
amyandjake writes "Business 2.0 has a story about Vista's delays, the amount of time wasted by Microsoft bringing Vista to market, and the fact that it doesn't seem to have any compelling features for upgrading. The last paragraph of the story says 'Boycott Vista. Keep your old Windows XP PC around. Don't buy a new one. That's the only way we have to let Microsoft know Vista is an overhyped, late, and pointless update to XP — a perfectly fine operating system.'" Relatedly, torrensmith writes "Paul Thurrott is at it again with his seemingly never-ending supply of information about Windows Vista. This time, he discusses the things he dislikes about the program, in the article The Dark Side of Windows Vista RC1."
Boycott all you want - it will became a standard anyway. Just like [insert_windows_version_here] was. Justl like XP is. You want it, or you don't. It will.
Because changes happen. Welcome to the world of computing.
I think you hit the nail on the head: the article is about not upgrading every PC in your 50-office company, and is not about not buying new PCs.
The author states that there is no compelling reason to purchase an upgrade, and I'd have to agree. What makes Vista better than XP besides more eye candy and sane default security settings? Any competent power user should have the sense to not be logging into their desktop as an admin, and production installations by big companies (should) already have their end-users' PCs locked down to prevent lusers from hurting themselves.
From what I hear it's still pretty much the case that windows is the ...well, not necessarily preferred, but frequently required... OS for gaming. A friend of mine in the world of Warcraft tells me that the Vista RC1 gets 10 fps higher than winXP.
I really think that Vista is going to be a reality check for alot of longtime Windows users. Now, to put this in perspective, I've been a longtime Windows user myself since Windows 95 first hit the market. I've used every version of Windows since then on my own desktop and have gone on to break into IT management when Windows 2000 first came out. I also broke into web development by learning ASP six years ago. So you could say that I've supported Microsoft for a very long time and have stood by them ever since....at least up until about two or three years ago! I used to swear by Microsoft. I never understood Linux; I always thought it was overly complex. I didn't get the overzealous, almost cult-like attitude of the Mac community of users. Let's face it...Windows simply dominates the desktop and it's easy to see how Microsoft can continue to hold onto their userbase.
However, with the release of Vista, I really feel that it will be very similar to what happened with Windows Millenium Edition. Starting with beta 1, I've installed and tried out each subsequent build of Vista all the way up to the latest RC1 release. All I can say is...WHAT THE?? It's a dog...a big ole' stinkin' dog! I couldn't believe the amount of resources you really need to run it. The default install is over 6 gigs, you need at least a gig of RAM just to get by, and the new interface is pointless unless you have a fairly decent video card that is DirectX 9 compatible. All in all, lots of fluff with little substance. Plus, the new User Account Control features really feel like something of an add-on...as if Microsoft just layered it on top of their existing security model leftover from Windows 2000 and XP. UAC is useless...especially when you consider that a user with administrator rights can simply disable the damn thing!
The problem is this: In order for Vista or any other future version of Windows to continue to succeed, Microsoft needs to learn that Windows needs to be rebuilt and reworked with a new security model that rivals even Unix-based operating systems. Nobody can say that Unix, Linux, and even Mac OS X are bad operating systems when it comes to security. They are very secure by their very nature on how they were built. Microsoft needs to learn from this and build on top of it. This is why Apple made such a smart move when they developed OS X. Rather than re-inventing the wheel, they simply took a proven secure OS and built on top of it. The beauty behind this is that the OS is modular and can be easily updated and upgraded. Windows is anything but modular.
I've since moved on from ASP and am now using PHP as my web development platform of choice. Naturally, I use Linux as a server platform and plan to use a Mac as a desktop. I'm simply tired of Microsoft and all their shenanigans. At least with Apple, when they say their going to do something they do it! They don't tease their customers with features and then pull them out later and say, "Sorry! We screwed up!" So, make mine Apple! I'm really looking forward to Leopard! :)
Jeff Whitfield jeffwhitfield@gmail.com "I can learn to resist anything but temptation..."
You make good points, but you have a slightly incomplete notion of compression and "lossless" formats.
Sound is an analog phenomenon by nature, and with a good microphone the amount of information we could extract, were we interested, is really incredible. Consider though that 6-channel, 96kHz, 24-bit digital encoding (for instance) is 1.7 megabytes per second. I am not even remotely kidding -- that's 13.824 megabit. A five-minute tune isn't 30MB, it's over 500MB. (We're sticking to SI units here, as is standard).
In digital recording, we're taking quantized samples of an analog phenomenon at regular intervals. This is inherently lossy compression. (Analog recording is inherently lossy also, but that's another issue).
If we want 30MB songs instead, we could use a very simple method of lossy compression -- we could throw away half the samples, two-thirds of the channels, and a third of the sample detail. Then we'd have CD-quality audio. Trouble is, this is very crude; we've thrown away useful detail, like the subtle, soulful sound of a sax, while keeping the same level of detail in silent passages or for simpler waveforms. We've cut the bitrate, but lost too much sound.
Another thing that we could do is use sophisticated mathematical algorithms to analyze the sound in detail and figure out which bits to throw away. We might have problems if our algorithm is poor and throws out something we want, but after years of refinement we've developed algorithms that are far better than simple bit-tossing. In all blind testing, this gives much better results; you may hate a 128kb/s MP3, but try listening to an 8-bit 11khz recording sometime (88kb/s... for mono!)
What we DO need to do is use higher bitrates. MP3 can be encoded pretty well, but nowadays there's no reason to cut the bitrate so much. If we used the bitrate of a CD (1.4 megabit) and our better "lossy" compression formats, we'd get way better sound than we get from a "lossless" regular CD.
I have seen the future, and it is inconvenient.
Disclaimer: My experience with Vista has been limited to pre-RC1 and RC1, but both times, making a sincere effort to use them as both my dev OS and my primary OS.
Various kernel improvements in scheduling
Vista does seem to handle high-load situations better than XP (which quite frankly, sucked at dealing with them.)
Completely new TCP/IP stack
Both a plus and a minus -- on the plus side, yes it is fast. On the minus side, what are the bets that a completely new TCP/IP stack is free of security-holes, especially given that this isn't the OpenBSD team we're talking about...
Composited desktop / Aero prettiness
Compositing and hardware-accelerated windows are nice. It's a little on the graphics heavy side though, and does require a beefy video card for the really shiny bits to be usable. That said, I personally (although I expect that others feel differently) find Aero to be so-so... it's got several cool effects, but I actually ended up turning it off when I got sick of it. To each his own, I guess...
Resolution/DPI independence
Except not really. While the frameworks/APIs are in place for this, and some of Vista is resolution independent, much of the OS is still very much bitmap-based. If you don't believe me, take a peek inside some of the shell DLLs. It is prettier, and high-res icons are being used in many places, but the res-independent stuff isn't used very much. (For anyone who thinks I'm an Apple fanboy.... OS X doesn't have res-independence either. Leopard does have it, but it's off by default, and is very very very alpha.)
Revamped security model (UAC, new system services model, etc.)
About time. The UAC stuff is nice, as are the sane default settings, but this isn't really a compelling reason to upgrade (since it's all stuff that a properly configured Win2K or XP box will do.)
IE 7+ (Protected Mode IE) - this will virtually eliminate malware via the browser
Ha ha ha ha ha.... IE Protected Mode is nice... but "virtually eliminate malware"? I think not. As long as the mshtml engine is used as part of the OS, it is still a risk. IE7 is an improvement from IE6, but is still outpaced by other browsers, IMHO.
Much better networking UI / auto network discovery
Better, but still a pain in the ass compared to OS X. This actually _is_ a good feature for people, at least if they're travelling, but not very computer-savvy.
New start menu really is a LOT better than XPs
I agree with half of that statement: it's new. Better is subjective... but it's basically just tries to get you to use the search field instead of the traditional "Programs" hierarchy. I guess that's easier, but I honestly don't like the OS guessing what I want to run. So yes, it's new... but from me it gets a solid "meh... so what?"
Far better Explorer interface
Amen. I like the new concepts seen in the Explorer interface. Some of them are really cool features. My only gripe, and the reason why I currently dislike explorer hasn't changed: from a UI consistancy standpoint, it's complete crap. It breaks it's own rules all the time -- stuff looks different depending on pretty much everything except for the phases of the moon. I know easy UIs have never been Microsoft's strong point, but Vista's Explorer is pretty darn inconsistent. Apple's actually made a screw-up like this too: the "Services" menu in the application-name menu. Each service is pretty cool, but the reasoning behind why they're there, and why they're enabled/disabled seems to be an arbitrary one (to the user.)
WAY better file operations dialogs
WAY better file operations in general
The dialogs are nicer. The operations themselves... well... I haven't really noticed that much of an improvement over XP, to be honest. No complaints though.
ReadyBoost
Works well... if you have a USB drive... and if you keep it plugged in...
The real litigious bastards...