Programmer Weekly (Issue 293 March 26 2026)

Welcome to issue 293 of Programmer Weekly. Let's get straight to the links this week.

Stop managing secrets, certificates, and access across three separate vendors. Infisical automates all three in one open-source tool with built-in workflows and flexible deployment. Trusted to secure over 500 million secrets daily. Start for free, no credit card required.
Quote of the Week

"In a cloud-native world, we have entered an era where the health of the system no longer matters. What matters is the health of each individual event." — Charity Majors


Reading List

If you’re trying to push your GPU harder than CUDA C++ allows, eventually you end up at PTX. It’s NVIDIA’s intermediate representation, sitting between your kernel code and the hardware. This post covers PTX from the ground up: what it is, how to write it by hand, and why it matters. Make sure you’re comfortable with CUDA kernels and the memory model before jumping in.

jsongrep lets you query JSON using path patterns like regex instead of writing traversal logic. It compiles queries into a DFA and scans the JSON in a single pass for very fast matching.

This post explores high-performance CSV parsing using SIMD and bitwise operations to classify and filter structural characters in 64-byte batches. By leveraging Rust and architecture-specific instructions like vqtbl1q_u8, the author demonstrates how to bypass traditional branching bottlenecks to achieve near-theoretical hardware limits for data ingestion.

This post explains how languages eliminate semicolons by automatically inferring statement boundaries from line breaks, indentation, or parser rules. It highlights that every approach introduces edge cases, making semicolon-free syntax a tradeoff between convenience and ambiguity.

We already have everything we need to build software factories. Teams will change. The only variable is speed.

How Slack rebuilt its notification system from the ground up by designing for clarity and calm to reduce noise.

TurboQuant is a compression method that achieves a high reduction in model size with zero accuracy loss, making it ideal for supporting both key-value (KV) cache compression and vector search.

Technical leaders often undermine their communication by overloading on details, adding excessive backstory, and trying to tell overly long or complex narratives. The key insight is to simplify: focus on clarity, emotional resonance, and concise storytelling that keeps the audience engaged and aligned.


Daily news for curious minds.

Be the smartest person in the room. 1440 navigates 100+ sources to deliver a comprehensive, unbiased news roundup — politics, business, culture, and more — in a quick, 5-minute read. Completely free, completely factual.


Watch, Listen

Dana Lawson, CTO of Netlify, shares her insights on leading a lean, globally distributed engineering team that powers 5% of the internet.

Learn how to use Claude Code to build real-world agentic coding workflows.


Interesting Projects, Tools and Libraries

Development skills for AI coding agents. Plug into your favorite AI coding tool and get structured, production-quality guidance for frontend, fullstack, Android, iOS, and shader development.

CLI tool for inspecting and managing services listening on localhost ports.

A self-contained, offline survival computer packed with critical tools, knowledge, and AI to keep you informed and empowered—anytime, anywhere.

Running a big model on a small laptop.

Grafeo is a pure-Rust, high-performance graph database that can be embedded as a library or run as a standalone database, with optional in-memory or persistent storage. Grafeo supports both LPG and RDF and all major query languages.

Light, fluffy, and always free - AWS Local Emulator.

The open-source standard and implementation for AI agent authentication, capability-based authorization, and service discovery.

Git-like version control CLI backed by PostgreSQL with pg-xpatch delta compression.

Sub-millisecond VM sandboxes for AI agents via copy-on-write forking.

Terminal apps that run anywhere - even the browser!


Our Other Newsletters

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.