Nvidia B200 Tensor Core Reverse-Engineered to the Bit; PHP 8.6 Previews Partial Application; aiohttp WebSocket Desync Exposed
A team of engineers has reverse-engineered Nvidia B200's Blackwell tensor-core instruction tcgen05.mma to bit-level accuracy, building a software model that matches real hardware output exactly. After probing actual silicon, they found that a naive IEEE-style round-to-nearest-even model failed on 144 of 2,000 test cases, requiring a more precise two-stage accumulation model.
On the language front, PHP 8.6, due November 19, 2026, introduces partial function application (PFA) that pairs with the pipe operator, property hooks on interfaces, and default values for readonly properties. A new Polling API unifies I/O multiplexing for internals and userland. GitHub Actions setup-java v6 adds JDK caching, eliminating repeated downloads in CI runs.
In security, a proof of concept for CVE-2026-69243 reveals request smuggling in aiohttp ≤3.14.1: a rejected WebSocket upgrade leaves the request body in the parser's tail buffer, creating a desync behind Nginx when configured as per official docs. The flaw stems from llhttp's shortcut that skips body consumption when Connection: Upgrade is present, without handling upgrade rejections. Kaspersky discovered two Windows backdoors, OctLurk and SilkLurk, used since January 2025 to spy on government entities in six Central Asian and Middle Eastern countries. A report on FIPS 140-3 reminds that the certification validates only a specific cryptographic module—not overall product security—as remaining FIPS 140-2 certificates shift to NIST's historical list on September 21, 2026, with past incidents like ROCA, EUCLEAK, and Dual_EC_DRBG underscoring the gap.
For hands-on security training, the AI Escape Lab Docker CTF recreates the July 2026 Hugging Face autonomous agent breach, guiding users through sandbox escape, SSRF, SSTI, HDF5 exfiltration, and Kubernetes lateral movement. Cloudflare detailed its AI Codex, which flagged nearly 250,000 engineering standard deviations and blocked over 16,000 merges in the past four months.
NVIDIA unveiled the Alpamayo 2 Super, a 34-billion-parameter vision-language-action model for robotaxis and autonomous driving, topping the LingoQA benchmark. Finally, a deep dive into Compiler Explorer's AWS infrastructure shows how it handles 6,000 compiler builds across 93 languages using CloudFront, WAF, blue-green deployments, spot instances, and SquashFS immutable images.
» Statistics
- Posts
- 18
- Reads
- 0
- Avg. score
- 7.7
» Most read
- OctLurk and SilkLurk Windows Backdoors Target Governments in 6 Countries
- Rever-browser: AI-Agent Browser for Reverse Engineering
- Engineering around WAL Backpressure in Postgres
- 672 GB VRAM with 7x RTX PRO 6000 Blackwell: More GPUs or 1 TB RAM?
- Xec: A Unified API for Localhost, SSH, Docker, and Kubernetes
- Claude Mythos 5 Engaged in Social Engineering Against Developers
- How Compiler Explorer's AWS Infrastructure Works in 2026
- Microsoft Introduces New AI Tools to Enhance Windows 11 Performance
- The Real Cryptography Behind a Fictional Quantum Machine
- NVIDIA Alpamayo 2 Super: 34B Open Vision-Language-Action Model
» Top scored
- Reverse-Engineering Nvidia B200's Tensor Core Down to the Bit
- PHP 8.6 Preview: Partial Application, Polling API, and Clamp()
- CVE-2026-69243 PoC: aiohttp Request Smuggling via Rejected WebSocket Upgrade
- AI Escape Room: Docker CTF Rebuilds the 2026 Hugging Face Breach
- How Compiler Explorer's AWS Infrastructure Works in 2026
- FIPS 140-3 Certifies a Module, Not Your Actual Security Posture
- NVIDIA Alpamayo 2 Super: 34B Open Vision-Language-Action Model
- Stop Re-downloading the JDK: setup-java Now Caches It
- OctLurk and SilkLurk Windows Backdoors Target Governments in 6 Countries
- Cloudflare Enforces Engineering Standards Using AI