|
|
|
|
|
by mdaniel
829 days ago
|
|
https://github.com/Nutomic/ibis#federation > applying all associated edits in order. Instances can synchronize their articles with each other, and follow each other to receive updates about articles. Edits are done with diffs which are generated on the backend, and allow for conflict resolution similar to git. I somehow got the impression that CRDT was stand of the art in multiple edits to a common document, and sincerely doubt that git's conflict resolution is going to be a good experience Also, as I understand federated things, the real hazard to usefulness is one of discovery. So how would I, owner of a hypothetical mdaniel.wiki, discover who has the best CRDT documents in their wiki such that I could subscribe to updates on those pages? A wiki of wikis? |
|
Your CRDT merge can be a technological marvel that will seamlessly stitch together different edits on a topic... that say wildly different things about it, resulting in a completely nonsensical article.