Summary of reading: January - March 2024

Create: March 28, 2024

I've realized that it's been quite some time since I've shared a "summary of reading" post, and I'm keen on reviving that practice. One reason I discontinued it was due to my embarrassment over not reading enough books. However, I believe that publicly sharing what I read will encourage me to read more.

One significant change of the reading process I made this quarter is incorporating spaced repetition tool Readwise (note: requires a subscription) and Anki (free) aggressively (in addition to those traditional notes I made with Obsidian). I find this practice to be extremely beneficial despite people in our STEM field (including myself) having a distaste for rote memorization. As this article states:

One common pattern is that people think they're getting stuck on esoteric, complex issues. But when you dig down it turns out they're having a hard time with basic notation and terminology

I certainly find myself frequently in this spot.

New Book Read

  • Immersive Linear Algebra — This book comes highly recommended as a linear algebra book with nice interactive visualizations and a focus on computer graphics. Surprisingly, I found myself struggling to digest its content. Perhaps it's because I'm already well-versed with most of the material, making it difficult for me to stay focused. Fun fact: one of the authors (Tomas Akenine-Möller) invented the famous Möller–Trumbore intersection algorithm
  • 97 things every programmers should know - A mixed bag of mostly platitude with occationally contradictory ideas in different chapters. While a few chapters contain valuable insights, there are also highly opinionated or questionable ideas, like preferring polymorphism to if-else
  • Atomic Habit — Overall, the book is quite decent. It delves into techniques such as "habit stacking" and "temptation bundling," which I've found applicable daily. By combining the principles in this book and the usage of Habitica, I've managed to make significant changes to my habits over the past few months. On the other hand, similar to many "self-help" publications, I find it somewhat wordy and overly reliant on storytelling. I suspect its content could be condensed into a series of blog posts. Additionally, I'm disappointed by its lack of scientific rigor, though it at least does adhere to scientific principles rather than solely relying on personal viewpoints.

Reread

In progress

Other Insightful Resources

There's also abundant resources beyond books these days: articles, blog posts, papers, online courses, videos—you name it. I will also recommend some of the most insightful ones I encountered during this period.