
Does this only affect Windows or are Linux, macOS and the BSDs affected too?
Sorry, I'll get off my hobby horse now ;)
63 publicly visible posts • joined 19 Feb 2020
I don't think these are smart bulbs though. You control them via ZigBee with a battery powered remote, or an internet connected box which does the same things as the remote. The bulbs themselves are dumb. The gateway box is the closest thing to a smart device, and even if the vendor pulls the plug you can still control the bulbs over ZigBee.
Any good recommendation for an alternative host for a Python WSGI application? I looked at AWS lambda in the past but it appears to start the app fresh for every single request, which sounds like a bad idea. I could host it myself on a VPS, but I'd like something more managed like Heroku was.