aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2024-08-23-book-meltdown.smd
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2024-12-21 22:18:18 +0000
committerMartin Ashby <martin@ashbysoft.com>2024-12-21 22:18:18 +0000
commit82e7ac75954c973a5c59a02684788c0fb26e14dd (patch)
treea1b09939f30bc4c232e69f980c2a47e48625ee1d /content/posts/2024-08-23-book-meltdown.smd
parentff323f79e03174e4cdf2a709c095ff83e7ea3669 (diff)
downloadmfashby.net-82e7ac75954c973a5c59a02684788c0fb26e14dd.tar.gz
mfashby.net-82e7ac75954c973a5c59a02684788c0fb26e14dd.tar.bz2
mfashby.net-82e7ac75954c973a5c59a02684788c0fb26e14dd.tar.xz
mfashby.net-82e7ac75954c973a5c59a02684788c0fb26e14dd.zip
Bump zine 0.3.0 -> 0.8.0
Fix a lot of associated breakage Fix broken rss.xml file as highlighted to me by Matthijs van der Wild (thanks!)
Diffstat (limited to 'content/posts/2024-08-23-book-meltdown.smd')
-rw-r--r--content/posts/2024-08-23-book-meltdown.smd14
1 files changed, 14 insertions, 0 deletions
diff --git a/content/posts/2024-08-23-book-meltdown.smd b/content/posts/2024-08-23-book-meltdown.smd
new file mode 100644
index 0000000..c53f489
--- /dev/null
+++ b/content/posts/2024-08-23-book-meltdown.smd
@@ -0,0 +1,14 @@
+---
+.title = "Book - Meltdown: Why Our Systems Fail and What We Can Do About It",
+.author = "Martin Ashby",
+.description = "Short review of Meltdown: Why Our Systems Fail and What We Can Do About It",
+.date = @date("2024-08-23T22:04:46+01:00"),
+.layout = "single.shtml",
+.custom = {"comments": true},
+---
+
+I recently read [Meltdown: Why Our Systems Fail and What We Can Do About It, by Chris Clearfield and AndrĂ¡s Tilcsik](https://www.goodreads.com/book/show/35629742-meltdown).
+
+I think this book is super-relevant to anyone working with IT systems. The theme of many meltdowns examined here is 'Complexity and tight coupling'. I think that computer software is the pinnacle of human-made complexity. It is built upon layers and layers of abstractions and subsystems, and relies on equally complex hardware. It is built on decades of intense iterative improvement with an enormous amount of research and development. It is now well beyond the point where any single person can have an understanding of all parts of a modern computer.
+
+We are seeing more meltdowns in IT over time. I'm curious to find out if this trend will continue or if we will find ways to handle and tame the complexity. \ No newline at end of file