5 ms·
> Deployment is pain specially on commodity VPS. Oh? Why is that?
by frogulis 4mo ago
> Deployment is pain specially on commodity VPS.
Oh? Why is that?
- sshine 4mo agoI 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.