• Jankatarch@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    9 days ago

    If I post trans memes monthly and study das kapital every day, will I make it to the list next year? I don’t want to un-disappoint my parents!

      • pleb_maximus@piefed.zip
        link
        fedilink
        English
        arrow-up
        0
        ·
        9 days ago

        So you should add me to your blocklist on your, what now seems to be closed source, UI @admiralpatrick@lemmy.world otherwise the “normies” might be exposed to my toxicity and violence. Chop chop, get to it!

        Oh, but maybe tell the users that you have built in such a feature and let them decide on their own, it is generally considered toxic and dipshittery of the highest order to hide such things even from the admins and try to obfuscate it in the commits.

    • Hugucinogens@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      0
      ·
      9 days ago

      It’s not computers, it’s the latest drama here in the Fediverse.

      Big frontend called Tessarect did a sneaky.

      They made a hidden shadow-ban list of instances, users, and phrases, keeping it secret from users and admins by not including it in the open source code and instead loading it at runtime, and added in there all non-centrist (instances, users, and phrases) they could think of. They also lied about it, by claiming it to be a technical issue, when any user looked for the banned instances from the front-end, instead of calling it what it is, a targeted exclusion.

      Essentially, hidden censorship, and sliminess.

      To the degree that some people, (like OP here), have taken it as a badge of honor, that they are among the ones banned by name, in that list.

      And some other people, are definitely not jealous.

            • OpenStars@discuss.online
              link
              fedilink
              English
              arrow-up
              0
              ·
              8 days ago

              Which are only blocked if the admin specifically asks for them to be.

              In other words not hard-coded at all.

              PieFed is quite opinionated, and the instance picker even more so, but the “hard-coded” arguments have long since been debunked (though last I checked, without being acknowledged by those who initially spread the story).

              Also the flagship instance PieFed.social does block a lot, but that’s as different as an instance is from software. Btw Lemmy.ml rather famously blocks a lot of content as well.

              Whatever software you use, pick good instance admins that you feel reflect your values (or even self-host your own), and you’ll enjoy your experience on the Threadiverse much better than being at odds with them.

  • X@piefed.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    9 days ago

    Cuz I’m a bad ass motherfuckin’ DJ
    This is why I walk and talk this way!

    • Limitless_screaming@kbin.earth
      link
      fedilink
      arrow-up
      0
      ·
      9 days ago

      There’s a popular frontend for Lemmy called “Tesseract”. About a week ago the dev pushed an apparently malicious update with a block list which contains lots of leftist (as in even slightly left leaning) communities and users.

      OP searched for and found his username in that block list.

      The file OP searched in is “policy.json”, which doesn’t exist in the source code. The command pulls the content of the url decodes it from base64, unzips it and puts the content in policy.json. Which means the source code obfuscates the file by default.

      (the only file called “policy” I could find in the source code is a .dat file which has the encoded data).

      • OpenStars@discuss.online
        link
        fedilink
        English
        arrow-up
        0
        ·
        8 days ago

        The author explains himself here: https://lemmy.world/post/49817942.

        Like apparently it’s not “leftist” per se (or trans or furry etc.) so much as extremist rhetoric, or even instances turning a blind eye towards same, for the sake of mainstream normies coming here from Reddit.

        It would be like blocking pretentious people, then vegetarians decrying unfair/biased treatment.

        Note that many leftists are not blocked, like I strongly doubt that slrpnk.net would be, it’s primarily the more “militant” varieties.

      • GreenKnight23@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        9 days ago

        lol and they just closed sourced it.

        are they breaking licensing laws now?

        @ptz@dubvee.org if you’re going to shit on the community, at least have the decency to stand by your work.

      • Axolotl@feddit.it
        link
        fedilink
        English
        arrow-up
        0
        ·
        9 days ago

        lots of leftist

        Apparently they just blocked whoever didn’t agree with the devs, it’s mainly leftists but there are some rightist too, they blocked the word “Enlightened centrist” so the devs are for sure enlightened centrists and blocked whoever isn’t

    • Binette@lemmy.ml
      link
      fedilink
      English
      arrow-up
      0
      ·
      9 days ago

      That’s not the issue. Admins running the UI and other users didn’t know this was in it.

        • Binette@lemmy.ml
          link
          fedilink
          English
          arrow-up
          0
          ·
          8 days ago

          Well yeah, people are changing frontends and warned others that Tesseract has that kind of blocklist and they don’t support it. If people that used the tool didn’t find out until now, it’s mostly a communication issue from the dev. And to the user that knows none the wiser, opinions that they would’ve accessed if not for using Tesseract are essentialy not available. The option to turn it off is essentially hidden, and the user can’t find out that information is being blocked (as seen by the reaction it caused in the threadiverse). It’s censorship by omission of information. Even if they had good intentions, the way they went about it failed to communicate what the blocklist was about, and that information was being blocked in the first place.

          It’s also just kind of a silly thing to implement in a client. That’s the perspective the memes are coming from. Usually, blocklists should be left to the instance administrators or users. The client should only easily allow such a list to be available.

            • Binette@lemmy.ml
              link
              fedilink
              English
              arrow-up
              0
              ·
              8 days ago

              I don’t really know if I was blocked nor do I really care. I’m just explaning why people were upset/making memes about it. It’s shocking once one finds out about the blocklist, but kind of funny in retrospect.

    • bloor@feddit.org
      link
      fedilink
      English
      arrow-up
      0
      ·
      9 days ago

      cat abuseeee!!

      grep can take a list of files to search in, saves you a process call and some syscalls.

      • chickenf622@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        0
        ·
        8 days ago

        Or they just love using the pipe operator cause it makes them feel like a real programmer. I honestly am so used to piping to grep I forget you can pass it file paths.