Live data from Hacker News

Viewing profile — czx111331

czx111331

HN member
Joined
Fri, Sep 06, 2019, 1:04 PM UTC
HN karma
461
Public activity
42 items

About czx111331

Twitter: https://twitter.com/zx_loro mastodon: https://hachyderm.io/@zx

Recent public activity

  1. story
  2. story
  3. comment
    Comment #45731171

    Perhaps the most important difference is that software — even after being purchased and used — remains relatively easy to patch, unlike a physical lock.

  4. comment
    Comment #45343429

    loro-prosemirror[1] offers much better support for integrating Loro with ProseMirror/Tiptap. In theory, loro-mirror could also be used to integrate Loro with other rich-text editor…

  5. comment
    Comment #45334113

    I believe that in the right contexts—specifically where eventual consistency is acceptable—the local-first paradigm is highly valuable and will gradually become mainstream. A major…

  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. comment
    Comment #41183249

    Is Bitcoin a "public sync" application by the definition?

  13. comment
    Comment #41100909

    The implementation can indeed combine multiple different CRDTs. Within Loro's internal implementation, each op does need to store a parent ID. However, as Seph mentioned, consecuti…

  14. story
  15. story
  16. comment
    Comment #39115438

    We are carefully stabilizing our encoding format and will have a clear storage format documentation introduced in version 1.0. I agree that a more transparent format can provide us…

  17. comment
    Comment #39115387

    Similar to OT, in certain scenarios, it's sufficient to ensure that only a subset of peers have the complete data, while others don't need the full history. For instance, in real-t…

  18. comment
    Comment #39104042

    > If you remove these ops from history, does that remove the ability to time travel (per the home page "An antidote to regret, enabling historical edits traversal") or merge branch…

  19. story
  20. comment
    Comment #38302691

    Yes, it's agnostic to the network layers. The output of doc.exportFrom() is just a binary array.

  21. comment
    Comment #38302618

    We are addressing the CRDT downsides mentioned in the article at Loro: - Ever-growing state. This is no longer an issue. With OT-like CRDTs, you can discard unnecessary historical …

  22. comment
    Comment #38258036

    The code in the blog is from Vue Pinia, a state management library, and not from Loro. It serves as an example demonstrating that CRDTs can be modeled similarly. Thus, you might ex…

  23. story
  24. comment
    Comment #37378509

    Nice work! However, it doesn't seem like a fair benchmark. It doesn't calculate and store the ops, nor does it store the actual text. To build a text CRDT with delta updates suppor…

  25. comment