this post was submitted on 18 Mar 2024
1192 points (95.2% liked)

linuxmemes

20703 readers
1580 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 6 months ago (2 children)

I have zero qualms with MacOS, only the hardware and the horrific anti-consumer company.

[–] [email protected] 3 points 6 months ago* (last edited 6 months ago) (1 children)

There are many qualms to have with it as an OS

  • It demands both a dock and a title bar, a huge waste of vertical space on screens that are vertically limited

  • There's no way of globally enabling hidden files and folders (you can do it for finder through the terminal, but can't do it for the file picker windows)

  • It doesn't support multi-stream transport, so despite being all about simplicity you cannot display more than two display port screens over a thunderbolt connection, whereas windows can do 4.

  • It doesn't support sub pixel rendering, making text look blurry AF on 1080p and any other screens that aren't super high res

[–] [email protected] 1 points 6 months ago

Right, well, I didn't say it was perfect.

[–] [email protected] 1 points 6 months ago

MacOS has its oddities though. Some of its coreutils aren't quite BSD but they're not quite GNU either, so sometimes scripts have to either special-case MacOS or ensure they use options that only work across GNU, BSD and MacOS. This is an example of one I had to fix a few years back: https://github.com/yarnpkg/yarn/issues/1984