Cuteness enjoyer.

  • 1 Post
  • 48 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle




  • Vim uses these commands like di" (delete everything inside “”) instead of chords (holding multiple keys down at once). Both work fine. The reason vim does this is that many regard it as more ergonomic. You don’t stretch your hand/fingers out and you can keep your fingers at homerow. You might have heard about people getting an “Emacs Pinky”. It’s basically down to preference. I don’t use emacs but I know people use vim bindings in emacs (emacs is very scriptable after all). That way you can try or integrate vim like bindings without leaving your comfy emacs.


  • I use fish abbreviations. Unlike bash/zsh aliases, they expand when you press space or enter. This way you see the original command every time you use the alias, and you can edit as well. This should lighten the concern you have a bit. Your concern is something that sysadmins keep in mind e.g. default vim bindings so you are always comfortable on any server. However for desktop use I don’t think leaving the speed and comfort on table is worth it. Most desktop users only use their own systems anyway.


    • set a good tty font (it’s almost all you’re gonna see)
    • be comfy with basic core utils (mv, cp, chmod, …)
    • choose a shell (bash, fish, …) and set up some useful aliases/abbreviations
    • fzf or something similar does wonders (also replaces things like dmenu)
    • terminal multiplexers are used instead of window managers
    • some applications allow you to do some graphics (like mpv to play video)
    • there is more advanced stuff you can do with frame buffers
    • there are terminal browsers like w3m or lynx
    • a good extensible text editor is essential (vim, nvim, emacs, helix, …)
    • research some cli applications for your usecase (cal (calendar), neomutt (email), …)

    Over time your collection of aliases and scripts will grow to make common tasks you do easier.





  • You are probably referring to Danshi Koukousei no Nichijou. There are a lot of SOL anime so I got to choose something. Personally I think it is pretty good but not as good as some other anime that I would recommend over it. As well as the fact that Bocchi the Rock has a mostly female cast so I unconsciously selected anime that are similar in that regard. If OP wants to try something with a large male cast this is the only anime I can think of that would be fitting so it’s good that you mention it.


  • What is similar? Does it need to be a band anime? Does it require social anxiety characters? Just cute girls doing cute things (CGDCT) in general? Have yuri elements?

    • slice of life (SOL) with characters playing in a band: K-ON! (band aspect is secondary)
    • SOL with anxious main character: Hitori Bocchi no Marumaru Seikatsu
    • general SOL/CGDCT classics: Lucky Star, Nichijou, Azumanga Daioh
    • more modern SOL/CGDCT: Kiniro Mosaic, Gochuumon wa Usagi desuka?
    • SOL with yuri: Hidamari Sketch (moderate, also a classic), Yuyushiki (lots)

    edit: I personally don’t think that Bocchi the Rock! is super laid back, but if you compare it to action shows it obviously is. If you really want to go the laid back route you can look into the genre Iyashikei (“healing type”) with anime such as Non Non Biyori, Yuru Camp (still have to watch this one so can’t verify personally but is very popular) and Yokohama Kaidaishi Kikou (absolute classic).





  • Speed of a package manager should never be a major concern nowadays.

    I would like to disagree with this. It’s not just updates. Sometimes I add and remove a bunch of packages back to back to test stuff out or check soft dependencies or pull/remove dependencies for projects I am checking out and compiling or switch between prepackaged/compiled versions. For example I was once testing the difference between wine and wine-stable-ubuntu in combination with winetricks installed/uninstalled. That is four configurations and you might visit each one more than once. I once saw a classmate use the fedora package manager in real life and I thought it was quite slow. I am happy with pacman, it really rips through packages which is convenient.



  • I tried fastfetch which was very fast, but didn’t work correctly for me. It told me I had 16 flatpaks installed, but I don’t even have flatpak! On another preset it gave the wrong number of pacman packages installed. The coloured bars also rendered with visible seams in between because it uses characters instead of colouring the background. It also didn’t show my terminal font at all. I can’t open issues because I didn’t bother to activate 2fa on my github account. I ended up writing a simple fetch for fun, it shows pacman and rust packages, learned a few things about terminal escape codes.



  • Bloat is relative to the user. If I have a piece of software installed that I don’t use, it is bloat. If a program has features that I don’t use (especially if they get in the way) they are bloat. Random config and cached files from programs long gone are bloat. It is not really about saving CPU/RAM/disk resources. It’s like keeping my room clean. I also consider any UI element that is not strictly necessary bloat, because it gets in the way, takes up screen space and doesn’t look clean. I have 485 packages on my 3+ year old Artix system right now (and some things I compile). Sometimes it can be higher if I use some extra software. But more than 700 hundred packages will start to feel uneasy. An example of bloat: I used startx to start my X server (like almost everyone else). Then I replaced it with a small shell script (sx). It worked exactly the same for me, I couldn’t notice the difference. That means that everything startx provides over sx is bloat in my case: completely useless. You can see it as a form of minimalism.