Improving the experience of browsing Renovate debug logs (4 mins read).

Creating a Terminal User Interface (TUI) application to improve the debugging experience with Renovate's debug logs.
Improving the experience of browsing Renovate debug logs (4 mins read).
Creating a Terminal User Interface (TUI) application to improve the debugging experience with Renovate's debug logs.
Marianne, author of Kill It with Fire, and Greg join host Richard to dive into their new paper, “10 Quick Tips for Making Your Software Outlive Your Job.”
Go Meetup in San Francisco - Sponsored by Elastic & Cup o' GoIan Lance Taylor leaves the Go teamBlog: wget to Wipeout: Malicious Go Modules Fetch Destructive PayloadBlog: Security: The Habits That Matter Most by Christoph Berger⚡ Interview with Kevin Hoffman of SparkLogsSparkLogs.comSparkLogs on...
Derek Collison — creator of NATS and Co-founder & CEO of Synadia — joins the show to dive into the origins, design, and evolution of NATS, a high-performance, open-source messaging system built for modern cloud-native systems and part of the CNCF. Derek shares the story behind NATS, what makes it unique, and unpacks th...
😮💨
dipshits in 2019: you people are NPCs, you don't even think for yourselves dipshits in 2025: I have outsourced my thinking to Clippy
Sami talks with Tom Akehurst, Co-Founder of WireMock, about the delay and disconnect between front and back end development and how WireMock set out to bridge the two together.
William Woodruff discussed his project, Zizmor, a security linter designed to help developers identify and fix vulnerabilities within their GitHub Actions workflows. This tool addresses inherent security risks in GitHub Actions, such as injection vulnerabilities, permission issues, and mutable tags, by providing static analysis and remediation guidance. Fresh off the heels of the tj-actions/changed-files backdoor, this is a great topic with some things everyone can do right away. The show notes and blog post for this episode can be found at
Looking back at oapi-codegen
's last year (6 mins read).
A recap of oapi-codegen
's last year, in light of it being Maintainer Month, and continuing to ask for sponsorship.
What's in the SOSS? features the sharpest minds in security as they dig into the challenges and opportunities that create a recipe for success in making software more secure. Get a taste of all the ingredients that make up secure open source ...
Thanks for listening. Check out all the links to all the things at https://cupogo.dev/.GCC 15.1 Released With Support For COBOLos: Root permits access to parent directoryGOOS=noneThe "most ergonomic" config libraryGo Meetup in San Francisco - Sponsored by Elastic & Cup o' GoLinkedIn...
Kaizen 19 has arrived! Gerhard has been laser-focused on making Jerod's pipe dream a reality by putting all of his efforts into Pipely. Has it been a big waste of time or has this epic side quest morphed into a main quest?!
Automating things, even when it doesn't save time, is how you learn the skills to automate the things that will.
Overriding a Gradle project property which has .
and _
characters, without modifying the buildscript (4 mins read).
How to use GRADLE_OPTS
to safely override a Gradle property (with special characters in its name) without modifying the buildscript.
How to set up the 'Follow' button on LinkedIn (1 mins read).
How to allow others to follow you on LinkedIn.
Migrating secrets between two Vault instances (1 mins read).
How to copy secrets from one Vault instance to another, reducing the risk of the secrets being stored on disk for too long.
Week Notes 25#18 (2 mins read).
What happened in the week of 2025-05-05?
Kicking off our 2025 Maintainer Month series, Dirkjan joins Richard to talk Rust maintenance, open source funding, and sustaining projects without burning out.
This week on The Business of Open Source, I spoke with Julian Coccia, CTO of ScanOSS, about selling access to data while making open source software. Of course, we also talked about being an open source company that is also deep in the open source world, helping companies understand their...
Using type assertions in Go with concrete types (2 mins read).
How to perform a type assertion on a type in Go that isn't an interface
.
Nathan Sobo is back talking about the next big thing for Zed—agentic editing! You now have a full-blown AI-native editor to play with. Collaborate with agents at 120fps in a natively multiplayer IDE.
Lessons from 100+ DevTool founders - DevTools successes, failures and stories in a free weekly email and podcast.
Lessons from 100+ DevTool founders - DevTools successes, failures and stories in a free weekly email and podcast.
Lessons from 100+ DevTool founders - DevTools successes, failures and stories in a free weekly email and podcast.
Lessons from 100+ DevTool founders - DevTools successes, failures and stories in a free weekly email and podcast.
Getting Renovate to provide a changelog for digest updates to packages (on GitHub.com) (2 mins read).
How to use the new templated changelogUrl
functionality to provide more actionable changelogs for digest updates to i.e. GitHub Actions and other digest-pinned dependencies (in this example, on GitHub.com).
Lessons from 100+ DevTool founders - DevTools successes, failures and stories in a free weekly email and podcast.
Lessons from 100+ DevTool founders - DevTools successes, failures and stories in a free weekly email and podcast.
Varun Mohan, CEO of Windsurf, shares how building an AI-native IDE is reshaping software development—from optimizing LLM latency to enabling non-engineers to ship code.
Matthew Sanabria joins Bryan and Adam to talk about his role at Oxide--Solutions Software Engineer--and how it fits in with engineering, sales, support and marketing. It takes everyone in Busytown! Sound good? Apply!In addition to Bryan Cantrill and Adam Leventhal, we were joined by Oxide...
MalwareTech was an anonymous security researcher, until he accidentally stopped WannaCry, one of the largest ransomware attacks in history. That single act of heroism shattered his anonymity and pulled him into a world he never expected.
Jon Gottfried, Co-founder of Major League Hacking, joins me to chat about community building, open source as a career accelerator, and how Major League Hacking began.
In this episode of The Business of Cloud Native, Shawn Lankton talks about how Microsoft 365 and related applications fit into an organization's move to the cloud and why organizations need to pay attention to security for all their SaaS applications.
Matt Barker, President and co-founder of Jetstack, has been involved in open source and Kubernetes since the early days of its development. With a long list of open source projects behind him, he decided to hone in on Jestack and with its success, share the knowledge he’s gained over the years as...
This week on The Business of Open Source, I spoke with Lukas Gentele, the CEO and co-founder of LoftLabs. Here’s some of the things we covered: There are many open source projects at LoftLabs. We talked about what the team did differently the second time round, when they’d had the experience of...
Week Notes 25#17 (3 mins read).
What happened in the week of 2025-04-28?
Too many open source projects suffer from inadequate documentation, and that hurts their adoption, their communities, and puts more burden on maintainers. Many people who create open source software don't see see themselves as writers, but today I'm sharing tips for documenting open source projects
This last couple of weeks, there have been a couple of big-ish things in oapi-codegen
land:
net/http
middleware (and a couple of small patch releases) which namely boasts better - or IMO, actually usable! - error handlingoapi-codegen
with OpenAPI 3.1 specs (as a short-term, until we support OpenAPI 3.1)Tricking oapi-codegen
into working with OpenAPI 3.1 specs (7 mins read).
How to get oapi-codegen
to interact with OpenAPI 3.1 specs, until it supports OpenAPI 3.1.
Listen to Ep 281: David Tennant from Off Menu with Ed Gamble and James Acaster. David Tennant Does a Podcast With… Ed and James! The ‘Doctor Who’ and ‘Rivals’ star has a table booked in the Dream Restaurant this week, and James starts thinking about a career change.‘David Tennant Does a Podcast With…’ series 3 is out now with guests including Stanley Tucci, Russell T Davies, Ben Schwartz and Jameela Jamil. Listen here. Follow David’s podcast on Instagram @davidtennantpodOff Menu is a comedy podcast hosted by Ed Gamble and James Acaster.Produced, recorded and edited by Ben Williams for Plosive.Video production by Megan McCarthy for Plosive.Artwork by Paul Gilbey (photography and design).Follow Off Menu on Twitter and Instagram: @offmenuofficial.And go to our website www.offmenupodcast.co.uk for a list of restaurants recommended on the show.Watch Ed and James's YouTube series 'Just Puddings'. Watch here.
🛡️ Go 1.24.3 and Go 1.23.9 coming Tuesday, May 6Meatspace events🏴 GoWest, Oct 24 @ Lehi, UtahCFP through June 3🏴 Go Meetup @ Atlanta, GA USA, May 7🏴 Go meetup @ SF, May 27📝 Go 1.25 draft release notes👋 Go Blog: Goodbye core types - Hello Go as we know and love it! by Robert...
Chad Whitacre from Sentry discusses the history of open source, differences between licenses and community-led vs single-vendor projects, Sentry's licensing and Open Source Pledge initiative.
Listen to Ep 284: Meera Sodha from Off Menu with Ed Gamble and James Acaster. Superb chef, food writer and author (including one of Off Menu’s favourite cookbooks, ‘East’) Meera Sodha joins us for a Dream Restaurant booking this week. If anyone says ‘ship’ they have to put 50p in the Naan Jar. Meera Sodha’s new cookbook ‘Dinner’ is out now, published by Penguin. Buy it here. For more of her books visit Meera’s website, meerasodha.com/books Follow Meera on Instagram @meerasodha Off Menu is a comedy podcast hosted by Ed Gamble and James Acaster.Produced, recorded and edited by Ben Williams for Plosive.Video production by Megan McCarthy for Plosive.Artwork by Paul Gilbey (photography and design).Follow Off Menu on Twitter and Instagram: @offmenuofficial.And go to our website www.offmenupodcast.co.uk for a list of restaurants recommended on the show.Watch Ed and James's YouTube series 'Just Puddings'. Watch here.