Earlier quoted context omitted.
[flagged]
[flagged]
Zig Libc
91–100 of 196 posts
Re: Zig Libc
#92I’m sure this has crossed someone’s mind but why isn’t this called zlibc? :-)
Re: Zig Libc
#93Earlier quoted context omitted.
> against the will of our elected officials Did you mean your local officials?
In the Federal model of US government, state authority overrides centralized government except in the explicit cases enumerated by the Constitution. So yes, of course they mean their local officials, because in this case there isn’t an explicit line in the Constitution explaining why the feds are allowed to invade Minnesota.
Re: Zig Libc
#94Earlier quoted context omitted.
[flagged]
[flagged]
Republicans say that abortions are murder, but often also that prisoner executions are fine. Democrats tend to be in favor of abortions, but not of the death penalty.
I'm not making a moral judgement here, but I do want to ask. Is it just politics you don't agree with that you don't want Andrew to express?
Re: Zig Libc
#95"Abolish ICE" at the bottom. Obviously a Bad Bunny fan, as I am.
Re: Zig Libc
#96Re: Zig Libc
#97Re: Zig Libc
#98"Abolish ICE" at the bottom. Obviously a Bad Bunny fan, as I am.
The very same day I sat at home writing this devlog like a coward, less than five miles away, armed forces who are in my city against the will of our elected officials shot tear gas, unprovoked, at peaceful protestors, including my wife. https://www.kptv.com/2026/01/31/live-labor-unions-rally-marc... This isn't some hypothetical political agenda I'm using my platform to push. There's a nonzero chance I go out there n…
Re: Zig Libc
#99"Abolish ICE" at the bottom. Obviously a Bad Bunny fan, as I am.
The very same day I sat at home writing this devlog like a coward, less than five miles away, armed forces who are in my city against the will of our elected officials shot tear gas, unprovoked, at peaceful protestors, including my wife. https://www.kptv.com/2026/01/31/live-labor-unions-rally-marc... This isn't some hypothetical political agenda I'm using my platform to push. There's a nonzero chance I go out there n…
Re: Zig Libc
#100Super cool project. I expect a lot of C code may be quite mechanically translated to Zig (by help of LLMs). Unlike C->Rust or C->C++, where there's more of a paradigm shift.
There's solid reason for the translation here; the Zig core team is aiming to eliminate duplicated code and C functions, and avoid the need to track libc from multiple sources. In the future, LLMs could serve as part of this, but they are currently quite terrible at Zig (as far as I understand it, it's not a lack of Zig code samples, it's an imbalance of OLD Zig to NEW Zig, as Zig changes quite frequently). You would…
hard disagree (example elsewhere)