this post was submitted on 11 Apr 2026
149 points (98.7% liked)

Science Memes

19853 readers
3627 users here now

Welcome to c/science_memes @ Mander.xyz!

A place for majestic STEMLORD peacocking, as well as memes about the realities of working in a lab.



Rules

  1. Don't throw mud. Behave like an intellectual and remember the human.
  2. Keep it rooted (on topic).
  3. No spam.
  4. Infographics welcome, get schooled.

This is a science community. We use the Dawkins definition of meme.



Research Committee

Other Mander Communities

Science and Research

Biology and Life Sciences

Physical Sciences

Humanities and Social Sciences

Practical and Applied Sciences

Memes

Miscellaneous

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] fleck@lemmy.world 2 points 16 hours ago* (last edited 16 hours ago) (1 children)

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

[–] ggtdbz@lemmy.dbzer0.com 1 points 13 hours ago* (last edited 13 hours ago)

Yeah I’ve been involved in stuff on that level by pulling in a library in a university project. But there were higher level research projects going on where they were going into real nitty gritty fine control, I think they had a control model with an obscene number of degrees (as in xth order physical model implemented as a PPIIIIDDD system or whatever). That was a little intuitive since there was a physical process that you can observe.

But the theory is definitely something I’d like to at least understand a little