Y
Hacker News
new
|
ask
|
show
|
jobs
by
dnautics
1834 days ago
Most CRDTs (last-write-wins being one of them) will result in a terrible user experience, and nobody would want to use it for collaboration. That's why most of these collab systems use OT, which is not trivial to implement.
1 comments
bitL
1834 days ago
Both CRDTs and OTs are broken. If you wrote them on your own, it's always "the next fixed bug will finally make it work!".
link