1. EachPod
EachPod
New Rustacean - Podcast

New Rustacean

Deep dive teaching episodes, news updates, and interviews with people around the Rust community.

Training Tech News Technology Education
Update frequency
every 12 days
Average duration
16 minutes
Episodes
103
Years Active
2015 - 2019
Share to:
Interview 4 – Jonathan Turner: Part 3

Interview 4 – Jonathan Turner: Part 3

Smoothing the Rust dev story: future work on the RLS, in Rust itself, and in Servo.
00:22:05  |   Sat 17 Jun 2017
Interview 4 – Jonathan Turner: Part 2

Interview 4 – Jonathan Turner: Part 2

Making Rust Better: Rust as the fusion of systems and high-level programming languages, and the RLS.
00:25:09  |   Tue 30 May 2017
Interview 4 – Jonathan Turner: Part 1

Interview 4 – Jonathan Turner: Part 1

Background, TypeScript, coming to Rust, and how helpful the Rust community can be.
00:22:50  |   Mon 01 May 2017
CYSK: RLS

CYSK: RLS

Where the RLS came from, what it can do, and how you can start using it today!
00:11:30  |   Tue 18 Apr 2017
e020: Putting code in its place

e020: Putting code in its place

How do we organize code in Rust? Where do we break it apart into modules or crates, and why? Structuring code in a language like Rust can seem a bit more ambiguous than doing the same in a language w…
00:20:20  |   Sat 01 Apr 2017
Bonus 8: Giving back (by teaching)

Bonus 8: Giving back (by teaching)

On the responsibilities and opportunities we have to help others with our knowledge and abilities. Many of us have been very blessed with opportunities and support as we learn software. We should go …
00:13:30  |   Sun 19 Mar 2017
e019: Let's `Clone` a `Cow`

e019: Let's `Clone` a `Cow`

The final pieces of the story for (single-threaded) memory management in Rust. Notes ----- Sometimes, we actually do need to copy types. Wouldn't it be nice if Rust gave us a convenient way to do tha…
00:18:11  |   Tue 28 Feb 2017
CYSK: clap

CYSK: clap

A Command-Line Argument Parser. Sponsors -------- - Aleksey Pirogov - Andreas Fischer - Andrew Thompson - Austin LeSure - Ben Whitley - Charlie Egan - Chris Palmer - Christopher Giffard - Daniel Coll…
00:10:42  |   Wed 15 Feb 2017
e018: `Borrow`, `AsRef`, `Deref`: my head hurts now

e018: `Borrow`, `AsRef`, `Deref`: my head hurts now

Three traits which are essential for designing good, Rustic APIs. Notes Borrow, AsRef, and Deref are a little complicated, but they're well-worth understanding. Together, they give you tools for deal…
00:17:25  |   Tue 31 Jan 2017
CYSK: quick-xml

CYSK: quick-xml

A pull-parser for reading and writing XML. Sponsors * Aleksey Pirogov * Andreas Fischer * Ben Whitley * Cameron Mochrie * Chris Palmer * Christopher Giffard * Daniel Collin * Derek Morr * Jakub “Lime…
00:08:38  |   Mon 09 Jan 2017
News 2: Let's talk roadmap!

News 2: Let's talk roadmap!

Rust’s achievements in 2016 and goals for 2017 Sponsors * Aleksey Pirogov * Andreas Fischer * Ben Whitley * Cameron Mochrie * Chris Palmer * Daniel Collin * Derek Morr * Jakub “Limeth” Hlusička * Jup…
00:21:08  |   Thu 29 Dec 2016
Meta 1 – Slowing Down

Meta 1 – Slowing Down

Avoiding burnout by taking it a little easier. Sometimes, the way a podcast stays in existence is by coming out less often. That's what's happening here. # Links - [lightning-rs] - [Pelican] - [Hugo]…
00:07:42  |   Sat 12 Nov 2016
Interview 3 – Carol (Nichols || Goulding)

Interview 3 – Carol (Nichols || Goulding)

Carol (Nichols || Goulding) on learning Rust, teaching Rust, and building community Chris talks with Carol (Nichols || Goulding), a Rust community team member, co-author of the first major revision o…
00:47:11  |   Fri 30 Sep 2016
Bonus 7: Katas—or: learning by doing

Bonus 7: Katas—or: learning by doing

Katas—or: learning by doing One of the best ways to learn is to pick a small problem you have already internalized, and to do it again but in a new language or in a new way in a language you already …
00:10:19  |   Sat 10 Sep 2016
Bonus 6: It doesn‘t have to be sexy

Bonus 6: It doesn‘t have to be sexy

Building (and celebrating) all the little, not-so-glorious pieces of the Rust ecosystem. Notes We love the Rust compiler team. But there’s more to the Rust community, and more required for Rust to be…
00:11:27  |   Sat 20 Aug 2016
e017: Point me where I need to go

e017: Point me where I need to go

A deep dive on references and pointers in Rust. Notes By listener request, today we look at the syntax and semantics of referencing and dereferencing and the corresponding `&` and `*` operators. As w…
00:17:06  |   Mon 08 Aug 2016
e016: RefCells and code smells

e016: RefCells and code smells

Digging deeper on smart pointers and mutability with `Cell` and `RefCell`. Notes What are the Cell and RefCell types, and when should we use them? Today, we follow up both the detailed discussion of …
00:18:52  |   Sat 23 Jul 2016
Interview 2::Part 2 – Raph Levien

Interview 2::Part 2 – Raph Levien

Raph Levien on Rust’s current strengths and places it can improve Notes Chris chats with Raph Levien about what inspired him to build a text editor, as well as about where the rough edges in the Rust…
00:19:33  |   Mon 04 Jul 2016
Interview 2::Part 1 – Raph Levien

Interview 2::Part 1 – Raph Levien

Raph Levien on using Rust to build the Xi editor Notes Chris chats with Raph Levien about his background in software development, what attracted him to Rust, and how he’s using Rust to build the Xi E…
00:28:17  |   Sat 25 Jun 2016
e015: Not dumb pointers

e015: Not dumb pointers

Box, String, Vec, Rc, and Arc have this in common: they’re not dumb. This episode, we take a close look at smart pointer types—from a few we’ve already talked about, like Box, Vec, and String, to som…
00:20:03  |   Sat 18 Jun 2016
Disclaimer: The podcast and artwork embedded on this page are the property of Chris Krycho. This content is not affiliated with or endorsed by eachpod.com.