html lang="en" {
head { HEAD }
body {
header {
div .head {
h1 {-Other Websites}
INCLUDE(nav.gsp)
}
figure .quote {
blockquote {
p {=
The essence of XML is this: the problem it solves it not hard, and
it does not solve the problem well.
}
}
figcaption {-Phil Wadler}
}
}
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.
}
h3 {-My Websites}
ul {
li {
NEWTAB href="https://archive.thomasvoss.com" {=
@cite{-archive} — Mario Kart Wii time trials archive
}
}
li {
NEWTAB href="https://cv.thomasvoss.com" {=
@cite{-cv} — my résumé/curriculum vitæ
}
}
li {
NEWTAB href="https://euro.thomasvoss.com" {=
@cite{-euro} — my euro coin and -banknote collection
}
}
li {
NEWTAB href="https://git.thomasvoss.com" {=
@cite{-git} — my git server
}
}
li {
NEWTAB href="https://paste.thomasvoss.com" {=
@cite{-paste} — my paste server
}
}
li {
NEWTAB href="https://retime.mcbe.wtf" {=
@cite{-retime} — a webtool for retiming speedruns
}
}
}
h3 {-Not My Websites}
ul {
li {
NEWTAB href="https://cat-v.org" {=
@cite{-Cat -v} — @q{-The Internet is not for sissies.}
}
}
li {
NEWTAB href="https://classicshorts.com" {=
@cite{-Classic Shorts} — a collection of short stories
}
}
li {
NEWTAB href="https://emacsredux.com" {=
@cite{-Emacs Redux} — blog posts on Emacs
}
}
li {
NEWTAB href="https://iannis.io" {=
@cite{-iannis.io} — blog posts on programming topics
}
}
li {
NEWTAB href="https://nullprogram.com" {=
@cite{-Null Program} — blog posts on software development; mainly C
}
}
li {
NEWTAB href="https://redblobgames.com" {=
@cite{-Red Blob Games} — algorithms in the context of video games
}
}
li {
NEWTAB href="http://textfiles.com" {=
@cite{-Text Files} — a collection of thousands of plain-text files
}
}
}
h3 {-Assorted Links}
ul {
li {
NEWTAB href="https://web.archive.org/web/20230619115633/http://lists.warhead.org.uk/pipermail/iwe/2005-July/000130.html" {
cite {-Why Lisp Macros are Cool}
}
}
li {
NEWTAB href="https://melsloop.com/docs/the-story-of-mel/pages/mel-kaye-cv" {
cite {-The Story of Mel}
}
}
}
p {-Alternative approaches to common problems:}
ul {
li {
NEWTAB href="https://doc.cat-v.org/plan_9/4th_edition/papers/rc" {
cite {-Rc — The Plan 9 Shell}
}
}
li {
NEWTAB href="https://doc.cat-v.org/inferno/4th_edition/inferno_shell" {
cite {-Sh — The Inferno Shell}
}
}
li {
NEWTAB href="https://doc.cat-v.org/bell_labs/structural_regexps/se.pdf" {
cite {-Structural Regular Expressions — Rob Pike}
}
}
}
p {-Interesting talks (these are videos):}
ul {
li {
NEWTAB href="https://www.youtube.com/watch?v=HxaD_trXwRE" {
cite {-Lexical Scanning in Go — Rob Pike}
}
}
}
}
footer { FOOT }
}
}