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
<!DOCTYPE html>
<html lang="en">
<head>
<title>About | Kris Yotam</title>
<link rel="stylesheet" href="c/site.css">
<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>
<div class="keepws">
(<span class="bold">profile</span>
(mbti INTJ)
(enneagram 5w6)
(strongest-aptitude logic)
(orientation scientist-and-believer)
(philosophy anti-institutional free-software self-sovereign)
(os arch-linux)
(wm dwm)
(shell fish)
(editor nvim)
(forge <a href="https://sr.ht/~krisyotam">sr.ht</a>))
</div>
<div class="keepws">
(<span class="bold">what-i-do</span>
(systems-programming C linux-kernel plan9)
(mathematics pure-math logic foundations)
(security offensive-security pentesting ctf)
(trading algorithmic-trading futures tsmom)
(writing essays papers long-form research)
(natural-philosophy alchemy mysticism religious-studies))
</div>
<div class="keepws">
(<span class="bold">origin-story</span>
(started-with windows-xp age-8 html-css)
(then ubuntu dual-boot broke-windows learned-linux)
(then arch-linux suckless dwm-st-dmenu from-source)
(then plan-9 9front the-operating-system-that-changes-everything)
(then C k-and-r xv6 systems-programming-proper)
(then math lang-basic-mathematics proof-writing)
(then security hackthebox oscp red-team)
(then trading shiloh-engine micro-futures from-scratch)
(then natural-philosophy alchemy-as-science not-pseudoscience))
</div>
<div class="keepws">
(<span class="bold">intellectual-framework</span>
(model modern-professor)
(meaning self-funded-academic research-plus-teaching outside-institutions)
(method research create publish teach)
(income crowdfunded tiered-access sponsorship)
(influences
gwern (deep-research long-form reference-density)
luke-smith (academic-turned-creator anti-system free-software)
simon-willison (prolific-dev open-source github-sponsorship)
ramanujan (minimal-input maximal-output logic cross-field)
newton (if-it-doesnt-exist-build-it)))
</div>
<div class="keepws">
(<span class="bold">stack</span>
(languages C python fish-shell)
(systems arch-linux 9front gentoo)
(infra self-hosted nginx tor tailscale)
(server stargate bare-metal 1tb)
(desktop moirai arrow-lake rx6800xt 4-monitors)
(laptop thinkpad artix blackarch)
(dotfiles <a href="#">srice</a> gnu-stow)
(deploy <a href="#">sdeploy</a> progs-csv))
</div>
<div class="keepws">
(<span class="bold">beliefs</span>
(non-falsifiable-is-not-false)
(holistic-knowledge no-artificial-boundary)
(free-software-is-a-moral-imperative)
(memory-is-the-bottleneck drill-everything)
(workbooks-over-textbooks)
(the-file-is-the-source-of-truth)
(build-your-own-tools)
(structure-over-motivation))
</div>
<div class="keepws">
(<span class="bold">currently</span>
(reading infinite-jest blood-meridian)
(building shiloh algo-trading-engine-in-c)
(studying lang-basic-mathematics theoretical-physics)
(training oscp hackthebox omniscient)
(programming code-crafters k-and-r xv6 plan9-from-user-space)
(planning ninetimes-org plan9-newspaper))
</div>
<div class="keepws">
(<span class="bold">contact</span>
(irc <a href="ircs://irc.libera.chat/kris,isuser">libera/kris</a>)
(email <a href="mailto:kris@krisyotam.com">kris@krisyotam.com</a>)
(git <a href="https://sr.ht/~krisyotam">sr.ht/~krisyotam</a>))
</div>
</body>
</html>