Something that might be useful to know with these devices is that they're quite liable to bricking during updates.
If you do install an update, make sure you reopen its' web portal and confirm the version number is different to what it was before. If it hasn't changed from before, you'll have to wait a while as its still flushing bytes to its flash memory, and if you accidentally trigger an update again here, you'll be left with a brick (speaking from experience).
> Dioxus is similar to modern React Native in architecture. Your rust code is running natively and you can call into JNI and Objective-C freely without a VM in your way.
Given the similarity, would it be feasible to add a compatibility layer to bring in React Native Turbo Modules? (Fabric support would be unlikely I'd imagine)
I don't believe people have used buttons in their cars specifically to control their phones, though.
I do agree that it would be nice to know whether voice control is safer, but unfortunately I can't find any studies that compare voice vs tactile control (all I can find is studies on touch vs tactile)
If the voice control was reliable it would absolutely be safer, it's like telling your passenger to change the AC, except they don't have to move and bother you.
If the voice control is bad and you are never sure if it heard it correctly then it wouldn't be safer.
While the way secrets work in Swarm seems weird when compared to Kubernetes, this is usually pretty easily solved by a quick overriding entrypoint in the docker stack file that does essentially this:
I remember reading (perhaps here on HN) that Apple does weird/nonstandard things to wifi packets to enable Continuity/Handoff features, so it could be related.
We use both the 1Password CLI and 1Password Connect.
The CLI tool is handy for retrieving secrets from your vaults in the CLI, handy for one-off uses like scripts etc.
The Connect server is more suited for infrastructure secrets and allows you to whitelist which vaults are available through it. You can then use secrets exposed from Connect as part of your Docker image build process on CI, for example.
If you do install an update, make sure you reopen its' web portal and confirm the version number is different to what it was before. If it hasn't changed from before, you'll have to wait a while as its still flushing bytes to its flash memory, and if you accidentally trigger an update again here, you'll be left with a brick (speaking from experience).
Depending on the device you bought, you might also be able to flash custom firmware on it: https://github.com/ludwig-v/wireless-carplay-dongle-reverse-...