Home

Posts

I like to write about anything from coding tips to rants about life.

Jul 8, 2022

Line clamp, I love you

Multi-line truncating has always been rough. But, what if I told you, you could do it with pure CSS? Yes! It's possible!

  • #coding
  • #css

Sep 1, 2021

A bit of a rant about Crunchyroll dubs

I just wanted to watch a German dub on Crunchyroll... little did I know the amount of frustration I was about to experience.

  • #anime
  • #usability

Aug 17, 2019

Iframe lazy loading - srcdoc to the rescue?

Iframes can be an expensive resource, especially for videos. Lazy loading iframes isn't as easy as it should be, but maybe the srcdoc attribute can help.

  • #coding
  • #html

May 29, 2019

Intersection Observer: A great new API

Finding out if an element is within the viewport has always been a pain in the butt. Luckily, there's a handy new API called Intersection Observer.

  • #coding
  • #javascript