Hacker News new | ask | show | jobs
by frogulis 21 days ago
> Deployment is pain specially on commodity VPS.

Oh? Why is that?

1 comments

I can only think of memory usage during compilation. That’s why I had to precompile binaries, which means cross-compile. Then if you add cross-OS, bundling a properly linked or statically linked binary is not that easy.