this post was submitted on 28 Jul 2026
377 points (99.7% liked)

Fediverse

43154 readers
1078 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, Mbin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)

founded 3 years ago
MODERATORS
 

Going by comments in the post, the required login is coming in waves, so not all people may notice immediately.

Still, as Reddit is strong-arming its way across, maybe worth signaling to people there that the fediverse may be used without an account, so long as there's even one instance that implements logged-out view as the protocol allows it?

I don't have access to my account any longer, possibly VPN ban, though I never tried to recover it so I can only guess why mine is lost, else I'd post myself.

you are viewing a single comment's thread
view the rest of the comments
[–] AmbitiousProcess@piefed.social 13 points 12 hours ago (2 children)

Fun fact, safereddit.com still works perfectly fine as a frontend in my experience! (not the only one out there, just an instance of redlib If you need to bypass the login requirement just add "safe" before "reddit" in the URL and it should let you in :)

[–] Ludicrous0251@piefed.zip 2 points 4 hours ago (1 children)

Fun fact, unless you are a social media manager for a company trying to astroturf content, you are under zero obligation to go on Reddit again ever.

[–] Anivia@feddit.org 2 points 2 hours ago

Well, there are some subreddits that simply do not have an equivalent community on Lemmy, or any other place on the internet. /r/steroids for example. Eroids.com is fine, but does not have the same quality standards when it comes to moderation

[–] trashboat@piefed.social 2 points 7 hours ago (1 children)

I’ve been wondering about this- how are redlib sites still working if the authwall is being made more restrictive?

[–] AmbitiousProcess@piefed.social 3 points 6 hours ago

As far as I'm aware, Redlib gets around blocks in two ways. The partially implemented client-side blocks I presume are by just stripping the code (e.g. seeing the post but it's greyed out and has a popup saying "sign in" in front of it, or when your whole screen is a login page but all the actual content was already loaded in the background, deleting that code means you can read the post just fine)

And the rest is just tricking Reddit by mimicking the request format & behavior of the Android Reddit app, which tricks Reddit into believing the user is supposed to be allowed access or shouldn't be rate limited, because obviously anybody using the app is a real signed-in user... I guess? (this information is from their GitHub page's README but I'm not sure exactly how all this works under the hood)