dnl -*- html -*-
define(__title, `Colophon')dnl
define(__id, `colophon')dnl
include(header.html)
<div id='wrapper'>
<img src='/i/headshot.jpg' alt='portrait' class='right' />
<p>My name is Phil Hagelberg, (he/him) and this is my web site.</p>
<p>I make <a href="https://atreus.technomancy.us">weird
keyboards</a> and write <a href="/projects">computer
programs</a>—most notably
<a href="https://leiningen.org">Leiningen</a>, a project
automation tool for <a href="https://clojure.org">Clojure</a>
developers and
<a href="https://fennel-lang.org">Fennel</a>, a small
programming language.</p>
<p><a href="/list">The archives</a> have a complete list of posts. I
track my <a href="/books">reading habits</a> here too.</p>
<p>I am often active (as <tt>technomancy</tt>)
on <a href="https://libera.chat/">Libera Chat</a> IRC channels,
particularly the <tt>#emacs</tt>, <tt>#fennel</tt>,
and <tt>#clojure</tt> channels. I also post my shorter thoughts
to <a href="https://icosahedron.website/@technomancy">my
account on Fediverse</a>.</p>
<p>If you wish to comment on a post or otherwise contact me, feel
free to email me using my given name at this domain. Sensitive
data may be encrypted for my <a href="/6A2D483DB59437EBB97D09B1040193357D0606ED.txt">public
key</a> (7D0606ED). My previous
key IDs were 3FC33005 and 77E77DDC.</p>
<p>I've been interviewed in various places:</p>
<ul>
<li><a href="https://librelounge.org/episodes/30-fennel-with-phil-hagelberg.html">Libre Lounge</a> (2019) by Serge Wroclawski</li>
<li><a href="http://hifibyapg.com/volume-3.html#A.conversation.with.Phil.Hagelberg.on.Bussard">Hacks I Find Interesting</a> (2015) by Andrew Gwozdziewycz</li>
<li><a href="http://sachachua.com/blog/2014/05/emacs-chat-phil-hagelberg/">Emacs Chats</a> video interview (2014) by Sacha Chua</li>
<li><a href="http://phil.hagelberg.usesthis.com/">The Setup</a> (2013) by Daniel Bogan</li>
<li><a href="http://mostlylazy.com/2012/09/21/episode-8">Mostly Lazy podcast</a> (2012) by Chas Emerick</li>
<li><a href="http://blog.fogus.me/2010/06/28/take-8-phil-hagelberg/">(take ...)</a> (2010) by Michael Fogus</li>
</ul>
<p>I've given <a href="/talks">various talks and presentations</a>
over the years.</p>
<p>Posts are typed using the Dvorak keyboard layout into Emacs on a
<a href="http://www.thinkwiki.org/wiki/Category:X301">Thinkpad
X301</a> (formerly an X200s, X61t, and T61p)
running <a href="http://www.debian.org">Debian GNU/Linux</a>,
usually on an <a href="https://atreus.technomancy.us">Atreus
keyboard</a>. They are published
via <a href="https://chrisman.github.io/9.html">GNU M4</a>, rsync,
and <a href="http://p.hagelb.org/Makefile.html">a 12-line
Makefile</a>. Prose contents of all articles are licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative
Commons Attribution-ShareAlike 4.0 License</a> unless otherwise specified.</p>
</div>
include(footer.html)