-
Notifications
You must be signed in to change notification settings - Fork 2
/
cities_and_ambition.html
38 lines (35 loc) · 2.9 KB
/
cities_and_ambition.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
<!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>Cities and Ambition</h1></div>
<p>Great cities attract ambitious people, and there’s always a sense that you could do better in these cities.</p>
<p>Different cities are ambitious in different ways though. New York is about money, Cambridge is about intelligence, and Silicon Valley is about power.</p>
<ul>
<li>Berkeley sends the message that you should live better, but it isn’t humming with ambition.</li>
<li>The big thing in LA seems to be fame.</li>
<li>In DC the message seems to be that the most important thing is who you know.</li>
<li>The message Paris sends is: do things with style.</li>
<li>In London you can still (barely) hear the message that one should be more aristocratic.</li>
<li>Not all cities send a message. Only those that are centers for some type of ambition do.</li>
</ul>
<p>History shows that where you live has a big impact on you, and great things tend to happen in clusters. It’s wise to take advantage of this and use it to your advantage.</p>
<p>A city speaks to you mostly by accident—in things you see through windows, in conversations you overhear. It's not something you have to seek out, but something you can't turn off.</p>
<p>No matter how determined you are, it's hard not to be influenced by the people around you. It's not so much that you do whatever a city expects of you, but that you get discouraged when no one around you cares about the same things you do.</p>
<ul>
<li>You don’t have to live in a city to do great work. For some fields (like math) you just need a handful of talented colleagues around you. It matters more for fields like the arts or writing or technology, because in these fields the good people aren’t conveniently gathered together for you, so it’s important to be in the place that maximizes your chances of encountering them.</li>
<li>You don't have to live in a great city your whole life to benefit from it. The critical years seem to be the early and middle ones of your career.</li>
</ul>
<p>Because ambitions are to some extent incompatible and admiration is a zero-sum game, each city tends to focus on one type of ambition.</p>
<p>It’s tough to know what a city is like without living there, so your best bet is probably to try a bunch of places while you’re young.</p>
</div>
</body>
</html>