

I really noticed it when instead of thinking how to solve X, my mind started phrasing a prompt to ask how to solve X instead, does that make sense? I found this to be a dangerous, almost evil thing, and I’m sure it is the same with my coworkers, or they just don’t like to admit it. I still do this sometimes but am giving my best to unlearn it. And the crazy thing is, I did not even use it that much, only very occasionally, similar to what you mentioned you do. I do not wish to know how cooked the brains of “vibe coders” are by now…











PIDs for can be very fun. And essentially its just 5 or so lines of code, which is something I wish they told us in uni (instead, it was mostly theory, as in the meme). I recently built a kiln which goes to 1000-something °C with a PID controller and I just set the parameters by vibes, not even some formal method. And it just works. So here is my resource: The (bit messy) controller code for my oven The code is obviously a bit more than those few lines, but I just wanted to say that the implementation is very simple, which I would have liked to know when I started out with this.
Edit: just found a bug after looking at the code again haha, so thank you :D