ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

589 results

timClicks
Rust's lifetimes made easy

Let's figure out Rust's lifetime concept. We'll walk through a small Rust program that uses references and see what Rust means ...

6:39
Rust's lifetimes made easy

21,161 views

2 years ago

codingjerk
I Made My Code 16000× Faster (Python & Rust)

Performance optimization case study on LeetCode 52 "N-Queens". In the video I'll show path of optimization already decent ...

18:33
I Made My Code 16000× Faster (Python & Rust)

51,869 views

8 months ago

timClicks
Fil-C is a better Rust

Is Fil-C the solution to C/C++ memory safety and does it replace the need for Rust? Fil-C, a fork of the Clang compiler, is gaining ...

7:53
Fil-C is a better Rust

4,790 views

1 month ago

willowFFMPEG
I Wrote My Own Virtual Machine in Rust

In this video I show off my favourite personal project, which is a virtual machine based on an instruction set architecture of my own ...

14:31
I Wrote My Own Virtual Machine in Rust

1,023 views

6 years ago

timClicks
T to &'static T

Learn how to create references with the 'static lifetime, even from values that start as local variables. Rust resources: - Tim's ...

9:08
T to &'static T

4,975 views

2 years ago

Lavafroth
Laziness, Rust errors and the secret to being a 10x engineer

In this video, we talk about how we can use the thiserror crate to build our custom errors in Rust with relative ease. Using this ...

8:51
Laziness, Rust errors and the secret to being a 10x engineer

3,477 views

1 year ago

timClicks
Teach yourself how to write idiomatic Rust code

Almost everyone comes to Rust with prior programming experience. That can make the experience feel somewhat alien.

9:55
Teach yourself how to write idiomatic Rust code

6,929 views

2 years ago

Dario
Call a Rust Function from Python Like A Boss with Maturin

Use the performance advantage of #rustlang in Python by writing Python modules using Rust!!! You can build python libraries ...

4:37
Call a Rust Function from Python Like A Boss with Maturin

3,243 views

3 years ago

uint
Rust's borrow rules: but why, really?

This video explains why borrow rules exist in the Rust programming language, as in why mutable and immutable references ...

6:20
Rust's borrow rules: but why, really?

1,023 views

1 year ago

timClicks
What is the difference between String and &str in Rust?

This video explains the difference between Rust's two main text types: String and &str. This distinction is one of the most confusing ...

13:27
What is the difference between String and &str in Rust?

1,772 views

4 years ago

timClicks
How to get started with Nix as a Rust developer

Using Nix to build a Rust crate is easier than you think. This video shows you some of tools that have been written to help get you ...

4:12
How to get started with Nix as a Rust developer

6,957 views

2 years ago

Mii beta
Recordbox ..like Rhythmbox but in Rust!

Recordbox is a new music player in Rust/GTK4 leaning towards large local music collections; on video is Recordbox 0.8.1 on ...

7:18
Recordbox ..like Rhythmbox but in Rust!

4,247 views

1 year ago

CodeOps HQ
Yazi: The CLI File Manager That’s Faster Than Any GUI File Manager

Special Offer: Check out Codecrafters.io using my link for up to 40% off and start building Redis, Git, or Docker from scratch like a ...

9:57
Yazi: The CLI File Manager That’s Faster Than Any GUI File Manager

54,268 views

11 months ago

codingjerk
Zig Language | Thoughts After 2 Years

Voiced by @tokisuno ... Check out his channel. So, in this talk I want to tell about the reasons I love the Zig programming language ...

13:38
Zig Language | Thoughts After 2 Years

109,875 views

9 months ago

Lavafroth
Rust: why that funky error type?

Further reading: https://www.cs.brandeis.edu/~cs146a/rust/doc-02-21-2015/book/static-and-dynamic-dispatch.html Credits: Rust ...

5:45
Rust: why that funky error type?

3,766 views

1 year ago

Blockchain Bernie
The Rust language is popular in crypto. But why tho?

Hey, I'm Blockchain Bernie. Check out Xandeum, the storage layer for smart contracts founded by me. ⇰ https://xandeum.com ...

13:46
The Rust language is popular in crypto. But why tho?

7,544 views

Streamed 3 years ago

timClicks
Render the Julia set in 3 dozen lines of Rust code

Fractals are fun to explore. But they're also extremely addictive, so be warned! Here's a worked example of rendering an image of ...

18:01
Render the Julia set in 3 dozen lines of Rust code

3,189 views

2 years 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

341 views

1 year ago

Furkan Sarıhan
I BUILT My Game Engine, And YOU Can Too! 💪 (Part 1)

The first 500 people to use my link https://skl.sh/furkansarhan11241 will get a 1 month free trial of Skillshare premium! Welcome to ...

7:34
I BUILT My Game Engine, And YOU Can Too! 💪 (Part 1)

58,932 views

1 year ago

timClicks
Vec(T) is magic 🦀🪄

Why does Vec::with_capacity() work for any type, but the vec! macro require Clone? The answer is uninitialized memory. Although ...

5:29
Vec(T) is magic 🦀🪄

1,148 views

2 months ago