←back to thread

306 points dxs | 1 comments | | HN request time: 0.354s | source
Show context
enriquto ◴[] No.44070852[source]
Never understood the point of flatpak, snap and the like. Can't you just distribute static binaries? They are not that hard to compile.

(I mean, from the distributing point of view. The sandboxing and resource management is a OS-thing that should be an orthogonal issue. Users must be able to sandbox programs that they don't trust, regardless to how they are packaged and distributed.)

replies(4): >>44070906 #>>44070908 #>>44070918 #>>44071467 #
1. dale_glass ◴[] No.44070906[source]
They're not at all trivial on anything big and complex.

And the code I work on has loadable plugins, too.