Back
Tags: #project
-
Chiptune SFX Maestro: Text to 8-Bit Sound Effects
An 11M-param text-to-parameter system that generates retro game sound effects from prompts, outputting sfxr parameter strings rendered to playable WAV audio.
-
Three Tiny Generators That Do One Thing Each
Three from-scratch text generators that create ASCII maps, cat monologues, and pseudo-assembly. Same architecture, wildly different outputs.
-
KDoit: A To-Do Widget for KDE Plasma 6
A pure-QML to-do list plasmoid with priorities, due dates, drag-and-drop, Markdown export, and live file sync. Zero build steps required.
-
A Circular Alt+Tab Switcher for KDE Plasma 6
A KWin window switcher that arranges windows as pie slices around the cursor - live thumbnails, multi-ring layout, and full theme integration in pure QML.
-
Pacioli - An AI Ledger That Never Trusts the AI With Math
A deterministic double-entry bookkeeping engine where the LLM only proposes; every number and every write is computed and gated by Python.
-
Dissecting a WordPress Hack: Ghost Admins and CSS
We debugged a WordPress slot spam infection and found attackers hiding rogue admin accounts and backdoor plugins using a simple CSS override in functions.php.
-
Three Apps in Raw PHP: A Lesson in SQL Transactions
A café, a library, and a gym - three management systems built in plain PHP and MySQL with no framework, where the real lessons were all about transactions.