-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbooks.html
More file actions
247 lines (237 loc) · 15 KB
/
books.html
File metadata and controls
247 lines (237 loc) · 15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Books Read by Arjun Vinod">
<meta name="author" content="Arjun Vinod">
<title>Books | Arjun Vinod</title>
<link rel="canonical" href="https://arjunvinod.com/books.html">
<meta property="og:title" content="Books | Arjun Vinod">
<meta property="og:description" content="A collection of books exploring macroeconomics, financial systems, and monetary history.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://arjunvinod.com/books.html">
<meta property="og:image" content="https://arjunvinod.com/images/apple-touch-icon.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Books | Arjun Vinod">
<meta name="twitter:description" content="A collection of books exploring macroeconomics, financial systems, and monetary history.">
<meta name="twitter:image" content="https://arjunvinod.com/images/apple-touch-icon.png">
<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin="anonymous">
<link rel="preconnect" href="https://covers.openlibrary.org" crossorigin="anonymous">
<link rel="manifest" href="/site.webmanifest">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="icon" href="images/favicon.ico">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<link rel="stylesheet" href="css/styles.css">
<style>
/* Books-specific: h1/h2 and copyright alignment */
h1 {
color: var(--text-primary);
margin-bottom: 2rem;
text-align: center;
}
h2 {
color: var(--text-primary);
font-size: 1.3rem;
margin-top: 2rem;
margin-bottom: 1rem;
padding-bottom: 0.5rem;
border-bottom: 2px solid var(--border-color);
}
.copyright {
text-align: center;
/* Removed hardcoded margin-left: 200px for better responsiveness */
}
.footer-email {
font-size: 0.9rem;
}
.currently-reading-badge {
display: inline-flex;
align-items: center;
gap: 0.5rem;
margin-left: 0.5rem;
font-size: 0.85rem;
color: var(--text-secondary);
font-weight: 500;
}
.currently-reading-badge::before {
content: '';
display: inline-block;
width: 8px;
height: 8px;
background-color: #22c55e;
border-radius: 50%;
animation: blink 1.5s ease-in-out infinite;
}
@keyframes blink {
0%, 100% { opacity: 1; }
50% { opacity: 0.3; }
}
</style>
<script src="js/theme.js" defer></script>
<script src="js/books.js" defer></script>
<script src="js/menu.js" defer></script>
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<header>
<div class="header-content">
<div class="site-logo"><a href="/">Arjun Vinod</a></div>
<div class="header-right">
<div class="menu-wrapper">
<button class="menu-button" type="button" aria-label="Menu" aria-haspopup="true" aria-expanded="false" aria-controls="menu-dropdown">
<i class="fas fa-bars"></i>
</button>
<nav class="menu-dropdown" id="menu-dropdown" role="navigation" aria-label="Primary Navigation">
<a href="/">Home</a>
<a href="/books.html" class="active">Books</a>
</nav>
</div>
<div class="theme-toggle-wrapper">
<button class="theme-toggle" aria-label="Toggle theme" role="switch" aria-checked="false">
<div class="theme-toggle-slider">
<i class="fas fa-moon"></i>
</div>
</button>
</div>
</div>
</div>
</header>
<main id="main">
<div class="container">
<h1>Reading List</h1>
<h2>2026</h2>
<p class="section-description">
Starting fresh in 2026 with explorations into psychology, philosophy, and personal growth.
</p>
<article class="book-item">
<div class="book-cover">
<a href="https://www.thriftbooks.com/w/mind-to-matter-the-astonishing-science-of-how-your-brain-creates-material-reality_dawson-church/18645933/?resultid=2de6c45e-dd46-4b5c-92e6-cf8019dea194#edition=19846831&idiq=32358812" target="_blank" rel="noopener noreferrer">
<img loading="lazy" decoding="async" data-isbn="9781788171151" alt="Mind to Matter by Dawson Church" data-title="Mind to Matter" data-author="Dawson Church">
</a>
</div>
<div class="book-details">
<h3 class="book-title">Mind to Matter: The Astonishing Science of How Your Brain Creates Material Reality<span class="currently-reading-badge">Currently Reading</span></h3>
<div class="book-author">by Dawson Church</div>
<p class="book-notes">An exploration of the mind-body connection, revealing scientific evidence for how consciousness and intention can influence physical reality, healing, and the material world around us.</p>
</div>
</article>
<article class="book-item">
<div class="book-cover">
<a href="https://www.thriftbooks.com/w/the-courage-to-be-disliked_ichiro-kishimi_fumitake-koga/10893847/?resultid=d93bd8ae-8fc6-4db4-880f-134d5c931410#edition=73839563&idiq=85807882" target="_blank" rel="noopener noreferrer">
<img loading="lazy" decoding="async" data-isbn="9781501197277" data-alt-isbns="9780646824857,9784477308265" alt="The Courage to Be Disliked by Ichiro Kishimi and Fumitake Koga" data-title="The Courage to Be Disliked" data-author="Ichiro Kishimi and Fumitake Koga">
</a>
</div>
<div class="book-details">
<h3 class="book-title">The Courage to Be Disliked</h3>
<div class="book-author">by Ichiro Kishimi and Fumitake Koga</div>
<p class="book-notes">A groundbreaking dialogue that reimagines Adlerian psychology through modern conversations, exploring how we can break free from past trauma, embrace our potential, and live authentically by having the courage to be disliked. Introduces Alfred Adler's revolutionary teleology approach—the idea that we are driven by future goals rather than past causes (etiology)—challenging the notion that our history determines our destiny.</p>
</div>
</article>
<h2>2025</h2>
<p class="section-description">
In 2025, I became obsessed with one question: What is money? To find the answer, I read these six books, piecing together the history of our financial system. This journey transformed my understanding of what it means to operate in an economy built on fiat currency and geopolitical force, rather than the stability of sound money.
</p>
<article class="book-item">
<div class="book-cover">
<a href="https://www.thriftbooks.com/w/paper-soldiers-how-the-weaponization-of-the-dollar-changed-the-world-order_saleha-mohsin/55037738/?resultid=b45c7b57-ac03-4945-9e3d-74a29ea8aab4#edition=67591091&idiq=57992781" target="_blank" rel="noopener noreferrer">
<img loading="lazy" decoding="async" data-isbn="9780593539118" data-alt-isbns="9780593197543,059319754X" alt="Paper Soldiers by Saleha Mohsin" data-title="Paper Soldiers" data-author="Saleha Mohsin">
</a>
</div>
<div class="book-details">
<h3 class="book-title">
Paper Soldiers: How the Weaponization of the Dollar Changed the World Order
</h3>
<div class="book-author">by Saleha Mohsin</div>
<p class="book-notes">An inside look at how the U.S. dollar became a powerful geopolitical weapon through financial sanctions and economic warfare, reshaping global power dynamics and raising questions about the future of American financial dominance.</p>
</div>
</article>
<article class="book-item">
<div class="book-cover">
<a href="https://www.thriftbooks.com/w/the-case-against-the-fed_murray-n-rothbard/343797/#edition=4404863&idiq=4178217" target="_blank" rel="noopener noreferrer">
<img loading="lazy" decoding="async" data-isbn="9781987817720" alt="The Case Against the Fed by Murray N. Rothbard" data-title="The Case Against the Fed" data-author="Murray N. Rothbard">
</a>
</div>
<div class="book-details">
<h3 class="book-title">The Case Against the Fed</h3>
<div class="book-author">by Murray N. Rothbard</div>
<p class="book-notes">A foundational critique of the Federal Reserve System, examining its origins, operations, and effects on the economy while arguing for a return to free-market banking and sound money backed by gold.</p>
</div>
</article>
<article class="book-item">
<div class="book-cover">
<a href="https://www.amazon.com/dp/B0F2NCPQ2K" target="_blank" rel="noopener noreferrer">
<img loading="lazy" decoding="async" data-isbn="9798992242515" alt="The Big Print by Lawrence Lepard" data-title="The Big Print" data-author="Lawrence Lepard">
</a>
</div>
<div class="book-details">
<h3 class="book-title">The Big Print: What Happened to America and How Sound Money Will Fix It</h3>
<div class="book-author">by Lawrence Lepard</div>
<p class="book-notes">A compelling analysis of how decades of monetary expansion and currency debasement have eroded American prosperity, and a call for returning to sound money principles to restore economic stability and opportunity.</p>
</div>
</article>
<article class="book-item">
<div class="book-cover">
<a href="https://www.amazon.com/Price-Tomorrow-Deflation-Abundant-Future/dp/1999257405" target="_blank" rel="noopener noreferrer">
<img loading="lazy" decoding="async" data-isbn="1999257405" alt="The Price of Tomorrow by Jeff Booth" data-title="The Price of Tomorrow" data-author="Jeff Booth">
</a>
</div>
<div class="book-details">
<h3 class="book-title">The Price of Tomorrow: Why Deflation Is the Key to an Abundant Future</h3>
<div class="book-author">by Jeff Booth</div>
<p class="book-notes">A thought-provoking exploration of how exponential technological advancement is creating deflation in a world built on inflationary economic systems, and why embracing this shift could unlock unprecedented prosperity.</p>
</div>
</article>
<article class="book-item">
<div class="book-cover">
<a href="https://www.amazon.com/Layered-Money-Dollars-Bitcoin-Currencies/dp/1736110527" target="_blank" rel="noopener noreferrer">
<img loading="lazy" decoding="async" data-isbn="1736110527" alt="Layered Money by Nik Bhatia" data-title="Layered Money" data-author="Nik Bhatia">
</a>
</div>
<div class="book-details">
<h3 class="book-title">Layered Money: From Gold and Dollars to Bitcoin and Central Bank Digital Currencies</h3>
<div class="book-author">by Nik Bhatia</div>
<p class="book-notes">An innovative framework for understanding money as a layered system, tracing its evolution from gold-backed currencies through modern banking to cryptocurrencies and the future of digital central bank money.</p>
</div>
</article>
<article class="book-item">
<div class="book-cover">
<a href="https://www.amazon.com/Deficit-Myth-Monetary-Peoples-Economy/dp/1541736184" target="_blank" rel="noopener noreferrer">
<img loading="lazy" decoding="async" data-isbn="1541736184" alt="The Deficit Myth by Stephanie Kelton" data-title="The Deficit Myth" data-author="Stephanie Kelton">
</a>
</div>
<div class="book-details">
<h3 class="book-title">The Deficit Myth: Modern Monetary Theory and the Birth of the People's Economy</h3>
<div class="book-author">by Stephanie Kelton</div>
<p class="book-notes">A leading economist challenges conventional deficit thinking and explains how Modern Monetary Theory reveals the true power and limitations of sovereign currencies in advancing the public good.</p>
</div>
</article>
</div>
</main>
<footer>
<div class="footer-content">
<div class="copyright footer-copyright">
© 2026 Arjun Vinod. All rights reserved.
</div>
<div class="footer-right">
<div class="footer-links">
<a href="https://twitter.com/arjun7965" target="_blank" rel="noopener noreferrer" title="X (Twitter)" aria-label="X (Twitter)">
<i class="fab fa-x-twitter"></i><span class="footer-link-label">X</span>
</a>
<a href="https://linkedin.com/in/avinod" target="_blank" rel="noopener noreferrer" title="LinkedIn" aria-label="LinkedIn">
<i class="fab fa-linkedin"></i><span class="footer-link-label">LinkedIn</span>
</a>
<a href="https://github.com/arjun7965" target="_blank" rel="noopener noreferrer" title="GitHub" aria-label="GitHub">
<i class="fab fa-github"></i><span class="footer-link-label">GitHub</span>
</a>
</div>
<div class="footer-email">
<a href="mailto:arjun@arjunvinod.com" class="footer-email-link">arjun@arjunvinod.com</a>
</div>
</div>
</div>
</footer>
</body>
</html>