-
Notifications
You must be signed in to change notification settings - Fork 2
/
two_kinds_of_judgement.html
22 lines (19 loc) · 1.48 KB
/
two_kinds_of_judgement.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Paul Graham Essay Summaries</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet">
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container" style="width: 600px;">
<br /><a href="index.html" style="color: black;"><small><span class="glyphicon glyphicon-home"></span></small></a>
<div class="page-header"><h1>Two Kinds of Judgement</h1></div>
<p>When you judge someone, it takes effort. For example, say you’re a college admissions officer. It takes time to read through the thousands of applications and to think hard about whether candidate 4538 is better than candidate 17892.</p>
<p>Sometimes it isn’t worth your effort to really figure out which of the candidates is really better. Sometimes the candidates are close enough in ability that it isn’t worth the effort to really figure out who is better.</p>
<p>So, there are 2 types of judgement. Sometimes you keep pushing to see who is truly the best candidate (court cases, grades in classes, most competitions). But sometimes you just want to do a good enough job choosing, so after a point the extra effort it would take to decide isn’t worth your time (college admissions, dating, hiring, investment decisions).</p>
</div>
</body>
</html>