-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
108 lines (102 loc) · 4.2 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>The soap box - Home</title>
<link rel="stylesheet" href="./css/default.css" />
</head>
<body>
<header>
<div class="logo">
<a href="./">The soap box</a>
</div>
<nav>
<a href="./">Home</a>
<a href="./niheipedia.html">Niheipedia</a>
<a href="./archive.html">Archive</a>
</nav>
</header>
<main role="main">
<p>Recent posts:</p>
<ul>
<li>
<a href="./posts/2023-12-30-2023-into-2024.html">2023 into 2024</a> - December 30, 2023
</li>
<li>
<a href="./posts/2023-09-01-on-academic-drawing.html">On Academic Drawing</a> - September 1, 2023
</li>
<li>
<a href="./posts/2023-06-26-fun-with-words-work.html">Fun with words: Work</a> - June 26, 2023
</li>
<li>
<a href="./posts/2022-12-26-2022-into-2023.html">2022 into 2023</a> - December 26, 2022
</li>
<li>
<a href="./posts/2022-06-16-ordnung-und-fortschritt.html">Ordnung und Fortschritt</a> - June 16, 2022
</li>
<li>
<a href="./posts/2022-05-08-zen-of-bicycle-repair.html">Zen of bicycle repair</a> - May 8, 2022
</li>
<li>
<a href="./posts/2022-03-05-anthropology-of-everyday-life.html">Anthropology of everyday life</a> - March 5, 2022
</li>
<li>
<a href="./posts/2022-02-12-changes-to-this-website.html">Changes to this website</a> - February 12, 2022
</li>
<li>
<a href="./posts/2022-01-06-2021-into-2022.html">2021 into 2022</a> - January 6, 2022
</li>
<li>
<a href="./posts/2020-12-30-2020-into-2021.html">2020 into 2021</a> - December 30, 2020
</li>
<li>
<a href="./posts/2020-08-14-the-parasite-in-my-pocket.html">The parasite in my pocket</a> - August 14, 2020
</li>
<li>
<a href="./posts/2020-06-20-socialmedialess.html">Socialmedialess</a> - June 20, 2020
</li>
<li>
<a href="./posts/2020-04-05-just-read-the-friggin-tests.html">Just read the friggin tests</a> - April 5, 2020
</li>
<li>
<a href="./posts/2019-12-22-2019-into-2020.html">2019 into 2020</a> - December 22, 2019
</li>
<li>
<a href="./posts/2019-08-25-codefest-2019-writeup.html">Codefest CTF 2019 writeup</a> - August 25, 2019
</li>
<li>
<a href="./posts/2019-06-20-my-zurihac-2019-experience.html">My ZuriHac 2019 experience</a> - June 20, 2019
</li>
<li>
<a href="./posts/2019-04-21-journey-of-a-mateiro.html">Journey of a mateiro</a> - April 21, 2019
</li>
<li>
<a href="./posts/2019-03-09-price-tag.html">Price tag</a> - March 9, 2019
</li>
<li>
<a href="./posts/2018-12-31-2018-into-2019.html">2018 into 2019</a> - December 31, 2018
</li>
<li>
<a href="./posts/2018-12-22-a-way-through-maths-as-an-adult.html">A way through maths as an adult</a> - December 22, 2018
</li>
<li>
<a href="./posts/2018-11-23-my-munihac-2018-experience.html">My MuniHac 2018 experience</a> - November 23, 2018
<li>
<a href="./posts/2018-11-12-anarchism-and-primitivism.html">Anarchism and primitivism</a> - November 12, 2018
</li>
<li>
<a href="./posts/2018-11-04-why-I-left-facebook.html">Why I left Facebook</a> - November 4, 2018
</li>
</ul>
<br>
<p> The whole list is <a href="./archive.html">here</a>.</p>
<br>
<p>Sometimes I blog about functional programming on the (former) company's <a href="http://prima.engineering">tech blog</a></p>
</main>
<footer>
Site proudly generated by <a href="https://pandoc.org">Pandoc</a>. CSS from standard <a href="http://jaspervdj.be/hakyll">Hakyll</a>.
</footer>
</body>
</html>