> looking at a new sync engine
> ask devs if it's using wallclock based last write win registers with oplogs or literally any other CRDT
> they laugh and say "it's a good sync engine, mage"
> read code
> it's a wallclock based last write wins register with fully replicated oplogs
wallclock based yolo conflict resolution is the powerhouse of the decentralized system.
@Miaourt It was one of the ones at localfirstconf and it was literally Date.now(). It's okay though cause the chances of conflicts in their data model are low and it's small bits of data. 😅😅
@mauve lmao, is that a new alias for Lamport Logical Clock or is really solely wall clock eheh
(Also, what's this new engine ? 👀)