5 ms·
I don't think that the main purpose of AppImage and containers is to hide technical debt. Being able to package an application 1x to run on many Linux distribut
by felixguendling 6y ago
I don't think that the main purpose of AppImage and containers is to hide technical debt. Being able to package an application 1x to run on many Linux distributions is a huge plus - notably if you don't want to waste resources supporting Ubuntu, RHEL, Gentoo, Arch, etc. by maintaing a separate package for each and every Linux package manager out there.
The same is true for Docker: having a consistent environment is just very useful.
- Avamander 6y ago> I don't think that the main purpose of AppImage and containers is to hide technical debt. It might not be the main advertised purpose, but it's the result. Why bother updating some dependency when you can simply not? It makes sense not to, things could break.
- AnIdiotOnTheNet 6y ago> Why bother updating some dependency when you can simply not? [derp]
- Avamander 6y agoYou just repeated what I said. I answered that question.
- AnIdiotOnTheNet 6y agoYou're right, my bad. However, I think "things could break" is ultimately a worse evil than "it might have vulnerabilities". This seems to be the main point of disagreement.