• mobyduck648@lemmy.world
    link
    fedilink
    arrow-up
    39
    arrow-down
    1
    ·
    2 天前

    Honestly I’m done with the moderation more than anything, I got so fed up with the blatant manipulation on one of the subs I’ve frequented for over a decade I wrote a script to see what was going on with all the silent removals and so much was just vanishing. Capture all the comments every minute and diff them, you’ll see what I mean.

    Realised the reddit most of us knew was as good as dead then to be honest. Powermods are a cancer and the only chemo is to leave the place altogether.

    • UnequalExchange@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      13 小时前

      I have a serious question can I see like the evidence which you were able to gather from the use of this script? Its ok of you dont want to share cause I dont even know what a script is to be honest lol. Because I always try to archive something that these natsees do and this would just be another peice of evidence for me.

      • mobyduck648@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        7 小时前

        To be honest it was only ever a proof of concept, I ran it for a week or so and left it a sqlite database on my laptop. If you wanted to make a statistical case for manipulation you’d want to gather a more substantial dataset together, and you’d also want to label the data using NLP techniques.

    • rumba@lemmy.zip
      link
      fedilink
      English
      arrow-up
      22
      ·
      2 天前

      I read the writing on the wall when they started clawing back free mobile access.

      The first time a ‘free’ platform makes a desperate move, it’s time to relocate. I wiped all my posts and left my accounts open. Then, I went back and wiped them again every time they magically reappeared.

      I only left my posts in the sub that helped people understand Fediverse and Lemmy.

      • DrSoap@lemmy.world
        link
        fedilink
        arrow-up
        7
        ·
        2 天前

        I didn’t know they put posts back. I went in and wiped all my stuff around then too but I didn’t look back.

        • hdsrob@lemmy.world
          link
          fedilink
          English
          arrow-up
          7
          ·
          2 天前

          I spent time over several months hand deleting my post one by one, and they don’t show up for me.

          But one time after deleting them, someone replied to one of those deleted posts, so I think they’re visible to others, but not to me anymore.

        • rumba@lemmy.zip
          link
          fedilink
          English
          arrow-up
          4
          arrow-down
          1
          ·
          2 天前

          I left all my accounts to this day because I don’t trust them

      • mobyduck648@lemmy.world
        link
        fedilink
        arrow-up
        8
        arrow-down
        1
        ·
        edit-2
        2 天前

        So the idea is that you capture everything in the subreddit (posts, comments, votes if they’re not delayed to the point of uselessness) and save it to a database. The API rate limit is low these days but not so low you can’t do this for a moderately sized sub in the space of a minute or so. It’s easy enough to write a script that does this capturing, and after every capture you compare it with the previous one. The difference or ‘diff’ between the two captures is the content which was added and removed between the captures. Take the removed content, subtract those deleted by the user, subtract those openly removed by the mods, and you get the silently removed content minus API errors, reddit’s own anti-spam and so on. This is often quite revealing!

        Obviously this is not a perfect method, reddit itself really hates people trying to impose transparency on its platform. It has long falsely reported votes, totals, and all sorts of information while particularly shower-dodging mods will deploy their own bots on top of reddit’s own which can well beat your bot to the punch. This adds error to the process, but you can definitely see trends this way in my opinion.