this post was submitted on 30 Dec 2025
6 points (68.8% liked)
Opensource
6435 readers
154 users here now
A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!
⠀
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Just vibes? Is this vibe coded? The readme reads like AI. Why C? If you vibe code, why not use a memory safe language instead? No libs? Why would you create your own parsers? Thats how security nightmares are born. :/ thanks for your contribution though
yeah heard that from my best friend xd idk i thought doing it like that would make it look out does feel ai to some. And why C i am very comfortable with it like i've used it a lot i did my best to make it just an exe and to optimize it and make sure its not the worldest biggest security risk but if there are issues i might not immediately see that that's kinda why i need feedback on it. Hey atleast it launches in under 1 second now that's fast
I can't answer for OP, but:
Hard disagree. I'm a security engineer by training and actually learned C at university among other languages. Most security weaknesses are human error. Therefore most used and therefore read and audited code tends to be the most secure. C is a perfectly reasonable language for low level things like embedded controllers where rust is hard to get. But safer by design is always more reliable than skill or willpower or even experience. So its just not likely that his C code is safer than something written in current technology. I get feeling comfortable in a language, but that should not ignore technological progress. I'm not a fan of all thee rust hype, but in terms of security it is a signifikant leap forward and feels alot like C.
Funny, considering that the embedded chaps adopted it before most of us.
And if it's vibe coded, one probably needs to go with whatever language has more examples over the internet.
thank you for the open opinion and that's why i love open projects you get open opinions and feedback which make it even better
thank you that's how i like that way its simple easy to build and simple makes it better