Sad Wolverine - Feddit.it

Hopefully we’ll get it back once this stuff gets sorted. Was it the most popular .World community? Are there any similar ones that might substitute?
I think some instance owners having been talking to the team behind Lemmy about implementing some sort of detection system. Not sure how long that will take though considering all the feature requests they must be getting
I'd be surprised if there wasn't already something off the shelf they could use. Yahoo released their porn detector decades ago, and with AI being as prevalent as it is, I'd think that wouldn't be too hard to implement. Maybe difficult to implement well though...
Right? All of these big companies have to be using something. There’s no way that it’s just hordes of traumatized moderators.
db0 (Mod from my instance) created a tool to scan and remove CSAM related content. Sounded pretty neat.
Could you link it? I have plans to host a lemmy instance, it could be helpful.
Lemmy Safety now supports cleaning local pict-rs storage from CSAM - Divisions by zero

I posted the other day [https://lemmy.dbzer0.com/post/2896209] that you can clean up your object storage from CSAM using my AI-based tool. Many people expressed the wish to use it on their local file storage-based pict-rs. So I’ve just extended its functionality to allow exactly that. The new lemmy_safety_local_storage.py will go through your pict-rs volume in the filesystem and scan each image for CSAM, and delete it. The requirements are * A linux account with read-write access to the volume files * A private key authentication for that account As my main instance is using object storage, my testing is limited to my dev instance, and there it all looks OK to me. But do run it with --dry_run if you’re worried. You can delete lemmy_safety.db and rerun to enforce the delete after (method to utilize the --dry_run results coming soon) PS: if you were using the object storage cleanup, that script has been renamed to lemmy_safety_object_storage.py

Yeah that’s what I was referencing but I wasn’t sure if they were the only player in that