Memory Safety — Topic Summaries
AI-powered summaries of 8 videos about Memory Safety.
8 summaries
NASAs Coding Requirements Are Insane
Safety-critical software standards often sprawl into hundreds of rules, but NASA/JPL-style guidance argues that reliability improves when the rule...
Why I Chose Rust Over Zig
The case for staying with Rust over Zig comes down to one practical reality: Rust’s safety guarantees, mature tooling, and growing ecosystem have...
Linus On C vs Rust Linux Problems
Linux’s C-versus-Rust fight in the kernel isn’t mainly about syntax or performance—it’s about clashing programming philosophies, and that clash keeps...
The SQLite Rewrite In Rust
A company-backed Rust rewrite of SQLite—called Limbo—aims to preserve SQLite’s reliability while switching to memory-safe code and a modern...
Memory Safe C
Memory-safe C (Phil C) is pitched as a practical way to keep C’s programming model while blocking a large class of memory-corruption exploits—by...
Ladybird On Swift vs Rust
Ladybird’s Swift choice over Rust comes down to fit: Rust shines for input-to-output systems work, but it becomes tedious when developers try to...
TRACTOR - C to Rust AI Compiler By DARPA
DARPA is pushing an ambitious “C to Rust” effort aimed at cutting down the memory-corruption vulnerabilities that drive a large share of real-world...
P99 CONF - Zig vs Rust
The central takeaway from this P99 CONF panel is a practical split between Rust and Zig for systems and high-performance work: Rust is framed as the...