From 6449283793d9c2c3cfd6721926f475f9768d2384 Mon Sep 17 00:00:00 2001 From: Allen Wyma <> Date: Fri, 8 Mar 2024 19:26:16 +0800 Subject: [PATCH 1/3] prepare for release --- .../2024-03-08-carl-fredrik-samson.md | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 _episodes/interviews/2024-03-08-carl-fredrik-samson.md diff --git a/_episodes/interviews/2024-03-08-carl-fredrik-samson.md b/_episodes/interviews/2024-03-08-carl-fredrik-samson.md new file mode 100644 index 0000000..37caeda --- /dev/null +++ b/_episodes/interviews/2024-03-08-carl-fredrik-samson.md @@ -0,0 +1,45 @@ +--- +title: "Asynchronous Programming in Rust with Carl Fredrik Samson" +date: 2024-03-08T07:57:00Z +file: https://audio.rustacean-station.org/file/rustacean-station/2024-03-08-carl-fredrik-samson.mp3 +duration: "50:18" +length: "73121309" +#reddit: (leave blank on initial publish, amend with link and uncomment this line after Reddit thread has been posted) +--- + +Allen Wyma talks with [Carl Fredrik Samson](https://twitter.com/cf_samson) about his book [Asynchronous Programming in Rust](https://www.packtpub.com/product/asynchronous-programming-in-rust/9781805128137), 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! + +- Twitter: [@rustaceanfm](https://twitter.com/rustaceanfm) +- Discord: [Rustacean Station](https://discord.gg/cHc3Gyc) +- Github: [@rustacean-station](https://github.com/rustacean-station/) +- Email: [hello@rustacean-station.org](mailto:hello@rustacean-station.org) + +## 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](https://twitter.com/AerocityMusic) + +Audio Editing: [Plangora](https://twitter.com/plangora) + +Hosting Infrastructure: [Jon Gjengset](https://twitter.com/jonhoo/) + +Show Notes: [Plangora](https://twitter.com/plangora) + +Hosts: [Allen Wyma](https://twitter.com/allenwyma) From d00c1feee73670597732574df47b5b90ef3ac7c5 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sat, 16 Mar 2024 19:25:01 +0100 Subject: [PATCH 2/3] Move to 17th --- ...rl-fredrik-samson.md => 2024-03-17-carl-fredrik-samson.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename _episodes/interviews/{2024-03-08-carl-fredrik-samson.md => 2024-03-17-carl-fredrik-samson.md} (96%) diff --git a/_episodes/interviews/2024-03-08-carl-fredrik-samson.md b/_episodes/interviews/2024-03-17-carl-fredrik-samson.md similarity index 96% rename from _episodes/interviews/2024-03-08-carl-fredrik-samson.md rename to _episodes/interviews/2024-03-17-carl-fredrik-samson.md index 37caeda..12b64fe 100644 --- a/_episodes/interviews/2024-03-08-carl-fredrik-samson.md +++ b/_episodes/interviews/2024-03-17-carl-fredrik-samson.md @@ -1,7 +1,7 @@ --- title: "Asynchronous Programming in Rust with Carl Fredrik Samson" -date: 2024-03-08T07:57:00Z -file: https://audio.rustacean-station.org/file/rustacean-station/2024-03-08-carl-fredrik-samson.mp3 +date: 2024-03-17T07:57:00Z +file: https://audio.rustacean-station.org/file/rustacean-station/2024-03-17-carl-fredrik-samson.mp3 duration: "50:18" length: "73121309" #reddit: (leave blank on initial publish, amend with link and uncomment this line after Reddit thread has been posted) From 89a91180149319adff267bcd635fddfe70873a7a Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sun, 17 Mar 2024 09:06:43 +0100 Subject: [PATCH 3/3] Update _episodes/interviews/2024-03-17-carl-fredrik-samson.md --- _episodes/interviews/2024-03-17-carl-fredrik-samson.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/interviews/2024-03-17-carl-fredrik-samson.md b/_episodes/interviews/2024-03-17-carl-fredrik-samson.md index 12b64fe..6633c7c 100644 --- a/_episodes/interviews/2024-03-17-carl-fredrik-samson.md +++ b/_episodes/interviews/2024-03-17-carl-fredrik-samson.md @@ -1,6 +1,6 @@ --- title: "Asynchronous Programming in Rust with Carl Fredrik Samson" -date: 2024-03-17T07:57:00Z +date: 2024-03-17T08:06:00Z file: https://audio.rustacean-station.org/file/rustacean-station/2024-03-17-carl-fredrik-samson.mp3 duration: "50:18" length: "73121309"