summaryrefslogtreecommitdiff
path: root/src/projects.thrust
blob: 7a52892a0ac7b980c4fa6b6ba2a9c76f97ba54fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: projects
subtitle: may or may not also be art
---
{% extends 'templates/base.html' %}
{% block body %}
	<nav>
		<a href='/'>&gt; index</a>
	</nav>

	<header>
		<h1>{{ title }}</h1>
		<p>{{ subtitle }}</p>
	</header>

	{% markdown %}
	Below are "technical" things that I have done, built, or written:

	- [CatBus](/catbus), a home automation platform & associated daemons.
	- [Improving my home wifi](/wifi) using Raspberry Pis and 802.11r roaming.
	- [Multi-room audio](/multi-room-audio) using Raspberry Pis and Snapcast.
	- Using [Tailscale VPN](/tailscale) to securely connect to my home network from the outside internet.
	- Simplifying services and sandboxing Steam with [systemd Dynamic Users](/systemd-dynamicuser).
	- Using [YubiKeys](/yubikey) to improve my online security and convenience.
	- Using [Nix and NixOS](/nixos) for pure-functional and repeatable infrastructure.
	- Creating a [Kitchen Kiosk](/kitchen-kiosk) to be a kiosk in my kitchen.
	{% endmarkdown %}
{% endblock %}