You share the same frustration that I any many others also have. Google absolutely jumped the gun with their push to Gemini over Google Assistant. Some things are tied to permissions that Gemini needs. Other thigs - afaik - simply don't work with Gemini because it doesn't 'know' that it should use certain device functions
My monitor can run a pixel cleaning automatically when it detects that there is no longer a signal coming in. That way it periodically cleans, but has never done so while I was using it. I presume the author uses the same mechanism and just doesn't want to be bothered about it.
Not only 'pocket computers' are an issue.
I was thoroughly shocked when I found out that websites can detect that the dev-tools are open. That is something that a website should never be able to know, yet here we are.
I ran into a government site that not only was aware of the devtools being open, but also stopped virtually all user actions if it did. And it worked quite well- to bypass it, I had to block the detection script from loading altogether since merely removing the event listener didn't work.
I ran into a different site where every single action had a debug breakpoint pausing everything if you had devtools open. Luckily, you can disable breakpoints.
There have been numerous approaches doing things akin to that. I remember my university working on such a project. Or at least a similar one, representing a code base as a street network with traffic showing how data flows through the system.
I too, would like to have such a tool for viewing larger projects where the flow can be cumbersome to reason about. One issue I guess would be finding the right level of abstraction in the representation.
Whilst I agree a smart home offers some benefits that your 1884 switch simply cannot match. And the cruicial point is that the 30 seconds are the worst case situation where something went wrong on the network. Its not the usual operational experience you'll get.
For me, having to wait 30 seconds once every blue moon is a tradeoff I'm willing to make.
Absolutely. My setup which is about 1 month old already has 14 devices and I'm just getting started.
Only having 6 devices really feels comically small for a study investigating the performance of communication protocols where device count can really make a differnce, as observed by even then changes from 1 to 6 devices.
It ideally can, yes, but if you choose to partake in the military operations by providing your LLM you at least bear some responsibility. When you don't give the DoW access to your LLM it may still be the case that actions will be taken that inflict some humans suffering. In that case you won't have had a hand in it though.
I've started building a visualization tool for mobile robots using the VDA5050 communication standard.
There are some solutions already out there but most are either slow, resource intensive, or both. Especially for larger fleets of robots.
I'm using it to learn more about VDA5050, Rust and wgpu.