misc
[clinton/website/site/unknownlamer.org.git] / index.html
CommitLineData
87b56e82 1<?xml version="1.0" encoding="utf-8" ?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6 <title>The Home of Your Friendly Neighborhood Terrorist</title>
7 <meta name="generator" content="muse.el" />
8 <meta http-equiv="Content-Type"
9 content="text/html; charset=utf-8" />
922c2594 10 <link href="http://feeds.unknownlamer.org/rss/site-updates"
11 rel="alternate" type="application/rss+xml" title="Updates Feed" />
12
09c17a15 13<link rel="stylesheet" href="default.css" />
87b56e82 14 </head>
15 <body>
16 <h1>The Home of Your Friendly Neighborhood Terrorist</h1>
17 <div class="contents">
18<dl>
19<dt>
20<a href="#sec1">Sections</a>
21</dt>
22<dt>
23<a href="#sec2">Journal</a>
24</dt>
25<dt>
26<a href="#sec3">About Me / Contact</a>
27</dt>
28<dd>
29<dl>
30<dt>
31<a href="#sec4">Email</a>
32</dt>
33<dt>
34<a href="#sec5">Jabber</a>
35</dt>
36<dt>
37<a href="#sec6">IRC</a>
38</dt>
39<dt>
40<a href="#sec7">Résumé</a>
41</dt>
42<dt>
43<a href="#sec8">A Picture</a>
44</dt>
45<dt>
46<a href="#sec9">Site Software</a>
47</dt>
48</dl>
49</dd>
50</dl>
51</div>
52
53
54<!-- Page published by Emacs Muse begins here --><p>Greetings, my name is Clinton and you have stumbled upon my personal
55website. This is a continually evolving project as most things on the
56web are.</p>
57
58<h2><a name="sec1" id="sec1"></a>
59Sections</h2>
60
61<ul>
62<li><a href="Bicycle.html">Bicycle</a></li>
63<li><a href="Kilt.html">Kilt</a></li>
64<li><a href="Maytag.html">Cat</a></li>
65<li><a href="Homebrewing.html">Homebrewing</a></li>
66<li><a href="Book%20List.html">Things I Have Read</a></li>
67<li><a href="Code.html">Code</a>
68
69<ul>
70<li><a href="Lisp.html">Lisp</a></li>
71</ul></li>
72<li><a href="Imagery.html">Imagery</a></li>
73<li><a href="Politics.html">Political and Social Views</a></li>
74<li><a href="Music.html">Music</a></li>
75</ul>
76
77
78<h2><a name="sec2" id="sec2"></a>
79Journal</h2>
80
a7e21d41 81<p class="first">I keep a <a href="http://journal.unknownlamer.org/">journal</a> where I used to send ideas out into the Ether before
82reformulating them into coherent essays for the site sitting before
83you, occasionally interspersed with commentary on my mundane daily
84existence. As livejournal has sold out almost all of their former
85ideals I no longer use this, but will eventually set up a weblogging
86system locally.</p>
87b56e82 87
88<p><a href="http://unknownlamer.org/index.1999_2006.html">The Old Site</a> is still available. Links to pages there will remain
89stable indefinitely so as to not break the Holy Command of Our Sovran
90Hypertextia.</p>
91
92
93<h2><a name="sec3" id="sec3"></a>
94About Me / Contact</h2>
95
96<p class="first">I am a mild mannered hacker and metalhead.</p>
97
98<p>I welcome criticism and suggestions to improve anything I have
99written here.</p>
100
101<h3><a name="sec4" id="sec4"></a>
102Email</h3>
103
104<p><code>clinton at unknownlamer dot gro</code> (a simple puzzle)</p>
105
106
107<h3><a name="sec5" id="sec5"></a>
108Jabber</h3>
109
110<p><code>clinton at hcoop dot net</code> (this also works as an email address and must
111be protected as a result)</p>
112
113
114<h3><a name="sec6" id="sec6"></a>
115IRC</h3>
116
117<p class="first">I hang out on Freenode and oftc as <code>unknown_lamer</code> in various
118channels. <code>/whois</code> will guide you to me.</p>
119
120
121<h3><a name="sec7" id="sec7"></a>
122Résumé</h3>
123
124<p class="first">I am a programmer by trade, and as such have a (potentially) fancy
125<a href="files/resume.pdf">Résumé</a>. I am quite familiar with <a href="http://common-lisp.net/project/ucw/">UnCommon Web</a> and Common Lisp in
126general. This, naturally, makes me unemployable.</p>
127
128
129<h3><a name="sec8" id="sec8"></a>
130A Picture</h3>
131
132<table class="image" width="100%">
133 <tr><td align="center"><img src="img/photos/me/2008-03-09.jpg" alt="An Adventurous Young Lad" /></td></tr>
134 <tr><td align="center" class="image-caption">An Adventurous Young Lad</td></tr>
135</table>
136
137
138<h3><a name="sec9" id="sec9"></a>
139Site Software</h3>
140
141<p class="first">I use <a href="http://www.mwolson.org/projects/MuseMode.html">muse-mode</a> to author the site because <a href="http://emacswiki.org">Emacs</a> is all powerful, and
142the closest approximation to a good user interface available on any
143modern computer system. Muse allows me to simply write with very low
144overhead (I spend most of my time in Emacs, and having hyperlinks and
145a reasonable preview in the file buffer is quite useful). The file
146format is quite hairy, but luckily the code is Free Software and, if
147needed, I could easily write a publishing backend that transcoded my
148site to an easier to parse format. There are advantages to being a
149programmer.</p>
150
151<p>I use darcs to push updates to the site and manage my muse files. As
922c2594 152such there is a handy <a href="http://feeds.unknownlamer.org/rss/site-updates">updates feed</a> courtesy of a small Lisp program I
153wrote and darcs.</p>
87b56e82 154
54a817d4 155<p>A <a href="Site%20Software.html">more detailed description</a> of my setup is available.</p>
156
87b56e82 157
158
159 <!-- Page published by Emacs Muse ends here -->
160
161 <p class="cke-buttons">
162 <!-- validating badges, any browser, etc -->
163 <a href="http://validator.w3.org/check/referer"><img
164 src="http://www.w3.org/Icons/valid-xhtml10"
165 alt="Valid XHTML 1.0!" /></a>
166
167 <a href="http://www.anybrowser.org/campaign/"><img
168 src="img/buttons/w3c_ab.png" alt="[ Viewable With Any Browser
169 ]" /></a>
170
171 <a href="http://www.debian.org/"><img
172 src="img/buttons/debian.png" alt="[ Powered by Debian ]" /></a>
173
174 <a href="http://hcoop.net/">
175 <img src="img/buttons/hcoop.png"
176 alt="[ Hosted by HCoop]" />
177 </a>
178
179 <a href="http://www.fsf.org/register_form?referrer=114">
180 <img src="img/buttons/fsf_member.png"
181 alt="[ FSF Associate Member ]" />
182 </a>
183 </p>
184
09c17a15 185<p class="cke-footer"> Ruled by the ebb of my oceans
186 Slaves to the dusk and the dawn
187 Your petri dish civilisations
188 Are buried and born
87b56e82 189</p>
190<p class="cke-timestamp">Last Modified:
54a817d4 191 September 28, 2008</p>
87b56e82 192 </body>
193</html>