Oddbean new post about | logout
 what makes a pear link unique? are there adequate libraries for the protocol? is there push to open up kind 1 to support it? 
 It wouldn't need "kind 1" support or anything like that. It would be in the relay list. You would simply need the pear stack running in the background and have it connecting to other pear nodes and pulling nostr notes from those as well. Then you could easily run and organize your own pear node however you wanted. Would make nostr load much faster too and customizations would become much simpler to implement, imo. 
 This sounds very promising! Is there a github repo or similar where we can follow the development? 
 Not yet, we're totally in the dark right now, but it's seriously very close. We are meeting Monday about potential alpha version. All of the code probably won't be public until the beta version though because i already know we have some breaking changes in the roadmap. Right now we just want to have it working with the core functionality so we can see how people interact with it and then we will have something to work off of when it comes to the design and UI. Ideas are great and all, but users are 100x more valuable than theories. 
 Oh.. I was hoping it would be more like a URI link, e.g. pear://ade0eea0938someidvalue.pear/resource

I still havent setup anything with pear due in part to massive time constraints but thanks for the feedback. im sure if there is enough viable demand and support itll take hold. 
 I don’t see why that wouldn’t be possible, but I think that takes a lot more work. It’s easier to just have a node that can be reached with one of those URI links that simply watches relays for any of your follows or notes, and then saves them, then you connect to it with the link from whatever client you like and you just load from your personal node. 
 yeah. the way you describe with a pear enabled relay is just transparent to nostr users and implementation specific