ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,173 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,774 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,699 views

7 months ago

Gnar Coding
Learn Rust for Web 3 - but beware...it'll be hard

web3 #coding #developerlife.

0:36
Learn Rust for Web 3 - but beware...it'll be hard

876 views

1 year ago

EmacsConf and Emacs hangouts
EmacsConf 2024 Q&A: An experimental Emacs core in Rust

Troy Hinckley This is the Q&A for the talk at https://youtu.be/629ct-cBwSI . 00:08 Q: Have you considered using CRDTs to share ...

19:16
EmacsConf 2024 Q&A: An experimental Emacs core in Rust

335 views

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

timClicks
Rust in 2024 - LFG #cleantech #programming  #rustlang #systemsprogramming

Rust is growing (and that's a good thing)

0:29
Rust in 2024 - LFG #cleantech #programming #rustlang #systemsprogramming

2,263 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

Andy Balaam
Rust 101 - 35: Futures

Exploring what a Future is in async Rust and how we could manually write code that polls futures. Normally, we avoid this manual ...

18:56
Rust 101 - 35: Futures

2,496 views

1 year ago

timClicks
How to make an HTTP request with Rust 🦀 Learn Rust Creatively

A micro-tutorial on how to make a web request with the Rust programming language. #rustlang #http #https Code ...

2:29
How to make an HTTP request with Rust 🦀 Learn Rust Creatively

1,522 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

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

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

timClicks
Why is Rust so fast? Something you might not have considered. #rustlang #programming #software

The effects of stack vs heap in programming languages. https://twitter.com/timClicks https://github.com/timClicks ...

0:57
Why is Rust so fast? Something you might not have considered. #rustlang #programming #software

9,757 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 - 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

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

73,402 views

1 month 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,571 views

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

timClicks
Highlights from a Friday night coding  #coding #rustacademy #learnrust #rustlang #programming

Who said Friday nights had to be fun? Some snippets from a live stream https://www.youtube.com/watch?v=BxxUPdiBjkc.

0:52
Highlights from a Friday night coding #coding #rustacademy #learnrust #rustlang #programming

1,550 views

1 year ago

Andy Balaam
Rust 101 - 17: Exercises for module A3 (part 2)

Continuing exercises on Rust traits, designing a customised version of Vec. Slides and more info: ...

1:29:25
Rust 101 - 17: Exercises for module A3 (part 2)

215 views

1 year ago