A mainstream Unix with all the usability for your grandmother supported by all big 3rd party apps as well. Home run.
Indeed.
I figured this out on the day in 2003 when I first tried out OS X. I've been using Linux since 1995 and had tried every available desktop: CDE, KDE, Gnome, Enlightenment (The horror .. the horror ...), Window Maker/AfterStep, fvwm, and even older ones like Motif and twm. I'd used Mac OS 7 and 8 in college and hated it,[1] but OS X was a revelation.
I still use Linux as a server, but for a Unixlike desktop that actually works and runs a lot of applications, OS X is it. Period.
(I wrote the above on Slashdot in 2012 <https://slashdot.org/comments.pl?sid=2940345&cid=40457103>. I see no need for changes.)
[1] People who never used pre-Unix MacOS have no idea how unreliable it was. Windows 95 and 98 weren't great, but there was at least some hope of killing an errant application and continuing on. System 7? No hope whatsoever. It didn't help that Mosaic (and Netscape) wasn't very reliable regardless of platform, but the OS's own failings made things that much worse.
Apple's current design language is sterile, but at least it's easy to read. The modern design trends are just a series of downgrades in usability, arguably continuing since System 7. Somehow, it looks like "overlapping low-contrast window content" has become the haute couture of UX, much to the dismay of grandmas everywhere.
In a certain sense, Platinum was an attempt to reinterpret what Mac OS could have looked like if it had always been designed for a color display. It didn't just add color, like System 7.0 had; it added depth and texture to the interface which wasn't practical to display before. It also added a ton of new controls to the toolkit which previously didn't have standardized implementations or appearances. (For instance, System 7.0 didn't have a standard progress bar control - every application which used one had to provide their own implementation.)
A downward trend since 1991?
It’s fair to say that design has moved on in the last 34 years. Totally subjective whether you think it’s all been for the better. But macOS is self-evidently more usable now than it was then; a lot more people are using it. I imagine fairly few of them would be happy if Apple decided to abandon this Liquid Glass idea and return to System 7 design instead.
There was even one Aqua scheme that through some feat of wizardry managed to give menus soft, 32-bit transparency drop shadows just like OS X had. I have no idea how that worked, classic Mac OS itself was only capable of 1-bit transparency as far as I'm aware.
So an extension could draw whatever fancy effect it wanted when the menu was down without worrying about a background application drawing over it (drawing over the transparency) as long you made sure to restore what was beneath when the menu was let go.
But those tended to have some pretty gnarly limitations (like I think in interrupts you can't allocate memory) so AFAIK they were only used for stuff like real-time audio, I dunno if anyone ever used those to do screen drawing, so in practice I can't think of anything that would interfere with menu drawing.
“ Every Linux WM had an aqua theme. Apple delivered an OS that the “year of the Linux desktop” folk had been (and still are) trying to deliver for years.”
It perfectly captures more than two decades of work in a couple sentences.
- Chuck Moore, interview in "Masterminds of Programming", 2009
I love this quote, but the Mac OS showed a benefit Moore completely missed: an OS can gave a uniform appearance to every bit of software on a machine, giving the impression of hardware and software meant for each other. I think there's a psychological effect that benefits work efficiency and pleasure in using the machine. It's also undoubtedly been a great selling point for Apple in particular. Agreed Aqua was a high-water mark with this.
Of course, the downside is that the OS rules the day, so your choice of software quickly falls into a very small selection based on what OS you'd like. FOSS (or at least open source) tried to run around that, but for anything not purely command line it's very difficult to just pass around source and adapt it to wherever and whatever you'd like.
Lastly, for the past decade or more we've seen the browser take the place of the OS in this. There are quite a few downsides to that approach, especially the loss of the impression of a unified product build for the end user. But the house of cards / tower of babel continues to grow...if you'll excuse me I'll go back to my 7400-series logic now...
The operating system (as in: a kernel) provides applications with an abstraction of the computer that allows applications to co-exist.
The "operating system" (as in: a desktop environment) provides users with a unified approach to design, interaction and cooperation.
We don't write applications to run on bare metal any more (or rather, very, very few people do), because that's neither desirable or cost-effective.
That "subroutine called a disk driver" is just ridiculous. Any modern computing device has more than one process that needs to write to the disk; the machinery that allows them all to do that without stepping on each other's toes is called an operating system (kernel).
I disagree. Even though we've added layers of abstraction even since then, the quote still reminds me to think "what are we really doing here?" Apart from arguing if it is crazy or genius, I will say it has broadened my mind and for that I'm very thankful.
> The "operating system" (as in: a desktop environment) provides users with a unified approach to design, interaction and cooperation.
I do stand corrected with that: desktop environment, not OS.
> Any modern computing device has more than one process that needs to write to the disk; the machinery that allows them all to do that without stepping on each other's toes...
I agree, but I'll also point out that in the end I, as the end user, only want one specific thing written to disk at a time - the word document, excel sheet, game state, etc. The vast majority of disk writes are supporting the abstractions that support the abstractions that support the abstractions that support me saving my word document. I understand why that is the case, but I still think it's amusing.
so you're in some sort of text editor, and you think that's all you want written to disk at a time.
but meanwhile, you've got a messaging app running somewhere, and messages are coming in, and you'd like to have a local copy of those for performance reasons, so they're being written to disk.
you've got an RSS reader running, which just found out about a new posting somewhere; it's going to write it to disk so it can tell you about it at any time.
your media control panel - you just adjusted that because the piece of music you're listening to is a bit loud, and you expect it to remember the current setting the next time you restart, which means ... write to disk. and the music player itself - that's going to write to disk so that it knows where you were in the playlist next time.
and so on and so forth.
the idea of a computer being a device on which you run one program at a time vanished before MS-DOS even existed.
But maybe I am the only one who didn't dig this look. The later brushed metal from panther and tiger was much more interesting but it would have looked better without the aqua styled sliders.
What all the copy cats missed (Windows Vista, Linux themes) is how consistent and usable everything was. It looked great, but better than that, it worked great.
Now I find myself frustrated with Mac OS quite often, but the competition is so bad that I'm just kind of stuck.
I tried to replicate this look in my Java Swing UI using a commercial Aqua-like look&feel, but got hit by issues with controls rendering their own background, resulting in stripes being misaligned.
I was so disappointed when Apple phased it out later.
Steve Jobs
Liquid Glass seems to hearken back to that era...
Before OSX was released, we were seeded prerelease copies, but with the original System 7 UI.
It was really fast.
When the first Aqua release came out, the performance dropped like a stone.