Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vhcr
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
vhcr
6d ago
Or using the saturating methods.
2.
▲
by
vhcr
9d ago
The problem with: ret = "" for s in strings: ret += s is that it re-allocates O(n) times, even if ret is referenced only once.
3.
▲
by
vhcr
9d ago
It was never possible to sum() strings. https://github.com/python/cpython/commit/a70b19147fd163744be...
4.
▲
by
vhcr
14d ago
You have probably run WebAssembly without noticing it, I would call that a success.
5.
▲
by
vhcr
14d ago
Obviously it is, I've been writing a scientific library that runs in-browser and WebAssembly has been a blessing, it's easily 10x faster than the backend Python code it replaced, and 2-5x faster than I could achieved with JavaScri
6.
▲
by
vhcr
14d ago
Unless you're using DNS over HTTPS they can see the unencrypted DNS traffic. There's also Encrypted Client Hello, but they can also see which IP you're connecting to.
7.
▲
by
vhcr
1mo ago
Isn't this already happening with ADHD drugs?
8.
▲
by
vhcr
2mo ago
There was a study a decade or so ago, where they found Costa Rica loses around $720M annually due to productivity loses due to their address system. https://archive.is/qvgOI
9.
▲
by
vhcr
2mo ago
The kid dying is sad, but it could have probably been prevented if the batteries were coated with a bitter agent such as denatonium.
10.
▲
by
vhcr
2mo ago
The new thing is data centers in the ocean. https://www.ycombinator.com/rfs#compute-at-sea
11.
▲
by
vhcr
2mo ago
Yes, it gets boring that each time one of these supply chain attack article appears everybody starts talking about cooldowns, 2FA, MFA, etc. Just don't give Node the permissions to your complete filesystem / network.
12.
▲
by
vhcr
2mo ago
A compromised device still can't access the secure enclave.
13.
▲
by
vhcr
2mo ago
https://www.cs.cmu.edu/~rdriley/487/papers/Thompson_1984_Ref...
14.
▲
by
vhcr
2mo ago
Maybe just use an incognito window?
15.
▲
by
vhcr
3mo ago
When, not where. https://www.youtube.com/watch?v=e0elNU0iOMY
16.
▲
by
vhcr
4mo ago
Instagram is the worst offender, I only want to receive message notifications, but I got notifications about inane random stuff I've tried to disable but it won't work. I ended up having to disable notifications altogether.
17.
▲
by
vhcr
4mo ago
They technically allow you to, but make it really annoying to. Uber for example: Account > Settings > Accessibility > Communication Settings
18.
▲
by
vhcr
5mo ago
There's also e-wheel polo
19.
▲
by
vhcr
5mo ago
My theory is that they rate limit that URL aggressively due to AI scrapers. At this point it's faster to just clone the repo and do your searching locally.
20.
▲
by
vhcr
6mo ago
It's just awkward, I've held the knife with my dominant hand all my life.
21.
▲
by
vhcr
9mo ago
The idea would be to use autonomous drones, so they wouldn't need to communicate, the problem would be that the GPS signal is jammed.
22.
▲
by
vhcr
9mo ago
I don't know, but you can always use <() process substitution to create a temp file.
23.
▲
by
vhcr
9mo ago
This new SAM model actually competes against SOTA models. https://www.reddit.com/r/LocalLLaMA/comments/1pp9w31/ama_wit...
24.
▲
by
vhcr
9mo ago
Have you seen YouTube's front-page? It's pretty much 20-40min videos full of fluff.
25.
▲
by
vhcr
10mo ago
https://www.ohchr.org/en/press-releases/2025/07/uk-palestine...
26.
▲
by
vhcr
10mo ago
What privacy? Whoever is watching your traffic can see you accessed their website with HTTPS, they can guess with high accuracy which article you are reading based on the response size.
27.
▲
by
vhcr
10mo ago
You can enable it in the settings.
28.
▲
by
vhcr
10mo ago
I'm guessing you're not storing the CLIP for every single frame, instead of every second or so? Also, are you using the cosine similarity? How are you finding the nearest vector?
29.
▲
by
vhcr
10mo ago
BitTorrent v2 uses SHA-256, but in any case SHA-1 is still second-preimage resistant. And the BitTorrent piece hashes are included in the .torrent file, so you would need to find a double collision.
30.
▲
by
vhcr
11mo ago
I'm guessing if you only calculate based on the digits, the probability is going to be slightly different than the real one, because you only have a finite number of plates you can choose from.
More ›