top | item 45592801

(no title)

vuggamie | 4 months ago

The best part of MacOS for me is the unix tools. The command line is a real unix command line. And the rest just works. If I need a linux environment I ssh into a VPS.

discuss

order

BeetleB|4 months ago

> If I need a linux environment I ssh into a VPS.

I want good window management. Linux gives me a huge number of options. MacOS - not as much.

a456463|4 months ago

Unix tools that are barely supported by an external community via brew or macports? Mac is not a dev machine. It is a dev hostile machine.

ghaff|4 months ago

It doesn't matter for everyone/most. But, yes, having a Unix command line within MacOS is a pretty big win for some of us. Not something I use on a daily basis certainly. And I'd probably set up a Linux box (or ssh into one) if I really needed that routinely. But it's a nice bonus.

Daneel_|4 months ago

Well, kind of.. the commands on Mac OS all just a little bit different and a little bit janky. I still had to relearn all the common commands I use in order to function. I survived 6 months before I went back to a Windows/WSL combo.

MobiusHorizons|4 months ago

Notice the op said Unix not Linux. Gnu made a lot of incompatible changes from the Unix tools it was cloning. Many people in the Linux community prefer the GNU quirks (they are definitely more performance optimized for example). But if you are talking about Unix, the FreeBSD derived userland on a Mac has real Unix lineage.

epistasis|4 months ago

If you want the GNU versions of tools rather than the Mac POSIX versions, then brew can help replace your bin directory with all the GNU niceties.

If you're talking about hardware interaction from the command line, that's very different and I don't think there's a fix.

epistasis|4 months ago

Or even just containers on the Mac. Unless you need a GPU with specific hardware, or to connect to a cluster, there's ever decreasing need to use remote boxes.