Hi @dmonad
In your blog post, you mainly talked about the space overhead of CRDT and proved that it is practical for a real-time text editor use case.
I just saw another blog Building real-time collaboration applications: OT vs CRDT , talking about preserving intentions. it shows an issue of cursor movement when 2 users working on the same doc.
I wonder if you could share some insights, is this a concern of using CRDT? Thanks.