aspiring Rustacean, JavaScript jockey, 3D printing addict, use Bluefin Linux, (Apple|Google)-captive, Meta-escapee, parent, husband with a husband, cisgender, he/him
- JumpDeleted
Permanently Deleted
Open Source @lemmy.ml "new" Python project with hard-coded ancient dependencies, urgh
Linux @lemmy.ml gotcha when changing hostname
Linux @lemmy.ml ollama on bazzite.gg on AMD GPU
Linux @lemmy.ml The GPU, not the TPM, is the root of hardware DRM
3DPrinting @lemmy.world Logitech BRIO 4K adapter for Dell G3223Q monitor by jokeyrhyme
Personal Finance @lemmy.ml TIL my bank has a "gambling lock" feature
Linux @lemmy.ml calico in Kubernetes is so helpful, I want it everywhere
3DPrinting @lemmy.world Prusa3D Core One assembled from kit in roughly 36 hours
3DPrinting @lemmy.world good results so far with Elegoo Rapid PETG
3DPrinting @lemmy.world delamination on larger surfaces
3DPrinting @lemmy.world top-layer delamination solved by lower speed
3DPrinting @lemmy.world Is anyone else concerned about internet-connected 3D printers?
3DPrinting @lemmy.world first timer here, Sovol3D S06 ACE arriving this week, open to suggestions :)
Linux @lemmy.ml Wi-Fi connectivity issues resolved by dropping wpa_supplicant in favour of iwd
Privacy @lemmy.ml Quantum Resistance and the Signal Protocol
Linux @lemmy.ml Migrating Arch Linux's packaging infrastructure to GitLab
Green - An environmentalist community @lemmy.ml Montana loses fight against youth climate activists in landmark ruling
Rust Programming @lemmy.ml Rust fact vs. fiction: 5 Insights from Google's Rust journey in 2022
Privacy @lemmy.ml Passkeys may not be for you, but they are safe and easy—here’s why
Security @lemmy.ml Passkeys may not be for you, but they are safe and easy—here’s why











I switch back and forth between bazzite and bluefin quite often
on these and other immutable distributions, /usr is read-only, and the recommended is to use installation methods that write to your HOME (or to /var which is where
dockerandflatpak --systemsave files)i really should muck about with container-based development flows
my current preference is flatpak, then whatever per-language package tooling (e.g. cargo for tools written in Rust, npm with a custom HOME prefix for tools written in Node.js, uv for Python projects, etc) when there's no flatpak, then homebrew, then rpm-ostree as a last resort
for editing files in /etc my recommendation would be to set the EDITOR environment variable to point at whatever you like, installed however you like, and edit with
sudoedit /etc/fstab, because then your editor is not running with root permissionsyou could also point EDITOR at a custom script that mounts the target file into a container running your desired editor