Podcasting
I’m open to being a guest on your podcast! Whether it’s big or small.
I can discuss any post on this site including:
- The Everything Machine - Creativity in an AI saturated world
- Fear setting: existential risks - What’s the worst that could happen?
- The Evolution of Intelligence Itself - AI is not alien, it’s us.
- How I Trained My TikTok - How I taught my TikTok to find worthwhile content.
- Your Career in Simulation - Your next career might take place entirely in simulation.
- The Singularity Is Always Steep - Technological progress is not building to a peak.
- Billionaires: Our Single Point of Failure - No human should have sole control of hundreds of billions of dollars with no checks or balances.
- Headless - Our consciousness can be located outside our body
I can also talk about the software engineering articles on Tobeva Software.
![](/podcasting/featured-whiskey-web-logo_hu14271660719419400603.jpg)
Whiskey Web and Whatnot
In August 2024 I was a guest on the Whiskey Web and Whatnot podcast. While their YouTube video count is low, they have a good-sized podcasting audience. Find them on your favorite podcasting app. They are great hosts, and it was fun! Some technical discussion and a fair amount of fun chatting.
Interesting bits:
![](/podcasting/backend-logo_hu16995110949772432306.jpg)
Backend Banter
In January 2024 I was a guest on Lane Wagner's Boot.dev podcast called Backend Banter. My episode focused on my 2020 article Brain Oriented Programming about a specific way OOP can go bad: your objects are not themselves object-oriented. I later interviewed Lane on Software Engineering Radio #608.
Interesting bits:
![](/podcasting/se-radio-logo_hu9514612588532141278.png)
Software Engineering Radio
I was a volunteer host for the Software Engineering Radio Podcast from 2021 through 2024. Each volunteer produces and records five shows per year. Through the combined effort of around 10 volunteer hosts, the show releases a new episode weekly. These are links to the 17 shows which I hosted:
- 645 - Vinay Tripathi on BGP Optimization
- 641 - Catherine Nelson on Machine Learning in Data Science
- 617 - Frances Buontempo on Modern C++
- 608 – Lane Wagner on Revisiting the Go Language
- 596 – Maxim Fateev on Durable Execution with Temporal
- 591 – Yechezkel Rabinovich on Kubernetes Observability
- 583 - Lucas Fittl on Postgres Performance
- 562 – Bastian Gruber on Rust Web Development
- 557 – Timothy Beamish on React and Next.js
- 549 – William Falcon on Optimizing Deep Learning Models
- 537 – Adam Warski on Scala and Tapir
- 521 - Phillip Mayhew on Test Automation in Gaming
- 500 - Sergey Gorbunov on Blockchain Interoperability
- 497 – Richard L. Sites on Understanding Software Dynamics
- 493 – Ram Sriharsha on Vectors in Machine Learning
- 484 – Audrey Lawrence on Timeseries Databases
- 474 - Paul Butcher on Fuzz Testing
Volunteering for the show is a great way to get podcasting experience in front of a fairly large audience, and practice doing research on random topics.
![](/podcasting/beyond_hu14807108010811000378.jpg)
Beyond Clean Code
Not a podcast, but I made this 23 minute video and article in response to Casey Muratori’s article and video which I felt was misleading in a number of ways. I worked hard to tell the full true story (as I saw it) and polished both the script and the final edited video, I’m happy with the result.
Some points covered:
- Clean code does not inherently leads to “horrible performance”
- Object Oriented can have a performance penalty
- In many cases that penalty is neglible
- In some cases it’s not: be wary of using OO in those cases
- In many contexts code can run 100x slower and still completely fine