Daily Engineering Intelligence

Technology Newspaper

← Back to Home

Engineering Intelligence β€” Saturday

September 26, 2026

πŸ”₯ What Changed

grpc-go #9330 P0 deadlock β€” fix landed on master

grpc-go (merges Sep 24) β€” The P0 transport deadlock (regression since v1.82.1: concurrent unary RPCs on one ClientConn when socket send buffers are constrained) now has merged fixes on master, milestone 1.85 Release. #9431: stop client-side read throttling based on controlBuf size β€” server can also throttle, so mutual throttle β†’ permanent deadlock. #9433: refine server throttling to only count peer-induced control/reset frames, and raise default GRPC_GO_EXPERIMENTAL_CONTROL_BUFFER_THROTTLE_LIMIT from 100 β†’ 10,000. Issue #9330 remains open (PRs say β€œAddresses”, not β€œFixes”); no release yet (latest stable still v1.84.0). Material update vs the 2026-09-16 issue brief.

Why you care: Board gRPC 3 + Go backends that share one ClientConn at high concurrency. Actionable now: pin/go get master tip or wait for v1.85.0; until then v1.82.1–v1.84.0 remain affected. Frame as fix-on-master / awaiting v1.85 β€” not a release announcement.
Read on GitHub β†’

Bringing Private Processing to Meta AI Glasses

Meta Engineering (Sep 23) β€” Extends Meta’s confidential-computing runtime (Private Processing / TEEs) from WhatsApp & Meta AI chats into AI glasses so hyper-personalized cloud inference stays cryptographically unread by Meta, host OS, and hypervisor. Five hard requirements: hardware isolation (SEV-SNP–class CPU+GPU CVMs), fail-closed + public verifiability (append-only transparency ledger), non-targetability (blind-signed credentials + OHTTP relays), RA-TLS attestation, and encrypted storage with user-provided keys. Stateful-memory hard part: encrypting at the device and querying a normal cloud DB leaks access patterns β€” so Meta moved the storage engine inside the TEE. Ops: aggregate-only observability.

Why you care: Strongest NEW confidential multi-tenant isolation / unusual-reliability craft after Cloudflare Containers HARD SKIP. Transferable lessons: non-targetable routing as first-class defense; attestation-gated service-to-service; put the store inside the TEE when access-pattern leak + transfer cost dominate. Frame as confidential isolation craft β€” not Auth product fluff.
Read on Meta Engineering β†’