Rust Search

Find the best content on Rust, curated by the community; a search engine for Rustaceans.
Holiday Episode
29:02
<div>As we close the chapter on 2025 and celebrate our second year of 'Rust in Production', it's time to reflect on the highlights of the 17 episodes since our last holiday special. We looked at Rust from all angles, from cloud infrastructure to embedded systems, and from robotics to satellite technology. One thing that all these stories have in common is the passion and dedication of the Rust community to build faster, safer, and more reliable software.<br><br></div><div>In this special episode, we look back at some of the memorable moments from the past year and celebrate Rust's achievements. This goes beyond the case studies we've covered; it's about the Rust community as a whole and the state of the Rust ecosystem at the end of 2025.</div>
Rust in Production corrode.dev Podcast 2025-12-25 29:02
Rust4Linux with Danilo Krummrich
1:00:42
<div>Bringing Rust into the Linux kernel is one of the most ambitious modernization efforts in open source history. The Linux kernel, with its decades of C code and deeply ingrained development practices, is now opening its doors to a memory-safe language. It's the first time in over 30 years that a new programming language has been officially adopted for kernel development. But the journey is far from straightforward.</div><div><br>In this episode, we speak with Danilo Krummrich, Linux kernel maintainer and Rust for Linux core team member, about the groundbreaking work of integrating Rust into the Linux kernel. Among other things, we talk about the Nova GPU driver, a Rust-based successor to Nouveau for NVIDIA graphics cards, and discuss the technical challenges and cultural shifts required for large-scale Rust adoption in the kernel as well as the future of the Rust4Linux project.</div>
Rust in Production corrode.dev Podcast 2025-12-11 1:00:42
Canonical with Jon Seager
57:58
<div>What does it take to rewrite the foundational components of one of the world's most popular Linux distributions? Ubuntu serves over 12 million daily desktop users alone, and the systems that power it, from sudo to core utilities, have been running for decades with what Jon Seager, VP of Engineering for Ubuntu at Canonical, calls "shaky underpinnings."<br><br>In this episode, we talk to Jon about the bold decision to "oxidize" Ubuntu's foundation. We explore why they're rewriting critical components like sudo in Rust, how they're managing the immense risk of changing software that millions depend on daily, and what it means to modernize a 20-year-old operating system without breaking the internet.</div>
Rust in Production corrode.dev Podcast 2025-11-27 57:58
Roc with Richard Feldman
1:02:51
<div>Building a new programming language from scratch is a monumental undertaking. In this episode, we talk to Richard Feldman, creator of the Roc programming language, about building a functional language that is fast, friendly, and functional. We discuss why the Roc team moved away from using Rust as a host language and instead is in the process of migrating to Zig. What was the decision-making process like? What can Rust learn this decision? And how does Zig compare to Rust for this kind of systems programming work?</div>
Rust in Production corrode.dev Podcast 2025-11-13 1:02:51
Cloudflare with Edward WangKevin Guthrie
1:07:45
<div>How do you build a system that handles 90 million requests per second? That's the scale that Cloudflare operates at, processing roughly 25% of all internet traffic through their global network of 330+ edge locations.<br><br>In this episode, we talk to Kevin Guthrie and Edward Wang from Cloudflare about Pingora, their open-source Rust-based proxy that replaced nginx across their entire infrastructure. We'll find out why they chose Rust for mission-critical systems handling such massive scale, the technical challenges of replacing battle-tested infrastructure, and the lessons learned from "oxidizing" one of the internet's largest networks.</div>
Rust in Production corrode.dev Podcast 2025-10-30 1:07:45
Scythe with Andrew Tinka
58:57
<div>Building autonomous robots that operate safely in the real world is one of the most challenging engineering problems today. When those robots carry sharp blades and work around people, the margin for error is razor-thin.<br><br>In this episode, we talk to Andrew Tinka from Scythe Robotics about how they use Rust to build autonomous electric mowers for commercial landscaping. We discuss the unique challenges of robotics software, why Rust is an ideal choice for cutting-edge safety-critical systems, and what it takes to keep autonomous machines running smoothly in the field.</div>
Rust in Production corrode.dev Podcast 2025-10-16 58:57
Prime Video with Alexandru Ene
1:19:17
<div>Are you one of over 240 million subscribers of Amazon's Prime Video service? If so, you might be surprised to learn that much of the infrastructure behind Prime Video is built using Rust. They use a single codebase for media players, game consoles, and tablets. In this episode, we sit down with Alexandru Ene, a Principal Engineer at Amazon, to discuss how Rust is used at Prime Video, the challenges they face in building a global streaming service, and the benefits of using Rust for their systems.</div>
Rust in Production corrode.dev Podcast 2025-10-02 1:19:17
Season 4 Finale
19:32
<div>It’s time for another recap including our highlights of Season 4.<br><br></div><div>We’ve been at this for a while now (four seasons, and 32 episodes to be exact). We had guests from a wide range of industries: from Microsoft to Astral, and from password managers to satellite systems.<br><br></div><div>This time, it’s all about using Rust for foundational software, which is software that is critical to a team or even an entire organization. Rust is a great fit for this type of software!<br><br>We would like to thank the guests for their time and insights. We would also like to thank you, the listener for your support and feedback. Hosting and producing a podcast is a lot of work, but it’s worth it when we hear from you. Here’s to another great season!</div>
Rust in Production corrode.dev Podcast 2025-07-24 19:32
KSAT with Vegard Sandengen
46:57
<div>As a kid, I was always fascinated by space tech. That fascination has only grown as I've learned more about the engineering challenges involved in space exploration.<br><br></div><div>In this episode, we talk to Vegard Sandengen, a Rust engineer at KSAT, a company that provides ground station services for satellites. They use Rust to manage the data flow from hundreds of satellites, ensuring that data is received, processed, and stored efficiently. This data is then made available to customers around the world, enabling them to make informed decisions based on real-time satellite data.</div><div><br>We dive deep into the technical challenges of building reliable, high-performance systems that operate 24/7 to capture and process satellite data. Vegard shares insights into why Rust was chosen for these mission-critical systems, how they handle the massive scale of data processing, and the unique reliability requirements when dealing with space-based infrastructure.</div><div><br>From ground station automation to data pipeline optimization, this conversation explores how modern systems programming languages are enabling the next generation of space technology infrastructure.</div>
Rust in Production corrode.dev Podcast 2025-07-10 46:57
1Password with Andrew Burkhart
1:03:25
<div>Handling secrets is extremely hard. You have to keep them safe (obviously), while at the same time you need to integrate with a ton of different systems and always provide a great user-experience, because otherwise people will just find a way around your system. When talking to peers, a lot of people mention 1Password as a company that nailed this balance.</div>
Rust in Production corrode.dev Podcast 2025-06-26 1:03:25
Tembo with Adam Hendel
48:57
<div>In today's episode, I talk to <a href="https://www.linkedin.com/in/adam-hendel/">Adam Hendel</a>, the founding engineer of Tembo, about their project, PGMQ, and how it came to be. We discuss the design decisions behind job queues, interfacing from Rust to Postgres, and the engineering decisions that went into building the extension.</div>
Rust in Production corrode.dev Podcast 2025-06-12 48:57
corrode.dev Miscellaneous 2025-12-31 ~2 min read
corrode.dev Observations/Thoughts 2025-12-03 ~3 min read
corrode.dev Observations/Thoughts 2025-11-05 ~16 min read
corrode.dev Observations/Thoughts 2025-11-05 ~3 min read
corrode.dev Miscellaneous 2025-10-08 ~2 min read
corrode.dev Observations/Thoughts 2025-09-17 ~19 min read
corrode.dev Observations/Thoughts 2025-07-16 ~3 min read
corrode.dev Observations/Thoughts 2025-07-02 ~3 min read
corrode.dev Observations/Thoughts 2025-06-18 ~2 min read
"> Heard recently creative coding experience which rust gives. What about unconscious coding experience - do whatever you can to make your code compile..."

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.