I take a lot of hand-written notes and wanted a quick way to write down web references. I was unsatisfied with all of the current URL shortener implementations so I decided to write my own.
Looks at a provided RSS feed, converts the HTML to plaintext, truncates to 100 words, shoves those words into a templated, and posts to fedi. Supports authenticating with Akkoma, Pleroma, and Mastodon. Patches for additional platforms are welcome.
Takes an OPML file exported from an RSS reader, turns it into bulleted lists of subscriptions (ignoring particular sections if desired), and shoves those lists into a templated Markdown file. It's in use on the feeds page.
Generates cover images for Hugo sites using the page's frontmatter, the site's global config, and file's metadata. It's written in Go and generates images using Gio, a cross-platform GUI framework. It generates the cover images for most of the pages and posts on this site.
This is generalised software for creating and maintaining old-school webrings. It currently powers Fediring.net.
The official app is just an unusable pile of trash. I want to reverse-engineer the bracelet's Bluetooth protocol and implement my own client/server. Client functionality will be strictly limited to sending/receiving touches and matching touch patterns with user-defined messages. Server functionality will be strictly limited to transferring touches between devices.
A todo TUI that operates on basic text files. Unfinished items are denoted with a - and finished items are denoted with a +. I wanted to try Bubble Tea but decided it was more complicated than I was ready for at the time.