• dinckelman
    link
    fedilink
    13210 months ago

    The fact that some of you are putting the blame on instance owners/moderators is just showing that you have about the same amount of brain rot as the people actually posting this vile trash

    • Franzia
      link
      fedilink
      2110 months ago

      Right. This is a community effort, and it’s important we support our instances and figure out how to best keep them safe.

    • uphillbothways
      link
      fedilink
      -25
      edit-2
      10 months ago

      Honestly, my first thoughts were that reddit had probably funded some blackhats to sabotage shit because they’re still salty. Then, they could have it reported.

  • m-p{3}
    link
    fedilink
    4810 months ago

    Looks like some CSAM fuzzy hashing would go a long way to catch someone trying to submit that kind of content if each uploaded image is scanned.

    https://blog.cloudflare.com/the-csam-scanning-tool/

    Not saying to go with CloudFlare (just showing how the detection works overall), but some kind of builtin detection system coded into Lemmy that grabs an updated hash table periodically

    • wagesj45
      link
      fedilink
      2210 months ago

      Not a bad idea, but I was working on a project once that would support user uploaded images and looked into PhotoDNA, but it was an incredible pain in the ass to get access to. I’m surprised that someone hasn’t realized that this should just be free and available. Kind of gross that it is put behind an application/paywall, imo. They’re just hashes and a library to generate the hashes. Why shouldn’t that just be open source and available through the NCMEC?

        • wagesj45
          link
          fedilink
          1310 months ago

          They could tweak their images regardless. Security through obscurity is never a good solution.

          I can understand the reporting requirement.

    • gabe [he/him]
      link
      fedilink
      8710 months ago

      OK, I am going to take a minute away from the shit stirring and potentially provide some insight speaking as an admin who’s had the misfortune of dealing with this so I can maybe shift this comment section into an actually meaningful discussion.

      You can have your own opinion and feelings against lemmy.world but, this?

      The only thing that could have prevented this is better moderation tools. And while a lot of the instance admins have been asking for this, it doesn’t seem to be on the developers roadmap for the time being. There are just two full-time developers on this project and they seem to have other priorities. No offense to them but it doesn’t inspire much faith for the future of Lemmy.

      This is correct. Most lemmy admins likely agree as well, I don’t speak for anyone but myself but I can say that I think it would be hard to find someone who disagreed. What happened today is a result of a catastrophic failure on lemmys end, with issues that should have been addressed over a month ago just being completely ignored. The lemmy devs shared a roadmap during their AMA & they essentially were more concerned with making shit go faster… that’s about it.

      • IHeartBadCode
        link
        fedilink
        2410 months ago

        Okay, honest question. What mod tools are lacking. If there’s something needed, what is that thing or things?

        I went over to the feature request page for Lemmy and I couldn’t find anything massive in terms of requests for moderation tools that would have been sure fire ways to stop this particular event.

        That said, there is over 400 open feature requests alone on Lemmy’s github. I obviously couldn’t go through every single one. But coming from the kbin side I’m just curious about our Lemmy brothers and sisters. It sounds dire and I’m woefully under informed on how bad it is.

        • @[email protected]
          link
          fedilink
          1410 months ago

          Agreed, I don’t know what AutoMod did on Reddit but if what mods need is a rule-configurable post remover then I’d be happy to clobber together something in Python

          • @[email protected]
            link
            fedilink
            7
            edit-2
            10 months ago

            If you’ve really got the time and energy I think you would see pretty heavy use of such a tool. I think the existing libraries are definitely mature enough. I’ve been surprised that nobody has done it already

            • @[email protected]
              link
              fedilink
              11
              edit-2
              10 months ago

              Nice, do you happen to remember what the most popular moderation rules were? So far I can think of:

              • Minimum karma/account age to post/comment
              • Post title must contain X

              I have exams in September but if I get a free day it should be enough to get something working

              • @Corkyskog
                link
                110 months ago

                Wait does lemmy have reporting functionality, so you could use some type of number of reports?

      • stevecrox
        link
        fedilink
        1010 months ago

        As an admin, how do kbin moderation tools compare?

        Also does lemmy.world have the spare cash to offer cash for features?

        • gabe [he/him]
          link
          fedilink
          2510 months ago

          Kbin moderation tools are worse. And potentially. I guess a bug bounty could be started up.

      • Antik 👾
        link
        fedilink
        710 months ago

        It was worded a harshly but I’m happy to see you jump in here @[email protected] <3

        To users this might seem like it came out of the blue but instance admins know this is has been a big issue for months. The “roadmap” they shared was indeed, optimize the database queries to make things go brrrr, get more funding and update join-lemmy.org

        • gabe [he/him]
          link
          fedilink
          510 months ago

          100%, ultimately there might be disagreements amongst admins over many things but this is something that there is clear unity on and I felt important to establish it. Hell, I’ve disagreed with lemmy.world’s decisions on numerous fronts as well which you already know. I think the harshness is understandable as well, given you know

        • @[email protected]
          link
          fedilink
          2410 months ago

          Forking solves the problem of inactive maintainers, or the problem of maintainers who don’t review and/or accept PRs, but Lemmy really doesn’t have either of these problems at the moment.

        • The Quuuuuill
          link
          fedilink
          English
          810 months ago

          With all forks of maintained projects it starts with saying several times “No, but seriously, you need to do something about this”

          Forks are the enemy of open source. The goal is merges. When someone forks a project without plans to merge back, it’s a sign that the project has failed them in some way

        • AnonymousLlama
          link
          fedilink
          610 months ago

          It’s a shame it’s not written in a PHP framework or something that’s more common. Plenty of devs have been helping about contributing to kbin development, it sounds like it’s a lack of manpower on Lemmy’s end that’s contributing to this

          • @[email protected]
            link
            fedilink
            710 months ago

            Yeah, Rust was a good technical choice but in practice it really narrows down the pool of potential volunteers

            • stevecrox
              link
              fedilink
              710 months ago

              It was an incredibly poor technical choice.

              Programming goes through fads where people will claim X can solve every problem. Eventually people realise a languages strengths/weaknesses and communities form.

              Rust is the current fad language, its developed a strong following in C/C++ communities but they have nothing to do with middleware (the role Lemmy is using Rust).

              It means lemmy devs will have to build everything themselves (instead of focussing on lemmy) and the pool of contributor’s will remain small.

              • The Quuuuuill
                link
                fedilink
                English
                410 months ago

                Rust is a great and fabulous language, but flexible it is not. If I were starting a Lemmy or Kbin type project from scratch I’d likely start with Python, TypeScript, Lua, or Go depending on what specifically I was worried about bogging me down in the future. And then later on if there were really heavy procedures or db calls that couldn’t be simplified anyway else, do those in rust. I think Rust has some very interesting features for micro service development, but for a monolith like Lemmy, it’s surely a nightmare

                • stevecrox
                  link
                  fedilink
                  210 months ago

                  See my goto is Java/Spring Boot or Typescript/TSOA.

                  I avoid Python because Setuptools/Twine/FastAPI/\ docs conflict and seems to change so creating a good practice project layout is a huge time sink and none of the Python devs I meet seem to understand it.

                  I am doing GoLang atm, its ok but dev adoption is low where I am and no one has shown me a killer library/framework and being controlled by Google I am waiting for them to get bored and kill it.

                  Spring Boot takes longer to get going than TSOA/Express but hibernate makes SQL interactions trivial. I love typescript but types makes complex NoSQL queries far more convoluted than Java equivalents (its because Types can’t inherit and client libraries don’t use interfaces). So TSOA rocks in cases of speed or simplicity.

        • gabe [he/him]
          link
          fedilink
          510 months ago

          It is, there are currently discussions of attempting to do so but the issue lies that Rust is not only a really new programming language that really never was well suited for an application like this, forking means nothing if no one is going to contribute to the fork in the first place. I know that pawb.social is working on a fork iirc

      • @[email protected]
        link
        fedilink
        28 months ago

        Got a link to this AMA? Couldn’t find it.

        I agree with @[email protected], if modtools (one of the reasons for Reddit API protests in the first place) aren’t being prioritized, a hard fork of Lemmy will be inevitable. I know the Lemmy devs are known for being strangely hardheaded about certain issues.

        • gabe [he/him]
          link
          fedilink
          28 months ago

          They have shifted gears recently and been pretty receptive to this major critique. Things are going in a much better direction now that 2 months have passed. If I can find the AMA I will link you.

            • gabe [he/him]
              link
              fedilink
              25 months ago

              Yeah, unfortunately took a rapid shift away and my optimism is gone. A hard fork is being made from scratch in a new programming language, that I am actively involved in whatever way I can be.

  • ninjirate
    link
    fedilink
    3410 months ago

    Is there not some way to involve the authorities? I feel like FBI/CIA or other foreign agencies would love to track down whoever is distributing. Like set up some sort of honeypot instance to catch them

  • @[email protected]
    link
    fedilink
    English
    3110 months ago

    I’m a bit confused, how does locking down a single community help?

    Are the spammers really just focusing on one community instead of switching to the next after it gets banned?

    I do hope there is an IP ban option, so someone can’t just use the same IP again to create an account on another instance and post CSAM from there. Obviously I do know about VPNs, but it makes it a tiny bit more difficult to spam in large amounts.

    • @[email protected]
      link
      fedilink
      English
      1010 months ago

      Most people don’t have static IP addresses, so banning their IP will only stop them temporarily. Then whoever gets that dynamic IP address next will be banned too. Then there’s CGNAT where 1 IP address can have up to 128 people using it at once and the address changes even more frequently.

      • @[email protected]
        link
        fedilink
        English
        510 months ago

        We’re talking about temporary bans here, which do work against spam. Private users do have dynamic IPs, but at home I think I’ve had the same IP for years. They don’t wildly switch them around.

        On second thought the IP is probably not federated though, so if there isn’t a common IP block list which instances subscribe to it won’t work.

        • @[email protected]
          link
          fedilink
          English
          210 months ago

          Every time my router restarts I get a fresh wan IP. I can also manually grab a new one via the DHCP release/renew functions in it’s config page.

          • @Branny
            link
            110 months ago

            Lucky you. My ISP grants a new IP every 6 months or so. Even charges extra to keep it static -.-

          • @[email protected]
            link
            fedilink
            English
            010 months ago

            Weird, are you 100% sure? I can restart my router all day, my ISP gives me the same IP back pretty much every time.

            Probably depends on the ISP.

        • m-p{3}
          link
          fedilink
          1210 months ago

          MAC address is a Level 2 addressing system (OSI model) and will not leave the local network / stay within the broadcast domain. The web browser will not expose this kind of information to a web server.

        • TheOneCurly
          link
          fedilink
          English
          810 months ago

          MAC address isn’t something a remote server knows about a client. Only the IP you should respond to is provided.

  • @NGC2346
    link
    2710 months ago

    Is it that hard to not be completely retarded and innapropriate on the internet for these people? Only “viable” alternative to reddit and they have to fuck it up

    • ahornsirup
      link
      fedilink
      3010 months ago

      I’d assume that fucking it up is the goal. Some people are just irredeemable sociopaths who get satisfaction out of ruining other people’s days.

      • The Quuuuuill
        link
        fedilink
        English
        410 months ago

        And I think its just some disgruntled online user who doesn’t like when people are happy rather than some corpo entity. I’ve seen some people saying Reddit did this. I’m more likely to believe a user of a widely defederated instance that’s shutting down because everyone defederated them is responsible, or a zealous fediverse user that refuses to touch Lemmy because of who the devs are and thinks theyre doing the world a favor by keeping anyone else from enjoying it

  • @[email protected]
    link
    fedilink
    English
    1510 months ago

    While I understand the move entirely I can’t help but wonder if that might have been the intent of the perpetrators.

    • @[email protected]
      link
      fedilink
      2810 months ago

      Definitely was. It was just a flex of their power. I don’t see any viable solution at the moment though, so going nuclear was the only sane option. When your options are to close a door versus playing an increasingly difficult game of cat and mouse w/ CP posters, most would opt to temporarily shutter their doors I feel.

      What is worrying is that any community on lemmy on any instance is vulnerable to this type of attack. This will continue happening again and again until a clear solution, technical or otherwise, can be devised.

      I gave my loyalty to Lemmy. I am not going to jump shit because some deranged lunatics decide to troll in the most abhorrent ways. I plan on donating to the project in show of support and I hope others do as well.

      • Rentlar
        link
        fedilink
        910 months ago

        Honestly, I think it was destined to happen one way or another because of an open-signups server getting so big. The burggit/vlemmy debacle was the warning shot.

        It should jump-start overdue efforts to improve moderation granularity and make it easier for mods to manage users and content.

          • The Quuuuuill
            link
            fedilink
            English
            410 months ago

            Can’t speak to Burggit’s place in the saga, but its widely speculated the vlemmy admin found some CSAM in the data storage and shut the whole thing down so as not to be further legally liabile for illegal activity on the server. I’ve seen some people saying admins don’t have to worry about that because of this section of this code of that countries legal doctrine or whatever, but the reality a lot of us face is that law enforcement and prosecutors don’t care how the CSAM got there, or if you knew about it, because its your burden of proof to prove them wrong about that, and they just have to make jurors who don’t know how the tech works think its your hardware, your hosted service, and therefore, your CSAM. The consequences of mishandling or not documenting your actions in regards to CSAM are incredibly dire. You could see yourself permanently sent to prison, and if not, upon your release permanently ostracized in very complex ways that could render you permanently homeless.

            I like… Don’t understand the stance that Ruud or VLemmy are overreacting at all. Those are the stakes in some places, including where the majority of instances are hosted. It gives me the read some people don’t care that the admins are just people like you and me hosting these services to make good communities happen. The expectation for some people seems to be just like… “Keep the service up no matter what. I want to view content. if it becomes impossible to host, just sail out into international water. The content must flow”

          • Rentlar
            link
            fedilink
            3
            edit-2
            10 months ago

            Though I haven’t confirmed it (nor would I want to at this point), from my recollection of events, some community from burggit.moe was allegedly the source instance of the problematic images that were thought to have taken vlemmy.net down, which was reportedly some sexual depiction of young fictional cartoon/animal characters. This might not be illegal in some places but it definitely is in Ireland, so the server owner was notified as such and had most of their online accounts removed.

            My Fedilore+drama post on it

      • @[email protected]
        link
        fedilink
        310 months ago

        I gave my loyalty to Lemmy

        This is a weird way to think about a service. You’re not a serf or lord. If the things tanks tomorrow I’m not losing sleep over it.

        • @[email protected]
          link
          fedilink
          110 months ago

          Let me clarify. I am loyal to Lemmy because they demonstrate a few important things to me. Openness, transparency, and community ownership. I have never used any piece of social media, content aggregation, whatever else, that has given me such confidence and transparency. Lemmy (as a project, not a single instance) has earned my trust because they have actually shown accountability and been open to communication.

  • freamon
    link
    fedilink
    English
    310 months ago

    One solution, perhaps, is if Lemmy users were better able to overcome the inertia of moving Communities, Instances, accounts, etc. Essentially to be a moving target for anyone who might want to cause harm. DDoSing lemmy.world? Okay, but we’re all on lemmy2.world now. Spamming a Community? Oh, you mean that one we all left?

    I’m not criticizing others, because I’m as guilty of it any anyone, but it might be better if we realized that our usernames are meaningless, there’s no Karma, our comment histories are full of ephemeral observations with only a very specific relevance. It wouldn’t really matter if - worst case scenario - everything was deleted. I realise this wouldn’t sound acceptable to new users, but since many of us on instances run by one person as a hobby, that might happen anyway.

    (As I was typing this, someone just replied to a 17 days old comment I made, so maybe this is all rubbish)

    • @[email protected]
      link
      fedilink
      1410 months ago

      Hey, good to see you as usual.

      The issue here is more than illegal content gets propagated to every instance, so moving around doesn’t help that much in that regard, the issue would remain.

      • freamon
        link
        fedilink
        English
        210 months ago

        You too, of course.

        But, no, it does nothing for after something like this that has already happened. It was just more of a pie-in-the-sky solution to it ever happening in the first place.

  • @Osirus
    link
    310 months ago

    What is csam? I don’t want to Google it.

  • ineedaunion
    link
    fedilink
    -2110 months ago

    Shit posting needs to die anyway. Only thing that should be allowed on the internet is knowledge and education. Throw out the corporations too.

    • The Quuuuuill
      link
      fedilink
      English
      1310 months ago

      How will you enforce this new “no unapproved fun” policy? I think “Only knowledge and education” is a dangerous precedent to set, and we should strive for freedom of expression. And I mean real freedom of expression, not the “mandatory audience” version of freedom of expression the freeze peach folks want, I mean actual honest to goodness freedom of expression with freedom of association, including “We no longer wish to associate with you.”

      Part of that is that we all must be respectful of the bodily and personal autonomy of all people, which requires moderation of content that does not respect bodily and personal autonomy.

      In conclusion:

      • shitposting, fine
      • CSAM, deplorable
    • @[email protected]
      link
      fedilink
      810 months ago

      That sounds very extreme. I like humor, but not the trolling type. In my time we used to say “don’t feed the trolls”. When ignored they mostly go away. Nowadays there’s always someone arguing with them. It’s so stupid…

      • ineedaunion
        link
        fedilink
        -1010 months ago

        How is education trolling? You do know the internet was made for communication and education until corporations took it over?

        • Ech
          link
          fedilink
          English
          410 months ago

          Humor = education? Trouble reading much?