1. glibc/loader coupling creates ABI fragility
“Mapping parts of files into executable memory, and then executing them, had better be bulletproof!” – arjvik
2. Alternative loader approaches aim for cross‑libc portability
“backed by its own ELF loader (x86‑64 and aarch64) and a glibc ABI bridge” – j16sdiz
“Now it’s possible! Furthermore, SoLo binaries can run, without modification, on glibc‑based distros, Alpine, and soon on Android/bionic.” – pg83
3. LLMs are used for documentation, raising quality‑perception concerns
“By writing your documentation with Claude, my brain immediately associates the quality of the project with the quality of unreviewed Claude output.” – dummydummy1234
4. glibc versioning makes simple “old‑glibc” linking non‑trivial
“glibc has a terrible history of binary incompatibility.” – pg83