{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block info %} me smiling wide and looking into the camera lit up brightly

Tanner Collin

email telegram github

{% endblock %} {% block content %}

Hi, I'm Tanner! I do firmware and web development in Calgary.

Contact Info

Email: site4@tannercollin.com
Telegram: @tannercollin

Resume

Projects

My main hobby is working on software projects. I typically design websites or build tools that make my life easier.

QotNewssource code

Hacker News, Reddit, Lobsters, and Tildes articles pre-rendered in reader mode. Optimized for speed and distraction-free reading.

Noticasource code

Send browser notifications from your terminal. No installation. No registration.

Spaceportsource code

Makerspace members' portal for Calgary Protospace. It tracks membership, courses, training, access cards, and more.

t0txtsource code

Minimal command line pastebin. Allows you to upload text notes from a bash pipe or web browser.

standardnotes-fs

A filesystem that mounts your Standard Notes account as a directory of text files that you can edit.

Creations

Sometimes I create art or interactive tech.

{% for article in articles_page.object_list if article.category.name == 'Creations' %}

{{ article.title }}

{{ article.summary }}
{% endfor %}

Writing

Various articles, mostly about computers.

{% for article in articles_page.object_list if article.category.name == 'Writing' %}

{{ article.title }}

{{ article.summary }}
{% endfor %}
{% endblock %}