Skip to content

Commit 64c10a9

Browse files
committed
Update books, fix github hash path
1 parent 9575f35 commit 64c10a9

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ rating: 5
7373
tags: ["Category One", "Category Two"]
7474
review: "Book review text"
7575
links:
76-
goodreads: "https://goodreads.com/..."
7776
personalSite: "https://example.com"
7877
---
7978
```

src/content/books/beyond-ctci.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ dateRead: "2025-02-01"
55
cover: "https://static.wixstatic.com/media/172248_f823554b56c841cc97733fbbf1e47803~mv2.png/v1/fill/w_964,h_1422,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/full%20cover.png"
66
rating: 0
77
tags: ["Software Engineering", "Career Development"]
8-
review: "Review coming soon"
8+
review: "Review coming soon!"
99
links:
10-
personalSite: "https://www.cs.cmu.edu/~sandholm/cs15-892F13/algorithmic-game-theory.pdf"
10+
personalSite: "https://www.beyondctci.com"
1111
currentlyReading: true
1212
------
1313

src/content/books/clrs.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Introduction to Algorithms"
33
author: "Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Clifford Stein"
44
dateRead: "2024-02-15"
55
cover: "https://mit-press-us.imgix.net/covers/9780262046305.jpg"
6-
rating: 5
6+
rating: 4
77
tags: ["Algorithms"]
88
review: "The definitive algorithms reference book."
99
recommendationLevel: "Must Read"

src/content/books/logicomix.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: "Logicomix"
3-
author: "Noam Nisan, Tim Roughgarden, Éva Tardos, Vinay V. Vazirani"
3+
author: "Apostolos Doxiadis"
44
dateRead: "2025-01-15"
55
cover: "https://img.salm.dev/u/mAt0Ro.jpg"
66
rating: 5
77
tags: ["Algorithms"]
88
review: "Graphic novel chronicling Bertrand Russell's quest to establish the foundations of mathematics while exploring the personal turmoil of great logicians."
99
links:
10-
personalSite: "https://www.cs.cmu.edu/~sandholm/cs15-892F13/algorithmic-game-theory.pdf"
10+
personalSite: "https://www.logicomix.com/en/index.html"
1111
------
1212

src/layouts/Layout.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ try {
7676
<div class="flex justify-between items-center">
7777
<p{new Date().getFullYear()} Nico Salm</p>
7878
<a
79-
href={`https://github.com/nicosalm/website/commit/${commitHash}`}
79+
href={`https://github.com/nicosalm/salm.dev/commit/${commitHash}`}
8080
class="hover:underline font-mono"
8181
>
8282
{commitHash}

0 commit comments

Comments
 (0)