The Stack Overflow podcast is a weekly conversation about working in software development, learning to code, and the art and culture of computer programming. Hosted by Paul Ford and Ben Popper, the series features questions from our community, interviews with fascinating guests, and hot takes on what’s happening in tech. Founded in 2008, Stack Overflow is empowering the world to develop technology through collective knowledge. It’s best known for being the largest, most trusted online community for developers and technologists. More than 100 million people come to Stack Overflow every month to ask questions, help solve coding problems, and develop new skills.
Similar Podcasts
El Estoico | Estoicismo en español
En este podcast vamos a hablar Estoicismo, figuras estoicas y ejercicios estoicos para mejorar tu vida y tu resiliencia ante las adversidades.
Developer Tea
Developer Tea exists to help driven developers connect to their ultimate purpose and excel at their work so that they can positively impact the people they influence.
With over 13 million downloads to date, Developer Tea is a short podcast hosted by Jonathan Cutrell (@jcutrell), co-founder of Spec and Director of Engineering at PBS. We hope you'll take the topics from this podcast and continue the conversation, either online or in person with your peers. Twitter: @developertea :: Email: developertea@gmail.com
Greater Than Code
For a long time, tech culture has focused too narrowly on technical skills; this has resulted in a tech community that too often puts companies and code over people. Greater Than Code is a podcast that invites the voices of people who are not heard from enough in tech: women, people of color, trans and/or queer folks, to talk about the human side of software development and technology. Greater Than Code is providing a vital platform for these conversations, and developing new ideas of what it means to be a technologist beyond just the code.
Featuring an ongoing panel of racially and gender diverse tech panelists, the majority of podcast guests so far have been women in tech! We’ve covered topics including imposter syndrome, mental illness, sexuality, unconscious bias and social justice. We also have a major focus on skill sets that tech too often devalues, like team-building, hiring, community organizing, mentorship and empathy. Each episode also includes a transcript.
We have an active Slack community that members can join by pledging as little as $1 per month via Patreon. (https://www.patreon.com/greaterthancode)
It's hard to get hacked worse than this
There is a nice breakdown of the Solarigate attack here, but the most important thing to know is that just seeing the words BusinessLayer.dll is enough to make our eyes glaze over and our defenses go down.One interesting second order effect of this intrusion is that it will be difficult to know when all malicious code and access has really been removed. It brought to mind the classic Turing Award Lecture, Reflections on Trusting Trust by Ken Thompson. If you're trying to entertain kids over the holidays, Ben will be messing around with Roblox, which lets you create your own mini-games and has several hooks to deeper programming capabilities.Our Lifeboat badge winner this week is Chinito, who answered the question of how you can: Set style using pure JavaScript
A Very Crypto Christmas
With Bitcoin hitting all time highs, there has been a lot of speculation about what will happen next in the market crypto market.Meanwhile, regulators are targeting Ripple with a lawsuit and arguing that crypto isn't really a currency after all. You have until Jan, 4, 2021 to participate in our annual Winter Bash. By answering questions on Stack Overflow and across Stack Exchange, you can unlock some unique digital flair for your avatar.Don't forget to tune in the first day of the new year for episode 300 of the podcast, we booked a very special guest. Check out this episode to learn more..
All Time Highs: Talking crypto with Li Ouyang of Coinbase
There is a lot to think about when designing trading algorithms, especially in the world of cryptocurrency, where prices can be extremely volatile and limited liquidity means a single trader moving big volume can have a hefty influence on price.Bitcoin is at a record breaking price these days, but investing in it is not for the faint of heart. To learn more, we chat with Li, who is a software engineer at Coinbase. You can find her on Twitter here.If you're interested in learning more about Bitcoin, we would have to recommend Bitcoin Developer. After all, they were kind enough to recommend our Bitcoin Stack Exchange as a key resource.
Adventures in Javascriptlandia
You can read more about Javascriptlandia here. It is part of larger conversation happening on Google's Open Source Blog and through initiatives like Github allowing corporations into their Sponsors program.For a delightfully old school and interactive website about Myles, click here. For his Twitter, go here.You can find Jory's website here and her Twitter presence here.This week's lifeboat badge goes to Marijn van Vliet for answering the question: How do I return a char array from a function?
Diving into headless automation, active monitoring, Playwright and Puppeteer
You can find the original tweet here. AWS will work with them on publicity and open source their version so that there can be a flow of value in both directions. You can learn more about Tim's company, Checkly.hq, which works on active monitoring for developers. The team there also works on Headless Recorder, a Chrome extension that records your browser interactions and generates a Playwright or Puppeteer script. They also operate The Headless Dev, which helps coders learn Playwright and Puppeteer. This week's Lifeboat badge goes to Ravindra Bagale for answering the question: How to Convert Integer to Character Array using C
Cleaning up build systems and gathering computer history with Adam Gordon Bell
As promised, here is the grass hat.You can find out more about Earthly here.We spend a little time talking about Nix OS the operating system you can roll back if you don't like a patch.Raise your hand if you remember learning computer science with Turbo Pascal.Maybe you didn't know, but discs aren't as slow as people think. Adam's recent episode is about upending common assumptions on IO performance. Shoutout to our Lifeboat badge winner of the week, Josh Smift, for answering the question: How to delete *.web files only if they exist.
Connecting apps, data, and the cloud with Apollo GraphQL CEO Geoff Schmidt
You can read about GraphQL here and Apollo here. Cassidy Williams, who curates our newsletter, wrote about her experience as an early adopter of the technology last summer.You can find more on Meteor here. Schmidt also helped create Monument, which he describes as "an affordable live/work art event space in downtown San Francisco. The upstairs is 24 private bedrooms and studio spaces and the downstairs is a 200+ capacity person event venue and makerspace. Our goal is to connect creative people across different fields, and in particular build bridges between art and technology."
Goodbye to Flash, we'll see you in Rust
Gone in a Flash. Actually it took quite a while. Adobe explains its decision to stop supporting Flash here.You can learn more about Ruffle, the Flash emulator written in Rust, here.Here are some tips on writing a developer resume from a hiring manager who's written an entire book on the topic.You can read more about the Supreme Court case considering the limits of the Computer Fraud and Abuse Act here and hereOur Lifeboat badge of the week goes to a user named simply 4386427, who answered the most basic and frustrating question: why does “printf” not work?
Why developers are increasingly demanding ethics in tech
You can find more about Resner here. Learn more about the topics we discussed by following some of Resner's suggested links below: People to follow on Twitter: Safyia Noble, Ruha Benjamin, and Kamal Sinclair.Ellen Pao and Project Include.Eli Pariser and New Public by Civic Signals.
Big Tech is getting cozy with computer science departments
You can read more about the operating systems and business principles schools are adopting from their corporate sponsors here.You can read about the latest version of Tailwind and what it has to offer here.
React, Vue, jQuery: what flavor do you like your Vanilla JS?
You can find Ferdinandi's post and video here.12 years ago, back when Stack Overflow was a brand new site with just a few thousand users, someone asked a basic question: What is the difference between a framework and a library?FreeCodeCamp has its own take on this question with a pretty interesting answer. "When you use a library, you are in charge of the flow of the application. You are choosing when and where to call the library. When you use a framework, the framework is in charge of the flow. It provides some places for you to plug in your code, but it calls the code you plugged in as needed."There was no Lifeboat badge to call out this week, so we honored a Lifejacket winner instead. Shout out to Andreas for answering the queston: Are byte arrays initialised to zero in Java?
Tim Berners Lee wants to put you in a pod, a web pod.
You can find out more about Sir Berners-Lee's work on Solid here.Other topics discussed in this episode: Docker puts a limit on free containers. That has to be good for the environment. But is it also good for Docker and the future of its products? Sometimes, forcing yourself to make something worth purchasing helps drive innovation. The Tao of Programming isn't new, and some of its technical references are a bit out of date. But it's still good for a laugh and little bit of enlightenment-lite.Are you interested in putting on your own drone light show? Intel offers options to fit a range of budgets. This week's lifeboat badge goes to JCL for answering the question: C# compiler: CS0121: The call is ambiguous between the following methods or properties.
How do you make software reliable enough for space travel?
You can learn more about the Power of 10 here. TIOBE's latest index can be found here.Our lifeboat of the week goes to lealceldeiro for answering the question: What does the multi: true attribute of HTTP_INTERCEPTORS mean?
If you could fix any software or technology, what would you change?
Paul spent the weekend building a parser, cause who doesn't? He needed a Regex, found one on Stack Overflow, looked over the characters, and realized this is not the way to get folks interested or excited about code. "You come across a problem and you think to yourself, I know I'll use a regular expression. Now you have two problems." This sets Sara off on a tangent about CSS. What's wrong with CSS in her opinion. Well, all of it. She shares a few thoughts on how it could have been built right. Ben dives into the endless annoyances Bluetooth has been bringing to his life recently. When you have four people in a family sharing six mobile devices and five sets of headphones, audio signals are constantly getting piped to the wrong ears. Now his car wants to connect. When Bluetooth tells you it's forgetting a device, how come it never keeps it promise?Our lifeboat badge of the week goes to Zero Piraeus for answering the question: Why must dictionary keys be immutable? He provided his answer in the form an elegant short essay, and it's definitely worth checking out.
Turning your coding career into an RPG with Sai Vennam
You can find Sai's videos here. Come for the deep dives on Docker, stay for the live lightboard magic. Yes, I know what the comments say, but no, he isn't writing backwards. Sai also does a lot of work around OpenShift, the containerization software products created by Red Hat. He talks about what the tie up between IBM and Red Hat has been like and how the enterprise is increasingly learning to work with open source. Our lifeboat badge of the week goes to Alex for explaining why you're Getting this as undefined when using arrow function.If you want to find more from Sai, you can follow him on Twitter here.