Mac(OS)talgia
21–30 of 82 posts
Re: Mac(OS)talgia
#22I get the nostalgia, but boy are computers so much better than back then. MacOS 7-8 (not sure about 9, never used it) would crash constantly. There was no protected memory, so as soon as one app started misbehaving, you'd have to reboot the computer and it would take forever and you'd lose your work. My recollection was that this would typically happen 3-4 times a day. Apple's project to make a new MacOS that didn't…
Re: Mac(OS)talgia
#23Re: Mac(OS)talgia
#24I get the nostalgia, but boy are computers so much better than back then. MacOS 7-8 (not sure about 9, never used it) would crash constantly. There was no protected memory, so as soon as one app started misbehaving, you'd have to reboot the computer and it would take forever and you'd lose your work. My recollection was that this would typically happen 3-4 times a day. Apple's project to make a new MacOS that didn't…
UX I'm less sure about - I now use a 4K monitor to do a bunch of things I used to do quite successfully on 1024x768.
Performance of a bunch of basic apps has also taken a few hits here and there (at least in part due to that big resolution bump, and despite massive hardware improvements).
I definitely have some nostalgia for that era, but it's possibly more nostalgia for the age before the internet consumed all of computing...
Re: Mac(OS)talgia
#25All we ever needed was in Snow Leopard. Everything since then (ok except maybe for SIP and XProtect) is bloatware.
I don’t mind SIP personally. It always unnerved me that any random executable was just a single admin password entry away from doing whatever it pleased.
My ideal desktop OS environment would be something like a polished-up Snow Leopard using the brighter, more refined theme from 10.9 Mavericks (except with the flat scrollbars de-flattened). If I had that I don’t think I could use anything else.
Re: Mac(OS)talgia
#26Re: Mac(OS)talgia
#27I get the nostalgia, but boy are computers so much better than back then. MacOS 7-8 (not sure about 9, never used it) would crash constantly. There was no protected memory, so as soon as one app started misbehaving, you'd have to reboot the computer and it would take forever and you'd lose your work. My recollection was that this would typically happen 3-4 times a day. Apple's project to make a new MacOS that didn't…
That’s true. The nostalgia nerds can rightly criticise the ever-spiralling bloat and inefficiency of modern systems. But modern macOS can go for months without a crash/reboot! Almost unimaginable in the Mac OS 9 / Win95 era.
Meanwhile, I was running IRIX (for which my record was 4 years without a reboot, and that only due to a power outage) and Linux; and when I got some money, macOS X: all rock solid.
edit: I just remembered that Netcraft used to have a server uptime leaderboard, and for quite a while in the 1990s, Lamborghini was at the top of the list with their IRIX servers. The earliest archive I can find of the list is from 2001, with ONLY FreeBSD and IRIX occupying the top 29 places: https://web.archive.org/web/20010226190549/http://uptime.net...
Re: Mac(OS)talgia
#28There’s something about the Platinum UI that makes it timeless. I have been running XFCE with a Platinum theme on several of my machines/VMs for a while ( https://taoofmac.com/space/blog/2022/04/12/2330 ) and I’m a bit sad that the XFCE top-level app menu plugin seems to have been deprecated in recent releases, since it really adds to the experience.
There’s also how GTK apps have been on a crusade against menubars since GTK3 which doesn’t help matters. Same goes for Linux builds of Electron apps, which don’t offer the user the option to display a menubar even though all the menu work is already done for macOS builds.
Whatever the case it bums me out too. I know a lot of people hate global menubars but I’ve always loved them and it kills me that they’re not a practical option on the Linux desktop, despite ultimate customizability being one of the most frequently-cited reasons to use Linux as a desktop OS. You can do anything you want, as long as what you want falls within the boxes of Win9X-like, tablet-like, or "trendy minimal tiling window manager"…
Re: Mac(OS)talgia
#29Re: Mac(OS)talgia
#30There’s something about the Platinum UI that makes it timeless. I have been running XFCE with a Platinum theme on several of my machines/VMs for a while ( https://taoofmac.com/space/blog/2022/04/12/2330 ) and I’m a bit sad that the XFCE top-level app menu plugin seems to have been deprecated in recent releases, since it really adds to the experience.
The XFCE global menubar plugin being deprecated likely happened because there’s no standardized way for applications on Linux to surface their menus to the environment for display (or to power a Unity-style HUD or whatever), which means that hackery via plugins for GTK and Qt are required to make a global menubar work. Keeping that hackery functional probably is a constant battle. There’s also how GTK apps have been…