logoalt Hacker News

tyreyesterday at 8:04 PM3 repliesview on HN

Have you tried a Mac? Apple silicon is fantastic, build quality is the best on the market, you're still running a unix OS, and there's a huge community of developers + companies making things work.


Replies

modrianoyesterday at 9:26 PM

Yeah, and I'm a big fan of the the hardware. I bought a refurbished MacBook Air in 2022 (M1 or M2, I don't recall) to try it on and see how I liked it. I mainly used it as a thin client to ssh to my homelab, but it was far and away the best laptop hardware on the market and I loved the battery life. I found that I couldn't use it with two (non-duplicating) external monitors, so I considered the test a success, gave the MacBook Air to my wife, and bought a MacBook Pro (which I'm still using mainly as a thin client and ssh-ing to a Linux machine and working there; plug for Tailscale, it makes everything really nice and easy).

I know it's silly to have a MacBook Pro just for the screen size, its ability to drive two external monitors, and the battery life Apple Silicon achieves. And I feel a bit rude not really learning much about the dev tools the community has made for MacOS. But it is just really nice hardware (I just wish it wasn't such a chore to configure my Macbook to have the same ctrl+c, ctrl+v keyboard shortcuts when using an external keyboard, but the hardware is sufficiently better than anything else on the market that I tolerate it).

show 1 reply
jjavtoday at 9:20 AM

> you're still running a unix OS

They are trying so hard to destroy that, basically nothing is left.

Just yesterday I needed to run equivalent of strace on a mac to trace system call. Great, it has dtruss (truss was the command on Solaris). Turns out dtruss is still there, but apple has completely broken it, it doesn't work.

Just an example of how extremely developer-hostile Apple is.