Hacker News new | ask | show | jobs
by yjftsjthsd-h 454 days ago
There's also Alpine Linux, using openrc, musl, and busybox.
1 comments

yeah I'm also taking great inspiration from Alpine, but I like to see diversity in the space.

as one example, musl values portability over performance (great for my usecase), which makes it often significantly slower than glibc. Alpine keeps their musl relatively close to upstream, where Chimera is patches theirs more heavily.