mirror of
https://gitlab.com/thelazyoxymoron/siddhartha-golu-website.git
synced 2025-07-27 04:47:59 +02:00
614 lines
30 KiB
HTML
614 lines
30 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" dir="auto">
|
|
|
|
<head><meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="robots" content="index, follow">
|
|
<title>Notes | Siddhartha Golu</title>
|
|
<meta name="keywords" content="">
|
|
<meta name="description" content="Notes - Siddhartha Golu">
|
|
<meta name="author" content="Siddhartha Golu">
|
|
<link rel="canonical" href="https://www.siddharthagolu.com/notes/">
|
|
<script async defer data-website-id="34ce8dc6-488b-49ee-9a2f-8e70a7009f17" src="https://batman.siddharthagolu.com/batman.js"></script>
|
|
<link crossorigin="anonymous" href="/assets/css/stylesheet.6a98292fb8fa8cf0f3ba4042d4b75515c04267550f3ad49ff6271b5af9562443.css" integrity="sha256-apgpL7j6jPDzukBC1LdVFcBCZ1UPOtSf9icbWvlWJEM=" rel="preload stylesheet" as="style">
|
|
<link rel="icon" href="https://www.siddharthagolu.com/favicon.ico">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="https://www.siddharthagolu.com/favicon-16x16.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="https://www.siddharthagolu.com/favicon-32x32.png">
|
|
<link rel="apple-touch-icon" href="https://www.siddharthagolu.com/apple-touch-icon.png">
|
|
<link rel="mask-icon" href="https://www.siddharthagolu.com/safari-pinned-tab.svg">
|
|
<meta name="theme-color" content="#2e2e33">
|
|
<meta name="msapplication-TileColor" content="#2e2e33">
|
|
<noscript>
|
|
<style>
|
|
#theme-toggle,
|
|
.top-link {
|
|
display: none;
|
|
}
|
|
|
|
</style>
|
|
<style>
|
|
@media (prefers-color-scheme: dark) {
|
|
:root {
|
|
--theme: rgb(29, 30, 32);
|
|
--entry: rgb(46, 46, 51);
|
|
--primary: rgb(218, 218, 219);
|
|
--secondary: rgb(155, 156, 157);
|
|
--tertiary: rgb(65, 66, 68);
|
|
--content: rgb(196, 196, 197);
|
|
--hljs-bg: rgb(46, 46, 51);
|
|
--code-bg: rgb(55, 56, 62);
|
|
--border: rgb(51, 51, 51);
|
|
}
|
|
|
|
.list {
|
|
background: var(--theme);
|
|
}
|
|
|
|
.list:not(.dark)::-webkit-scrollbar-track {
|
|
background: 0 0;
|
|
}
|
|
|
|
.list:not(.dark)::-webkit-scrollbar-thumb {
|
|
border-color: var(--theme);
|
|
}
|
|
}
|
|
|
|
</style>
|
|
</noscript><meta property="og:title" content="Notes" />
|
|
<meta property="og:description" content="" />
|
|
<meta property="og:type" content="article" />
|
|
<meta property="og:url" content="https://www.siddharthagolu.com/notes/" /><meta property="og:image" content="https://www.siddharthagolu.com/images/Love_for_mountains.jpeg"/><meta property="article:section" content="" />
|
|
|
|
<meta property="og:site_name" content="Siddhartha Golu" />
|
|
|
|
<meta name="twitter:card" content="summary_large_image"/>
|
|
<meta name="twitter:image" content="https://www.siddharthagolu.com/images/Love_for_mountains.jpeg"/>
|
|
|
|
<meta name="twitter:title" content="Notes"/>
|
|
<meta name="twitter:description" content=""/>
|
|
|
|
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "BreadcrumbList",
|
|
"itemListElement": [
|
|
{
|
|
"@type": "ListItem",
|
|
"position": 1 ,
|
|
"name": "Notes",
|
|
"item": "https://www.siddharthagolu.com/notes/"
|
|
}
|
|
]
|
|
}
|
|
</script>
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "BlogPosting",
|
|
"headline": "Notes",
|
|
"name": "Notes",
|
|
"description": "",
|
|
"keywords": [
|
|
|
|
],
|
|
"articleBody": "",
|
|
"wordCount" : "0",
|
|
"inLanguage": "en",
|
|
"datePublished": "0001-01-01T00:00:00Z",
|
|
"dateModified": "0001-01-01T00:00:00Z",
|
|
"author":[{
|
|
"@type": "Person",
|
|
"name": "Siddhartha Golu"
|
|
}],
|
|
"mainEntityOfPage": {
|
|
"@type": "WebPage",
|
|
"@id": "https://www.siddharthagolu.com/notes/"
|
|
},
|
|
"publisher": {
|
|
"@type": "Organization",
|
|
"name": "Siddhartha Golu",
|
|
"logo": {
|
|
"@type": "ImageObject",
|
|
"url": "https://www.siddharthagolu.com/favicon.ico"
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
</head>
|
|
|
|
<body class="list" id="top">
|
|
<script>
|
|
if (localStorage.getItem("pref-theme") === "dark") {
|
|
document.body.classList.add('dark');
|
|
} else if (localStorage.getItem("pref-theme") === "light") {
|
|
document.body.classList.remove('dark')
|
|
} else if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
|
|
document.body.classList.add('dark');
|
|
}
|
|
|
|
</script>
|
|
|
|
<header class="header">
|
|
<nav class="nav">
|
|
<div class="logo">
|
|
<a href="https://www.siddharthagolu.com/" accesskey="h" title="Siddhartha Golu (Alt + H)">Siddhartha Golu</a>
|
|
<div class="logo-switches">
|
|
<button id="theme-toggle" accesskey="t" title="(Alt + T)">
|
|
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
|
|
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
stroke-linejoin="round">
|
|
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
|
|
</svg>
|
|
<svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
|
|
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
stroke-linejoin="round">
|
|
<circle cx="12" cy="12" r="5"></circle>
|
|
<line x1="12" y1="1" x2="12" y2="3"></line>
|
|
<line x1="12" y1="21" x2="12" y2="23"></line>
|
|
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
|
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
|
<line x1="1" y1="12" x2="3" y2="12"></line>
|
|
<line x1="21" y1="12" x2="23" y2="12"></line>
|
|
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
|
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<ul id="menu">
|
|
<li>
|
|
<a href="https://www.siddharthagolu.com/notes" title="Notes">
|
|
<span class="active">Notes</span>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://www.siddharthagolu.com/categories" title="Categories">
|
|
<span>Categories</span>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://www.siddharthagolu.com/tags/" title="Tags">
|
|
<span>Tags</span>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://www.siddharthagolu.com/search/" title="Search (Alt + /)" accesskey=/>
|
|
<span>Search</span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
<main class="main">
|
|
|
|
<header class="page-header">
|
|
<h1>Notes</h1>
|
|
</header>
|
|
<div class="archive-year">
|
|
<h2 class="archive-year-header">2023<sup class="archive-count"> 1</sup>
|
|
</h2>
|
|
<div class="archive-month">
|
|
<h3 class="archive-month-header">March<sup class="archive-count"> 1</sup></h3>
|
|
<div class="archive-posts">
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">So Good They Can’t Ignore You - Cal Newport
|
|
</h3>
|
|
<div class="archive-meta"><span title='2023-03-29 15:04:13 +0530 IST'>March 29, 2023</span> · 2 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to So Good They Can't Ignore You - Cal Newport" href="https://www.siddharthagolu.com/posts/reading/so-good-newport/"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="archive-year">
|
|
<h2 class="archive-year-header">2022<sup class="archive-count"> 3</sup>
|
|
</h2>
|
|
<div class="archive-month">
|
|
<h3 class="archive-month-header">September<sup class="archive-count"> 1</sup></h3>
|
|
<div class="archive-posts">
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">Four Thousand Weeks: Time Management for Mortals by Oliver Burkeman
|
|
</h3>
|
|
<div class="archive-meta"><span title='2022-09-21 07:35:24 +0530 IST'>September 21, 2022</span> · 2 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to Four Thousand Weeks: Time Management for Mortals by Oliver Burkeman" href="https://www.siddharthagolu.com/posts/reading/four-thousand-weeks/"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="archive-month">
|
|
<h3 class="archive-month-header">May<sup class="archive-count"> 1</sup></h3>
|
|
<div class="archive-posts">
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">After Life (1998) by Hirokazu Kore-eda
|
|
</h3>
|
|
<div class="archive-meta"><span title='2022-05-01 22:41:55 +0530 IST'>May 1, 2022</span> · 2 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to After Life (1998) by Hirokazu Kore-eda" href="https://www.siddharthagolu.com/posts/cinema/after-life/"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="archive-month">
|
|
<h3 class="archive-month-header">April<sup class="archive-count"> 1</sup></h3>
|
|
<div class="archive-posts">
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">Life Between Buildings by Jan Gehl
|
|
</h3>
|
|
<div class="archive-meta"><span title='2022-04-21 09:04:49 +0530 IST'>April 21, 2022</span> · 1 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to Life Between Buildings by Jan Gehl" href="https://www.siddharthagolu.com/posts/reading/life-between-buildings/"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="archive-year">
|
|
<h2 class="archive-year-header">2021<sup class="archive-count"> 10</sup>
|
|
</h2>
|
|
<div class="archive-month">
|
|
<h3 class="archive-month-header">November<sup class="archive-count"> 1</sup></h3>
|
|
<div class="archive-posts">
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">3 Iron (2004) by Kim Ki-duk
|
|
</h3>
|
|
<div class="archive-meta"><span title='2021-11-14 10:46:40 +0530 IST'>November 14, 2021</span> · 1 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to 3 Iron (2004) by Kim Ki-duk" href="https://www.siddharthagolu.com/posts/cinema/3-iron/"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="archive-month">
|
|
<h3 class="archive-month-header">September<sup class="archive-count"> 1</sup></h3>
|
|
<div class="archive-posts">
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">The Way We Eat: Why Our Food Choices Matter by Peter Singer
|
|
</h3>
|
|
<div class="archive-meta"><span title='2021-09-01 10:43:25 +0530 IST'>September 1, 2021</span> · 4 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to The Way We Eat: Why Our Food Choices Matter by Peter Singer" href="https://www.siddharthagolu.com/posts/reading/the-way-we-eat/"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="archive-month">
|
|
<h3 class="archive-month-header">August<sup class="archive-count"> 2</sup></h3>
|
|
<div class="archive-posts">
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">Shame by Salman Rushdie
|
|
</h3>
|
|
<div class="archive-meta"><span title='2021-08-17 22:55:02 +0530 IST'>August 17, 2021</span> · 2 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to Shame by Salman Rushdie" href="https://www.siddharthagolu.com/posts/reading/shame-rushdie/"></a>
|
|
</div>
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">What I Talk About When I Talk About Running by Haruki Murakami
|
|
</h3>
|
|
<div class="archive-meta"><span title='2021-08-14 20:09:56 +0530 IST'>August 14, 2021</span> · 4 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to What I Talk About When I Talk About Running by Haruki Murakami" href="https://www.siddharthagolu.com/posts/reading/running-murakami/"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="archive-month">
|
|
<h3 class="archive-month-header">July<sup class="archive-count"> 1</sup></h3>
|
|
<div class="archive-posts">
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">Annihilation of Caste(Annotated Edition) by Arundhati Roy
|
|
</h3>
|
|
<div class="archive-meta"><span title='2021-07-23 22:56:47 +0530 IST'>July 23, 2021</span> · 3 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to Annihilation of Caste(Annotated Edition) by Arundhati Roy" href="https://www.siddharthagolu.com/posts/reading/annihilation-of-caste/"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="archive-month">
|
|
<h3 class="archive-month-header">March<sup class="archive-count"> 3</sup></h3>
|
|
<div class="archive-posts">
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">Photography
|
|
</h3>
|
|
<div class="archive-meta"><span title='2021-03-23 20:18:21 +0530 IST'>March 23, 2021</span> · 1 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to Photography" href="https://www.siddharthagolu.com/photography/"></a>
|
|
</div>
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">Parenting Beyond Belief by Dale McGowan
|
|
</h3>
|
|
<div class="archive-meta"><span title='2021-03-18 22:14:21 +0530 IST'>March 18, 2021</span> · 4 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to Parenting Beyond Belief by Dale McGowan" href="https://www.siddharthagolu.com/posts/reading/parenting/"></a>
|
|
</div>
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">Winter Sleep (2014) by Nuri Bilge Ceylan
|
|
</h3>
|
|
<div class="archive-meta"><span title='2021-03-15 21:30:40 +0530 IST'>March 15, 2021</span> · 1 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to Winter Sleep (2014) by Nuri Bilge Ceylan" href="https://www.siddharthagolu.com/posts/cinema/winter-sleep/"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="archive-month">
|
|
<h3 class="archive-month-header">February<sup class="archive-count"> 1</sup></h3>
|
|
<div class="archive-posts">
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">Once Upon a Time in Anatolia (2011) by Nuri Bilge Ceylan
|
|
</h3>
|
|
<div class="archive-meta"><span title='2021-02-07 22:44:49 +0530 IST'>February 7, 2021</span> · 1 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to Once Upon a Time in Anatolia (2011) by Nuri Bilge Ceylan" href="https://www.siddharthagolu.com/posts/cinema/anatolia/"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="archive-month">
|
|
<h3 class="archive-month-header">January<sup class="archive-count"> 1</sup></h3>
|
|
<div class="archive-posts">
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">Riding Solo to the Top of the World (2006) by Gaurav Jani
|
|
</h3>
|
|
<div class="archive-meta"><span title='2021-01-03 22:53:01 +0530 IST'>January 3, 2021</span> · 1 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to Riding Solo to the Top of the World (2006) by Gaurav Jani" href="https://www.siddharthagolu.com/posts/cinema/riding-solo/"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="archive-year">
|
|
<h2 class="archive-year-header">2020<sup class="archive-count"> 17</sup>
|
|
</h2>
|
|
<div class="archive-month">
|
|
<h3 class="archive-month-header">November<sup class="archive-count"> 1</sup></h3>
|
|
<div class="archive-posts">
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">Waking Life (2001) by Richard Linklater
|
|
</h3>
|
|
<div class="archive-meta"><span title='2020-11-27 22:57:50 +0530 IST'>November 27, 2020</span> · 1 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to Waking Life (2001) by Richard Linklater" href="https://www.siddharthagolu.com/posts/cinema/waking-life/"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="archive-month">
|
|
<h3 class="archive-month-header">September<sup class="archive-count"> 1</sup></h3>
|
|
<div class="archive-posts">
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">Azadi by Arundhati Roy
|
|
</h3>
|
|
<div class="archive-meta"><span title='2020-09-30 22:22:13 +0530 IST'>September 30, 2020</span> · 4 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to Azadi by Arundhati Roy" href="https://www.siddharthagolu.com/posts/reading/azadi/"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="archive-month">
|
|
<h3 class="archive-month-header">June<sup class="archive-count"> 8</sup></h3>
|
|
<div class="archive-posts">
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">Stoner by John Williams
|
|
</h3>
|
|
<div class="archive-meta"><span title='2020-06-28 19:45:36 +0530 IST'>June 28, 2020</span> · 5 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to Stoner by John Williams" href="https://www.siddharthagolu.com/posts/reading/stoner/"></a>
|
|
</div>
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">A Beautiful Woman
|
|
</h3>
|
|
<div class="archive-meta"><span title='2020-06-09 17:26:51 +0530 IST'>June 9, 2020</span> · 1 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to A Beautiful Woman" href="https://www.siddharthagolu.com/posts/drawings/a-beautiful-woman/"></a>
|
|
</div>
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">Martin Freeman
|
|
</h3>
|
|
<div class="archive-meta"><span title='2020-06-09 17:20:16 +0530 IST'>June 9, 2020</span> · 1 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to Martin Freeman" href="https://www.siddharthagolu.com/posts/drawings/martin-freeman/"></a>
|
|
</div>
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">Einstein
|
|
</h3>
|
|
<div class="archive-meta"><span title='2020-06-09 17:14:48 +0530 IST'>June 9, 2020</span> · 1 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to Einstein" href="https://www.siddharthagolu.com/posts/drawings/einstein/"></a>
|
|
</div>
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">Mother Teresa
|
|
</h3>
|
|
<div class="archive-meta"><span title='2020-06-09 17:09:43 +0530 IST'>June 9, 2020</span> · 1 min · siddhartha</div>
|
|
<a class="entry-link" aria-label="post link to Mother Teresa" href="https://www.siddharthagolu.com/posts/drawings/teresa/"></a>
|
|
</div>
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">Charlie Chaplin (um… not quite)
|
|
</h3>
|
|
<div class="archive-meta"><span title='2020-06-09 17:01:36 +0530 IST'>June 9, 2020</span> · 1 min · siddhartha</div>
|
|
<a class="entry-link" aria-label="post link to Charlie Chaplin (um... not quite)" href="https://www.siddharthagolu.com/posts/drawings/chaplin/"></a>
|
|
</div>
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">Gandhi
|
|
</h3>
|
|
<div class="archive-meta"><span title='2020-06-09 16:51:23 +0530 IST'>June 9, 2020</span> · 1 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to Gandhi" href="https://www.siddharthagolu.com/posts/drawings/gandhi/"></a>
|
|
</div>
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">Oslo, August 31st (2011) by Joachim Trier
|
|
</h3>
|
|
<div class="archive-meta"><span title='2020-06-04 14:39:00 +0530 IST'>June 4, 2020</span> · 4 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to Oslo, August 31st (2011) by Joachim Trier" href="https://www.siddharthagolu.com/posts/cinema/oslo-august/"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="archive-month">
|
|
<h3 class="archive-month-header">May<sup class="archive-count"> 1</sup></h3>
|
|
<div class="archive-posts">
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">Bad Blood by John Carreyrou
|
|
</h3>
|
|
<div class="archive-meta"><span title='2020-05-01 23:39:18 +0530 IST'>May 1, 2020</span> · 2 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to Bad Blood by John Carreyrou" href="https://www.siddharthagolu.com/posts/reading/bad-blood/"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="archive-month">
|
|
<h3 class="archive-month-header">April<sup class="archive-count"> 2</sup></h3>
|
|
<div class="archive-posts">
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">Fear
|
|
</h3>
|
|
<div class="archive-meta"><span title='2020-04-25 23:45:30 +0530 IST'>April 25, 2020</span> · 2 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to Fear" href="https://www.siddharthagolu.com/posts/scared-in-lockdown/"></a>
|
|
</div>
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">Waking Up by Sam Harris
|
|
</h3>
|
|
<div class="archive-meta"><span title='2020-04-15 23:31:08 +0530 IST'>April 15, 2020</span> · 1 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to Waking Up by Sam Harris" href="https://www.siddharthagolu.com/posts/reading/waking-up/"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="archive-month">
|
|
<h3 class="archive-month-header">March<sup class="archive-count"> 2</sup></h3>
|
|
<div class="archive-posts">
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">Glimpses of World History by Jawaharlal Nehru
|
|
</h3>
|
|
<div class="archive-meta"><span title='2020-03-12 23:23:19 +0530 IST'>March 12, 2020</span> · 2 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to Glimpses of World History by Jawaharlal Nehru" href="https://www.siddharthagolu.com/posts/reading/glimpses-of-world-history/"></a>
|
|
</div>
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">The Darjeeling Limited (2007) by Wes Anderson
|
|
</h3>
|
|
<div class="archive-meta"><span title='2020-03-04 23:01:15 +0530 IST'>March 4, 2020</span> · 1 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to The Darjeeling Limited (2007) by Wes Anderson" href="https://www.siddharthagolu.com/posts/cinema/darjeeling/"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="archive-month">
|
|
<h3 class="archive-month-header">January<sup class="archive-count"> 2</sup></h3>
|
|
<div class="archive-posts">
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">Reasons to Stay Alive by Matt Haig
|
|
</h3>
|
|
<div class="archive-meta"><span title='2020-01-28 22:28:18 +0530 IST'>January 28, 2020</span> · 1 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to Reasons to Stay Alive by Matt Haig" href="https://www.siddharthagolu.com/posts/reading/reasons-to-stay-alive/"></a>
|
|
</div>
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">How to Listen to and Understand Great Music by Robert Greenberg
|
|
</h3>
|
|
<div class="archive-meta"><span title='2020-01-16 22:05:06 +0530 IST'>January 16, 2020</span> · 2 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to How to Listen to and Understand Great Music by Robert Greenberg" href="https://www.siddharthagolu.com/posts/reading/great-music/"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="archive-year">
|
|
<h2 class="archive-year-header">2019<sup class="archive-count"> 6</sup>
|
|
</h2>
|
|
<div class="archive-month">
|
|
<h3 class="archive-month-header">September<sup class="archive-count"> 2</sup></h3>
|
|
<div class="archive-posts">
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">Behave: The Biology of Humans at Our Best and Worst by Robert Sapolsky
|
|
</h3>
|
|
<div class="archive-meta"><span title='2019-09-12 20:12:10 +0530 IST'>September 12, 2019</span> · 6 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to Behave: The Biology of Humans at Our Best and Worst by Robert Sapolsky" href="https://www.siddharthagolu.com/posts/reading/behave-review/"></a>
|
|
</div>
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">Range by David Epstein
|
|
</h3>
|
|
<div class="archive-meta"><span title='2019-09-05 00:16:14 +0530 IST'>September 5, 2019</span> · 2 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to Range by David Epstein" href="https://www.siddharthagolu.com/posts/reading/range-a-review/"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="archive-month">
|
|
<h3 class="archive-month-header">March<sup class="archive-count"> 1</sup></h3>
|
|
<div class="archive-posts">
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">Deference vs. Indifference
|
|
</h3>
|
|
<div class="archive-meta"><span title='2019-03-15 22:27:30 +0530 IST'>March 15, 2019</span> · 2 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to Deference vs. Indifference" href="https://www.siddharthagolu.com/posts/deference-vs-indifference/"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="archive-month">
|
|
<h3 class="archive-month-header">February<sup class="archive-count"> 1</sup></h3>
|
|
<div class="archive-posts">
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">The Course of Love by Alain de Botton
|
|
</h3>
|
|
<div class="archive-meta"><span title='2019-02-14 20:21:45 +0530 IST'>February 14, 2019</span> · 3 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to The Course of Love by Alain de Botton" href="https://www.siddharthagolu.com/posts/reading/the-course-of-love/"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="archive-month">
|
|
<h3 class="archive-month-header">January<sup class="archive-count"> 2</sup></h3>
|
|
<div class="archive-posts">
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">The Stranger and The Plague by Albert Camus
|
|
</h3>
|
|
<div class="archive-meta"><span title='2019-01-21 14:39:14 +0530 IST'>January 21, 2019</span> · 7 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to The Stranger and The Plague by Albert Camus" href="https://www.siddharthagolu.com/posts/reading/the-stranger-and-the-plague-a-review/"></a>
|
|
</div>
|
|
<div class="archive-entry">
|
|
<h3 class="archive-entry-title">About Me
|
|
</h3>
|
|
<div class="archive-meta"><span title='2019-01-09 11:16:16 +0530 IST'>January 9, 2019</span> · 3 min · Siddhartha Golu</div>
|
|
<a class="entry-link" aria-label="post link to About Me" href="https://www.siddharthagolu.com/about/"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
|
|
<footer class="footer">
|
|
<span>© 2023 <a href="https://www.siddharthagolu.com/">Siddhartha Golu</a></span>
|
|
<span>
|
|
Powered by
|
|
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
|
|
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
|
|
</span>
|
|
</footer>
|
|
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor">
|
|
<path d="M12 6H0l6-6z" />
|
|
</svg>
|
|
</a>
|
|
|
|
<script>
|
|
let menu = document.getElementById('menu')
|
|
if (menu) {
|
|
menu.scrollLeft = localStorage.getItem("menu-scroll-position");
|
|
menu.onscroll = function () {
|
|
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
|
|
}
|
|
}
|
|
|
|
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
|
anchor.addEventListener("click", function (e) {
|
|
e.preventDefault();
|
|
var id = this.getAttribute("href").substr(1);
|
|
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
|
|
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
|
|
behavior: "smooth"
|
|
});
|
|
} else {
|
|
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
|
|
}
|
|
if (id === "top") {
|
|
history.replaceState(null, null, " ");
|
|
} else {
|
|
history.pushState(null, null, `#${id}`);
|
|
}
|
|
});
|
|
});
|
|
|
|
</script>
|
|
<script>
|
|
var mybutton = document.getElementById("top-link");
|
|
window.onscroll = function () {
|
|
if (document.body.scrollTop > 800 || document.documentElement.scrollTop > 800) {
|
|
mybutton.style.visibility = "visible";
|
|
mybutton.style.opacity = "1";
|
|
} else {
|
|
mybutton.style.visibility = "hidden";
|
|
mybutton.style.opacity = "0";
|
|
}
|
|
};
|
|
|
|
</script>
|
|
<script>
|
|
document.getElementById("theme-toggle").addEventListener("click", () => {
|
|
if (document.body.className.includes("dark")) {
|
|
document.body.classList.remove('dark');
|
|
localStorage.setItem("pref-theme", 'light');
|
|
} else {
|
|
document.body.classList.add('dark');
|
|
localStorage.setItem("pref-theme", 'dark');
|
|
}
|
|
})
|
|
|
|
</script>
|
|
</body>
|
|
|
|
</html>
|