Skip to content

Commit 200cb99

Browse files
committed
Merge branch 'master' of github.com:corrode/corrode.github.io
2 parents ae38d0b + 5380504 commit 200cb99

File tree

5 files changed

+58
-1
lines changed

5 files changed

+58
-1
lines changed

content/podcast/s03e06-holiday/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "Holiday Episode"
2+
title = "2024 Holiday Special"
33
date = 2024-12-26
44
template = "episode.html"
55
draft = false
-63.2 KB
Loading
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
+++
2+
title = "2025 Holiday Special"
3+
date = 2025-12-25
4+
template = "episode.html"
5+
draft = false
6+
aliases = ["/p/s05e07"]
7+
[extra]
8+
season = "05"
9+
episode = "07"
10+
series = "Podcast"
11+
+++
12+
13+
<div><script id="letscast-player-43310bc9" src="https://letscast.fm/podcasts/rust-in-production-82281512/episodes/holiday-episode/player.js?size=s"></script></div>
14+
15+
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.
16+
17+
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.
18+
19+
{{ codecrafters() }}
20+
21+
## Show Notes
22+
23+
- [Code.Talks Talk](https://www.youtube.com/watch?v=AkBnXrKmcvw) - Matthias' presentation on Rust case studies
24+
- [Stack Overflow Developer Survey 2025](https://survey.stackoverflow.co/2025/technology/#admired-and-desired) - Rust as most admired language since 1.0 release
25+
- [Brave with Anton Lazarev (S03E07)](/podcast/s03e07-brave/) - Rust as the go-to language
26+
- [Volvo with Julius Gustavsson (S03E08)](/podcast/s03e08-volvo/) - Empowering engineers
27+
- [Astral with Charlie Marsh (S04E03)](/podcast/s04e03-astral/) - Welcoming community leads to huge impact
28+
- [Scythe with Andrew Tinka (S05E02)](/podcast/s05e02-scythe/) - Confidence in what you build
29+
- [Rust4Linux CVE](https://lore.kernel.org/all/2025121614-CVE-2025-68260-558d@gregkh/) - The first CVE in Rust for Linux
30+
- [Greg KH post](https://social.kernel.org/notice/B1JLrtkxEBazCPQHDM) - Context on kernel CVE statistics
31+
- [curl with Daniel Stenberg (S02E01)](/podcast/s02e01-curl/) - Bug reports every three hours, code constantly changes
32+
- [curl statistics](https://mastodon.social/@bagder/115501681801742424) - How old code gets rewritten all the time
33+
- [Tembo with Adam Hendel (S04E05)](/podcast/s04e05-tembo/) - Software is never done
34+
- [Redis CVE-2025-49844](https://redis.io/blog/security-advisory-cve-2025-49844/) - Remote code execution vulnerability from use-after-free
35+
- [Canonical with John Seager (S05E05)](/podcast/s05e05-canonical/) - Ubuntu is optimistic about Rust
36+
- [Rust in Android](https://security.googleblog.com/2025/11/rust-in-android-move-fast-fix-things.html) - Memory safety vulnerabilities below 20%
37+
- [Android statistics](https://www.demandsage.com/android-statistics/) - 3.9 billion active devices worldwide
38+
- [Roc with Richard Feldman (S05E04)](/podcast/s05e04-roc/) - Focus on the end user
39+
- [Svix with Tom Hacohen (S04E02)](/podcast/s04e02-svix/) - Love it, but compile times...
40+
- [Prime Video with Alexandru Ene (S05E01)](/podcast/s05e01-prime-video/) - Build times need to improve
41+
- [crates.io](https://crates.io/) - 200 billion crate downloads and 200k published crates
42+
- [Cloudflare with Kevin Guthrie and Edward Wang (S05E03)](/podcast/s05e03-cloudflare/) - Ecosystem is fantastic; thanks to all maintainers
43+
- [Rust Conferences 2026](/blog/rust-conferences-2026/) - Complete list of upcoming Rust conferences
44+
- [CodeCrafters Course](https://www.youtube.com/watch?v=aZ5sfhGmEVU) - Build your own HTTP server in Rust
45+
- [Rust Project Goals](https://blog.rust-lang.org/2025/12/16/Project-Goals-2025-November-Update.md/) - November update on 41 active project goals
46+
- [cargo-script RFC](https://github.com/rust-lang/cargo/issues/12207) - Run Rust scripts without full Cargo projects
47+
- [Better pin ergonomics RFC](https://github.com/rust-lang/rust-project-goals/issues/389) - Improving async Rust ergonomics
48+
- [KSAT with Vegard Sandengen (S04E07)](/podcast/s04e07-ksat/) - Make async better
49+
- [1Password with Andrew Burkhart (S04E06)](/podcast/s04e06-1password/) - Make it easier to learn Rust
50+
- [Rust Book by Brown University](https://rust-book.cs.brown.edu/) - Interactive learning resource for Rust
51+
- [Clippy lints](https://rust-lang.github.io/rust-clippy/master/index.html) - All available linter rules for Rust
52+
- [C++ and Rust interop](https://github.com/rust-lang/rust-project-goals/blob/main/src/2025h2/interop-problem-map.md) - Safer language interoperability initiative
53+
- [Microsoft with Victor Ciura (S04E01)](/podcast/s04e01-microsoft/) - C++ doesn't have to die for Rust to succeed
54+
- [BorrowSanitizer initiative](https://borrowsanitizer.com/) - LLVM instrumentation for detecting aliasing violations
55+
- [Polonius](https://github.com/rust-lang/rust-project-goals/issues/118) - Next-generation borrow checker
56+
- [Rust with Niko Matsakis (S04E04)](/podcast/s04e04-rust/) - Be excellent to each other (Bill & Ted reference)
Lines changed: 1 addition & 0 deletions
Loading
79.1 KB
Loading

0 commit comments

Comments
 (0)