Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Elucalidavah
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
Elucalidavah
17d ago
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 remotely from the main p
2.
▲
by
Elucalidavah
1mo ago
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 extra turn adds
3.
▲
by
Elucalidavah
1mo ago
You probably don't even need any vibe coding for this, only vibe configuring some OSRM profiles.
4.
▲
by
Elucalidavah
1mo ago
> 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": subscrib
5.
▲
by
Elucalidavah
5mo ago
> '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 use
6.
▲
by
Elucalidavah
9mo ago
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.
7.
▲
by
Elucalidavah
9mo ago
> any notable increase in PM2.5 particles What's your PM2.5 baseline, and did you measure TDS in the water?
8.
▲
by
Elucalidavah
9mo ago
If you have a privilege to replace the kernel or bootloader, you effectively have all privileges on that system. Therefore, there's no need to complicate the access limitations when you get full access anyway.
9.
▲
by
Elucalidavah
10mo ago
Sounds like their "FL1 -> FL2" transition is involved in both.
10.
▲
by
Elucalidavah
11mo ago
> Tesseract (which is the best I have so far) Have you looked at EasyOCR?
11.
▲
by
Elucalidavah
1y ago
> 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 statica
12.
▲
by
Elucalidavah
1y ago
> 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?
13.
▲
by
Elucalidavah
1y ago
> the client is not packaging up all its logic and sending a single blob that describes the fully-chained logic to the server on its initial request. Right See "But how do we solve arrays" part: > > .map() is special. It
14.
▲
by
Elucalidavah
1y ago
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?
15.
▲
by
Elucalidavah
1y ago
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); but having them combine
16.
▲
by
Elucalidavah
1y ago
Are those any better than self-hosted gitlab, or do you only mean central-hosted usage?
17.
▲
by
Elucalidavah
1y ago
> wrapper that supports multiple formats Is there a way to preserve key ordering, particularly for yaml output? And to customize the color output? Or, how feasible is it to add that?
18.
▲
by
Elucalidavah
1y ago
> 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,
19.
▲
by
Elucalidavah
1y ago
> directory tree entry names But... git doesn't really store directories, does it?
20.
▲
by
Elucalidavah
1y ago
Realistically, either you ignore the privacy concerns and set up routing to multiple providers preferring the fastest, or you go all-in on privacy and route DNS over Tor over bridge. Although, perhaps, having an external VPS with a dns prox
21.
▲
by
Elucalidavah
1y ago
> 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 from a borrowed
22.
▲
by
Elucalidavah
1y ago
Consider a "git push"-like flow: begin a transaction, read the current state, check that it matches the expected, write the new state, commit (with a new state hash). In some unfortunate situations, you'll have a commit hash
23.
▲
by
Elucalidavah
1y ago
> MacBook Pro M2 with 64GB of RAM Are there non-mac options with similar capabilities?
24.
▲
by
Elucalidavah
1y ago
> For their fix, they disabled debug logs For their quick fix, hopefully not for their final fix.
25.
▲
by
Elucalidavah
1y ago
> Hasn't been a problem yet. You mean, refusing to integrate was the right decision after all?
26.
▲
by
Elucalidavah
2y ago
> 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 equations is
27.
▲
by
Elucalidavah
2y ago
> 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 constraints)
28.
▲
by
Elucalidavah
2y ago
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 a
29.
▲
by
Elucalidavah
2y ago
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, so the only viab
30.
▲
by
Elucalidavah
2y ago
> the object was on a rotating platform Isn't a static-object-rotating-camera basically a requirement for photogrammetry?
More ›