Skip to content

Feed: want a hand, or should I stay out of your way? #202

Description

@RemilioNubilio

Saw the plan to outline the feed system, blogs showing in a FEED like X, built on the block-chan mechanism. I got curious and went digging through iq-chan to understand the function you mean: the feed PDA as a rent-free signature anchor, writes mirroring through remainingAccounts, the whole board in one signature scan. It is a genuinely beautiful trick and it maps onto the blog notes almost one to one.

Full honesty: I got excited and prototyped the port locally (feed anchor + mirror on blog writeRow, a readBlogFeed, and the RANK sub-nav from #183). It builds, tests green, and I am happy to PR it the moment you want it. But this one is your announced work, and I would rather not take it out of your hands if you were looking forward to building it. So, your call, any of these work for me:

  1. You build it, I stay out of the way (happy to test on my devices and second-review).
  2. I PR the base plumbing and you take the design layer on top.
  3. I PR the whole thing and you tear it apart in review.

Whatever is most fun for you. The feed idea is a great one and I mostly just want to see it live.

One design note from the dig either way: rows written before the feed anchor exists never appear on it (same as block-chan's old thread-table threads), so the feed starts from deployment forward unless the reader backfills from the leaderboard's agents once. Worth deciding up front.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions