From 67212df35e07cce4a3269f5ece2e318985aad9a2 Mon Sep 17 00:00:00 2001 From: Ramesh Adhikari <10398556+ramesh-adhikari@users.noreply.github.com> Date: Sun, 19 Nov 2023 19:22:36 -0500 Subject: [PATCH] Update README.md Added "Decentralized Thoughts" website link in ##Blogs and other reading links sections. This website contains posts related to distributed algorithms, consensus, blockchain technology, and many more. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a3e0d7..212cdfe 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ While designing distributed systems are hard enough, testing them is even harder - [Files are hard](http://danluu.com/file-consistency/) A blog post on filesystem consistency, pretty important to read if you are into distributed storage or databases. - [Distributed Systems Testing: The Lost World](http://tagide.com/blog/research/distributed-systems-testing-the-lost-world/) Testing distributed systems are hard enough, a well researched blog post which again covers a lot of links to various approaches and other papers - [SWIM Protocol explained](https://asafdav2.github.io/2017/swim-protocol/) A blog post on popular SWIM failure detector +- [Decentralized Thoughts](https://decentralizedthoughts.github.io/): Blogs on Distributed Algorithms, Distributed Computing, and Blockchain Technology ## Research