Login
Discover
Waves
Communities
Login
Signup
Topics
#zig
Global
Trending
Hot
New
Top
#zig
Hot
Top communities
Create your community
latest #zig hot topics on internet
scipio
StemSocial
2026-05-31 16:49
Learn Zig Series (#65) - Pipes and Inter-Process Communication
Learn Zig Series (#65) - Pipes and Inter-Process Communication What will I learn How anonymous pipes work for connecting parent and child process I/O; How named pipes (FIFOs) let unrelated processes
$ 0.511
14
scipio
StemSocial
2026-05-30 20:03
Learn Zig Series (#64) - Process Management: Fork, Exec, Wait
Learn Zig Series (#64) - Process Management: Fork, Exec, Wait What will I learn How the Unix process model works: fork creates a copy, exec replaces it, wait collects results; How to use std.process.Child
$ 1.176
20
scipio
StemSocial
2026-05-29 19:56
Learn Zig Series (#63) - File Watching: Detecting Changes
Learn Zig Series (#63) - File Watching: Detecting Changes What will I learn Why polling for file changes wastes CPU and how event-based watching solves it; How Linux's inotify API works: watches, events,
$ 1.283
22
scipio
StemSocial
2026-05-28 20:04
Learn Zig Series (#62) - File Systems: Reading Directories and Metadata
Learn Zig Series (#62) - File Systems: Reading Directories and Metadata What will I learn How to open and iterate directories with std.fs.Dir and the iterator API; How to read file metadata: size, timestamps,
$ 1.103
16
onemoretea
Actifit
2026-05-30 21:15
Promoted
Waiting for Departure - My Actifit Report Card: May 30th, 2026
Welcome to Liquid Eye’s Actifit Blog Saturday ☀️ 11796 Off to London today, and it was far more exhausting than expected, because starting at BER, nothing flew or ran as it should have. After my flight
$ 2.273
279
1
scipio
StemSocial
2026-05-27 16:25
Learn Zig Series (#61) - Assembler: Disassembler and Binary Inspector
Learn Zig Series (#61) - Assembler: Disassembler and Binary Inspector Project G: Assembler/Disassembler (3/3) What will I learn How to read a binary file and decode instructions back to human-readable
$ 0.841
24
scipio
StemSocial
2026-05-26 19:49
Learn Zig Series (#60) - Assembler: Two-Pass Assembly
Learn Zig Series (#60) - Assembler: Two-Pass Assembly Project G: Assembler/Disassembler (2/3) What will I learn How assembly language text syntax works: MOV R0, 42, label: ADD R1, R2, comments, and blank
$ 1.088
22
scipio
StemSocial
2026-05-25 20:17
Learn Zig Series (#59) - Assembler: Instruction Encoding
Learn Zig Series (#59) - Assembler: Instruction Encoding Project G: Assembler/Disassembler (1/3) What will I learn How to design a minimal instruction set architecture (ISA) with MOV, ADD, SUB, MUL, CMP,
$ 0.916
23