Ask HN: Do you use a second local build server?
I run an M1 MacBook Pro as my main development machine and have used MacBooks for a long time. I run a lot of heavy C++ compilation tasks.
I recently thought about augmenting my setup with a Mac M2 Studio Ultra, and offloading all compilation tasks over there.
Do any of you supplement your primary machine with other local ones? Or cloud ones?
1 comment
[ 3.3 ms ] story [ 118 ms ] threadI used to orchestrate tens to hundreds of desktop machines and servers overnight for banking clients for batch runs and so on, so I know how it can work nicely.
For now I concentrate on getting decent parallelism out of my jobs, since all of my machines are multi-core.