Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hdevalence
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
hdevalence
6mo ago
I don’t think Rust needs this; Rust has done great for the last decade with the coherence rules it has. I am glad to not have to worry about this, and to not have to worry about any of the downstream problems (like linker errors) that cohe
2.
▲
by
hdevalence
1y ago
> you're arguing semantics here Yes, semantics — what do things mean, exactly? — is the subject of the discussion here and is actually quite important in general.
3.
▲
by
hdevalence
1y ago
It’s odd that the article identifies Apple’s hardware as a limitation for AI. I don’t think this is the case. If anything it’s the opposite, and makes Apple’s lack of execution more mysterious. I was running Stable Diffusion on my iPhone tw
4.
▲
by
hdevalence
1y ago
The example you are discussing starts with the following user query: <example> <user>how should recent semiconductor export restrictions affect our investment strategy in tech companies? make a report</user> <respo
5.
▲
by
hdevalence
1y ago
Yes, I would
6.
▲
by
hdevalence
1y ago
> We don’t know who placed the trades. We don’t know what they knew. Actually, “we”, collectively, do know, because the SEC maintains an “XKEYSCORE for equities” called CAT. If there was interest, the government could know exactly who pl
7.
▲
by
hdevalence
1y ago
When the government is acting badly, yeah
8.
▲
by
hdevalence
2y ago
This is a bad solution because now method resolution is suddenly unpredictable and can change out from under you based on changes to remote crates
9.
▲
by
hdevalence
2y ago
Rust just doesn’t really have linker errors. After 8 years of programming ~exclusively in Rust it’s easy for me to take this for granted by forgetting that linker errors even exist — until I am rudely reminded by occasional issues with C&#x
10.
▲
by
hdevalence
2y ago
This article lists international money transfers as a non-useful application of blockchains. USDT on Tron alone is now settling 1.25T$ (1/3 of Visa’s annual settlement volume). Clearly some people do find them useful.
11.
▲
by
hdevalence
2y ago
That seems like a them problem?
12.
▲
by
hdevalence
2y ago
If you don’t live in the EU why are you concerned about the application of European law? Why would it apply to you?
13.
▲
by
hdevalence
3y ago
> by mitming the bus between the iris scanner and the rest of the unit, and making it report fresh unique scans Hmm, I wonder if the worldcoin team also thought of that possibility? (Yes, they did, the iris processing is done inside a ha
14.
▲
by
hdevalence
3y ago
I can’t recommend that anyone would be Dan’s student.
15.
▲
by
hdevalence
3y ago
I haven't paid close attention recently but that doesn't seem that far off of performance available via (hardware accelerated) AES? Looking at https://eprint.iacr.org/2018/392.pdf , it seems like: - Intel CPU
16.
▲
by
hdevalence
3y ago
A lot of discussion about async Rust assumes that the reason one would want to use async/Futures is for performance and scalability reasons. Personally, though, I would strongly prefer to use async rather than explicit threading even f
17.
▲
by
hdevalence
3y ago
Yes, that’s exactly the issue. You trade that friction for not having the friction of type errors in queries at runtime. Whether that tradeoff is a good one depends on your situation and preferences. (You can also check in the results of th
18.
▲
by
hdevalence
4y ago
Is Fastly planning to make their OHTTP service generally available (rather than just to specific deals)?
19.
▲
by
hdevalence
4y ago
I wrote it while waiting to board in the airport, sorry
20.
▲
by
hdevalence
4y ago
One use case for generating group elements with verifiably unknown discrete logs is for a commitment scheme, like a Pedersen commitment. In a Pedersen commitment, you have two generators, let’s call them G_value and G_blinding. To commit t
21.
▲
by
hdevalence
4y ago
I’m a coauthor of Ristretto. There is a much more concise explanation than in the linked post: in Ristretto, the encoding of group elements was constructed so that the encoding of the identity (zero) element of the group is the all-zero byt
22.
▲
by
hdevalence
4y ago
It’s not strange at all. The “all zero public key” is the encoding of the zero element (identity element) of the group. Finding the private key corresponding to a public key A is finding the number a so that A = a*B. When A = 0, this is rea
23.
▲
by
hdevalence
4y ago
Correct, there’s no actual problem here, just a potential performance pitfall, but that pitfall is no worse than a naive synchronous implementation would be. There’s no big problem here, just write code and run it. If it is a really big pro
24.
▲
by
hdevalence
4y ago
> If yall want everyone to use Tokio then tell me why … it's the de-facto community standard. > I want some group with authority to bless a core async runtime implementation… Hmm, if Tokio is the de-facto community standard, isn’
25.
▲
by
hdevalence
4y ago
Unfortunately for those who care about noise reduction, LL patented the design, preventing its widespread use.
26.
▲
by
hdevalence
4y ago
I don’t know about the nature paper’s assumptions, but supercharging provides far more power than could possibly be supplied to the grid via V2G — for instance, a 100A home service can draw at most 24kW (AC), while supercharging draws up to
27.
▲
by
hdevalence
4y ago
The 2 cent figure is per kWh, not per cycle. Multiplying by the 75kWh pack size gives $1.50. What about the remaining 10X? The calculation you’re doing isn’t the right one, because the battery wear isn’t directly related to miles driven; Te
28.
▲
by
hdevalence
4y ago
Yes, but for this reason, the Bluetooth implementation is on physically separate, untrusted hardware that has no access to the buttons or screen other than by communication with the secure element (see [0] for the Nano X; I’m assuming the S
29.
▲
by
hdevalence
4y ago
No, the attacker still needs physical access to the device, because signing requires on-device approval. The security model already assumes that the entity requesting authorization is untrusted, so the security model is basically unchanged.
30.
▲
by
hdevalence
4y ago
If your secure hardware doesn’t have a display, how do you know what you’re signing? You can’t, so you’re forced to trust that the software talking to the HSM isn’t lying to you about what data it’s asking to be signed, and at that point yo
More ›