Simon Willison’s Weblog

Subscribe

Items tagged github, performance

Filters: github × performance × Sorted by date


Making GitHub’s new homepage fast and performant. A couple of really clever tricks in this article by Tobias Ahlin. The first is using IntersectionObserver in conjunction with the video preload=“none” attribute to lazily load a video when it scrolls into view. The second is an ingenious trick to create an efficiently encoded transparent JPEG image: embed the image in a SVG file twice, once as the image and once as a transparency mask. # 29th January 2021, 7:05 pm

Why I like Redis

I’ve been getting a lot of useful work done with Redis recently.

[... 900 words]