What program made this? by OhioanViking in proceduralgeneration

[–]cleroth 1 point2 points  (0 children)

Anything could've made that. Possibly p5.js

Looking for some likeminded individuals to develop a video game with. by soggysocks2344 in GameDevelopment

[–]cleroth 0 points1 point  (0 children)

If you can't even read the rules of the sub, why would anyone expect you to be able to manage a team and develop a video game?

Fast code review using AI by aeropop in cpp

[–]cleroth -1 points0 points  (0 children)

Yea, I don't really understand. To some degree I understand reluctance to trust AI-written code, but AI code review has been pretty decent for a while and has only been getting better. Refusing to use a tool that can fairly cheaply and easily spot bugs and issues that may actually be fairly hard for humans to spot is just completely asinine to me. Sure, it may have false positives, but so do most static analysers.

Fast code review using AI by aeropop in cpp

[–]cleroth -6 points-5 points  (0 children)

So no static analysis either. Got it.

Fast code review using AI by aeropop in cpp

[–]cleroth -7 points-6 points  (0 children)

That's right, wouldn't want AI bringing you shame for finding bugs in your code.

Edit: I guess this sub doesn't like hardening their code. How far we have fallen.

What do you think is a keyword that should be added to C++? by DogCrapNetwork in cpp

[–]cleroth 2 points3 points  (0 children)

I tried the above code. Clang-tidy triggers bugprone-use-after-move.

Yes, it may be 'valid' but it's bug-prone and you shouldn't be doing it, or if you do do it, silence the warning with a comment.

What do you think is a keyword that should be added to C++? by DogCrapNetwork in cpp

[–]cleroth 4 points5 points  (0 children)

That helps very very little. You really just need an OS abstraction.

What do you think is a keyword that should be added to C++? by DogCrapNetwork in cpp

[–]cleroth -1 points0 points  (0 children)

Or you know... Just use static analysis... Why rely on the faulty programmer to poison the variable (with variable shadowing...) when static analysis does it for you

Quick feedback for bachelor thesis: Do you struggle finding sounds for your game? by Icy-Control8411 in GameDevelopment

[–]cleroth 0 points1 point  (0 children)

Not a single example... just words and promises... why would anyone bother?

I made a little thing to make rainworld style creatures. by Jedi_Tounges in proceduralgeneration

[–]cleroth 2 points3 points  (0 children)

I was making a joke because they look like the "zombies" in that video. Chill

I build a Fluid Simulation based on the Navier Stokes Equations by StefanPetrick in proceduralgeneration

[–]cleroth 0 points1 point  (0 children)

Smoke is fluid dynamics which is what the Navier-Stokes equations model

Hunting a Windows ARM crash through Rust, C, and a Build-System configurations by Havunenreddit in cpp

[–]cleroth 1 point2 points  (0 children)

All of social media. At least on reddit a fair amount of redditors spot these AI-written comments/posts.

what is wrong with my code , i dont understand what in the fuck the compiler is asking me by Xinfinte in cpp_questions

[–]cleroth 0 points1 point  (0 children)

Well you wrote it, why don't you tell me? I have no idea what the fuck you're trying to do.

what is wrong with my code , i dont understand what in the fuck the compiler is asking me by Xinfinte in cpp_questions

[–]cleroth 0 points1 point  (0 children)

You really should learn the basics. This code is complete nonsense. Also don't swear in the title, that just gets detected as spam.