Projects

Open Source Tools & Research

A selection of tools and experiments I’ve built, ranging from NixOS infrastructure and Rust crates to data evaluation frameworks.

Minne is a personal knowledge management system and save-for-later application for capturing, organizing, and accessing your information. Inspired by the Zettelkasten method, it uses a graph database and AI to automatically create connections between your notes without manual linking overhead.

#rust
#fullstack
#htmx
#ssr
#large language models

Infra is my NixOS-based infrastructure configuration. It manages my personal infrastructure consisting of servers, workstations and a router for reproducibility and maintainability. It uses the dendritic flake-parts pattern and Clan for orchestration, secrets management, and deployment.

#nixos
#infrastructure-as-code
#devops
#platform-engineering
#homelab
#reproducibility

Nous is a local-first capacity monitor and burnout prevention tool. It acts as a preventative resource by quantifying biological throughput to optimize output without sacrificing wellbeing. It ensures complete data sovereignty by keeping all sensitive psychological metrics air-gapped and on-device.

#rust
#loco
#react
#local-first
#privacy

Secrets Helper is a reusable NixOS/flake-parts module that provides a simple API for managing machine, user, and shared secrets in Clan. It automates manifest generation, ACLs, discovery, and user exposure, making it easier to safely wire secrets into services without duplication or ad‑hoc scripting.

#nixos
#devops
#infrastructure-as-code
#secrets-management
#automation