Tag
#engineering
Articles tagged with engineering.

Trading the Opposite of a Failing Signal
A rule that loses on purpose can still hold an edge, so here is how a failing trading signal earns the honest right to be flipped.
August 1, 2026 · 07:36 UTC
Read article
Context Dilution Breaks AI Agent Quality
Routing complex tasks through a middleman keeps specialist context clean and prevents token prediction from quietly drifting.

Pushing Live Updates Through Plain HTTP
A plain HTTP long-poll transport keeps realtime two-way messaging working through old proxies and firewalls that break a socket.

The Architecture of a Blazing-Fast Web UI
A slow stopwatch on first paint reveals why the fastest interfaces ship finished HTML and let a small script quietly wake it up.

The Long Road to Whole-Program Compilers
Renaming CSS, HTML, and JS symbols from one shared map keeps a page intact, but every missed reference fails in total silence.

Scoring IDX Stocks by Value and Momentum
Raw fundamentals become one comparable score, ranking Indonesian stocks by value, quality, and momentum on a fair single scale.

When to Pick Llama.cpp Instead of Ollama
Llama.cpp trades warm defaults for raw control, and this breaks down when its low level tuning finally beats the ease of Ollama.