←back to thread

304 points mooreds | 1 comments | | HN request time: 0.211s | source
Show context
dusted ◴[] No.42170325[source]
Raymond Chens blog and book (The Old New Thing) is an absolute delight! I always had a big respect for how intuitive the Windows 95 GUI is, and reading his description of the thoughts and methods behind its inception, it's no surprise that it became so good. It seems like Microsoft was extremely pragmatic and reasonable in many of their endeavors back then. It's a wonder how it degenerated into the absolute unit of sh*t that is modern Windows (even if the filesystem and kernel is arguably a lot better, everything on top seems to be developed by an army of interns)
replies(5): >>42171191 #>>42171616 #>>42171979 #>>42172243 #>>42174602 #
andai ◴[] No.42171616[source]
>filesystem is a lot better

In my tests it was 6-7x slower than on Linux (in VirtualBox on Windows). I assume by better you mean more features?

On a related note I used one of those system event monitor programs (I forget the name) and ran a 1 line Hello World C program, the result was windows doing hundreds of registry reads and writes before and after running my one line of code.

Granted it doesn't take much time but there's this recurring thing of "my computer being forced to do things I do not want it to do."

I also — and this is my favorite, or perhaps least favorite one — ran Windows XP inside VirtualBox (on Windows 10). When you press Win+E in XP, an Explorer window is shown to you. It is shown instantly, fully rendered, in the next video frame. There is no delay. Meanwhile on the host OS (10), there is about half a second of delay, at which point a window is drawn, but then you can enjoy a little old school powerpoint animation as you watch each UI control being painted one by one.

(Don't get me started on the start menu!)

Twenty years of progress!

replies(4): >>42171686 #>>42171830 #>>42172406 #>>42172567 #
1. dusted ◴[] No.42172567[source]
Oh, i meant that ntfs is a lot better than fat16/32. I mainly use linux, and I like ext4 and love zfs, but ntfs is also reasonably stable.