Viewing profile — josemaenzo
josemaenzo
HN member- Joined
- Fri, Dec 09, 2016, 4:46 AM UTC
- HN karma
- 5
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About josemaenzo
Recent public activity
-
comment
Comment #24002963
nocoiner
-
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…
-
comment
Comment #22062664
Oh, I see. Just wondering, How GUN handle a situation like described above when working with Arrays?
-
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?
-
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…
-
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.
-
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.
- story
-
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…
-
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…
-
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 …
-
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…
-
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…
-
comment
Comment #14293387
Can we use it outside of Meteor?
- story