• 0 Posts
  • 167 Comments
Joined 2 years ago
cake
Cake day: June 23rd, 2024

help-circle


  • But, yes. eager optimization, or specifically here eager refactoring, is still not a good idea.

    Beware premature optimization, indeed! Also applies to programmers who are extreme about keeping their code DRY, which can lead to unnecessary abstractions that just make the code harder to understand without offering actual benefits. IME some languages suffer from this more than others, e.g. Ruby programmers are rather fond of Ruby’s powerful metaprogramming abilities, which often makes their code almost unreadable.



  • That’s like yesterday by Debian standards, lol. And honestly, I’m surprised that they’re adding this kind of feature after this long. Feels similar to how i3-wm eventually merged gaps functionality (as known from the popular i3-gaps patch by airblader), I never thought it would actually happen.

    LTS Debian

    Why would you run any other kind of Debian? I’m proudly running oldstable, my laptop has an Ubuntu version that’s even older. And though tempting, I’m not upgrading for nano -/.

    I really appreciate the info, though!






  • Big fan of micro. Like nano, it’s non-modal, but unlike nano, it doesn’t need to print its shortcuts on the bottom because everyone already knows most of the shortcuts from almost every GUI editor. And it has inbuilt syntax highlighting and LSP support (TBH it’s a bit much at times, the UI is a bit too intrusive to (by default) complain every time you violate some style guideline).

    Though that’s moot if you don’t have admin privileges on the box you’re working on.







  • Yeah, keeping the needed packages around would ballon storage size if you want to do it for an entire directory of distro isos, especially if you’re interested in historic releases (e.g. for hardware compatibility). I’ve actually been experimenting with using locally saved packages lately, mostly because HDD+ethernet is about 20 times faster than downloading packages off the internet for me. It’s fine as a cache if you’re managing several instances of the same distro, but if you want to full-on install several different distros/releases off HDD you’ll need to seriously invest in storage space. Might be worth it though … hmmmmm.