Getting A Handle On Vista 557
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."
Darn! (Score:5, Funny)
Reboot = Coffee Break
Re:Darn! (Score:2, Informative)
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...
Re:Darn! (Score:3, Informative)
Looky:
RTFA'd (Among the key features [com.com] 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/ [unibz.it]
RTFA's( parental controls and better home networking )
squid proxy caching and good old i
Re:Darn! (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.
Re:Darn! (Score:5, Funny)
"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."
Re:Darn! (Score:3, Informative)
The other possibility, of course, is that Acrobat actually *does* require a reboot... a fact which I would find scary, indeed.
Re:Darn! (Score:4, Informative)
Re:Darn! (Score:5, Informative)
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.
Uh, it can work like that (Score:5, Insightful)
Re:Uh, it can work like that (Score:3, Insightful)
Re:Uh, it can work like that (Score:3, Informative)
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.
Re:Darn! (Score:3, Insightful)
Re:Darn! (Score:5, Informative)
Re:Darn! (Score:4, Informative)
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.
Re:Darn! (Score:3, Informative)
Re:Darn! (Score:2, Funny)
Re:Darn! (Score:3, Funny)
Re:Darn! (Score:5, Funny)
Comment removed (Score:5, Funny)
Re:Darn! (Score:4, Insightful)
Re:Darn! (Score:3, Informative)
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, bu
Re:Darn! (Score:3, Interesting)
Re:Darn! (Score:3, Interesting)
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 mach
Innovation? (Score:5, Insightful)
Wow! Gnome has made it onto the windows desktop?
I'll believe it when I see it. (Score:3, Insightful)
They have said this with every major release. Are things really getting better?
Re:I'll believe it when I see it. (Score:5, Insightful)
Re:I'll believe it when I see it. (Score:3, Insightful)
Or are you in the camp that still claims BSODs are as common now as they were in 98?
BSOD frequency vs. time (Score:5, Funny)
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.
Re:I'll believe it when I see it. (Score:5, Insightful)
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.
Re:I'll believe it when I see it. (Score:3, Insightful)
Re:I'll believe it when I see it. (Score:5, Informative)
Re:I'll believe it when I see it. (Score:3, Informative)
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.
Re:I'll believe it when I see it. (Score:3, Informative)
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 N
Re:I'll believe it when I see it. (Score:3, Insightful)
Re:I'll believe it when I see it. (Score:3, Insightful)
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, fir
Re:I'll believe it when I see it. (Score:3, 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 me
Re:I'll believe it when I see it. (Score:3, 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.
Re:I'll believe it when I see it. (Score:3, Insightful)
Better than 98 though which couln't make it thru a day.
Re:I'll believe it when I see it. (Score:3, Insightful)
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
Reboot? (Score:3, Funny)
Re:Reboot? (Score:4, Funny)
MMMmmmmmm... Microsoft cheese! (Score:2, Insightful)
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?
Re:MMMmmmmmm... Microsoft cheese! (Score:5, Insightful)
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.
Re:Good reasons are needed! (Score:3, Insightful)
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
Is There Anyone Actually Looking Forward To This? (Score:2, Insightful)
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?
So in other words... (Score:5, Insightful)
Windows Millennium anybody?
Re:So in other words... (Score:2)
Wow . . . (Score:2, Insightful)
Re:Wow . . . (Score:2, Informative)
Saving costs? (Score:3, Insightful)
How about saving costs by reducing the number of licenses you will have to pay per family?
Re:Saving costs? (Score:3, Funny)
Re:Saving costs? (Score:2)
If done well... (Score:5, Interesting)
Re:If done well... (Score:2, Insightful)
Yawn.
Re:If done well... (Score:5, Informative)
Done.
O'Reilly Developer Weblogs [oreillynet.com]OS X Finder [apple.com]
OS X Mail [apple.com]
iTunes [apple.com]
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.
Re:If done well... (Score:3, Informative)
http://www.apple.com/macosx/features/spotlight/ [apple.com]
Ten years from now? (Score:3, Informative)
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 softwar
But I'm still Using Windows 2k (Score:2, Insightful)
Everything that the artical mentions is User Space (Score:3, Insightful)
Re:Everything that the artical mentions is User Sp (Score:3, Funny)
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.
Re:Everything that the artical mentions is User Sp (Score:3, Insightful)
Will my PC run Vista? (Score:5, Insightful)
That reminds me when they said Windows '95 would run on a 386DX with 4 MB of RAM.
Re:Will my PC run Vista? (Score:5, Insightful)
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.
Re:Will my PC run Vista? (Score:3, Funny)
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*
Re:Will my PC run Vista? (Score:3, Insightful)
Re:Will my PC run Vista? (Score:2)
Nice, new desktop computers will blow fuses when they boot into Windows Vista!
What about Monad, etc? (Score:2, Interesting)
Bwahahahahah!!! (Score:3, Interesting)
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.
Re:Bwahahahahah!!! (Score:5, Insightful)
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.
Re:Bwahahahahah!!! (Score:4, 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.
Re:Bwahahahahah!!! (Score:3, 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?
Perhaps not more than expected? (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...
Fewer reboots...we've heard that before (Score:4, Funny)
Re:Fewer reboots...we've heard that before (Score:5, Funny)
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
Nothing really new! (Score:3, Interesting)
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.
Nitpickery (Score:3, Insightful)
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).
Another POV on Vista (Score:2)
Damien
Security enhancements should read"DRM out the ***" (Score:2, Interesting)
other lovely "security features" include Protected Media Path, Component Revocation, Windows Driver Lockdown [eff.org]
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.
TCO (Score:2)
Give a dog a bone (Score:2, Funny)
Finally, the searching dog will bark for us. Maybe it will follow the cursor. That's something we can all appreciate.
Reduce the number of reboots? (Score:3, Insightful)
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!).
You know what I would really like to see? (Score:5, Funny)
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!
Re:You know what I would really like to see? (Score:3, Insightful)
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
Re:You know what I would really like to see? (Score:3, Informative)
Re:You know what I would really like to see? (Score:5, Informative)
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.
Those are some steep system requirements. (Score:5, Insightful)
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 [microsoft.com] 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.
Re:Those are some steep system requirements. (Score:3, Insightful)
Icon's previewing docs? (Score:3, Interesting)
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.
Looks like it's not for me (Score:3, Funny)
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
But will businesses switch to Vista? (Score:3, Insightful)
Re:i am hoping, but will it happen (Score:5, Insightful)
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...
Re:i am hoping, but will it happen (Score:5, Funny)
You are required by
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
Re:i am hoping, but will it happen (Score:5, Funny)
Re:i am hoping, but will it happen (Score:2, Insightful)
Re:i am hoping, but will it happen (Score:3, Insightful)
Re:Reboots save money (Score:3, 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.
Re:Reboots save money (Score:3)
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.
Re:Reboots save money (Score:3, Insightful)
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.
Re:It's going to be impossible to find anything... (Score:2)
They're going to take the "t" out like I do and call it "Visa" - because you're going to max yours out buying the hardware to run this thing, AND pay the license fees.
Re:I'm sorry... (Score:2)
I think you'd be very lucky if you *could* get it to run.