-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (109 loc) · 3.54 KB
/
index.html
File metadata and controls
111 lines (109 loc) · 3.54 KB
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
---
layout: default
---
<article>
<h2>Micah Lerner</h2>
<section>
<p>
Hello! I'm Micah. This is my blog, where I publish my writing (mostly
focused on Computer Science research).
</p>
<p>
I am an <a href="http://github.com/mlerner">engineer</a> interested in
maps, space, and futuristic ideas. I currently work on the SRE team at
Google. Previously, I helped build the Geospatial datasets powering
Mapbox. Before that, I was an early employee at <a href="http://www.strava.com">Strava</a>, where I worked on the infrastructure team.
</p>
</section>
<section class="main-signup">
<form
action="https://gmail.us20.list-manage.com/subscribe/post?u=d1654f70a6addb0e9ce8afd83&id=bab65ed2b1"
method="post"
id="mc-embedded-subscribe-form"
name="mc-embedded-subscribe-form"
class="validate"
target="_blank"
novalidate
>
<label for="mce-EMAIL">
<h3 class="fw8 f5 ttu mt0 mb1">Get essays a bit faster</h3>
</label>
<p id="mce-email-describe" class="mt0">
I write about computer science papers on a recurring basis, mostly from
the fields of distributed systems, operating systems, and computer
security. I also publish blog updates
<a href="https://twitter.com/micahlerner">on Twitter</a> and via
<a href="/feed.xml">Atom feed</a>.
</p>
<div id="mc_embed_signup_scroll">
<div>
<input
type="email"
value=""
name="EMAIL"
class="email"
id="tlemail"
placeholder="email address"
required
/>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px" aria-hidden="true">
<input
type="text"
name="b_d1654f70a6addb0e9ce8afd83_bab65ed2b1"
tabindex="-1"
value=""
/>
</div>
<input
type="submit"
value="Subscribe"
name="subscribe"
id="mc-embedded-subscribe"
class="button"
/>
</div>
</div>
</form>
</section>
<section>
<div style="padding-top: 20px">
<h3>Recent writing</h3>
<ul style="list-style: none; padding-left: 0px">
{% for post in site.posts %} {% unless post.draft or post.paid %}
<li>
<p>
<a href="{{post.url}}">{{post.title}}</a> - {{ post.date | date: '%B
%d, %Y' }} {% if post.hn.size > 0 %}
<a href="{{post.hn}}" class="hn" style="text-decoration: none">
<img
class="hn-image"
src="/assets/y18.gif"
style="border: 1px white solid"
width="18"
height="18"
/>
</a>
{% endif %}
</p>
</li>
{% endunless %} {% endfor %}
</ul>
</div>
<div style="padding-top: 20px">
<h3>Recent fragments</h3>
<ul style="list-style: none; padding-left: 0px">
{% for post in site.fragments reversed %} {% unless post.tags contains
'draft' %}
<li>
<p>
<a href="{{post.url}}">{{post.title}}</a> - {{ post.date | date: '%B
%d, %Y' }}
</p>
<!-- <p>Published {{ post.date | date: '%B %d, %Y' }} </p> -->
</li>
{% endunless %} {% endfor %}
</ul>
</div>
</section>
</article>