The Best Books I Read in 2017

December 23, 2017

I have read many books in 2017, but it wasn’t all good. Some books, however, deserve to be acknowledged. I broke down my recommendations by categories: technical, non-fiction and fiction. There is no particular order.

I have similar posts for 2015 and 2016.


Technical

How to Measure Anything

How to Measure Anything

“Anything can be measured.” is how the book begins, the rest of the book explains how to go about it.

When people say “it can’t be measured”, they often mean:

The first part of the book tries to convince you that measurements are worthwhile. There is a way to measure what you need, it’s cheaper than you expect, and it gets you “close enough” to the truth.

The book also covers “what’s a measurement?”, what you can measure versus what you should measure, how to reduce uncertainty, the cost/value of more information, a long list of cognitive biases to consider, etc.

If you’re familiar with Fermi problems, this book will cover and expand the technique:

If you simulate the above, you get the Monte Carlo method. It doesn’t have to be complicated; you can run this in a spreadsheet. The book’s website provides spreadsheet templates to get you started.

Don’t accept “it can’t be measured” from people who haven’t read this book.

High Performance Browser Networking

High Performance Browser Networking

It’s easy to take for granted all the technologies required to make web development possible. We learn what we need, pick up more over time, but we rarely resort to the depths provided by this book.

The book is divided into parts:

It covers a lot. Most of it was a review, but I was grateful to get it all in one place. The author’s style is clear; it was a joy to read. I think this book has a place in a modern technical bookshelf.

Designing Data-Intensive Applications

Designing Data-Intensive Applications

There was a lot of buzz when this book came out. It’s all justified.

This is a survey of theories, tools, and techniques. It takes so many topics and explains them so well – it would take months of research to get the content from other sources. Case in point: there’s an extensive bibliography for each chapter!

Whenever I’ve had to talk about system design since I’ve read it, I was grateful to have read this book. There is no right answer, but you develop a sense of the trade-offs involved in different solutions. You get a better idea of what questions to ask and what to look for.

It also gave me an appreciation for all the ways that things can go wrong with distributed systems. It’s a wonder that anything works…

R for Data Science

R for Data Science

This is the book I wish I had when I started out learning R.

Back then, there were few books and fewer good books. Nowadays, the situation has improved significantly. However…

There is “old R” and “new R” out there. Old R is what we’ve had since the beginning, usually denoted with *apply functions and the base graphics package. There’s nothing wrong with old R … but it’s neither easy to learn nor easy to use. When authors talk about it, the explanations are full of apologies…

Meanwhile, the tidyverse is what most people are using now. It’s a modern twist on R coming from the open-source community. The tidyverse is just an opinionated list of packages including:

Instead of choosing and loading these packages separately, loading tidyverse will load them all for you. If you tell me you use the tidyverse, I know exactly what packages you use.

On top of walking you through the tidyverse, you also get plenty of advices on how to organize and analyze data for your “data science” projects – but really any project with data.


Non-Fiction

The Dictator’s Handbook

The Dictator's Handbook

A powerful, if depressing, book.

This was a CGP grey recommendation at the end of his excellent video series called: Rules for Rulers. Good news: the videos alone will give you 90% of the ideas from the book.

If you accept the premise of the book, you get a framework to understand political behaviors:

This book provides tremendous explaining power.

Personally, I went from “politics doesn’t make sense” to understanding why politicians do what they do.

Not everybody agrees with the political theory of the book. But I think theories can be judged based on how much they can explain simply.

Weapons of Math Destruction

Weapons of Math Destruction

Weapons of Math Destruction is a sobering critique of the (careless) use of algorithms.

Earlier this year, I also read The Master Algorithm which reads more like a love story. Short version: The Master Algorithm didn’t make this list. I thought it was techno-optimism: a celebration of current and coming achievements with a don’t-worry-about-it perspective about possible shortcomings.

The book documents instances of systematic discrimination coming from “black box” algorithms. We know that humans are biased … but algorithms are biased too. Trust in algorithms we don’t understand, applied wholesale to a variety of problems, without recourse when things go wrong, provide a dystopian view of things to come.

Whether statisticians or programmers, it is up to us to push back on misguided applications of algorithms, big data, and machine learning. If we don’t, the coming backlash might be justified.


Fiction

We Are Legion

Series: 3 books, complete.

We Are Legion

“We are legion. We are Bob”, really? I didn’t even judge the book by its cover; the uninspiring title was enough for me. But I read the glowing reviews and decided to give it a try.

I loved the beginning: it reminded me of Old Man’s War; you discover the story, and the rules, at the same time the main character does.

I thought the second and third books weren’t as good, maybe even episodic. There was too much to keep track of. And the ending wasn’t satisfying… But, despite my complaints, I couldn’t put it down until the end.

Expeditionary Force

Series: 5 books, ongoing.

Expeditionary Force

This falls under the category of “military sci-fi”, a place I hadn’t spent a lot of time in and wasn’t planning on visiting soon. Once again, the reviews pulled me in.

This isn’t a series that takes itself seriously. Is military-goofy sci-fi a genre? Earth is in danger, aliens are involved, our enemies aren’t who we think they are, etc. How can this be a comedy?! I don’t want to spoil anything, pick it up and get back to me.

Is it a masterpiece? No. Will I buy the next book when it comes out? Yes, definitely.

Fear the Sky

Series: 3 books, complete.

Fear the Sky

In contrast to the books above, the Fear Saga series is a darker type of sci-fi. It has some aspects of the Three-Body Problem which I reviewed previously.

Aliens are coming and … it’s complicated. Let me spare you the spoilers. The first book is a thriller; there is so much at stake, so much to fear, and so many opportunities to fail.

The second and third books didn’t have quite the tension of the first, but they were enjoyable nonetheless. I was able to digest the deus ex machina ending because the reviews had warned me in advance.

Not perfect, but pretty good.


Closing Thoughts

If you have liked this blog post, please write your own. I want to read your book reviews and recommendations.

Discuss on Twitter