Live data from Hacker News

Viewing profile — josemaenzo

josemaenzo

HN member
Joined
Fri, Dec 09, 2016, 4:46 AM UTC
HN karma
5
Public activity
15 items

About josemaenzo

www.josema.es www.distributedobjectprotocol.org

Recent public activity

  1. comment
  2. comment
    Comment #23210666

    I'm happy that we are moving away from the redux-like standard. I've tried the API in a dumb example and it looks clean and easy. https://codesandbox.io/s/three-buttons-example-wit…

  3. comment
    Comment #22062664

    Oh, I see. Just wondering, How GUN handle a situation like described above when working with Arrays?

  4. comment
    Comment #22053023

    Does gun have a built-in "Linked list" in the API? If so, where are the docs? Could not find them. If not, any paper or doc that explain how to implement it with gun?

  5. comment
    Comment #22049934

    Cool! Make sense. Let's say our state have an array like ['a','b']. What about if Peer-A splice the first element (0) which results in ['b'] and Peer-B wants to mutate 'a' to 'A' w…

  6. comment
    Comment #22047932

    Can you refer me to a document where you explain the "lexical rank" that you are referring to? The cartoon explanation do not tackle those terms.

  7. comment
    Comment #22043708

    Do you have any document that explain what resolution algorithm uses in what cases? For example, one peer change a property value and the other peer deletes it.

  8. story
  9. comment
    Comment #18793800

    "definitely isn't a library for shared document editing or more substantial cases that require OT" You are right, is not a library that provides a way to resolve sync conflicts. Co…

  10. comment
    Comment #18789483

    There is no authentication system in dop. You decide if a client can subscribe to a specific object: https://github.com/DistributedObjectProtocol/web/blob/master... The same way yo…

  11. comment
    Comment #18789448

    The protocol has a versioning system: https://github.com/DistributedObjectProtocol/protocol/blob/m... Is the responsibility of the implementation to apply the patches/mutations in …

  12. comment
    Comment #18789421

    Imagine a Chess game, Trello, a multiuser ToDo list app. If you are familiar with state management libraries such a Redux, Mobx, etc. Dop is more or less the same. With the differe…

  13. comment
    Comment #18789365

    As mention by others, the protocol doesn't handle consensus synchronization. The implementation of the protocol (JavaScript in this case) must apply all the mutations in the correc…

  14. comment
    Comment #14293387

    Can we use it outside of Meteor?

  15. story