✨ Welcome, netizen! ✨  |  Fresh handcrafted HTML detected...  |  Feed available at /feed.xml

LATEST TRANSMISSIONS

Date: 2025-10-01 Category: Dev Log Reading Time: 1 min Status: LATEST

Booting Up the Retro Blog Engine

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

Rendering Pixelated GIFs Without Blurring

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

Why Handwriting HTML Still Matters

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...

SHOUTBOX (Planned)

A lightweight guestbook integration could appear here (e.g., GitHub Issues API as a pseudo backend).