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?"
Having used Vista, realised the issues, then gone back to XP, my perception of Vista now is that it is basically the new Windows Millennium Edition.
Staying with XPSP2 strongly advised.
Roll on 2009 and the next version, however in the meantime if you are going to have the hassle of nothing working anyway, you may as well take a look at switching to OSX or Linux.
its all about the apps, most windows shops have heavy investments in windows based infrastructure. that includes exchange, .NET apps, and all sorts of someware and middleware.
.NET is a good thing.
replacing it all is not easy, and many shops dont have the stomach for it, or the talent. and in some cases the shops have windows apps that can only run in windows. that all said:
when you really look at Vista objectiveily its a huge improvement over xp and 2k.
but sure it does have some things that are odd and different that annoy you, but in some and most cases that can be changed.
and some of the postive stuff like low rights framework that IE uses is exposed so other apps can use it. and
-Nex6
Huh? Of course it'll be widespread. It works fine. It's got all of the features of XP, and then some. MS is gonna stop selling XP eventually. What else are people going to use OSX? Linux? Turn off Aero, and it looks and acts like Windows XP 95% of the time. It's run every Windows XP app that I've tried to use on it. It's really not a big deal from a user point of view.
I don't respond to AC's.
Am I the only one that thought all the interviewees were idiots?
There's a huge number of so-called "IT Professionals" that just don't have a clue. Lots of middle-aged guys who managed to get a job running the FAX machines at some corporation 20 years ago, and eventually ended up being the "IT guy". But they don't know ANYTHING. They buy whatever new hardware they think is neat, and that the salesmen from their vendors tell them they need. And then they pay for all-encompassing support contracts, so that they don't have to configure anything, or troubleshoot anything, because they don't actually know how to do that stuff.
I sometimes wonder if those guys are the majority of the IT employees in the United Stats. Guys that use the company's money to hire other people to do their jobs. The only reason they get away with it is because their boss is even MORE clueless about how IT should work.
Sorry, kind of off-topic, but I just can't stand the attitude of rags like "Information Week".
[I'm under the impression that it kind of sucks ...]
You could have stopped there. Windows is just a bad implementation of VMS + Unix + DOS that, due to Microsoft's successful violation of anti-trust law, is pretty much the only operating system you can buy pre-installed on commodity hardware. Because of that successful illegal behaviour, all the corporate apps (and games) run on Windows, hence all the corporate users are on Windows, adn all the gamers are on Windows. Vista offers exactly nothing to those users. But if you buy a new computer, Vista is what you are going to get because Microsoft wants it that way. It isn't exactly a surprise that nobody is buying Vista 'upgrades'.
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?"
You're joking, right?
I hope so. Otherwise, you're not real observant. Of *course* it'll gain traction among corporate users. Because they have not fucking choice! What part of "vendor lock-in" is hard to grasp?
See, too many companies have millions of dollars of infrastructure tied up in MS-Windows, and other Microsoftware. They are not going to replace it overnight. And, by the time they really start to feel the burn, the worst will be over (at least as far as up-front cost goes: the pain never truly ends, but that's true no matter what). New PCs will come with MS-Vista (the 'MS' is to distinguish it from the health-care package that's been around for 20 years). Corporations will soon not have a choice. It'll be MS-Vista or nothing.
How many times do we have to go through this? We had this same debate when MS-Windows XP came out. This isn't our year. Maybe next year, but not this year.
Microsoft might be dying (I believe it is), but it takes a long, long time for a giant to decompose.
Microsoft is to software what Budweiser is to beer.
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?
Yes, because in 6 months, you won't be able to buy a new computer without Vista on it. And in two years, you won't be able to get support for XP. And then in about 4 years, you won't be able to get software compatible with XP for love or money.
Corporate users never really saw a lot of value in XP either. Moreover, it took about that long for it to "gain traction", in both the consumer and corporate markets. I've been working in the ISP industry since 1994, and tech support has watched as every new OS Microsoft has produced in that time get snapped up by a small percentage of early adopters, followed by the rest of the computing population as they upgrade their computers over time.
Most people find installing an operating system too much work, too time consuming, too difficult, or they just don't think about it at all. It *came* with the computer after all. Isn't it just a part of the computer? IT departments in companies see it much the same way. You have to upgrade the computer to get the next version of windows, so why not just let Dell or IBM do the install when you do your next upgrade? To install a new OS across an existing network of any size is too disruptive to the users, and too time consuming. A user would have to do without a computer for the better part of a day at the very least if you upgrade an existing system.
"No problem. I have the capacity to do infinite work so long as you don't mind that my quality approaches zero."-Dilbert
A programmer, networking consultant, and 3 IT managers have a serious technical debate. The bartender asks, "What is this, some kind of a joke?"
Escher was the first MC and Giger invented the HR department.
Apple has done both of the above- a few times
.NET and other technologies like WPF. However, when MS decides to move away from Win32, as they HAVE DONE on the 64bit version of XP and Vista, it runs as a separate subsystem along side the replacement, and again with emulation.
This IS NOT the same. MS has also ported Win32 and the NT Kernel many times; however, replacing the fundamental OS API set is something different.
MS is actively moving developers to managed code, and with a long term reason, so they can drop Win32 as secondary subsystem on NT with a new main system API.
Apple did VERY LITTLE when it comes to transitions making life easier on users. Their idea of compatibility was basically using a System9 VM on OSX. This is not creative, nor easy on the end users. MS on the other hand back in 1992 implemented the Win16 subsytem for application compatibility with Win 3.x while developing Windows NT. This was NOT an emulation environment, but a seperate Win16 subsystem that runs on the desktop side by side Win32.
MS is already doing this to a certain extent with
NT's core is a client/server kernel technology and it is in the NT layers where what is kind of cool about Windows exists. NT's subsystem model allows for MS to move in or out any Subsystem that is equal to the main OS subsystem, this is also why a BSD *nix variant runs NATIVELY as another subsystem on NT, without EMULATION or VM.
Microsoft doesn't do any of the above because they don't have to.
Again, this is simply not true. First, XP64 and Vista 64bit do NOT USE the Win32 subsystem as the main OS subsystem. So they have done this, not only 1992 with the Win16 subsystem, but today on the 64bit versions.
I don't really care what you think of MS, as they both suck and do things well depending on what you look at. However to try to use Apple as a 'shining' example when it comes to OS architecture or API implementation it is VERY laughable.
Even Quartz2D continues to fall on its face with no default hardware accleration, pushing developers to use the very old QuickDraw API to maintain performance in applications.
Even 10.5 hasn't delivered an accelerated version of Quartz2D, yet Vista REPLACED their entire video subsystem while adding in WPF and other technologies. And Vista's new video subsystem is SO TRANSPARENT to users and even nerds, that people don't think Vista is any different than XP.
So with regard to the video, MS did too good of a job of creating a new video foundation/system, as most people don't even get all of it is NEW and think Vista is just like XP because all the applications look and run just fine.