PodcastyEdukacjaRust in Production

Rust in Production

Matthias Endler
Rust in Production
Najnowszy odcinek

43 odcink贸w

  • Rust in Production

    Cloudsmith with Cian Butler

    09.04.2026 | 1 godz. 14 min.
    Rust adoption can be loud, like when companies such as Microsoft, Meta, and Google announce their use of Rust in high-profile projects. But there are countless smaller teams quietly using Rust to solve real-world problems, sometimes even without noticing. This episode tells one such story. Cian and his team at Cloudsmith have been adopting Rust in their Python monolith not because they wanted to rewrite everything in Rust, but because Rust extensions were simply best-in-class for the specific performance problems they were trying to solve in their Django application. As they had these initial successes, they gained more confidence in Rust and started using it in more and more areas of their codebase.

    About Cloudsmith

    Made with love in Belfast and trusted around the world. Cloudsmith is the fully-managed solution for controlling, securing, and distributing software artifacts. They analyze every package, container, and ML model in an organization's supply chain, allow blocking bad packages before they reach developers, and build an ironclad chain of custody.

    About Cian Butler

    Cian is a Service Reliability Engineer located in Dublin, Ireland. He has been working with Rust for 10 years and has a history of helping companies build reliable and efficient software. He has a BA in Computer Programming from Dublin City University.

    Links From The Episode

    Lee Skillen's blog - The blog of Lee Skillen, Cloudsmith's co-founder and CTO
    Django - Python on Rails
    Django Mixins - Great for scaling up, not great for long-term maintenance
    SBOM - Software Bill of Materials
    Microservice vs Monolith - Martin Fowler's canonical explanation
    Jaeger - "Debugger" for microservices
    PyO3 - Rust-to-Python and Python-to-Rust FFI crate
    orjson - Pretty fast JSON handling in Python using Rust
    drf-orjson-renderer - Simple orjson wrapper for Django REST Framework
    Rust in Python cryptography - Parsing complex data formats is just safer in Rust!
    jsonschema-py - jsonschema in Python with Rust, mentioned in the PyO3 docs
    WSGI - Python's standard for HTTP server interfaces
    uWSGI - A application server providing a WSGI interface
    rustimport - Simply import Rust files as modules in Python, great for prototyping
    granian - WSGI application server written in Rust with tokio and hyper
    hyper - HTTP parsing and serialization library for Rust
    HAProxy - Feature rich reverse proxy with good request queue support
    nginx - Very common reverse proxy with very nice and readable config
    locust - Fantastic load-test tool with configuration in Python
    goose - Locust, but in Rust
    Podman - Daemonless container engine
    Docker - Container platform
    buildx - Docker CLI plugin for extended build capabilities with BuildKit
    OrbStack - Faster Docker for Desktop alternative
    Rust in Production: curl with Daniel Stenberg - Talking about hyper's strictness being at odds with curl's permissive design
    axum - Ergonomic and modular web framework for Rust
    rocket - Web framework for Rust

    Official Links

    Cloudsmith Website
    Cian Butler's Website
    Cian's E-Mail
  • Rust in Production

    Gama Space with Sebastian Scholz

    22.01.2026 | 58 min.
    Space exploration demands software that is reliable, efficient, and able to operate in the harshest environments imaginable. When a spacecraft deploys a solar sail millions of kilometers from Earth, there's no room for memory bugs, race conditions, or software failures. This is where Rust's robustness guarantees become mission-critical.

    In this episode, we speak with Sebastian Scholz, an engineer at Gama Space, a French company pioneering solar sail and drag sail technology for spacecraft propulsion and deorbiting. We explore how Rust is being used in aerospace applications, the unique challenges of developing software for space systems, and what it takes to build reliable embedded systems that operate beyond Earth's atmosphere.
  • Rust in Production

    Radar with Jeff Kao

    08.01.2026 | 1 godz. 2 min.
    Radar processes billions of location events daily, powering geofencing and location APIs for companies like Uber, Lyft, and thousands of other apps. When their existing infrastructure started hitting performance and cost limits, they built HorizonDB, a specialized database which replaced both Elasticsearch and MongoDB with a custom single binary written in Rust and backed by RocksDB.

    In this episode, we dive deep into the technical journey from prototype to production. We talk about RocksDB internals, finite-state transducers, the intricacies of geospatial indexing with Hilbert curves, and why Rust's type system and performance characteristics made it the perfect choice for rewriting critical infrastructure that processes location data at massive scale.
  • Rust in Production

    Holiday Episode

    25.12.2025 | 29 min.
    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.

    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.
  • Rust in Production

    Rust4Linux with Danilo Krummrich

    11.12.2025 | 1 godz.
    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.

    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.

Wi臋cej Edukacja podcast贸w

O Rust in Production

This is "Rust in Production", a podcast about companies who use Rust to shape the future of infrastructure. We follow their journey in pursuit of more reliable and efficient software as they solve some of the most challenging technical problems in the world. Each episode dives deep into real-world applications of Rust, showcasing how this powerful systems programming language is revolutionizing the way we build and maintain critical infrastructure. From startups to tech giants, we explore the diverse landscape of organizations leveraging Rust's unique features to create safer, faster, and more scalable systems. Our guests share their experiences, challenges, and triumphs in adopting Rust for production environments. Listen in as we discuss topics such as concurrent programming, memory safety, performance optimization, and how Rust's ownership model contributes to building robust software systems. Whether you're a seasoned Rust developer, an infrastructure engineer, or a tech leader considering Rust for your next project, "Rust in Production" offers valuable insights and practical knowledge. Release Schedule "Rust in Production" releases new episodes every other Thursday at 4 PM UTC. Our podcast is structured into seasons, each featuring a diverse range of companies and experts in the Rust ecosystem. Recent episodes have included: - Season 2: Interviews with representatives from System76, Fusion Engineering, OxidOS, Matic, Thunderbird, AMP, and curl. - Season 1: Conversations with leaders from Sentry, Tweede Golf, Arroyo, Apollo, PubNub, and InfluxData. What You'll Learn - Real-world case studies of Rust implementation in production environments - Insights into how companies overcome technical challenges using Rust - Best practices for adopting Rust in various infrastructure contexts - The impact of Rust on software reliability, efficiency, and scalability - Future trends in systems programming and infrastructure development Join us as we uncover the latest trends in Rust development, explore best practices for using Rust in production, and examine how this language is addressing some of the most pressing issues in modern software engineering. From web services and databases to embedded systems and cloud infrastructure, we cover the full spectrum of Rust's impact on the tech industry.
Strona internetowa podcastu

S艂uchaj Rust in Production, Cyprian Majcher i wielu innych podcast贸w z ca艂ego 艣wiata dzi臋ki aplikacji radio.pl

Uzyskaj bezp艂atn膮 aplikacj臋 radio.pl

  • Stacje i podcasty do zak艂adek
  • Strumieniuj przez Wi-Fi lub Bluetooth
  • Obs艂uguje Carplay & Android Auto
  • Jeszcze wi臋cej funkcjonalno艣ci
Media spoeczno艣ciowe
v8.8.6| 漏 2007-2026 radio.de GmbH
Generated: 4/10/2026 - 2:37:56 PM