's Avatar

@jonathanwarden.com.bsky.social

166 Followers  |  132 Following  |  48 Posts  |  Joined: 22.11.2024  |  2.0882

Latest posts by jonathanwarden.com on Bluesky

Ahah! Thank you that clarifies things for me.

19.11.2025 19:14 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Another takeaway from @eurosky.social live conference in Berlin: @rose.bsky.team says Bluesky does not hate advertising.

19.11.2025 16:25 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@sherifea.com and @seabass.bsky.social just demoed EuroSkyโ€™s moderation infrastructure.

But I'm wondering: how much of this work must be replicated?

Bluesky must comply with the DSA for EU users, and they already run a labeler for the posts distributed through the Bluesky app...

#euroskylive

19.11.2025 16:22 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

@eurosky.social conference in Berlin just finished. One of the main themes seemed to be European independence from US big tech companies. Including from Bluesky. #euroskylive

19.11.2025 16:14 โ€” ๐Ÿ‘ 5    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Looking forward to attending @eurosky.social on Nov 19th in Berlin. Anyone that wants to meet to talk about Community Notes for Bluesky and @bluenotes.social let me know.

04.11.2025 17:03 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Bluenotes

And you can watch all this happen in the "Network" tab of dev tools when you load this page: bluenotes.social/community-no...

You'll see calls to the app.bsky.feed.getFeed (the Bluesky app view), which returns posts with the 'annotation' label, then calls to org.opencommunitynotes.getProposals

25.10.2025 20:24 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Oh and a tip. Frontends should pass the DID of the Bluenotes labeler in the 'Atproto-accept-labelers' header when making calls to the Bluesky app view. This way, users don't have to describe to the labeler.

25.10.2025 20:18 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

And one small detail I forgot in the above: when you call the `getProposals` endpoint on a post that has the `annotation` tag, add `&status=rated_helpful` to get the note that was actually rated helpful (in case there are other proposed notes that weren't rated helpful).

25.10.2025 19:01 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

Once a note reaches "rated helpful" status, the proposed label becomes an actual label emitted by the labeler. But since labels can't include the note text (yet), frontends need to fetch the note text from the original proposal.

25.10.2025 18:58 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
open-community-notes/002-lexicon at master ยท johnwarden/open-community-notes Community Notes on AT Protocol. Contribute to johnwarden/open-community-notes development by creating an account on GitHub.

The endpoint is getProposals, instead of getNotes, because when somebody submits a note, it always starts as a "proposal" record, from the social.pmsky.proposal schema.

github.com/johnwarden/o...

25.10.2025 18:57 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

Example:

25.10.2025 18:54 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

2. Next, since the annotation labeler doesn't include the actual text of the note, you need to call the getProposals xrpc endpoint from the community notes service API.

curl --get 'https://api.bluenotes.social/xrpc/org.opencommunitynotes.getProposals?uris={URI_OF_ANNOTATED_POST}'

25.10.2025 18:53 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Bluenotes Community Notes Labeler (@bluenotes-labeler.bsky.social) The Community Notes labeler. Labels posts that have notes created by Community Notes users on https://bluenotes.social

Yes! I should write a blog post about this. But first, very briefly:

1. First: posts with attached Community Notes will be issued a 'annotation' label from the Bluenotes Labeler: bluenotes.social/profile/blue...

25.10.2025 18:52 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Thank you to whoever added a community note to this post!

25.10.2025 06:57 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Hahah yes. I probably should come up with a better logo. Just haven't thought of one yet.

On the other hand, maybe I'll send up getting a lot of people using my app because they think it's Bluesky for musicians ;)

24.10.2025 17:01 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

X adds an additional "Rater Impact Score", which I haven't yet implemented. Your rater impact is how many notes which you rate as helpful (or not helpful) that ultimately reach "rated helpful" (or "rated not helpful") status. You need a rater impact score of 5 before you can write notes.

24.10.2025 16:59 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

