Hanselminutes is Fresh Air for Developers. A weekly commute-time podcast that promotes fresh technology and fresh voices. Talk and Tech for Developers, Life-long Learners, and Technologists.

Similar Podcasts

Thinking Elixir Podcast

Thinking Elixir Podcast
The Thinking Elixir podcast is a weekly show where we talk about the Elixir programming language and the community around it. We cover news and interview guests to learn more about projects and developments in the community.

The Cynical Developer

The Cynical Developer
A UK based Technology and Software Developer Podcast that helps you to improve your development knowledge and career, through explaining the latest and greatest in development technology and providing you with what you need to succeed as a developer.

Elixir Outlaws

Elixir Outlaws
Elixir Outlaws is an informal discussion about interesting things happening in Elixir. Our goal is to capture the spirit of a conference hallway discussion in a podcast.

The Art of Assembly: Exploring Low-Level Mastery with Randall Hyde

July 17, 2025 00:37:28 36.05 MB Downloads: 0

In this episode of Hanselminutes, Scott Hanselman talks with Randall Hyde, renowned for his expertise in programming and assembly language. Known as the creator of the Lisa Assembler and the author of The Art of Assembly Language and Write Great Code series, Randall shares his journey from developing in assembler for early computing systems to working on modern nuclear reactor control systems. He discusses the evolution of software development, the value of assembly language in today's programming landscape, teaching methodologies, and the balance between low-level understanding and high-level productivity.Key TopicsRandall Hyde's Academic and Professional Background (00:02.72)Assembly Language Beginnings with the Lisa Assembler (00:33.45)The Evolution of Randall's Work from Games to Nuclear Engineering (04:54.99)The Importance of Understanding Low-Level Machine Behavior (06:46.75)How Assembly Language Has Evolved and Its Modern Relevance (16:11.62)HLA (High-Level Assembler) as a Teaching Tool (20:20.46)The Rise of ARM Architectures and Changing Processor Technology (29:24.59)The Need for Efficient Code in the Multi-Core Era (33:31.42)Main TakeawaysLow-Level Understanding is Foundational: Randall emphasizes that understanding machine organization and low-level behavior is essential to writing better high-level code.Practical vs. Academic Learning: College enforces learning through structure, but much of coding excellence comes from individual, rigorous practice in understanding how systems work under the hood.Evolving Utility of Assembly Language: While assembly language isn’t a daily tool for most programmers, knowing it provides critical insights into low-level optimizations essential for performance-critical applications.Shift in Performance Gains: Modern compilers and multi-core systems have reduced the performance advantages of assembly, yet efficient code writing remains vital as architecture advances slow down.Accessible Education: Randall’s approach – from pioneering HLA as a bridge to assembly to his comprehensive Write Great Code series – has focused on making low-level concepts easier for new learners to grasp.Resources MentionedThe Art of Assembly Language by Randall HydeWrite Great Code Series (Volumes 1-4) by Randall HydeVolume 2: Thinking Low-Level, Writing High-LevelRANDALLHYDE.COM: Hyde's website for books, support materials, and resourcesNo Starch Press (Publisher): NoStarch.comFollow along for more insights, tips, and conversations with industry leaders. These show notes summarize key moments in the podcast for easy reference and understanding - these show notes were generated by a custom gpt-4o-nano model trained in previous episodes of Hanselminutes

APIs as the Execution Layer of AI with Postman's Rodric Rabbah

July 10, 2025 00:32:49 31.59 MB Downloads: 0

