-
Notifications
You must be signed in to change notification settings - Fork 1
/
The-Big-Problems.html
185 lines (173 loc) · 14.3 KB
/
The-Big-Problems.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
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
<?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/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="icon" type="image/png" href="./images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="./images/favicon-16x16.png" sizes="16x16" />
<title>The Big Problems - SPK's Rationality Essays</title>
<link rel="stylesheet" type="text/css" href="./css/default.css" />
<link rel="stylesheet" type="text/css" href="./css/highlight.css" />
<!-- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> -->
<!-- <script type="text/javascript" src="/js/header-links.js"></script> -->
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link href="atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM/RSS Feed" />
<!-- Google Analytics stuff -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DEWF2J5BG8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-DEWF2J5BG8');
</script>
<script type="text/javascript" src="https://fast.fonts.net/jsapi/f7f47a40-b25b-44ee-9f9c-cfdfc8bb2741.js"></script>
</head>
<body>
<div id="header">
<div id="logo">
<a href="./">SPK's Rationality Essays</a>
</div>
<div id="navigation">
<a href="./">Home</a>
<a href="./notes.html">Notes</a>
<!-- <a href="/about.html">About</a> -->
<a href="./archive.html">Archive</a>
<a href="./atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM/RSS Feed">RSS</a>
</div>
</div>
<div id="content">
<h1 id="post-title">The Big Problems</h1>
<!-- <center><img src="https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-prn1/t31.0-8/p600x600/10257116_10202295769100492_2438594605053717342_o.jpg" height="400" width="300" class="sujeet-pic" alt="Sujeet pic" /></center> -->
<p><strong>Entry question</strong>: What the f*ck are you doing in life?</p>
<hr />
<p><strong>Note</strong>: This is gonna be a really short post. I’m invoking the 300-word clause of <a href="./The-Great-300-Word-Experiment.html">The Great 300-Word Experiment</a>.</p>
<p>(<strong>Ed</strong>: Turned out to be pretty long. Funny how that happens.)</p>
<hr />
<h1 id="important-problems">Important Problems</h1>
<p>These are some questions that Richard Hamming used to go around asking his colleagues (He was a big-time mathematician and computer science guy and stuff).</p>
<ul>
<li><p>What are the most important problems in your field?</p></li>
<li><p>Are you working on one of them?</p></li>
<li><p>Why not?</p></li>
</ul>
<hr />
<p>Think of all the stuff you’re not doing. How likely is it that you’re working on the problems that will have the most impact?</p>
<p>Am I talking about things whose impact you haven’t yet realized? Like some critical secret truths about the world you haven’t yet discovered?</p>
<p>Nah. There are things you <strong>know</strong> right now that will have insane awesome impact. And you’re not working on them. Neither am I. Not cool.</p>
<h1 id="name-three">Name three</h1>
<p>Okay. Over the long term, the aim is to solve all our problems and raise the Quality of our lives like hell.</p>
<p>But that’s a bit too abstract. Let’s look at the concrete things we want.</p>
<p>Let’s assume for now that we have some sort of idea about what we want to achieve (more on that coming soon). What should we do?</p>
<ul>
<li><p>We need to figure out what we need to do.</p></li>
<li><p>We need to do it.</p></li>
</ul>
<p>What are some problems with that? Why haven’t we already figured out what we need to do? Why aren’t we doing it?</p>
<p>First of all, humans suck at thinking clearly about stuff. There are a lot of things that prevent us from observing reality as it is. Then, we can’t make the correct inferences from the data we have. And, in any case, our memory is limited. Our processing power is limited. Our skills fade, our body rots, and our mind turns to mush with age.</p>
<p>Worst of all, we suck balls at executing on ideas. Remember Akrasia? Yup. That can shoot a hole in any grand plans you have.</p>
<p>And these aren’t two separate stages. Gaining accurate knowledge about the world and executing plans often go hand in hand. When you execute on some plan, you discover that some of the ideas were mistaken. So you seek some more knowledge and update your ideas. Then, you take some more action. And so it goes.</p>
<h1 id="ask-not-what-rationality-can-do-for-you">Ask not what Rationality can do for you</h1>
<p>Ask what <em>you</em> can do for Rationality.</p>
<p>We want to ensure that we get to our goals, that we see the Impact we want in our lives.</p>
<p>So, the most obvious target would be to crack the problem of Akrasia. Hard, I know, but there is no go for it. As far as I can see, it is one of the most important problems in the world. Fix it and we would be achieving a lot lot more. And hopefully, the new inventions and solutions we create would lead to even more inventions and solutions.</p>
<p>Akrasia is the bottleneck in the process of getting the Impact we want to see. We have buttloads of awesome ideas. It is in the execution that we falter.</p>
<p>Are we working on it? Not really.</p>
<p>Why not?</p>
<p>Cos, you know, I have more important things going on in my life. So many TV shows to catch up with. So many blog posts online to read. So many movies to watch. Such entertainment. Much fun.</p>
<h1 id="learning-to-take-it-slow.-not.">Learning to take it slow. Not.</h1>
<p>Also, we need to optimize our ability to learn new things. Taking Action is not the only bottleneck. There is also a huge knowledge gap. We need to know a lot more things if we are to solve the important problems.</p>
<p>Thus, we would need to deliberately optimize our learning process. We need to be more efficient. This current state of affairs cannot be allowed to continue. What? We learn something one day. We understand it perfectly well. And then, a month later, poof! It’s gone. No trace of it. I have forgotten almost all the “ideas” I painstakingly came up with in my past essays.</p>
<p>We can’t <del>waste</del> spend so much time learning new things. I’ve been programming now for so many years and I still suck at it. It takes me months to become even slightly comfortable hacking on a new project.</p>
<p>(Okay, I’m gonna be a bit critical now. Know that I have tremendous respect for all these people. I am like a fly compared to them. But the truth has to be said.)</p>
<p>There are mathematicians out there. Scientists. Economists. CEOs. Many of them have been in their field for decades now. Why do they still suck so much? If you’ve been working in a biological research lab for two decades now, shouldn’t you have learnt like a motherf*cker from the experience? Shouldn’t you be like the Lord God Master of your field? I mean, seriously, come on!</p>
<p>(If anybody says that they don’t suck, well… show me the results. No Imp…)</p>
<p>This sucks.</p>
<p>This is unacceptable. We can’t keep forgetting important things like this. We need to patch up our goddamn Leaky Buckets. And we need to develop the ability to learn f*cking fast. We should be like a motherf*cking army marching across entire fields of knowledge, blasting apart anything that stands in our way and conquering whole kingdoms. Instead of crawling on our stomachs, one painful inch at a time, losing days of progress for even the slightest setback.</p>
<p>The current rate of progress is too slow. By the time we make any meaningful advances, we would be on our deathbeds. Not cool.</p>
<h1 id="the-fire-within">The fire within</h1>
<p>Let’s not use wank words like Akrasia. Let’s be even more specific.</p>
<p>Motivation.</p>
<p>Why am I not working directly on the things most important to me?</p>
<p>Cos I do not <em>feel</em> like it.</p>
<p>Cos I feel like doing <em>anything else in the world</em> except that.</p>
<p>Cos it is so f*cking damn Hard.</p>
<p>Cos I feel like a motherf*cking dumbass when I try and I don’t get any results.</p>
<p>Cos I have no hope that I will succeed.</p>
<p>Cos there is nobody whose footsteps I can follow in. If someone had already solved all these problems, they’ve done a pretty good job of hiding it.</p>
<p>Yes, all this makes me sound like the world’s biggest dumbass. I have an idea of the most important thing I should be doing and I’m <em>not</em> doing it! What a fool! Until you turn your gaze inwards and realize the same thing about yourself. This sucks.</p>
<blockquote>
<p>Prachchnae… adhae paesi theerkanum… Ippadi aalaalukku valathindae irunthaa namma area-va yevan madhippaan?</p>
<p>(Problem… you need to talk it over and solve it… if you just keep blowing it up more and more, who will respect our team and our area?)</p>
<p>– The barber from Chennai 600028</p>
</blockquote>
<p>We need to figure out how to kick motivation’s ass.</p>
<h1 id="nothing-but-the-truth">Nothing but the Truth</h1>
<p>We need a way of finding out the truth. Like real fast.</p>
<p>The winning ways, the ways that will give us the Impact we want, will probably most easily be achieved when we are in possession of the Truth. It’s like oil. He who has it most wins. Or gets invaded.</p>
<p>What’s that? You’ve already got the Scientific Method for uncovering the truth? Oh yeah, what good has it done you (you, specifically)?</p>
<blockquote>
<p>Step 1: Form a hypothesis.</p>
</blockquote>
<blockquote>
<p>Step 2: Do an experiment to test your hypothesis.</p>
</blockquote>
<blockquote>
<p>Step 3: Measure the results.</p>
</blockquote>
<blockquote>
<p>Step 4: Make a cardboard poster.</p>
</blockquote>
<blockquote>
<p>– The Scientific Method, according to Hermione Granger</p>
</blockquote>
<p>We can’t just stop with theory. We won’t stop until we actually have the Impact in our hands. Otherwise, economists have pretty much already solved the problem of how to make perfect decisions in theory. Dude, they own the term “rational”.</p>
<p>But, evidently, it isn’t enough. We need more. Much much more. We don’t want the truth-seeking device to be some complex, cumbersome, monolithic, ten-tonne lab equipment in some underground research center, being cooled by industrial-strength air-conditioners and requiring special lab suits to work with. We want it to be available right where we are, anywhere, anytime.</p>
<p>We don’t want it to be some high-tech military weapon that can melt an entire building in seconds but is a bitch to set up and transport. A bazooka would be better.</p>
<p>What we have <em>now</em> are water-pistols. We don’t even really want to know the truth in most cases. And when we do, we use half-assed methods to get at it. And we are blissfully unaware of the entire parts of our mind working hard at distorting the picture before it reaches us. We have no clue whether we have got to the truth or not. How do I know that? The same old way… Not cool. Not acceptable.</p>
<h1 id="the-tip-of-the-iceberg">The tip of the iceberg</h1>
<p>These are just a few of the most important problems facing us. If you find yourself with some free time and a resolve to kick ass, do take them on.</p>
<p>I haven’t even mentioned the others. Social problems - which can hijack our minds and literally stop any progress from happening. Unnecessary <a href="./Drama-kills-the-Dog-and-your-Dreams.html">drama</a> and crap and interpersonal issues can drain your motivation and evaporate innovation. Social rejection and status problems can lead to way more severe problems. Look around you. On the other hand, when it goes well, it can multiply your happiness and productivity and boost progress by attracting more people.</p>
<p>Physical health problems. Psychological problems. Disease. War. Death. Aging. Crime. General crap.</p>
<hr />
<blockquote>
<p>The bigger the problem, the harder it is to get yourself to work on it.</p>
<p>– Paul Graham, <a href="http://paulgraham.com/procrastination.html">Good and Bad Procrastination</a></p>
</blockquote>
<p>Let’s not make the same mistake we’ve all been making so far. We’ll take on each of the problems in coming essays.</p>
<blockquote>
<p>No more dead cops!!</p>
<p>– Random policeman at the <a href="http://youtu.be/S4gBPVKssvQ?t=1m02s">press conference</a>, The Dark Knight</p>
</blockquote>
<p>No more crap!!</p>
<p>– SPK</p>
<hr />
<p>(h/t to Thalaivar Paul Graham for sparking this off in <a href="http://paulgraham.com/procrastination.html">Good and Bad Procrastination</a>)</p>
<div class="info">Created: June 3, 2014</div>
<div class="info">Last modified: August 6, 2015</div>
<div class="info">Status: finished</div>
<div class="info"><b>Tags</b>: big problems, hard problems</div>
<br />
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'spkrationalitytrainingground'; // required: replace example with your forum shortname
var disqus_identifier = '/The-Big-Problems.html';
var disqus_title = 'The Big Problems';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<script type="text/javascript" src="https://fast.fonts.net/jsapi/f7f47a40-b25b-44ee-9f9c-cfdfc8bb2741.js"></script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
<div id="footer">
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
</div>
</body>
</html>