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 2 months ago
NIP-77 negentropy should be supported by default in a lot more relays. I added support for it in applesauce last week and since then I keep thinking if ways it could be used.
hzrd149's avatar
hzrd149 2 months ago
Hard to describe how motivating it is to wake up and see a notification from my LN node of a massive zap. I don't have any kind of analytics in the app so I have no idea how many users there are. So zaps are a great reminder that other people besides myself actually use the stuff I build. It's also an uncomfortable reminder that I should fix the small annoying issues that effect other users the most... View quoted note →
hzrd149's avatar
hzrd149 3 months ago
Its been a productive day. I've created two new github repos and another npm package :)
hzrd149's avatar
hzrd149 3 months ago
Could all the devs who are using applesauce for an app paste the links in this thread, I'd like to add an "apps using applesauce" section to the docs site
hzrd149's avatar
hzrd149 3 months ago
If you have to use replaceable events use the 10k range so they are limited to one per pubkey. But still try not to use them View quoted note →
hzrd149's avatar
hzrd149 3 months ago
Applesauce V4 is going to support NIP-77 negentropy sync in the browser or node. I'm not sure what it can be used for but it will be cool to see if there are more efficient ways to load events if enough relays support it Example using NIP-77 to load the kind 1s your mentioned in
hzrd149's avatar
hzrd149 3 months ago
@Umbrel ☂️ is an awesome home server for users, but its quickly becoming my favorite deployment platform. It has a full file browser in the UI and network sharing 😁 image Also supports custom app stores. although @Umbrel ☂️ it would be nice if it was easier to manage custom app stores without having to click through 2-3 menus image
hzrd149's avatar
hzrd149 3 months ago
#asknostr has anyone made node, deno, or bun binding for nostrdb? I'm curious because Id like to integrate it into applesauce as a backend, but I dont want to redo the work if someone has already done it. also I'm lazy and I don't want to learn how to create C++ bindings for node :)