this post was submitted on 25 Jul 2026
115 points (85.3% liked)
memes
22097 readers
2253 users here now
Community rules
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to !politicalmemes@lemmy.world
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads/AI Slop
No 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
- !tenforward@lemmy.world : Star Trek memes, chat and shitposts
- !lemmyshitpost@lemmy.world : Lemmy Shitposts, anything and everything goes.
- !linuxmemes@lemmy.world : Linux themed memes
- !comicstrips@lemmy.world : for those who love comic stories.
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That’s a URL blacklist, not the username blacklist.
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.
https://codeberg.org/thethunderwolf/tesseract-blocklist-archive/src/branch/main/tesseract-shadow-policy-2026-07-24-19:50:UTC.json
Codeberg has the list
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.