Remix.run Logo
sedatk 5 days ago

Off-topic, but I wish Linux had a stable ABI for loadable kernel modules. Obviously the kernel would have to provide shims for internal changes because internal ABI constantly evolves, so it would be costly and the drivers would probably run slower over time. Yet, having the ability to use a driver from 15 years ago can be a huge win at times. That kind of compatibility is one of the things I love about Windows.

fruitworks 5 days ago | parent [-]

I think this would be terrible for the driver ecosystem. I don't want to run 15 year old binary blob drivers because they technicially still work.

Just get the source code published into mainline.

sedatk 4 days ago | parent | next [-]

Ideally, yes. But, obviously not possible for every driver in existence.

dd_xplore 4 days ago | parent | prev [-]

And publishing shitty code invites wrath from Linus