#Rust
7 articles with this tag

OpenAI's Codex Harness: Speed, Context, and Security
OpenAI's Dominik Kundel details the Codex harness's technical innovations, from websocket mode to advanced security measures.

GitHub's Code Search Hits Memory Speed
GitHub engineers optimize code folding for search to over 45 GiB/s by removing branches and embracing full buffer processing.
Nextdoor engineers build faster with Codex
Nextdoor engineers are using OpenAI's Codex to accelerate development, enabling end-to-end feature building and faster debugging.

Vega: ZKPs for Private Digital ID
Microsoft Research's Vega system uses zero-knowledge proofs for private digital identity verification, enabling secure credential sharing with AI agents and services without revealing sensitive data.

Rust: The Ideal Language for Vibe-Coding?
Daniel Szoke from Sentry argues that Rust's strict constraints make it ideal for AI agentic coding, turning compile errors into valuable debugging feedback.
58 Million Keys: The HashMap Freeze
A HashMap resize at 58.7 million keys triggered a 15-second freeze on LinkedIn's Feed platform due to kernel lock contention. Pre-allocation fixed it.
