-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbliss.html
35 lines (29 loc) · 1.39 KB
/
bliss.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
35
<!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>Ignorance is Bliss - Aman Kishore</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="maincontent">
<h2>Ignorance is Bliss</h2>
<p style="margin-top: -10px;"><em style="font-style: italic; color: #666; font-size: 0.9em;">Last updated: Sep 12, 2024</em></p>
<p>What, you thought it'd be easy? That's your superpower.</p>
<p>When you're uninformed, that's when you're most dangerous. If you don't know the limitations, it means there are none.</p>
<p>First-time founders fit this mold well. They start companies with no idea how difficult the journey will truly be.</p>
<p>Often, second-time founders try to recreate that blissful ignorance by working on something they have zero professional experience in:</p>
<ul>
<li>Sam Altman - OpenAI</li>
<li>Elon Musk - SpaceX</li>
<li>Blake Scholl - Boom Supersonic</li>
</ul>
<p>The advantages of ignorance extends beyond companies too, but that's a story for another time. For now, just remember that usually ignorance is bliss.</p>
</div>
<div class="icons">
<a href="index.html">Back to Home</a>
</div>
</body>
</html>