Skip to content

Commit

Permalink
Add book review
Browse files Browse the repository at this point in the history
  • Loading branch information
bbriano committed Dec 30, 2021
1 parent f5c1e57 commit 2024af9
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 1 deletion.
57 changes: 57 additions & 0 deletions dist/book_review/index.html
@@ -0,0 +1,57 @@
<!doctype html>
<html lang="en">
<link rel="stylesheet" href="/styles.css">
<title>briano.io</title>
<nav>
<section>
<a href="/">briano.io</a>
<span>Posted on: 30 Dec 2021</span>
</section>
</nav>
<main>
<section>
<h1 id="book-review">Book review</h1>
<h2 id="next">Next</h2>
<ul>
<li>Deep learning – Ian Goodfellow, Yoshua Bengio, Aaron Courville</li>
<li>The Elements of Style – William Strunk, Jr.</li>
<li>Neural Networks and Deep Learning – Michael Nielsen</li>
</ul>
<h2 id="now">Now</h2>
<ul>
<li>The UNIX Programming Environment – Brian Kernighan, Rob Pike</li>
<li>Humble Pi – Matt Parker</li>
</ul>
<h2 id="section">2021</h2>
<ul>
<li>Trading in the Zone – Mark Douglas ★★★★★</li>
<li>The C Programming Language – Brian Kergnighan, Dennis Ritchie ★★★★★</li>
<li>The Psychology of Money – Morgan Housel ★★★★☆</li>
<li>Ed Mastery – Michael Lucas ★★★☆☆</li>
<li>The Design of Everyday Things – Don Norman ★★☆☆☆</li>
<li>Linear Algebra Done Right – Sheldon Axler ★★★★☆</li>
<li>A Philosophy of Software Design – John Ousterhout ★★★★☆</li>
</ul>
<h2 id="section-1">2020</h2>
<ul>
<li>Learn You a Haskell for Great Good! – Miran Lipovaca ★★★★☆</li>
<li>To Mock a Mockingbird.pdf – Raymond Smullyan ★★★☆☆</li>
<li>Neural Network from Scratch – Harrison Kinsley, Daniel Kukiela ★★★☆☆</li>
<li>The C Programming Language – Brian Kergnighan, Dennis Ritchie ★★★★★</li>
<li>How Not to Be Wrong – Jordan Ellenberg ★★★☆☆</li>
<li>Man’s Search for Meaning – Viktor E. Frankl ★★★☆☆</li>
<li>Lost in Math – Sabine Hossenfelder ★★☆☆☆</li>
<li>Bad Blood – John Carreyrou ★★★☆☆</li>
<li>Zero – Charles Seife ★★★★★</li>
<li>Why We Sleep – Matthew Walker ★★★☆☆</li>
</ul>
<h2 id="section-2">2019</h2>
<ul>
<li>Superintelligence – Nick Bostrom ★★★☆☆</li>
<li>Life 3.0 – Max Tegmark ★★★★★</li>
<li>Things to Make and Do in the Fourth Dimension – Matt Parker ★★★★☆</li>
<li>The Bullet Journal Method – Ryder Carroll ★☆☆☆☆</li>
<li>What if? – Randall Munroe star ★★★☆☆</li>
</ul>
</section>
</main>
49 changes: 49 additions & 0 deletions dist/book_review/index.md
@@ -0,0 +1,49 @@
Book review
===========

Next
----

- Deep learning -- Ian Goodfellow, Yoshua Bengio, Aaron Courville
- The Elements of Style -- William Strunk, Jr.
- Neural Networks and Deep Learning -- Michael Nielsen

Now
---

- The UNIX Programming Environment -- Brian Kernighan, Rob Pike
- Humble Pi -- Matt Parker

2021
----

- Trading in the Zone -- Mark Douglas ★★★★★
- The C Programming Language -- Brian Kergnighan, Dennis Ritchie ★★★★★
- The Psychology of Money -- Morgan Housel ★★★★☆
- Ed Mastery -- Michael Lucas ★★★☆☆
- The Design of Everyday Things -- Don Norman ★★☆☆☆
- Linear Algebra Done Right -- Sheldon Axler ★★★★☆
- A Philosophy of Software Design -- John Ousterhout ★★★★☆

2020
----

