• 0 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle

  • Honestly this part of the XKCD meme never sat right with me. No self respecting emacs person would ever bind a command to C-x M-c

    Meta after Ctrl rubs me the same way languages that use Subject Object Verb order do.

    Like, you can do it, but it feels icky.

    Also, you’ve gone to the trouble of creating a ‘butterfly’ key. Just use that.






  • I agree. I think that’s why nix-os is getting so popular these days.

    I love the idea of declarative system builds even beyond just reproducability. The idea that you can essentially make your own distro without much difficulty is really cool.

    Plus all the benefits of roll backs, light backups, etc.

    Plus if you can dig deep enough you can craft a system that never breaks by pinning certain versions.

    One of these days I want to check it out. As well as LFS. Oh but for the want of time.



  • I don’t know if that’s a widely recognized term.

    Pacman used to be really bad at removing unneeded dependencies. I think pretty much every package manager has this facility now. For instant apt auto remove.

    Suppose you installed gnome to try it out, gnome installs like 1000000 packages. The thing about some of those dependencies is that they’re really useful. It’s not uncommon for another package you have installed to use it as an optional dependency. In that case it doesn’t get flagged for autoremoval when you uninstall gnome.

    When you apply this logic a couple layers deep they start to compound.

    Also libraries and random python scripts tend to just exist forever in your system long after you used it lol.

    I started developing the habit of checking what dependencies are being installed and to uninstall immediately when I realize I don’t need it.

    This logic applies to language specific managers like cargo or pip too.

    They all have really good tooling to figure out leaves, orphaned nodes etc. I just didn’t start using those until I got into the arch hype.




  • I’m Indian. I’m willing to bet a bunch of kids who just built their first pc didn’t realize windows was paid just googled free OS and installed Linux lol

    (This is a sarcastic whit at the frugality of my people. Truth is a lot of Indians my age are extremely tech savvy and care about privacy)