Fabrefact

a blog by Sara Farquharson

what I'm reading this week: Nov 23

Continuing on my haphazard self-education tour around distributed systems topics and other random corners of the internet.

  • I feel like I learned so much from reading the transcript of this QCon panel moderated by Cindy Sridharan: The Promises and Perils of Eschewing Distributed Coordination. I had to look up what a control plane is, and took notes on interesting ways distributed systems have failed.
    • new things to look into: Anna key-value store, Jepsen test framework, Google F1 paper
  • Andi McClure wrote a cool Twitter thread about Sun Microsystems doomed predicted future of the internet with a little coda about how it compares to Google Stadia, which I still have not bothered to look up.

  • This week’s Normcore Tech public post by Vicki Boykis was a fascinating dive into the Russian internet and how it is vastly different than we who grew up with the promise of a free and global internet might expect.

  • Can’t remember how I stumbled across Martin Kleppmann’s older post about how to do distributed locking, but it is a deliciously crunchy and opinionated accusal that Redis’s algorithm for distributed locking fails to guarantee safety—ie that it is possible for two processes to get conflicting locks on the same resource. Had to lean on cloud computing concepts I learned recently, so this felt like a useful refresher! I did not read the rebuttal by the author of the algorithm.

  • Further in Kleppmann’s blog archive I found more interesting mistakes in Six things I wish we had known about scaling

  • The Embedded Artistry blog recommends studying classic programs to improve your knowledge, and lists freely available source code to classic programs to study

  • I only recently learned who Barbara Liskov is, but thanks to this Quanta Magazine interview I desperately wish I could hang out with her.

  • There’s always at least one thing I love in every issue of Increment; for this month’s “Teams” issue it’s Kevin Stewart’s article on how to build a startup engineering team

  • If you didn’t know why the sale of the .org domain registry to a private company is so upsetting, well, here’s an article in the Register

  • Saw a tweet about Paypal’s new open source Secure Code Review bot and decided to read the source code to figure out how it works. I am getting better at reading source code! Still a little vague on how to add new rules to compare against, the documentation is not terribly user friendly.