
Rust in Production Tweede Golf with Folkert de Vries
4 snips
Feb 8, 2024 Systems Software Engineer Folkert de Vries from Tweede Golf discusses reimplementing NTP in Rust, benefits of Rust over Haskell and C++, bridging tech and business with Rust, enhancing internet security with open-source work, establishing project structure and preventing errors in Rust programming, architecture exploration, Tokyo ecosystem benefits, NTP synchronization with Rust, and focusing on compile time performance
AI Snips
Chapters
Transcript
Episode notes
Python Linter Rewritten in Rust
- A Python linter, rewritten in Rust, achieved a 1000x performance boost.
- This demonstrates the potential for significant improvements through low-level optimization.
Open Source at Tweede Golf
- Tweede Golf focuses on open-source projects funded by organizations like ISRG.
- These projects aim to rewrite critical internet infrastructure components in memory-safe languages.
NTP's Importance
- NTP synchronizes time across networks and is crucial for internet infrastructure and security.
- It ensures accurate timestamps, enables TLS certificate expiration, and facilitates log interleaving.
