<divid="resume">I'm looking for work. If you're interested in hiring me, <ahref="/resume">here's my resume.</a></div>
<spanid="accounts">Also me:</span>
<spanid="accounts">Contact me:</span>
<ulclass="icon-list">
<li><imgalt="Email:"title="Email"src="/assets/image/email.svg"> james (at) jtmar (dot) me
@ -18,22 +18,30 @@ permalink: /
<spanid="communities">Communities I participate in:</span>
{% comment %}The span tags are necessary for grouping elements due to `li` being `display: flex`.{% endcomment %}
<ulclass="icon-list">
<li><imgalt=""src="/assets/image/lambda.png"><span><ahref="https://proglangdesign.net">Programming Language Design</a> (I am a moderator)</span>
<li><imgalt=""src="/assets/image/lambda.png"><span><ahref="https://proglangdesign.net">Programming Language Design</a> (I am a former moderator)</span>
<li><imgalt=""src="/assets/image/dad.webp"><span><ahref="https://dad.gallery">Do Art Daily</a> (I am an occasional code contributor)</span>
</ul>
<spanid="projects">Stuff I'm working on:
<spanid="projects">Stuff I'm working on right now:</span>
<ul>
<li><ahref="https://github.com/jamestmartin/wasteland">wasteland</a>: A post-nuclear zombie apocalypse Minecraft server with custom worldgen, radiation, spawns, etc.
<li><ahref="https://github.com/jamestmartin/bootproof">bootproof</a>: An x86_64 OS written from scratch in Rust.
<li><ahref="https://github.com/jamestmartin/lambda-calculus">lambda-calculus</a>: A simple programming language derived from the lambda calculus with `callcc` and Hindley-Milner type inference. <small>(Much more in-progress.)</small>
<li><ahref="https://github.com/jamestmartin/halley-kart">halley-kart</a>: A kart racing game with a custom engine. <small>(There's not much to see here yet; I will announce more about the project once it is more complete.)</small>
<li><ahref="https://github.com/jamestmartin/monoids-in-the-category-of-endofunctors">monoids in the category of endofunctors</a>: Category theory, recursion schemes, and dependent types, to satisfy my <ahref="https://personal.cis.strath.ac.uk/conor.mcbride/pub/hasochism.pdf">hasochistic</a> urges.
</ul>
<spanid="inactive-projects">Stuff I work on from time to time:</span>
<ul>
<li><ahref="https://github.com/jamestmartin/bootproof">bootproof</a>: An x86_64 UEFI OS written from scratch in Rust.
<li><ahref="https://github.com/jamestmartin/wasteland">wasteland</a>: A post-nuclear zombie apocalypse Minecraft server with custom worldgen, radiation, spawns, etc.
<small>(I'm sick of Minecraft but the original project was a huge part of my life and I can't stop revisiting it.)</small>