About 48 results
https://chrisburnell.com/article/fresh-pixels/ · 9 May 2026
Status updates and enforcing the crispiest-possible 88x31 badges across the web
https://www.coryd.dev/posts/2025/automating-my-reading-progress-updates · 16 Nov 2025
I've tracked my reading progress on my site for a bit now. I'd originally done this by fetching my progress from external APIs and sources on platforms like Oku , fetching and parsing the DOM on the StoryGraph and eventually importing and managing my own d...
https://www.coryd.dev/posts/2025/evolving-my-personal-music-scrobbler · 17 Oct 2025
I've nearly entirely rewritten my site over the past few months. First, I refactored the frontend into a Laravel application that leveraged the same postgREST endpoints that my long-running 11ty site used. Next, I wrote a new administrative application in ...
https://www.coryd.dev/posts/2025/importing-artist-and-album-data-from-navidrome · 31 Aug 2025
Since adopting Navidrome to stream my own music I've been tracking my listening activity from my instance and have recently added pages for all of the albums in my collection, with a record for each track and the track list and track duration displayed on ...
https://www.coryd.dev/posts/2025/this-site-runs-on-laravel · 28 Jul 2025
As I've continued to over-engineer this site, there's been a mounting tension between what is and isn't dynamic. What should be dynamic, what needs to be dynamic, how often a given page or element is updated.
https://www.coryd.dev/posts/2025/building-an-oembed-endpoint · 19 May 2025
For reasons that elude me I cannot get Open Graph tags to work when anything from this site is posted on Mastodon. I've fiddled with server configs, my aggressive robots.txt and still — nothing. They work everywhere else . So I built an oEmbed endpoint.
https://www.coryd.dev/posts/2025/running-11ty-and-php-concurrently · 7 May 2025
Now that I have several sections of this site served dynamically using PHP I've finally put together a single command to work on the site locally.
https://www.coryd.dev/posts/2025/tracking-listens-from-navidrome · 24 Apr 2025
Migrating from Plex to Jellyfin to Navidrome has meant refactoring how I record listens at each step. Much of the code architecture has remained the same — error reporting, inserting tentative artist and album records, but the data retrieval and recordin...
https://www.coryd.dev/posts/2025/i-built-myself-a-tv-guide · 25 Mar 2025
I built myself a TV guide. Why? Because the more I tack things on to this site for my own utility, the less I want to use other services. So I built a TV guide.
https://www.coryd.dev/posts/2025/dynamic-pages-with-php-and-11ty · 12 Feb 2025
When I moved this site to my own hosting I rewrote the dynamic code that had previously been handled by edge functions in PHP. To speed up build times and make things scale nicely as I add more content and pages, I recreated my media pages as an amalgam of...