Hacker News new | ask | show | jobs
by rayiner 3839 days ago
Rose colored glasses. Remember Win 3.1's inscrutable "staple" icon? What the hell does a "yellow" traffic light mean in the context of Window controls?

And don't forget: software was shit when we were younger. Win 9x, Mac pre-OS X. Buggy crap all of it. I can't remember the last time my desktop hardlocked, though Android and iOS these days are similarly shitty to how Windiws 9x was.

1 comments

It was shit because it had to be, though.

Windows 3.1, for example. It had a very elegant Virtual Machine Manager with pre-emptive multitasking and true process isolation... and then GUI programs were all placed into a single cooperatively-multitasked event loop, because anything else would have killed performance. And the OS also had to continue to support IO device drivers written for DOS—that could disable interrupts system-wide and thus freeze the computer!—because otherwise your (horrible, un-QAed) scanner wouldn't work.

I fully believe that software hasn't gotten much better over the last 40 years. The hardware constraints have simply relaxed to the point that we're no longer forced to make as many Faustian bargains.

And Windows 95 had to run on 4 MB of RAM.
The DOS drivers and disabling interrupts applies to Windows 95 too.