Oddbean new post about | logout
 Cool. So this perhaps can also be used for documenting content like how it’s published on nostr-php.dev for example? 
 Well, the idea is that writers often start off with one, long, markdown file and scaffold it into sections and then they fill in the sections, like I'm doing below. And then they end up with one gigantic document.

They would have the choice to publish that as a serialized article and auto-generate a matching 30040. Then a client that only does 30023s could add a button or breadcrumb at the bottom, for "next" and "previous" (like on a blog, but only for this particular series), and a more advanced tool like Alexandria could display the entire thing as an eBook with chapters that you can navigate over a ToC.

So, it's a linked-list that is delivered with a matching index.

https://github.com/SilberWitch/Sybil/blob/main/BuildingSybil/BuildingSybil.md 
  @Sebastix do you know how I can generate a naddr?
I'm calling nak from shell to do encoding and decoding, so far, but I was thinking it might make sense in the PHP Helper.

https://m.primal.net/LTZz.png  
 Its not in the library yet (NIP-19) 
 Okay, then I'll stick with the shell scripting, for now, and then switch it out in a later increment. No rush, just thought that would be a nice addition. Fiddling with identifiers is a PITA. 😅  
 It’s on the roadmap, I need it too for my Drupal modules 🤓 
 Yeah, know the feels. Had to add serial articles to Sybil because my article about Sybil is too long to post to most relays. 😂