this post was submitted on 25 Jul 2026
115 points (85.3% liked)

memes

22097 readers
2253 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 3 years ago
MODERATORS
 

yayyy

you are viewing a single comment's thread
view the rest of the comments
[–] Earthwormjim91@lemmy.world 3 points 3 days ago (1 children)

That’s a URL blacklist, not the username blacklist.

[–] friend_of_satan@lemmy.world 2 points 3 days ago* (last edited 3 days ago) (1 children)

Dang, you're right, and the user list is deliberately hidden. I tried posting the code to view it, but for some reason my comment was rejected. :(

edit:

curl -fsSL https://raw.githubusercontent.com/asimons04/tesseract/master/static/data/policy.dat | base64 -d | gunzip | jq .

Currently shows 539 banned users and 2218 bannded user regexes.

[–] Earthwormjim91@lemmy.world 3 points 3 days ago (1 children)
[–] friend_of_satan@lemmy.world 1 points 3 days ago* (last edited 3 days ago)

nice. there's a github repo that has it too, but seeing it directly from the source is a more honest, direct way to show people what is going on. the least hand-wavy way.

Edit: Acutally the link you posted is more stragithtforward than the GH one, showing the instructions on how to generate the list in the README.md. Very cool.