Skip navigation

I have had many a discussion lately on the topic of what operating system is best. To me, it really comes down to how you use your computer. That being said, I think the world could do without windows. There is no reason why everyone couldn’t use either Mac OS or some flavor of Linux. As far as I’m concerned, Mac OS is the most well rounded, easiest to use OS out there. Linux is great for people who like a customized experienced. Some distributions of Linux, such as Ubuntu, are getting to the point where every day users can easily use them. The world is moving in the right direction. A little competition never hurt anyone, and hopefully it helps open Microsoft’s eyes.

On to the main event. Why Windows Blows.

Windows’s Visuals

With a name like Windows, you’d think the OS would be good at handling windows. Think again. Yes, that includes Vista. You could argue that the latest version of the window manager produces better looking windows than its predecessor. But, the memory utilization and sluggishness it causes is hardly worth it. The window manager in all versions of Windows is very unresponsive. For example, how many times have you gone to drag a window only to have it stay in place, then eventually (sometimes 30 seconds or more) catch up with your mouse. More frustrating to me is the inability to change the appearance of windows. Sure, you can change the color and the font, but you’re stuck with pretty much the same looking window titles and borders.

Same goes for the widgets. There is no easy way to change the look and feel of the widgets. I say no easy way because there are programs and hacks that can do this for you, but they do it at the cost of performance. Reducing performance of an already sluggish operating system is never a good thing. I would be willing to guess that the reason the widgets are so awful is because the windows painting engine is so awful. The sucktitude of the painting engine is on display any time you see a window that is filled completely white. This happens mostly when a program is doing something that in the same thread as the main window, which prevents the window from painting. You may say, well that’s the fault of the developer of the program. And, it probably is to a point. But, Microsoft applications are the worst offenders (Visual Studio 2005 may be the worst).

Resource Management

The resource management in Windows is so bad you may even wonder if there is any at all. It seems as if Windows is a free for all when it comes to memory and CPU usage. When you are trying to do more than one thing at a time, it seems as if the programs you are using are fighting over your computer’s resources. It wouldn’t surprise me if this is really what is going on behind the scenes. A great example is trying to Alt+Tab out of a game and do something else. A lot of times it’ll take twenty seconds or more to get out of the game and start doing something. Doing this on Linux (even while playing a windows game) does not produce the same result. As a matter of fact on Linux you can run a game and visual effects (compiz) at the same time.

Computers are very powerful these days. When your operating system isn’t smart enough to divvy up resources properly it will really cripple even the most powerful of machines. Sometimes, the resource management really breaks down and the system will crash. The worst kind of crash I see in windows is the kind where the user isn’t even aware it has crashed. Programs will just stop responding, eating up the computer’s processor and sometimes the memory as well.

Perhaps my favorite Windows error of all is the blue screen of death (BSOD for short). I will admit that in later versions of XP this error happened fairly infrequently. But believe me, it’s still around. When I was running Vista on my laptop, I saw it a number of times. Another good one is the memory fault error. At the end of the post you will find examples of these errors, some are quite funny.

I have been using Ubuntu 7.10 for about four months now, and I have never seen a similar error. Not even a memory fault error of any sort. As a matter of fact, the only times Ubuntu has frozen on my were either due to user error (me doing something I shouldn’t) or my faulty video adapter. If an application has issues in Linux, it doesn’t bring the whole OS down with it as is the case in Windows most of the time. Linux makes is really easy to deal with applications that aren’t responding for whatever reason. It’ll allow you to force quit the application. In Windows it takes forever for the “program is not responding” dialog, if it ever shows up. And it takes even longer to close the application after hitting the “end now” button. I love when you get about eight of these when shutting down your computer.

Newer Is Better, Right?

Not when it comes to Microsoft. Windows Vista, albeit better looking, is definitely NOT better than Windows XP. The first and most obvious issue is the System Requirements. Aside from Home Basic, which is basically Server 2003 with a facelift, all versions of Vista require at least 1GB of RAM, a 40GB hard disk (requiring AT LEAST 15GB to install). This is absolutely ridiculous. Yeah, computers today are really powerful and most systems meet these requirements. The problem is that when the OS requires that much, it doesn’t leave room for much else. An operating system should be as lean as possible so that the applications running in that operating system have enough breathing room. As much as I dislike Windows XP, I’ll take it any day over Vista.

To my friends I sound like a broken record, but I cannot stand Microsoft’s development strategy when it comes to Windows, and most of the other products they put out. Windows probably hasn’t been completely re-written since at the latest Windows 98, and maybe even earlier. Windows XP is based off Windows 2000, which is based off Windows NT / Windows 98. It’s sad how old pieces of the operating system are. Some of the more obscure pieces are unbelievably old. Take the windows font installer for instance. That thing has been around since at the latest Windows 95, maybe even windows 3.1. Observe:

Windows Vista Font Installer

Beautiful isn’t it? This thing is visible, and it’s that old. Imagine how old some of the things you can’t see are! If Windows were written well, I wouldn’t be complaining, but it’s not. When I write bad code, I don’t leave it around forever, let alone bring it forward into newer versions. I really think if Microsoft would just start over they could really have something. They have lost their edge. I know how it goes though, I work at a big company, you do what you’re told. And unfortunately, Microsoft’s business practices show that they care more about getting things out the door and pulling in money than producing a well rounded product for their customers.

Final Thoughts and Funny Error Messages

I am no psychic, but if Microsoft stays on their current path they will find as people become more computer savvy, they will start looking for alternatives. And people these days are becoming more and more computer savvy. My generation grew up with computers, and our children will have even closer relationships with them I am sure. I am not saying that I want Microsoft to go away, at this point that’s not possible. I am saying that I hope Linux continues to gain popularity so that Microsoft will crap or get off the pot.

Wow

Not an error, but still funny

error_windows_1.jpg

BSOD

Sources:

http://www.microsoft.com/windows/products/windowsvista/editions/systemrequirements.mspx

http://www.microsoft.com/technet/archive/winntas/tips/techrep/bsod.mspx?mfr=true

http://www.techeblog.com/index.php/tech-gadget/category/windows+vista/

2 Comments

  1. The Windows Resource Management just swaps everything. I got some more RAM, Windows won’t even address it completely (32 bit) and then there is still a nice amount of stuff on the swap file. Linux on the other hand does hardly ever swap anything and uses most of the memory for caching. And there is still memory left…

    • Same here…my machine never uses any swap on linux, but in windows it pages like crazy.


Leave a reply to Bernhard Häussner Cancel reply