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
I want this as a nostr client. it would only be offline and I would plug it into my computer (or maybe phone?) a few times a day to synchronize the notes (publish the ones I created and download the latest ones from my friends) Only problem is I don't know how to write micro python... yet...
hzrd149's avatar
hzrd149 2 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 2 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 2 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 2 months ago
#asknostr does this make sense to you? image
hzrd149's avatar
hzrd149 2 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 2 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
hzrd149's avatar
hzrd149 2 months ago
Next version of #noStrudel is going to finally use users outboxes for the main feed. and I know its working pretty well because its finding @emperor's new groove notes Its using the relay selection logic from applesauce image
hzrd149's avatar
hzrd149 2 months ago
Why don't we have a simple way for relays to self describe what they are? like ["read-only", "indexer"] or ["personal", "index", "read-only"] Maybe its getting to semantic but it feels like it would be so much better then checking for supported nips (don't really tell you anything) or the (always wrong) nip11 document Id like to recommend some indexer relays inside the app and I don't want to hard code them. so if they could just advertiser themselves that would be great
hzrd149's avatar
hzrd149 2 months ago
Well I was going to make a big post about all the changes I've been thinking about for noStrudel V1, but then the page reloaded and I lost the draft... so I guess that's something ill try to fix with the next release In the meantime just pretend this post is a detailed description of how awesome V1 release is going to be. (hint I want to default to outbox model)
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.
โ†‘