Freelance/Consultant Web Dev, EVE Online Player, Linux/FOSS advocate.

  • 2 Posts
  • 133 Comments
Joined 9 months ago
cake
Cake day: October 21st, 2025

help-circle








  • I would suggest when you decide to give Arch a go for the first time to start out with something like CachyOS to get your legs under you so you can easily understand it. That being said Arch is painfully easy to install now thanks to Archinstall but going the CachyOS route it’ll install the packages you need and then you can understand what you do and don’t need when it comes time to install regular Arch. Otherwise you might just install Arch and then wonder why some stuff doesn’t work because you didn’t install certain packages.





  • it’s never as simple as that. Sure you can take it over to continue maintaining it but you now also have to stay on top of git issues. I’ve known maintainers who are the only ones on a fork they took over so not only are they continuing to develop they’re now also the only one dealing with issue requests which can easily derail you from development. Sure there are ways to handle that and schedule it but a lot of people don’t do that and get burned out.

    I mean I dealt with this myself. several months ago I built an extension for firefox that tied into lemmy and mastodon and I just abandoned it. I was spending more time dealing with users than actually working on it and just said screw it, this isn’t fun. So now I just make all my repos private.



  • regardless if you switch distros or not it’s good practice to backup stuff to either a personal server or even a private git repo.

    I distro hop every so often, heck just did it lastnight, and what makes it easy for me is using borg which backs up daily to my server. It backups personal files, ssh stuff, and some dotfiles. I also do a push to my private forgejo before hopping and that will be configs and what have you so when I’m on a new distro it’s just a matter of cloning that private repo and then accessing a recent borg backup and i’m good to go. For Arch based distros I use something called DCLI which backs up a list of packages I have installed so I can pull that down and then merge it to my system and it automatically installs the packages I want. All of this allows me from once spending a couple hours setting up a system to now a few minutes. Doing all this makes distro hoping a non factor for me.






  • about 1 or 2 times a year, consistently, Windows for whatever reason would kill my wifi on my system. uninstalling and reinstalling drivers wouldn’t work, hard resetting wouldn’t work, nothing. Just randomly disabled my wifi and looking online the ONLY solution was a complete reinstall of the OS. I don’t know why it did this, but it was an annual thing for me to have to reinstall the OS just to get wifi working again.

    I had enough. decided to try a live usb of Linux Mint and I liked it so I installed it on my system. after 2 weeks I switched to CachyOS and now i’m on NixOS.