RSS Parrot

BETA

🦜 Jan’s Blog – On Web Development, WordPress, and More

@jan.boddez.net@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Your feed and you don't want it here? Just e-mail the birb.

Site URL: jan.boddez.net

Feed URL: jan.boddez.net/feed

Posts: 9

Followers: 4

Published: April 23, 2025 19:23

In reply to https://jan.boddez.net/notes/d34b4e9ee8 by @jan. Turns out it was broken still, because “time zones” and “DST” are a thing, apparently. And then I’d also broken mentions in newly created notes, because, apparently, you can’t save a…

Published: April 23, 2025 19:01

Considering making (large) parts of my site static, but not sure how I’d deal with, e.g., my Webmention and Micropub endpoints. Guess I could use Caddy to route certain URLs, like /webmention and /micropub, to actually dynamic endpoints at a subdomain.…

Adding Blurhash Support

Published: February 15, 2025 08:35

Mastodon is where I first learned about “blurhashes,”1 the blurry image placeholders that show while images are still loading. After I’d recently added support for image attachments to this site’s ActivityPub implementation, I learned that Mastodon2…

Published: February 10, 2025 08:18

Bookmarked https://github.com/Dens49/blurhash-js/blob/master/blurhash_pure_js_port.js. Been adding “blurhash” support to my CMS’s image uploads (and “ActivityPub” image attachments). Still need some JavaScript to display them also on the site’s front…