hzrd149's avatar
hzrd149
_@hzrd149.com
npub1ye5p...knpr
JavaScript developer working on some nostr stuff - noStrudel https://nostrudel.ninja - Blossom https://github.com/hzrd149/blossom - Applesauce https://hzrd149.github.io/applesauce
hzrd149's avatar
hzrd149 16 hours ago
my gitworkshop.dev page is looking more complete :) image
hzrd149's avatar
hzrd149 3 days ago
Fancy zap modal using applesauce, It supports connecting a NWC wallet on the LN payment page If your using applesauce in your app it should be enough to copy the code and tell your agent to update or add the zap modal into your app :)
hzrd149's avatar
hzrd149 6 days ago
Why don't we have a bitcoin price NIP for nostr yet? wouldn't be too difficult to setup, you would just need a live replaceable even for current data and then delta events for historical. similar to what NIp-66 does but instead of tracking relays you track prices of asset A -> asset B
hzrd149's avatar
hzrd149 6 days ago
Also lots of blossom servers out there running the old version of my blossom-server, if your running one you should look into updating for more performance and less crashing. View quoted note โ†’
hzrd149's avatar
hzrd149 6 days ago
Released applesauce v6 a little early, mostly because I was getting tired of waiting to use the performance improvements. As always there are a few things that are going to be broken and a bunch of new stuff to play with. the full changelog is here: Also lots more examples to play with and feed to your clanker
hzrd149's avatar
hzrd149 6 days ago
Every Nostr client should support showing zaps in USD or any other currency. It's hard to describe but this feels good. image
hzrd149's avatar
hzrd149 6 days ago
Pushed fix for https://www.npmjs.com/package/window.nostrdb.js Now it no longer makes the app hang while its checking for a local relay. newer browser versions have started asking the user when an app makes a request to localhost, and waiting on those requests can block the app loading. So now the package defaults to using indexeddb and optionally switches to a local relay if its setup I know no one is using this package, but I figured I would at least let everyone know it still exists and is being updated :)
hzrd149's avatar
hzrd149 1 week ago
Updating the nostr-social-graph example in #applesauce to support saving and loading the graph from storage. I also took the opportunity to add a "since" filter when syncing so that apps can only look for updated contact lists. All these examples are available in the MCP server or soon in an llms.txt on My goal is to build lots of solid examples of common things nostr apps will need to implement, then when your vibe coding with applesauce your agent can go read working examples instead guessing how to implement something. Thanks to @Sirius for building the social graph library
hzrd149's avatar
hzrd149 1 week ago
Today is one of those days I get distracted by optimizing something in applesauce and don't get anything else done... :(
โ†‘