Take off every Zig!
I swear I didn't put that bug there
All private interactions must abide by the code of conduct.
zig-okredis
Zero-allocation Client for Redis 6+
Zig • 121 stars
bork
A TUI chat client tailored for livecoding on Twitch.
Zig • 94 stars
"Hello Zig" is a chunk of memory inside the .rodata of your e...
Jun 26
The reason why strings behave like this is because of interni...
Jun 25
you have to make a C wrapper
Jun 14
If the underlying stream is already buffered then of course a...
May 31
That's an amazing write up, thanks for sharing! WRT the poin...
May 28
Understood, makes sense, thanks for the clarification.
May 20
Thank you for sharing! Have you considered using Zig's async...
Does not force you to use some awkward character double-buff...
May 13
I don't know yet for sure. I'll try to record talks on a best...
Apr 1
Thanks for the writeup! Pointers have their own "const-nes...
Mar 16
Now it isn't clear to me what the restriction on read is (so...
Thank you for the article! If you want, consider putting par...
Mar 7
Cliffhanger ending, nice :^)
Feb 28
Nice! This is the same design idea behind std.event.Loop.runD...
Feb 27
We don't know yet how the Zig standard library should look li...
Feb 1
There's a very long list for sure. Off of the top of my head:...
Jan 27
Hello C-BJ, I see that you compiled a nice list of Zig resour...
Jan 25
Yes, jemalloc is the depedency that makes Redis technically a...
thanks, fixed!
Jan 21
Wow, neat article and also very clean integration with Lua, t...
Jan 11
Thanks for sharing! I didn't know that tcsetattr can also flu...
Jan 6
It's a matter of philosophy: in Zig the programmer is expecte...
Jan 3
Uh, if that's the case I'm sorry, you got bad information.
Nov 24 '21
The command itself doesn't, but builds in Zig are expressed d...
Nope! github.com/alexnask/interface.zig
Maybe you've already thought of this, but my main recommendat...
Nice job Felix, thanks. I'm sure this series will be useful t...
Nov 22 '21
I've seen somebody make this work, it required adding a tiny ...
Nov 17 '21
Thank you for sharing! Looking forward to see more Zig dev in...
Nov 8 '21
Reading some examples in the standard library it seems that t...
Nov 3 '21
Zig SHOWTIME is going to host a Zig RUSH and Andrew is going ...
Great post, thank you!
Thank you for the post. It's also worth pointing out that int...
Nov 1 '21
Perhaps the answer is disappointing Kinda, yeah, lol.
Oct 9 '21
Congrats for publishing the first #showcase article on zig.ne...
Sep 19 '21
Oh would you look at that, a new version of unicode just got ...
Sep 16 '21
Amazing series & a good reminder that I have some janky t...
This series is amazing, keep it up!
Sep 14 '21
That header image, chef's kiss
Sep 13 '21
Yay, thank you very much for this post, definitely needed and...
Amazing post King, thank you for sharing your thoughts and fo...
Sep 12 '21
I've never done a Crafting Interpreters run, but I'm happy to...
Sep 8 '21
Looking forward to seeing the performance of a multi-pi setup...
Sep 3 '21
I think yes, on Google Fonts it has a slightly different name...
Sep 2 '21
Great job, thanks for taking the time to write this explanati...
Aug 30 '21
The interface is meant to give you syntax sugar to make it fe...
Aug 23 '21
Ah yes, good catch, thanks!
Aug 16 '21
Fixed, thank you very much!
Aug 12 '21
Uh, interesting, I'll investingate a little bit and edit the ...
Aug 9 '21
Thanks!
Aug 4 '21
Feel free to do whatever you prefer. Forem has support for se...
Aug 3 '21
All 53 comments
When a var really isn't a var (ft. String Literals)
"Hello Zig" is a chunk of memory inside the .rodata of your e...
When a var really isn't a var (ft. String Literals)
The reason why strings behave like this is because of interni...
Extend a C/C++ Project with Zig
you have to make a C wrapper
How to Add Buffering to a Reader / Writer in Zig
If the underlying stream is already buffered then of course a...
Porting my game to the web
That's an amazing write up, thanks for sharing! WRT the poin...
A simple async task library
Understood, makes sense, thanks for the clarification.
A simple async task library
Thank you for sharing! Have you considered using Zig's async...
Easily create TUI programs with zig-spoon! (project demonstration)
Does not force you to use some awkward character double-buff...
Zig MiLAN PARTY 2022: Final Info & Schedule
I don't know yet for sure. I'll try to record talks on a best...
Zig's var and const for JavaScript devs
Thanks for the writeup! Pointers have their own "const-nes...
Understanding comptime var
Now it isn't clear to me what the restriction on read is (so...
So where is my stuff stored ? - Part 2
Thank you for the article! If you want, consider putting par...
So where is my stuff stored ? - Part 1
Cliffhanger ending, nice :^)
Cool Zig Patterns - Stable Main Loop
Nice! This is the same design idea behind std.event.Loop.runD...
Zig Projects: An Ideas Discussion
We don't know yet how the Zig standard library should look li...
Zig Projects: An Ideas Discussion
There's a very long list for sure. Off of the top of my head:...
I created a Zig learning & usage guide
Hello C-BJ, I see that you compiled a nice list of Zig resour...
Extend a C/C++ Project with Zig
Yes, jemalloc is the depedency that makes Redis technically a...
Sharing Data between Zig and Swift
thanks, fixed!
zoltan: a minimalist Lua binding
Wow, neat article and also very clean integration with Lua, t...
Want to create a TUI application? - The Basics of "Uncooked" Terminal IO
Thanks for sharing! I didn't know that tcsetattr can also flu...
Test, test, are we live?
It's a matter of philosophy: in Zig the programmer is expecte...
Zig Support for IntelliJ
Uh, if that's the case I'm sorry, you got bad information.
Zig Support for IntelliJ
The command itself doesn't, but builds in Zig are expressed d...
zig build explained - part 3
Nope! github.com/alexnask/interface.zig
Zig Support for IntelliJ
Maybe you've already thought of this, but my main recommendat...
zig build explained - part 3
Nice job Felix, thanks. I'm sure this series will be useful t...
Setting up Visual Studio Code for writing Zig
I've seen somebody make this work, it required adding a tiny ...
Low(ish) Level GPIO on the Raspberry Pi with Zig
Thank you for sharing! Looking forward to see more Zig dev in...
Faster Interface Style
Reading some examples in the standard library it seems that t...
Zig monthly, October 2021: Games, gamedev, Elixir, tools & more
Zig SHOWTIME is going to host a Zig RUSH and Andrew is going ...
Faster Interface Style
Great post, thank you!
How to use the random number generator in Zig
Thank you for the post. It's also worth pointing out that int...
Using Zig and Translate-C to understand weird C code
Perhaps the answer is disappointing Kinda, yeah, lol.
IUP for Zig
Congrats for publishing the first #showcase article on zig.ne...
Unicode String Operations
Oh would you look at that, a new version of unicode just got ...
Unicode String Operations
Amazing series & a good reminder that I have some janky t...
Ziglyph Unicode Wrangling
This series is amazing, keep it up!
Code Coverage for Zig
That header image, chef's kiss
Unicode Basics in Zig
Yay, thank you very much for this post, definitely needed and...
Resource efficient Thread Pools with Zig
Amazing post King, thank you for sharing your thoughts and fo...
Crafting an Interpreter in Zig - part 2
I've never done a Crafting Interpreters run, but I'm happy to...
Try some Beetle Pi: Up and running with TigerBeetle on a Raspberry PI 4
Looking forward to seeing the performance of a multi-pi setup...
One weird trick to improve your article and more stuff
I think yes, on Google Fonts it has a slightly different name...
Interfaces in Zig
Great job, thanks for taking the time to write this explanati...
Struct of Arrays (SoA) in Zig? Easy & in Userland!
The interface is meant to give you syntax sugar to make it fe...
What's undefined in Zig?
Ah yes, good catch, thanks!
How to Add Buffering to a Reader / Writer in Zig
Fixed, thank you very much!
What's a String Literal in Zig?
Uh, interesting, I'll investingate a little bit and edit the ...
Test, test, are we live?
Thanks!
Test, test, are we live?
Feel free to do whatever you prefer. Forem has support for se...