diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/_foot.htm | 4 | ||||
-rw-r--r-- | src/i-am-not-abcdw.ht | 56 |
2 files changed, 59 insertions, 1 deletions
diff --git a/src/_foot.htm b/src/_foot.htm index 3ec6362..0453b0b 100644 --- a/src/_foot.htm +++ b/src/_foot.htm | |||
@@ -1,6 +1,8 @@ | |||
1 | <footer> | 1 | <footer> |
2 | $(case "$(title)" in ("") ;; (*) print "<a href=\"./index.html\">back</a>" ;; esac) | 2 | $(case "$(title)" in ("") ;; (*) print "<a href=\"./index.html\">back</a>" ;; esac) |
3 | <span id="copyright">(C) 2022 C. Duckworth</span> under the | 3 | <span id="copyright">(C) 2022 |
4 | $(if [ $(command date +%Y) -gt 2022 ]; then print "– $(command date +%Y)"; fi) | ||
5 | C. Duckworth</span> under the | ||
4 | <a href="gcl.html">Good Choices License</a>. | 6 | <a href="gcl.html">Good Choices License</a>. |
5 | (<a href="https://git.acdw.net/hat-trick.git">source</a>) | 7 | (<a href="https://git.acdw.net/hat-trick.git">source</a>) |
6 | </footer> | 8 | </footer> |
diff --git a/src/i-am-not-abcdw.ht b/src/i-am-not-abcdw.ht new file mode 100644 index 0000000..37358a1 --- /dev/null +++ b/src/i-am-not-abcdw.ht | |||
@@ -0,0 +1,56 @@ | |||
1 | ;@@title: I am not abcdw@@ | ||
2 | ;@@date: 2022-05-25@@ | ||
3 | |||
4 | I'm writing this because I'm just now thinking of it, mostly. | ||
5 | Sometimes when I hang around on Reddit or IRC or other nerdy internet places, | ||
6 | people mistake me (<strong>acdw</strong>) with Andrew Tropin (<strong>abcdw</strong>). | ||
7 | |||
8 | I am <strong>not</strong> Andrew Tropin. | ||
9 | He seems like a cool guy, and I've watched some of his YouTube stuff. | ||
10 | His work on Guix seems really interesting. | ||
11 | |||
12 | I'm just ... not him. | ||
13 | |||
14 | Here's a table to clear things up: | ||
15 | |||
16 | <style> | ||
17 | thead, | ||
18 | td:first-child { | ||
19 | background: navy; | ||
20 | color: white; | ||
21 | } | ||
22 | table { border-collapse: collapse; } | ||
23 | td { padding: 0.5ch; } | ||
24 | </style> | ||
25 | |||
26 | <table> | ||
27 | <thead> | ||
28 | <td></td> | ||
29 | <td>ACDW (Case Duckworth)</td> | ||
30 | <td>ABCDW (Andrew Tropin)</td> | ||
31 | </thead> | ||
32 | <tr><td>Website(s)</td> | ||
33 | <td><a href="https://www.acdw.net">acdw.net</a>, | ||
34 | <a href="https://acdw.casa" >acdw.casa</a>, | ||
35 | others</td> | ||
36 | <td><a href="https://trop.in/">trop.in</a></td> | ||
37 | </tr> | ||
38 | <tr><td>Mastodon</td> | ||
39 | <td><a href="https://tiny.tilde.website/@acdw">tiny.tilde.website</a></td> | ||
40 | <td><a href="https://fosstodon.org/@abcdw">fosstodon</a></td> | ||
41 | </tr> | ||
42 | <tr><td>Twitter</td> | ||
43 | <td><a href="https://twitter.com/caseofducks">@caseofducks</a></td> | ||
44 | <td><a href="https://twitter.com/andrewtropin">@andrewtropin</a></td> | ||
45 | </tr> | ||
46 | <tr><td>GitHub</td> | ||
47 | <td><a href="https://github.com/duckwork" >duckwork</a></td> | ||
48 | <td><a href="https://github.com/abcdw" >abcdw</a></td> | ||
49 | </tr> | ||
50 | <tr><td>YouTube</td> | ||
51 | <td><a href="https://www.youtube.com/channel/UC92gRJdnUYklVu4pvj9n0Lw" >not active</a></td> | ||
52 | <td><a href="https://www.youtube.com/channel/UCuj_loxODrOPxSsXDfJmpng" >quite active</a></td> | ||
53 | </tr> | ||
54 | </table> | ||
55 | |||
56 | Anyway, I hope this clears things up a little! | ||