A cool interaction with a user of random anime
Written on May 16, 2025
I've gotten quite a few emails from users of random anime; I wanted to highlight a particularly cool experience that I think about often.
#random-anime #user-interaction
Written on May 16, 2025
I've gotten quite a few emails from users of random anime; I wanted to highlight a particularly cool experience that I think about often.
#random-anime #user-interaction
Written on Jan 23, 2025 (updated Apr 22, 2025)
Bannerlord has turned into one of those games that a few times a year I get addicted to, have a blast but also have no idea what I'm doing.
#bannerlord #mods #mount-and-blade
Written on Nov 1, 2024 (updated Jan 12, 2025)
For the first time in my life, I have written a deployment pipeline for a personal project. Here's how it went and what I learned.
#automation #deployment #github
Written on Oct 21, 2024 (updated Jan 12, 2025)
I'm deep into Heroes of Olympus book 4 so I figured now would be a good time to think about whose POVs I enjoy the most, and least.
#heroes-of-olympus #percy-jackson
Written on Aug 14, 2024 (updated Jan 12, 2025)
As much as I love to organize my code, I'm ashamed to admit I never knew that #region. A way to create custom, collapsible pieces of code.
#code-quality #vscode
Written on May 3, 2024 (updated Jan 12, 2025)
Nesting? Natively? Yes, please. The new & nesting selector is here and it's pretty awesome.
#css
Written on Apr 26, 2024 (updated Jan 12, 2025)
I recently checked out HiDive's newly redesigned website. It's pretty... until you look under the hood.
#accessibility #anime #hidive
Written on Mar 7, 2024 (updated Jan 12, 2025)
Accessing the DOM inside of a composable is easy as long as you know you have access to lifecycle hooks.
#nuxt #vue
Written on Jan 28, 2024 (updated Jan 12, 2025)
The aspect-ratio CSS property is so easy and awesome, how could you not love it? Let's look at the old way, and the new way of achieving an element at a specific aspect ratio.
#css
Written on Jan 21, 2024 (updated Jan 12, 2025)
Modular CSS? What?! Well, it's here, and it's pretty cool. Let's talk about the ups and downs of using it.
#css #tailwind
Written on Oct 4, 2023 (updated Jan 12, 2025)
While learning Nuxt3 I ran into, and resolved, an issue. Here's how to make sure the prerendering engine waits for your async content.
#javascript #nuxt #vue
Written on Dec 16, 2022 (updated Jan 12, 2025)
I needed to know if a YouTube video was region locked... so I went down the rabbit hole and learned how to use the YouTube Data API.
#api #youtube
Written on Jul 8, 2022 (updated Jan 12, 2025)
Multi-line truncating has always been rough. But, what if I told you, you could do it with pure CSS? Yes! It's possible!
#css