Maybe worth to mention that bitwarden also propose bitwarden.eu to host data in Europe. I’ve used bitwarden.com for years, and switch to bitwarden.eu a few month ago because of reasons, you know…
If we do the analogy with CPU, then plank time is CPU clock, and plank length the discretisation of field, a bit like floating point precision. At each clock, causality influence the cell next to her.
But in this case, why the universe so huge and why speed of light so slow ?
I mean, speed of light is fucking slow compared to universe, but quite instantaneous at our scale. It seems like the simulation has been designed to work well at our scale. So, are we the subject of the simulation, or an unexpected side effect ?
auto v = std::vector<bool>(8); bool* vPtr = v.data; vPtr[2] = true; // KABOOM !!!
I’ve spent days tracking this bug… That’s how I learned about bool specialisation of std::vector.