In this episode of Hanselminutes, Scott Hanselman chats with Roderick Rabah, Head of Product at Postman Flows, about the evolution of software development, the intersection of APIs and AI, and finding the "right layer of abstraction" for problem-solving. Drawing on his deep expertise in compiler optimization, distributed systems, and serverless computing, Rabah shares his perspectives on building tools that empower developers to create efficiently and explores the paradigm shift toward visual programming and AI-driven automation.The conversation dives into how Postman is innovating in the software space, how approaches to software engineering are transforming with generative AI, and why embracing new ways of working is critical for staying ahead in this rapidly evolving technological landscape.  Key Topics[01:08] Introduction of Roderick Rabah: From research scientist to API innovator[02:14] Evolution of software development: From FPGAs to serverless computing[03:23] APIs and AI: The transformative intersection powering workflows[05:33] The rise of tool-calling and agents: Simplifying backend tasks[07:33] Managing complexity: Why structured APIs make integration seamless[12:08] Visual programming languages: The paradigm shift for developers[16:42] Postman Flows: Building applications through visual workflows[20:24] Embracing generative AI: How senior and junior engineers benefit[29:02] Deploying with WebAssembly: Making cloud integration accessible[30:33] Reflections on the future of technology and its impact on software careersMain TakeawaysAPI + AI Integration: APIs combined with large language models are unlocking new capabilities for software development by abstracting complex operations and enabling automation.Visual Programming Paradigm Shift: Applications are increasingly built using visual workflows where developers focus on intent rather than low-level code implementation, driving efficiency and accessibility.Generative AI Empowerment: Generative AI tools are accelerating the pace of innovation, empowering engineers to fix bugs, streamline workflows, and manage edge cases efficiently.Structured APIs Critical for AI: Thoughtfully designed APIs with proper documentation and safeguards are essential to ensure that autonomous AI agents interact correctly and securely.Accessible Deployment: New runtime frameworks, like serverless with WebAssembly, make it easier for developers to deploy applications across the cloud, enabling broader adoption of AI-driven solutions.Notable Quotes"Serverless is where you think about servers less." – Scott Hanselman"At what point does communicating your intent to AI become programming again?" – Roderick Rabah"Visual programming resonates with builders because it matches the mental model of decomposing problems." – Roderick Rabah"Technology transforms rapidly. You have to figure out how to wield this immense power." – Roderick Rabah"Don’t throw away your critical thinking just because AI makes building faster." – Roderick RabahResources MentionedPostman Flows – Tools for visual programming and API integrations: postman.comReplit – Generative coding platform for automating development tasks: replit.comWebAssembly – Runtime framework for deploying serverless applications: webassembly.orgBooks on Compiler Theory: Suggested resource for expanding understanding of abstractionsFollow along for more insights, tips, and conversations with industry leaders. These show notes summarize key moments in the podcast for easy reference and understanding - these show notes were generated by a custom gpt-4o-nano model trained in previous episodes of Hanselminutes

Saving State while Still Growing with Temporal's Preeti Somal

July 03, 2025 00:33:32 32.28 MB Downloads: 0

In this episode, Scott chats with Preeti Somal, Senior Vice President of Engineering at Temporal, to explore how teams at OpenAI, Stripe, Netflix, and beyond are building long-running, crash-proof applications using Temporal's open‑source durable execution engine. Drawing on her leadership roles at HashiCorp, Yahoo!, and VMware, Preeti breaks down the orchestration challenges in today’s AI‑powered agentic architectures, shares how platform engineering, culture, and developer experience interact, and explains the feedback loops that drive platform improvement. She also offers a dive into resilience patterns like retries, state management, and sagas, and shares lessons on scaling engineering organizations through rapid growth. 

SKY ENGINE AI's Dr. Malc Souter on AI-Generated Training Data

June 26, 2025 00:32:14 31.04 MB Downloads: 0

In this episode Scott talks with Dr. Malc Souter, a computer graphics PhD and former Hollywood special effects engineer, now bringing his rendering expertise to AI at Sky Engine. They dive deep into the surprising power of synthetic data, exploring when fake can outperform real in areas like medical imaging, defense, and self-driving cars. Malc shares lessons from the visual effects trenches, discusses how custom rendering engines are reshaping machine learning pipelines, and unpacks the nuanced tension between privacy and progress in the age of computer vision.https://www.skyengine.ai

Dave Barry is the Class Clown: The Memoirs of a Professional Wiseass

June 19, 2025 00:46:07 44.36 MB Downloads: 0

When authors want to talk about their book they go on a book tour and often they go to large companies like Microsoft and speak to us in person. I had the opportunity to interview Dave Berry in person and I jumped at it. I grew up reading his humor column syndicated in The Oregonian, and his brand of sarcasm and dry humor matches mine. This episode is that raw recording in association with and with the permission of Microsoft's Outside in Lecture Series program.  He was a lovely gentleman and we enjoyed spending time together, so if it seems like we're picking on each other, we are.Dave Barry's Class Clown: The Memoirs of a Professional Wiseass

Startup Mindsets with Earl Valencia

June 12, 2025 00:32:31 31.31 MB Downloads: 0

What does it really take to succeed in today’s fast-paced, innovation-driven world? In this episode of Hanselminutes, Scott Hanselman chats with Earl Valencia—acclaimed tech leader, venture-backed founder, and author of Startup Mindsets: A Blueprint to Thrive in an Innovation-Driven and Globally Connected World. Earl brings real-world insights from Silicon Valley, Southeast Asia, and startup scenes around the globe. He talks about the habits, mindsets, and leadership styles that help founders stand out—not just another success story, but a practical guide for anyone trying to build something meaningful. Whether you’re launching a startup, working in tech, or just curious about how big ideas come to life, this conversation will leave you inspired to think bigger and bolder.https://www.startupmindsets.com/book

