Project Showcase
ZFS Calculator
A comprehensive calculator for ZFS pools that helps you plan and optimize your storage configuration.

Features
- Capacity Planning: Calculate usable storage based on disk size, RAIDZ level, and configuration
- Reliability Analysis: Understand failure probabilities and data safety for different RAIDZ levels
- Economics Modeling: Compare cost per TB and value across different disk configurations
- Performance Estimates: Get insights into IOPS and throughput expectations for your pool layout
Perfect for homelab enthusiasts, sysadmins, and anyone planning ZFS storage deployments.
Obsidian Migrator
A Python script that applies or exports an Obsidian vault configuration, making it easy to replicate an exact Obsidian setup across machines in one command.

Features
- Config Apply & Export: Apply settings, plugins, themes, and CSS snippets to any vault, or export changes back to the repo
- Runtime Downloads: Downloads plugin JS and theme CSS from GitHub at runtime – no large binaries in the repo
- Automatic Backups: Backs up existing
.obsidiandirectory before making changes - Zero Dependencies: Python 3.10+ with stdlib only – no pip install needed