Weekly Digest - July 13, 2026 cover image

Weekly Digest - July 13, 2026

Scott Keck-Warren • July 13, 2026

Three again this week: a new HTTP verb worth knowing, a Claude Code tweak that pays for itself, and a reframe on creative discipline.

HTTP QUERY Method: The Missing Verb for Complex Search APIs

GET and POST both fall short for complex search because GET hits URL length limits once filters pile up, and POST isn't idempotent and won't get cached or safely retried. The new HTTP QUERY method (RFC 10008) splits the difference by structured request bodies like POST, but safe, idempotent, and cacheable like GET. The post walks through why that combination matters for building search APIs that don't force you to pick a lesser evil.

Customizing Your Claude Code Status Line

The status bar at the bottom of Claude Code can show real-time session info without burning API tokens. The /statusline command lets you describe what you want, and Claude Code builds it for you. This post demos a four-line setup showing model, context window, 5-hour usage, and 7-day usage as progress bars so you're not surprised mid-session by a rate limit. Also covers the underlying JSON structure and a full bash script for anyone who wants to copy and paste it.

The Real Reason Consistent Creators Are More Productive (It's Not Discipline)

It's not willpower and instead it's decision fatigue. Creators who lock in their format, schedule, and topic backlog ahead of time free up the mental energy that would otherwise get spent on logistics come creation day. Every small choice draws from the same pool you need for the actual work, so pre-deciding the small stuff is what makes room for consistency.

See you next Monday.