I wish I had the equivalent of threads for my own blog... there's something uniquely interesting about a publishing medium that produces a chronological record of the way you explored a specific thought

A thread is almost like a mini-blog for evolving one very specific idea over time

The biggest design challenge is deciding what to do with threads that might have new notes added to them for months or even years - how does that play into a most-recent-posts on the homepage and at top of RSS feed blogging platform?
@simon Separate blog posts in the feeds, add a "thread" field fk to point to the first post, first post renders them all in chronological order, URL is /original/#new.
@radiac @simon This is what I was thinking. Anchors seems like a simple answer to link to latest which keeping the context.