
CAP theorem
17
MENTIONS
2
EPISODES
2
PODCASTS
Search complete. 17 mentions across 2 episodes found for "CAP theorem".
Sep 10, 2026
A Rust Framework to Simplify Distributed Systems
A Rust Framework to Simplify Distributed Systems
Sep 10 · 16 Mentions
Top 5%J
7:32Joe HellersteinGUEST
We can work with colleagues here at Amazon, retrofit systems that the world relies on with Hydro, show that it gives correctness guarantees that the previous code did not, and does not give up performance.
S
7:43Sean FalconerHOST
And we're talking about distributed systems here, and I think a lot of times when people get introduced to distributed systems, they get introduced to, like, the CAP theorem, and that becomes the overall thing of, like, how they think about the world, and there's always this discussion around whatever the investment is or whatever they're building.
S
7:57Sean FalconerHOST
What are the two things that they're guaranteeing out of the three? But I guess, like, you've been a proponent of the CALM theorem.
S
8:03Sean FalconerHOST
Like, how do those things relate? And I guess, like, how does CALM potentially change the conversation away from CAP?
J
8:09Joe HellersteinGUEST
Hmm.
J
8:10Joe HellersteinGUEST
So many questions are embedded in there.
J
8:12Joe HellersteinGUEST
So I'm gonna postpone the specific CAP versus CALM thing for a minute-
S
8:16Sean FalconerHOST
Mm-hmm
Episode 166: It Got a Bit Tangled
M
3:11MikeHOST
Do you know, this is probably getting too early into the weeds, but...
M
3:15MikeHOST
There is the CAP theorem, and I assume if you want to have a trustworthy central register of anything, then you need to prioritize the integrity of it.
M
3:26MikeHOST
I forgot which one of the letters it is.
M
3:28MikeHOST
What I'm getting at is that the compromise they chose to do is to have the single point of failure, that if that is down, then nothing else works.