Marcus Pousette
Marcus Pousette
Another cool segmentation you can do (if above is implemented), is that you can represent word in "N-Dimensional" space as vectors (word2vec). I mentioned this vaguely before: Instead of "cat"...
Once https://github.com/dao-xyz/peerbit/pull/278 is done then there will be a efficient index for searches, so in theory with that you can at least efficiently find nodes that ful-fill certain criterias (like...
Seems like a certificate renewal issue NET::ERR_CERT_DATE_INVALID Subject: 3835c3783230009a90ae4f8acc7ee22bee09e317.peerchecker.com
Blocked by https://github.com/sqlite/sqlite-wasm/pull/48 Looking for alternatives how to glue this together to work in all envs
Way forward For browsers: wa-sqlite For node native: sqlite3
@eL1x00r Working on a PR here #278 but not done yet. Seems like a little bigger task then initially thought since I also am considering implementing live query features #200...
Thats helpful! so everything that is required to do is essentially to implement a libp2p transport it seems? and then just pass that to the libp2p config to Peerbit
Somehow it makes sense that peers sends us a "ok" before when can assume we are mature ourselves. By connecting to 1000 peers and not receiving any communication will not...
Hello! I have planned to fix this issue coming 2 weeks. But basically this issue is about bounding RAM usage. I am working on a video on-demand solution with Peerbit...
> To what extent is peerbit-server dockerized? Peerbit is running a Let Encrypt cert bot in a container, which also bundles a NGINX server ([jonasal/nginx-certbot](https://github.com/JonasAlfredsson/docker-nginx-certbot)) This enables two things -...