The Stack Overflow Podcast-logo

The Stack Overflow Podcast

Technology Podcasts

For more than a dozen years, the Stack Overflow Podcast has been exploring what it means to be a developer and how the art and practice of software programming is changing our world. From Rails to React, from Java to Node.js, we host important conversations and fascinating guests that will help you understand how technology is made and where it’s headed. Hosted by Ben Popper, Cassidy Williams, and Ceora Ford, the Stack Overflow Podcast is your home for all things code.

Location:

United States

Description:

For more than a dozen years, the Stack Overflow Podcast has been exploring what it means to be a developer and how the art and practice of software programming is changing our world. From Rails to React, from Java to Node.js, we host important conversations and fascinating guests that will help you understand how technology is made and where it’s headed. Hosted by Ben Popper, Cassidy Williams, and Ceora Ford, the Stack Overflow Podcast is your home for all things code.

Language:

English


Episodes
Ask host to enable sharing for playback control

The reverse mullett model of software engineering

5/3/2024
If you’ve been laid off or you’re just sweating the possibility, here’s what to do. Check out the results of our last job market survey. Connect with Patrick on LinkedIn. Shoutout to stevenkucera, who earned a Stellar Question badge with How do I create a global, mutable singleton?.

Duration:00:23:01

Ask host to enable sharing for playback control

Net neutrality is in; TikTok and noncompetes are out

4/30/2024
In a narrow vote, the US Federal Trade Commission banned almost all noncompete agreements, a staple of the tech industry for years. Learn how a 2017 tax law is haunting startups in 2024. Finnish hacker Aleksanteri Kivimäki exposed tens of thousands of confidential psychiatric records and tried to extort payment directly from the affected patients. Read more about it here or here. It happened: President Biden signed the TikTok “ban,” setting a deadline for the platform’s parent company, China-based ByteDance, to divest the app within a year. And TikTok faces yet more hurdles ahead. Net neutrality is back, baby. Here’s what that means.

Duration:00:18:30

Ask host to enable sharing for playback control

Supporting the world’s most-used database engine through 2050

4/26/2024
SQLite is the most used database engine in the world. Stop by the forum or explore the docs. Devs have pledged to support SQLite through the year 2050. The developer with a team of three, all of them himself at different points in time, was Tarn Adams of Dwarf Fortress fame. On Stack Overflow, 1.2 million people have found the answer to How can I list the tables in a SQLite database file that was opened with ATTACH?.

Duration:00:28:49

Ask host to enable sharing for playback control

Is GenAI the next dot-com bubble?

4/23/2024
Meta’s open-source Llama 3 model puts Meta’s AI assistant head-to-head with ChatGPT. Stability AI laid off 10% of its workforce, the first major AI foundation model to reduce its workforce since the advent of generative AI. Is the dot-com bubble a cautionary tale for AI enthusiasts? Listen to the episode of Marketplace from NPR. Do LLMs support Wittgenstein’s position that “meaning is use”? That depends whether you’re talking pre or post Tractatus, of course. TikTok wouldn’t lie to you: you really can make friends with your local crows. Eira’s proven method for befriending crows: Feed them dry cat food on a consistent schedule, so they learn you’re reliable, and watch them eat, so they grok that you are feeding them intentionally. Stack Overflow user Arman Ordookhani received a well-deserved Lifeboat badge for telling nearly 30,000 people How to free memory in go.

Duration:00:24:35

Ask host to enable sharing for playback control

Why configuration is so complicated

4/19/2024
Why can’t configuration be made simple? Apple is making it easier for users to repair their iPhones with used parts. Texas is swapping human graders for AI. Automattic (owner of WordPress) is acquiring Beeper for $125M. Silicon Valley or not, San Francisco’s train system still uses floppy disks. But don’t worry, an upgrade is coming—in 2030. Shoutout to Bite code, who earned a Stellar Question badge with How do I change the URI (URL) for a remote Git repository?.

Duration:00:17:23

Ask host to enable sharing for playback control

If everyone is building AI, why aren't more projects in production?

4/17/2024
Get started with MongoDB Atlas on Google Cloud today. Read more from the MongoDB DevRel team at the MongoDB Developer Center. Learn more about Google’s Gemini models. Shout out to thitemple for their Lifeboat-worthy answer to In TypeScript, how do I declare a function that returns a string type array?.

Duration:00:41:38

Ask host to enable sharing for playback control

How do you evaluate an LLM? Try an LLM.

4/16/2024
Connect with Michael on LinkedIn. Shoutout to user1083266, who earned a Stellar Question badge with How to store image in SQLite database.

Duration:00:32:55

Ask host to enable sharing for playback control

Diverting more backdoor disasters

