Dagger Feels Like Magic

| dagger | programming | typescript |

I’ve been working on a Dagger module for interacting with the Bluesky API.

I wrote the first version in Python, using the atproto library. It worked well and was easy to use, but I noticed that none of my links, mentions, or hashtags were showing up. I ignored this for a while, but today decided to investigate this some more since the whole world seems to be showing up on Bluesky this week.

It turns out that there is a separate rich text API that you need to use in order to paste links, mentions, hashtags, and images. Mastodon, Twitter, and LinkedIn seem to figure it all out automatically but Bluesky is special.

I read the python docs on how to do this, and it made sense but in order to get this to work in the real world I would need to first write some sort of parser to identify the different types of elements and then pass them into this TextBuilder class to create the Bluesky post.

This felt like a lot of work and I am lazy. The good news is that the official Typescript SDK from the Bluesky team has a helper method called detectFacets that does all of this for you.

I’ve put a lot of work into this module and it includes some examples along with a test suite that runs all of my examples. The test suite was written in Python just like the original module was.

I was able to port the module over from Python to Typescript with a little effort. I started to port the test suite over to Typescript as well but then thought to myself “wait a minute, I don’t need to port this over”.

You see, the test module is just another Dagger module that calls my Bluesky module. Dagger modules can be written in any language and they can call modules written in any other language. Since the API for my Bluesky function did not change in my Python to Typescript port everything just worked.

Sometimes Dagger feels like magic.

Thank you for reading! Share your thoughts with me on bluesky, mastodon, or via email.

Check out some more stuff to read down below.

Most popular posts this month

Recent Favorite Blog Posts

This is a collection of the last 8 posts that I bookmarked.

Articles from blogs I follow around the net

Aligning Automattic’s Sponsored Contributions to WordPress

Aligning Automattic’s Sponsored Contributions to WordPress by "Automattic" (let's be honest, it's Matt Mullenweg) Automattic plan to fuck themselves over further (and by…

via Kev Quirk January 10, 2025

Stop speedrunning to a dystopia

We need more warnings about amusing ourselves to death

via The Intrinsic Perspective January 10, 2025

Durable products

I wore my Olukai Mahana slippers all day every day for 3 years. They finally got beat up enough that when my family asked me what I wanted for Christmas, I said that I’d welcome a new pair of slippers. […]

via Blog – Brad Frost January 10, 2025

Generated by openring