sunred

joined 1 year ago
[–] sunred@discuss.tchncs.de 7 points 3 days ago

I see no one has mentioned Bedrock Linux yet. Not sure though how others would rate its 'obscurity' though. It's definitely a standout among distros.

[–] sunred@discuss.tchncs.de 4 points 3 weeks ago

KDE for its Wayland performance and features and occasionally I switch to hyprland if I need a more focused work environment.
In the past I used Cinnamon but it became ever more buggier on Arch and due to lack of Wayland support still it was a dead end anyway.

[–] sunred@discuss.tchncs.de 24 points 3 months ago* (last edited 3 months ago) (2 children)

Well, Minetest also can hardly be compared to Minecraft as Minetest is only an engine or platform for voxel based games like Minecraft. What you rather have to critique is something like Mineclonia that is apparently a more active fork of the MineClone2/VoxeLibre project that try to perfectly replicate Minecraft (without using Minecraft assets that is) on Minetest. Allegedly it's pretty good now but I haven't tried so myself. As already mentioned, the community for Minetest as a whole is pretty small and that additionally split among so many different games building on that. But it's good that viable alternatives exist in case Microsoft ever considers shutting down the Java edition.

Edit: Typo

[–] sunred@discuss.tchncs.de 3 points 5 months ago

Fourthing, my absolute favourite game.

[–] sunred@discuss.tchncs.de 17 points 6 months ago (1 children)

You have to keep in mind that this is only about the kernel module (and only for Turing GPUs and newer). The userspace components stay proprietary. You are still not going to use the mesa graphics stack using an Nvidia gpu anytime soon.

[–] sunred@discuss.tchncs.de 2 points 7 months ago* (last edited 7 months ago)

I guess it's good to mention alternatives but imo Kyoo seems to be overkill for a homelab use case as its design goal appears to be to scale much better and serve a high user base and huge library. Just looking at the dependencies or compose.yml should make this apparent.
Consequently the setup is much more complex and heavy to run compared to Jellyfin e.g.

[–] sunred@discuss.tchncs.de 3 points 8 months ago (1 children)

I could mention that my bare metal server runs a rather unusual setup in that I use Arch Linux on ZFS headless as a kvm hypervisor and lxc containerisation host. I maybe want to migrate it to something else like NixOS at some point since I use nix on Arch on my desktop already but since I know Arch the most of any Linux distro I just went with it and it's running rock solid for quite a few years already.

[–] sunred@discuss.tchncs.de 6 points 9 months ago

Most shells usually default to a truncated version of the hostname that only uses the hostname up to the first dot. Of course one can change that by setting the PS1 env var and using (in case of bash) \H instead of \h.