From 82e7ac75954c973a5c59a02684788c0fb26e14dd Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Sat, 21 Dec 2024 22:18:18 +0000 Subject: 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!) --- content/posts/2024-08-23-book-meltdown.smd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 content/posts/2024-08-23-book-meltdown.smd (limited to 'content/posts/2024-08-23-book-meltdown.smd') 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 -- cgit v1.2.3-ZIG