Bluesky Goes Dark in Mississippi over Age Verification Law

89 BallsInIt 38 8/22/2025, 10:51:27 PM wired.com ↗

Comments (38)

silicon5 · 1h ago
They're right to point out that laws like this are primarily motivated by government control of speech. On a recent Times article about the UK's Online Safety Act:

> 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...

wmf · 2h ago
whicks · 3h ago
ChrisArchitect · 1h ago
shadowgovt · 2h ago
Meanwhile, nothing has changed on Mastodon.

(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).

esafak · 1h ago
If you think technology will protect you from censorship look at China. They can stop all but the most persistent users. It is just a question of how much they care to; they have the means. And most users are closer to Homer Simpson than Edward Snowden.
shadowgovt · 1h ago
Mississippi would have a hell of a time convincing every ISP in the US to put up a firewall too.

They could try, but not even China could build an impregnable firewall.

nemomarx · 54m ago
If you get 75% coverage (or let's say the 5 biggest ISPs here, comcast and so on) you don't need to really chase the long tail of small providers that hard. It would effectively be unavailable to non technical people at that point.
avs733 · 1h ago
six months ago I would have said the same thing about US universities.
terminalshort · 27m ago
Universities? The primary revenue source for basically 100% of US universities is the federal government. The concept of a private university in the US is little more than a legal technicality.
beeflet · 1h ago
technology does not work unless you use it
tclancy · 28m ago
What does that mean?
beeflet · 2m ago
China isn't an example of the impact of poltics vs technology because chinese people generally don't use de-centralized or private tech in the first place
Waterluvian · 2h ago
Or they pick a few and make an example out of them.
shadowgovt · 1h ago
I believe the example would be "Good luck with that I'm in Germany."
egypturnash · 55m ago
That would be mastodon.social, yes, but there's lots of instances that are not.

Like I run one and I'm in Louisiana and I sure do not have the funds to mount a legal defense.

immibis · 1h ago
This proves that Bluesky is not decentralised, btw.
OneDeuxTriSeiGo · 27m ago
FWIW the only "site that goes dark" is the https://bsky.app website frontend/mobile app.

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:

- https://anisota.net/

- https://pinksky.app/

- https://graysky.app/

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.

eximius · 42m ago
Bluesky is not decentralized. The AT protocol is - albeit with few large integrators besides Bluesky, but it isn't susceptible to like 51% attacks or anything so that's mostly okay.
spondylosaurus · 52m ago
Does it actually? (Genuine question.) The article doesn't get into specifics about how the block is implemented, but I wouldn't be surprised if there is some non-trivial way around it.

Or, conversely, I'm unsure if other decentralized platforms would be unable to implement a similar block.

OneDeuxTriSeiGo · 25m ago
TLDR it's a single geoloc RPC call clientside. you can just tag it with an adblock filter to kill it. Or use any third party client (my comment to OP has a bunch of them listed).