TIL: November 16, 2025 - Weekly Reading: Security and AI
Security
Rust in Android: move fast and fix things - Jeff Vander Stoep, Android
More new Rust code is now being added to Android’s codebase than C++ and
requires less time to review. Rust seems to be a win/win for both security
a...
TIL: Packaging Static Binaries
I have been using the zizmor project
for a while to lint GitHub Actions workflows for security issues. Zizmor is a
(mostly) static binary written in Rust so it should be a relatively
straightforward install. But I noticed that it can be installed ...