You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.4 KiB

---
layout: default
title: "Home"
keywords: "UNIX Design, Tait Hoyem, security, privacy, software developer, Calgary, Alberta, Canada, independent, web developer"
description: "Tait Hoyem's website. The home of accessible, simple and secure computing."
---
<h1>Tait Hoyem</h1>
<p>I have three goals in my software development career:</p>
<ol>
<li>Strong adherence to the <a href="http://www.catb.org/~esr/writings/taoup/html/ch01s06.html">UNIX principles</a> of software design.</li>
<li>Security, privacy, and anonymity of the internet.</li>
<li>Accessibility of technology to the visually impaired.</li>
</ol>
<p>These goals can often be expressed in a shorter way: "keep it simple; everything else will follow."
Some of my projects reflect these goals;
others are just fun along the way.
I have all of my code projects hosted on <a href="https://github.com/TTWNO">my Github</a>.</p>
<h2>Projects</h2>
<p>Here is some of my best work:</p>
<ul class="clear-list projects">
{% for project in site.data.projects %}
<li>
<p>
<a class="namelink" href="{{ project.link }}">{{ project.name }}</a> &mdash; {{ project.description }}
</p>
</li>
{% endfor %}
</ul>
<p>I also occasionally put some content on <a href="/blog">my blog</a></p>
<h2>Contact</h2>
<address>
<p>You can reach me via email at <a href="mailto:tait@tait.tech">tait@tait.tech</a>.</p>
</address>
<p>If you use PGP, download my <a href="/public-key.asc">public key</a>.</p>