Mac OS X Versus Windows Vista, The Rematch
An anonymous reader writes "InformationWeek follows up its widely read review where Mac OS X beat out Windows Vista in a head-to-head comparison, with a reader debate on which is really the superior operating system. From the article: 'Mac users love venting about Windows... Any company that calls their techs "geniuses" thrive in forums like this. They think they are "cool" and "hip," they don't care about the fact that they have to reset the permissions and turn on Appletalk every five minutes. Windows Vista all the way. If Windows sucks soooo much, how come more people are familiar with it than Mac OS X? Last time I checked, Windows wasn't just a business operating system. Tons upon tons of people use it and like it.'"
some effort if they just submitted:
"MS/Apple flamewar. Begin."
The Kruger Dunning explains most post on
All in one page for those of us who hate ad-spammy articles.
GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
Who the hell uses Appletalk any more?
Is this for printer or something?
The simple truth is that interstellar distances will not fit into the human imagination
- Douglas Adams
InformationWeek follows up its widely read review where Mac OS X beat out Windows Vista in a head-to-head comparison
If I remember correctly, that "comparison" was mostly based on the author's personal preferences. That's more of an editorial.
Push Button, Receive Bacon
Hah, use it? Yes. Like it? Nooooo. Tolerate it like a drunk uncle grabbing your ass at a wedding. Windows sucks ass.
But it's where the games are. First of Linux or Apple OS to get all the games Windows gets, and I'd change in a heartbeat.
Julie Moult is an idiot.
Tandy DeskMate 3.69 kicks all ass! ;)
Snoozer.
In a world of acronyms, the words are the real victims.
I seem to recall a lawsuit regarding Microsoft's predatory practices by making it financially difficult for vendors to sell any operations system other than Dos and Windows - then there's the code stealing (Doublespace), the intential breaking (DR DOS), and other practices that, over time, have helped to lead to not just Microsoft's and Windows domination, but also the discouragement of any other operating systems from gaining hold.
I thought there was a whole court case about this, Microsoft being found guilty or something. But since there was no punishment, I must be wrong.
52 Weeks, 52 Religions with John Hummel
If organic meals comprising all food groups, rich in fiber, vitamins and proteins are so much better, than why are more people eating at McDonald's?
Same deal.
You can't take the sky from me...
If Windows sucks soooo much, how come more people are familiar with it than Mac OS X?
If Hitler sucks soooo much, how come more people are familiar with him than with Asoka?
"Tons upon tons of people use it and like it."
The first part we are all aware of. The second part... on what basis did that come from? I can't think of a single person who "likes" Windows. They simply use Windows because they don't have a whole lot of choice: it's either all they know how to use, or the only OS that plays their games, or the only OS that runs on, etc.
You might even be able to convince me that people like Windows [i]more than[/i] alternatives, like OS X and Linux. I could easily see that. OS X has some really dumb design flaws and Linux is still a pain in the ass to use as soon as you want to run non-standard software (not even Debian packages *everything*, people). In a lot of ways, Windows is easier and it's quicker to get certain things done.
However, I still don't buy that there is a great number of people who "like Windows" entirely on its own merits. They might like it better than nothing, or better than alternatives, but that's isn't the same as liking Windows. It's like saying that I like having a broken arm because it's better than having no arm or having a frost-bitten arm.
Is it just me, or does anyone else see this statement as just a little ironic?
"-Reliability: Windows
-User interface: Windows
Cost: Windows (MacOS has to be updated every year"
What? Come on now I know you need to lie to make Windows look better, but come on you have more blatant lies then Tony Snow. Mac OS has much better reliability then Windows everybody knows that. Windows Vista is just as bad as XP I have been using Vista at work for a month now and it crashes all the time. Also, that last part. What the Hell are you talking about? Mac Os $129 Windows "199 to $399. Its every two years by the way. I wish you people would get you facts straight before you come out on forums.
Microsoft was at the right place at the right time originally, that is why its OS is so dominant these days. Upgrades are usually taken because they are the path of least resistance.
Saying it is better because of its marketshare is just a logical fallacy based on popularity. It is like debating religion and saying one is right or wrong based on its "marketshare."
For me, simply, Microsoft is the inferior OS to BSD, Linux Distros, and Mac OS X simply because it is a security nightmare in so many ways - and I have to spend my time working, not running antispyware, anti-adware, or fixing other things about the OS (registry). I also find Microsoft asks me to push the "OK" button too often for crap, or nags me about updates (every 5 minutes after I initially say "no") when I just want the OS to shut up and stay out of the way. That is my metric, some people have different metrics (games, certain apps) and that makes Microsoft suitable to them.
(BTW, saying that an OS has certain exclusive apps does not make that OS inherently superior as 3rd party apps, by definition, aren't inherent to the OS. It is a reality we all have to live with, but I think it is disingenuine to say that the OS is innately superior because of this, rather than simply acknowledging that it might be more suitable because of said apps.)
Same here. Of course, the terminal I usually go running for is called Terminal. :-) (I.e., most of my Unix work these days is on OS X.)
This happened just last week.
My company has a policy where by all purchase orders must be submitted using a form in Outlook. Forms are the one thing my Mac can't do because Microsoft dosen't want Macs to have Outlook. (Run OS 9 to get Outlook? Get real, I haven't run "classic" Mac OS in over 6 years. It's not even installed on any of my Macs.)
So I fire up my PC. Outlook is hosed. No problem, just uninstall and reinstall from the company file server. Connect to the VPN, go out to the file server and AUTHENTICATION DENIED.
WTF? Try several times, on the phone with company tech support. They check my permissions in the domain, still can't get in. Finally I say, "Hang on, let me try something."
I close the VPN tunnel on the PC. Connect to the VPN on my Mac. Go straight to the file server and login without a problem using the same domain credentials. Download the Outlook installer and then map a drive letter on my PC to my Mac to get the software to my PC.
Ironic isn't it? Windows would not authenticate with a Windows file server in a Windows Active Directory Domain. But my Mac just waltzed right in and got what I needed.
I don't hate Microsoft because of Windows. I hate Microsoft because they made mediocre software the standard.
"The avalanch has already started, it is too late for the pebbles to vote." -Kosh
As I understand it, the problem comes from the fact that the VM subsystem is in the Mach layer. This means that every VM operation (e.g. mapping or unmapping a page) has to go through two layers of indirection, the second of which is incredibly slow.
I wrote some code recently that mmap'd a large data structure (a few GBs). Actually, there were a few back-ends, one used mmap, one used POSIX AIO. On FreeBSD, they were both roughly the same speed. On OS X, the mmap back end was not just an order of magnitude slower than AIO, it was an order of magnitude slower than a userspace demand-paging approach (no pre-fetching). To me, this says something is seriously wrong with the VM subsystem. I should have had more overhead from all the extra system calls and extra copies doing the demand paging myself than the kernel would have had.
I am TheRaven on Soylent News