Default avatar
Giacomo Developer
npub1ynpa...tuuf
GM nostr! Today I'll work on the staging url of our label site. I am going to integrate an authentication via nostr extension =) let's go =)
I am pretty obsessed with graphs data structures. I am working on my label internet application and I want to work with graphs, adding datas, but also code snippets and stuff like that, cause i think this way one could easily build efficient UI with a faster pace, at least in my opinion. So, I am struggling a little on creating my own implementation of a in-memory graph database, so that it is easier to interact with a graph-db. I want to use a local storage graph database on the browser which connects to a graph database on the server/relay and in between I imagined to manage datas with an in memory graph database. So i have been looking online and i found this for now which looks interesting to me: - https://terminusdb.com/ - for the local-storage and server-side storage I am using this: - I created a proxy to be able to access control over the gundb instance on the server, just to be able to implement subscriptions. My idea is to create a system based on datas, where datas emit events. It feels to me like the correct workflow to interact with nostr relays. Gundb is an event-driven database, and it fits pretty well, in my opinion, in a reactive architecture ,without the need of using overhead like React and Redux, which in my opinion are a pain in the ass! I hope to find some interested nerd like me on here! lol ps. I am not exactly an academic developer, I am a self-taught one, so expect my ways to be pretty rude!! I am a music producer and I run a record label: npub1f87cd0957kvk8ghw4zzyndr8zmxxq66nhe3tz0x52zn7a89ajt7qk6956j!!
Today I started working on an RTMP server to start streaming from my new Mac Studio. I succesfully created the RTMP server with node, now I am facing some stresses creating the HLS playlist! I am using `ffmpeg` on my machine I suppose it is to create the little snippets of files, but there is a little but in the html page, it shrinks to its original size and it seems to reload, and every fucking time it does that there is a flash happening which is really annoying! would appreciate some help =) #coding #nodejs #rtmp #hls
I did it! Connected a websocket to a nostr relay with nodejs =) "It's a new dawn It's a new day It's a new life for me, yeah" image
Ho scollegato l'estensione di Alby dal mio account, in seguito mi ha chiesto una password di recupero. Mi sono ricollegato, e praticamente la chiave privata si era cancellata. La prima volta che l'ho creata devo aver detto derivala dall'account, perché ho fatto cosi anche la seconda volta ed effettivamente sono riuscito ad avere accesso allo stesso account su #nostr che avevo creato in precedenza ... quindi ne trarrei la conclusione che derivare la chiave privata dall'account su alby non è una pessima idea, anche se bisognerebbe capire quali dati usa perché probabilmente questa chiave può essere ricreata in qualche maniera. comunque interessante esperienza =)