Skip to content

Commit ae6f7a1

Browse files
committed
Update rust podcasts
1 parent 2fc1a8b commit ae6f7a1

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@
181181
"neque",
182182
"netfilter",
183183
"netplan",
184+
"Netstack",
184185
"newpwd",
185186
"newuser",
186187
"nextprev",

content/rust/refs.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
title='References'
33
date=2023-05-29
4-
updated = 2025-04-26
4+
updated = 2026-05-21
55
extra = { series = "Rust" }
66
taxonomies = { tags = ["Rust"] }
77
+++
@@ -86,11 +86,16 @@ They got it and were able to do some of the practice problems.
8686
# Podcasts
8787

8888
- [Rustacean Station](https://rustacean-station.org/) - Current community run podcast
89+
- [Netstack.FM](https://netstack.fm/) - They have a heavy focus on rust especially as it relates to networking. Great if you don't know a lot of details about networking as they include explainer episodes where they explain parts of the networking stack in a beginner friendly way.
8990
- [Rust in Production](https://corrode.dev/podcast/) - Interviews with companies using rust in production.
90-
- [RustShip](https://www.marcoieni.com/tags/rustship/) - Interviews with companies that ship rust software.
91-
- [Self-Directed Research Podcast (SDR)](https://sdr-podcast.com/) - "Every week, a new presentation on what Amos or James has been up to. Usually: Rust, embedded, web servers, but anything is fair game.", is what the top of their site says. Tracks with what I've heard so far (although no episodes for the year yet).
91+
- [Self-Directed Research Podcast (SDR)](https://sdr-podcast.com/) - "Every week, a new presentation on what Amos or James has been up to. Usually: Rust, embedded, web servers, but anything is fair game.", is what the top of their site says. Tracks with what I've heard so far.
9292
- [Oxide and Friends](https://oxide-and-friends.transistor.fm/) - Not specifically a rust podcast but it's from a company that uses rust and, as a result, rust comes up frequently.
93-
- [New Rustacean](https://newrustacean.com/) - Stopped but it's where I started. This podcast introduced me to rust and got me excited before I read the book and actually tried it myself (was able to use commute time to see if I like this "rust thing" I kept hearing people talking about). I think the main reason it got me excited is that the author, [Chris Krycho](https://www.chriskrycho.com/), spoke about the parts of rust that I was interested in and maybe contributed to making it easier to learn rust. I found learning rust easy but that's not a sentiment I've heard from many other people so maybe this podcast played into what made it easy for me.
93+
- [Compose by Tim Clicks](https://timclicks.dev/podcasts/compose) - They haven't put out an episode in a while but they backlog (while small) is great.
94+
95+
Not active at the time of writing (more than 1 year from 2026-05-21 since last episode)
96+
97+
- [New Rustacean](https://newrustacean.com/) - Stopped but this is where I started. This podcast introduced me to rust and got me excited before I read the book and actually tried it myself (was able to use commute time to see if I like this "rust thing" I kept hearing people talking about). I think the main reason it got me excited is that the author, [Chris Krycho](https://www.chriskrycho.com/), spoke about the parts of rust that I was interested in and maybe contributed to making it easier to learn rust. I found learning rust easy but that's not a sentiment I've heard from many other people so maybe this podcast played into what made it easy for me.
98+
- [RustShip](https://www.marcoieni.com/tags/rustship/) - Interviews with companies that ship rust software.
9499
Don't have a counterfactual so I'll never know.
95100

96101
# Video

0 commit comments

Comments
 (0)