

Two's Complement
Ben Rady and Matt Godbolt
If you come to a fork in the road, take it! Two’s Complement is a programming podcast, hosted by Matt Godbolt and Ben Rady; two programmers who both grew up wanting to make video games. One of them did, one of them didn’t, but now they both work together despite coming from very different backgrounds.
Episodes
Mentioned books

Mar 22, 2022 • 39min
Java and/or C++?
Ben and Matt have a work conversation spill over into podcast. Join our hosts as they compare Java and C++ as two possible languages for a new project.

Feb 20, 2022 • 50min
Compile-Time Programming (with Hana Dusíková)
Ben and Matt are joined by Hana Dusíková and discuss panoramic photographs, Matt's career peak, and compile-time programming, including her ground-breaking regular expression library. Links from the show:
Hana's Panoramic photos
CTRE library
Hana's slides

Feb 3, 2022 • 29min
Performance
Our most efficient podcast ever. Ben and Matt talk performance testing and optimization in fewer than 30 minutes.

Jan 2, 2022 • 54min
Building Games Two Ways
Matt and Ben talk about their experiences creating games, both digital and analog. Matt recalls building games for the XBox, Dreamcast, and PS2. Ben talks about what makes board games fun, and how to lose your friends through playtesting.

Nov 27, 2021 • 39min
Lint and Other Fuzzy Bits
Matt and Ben talk about code linters, and meander into various topics. Matt describes the (approximately) 37 different ways to cast variables in C++. Ben argues that continuous integration was better in the 19th century.

Nov 1, 2021 • 46min
The Language Menagerie
Ben and Matt explore the world of programming languages. So many! Why are there so many? Wait, there's a Java Mobile Edition? Who would use such a thing? The hosts of the #1 top ranked programming podcast that my mom listens to, that's who.

Oct 1, 2021 • 36min
Pull Requests and Pair Programming, Part 2
The podcast explores the importance of clear explanations and context in pull requests, making small and focused changes, providing constructive feedback in code reviews, collaborating through mob programming, interpreting and implementing collaborative solutions, and creating the right situation for successful collaboration.

Sep 15, 2021 • 32min
Pull Requests and Pair Programming, Part 1
The podcast explores pair programming and its benefits, discussing techniques like ping pong and the use of patterns. It also emphasizes the importance of recognizing hindering behavior and learning from others. The chapter compares pair programming with pull requests and explores the advantages of each. Additionally, it discusses the importance of loving and reverting commits to facilitate fixing mistakes. Finally, the speakers discuss different problem-solving approaches and the balance between creativity and analysis paralysis.

Aug 19, 2021 • 48min
CPUs are Clever
Matt and Ben discuss the kinds of things modern CPUs do behind the scenes. Branch prediction, caching, speculation, out-of-order processing, hyper-threading, register renaming... Lots of things most people don't need to know. Matt gets overly excited, and Ben channels Larry King to try and keep him on track.

Jul 18, 2021 • 43min
Boring is Awesome
The podcast discusses the benefits of using boring tools like databases for automation and local development. They also emphasize the importance of automation in software projects, the consequences of not auto pushing, and the value of avoiding database dependency in software projects.