Things I Did Not Blog About 2
Last year I wrote about everything I hadn't written about and now I have done it again.
Bots, Bots, Bots #
Early this year, a framework for easily building bots on the fediverse w/o being attached to a specific instance called BotKit was released. This lets you write a bot that can be deployed to deno (or other hosting platform) with ease.
Also earlier this year, MapQuest released a tool to rename the Gulf of Mexico to whatever you want. I noticed that the generated image could be grabbed directly by plugging arguments into this url https://gulfof.mapquest.com/img/map?name=example+text which meant that I could display images without actually storing any of them on deno. I quickly got to work and combined BotKit with the MapQuest API and created @gulfof@mapbot.deno.dev, a very simple bot that will reply with the edited map when tagged on the fediverse. Source Code
A week later, I couldn't stop thinking about that image endpoint and so I was interested in building one myself a website that dynamically generates an image that didn't need to be stored anywhere. Years ago based on this xkcd, there was a website released that let you plug in any text and it would generate the TMNT logo, unfortunately, it was built entirely with css and html which made it very difficult to convert it into an image. I tried a few ways to screenshot it from my glitch site but nothing was working, so I ended up just building a glitch page from scratch that builds the image. Thus, https://tmnt-logo.glitch.me/ was born. You can generate the image by plugging in any text to https://tmnt-logo.glitch.me/img?text=teenage+mutant+ninja+turtles&background=transparent&width=550&height=200 (and an optional width/height and background. If the width/height isn't provided it will attempt to fit the image to the text w/ reasonable accuracy). Source Code: remixable on glitch.com or on github.
Now that I had that website, I could quickly build the @tmnt@logos.deno.dev bot by making some modifications to the earlier @GulfOf bot. If you tag @tmnt@logos.deno.dev with some text it will automatically reply to you with the generated image. Source Code
The last bot I've made (so far) this year is @GiftArticles@tomkahe.com. Early last year I was looking for a way to get RSS feeds of Bluesky feeds to no avail, but I went looking for it again last month and found the perfect alternative. Bluesky has a public API that lets you view a feed as JSON: here is what that looks like, which meant I could finally bring my favorite Bluesky feed over to the Fediverse. this is a feed that finds any post on Bluesky/atproto that has shared a gift article (or a URL that lets you bypass a news paywall). It's a rather noisy bot so the way I use it at the moment is I mute it from my home timeline and when I'm browsing the trending links from any news site I don't subscribe to, I can just scroll through the users discussing it and find @GiftArticles.
Glance #
I started using a self-hosted dashboard called Glance this month and added a couple of community widgets that have improved my experience. This one fetches all the trending news on my Mastodon instance and this one fetches trending news from the Trending News feed on Bluesky.
DIY #
I printed a case for a Heltek meshtastic device, but I have deemed it too ugly to share.
3D Printed Television source. I wrapped the resulting print in a wood vinyl film.
![]() |
---|
And finally for the crème de la crème, I received a Game Boy Color along with something else I ordered a few years ago for a unrelated project. The GBC was listed as broken but from what I could determine it was just the buttons that weren't working, it was reading cartridges just fine. That sat in my closet for years until now. I swapped out the old screen for an OLED display and cleaned all the button pads and now I've got a modern and beautiful Game Boy Color (the speaker still needs to be replaced but that replacement won't be here until this weekend).
![]() |
![]() |
---|---|
Before | After |
- Previous: Untitled Gaming Social