Whenever I hear anything about Zig it seems to be drama. Very bizarre, will avoid.
Zigbook Is Plagiarizing the Zigtools Playground
141–150 of 156 posts
Re: Zigbook Is Plagiarizing the Zigtools Playground
#142Re: Zigbook Is Plagiarizing the Zigtools Playground
#143Plagiarism is a moral wrong. But copyright infringement is a legal wrong (a civil liability). Is what they're doing infringing on a copyrighted work? Or does it fail to uphold license terms? Many open source licenses have some amount of attribution as a requirement, so that'd be something to consider.
Re: Zigbook Is Plagiarizing the Zigtools Playground
#144I quickly found https://ziglang.org/learn/, and the guide is great. For ziglings, make sure you're on the latest dev build (as it says in the README)! (Edit: or get the tagged release for the version you have!)
Re: Zigbook Is Plagiarizing the Zigtools Playground
#145Whenever I hear anything about Zig it seems to be drama. Very bizarre, will avoid.
Re: Zigbook Is Plagiarizing the Zigtools Playground
#146I decided to start learning Zig this past week, and typing in "zig book" to a search engine led me to that project. After a handful of pages, I had no clue what was going on and couldn't follow it (that said, I am new). I quickly found https://ziglang.org/learn/ , and the guide is great. For ziglings, make sure you're on the latest dev build (as it says in the README)! (Edit: or get the tagged release for the version…
Re: Zigbook Is Plagiarizing the Zigtools Playground
#147Earlier quoted context omitted.
It's unbelievable to me that Github allows repo admins to edit other people's comments.
That's a useful feature for long-running issues to include updates in the opening post. Or to improve formatting when a bug reporter isn't familiar with markdown. And that it shows in the edit history should at least discourage abuse.
I once had someone request a feature and they became quite aggressive after I declined it. I essentially told them to fuck off[1] and that was the end of it. A few months after this he strategically edited and deleted some comments to make it appear I was just insulting them for no reason and then started posting on HN and Lobsters what an asshole I was. Back then, there was no real indication of their manipulation.
[1]: In part because he was already a known troll. Well, maybe troll isn't the right word, but he does have a history of mass-reporting hundreds of feature requests across hundreds of repos, to the point where it's basically just spam. He's been banned from Github many times over this, but just keeps creating new accounts and it all starts over again.
Re: Zigbook Is Plagiarizing the Zigtools Playground
#148Earlier quoted context omitted.
Sorry, this sounds like the absolutely worst idea ever. The way to kill open source as such. Sloppy PRs will end when the idiot HRs release there is no value in them. Plagiarism isn't really anything new and AI doesn't really change much there. But adding friction to examining source is a sure way to make no one care to contribute.
Honest question, what are "HR"s? I only know that acronym for "Human Resources" and I don't understand how that has anything to do with code contribution
Activity on github - must be a productive programmer. Have a thousand issues open - definitely a hire. I'm not talking about the Valley, but in India, as well as some some backwaters in the West that's how it seems to be. Talk about misaligned incentives.
Re: Zigbook Is Plagiarizing the Zigtools Playground
#149Earlier quoted context omitted.
The responds and edits are simply unprofessional and immature. I don't hate AI and in fact I use it for many research based tasks, helping me narrowing a lot of tough topics, but it is the People with these kind of attitude turns me off.
I don't mid the immature part, they are hate fueled. The ableism is disgusting.
Either way, ableism or simply abusive behavior, both lacks respect, honestly and responsibility, which is a sign of immature behavior. Mature people can be playful, but they know when to act in the correct time, and definitely not in something that lead to a huge PR disaster.
Thus, being immature is the root cause of all these bad behaviors, including discrimination.
Re: Zigbook Is Plagiarizing the Zigtools Playground
#150Earlier quoted context omitted.
I haven't dug deep but it seems Zig's Wasm target does support SIMD. > WebAssembly portable SIMD intrinsics https://codeberg.org/ziglang/zig/src/branch/master/lib/inclu...
The issue is I think that code is based on LLVM and and I am not sure the self-hosted Zig compiler that runs well in Wasm can do it.