dolu's avatar
dolu
dolu@dolu.dev
npub1txuk...phrl
dolu's avatar
dolu 1 year ago
Today I learnt a lot about Oauth2 and OpenId connect as server. It’s more difficult than I thought! 😅 Hopefully some people developed ready to use (and audited) frameworks to build oidc servers. It’s a so big part. I keep learning
dolu's avatar
dolu 2 years ago
Is there a cashu mint on testnet deployed somewhere? cc @calle
dolu's avatar
dolu 2 years ago
I will take a break on my projects. I’ll be back in at least 1 month. See ya 👋
dolu's avatar
dolu 2 years ago
I’m working on a PoC for the HRF bounty about nostr group chat NIP-44 ✅ NIP-112 🚧 The big missing part is these nips aren’t available in nostr browser extension
dolu's avatar
dolu 2 years ago
My current Nostr project What do you think? image
dolu's avatar
dolu 2 years ago
My nostr notification service is almost ready as MVP Triggers: Note from/to pubkey Repost from/to pubkey Reaction from/to pubkey Actions: Webhook
dolu's avatar
dolu 3 years ago
I'll probably shutdown Nostr proxy at both nproxy.zerologin.co and nproxy.cc. It's not usable for many users because of "notice ERROR: too many concurrent REQs from relay XXX". It's only great as personal proxy. I'll continue to work on it to reduce used memory and also provide an easy way to deploy it (cc #[0]) Unless relay admins allow me unlimited REQ?
dolu's avatar
dolu 3 years ago
This is my main issue on Nostr Proxy. After running for ~1 hour (locally) with 15-20 clients connected to it, I closed all clients. Everything got cleaned correctly, but not these Promises. 534k Promises... That's why Nostr Proxy crashes after a while. If anyone can help with this analysis, contact me please. I can't find any information in the memory heap snapshots image
dolu's avatar
dolu 3 years ago
Welcome sir #[0] Did you remember twitter? It was an old social network back in the good old days
dolu's avatar
dolu 3 years ago
Is it a good UX to always have to click on "Show X new notes" instead of displaying them directly in the thread?
dolu's avatar
dolu 3 years ago
I'm on iris.to. Let's try it
dolu's avatar
dolu 3 years ago
Oh, I found a beautiful memory leak in nostr-tools! Fixed on my branch, let's try this!