Explore >> Select a destination


You are here

eli.thegreenplace.net
| | chelseatroy.com
2.4 parsecs away

Travel
| | In December, I took a course in which we attempted to implement the Raft distributed consensus algorithm fromthis paper. Parts 1-5 of this series share insights from the course. From then on, I'm guiding you through my continued work implementing Raft "for fun" (I know. I don't understand me, either). Here's where you can see...
| | tweedegolf.nl
2.9 parsecs away

Travel
| | For the last couple of months we at Tweede golf have been working on implementing a Network Time Protocol (NTP) client and server in Rust. The project is a Prossimo initiative and is supported b ...
| | tomaugspurger.net
2.2 parsecs away

Travel
| | Last week, I was fortunate to attend Dave Beazley's Rafting Trip course. The pretext of the course is to implement the Raft Consensus Algorithm. I'll post more about Raft, and the journey of implementing, it later. But in brief, Raft is an algorithm that lets a cluster of machines work together to reliably do something. If you had a service that needed to stay up (and stay consistent), even if some of the machines in the cluster went down, then you might want to use Raft.
| | benjamincongdon.me
10.3 parsecs away

Travel
| Learning Raft by making one.