|
|
|
|
|
by jez
1270 days ago
|
|
Depending on what peripherals you already have, something that has been working well for me is using a cheap MacBook Air to ssh into a custom-built desktop PC running Linux under my desk. For work you probably care more about memory and CPU power (vs the PC gamer who cares about a big graphics card). So for $1000 you can get an M1 MacBook Air and with the other $1000 you can buy components for a 12 or 16 core desktop. SSH over LAN (while you’re at hone) is much snappier than you’d expect if your only experience with SSH is to an AWS data center. Slap Tailscale on both machines, and now you can access the home PC from anywhere on the road. Heck, you can even access it from a phone in a pinch with a mobile SSH client. With this setup you get native macOS and Linux (no docker nor VM required), power, portability, and battery life. It’s not the best solution for everyone but it’s working pretty well for me. |
|