4/12/2024
ICYMI: A backdoor in XZ, a popular open-source compression utility, highlights the risks of relying on open-source software maintained by small teams. Read more about the cyberattack here. Apple’s new LLM, Ferret, could help Siri understand the user interfaces of mobile displays, potentially expanding the capabilities of Apple’s digital assistant. Shoutout to Stack Overflow user cheese1756, who earned a Great Question badge by asking How do I ensure that whitespace is preserved in Markdown?.

Duration:00:18:36

Ask host to enable sharing for playback control

Climbing the GenAI decision tree

4/10/2024
Learn more about the potential of AI inference with OpenVINO Notebooks. Check out the previous podcast with Intel, where we talk with Raymond Lo about how hardware and software work together with AI. Connect with Ria on LinkedIn or GitHub. Congrats to Lifeboat badge winner Kevin, who showed what they know about TypeError; Must use key word argument or key function in Python 3.x.

Duration:00:25:46

Ask host to enable sharing for playback control

Want to be a great software engineer? Don’t be a jerk.

4/9/2024
A developer discovered a backdoor in XZ, a popular open-source compression utility. Read more about the cyberattack here. A Microsoft technical report pinpoints 54 attributes of great software engineers. A new report from The Economist lays out how AI is changing drug development. Are you sick of hearing about AI? What topics or technologies would you rather hear us talk about? Email us at podcast@stackoverflow.com or DM Ben here.

Duration:00:19:35

Ask host to enable sharing for playback control

What a year building AI has taught Stack Overflow

4/5/2024
You can find Jessica on LinkedIn. We've published several posts, including this most recent one, about our attempt to shape an ethical approach to combining our community of knowledge and today's AI systems. Check out this blog post that details some of the work we did to build our data platform. Congrats to macfij on your lifeboat badge for answering the question: How can I do a CTRL + A and a CTRL + C?

Duration:00:22:40

Ask host to enable sharing for playback control

Are long context windows the end of RAG?

4/2/2024
DBRX, an open, general-purpose LLM created by Databricks, reportedly outperforms GPT-3.5 and is competitive with Gemini 1.0 Pro. Recent research found that large, complex LLMs use a simple mechanism to retrieve stored knowledge in response to a user prompt. These mechanisms can help researchers reveal what the model knows and potentially even correct false information it has stored. FTX co-founder Sam Bankman-Fried, whose downfall began in late 2022, was sentenced last week to 25 years in prison for conspiracy and fraud. Find Michael on LinkedIn. Find Cassidy on her website. Stack Overflow user Bucket received a well-deserved Lifeboat badge for rescuing How to calculate decimal(x, y) max value in SQL Server from an ocean of ignorance. Chapters (please note that these timestamps may not be exact): 00:00 Introduction and White Paper Discussion 02:01 Long Context Windows and Retrieval Augmented Generation 05:56 Models' Ability to Recall Relevant Information 07:18 Models' Creativity and Thinking Outside the Box 09:41 Advantages and Limitations of Models' Knowledge 15:09 Databricks' Open Language Model 22:25 Sam Bankman-Fried’s Sentence and the Effects on Crypto/Blockchain 31:28 Closing Remarks and Lifeboat Badge

Duration:00:28:54

Ask host to enable sharing for playback control

Will antitrust suits benefit developers?

3/29/2024
Small nations like Anguilla (.ai) and Tuvalu (.tv) are benefiting from their coveted domain names. The US government is suing Apple for violation of antitrust laws, which could have a huge impact on devs, end users, and the whole ecosystem. Reddit went public last week despite not being profitable since its launch in 2005. How can you give feedback on a poorly reviewed PR? The Software Engineering Stack Exchange has ideas. The four day work week is probably not the solution to our work-life balance problems. AI-powered software development tools like Devon show promise, but their impact on code quality and maintainability remains an open question. Shoutout to Robert, who earned a Lifeboat badge by explaining Square brackets in CSS. Chapters 00:00 Introduction 00:31 The Impact of Dot AI Domain Space 01:07 Antitrust Cases Against Apple 04:01 Vendor Lock-in and Apple's Ecosystem 05:08 Issues with Infotainment Systems and Apple Play 06:29 The Benefits and Challenges of a Four-Day Work Week 08:03 Providing Feedback on a Badly Reviewed PR 10:00 The Importance of Clear Expectations in Code Reviews 11:40 The Potential of AI Tools in Development 14:01 Reddit Going Public and the Future of Tech Companies 15:29 AI Tool Devon and the Challenges of Operationalizing AI Projects 21:22 Shoutout and Closing Remarks

Duration:00:19:29

Ask host to enable sharing for playback control

Controlling cloud costs: Where to start, and where to go from there

