• 3 Posts
  • 420 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle









  • still in the setup phase and running LabWC rather than a full desktop – but actually rather enjoying it and have been stumbling across a lot of cases finding out that even with a GUI installed, terminal programs do just as good a job if not better than their graphical counterparts (ex. I don’t think I’ll ever be a full vim/emacs convert, but for basic text editing, nano does just as well as mousepad/leafpad/featherpad/xed/gedit)




  • don’t really have a favorite – started with Thunderbird a long time ago but switched over to webmail fairly early on

    now that I’ve started to build a new system, I started to look around at the various options (and maybe getting off webmail or at least having local storage “backup”) – the standard GUI clients (Thunderbird, Evolution, KMail, BlueMail, Mailspring) seem to be … fine – but none of them really stand out

    recently stumbled across some nice screenshots of aerc and the idea sounds really appealing, but I’ve never had any contact with terminal email programs and found out they’ve followed a completely different evolutionary path than GUI apps (even terminology has diverged between the two) – GUI apps keep trying to be an all-in-one (email, contacts, calendar, tasks, …) whereas terminal programs almost seem to to favor a “balkanization” of effort – aerc looks like it’s grabbed a middle-ground, you can run it as standalone or go all in with a fully customized setup – problem I’m running into is I can find lots of “how” guides, but very little in the “what” or “why” side of things …







    • repeat the “Don’t sweat it.”
    • Ubuntu is a perfectly fine starting point (the other “beginner distro” that’s commonly recommended is LinuxMint)
    • »AFTER« you become comfortable with what you have:
      • try familiarizing yourself with the command line
      • get overwhelmed with all the distro choices available
        • get bitten by the distro-hopping bug (“Gotta try them all!”)
          • and then try Distrobox (“ALL the distros at once!”)
    • »THEN« take a look at immutable distros
      • “immutable distro” is a catch-all term that embraces several concepts
        • immutable – the root filesystem is set to read-only – makes it harder to mess up your system
        • declarative – your hardware and packages and configs are declared in a master configuration file
        • atomic / transactional – updates are checked as they’re applied, if it fails, it gets rolled back to a previous “safe state”
        • container / sandbox – ex. Flatpak or Docker or OCI – apps are isolated in their own sandbox and not allowed to mess up anything else