@Cody jumble defaults to using three hard coded relays for the bunker login. Please provide an option to customize this or at least default them to relays that don't rate limit so much.
Its another issue with Nostr but using relays that rate limit for remote signers can cause issues
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
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 ๐


Quoting an "other stuff" event because I'm testing something...
View quoted note โ
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


I love applesauce, this is all the code I needed to create a simple button to add and remove relays from a users k:10012 favorite relay list. I completely forgot I added support for that list ๐

GitHub
nostrudel/src/views/feeds/relays/components/relay-favorite-button.tsx at master ยท hzrd149/nostrudel
A sandbox for exploring nostr. Contribute to hzrd149/nostrudel development by creating an account on GitHub.
Amazon
Amazon
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 โ
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
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.
#asknostr does this make sense to you?


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
ReactiveX