• 0 Posts
  • 17 Comments
Joined 3 years ago
cake
Cake day: July 3rd, 2023

help-circle





  • Uma Musume (馬娘, literally “Horse Girls”) is a gacha style game by CYGAMES that has several anime. The idea is to take actual race horses, regardless of gender, and make them moe anime waifus that run huma-style footraces. One very popular one that I know, is Golshi, or the horse Gold Ship. From what I can gather, though, the mascot is supposed to be Special Week. (I only tangentially interact with pure gacha games because of my crippling fear of being addicted)

    Anyway, plenty of good memes from the fans, and decent artwork in the usual places for manga-adjacent things, whatever that means for you.








  • Your node_modules directory can get so bloated that the community came up with different package managers just for deduplication! pnpm, for example, makes one global-adjacent cache, and then just symlinks the dependencies as needed. This is because the regular npm doesn’t, because what if the package changed between the 20ms since I downloaded it for nuxt? (Sorry Nuxt users, had to pick a name)