Verifying my #BOLTFUN account on Nostr
My Maker Profile: https://makers.bolt.fun/profile/76
Join our FUN community of builders and designers
#[0]
#BuildOnNostr #BuildOnBitcoin
dolu
dolu@dolu.dev
npub1txuk...phrl
ANNOUNCING the not released yet, pre-release "it works on my computer" of
Forge
A desktop app to launch Nostr relays locally for devs and builders
Inspired by the super tool Polar

GitHub
GitHub - Dolu89/forge: Local Nostr toolkit
Local Nostr toolkit. Contribute to Dolu89/forge development by creating an account on GitHub.
Anyone familiar with electron and nuxt?
I used server/api folder to execute node.js process in my app, but once built for production (electron-builder), api is not reachable anymore.
Is there another way to execute node.js code inside a nuxt app? (or a fix for my problem)
Code: 
GitHub
GitHub - Dolu89/forge: Local Nostr toolkit
Local Nostr toolkit. Contribute to Dolu89/forge development by creating an account on GitHub.
This is a quick demo of nostify.me (not available yet)
It needs some polish but it works
This time it works!
This is a new test for nostify.me
Hello! Test for nostify.me
Do you have an example of service that use nsecBunker as login?
cc @PABLOF7z
I want to see the workflow and see how I can implement it in 
GitHub
GitHub - Dolu89/nostr-one
Contribute to Dolu89/nostr-one development by creating an account on GitHub.
I will do everything I can to release it next week


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)
#test for a project