# radio podcast (blogs) — RSS Amplifier

Recent posts from the 2 feeds in the RSS Amplifier directory that cover radio podcast.

Page: <https://rssamplifier.com/topics/radio-podcast/blogs>  
Feed: <https://rssamplifier.com/topics/radio-podcast/blogs.md>

---

## [Can mutating the code under test make a stable test go flaky? Yes, and it happens more than you think!](https://www.gregorykapfhammer.com/blog/test-flimsiness-mutation-flakiness/)

_2026-01-01 · Gregory M. Kapfhammer · Blog_

Introduction What if changing the code under test — not the test itself and not the execution environment — could turn a perfectly stable test case into a flaky one? That is exactly what my colleagues and I discovered in a new phenomenon that we call “test flimsiness”. The name is an acronym since FLIM siness stands for FL akiness I nduced by M utations to the code under test. In (Parry et al.…

## [Insights from my Software Engineering Radio interview with Jennings Anderson and Amy Rose](https://www.gregorykapfhammer.com/blog/se-radio-jennings-anderson-amy-rose-overture-maps/)

_2025-12-15 · Gregory M. Kapfhammer · Blog_

Introduction In a recent episode of the Software Engineering Radio podcast, I interviewed Jennings Anderson , a Software Engineer at Meta Platforms, and Amy Rose , the Chief Technology Officer at the Overture Maps Foundation . Our conversation focused on the Overture Maps project, which creates reliable, easy-to-use, and interoperable open map data. During the interview, Amy and Jennings share…

## [Insights from my Software Engineering Radio interview with Kacper Łukawski](https://www.gregorykapfhammer.com/blog/se-radio-kacper-lukawski-qdrant-vector-database/)

_2025-11-15 · Gregory M. Kapfhammer · Blog_

Introduction In a recent episode of the Software Engineering Radio podcast, I interviewed Kacper Łukawski , a Senior Developer Advocate at Qdrant . Our conversation focused on Qdrant, an open-source vector database and similarity search engine implemented in Rust. During the interview, Kacper shares insights into vector embeddings and similarity search, the performance benefits of implementing a…

## [4 Thoughts about AI Media](https://merki.ca/ai-media)

_2025-11-03 · Merki.ca RSS Feed_

I don't consume a lot of short form video anymore, but I do occasionally dip into some funny memes with my friends. This is exclusively done…

## [Insights from my Software Engineering Radio interview with Samuel Colvin](https://www.gregorykapfhammer.com/blog/se-radio-samuel-colvin-pydantic-ecosystem/)

_2025-08-15 · Gregory M. Kapfhammer · Blog_

Introduction In a recent episode of the Software Engineering Radio podcast, I interviewed Samuel Colvin , the CEO and founder of the Pydantic company. Our conversation focused on Pydantic, a popular data validation library for Python, and its ecosystem, including Pydantic AI and Logfire. During our interview, Samuel offers many insights into how these tools can help Python developers build more…

## [Is slicing or mutation testing better at automatically identifying weaknesses in your test suite?](https://www.gregorykapfhammer.com/blog/pseudosweep-identify-oracle-gaps/)

_2025-08-15 · Gregory M. Kapfhammer · Blog_

Introduction Are your tests as effective as you think they are? While statement coverage is a common metric for test suite quality, it often doesn’t tell the whole story. High coverage scores can create a false sense of security, leaving critical “gaps” in your testing strategy. In the paper (Maton, Kapfhammer, and McMinn 2025) , my colleagues and I investigate how to identify an “oracle gap” that…

## [When flaky tests fail together: Empirical evidence for systemic flakiness](https://www.gregorykapfhammer.com/blog/discover-systemic-test-flakiness/)

_2025-05-30 · Gregory M. Kapfhammer · Blog_

Introduction Have you ever noticed that when one flaky test fails in your continuous integration pipeline, several others seem to fail at the same time? Well, you’re not imagining things! My colleagues and I recently completed a comprehensive study that reveals flaky tests often exist in clusters, failing together due to shared root causes. We call this phenomenon systemic flakiness , and we think…

## [Insights from my Software Engineering Radio interview with Will McGugan](https://www.gregorykapfhammer.com/blog/se-radio-will-mcgugan-text-interfaces/)

_2025-05-21 · Gregory M. Kapfhammer · Blog_

Introduction In a recent episode of the Software Engineering Radio podcast, I interviewed Will McGugan , the creator of Rich and Textual and the CEO and founder of Textualize . Our conversation focused on building text-based user interfaces (TUIs) and command line interfaces (CLIs) using the aforementioned Python frameworks. Will explained how concepts from web technologies can be adapted for…

## [Insights from my Software Engineering Radio interview with Eran Yahav](https://www.gregorykapfhammer.com/blog/se-radio-eran-yahav-tabnine-assistant/)

_2025-04-30 · Gregory M. Kapfhammer · Blog_

Introduction In a recent episode of the Software Engineering Radio podcast, I interviewed Eran Yahav , the CTO of Tabnine and a faculty member in the Computer Science Department at the Israel Institute of Technology . Our conversation focused on Tabnine, an artificial intelligence (AI) coding assistant that uses large language models (LLMs) to help software engineers with tasks like code…

## [Flaky tests are just one symptom — your test suite needs a health check!](https://www.gregorykapfhammer.com/blog/holistic-test-suite-health/)

_2025-01-01 · Gregory M. Kapfhammer · Blog_

Introduction When software developers talk about problematic test suites, the conversation often begins and ends with flaky tests. And while flakiness is certainly a serious concern, is it really the only symptom of an unhealthy test suite? My colleagues and I argue that it is not. In (McMinn, Roslan, and Kapfhammer 2025) , published at the 2nd International Flaky Tests Workshop, we present a…

## [Try Before You Buy, Risk-Free (Sponsored)](https://crawlproof.com/a/rYcHUBYjQCcN)

_2024-12-31 · **Sponsored**_

Free trial hosting plus refunds processed in 12-24 hours, guaranteed.

## [Using eXtreme mutation testing to discover hidden test suite weaknesses](https://www.gregorykapfhammer.com/blog/pseudosweep-extreme-mutation-testing/)

_2024-10-01 · Gregory M. Kapfhammer · Blog_

Introduction Ever wondered if your test suite is truly good at finding bugs? What if there are hidden weaknesses that traditional testing methods miss? In the paper (Maton, Kapfhammer, and McMinn 2024a) , my colleagues and I explore how eXtreme mutation testing (XMT) can uncover these hidden weaknesses in your test suite. By identifying pseudo-tested methods — or those methods in your program that…

## [Insights from my Software Engineering Radio interview with Itamar Friedman](https://www.gregorykapfhammer.com/blog/se-radio-itamar-friedman-automated-testing/)

_2024-09-11 · Gregory M. Kapfhammer · Blog_

Introduction In a recent episode of the Software Engineering Radio podcast, I interviewed Itamar Friedman , CEO and Co-founder of Qodo (a company previously called CodiumAI). Our conversation focused on automated testing with generative artificial intelligence (AI), exploring how large language models (LLMs) can augment existing test suites and increase code coverage. Itamar and I discussed the…

## [Insights from my Software Engineering Radio interview with Goran Petrovic](https://www.gregorykapfhammer.com/blog/se-radio-goran-petrovic-mutation-testing/)

_2024-09-04 · Gregory M. Kapfhammer · Blog_

Introduction In a recent episode of the Software Engineering Radio podcast, I interviewed Goran Petrovic , a senior staff software engineer at Google. Our conversation focused on mutation testing at Google, a practice that assesses the efficacy of a test suite by inserting small faults into programs and measuring the test suite’s ability to detect them. In this interview Goran offers insights into…

