Marcus Pousette
Marcus Pousette
Just additional information - Official certbot repo (and install info for different envs) https://github.com/certbot/certbot - NGINX installation info https://www.nginx.com/resources/wiki/start/topics/tutorials/install/
Pros: - Above example can be done Cons: - The serialized key will be more complicated, i.e. an additional discriminator and more deserialization paths (performance?) - Composition patterns are better...
Thanks for creating this issue. As of now, you can query nodes for unencypted version of data, which means that you necessarily does not have to be able to decrypt...
All problems have now more or less been solved with the latest release https://peerbit.org/#/modules/encryption/?id=encrypted-document-store Only one issue left that I have not fully settled on: - What should the default...
Yea! I have going back and forth through all these for some time.. In order to get it to work with Diamond types one need to find a nice integration...
> and the deletion strategy used by Replicated Object Notation: http://replicated.cc/rdts/rga/ Have not seen this, interesting!
> An easy approach to STUN bootstrapping is a unique ID and peer.js. So, lets say hash of the publickey (which is the 'wallet address' in cryptocurrency networks). Then use...
Yes this make sense. I start to think about whether queries should be able to be nested, like then you can wrap everthing in a "not", like not( property x...
The main idea is that every peer need to run their own checks for every commit to verify whether a party can modify a state or not. This means in...
Other than that Peerbit uses Merkel CRDTs for consistency (Operation-based CRDTs also called commutative replicated data types, or CmRDTs )