That will help teach people some compartmentalization. Need to access government service, or use facebook for work? Use a separate cheapo smartphone. I wonder how feasible is it to use a separate phone and access it…
All maps need to have an extra time penalty for turns, merging, etc. Even if the data is taken with an average driver, average driver probably isn't there for the first time, and for someone unfamiliar with the area any…
You probably don't even need any vibe coding for this, only vibe configuring some OSRM profiles.
> its a system design issue or system availability issue on the client side If all events need to arrive, then the problem is not "notification" (which would be solved by webhooks) but "database replication": subscribe…
> 'tapping phones' gimmick strikes me as something that sounds cute but will become an annoying chore That 'tapping phones' could also be used to facilitate key exchange verification, making that chore technically…
Arguably, that's exactly the one action that will need to be hash-pinned, since all the consecutive actions will at least be verified against the lockfile.
Sounds like their "FL1 -> FL2" transition is involved in both.
> Tesseract (which is the best I have so far) Have you looked at EasyOCR?
> how all the popular dynamic languages have slowly become statically typed Count the amount of `Any` / `unknown` / `cast` / `var::type` in those codebases, and you'll notice that they aren't particularly statically…
> With a physical SIM, I can pry my card out of one phone and put it into another, and expect it to work Is anything preventing the provider from denying a SIM swap based on IMEI?
Tangential: is "without requiring knowledge of data patterns" a frequently useful requirement? I.e. isn't knowledge of data patterns basically required for any performance optimization?
Querying a local dictionary on each clipboard seems okay; having a feature to request remote dictionaries is okay; making it easy to combine both is dubious but understandable (would be better off as a special flag);…
> dependencies = ["httpx"] I heavily recommend writing a known working version in there, i.e. `"httpx~=0.27.2"`, which, in the best case, would allow fixes and security patches (e.g. when httpx 0.27.3 releases), and, in…
> directory tree entry names But... git doesn't really store directories, does it?
> a garbage collected Rust By the way, wouldn't it be possible to have a garbage-collecting container in Rust? Where all the various objects are owned by the container, and available for as long as they are reachable…
> MacBook Pro M2 with 64GB of RAM Are there non-mac options with similar capabilities?
> For their fix, they disabled debug logs For their quick fix, hopefully not for their final fix.
> Hasn't been a problem yet. You mean, refusing to integrate was the right decision after all?
> when people start talking about differential equations It's not like you are going to solve those analytically. Implement a couple numerical solvers for things like Navier–Stokes and you'll see that differential…
> need to listen to the DB for events You could store the key->version separately, and read the said version. If the cached version is lower, it's a cache miss. Of course, evicting something from cache (due to memory…
There doesn't seem to be that much extra attack surface: https://security.stackexchange.com/a/271953 With an eSIM activation, the only possibility is that someone else e.g. reads the QR code from your screen and…
For internet access - sure. For messages - sort-of. For calls - troublesome. As far as I know, smartphones don't have a protocol for accessing a remote cellular network connection in the same way as if it was internal,…
> the object was on a rotating platform Isn't a static-object-rotating-camera basically a requirement for photogrammetry?
Using an eSIM data on a physical sim is relatively straightforward; getting the keys from a physical SIM to use as an eSIM is relatively non-trivial, as "the card is designed to never divulge this key to the outside…
Not to mention that a better security would involve a master key, and revocable subkeys signed with it, one for each device, instead of syncing. Not to mention n-of-m requirements. And sure, I understand that most…
That will help teach people some compartmentalization. Need to access government service, or use facebook for work? Use a separate cheapo smartphone. I wonder how feasible is it to use a separate phone and access it…
All maps need to have an extra time penalty for turns, merging, etc. Even if the data is taken with an average driver, average driver probably isn't there for the first time, and for someone unfamiliar with the area any…
You probably don't even need any vibe coding for this, only vibe configuring some OSRM profiles.
> its a system design issue or system availability issue on the client side If all events need to arrive, then the problem is not "notification" (which would be solved by webhooks) but "database replication": subscribe…
> 'tapping phones' gimmick strikes me as something that sounds cute but will become an annoying chore That 'tapping phones' could also be used to facilitate key exchange verification, making that chore technically…
Arguably, that's exactly the one action that will need to be hash-pinned, since all the consecutive actions will at least be verified against the lockfile.
Sounds like their "FL1 -> FL2" transition is involved in both.
> Tesseract (which is the best I have so far) Have you looked at EasyOCR?
> how all the popular dynamic languages have slowly become statically typed Count the amount of `Any` / `unknown` / `cast` / `var::type` in those codebases, and you'll notice that they aren't particularly statically…
> With a physical SIM, I can pry my card out of one phone and put it into another, and expect it to work Is anything preventing the provider from denying a SIM swap based on IMEI?
Tangential: is "without requiring knowledge of data patterns" a frequently useful requirement? I.e. isn't knowledge of data patterns basically required for any performance optimization?
Querying a local dictionary on each clipboard seems okay; having a feature to request remote dictionaries is okay; making it easy to combine both is dubious but understandable (would be better off as a special flag);…
> dependencies = ["httpx"] I heavily recommend writing a known working version in there, i.e. `"httpx~=0.27.2"`, which, in the best case, would allow fixes and security patches (e.g. when httpx 0.27.3 releases), and, in…
> directory tree entry names But... git doesn't really store directories, does it?
> a garbage collected Rust By the way, wouldn't it be possible to have a garbage-collecting container in Rust? Where all the various objects are owned by the container, and available for as long as they are reachable…
> MacBook Pro M2 with 64GB of RAM Are there non-mac options with similar capabilities?
> For their fix, they disabled debug logs For their quick fix, hopefully not for their final fix.
> Hasn't been a problem yet. You mean, refusing to integrate was the right decision after all?
> when people start talking about differential equations It's not like you are going to solve those analytically. Implement a couple numerical solvers for things like Navier–Stokes and you'll see that differential…
> need to listen to the DB for events You could store the key->version separately, and read the said version. If the cached version is lower, it's a cache miss. Of course, evicting something from cache (due to memory…
There doesn't seem to be that much extra attack surface: https://security.stackexchange.com/a/271953 With an eSIM activation, the only possibility is that someone else e.g. reads the QR code from your screen and…
For internet access - sure. For messages - sort-of. For calls - troublesome. As far as I know, smartphones don't have a protocol for accessing a remote cellular network connection in the same way as if it was internal,…
> the object was on a rotating platform Isn't a static-object-rotating-camera basically a requirement for photogrammetry?
Using an eSIM data on a physical sim is relatively straightforward; getting the keys from a physical SIM to use as an eSIM is relatively non-trivial, as "the card is designed to never divulge this key to the outside…
Not to mention that a better security would involve a master key, and revocable subkeys signed with it, one for each device, instead of syncing. Not to mention n-of-m requirements. And sure, I understand that most…