The Matrix Factorization algorithm Community Notes uses kind of has a built-in reputation system. Most people don't see it that way, but the fact is that if you consistently rate notes as helpful that ultimately reach helpful status, your future ratings will effectively have more weight.

24.10.2025 16:58 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Bluenotes

Oh thanks for testing that @zicklag.dev . I should mention the app password option in the beta guide.

@erlend.sh other than an app password there's no workaround. I was just going to make a list of people who were waiting for OAuth so I could notify them when it was ready.

24.10.2025 16:55 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Understanding Community Notes and Bridging-Based Ranking UPDATE: See a discussion of this article on Hacker News.\nIntroduction Bridging-Based Ranking is a way of scoring and ranking online content that bridges divides.\nThe term โ€œBridging-Based Rankingโ€ wa...

jonathanwarden.com/understandin...

23.10.2025 18:43 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Bluenotes Bluesky with Community Notes. Find your community among millions of users, unleash your creativity, and have some fun again.

@cnviolations.bsky.social Thought you might like to know, I've implemented the Community Notes feature in a fork of the main Bluesky app. The Phase 1 beta is live at bluenotes.social.

23.10.2025 18:36 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Bluenotes Bluesky with Community Notes. Find your community among millions of users, unleash your creativity, and have some fun again.

I've built Bluenotes, a fork of the Bluesky app with Community Notes. Phase 1 beta is live.

bluenotes.social

Looking for thoughtful early testers. The algorithm needs data from diverse perspectives before it can identify helpful notes, so we're building that foundation first.

23.10.2025 18:32 โ€” ๐Ÿ‘ 70    ๐Ÿ” 25    ๐Ÿ’ฌ 6    ๐Ÿ“Œ 1
When Values Eat Their Young: How Ideal-Driven Groups Drift into Their Own Shadow Picture this: A Slack channel for an open-source project that prominently displays "Be excellent to each other" in its community guidelines. Six months...

kennethreitz.org/essays/2025-...

13.10.2025 13:59 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Interesting writeup, i think one idea that is sort of similar to the UUID approach would be just using Tags to create ad hoc community spaces without central authority. Posting a record with #Seattle (ideally not inline with the text) creates a sort of community space in the indexing of the tags

12.10.2025 05:22 โ€” ๐Ÿ‘ 12    ๐Ÿ” 1    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

Yes I call it "hate following" when people follow someone just to dunk on them. And it's often "behind their back", where they post a screenshot to Twitter or Reddit.

08.10.2025 17:25 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
GitHub - johnwarden/atproto-labeler-starter-kit Contribute to johnwarden/atproto-labeler-starter-kit development by creating an account on GitHub.

I just created this starter kit for creating and deploying a Atproto labeler using the @skyware.js.org labeler and fly.io: github.com/johnwarden/a...

19.08.2025 22:44 โ€” ๐Ÿ‘ 5    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Peopleโ€™s perception of a problem are often have little relation to the reality. But how do you evaluate reality? Certainly not with trends. If something is a problem itโ€™s a problem, whether it is getting better or worse.

17.08.2025 10:02 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
8 Reasons Why Quadratic Funding Is Not Optimal Introduction Quadratic funding has received a lot of attention recently as a mechanism for funding public goodsโ€”especially in the cryptocurrency space. QF is appealing because it is theoretically opti...

My latest blog post: jonathanwarden.com/quadratic-fu...

07.05.2025 19:10 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Prosocial Design Network The Prosocial Design Network advocates for prosocial design: evidence-based design practices that bring out the best in human nature online.

www.prosocialdesign.org

01.05.2025 09:04 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

One experiment I'd like to do is run the Community Notes algorithm on some Polis conversations, and vice versa, and see if they provide similar insights on group opinion.

01.05.2025 08:56 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Hi, I'm very interested in this stuff! I've been doing some experiments with dimension reduction on community notes data and data from some of the deliberative experiments in the deliberative democracy world. Also working with metagov.

Sorry I couldn't make yesterday's call. How did it go?

01.05.2025 08:55 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

@jonathanwarden.com is following 20 prominent accounts