90% of people aren’t worth the time

  • 35 Posts
  • 1.82K Comments
Joined 2 years ago
cake
Cake day: November 7th, 2024

help-circle



















  • I’m a huge fan of both Apple and Linux but what finally helped me to understand the difference was using something closer to UNIX, in my case FreeBSD.

    Why? Because I’d always heard that modern macOS is based on UNIX (even partially on old FreeBSD) but the difference between UNIX and Linux never “clicked” until I explored UNIX on its own.

    Modern macOS sets its default shell these days to zsh but I believe still ships an old bash. Actually, a lot of the userland utilities are going to be old and out of date. You’ll notice quirks with them (compared to Linux) that often comes from its background in UNIX.

    Personally I use a TON of packages from Linux that have been ported to macOS via Homebrew as do many developers (like me) and users.

    All this is to say that under the shiny proprietary Apple GUI there is some familiarity with Linux but at the cost of more UNIX-like behavior (albeit unique even among UNIXes).