diff options
author | Case Duckworth | 2022-05-25 15:48:07 -0500 |
---|---|---|
committer | Case Duckworth | 2022-05-25 15:48:07 -0500 |
commit | e67849d8e6c43309ec19c00216c916de5415bdb5 (patch) | |
tree | 2bf97e9128d41e2dc84a11185f4423fb6c179aa4 /src/i-am-not-abcdw.ht | |
parent | Add readme.txt (diff) | |
download | hat-trick-e67849d8e6c43309ec19c00216c916de5415bdb5.tar.gz hat-trick-e67849d8e6c43309ec19c00216c916de5415bdb5.zip |
Add post
Diffstat (limited to 'src/i-am-not-abcdw.ht')
-rw-r--r-- | src/i-am-not-abcdw.ht | 56 |
1 files changed, 56 insertions, 0 deletions
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! | ||