Remix.run Logo
madjam002 4 days ago

Definitely don't recommend going down this path if you're not already familiar with Nix, but if you are, a strategy that I find works really well is to package your software with Nix, then you can run it easily via systemd but also create super lightweight containers using nix-snapshotter[0] so you don't have to "build" container images if you still want the flexibility of containers. You can then run the containers on Docker or Kubernetes without having to build heavy images.

[0] https://github.com/pdtpartners/nix-snapshotter

frantathefranta 4 days ago | parent | next [-]

I don't recommend getting familiar with Nix because your chances of getting nerd sniped by random HN comments increase exponentially.

sovietmudkipz 3 days ago | parent [-]

Funny. I probably will dive into Nix some day but I've been content letting it sit waiting for me to check it out.

throwaway091025 4 days ago | parent | prev [-]

[dead]