Also not me, clearly my name is far more popular than I had imagined
Also not me, clearly my name is far more popular than I had imagined
I'll set it in my calendar
Haha no worries!
Wrong David Muir
Today I was punished for the audacity of having time to write some code this week by a Friday filled to the brim with meetings.
Become a tech lead they said...
I mean if you insist, meet Zelda
import { authorFeedLoader } from "@ascorbic/bluesky-loader"; const posts = defineCollection({ loader: authorFeedLoader({ identifier: "mk.gg", }), }); export const collections = { posts };
--- import { getCollection } from "astro:content"; const posts = await getCollection("posts"); --- <div> { posts.map(async (post) => { const { Content } = await render(post); return ( <section> <Content /> <p>{post.data.likeCount} likes</p> </section> ); }) } </div>
Would you like to display your Bluesky posts in your Astro site? I've made an Astro content loader for Bluesky! When you build the site it loads your posts and puts them in a content collection. You can then display them on a page, or use the raw data however you want.
github.com/ascorbic/ast...
Fully agree. Once you get to a certain level you are there to solve business problems, not just sit in front of your IDE.
Screenshot of a Github Actions workflow runs list, showing many failed attempts to get a success build
Oh I do so love setting up builds
As it's the law, I've got to say it:
I can't believe how bloody dark it is outside
Picture of a tortoise shell cat sitting on a soft cushion in a sunbeam
Saying hello to bluesky in the best possible way (with a cat picture)
Manager: "Are we aligned?"
1. Attempt to align yourself. [DC10 Wisdom save]
2. "I don't see a clear ask." [Begin combat]