- 1 Post
- 17 Comments
wjs018@lemmy.worldto Fediverse@lemmy.world•What do you think might be some fun, positive ways for instances to distinguish themselves?English5·2 months agoLike winamp skins for lemmy?
wjs018@lemmy.worldto Fediverse@lemmy.world•What do you think might be some fun, positive ways for instances to distinguish themselves?English33·2 months agoI am a big fan of content-specific instances. Some instances off the top of my head that fit this description:
- bookwormstory.social - Instance about the Ascendance of a Bookworm series
- ani.social - Instance about anime/manga/Japanese media
- slrpnk.net - Instance focused on the climate crisis and related issues
- programming.dev - Instance focused on software development
- startrek.website - Instance about Star Trek
- literature.cafe - Instance about books and writing
…and I am sure there are many others. I just think that having a focus like that provides a more interesting local instance environment than a large, generalist instance, though both have a place.
wjs018@lemmy.worldto Selfhosted@lemmy.world•Jellyfin is not just good... but *better* than Plex now?!English2·3 months agosubtitle playback
This is still a little weird. I found that the web client (in a browser) handles this really well with default settings. However, if I try to use the desktop app or a mobile client, I have to force it to burn in the subtitles for them to show up reliably. Fortunately, there are per-client settings for this now:
wjs018@lemmy.worldto Technology@lemmy.world•Prius Prime 2024 Followup: More TestsEnglish7·4 months agoI own a Prius (not a PHEV though, just a hybrid) and can corroborate that my mileage goes down significantly in the winter months. It is a combination of a couple factors in my experience.
- Needing to run the engine more to heat things up for defrosting and heating the cabin.
- Related to the above, I tend to idle a lot more in the winter while cleaning ice/snow off the car, letting it warm up, or clearing the driveway.
- Switching to winter tires (Blizzaks) negatively impacts rolling resistance compared to the LRR tires (Ecopias) I use the rest of the year.
I tend to average ~45 mpg in the summer and ~37 mpg in the winter over the past two years.
wjs018@lemmy.worldto Selfhosted@lemmy.world•Do you selfhost your own blog/website?English16·7 months agoI have hosted a wordpress site on my unraid box before, but ended up moving it to a VPS instead. I ended up moving it primarily because a VPS is just going to have more uptime since I end up tinkering around with my homelab too often. So, any service that I expect other people to use, I often end up moving it to a VPS (mostly wikis for different things). The one exception to that is anything related to media delivery (plex, jellyfin, *arr stack), because I don’t want to make that as publicly accessible and it needs close integration with the storage array in unraid.
wjs018@lemmy.worldto Fediverse@lemmy.world•Instance admins, how much does it cost you to run your instance? How much does that represent per active user?English10·8 months agoI think that user donations are easier when an instance has a good focus. There are some other instances I can think of where the donation model has been enough to cover things. In addition to feddit.dk and beehaw, an instance I use most of the time, ani.social, is more than covered by donations last I checked.
It looks like @hitagi@ani.social even took away the donate link in the sidebar.Never mind, I am just blind. I didn’t notice the little Ko-fi badge at the bottom. I was looking for a text link.
wjs018@lemmy.worldto Technology@lemmy.world•Bots are running rampant. How do we stop them from ruining Lemmy?English221·8 months agoThere is a lot of collaboration between the different instance admins in this regard. The lemmy.world admins have a matrix room that is chock full of other instance admins where they share bots that they find to help do things like find similar posters and set up filters to block things like spammy urls. The nice thing about it all is that I am not an admin, but because it is a public room, anybody can sit in there and see the discussion in real time. Compare that to corporate social media like reddit or facebook where there is zero transparency.
This is what I do. I have a VPS that handles all the 443 traffic and then proxies it back to my home server on the correct port. I also just serve some things directly from the VPS since I have it already. It also works well to have a second box for things like uptime monitoring.
Yeah, spoiler tags are the one big feature that is missing. There are also some minor things on the moderation side that aren’t there. For example, admin accounts don’t have a full list of options in the moderation menu.
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
wjs018@lemmy.worldto Technology@lemmy.world•Intel breaks silence on 13th and 14th-gen Raptor Lake desktop CPU instability issuesEnglish401·10 months agoIntel confirmed on reddit that oxidation did impact some chips.
More than one thing can be wrong at the same time, so everybody can be right!
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.
wjs018@lemmy.worldto Technology@lemmy.world•Japan declares victory in effort to end government use of floppy disksEnglish32·10 months agoEverybody’s pager went off in celebration!
wjs018@lemmy.worldto Selfhosted@lemmy.world•Shoko Server not recognizing any animeEnglish1·10 months agoI 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.
wjs018@lemmy.worldto Selfhosted@lemmy.world•Shoko Server not recognizing any animeEnglish6·10 months agoI 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.
wjs018@lemmy.worldto Selfhosted@lemmy.world•Is it safe to automatically pull and update docker containers?English8·10 months agoI 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.
This isn’t happening in YouTube Music, the paid music platform. Instead, it is users putting together playlists of normal YouTube videos and presenting them as an album playlist while maliciously inserting a monetized, spammy video into it. As far as I know, YouTube Music wouldn’t really be vulnerable to the same kind of abuse.