-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
133 lines (92 loc) · 4.19 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
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Noon van der Silk - Home</title>
<link rel="stylesheet" type="text/css" href="./css/default.css" />
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$','$'], ['\\(','\\)']],
processEscapes: true
}
});
</script>
<script>
var host = "silky.github.io";
if ((host == window.location.host) && (window.location.protocol != "https:")) {
window.location.protocol = "https";
}
</script>
<link href="https://fonts.googleapis.com/css?family=Taviraj|PT+Mono" rel="stylesheet">
</head>
<body>
<div id="header">
<div id="logo">
<h1><a href="./">Noon van der Silk</a></h1>
</div>
<div id="navigation">
<a href="./about.html">About</a>
<a href="./archive.html">Archive</a>
<a href="https://betweenbooks.com.au/">Between Books</a>
<a href="./talks.html">Talks</a>
<a href="./links.html">Links</a>
<small><a href="./atom.xml">Atom Feed</a></small>
</div>
</div>
<div id="content">
<h2>Home</h2>
<div style="float:right; margin:10px; background: #eaeaea; padding: 8px;">
<img src="https://avatars2.githubusercontent.com/u/129525?s=200" style="width: 200px" />
<br />
<small><em>Figure 1</em>. Noon van der Silk.</small>
</div>
my programming language is kindness
<h2>Recent posts</h2>
<ul>
<li>
<a href="./posts/nixos-latest-kernel.html">Installing NixOS with the latest kernel</a> - January 7, 2025
</li>
<li>
<a href="./posts/htmx-haskell-interview.html">HTMX and Servant: Seamless and powerful handling of HTTP errors in HTMX</a> - May 6, 2024
</li>
<li>
<a href="./posts/zen-kanban.html">Zen Kanban</a> - April 6, 2024
</li>
<li>
<a href="./posts/scirate-maintainership.html">Stepping down from SciRate maintainership</a> - March 29, 2022
</li>
<li>
<a href="./posts/everything.html">You Have Already Accomplished Everything</a> - March 16, 2022
</li>
<li>
<a href="./posts/died-todo-list.html">☐ He died with a todo list in his hand ...</a> - June 3, 2021
</li>
<li>
<a href="./posts/2020-books.html">2020 Books</a> - February 14, 2021
</li>
<li>
<a href="./posts/melbourne-cambridge.html">New job; moving to Cambridge!</a> - October 12, 2020
</li>
<li>
<a href="./posts/privileges.html">Privileges</a> - October 1, 2020
</li>
<li>
<a href="./posts/2019-02-22-2018s-crazy-ideas.html">2018s Crazy Ideas</a> - February 22, 2019
</li>
</ul>
<p>…or you can find more in the <a href="./archive.html">archives</a>.
<h2>Notes</h2>
<script src="https://gist.github.com/silky/61d270c9e10158ec55c7.js" type="text/javascript"></script>
<br style="clear: both;" />
</div>
<div id="footer">
<small><a href="http://jaspervdj.be/hakyll">Hakyll</a> was involved here (<a href="https://github.com/silky/silky.github.com">source</a>).
ن
</small>
</div>
<div id="image_footer"> </div>
</body>
</html>