About 92 results
https://www.coryd.dev/posts/2025/who-writes-the-documentation · 6 Jun 2025
If the future is AI writing code (or writing much of it) — who writes the documentation? Is it the developers reviewing the code?
https://www.coryd.dev/posts/2025/another-ai-company-lying-about-their-user-agent · 4 Jun 2025
While digging around for AI crawler (read: scraper) user agents to block I found another company, platform, tool — whatever — that's using an altogether generic user agent.
https://www.coryd.dev/posts/2025/the-agentic-web-is-nothing-more-than-a-moat · 30 May 2025
Copilot in Edge. Gemini in Chrome. AI chatbots in Firefox. Opera becomes an 'AI agentic browser'. The Browser Company announces Dia and declares that 'traditional browsers' will die. Perplexity is building an 'agentic' search browser.
https://www.coryd.dev/posts/2025/a-year-of-tracking-my-music-listening-activity · 29 May 2025
I've spent the better part of a year tracking the music I listen to day in and day out. The implementation has changed and the players have changed but the data collection, storage and display has been reliable throughout.
https://www.coryd.dev/posts/2025/despite-the-warnings-i-tried-self-hosting-my-email · 27 May 2025
I've been moving more and more of the infrastructure I run and host on to my own servers. One thing led to another and nearly all of what I used was there: analytics, photo storage, music, RSS, saved links and on and on. I got the itch to try this with ema...
https://www.coryd.dev/posts/2025/a-clarified-stance-on-blocking-ai-crawlers · 23 May 2025
My clarified stance on blocking AI crawlers is this: block all of them . I won't speak for everyone on the matter (I can't), but feel ok walling them all off .
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/managing-music-with-rclone · 14 May 2025
I've been listening to my music via Navidrome for a bit now and it's working quite well. To manage my music, I use rclone locally and on my host machine.
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/using-a-docker-for-deployments-on-coolify · 4 May 2025
I have Coolify building my site and rsync -ing the build output to a separate LAMP server. There was a recent bug in a release that broke compatibility with Nixpacks that broke my previous deployment configuration. To the Coolify team's credit they pushed ...