con_fig

u/con_fig@programming.dev
0 posts · 87 comments

Recent posts

No posts.

Recent comments

As someone who works in industrial automation, you're completely going overboard with this.

I can almost guarantee that this goes to a pulse counter. Car drives over, induction coil gets activated and a pulse is output to a counter.

The sheer cost of putting in a PLC to get the high sample rate required to analyse a car is enough to make it extremely unlikely. Not to mention the requirements and costs of the sensor go way way up.

It's just an automated counter, nothing more.

on snipping tool · c/onehundredninetysix · 11 pts · 195d

Ooh isn't this the same issue that fucked up terminal? Something store related that took other apps as collateral.

I am primarily an embedded software engineer. However every now and again I have to write small web apps, having a CSS framework allows me to style it with pre-made classes saving me a boatload of work and learning and having the result look good.

After weeks of debugging and a million things tried, finally fixed a bug that ended up being an off-by-one error. Had to turn < into <=. Debugging embedded devices can be hard...

edit: the chaos caused by the error was of course completely unrelated to the process, caused a full watchdog timeout