<https://repl.it/site/blog/collab> for anyone inte...
# linking-together
g
https://repl.it/site/blog/collab for anyone interested in an overview of a real-time distributed code editor featuring both channels and operational transforms. replit seems to be doing really solid (if unimaginative, wrt this group’s values) work
😄 1
👍 1
i
I'm surprised they went with OT rather than CRDTs. I've heard it's far, far harder to do a correct implementation of OT.
o
I have heard that too. But I guess OT are here since longer time than CRDT, and also a more natural choice at some point.
g
At the top of the blog post they mention in their old system there was the problem that one person is debugging and another person would be editing the code under them messing up their debugging. It didn't seem like they covered how their new system fixed that problem. Did I miss it?
o
I agree. They describe the new system (bzsed on channels) but don't give details on how they actually resolve the intent conflict.
d
g
oh my god, reading this article is like crushing and snorting a pound of pure big-o i really liked this article! thank you for sharing it! do you know of any further work not cited here that i should look into?
😏 1
d
That article is all I know and probably all I need to know 🙂