ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

192 results

Tom Delalande
Claude Code Agents Are Completely Useless

Claude Code made a C compiler. And it's completely useless Sean Barrett: https://youtube.com/@SeanTBarrett.

8:19
Claude Code Agents Are Completely Useless

117,637 views

11 days ago

BT Free
Alexandre Oliva explains what a "Compiler" is

Full video: https://tubefree.org/w/faD93wn8B59HCsydCseVfN Clip done using PeerTube-Clipper-GTK ...

1:11
Alexandre Oliva explains what a "Compiler" is

18 views

13 days ago

Some SegFault
A demo attempt on writing C code with cross compiling in mind (For Windows and Linux)

First Video..... Entire video is done on GNU/Linux. One things I also want to mention is that libc is also a library which serves as a ...

4:19
A demo attempt on writing C code with cross compiling in mind (For Windows and Linux)

32 views

13 days ago

PyCon JP
Day2 Dahlia2 6 Programming Lessons from Japanese Poetry

... in the explicit way we are uh we are explicitly telling the compiler uh to open the file in read mode and with UTF8 encoding uh in ...

24:13
Day2 Dahlia2 6 Programming Lessons from Japanese Poetry

21 views

2 weeks ago

The Debug Zone
Do Java 8 Compilers optimize Static Methods on an Interface as "Final?"

Today's Topic: Do Java 8 Compilers optimize Static Methods on an Interface as "Final?" Thanks for taking the time to learn more.

1:22
Do Java 8 Compilers optimize Static Methods on an Interface as "Final?"

1 view

7 days ago

Missing Semester
Lecture 9: Code Quality

You can find the lecture notes and exercises for this lecture at https://missing.csail.mit.edu/2026/code-quality/ 0:00:00 ...

1:15:14
Lecture 9: Code Quality

2,738 views

7 days ago

Andy Balaam
Billion row challenge: parsing temperatures fast(ish)

I watched Jon Gjengset taking on the one billion row challenge[1] and got interested in one small corner of it: parsing ...

1:55:10
Billion row challenge: parsing temperatures fast(ish)

89 views

7 days ago

Fastcode OSE
Highway to Performance -- Portable C++ SIMD

(By Jan Wassenberg) Modern CPUs offer significant speedups through Single Instruction, Multiple Data (SIMD), but accessing this ...

58:34
Highway to Performance -- Portable C++ SIMD

34 views

2 weeks ago

Kemal Akkoyun
FOSDEM 2026 - How to instrument Go without changing a single line of code

Zero-touch observability for Go is finally becoming real. In this talk, we'll walk through the different strategies you can use to ...

30:29
FOSDEM 2026 - How to instrument Go without changing a single line of code

272 views

2 weeks ago

Refactoring Bitcoin
This Engineer replaced 30 Lines with just 7!

You won't believe what happened next! No raw loops! No local variables! That is not a rotate!

15:20
This Engineer replaced 30 Lines with just 7!

161 views

7 days ago

Jonas Devlieghere
WebAssembly Debugging with LLDB

WebAssembly support in Swift started as a community project and became an official part of Swift 6.2. As Swift on WebAssembly ...

18:25
WebAssembly Debugging with LLDB

56 views

2 weeks ago

MUCplusplus
[MUC++] Daisy Hollman - Crafting the Code You Don't Write: Sculpting Software in an AI World

Note from the organizers: Apologies for the poor audio quality, we had some problems with our streaming microphone at this ...

2:07:24
[MUC++] Daisy Hollman - Crafting the Code You Don't Write: Sculpting Software in an AI World

194 views

3 weeks ago

Code is Communication
0x00 How Code is Communication

In our first episode, we give an overview of what we are talking about, when we say, that code is communication. It's neither ...

26:07
0x00 How Code is Communication

44 views

2 weeks ago

Roel Van de Paar
The argument for my for loops is being called a tuple by my computer, but not by other compilers

The argument for my for loops is being called a tuple by my computer, but not by other compilers Helpful? Please use the ...

2:34
The argument for my for loops is being called a tuple by my computer, but not by other compilers

7 views

13 days ago

Roel Van de Paar
What compiler will be chosen by meson.get_compiler('c') on a system with multiple C compilers?

What compiler will be chosen by meson.get_compiler('c') on a system with multiple C compilers? Helpful? Please use the ...

1:21
What compiler will be chosen by meson.get_compiler('c') on a system with multiple C compilers?

26 views

2 weeks ago

Missing Semester
Lecture 6: Packaging and Shipping Code

You can find the lecture notes and exercises for this lecture at https://missing.csail.mit.edu/2026/shipping-code/ 0:00:00 ...

1:03:35
Lecture 6: Packaging and Shipping Code

1,984 views

7 days ago

MUCplusplus
[MUC++] Artemy Pestretsov - Debugging constexpr Evaluation

Modern C++ keeps pushing more logic into constexpr/consteval: parsers, tables, DSLs, hashing -- code with branches, state, and ...

50:22
[MUC++] Artemy Pestretsov - Debugging constexpr Evaluation

190 views

2 weeks ago

The Debug Zone
Compiler option to catch unassigned r-values

Today's Topic: Compiler option to catch unassigned r-values Thanks for taking the time to learn more. In this video I'll go through ...

1:36
Compiler option to catch unassigned r-values

0 views

8 days ago

Refactoring Bitcoin
Stepanov's Advice

We start with an introduction to concepts, look at how they are used in the C++20 ranges library and then look out at what ...

30:00
Stepanov's Advice

52 views

7 days ago

Scales and Ladders
Scales and Ladders - PCAP - OOP

Repository: https://github.com/ scales-and-ladders/python-pcap-notes 0:00 Introduction 0:15 Repository 0:43 OOP Folder 1:34 ...

3:27
Scales and Ladders - PCAP - OOP

77 views

3 weeks ago

Sean Barrett
nothings|stb programming stream 004

archived stream from https://twitch.tv/nothings2 2026-02-14 Voxel Fridays supplement 2.

3:16:42
nothings|stb programming stream 004

1,968 views

11 days ago

The Debug Zone
Move constant object without compiler warning

Today's Topic: Move constant object without compiler warning Thanks for taking the time to learn more. In this video I'll go through ...

1:23
Move constant object without compiler warning

13 views

2 weeks ago

Peter Schneider
Softwareengineering: Is Google Closure a true compiler?

Is Google Closure a true compiler? I hope you found a solution that worked for you :) The Content is licensed under ...

4:31
Softwareengineering: Is Google Closure a true compiler?

5 views

3 weeks ago

Roel Van de Paar
Reduce MSVC compiler executable size?

Reduce MSVC compiler executable size? Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

1:46
Reduce MSVC compiler executable size?

7 views

2 weeks ago

Peter Schneider
Retrocomputing: Can BCC (Bruce's C Compiler) fit into 64 KiB of 16-bit x86 code?

Can BCC (Bruce's C Compiler) fit into 64 KiB of 16-bit x86 code? I hope you found a solution that worked for you :) The Content is ...

2:54
Retrocomputing: Can BCC (Bruce's C Compiler) fit into 64 KiB of 16-bit x86 code?

3 views

3 weeks ago