Testing Activity Pub Support

I’ve installed the ActivityPub plugin to this blog. In theory, this should allow people to follow my blog from the Fediverse (mastodon, etc). Let’s see if it works. And since just making a test post is boring, let me add that I’ve recently put all my pico8 games on itch. You can find it here!

Making a RSS feed by hand

RSSs are cool. They allow people to follow webpages. They don’t get stuck in spam filters. They give people power over the web. I wanted to create a RSS feed for the Alife newsletter. The Alife newsletter is built from hand-made python scripts that parse multiple markdown files, so I had to learn how to […]