News
Run Tokens Make Email CI Less Fragile
1+ hour, 8+ min ago (702+ words) I keep seeing the same failure pattern in email automation: the test passes locally, gets weird in CI, and then somebody adds a sleep plus one more retry. That helps for a day, maybe two. The deeper problem is usually…...
Making an email API agent-native: llms.txt, a /api/me endpoint, and a zero-DNS sandbox sender
1+ hour, 12+ min ago (454+ words) Most APIs are "agent-compatible": an agent can call them. Far fewer are agent-native: an agent can accomplish the whole job on its own, with no human un-sticking it halfway. We spent a few weeks turning Send16 (an email platform) from the…...
How I Stopped Writing JSON-LD by Hand
1+ hour ago (210+ words) If you've worked on more than a few websites, you've probably written the same JSON-LD markup over and over again. An Article schema here. An Organization object on every site. None of it is particularly difficult—but it quickly becomes…...
Four Questions to Ask Before Celebrating a 4x Proxy Benchmark
1+ hour, 26+ min ago (303+ words) ClickHouse's article “We scaled PgBouncer to 4x throughput” reached 201 points in the Hacker News snapshot I reviewed at 2026-07-12 08:00 UTC. Engineering write-ups with a large multiplier are useful—but the multiplier is the beginning of review, not the conclusion. Before transferring any…...
403 - Operations too frequent
3+ hour, 51+ min ago (16+ words) This Data Center IPO Is the Next Big Test for the AI Trade -- Barrons.com Moomoo...
The Hotel Upgrade Hack: Mass Assignment Vulnerabilities in APIs
2+ hour, 16+ min ago (961+ words) That is Mass Assignment. And developers reproduce this exact vulnerability in API code every single day, usually without realising it. Mass Assignment happens when a server takes user-supplied data and binds it directly to an internal model, without filtering which…...
Stop Manually Editing JSON. Here's a Faster Way to Work With It.
2+ hour, 26+ min ago (468+ words) If you've spent any real time as a developer, you've had this moment: a 4,000-line API response lands in your editor, and you're scrolling, Ctrl+F-ing, and squinting at nested braces trying to find the one field you need to…...
Why HTTP QUERY? Understanding the New HTTP Method for Modern API Design
3+ hour, 40+ min ago (689+ words) when building web APIs, choosing the correct HTTP method is an important part of API design. For many years, developers have mainly used GET to retrieve data and POST to send data to the server. These methods work well for…...
PlumCat AI: A 7.4g AI Translator You Wear, Not Hold
3+ hour, 33+ min ago (330+ words) PlumCat AI is crowdfunding a translator small enough to disappear on your collar. The PlumCat AI weighs 7.4 grams, runs real-time translation, comes with a companion app in every pledge, and is live on Kickstarter now. PlumCat calls it the world’s…...
FastAPI: emails aislados por branch
3+ hour, 57+ min ago (616+ words) Cuando un equipo empieza a usar entornos preview en serio, casi siempre aparece el mismo problema: los correos de una branch terminan mezclados con los de otra. En FastAPI esto pasa mucho cuando el servicio de email vive fuera del…...