Mozilla.social no longer exists, Mozilla took it down
Mozilla.social no longer exists, Mozilla took it down
There is a Unity variant that’s still maintained
Recently, uBlue. It’s more a family of fedora atomic images but it has taken the pain out of immutability for me. I was using Fedora silver blue and later Sericea a while back, but installing codecs from RPMfusion on it never worked properly and my hw acceleration was always broken. I was on NixOS for a while but had sporadic problems that come with NixOS not using an FHS structure. But uBlue just works. Hardware acceleration works out of the box, and I can easily create custom images with BlueBuild. It’s a very nice ecosystem to create a stable, secure, complete base system. And I run nix on top of it for user packages and home-manager to get all the benefits of both worlds
Check out Wayblue, they make some custom universal blue images based off fedora silverblue which includes a hyprland image. I’m running a modified way blue image myself these days and loving it. Technically it’s a secureblue image based on a way blue image but yeah same difference
Was using NixOS but just could not deal with lack of FHS compatibility. Even the workarounds like nix-ld and nix-alien didn’t help with some key scripts I needed to run for secure network verification stuff. So I just migrated to this plus nix/home-manager for my application management
If it’s something that will be mostly interacted with over CLI then kebab case. If GUI then spaces
There is no set of standard grammatical rules for any language. There are current standards for existing dialects, and they change all the time. The strict and steadfast rules of a Londoner’s English are different from those of a Bostonian’s English or Californian’s English. And go back fifty years and those rules in all of those places were different still. Your prescriptivist nonsense is not based on material reality, and you are using it to justify nothing short of your racist prejudices
There is a fully Rust based Unix-like OS out there, it’s called Redox and it’s very cool
Have you tried yabai or amethyst? Both really solid macOS tilers
Extremely dependent on a number of factors, mostly hardware and configuration. I had a Thinkpad T480 and on a stock fedora install it definitely died faster than W10, but after setting up TLP and Powertop I squeezed ~2 more hours of use out of it than Windows could manage. Ditto for my framework 13, I get all day battery life on NixOS but when I’ve tested windows on it I lose a few hours immediately
What’s the name of that robot ipod dog I loved that thing
In other words use a UPS 👍
I started with TrueNAS and it works great. Either regular TrueNAS or TrueNAS scale will suit your needs well, the major difference being that Scale uses a Linux base instead of the FreeBSD of core
I use libvirt to do all my kvm/qemu stuff on my server. Using cockpit-machines web UI as a frontend. On my workstation if I ever need a VM I usually turn to Gnome Boxes for simplicity
ZFS for my server’s root pool and main storage pool. Ext4 with snapraid for my media pool. Currently btrfs on my desktop and ext4 under vanillaos on my laptop (not sure if I could partition it manually to use btrfs but I’m considering that for snapshots)
I’ve loved Linux for college. Studying CS and Math, graduating soon. Just know your requirements software wise and be prepared to find workarounds or dual boot if necessary. I never had to dual boot but I was able to use Google docs or the browser version of office for anything requiring office formatting or collaborative work. I also couldn’t download some testing software on Linux (respondus lockdown browser 🤢) and used a school desktop in the library to run that when necessary. I love my workflow though outside of those niggles and couldn’t ask for a better research and development OS
The equivalent of i3 on Wayland is Sway; it’s even compatible with i3 config files, it’s a true successor. Hyprland is popular because of the eye candy and its rapid adoption of features which patch over some of the gaps in Wayland functionality. However I think those advantages have become fewer and farther, I personally use sway and if I wanted the visuals I’d use the swayfx fork
I use my home server for everything. It’s an i5-13500 system, 48GB of RAM, an RX6650XT, and currently 14 drives all packed into a 4U case.
I virtualize my desktop on it, just passing through the GPU, P-Cores, and 16GB of RAM. That’s my primary dev workstation at home, and also my gaming machine (which runs sunshine for streaming games). I also have a Mac VM set up with OSX-KVM and minimal resources for Bluebubbles.
My drives are set up in several pools. I have two SSD pools: a boot pool running ZFS for the host server system (Debian), and a VM/Container ZFS pool for docker container images and configs as well as the Mac VM. I also have a whole NVMe SSD dedicated to the workstation VM. Finally, I have two large HDD pools: A mergerfs/snapraid setup for media storage (4 drives) and a large ZFS pool (5 drives) for important personal data like pictures and documents.
Services I run:
Always looking for new self hosted stuff to try! I’m thinking of getting into the *arr stuff soon but I’m a bit intimidated by it. Also I’ve got a Raspberry Pi 5 on the way that I’m gonna use for Jellyfin, moonlight, and music streaming to my living room TV
FOSS for everything on my laptop and server, except discord and Spotify, but I’m migrating away as much as possible. I have a Pixel 7 with GrapheneOS and use mostly FOSS there too, but have Google play installed to the sandbox for some social media apps. Not perfect but pretty good and improving
They do. However the browser isn’t even gonna have an alpha release until 2026
I think you’re better off finding tools which work for your particular language, application, workflow etc. For me I use nix and direnv to create directory based declarative package sets that load upon cd’ing to a project’s folder. This allows me to have exact versions of the packages I need regardless of system packaging or versions used in other projects. Some people prefer spinning up containers for this role, often using tools like distrobox. If the language you’re working in has good version management tooling then you can also just use that