-<ul>
- <li>My 2013-2014 <a href="https://www.beeminder.com/zacharyvance/goals/pomodoros">work log</a></li>
- <li>2008-2013 <a href="/archive/wordpress/">blog posts</a></li>
-</ul>
+<!DOCTYPE html>
+<html>
+<head>
+ <title>za3k.com</title>
+ <link rel="stylesheet" type="text/css" href="index.css">
+</head>
+<body>
+ <div class="quote"><q>Things which matter most must never be at the mercy of things which matter least</q> - Johann Wolfgang von Goethe</div>
+ <section id="personal">
+ <h1>Personal</h1>
+ <ul>
+ <li>My 2013-2014 <a href="https://www.beeminder.com/zacharyvance/goals/pomodoros">work log</a></li>
+ <li>2008-2013 <a href="/archive/wordpress/">blog posts</a></li>
+ </ul>
+ </section>
+ <section id="programming">
+ <h1>Programs</h1>
+ <ul>
+ <li><a href="https://github.com/vanceza/volcano-roguelike">Volcano</a>, a roguelike which is complete but no fun to play</li>
+ <li>Forget.io (dead as a site), texts you periodic reminders to report mental state <a href="https://github.com/vanceza/forgetio">[source]</a></li>
+ <li><a href="https://github.com/vanceza/ec2-cli">ec2-cli</a>, a bash wrapper around EC2 functionality to simplify starting and stopping instances (includes integration with <a href="https://www.gnu.org/software/parallel/">GNU parallel</a>)</li>
+ <li><a href="https://github.com/iurisilvio/csvtodsv">csvtodsv</a>, a command-line tool I <a href="https://bountify.co/excel-style-csv-parser-for-unix">commissioned</a> which converts from excel-style CSV format to unix-style Delimiter-Seperated-Value (DSV) formats</li>
+ <li>Any other <a href="https://bountify.co/users/vanceza">bountify.co</a> commissions</li>
+ </ul>
+ </section>
+</body>
+</html>
<section id="website">
<h1>Website</h1>
<ul>
- <li>Website <a href="colophon.md">colophon</a></li>
- <li><a href="archived.html">Older</a> and obsoleted resources from this website</li>
+ <li><a href="colophon.md">Colophon</a></li>
+ <li><a href="archived.html">Site map</a>: less popular, old, or obsolete resources</li>
</ul>
</section>
<section id="programming">
<h1>Programs</h1>
<ul>
- <li><a href="https://github.com/vanceza/keystroked">keystroked</a>, a daemon I <a href="https://bountify.co/keystroke-counter-daemon">commissioned</a> which monitors whether you're typing or not on a computer so you can monitor billable hours / computer addiction automatically.</li>
- <li><a href="https://github.com/vanceza/vlad">Vlad the remailer</a>, a service which emails a group once a day to see what individuals accomplished, and sends the group a summary the next morning</li>
- <li><a href="https://github.com/vanceza/export-chrome-bookmarks">export-chrome-bookmarks</a>, outputs booksmarks in chrome, one per line</li>
+ <li>Browse and contribute to <a href="https://github.com/vanceza">GitHub</a> projects</li>
<li><a href="https://github.com/vanceza/rip-chrome-history">rip-chrome-history</a>, which outputs your chrome history, one entry per line</li>
+ <li><a href="https://github.com/vanceza/export-chrome-bookmarks">export-chrome-bookmarks</a>, outputs booksmarks in chrome, one per line</li>
+ <li><a href="https://github.com/vanceza/keystroked">keystroked</a>, a daemon I <a href="https://bountify.co/keystroke-counter-daemon">commissioned</a> which monitors whether you're typing or not on a computer so you can monitor billable hours / computer addiction automatically.</li>
+ <li><a href="https://github.com/vanceza/vlad">Vlad the Remailer</a>, a service which emails a group once a day to see what individuals accomplished, and sends the group a summary the next morning</li>
<li><a href="https://github.com/vanceza/billpay-ios">"Billpay"</a>, an iOS app to play a weighted version of credit card roulette for group dinners</li>
- <li>Forget.io (dead as a site), texts you periodic reminders to report mental state <a href="https://github.com/vanceza/forgetio">[source]</a></li>
<li><a href="https://github.com/freethenation/HackMonkey">HackMonkey</a>, a security-free, hassle-free alternative to Greasemonkey. Executes arbitrary javascript on user-specified webpages</a>
- <li><a href="https://github.com/vanceza/volcano-roguelike">Volcano</a>, a roguelike which is complete but no fun to play</li>
- <li><a href="https://github.com/vanceza/ec2-cli">ec2-cli</a>, a bash wrapper around EC2 functionality to simplify starting and stopping instances (includes integration with <a href="https://www.gnu.org/software/parallel/">GNU parallel</a>)</li>
- <li><a href="https://github.com/iurisilvio/csvtodsv">csvtodsv</a>, a command-line tool I <a href="https://bountify.co/excel-style-csv-parser-for-unix">commissioned</a> which converts from excel-style CSV format to unix-style Delimiter-Seperated-Value (DSV) formats</li>
<li><a href="https://github.com/vanceza/google-count">google-count</a> prints the number of google results for a phrase, for xkcd-style big data analysis</li>
<li><a href="https://github.com/vanceza/dedent">dedent</a>, a command-line script to let unix tools deal with indented file formats</li>
- <li>Any other <a href="https://bountify.co/users/vanceza">bountify.co</a> commissions</li>
- <li>Download or contribute to <a href="https://github.com/vanceza">GitHub</a> projects</li>
</ul>
</section>
</body>