This needs to be pinned to every single “looking for a distro” post.
- 0 Posts
- 674 Comments
atzanteol@sh.itjust.worksto Linux@lemmy.ml•Systemd's Nuts and Bolts - A Visual Guide to SystemdEnglish10·2 days agoAs a proper “gray beard” myself the utility of systemd vs. sys-v init scripts has always been blindingly obvious. 🤷
atzanteol@sh.itjust.worksto Linux@lemmy.ml•Europe is slowly ditching Microsoft: why it's happening & why it could fail.English882·3 days agoThey try this every 5 years or so. Microsoft gives them some short term discounts and they come running back back.
atzanteol@sh.itjust.worksto Linux@lemmy.ml•KDE Devs, I Love You, But Please Remove This FeatureEnglish10·5 days agoThis! KDE’s settings are a mess to navigate. I completely understand why that person didn’t know there even was a configuration for this.
atzanteol@sh.itjust.worksto Linux@lemmy.ml•GNOME 49 Alpha Released With X11 Support Disabled By Default, Many New FeaturesEnglish161·6 days agoThe Wayland security model is far more restrictive. Accessibility tools need to screen capture, create input events on your behalf, etc. Such things aren’t possible under Wayland (yet?).
It’s not my fault they make running apps from the cli so irritating. Broken by design. Even snaps work better.
atzanteol@sh.itjust.worksto Linux@lemmy.ml•Three Years of Nix and NixOS: The Good, the Bad, and the UglyEnglish14·10 days agoSo, containers do not get you reproducibility.
You absolutely do. If you build a container and publish it you will pull down that exact thing every time. How is that not “reproducibility”?
You no what though? Scratch that - who gives a fuck? Bit-for-bit reproducibility takes far more effort than it’s worth anyway. Even NixOS isn’t completely reproducible. It’s a false goal.
For dev environments, repeatable is okay.
It’s well more than good enough you mean.
If you want actually reproducible binaries that you can ship, Nix is better fit for that purpose.
Nobody really needs that.
atzanteol@sh.itjust.worksto Linux@lemmy.ml•Three Years of Nix and NixOS: The Good, the Bad, and the UglyEnglish11·10 days agodocker build . -t docker.company.com/build-env:1.0 && docker push docker.company.com/build-env:1.0
But for like 99% of development teams “repeatable” is Good Enough™.
atzanteol@sh.itjust.worksto Linux@lemmy.ml•Three Years of Nix and NixOS: The Good, the Bad, and the UglyEnglish31·10 days agoContainers also don’t give you reproducible environments, and Nix does.
Of course it does. 🙄
atzanteol@sh.itjust.worksto Linux@lemmy.ml•Three Years of Nix and NixOS: The Good, the Bad, and the UglyEnglish4·10 days agosigh, yes it is.
atzanteol@sh.itjust.worksto Linux@lemmy.ml•Three Years of Nix and NixOS: The Good, the Bad, and the UglyEnglish165·10 days agoMeh. So is docker.
You couldn’t figure out how they make money? This took me like 1 minute to find.
atzanteol@sh.itjust.worksto Linux@lemmy.ml•Why don't most distros support listing packages and system settings in text file(s)?English41·1 month agoThis is the way. Ansible is underrated by the self hosting community.
atzanteol@sh.itjust.worksto Linux@lemmy.ml•mastering-zsh: Advanced topics to take advantage of zshEnglish7·1 month agoctrl+a and ctrl+e are from Emacs.
atzanteol@sh.itjust.worksto Linux@lemmy.ml•Made a big(?) mistake with `mv /*/*/* ./`English51·1 month agoI once ran ‘chown -R root:root /’ in a misguided attempt to solve some permissions issues I was having. 0/10, do not recommend. It turns out a lot of system things aren’t root owned…
Running a stupid command and learning from it is part of the learning process.
atzanteol@sh.itjust.worksto Linux@lemmy.ml•I'm annoyed with the idea of getting a MacEnglish51·1 month agoThe trackpad is head and shoulders above anything I’ve ever used. For me, that’s worth the price of admission alone.
I always find this argument odd - I absolutely hate Mac touchpads. Maybe I’m just too used to non-apple hardware or something. Not arguing with you, just pointing out that this may not be a “bonus” for everyone.
atzanteol@sh.itjust.worksto Linux@lemmy.ml•ChatGPT's o3 Model Found Remote Zeroday in Linux Kernel CodeEnglish66·1 month agoIt scanned a large amount of text and found something.
How hilariously reductionist.
AI did what it’s supposed to do. And it found a difficult to spot security bug.
“No big deal” though.
atzanteol@sh.itjust.worksto Linux@lemmy.ml•[GUIDE] How To Setup Rust on secureblue (with some pictures)English12·1 month agoJesus Christ, it would be fewer steps to install Debian and then rust + vscodium.
atzanteol@sh.itjust.worksto Linux@lemmy.ml•When you live in Seoul and try to install snap inside of your Ubuntu docker imageEnglish5·2 months agoIt’s not uncommon to have your Dockerfile
curl https://host/file.tar.gz
and thentar xvf file.tar.gz
into the filesystem somewhere.
You’re not special and Linux distros aren’t that specialized. They differ in packaging, upgrade philosophy, etc. There is no Linux distro that can’t do the things others do.
You dabbled with Ubuntu. Stick with it, you’ll be fine. Unless you really want mint, then go for it you’ll be fine.