> Luckily, we don’t have to imagine the scene because the High Court judgment details the last government’s reaction when it discovered this potentially rather large flaw. First, we are told, the relevant secretary of state (Michelle Donelan) expressed “concern” that the legislation might whack sites such as Amazon instead of Pornhub. In response, officials explained that the regulation in question was “not primarily aimed at … the protection of children”, but was about regulating “services that have a significant influence over public discourse”, a phrase that rather gives away the political thinking behind the act. They suggested asking Ofcom to think again and the minister agreed.
https://www.thetimes.com/comment/columnists/article/online-s...
Err, BlueSky is enthusiastically complying with that one (as you read by clicking through to their corporate statement),
> "We work with regulators around the world on child safety—for example, Bluesky follows the UK's Online Safety Act, where age checks are required only for specific content and features... Mississippi’s new law and the UK’s Online Safety Act (OSA) are very different. Bluesky follows the OSA in the UK. There, Bluesky is still accessible for everyone, age checks are required only for accessing certain content and features, and Bluesky does not know and does not track which UK users are under 18. Mississippi’s law, by contrast, would block everyone from accessing the site—teens and adults—unless they hand over sensitive information, and once they do, the law in Mississippi requires Bluesky to keep track of which users are children."
https://bsky.social/about/blog/08-22-2025-mississippi-hb1126
It's bold of them to attempt to shift the Overton Window in this way ("OSA is actually moderate and we should hold it up as an example of reasonableness to criticize other censorship laws against"). That happened fast.
The porn and gaming fans are on Reddit
Young versions of the above on Instagram.
This may show paranoia but all these things that are happening recently kinda add up to preparation for war.
This really shows that Bluesky is yet another us based social network company. This is where I think nostr is something completely different. Yes, it can be rough and if you use it naively you may see some annoying content, but oh-boy, it is actually fairly decentralized and resistant to state level attack like this.
I'm coming from understanding nostr - each app usually starts with ~10 relays and as you start interacting with other people it collects more paths/routes/relays (the new "outbox model"). So as soon as you install any nostr app, it's usually not affected by any single relay issue.
IMO it's got all the bad things about centralisation and the bad things about decentralisation. The worst of both worlds. I don't bother with it.
Mastodon/fediverse and nostr (the latter despite being from the same founder) are much better.
(I personally don't think Bluesky is a bad idea and I'm glad for more things in the ecosystem. But the point of decentralizing isn't just to protect against editorial constraint by the service owner; it's to protect against government pressure too. Mississippi could go after Mastodon service providers, but it'll cost them a lot more to find and chase 'em all).
They could try, but not even China could build an impregnable firewall.
idk how "open" would this mean but drastic changes are coming.
[1] https://en.wikipedia.org/wiki/Personal_jurisdiction_in_Inter...
And the "block" is a single clientside geo-location call that can be intercepted/blocked by adblock, etc.
And the "block" doesn't apply to any third party clients. So that includes:
- https://deer.social (forked client)
- https://zeppelin.social (forked client + independent appview)
- https://blacksky.community (forked client + independent appview + custom rust impl of PDS + custom rust impl of relay)
And a bunch of others like:
And I could keep going. But point being there are a thousand alternative frontends and every other bit or piece to interface with the same bluesky without censorship.
And the only user facing components are the frontend and the PDS. The appview can't even see the user's IP, only the PDS it proxies through. So if you move to an independent PDS and use any third party frontend, even if you use the bluesky PBC appview, there is no direct contact/exposure to the company that could be exploited.
Or, conversely, I'm unsure if other decentralized platforms would be unable to implement a similar block.
ublock origin filters can replace the contents of any page using regex.
Bluesky is private but the underlying mechanism is OSS and accounts are portable.
Go build the replacement and people can port their accounts across.
Maybe you could theoretically have an AT "app view" that takes data from multiple relays, but nothing in the implementation does anything to support that, and as far as I know nothing in the protocol does anything to help it discover the relays... which in practice means that even if you extend the app views to use multiple relays, there will never be more than a handful of relays with meaningful reach.
The AT protocol is at best a really crappy excuse for decentralization. And frankly a pretty poor example of open source too, given the usability and organization of the code they release.
Compare with, say, Nostr, which is actually decently decentralized... but, in not-unrelated news, suffers from massive content discovery problems. Or compare with Briar, which is even more decentralized but has both discovery and scaling problems. Or for that matter Usenet.
Contrast this with Mastodon which already has a vibrant federated ecosystem.