Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)WJ
Posts
2
Comments
66
Joined
2 yr. ago

  • Feel free to make a promo post over in !anime@ani.social as well. Good luck with things! I don't want to switch it up partway through the season, but if there is ever a season 2 and you want to run your own episode threads instead of the bot-created ones, let me know.

  • Some good answers in here already. It boils down to a couple points for me:

    • Back when I started selfhosting, it was either nginx or apache, and I found nginx better and easier to set up
    • All the nginx knowledge I learned years ago still works just the same as it did back then, so why potentially mess things up by switching if it all still works
    • Basically every project has an example nginx config for reference, that can't be said about other proxies
    • It is easier to find support online for edge cases that might pop up with nginx due to the ubiquity of its use and years of history
  • I didn't have a VPS with them, but long ago I had a couple domains through them. One of them had an issue with the auto-renewal and I never got a notification of any kind, only finding out when they had taken ownership of the domain, advertising it for sale. Then they wanted some way, way higher amount of money for me to buy it back. So, I don't have any domains with them any more.

    This was years and years ago though, so they might be better now.

  • 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.

  • I don't have a solution for you, but I will be watching this thread. Currently, I use Sonarr for library organization, but it doesn't always work well with anime due to title differences and differences between how seasons/specials are numbered in different databases. So, Shoko was on my radar to try out at some point since it uses anidb.

  • I used to have my docker updates done automatically. However, as the services I used to run just for myself have started to be used by other people (family, friends), I am less tolerant of having things break. So, instead of something like watchtower, I run diun these days. I have it set up to ping me in a discord channel when a docker update is available. Then, I can actually perform the update when I have time and attention to troubleshoot any issues that may come up.

  • My house has a similar issue with a lower level that is perpetually much colder than the upper level. The main way we have somewhat alleviated the problem is by opening/closing registers. In the summer, we close all the registers in the lower level, forcing all the cold air from the HVAC into the upper level, then letting it sink down naturally. Our lower level is still cooler, but it isn't as stark a difference. Due to the layout of the stairs linking the two levels, a fan is not terribly effective at exchanging a lot of air between the two on its own.

  • As for whether he forgives Morrissey, Carroll said: “I guess I would have to say yes in the spirit of forgiveness, reluctantly. But if I had to be a smartass, I’d say her apology holds about as much water as my canvas bag.”

    Fantastic.

  • This community used to be much more active, but there was a large exodus of the most active users after some far-reaching admin interventions (like this one) that saw a mod get removed from this community and the episode discussion bot unable to post here any longer. A lot of the activity has moved to a different instance/community. The reason people aren't linking it directly is because admins have previously removed any comments/posts that link to it (including over two months of the pinned weekly discussion threads). It shows up on lemmy community browsers like lemmy-explorer though.

  • The only Spanish-speaking community I know of is !anime_es@ani.social but it is new and only has a couple posts. I just know of it because I mod other communities on the instance. I recognize you as somebody that has been active in the anime/manga communities elsewhere, so I thought you might find it relevant.

  • I remember reading similar issues where a user got mentioned or a message from another user that was blocked, but it still shows up as a notification in the icon. Similarly, if you don't show bots, it could be that a bot replied to one of your comments and you can't see it.

  • I wrote a little bit about it a while back when I posted a clip for Thanksgiving. Overall, it is a piece of lighthearted fun that was perfect for watching an episode before bed. It also tried to be educational about how to properly work out, while at the same time using those educational segments as an excuse to include a bit of ecchi.

  • They refederated a couple hours ago (source). @antik@lemmy.world made a post clarifying things over in the meta thread on ani.social's site and cleared things up.

    I understand people's frustrations with seemingly arbitrary moderation decisions like this sometimes, but I wouldn't want to be in their shoes making calls like that for a large instance like this. It is heartening to see that the review process did not take long and the decision reversed fairly quickly (<12 hours). This stands in contrast to the lemmy.ml admins that defederated ani.social for seemingly no reason and locked all discussion about it and it still stands. So, props to antik and LW admins on this one.

  • 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).