this post was submitted on 25 Aug 2026
19 points (100.0% liked)

Programming

15561 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 3 years ago
MODERATORS
top 3 comments
sorted by: hot top controversial new old
[–] phughes@lemmy.ca 5 points 2 weeks ago

OK, that's pretty neat.

[–] hallettj@leminal.space 1 points 2 weeks ago

Interesting! I didn't realize the extent to which an ELF is a little database. It does seem worthwhile reexamine our formats from time to time. And yeah, since Nix relies on patching ELFs maybe a better tool for that would avoid some headaches.

I'm a little unclear of the idea of SELF executables as closures. If we want to avoid duplication of libraries on disk, would that require the one-userland idea? How would a NixOS setup work with all binaries packed into one SELF file?

[–] mesamunefire@piefed.social 1 points 1 week ago

Interesting! Ill have to ive this a try.