Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Pricing

Kyle Galbraith

๐Ÿ‘ค Speaker
74 total appearances

Appearances Over Time

Podcast Appearances

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

When it comes to optimizing build times to drive build times to zero, you really have to take a step back and think about the core components that make up a build.

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

You have your CPUs, you have your networks, you have your disks.

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

All of that comes into play when you're talking about reducing build time.

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

And so some of the things that we do at Depot, we're always running on the latest generation for ARM CPUs and AMD CPUs from Amazon.

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

Those in general are anywhere between 30% and 40% faster than GitHub's own hosted runners.

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

And then we do a lot of cache tricks, both for way back in the early days when we first started Depot.

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

focused on container image builds.

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

But now we're doing the same types of cache tricks inside of GitHub Actions, where we essentially multiplex uploads and downloads of GitHub Actions cache inside of our runners so that we're going directly to blob storage with as high of throughput as humanly possible.

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

We do other things inside of a GitHub Actions runner, like we cordon off portions of memory to act as disk so that any kind of integration tests that you're doing inside of CI that's doing a lot of operations to disk think like you're testing database migrations in CI.

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

By using RAM disks instead inside of the runner, it's not going to a physical drive, it's going to memory.

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

And that's orders of magnitude faster.

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

The other part of build performance is the stuff that's not the tech side of it, it's the observability side of it.

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

is you can't actually make a build faster if you don't know where it should be faster.

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

And we look for patterns and commonalities across customers, and that's what drives our product roadmap.

The Changelog: Software Development, Open Source
From GitLab to Kilo Code (Interview)

This is the next thing we'll start optimizing for.

The Changelog: Software Development, Open Source
State of the "log" 2025 (Friends)

In the conversations that I have with customers, a lot of DevOps teams, platform teams, site reliability teams, they're really looking at this new era of software engineering that we're all living in.

The Changelog: Software Development, Open Source
State of the "log" 2025 (Friends)

And they're starting to question like the bottleneck is no longer the act of writing code.

The Changelog: Software Development, Open Source
State of the "log" 2025 (Friends)

The bottleneck is shifting.

The Changelog: Software Development, Open Source
State of the "log" 2025 (Friends)

The most time consuming part is integrating the code.

The Changelog: Software Development, Open Source
State of the "log" 2025 (Friends)

It's everything that comes after.

โ† Previous Page 1 of 4 Next โ†’