-
Notifications
You must be signed in to change notification settings - Fork 1
/
archive.html
333 lines (187 loc) · 10.6 KB
/
archive.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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
<?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 - Archives</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>Archives</h2>
Here you can find all my previous posts:
<ul>
<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>
<li>
<a href="./posts/2019-01-27-Designing-Functional-Cloths-with-Haskell.html">Designing Functional Clothes with Haskell!</a> - January 27, 2019
</li>
<li>
<a href="./posts/2019-01-04-fashion-design-at-linux-conf-nz.html">Van der Silk Fashion at Linux Conf 2019 - New Zealand</a> - January 4, 2019
</li>
<li>
<a href="./posts/2019-01-03-2018-books.html">2018 Books</a> - January 3, 2019
</li>
<li>
<a href="./posts/2018-11-19-reliable-training-hack-on-google-colaboratory.html">Reliable training hack on the Google Colaboratory</a> - November 19, 2018
</li>
<li>
<a href="./posts/2018-11-09-quick-note-on-budgeting.html">A quick note on budgeting ...</a> - November 9, 2018
</li>
<li>
<a href="./posts/2018-11-05-dance-booth-open-source.html">Simple Dance Booth Open-Sourced (based on TensorFlow.js demo)</a> - November 5, 2018
</li>
<li>
<a href="./posts/2018-10-23-qml-plus-conference-review-of-work-on-quantum-machine-learning.html">QML+ Conference Review & Current State of Quantum Machine Learning</a> - October 23, 2018
</li>
<li>
<a href="./posts/2018-07-25-ethics-of-AI.html">The Ethics of AI - An Empathy-Based Approach?</a> - July 25, 2018
</li>
<li>
<a href="./posts/2018-06-23-Diagrams-In-Hakyll.html">Diagrams In Hakyll!</a> - June 23, 2018
</li>
<li>
<a href="./posts/2018-06-16-when-will-google-translate-be-great.html">When will Google Translate be great?</a> - June 16, 2018
</li>
<li>
<a href="./posts/2018-06-06-fugu-the-generalised-relu-activation-function.html"><tt>fugu</tt>, the generalised <tt>relu</tt> activation function</a> - June 6, 2018
</li>
<li>
<a href="./posts/2018-04-15-cppns-for-procedural-landscape-generation.html">CPPNs for Procedural Landscape Generation!</a> - April 15, 2018
</li>
<li>
<a href="./posts/2017-12-27-retro-haskell-clothing.html">Retro Haskell Clothing, and More! ... My PAOM Store!</a> - December 27, 2017
</li>
<li>
<a href="./posts/2017-12-27-2017s-crazy-ideas.html">2017s Crazy Ideas</a> - December 27, 2017
</li>
<li>
<a href="./posts/2017-08-28-deep-learning-dance-smackdown.html">Deep Learning Dance Smackdown!</a> - August 28, 2017
</li>
<li>
<a href="./posts/2017-05-16-the-internet-high-5-machine-launched.html">The Internet High 5 Machine Launched!</a> - May 16, 2017
</li>
<li>
<a href="./posts/2017-03-29-ideas-and-actions-for-getting-and-keeping-women-in-technology.html">Ideas and actions for getting, and keeping, women in technology</a> - March 29, 2017
</li>
<li>
<a href="./posts/2017-01-06-forging-quantum-money-part-1.html">Forging quantum money (part 1 of 3)</a> - January 6, 2017
</li>
<li>
<a href="./posts/2016-12-11-quantum-neural-networks.html">Quantum neural networks</a> - December 11, 2016
</li>
<li>
<a href="./posts/2016-02-22-bad-maths-and-programming-jokes.html">50 bad maths and programming jokes</a> - February 22, 2016
</li>
<li>
<a href="./posts/2016-01-05-build-windows-haskell-app-with-stack-and-appveyor.html">Building a windows-executable Haskell program with stack and AppVeyor</a> - January 5, 2016
</li>
<li>
<a href="./posts/2015-12-18-happy-haskmas.html">Happy Haskmas!</a> - December 18, 2015
</li>
<li>
<a href="./posts/2015-10-14-super-reference-haskell-reference-manager.html">Super Reference! Web Haskell-based reference management</a> - October 14, 2015
</li>
<li>
<a href="./posts/2015-10-01-Makefile-for-versioned-lyx.html">Versioned LyX documents</a> - October 1, 2015
</li>
<li>
<a href="./posts/2015-09-22-ghci-colouriser.html">GHCi Colouriser</a> - September 22, 2015
</li>
<li>
<a href="./posts/2015-05-29-fresh-prince-of-bell-pair.html">Fresh Prince of Bell Pair</a> - May 29, 2015
</li>
<li>
<a href="./posts/2014-09-09-intro-to-qc-and-the-surface-code.html">Introduction to quantum computing and the surface code</a> - September 9, 2014
</li>
<li>
<a href="./posts/2014-08-14-featured-artist-pablo-amaringo.html">Feaured Artist - Pablo Amaringo</a> - August 14, 2014
</li>
<li>
<a href="./posts/2014-08-10-laptop-art-holder.html">Laptop art holder</a> - August 10, 2014
</li>
<li>
<a href="./posts/2014-07-26-laborastory-talk-is-up.html">Laborastory talk is up!</a> - July 26, 2014
</li>
<li>
<a href="./posts/2014-07-18-you-run-i-run.html">You run, I run</a> - July 18, 2014
</li>
<li>
<a href="./posts/2014-06-21-some-tools-for-working-with-github-upstream-repos.html">Some tools for working with Github upstream repos</a> - June 21, 2014
</li>
<li>
<a href="./posts/2014-06-03-open-science-workshop-call-for-participation.html">Open Science Workshop Melbourne - Call for participation!</a> - June 3, 2014
</li>
<li>
<a href="./posts/2014-04-27-autosave-mathematica-files-for-undo-purposes.html">Autosave Mathematica files for undo purposes</a> - April 27, 2014
</li>
<li>
<a href="./posts/2014-04-20-on-me.html">On me ...</a> - April 20, 2014
</li>
<li>
<a href="./posts/2014-04-19-pyqubits-v0.1.html">pyqubits v0.1</a> - April 19, 2014
</li>
</ul>
</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>