RSSAmplifier

Blog

Sergey "Shnatsel" Davidoff

Rust, security, and making computers go brrr

shnatsel.github.ioRSS feed ↗4 posts

Latest posts

Improving std::simd::swizzle_dyn

Fearless SIMD recently received a pull request that started like this: Swizzles are a whole can of worm and I do not intend to figure out how we should implement this generically right now. 😄

The unreasonable effectiveness of LLMs for auditing Rust code

As a lead of the Rust Secure Code Working Group , I got free access to GPT-5.5 via the Codex for Open Source . Since then I’ve found and reported dozens of issues of varying severity in widely used Rust crates.

Safe SIMD in Rust, even on the inside

Rust’s SIMD abstractions were not as safe as I’d like. Until now.

My old articles are on Medium

Find them at https://shnatsel.medium.com/