Live data from Hacker News

Ask HN: Best way to have a “hot standby” dev machine? (mac)

news.ycombinator.com

1–4 of 4 posts

Re: Ask HN: Best way to have a “hot standby” dev machine? (mac)

#2
I kind of have this setup, except the other way around (a desktop Mac mini, and a MBP15 as a travel/spare machine).

The solution for me, is to have a TB3 M2 enclosure with a 1TB SSD in it, and use that exclusively for work.

I use iCloud for keychain, mail, etc; I have my dot files (including SSH keys) synced via iCloud Drive, so that stuff is pretty much ready to use once the second machine is online.

If the mini goes tits up, I'd likely have to install some software updates on the MBP but otherwise it's a pretty seamless transfer.

Re: Ask HN: Best way to have a “hot standby” dev machine? (mac)

#4

One Thing - Jetbrains IDE or anything else where you can configure a ton of options. Have a cron script to constantly export the preference file and sync to cloud or local NAS.

you can commit a bunch of project specific stuff to a repo? Which alleviates a good amount of pain when picking up a new machine but also helps for collaborating with colleagues who also use a JetBrains IDE