hitagi (ani.social)

howdy

  • 0 Posts
  • 71 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle

  • This Lemmy instance is much harder to maintain due to the fact that I can’t tell what images get uploaded here, which means anyone can use this as a free image host for illegal shit, and the fact that there’s no user list that I can easily see. Moderation tools are nonexistent on here.

    0.19.4 provides a way to see uploaded images (although not the best) but this version was only recently released so I can see where the frustration is coming from especially since the CSAM attacks happened nearly a year ago. At the time, I had to make a copy of pictrs, view everything on a file manager, and manually remove those images. People can still upload images without anyone seeing it however.

    It also eats up storage like crazy due to the fact that it rapidly caches images from scraped URLs and the few remaining instances that we still federate with.

    This was fixed in 0.19.3 (released 7 months ago) where you can disable image “caching”. This has solved storage costs for us together with pictrs’ image processing.

    plug in an expensive AI image checker to scan for illegal imagery

    It’s unfortunate that we need this. Not everybody has the resources to run fedisafety nor does everyone live in USA where they can use Cloudflare’s CSAM scanner. I think a good way to deal with the issue is to have images that are not public, not be stored (or have no private images at all). This way images can be easily reported.

    Overall, I understand the frustration and to some degree I also feel the same but I also limit my expectations considering the nature of the project.









  • I did say the complaint:

    The mod tools are too basic and barebones

    I also gave three ideas that are (1) manually done by mods/admins, (2) manually done by users, (3) automated by mods/admins.

    On a small subreddit I moderate, we have automod automatically queue posts at a certain age. If your account is less than a day old, your post is hidden for public viewing while the mods manually approve it. We had to deal with a lot of spam bots and this was a good solution for us.

    I believe the way the report feature works on Lemmy is that it sends out to the mods of the community and all the admins. It doesn't work quite well when I don't know the rules of a community. "No memes on mondays", is that really something I (as an admin) should be worried about? That's not my job.

    I hope this clears things up.


  • The mod tools are too basic and barebones. I'd appreciate if we can get:

    • Post approval system for new or low-karma accounts (it can be karma for local communities)
    • Reporting system with multiple options (very hard to implement in the fediverse as everyone has different rules) so that the reports are sent to the proper channels. Admins shouldn't have to deal with community-specific rules (for example, "memes only on mondays").
    • Automoderator (these might already exist? I have not tried them.)

    I don't know if I should split this comment into three or not but they're some general suggestions to address the complaint of basic mod tools.








  • I’m sure the original spirit of selfhosting is actually owning the hardware (whether enterprise- or consumer-grade) but depending on your situation, renting a server could be more stable or cost effective. Whether you own the hardware or not, we all (more or less) have shared experiences anyway.

    Where I live, there are some seasons wherein the weather could be pretty bad and internet or electricity outages can happen. I wouldn’t mind hours or even days of downtime for a service whose users are only myself or a few other people (i.e. non-critical services) like a private Jellyfin server, a Discord bot, or a game server.

    For a public Lemmy server, I’d rather host it on the cloud where the hardware is located in a datacenter and I pay for other people to manage whatever disasters that could happen. As long as I make regular backups, I’m free to move elsewhere if I’m not satisfied with their service.

    As far as costs go, it might be cheaper to rent VMs if you don’t need a whole lot of performance. If you need something like a dedicated GPU, then renting becomes much more expensive. Also consider your own electricity costs and internet bills and whether you’re under NAT or not. You might need to use Cloudflare tunnels or rent a VPS as a proxy to expose your homeserver to the rest of the world.

    If the concern is just data privacy and security, then honestly, I have no idea. I know it’s common practice to encrypt your backups but I don’t know if the Lemmy database is encrypted itself or something. I’m a total idiot when it comes to these so hopefully someone can chime in and explain to us :D

    For Lemmy hosting guides, I wrote one which you can find here but it’s pretty outdated by now. I’ve moved to rootless Docker for example. The Lemmy docs were awful at the time so I made some modifications based on past experiences with selfhosting. If you’re struggling with their recommended way of installing it, you can use my guide as reference or just ask around in this community. There’s a lot of friendly people who can help!