-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
190 lines (143 loc) · 11.9 KB
/
blog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE html>
<html>
<head>
<title>Blog</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
/* makes smaller if not on mobile */
@media (min-width:800px){
.container {
width: 60%;
}
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-transparent mb-3">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="projects.html">Projects</a></li>
<li class="nav-item"><a class="nav-link active" href="blog.html">Blog</a></li>
<li class="nav-item"><a class="nav-link" target="_blank" href="resume.pdf">Resume</a></li>
</ul>
</nav>
<div class = "container">
<h1 class="text-center">Book Reviews</h1><br>
<h3>The Goal</h3>
<p>
My 2021 New Year's resolution is to read every night before bed.
</p>
<p>
The goal of this is to:
<ol>
<li>Get me to read more books this year</li>
<li>Help me to get better sleep by not using screens directly before sleeping</li>
<li>And most importantly, to build a lasting habit of reading before bed</li>
</ol>
</p>
<p>
Check out the books I've read so far this year below!
</p>
<br>
<h3>Books So Far</h3>
<div class="card mt-3 mb-5">
<h5 class="card-header"><i>The Call of Cthulhu and Other Stories</i> by H. P. Lovecraft</h5>
<div class="card-body">
<p class="card-text"><i>Guards! Guards! </i> is another hilarious Discworld book, centering on the City Watch of Ankh-Morpork. According to Pratchett, the city watch in fantasy usually has a single purpose: "in about Chapter Three to rush into the room, attack the hero one at a time, and be slaughtered". This book provides a great alternative to that convention, full of colorful characters, depth and nuance. It blends cop movies, fantasy satire, and comedy into something wholly unique. </p>
<p class="card-text"><medium class="text-muted"><i>"The most merciful thing in the world, I think, is the inability of the human mind to correlate all its contents. We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far."</i></medium></p>
</div>
<div class="card-footer text-muted">9/12/21</div>
</div>
<div class="card mt-3 mb-5">
<h5 class="card-header"><i>Guards! Guards! </i> by Terry Pratchett</h5>
<div class="card-body">
<p class="card-text"><i>Guards! Guards! </i> is another hilarious Discworld book, centering on the City Watch of Ankh-Morpork. According to Pratchett, the city watch in fantasy usually has a single purpose: "in about Chapter Three to rush into the room, attack the hero one at a time, and be slaughtered". This book provides a great alternative to that convention, full of colorful characters, depth and nuance. It blends cop movies, fantasy satire, and comedy into something wholly unique. </p>
<p class="card-text"><medium class="text-muted"><i>"The Watch hadn't liked it, but the plain fact was that the thieves were far better at controlling crime than the Watch had ever been. After all, the Watch had to work twice as hard to cut crime just a little, whereas all the Guild had to do was to work less."</i></medium></p>
</div>
<div class="card-footer text-muted">9/12/21</div>
</div>
<div class="card mt-3 mb-5">
<h5 class="card-header"><i>The Cuckoo's Egg</i> by Cliff Stoll</h5>
<div class="card-body">
<p class="card-text"><i>The Cuckoo's Egg: Tracking a Spy Through the Maze of Computer Espionage</i> is a true story about tracking down a hacker in the early days of the internet. What begins with small money imbalances leads to an increasingly complex web of intrigue and mystery. It's also really interesting to see the internet in its infancy, before security or cryptographic standards were set.</p>
<p class="card-text"><medium class="text-muted"><i>"The hacker didn't succeed through sophistication. Rather he poked at obvious places, trying to enter through unlocked doors. Persistence, not wizardry, let him through."</i></medium></p>
</div>
<div class="card-footer text-muted">8/14/21</div>
</div>
<div class="card mt-3 mb-5">
<h5 class="card-header"><i>The Biggest Bluff</i> by Maria Konnikova</h5>
<div class="card-body">
<p class="card-text"><i>The Biggest Bluff: How I Learned to Pay Attention, Master Myself, and Win</i> is the true story of how Maria Konnikova became a successful professional poker player. Along with poker strategy and exciting anecdotes from that journey, a big focus of the book is on how to psychologically deal with high stakes situations. She also makes insightful comments about the role of chance in our lives, and the ways in which emotions can cloud judgement.</p>
<p class="card-text"><medium class="text-muted"><i>"Here was the cruel truth: we humans too often think ourselves in firm control when we are really playing by the rules of chance."</i></medium></p>
</div>
<div class="card-footer text-muted">7/3/21</div>
</div>
<div class="card mt-3 mb-5">
<h5 class="card-header"><i>Exhalation: Stories</i> by Ted Chiang</h5>
<div class="card-body">
<p class="card-text"><i>Exhalation: Stories</i>, the second collection of scifi short stories by Ted Chiang, continues to delve into some really interesting ideas. My favorite is <i>The Merchant and the Alchemist's Gate</i>, which considers the conflict between determinism and free will in a world with time travel. Another great one is <i>What's Expected of Us</i>, which explores the effects of a device that gives humans a perfect memory.</p>
<p class="card-text"><medium class="text-muted"><i>"People are made of stories. Our memories are not the impartial accumulation of every second we’ve lived; they’re the narrative that we assembled out of selected moments."</i></medium></p>
</div>
<div class="card-footer text-muted">6/15/21</div>
</div>
<div class="card mt-3 mb-5">
<h5 class="card-header"><i>Moneyball</i> by Michael Lewis</h5>
<div class="card-body">
<p class="card-text"><i>Moneyball: The Art of Winning an Unfair Game</i> explains the statistics-based approach that allowed the Oakland A's to succeed on a much lower budget than other teams. Informative and entertaining, it emphasizes the importance of keeping an open mind for new approaches, challenging traditions, and the need to constantly seek out improvements.</p>
<p class="card-text"><medium class="text-muted"><i>"If you challenge conventional wisdom, you will find ways to do things much better than they are currently done."</i></medium></p>
</div>
<div class="card-footer text-muted">5/31/21</div>
</div>
<div class="card mt-3 mb-5">
<h5 class="card-header"><i>Small Gods</i> by Terry Prachett</h5>
<div class="card-body">
<p class="card-text"><i>Small Gods</i> is part of Discworld series, best described as the equivalent of <i>The Hitchhiker's Guide to the Galaxy</i> for fantasy; it's funny, witty, and satirizes the stereotypes of the genre. The story follows the god Om, who returns to the world but loses his powers. While funny, it also manages to make some really interesting points about philosophy, politics and religious institution.</p>
<p class="card-text"><medium class="text-muted"><i>"There's good eating on one of those."</i></medium></p>
</div>
<div class="card-footer text-muted">5/2/21</div>
</div>
<div class="card mt-3 mb-5">
<h5 class="card-header"><i>Born to Run</i> by Christopher McDougall</h5>
<div class="card-body">
<p class="card-text"><i>Born to Run: A Hidden Tribe, Superathletes, and the Greatest Race the World Has Never Seen</i> is a book about the Tarahumara, a tribe in Mexico that is extremely talented at ultramarathon running. The book is a great mix of running/training tips, crazy stories about ultramarathon races, and glimpses into the fascinating culture of the Tarahumara. Central to all of it is the inspiring idea that humans evolved to excel at long distance running.</p>
<p class="card-text"><medium class="text-muted"><i>"If you don't think you were born to run you're not only denying history. You're denying who you are."</i></medium></p>
</div>
<div class="card-footer text-muted">4/13/21</div>
</div>
<div class="card mt-3 mb-5">
<h5 class="card-header"><i>Stories of Your Life and Others</i> by Ted Chiang</h5>
<div class="card-body">
<p class="card-text"><i>Stories of Your Life and Others</i> is a collection of science fiction short stories. Since the author has a computer science background, they involve a lot of cool ideas from math and computer science. My favorite of them is <i>Story of Your Life</i>, about a linguist whose brain is altered by learning an alien language. Another great one is <i>Divison by Zero</i>, about a mathematician who makes a startling discovery about the nature of pure math.</p>
<p class="card-text"><medium class="text-muted"><i>"The physical universe was a language with a perfectly ambiguous grammar."</i></medium></p>
</div>
<div class="card-footer text-muted">3/30/21</div>
</div>
<div class="card mb-5">
<h5 class="card-header"><i>How to Win Friends and Influence People</i> by Dale Carnegie</h5>
<div class="card-body">
<p class="card-text"><i>How to Win Friends and Influence People</i> describes strategies for working more effectively with others. Some of the strategies were totally new to me, others were common sense but still good to see reiterated because of their importance. Carnegie persuasively argues for the effectivess of these tactics, backing them up with psychological explanations and examples of them in action.</p>
<p class="card-text"><medium class="text-muted"><i>"To be interesting, be interested."</i></medium></p>
</div>
<div class="card-footer text-muted">3/9/21</div>
</div>
<div class="card mb-5">
<h5 class="card-header"><i>The Code Book</i> by Simon Singh</h5>
<div class="card-body">
<p class="card-text"><i>The Code Book</i> is a history of cryptography, with some explanations of the mathematics of cryptography. The historical anecdotes are really interesting, especially the section on the codes and codebreaking efforts of World War 2. It also does a great job of explaining the huge influence that cryptography has had and the ways that it will shape our world in the future.</p>
<p class="card-text"><medium class="text-muted"><i>"Repetition is the enemy of security: repetition leads to patterns, and cryptanalysts thrive on patterns."</i></medium></p>
</div>
<div class="card-footer text-muted">2/21/21</div>
</div>
<div class="card mb-5">
<h5 class="card-header"><i>Seveneves</i> by Neal Stephenson</h5>
<div class="card-body">
<p class="card-text"><i>Seveneves</i> is a scifi book about humanity attempting to leave earth to escape an extinction event, and the descendents of the survivors returning to repopulate the Earth thousands of years later. I loved the worldbuilding of this book, as well as the realistic challenges it brought up, such as differing strategies for avoiding asteroids, and how to ensure genetic diversity for future generations.</p>
<p class="card-text"><medium class="text-muted"><i>"The moon blew up without warning and for no apparent reason."</i></medium></p>
</div>
<div class="card-footer text-muted">2/6/21</div>
</div>
</div>
</body>
</html>