Hacker News new | ask | show | jobs
by matheusmoreira 2367 days ago
The Linux kernel is the best example of the success of such a strategy. The kernel's driver interfaces are unstable by design:

https://www.kernel.org/doc/Documentation/process/stable-api-...

https://yarchive.net/comp/linux/gcc_vs_kernel_stability.html

https://youtu.be/iiED1K98lnw

There are technical reasons for this but it also serves another purpose: maintaining leverage over companies that would take advantage. The Linux kernel receives tens of patches every hour. If companies refuse to upstream their drivers, they are left behind and must pay the maintenance costs or drop support. Their products are worse for it.

I wish every free software project had this power.