Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tim McNamara's interview from Mainmatter's Rust interview series #243

Merged
merged 2 commits into from
Jan 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions _episodes/interviews/2024-01-28-tim-mcnamara.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
title: "Unlocking Rust's power through mentorship and knowledge spreading, with Tim McNamara"
date: 2024-01-28T08:12:00Z
file: https://audio.rustacean-station.org/file/rustacean-station/2024-01-28-tim-mcnamara.mp3
duration: "1:03:32"
length: "62181128"
#reddit: (leave blank on initial publish, amend with link and uncomment this line after Reddit thread has been posted)
---

[Tim McNamara](https://tim.mcnamara.nz/), author of [Rust in Action](https://www.manning.com/books/rust-in-action)
and founder at [Accelerant](https://accelerant.dev), 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!

- Twitter: [@rustaceanfm](https://twitter.com/rustaceanfm)
- Discord: [Rustacean Station](https://discord.gg/cHc3Gyc)
- Github: [@rustacean-station](https://github.com/rustacean-station/)
- Email: [[email protected]](mailto:[email protected])

### Timestamps & referenced resources

- [@00:00] - Introduction
- [Video recording of the interview](https://mainmatter.com/blog/2023/11/02/unlocking-rusts-power-through-mentorship-and-knowledge-spreading/)
- [@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](https://www.manning.com/books/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](https://twitter.com/AerocityMusic)

Audio Editing: [Mainmatter](https://mainmatter.com/rust-consulting/)

Hosting Infrastructure: [Jon Gjengset](https://twitter.com/jonhoo/)

Show Notes: [Mainmatter](https://mainmatter.com/rust-consulting/)

Hosts: [Marco Otto-Witte](https://twitter.com/marcoow)
Loading