summaryrefslogtreecommitdiff
path: root/info.html
blob: f6fe33afb02c5cf6eca98b90296d8d9bc4e7ccd2 (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
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
<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" href="/includes/stylesheet.css" />
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta
      property="og:description"
      content="The World Wide Web pages of Adam Carpenter"
    />
    <meta
      property="og:image"
      content="https://nextcloud.53hor.net/index.php/s/Nx9e7iHbw4t99wo/preview"
    />
    <meta property="og:site_name" content="53hor.net" />
    <meta property="og:title" content="Info" />
    <meta property="og:type" content="website" />
    <meta property="og:url" content="https://www.53hor.net" />
    <title>53hornet ➙ Info</title>
  </head>

  <body>
    <nav>
      <ul>
        <li>
          <a href="/">
            <img src="/includes/icons/home-roof.svg" />
            Home
          </a>
        </li>
        <li>
          <a href="/info.html">
            <img src="/includes/icons/information-variant.svg" />
            Info
          </a>
        </li>
        <li>
          <a href="https://git.53hor.net">
            <img src="/includes/icons/git.svg" />
            Repos
          </a>
        </li>
        <li>
          <a href="/software.html">
            <img src="/includes/icons/floppy-variant.svg" />
            Software
          </a>
        </li>
        <li>
          <a type="application/rss+xml" href="/rss.xml">
            <img src="/includes/icons/rss.svg" />
            RSS
          </a>
        </li>
      </ul>
    </nav>

    <article>
      <h1>Info</h1>

      <h2>About Me</h2>

      <p>
        My name is <em>Adam Carpenter</em> (on some sites I'm
        <em>53hornet</em>). I am a professional computer programmer, am married
        to my wonderful wife, Amy, and a puppy parent to Clementine, a Cocker
        Spaniel. This is my web site.
      </p>
      <p>You can find my <a href="/cv.html">CV here</a>.</p>

      <p>
        <img
          src="https://nextcloud.53hor.net/index.php/s/zL2AJHwtCWLX2Eq/preview"
        />
      </p>

      <h2>What Else Will You Find Here?</h2>

      <p>
        This site is my home on the web. I post things I've learned, things I
        want to share, and things I don't want to forget. I am generally
        interested in and generally post about:
      </p>

      <ul>
        <li>Antique automobiles, esp. my Fabulous 1953 Hudson Hornet</li>
        <li>Systems- and application-level programming</li>
        <li>Retrocomputing, esp. the Commodore 64</li>
        <li>Home servers and self-hosting</li>
        <li>FreeBSD and other *BSDs or UNIX-like operating systems</li>
        <li>Food: eating, baking, etc.</li>
        <li>Games, movies, and music</li>
      </ul>

      <h3>Web Log</h3>
      <p>
        I run a web log on this site. It's index is at the
        <a href="/">site index</a>.
      </p>

      <h3>Repos</h3>

      <p>
        I self-host all of my own Git repositories. You can
        <a href="https://git.53hor.net">access them here</a>.
      </p>

      <h3>Software, Self-Hosted Apps and Games</h3>

      <p>
        I self-host a variety of applications and games. A few of them are
        public. You may <a href="/software.html">access them here</a>. I also
        maintain a couple of open source projects with homepages there as well.
      </p>

      <h2>Contacting Me</h2>

      <p>
        You can write to <a href="mailto:atc@53hor.net">atc@53hor.net</a>.
        <span>
          If you want it,
          <a
            href="https://nextcloud.53hor.net/index.php/s/bX5K5JBHNnyZgr2/download"
            >here is my GPG public key</a
          >.
        </span>
        The best way to keep up with what I'm up to is to use an RSS reader on
        <a href="/rss.xml">my feed</a>.
      </p>

      <p>
        I've created accounts on the following sites but I check them rarely or
        not at all. The best way to reach me is by mail.
      </p>

      <p>
        <span>
          <a title="53hornet#2015">Discord (hover)</a>
        </span>
        <span>
          <a
            title="33FF8453F9A8E3583EFBC1185F17B466C2A76761AD7E35CBFEB9F1D977F71022FC8FBBC6AB41"
            >Tox (hover)
          </a>
        </span>
        <span>
          <a href="https://www.reddit.com/user/53hornet">Reddit</a>
        </span>
        <span>
          <a href="https://github.com/53hornet">GitHub</a>
        </span>
        <span>
          <a href="https://gitlab.com/53hornet">GitLab</a>
        </span>
        <span>
          <a href="https://www.youtube.com/user/my53hornet"
            >YouTube (53hornet)</a
          >
        </span>
        <span>
          <a href="https://www.youtube.com/user/STMUAC/about"
            >YouTube (STMUAC)</a
          >
        </span>
        <span>
          <a href="https://twitter.com/AdamCar09144367">Twitter</a>
        </span>
        <span>
          <a href="https://www.linkedin.com/in/adam-carpenter/">LinkedIn</a>
        </span>
        <span>
          <a href="https://steamcommunity.com/id/53hornet/">Steam</a>
        </span>
        <span>
          <a href="https://www.facebook.com/53hornet">Facebook</a>
        </span>
      </p>

      <h2>Disclaimer</h2>

      <p>
        The views on this web site are entirely mine! That should go without
        saying. They don't reflect my company, co-workers, friends, family, dog,
        or anyone I mention anywhere in any way.
      </p>

      <p>
        I prefer not to go back and edit old posts. So when you're reading
        something from 2 years ago, that was my opinion 2 years ago. Times
        change and so can I, so please try to keep that in mind.
      </p>

      <p>
        If I reference an external public profile or site as fact, I will do so
        with links so you can go and read the source.
      </p>

      <h2>Privacy</h2>

      <p>
        My web server has an access log. By visiting this site you're
        surrendering:
      </p>

      <ul>
        <li>Your public IP address</li>
        <li>Your browser's user agent</li>
        <li>The URL of the page you visited</li>
        <li>The time and date of your visit</li>
      </ul>

      <p>
        That's it. I do not advertise in this site, read your cookies, or
        perform any kind of social media tracking. I also proudly don't have any
        JavaScript on my site.
      </p>

      <h2>License</h2>

      <p>
        Content on this site is licensed under the
        <a href="https://creativecommons.org/licenses/by/4.0/"
          >Creative Commons Attribution 4.0 International License</a
        >.
      </p>

      <p>
        Source code on this site, unless otherwise stated, is licensed under the
        <a href="https://opensource.org/licenses/BSD-3-Clause">
          BSD 3-Clause license</a
        >.
      </p>

      <p>
        The structure and content of this page are loosely based on
        <a href="https://www.worthe-it.co.za/about.html"
          >Justin Wernick's about page</a
        >. The structure and content of my CV is loosely based on
        <a href="https://benhoyt.com/cv/">Ben Hoyt's Resume/CV</a>.
      </p>

      <img
        src="https://nextcloud.53hor.net/index.php/s/G3QG8FNb8aDmzcc/preview"
      />
      <img
        src="https://nextcloud.53hor.net/index.php/s/nKmSsrxa4LkRHdM/preview"
      />
    </article>
  </body>
</html>