←back to thread

221 points finnlab | 3 comments | | HN request time: 0.278s | source
1. cullumsmith ◴[] No.43545851[source]
Still running everything from my basement using FreeBSD jails and shell scripts.

Sacrificing some convenience? Probably. But POSIX shell and coreutils is the last truly stable interface. After ~12 years of doing this I got sick of tool churn.

replies(2): >>43550576 #>>43550759 #
2. bitsandboots ◴[] No.43550576[source]
Not just stable - also easy to understand when, if ever, something goes wrong. There's very little magic, very little layers of complexity.
3. Gud ◴[] No.43550759[source]
Same. Why add the complexity of docker/kubernetes/?

FreeBSD and jails is so easy to maintain its unbelievable.