ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

554 results

EmacsConf and Emacs hangouts
EmacsConf 2024: An experimental Emacs core in Rust - Troy Hinckley

https://emacsconf.org/2024/talks/rust 00:00.000 Rune 00:17.082 The Emacs core 00:57.168 Why create this? 01:55.865 How ...

20:07
EmacsConf 2024: An experimental Emacs core in Rust - Troy Hinckley

1,778 views

1 year ago

codingjerk
Zig is better than Rust (sometimes)

Since I use both Rust and Zig, I've collected some use cases, where I prefer Zig over Rust. While it's not an objective comparison, ...

20:21
Zig is better than Rust (sometimes)

93,393 views

7 months ago

Andy Balaam
Mini-rust in Rust 001: Lexing an int

Introducing my new series: writing a little Rust-like language in Rust. It will be an interpreted language, and (for now at least) it will ...

41:25
Mini-rust in Rust 001: Lexing an int

783 views

1 year ago

Andy Balaam
Rust 101 - 37: Async runtimes

We talked about how Futures have poll methods, but who calls them? That is the job of the runtime. We talk about how to launch ...

25:43
Rust 101 - 37: Async runtimes

523 views

1 year ago

Andy Balaam
Rust 101 - 49: Foreign function interfaces (interacting with other languages)

Calling C code from Rust, Rust code from C-family languages, using cargo-bindgen, and creating Python extensions. Slides and ...

25:46
Rust 101 - 49: Foreign function interfaces (interacting with other languages)

176 views

1 year ago

Andy Balaam
Rust 101 – 14: std Traits

A tour of some of the most interesting traits in the standard library including Add etc. to overload operators, Sized, Sync and Send ...

27:19
Rust 101 – 14: std Traits

401 views

1 year ago

Andy Balaam
Rust 101 - 27: Exercises for module C (q2)

Implementing a simplified form of `Mutex`. Slides and more info: ...

24:49
Rust 101 - 27: Exercises for module C (q2)

482 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

74,590 views

1 month ago

Codotaku
Vulkan & Rust using Ash binding tutorial for beginners

Vulkan & Rust using Ash binding tutorial for beginners with the assistance of GitHub copilot to cut down on the boilerplate code.

5:41:45
Vulkan & Rust using Ash binding tutorial for beginners

2,323 views

Streamed 1 year ago

Metalab
How to Write Backends in Rust!

Andreas Monitzer talks about best practices when writing HTTP services in Rust and reveals a few tricks he's learned over the ...

1:13:23
How to Write Backends in Rust!

92 views

1 year ago

timClicks
Beginner Rust Tutorial: Word Counting - Learning Rust Creatively

Let's learn #rustlang! This is a fun tutorial for people who are just starting with the language and who want to understand how to ...

25:20
Beginner Rust Tutorial: Word Counting - Learning Rust Creatively

1,010 views

Streamed 1 year ago

FOSSASIA
Intro to Rust & Arbitrum Stylus, Chris Cordle | FOSSASIA Summit 2024

FOSSASIA Summit 2024, held in Ha Noi, is Asia's leading Open Source tech conference featuring sessions on Cloud, AI, Robotics ...

57:29
Intro to Rust & Arbitrum Stylus, Chris Cordle | FOSSASIA Summit 2024

36 views

5 months ago

Orhun Parmaksız
Renaissance of Terminal User Interfaces with Rust — FrOSCon 2024

froscon #froscon2024 #rust #ratatui Orhun Parmaksız gives a talk about Ratatui & future of TUIs at FrOSCon 2024 in ...

53:23
Renaissance of Terminal User Interfaces with Rust — FrOSCon 2024

6,673 views

1 year ago

Kernel Recipes
Kernel Recipes 2024 - Interfacing Kernel C APIs from Rust

Rust for Linux has brought in Rust as a second programming language in the Linux Kernel, with initial support merged in ...

39:23
Kernel Recipes 2024 - Interfacing Kernel C APIs from Rust

599 views

1 year ago

timClicks
Pixelate an image in less than 50 lines of code - Learning Rust Creatively

Have you ever wondered about how to create a pixelated image? This video shows you how to do it yourself with the nearest ...

34:41
Pixelate an image in less than 50 lines of code - Learning Rust Creatively

4,836 views

2 years ago

Tom Delalande
Comparing 10 programming languages. I built the same app in all of them.

Many modern programming languages have some great features like null safety, exhaustive switch statements, error handling, ...

21:33
Comparing 10 programming languages. I built the same app in all of them.

240,750 views

1 year 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

87,885 views

1 year ago

Jon Gjengset
Decrusting the tokio crate

In this stream, we peeled back the crust on the tokio crate — https://github.com/tokio-rs/tokio/ — and explored its interface, ...

3:31:48
Decrusting the tokio crate

179,658 views

1 year ago

timClicks
Global variables 🦀 Beginner Rust Tutorial 🦀 Learning Rust Creatively

Learn about using global variables in the Rust programming language. Using random number generation as a case study, we ...

1:02:42
Global variables 🦀 Beginner Rust Tutorial 🦀 Learning Rust Creatively

2,240 views

Streamed 1 year ago

Andy Balaam
Rust 101 - 25: Threads, Mutexes, channels, Send and Sync

How to spawn threads and deal with lifetimes, how to send or share state across threads, and what `Send` and `Sync` mean.

30:10
Rust 101 - 25: Threads, Mutexes, channels, Send and Sync

589 views

1 year ago