-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnaval.html
More file actions
383 lines (364 loc) · 15.3 KB
/
naval.html
File metadata and controls
383 lines (364 loc) · 15.3 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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" >
<html xmlns="http://www.w3.org/TR/1999/REC-html-in-xml" xml:lang="en"
lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<!-- HTML5 -->
<meta charset="UTF-8"/>
<style type="text/css">
.bodyContainer {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
padding-left: 32px;
padding-right: 32px;
}
.notebookFor {
font-size: 18px;
font-weight: 700;
text-align: center;
color: rgb(119, 119, 119);
margin: 24px 0px 0px;
padding: 0px;
}
.bookTitle {
font-size: 32px;
font-weight: 700;
text-align: center;
color: #333333;
margin-top: 22px;
padding: 0px;
}
.authors {
font-size: 13px;
font-weight: 700;
text-align: center;
color: rgb(119, 119, 119);
margin-top: 22px;
margin-bottom: 24px;
padding: 0px;
}
.citation {
font-size: 16px;
font-weight: 500;
text-align: center;
color: #333333;
margin-top: 22px;
margin-bottom: 24px;
padding: 0px;
}
.sectionHeading {
font-size: 24px;
font-weight: 700;
text-align: left;
color: #333333;
margin-top: 24px;
padding: 0px;
}
.noteHeading {
font-size: 18px;
font-weight: 700;
text-align: left;
color: #333333;
margin-top: 20px;
padding: 0px;
}
.noteText {
font-size: 18px;
font-weight: 500;
text-align: left;
color: #333333;
margin: 2px 0px 0px;
padding: 0px;
}
.highlight_blue {
color: rgb(178, 205, 251);
}
.highlight_orange {
color: #ffd7ae;
}
.highlight_pink {
color: rgb(255, 191, 206);
}
.highlight_yellow {
color: rgb(247, 206, 0);
}
.notebookGraphic {
margin-top: 10px;
text-align: left;
}
.notebookGraphic img {
-o-box-shadow: 0px 0px 5px #888;
-icab-box-shadow: 0px 0px 5px #888;
-khtml-box-shadow: 0px 0px 5px #888;
-moz-box-shadow: 0px 0px 5px #888;
-webkit-box-shadow: 0px 0px 5px #888;
box-shadow: 0px 0px 5px #888;
max-width: 100%;
height: auto;
}
hr {
border: 0px none;
height: 1px;
background: none repeat scroll 0% 0% rgb(221, 221, 221);
}
</style>
<script type="text/javascript">
</script>
<title></title>
</head>
<body>
<div class="bodyContainer">
<div class="notebookFor">
Notebook for
</div>
<div class="bookTitle">
The Almanack of Naval Ravikant: A Guide to Wealth and Happiness
</div>
<div class="authors">
Jorgenson, Eric
</div>
<div class="citation">
</div>
<hr />
<div class="sectionHeading">
Building Wealth
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Understand How Wealth Is Created > Page 30
</div>
<div class="noteText">
If you don’t know yet what you should work on, the most important thing is to figure it out. You should not grind at a lot of hard work until you figure out what you should be working on.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Understand How Wealth Is Created > Page 34
</div>
<div class="noteText">
Embrace accountability, and take business risks under your own name. Society will reward you with responsibility, equity, and leverage.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Understand How Wealth Is Created > Page 36
</div>
<div class="noteText">
Study microeconomics, game theory, psychology, persuasion, ethics, mathematics, and computers.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Understand How Wealth Is Created > Page 36
</div>
<div class="noteText">
Set and enforce an aspirational personal hourly rate. If fixing a problem will save less than your hourly rate, ignore it. If outsourcing a task will cost less than your hourly rate, outsource it.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Understand How Wealth Is Created > Page 37
</div>
<div class="noteText">
Become the best in the world at what you do. Keep redefining what you do until this is true.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Find and Build Specific Knowledge > Page 45
</div>
<div class="noteText">
The best jobs are neither decreed nor degreed. They are creative expressions of continuous learners in free markets.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Find and Build Specific Knowledge > Page 45
</div>
<div class="noteText">
The most important skill for getting rich is becoming a perpetual learner.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Find and Build Specific Knowledge > Page 45
</div>
<div class="noteText">
It’s much more important today to be able to become an expert in a brand- new field in nine to twelve months than to have studied the “right” thing a long time ago.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Find and Build Specific Knowledge > Page 45
</div>
<div class="noteText">
Basic arithmetic and numeracy are way more important in life than doing calculus. Similarly, being able to convey yourself simply using ordinary English words is far more important than being able to write poetry, having an extensive vocabulary, or speaking seven different foreign languages.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Find and Build Specific Knowledge > Page 45
</div>
<div class="noteText">
Knowing how to be persuasive when speaking is far more important than being an expert digital marketer or click optimizer. Foundations are key.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Find and Build Specific Knowledge > Page 45
</div>
<div class="noteText">
It’s much better to be at 9/ 10 or 10/ 10 on foundations than to try and get super deep into things.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Find a Position of Leverage > Page 57
</div>
<div class="noteText">
If someone can train other people how to do something, then they can replace you. If they can replace you, then they don’t have to pay you a lot. You want to know how to do something other people don’t know how to do at the time period when those skills are in demand.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Find a Position of Leverage > Page 60
</div>
<div class="noteText">
Whenever you can in life, optimize for independence rather than pay. If you have independence and you’re accountable on your output, as opposed to your input— that’s the dream.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Find a Position of Leverage > Page 61
</div>
<div class="noteText">
What you want in life is to be in control of your time. You want to get into a leveraged job where you control your own time and you’re tracked on the outputs.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Prioritize and Focus > Page 75
</div>
<div class="noteText">
If you’re going to live in a city for ten years, if you’re going to be in a job for five years, if you’re in a relationship for a decade, you should be spending one to two years deciding these things.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Find Work That Feels Like Play > Page 78
</div>
<div class="noteText">
Retirement is when you stop sacrificing today for an imaginary tomorrow. When today is complete, in and of itself, you’re retired.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Find Work That Feels Like Play > Page 79
</div>
<div class="noteText">
Art is creativity. Art is anything done for its own sake. What are the things that are done for their own sake, and there’s nothing behind them? Loving somebody, creating something, playing. To me, creating businesses is play. I create businesses because it’s fun, because I’m into the product.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Be Patient > Page 89
</div>
<div class="noteText">
Your real résumé is just a catalog of all your suffering.
</div>
<div class="sectionHeading">
Building Judgment
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Collect Mental Models > Page 108
</div>
<div class="noteText">
Julius Caesar famously said, “If you want it done, then go. And if not, then send.” What he meant was, if you want it done right, then you have to go yourself and do it. When you are the principal, then you are the owner— you care, and you will do a great job. When you are the agent and you are doing it on somebody else’s behalf, you can do a bad job. You just don’t care. You optimize for yourself rather than for the principal’s assets.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Collect Mental Models > Page 109
</div>
<div class="noteText">
It’s worth reading a microeconomics textbook from start to finish.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Collect Mental Models > Page 110
</div>
<div class="noteText">
But you want arithmetic, probability, and statistics. Those are extremely important. Crack open a basic math book, and make sure you are really good at multiplying, dividing, compounding, probability, and statistics.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Collect Mental Models > Page 111
</div>
<div class="noteText">
If I’m faced with a difficult choice, such as: Should I marry this person? Should I take this job? Should I buy this house? Should I move to this city? Should I go into business with this person? If you cannot decide, the answer is no.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Collect Mental Models > Page 112
</div>
<div class="noteText">
When you choose something, you get locked in for a long time. Starting a business may take ten years. You start a relationship that will be five years or maybe more. You move to a city for ten to twenty years. These are very, very long- lived decisions. It’s very, very important we only say yes when we are pretty certain. You’re never going to be absolutely certain, but you’re going to be very certain.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Collect Mental Models > Page 112
</div>
<div class="noteText">
Simple heuristic: If you’re evenly split on a difficult decision, take the path more painful in the short term.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Collect Mental Models > Page 113
</div>
<div class="noteText">
What are the most efficient ways to build new mental models? Read a lot— just read.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Collect Mental Models > Page 113
</div>
<div class="noteText">
Reading science, math, and philosophy one hour per day will likely put you at the upper echelon of human success within seven years.
</div>
<div class="sectionHeading">
Learning Happiness
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Every Desire Is a Chosen Unhappiness > Page 139
</div>
<div class="noteText">
When you’re young, you have time. You have health, but you have no money. When you’re middle- aged, you have money and you have health, but you have no time. When you’re old, you have money and you have time, but you have no health. So the trifecta is trying to get all three at once.
</div>
<div class="sectionHeading">
Saving Yourself
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Choosing to Be Yourself > Page 158
</div>
<div class="noteText">
All you should do is what you want to do. If you stop trying to figure out how to do things the way other people want you to do them, you get to listen to the little voice inside your head that wants to do things a certain way. Then, you get to be you.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Choosing to Grow Yourself > Page 184
</div>
<div class="noteText">
If there’s something you want to do later, do it now. There is no “later.”
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Choosing to Free Yourself > Page 188
</div>
<div class="noteText">
Advice to my younger self: “Be exactly who you are.” Holding back means staying in bad relationships and bad jobs for years instead of minutes.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Choosing to Free Yourself > Page 189
</div>
<div class="noteText">
Courage isn’t charging into a machine gun nest. Courage is not caring what other people think.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Choosing to Free Yourself > Page 189
</div>
<div class="noteText">
Value your time. It is all you have. It’s more important than your money. It’s more important than your friends. It is more important than anything. Your time is all you have. Do not waste your time.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Choosing to Free Yourself > Page 189
</div>
<div class="noteText">
As long as you’re doing what you want, it’s not a waste of your time. But if you’re not spending your time doing what you want, and you’re not earning, and you’re not learning— what the heck are you doing?
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Choosing to Free Yourself > Page 190
</div>
<div class="noteText">
People who live far below their means enjoy a freedom that people busy upgrading their lifestyles can’t fathom.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Choosing to Free Yourself > Page 190
</div>
<div class="noteText">
A taste of freedom can make you unemployable.
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Choosing to Free Yourself > Page 192
</div>
<div class="noteText">
The modern struggle: Lone individuals summoning inhuman willpower, fasting, meditating, and exercising… Up against armies of scientists and statisticians weaponizing abundant food, screens, and medicine into junk food, clickbait news, infinite porn, endless games, and addictive drugs.
</div>
<div class="sectionHeading">
Philosophy
</div>
<div class="noteHeading">
Highlight (<span class="highlight_yellow">yellow</span>) - Live by Your Values > Page 197
</div>
<div class="noteText">
All benefits in life come from compound interest, whether in money, relationships, love, health, activities, or habits. I only want to be around people I know I’m going to be around for the rest of my life. I only want to work on things I know have long- term payout.
</div>
</div>
</body>
</html>