#2515: Digital Sovereignty and the Shekel Stablecoin

How a new shekel-backed stablecoin could reshape digital finance—and why Israel’s approach is different from CBDCs or unregulated crypto.

israeli-economyfinancial-privacycryptocurrency-scams

#2514: WebSockets vs SSE: Choosing the Right Real-Time Connection

WebSockets vs Server-Sent Events: when to use full-duplex vs one-way streaming, and why most developers pick wrong.

networkinglatencywebsockets

#2513: Are Your Thoughts Lying to You?

The science of automatic thoughts, cognitive distortions, and whether you can actually learn to control your thinking for a happier life.

neurosciencecognitive-therapynegativity-bias

#2512: How Speech-to-Speech Models Eliminate the Robot Voice

Why AI voice agents sound robotic, and how natively integrated speech-to-speech models fix it.

speech-to-speechaudio-processinglatency

#2511: Measuring AI API Latency Through the Black Box

How to benchmark token throughput and debug slowdowns in closed CLI tools like Claude Code using OpenTelemetry and mitmproxy.

latencyapi-integrationopen-source

#2510: The Design That Makes Voice Agents Tolerable

Drive-thru accuracy, healthcare triage, and the design secret that makes people *want* to talk to a machine.

voice-firstaccessibilityspeech-recognition

#2509: How Shabbat Reveals a Blind Spot in Air Quality Indexes

Jerusalem's Shabbat cuts traffic pollution 4x more than Western weekends—but standard air quality indexes barely register the change.

air-qualityenvironmental-healthurban-planning
Tuesday, Apr 28

#2508: Why CORS Doesn't Protect Your Server

Why browsers block cross-origin requests, how CORS actually works, and the common pitfalls that trip up developers.

securitycybersecuritycors

#2507: The AI Design Engineer: Your New Job Title?

What happens when product thinking meets AI agents? The future of software work is here.

ai-agentshuman-computer-interactionfuture-of-work

#2506: Squashing Database Migrations Without Breaking Production

How to safely squash old migrations, cut deploy times, and generate schema documentation at version boundaries.

software-developmentreliabilitylegacy-systems

#2505: How Self-Hosted Search Actually Works for AI Agents

SearXNG isn't a crawler — it's a metasearch router. Here's how it works and why AI agents change everything.

ai-agentsopen-sourceprivacy

#2504: Fiber-Optic Drones: The Jam-Proof Threat Changing Warfare

How a $1,200 wire-guided drone evades electronic warfare and why the IDF is scrambling for countermeasures.

electronic-warfaremilitary-strategyhezbollah

#2503: The Gap Between Your Mental Model and the Wire

What really happens when you press Enter on a URL? From DNS to TLS to headers, we break down the full lifecycle.

networkingapi-integrationtls

#2502: Who Enforces the Law, Who Defies It

From immigration politics to ICE raids, Jan 6 prosecutions, and the legal line on private militias in the US.

national-securitymilitary-strategygeopolitics

#2501: Describing a Neighborhood: Databases Without Screens

Can you design a relational database using only your voice? We coach a beginner through PostgreSQL from scratch.

software-developmentaudio-engineeringpostgresql

#2500: What Actually Counts as Hacking?

The CFAA, web scraping, and the messy line between curious URL-poking and federal crime.

cybersecuritydata-integritylegal-technology

#2499: Coding by Voice: Teaching a Beginner TypeScript

Learn to code by building a real TypeScript tip calculator — no experience needed, just your ears and keyboard.

software-developmenttip-calculatorvoice-instruction-tutorial

#2498: Build Your First Python Program in 7 Lines

We coach a complete beginner through building a working Python game using only voice—no screenshare, no diagrams.

software-developmentproductivityaudio-processing

#2497: Tracing One Python Print Through 6 Abstraction Layers

What actually happens when you print "Hello" in Python? Six layers, 562 system calls, and a hardware-enforced kernel boundary.

operating-systemssoftware-developmenthardware-engineering
Monday, Apr 27

#2496: Are Hidden API Endpoints Leaks or Just Plumbing?

When LLM agents discover unauthenticated JSON endpoints in browser DevTools, is it a security breach or just reading the page?

api-integrationsecurityai-agents