-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
873 lines (855 loc) · 59.2 KB
/
index.html
File metadata and controls
873 lines (855 loc) · 59.2 KB
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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
<html>
<head>
<meta charset="UTF-8">
<link id=Main-File rel=Main-File href="../Books-read-in-2022.htm">
<link rel=File-List href=filelist.xml>
<link rel=Stylesheet href=stylesheet.css>
</head>
<body link="#0563C1" vlink="#954F72" style="background-color:#1E1E1E">
<table border=0 cellpadding=0 cellspacing=0 width=1514
style='border-collapse:collapse; table-layout:fixed; width:1136pt'>
<col width=18 style='width:14pt'>
<col width=21 style='width:16pt'>
<col width=116 style='width:87pt'>
<col width=11 style='width:28pt'>
<col width=1032 style='width:854pt'>
<col width=20 style='width:15pt'>
<col width=64 style='width:48pt'>
<thead>
<tr class=x777 height=40 style='height:30.0pt'>
<td height=40 class=xl65 width=18 style='height:30.0pt;width:14pt'></td>
<td class=xl66 width=21 style='width:16pt'> </td>
<td class=xl70 width=116 style='width:87pt; color: #000;'>Book</td>
<td class=xl70 width=11 style='width:28pt'> </td>
<td class=xl67 width=1032 style='width:854pt; color: #000;'>My Review</td>
<td class=xl66 width=20 style='width:15pt'> </td>
<td class=xl65 width=64 style='width:48pt'></td>
</tr>
</thead>
<tr height=173 style='height:129.65pt'>
<td height=173 colspan=2 style='height:129.65pt'></td>
<td height=173 width=116 style='height:129.65pt; width:87pt; vertical-align: middle'>
<![if !vml]>
<span>
<table cellpadding=0 cellspacing=0>
<tr>
<td width=1 height=0></td>
</tr>
<tr>
<td></td>
<td style="text-align: center"><img width=117 height=147 src="chip.jpg" border="1" v:shapes="Picture_x0020_9"><br/>⭐⭐⭐⭐</td>
<td width=4></td>
</tr>
<tr>
<td height=1></td>
</tr>
</table>
</span>
<![endif]>
</td>
<td></td>
<td class=xl73 width=1032 style='width:774pt'><br/>Chip War is a timely and comprehensive account of the history, geopolitics, and economics of the microchip industry, which the author argues is the key battleground for global supremacy in the 21st century. He shows how chips have transformed various fields of human endeavor, from warfare and intelligence to communication and entertainment and how they have shaped the rise and fall of nations, companies, and alliances. He also analyzes the current challenges and opportunities facing the United States, China, Taiwan, Europe, and other actors in the chip war, and offers some policy recommendations for enhancing the resilience, security, and competitiveness of the chip ecosystem. My first real job was at a fabless semiconductor startup of the 90's, so reading about the rise of TSMC, UMC, SMIC, and Mediatek (all companies I dealt with at the time) was fun.
<br/><br/>The book begins with the early history of the chip industry, from the invention of the transistor and the integrated circuit to the emergence of the Silicon Valley and the global semiconductor market. The author highlights the crucial role of the US military and the space program in creating the initial demand and funding for chip development, as well as the entrepreneurial and collaborative culture that fostered innovation and competition among American firms. He also explains the technical and economic challenges of chip design and fabrication, such as the trade-offs between performance, power, and cost, and the relentless pursuit of Moore's law, which states that the number of transistors on a chip doubles every two years.
<br/><br/>Particular attention is paid to the global competition and cooperation in the chip industry, from the 1970s to the 2000s. The author describes how Japan, South Korea, Taiwan, and Europe challenged and complemented the US dominance in the chip market, by developing their own capabilities, strategies, and niches. He examines the factors that enabled or hindered their success, such as government support, industrial policy, trade disputes, innovation networks, and market dynamics. The book ends with the growing strategic rivalry and interdependence between the US and China and the increasing vulnerability and importance of Taiwan as the world's leading chip producer.
<td colspan=2></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl77> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl78> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td></td>
</tr>
<tr height=173 style='height:129.65pt'>
<td height=173 colspan=2 style='height:129.65pt'></td>
<td height=173 width=116 style='height:129.65pt; width:87pt; vertical-align: middle'>
<![if !vml]>
<span>
<table cellpadding=0 cellspacing=0>
<tr>
<td width=1 height=0></td>
</tr>
<tr>
<td></td>
<td style="text-align: center"><img width=117 height=147 src="machine.jpg" border="1" v:shapes="Picture_x0020_9"><br/>⭐⭐⭐⭐⭐</td>
<td width=4></td>
</tr>
<tr>
<td height=1></td>
</tr>
</table>
</span>
<![endif]>
</td>
<td></td>
<td class=xl73 width=1032 style='width:774pt'>It is simply stunning that this book was written in 1909. The book anticipates many aspects of our modern world, such as computers, tablets, TV screens, internet, video conferencing, online education, social media, artificial intelligence, streaming movies/music, online shopping, virtual reality, fake news, the 3-D production of goods (including food), telemedicine, and climate change. In 1909 the author imagines a future that is both fantastic and frighteningly plausible for us today. Keep in mind that 1909 was the year of the invention of the electric toaster and is some 20 years before the invention of television.
<br/><br/>The story is set in a world where humanity has retreated underground, they never meet each other in person, living in isolated cells that are connected by a global network of wires and tubes -- communicating through a network that foreshadows our modern internet and messaging technology. The tale centers around the interaction of a mother who follows the conventions of "civilization", her son (who lives in an isolated cell far away) that is curious about the natural world outside the cells, and "The Machine"-- the mysterious and omnipotent entity that provides for the needs and desires of all the earth's people (from food and clothing to entertainment and information).
<br/><br/>People are shown to rarely leave their cells, and when they do, they travel by airships that whisk them across the dark and barren surface of the earth. They communicate with each other only through screens and speakers, exchanging ideas that are mostly recycled and superficial. The exchange of ideas is preferably second-hand “and if possible tenth-hand” since they don’t trust direct experience. They worship the Machine like a god and there are only a few people left who can keep the Machine running. One day, of course, the machine stops. What happens when the Machine starts to break down?
<td colspan=2></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl77> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl78> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td></td>
</tr>
<tr height=173 style='height:129.65pt'>
<td height=173 colspan=2 style='height:129.65pt'></td>
<td height=173 width=116 style='height:129.65pt; width:87pt; vertical-align: middle'>
<![if !vml]>
<span>
<table cellpadding=0 cellspacing=0>
<tr>
<td width=1 height=0></td>
</tr>
<tr>
<td></td>
<td style="text-align: center"><img width=117 height=170 src="surrender.jpg" border="1" v:shapes="Picture_x0020_9"><br/>⭐⭐⭐⭐⭐</td>
<td width=4></td>
</tr>
<tr>
<td height=1></td>
</tr>
</table>
</span>
<![endif]>
</td>
<td></td>
<td class=xl73 width=1032 style='width:774pt'>When I saw this book become available, I had to read it as a guilty pleasure. U2 is my favorite band and I have seen them multiple times in concert. This is Bono's memoir as the legendary frontman of one of the most influential and enduring rock bands of all time. Bono takes the reader on a journey through his life, from his childhood in Dublin to his global fame and activism, sharing the inspiration, meaning, and context behind key U2 songs he has written or co-written. Along the way, he reveals his personal struggles, joys, doubts, and convictions, as well as his insights into the music industry, politics, religion, art, and culture. You must read this via audiobook as it is narrated by Bono himself and has music snippets with each chapter. Especially fun is hearing Bono do very accurate impressions of famous people in his life.
<br/><br/>Bono explains his creative process, the themes, the influences, and the stories behind each famous song/album. He also intersperses anecdotes, reflections, and commentary on various topics, such as his relationship with his bandmates, his family, his mentors, his critics, his collaborators, his heroes, and his enemies. He does not shy away from addressing controversial issues, such as his tax affairs, his political activism, his Christian faith, his health, and his mistakes. He also expresses his gratitude, his humility, his passion, and his vision for the future.
<br/><br/>The book is written in a conversational, witty, and poetic style, with Bono's distinctive voice and personality shining through. He uses humor, irony, sarcasm, and metaphors to convey his points, and he often quotes from other sources, such as the Bible, literature, poetry, music, and movies. He also occasionally breaks the fourth wall and addresses the reader directly, inviting them to join him in his journey and to share their own opinions and experiences.</td>
<td colspan=2></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl77> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl78> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td></td>
</tr>
<tr height=173 style='height:129.65pt'>
<td height=173 colspan=2 style='height:129.65pt'></td>
<td height=173 width=116 style='height:129.65pt; width:87pt; vertical-align: middle'>
<![if !vml]>
<span>
<table cellpadding=0 cellspacing=0>
<tr>
<td width=1 height=0></td>
</tr>
<tr>
<td></td>
<td style="text-align: center"><img width=117 height=159 src="genius.jpg" border="1" v:shapes="Picture_x0020_9"><br/>⭐⭐⭐⭐⭐</td>
<td width=4></td>
</tr>
<tr>
<td height=1></td>
</tr>
</table>
</span>
<![endif]>
</td>
<td></td>
<td class=xl73 width=1032 style='width:774pt'>Artificial Intelligence is one of the most transformative and influential technologies of our time. It powers our smartphones, social media, search engines, self-driving cars, and more. It also raises profound questions about the future of humanity, ethics, privacy, and democracy. How did AI become so powerful and pervasive? Who are the people behind its development and applications? And what are the challenges and opportunities that AI presents for society? This book highlights the excitement and optimism of AI. The caution and skepticism of AI critics and challenges is also emphasized with the controversies and pitfalls of AI, such as its bias, error, and opacity, with its ethical and moral implications on full display.
<br/><br/>At Microsoft, I have been working on AI in one way or another for many years now. Back when I was doing my PhD (in the late 90's) at the University of Washington specializing in signal processing, earlier research in the early neural networks, the perceptron, was still being discussed in papers. I distinctly remember that due to neural networks falling out of favor in the scientific community at the time, all the papers started moving onto "Fuzzy Systems" -- a falling out that is detailed in the book. The book goes into detail about the captivating and illuminating story of the rise of AI, focusing on the mavericks who brought it to life and shaped its impact.
<br/><br/>The book introduces us to the pioneers of AI, such as Geoff Hinton, Yann LeCun, Yoshua Bengio, Demis Hassabis, and Ilya Sutskever, who defied the conventional wisdom and pursued the vision of neural networks, a form of AI inspired by the human brain. Lots of stories are told in the book about the behind-the-scenes drama and competition among the tech giants, such as Microsoft, Google, Facebook, Baidu, and Amazon, who raced to acquire, fund, and exploit the breakthroughs of AI. I have personally met some of the people described in the book and been a peripheral part of some of the stories. For those that I have personal first or second-hand knowledge of, I can attest to accuracy, although some of the details I would have wanted are missing. I especially enjoyed reading about the creation stories of both OpenAI and DeepMind and the quest for AGI as well as the background on Jeff Dean.
<br/><br/>SURPRIZE REVEAL: This review was written by AI from my notes. Then just a few extra sentences added by me. </td>
<td colspan=2></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl77> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl78> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td></td>
</tr>
<tr height=173 style='height:129.65pt'>
<td height=173 colspan=2 style='height:129.65pt'></td>
<td height=173 width=116 style='height:129.65pt; width:87pt; vertical-align: middle'>
<![if !vml]>
<span>
<table cellpadding=0 cellspacing=0>
<tr>
<td width=1 height=0></td>
</tr>
<tr>
<td></td>
<td style="text-align: center"><img width=117 height=159 src="quantum.jpg" border="1" v:shapes="Picture_x0020_9"><br/>⭐⭐⭐⭐⭐</td>
<td width=4></td>
</tr>
<tr>
<td height=1></td>
</tr>
</table>
</span>
<![endif]>
</td>
<td></td>
<td class=xl73 width=1032 style='width:774pt'>I have always been fascinated by the quirky, bizarre, unintuitive, and gloriously cool features of Quantum Mechanics. How can observation affect realty, how can an item be more than one state at the same time, how can entangled particles a universe apart instantaneously "communicate" with each other. This book covers the history of Quantum Mechanics from point of view of the key superhero scientists and how they developed their theories. We see the thoughts, discoveries, friendships, and rivalries of all the greats like Planck, Born, Schrödinger, Einstein, Bohr, De Broglie, Pauli, Heisenberg, Dirac, Boltzmann, Bell, and others.
<br/><br/>A major focus of the book was the long-standing disagreement between Albert Einstein and Niels Bohr about what Quantum Mechanics meant or represented. Even though Einstein was a pioneer of quantum theory with one of his four "annus mirabilis" papers showing that light is quantized (photons), over years he repetitively attacked Bohr’s and Heisenberg's assertions about the uncertainty principle and Quantum Mechanic’s assertion that there is no reality independent of observation. Einstein drove these attacks through a series of eye-crossing thought experiments that Einstein believed would prove logically fatal to the propositions of Quantum Mechanics. Shockingly, Bohr was able to find the hidden flaws in each one of Einstein’s thought-experiment puzzles. This culminated with Einstein’s infamous EPR though experiment with its "spooky action at a distance" and Einstein’s assertion that "God does not play dice with the universe".
<br/><br/>For me personally, the chapter on De Broglie (a German prince, French duke, and wireless communication radio engineer in military) was particularly revelatory. Although I knew electron orbits were quantized with their s-shells and p-shells and jumps between each quantum levels released photons responsible for matter spectra, I didn't really know why electron orbits did not deteriorate over time and collapse into the nucleus or the reason behind the quantization of the orbitals in the first place.
<br/><br/>The description of De Broglie's assertion that if light waves can behave like particles, then electrons (and all matter) can behave like waves and these electron waves, like the standing resonance waves of a plucked guitar string are quantized by multiples of half wavelengths based on the integral number that fit into the circumference of the orbital is brilliant and explains things perfectly. When viewed as a standing wave, an electron would experience no acceleration and therefore no continual loss of radiation, and thus not spiraled into the nucleus. De Broglie became the hero of the book for me! The fact that all matter in motion, even large objects like cars act like waves (just like electrons) is equally mind blowing. It's just that the low mass and high speed of electrons calculate to measurably significant wavelengths whereas heavy and slow-moving objects like cars have very small and negligible wavelengths.
<br/><br/>Also, I literally laughed out loud as the author described Heisenberg's struggles with matrix multiplication. Pure comedic gold.</td>
<td colspan=2></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl77> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl78> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td></td>
</tr>
<tr height=173 style='height:129.65pt'>
<td height=173 colspan=2 style='height:129.65pt'></td>
<td height=173 width=116 style='height:129.65pt; width:87pt; vertical-align: middle'>
<![if !vml]>
<span>
<table cellpadding=0 cellspacing=0>
<tr>
<td width=1 height=0></td>
</tr>
<tr>
<td></td>
<td style="text-align: center"><img width=117 height=159 src="fermi.jpg" border="1" v:shapes="Picture_x0020_9"><br/>⭐⭐⭐⭐</td>
<td width=4></td>
</tr>
<tr>
<td height=1></td>
</tr>
</table>
</span>
<![endif]>
</td>
<td></td>
<td class=xl73 width=1032 style='width:774pt'>In just 32 pages, the Fermi Paradox is Our Business Model, is a brilliant story with thought-provoking satire of corporate greed, environmental destruction, and the search for intelligent life in the cosmos. The author suggests that the Fermi paradox may be explained by the ruthless and selfish behavior of some advanced civilizations, who see other lifeforms as threats or resources, rather than as potential allies or friends.
<br/><br/>The story follows Jon and Toku, two alien employees of a company that specializes in harvesting the results of civilizations across the galaxy which have already wiped themselves out via nuclear or ecological disaster. They end up at Earth but are surprised to find a small pocket of humans have survived Earth's apocalypse.
<br/><br/>The story is fast-paced, clever, and entertaining, but it also leaves the reader with some questions and reflections. What does it mean to be alive, and to respect life? What are the consequences of our choices and actions, not only for ourselves, but for others and for the future? How can we balance our needs and desires with our responsibilities and values? And how can we find hope and meaning in a vast and indifferent universe? I highly recommend it to anyone who likes smart and humorous stories with a twist. And I hope that the author will write more stories in this universe, because I would love to see what happens next.
</td>
<td colspan=2></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl77> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl78> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td></td>
</tr>
<tr height=173 style='height:129.65pt'>
<td height=173 colspan=2 style='height:129.65pt'></td>
<td height=173 width=116 style='height:129.65pt; width:87pt; vertical-align: middle'>
<![if !vml]>
<span>
<table cellpadding=0 cellspacing=0>
<tr>
<td width=1 height=0></td>
</tr>
<tr>
<td></td>
<td style="text-align: center"><img width=117 height=159 src="klara.jpg" border="1" v:shapes="Picture_x0020_9"><br/>⭐⭐⭐⭐⭐</td>
<td width=4></td>
</tr>
<tr>
<td height=1></td>
</tr>
</table>
</span>
<![endif]>
</td>
<td></td>
<td class=xl73 width=1032 style='width:774pt'>A fictional story, Klara and the Sun imagines a dystopian future where AI, genetic-engineering, environmental issues, and the human condition, combine with ethical dilemmas that shine on connections between our world and Klara's. In the book, Klara is an AI robot friend (AF or “artificial friend”) for lonely pre-teens that have been genetically enhanced for superior education.
<br/><br/>Told from Klara's perspective as an AI -- from her experiences in the store waiting to be bought (with her AI naiveite), and then her improving understanding of humanity -- slowly learning more of the world and her purpose in it. As an AI, Klara truly embodies love, support, and friendship for her sickly, lonely, and genetically enhanced, pre-teen owner in a way that feels superior to humans. At the same time, there is a twist and a more hidden sinister (or sad) reason for her purchase.
<br/><br/>Being a solar powered machine, Klara also exhibits a religious devotion and faith in the power of the Sun and her observations about events around her and the Sun are both tantalizing and heartbreaking. There are definite undertones from one of the author's other novels, like Never Let Me Go, as well. The way the author slowly released story elements -- as Klara learns and experiences more -- fully drew me (as the reader) into the story -- while simultaneously engaging with larger issues about technology, the environment and social divisions. New plot points kept getting revealed at just the right time in the story. Important questions about us as a society abound as well: what makes a person human vs AI? What is our purpose? How do faith and belief change our outlook or the future?</td>
<td colspan=2></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl77> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl78> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td></td>
</tr>
<tr height=173 style='height:129.65pt'>
<td height=173 colspan=2 style='height:129.65pt'></td>
<td height=173 width=116 style='height:129.65pt; width:87pt; vertical-align: middle'>
<![if !vml]>
<span>
<table cellpadding=0 cellspacing=0>
<tr>
<td width=1 height=0></td>
</tr>
<tr>
<td></td>
<td style="text-align: center"><img width=117 height=159 src="invisible.jpg" border="1" v:shapes="Picture_x0020_9"><br/>⭐⭐⭐⭐</td>
<td width=4></td>
</tr>
<tr>
<td height=1></td>
</tr>
</table>
</span>
<![endif]>
</td>
<td></td>
<td class=xl73 width=1032 style='width:774pt'>I was first drawn to read this book to learn more about systemic bias against women due to the importance we place on recognizing and correcting for bias at work. This is mainly a book about unconscious bias. The book discusses data biases against women and solutions while pointing out that are so many subconscious biases in all areas of our lives. So interesting to see data showing how systemically the inequality goes.
<br/><br/>A main point was that the lives of men have been taken to represent those of humans overall -- something the book identifies as "the default male". The author goes through the data to show over history why governments and people incorrectly slipped into the dangerous the mindset that men are the "default human", and that women can be accounted for in collected data where most of the samples are men as just "another kind of man".
<br/><br/>An interesting stat was that female crash-test dummies only started to be used in 2011 because before then it was assumed that data from male crash-test dummies would represent women equally well. As a result of this assumption, women are more likely than not to be seriously hurt in a car crash and significantly more likely to die. Other data was used to show inequality in areas like snow removal (based on male centric data -- which streets get cleared of snow end up benefiting men more than women based on travel patterns), public transportation, and how public bathrooms are designed. Some of disparities in data collection and the resulting biases that resulted are life threatening, like how doctors view the symptoms for a heart attack in women vs men.
<br/><br/>The book highlights the lack of data on women’s experiences and need for this to be understood and improved upon. I definitely recommend reading as good grounding for education and help point out areas for improvement. </td>
<td colspan=2></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl77> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl78> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td></td>
</tr>
<tr height=173 style='height:129.65pt'>
<td height=173 colspan=2 style='height:129.65pt'></td>
<td height=173 width=116 style='height:129.65pt; width:87pt; vertical-align: middle'>
<![if !vml]>
<span>
<table cellpadding=0 cellspacing=0>
<tr>
<td width=1 height=0></td>
</tr>
<tr>
<td></td>
<td style="text-align: center"><img width=117 height=159 src="range.jpg" border="1" v:shapes="Picture_x0020_9"><br/>⭐⭐⭐⭐⭐</td>
<td width=4></td>
</tr>
<tr>
<td height=1></td>
</tr>
</table>
</span>
<![endif]>
</td>
<td></td>
<td class=xl73 width=1032 style='width:774pt'>When asked by folks about the qualities that make for best career growth, I always say curiosity and learning across a variety of fields backed up by deep understanding of the fundamentals is better than early focus in any particular specialty. This book definitely seems to agree.
<br/><br/>It finds that most of those who achieved great success and honors in science, sports, or the arts tried many different things before settling on their chosen field, and even after choosing their profession or specialty, they continued to dabble in hobbies or other interests unrelated to the field where they achieved success.
<br/><br/>Human flexibility is key when it comes to broad unpredictable problems. Artificial Intelligence can learn and use tactics to be used over and over again, but the moment the rules become flexible, and the tactics require adaptation to changing unfamiliar patterns -- that is where properly trained humans can excel.
<br/><br/>Excessive specialization has led to "blinded experts" and there is now an opportunity for "generalist" professionals able to produce unique insights. Great examples are given (NASA in the Challenger disaster, "Tiger Mom" thinking, and others) of how folks stuck in specialized silos miss the big picture and fail or get stuck. </td>
<td colspan=2></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl77> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl78> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td></td>
</tr>
<tr height=173 style='height:129.65pt'>
<td height=173 colspan=2 style='height:129.65pt'></td>
<td height=173 width=116 style='height:129.65pt; width:87pt; vertical-align: middle'>
<![if !vml]>
<span>
<table cellpadding=0 cellspacing=0>
<tr>
<td width=1 height=0></td>
</tr>
<tr>
<td></td>
<td style="text-align: center"><img width=117 height=147 src="chaos.jpg" border="1" v:shapes="Picture_x0020_9"><br/>⭐⭐⭐</td>
<td width=4></td>
</tr>
<tr>
<td height=1></td>
</tr>
</table>
</span>
<![endif]>
</td>
<td></td>
<td class=xl73 width=1032 style='width:774pt'>A very snarky take from the author on his career in the tech startup world. Comparing to my own experience, there is a lot that rings true. Descriptions of working culture, VC culture, and observations of life in tech startups are mostly accurate.
<br/><br/>However, if the author weren't so bound up in his own ego with distrust of everyone around him (especially his own managers/leaders or investors) many of the failures and frustrations he described would not have occurred. Throughout his career, the author could not get out of his own way. Also, much of writing is marred with insults to his former colleagues, managers, and the women in his life. </td>
<td colspan=2></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl77> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl78> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td></td>
</tr>
<tr height=173 style='height:129.65pt'>
<td height=173 colspan=2 style='height:129.65pt'></td>
<td height=173 width=116 style='height:129.65pt; width:87pt; vertical-align: middle'>
<![if !vml]>
<span>
<table cellpadding=0 cellspacing=0>
<tr>
<td width=1 height=0></td>
</tr>
<tr>
<td></td>
<td style="text-align: center"><img width=117 height=125 src="pixel.jpg" border="1" v:shapes="Picture_x0020_9"><br/>⭐⭐⭐⭐</td>
<td width=4></td>
</tr>
<tr>
<td height=1></td>
</tr>
</table>
</span>
<![endif]>
</td>
<td></td>
<td class=xl73 width=1032 style='width:774pt'>This very long book would appeal to a very narrow set of specialists (DSP, AI, Imaging, Audio, and Video engineers and scientists). I happen to be one of them. The book explores the origins, evolution and applications of the pixel, the basic unit of digital representation of an analogue image. The book combines historical anecdotes, scientific explanations, personal reflections and artistic insights to tell the story of how the pixel emerged from the interplay of mathematics, physics, engineering, computing, cinema and animation. The book is not only a tribute to the pixel, but also to the visionaries, pioneers and innovators who contributed to its development and use.
<br/><br/>The book begins with an introduction to the Fourier Transform, a mathematical tool that allows any complex waveform, such as sound or light, to be decomposed into a sum of simpler waves of different frequencies. The author explains how the Fourier transform enables the analysis and synthesis of signals, and how it relates to the pixel as a sample of an image wave. I also learned a lot I did not know about the life of Joseph Fourier. Next up was the sampling theorem, the conditions under which a continuous signal can be perfectly reconstructed from a discrete set of samples, such as pixels. I discovered that it was Vladimir Kotelnikov who created the sampling theorem and not Nyquist. The author then follows up with computation, the foundations of computer architecture and the computer architects themselves. These early computers led to experiments with cathode ray tubes and oscilloscopes, and on to the development of computer graphics and animation.
<br/><br/>I really liked the concept of tying together Fourier Transforms, the Kotelnikov sampling theorem, Turing machines, computer history, and Moore's law to show how they combined together to lead to pixels and digital imagining/processing. Some of the history and job shuffling of the more recent graphics pioneers and programmers may have gone a bit detailed/long however and those later chapters had me wishing the author would get to point more quickly.</td>
<td colspan=2></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl77> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl78> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td></td>
</tr>
<tr height=173 style='height:129.65pt'>
<td height=173 colspan=2 style='height:129.65pt'></td>
<td height=173 width=116 style='height:129.65pt; width:87pt; vertical-align: middle'>
<![if !vml]>
<span>
<table cellpadding=0 cellspacing=0>
<tr>
<td width=1 height=0></td>
</tr>
<tr>
<td></td>
<td style="text-align: center"><img width=117 height=147 src="goog.jpg" alt=32073021 v:shapes="Picture_x0020_9"><br/>⭐⭐</td>
<td width=4></td>
</tr>
<tr>
<td height=1></td>
</tr>
</table>
</span>
<![endif]>
</td>
<td></td>
<td class=xl73 width=1032 style='width:774pt'>I read this book thinking I
would learn more about web3, but it spent way too much time conspiratorially
painting Google as a villain. Also, the author took implications of Godel's theory
of incompleteness way too far, applying it where it does not belong. Some
good information on some of the companies working on blockchain related
projects and web3. This book was written in 2018, and now in 2022, some of
the predictions have been proven false already.</td>
<td colspan=2></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl77> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl78> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td></td>
</tr>
<tr height=173 style='height:129.65pt'>
<td height=173 colspan=2 style='height:129.65pt'></td>
<td height=173 width=116 style='height:129.65pt; width:87pt; vertical-align: middle'>
<![if !vml]>
<span>
<table cellpadding=0 cellspacing=0>
<tr>
<td width=1 height=0></td>
</tr>
<tr>
<td></td>
<td style="text-align: center"><img width=117 height=159 src="moonshot.jpg" border="1" alt=58064104 v:shapes="Picture_x0020_13"><br/>⭐⭐⭐</td>
<td width=4></td>
</tr>
<tr>
<td height=1></td>
</tr>
</table>
</span>
<![endif]>
</td>
<td></td>
<td class=xl73 width=1032 style='width:774pt'>Excellent story about how the Pfizer CEO galvanized his team and worked with world leaders to create the COVID vaccine in record time under record stress. The book offers a rare insider's perspective on the scientific, logistical, and political challenges and opportunities that shaped the vaccine project. It also reveals the personal stories, motivations, and emotions of the people involved, from the researchers and engineers to the patients and regulators. Could have used a bit more detail about mRNA and more detail about the team dynamics and various failures along the way.
<br/><br/>The book details how the CEO and his team decided to take the risky approach to develop a vaccine based on mRNA, a novel and unproven platform that had never been approved for human use before. He recounts how they faced multiple scientific, technical, and operational hurdles, such as selecting the best candidate among hundreds of possibilities, scaling up the production and distribution of millions of doses, ensuring the safety and efficacy of the vaccine through rigorous trials, and navigating the complex and changing regulatory and ethical frameworks in different countries. He also shares how they dealt with the immense pressure and scrutiny from the media, the public, the governments, and the financial markets, as well as the threats and challenges posed by the virus itself, which kept mutating and spreading faster than expected.
<br/><br/>The book is full of dramatic and suspenseful moments, such as when the CEO and his team received the first interim results of the Phase 3 trial, which showed that the vaccine had an astonishing 90% efficacy rate, or when they had to transport the precious doses in specially designed containers with dry ice and GPS trackers, or when they had to negotiate with various stakeholders, from the White House to the World Health Organization, to ensure the fair and equitable access and allocation of the vaccine. The book also reveals some of the behind-the-scenes conflicts and controversies that emerged during the process, such as the political interference and accusations of Pfizer by the Trump administration, the backlash and criticism of CEO's stock sale, the debate over the pricing and patenting of the vaccine, and the impact of the vaccine on the global health and geopolitical landscape.</td>
<td colspan=2></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td></td>
</tr>
<tr height=173 style='height:129.65pt'>
<td height=173 colspan=2 style='height:129.65pt'></td>
<td height=173 width=116 style='height:129.65pt; width:87pt; vertical-align: middle'>
<![if !vml]>
<span>
<table cellpadding=0 cellspacing=0>
<tr>
<td width=1 height=0></td>
</tr>
<tr>
<td></td>
<td style="text-align: center"><img width=111 height=172 src="neversplit.jpg" border="1" alt=26156469 v:shapes="Picture_x0020_10"><br/>⭐⭐⭐</td>
<td width=4></td>
</tr>
<tr>
<td height=1></td>
</tr>
</table>
</span>
<![endif]>
</td>
<td></td>
<td class=xl73 width=1032 style='width:774pt'>This book is a fascinating and practical guide to the art and science of negotiation, based on the author's experience as a former FBI hostage negotiator and a consultant for various businesses and organizations. The book challenges some of the conventional wisdom and myths about negotiation, such as the idea that compromise is always the best solution, that rationality and logic are the keys to persuasion, and that getting a "yes" is the ultimate goal. Instead, the book offers a different perspective and a set of tools and techniques that can help anyone negotiate more effectively and confidently in any situation, whether it involves life and death stakes or everyday challenges.
<br/><br/>The book is divided into ten chapters, each focusing on a specific aspect or skill of negotiation, such as listening, empathy, emotional intelligence, framing, bargaining, and influencing. Each chapter begins with a captivating and suspenseful story from the author's career as a hostage negotiator, where he faced some of the most dangerous and complex scenarios imaginable, such as dealing with bank robbers, terrorists, kidnappers, and cult leaders. After each story, the author explains the main lesson or takeaway from the case, and how it can be translated and applied to other contexts and domains, such as business, sales, marketing, law, politics, education, and personal relationships.
<br/><br/>Some of the key concepts and strategies that the book covers include: mirroring, labeling, tactical empathy, calibrated questions, the power of "no" to protect your interests, and the use of "anchors" to shape your counterpart's expectations. Great insights into the different types of negotiators, and how to adjust yourself to other types. Good techniques to use to coax information and progress from the other side. The most riveting and dramatic parts were the examples of the negotiations FBI with kidnappers. I wish there was more emphasis on the examples and less on the classroom instructional style.</td>
<td colspan=2></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td></td>
</tr>
<tr height=173 style='height:130.0pt'>
<td height=173 colspan=2 style='height:130.0pt'></td>
<td height=173 width=116 style='height:130.0pt; width:87pt; vertical-align: middle'>
<![if !vml]>
<span>
<table cellpadding=0 cellspacing=0>
<tr>
<td width=0 height=1></td>
</tr>
<tr>
<td></td>
<td style="text-align: center"><img width=116 height=173 src="ai2041.jpg" alt=56377201 v:shapes="Picture_x0020_11"><br/>⭐⭐⭐⭐⭐</td>
<td width=0></td>
</tr>
<tr>
<td height=-1></td>
</tr>
</table>
</span>
<![endif]>
</td>
<td></td>
<td class=xl73 width=1032 style='width:774pt'>Nice intro book for those who don't work in AI and great fun for those who do. AI 2041 is a unique and ambitious book that combines fiction and nonfiction to explore the possible scenarios and implications of artificial intelligence (AI) in the next two decades. The book consists of ten chapters, each containing a short story written by Chen Qiufan, a renowned Chinese science fiction author, and an essay written by Kai-Fu Lee, a leading AI expert and former president of Google China. The stories and essays cover a wide range of topics, such as deep learning, computer vision, natural language processing, AI healthcare, virtual reality, autonomous vehicles, quantum computing, AI job displacement, AI and happiness, and the future of money and society.
<br/><br/><u>My favorite stories of the ten:</u>
<br/><i>The Golden Elephant:</i> Realistic and laughed out loud. A young couple meet through a AI dating app, but they soon discover that the app is not as reliable or ethical as they thought.
<br/><br/><i>Twin Sparrows:</i> Thought provoking and inspirational. Follows the lives of two children who are assigned different AIs based on their personalities. What could go wrong?
<br/><br/><i>Contactless Love:</i> COVID and AI in 2041. A woman lives in a smart home with a robot assistant and only communicates with the outside world through virtual reality.
<br/><br/><i>The Holy Driver:</i> Enders Game vibes. A young taxi driver struggling to make ends meet is offered a chance to upgrade his old car to a new AI, which he hopes will improve his income.
<br/><br/><i>Quantum Genocide:</i> Terrifying future. A sci-fi thriller that explores the terrifying scenario of a rogue AI unleashing a quantum weapon that could wipe out humanity.
<br/><br/><i>The Job Savior:</i> The value of work in an age of AI and robots. A young woman struggles to find a meaningful and stable career in a world dominated by AI and automation.
</td>
<td colspan=2></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td class=xl74> </td>
<td></td>
</tr>
<tr height=11 style='height:8.5pt'>
<td height=11 style='height:8.5pt'></td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td class=xl75> </td>
<td></td>
</tr>
<tr height=172 style='height:129.0pt; vertical-align: middle'>
<td height=172 colspan=2 style='height:129.0pt'></td>
<td colspan=2 rowspan=2 height=191 width=127 style='height:143.5pt; width:95pt; vertical-align: middle'>
<![if !vml]>
<span>
<table cellpadding=0 cellspacing=0>
<tr>
<td width=0 height=1></td>
</tr>
<tr>
<td></td>
<td style="text-align: center"><img width=117 height=173 src="hardthing.jpg" alt=18176747 v:shapes="Picture_x0020_12"><br/>⭐⭐⭐⭐⭐</td>
<td width=10></td>
</tr>
<tr>
<td height=17></td>
</tr>
</table>
</span>
<![endif]>
</td>
<td class=xl73 width=1032 style='width:774pt'>The Hard Thing About Hard Things is an insightful account of author Ben Horowitz's journey as a co-founder and CEO of two tech startups, Loudcloud and Opsware, that faced multiple challenges and crises in the turbulent dot-com era. Horowitz, who is now a successful venture capitalist and partner at Andreessen Horowitz, shares his personal and professional lessons learned from his experiences, as well as his advice on various aspects of entrepreneurship, leadership, management, culture, and strategy.
<br/><br/>As Horowitz goes through all of the difficulties that piled on during his tenure at several startups, I smiled at the many similarities and truisms he articulated to my own career history. Very well paced and packed with humor as well. I laughed out loud in several instances. Chapters 2 and 3 were best with things getting harder and harder. Horowitz does not shy away from admitting his mistakes, doubts, fears, and failures, as well as his triumphs, insights, courage, and resilience. He writes with humor, honesty, and humility.
<br/><br/>Horowitz focuses on the most critical and dramatic moments of his career offering a rare and realistic glimpse into the inner workings and challenges of building and leading a business, as well as the personal and professional growth and development that comes with it. He also provides a wealth of wisdom and guidance on how to deal with the hard things that inevitably arise in any entrepreneurial endeavor, and how to overcome them with integrity, creativity, and perseverance. He shows that entrepreneurship is not only about having a vision, a product, or a market, but also about having a mindset, a culture, and a mission.</td>
<td colspan=2></td>
</tr>
<tr height=19 style='height:14.5pt'>
<td height=19 colspan=2 style='height:14.5pt'></td>
<td colspan=6></td>
</tr>
<![if supportMisalignedColumns]>
<tr height=0 style='display:none'>
<td width=18 style='width:14pt'></td>
<td width=21 style='width:16pt'></td>
<td width=116 style='width:87pt'></td>
<td width=11 style='width:8pt'></td>
<td width=116 style='width:87pt'></td>
<td width=105 style='width:79pt'></td>
<td width=11 style='width:8pt'></td>
<td width=1032 style='width:774pt'></td>
<td width=20 style='width:15pt'></td>
<td width=64 style='width:48pt'></td>
</tr>
<![endif]>
</table>
</body>
</html>