Y
Hacker News
new
|
ask
|
show
|
jobs
by
joshSzep
1097 days ago
Nix vs not Nix seems like a parallel to Infrastructure As Code (terraform for example) vs Cowboying the AWS Console. Is that a fair comparison?
2 comments
skulk
1097 days ago
Yes that is a fair comparison. In the latter you have to write down or remember what you did to reproduce it, and even if you make a script it could screw up and leave your system in a bad state.
link
cromka
1097 days ago
That script can also stop working or misbehave once the underlaying system state changes, e.g. as the repository packages get updated.
link
thumbuddy
1097 days ago
Not really, unfortunately. In my opinion, Nix is more like using Haskell instead of whatever language your team is using to write software.
link
ParetoOptimal
1097 days ago
> Nix is more like using Haskell instead of whatever language your team is using to write software.
In my professional experience, this has worked well :)
link
SuperSandro2000
1097 days ago
I got pretty far the first year without really writing much nix code at all.
link