Cuteness enjoyer.

  • 43 Posts
  • 65 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle








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




  • I understand the end result you want to achieve, but what do you mean with “parse a rss reader through ffplay”? Parsing is taking in a string (text) and building some datastructure from it (like an AST). You can parse a rss feed (it’s XML) but I don’t get what parsing a rss reader is. Also “through ffplay”? You want ffplay to parse your rss for you? Or do you want to parse rss and than have ffplay somehow display the result (the news headlines taking from the feed)? ffplay displays videos and images (I use it as my only video player lol). If you want to render some text underneath a video stream I think you need ffmpeg first and than pipe the result into ffplay.








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