Tag bluesky

3 bookmarks have this tag.

2024-08-12

1443.

Paul's Dev Notes

pfrazee.com

Random dev notes about work at Bluesky by Paul Frazee

1442.

Why not RDF in the AT Protocol?

pfrazee.com/blog/why-not-rdf

Today in "our novel form of NIH," why did Bluesky create a new schema language, Lexicon, for the AT Protocol?

1439.

Why RichText facets in Bluesky

pfrazee.com/blog/why-facets

Today in "our novel form of NIH," why does Bluesky use the richtext facets system instead of Markdown?

// slightly simplified
{
  text: "Hello @bob.com",
  facets: [
    {feature: "mention", index: {start: 6, end: 14}}
  ]
}