|
You are here |
www.inkandswitch.com | ||
| | | | |
nomad.foo
|
|
| | | | | A deep dive into the theoretical framework and the technical implementation of a text CRDT. | |
| | | | |
mattweidner.com
|
|
| | | | | [AI summary] The text provides a comprehensive overview of CRDT (Conflict-Free Replicated Data Type) design principles and applications, focusing on complex scenarios like rich text editing with inline and block formatting, and block-level operations such as moving, splitting, and merging. It also covers edge cases and rendering strategies to ensure consistency in collaborative environments. | |
| | | | |
archagon.net
|
|
| | | | | Alexei's pile o'stuff, featuring writing on software development, travel, photography, and more. | |
| | | | |
timilearning.com
|
|
| | | One common pattern in the previous systems we have discussed like MapReduce, GFS, and VMware FT is that they all rely on a single entity to make the key decisions. While this has the advantage of making it easier for the system to decide, the downside of this approach is that the entity is now a single point of failure. In this post, we'll learn how the Raft consensus algorithm solves this problem. | ||