Might as well post this, seeing as I’ve used it in a few threads.
[Image Description: an oil painting depiction of a toad dressed in gentlemanly Victorian period clothing with a caption that reads “gentlemen, it is with great pleasure that I inform you my name was included on the tesseract block list”]


How would somebody go about finding their name? Do they just have to download the GitHub repo and search?
Hell yeah brother!
Part of the problem is that it isn’t even in the repo. It’s grabbed at runtime, without informing users and having no opt-out.
https://file.garden/amIRhTctI0qld2r5/policy.json
Check that file
Eyyy one of my alts made the list! In fairness this is my least political account, and I’m on a banned instance.
I’m just glad to be included.
fucking kidding me… Ive got myself banned from ml. how do I get on this garbage list?
Run this command in your terminal. Works on Linux, but will need to be modified on windows
$ curl -s https://tesseract.dubvee.org/tesseract/api/system/policy | base64 -d | gunzip > policy.jsonCreates the list and puts it into a file called policy. One of the largest issues is that the list isn’t even in the repository. Its gotten while the we app is running, and not readily available
It’s fetched from a site, it’s not in the repo I think