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 1 year ago
@hodlbod the new flotilla is much better, although the email alerts for communities doesn't seem to be working ๐Ÿ˜ข Also can we get a light theme, I know I'm probably the only person asking for this though...
hzrd149's avatar
hzrd149 1 year ago
Out of all the apps and libraries I've built I'm probably most proud of the applesauce-relay package. In ~1.5k lines of code I've managed to build the cleanest API for connecting to relays, and its all stream based so its super flexible. Also did I mention it also supports client side negentrapy sync? ( although I haven't found a use for it yet ๐Ÿ˜ฅ ) View quoted note โ†’
hzrd149's avatar
hzrd149 1 year ago
Woke up this morning feeling like collaborating on bigger nostr project with other devs. Unfortunately since we all use different libraries (NDK, nostra tools, and applesauce) it makes it difficult to jump into a project In some ways it's one of the strengths of nostr, we know the protocol is simple enough to be implemented 4x over But on the other hand it does limit our ability to easily contribute to other projects... I guess I'll just have to convert all the apps to using my applesauce libraries ๐Ÿ˜
hzrd149's avatar
hzrd149 1 year ago
I wonder if this could be used in blossom since blobs are addressed by their sha256 hash. there's nothing stopping a server from responding to a GET request that only had the first half of the hash. Not really secure but would allow blobs to be addressed as human-readable words. maybe BIP-39 could even be used for the full hash? View quoted note โ†’
hzrd149's avatar
hzrd149 1 year ago
Released v4 of blossom-client-sdk Only on breaking change in this release to support NUT-23 payment requests. but the main change is test, lots of tests. Everything is tested now, even the complicated multi-server upload method. image The best part is I only found one bug, so my fear that the library was a mess was wrong. but its nice to have the test to prove that now
hzrd149's avatar
hzrd149 1 year ago
Looks cool, I wonder if they will let you actually export your site as html files or if they will build their own hosting solution to lock in users View quoted note โ†’
hzrd149's avatar
hzrd149 1 year ago
This is the power of AI, I tell it to write tests structured like the others in the repo. then I review the tests and push ๐Ÿ˜ image
hzrd149's avatar
hzrd149 1 year ago
#asknostr does anyone know of an open source local music player? I want to move away from spotify and Id like to be able to download my music and manage it locally all from the `/home/Music` directory, I don't want any database or any custom ways of storing metadata
โ†‘