Edit: For context, @db0@lemmy.dbzer0.com discovered that the developer of Tesseract had discretely banned numerous instances and disguised it as a server error. This included more heavily leftist instances, but also blahaj.zone. More recently, it was discovered that they had also been suppressing individual users, phrases, and communities that criticize power tripping on fedi.

Needless to say, I implore non blahaj.zone users to drop the Tesseract client (support for the client has already been dropped for blahaj). So called "liberals" like this who call out "extremism on both sides" are an insult to the values they claim to be upholding.

you are viewing a single comment's thread
view the rest of the comments
[–] 37 points 4 days ago (11 children)
  • [–] 35 points 4 days ago (1 child)

    Holy crap. That list is huge. Is there anyone left to interact with? It's not like there's THAT many of us.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 10 points 4 days ago (2 children)

    I dunno what "userRegexes" is, but I'm there. I'm hoping it means I'm banned!

  • source
  • parent
  • hideshow 4 child comments
  • [–] 7 points 4 days ago (1 child)

    It means that your account and any other accounts Tesseract finds with the same name as yours (the "samus12345" part) are banned.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 10 points 4 days ago (2 children)

    Wait, so if I create a Lemmy account as @samus12345@foobar.com, that would automatically be blocked as being assumed to be an alt of @samus12345@sh.itjust.works?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 4 points 3 days ago

    "regex" is short for "Regular Expression", a type of program for matching characters in text. I haven't read the actual code that uses the userRegexes list, but I think you're safe to assume that it means the tesseract client was filtering your comments and/or posts.

  • source
  • parent
  • [–] 7 points 4 days ago (1 child)

    For the nerds, another post (the one OP links to) stated that you can check the list by yourselves from the source by running the following command in the terminal:

    curl -s https://tesseract.dubvee.org/tesseract/api/system/policy policy \
    | base64 -d | gunzip > policy.json
    

    (Reminder to NOT RUN any commands on your terminal you don't understand)

  • source
  • parent
  • hideshow 2 child comments
  • [–] 5 points 3 days ago (1 child)

    It's a way much bigger PITA to do it in Windows than in Linux.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 3 days ago (1 child)

    True. However, there are still many ways to do it. If anyone reading this is curious, here are a few ways:

    • Find a way to run Linux commands in Windows (WSL, VirtualBox, ...);
    • Rewrite the command for PowerShell;
    • Do it manually (visit https://tesseract.dubvee.org/tesseract/api/system/policy, either right click and do "Save As..." or copy all the text, use an online Base64 file decoder, use a tool like 7-Zip to extract the GZip, and change the extension to txt so you can read the file with Notepad).
  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 3 days ago*

    I had to fetch the damn original list from their server, then (on my frigging Windows work PC) BASE64 decode it and gunzip it (something stupidly simple on Linux, less so on Windows).

    On the upside I did get the warm feeling of finding my nick on the list.

  • source
  • parent