From 268c5b24ffe309c2c1da1c835a69f98eea42bcd3 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Wed, 17 Dec 2025 20:25:39 +0100 Subject: [PATCH 1/2] bookshelf: Update want to read Signed-off-by: SindreKjelsrud --- src/data/bookshelf.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index 3cd011f..3981469 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -962,6 +962,10 @@ "name": "Want to read", "url": "https://kjelsrud.dev/logs/bookshelf/", "books": [ + { + "title": "Privacy Is Power", + "author": "Carissa Veliz" + }, { "title": "Mood Machine", "author": "Liz Pelly" From 90eded96e8968538904416771edef20669841079 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Wed, 17 Dec 2025 20:25:54 +0100 Subject: [PATCH 2/2] quotes: Add new quote Signed-off-by: SindreKjelsrud --- src/data/quotes.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/data/quotes.json b/src/data/quotes.json index b066f79..32b39f5 100644 --- a/src/data/quotes.json +++ b/src/data/quotes.json @@ -1,4 +1,8 @@ [ + { + "quote": "The world would be a happier, more peaceful place if we all tried to understand instead of judging, paused before reacting, and gave each other the benefit of the doubt instead of assuming the worst.", + "author": "Lori Deschene" + }, { "quote": "What we obtain too cheaply we esteem too lightly", "author": "Thomas Pain"