Plus, ZFS supports native encryption!
Hmm, I think that was the one I was wondering about. I use Gentoo, and when I was initially setting everything up on my machine, I saw there were a lot of caveats for using ZFS on linux from the Gentoo wiki entry on it. Maybe that’s changed or those issues are no longer related to native encryption specifically.
Is ZFS on Linux getting better? I’ve heard mixed things. I use BTRFS on my daily driver, and I really like (ab)using the file compression with zstd.
If you are not too stuck on bsd
Not really. It’s more out of the curious of how DragonflyBSDs HAMMER2 filesystem works. I’ve good things about it and ZFS on FreeBSD. ZFS on Linux I’ve heard is still getting up to where it is on FreeBSD.
It’s the interest in how well the HAMMER2 filesystem works for everyday storage, as well as how swapcache performs. Not much besides that, plus I’ve generally decent experiences with Net and OpenBSD.
If you’re gonna spend that level of money, you may as well go for an M1 Mac Mini.
I was joking. I don’t feel like shelling out $600 for a starting media server.
If you really want Intel, just get an N100 or N300. Low power, Intel HW transcoding on iGPU on Linux kernels 6.3+, and can handle Jellyfin no problem.
Didn’t think about that either. I’m finding I didn’t give this as much thought as I should’ve.
You can get a minipc with everything you for $175 for a no name brand, or maybe $250 for a more well-known brand.
But why do that when I could spend +$600? 😜
Good point. So what we’re really talking about then is
I don’t think anyone here would recommend BSD
I’m guessing this is due to issues of support, compared to Linux?
I mean, right now, that’s definitely not on the table.
4K would be nice, obiviously, but I don’t think I myself am to act nor do I want to act as the alternative to Plex for a bunch of family and friends. 😆
I’m beginning to realize I haven’t looked into this as much as I should’ve. 😅 So for most people, with what @AtariDump@lemmy.world has mentioned, a raspberry pi with 1 or multiple hard drives (if you really want) is a good start.
As the project mentions:
Even though there are builds available online for these platforms, they are unofficial and from a separate project. If you do encounter issues on these platforms, please ask for support in their respective support channels first.
This that project:
Ah, okay. So, if I understand correctly, unless I’m trying to have Jellyfin do what YouTube does with offering multiple resolutions and bitrates for video, I don’t need to bother with looking for a GPU that’s good at video transcoding?
Great point. I don’t know why I didn’t think about that.
Interesting. Do you enable the auth-source
backend for pass as well?
Funnily enough, it seems Nicholas Petton (creator of the pass.el library) contributed to this. :)
2060 - The True and Definitive Year of the Linux Desktop (maybe, probably not but hopefully)
Yes, should’ve mentioned that in my post.
I don’t know about your second question, but with almost every proton-ge update I’ve gone into Steam and switched over to the new version with no issues so far.
Maybe that’s a no-no for some games but, again, no issues so far.
EDIT: Same goes for wine-ge whenever I have games I bought through GOG and play through Lutris.
Currently, and I could be wrong, the alternative to a Pi 4 from Pine64 now would be a Pine64’s Quartz64 Model B. A Star64 might be interesting, but that’s RISC-V so who knows what OS you could boot on it currently and if it would even be stable.
Plus with the Quartz64 Model B, who knows if you’ll able to get a good case for it. There’s the $28 “Model B” ALUMINUM WATERPROOF ENCLOSURE, but, eh, no thanks. There’s the open enclosure, but that’s also a no for me. I want a case I can hide the device itself, the cables, put a heatsink and fan on, be able to use an SSD with USB connect and connect a power supply all stuffed in a case. Which you can find plenty of for Raspberry Pi’s.
Not to mention the Pi 5 isn’t even out yet, and it’s entirely possible it’ll be better than the Quartz64 Model B, on top of having a ton of accessories. Plus, I can Pi up practically any Pi at the Microcenter or similar store near me as opposed to having to pay for good shipping.
I’m totally for having alternatives to the Pi, heck I might pick up a Quartz64 Model B if I can find a case, but a lot of alternatives don’t have the same support and accessories the Pis do.
I got a RPi 3B as my Pi-Hole that I’ll eventually use as my Wireguard VPN, too. Hoping to get another Pi device for hosting Jellyfin on.
I’m not 100% sure what you’re referring to, but having
#'
before a function is is to tell the reader/compiler that you’re specifically referring to the function of the name that comes after it. You could just do'
and that works in Emacs Lisp, but it’s more technically correct in this case to do#'
asorg-deadline
is a function.If that’s not what you’re referring to, I apologize.