• 0 Posts
  • 10 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle

  • I think anime has become one of the more active niche interest communities on lemmy. The most active general anime community is !anime@ani.social (shameless plug).

    In general, myself and some of the other more active posters have been migrating and encouraging other related communities to be located on the ani.social instance. Part of the reason behind that is that it lets users that just really don’t want to see any anime content (see this thread) simply block the instance and move on.

    I know all about anime hot takes though. I have previously professed to hating Clannad so much I couldn’t watch past the first couple of episodes.


  • Where the NSFW line is drawn varies depending on the moderator and community. If there are communities that are either not moderated actively enough or draw that line too far to one side for your taste, then don’t subscribe or block those communities. Those tools exist there for a reason.

    I would not consider the post you have linked to as NSFW. I also think that the NSFW tag has evolved over time, so perhaps my definition of NSFW just doesn’t line up with what today’s standard should be. There are plenty of anime characters in very popular shows that have a character design similar to that. There are big billboards of them some places to promote the show. Just because it might be NSFW in your work environment/region, does not mean it is everywhere.



  • I use Sonarr, but it does mess up sometimes for shows even when you mark it as an anime to use absolute numbering. It most often happens with older shows that have lots of OVAs that are sometimes listed as episodes and sometimes listed as specials, depending on the database. So, if you are having Sonarr manage your downloads, then it can grab the wrong episode if its database (I think TVDB) and the release (usually using MAL numbering) disagree.





  • This lines up with my experience. I have nextcloud and wordpress on two different vps’s and just checked their ram usage.

    • nextcloud: 468 MB
    • wordpress: 120 MB

    Caveat to the above is that nextcloud is installed bare metal rather than docker and I have both nextcloud and wordpress set up to use object storage as the media back end.

    edit: To add to this OP, the reason we are only talking about ram numbers is that the cpu usage for these applications (with primarily only a single user) is pretty much zero most of the time, so you aren’t going to be limited by the single core machine.

    Also, depending on your use case (large amount of data on nextcloud or large media files in wordpress), you might run out of disk space pretty quickly. In those cases, you should consider using object storage as your nextcloud or wordpress media backends as it is cheaper than block storage (there are plugins/tutorials to configure object storage and Linode offers it).