For anything more complicated than an alias, I tend to suck it up and write a program. I used to keep launcher scripts in ~/bin but I’ve recently taken to creating package manager packages for them. I’ve learned how to do that with NixOS and Arch Linux and I peeked at the Debian documentation.
- 6 Posts
- 289 Comments
bradboimler@lemmy.worldto
Linux@lemmy.ml•Experienced Linux users, what are you using?English
2·12 days agoWhy don’t you like Debian?
bradboimler@lemmy.worldto
Linux@lemmy.ml•What's your favorite well-designed CLI and why?English
2·14 days agoman man
bradboimler@lemmy.worldto
Asklemmy@lemmy.ml•What is the most overrated video game of all time?English
1·16 days agoI’ve played through World fairly recently. To me, the SMB3 stages had far more variety and life to them.
bradboimler@lemmy.worldto
Asklemmy@lemmy.ml•What is the most overrated video game of all time?English
6·17 days agoI prefer ALttP
bradboimler@lemmy.worldto
Asklemmy@lemmy.ml•What is the most overrated video game of all time?English
41·17 days agoI haven’t kept up since the Galaxies but to me SMB3 is the epitome
bradboimler@lemmy.worldto
Linux@lemmy.ml•What's your favorite well-designed CLI and why?English
1·18 days agoWhy in the world is -S used for install?
The only reason I’m hanging onto Windows at the moment is Apple Music
I’ve been using Linux for years and years. I get the subjective sense it is a system built by engineers for engineers. I can examine, poke, prod, and break every aspect of the system. I consider that a bonus and it’s how I learn about computers.
I can fly through the system with my terminal
Etc
Edit: Centralized software package and dependency management is awesome
bradboimler@lemmy.worldto
Nix / NixOS@programming.dev•NixOS Review: The Most Powerful Linux Distro in 2026?English
3·1 month agoI’ve distro hopped from Debian, to NixOS, to Arch Linux. The neat thing about NixOS is that 99% of the system and user configuration was spread out across a handful of manageable files. And it was only multiple files because I modularized them; it could’ve been a single file. Localizing the configuration made it easy to wrap my brain around it.
I’ve lost track of what I’ve configured on Arch. I could’ve been more diligent and kept track but NixOS is more conducive to that from the getgo.
Another neat thing is that nixpkgs (the NixOS package repository) has everything, close enough for me anyway. In one place. I’m already relying on the AUR (a separate repo from the core Arch ones) and all that entails. NixOS (nixos-unstable) is also more bleeding edge than Arch if you’re into that sort of thing (I am).
The entirety of your configuration being in one (esoteric, but simple) language was also neat
It wasn’t without its downsides but I had fun with it. I totally get the hype.
bradboimler@lemmy.worldto
Star Trek Social Club@startrek.website•Did you like Star Trek: Nemesis?English
3·2 months agoI enjoyed Picard more than I thought I would
bradboimler@lemmy.worldto
Programming@programming.dev•Sudo maintainer, handling utility for more than 30 years, is looking for supportEnglish
2·2 months agoThat was scary. I had the bad version on my computer for a bit.
bradboimler@lemmy.worldto
Linux@lemmy.ml•Coworker wants to try Linux with gaming, Bazzite or Mint?English
4·2 months agoI installed Arch for the very first time this past weekend. I am a software engineer with almost 30 years experience and some time less with Linux. I did my research beforehand: I watched a manual installation on YouTube and I went over the wiki.
And the manual installation was hard. I would not recommend it to a beginner.
he is still completely new to this so I want things to work out perfectly for his first experience.
This isn’t Arch, sorry. My own Arch didn’t boot the first time (but yes I was able to fix it quickly).
The pacing never bothered me. Then again I think Better Call Saul is the best thing ever put on television.
bradboimler@lemmy.worldto
Linux@lemmy.world•Gnome desktop looks pretty good (yet simple)English
2·2 months agoGNOME is amazing
bradboimler@lemmy.worldto
Debian operating system@lemmy.ml•Debian stable or Debian Testing for home usersEnglish
8·3 months agoStart with stable. You can migrate a stable installation to testing later if you’re so inclined.
bradboimler@lemmy.worldto
World News@lemmy.world•48 Million Gmail Usernames and Passwords Leaked OnlineEnglish
1·3 months agoI don’t think the private portions of passkeys are stored on servers
bradboimler@lemmy.worldtoSan Francisco@lemmy.world•Something new for SF on the fediverseEnglish
1·3 months agoHow did y’all get here on Lemmy?
After the Reddit API thing
Do you still use the SF subreddit?
I’ve stopped contributing to Reddit (I haven’t logged in, posted, commented, voted, etc) but I still lurk, unfortunately. In the SF subreddit not so much. Mostly in whatever the default feed is and random subreddits that I feel like checking out.
Can local communities grow on what I call alternate social media?
It will be hard







Yep. NixOS inspired me to write my very first package manager package. I distro hopped to Arch Linux and wrote a PKGBUILD for that.
I’m back on NixOS