You have been zigged (series) : Writing to spawned child process's stdin
In this blog, we will explore how to spawn a child process and write content into its stdin. // sortusingpipe__main.zig const std = @import ( "std" );…
Latest AI & ML news from Tech News
In this blog, we will explore how to spawn a child process and write content into its stdin. // sortusingpipe__main.zig const std = @import ( "std" );…
In this blog we will see how to run a child process from a zig program. There are two std lib functions that allows us to do this - std.process.run() …
Blog no. 05 In this blog, we will explore how to link a zig library statically and dynamically. First lets create a library that contains a function m…
Blog no. 01 Introduction So recently I watched the YouTube videos of Andrew Kelly ( link-1 , link-2 ) and became a fan of zig. I tried the ziglings ex…
Log files are the debugging reality of production systems. You stare at them daily, curse the noise, and grep until your eyes bleed. The problem? Most…
Agent-first язык программирования звучит как хорошая идея, да? В конце концов, агентам не нужны фигурные скобки. Им не нужна красота if , while , for …
There are plenty of times you want to delegate "let this request through, or block it" to a wasm filter inside Envoy. API gateways, service mesh bound…
Hello again, everyone! It's Owen. 👋 Back in March, I posted about how I over-engineered my first project by building a hybrid Zig + TypeScript cache e…