this post was submitted on 09 Sep 2023
605 points (96.8% liked)

Programmer Humor

32050 readers
1678 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] fruitycoder@sh.itjust.works 1 points 1 year ago (1 children)

I am not talking about back ups but more of dealing with the problems of distributed data in general. I.E. How do you, across a network of intermittent reliability (at a certain scale this is a guarantee not a choice), in sure that a piece of data written to and read by multiple actors is constant and available across the system?

[–] fubo@lemmy.world 2 points 1 year ago (1 children)
[–] fruitycoder@sh.itjust.works 1 points 11 months ago (1 children)

Cloud only and closed source, right?

[–] fubo@lemmy.world 1 points 11 months ago

I'm pointing at the architecture, not the specific implementation. Build something like Spanner, not something like a blockchain.