Music lover and English teacher with an interest in slightly geeky things

mastodon / blog / listenbrainz

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

help-circle
  • I’ve been using Linux for a long time. When I install my fist step is to uninstall. I get not wanting things taking up space.

    You should be able to remove things like LibreOffice and so on without any issues.

    In the past, dependency chains screwed things up depending on the distro. (Remove Chrome? Oh, well, we’ll remove your DE too! I remember once uninstalling VLC, which I never use, wanted to uninstall the browser and other media apps…)

    I did go and look around, and you are right. Lots of posts, older and more recent, telling people not to uninstall and change to a minimal distro.


  • cmus is great for music

    mpv for videos, there are different extensions to automatically open YT videos with it.

    beets for sorting music

    nicotine plus for looking for music

    syncthing

    zathura

    improving performance isn’t easy if you feel like things are running smoothly, but there are a few laptop specific things like tlp that you could look into although I suspect that distro uses them out of the box








  • If I’m correct, that would mean that technically, I could authenticate to an SSH server without supplying my name if I use a private key?

    Yes.

    The public key contains a user name/email address string, I’m aware, is the same information also encoded into the private key as well? If yes, I don’t see the need to hand that info to an SSH call. If no, how does the SSH server know which public key it’s supposed to use to challenge my private key ownership?

    Most of this can be found reading through different Git docs, whether from GitHub, GitLab, Codeberg, Gitea, etc. When using Git you can use different keys for different repos/forges and each has a defined pair, similar to accessing different SSH servers that require specific key pairs. I do understand your questions, but I lack the finesse to explain it since I really only use SSH and Git for my blog and not for anything too complicated.



  • I don’t feel like my system is bloated.

    It probably isn’t bloated.

    I guess it’s subjective, but when do you consider a system to be bloated?

    If someone is testing out several different DEs or WMs and installing meta-packages, then I suppose I might say that things are bloated because they could end up having multiple apps to control the same preferences along with different libraries, etc., and then when they decide to update it takes ages. That would be bloated for me. I have tried the minimal stuff before. Like you said, hundreds of packages, not thousands. But, I didn’t install any manpages. So when I decided I wanted those manpages the number of packages ballooned. Nothing was really bloated, just a number on neofetch going up.






  • I ignored Geany for years.

    Sometimes it came preinstalled, so I knew about it. I didn’t program, why would I need more than, say, whatever the basic text editor was?

    Then I found myself in the position of only having one working computer (other than my company-provided laptop): a raspberry pi 400. The Raspberry Pi Desktop (Debian) comes with Geany preinstalled and I just started using it one day. I got it. It is light, it has some extra options, plugins, themes… Looking forward to updating later to see if there are any big changes.