Live data from Hacker News

Viewing profile — andras_gerlits

andras_gerlits

HN member
Joined
Tue, May 15, 2018, 4:51 AM UTC
HN karma
32
Public activity
78 items

About andras_gerlits

No profile information was provided.

Recent public activity

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

    (...) What this means is that we lose many efficiencies when we talk about configuration as different from data. The fact is, no matter how much we’re trying to separate the two, c…

  4. story
  5. story
  6. story
  7. story
  8. story
  9. comment
    Comment #40177580

    "I stand by spreading hearsay, even if a court happens to disagree"

  10. story
  11. comment
    Comment #39700936

    I can only repeat what I told you earlier. Our distributed consistency model meets the SQL-standard's requirements for consistency and tolerates such outages. This is a fact. CAP i…

  12. comment
    Comment #39700886

    CAP means many different things. If you took the time to read what I have to say about it, you would know that I'm saying that we're beating the requirements Brewer sets out in his…

  13. comment
    Comment #39695591

    There's a mental leap you need to make before it clicks into place and I can't do it for you. I have several people who understand what I say and why I say it, but I get that this …

  14. comment
    Comment #39694450

    The reason you don't understand why my claims are different from being just another solution with clocks and mutexes is because you haven't actually engaged with the essence of it.…

  15. comment
    Comment #39693467

    We need to clarify first if we're talking about CAP or real life. CAP requirements are absurd. To quote Dominick Tornow from here: https://blog.dtornow.com/the-cap-theorem.-the-bad…

  16. comment
    Comment #39693019

    Okay, so we can move beyond CAP. So we don't talk about implementation in either the science-paper or in the intro for it (which is what this thread is about). I mostly write about…

  17. comment
    Comment #39690453

    Well no, by making the probability of latency-events extremely unlikely by establishing redundant channels. https://medium.com/p/5e397cb12e63#7df1 Considering that this is maybe th…

  18. comment
    Comment #39690444

    It's clear for everyone that if you define Consistency via Linearizability, CAP-like problems will apply, as you're necessarily creating original information on a potentially remot…

  19. comment
    Comment #39689881

    Yes, that's exactly the problem with the existing models and why CAP was formalised.

  20. comment
    Comment #39689852

    Can I replicate people deterministically and control all their sensory inputs in this scenario?

  21. comment
    Comment #39689844

    No. CAP requires linearizability for its definition. If your consistency-model moves with the network's ability to communicate, your strong consistency can progress even if you som…

  22. comment
    Comment #39689829

    Any modification to existing data must be "haggled for" somewhere, you're right about that. When you say "partition event", what is being partitioned here? A specific communication…

  23. comment
    Comment #39682546

    It's fine to not understand things. Being condescending is a natural reaction to feeling challenged, I really do understand where you're coming from. It's not even your fault, real…

  24. comment
    Comment #39680029

    Almost there Dustin, thank you. This article is about the mental model behind scaling consistency across arbitrary geographical distances and how this model allows us to communicat…

  25. comment
    Comment #39679824

    This section discusses some failure modes (the first one is about the failure of a specific node): https://itnext.io/how-simple-can-scale-your-sql-beat-cap-and... This section disc…