ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

62 results

Jon Gjengset
Live-coding a linked hash map in Rust

Following another Twitter poll (https://twitter.com/Jonhoo/status/1000102031925956610), we're building a simple hash map in ...

2:29:40
Live-coding a linked hash map in Rust

39,398 views

7 years ago

Derick Rethans
1. Lists (part 1)

In this first video in a series of videos about data structures, I am diving into linked lists. I go through an example explaining the ...

58:45
1. Lists (part 1)

938 views

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

84,959 views

2 years ago

Jon Gjengset
Implementing Hazard Pointers in Rust

This time, we take a stab at implementing Hazard Pointers (https://erdani.org/publications/cuj-2004-12.pdf) in Rust. We follow ...

4:55:09
Implementing Hazard Pointers in Rust

38,165 views

4 years ago

Kenny Liao
How to Build AI Agents from Scratch in Python - Start here!

Learn how to build AI agents from scratch in Python. If you want to learn how to build AI agents and applications, I absolutely ...

1:11:21
How to Build AI Agents from Scratch in Python - Start here!

1,344 views

4 months ago

Berkeley Institute for Data Science (BIDS)
SFrame and SGraph: Scalable External Memory Data Frame and Graph Structures for Machine Learning

BIDS Guest Lecture | July 22, 2015 | 1:30-3:00 p.m. | 190 Doe Library, UC Berkeley Speaker: Jay Gu, Co-Founder and Software ...

53:21
SFrame and SGraph: Scalable External Memory Data Frame and Graph Structures for Machine Learning

2,973 views

Streamed 10 years ago

Confreaks
RubyConf 2015 - Changing the Unchangeable... by Brad Urani

Changing the Unchangeable: The Hows and Whys of Immutable Data Structures by Brad Urani Immutable data structures give us ...

34:42
RubyConf 2015 - Changing the Unchangeable... by Brad Urani

1,725 views

10 years ago

Jon Gjengset
Crust of Rust: Sorting Algorithms

In this Crust of Rust episode, we implement some common sorting algorithms in Rust. This episode doesn't aim to explain any ...

2:37:53
Crust of Rust: Sorting Algorithms

66,999 views

5 years ago

Society of Research Software Engineering
Laura Moran and Freddy Wordingham: Rust for Scientific Computing

A talk from the Large-scale parallel session at RSECon2022. Details: ...

25:32
Laura Moran and Freddy Wordingham: Rust for Scientific Computing

989 views

2 years ago

Poking Technology
Porting Python to a terrible $3 smartwatch

In whch yr hmbl svt makes an incredibly cheap trash smartwatch run Micropython. This is me disassembling, exploring, ...

1:11:17
Porting Python to a terrible $3 smartwatch

376,953 views

1 year ago

Jon Gjengset
Lock-Free to Wait-Free Simulation in Rust

In this stream, we start implementing the concurrency algorithm from the academic paper "A Practical Wait-Free Simulation for ...

4:47:58
Lock-Free to Wait-Free Simulation in Rust

49,797 views

4 years ago

Confreaks
RubyConf 2016 - Computer Science: The Good Parts by Jeffrey Cohen

RubyConf 2016 - Computer Science: The Good Parts by Jeffrey Cohen You don't need a 4-year degree to learn the best parts of ...

30:25
RubyConf 2016 - Computer Science: The Good Parts by Jeffrey Cohen

1,063 views

9 years ago

EmacsConf and Emacs hangouts
EmacsConf 2022: Health data journaling and visualization with Org Mode and GNUplot - David O'Toole

EmacsConf 2022: Health data journaling and visualization with Org Mode and GNUplot - David O'Toole (he/him) ...

24:30
EmacsConf 2022: Health data journaling and visualization with Org Mode and GNUplot - David O'Toole

2,654 views

3 years ago

Jon Gjengset
Procedural Macros in Rust (part 1)

In this stream, we take a look at Rust's procedural macros. These are much more flexible than the declarative macros you get with ...

4:02:27
Procedural Macros in Rust (part 1)

77,118 views

6 years ago

Kenny Liao
How to Build Multi AI Agents with Langgraph

I'm going to show you step by step how to build a multi-agent AI system using the Supervisor pattern in Langgraph. As always, all ...

51:05
How to Build Multi AI Agents with Langgraph

6,807 views

3 months ago

LF Decentralized Trust
Configure, Deploy, and Manage a Besu Private Network

Besu, an LF Decentralized Trust project, is an open-source Ethereum client developed under the Apache 2.0 license and written ...

3:21:28
Configure, Deploy, and Manage a Besu Private Network

1,783 views

9 months ago

Chrome for Developers
Life of a pixel (Chrome University 2019)

Welcome to Chrome University, where you will learn the foundations of how Chrome works. "Life of a pixel" is a tour of the ...

36:43
Life of a pixel (Chrome University 2019)

17,426 views

5 years ago

Tyler Caraza-Harter
CS 320 Oct 7 (Part 2) - Stacks, Queues, and Priority Queues

... to-do list um here's my code for my breadth-first search um and there's my to-do list it's just a regular python list and and i start at ...

23:37
CS 320 Oct 7 (Part 2) - Stacks, Queues, and Priority Queues

235 views

5 years ago

Jon Gjengset
Building an asynchronous ZooKeeper client in Rust

In this stream, we're implementing an asynchronous ZooKeeper client library in Rust using the tokio crate and futures. The goal of ...

4:50:39
Building an asynchronous ZooKeeper client in Rust

21,689 views

7 years ago

Chrome for Developers
WebAssembly for Web Developers (Google I/O ’19)

WebAssembly is often hailed as a performance tool for critical tasks or to bring existing C++ code bases to the web – such as ...

39:56
WebAssembly for Web Developers (Google I/O ’19)

199,432 views

6 years ago