logoalt Hacker News

Grombobulousyesterday at 7:19 PM2 repliesview on HN

I’m super confused as to what is missing in the FOSS world, how does it “have little to offer?” It really sounds like you just like the macOS style and want a clone of it, and that’s certainly fine as a desire or a request, but if you like macOS, macOS is already available. For what logical reason should a project be copying macOS?

I would absolutely agree that a logical reason is to run macOS apps on other platforms, but other than that, the macOS operating system and its design is nothing incredibly exciting, unique, or unattainable elsewhere.

You’ve established that a Linux desktop environment in macOS style alone is not sufficient, and that makes me wonder what details of the underpinnings is Linux getting wrong compared to Mac? Is launchd superior to systemd? Is Metal superior to Vulkan? Is container superior to docker/podman in Linux? I think in a lot of cases the macOS underpinnings are quite inferior to those on offer by the FOSS world. Not in every case, of course, but a whole lot of Apple’s low level tools are half-baked and weird.

I think we need to articulate what is actually wrong with Linux or other FOSS alternatives as far as their underpinnings because I am really coming up short.

Heck, macOS and FOSS alternatives share a whole lot of identical low level tools underpinnings, like how you can run your favorite shell in either OS or even install Homebrew on Linux. (Another hot take: Linux package management is vastly superior to macOS or any other operating system on the market).

This idea of the design ethos being superior on Mac…was that true with Liquid Glass too? Are we going to exclude from our analysis every time Apple rushes out the next big Ui redesign to meet marketing deadlines and fixes it in subsequent updates like they’ve done multiple times in the past?

I look at befuddling aspects of the macOS design ethos like the fact that the menu bar will just silently truncate items when you run out of space or the fact that there’s a giant notch on the screen as evidence that maybe the macOS design ethos is nothing to envy.

Maybe macOS design is merely “pretty good” and not actually something that significantly far above and beyond its competitors.

Again, I applaud the idea of making software to run macOS apps outside of the propriety ecosystem just like the tools we use to run Windows apps in FOSS operating systems. However, I don’t think users looking for macOS design ethos or platform quality are starved of options.


Replies

dosiskingtoday at 3:42 AM

> You’ve established that a Linux desktop environment in macOS style alone is not sufficient, and that makes me wonder what details of the underpinnings is Linux getting wrong compared to Mac? Is launchd superior to systemd?

Pretty much anything is better than systemd.

CoreAudio is far superior to anything Linux has.

WindowServer is better than Wayland.

cosmic_cheeseyesterday at 7:37 PM

macOS isn't perfect, particularly in its incarnations since Ventura, though gripes have been piling up since the "great flattening" with Yosemite, which is why Mac users might be interested in a similar alternative.

As a whole however, it works really well for some people. Better than Windows and Windows-like desktops (of which most DEs are closest to) and better than the desktoppified-mobile-OS shape of GNOME/Pantheon or tiling WM sort of thing.

The value lies more in the collection of frameworks referred to as Cocoa (primarily AppKit) and the desktop and third party apps built with it. The global menubar and perks it brings (such as a standardized menu API, which then enables things like System Settings allowing any menu item in any app to have its key shortcut remapped), the application-document process model, the windowing model that's built around windows overlapping with just the relevant bits remaining visible, first and third party GUI apps all being scriptable via AppleScript, high level of adherence to a central HIG, among many other things.

Many of these aren't unique but the particular combination is and doesn't really exist in the Linux desktop world… the best you can do is light mimicry and even that takes considerable manual configuration on the user's behalf, not to mention fighting against the grain and the awkwardness that brings.

show 1 reply