Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
remcob
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
remcob
6mo ago
Why is that required? The whole point of zero knowledge proofs is that it can run on untrusted devices.
2.
▲
by
remcob
1y ago
You can verify in limited memory by repeatedly verifying modulo a few small integers. If that works, then by Chinese remainder theorem the main result also holds.
3.
▲
by
remcob
1y ago
Besides the data being signed as already mentioned, the protocol is interactive and custom to passport documents. So you can’t just put it on any programmable NFC tag. I also doubt you can buy programmable ones implementing the passport pro
4.
▲
by
remcob
1y ago
It’s well known GPUs are good at cryptography. Starting with hash functions (e.g. crypto mining) but also zero knowledge proofs and multi party computation.
5.
▲
by
remcob
1y ago
And now they sell gold-plated optical connectors.
6.
▲
by
remcob
2y ago
Did you verify this through disassembly? These loops can still be replaced by a closed form expression and I wouldn’t be surprised if LLVM figured this out.
7.
▲
by
remcob
2y ago
For me it means I can fork the repo and start hacking on the code immediately, and it will have reasonable quality. With C++/Python and even Node I often find myself wasting half a day just getting it to build.
8.
▲
by
remcob
2y ago
It actually uses a lot of modern cryptography (zero knowledge proofs, multiparty computation, decentralized consensus, etc) to avoid exactly that.
9.
▲
by
remcob
2y ago
The first one IIRC with Geogebra, all the rest with Matplotlib. The design goal was to maximize on 'data-ink ratio'.
10.
▲
by
remcob
2y ago
Correct. I was too short in my comment. It's explained in the article: without loss of generality you can call one of the two points the 'north pole' and then the other one will be distributed close to the equator.
11.
▲
by
remcob
2y ago
The distance between two uniform random points on an n-sphere clusters around the equator. The article shows a histogram of the distribution in fig. 11. While it looks Gaussian, it is more closely related to the Beta distribution. I derived
12.
▲
by
remcob
2y ago
Exactly, and this is in my experience what most Rust code ends up looking like. It compromises a bit on generality and (potential) performance to achieve better readability and succinctness. Often a worthwhile trade-off, but not something t
13.
▲
by
remcob
2y ago
Why stop there and not go all the way to pub fn read(path: Path) -> Bytes { File::open(path).read_to_end() }
14.
▲
by
remcob
3y ago
Adding to this great list: batch processing inputs can allow you to get more throughput at expense of latency.
15.
▲
by
remcob
3y ago
Why should we weigh by the number of different digits? I.e. is there an argument why the cost of a single digit is linearly proportional to the number of values it can hold? To me this seems like the weak point in the argument.
16.
▲
by
remcob
3y ago
> The exchange rate for the WorldCoin was last updated on October 21, 2019. This is a different token. And I wouldn't trust a site with such outdated rates.
17.
▲
by
remcob
3y ago
It’s also the only high production game with native MacOS & M1 support I could find. I got the early access just to see what M1 GPU can do and was impressed.
18.
▲
by
remcob
3y ago
This is essentially the Birthday paradox. You need a quadratically better false match rate to deduplicate than to authenticate. It’s also why Worldcoin went with Irises (highest entropy among biometrics), custom hardware, custom optics and
19.
▲
by
remcob
3y ago
WebKit was more or less ‘stolen’ from KDE’s KHTML and KJS. They forked it, developed it in secret, and did not publish anything until it diverged so far from source that it could not be merged back in. While technically legal, it definitely
20.
▲
by
remcob
3y ago
I started reading the ‘crypto’ in cryptocurrency as in cryptozoology. It makes more sense that way.
21.
▲
by
remcob
3y ago
> carbon dioxide You probably mean nitrous oxide (N₂O). Both are sold in small aluminum canisters for culinary use. CO₂ is acidic and is quite unpleasant to inhale. N₂O is listed in the article (Table 1) as one of the inhalant anestheti
22.
▲
by
remcob
3y ago
I wrote this intro for a friend and since then more people have found it useful: https://xn--2-umb.com/22/approximation If you want a proper textbook, I recommend L.N. Trefethen (2019). “Approximation Theory and Appro
23.
▲
by
remcob
3y ago
"Vegetative electron microscopy" is likely a poor rephrasing of "low-energy electron microscopy", which is a thing [0]. [0]: https://en.wikipedia.org/wiki/Low-energy_electron_microscopy
24.
▲
by
remcob
3y ago
> It's worth noting that Cayman has virtually no Crypto because of the above. Many reputable crypto projects I know are set up as Cayman Foundations. For the same reasons: great regulatory clarity and execution.
25.
▲
by
remcob
4y ago
> Yes they should. A deposit liability arises from the fact that they received an asset in a deposit transaction. Liabilities and assets aren't mutually exclusive in any transaction, and both must increase when you receive a custome
26.
▲
A short introduction to Approximation Theory
(xn--2-umb.com)
2 points
by
remcob
4y ago
|
0 comments
27.
▲
by
remcob
4y ago
This holds true for regular travel nearing light speed too: For an external observer the spaceship never goes faster than light, but the passengers clocks slow down and they can experience arbitrarily high faster-than-light speeds. For some
28.
▲
by
remcob
5y ago
> I toy with microcontrollers. For hobbyists like me, ARM processors are still the most sensible choice. I'm not expecting any shift from that for at least five years. I started using ESP32C3s in my projects. They are cheap powerful
29.
▲
by
remcob
5y ago
> so you reduce the effective keysize to 256-6*$num_chars Correct: you reduce the search-space of the private key, but you simultaneously increase the cost of brute-forcing by the same amount because finding keys to try in the smaller se
30.
▲
by
remcob
5y ago
It's also missing the my favorite children's animated series "Alfred J. Kwak" [1]. A Dutch-Japanese collaboration notable for it's exceptionally mature treatment of very difficult topics such as apartheid, environme
More ›