Swizec / thaw-carrots

Thaw carrots by warming up your laptop to a specific temperature
MIT License
135 stars 5 forks source link

more stable temperature control with PID loop #1

Open Manawyrm opened 6 years ago

Manawyrm commented 6 years ago

for high-precision heating, something like https://gist.github.com/DzikuVx/f8b146747c029947a996b9a3b070d5e7 could be used to accurately control the CPU temperature :-)

Swizec commented 6 years ago

Today I Learned what's a PID controller! This looks amazing.

Gonna have to try it over the weekend.

I've also noticed that sometimes the cpu eating processes finish before the carrots are thawed. When that happens, we aren't clearing the children array, which means we can't start new processes. The computer cools down.

Manawyrm commented 6 years ago

Just put your macbook into a pot with water and use it for sous vide meat cooking :-)