Date: 2025-10-01
Category: Dev Log
Reading Time: 1 min
Status: LATEST
Welcome to the reboot. This time I'm keeping the stack intentionally tiny: Raw HTML templates A single build.js script CSS only (no preprocessors) Principle: Every dependency must pay rent in clarity or capability. Why Not Use a Static Site Generator?...
Read more...
Date: 2025-09-20
Category: Tutorial
Reading Time: 1 min
Status: LATEST
Browsers like to smooth your precious pixels. We reject this. .pixel-art { image-rendering: pixelated; width: 128px; height: 128px; border: 2px outset #66aaff; background:#002244; } Bonus: CRT Frame Combine a subtle inner shadow and scanlines layer for pseudo-monitor depth. Tip: Avoid...
Read more...
Date: 2025-09-05
Category: Opinion
Reading Time: 1 min
Status: LATEST
Handwritten HTML slows you down enough to think . That friction is productive. Benefits Intentional Structure : Each element has a semantic reason to exist. Lower Cognitive Load : No template indirection layers. Performance : Output is lean by default....
Read more...