blob: 29f7ad3e3e63e44670f3b57fe0b8c11fe8fe2ec4 (
plain) (
blame)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
m4_include(head.html)
</head>
<body>
<header>
<div>
<h1>Other Websites</h1>
m4_include(nav.html)
</div>
<figure class="quote">
<blockquote>
<p>The essence of XML is this: the problem it solves is not
hard, and it does not solve the problem well.</p>
</blockquote>
<figcaption>
Phil Wadler
</figcaption>
</figure>
</header>
<main>
<p>
On this section of the website you can find links to all sorts of
other websites I think are somewhat interesting. Some of these
are my own sites, and some of them aren’t. Feel free to explore.
</p>
<p>My websites:</p>
<ul>
<li>
<a target="_blank" href="https://archive.thomasvoss.com">
<cite>archive</cite> — Mario Kart Wii time trials archive
</a>
</li>
<li>
<a target="_blank" href="https://cv.thomasvoss.com">
<cite>cv</cite> — my résumé/curriculum vitæ
</a>
</li>
<li>
<a target="_blank" href="https://euro.thomasvoss.com">
<cite>euro</cite> — my euro coin and -banknote collection
</a>
</li>
<li>
<a target="_blank" href="https://git.thomasvoss.com">
<cite>git</cite> — my git server
</a>
</li>
<li>
<a target="_blank" href="https://paste.thomasvoss.com">
<cite>paste</cite> — my paste server
</a>
</li>
<li>
<a target="_blank" href="https://retime.mcbe.wtf">
<cite>retime</cite> — a webtool for retiming speedruns
</a>
</li>
</ul>
<p>Not my websites:</p>
<ul>
<li>
<a target="_blank" href="https://classicshorts.com">
<cite>classicshorts</cite> — a collection of short stories
</a>
</li>
<li>
<a target="_blank" href="https://iannis.io">
<cite>iannis.io</cite> — blog posts on programming topics
</a>
</li>
<li>
<a target="_blank" href="https://redblobgames.com">
<cite>redblobgames</cite> — algorithms in the context of video games
</a>
</li>
<li>
<a target="_blank" href="https://tdmm.eu">
<cite>tdmm</cite> — blog posts on low-level development
</a>
</li>
<li>
<a target="_blank" href="https://blog.bal-e.org/">
<cite>bal-e</cite> — it’s like tdmm.eu I guess
</a>
</li>
<li>
<a target="_blank" href="http://textfiles.com">
<cite>textfiles</cite> — a collection of thousands of plain-text files
</a>
</li>
<li>
<a target="_blank" href="https://cat-v.org">
<cite>cat-v</cite> — <q>The Internet is not for sissies.</q>
</a>
</li>
</ul>
<p>Assorted Links</p>
<ul>
<li>
<a
target="_blank"
href="https://web.archive.org/web/20230619115633/http://lists.warhead.org.uk/pipermail/iwe/2005-July/000130.html"
>
<cite>Why Lisp Macros are Cool</cite>
</a>
</li>
</ul>
</main>
<hr>
<footer>
m4_footer
</footer>
</body>
</html>
|