[user@trollheap ~]$ whoami
TrollHeap@ Software Engineer • Systems - Software & Fullstack web
🜸 LOW-POWER MANIFESTO v1.1
I build for machines that don't have 32 GB of RAM.
A tool that eats 1 GB idle is a broken tool.
• Static binaries. No telemetry. No Electron bloat.
• Privacy by default. Your data never leaves your machine.
• Security paranoia: hardened by design, no supply-chain nightmares.
• Complexity is a bug. Simplicity ships.
*If it can't run on a refurbished ThinkPad with 8GB RAM,
it doesn't ship. Kernel-close, battery-friendly, future-proof.*
----------------
▸ Language : Rust · Lua · Bash · PHP · TypeScript · Python · C
▸ Web : Tauri · React · SolidJS · Laravel · Django
▸ TUI : Ratatui · Textual
▸ Next : Zig (after C) · Rust WASM (Leptos / Dioxus)[user@trollheap ~]$ ls -la ~/projects/
├── Clings/
│ └── interactive C & systems programming trainer — no bloat, no browser.
│ ├── 283 exercises compiled with gcc, output auto-validated
│ ├── SRS mode: prioritized by mastery level per topic
│ ├── exam mode: timed simulation, piscine mode: linear walkthrough
│ ├── daily streak, mastery dashboard, git sync for multi-machine
│ └── compiled to WebAssembly via Wasmtime — local-first execution
│
├── Temper/
│ └── spaced-repetition desktop app — 257 MB. others ship at 1 GB+.
│ ├── FSRS-6 scheduler (RecallProbability, GraphAware modes)
│ ├── 14 card types: trace, calc, cloze, occlusion, schema, match, sort…
│ ├── knowledge graph — Cytoscape.js, clustering, temperature colouring
│ ├── AI Capture — concept extraction from text via Claude API
│ ├── Tonight's Session — sleep-consolidation window (PMC11178686)
│ ├── domain interleaving pipeline, analogical bridge cross-domain sessions
│ ├── offline-first sync engine · bidirectional block editor
│ └── Tauri v2 + SolidJS + SQLite · native Rust core
│
└── PHPGrunt/
└── minimal PHP MVC framework — zero framework tax, zero dependency bloat.
├── HTTP kernel, routing, DI container, caching, validation, view rendering
├── PHP 8.4+ — PHPStan · PHPUnit · PHP-CS-Fixer · Composer packaged
├── asset pipeline without heavy Node.js deps (Grunt, no webpack)
└── absolute focus on low-level DX · CI via GitHub Actions