3/27/2024
To learn more about the signs that indicate you may be paying more for your cloud computing that you should, check out DoIT’s seven red flags guide. We’ve spoken with DoiT on the podcast before about LLM hallucinations and the security threats that LLMs open. DoiT’s sales pitch is simple: they provide technology and expertise to clients who want to use the cloud, free of charge, with the big cloud providers paying the bills. Congrats to Lifeboat badge winner Sravan K Ghantasala for their answer to How to sort file lines in Bash? Find Joshua at joshuafox com. Chapters 00:00 Introduction and Cloud Cost Control 01:08 Joshua Fox's Background 04:20 Understanding FinOps 06:17 The Importance of Good Architecture 08:18 Balancing Flexibility in Architecture 10:04 Surprise Costs and Dealing with Them 13:19 Bracing for Unexpected Cloud Costs 25:41 The Future of Cloud Cost Optimization 27:09 Closing Remarks

Duration:00:27:13

Ask host to enable sharing for playback control

Data, data everywhere and not a stop to think

3/26/2024
Cribl is a data management platform. Check out their sandbox or explore their products. Cribl Stream is their vendor-agnostic observability pipeline. If you’re new to the term, the observability pipeline is a crucial component of the cloud-native world. Connect with Nick on LinkedIn. Chapters 00:00 Introduction and Background 03:23 The Data Landscape and Generative AI 06:08 Incumbents vs. Startups in the Data Space 07:46 Challenges of Data Storage and Exfiltration 09:38 Securing Large Warehouses of Data 12:21 Data Quality and ETL Pipelines 16:05 Measures of Data Quality for Gen AI 22:04 Cribl’s Role in the Data and Observability Space 26:20 The Pros and Cons of Richer Observability Monitoring 28:11 Closing Remarks and Shoutout

Duration:00:27:16

Ask host to enable sharing for playback control

Is AI making your code worse?

3/22/2024
GitClear is a developer-friendly code review tool that aims to deliver higher developer satisfaction and faster releases. Check out their blog or find them on GitHub. GitClear’s research focuses on how AI code-gen tools have impacted code quality (and not in a good way). Find Bill on LinkedIn. Chapters 00:00 Introduction 00:30 Background of the Research 06:09 Business Model of GitClear 09:46 Copy Pasted Code 10:26 Churn Code 12:21 Code Readability 14:12 Code Suggestions and Auto-Completion 16:34 Drop in Moved Code 23:18 Larger Token Windows 26:31 Improving Gen AI 28:46 Conclusion

Duration:00:28:21

Ask host to enable sharing for playback control

Why the creator of Node.js® created a new JavaScript runtime

3/19/2024
Node.js® is an open-source JavaScript runtime environment. Deno is an open-source JavaScript, TypeScript, and WebAssembly runtime. Explore the quick start or check out Deno by example, a collection of annotated examples of how to use Deno. JSR is an open-source package registry for JavaScript and TypeScript. Keep up to date with Ryan on GitHub or his blog. Shoutout to Stack Overflow user Squadrons, who earned a Great Question badge by asking for a Pure javascript method to wrap content in a div. Chapters: 00:00: Introduction and Background 01:08: Creating Node.js 05:00: JavaScript on the Server Side 07:23: Impact of Node.js 09:18: Edge Function System 12:13: Protecting Against Malicious Use 16:02: JSR: Alternative to NPM 31:01: JSR and its Stage 34:20: Future of JavaScript 36:19: Closing and Shoutouts

Duration:00:32:03

Ask host to enable sharing for playback control

Your whole repo fits in the context window

3/15/2024
AI shops are now releasing LLMs optimized for RAG. Turn a repo into a prompt for a long-context LLM. Perplexity AI is an AI-powered search and discovery tool. Good news for developers: Apple will not remove progressive web app support on iOS in the EU. Basil Bourque earned a Lifeboat badge by explaining How to get full name of month from date in Java 8 while formatting.

Duration:00:18:38

Ask host to enable sharing for playback control

How Stack Overflow is partnering with Google to encourage socially responsible AI

3/12/2024
Stack Overflow has teamed up with Google Cloud to develop an API—Overflow API—to give Gemini, Google’s AI model, access to Stack Overflow knowledge communities. Learn how Ryan’s team is working toward socially responsible AI. Connect with Ryan on LinkedIn. Stack Overflow user verygoodsoftwarenotvirus earned a Great Question badge by asking something at least 87,000 people have also wondered: How can I get all keys from a JSON column in Postgres?.

Duration:00:25:21

Ask host to enable sharing for playback control

A leading ML educator on what you need to know about LLMs

3/8/2024
Check out Maxime’s three-part LLM course. Part 1 “covers essential knowledge about mathematics, Python, and neural networks. Part 2 “focuses on building the best possible LLMs using the latest techniques." Part 3 “focuses on creating LLM-based applications and deploying them.” Read Maxime’s blog. Follow Maxime on GitHub or LinkedIn. Nikhil Wagh earned a Lifeboat badge by explaining how to Efficiently compare two sets in Python.

Duration:00:31:20