/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

managementfromscratch.wordpress.com
| | quickwit.io
4.6 parsecs away

Travel
| | Even after 10 years of programming, I still have a relentless curiosity about new software algorithms, reading papers and blog posts, and learning from other engineers. The best part, however, really comes when you have the opportunity to implement one algorithm and even customize it for your specific use case. In this post, I will walk you through my journey from understanding cluster membership fundamentals to the implementation of Chitchat, our Rust implementation of the Scuttlebutt algorithm with a phi accrual failure detector.
| | systemdesign.one
1.3 parsecs away

Travel
| | scalable broadcast algorithm in distributed system
| | christophermeiklejohn.com
5.5 parsecs away

Travel
| | [AI summary] The article challenges the traditional centralized database model, arguing that eventual consistency better reflects the physical world and proposing a new computational model where all participants are primary sources of truth.
| | www.ahmed-ibrahim.com
32.1 parsecs away

Travel
| What is the Database transaction? A transaction is a single logical unit of work which accesses and possibly modifies the contents of a...