- Programmer Weekly
- Posts
- Programmer Weekly (Issue 279 December 4 2025)
Programmer Weekly (Issue 279 December 4 2025)
Welcome to issue 279 of Programmer Weekly. Let's get straight to the links this week.
Free email without sacrificing your privacy
Gmail tracks you. Proton doesn’t. Get private email that puts your data — and your privacy — first.
Quote of the Week
"Premature optimization is the root of all evil" - Donald Knuth
Reading List
An End-To-End Architecture Overview.
The article explains a simple mathematical model showing how three factors interruption frequency (λ), recovery time (Δ), and required focus block length (θ) combine to make deep work statistically rare in modern, highly interrupted workplaces.
The post describes how Lunyn built a highly optimized Nasdaq ITCH market data parser in Rust that can process about 107 million messages per second by combining zero-copy parsing, SIMD (AVX2) vectorization, and carefully designed lock-free concurrency.
It seems every “cool” startup is hiring forward deployed engineers (FDE) these days. But what exactly are these mythical creatures? How much has demand grown? And more importantly, how much are they getting paid?
CLAUDE.md is a high-leverage configuration point for Claude Code. Learning how to write a good CLAUDE.md (or AGENTS.md) is a key skill for agent-enabled software engineering.
The post explains how event sourcing stores every change as an immutable sequence of events, which allows you to rebuild state at any time and understand exactly how data evolved. It highlights the strengths in auditability and history reconstruction but also notes the added complexity and why it is not needed for simpler applications.
WebSockets provide a persistent, full-duplex communication channel over a single TCP connection, allowing both the client and server to send data freely at any time. This real-time, bidirectional connection is established via an initial HTTP/1.1 handshake that upgrades the protocol, making it far more efficient than traditional HTTP polling for use cases like live chat and multiplayer gaming.
An exploration of DNS and Name-to-IP translation. This deep dive explores NSS, getaddrinfo, systemd-resolved and more!
Every couple of years somebody notices that large tech companies sometimes produce surprisingly sloppy code. If you haven’t worked at a big company, it might be hard to understand how this happens. Big tech companies pay well enough to attract many competent engineers. They move slowly enough that it looks like they’re able to take their time and do solid work. How does bad code happen?
Watch, Listen
Linus Sebastian and Linus Torvalds co‑build a quiet, reliable Linux workstation (Threadripper, ECC RAM, Noctua air cooling, Intel Arc GPU, Fractal Torrent case), using the build to discuss Torvalds’ hardware preferences, why he insists on ECC, and his philosophy of “not bleeding edge, just trustworthy.”
Christina Lin (Google) demos Agent Development Kit (ADK), open-source Python framework for agentic pipelines: assemble LLMs + tools (via MCP servers/function calling) + prompts for complex workflows like version control or Friday night bookings, with grounding for cited real-time data to cut hallucinations/token costs.
Bret Fisher debunks AI hype in DevOps: top models hit ~70% accuracy on GitHub issues (failing for infra like K8s/Terraform where partial correctness breaks deploys), so humans must babysit; real adoption is low (conference talks ≠ production), start small with CI/CD, observability alerts via MCP for read-only analysis.
Anil Dash (ex-CEO) explains power dynamics in tech careers: everyone has power but feels powerless, systems serve their wielders (revealed via budgets), and org charts create endless "if only I had more" ladders from ICs to CEOs to VCs/private equity.
Dex Horthy (HumanLayer) shares "frequent intentional compaction" for AI coding agents in complex brownfield codebases: use research-plan-implement cycles with context compression to stay in the "smart zone" (under 40% of token limit), avoiding slop via sub-agents, on-demand docs, and human-reviewed plans with code snippets.
Interesting Projects, Tools and Libraries
A static page generator for repos.
A JSON-Compatible Zero-Copy Serialization Format.
Run Claude Code in a continuous loop, autonomously creating PRs, waiting for checks, and merging.
A powerful, type-safe sync engine for building real-time collaborative applications. Local-first, CRDT-based, with zero-config offline support.
git worktrees + tmux windows for zero-friction parallel dev.
Open source, zero webhooks payment provider.
A cinematic Git commit replay tool for the terminal, turning your Git history into a living, animated story.
Backup automation for self-hosters.
Python Weekly - A free weekly newsletter featuring the best hand curated news, articles, tools and libraries, new releases, jobs etc related to Python.
Founder Weekly - A free weekly newsletter for entrepreneurs featuring best curated content, must read articles, how to guides, tips and tricks, resources, events and more.
