@lily zero link-at-load time; no dependency hell; increased security because of that (nobody can switch in a broken or malicious shared library under your software); potentially lower memory usage; more portable executables... i'm sure there are more, but that's just off the top of my head
@millihertz @lily
> nobody can switch in a broken or malicious shared library under your software
True, but neither can you and if a vulnerability gets discovered in one of the libraries, you'd have to rebuild everything that depends on it โ or at least re-link if you keep the object files which no one does, but which would make sense in case with such a distro.
@millihertz @lily
Ha-ha-ha-ha! True โ gives away my habit of rebuilding Firefox with my own set of patches, package maintainer mentality ๐