Rust Search

Find the best content on Rust, curated by the community; a search engine for Rustaceans.
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
Rust with Niko Matsakis
56:23
<div>Few developers have been as influential to my career as Niko Matsakis. Of course he is a world-class engineer with a PhD from ETH Zürich, a Rust core maintainer who has been working on the language for way more than a decade, and a Senior Principal Engineer at AWS. But more importantly, he is an empathetic human and an exceptional communicator.</div>
Rust in Production corrode.dev Podcast 2025-05-29 56:23
uv with Charlie Marsh
1:15:41
<div>Up until a few years ago, Python tooling was a nightmare: basic tasks like installing packages or managing Python versions was a pain. The tools were brittle and did not work well together, mired in a swamp of underspecified implementation defined behaviour.<br><br></div><div>Then, apparently suddenly, but in reality backed by years of ongoing work on formal interoperability specifications, we saw a renaissance of new ideas in the Python ecosystem. It started with <a href="https://python-poetry.org/">Poetry</a> and <a href="https://pypa.github.io/pipx/">pipx</a> and continued with tooling written in Rust like <a href="https://rye.astral.sh/">rye</a>, which later got incorporated into <a href="https://astral.sh/">Astral</a>.&nbsp;</div><div>Astral in particular contributed a very important piece to the puzzle: uv – an extremely fast Python package and project manager that supersedes all previous attempts; For example, it is 10x-100x faster than pip.&nbsp;</div><div>&nbsp;</div><div>In this episode I talk to Charlie Marsh, the Founder and CEO of Astral. We talk about Astral’s mission and how Rust plays an important role in it.</div>
Rust in Production corrode.dev Podcast 2025-05-15 1:15:41
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
corrode.dev Observations/Thoughts 2025-06-11 ~10 min read
corrode.dev Observations/Thoughts 2025-06-04 ~4 min read
corrode.dev Observations/Thoughts 2025-05-21 ~2 min read
"I like explicit but I hate noise..."

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.