Live data from Hacker News

Viewing profile — brickbrd

brickbrd

HN member
Joined
Thu, May 07, 2020, 2:42 AM UTC
HN karma
14
Public activity
15 items

About brickbrd

No profile information was provided.

Recent public activity

  1. comment
    Comment #46582790

    [flagged]

  2. comment
    Comment #32174919

    Thanks. Yes this explanation is something I can agree with. It does not provide monotonic reads.

  3. comment
    Comment #32174866

    That question doesn’t make much sense. If you have quorum then eventually repairs will kick in and will get replicated everywhere. So it can tolerate up to N/2 failures just like o…

  4. comment
    Comment #32158995

    Instead of doing all this complicated thing, how about simply following a Raft-like consensus protocol with the minor modification that the leader won't include a write op its read…

  5. comment
    Comment #32141241

    I am not a PM, so at least I found this definition and mental model useful. Why is no one commenting on this answer!

  6. comment
    Comment #31684633

    What does "stream.write_all(&number_as_bytes).unwrap();" do if the socket buffer is full? Does it block this virtual thread running this function? Or does the stream keep buffering…

  7. comment
    Comment #29302640

    Can I find a better reading somewhere else on this?

  8. comment
    Comment #29196382

    It was disappointing to see no detail of actual design of notification system using DDB and lambda. I was hoping to see schema information architecture etc. instead it was high lev…

  9. comment
    Comment #28093081

    Both the documents look great and I want to read them. But, how useful is it for me to read about NetBSD if I am interested in details of inner workings of Linux kernel? Do the con…

  10. comment
    Comment #27968697

    From one of the articles on this website: "Often abruptly, you're now expected to align the pieces around you for your own success" I am curious to hear how people have gone about …

  11. comment
  12. comment
    Comment #27884716

    Even in AWS, its not a direct paper knock-off.

  13. comment
    Comment #27858760

    In practice, for the systems where I built a replication system from the ground up, once you factor in all the performance, scale, storage layer and networking implications, this P…

  14. comment
    Comment #23154515

    What's a way to implement this in practice? Does this article imply that if 1 core was writing the value of a variable (without any locking) and other cores were simply reading the…

  15. comment
    Comment #23099121

    If "Cloud = lower upfront, higher long term, but no ceiling. On-prem = higher upfront, lower long term, but ceiling" is true, then how come the revenue of cloud companies keeps goi…