HackerTrans
トップ新着トレンドコメント過去質問紹介求人

ManDeJan

no profile record

投稿

Kartoffels: Programming game where you write firmware for potatoes

kartoffels.pwy.io
2 ポイント·投稿者 ManDeJan·2 年前·0 コメント

コメント

ManDeJan
·2 か月前·議論
This is very exciting to me
ManDeJan
·6 か月前·議論
Kudos to the Sansec team for manually verifying the results and not flooding maintainers with AI generated bug reports
ManDeJan
·12 か月前·議論
How does this work with interrupts, say in an embedded context, that execute on the current stack, and that may in some cases, be interrupted themselves. Do you add the maximum stack depth of all interrupt routines that could go off at the same time?
ManDeJan
·2 年前·議論
'd you be interested in sharing the discord? :)

I try every year to optimize for speed in zig: https://github.com/ManDeJan/advent-of-code
ManDeJan
·2 年前·議論
I read the firmware, it's build with the Arduino IDE and PWM for the heater element is bitbanged and updated from the main loop. Meaning it can easily get stuck sending a MQTT message over wifi when it loses connection, causing the heater to possibly be left on indefinitely.
ManDeJan
·2 年前·議論
A neat project for sure but as it stands this has major safety issues. The control logic is able to lock up and keep the boilers heating element in an forever "on" state till something snaps. I couldn't find a mention of safety in the manual nor see any mechanical safety failsafes in case of overheating.