- Learn You a Haskell for Great Good! -- Miran Lipovaca ★★★★☆
- To Mock a Mockingbird.pdf -- Raymond Smullyan ★★★☆☆
- Neural Network from Scratch -- Harrison Kinsley, Daniel Kukiela ★★★☆☆
- The C Programming Language -- Brian Kergnighan, Dennis Ritchie ★★★★★
- How Not to Be Wrong -- Jordan Ellenberg ★★★☆☆
- Man's Search for Meaning -- Viktor E. Frankl ★★★☆☆
- Lost in Math -- Sabine Hossenfelder ★★☆☆☆
- Bad Blood -- John Carreyrou ★★★☆☆
- Zero -- Charles Seife ★★★★★
- Why We Sleep -- Matthew Walker ★★★☆☆

2019
----

- Superintelligence -- Nick Bostrom ★★★☆☆
- Life 3.0 -- Max Tegmark ★★★★★
- Things to Make and Do in the Fourth Dimension -- Matt Parker ★★★★☆
- The Bullet Journal Method -- Ryder Carroll ★☆☆☆☆
- What if? -- Randall Munroe star ★★★☆☆
2 changes: 1 addition & 1 deletion dist/index.html
Expand Up @@ -10,6 +10,6 @@
</nav>
<main>
<section>
<h3 class="post"><a href="code_quality">Code quality</a></h3><h3 class="post"><a href="dns_registered_when">Domain name registered when?</a></h3><h3 class="post"><a href="pretty_eth_wallet">Generate pretty Ethereum account address</a></h3><h3 class="post"><a href="spaceinvaders">Space Invaders</a></h3><h3 class="post"><a href="syntax_highlighting">Syntax highlighting</a></h3>
<h3 class="post"><a href="book_review">Book review</a></h3><h3 class="post"><a href="code_quality">Code quality</a></h3><h3 class="post"><a href="dns_registered_when">Domain name registered when?</a></h3><h3 class="post"><a href="pretty_eth_wallet">Generate pretty Ethereum account address</a></h3><h3 class="post"><a href="spaceinvaders">Space Invaders</a></h3><h3 class="post"><a href="syntax_highlighting">Syntax highlighting</a></h3>
</section>
</main>
49 changes: 49 additions & 0 deletions posts/book_review/index.md
@@ -0,0 +1,49 @@
Book review
===========

Next
----

- Deep learning -- Ian Goodfellow, Yoshua Bengio, Aaron Courville
- The Elements of Style -- William Strunk, Jr.
- Neural Networks and Deep Learning -- Michael Nielsen

Now
---

- The UNIX Programming Environment -- Brian Kernighan, Rob Pike
- Humble Pi -- Matt Parker

2021
----

- Trading in the Zone -- Mark Douglas ★★★★★
- The C Programming Language -- Brian Kergnighan, Dennis Ritchie ★★★★★
- The Psychology of Money -- Morgan Housel ★★★★☆
- Ed Mastery -- Michael Lucas ★★★☆☆
- The Design of Everyday Things -- Don Norman ★★☆☆☆
- Linear Algebra Done Right -- Sheldon Axler ★★★★☆
- A Philosophy of Software Design -- John Ousterhout ★★★★☆

2020
----

- Learn You a Haskell for Great Good! -- Miran Lipovaca ★★★★☆
- To Mock a Mockingbird.pdf -- Raymond Smullyan ★★★☆☆
- Neural Network from Scratch -- Harrison Kinsley, Daniel Kukiela ★★★☆☆
- The C Programming Language -- Brian Kergnighan, Dennis Ritchie ★★★★★
- How Not to Be Wrong -- Jordan Ellenberg ★★★☆☆
- Man's Search for Meaning -- Viktor E. Frankl ★★★☆☆
- Lost in Math -- Sabine Hossenfelder ★★☆☆☆
- Bad Blood -- John Carreyrou ★★★☆☆
- Zero -- Charles Seife ★★★★★
- Why We Sleep -- Matthew Walker ★★★☆☆

2019
----

- Superintelligence -- Nick Bostrom ★★★☆☆
- Life 3.0 -- Max Tegmark ★★★★★
- Things to Make and Do in the Fourth Dimension -- Matt Parker ★★★★☆
- The Bullet Journal Method -- Ryder Carroll ★☆☆☆☆
- What if? -- Randall Munroe star ★★★☆☆

0 comments on commit 2024af9

Please sign in to comment.