-
This would be cool for collaborating on skeleton annotations. CRDTs such as [automerge](https://github.com/automerge/automerge) could be used for that.
-
* [current work](https://docs.google.com/document/d/1s8TNlXQLT4HEaZo3IFlrOfrv_5R2nF7WJG82gr6q87U/edit#heading=h.jdj9dudpc37)
* [Bitswap](http://docs.ipfs.io.ipns.localhost:8080/concepts/bitswap/)
…
-
https://github.com/basho/riak_kv/pull/1076
New capability and environmental override regarding CRDTs. Will work on something for this.
-
## Resources
- https://arxiv.org/abs/1905.08733
## Summary
-
## Background
Ambients are intended to be used in decentralized systems. However, from the paper, it is not really clear to me what the underlying security assumptions are. For example, what if mes…
nud3l updated
5 years ago
-
What if we had a service for synchronizing various data structures? We could support types like registers, counters, CRDTS, etc.
Maybe these should be added to CloudVariables? We could add categor…
-
No one knows what CRDTs are, and they just introduce a layer of unfamiliarity. We should rename them, eg, call the replicated entities. This would mean updating all of the APIs to use this terminology…
-
Automerge (https://github.com/automerge/automerge) uses CRDTs. There is a discussion on Hacker News (https://news.ycombinator.com/item?id=16309533)
-
Hi @davidrusu
It looks like this library doesn't support for recursive data types (JSON)
Are there any plans / obstacles for implementing [something like ditto has](https://github.com/alex-shapir…
-
# Issue
We need more data structures to come to consensus on! Let's add consensus for a commutative data structure!
If you want to read more about CRDTs, see a great collection of resources on [he…