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 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

What I like about Arc Browser

I changed my default web browser to Arc from Safari a few days ago. I had a vague idea why I did that. “I have moved back to Arc again. The experiment with Safari lasted a couple of months — it’s fine and I would love to support non-Chrome browsers....

via Jottings on an Envelope October 18, 2024

17/10/2024

# Like : Bix Dot Blog — The Music Of The Spheres... ... there’s never been a blogosphere. The one he [Venkatesh Rao] remembers and was a part of isn’t the one I remember and was a part of before 2007. Blogospheres pop in and out of existence like particles…

via Colin Walker - Daily Feed October 18, 2024

"I'm clicking a cow!"

Today's phone-based video game: 1: Get election SMS spam. 2: Block caller. 3: Reply STOP. 4: Get "you have been unsubscribed" from a different phone number. 5: Goto 2, in an attempt to preemptively block their entire network. My score was around 200…

via jwz October 17, 2024

Generated by openring