Rust Search

Find the best content on Rust, curated by the community; a search engine for Rustaceans.
Holiday Special
27:17
<div>While we try not to get too sentimental, celebrating one year of 'Rust in Production' alongside the holiday season feels like a perfect occasion to reflect. For this special episode of the podcast, we've gathered heartfelt messages from our guests to the Rust community.</div>
Rust in Production corrode.dev Podcast 2024-12-26 27:17
Zoo with Jessie Frazelle
1:04:58
<div>Think about this: software engineers have modern code editors, parallel processing, continuous integration, and countless tools that make their work efficient. But hardware engineers? They're often working with single-threaded tools, limited automation, and workflows that haven't fundamentally changed in decades. Zoo is building the infrastructure to change that, creating a modern set of tools and APIs that will allow companies and engineers to build better hardware design tools and accelerate the development of physical products.<br><br>Today we're joined by Jessie Frazelle, CEO of Zoo (formerly KittyCAD), to talk about migrating core parts of Zoo's infrastructure to Rust, boring infrastructure, how Rust can help bridge the gap between software and hardware development, and how Zoo is building the foundation for the next generation of hardware development tools.</div>
Rust in Production corrode.dev Podcast 2024-12-12 1:04:58
GitButler with Scott Chacon and Kiril Videlov
1:22:02
<div>Version control is a critical part of any modern software project and git is the most popular tool for the job. But it can be complex and confusing, especially for beginners.<br><br></div><div>The team behind GitButler believes there is a better way.<br><br></div><div>They are building a modern Git client that streamlines the process of managing branches, backing up your work, and more. We hear from co-founders Scott Chacon and Kiril Videlov about how they're making Git easier for everyone -- all without sacrificing the power and flexibility that makes Git so popular in the first place.</div>
Rust in Production corrode.dev Podcast 2024-11-28 1:22:02
Oxide with Steve Klabnik
1:53:56
<div>What's even cooler than writing your own <a href="https://github.com/corrode/corrode.github.io/blob/820b8467a19d5786146374fbaf002c5b7a9fd5b3/podcast/s03e01-zed">text editor</a> or your own <a href="https://github.com/corrode/corrode.github.io/blob/820b8467a19d5786146374fbaf002c5b7a9fd5b3/podcast/s02e07-system76">operating system</a>? Building your own hardware from scratch with all the software written in Rust -- including firmware, the scheduler, and the hypervisor. Oxide Computer Company is one of the most admired companies in the Rust community. They are building "servers as they should be" with a focus on security and performance to serve the needs of modern on-premise data centers.<br><br></div><div>In this episode, I talk to Steve Klabnik, a software engineer at Oxide and renowned Rustacean, about the advantages of building hardware and software in tandem, the benefits of using Rust for systems programming, and the state of the Rust ecosystem.</div>
Rust in Production corrode.dev Podcast 2024-11-14 1:53:56
InfinyOn with Deb Chowdhury
56:38
<div>Picture this: Your organization's data infrastructure resembles a busy kitchen with too many cooks. You're juggling Kafka for messaging, Flink for processing, Spark for analytics, Airflow for orchestration, and various Lambda functions scattered about. Each tool excellent at its job, but together they've created a complex feast of integration challenges. Your data teams are spending more time managing tools than extracting value from data. InfinyOn reimagines this chaos with a radically simple approach: a unified system for data streaming that runs everywhere. Unlike traditional solutions that struggle at the edge, InfinyOn gracefully handles data streams from IoT devices to cloud servers. And instead of cobbling together different tools, developers can build complete data pipelines using their preferred languages - be it Rust, Python, or SQL - with built-in state management. At the heart of InfinyOn is Fluvio, a Rust-based data streaming platform that's fast, reliable, and easy to use.</div>
Rust in Production corrode.dev Podcast 2024-10-31 56:38
InfinyOn with Deb Chowdhury
56:38
<div>Picture this: Your organization's data infrastructure resembles a busy kitchen with too many cooks. You're juggling Kafka for messaging, Flink for processing, Spark for analytics, Airflow for orchestration, and various Lambda functions scattered about. Each tool excellent at its job, but together they've created a complex feast of integration challenges. Your data teams are spending more time managing tools than extracting value from data. InfinyOn reimagines this chaos with a radically simple approach: a unified system for data streaming that runs everywhere. Unlike traditional solutions that struggle at the edge, InfinyOn gracefully handles data streams from IoT devices to cloud servers. And instead of cobbling together different tools, developers can build complete data pipelines using their preferred languages - be it Rust, Python, or SQL - with built-in state management. At the heart of InfinyOn is Fluvio, a Rust-based data streaming platform that's fast, reliable, and easy to use.</div>
Rust in Production corrode.dev Podcast 2024-10-31 56:38
Zed with Conrad Irwin
1:02:53
<div>Next to writing their own operating system, another dream shared by many developers is building their own text editor. Conrad Irwin, a software engineer at Zed, is doing just that. Zed is a fully extensible, open-source text editor written entirely in Rust. It's fast, lightweight, and comes with excellent language support out of the box.<br><br>In the first episode of the third season, I sit down with Conrad to discuss Zed's mission to build a next-generation text editor and why it was necessary to rebuild the very foundation of text editing software from scratch to achieve their goals.</div>
Rust in Production corrode.dev Podcast 2024-10-17 1:02:53
Season 2 Finale
23:14
<div>As we approach the finale of our second season, it's time for another recap.<br><br>Could we shed some light on the current state of Rust's usage in the industry? What has changed in our perception of Rust in production since our last season?<br><br>While more companies started to embrace Rust, some of the magic of Rust's early days is gone. I expect more ripple effects as the community clashes with the industry's demands.<br><br>This episode takes on a more somber tone, as we peer into the massive tech debt we have accumulated as an industry. And in the dark: a faint glow, a narrow golden path that points us towards a more hopeful future.</div>
Rust in Production corrode.dev Podcast 2024-08-08 23:14
System76 with Jeremy Soller
1:33:36
<div>Many devs dream of one day writing their own operating system. Ideally in their favorite language: Rust. For many of us, this dream remains just that: a dream.<br><br></div><div>Jeremy Soller from System76, however, didn't just contribute kernel code for Pop!_OS, but also started his own operating system, RedoxOS, which is completely written in Rust. One might get the impression that he likes to tinker with low-level code!</div><div><br>In this episode of Rust in Production, Jeremy talks about his journey. From getting hired as a kernel developer at Denver-based company System76 after looking at the job ad for 1 month and finally applying, to being the maintainer of not one but two operating systems, additional system tools, and the Rust-based Cosmic desktop. We'll talk about why it's hard to write correct C code even for exceptional developers like Jeremy and why Rust is so great for refactoring and sharing code across different levels of abstraction.</div>
Rust in Production corrode.dev Podcast 2024-07-25 1:33:36
Fusion Engineering with Jakub Valtar
56:07
<div>Rust can run everywhere, and by everywhere, we don't just mean on all operating systems, but also in all kinds of harsh environments: from the depths of the ocean to the vastness of space. Today we talk to a company that is using Rust to conquer the air. Fusion Engineering is building drone control systems for the next generation of drones.<br><br>Jakub Valtar walks us through how Fusion Engineering came to use Rust as the foundation of their company. He explains why Rust is the safest choice for building drone control systems and what it takes to get into drone development.</div>
Rust in Production corrode.dev Podcast 2024-07-11 56:07
corrode.dev Observations/Thoughts 2024-12-04 ~3 min read
corrode.dev Observations/Thoughts 2024-11-20 ~3 min read
corrode.dev Observations/Thoughts 2024-11-06 ~2 min read
corrode.dev Observations/Thoughts 2024-10-23 ~3 min read
corrode.dev Observations/Thoughts 2024-08-28 ~6 min read
corrode.dev Observations/Thoughts 2024-08-14 ~5 min read
corrode.dev Observations/Thoughts 2024-07-31 ~9 min read
corrode.dev Observations/Thoughts 2024-07-31 ~2 min read
corrode.dev Observations/Thoughts 2024-07-17 ~2 min read
corrode.dev Observations/Thoughts 2024-07-03 ~1 min read
"Think of "it works" when you have UB like this: You've flipped a coin 1 time and it's come up heads and you've concluded it's never tails."
— @mirashii on the community discord

Search tips

Type anything to search across articles, videos (including conference talks), podcasts, and research. These operators give you finer control — click an example to try it.

Find pages containing all your words. Pages where the words appear together rank higher.
Quote part of your query to keep those words together as an exact phrase within a larger search.
Wrap the whole query in quotes for a verbatim search that matches text exactly, punctuation and all — perfect for Rust syntax. Needs at least 3 characters.
Limit results to a single site. Works on its own () too. One site: per search.

Use the tabs and filters above the results to narrow by content type, publication year, and sort order.