Hendrik

Results 30 comments of Hendrik

It would be great if it could handle multiple lux sensors, one outside and one inside for each integration entry to see the differences and adapt your indoor lighting to...

This specifically only looks for the raspi keyboard and mouse.

Ive rewritten it with io_uring and it still works, on a rpi 400 though.

> Startup works by creating a scheduled task in the Windows Task Scheduler. Mind taking a look at the underlying task? that doesn't work with windows 11. you mustn't use...

Looking forward to it, tried to write a TNetString parser/dumper, at the optimization state the compiler throws a illegal machine instruction exception when i don't immediately return from a type...

Cannot write a repro, don't even have the code in my backups :/ It's most likely because i am using a beta version of Xcode.

that's correct and documented behavior. A sub socket only sees messages after it has successfully connected to a pub socket. To synchronize state you'd have to also create another type...

This is apparently how libuv does it: https://github.com/libuv/libuv/blob/master/src/win/detect-wakeup.c

this looks a race condition, you send before you recv on a pub sub pair. you have to wait a little before sending a message or the receiver will never...