MoreRSS

site iconLoris CroModify

VP of Community at the Zig Software Foundation and the host of Zig SHOWTIME
Please copy the RSS to your reader, or quickly subscribe to:

Inoreader Feedly Follow Feedbin Local Reader

Rss preview of youtube of Loris Cro

Raytracing in a Weekend in Zig - Day 3 (end)

2025-07-29 21:22:19


https://github.com/kristoff-it/kristRTX

Raytracing in a Weekend in Zig - Day 2

2025-07-28 20:18:09


https://github.com/kristoff-it/kristRTX

Raytracing in a Weekend in Zig - Day 1

2025-07-27 21:35:44


https://github.com/kristoff-it/kristRTX

[#42] Asynchrony is NOT Concurrency! - Loris Cro & Andrew Kelley

2025-07-22 03:48:36


https://kristoff.it/blog/asynchrony-is-not-concurrency/

Zig Roadmap 2026

2025-07-04 14:29:14


Support ZSF with a small recurring donation:
https://www.every.org/zig-software-foundation-inc
https://github.com/sponsors/ziglang


0:00 Intro
2:20 package manager
5:30 Zig native x86 backend vs LLVM
11:30 zig cc ubsan traces
19:40 labeled switch
26:50 new targets
33:50 file system watching
41:15 incremental
47:30 new translate-c
51:05 aarch64 backend
1:00:50 I/O as an interface - async/await
1:24:10 native fuzzing
1:31:00 community mirrors
1:32:55 Software You Can Love Vancouver 2026
1:34:40 Zig Days
1:39:30 Zigtoberfest
1:41:00 Q&A

Packages, Modules, Dependencies - Zig Build System Basics

2025-05-27 22:34:15


https://ziglang.org/learn/build-system/
https://github.com/kristoff-it
https://github.com/allyourcodebase
https://zig.day
https://www.twitch.tv/kristoff_it

0:00 Intro
0:25 Basics
1:24 Zig Package
4:38 Declaring Zig Modules
6:30 Declaring Executables
11:31 Adding Dependencies