ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

566 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,772 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)

92,225 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

780 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

72,396 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,305 views

Streamed 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

400 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

522 views

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

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,378 views

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

droidcon & fluttercon
Using Rust in your next Flutter SDK - Cameron Mcloughlin | Fluttercon EU 2024

Talk: Using Rust in your next Flutter SDK Speaker: Cameron Mcloughlin Event: Fluttercon EU 2024 Date: July 3rd -5th ...

27:43
Using Rust in your next Flutter SDK - Cameron Mcloughlin | Fluttercon EU 2024

256 views

5 months 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

597 views

1 year ago

Andy Balaam
Rust 101 – 15: Lifetime bounds

This time we tackle one of the most tricky areas for a new Rust programmer: lifetimes. The key point is that when we add lifetime ...

25:31
Rust 101 – 15: Lifetime bounds

595 views

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

104,136 views

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

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

588 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,592 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,238 views

Streamed 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)

175 views

1 year ago