

Thanks for mentioning Wolf. I’m pretty happy with Sunshine but I do have those occasions where it can’t stream because my monitor is turned off (upstairs) when I’m downstairs.
Thanks for mentioning Wolf. I’m pretty happy with Sunshine but I do have those occasions where it can’t stream because my monitor is turned off (upstairs) when I’m downstairs.
As soon as I saw Plex show media that wasn’t part of my personal library I knew it was becoming enshitified.
IDK about the RPi5 but earlier models don’t do well with transcoding. You’ll want to make sure to convert all of your videos to a format widely compatible with your clients. H264 is usually compatible with any device of the last 10ish years.
Only learning curve is naming. Jellyfin seems less forgiving about filenames and folder structure than Plex was.
I convert my files to avoid transcoding but my Raspberry Pi 4B handles Jellyfin just fine.
Even if it isn’t an OpenWRT router if you have a hardwired server it can probably do a soft reset of the router or even modem (most modems I’ve used have had a web interface). If your router is in such a bad state it only responds to a hard reset it’s probably reaching EoL.
Vanilla Debian on my old netbook does alright. I think my desktop is xfce.
Only thing better I’ve used is antiX. I moved away from that one though since they insist on not using systemd and it got to be too much of a hassle to work around (lots of packages assume systemd is your init). I think Void Linux is supposed to be similar.
In theory, yes, but it wouldn’t be as significant as stopping it entirely (or pausing it instead of a hard start-stop). I only mention CPU limits because it’s extremely easy to implement.
If you use Docker/Podman to run Syncthing (a little tricky but possible) you can limit its CPU usage, which is usually the main source of power drain (besides GPU processes). If your usage is like mine Syncthing is idle 95% of the time and I wouldn’t notice if that 5% took longer than usual to do its thing.
Publishing a physical book is expensive, publishing a website is dirt cheap. For the publisher and author of a book it’s much more imperative to release good content that people will want to read, cover to cover. You can find more extensive, in-depth, and up-to-date content on the Internet but where exactly and is the info all in one place? Websites are also often made with the assumption you’ll jump around or that you know what you’re looking for. If you’re learning something new it’s often best to have a linear, paved path and not be your own guide.
Edit: Someone else said it first but I was trying to say library books are “curated” in a roundabout way.
I’ve been very pleased with ublue (Fedora) distros as daily drivers. They are very stable and low maintenance like you prefer. UCore sounds best for this purpose - https://github.com/ublue-os/ucore
Not a bad idea if you want a bare minimum solution but set up could be a bit of a pain. More info: https://openwrt.org/docs/guide-user/installation/openwrt_x86
If it’s a mostly self-contained app, like a game or a utility, then Flatpak is just fine. If a Flatpak needs to interact with other apps on the host or, worst case, another Flatpak it gets tricky or even impossible. From what I’ve seen though, AppImage and Snap are even worse at this.
As I’ve found out recently, finding true alternatives can be difficult. Take bread for instance. I just discovered Bimbo Bakeries own at least 26 brands. So when you’re on the bread aisle you probably have a moderate to high chance of buying one of their products.
For me it really depends on the use-case. A lot of times I want persistence but don’t really care to access the data outside of the container. So rather than using the extra brainpower to make up folders myself and ensure paths don’t change I just let Docker handle those details for me. Also I use Podman a fair amount and it seems to be more troublesome when it comes to bind mounts.
I was on Ubuntu for years but the Snaps annoyed me and I was looking for alternatives so I went to Fedora (Bazzite). Couldn’t be happier. I installed Bluefin on my laptop (slightly different flavor) and that’s been nice too, although some things don’t work as seamlessly as I think it should.
I probably made a small mistake in setting that up but I tried making the dedicated “home movies” folder and it wouldn’t show my videos.
Only issues I’ve had with Jellyfin are reduced flexibility in naming/organizing files and inability (for me at least) to detect personal media.
Be aware you might have to resort to nftables if firewalld doesn’t work. I use localhost a lot and the routing rules are different in that case.