Overview
Not every project is a game or a mod. This is a living set of scripts that have accumulated over years of development work — each one built because a task was done manually too many times and the frustration threshold was finally crossed.
The collection covers four main areas: document processing (primarily PDFs), file system automation, Windows system configuration, and GPU/compute workflow tooling.
Technical Breakdown
Challenges & Lessons
The most important habit this collection enforced is writing scripts that are safe by default — dry-run mode, confirmation prompts before destructive operations, and log files for everything. The first version of the duplicate finder deleted files without asking. That happened once.
PowerShell's COM interop for Windows system tasks is genuinely powerful but poorly documented in places. Several of the registry scripts went through multiple rewrites to handle edge cases around UAC elevation and WOW64 registry redirection on 64-bit Windows.