OS X Vs. Vista — In Spandex
An anonymous reader writes "CNET UK compares Vista Vs. Apple OS X in a Romeo and Juliet, spandex-wearing, Shakespearean English style. Two guys dress up as their favorite operating system and fight with swords, guns, and fists, while a third guy, dressed as a woman, awaits the winner. 'Usability - Act 3, Scene 2: Swords clash, sparks fly and men grunt, but the showdown ends in stalemate ... [Vista] has a far better user interface than XP -- the file and application search facility is vastly improved and the cascading Start menu has been banished, but it only takes a few moments of use to discover pointless idiosyncrasies. Microsoft constantly reminds us of how great Flip 3D is, but this feature doesn't help us find the right application window much faster than Alt-Tab did. It's very time consuming when you have many application windows to flip through, and it's in no way as efficient as OS X's Exposé feature ... We're calling this one a draw. They're just as good as each other, and in some cases just as bad -- a pox upon both your houses! Score: Mac OS X - 2, Windows Vista - 2'"
Why can't you delete a file in OS X with the delete key? Because you need to use a modifier key (in this case, the command key) so as not to inadvertently delete items. Anytime you make a critical key stroke (such as deleting), a modifier key should be used to avoid unintended consequences. What happens if the user isn't paying attention and they hit the delete key to remove a string of text, but actually where clicked on an important document? With the command key, the USER is telling the system that he or she REALLY wants to do something. It is simply sound interface design...something PC people never seem to understand, as they continually pound the "del" key on a Mac, then bitch that their Windows-centric mentality doesn't work on a Mac. This goes for nearly EVERY niggling complaint I've ever heard from a PC user about Macs...."Why doesn't this thing do it like Windows???"...um, because it is decidedly NOT Windows.
Ubuntu vs Vista was on the front page yesterday:
/ 1337246
http://linux.slashdot.org/article.pl?sid=07/04/27
I'll probably be modded down for this...
You are, of course, given the option of turning off the animated character and enabling advanced search behaviour, which makes for a far more 2k-like experience.
What should have been a quote from a specific part of the article, is actually summarized in a way that indicates it was an end result. The actual article affords Vista the victory. But, maybe the article should have stopped at a tie, it seems Vista won because Mac OS has less standard acceptance and because Greenpeace declaired PC's to be more green than Macs.
Demented But Determined.
Why on earth in OS X is the menu bar for any given application not attached to the application itself? Why is it fixed to the top of the screen, detached from the very thing it controls?
It's called "FItts' Law." The edge-of-screen menu is a much easier target to access. This has been covered to death before. Who wrote this article? A million monkeys with typewriters?
The entire article is bullcrap. It goes on to decide a draw based on Vista's and it's app's crashyness and the featureless aspect of OSX's Front Row application.
That's complete nonsense.
Probably because in Shakespeare's time the women's roles were played by men.
http://en.wikipedia.org/wiki/Actor#History
There is so much discussion about Windows 2000/XP/Vista searching here... but they all three really suck! Windows Vista sometimes wont even find "easy to locate" files when I search for them by name AND its painfully slow. Its really quite pathetic! I run Vista, Ubuntu Linux and Mac OSX. Anybody who uses all three would definitely rank them from best to worst as OSX, Linux, Windows. OSX takes the cake because it has Spotlight, Locate, Find and Grep.
:)
My grandmother could work Spotlight. Its fast, accurate and searches for files based on content and name at once. Its availible at the flick of your wrist and does pretty well. Though, personally I prefer Quicksilver to spotlight because I usually just search by filename and its *instant*. There are also smart folders that you can set up for searches that are done really often.
Linux comes in second to OSX only because OSX *includes* all the nifty decades-old command line tools that Linux has. The command line utilities are not for everyone... but if you know what you're doing, you can find anything quickly. Locate will instantly find anything that has been on your computer for about a day (usually). For newer stuff, its useless. Find (find / -name blah.txt) is about as fast as Windows search and much more flexible. Then you have recursive grep for locating instances of some term inside arbitrary files.
Now Windows: After using the above platforms, searching on Windows is just painful. Sometimes it finds what I was looking for... but it can be quicker to just mount my windows drive on my Mac and do it from there
There are 10 types of people in the world. Those who understand binary and those who do not.
Use TweakUI to turn on classic searching in Explorer and IE. Problem solved.
In fact, the lack of TweakUI and basic configurations is probably why many people find XP to be difficult to use. It's really very intuitive once you ditch MS's crappy default settings.
You know, Nautilus does saved searches and Beagle is "fast, accurate and searches for files based on content and name at once". It's also available in Deskbar, the handy taskbar app, and I find Nautilus' saved searches to be rather more elegant than Finder's...
PCs are definitely the place to go if you want the latest technology. PCs were privileged to the first Intel Core and Core 2 Duo CPU
Well that's debatable. Apple recently launched the first 3GHz dual Core 2 Quadro Xeon based computer to my knowledge by shoving these bleeding-edge chips into the Mac Pro. Also they do invent (individually and collbaoratively) useful technology, like FireWire. Sometimes you do get things first with Apple.
Bah, when did I turn into such a Mac fanboy?
haha... for sure, the whole XP/Vista thing is leaving a sour taste in a lot of people's mouths. 2k was far better.
One thing I would like to raise is that you can't trust this article anyway. Cnet being heavily biased towards M$ (if they aren't in collusion, M$ probably has a large share in Cnet). Comparing Vista to OSX is like comparing a Japanese 4cyl Sports car with an "in your face", bling bling, paint job to an elegant european sports saloon with an understated appearance.
I know which one I'd choose...
What you say has a technical basis: The XP search is a step back from what Windows 2000 offered. In Windows XP, suppose you have a text file name read.me containing "Hello World" in it. Do a search for *.me containing "hello" and you will find nothing. This is because the .me extension does not have a shell search object assocated with it, so XP won't open it. Windows 2000 would do what a normal tool does: open any arbitrary file, determine the encoding, and search it. This mis-feature makes the XP search useless, which has created a small market for free and cheap search tools.
mdfind, the command line interface to Spotlight, allows you to perform searches similar to locate only they are always up-to-date. It's also much faster than find. From 'man mdfind':
DESCRIPTION
The mdfind command consults the central metadata store and returns a list
of files that match the given metadata query. The query can be a string
or a query expression.
Very useful in conjuction with mdfind is mdls, which will display what attributes have been indexed for a given file.