jb55's avatar
jb55
_@jb55.com
npub1xtsc...kk5s
I made damus, npubs, and zaps ⚡️ Independent bitcoin core and lightning dev.
jb55's avatar
jb55 5 months ago
finished adding giftwrap support to nostril. you can now create private notes of any kind via cli! image View quoted note →
jb55's avatar
jb55 5 months ago
We met with the council. They are pleased with the progress of the other stuff.
jb55's avatar
jb55 5 months ago
this is why I built notedeck. it should be easy for anyone to spin up micro nostr apps with a few lines of code, just like the original web, but built on nostr not http. next version will have private nostr data support built right into the browser, so you don't have to deal with the complexities of implementing giftwraps yourself. let the browser do the work for you! this is building on top of the current features provided by the notedeck browser: - offline first apps by default - multicast for local note syncing on wifi - multi account - nwc wallet - multi app switching - widget toolkit for rendering any type of note you don't have to worry about implementing any of this stuff when building nostr apps, its just browser apis. the biggest challenge in making this a reality is proper sandboxing and a dynamic scripting language for spinning up apps like you can in a browser, but without needing a server to host the app! bullish on the other stuff 👀 View quoted note →
jb55's avatar
jb55 5 months ago
i don’t think high throughput and efficient processing of private nostr data is compatible with the async signer model. in nostrdb we have ndb_add_key which pushes private keys to the ingester threads so that they can efficiently unwrap giftwraps with optimal performance. I can’t imagine how this would work with a remote signer doing decryption.
jb55's avatar
jb55 5 months ago
should probably think of some good UX for this. maybe the user can switch to "private mode" and all iteractions are giftwrapped by default View quoted note →
jb55's avatar
jb55 5 months ago
finalizing giftwrap support in nostrdb, but got interrupted by this chonky guy. zimbabwe is wild.
jb55's avatar
jb55 5 months ago
are there any command-line tools for making giftwraps or should I add this to nostril? 🤔