
Security Cryptography Whatever Alex Gaynor
Aug 16, 2025
Join Alex Gaynor, a core developer of Python and Django and former chief technologist at the FTC, as he dives into tech transformations in government, sharing stories from the Affordable Care Act's rollout. He covers the complexities of legal battles in tech, including Oracle v. Google, and discusses the challenges of integrating Rust into popular software. Alex also sheds light on innovative open-source funding structures and reflects on his impactful election tracking website that became a go-to during the 2020 election.
AI Snips
Chapters
Transcript
Episode notes
Reviewing Document Floods In Antitrust Litigation
- Technologists on the Meta case reviewed millions of produced documents and funneled them to the most relevant evidence.
- The most important documents used with witnesses generally become public in court filings.
Cryptography Library Prioritizes Usable APIs
- The cryptography library focuses on API ergonomics and safe primitive usage, not deep math research.
- Alex concentrates on making primitives easy and correct for application developers.
Porting From C To Rust In Cryptography
- Cryptography moved C bindings toward Rust extensions and reimplemented many parsers in Rust.
- The project still links to OpenSSL but now ships Rust-based parsing and safer extension modules.
