-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeliefs.html
34 lines (26 loc) · 1.37 KB
/
beliefs.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="gtag.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Question Your Beliefs - Aman Kishore</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="maincontent">
<h2>Question Your Beliefs</h2>
<p class="last-updated"><em>Last updated: November 12, 2024</em></p>
<p>Dispassionately try to invalidate your strongest assumptions.</p>
<p>There's a difference between merely being willing to be wrong and actively trying to prove yourself wrong.</p>
<p>If there's something you strongly believe, it's worth figuring out where you might be mistaken.</p>
<p>Often, you'll find that your initial intuition was accurate, but those moments when you're wrong can completely transform your perspective.</p>
<p>Next time you're about to discuss a strongly held belief, pretend you're completely wrong and first argue the other side to invalidate your belief.</p>
<p>If you fail to invalidate that idea/belief then you know you're on to something.</p>
<p>This is how the best are <strong><em>contrarian</em></strong> and <strong><em>right</em></strong>.</p>
</div>
<div class="icons">
<a href="index.html">Back to Home</a>
</div>
</body>
</html>