Rustacean Station

Rustacean Station

A community project for creating podcast content for the Rust programming language.

  • 31 minutes 3 seconds
    Ratatui with Orhun Parmaksiz

    Allen Wyma talks with Orhun Parmaksiz about Ratatui, a TUI library for Rust to create beautiful console-based applications in Rust.

    Contributing to Rustacean Station

    Rustacean Station is a community project; get in touch with us if you’d like to suggest an idea for an episode or offer your services as a host or audio editor!

    Timestamps

    • [@00:00] - Meet Orhun Parmaksiz
    • [@01:21] - Origins of the project and overview of TUIs
    • [@09:32] - Rebranding from tui-rs and continuing previous work
    • [@14:50] - Documentation of Ratatui
    • [@16:18] - Collecting community feedback
    • [@22:00] - Custom designs in Ratatui (ratatui-splash-screen)
    • [@22:19] - Other terminal UI projects
    • [@25:32] - Status and upcoming directions for Ratatui
    • [@27:55] - Closing discussion

    Other Resources

    Credits

    Intro Theme: Aerocity

    Audio Editing: Plangora

    Hosting Infrastructure: Jon Gjengset

    Show Notes: Plangora

    Hosts: Allen Wyma

    26 April 2024, 6:24 am
  • 1 hour 2 minutes
    Isograph with Robert Balicki

    Allen Wyma talks with Robert Balicki about Isograph, a framework powered by Rust to speed up your React app development.

    Contributing to Rustacean Station

    Rustacean Station is a community project; get in touch with us if you’d like to suggest an idea for an episode or offer your services as a host or audio editor!

    Timestamps

    • [@10:48] - GraphQL basics
    • [@21:20] - The role of Rust within the project
    • [@32:24] - Isograph installation
    • [@37:16] - Isograph development
    • [@45:46] - Upcoming features
    • [@01:00:01] - Closing discussion

    Credits

    Intro Theme: Aerocity

    Audio Editing: Plangora

    Hosting Infrastructure: Jon Gjengset

    Show Notes: Plangora

    Hosts: Allen Wyma

    19 April 2024, 9:05 pm
  • 40 minutes 18 seconds
    release-plz with Marco Ieni

    Allen Wyma talks with Marco Ieni about release-plz, a CLI-based tool that helps you to release your Rust crates by generating changelogs and bumping the version of your crates.

    Contributing to Rustacean Station

    Rustacean Station is a community project; get in touch with us if you’d like to suggest an idea for an episode or offer your services as a host or audio editor!

    Timestamps

    • [@00:00] - Meet Marco Ieni, software engineer at Prisma, creator of release-plz
    • [@01:17] - Release-plz creation & features
    • [@08:50] - Conventional commit standard
    • [@17:41] - Potential upcoming features
    • [@21:25] - Gitea, Gitlab, Github integration
    • [@28:14] - Release-plz development
    • [@31:24] - Windows support
    • [@36:22] - Message from Marco
    • [@37:07] - Marco’s Rust podcast RustShip

    Credits

    Intro Theme: Aerocity

    Audio Editing: Plangora

    Hosting Infrastructure: Jon Gjengset

    Show Notes: Plangora

    Hosts: Allen Wyma

    12 April 2024, 12:19 pm
  • 1 hour 18 minutes
    Pavex with Luca Palmieri

    Allen Wyma talks with Luca Palmieri about Pavex, a new API-focused web framework for Rust.

    Contributing to Rustacean Station

    Rustacean Station is a community project; get in touch with us if you’d like to suggest an idea for an episode or offer your services as a host or audio editor!

    Timestamps

    Credits

    Intro Theme: Aerocity

    Audio Editing: Plangora

    Hosting Infrastructure: Jon Gjengset

    Show Notes: Plangora

    Hosts: Allen Wyma

    9 April 2024, 7:06 am
  • 47 minutes 45 seconds
    Launching RustRover: JetBrains' Investment in Rust

    Vitaly Bragilevsky, Developer Advocate at JetBrains and author of Haskell in depth, sits down with Luca Palmieri.

    Vitaly explains what led JetBrains to launch a Rust-specific product, RustRover. He covers, in particular, why it is a good time to invest further in Rust, touching as well on the state of the Rust ecosystem. Luca and Vitaly also touch on the status quo of Rust developer tooling, including debuggers, profilers (or the lack thereof!), and framework-specific extensions.

    Contributing to Rustacean Station

    Rustacean Station is a community project; get in touch with us if you’d like to suggest an idea for an episode or offer your services as a host or audio editor!

    Timestamps & referenced resources

    • [@00:00] - Introduction
    • [@01:07] - Becoming a Developer Advocate for Rust at JetBrains
    • [@04:34] - Vitaly’s transition from Haskell to Rust
    • [@08:13] - Introducing JetBrains’ RustRover
    • [@18:56] - Usage and status quo of Rust developer tooling
    • [@25:12] - Vitaly’s outlook on Rust’s future
    • [@31:47] - New use cases for Rust adoption
    • [@35:07] - Compiler and IDE suggestions
    • [@38:08] - JetBrains’ role and future as a Rust tooling provider
    • [@39:59] - Reasoning behind Rust’s increasing popularity
    • [@46:18] - Conclusion

    Credits

    Intro Theme: Aerocity

    Audio Editing: Mainmatter

    Hosting Infrastructure: Jon Gjengset

    Show Notes: Mainmatter

    Hosts: Luca Palmieri

    4 April 2024, 7:00 am
  • 51 minutes 25 seconds
    cargo-semver-checks with Predrag Gruevski

    Allen Wyma talks with Predrag Gruevski about cargo-semver-checks, a linter that checks your crate’s API for any semver violations.

    Contributing to Rustacean Station

    Rustacean Station is a community project; get in touch with us if you’d like to suggest an idea for an episode or offer your services as a host or audio editor!

    Timestamps

    • [@00:00] - Meet Predrag Gruevski - creator & maintainer of cargo-semver-checks
    • [@00:35] - Exploring cargo-semver-checks, a linter for preventing breaking changes and ensuring semantic versioning
    • [@05:00] - What is Semantic versioning (semver)
    • [@08:17] - Determining major version bumps
    • [@10:48] - Background of the project
    • [@18:25] - Functionality, use cases, and project details of cargo-semver-checks
    • [@38:51] - Future plans and upcoming features
    • [@47:28] - Closing discussion

    Credits

    Intro Theme: Aerocity

    Audio Editing: Plangora

    Hosting Infrastructure: Jon Gjengset

    Show Notes: Plangora

    Hosts: Allen Wyma

    29 March 2024, 3:50 pm
  • 38 minutes 5 seconds
    Hyper 1.0 with Sean McArthur

    Allen Wyma talks with Sean McArthur about the 1.0 release of Hyper, the well-known Rust HTTP library.

    Contributing to Rustacean Station

    Rustacean Station is a community project; get in touch with us if you’d like to suggest an idea for an episode or offer your services as a host or audio editor!

    Timestamps

    • [@00:00] - Meet open-source engineer Sean McArthur
    • [@01:20] - Reasons for the 9-year journey to release hyper 1.0
    • [@05:34] - Addressing async fragmentation
    • [@07:38] - Sean’s transition to freelance maintenance
    • [@10:12] - Freelancing and finding clients while working on open source
    • [@16:56] - Hyper’s maturity and future plans
    • [@22:16] - Stages of hyper’s development, releases, and post-release issues.
    • [@36:14] - Closing discussion

    Credits

    Intro Theme: Aerocity

    Audio Editing: Plangora

    Hosting Infrastructure: Jon Gjengset

    Show Notes: Plangora

    Hosts: Allen Wyma

    22 March 2024, 11:57 pm
  • 50 minutes 18 seconds
    Asynchronous Programming in Rust with Carl Fredrik Samson

    Allen Wyma talks with Carl Fredrik Samson about his book Asynchronous Programming in Rust, a deep dive into asynchronous programming in Rust.

    Contributing to Rustacean Station

    Rustacean Station is a community project; get in touch with us if you’d like to suggest an idea for an episode or offer your services as a host or audio editor!

    Timestamps

    • [@00:00] - Meet Carl Fredrik Samson, author of Asynchronous Programming in Rust
    • [@04:26] - Making the deal with Packt (publishing company)
    • [@05:12] - Runtime with green threads
    • [@07:50] - Understanding the concept of asynchronous programming
    • [@03:17] - The benefits and purpose of using asynchronous programming
    • [@28:35] - Comparing green threads and fibers in Rust
    • [@35:29] - Importance of learning async programming
    • [@41:43] - Insights into the book’s creation process, including research and writing efforts
    • [@43:13] - Target audience and prerequisites for the book
    • [@45:09] - Book details
    • [@48:02] - Closing thoughts

    Credits

    Intro Theme: Aerocity

    Audio Editing: Plangora

    Hosting Infrastructure: Jon Gjengset

    Show Notes: Plangora

    Hosts: Allen Wyma

    17 March 2024, 8:06 am
  • 51 minutes
    Asciinema with Marcin Kulik

    Allen Wyma talks with Marcin Kulik about his work on asciinema, a service that allows people to record their terminal windows to share with others, that has the custom asciinema player written in Rust.

    Contributing to Rustacean Station

    Rustacean Station is a community project; get in touch with us if you’d like to suggest an idea for an episode or offer your services as a host or audio editor!

    Timestamps

    • [@00:00] - Introduction
    • [@01:56] - Overview of Asciinema: A suite of tools for recording, replaying, and sharing terminal sessions
    • [@09:11] - More about Marcin Kulik, the creator of Asciinema, and his background
    • [@10:08] - Inspiration behind the creation of Asciinema
    • [@18:52] - Marcin’s journey into Rust
    • [@23:15] - Balancing paid development and consulting services for Asciinema
    • [@24:36] - Progress on the Rust rewrite
    • [@28:37] - AGG (Asciinema GIF generator)
    • [@34:44] - Maintaining multiple languages and the role of Rust
    • [@40:17] - Future plans for Asciinema and potential features
    • [@47:23] - Closing discussion

    Credits

    Intro Theme: Aerocity

    Audio Editing: Plangora

    Hosting Infrastructure: Jon Gjengset

    Show Notes: Plangora

    Hosts: Allen Wyma

    31 January 2024, 7:57 am
  • 1 hour 3 minutes
    Unlocking Rust's power through mentorship and knowledge spreading, with Tim McNamara

    Tim McNamara, author of Rust in Action and founder at Accelerant, sits down with Marco Otte-Witte.

    Tim discusses how Rust, despite common perceptions, is relatively easy to learn and how the compiler empowers engineers to avoid common mistakes. The conversation also emphasizes Rust’s growing adoption in companies, its role in addressing long-term maintainability challenges, and its potential to significantly reduce software energy consumption, while highlighting the importance of mentorship to ensure successful integration across organizations.

    Contributing to Rustacean Station

    Rustacean Station is a community project; get in touch with us if you’d like to suggest an idea for an episode or offer your services as a host or audio editor!

    Timestamps & referenced resources

    • [@00:00] - Introduction
    • [@00:34] - Start of the interview
    • [@01:27] - Tim’s role at AWS
    • [@03:57] - Tim’s reasons for learning Rust
    • [@04:57] - Rust in Action
    • [@06:59] - How hard is it to learn Rust?
    • [@13:49] - Reasons companies are holding back from adopting Rust
    • [@23:51] - Rust’s type system and maintainability
    • [@36:30] - Dependencies in Rust
    • [@41:01] - Energy savings with Rust
    • [@48:09] - Tim’s approach to pitching Rust
    • [@54:21] - Overcoming concerns around Rust adoption
    • [@55:36] - Recruitment strategy for Rust
    • [@57:13] - Knowledge spreading
    • [@01:02:41] - Conclusion

    Credits

    Intro Theme: Aerocity

    Audio Editing: Mainmatter

    Hosting Infrastructure: Jon Gjengset

    Show Notes: Mainmatter

    Hosts: Marco Otte-Witte

    28 January 2024, 8:12 am
  • 40 minutes 45 seconds
    Prossimo with Josh Aas

    Allen Wyma talks with Josh Aas about his work on Prossimo, an Internet Security Research Group (ISRG) project that is focusing on moving critical software used on the Internet to a memory safe language, such as Rust.

    Contributing to Rustacean Station

    Rustacean Station is a community project; get in touch with us if you’d like to suggest an idea for an episode or offer your services as a host or audio editor!

    Timestamps

    • [@00:00] - Meet Josh Aas - Executive Director at ISRG (Internet Security Research Group), a non-profit dedicated to building a more secure and privacy-respecting digital infrastructure.
    • [@01:32] - Let’s Encrypt Project - a nonprofit Certificate Authority providing TLS certificates to 363 million websites.
    • [@06:53] - Divvi Up project - a privacy-respecting system for aggregate statistics.
    • [@09:48] - Prossimo - ensuring memory safety for the internet’s most critical infrastructure.
    • [@15:24] - Discussion about Curl and Rust.
    • [@19:06] - The benefits of rewriting software, particularly transitioning from C to Rust for improved memory safety.
    • [@34:19] - The ISRG’s ambition to make the Linux kernel memory-safe with Rust.
    • [@37:27] - Can Zig potentially be a competitor to Rust?
    • [@39:41] - Closing thoughts.

    Credits

    Intro Theme: Aerocity

    Audio Editing: Plangora

    Hosting Infrastructure: Jon Gjengset

    Show Notes: Plangora

    Hosts: Allen Wyma

    12 January 2024, 4:33 pm
  • More Episodes? Get the App
© MoonFM 2024. All rights reserved.