dolu's avatar
dolu
dolu@dolu.dev
npub1txuk...phrl
dolu's avatar
dolu 2 years ago
This is a new test for nostify.me
dolu's avatar
dolu 2 years ago
Hello! Test for nostify.me
dolu's avatar
dolu 2 years ago
I will do everything I can to release it next week image
dolu's avatar
dolu 2 years ago
I make a project with "high" I/O for DB. So I immediately started using Redis instead of Postgresql for the high I/O part. (streaming all Nostr events). Then, I made a try to replace all the shit I've done using Redis by a single SQL query. Guess what, Postgresql is more than enough... it's only between 5 and 15 sql queries/sec. (with almost no data in my DB). I'll continue to make some tests with much more data in DB to see if Postgresql is still enough (I think it is)
dolu's avatar
dolu 2 years ago
#test for a project
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
Where is the settings page in primal to manage my relays? Am I dumb?
dolu's avatar
dolu 2 years ago
Ok I finished the NIP-98 button It's a custom element (can be used anywhere, react, vue, native HTML, ...) that you can install on your website to easily get a NIP-98 HTTP Authentication. It uses nostr-tools https://github.com/nbd-wtf/nostr-tools/blob/master/nip98.ts that I added today. Server-side, you can also use nostr-tools nip98.validateToken() to validate the token is valid. With only "2 lines" of code you can add a button client-side and validate the token server-side Documentation is probably horrible.
dolu's avatar
dolu 2 years ago
My current Nostr project What do you think? image