Open Protocols Under Pressure From Platforms and Governments
Spain blocked Cloudflare's CDN to enforce La Liga streaming rights, taking down Docker Hub as collateral damage for Spanish developers. This is not a hypothetical about centralization risk. It is a production incident that blocked `docker pull` commands for an entire country because a court order was applied too broadly.
The 'Select * from Internet.blogposts' thread revisited the longer arc of open protocols losing to closed platforms, citing Reddit, Twitter, and others closing APIs as the internet consolidated around a handful of gatekeepers. The ATProto debate in that thread is unresolved: some see it as a genuine decentralization attempt, others see it as another protocol that will hit the same centralization gravity once it scales.
These threads connect to a recurring anxiety in the HN builder community: critical infrastructure (DNS, CDN, app distribution, model hosting) is increasingly owned by entities that can be compelled, acquired, or commercially pressured into decisions that break things for everyone downstream.
So what?
Every critical dependency in your stack that runs through a single CDN, registry, or platform is a potential single point of failure for reasons that have nothing to do with uptime. The Spain Docker incident is a clean example: your CI pipeline can break because of a football rights dispute in a country you may not even operate in. Audit your critical pull paths and have fallback registries or mirrors ready.