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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Kris Yotam</title>
<link rel="stylesheet" href="c/site.css"></link>
<link rel="alternate" type="application/rss+xml" href="/feed.xml"></link>
<meta name="description" content="Elly's homepage">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="mode-container">
<input type="radio" name="theme" id="theme-auto" checked>
<label for="theme-auto" class="auto" title="Auto theme"></label>
<input type="radio" name="theme" id="theme-light">
<label for="theme-light" class="light" title="Light theme"></label>
<input type="radio" name="theme" id="theme-dark">
<label for="theme-dark" class="dark" title="Dark theme"></label>
</div>
<div class="top-bar" role="navigation">
<a href="index.html" title="Main page"><img src="c/sigma.svg" alt="Main page"></a>
<a href="about.html" title="About"><img src="c/news.svg" alt="About"></a>
<a href="#" title="Code"><img src="c/code.svg" alt="Code"></a>
<a href="pics.html" title="Photography"><img src="c/camera.svg" alt="Photography"></a>
<a href="#" title="Pictures"><img src="c/picture.svg" alt="Pictures"></a>
<a href="vids.html" title="Videos"><img src="c/video.svg" alt="Videos"></a>
<a href="#" title="Donations"><img src="c/beer.svg" alt="Donations"></a>
<a href="#" title="Social"><img src="c/elephant.svg" alt="Social"></a>
</div>
<h1>Kris Yotam</h1>
<!-- TODO: OPML -->
<fieldset class="wrap"><legend>about-me</legend>
<div class="keepws">
(bio <a href="about.html">about-me</a>)
(irc <a href="ircs://irc.libera.chat/kris,isuser">libera/kris</a>)
(gpg-key <a href="gpg.html">key.gpg</a>)
(ssh-keys <a href="ssh.html">keys.ssh</a>)
</div>
</fieldset>
<fieldset class="wrap"><legend>around-here</legend>
<div class="keepws">
(my <a href="papers.html">papers</a>)
(my <a href="essays.html">essays</a>)
(my <a href="blog.html">blog</a>)
(my <a href="diary.html">diary</a>)
(my <a href="news.html">column</a>)
(my <a href="reviews.html">reviews</a>)
(my <a href="fiction.html">fiction</a>)
(my <a href="notes.html">notes</a>)
(my <a href="verse.html">verse</a>)
(my <a href="prayers.html">prayers</a>)
(my <a href="ocs.html">ocs</a>)
(my <a href="#">notebooks</a>)
(my <a href="progymnasmata.html">progymnasmata</a>)
(not-my <a href="#">prayer</a>)
(not-my <a href="#">poetry</a>)
(not-my <a href="#">prose</a>)
</div>
</fieldset>
<fieldset class="wrap"><legend>media-tracking</legend>
<div class="keepws">
(my <a href="film.html">film</a>)
(my <a href="lit.html">lit</a>)
(my <a href="anime.html">anime</a>)
(my <a href="manga.html">manga</a>)
(my <a href="#">playlists</a>)
</div>
</fieldset>
<fieldset class="wrap"><legend>misc</legend>
<div class="keepws">
(some <a href="people.html">people</a>)
(some <a href="#">links</a>)
(some <a href="networks.html">news</a>)
</div>
</fieldset>
<fieldset class="wrap"><legend>style-guides</legend>
<div class="keepws">
(web <a href="#">html</a> <a href="#">css</a> <a href="#">js</a>)
(systems <a href="#">c</a> <a href="#">go</a> <a href="#">rust</a>)
(functional <a href="#">haskell</a> <a href="#">scala</a>)
</div>
</fieldset>
<fieldset class="wrap"><legend>recent-reading</legend>
<div class="keepws">
(<a href="#">infinite-jest</a>
david-foster-wallace (fiction postmodern))
(<a href="#">blood-meridian</a>
cormac-mccarthy (fiction western))
</div>
</fieldset>
<fieldset class="wrap"><legend>recent-writing</legend>
<div class="keepws">
(2026-05-15 <a href="d/notes/sophia.html">sophia</a>)
(2026-05-11 <a href="d/news/soapbox-demo-ai-funding.html">the ai funding bubble nobody wants to name</a>)
(2026-05-10 <a href="d/news/otr-demo-antikythera.html">the antikythera mechanism and what we still refuse to ask</a>)
(2026-05-09 <a href="d/news/fn-demo-topology-breakthrough.html">a new result in persistent homology worth paying attention to</a>)
(2026-05-08 <a href="d/diary/that-a-perfect-entry-is-not-a-complete-one.html">that a perfect entry is not a complete one</a>)
</div>
</fieldset>
<fieldset class="wrap"><legend>recent-programming</legend>
<div class="keepws">
<a href="#">code-crafters</a>
<a href="#">k-and-r</a>
<a href="#">xv6</a>
<a href="#">plan9-from-user-space</a>
</div>
</fieldset>
</body>
</html>