Cuteness enjoyer.

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

help-circle


  • 柊 つかさ@lemmy.worldtoAnime@lemmy.mlGo to Cozy Anime
    link
    fedilink
    English
    arrow-up
    5
    ·
    29 days ago
    • Hidamari Sketch
    • Lucky Star
    • Non Non Biyori
    • Yokohama Kaidashi Kikou
    • Gochuumon wa Usagi desuka?
    • Tanaka kun wa Itsumo Kedaruge

    Hidamari Sketch is very underrated and is much less well known than it’s contemporaries like Lucky Star, but it’s basically the comfiest thing ever. Any CGDCT/SOL could work for this (Nichijou, Yuyushiki, Kiniro Mozaiku, K-ON!, …) but I specifically chose shows with a slower tempo.










  • 433 packages, impressive :) I’m stuck on 474 while keeping a working environment where I can do my things nicely. And that doesn’t count some hand compiled/written programs I have. Also, 175MiB of memory! I used to boot at around 400MB into my WM but over time it has gone up to a fat 600MB without changing anything :| Just nice to see someone going for a minimal system.




  • I always log in to my TTY. Have you tried setting your colour scheme before login? I have a mega janky setup where I add an OpenRC sysinit service that calls setvtrgb. The first lines of the startup log aren’t affected but most of them are. That way I can log in with a colour scheme consistent with that which comes after the login.





  • 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.