Viewing profile — brickbrd
brickbrd
HN member- Joined
- Thu, May 07, 2020, 2:42 AM UTC
- HN karma
- 14
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About brickbrd
No profile information was provided.
Recent public activity
-
comment
Comment #46582790
[flagged]
-
comment
Comment #32174919
Thanks. Yes this explanation is something I can agree with. It does not provide monotonic reads.
-
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…
-
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…
-
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!
-
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…
-
comment
Comment #29302640
Can I find a better reading somewhere else on this?
-
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…
-
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…
-
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 …
-
comment
Comment #27922748
This
-
comment
Comment #27884716
Even in AWS, its not a direct paper knock-off.
-
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…
-
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…
-
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…