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 4 months ago
I'm slowly reducing the amount of code that is needed to subscribe to and outbox powered feed in applesauce. All the code now fit on the screen. The recent change was adding the pool.subscriptionMap method which lets you create subscriptions to multiple relays based on a map of relay -> filter. the cool part is its smart about when the filters change so it does not spam the relays with REQ ๐Ÿ˜ image
hzrd149's avatar
hzrd149 5 months ago
Showing highlights in #noStrudel because I already added support for them in applesauce and its easy to vibe code UI to show them Probably not going to have them in articles just yet though image
hzrd149's avatar
hzrd149 5 months ago
This is why I don't care for apps that ask for 100+ signing requests while they are running, no clue what its doing in the background. also cant verify what your signing if you have auto approve View quoted note โ†’
hzrd149's avatar
hzrd149 5 months ago
What if we did reverse outbox model? Instead of trying to connect to at least two relay per contact you would show the relays that your contacts post to and browse those relays individually. It would only be a subset of your contacts but it would be much easier to implement and would give you multiple different feeds
hzrd149's avatar
hzrd149 5 months ago
Jumble has really good UX and there are some parts of it that look like they were copied from noStrudel. So I think it's only fair if I copy them back to improve noStrudels bad UX @Cody I assume there was a lot of intention behind jumbles UX flow and layout. It would be great if you could write about it, even just pointers on what libraries you used or some of the complicated problems you had to solve. I'm not a good example for this but I'd like for us devs to talk more about the technical stuff and bugs we are working on. At least that's the type of content I want to read on Nostr.
hzrd149's avatar
hzrd149 5 months ago
#asknostr does this make sense to you? image
hzrd149's avatar
hzrd149 5 months ago
#asknostr what are some good open source AI chat apps for android. Something I can use to easily query an OpenAI compatible provider like @PayPerQ or @routstr
hzrd149's avatar
hzrd149 5 months ago
Turns out there are more implementations of RxJS in other languages I had no idea... I'm not saying someone should... But it would be cool to have applesauce avaliable for other languages
โ†‘