/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

surfingcomplexity.blog
| | decomposition.al
9.3 parsecs away

Travel
| | by Devashish Purandare ยท edited by Sohum Banerjea and Lindsey Kuper
| | morestina.net
9.5 parsecs away

Travel
| | While working on speeding up a Python extension written in C++, I needed a queue to distribute work among threads, and possibly to gather their results. What I had in mind was something akin to Pyt...
| | www.bailis.org
9.3 parsecs away

Travel
| | [AI summary] A technical article introduces 'invariant confluence' (I-confluence), a property that determines when database consistency can be achieved without coordination or synchronous communication, leading to significant performance improvements in distributed systems.
| | bytepawn.com
30.1 parsecs away

Travel
| A straightforward explanation of Paxos using a simple Python Flask HTTP implementation to show how distributed systems achieve consensus in the presence of faults.