I haven’t had to compile a kernel in 20 years.
I don’t have to… I get to!
I check my backup notifications by looking in my junk mail for anything labeled “Spam Quarantine Notification” because I can’t be arsed to fix the SMTP whitelist rules to allow local network relay.
Ive spent way too much time trying to compile and install coreboot
Only 5 hours? That’s quite fast! It took me years to configure my NixOS system. It’s not even complete yet. It would be great if there were a GUI that took care of the entire thing, could lock dependencies (no, not flakes), add it to version control with signed commits and secrets, and the configuration could be shared across devices. That’s all possible with manual labor but having that out of the box for GUI users would be amazing.
Anyway, I feel this post too much 😅
I mean the part with configuring Nix in a GUI is what Snowfall is trying to do and there are a lot of GUIs for Git as well.
It’s nice that separate solutions exist but noone is going to understand what’s going on, what version control is, what pinning is, and so on. And even if they did, finding separate solutions for them is a pain. An all in one solution would be the best.
Bootc looks very cool
deleted by creator
I host a lemmy instance.
Thank you for helping host a less awful internet :)
I host several masto instances
Not sure which is more painful
I was looking into it, but the more I learn about it the more I’m leaning towards something else - misskey, akkoma, etc. Same function, but, supposedly, fewer headaches hosting.
I ran out of fucks almost a decade ago, so I use basic-bitch Kubuntu and barely bother to customize it at all. (I turned on dark mode and picked a wallpaper, but that’s about it.)
My self-induced pain point is that I get mildly annoyed about snaps once in a while, but not enough to be worth switching distros.
Same, except I just use vanilla Ubuntu. It’s no longer the early '00s, you don’t have to tinker with configs on off the shelf hardware.
I customised my keyboard layout so now when using Corporate Laptop i always type with errors
The only rebind I use is tap <caps lock> to <esc> and hold <caps lock> to <ctrl> and that is already enough to confuse me when using setups not configured that way
The most annoying thing is “;” vs “.”. I switched them because the dot is much more useful. So now i always type twice to find out which comes first 🙄
I can’t live without the EurKey layout! Even had to get approval to add it to our systems at one megacorp I worked for.
EurKey
Interesting layout. What do you like about it?
I do a lot of programming, which is generally easiest with the US layout (since most languages were designed using this) but I also type frequently in a couple other languages which have extra characters. For me it’s easier to use than switching layouts.
I mean, I could just patch and do some housecleaning, and maybe adjust partitions.
OR I could reinstall fucking everything from scratch because it feels good.
I recognize this behavior in myself… please send help.
Automate everything and leverage container and VMs
Why? IDK
Because automation, containers, and VMs are fucking cool. I can run computers inside other computers. I can run tiny little computers that only do one thing. How fucking cool is that?
I’m really excited about bootable containers. There is so much potential and I would love to see distros outside of Fedora and Red Hat running it.
Imagine running Arch but instead of battling your single system you instead created a Dockerfile and then built and tested new containers once and a while. You could even define tests so that a bad update would be flagged.
Good rule of thumb I’ve decided upon over the years for this:
“If the # of kernels present is greater than 3, reinstall for thee”.
Figure 3 full kernel versions, excluding patches averages 12-18 months (based on kernel.org history). It’s been a good metric to follow.
Mostly stopped fucking around with stuff once I switched to fedora which seriously just works.
But then, every couple of months, I just feel the need to try something new. So I grab my 2nd laptop and start installing some esoteric distro, configure everything, even sign in to my online accounts, just to never touch that laptop again until I want to try the next weird distro.
I LUKS encrypted my boot partition of my last install. It would take an extra 1-1:30 secs to boot when I got the password correct on the first attempt. Much longer if I got it wrong and had to reboot to try again.
I finally did it correctly this last build, but now I am using NixOS and refuse to add anything to the config or a flake if I just need it once a week or so. So I am constantly digging through my history to find the shell I created to do a specific task.
I have an HP printer
So do I, but it’s close* to 20 years old and has never had driver issues. Back then HP was one of the more supported OEMs for Linux printing.
*Edit: I pulled up the cover and it turns out it will be exactly 20 years old in 3 days.
No … your HP printer has you
HP is so bad with drivers -.-
In mother America, HP has YOU!
@merari42 using flatpak Steam with the library on a non-home drive.
This sucks.
slaps flatseal at steam this bad boi can access so many directories (which when they are in /media or /mnt or /run are detected as disks)
How exactly?
it’s an app on Flatpak called Flatseal, it’s a GUI to give flatpaks permissions and such.
Yeah I know, but what do you do with it to be able to use other drives? I tried everything I could when I was using other distros before I settled on Bazzite.
Flatseal is a gui for the rights management of flatpaks you can change there what access a given application has e.g. filesystem access to directories.
Yeah, I mean I went through that to an unsuccessful result. So I was asking what values should people write in which fields.
At one point in college I decided to make myself take notes in ed for a semester for the lulz
How did it go? I use ed once in a while, but honestly just for fun, I wish I had time to learn it better.
It was fun, but vim ultimately made more sense and is what I used for note taking most of the time now.