User Profile

Alex M Locked account

alexmu@bookwyrm.social

Joined 9 months, 4 weeks ago

This link opens in a pop-up window

Alex M's books

Currently Reading

Chris Clearfield: Meltdown (2018, Penguin Press) 4 stars

"Weaving together cutting-edge social science with riveting stories that take us from the frontlines of …

Review of 'Meltdown' on 'Goodreads'

3 stars

Disclaimer: I've only made it three quarters through this book before I called it.

This is an OK book, but it didn't do it for me. I was expecting more actual advice in the second part, and less fluff.

The first part is the stronger of the two parts of this book. It does a good job of explaining how the complexity of our systems is becoming untenable. But after the relatively short first part, the book doesn't really deliver on its promise to offer a framework for dealing with complex systems. What you get is story after story. And that gets old fast. The authors do provide some examples of how tweaks to the systems in question have improved safety, but nothing as coherent as a framework.

This is more like a 2.5 stars for me, but rounding down felt too harsh, so there we go, three stars.

Rob Pike, Brian W. Kernighan: The UNIX Programming Environment (1983) 5 stars

The Unix Programming Environment, first published in 1984 by Prentice Hall, is a book written …

Review of 'The UNIX Programming Environment' on 'Goodreads'

4 stars

There is a common thread running through all of Kernighan's books: imparting deep insights in a down to earth, pragmatic and modest way.

Let's unpack that. This book is (unsurprisingly) one of the best sources on the "Unix philosophy". Brian Kernighan was there when Unix and its philosophy were taking shape. Despite being the author of a good number of the tools covered in the book, this is only mentioned in passing, in a characteristically self-effacing way (Canadians, eh?)

The aggressive simplicity, thriftiness, and pragmatism of the approch to software development applies today as much as it did the 40 odd years ago when the book was written. Yes, those were simpler times, and as we've learned more about computing in general, and Unix in particular, some problems have emerged. Like how using files as the lowest common denominator doesn't always work, or the problems with the signal model. But …

Michael W Lucas: Ed Mastery (2018, Tilted Windmill Press) 4 stars

Let me be perfectly clear: ed(1) is the standard Unix text editor. If you don’t …

Review of 'Ed Mastery' on 'Goodreads'

4 stars

Not modal, not modeless; not GUI, not TUI; not vim, not emacs; just the file. That is the UNIX way. Use ed; commune with the patriarchs Ritchie and Thompson. That is the unix way.
wq