ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

35,910 results

Jody Bruchon
Rust Programmers Can't Understand Basic C Programming: One Extra Pointer, 1/3 Slower

Rust users don't know bout muh cache evictions. (UI doc still in progress, don't worry.) SUPPORT LINKS PayPal: ...

11:36
Rust Programmers Can't Understand Basic C Programming: One Extra Pointer, 1/3 Slower

2,522 views

1 month ago

Jody Bruchon
Rust Programmers Can't Understand Basic C Programming: Linked Lists and Hand-Holding

Linked lists are carcinogenic to Rustaceans. I faltered a bit on something but editing requires actual effort, so watch for the ...

13:30
Rust Programmers Can't Understand Basic C Programming: Linked Lists and Hand-Holding

3,738 views

1 month ago

Jody Bruchon
Rust Programmers Can't Understand Basic C Programming: "It's Just a Rounding Error, Bro!"

Imagine calling the biggest thing that affects performance for every program since the early 1990s "just a rounding error." It's like ...

7:25
Rust Programmers Can't Understand Basic C Programming: "It's Just a Rounding Error, Bro!"

3,212 views

1 month ago

Jody Bruchon
The Rust Programming Language Is A Political Trojan Horse

Rust is a programming language, but it's also a way for Marxists to subvert the establishment and overthrow institutions.

17:33
The Rust Programming Language Is A Political Trojan Horse

20,118 views

1 year ago

Jon Gjengset
impl Rust: One Billion Row Challenge

I'm late to the party, but it's time we take a stab at the One Billion Row Challenge ( https://github.com/gunnarmorling/1brc ) in Rust.

10:36:57
impl Rust: One Billion Row Challenge

83,872 views

1 month ago

Jody Bruchon
Rust Programmers Can't Understand Basic C Programming: "Use After Free" Bugs

Rust programmers can be such midwits. (UI doc still in progress, don't worry.) SUPPORT LINKS PayPal: ...

4:37
Rust Programmers Can't Understand Basic C Programming: "Use After Free" Bugs

3,595 views

1 month ago

timClicks
Fil-C is a better Rust

... Like this video if you found it helpful, and share it with your friends who are also interested in Rust programming.

7:53
Fil-C is a better Rust

4,824 views

1 month ago

LinuxConfAu 2018 - Sydney, Australia
Rust Programming Techniques

Nicholas Cameron http://lca2018.linux.org.au/schedule/presentation/22/ Rust is a language for fearless systems programming.

1:32:02
Rust Programming Techniques

98,716 views

8 years ago

Jody Bruchon
Rust Programmers Can't Understand Physical Labor

I've never once seen a crab in a crawlspace...and I've been in a crawlspace my entire adult life. (UI doc still in progress, don't ...

2:55
Rust Programmers Can't Understand Physical Labor

1,241 views

1 month ago

Jon Gjengset
Crust of Rust: std::collections

In this video we go over the various collection types in the Rust standard library (effectively `std::collections`), and discuss a bit ...

2:45:04
Crust of Rust: std::collections

85,393 views

2 years ago

timClicks
Rust's lifetimes made easy

I hope that this is a useful resource for all developers wanting to deepen their understanding of Rust programming language.

6:39
Rust's lifetimes made easy

21,211 views

2 years ago

YouTux Channel
RUST: A Language Without Poetry

00:00 Introduction 05:26 The Paradox of Limits – When Safety Becomes a Cage 10:00 Ownership and Borrowing – The Hidden ...

38:26
RUST: A Language Without Poetry

11,150 views

4 months ago

Jon Gjengset
Implementing a Lox interpreter in Rust

For some time I've been looking for an opportunity to do a stream on writing a parser + interpreter for... something. Anything really.

7:53:42
Implementing a Lox interpreter in Rust

89,360 views

1 year ago

The Linux Foundation
Lightning Talk: The Humble Rustacean: Human Factors Behind Rust’s Success - Maté Kovacs

Join us at the premier vendor-neutral open source conference, where developers and technologists come together to collaborate, ...

11:15
Lightning Talk: The Humble Rustacean: Human Factors Behind Rust’s Success - Maté Kovacs

365 views

2 weeks ago

The Linux Foundation
Keynote: Rust in the Linux Kernel, Why? - Greg Kroah-Hartman

Keynote: Rust in the Linux Kernel, Why? - Greg Kroah-Hartman, Linux Kernel Maintainer and Fellow, The Linux Foundation.

14:01
Keynote: Rust in the Linux Kernel, Why? - Greg Kroah-Hartman

20,219 views

2 months ago

Jon Gjengset
Implementing TCP in Rust (part 1)

In this stream, we started implementing the ubiquitous TCP protocol that underlies much of the traffic on the internet! In particular ...

5:19:48
Implementing TCP in Rust (part 1)

248,075 views

6 years ago

Jon Gjengset
Implementing and Optimizing a Wordle Solver in Rust

We implement a Wordle solver in Rust based off on the excellent 3blue1brown video on the same topic: ...

6:08:52
Implementing and Optimizing a Wordle Solver in Rust

161,277 views

3 years ago

EuroPython Conference
What comes after Rust in the Python ecosystem? — Cristián Maureira-Fredes

EuroPython 2025 — Forum Hall on 2025-07-18] *What comes after Rust in the Python ecosystem? by Cristián ...

43:45
What comes after Rust in the Python ecosystem? — Cristián Maureira-Fredes

576 views

2 months ago

Plone
Python and Rust, a Perfect Pairing - Miikka Koskinen

Rust programming language has recently gained a lot of popularity. However, you don't have to choose between Python and Rust ...

24:48
Python and Rust, a Perfect Pairing - Miikka Koskinen

45 views

2 months ago

Jon Gjengset
Vibe coding complex changes in Rust

Those who have followed me for a while may already know that I'm a bit of an ML Luddite — it's not that I'm opposed to the use of ...

2:59:08
Vibe coding complex changes in Rust

47,099 views

5 months ago

timClicks
Are Rust's governance issues worth avoiding the language?

... Like this video if you found it helpful, and share it with your friends who are also interested in Rust programming.

5:33
Are Rust's governance issues worth avoiding the language?

1,083 views

2 years ago

TheTxT
Building my own Proxy in Rust, to debug my Minecraft server! - Oxide #3

In this video I will show you how I built my own Minecraft proxy server - in Rust! This will be helpful in debugging the custom ...

9:11
Building my own Proxy in Rust, to debug my Minecraft server! - Oxide #3

1,822 views

11 months ago

Jon Gjengset
Implementing (parts of) git from scratch in Rust

In this stream, we implement core pieces of git from scratch by following the CodeCrafters git "course" ...

4:29:28
Implementing (parts of) git from scratch in Rust

105,188 views

1 year ago

TheTxT
(Almost) Ready for takeoff - coding my own Minecraft server in Rust

Im getting close to release the first version of my minecraft server Im building from scratch entirely in rust. There were still quite a ...

8:53
(Almost) Ready for takeoff - coding my own Minecraft server in Rust

1,066 views

5 months ago

Jon Gjengset
Crust of Rust: Declarative Macros

In this second Crust of Rust video, we cover declarative macros, macro_rules!, by re-implementing the vec! macro from the ...

1:36:11
Crust of Rust: Declarative Macros

77,346 views

5 years ago