-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathessays.html
59 lines (42 loc) · 2.2 KB
/
essays.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
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/github-markdown-light.css">
<title>Ankit's Essays</title>
<style>
.markdown-body {
text-align: justify;
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
@media (max-width: 767px) {
.markdown-body {
padding: 15px;
}
}
.markdown-body h1 {
font-size: 2.7em;
}
</style>
<article class="markdown-body">
<a href="/">home</a> <span style="color:gray"> / </span>
<a href="/misc.html">misc</a> <span style="color:gray"> / </span>
<span style="color:black;">essays</span>
<h2>Essays.</h2>
<span style="font-size: smaller;">
<p>My opinionated, <span style="color:gray;">(longform?!)</span> narrative writing on life experiences (travel & philosophy), technology (bio, climate & sustainable energy), research (algorithms, cognitive neuroscience, AI), academia and the industry.
<!--
<p> <span style="color:green;">(In Progress) </span><a style="color: black;" href="#">Chase dreams, not trends.</a></br>
<span style="color:gray; font-size: 16px;"></br></span>
</p> -->
<!-- <p> <span style="color:green;">(In Progress) </span><a style="color: black;" href="#">Persistence</a>
<span style="color:gray; font-size: 16px;"> </br>The AI progress is rapid and even though it feels like everyone is doing something incredibly cool, don't jump. Don't leap. Persist. Focus on your basics. Fundamentals. However, keep pushing.</span>
</p>
-->
<p> <span style="color:green;">(In Progress) </span><a style="color: black;" href="#">Runs, Marathons, & Out Of Breath</a>
<span style="color:gray; font-size: 16px;"> </br>I write about the madness around India's entrance examinations which propel coaching businesses to record profits, dilute curiosity, burden students with stress and depression but also (em)power the dreams of poor and middle class households which make up most of young Indians below 18.</span>
</p>
<!-- <p style="font-size: 16px;">Some of these are hosted on substack, </p> -->
</p>
</article>