

#433 Dev in the Arena
May 26, 2025
Discover the art of mastering Git with practical 'flight rules' that guide programmers through mishaps. Dive into the intriguing world of t-strings and their innovative applications alongside f-strings. Explore Pyrefly, a fast type checker revolutionizing Python development, and check out NeoHTOP for system monitoring. The hosts share their journey through legacy code and reflect on AI-driven tools that automate the coding process. With humor and insight, this discussion inspires programmers to embrace both challenges and triumphs in their craft.
AI Snips
Chapters
Books
Transcript
Episode notes
Use Git Flight Rules
- Use Git Flight Rules as your step-by-step guide when Git issues arise.
- They cover common scenarios like merge conflicts, discarding changes, and fixing remotes efficiently.
Learn T-strings Without Python 3.14
- Explore Brett Cannon's article to understand t-strings without needing Python 3.14.
- Play with his interpolation and template examples to grasp expression evaluation, conversions, and format specs.
NeoHtop Modern System Monitor
- NeoHtop offers a modern, cross-platform GUI system monitor inspired by htop.
- It shows detailed process info, CPU/memory use, parent processes, and allows killing processes easily.