6/8/2026 at 3:30:35 PM
This is outdated and AI generated.If you want a good source of zig learning material interactive and by examples please check out ziglings: https://codeberg.org/ziglings
It's writen and tested by humans, which is essential for learning purposes. It's listed in the official zig website, by the way.
This project is always up to date to the latest zig release.
by yrds96
6/8/2026 at 3:54:35 PM
well, it also made by the same guy behind the boring go book which probably means that boring go is also most likely AI generatednowadays before reading or buying any book, we need to extensively investigate the author, the author name is now more important than ever, i think whenever a book is shared, the author need to me highlighted
by systems
6/8/2026 at 7:10:46 PM
That guy’s entire post and submission history appears to be listicles and slop.by cgh
6/8/2026 at 4:13:49 PM
> nowadays before reading or buying any book, we need to extensively investigate the authorI mean not really. You read a paragraph or two and notice the quality of the text, start getting suspicious and continue two or three paragraphs more, notice some very basic inconsistencies/incoherence, realize it's AI-written and ctrl+w the tab (or put back the book in the shelf) and move on with your life.
If there is no samples of the book, I'd hesitate to even consider buying it, just so you can actually sample the text. Very easy in bookstores luckily, so not a huge problem in the end.
by embedding-shape
6/8/2026 at 5:00:07 PM
You can just read a paragraph or two of each email, and then decide whether or not to delete them. We don't additional tools to combat spam.by Jblx2
6/8/2026 at 5:15:53 PM
Kind of feels like a slightly different thing, I don't spend days/weeks reading through one email.by embedding-shape
6/8/2026 at 6:11:24 PM
If someone wanted an AI generated Zig tutorial, why wouldn't they go to their favorite LLM supplier and simply prompt the AI for one? Why do we need someone to create this spam ahead of time? LLMs are improving all the time and Zig is a moving target. Seems like a win-win-win. The end-user gets a better (and potentially customized) tutorial for the latest Zig, and there is less overall spam pollution.by Jblx2
6/8/2026 at 6:40:09 PM
I don't have the answers to those questions, and I don't know why I'm being asked those either. I don't like AI-slop either, I don't think anyone except the ones who produce it themselves like it.But ultimately it's a fools errand trying to stop/get people to do something, best you can do is adjust your own approach.
by embedding-shape
6/8/2026 at 5:38:16 PM
we don't pay for emails eitheri think for consumer protection, AI products need to be flagged as AI products, clearly labelled as AI produced or assisted , of course for free goods the burden is on us, but for anything we pay for, I hope we get this protection
by systems
6/8/2026 at 5:07:18 PM
I think this is a major problem with Zig in that they've cornered themselves into not utilizing AI and have attracted anti-AI absolutist crowd that is going to be a major hinderance.As a Rust user, AI has put Rust easily in the hands of developers who were previously intimidated by it. I've learned a ton about Rust simply by fiddling with LLMs and asking questions to other Rust devs who don't really care whether AI is used.
As soon as you give into the mob rule, your existence is going to depend entirely on the ideology of the crowd and you lose the ability to adapt and remain competitive. ex) "modern audience" games from large studios.
by zuzululu
6/8/2026 at 6:44:29 PM
You are free to use AI to write Zig code just not use AI to write code for Zig. In fact, many people already do build software with zig written by AI. Check out rockorager's github.by nafizh
6/9/2026 at 9:48:18 AM
This is not true in any meaningful way. The most widely-used zig project (Ghostty) is very welcoming of AI contributions, and the lead developer of the project uses it heavily.by dpatterbee