<etu>
eyJhb: [jellyfin,chromecast] Not yet. It may work in chrome, but I don't use chrome. And the app doesn't show my chromecast, but I found a recent issue about that and they said that it will be fixed in the next release.
<eyJhb>
etu: hmm weird, works "fine" on my Chromecast, but I just don't get any option to change audio, video, quality, etc. which was why I asked (if I was just being stupid and couldn't find the controls)
Myhlamaeus3 has joined #nixos-chat
vika_nezrimaya has joined #nixos-chat
freeman42[NixOS] has joined #nixos-chat
freeman[NixOS] has joined #nixos-chat
freeman42[NixOS] has quit [Ping timeout: 276 seconds]
freeman42[NixOS] has quit [Remote host closed the connection]
eyJhb has joined #nixos-chat
freeman42[NixOS] has joined #nixos-chat
freeman[NixOS] has joined #nixos-chat
eyJhb has quit [Ping timeout: 240 seconds]
freeman42[NixOS] has quit [Ping timeout: 268 seconds]
Myhlamaeus3 has joined #nixos-chat
freeman[NixOS] has quit [Remote host closed the connection]
eyJhb has joined #nixos-chat
<elvishjerricco>
I wonder if any linux distro will ever make zfs the default file system, now that so many distros are distributing zfsonlinux.
<elvishjerricco>
I think Ubuntu is adding it to their GUI installer IIRC, but it's not going to be the default.
<joepie91>
elvishjerricco: afaik ZFS is very much not maintenance-free?
<elvishjerricco>
joepie91: Has been for me
<elvishjerricco>
Unless you mean maintenance-free for the distro, not the user
<elvishjerricco>
In which case, I guess that's fair :P
<ashkitten>
zfs is definitely not a one-size-fits-all filesystem, you need some expertise to use it properly imo
<elvishjerricco>
ashkitten: Is any fs one-size-fits-all? I think for regular desktop users who don't muck about with stuff like the fs, Ubuntu could do it and it wouldn't really phase them.
<eyJhb>
Wouldn't surprise me really.. THey might just make some daemon that makes some sane defaults, does some checks, and alerts the user with a simple UI for them to click things until it works
<ashkitten>
i'd say zfs requires somewhat more tuning for good performance
<elvishjerricco>
For enterprise server type stuff, I guess it's more of a risk to use as the default
<ashkitten>
but overall.. maybe?
<elvishjerricco>
if you don't know what you're doing that is
<elvishjerricco>
But I think the target market for ubuntu desktop would be well suited for it.
pie_ has joined #nixos-chat
<tilpner>
ashkitten: What tuning have you done to get good performance?
<elvishjerricco>
recordsize, ashift, and vdev layout are probably the most impactful that I'm aware of. But there's looots you can do
<tilpner>
I feel like ashift could be automated well enough
<tilpner>
All I ever do is run utilities to tell what block size is used
<elvishjerricco>
I still have no idea how to accurately determine the proper ashift and just use 12 for everything :P
<tilpner>
Just have the installer do that
<ashkitten>
i added some log and special devices which helped a lot, but i don't remember whatever else
<elvishjerricco>
IIRC most drives lie about their block size since lots of controllers kind of assume 512B