Librefox has been awesome. Once you get the hang of enabling cookies for specific sites it mostly just works. Although Fastmail keeps logging me out for some reason
- 0 Posts
- 5 Comments
erock@lemmy.mlto Selfhosted@lemmy.world•Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting?English1·8 hours agoHere’s my homelab journey: https://bower.sh/homelab
Basically, containers and GPU is annoying to deal with, GPU pass through to a VM is even more annoying. Most modern hobbyist GPUs also do not support splitting your GPU. At the end of the day, it’s a bunch of tinkering which is valuable if that’s your goal. I learned what I wanted, now I’m back to arch running everything with systemd and quadlet
erock@lemmy.mlto Open Source@lemmy.ml•Ladybird Browser Gains Cloudflare Support to Challenge the Status Quo1·9 hours agoIt is being rewritten using swift
erock@lemmy.mlto Linux@lemmy.ml•Fireship’s latest vid spreading the Linux desktop to 500k+ viewers371·14 hours agoI’m of mixed views about this. Omarchy is popular purely because of DHH. I don’t see anything of benefit beyond the notoriety of a famous dev.
There’s also some dissenting opinion about DHH in general that taints the project: https://drewdevault.com/2025/09/24/2025-09-24-Cloudflare-and-fascists.html
Being based on hyprland also has some potential social issues.
I don’t get why cloudflare didn’t donate to arch instead.
I went down a similar path as you. The entire proxmox community argues making it an appliance with nothing extra installed on the host. But the second you need to share data — like a nas — the tooling is a huge pain. I couldn’t reliably find a solution that felt right.
So my solution was to make my nas a zfs pool on my host. Bind mounting works for CTs but not VMs which is an annoying feature asymmetry. So I decided to also install an nfs server that exposed my nas.
I know that’s not what you want but just wanted to share what I did.
The feature asymmetry between CTs and VMs basically made CTs not part of my orchestration.