AI and visualizing multidimensional vectors with Pamela Fox

June 05, 2025 00:41:20 39.76 MB Downloads: 0

In this episode AI and machine learning expert Pamela Fox educates Scott on how to visualize multidimensional vectors, and they talk about the complexities of explaining AI to regular people. 

AI Code Reviews with CodeRabbit's Howon Lee

May 29, 2025 00:33:03 31.81 MB Downloads: 0

In this episode of the Hanselminutes podcast, Scott talks to Code Rabbit's Howon Lee about how AI can democratize the code review. Believes that code reviews are inherently political, and that AIs can level the playing field so that everyone benefits. Are AI code reviews the Future of Coding? How will Code Rabbit compete with their unique algorithm when there are other options from Open AI and others?\http://coderabbit.ai

Azure AI Foundry (from BUILD 2025) with Yina Arenas

May 22, 2025 00:50:32 48.6 MB Downloads: 0

Learn how to supercharge your AI development with our integrated signals loop that connects model choice, knowledge retrieval, fine-tuning, orchestration and memory —anchored by observability and trust. Design, customize, and manage intelligent agents using open standards and protocols such as Model Context Protocol (MCP) and Agent-to-Agent (A2A) to connect with tools and drive collaboration. Gain insights into advanced orchestration, tracing, and monitoring to streamline decision-making, boost efficiency, accelerate time to market, and lower costs.NOTE - This is a bit of a meta-episode, recorded live at Microsoft Build, this is a discussion about how Scott might use AI to help produce his podcast!Azure AI Foundry: The AI app and Agent Factory | BRK155

Is AI what Robotics needs? with Jasmine Lawrence Campbell

May 16, 2025 00:33:22 32.12 MB Downloads: 0

In this episode of Hanselminutes, Scott sits down with AI/ML & Robotics leader Jasmine Lawrence Campbell to explore the evolving relationship between artificial intelligence and robotics. Jasmine shares insights on how AI is shaping the future of robotics, the challenges of integrating AI into robotic systems, and why she believes there's a place for everyone in AI. Whether you're a developer, researcher, or simply curious about the intersection of AI and robotics, this conversation offers fresh perspectives on the technology driving automation forward.https://www.jasminelawrence.com

Is Vibe Coding Real? with James Montemagno

May 08, 2025 00:45:21 43.62 MB Downloads: 0

Vibe Coding has folks talking and "vibing entire applications." But is it valid? Should one use AI agents to create apps that go directly into production, or is it just appropriate for prototyping? Scott talks to James Montemagno who recently vibed a 17,000 line application and only wrote 20 bespoke lines himself. Is this the future of programming or did James get lucky? Scott takes the sceptical view in this spicy episode.

Making SNES ROMS with C# and Matthew Shapiro's DotnetSnes

May 01, 2025 00:33:33 32.29 MB Downloads: 0

What if you could craft Super Nintendo ROMs using the power of C#? In this episode, Scott Hanselman dives into the world of retro game development with Matthew Shapiro, the creator of DotnetSnes—a tool that enables developers to build SNES games with modern .NET technology. They explore how the project works, the challenges of programming for classic hardware, and what this means for indie game developers and hobbyists alike. Whether you’re a nostalgic gamer or a coding enthusiast, this conversation is packed with insights that bridge the old-school and the cutting-edge.https://github.com/KallDrexx/DotnetSneshttps://www.linkedin.com/feed/update/urn:li:activity:7320970127917649920/

Neverending support for open source with Hayden Barnes

April 24, 2025 00:32:55 31.69 MB Downloads: 0

The issue of software support for open-source is a long and storied one. Scott sits down with open-source advocate Hayden Barnes about how paid support and custom builds of older open-source software is a business opportunity for herodevs. Should you upgrade and migrate to the latest build? Or should you get paid never ending support?

Computer Science for Kids with Jen Looper

April 17, 2025 00:34:12 32.92 MB Downloads: 0

Scott sits down with Jen Looper, educator, developer, and author of Computer Science for Kids. Together, they dive into the importance of introducing young minds to coding early and making computer science accessible for all. Jen shares insights from her book, discusses the evolving landscape of tech education, and highlights creative ways to inspire the next generation of innovators. Whether you're a parent, teacher, or just passionate about fostering tech literacy, this episode is packed with wisdom on shaping future coders.Computer Science for Kids

AI Data Infrastructure for the Global South with Kate Kallott

April 10, 2025 00:34:45 33.44 MB Downloads: 0