#zigUnmoderated tagAll postsTrending CommunitiesWorldmappinHIVE CN 中文社区SplinterlandsActifitHive FoodPhotography LoversHive LearnersBlack And WhiteGEMSHive GamingLeoFinanceLifestyleExplore Communities...#zigTrendingHotNewPayoutsMutedscipio (69)in StemSocial • 19 hours agoLearn Zig Series (#64) - Process Management: Fork, Exec, WaitLearn 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…scipio (69)in StemSocial • 2 days agoLearn Zig Series (#63) - File Watching: Detecting ChangesLearn 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…scipio (69)in StemSocial • 3 days agoLearn Zig Series (#62) - File Systems: Reading Directories and MetadataLearn 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;…scipio (69)in StemSocial • 4 days agoLearn Zig Series (#61) - Assembler: Disassembler and Binary InspectorLearn 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…scipio (69)in StemSocial • 5 days agoLearn Zig Series (#60) - Assembler: Two-Pass AssemblyLearn 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…scipio (69)in StemSocial • 6 days agoLearn Zig Series (#59) - Assembler: Instruction EncodingLearn Zig Series (#59) - Assembler: Instruction Encoding Project G: Assembler/Disassembler (1/3) What will I learn How to design a minimal instruction set…scipio (69)in StemSocial • 7 days agoLearn Zig Series (#58) - ECS Game Engine: Terminal RenderingLearn Zig Series (#58) - ECS Game Engine: Terminal Rendering Project F: ECS Game Engine Core (4/4) What will I learn You will learn how to define a Sprite component…