Two's Complement

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.

56 episodes transcribed
0 comments
Technology

The Language Menagerie

Episode Date: November 1, 2021

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 thi...

0 comments
Technology

CPUs are Clever

Episode Date: August 19, 2021

Matt and Ben discuss the kinds of things modern CPUs do behind the scenes. Branch prediction, caching, speculation, out-of-order processing, hyper-thr...

0 comments
Technology

Boring is Awesome

Episode Date: July 18, 2021

Ben and Matt think boring things are good, and provide a few examples. Databases, for example, are boring...but even more boring options exist! Matt e...

0 comments
Technology

Semi-Solid Principles

Episode Date: March 24, 2021

Matt and Ben join an argument on the Internet, which is always a productive and rewarding use of one's time. They discuss the SOLID principles from tw...

0 comments
Technology

Testing in C++

Episode Date: January 7, 2021

Matt and Ben talk about the eXtreme Programming engineering practices, such as Test Driven Development, and how to apply them in C++. Matt tests a wid...