Explore >> Select a destination


You are here

blog.rfox.eu
| | interconnected.org
11.2 parsecs away

Travel
| | Posted on Friday 14 Nov 2025. 926 words, 14 links. By Matt Webb.
| | programmingmadecomplicated.wordpress.com
4.7 parsecs away

Travel
| | This essay was sparked by me struggling to write my thesis' Background chapter and finding I had to comprehensively explain several concepts. Hopefully some appropriate slice through it will end up in the actual chapter. (Did I get something wrong? Do set me straight in the comments.) As we all learned in Computing 101, volatile...
| | collectiveiq.wordpress.com
1.3 parsecs away

Travel
| | The true promise of Interactive Computing: Leveraging our Collective IQ DEI | Apr 14, 2016 | Christina Engelbart What is this promise? In Doug's mind it was always about humans interacting with each other and with their knowledge in dynamic knowledge ecosystems, facilitated by a suite of interactive tools and processes. This is the gateway...
| | timilearning.com
31.4 parsecs away

Travel
| One common pattern in the previous systems we have discussed like MapReduce, GFS, and VMware FT is that they all rely on a single entity to make the key decisions. While this has the advantage of making it easier for the system to decide, the downside of this approach is that the entity is now a single point of failure. In this post, we'll learn how the Raft consensus algorithm solves this problem.