Carl Colglazier @carl.cx · Jul 6

I added a small section on my website homepage that displays a recent post from my Bluesky account. It's powered by a small program I wrote in #golang. github.com/CarlColglazi...

6 likes 3 replies

?

Replies

Preslav Rachev · Jul 6

That’s a neat idea! I bet, I can easily replicate this to work as a lambda function, too. My blog is a static Hugo site hosted on @netlify.com, but Netlify supports lambs functions, too, and Go is a fantastic choice for those.

Carl Colglazier · Jul 6

Pushed an update to fetch fresh posts every hour. github.com/CarlColglazi...

dame · Jul 6

love to see it