-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
138 lines (113 loc) · 5.86 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="/static/base.css"/>
<link rel="canonical" href="https://hardmath123.github.io"/>
<title>Comfortably Numbered</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="alternate" type="application/rss+xml" title="Comfortably Numbered" href="/feed.xml" />
</head>
<body>
<header id="header">
<script src="static/main.js"></script>
<div>
<a href="/"><span class="left-word">Comfortably</span> <span class="right-word">Numbered</span></a>
</div>
</header>
<div id="whoami" class="centered">
<h1>Comfortably Numbered</h1>
<p>I have kept this blog on and off since high school, writing
about whatever silly things happened to interest me over the years.
<hr/>
</div>
<!--
<div id="postlist" class="centered">
<strong class="postlinks" style="float:left;">
<a href="intersaccadic.html">Intersaccadic Perception on Massachusetts Avenue</a>
</strong>
<small style="float:right;">11/27/24</small>
<div class="clearer"></div>
<p>Seeing without looking</p>
<strong class="postlinks" style="float:left;">
<a href="tides.html">Play Me a High C</a>
</strong>
<small style="float:right;">11/4/24</small>
<div class="clearer"></div>
<p>The world is like an apple whirring silently through space</p>
<strong class="postlinks" style="float:left;">
<a href="peripheral-pareidolia.html">Peripheral pareidolia</a>
</strong>
<small style="float:right;">4/30/24</small>
<div class="clearer"></div>
<p>Faces that you can only see without looking</p>
<strong class="postlinks" style="float:left;">
<a href="bayesian-improv.html">Undetectable Bayesian Improv Theater</a>
</strong>
<small style="float:right;">1/21/24</small>
<div class="clearer"></div>
<p>How to pretend like you have a biased coin</p>
<strong class="postlinks" style="float:left;">
<a href="tree-fresnel.html">The light tries to enter the long black branches</a>
</strong>
<small style="float:right;">11/27/23</small>
<div class="clearer"></div>
<p>Thinking about a streetlight’s wooden halo</p>
<strong class="postlinks" style="float:left;">
<a href="honey.html">Half a Jar of Honey</a>
</strong>
<small style="float:right;">11/12/23</small>
<div class="clearer"></div>
<p>Investigating the stability of honey containers</p>
<strong class="postlinks" style="float:left;">
<a href="tofubes.html">How much should you stir your tofu?</a>
</strong>
<small style="float:right;">6/6/23</small>
<div class="clearer"></div>
<p>Can stirring more ever lead to worse outcomes?</p>
<strong class="postlinks" style="float:left;">
<a href="thiebaud.html">Light from shadow, seeing from seeing</a>
</strong>
<small style="float:right;">9/26/22</small>
<div class="clearer"></div>
<p>Thoughts on a blue and yellow photograph I took this summer</p>
<strong class="postlinks" style="float:left;">
<a href="pelu.html">PeLU: Porcelain-Emulated Linear Unit</a>
</strong>
<small style="float:right;">12/4/21</small>
<div class="clearer"></div>
<p>A low-power deep learning inference mechanism inspired by flush toilets</p>
<strong class="postlinks" style="float:left;">
<a href="birds-and-the-representation-of-representation.html">Birds and the Representation of Representation</a>
</strong>
<small style="float:right;">10/21/21</small>
<div class="clearer"></div>
<p>What is it about birds?</p>
</div>
-->
<footer id="footer">
<div>
<ul>
<li><a href="https://github.com/kach">
Github</a></li>
<li><a href="feed.xml">
Subscribe (RSS feed)</a></li>
<li><a href="https://twitter.com/hardmath123">
Twitter</a></li>
<li><a href="https://creativecommons.org/licenses/by-nc/3.0/deed.en_US">
CC BY-NC 3.0</a></li>
</ul>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-46120535-1', 'hardmath123.github.io');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
</footer>
</body>
</html>