Mastodon Does Microformats, ActivityPub Does Check-Ins and Travel Plans by Ton Zijlstra (zylstra.org)
I hadn’t really looked, but it turns out that Mastodon has incorporated microformats. It has h-feed and h-card, h-entry (a status), and h-cite (a boost). Plaint text properties (p-), e-content, and link properties (u-) are implemented. Indeed, they all surface when looking at a profile’s HTML so...

Mastodon Does Microformats, ActivityPub Does Check-Ins and Travel Plans: https://www.zylstra.org/blog/2022/11/mastodon-does-microformats-activitypub-does-check-ins-and-travel-plans/

Indexing in MySQL by yahwho (yahwho.org)
I have been working a lot with JavaFX recently and it’s been a while since doing any SQL work. After loading my project and running a few test commands I was pretty shocked to see that the SELECT statements were taking almost 15 seconds to produce a response! Thankfully I quickly remembered I need...

Indeed. Always worth to take a closer look at indexes when SQL queries are too slow 👍