ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

9,335 results

Jeff Rose
GAME151 Live Coding #11 (Humber Game Programming)

Jeff starts simulating the gravitational physics of a single-star system using realistic physics values for the Solar System and ends ...

52:23
GAME151 Live Coding #11 (Humber Game Programming)

228 views

8 years 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)

96,613 views

7 months ago

Jon Gjengset
January 2026 Q&A

As has become tradition, it's time for another new year's Q&A! In the span of three hours, we got through 45 questions covering ...

2:48:37
January 2026 Q&A

17,920 views

4 weeks ago

Nils Berglund
Tutorial: How to use my code

This tutorial explains on a few examples how to use my C code, available on GitHub, to make simulations of the wave equation.

33:58
Tutorial: How to use my code

1,378 views

2 years ago

tef ebooks
Programming is terrible—Lessons learned from a life wasted. EMF2012

http://programmingisterrible.com/ https://mastodon.social/@tef A bad programmer talks about bad programming, from EMF 2012 ...

1:06:44
Programming is terrible—Lessons learned from a life wasted. EMF2012

1,703,383 views

13 years ago

XRPL Commons
Coding on the XRPL Ledger [Session 1/4] with Florent Uzio

Training led by Florent Uzio, Senior XRP Ledger Developer at Ripple Recorded on July 6-7th 2023 at the XRPL Commons HQ.

53:07
Coding on the XRPL Ledger [Session 1/4] with Florent Uzio

2,482 views

2 years ago

Luis Ferreira - Creative Tech
Possibilities of Creative Coding - Webinar

Possibilities of Creative Coding is a webinar i created just a few years after discovering Creative Coding. This was my attempt at ...

1:30:09
Possibilities of Creative Coding - Webinar

2,129 views

5 years ago

ShaunPX1
College Degree  vs. Self Taught Programmer  (What you don't know)

Lets collaborate here: Shaun_p Live Creator Website - https://shaunp.live Discord: https://discord.gg/6QBHjdvZ I'm currently a ...

20:01
College Degree vs. Self Taught Programmer (What you don't know)

72 views

3 years ago

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

7 years ago

Jeff Rose
GAME151 Live Coding #7 (Humber Game Programming)

Jeff continues on with the Vector3 class by explaining operator overloading in detail, testing the Vector3 and Matrix4 classes with ...

52:24
GAME151 Live Coding #7 (Humber Game Programming)

177 views

8 years ago

codingjerk
Zig got better and I almost missed it

Zig 0.15 release review with explanations and examples Voice by @tokisuno **Links:** - Release notes: ...

23:01
Zig got better and I almost missed it

79,560 views

2 months ago

Improbable Matter
How a Computer Works - from silicon to apps

A whistle-stop tour of how computers work, from how silicon is used to make computer chips, perform arithmetic to how programs ...

42:32
How a Computer Works - from silicon to apps

1,943,025 views

5 years ago

Jon Gjengset
Vibe coding complex changes in Rust

Those who have followed me for a while may already know that I'm a bit of an ML Luddite — it's not that I'm opposed to the use of ...

2:59:08
Vibe coding complex changes in Rust

47,173 views

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

84,397 views

2 months ago

NERSC
How to use VS Code on Perlmutter

Wonderful, so yes, we are recording today's session on VS Code for Perlmutter. Thank you all for joining. This is the last event this ...

1:00:40
How to use VS Code on Perlmutter

677 views

1 year ago

Jeff Rose
GAME151 Live Coding #6 (Humber Game Programming)

Jeff begins work on making a top-notch Vector3 class so we can learn to use an MVP matrix to transform between physical space ...

53:44
GAME151 Live Coding #6 (Humber Game Programming)

205 views

8 years ago

Ai Parenting
🧸 Coding and Connection

The myth of the anti-social coding recluse is a lie. Coding is connecting more people than ever. Is coding the new road to ...

1:04:28
🧸 Coding and Connection

9 views

Streamed 4 years ago

Jeffrey Chupp
LSP: Building a Language Server From Scratch

... https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/ - Minimum Viable VS Code Language ...

1:09:08
LSP: Building a Language Server From Scratch

61,119 views

2 years ago

Jon Gjengset
Live-coding a Rust crate for cancellable services

Following the majority vote on a Twitter poll (https://twitter.com/Jonhoo/status/996138086257086464), we're building a Rust crate ...

2:49:11
Live-coding a Rust crate for cancellable services

15,470 views

7 years ago

Jon Gjengset
Implementing and Optimizing a Wordle Solver in Rust

We implement a Wordle solver in Rust based off on the excellent 3blue1brown video on the same topic: ...

6:08:52
Implementing and Optimizing a Wordle Solver in Rust

161,448 views

3 years ago

Jeff Rose
GAME151 Live Coding #12 (Humber Game Programming)

Jeff spends some time refactoring our Assignment3 code into something more reusable for future by introducing the concepts of ...

49:39
GAME151 Live Coding #12 (Humber Game Programming)

202 views

8 years ago

dotconferences
dotJS 2024 - Ben Lesh - Thinking About Your Code: Push vs Pull

We're going to explore a different way of thinking about code. What does it mean for your code to "push"? What does it mean to ...

21:00
dotJS 2024 - Ben Lesh - Thinking About Your Code: Push vs Pull

2,415 views

1 year ago

Alex Demko
Cursor vs Windsurf vs Copilot: Which AI Code Editor Will Change How You Code Forever? 🤯

00:00:20 Why try AI code editors now? 00:02:50 VS Code: first look at Copilot UI 00:05:20 Copilot prompts and code ...

32:33
Cursor vs Windsurf vs Copilot: Which AI Code Editor Will Change How You Code Forever? 🤯

374 views

2 months ago

CodeRefinery
6.3 Modular Code Development - CodeRefinery 2024 Mar

In this live-coding demo session we take a Python script as starting point which reads data, computes simple statistics, and ...

1:19:22
6.3 Modular Code Development - CodeRefinery 2024 Mar

86 views

1 year ago

James Livesey
I Made a Programming Language (Voxel)

In this video, James introduces his brand-new programming language, demonstrates how it works, why he created the language, ...

24:05
I Made a Programming Language (Voxel)

110,397 views

1 year ago