I doesn’t but the exploit required it.
Cuteness enjoyer.
- 2 Posts
- 102 Comments
First Artix made me not vulnerable to the XZ backdoor (requires systemd). Now it saves me from age verification nonsense. Even on Lemmy sentiment seems people who avoid systemd are just cranks. But every time we are right.
Indeed, multiple spacebars is what really makes these types of boards work. I like having four of them personally.
I have no clue but I do have a question. If you want to mess about with window managers and ricing them (I like that as well), wouldn’t a non immutable distro be easier? It is “immutable” but it seems you want to mutate all kinds of stuff.
I think that’s because the user can still fuck up their system by doing some stuff to those user files, like not managing their packages correctly. Note that for normal users anything that messes up their user experience equates to messing up “the system”. But I don’t really know, it’s just a guess. I just run a normal distro where you can mess with everything (like god intended lol).
I use Artix btw. Pretty stable, I guess I have to fix something a few times a year.
I have been using Dash for years now as bin/sh. I couldn’t manage to get rid of Bash so it’s still installed (distro is Artix). As an interactive shell I run Fish. Dash is indeed rather terrible as an interactive shell as others have said.
柊 つかさ@lemmy.worldto
Linux@lemmy.ml•My perfect Linux setup is always just one more tweak away
17·4 months agoAs long as it doesn’t hold you back in your real work you can just keep tweaking because it is fun. Just see it as a hobby where you learn things and potentially improve your workflow for other tasks.
I don’t know, it mostly depends on the spring weight of the switch, and a little bit of friction from a bump or click mechanism if present. You could try stacking some coins on a regular keycap? If the keycap ends up being too heavy, you could put a heavier spring in that one special key, if that is something you can tolerate.
柊 つかさ@lemmy.worldto
Mechanical Keyboards@lemmy.ml•You should care more about the stabilizers in your mechanical keyboard—here’s why - Ars Technica
10·6 months agoI like keyboards without stabs.
柊 つかさ@lemmy.worldto
Mechanical Keyboards@lemmy.ml•How do you get used to small form factors?
8·6 months agoI’ll take this question to be about getting used to it after programming a suitable layout. I daily drive a keyboard with 42 keys.
How to get used to it? Patience and acceptance. You need to be patient. It won’t be a quick process. And you need to accept that you will be slower for a long time. And accept that the coming period will be frustrating. You need to tell yourself this explicitly: I will learn this layout and it will be painful but I accept that this is the case.
A practical tip: do not go back to a comfy keyboard when frustrated. If you go back to your normal keyboard again and again, your muscle memory will not update as well (in my experience). Every time you go back you kinda undo some of the muscle memory updates (not science just my experience). Once you body gets that this is how it is now, it will adapt to this new normal and you will learn the layout.
Once I learned a non qwerty keyboard layout. That was one of the most frustrating things I have ever done (much harder than getting used to layers on a 40%). I got through it by accepting the frustration: you feel it, note to yourself in your head that this is indeed what you are feeling, breathe, accept it and continue using the layout. Slowly if needed! As long as you keep using it. You can only get good with it if you stick with it. I’m not saying that you need to go this route. But if you want to, you gotta get a bit zen with it.
Hopefully other software doesn’t follow this path, otherwise it will be practically impossible to run a distro without systemd.
My nvidia drivers used to break sometimes but I just switched to dkms drivers and I have had a stable experience for years. Only downside is the upgrade takes a bit longer.
I have replaced it and it just clipped in and out of a round little thing it sits in. I happened to have the right battery on hand.
I’ll make sure to replace the CMOS and use disk encryption next time. My sensitive data is encrypted separately so I’ll be fine for now. I thought that with a bios password someone couldn’t just boot from a USB on my system but clearly it only delays such actions by a minute or two.
You’re totally right, it only makes sense. Maybe my brain needs its battery replaced as well.
Thank you, that makes sense. I guess it was almost dead and now it is really dead. I don’t understand how that makes Linux freak out over the login password though.
There seem to be way more people that keep saying that they hate Arch users who keep saying that they use Arch than Arch users that keep saying that they use Arch.
柊 つかさ@lemmy.worldto
Linux@lemmy.ml•Ghostty in review: how's the new terminal emulator?
13·10 months agoStarting to feel like a boomer with st/dmenu on xorg.

The rational is systemd has a huge amount of features that normal desktop users will never need. If you use something like OpenRC or Runit the experience is not much (or any) different. All those features will introduce complexity and potential bugs and vulnerabilities.
Sure it doesn’t add much, but many of the systemd things are ‘not much’. But together it is a lot.
Luckily it was the case, but it was way too close for comfort. It doesn’t change the fact that bloated systems like systemd are what enable these types of attacks. If you use many of its features I’m sure its great, all software has bugs and holes in it. But the point is that if you don’t need the features you don’t need to expose yourself to the extra bulk and risks. Same for things like sudo vs doas. Almost everyone uses sudo but 99.9%+ doesn’t use any features that doas doesn’t have. And then of course systemd invents its own alternative 😅.
And then there is the Unix philosophy. If we need age verification, why does it need to be in the init system? Why not a separate package that can be installed along side any init system / kernel / desktop environment / etc? If it lives in the init system, every init system needs to implement their own version of it.