开源并不受垄断的免疫。
Open Source is not immune to monopoly

原始链接: https://humancode.us/2026/07/17/open-source-monopoly

作者认为,大型、单一的开源软件(OSS)项目往往表现得如同垄断企业,其领导层的特权与僵化管控扼杀了竞争。由于这些项目规模过于庞大,难以进行实质性分叉(fork),从而形成了“大而不能倒”的局面,导致了不健康的权力结构。 为解决这一问题,作者建议将反垄断原则应用于开源领域,强制将项目拆分为更小、模块化且可互操作的组件。作者援引最初的 UNIX 哲学,提出利用标准协议连接各个小型子项目,可以使生态系统更具韧性,也更容易被分叉。归根结底,文章指出,垄断与买方垄断行为并非资本主义所独有,而是人类组织在管理大型系统时共同的失败,必须在各类大型系统中予以纠正,以维持其健康与创新。

这篇 Hacker News 讨论帖围绕“开源并非垄断免疫”一文展开,重点探讨了 Linux 内核的架构。 评论者对作者的前提提出了反驳,认为集中化领导对于防止碎片化是必要的。一位用户指出,强制代码进入“主线”内核(如 Nvidia 的案例)是一种确保可靠性和互操作性的审慎机制。如果没有这种中央权威,内核很可能会分裂成难以管理且互不兼容的部分。 总体而言,参与者认为作者可能误用了“垄断”一词,而将其形容为“仁慈的独裁”更为贴切。他们主张,目前的系统成功管理了驱动程序开发中的巨大复杂性,避免了因采用更去中心化的方式而必然产生的“开发者冗余”。
相关文章

原文

The recent fiasco involving Linus Torvalds running Linux like the privileged man that he is and entirely missing the central points of the arguments made by people who don’t enjoy his kind of privilege reminds me that there are some OSS projects that have become so large, so important, and so monolithic, that the behavior of their project leadership becomes indistinguishable from a monopoly/monopsony.

Turns out, OSS is not immune to monopoly/monopsony after all, and I think one big part of a possible solution to this problem is the same one that should be applied to monopolies/monopsonies in capitalist markets: forcing interop of smaller components.

When any project becomes a monolithic tangle, it becomes enormously expensive—impossible even—to fork. In other words, it becomes anticompetitive. To keep the ecosystem healthy, such projects must be broken into interoperable pieces that are small enough that it becomes tractable for a small group of people to fork one component at a time.

Breaking up a monolithic project into sub-projects that interoperate using standard protocols is what makes UNIX so resilient and long-lived. We need to apply that philosophy up and down the stack.

tl;dr: When an organization or project becomes “too big to fail”, that is a sure sign that it should be broken into smaller pieces, and that includes OSS.

Maybe monopoly/monopsony is actually an emergent feature of the way humans self-organize, and not merely a side effect of capitalism after all. Maybe we should be dealing with it in all organizations, not only capitalist ones.

联系我们 contact @ memedata.com