
Your one-stop shop for all Changelog podcasts. Weekly shows about software development, developer culture, open source, building startups, artificial intelligence, shipping code to production, and the people involved. Yes, we focus on the people. Everything else is an implementation detail.
Similar Podcasts

The Changelog: Software Development, Open Source
Conversations with the hackers, leaders, and innovators of the software world. Hosts Adam Stacoviak and Jerod Santo face their imposter syndrome so you don’t have to. Expect in-depth interviews with the best and brightest in software engineering, open source, and leadership. This is a polyglot podcast. All programming languages, platforms, and communities are welcome. Open source moves fast. Keep up.

Go Time: Golang, Software Engineering
Your source for diverse discussions from around the Go community. This show records LIVE every Tuesday at 3pm US Eastern. Join the Golang community and chat with us during the show in the #gotimefm channel of Gophers slack. Panelists include Mat Ryer, Jon Calhoun, Carmen Andoh, Johnny Boursiquot, Angelica Hill, Mark Bates, Kris Brandow, and Natalie Pistunovich. We discuss cloud infrastructure, distributed systems, microservices, Kubernetes, Docker… oh and also Go! Some people search for GoTime or GoTimeFM and can’t find the show, so now the strings GoTime and GoTimeFM are in our description too.

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.
A visit to Deno Land (JS Party #127)
Divya and Nick welcome Deno’s Kit Kelly to the show to celebrate the highly-anticipated new JavaScript/TypeScript runtime’s big 1.0 release. This is a wide-ranging discussion about all things Deno. We discuss why they’re using Rust, how they’re rewriting parts of the TypeScript compiler, their take on package management, what adoption looks like, their code of conduct, and more.
Challenges of distributed messaging systems (Go Time #130)
Distributed systems are hard. Building a distributed messaging system for these systems to communicate is even harder. In this episode, we unpack some of the challenges of building distributed messaging systems (like NATS), including how Go makes that easy and/or hard as applicable.
Step away to get unstuck (Brain Science #19)
In this episode, Mireille and Adam talk through the challenge of problem solving. It’s all to common to utilize the “try harder” approach when things aren’t working out the way you’d like. While that kind of effort is valuable, this approach is often wrought with further frustration, wasted time and less than desirable results. This episode offers you an alternative perspective and ways that you can practice getting unstuck and utilize more of the resources of your unconscious mind.
VisiData is like duct tape for your data (The Changelog #394)
Saul Pwanson is the creator and maintainer of VisiData, a terminal interface for exploring and arranging tabular data. On this Maintainer Spotlight episode, Saul joins Jerod for a wide-ranging discussion on crossword puzzles, biographs, and Saul’s open source gift to the world. Thanks to AJ for the suggestion!
AI for Good: clean water access in Africa (Practical AI #89)
Chandler McCann tells Daniel and Chris about how DataRobot engaged in a project to develop sustainable water solutions with the Global Water Challenge (GWC). They analyzed over 500,000 data points to predict future water point breaks. This enabled African governments to make data-driven decisions related to budgeting, preventative maintenance, and policy in order to promote and protect people’s access to safe water for drinking and washing. From this effort sprang DataRobot’s larger AI for Good initiative.
Building a real programmable robot (Founders Talk #69)
The role of a father plays a pivotal role in a child’s life. Ian Bernstein is a former Founder of Sphero and is now the Founder and Head of Product of Misty Robotics — they’re building the first programmable robot for the home and business. It’s called Misty II. The journey of building Misty II started when Ian was 5 years old and his dad bought him an Apple IIe.
What I’m gonna share here is really mediocre (JS Party #126)
Node 14, Vue’s Vite, and is-promise are in the news. We’ve got some working from home tips and unpopular opinions to share. And… shout outs! 👏
Building resiliency (Brain Science #18)
In this episode, Mireille and Adam discuss the importance of building resiliency and how we can build skills to navigate unexpected and unwanted adversities. Fundamentally, we are designed to adapt out of a place of survival. Given that, we have to learn how to manage our fear while building awareness of the perceptions we have so that we can learn how to be both flexible and calm. Not surprising, we also talk about the way in which our relationships with others help us buffer the challenges better so that we are able to remain calmer and henceforth, see the opportunities within the obstacles.
Black Hat Go (Go Time #129)
Put on your dark hoodie, turn all the lights off, and join the author of Black Hat Go as we explore the darker side of Go.
Gatsby's long road to incremental builds (The Changelog #393)
Gatsby creator Kyle Mathews joins Jerod fresh off the launch of incremental builds to tell the story of this feature that’s 3 years in the making. We talk about Kyle’s vision for Gatsby, why incremental builds took so long, why it’s not part of the open source tool, how he makes decisions between Cloud and open source features, and more.
Ask us anything (about AI) (Practical AI #88)
Daniel and Chris get you Fully-Connected with AI questions from listeners and online forums: What do you think is the next big thing? What are CNNs? How does one start developing an AI-enabled business solution? What tools do you use every day? What will AI replace? And more…
These buttons look like buttons (JS Party #125)
This week Feross and Emma chat with Segun Adebayo about Chakra UI, a modular React component library that’s changing the game for design systems and app development.
Indeed's FOSS Contributor Fund (The Changelog #392)
Duane O’Brien (head of open source at Indeed) joined the show to talk about their FOSS Contributor Fund and FOSS Responders. He’s super passionate about open source, and through his role at Indeed Duane was able to implement this fund and open source it as a framework for other companies to use. We talk through all the details of the program, its impact and influence, as well as ways companies can use the framework in their organization. We also talk about FOSS Responders an initiative to support open source that has been negatively impacted by COVID-19.
Immediate mode GUIs (Go Time #128)
Mat, Johnny and Jon are joined by Elias, creator of Gio, to discuss GUIs. Specifically, we explore the pros and cons of immediate vs retained mode and explore some examples of each, as well how some frameworks like React are attempting to bring the benefits of immediate mode to a retained mode world (the DOM).
Reinforcement learning for chip design (Practical AI #87)
Daniel and Chris have a fascinating discussion with Anna Goldie and Azalia Mirhoseini from Google Brain about the use of reinforcement learning for chip floor planning - or placement - in which many new designs are generated, and then evaluated, to find an optimal component layout. Anna and Azalia also describe the use of graph convolutional neural networks in their approach.