Earlier quoted context omitted.
> As amazing as OSX seemed when it was launched This reminds me: There was pretty interesting community of Linux users customizing X11 desktops in the late 90s and the very early 2000s... When the first screenshots and demos of OS X and Aqua came out, almost immediately, people tried to imitate that.
I remember WindowBlinds and an MP3 utility (but just vaguely) that used a theme similar to Aqua on Windows.
Mac OS 9
321–330 of 356 posts
Re: Mac OS 9
#322Earlier quoted context omitted.
I love the purple color used in the "Platinum" interface theme in Mac OS 8/9, even the scrollbar is purple: https://i.imgur.com/WwFdpJH.png They even offered a crazy "Memphis" art themed option: https://www.youtube.com/watch?v=aSLWbFUG_ig "High-tech" wasn't very pretty either: https://www.youtube.com/watch?v=UBUgDnPT8Ps https://en.wikipedia.org/w/index.php?title=Appearance_Manage...
I love that color too. Fun trivia that I discovered doing pixel art way back then: That color is blue. It appears purplish, but it's actually a desaturated blue with hue right at 240°. Something about the lack of saturation and brightness gives it a purplish cast.
Re: Mac OS 9
#323Earlier quoted context omitted.
It’s interesting: my recollection of that period was I rarely stored anything on the desktop. The file system was so much smaller and easier to handle that I stored things in folders and didn’t have trouble finding them again. Not until OS X did I pick up the desktop-as-staging-area habit because navigation was so painful.
But then how do you easily navigate / launch apps? Dig thru your folder trees each time in Finder? Most apps I’m finding have folder structures with a bunch of aux files. It’s not so seemless as a dock or even a start menu. Back even then I used my desktop heavily too.
Re: Mac OS 9
#324Not a Mac user. Figured this was a new announcement. Clicked and then remembered -- I was at a "System 7" launch as a youngster, 30+ years to get a couple version would be very, very slow.
when mac os X was announced they said "we're done with the versions! forever!" and it took them about 16 years to start incrementing the versions again. I get announcements from a discord server about mac OS checkpoint releases and they're over version 15 now, i think. edit to add: also when windows 10 came out microsoft was like "we're done with the versions! forever!" and then a couple years later "windows 11!"
Re: Mac OS 9
#325Earlier quoted context omitted.
That's a distinction without a difference. Running JS is slower than native. The user of JS cares about the real world speed of emulating a quadra machine, which is shown as very slow at this webpage.
This conversation went on a tangent. It started off with people complaining about modern GUIs then moved onto Outlook and then someone rushes to blame JavaScript / Electron. JS runs 50-80% as fast as native, which is more than fast enough thanks to Moore's law, for virtually any GUI application. The web has a reputation for being slow, thanks to a traditional lack of GPU acceleration as well as 25 years of legacy cod…
The discussion was to answer, "And why is everything just so slow!"
> The web has a reputation for being slow, thanks to a traditional lack of GPU acceleration as well as 25 years of legacy code attached to its Document Object Model, that are pretty gnarly for browser vendors to deal with. That has nothing to do with JS itself.
That's not exactly true, though, as many discussions here on HN have demonstrated. The web is not slow due to, "a traditional lack of GPU acceleration." The DOM is the execution environment of JS in the browser. This isn't a discussion about JS in any other environment.
While you may have a vested interest in JS, that doesn't change its properties. Please, let's get back to the actual discussion.
Re: Mac OS 9
#326Earlier quoted context omitted.
Thankfully to having multi-process architecture with enough of those services written in a mix of C#, Rust and C++.
Vast majority of the codebase is Typescript: https://github.com/microsoft/vscode/tree/main/src . Only thing I could find written in Rust was the CLI. Sure, under the hood Electron is powered by Chromium V8 (which also powers Node.js), which is written in C++. But that is just the basic packages and services available to all Electron desktop and Node.js apps.
Re: Mac OS 9
#327Earlier quoted context omitted.
OS9 was really just 8.7 but, as you describe, a stepping stone towards 10, both numerically and with a few nods to the future, e.g. Keychain Access, CarbonLib, and file/printer sharing over TCP.
Carbon worked all the way back with Mac OS 8.1 https://en.wikipedia.org/wiki/Carbon_(API)
Re: Mac OS 9
#328Earlier quoted context omitted.
Not a fan of the new trend of zero window borders. I wish there was at least a way to make them customizable.
You can turn on Increase Contrast from the OSX System Preferences Accessibility section. I do that for this exact reason.
Re: Mac OS 9
#329I'm the creator of the site, thanks for the submission. This is an in-progress port of the SheepShaver emulator to WebAssembly/Emscripten, https://github.com/mihaip/infinite-mac/issues/34 is tracking the remaining work. If you're interested in running older Mac software in the browser, the BasiliskII-based sites at https://system7.app/ and https://macos8.app/ may be better bets. They will boot faster and have fewer c…
Re: Mac OS 9
#330I'm the creator of the site, thanks for the submission. This is an in-progress port of the SheepShaver emulator to WebAssembly/Emscripten, https://github.com/mihaip/infinite-mac/issues/34 is tracking the remaining work. If you're interested in running older Mac software in the browser, the BasiliskII-based sites at https://system7.app/ and https://macos8.app/ may be better bets. They will boot faster and have fewer c…