Direkt zum Hauptbereich

Posts

Es werden Posts vom März, 2026 angezeigt.

The Vibe Coder, the Machine, and the Cathedral: How a US Federal Court Saved Open Source Without Knowing It

Part One: A Licensing Dispute That Shook the Commons On a quiet corner of the Python ecosystem, a licensing dispute erupted that may prove to be the most consequential controversy in the history of open-source software governance. The project at the center of the storm is chardet, a character encoding detection library so deeply embedded in the infrastructure of the modern web that most developers who depend on it have never given it a second thought. For years, chardet has operated as the invisible workhorse that ensures text renders correctly across systems, browsers, and languages. Its original author is Mark Pilgrim, a figure of near-legendary standing in the Python community and the mind behind Dive Into Python. Pilgrim released chardet under the GNU Lesser General Public License, a copyleft license whose defining characteristic is its viral condition: you may use, modify, and distribute the code, but any derivative work must be distributed under the same LGPL terms. The license ...