I’ve sort of built this place.

Father of @AutoMod and @flairchange_bot.

Creator of the Defederation Investigator: defed.xyz.

  • 1 Post
  • 12 Comments
Joined 1 year ago
cake
Cake day: July 17th, 2023

help-circle


  • There’s plenty of applications that aren’t critical enough to require precise memory management and where a GC is a worthy tradeoff for the simplicity that Go brings to the table, but sure, if you are interested in going super low level that’s what you are left to work with.

    And it’s probably fine. If I had to pick between C++ and Rust I would choose the latter any day of the week but thankfully not every developer has to go that low.





  • No. Unfortunately it only works with storages on object storages like S3 buckets, not with filesystem storages. Meaning it access the files remotely one at a time from the bucket, downloading them over the internet (I assume, I didn’t make this).

    But the more important thing is that, as it states in the readme, no files get saved to your disk, they only stay in your RAM while they are being processed and everything is deleted right after. This is relevant because even having had CSAM on your disk at some point can put you in trouble in some countries, with this tool it never happens.

    Which btw is the same reason why mounting the pict-rs folder to your local computer is probably not a good idea.