Linux Dev Time – Episode 148

Linux Dev Time26mApril 19, 2026

Get the full intelligence

Search transcripts, export clips, track mentions, and explore all topics from “Linux Dev Time – Episode 148” inside PodZeus.

AI-Generated Summary

In episode 148 of Linux Dev Time, the hosts dive deep into the challenges of dependency management, sparked by Filippo Valsorda's critique of GitHub's Dependabot. They debate whether automated dependency updates create more churn than value, especially in security contexts. While acknowledging the utility of staying up to date, they argue that Dependabot often turns thoughtful dependency updates into mindless tasks, encouraging blind merges without proper evaluation. The hosts advocate for a principled approach—using tools like GoVulnCheck and running tests against updated dependencies—rather than relying on bots to do the work. They explore cultural differences across ecosystems: Go’s conservative, minimal dependency culture versus JavaScript’s sprawling, package-heavy landscape, exemplified by the infamous LeftPad incident. The discussion also covers version pinning, lock files, and the importance of reproducible builds, with a strong consensus in favor of checking in lock files for both libraries and binaries to ensure consistency. The episode ends with a lighthearted tease about 'made up dependencies,' a growing trend in the dev community.

Key Takeaways
1

Automated dependency updates via tools like Dependabot can create unnecessary churn and mask real risks—evaluate updates manually before merging.

2

Use vulnerability scanners (e.g., GoVulnCheck, RustSec) in CI to determine if a security fix actually affects your code path before updating.

3

Check in lock files (e.g., Cargo.lock, package-lock.json) to ensure reproducible builds across environments and team members.

4

Pinning dependencies should be intentional and temporary—only for compliance, known bugs, or security approvals—not as a default avoidance tactic.

5

Language ecosystems vary widely: Go favors minimal dependencies and strong standard libraries; JavaScript relies heavily on third-party packages, requiring careful curation.

…and 3 more takeaways available in PodZeus

Chapters
0:00
2 min

Introduction and Patreon Support

The hosts introduce the episode and thank Patreon supporters, emphasizing the benefits of ad-free, early access content.

2:20
6 min

The Problem with Dependabot: Churn Over Value

Dependabot is a noise machine. It makes you feel like you're doing work, but you're actually discouraging more useful work.

Highlight
8:00
7 min

Better Alternatives: CI Scanning and Manual Review

You should run the vulnerability checker in your CI and you should run your test suite against the latest version of your dependencies.

Highlight
15:00
8 min

Ecosystem Differences: Go vs. JavaScript vs. Rust

The JavaScript community has reacted to that [LeftPad] probably, but it's still stuck with a language with nothing sensible available to you until you use some packages.

Highlight
22:30
4 min

Lock Files, Pinning, and Reproducible Builds

The hosts debate the role of lock files and version pinning, concluding that checking in lock files ensures consistency and reproducibility across environments.

High-Impact Quotes
Dependabot is a noise machine. It makes you feel like you're doing work, but you're actually discouraging more useful work.
Joe0:42
Viral: 85.0
You should run the vulnerability checker in your CI and you should run your test suite against the latest version of your dependencies.
Joe9:23
Viral: 80.0
You should probably also check in your lock file even for libraries as well.
Kevin22:47
Viral: 78.0
Speakers

Hosts

JoeAmalithKevinAndy
Topics Discussed
dependency management95%lock files and reproducible builds92%security vulnerability scanning90%automated pull requests88%version pinning85%language-specific dependency models82%ecosystem culture80%transitive dependencies75%
People & Brands

Dependabot

product

14xNegative

Go

other

12xPositive

Rust

other

10xPositive

JavaScript

other

8xMixed

Python

other

6xNeutral

Filippo Valsorda

person

5xPositive

Cargo

product

4xPositive

Element Web

other

2xPositive

LeftPad

other

2xNegative

GoVulnCheck

product

2xPositive

Get the full intelligence

Search transcripts, export clips, track mentions, and explore all topics from “Linux Dev Time – Episode 148” inside PodZeus.

Start discovering podcast insights today

Start with a 7-day trial and explore a growing catalog of popular podcasts. No credit card required.

No credit card required • 7-day trial • Cancel anytime