Avatar
reya
126103bfddc8df256b6e0abfd7f3797c80dcc4ea88f7c2f87dd4104220b4d65f
Projects: - Coop: https://github.com/lumehq/coop - Lume: https://github.com/lumehq/lume - Nostr Connect Extension: https://github.com/lumehq/nostr-connect

Yes, I love trying new NIP 😅, but I think Voyage support NIP22 too.

When you comment a note in Lume, it will use NIP-22

Sadly, Lume is no longer support Linux. Only Coop, you can create issue on Github, I will look into it

I've updated the https://lume.nu/ website which featured all latest changes.

I see you set connection timeout is 4s here https://github.com/Pleb5/muse/blob/16172fab3fd8e8cd4c2fe1036208b1d06ebec234/src/config.rs#L11C1-L11C71

If gossip enabled, client will wait for 4s before connect to relay, therefore everything will become super slow.

You can use `stream_events` instead of `fetch_events`, then query will be faster because client won't wait for all relays return EOSE.

Replying to Avatar Yang

test

test from reya

Replying to Avatar Yang

test

test from reya

I guess maybe this is bug from client 🤔, user didn't know about it.

Why some users put over 100+ relays into their NIP-65 Relay List 🤣

I will start the no nut november challenge on tomorrow #nnn #NoNutNovember

🥲

2024-10-28T08:48:47.494004Z ERROR nostr_relay_pool::relay::inner: Impossible to connect to 'wss://snort.social/': HTTP error: 200 OK

2024-10-28T08:48:47.494047Z INFO nostr_relay_pool::relay::inner: Reconnecting to 'wss://snort.social/' relay in 10 secs

Can you set up wallet? I want to send you some zap.

SwiftUI seems cool, I think I should give it a try. #dev

nostr:npub180cvv07tjdrrgpa0j7j7tmnyl2yr6yr7l8j4s3evf6u64th6gkwsyjh6w6 nostr:npub108pv4cg5ag52nq082kd5leu9ffrn2gdg6g4xdwatn73y36uzplmq9uyev6

Tauri embed web for mobile app and desktop app using rust.

I would like to suggest bring a nostr plugin in rust for this, exposing for web dev only interfaces equivalent to nostr-tools, so all communication with relays and encryption things will happen in rust but dev can call it from typescript interface.

https://github.com/tauri-apps/tauri

You can use https://github.com/rust-nostr/nostr with tauri, it's pretty simple and work like charm