Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
socrates1024
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Show HN: The Good Riddance to SGX EPID Pre-Deprecation Memorial Contest
(github.com)
1 points
by
socrates1024
3y ago
|
0 comments
2.
▲
by
socrates1024
3y ago
That's falsifiable though, in a way the other examples are not. You could sample the population of users after the change to the product
3.
▲
by
socrates1024
4y ago
How big are its coffers though? - Mit: $26.4B - Yale: $42.3B https://en.m.wikipedia.org/wiki/Yale_University_endowment https://news.mit.edu/2022/endowment-2022-1007
4.
▲
How Stuff Gets eXposed
(sgx.fail)
64 points
by
socrates1024
4y ago
|
45 comments
5.
▲
by
socrates1024
4y ago
Why would this prove the necessity of regulations? This occurred within the realm of regulations, not in the wild west. FTX.US is a regulated entity in the US, and FTX Intl wasn't available to US customers. Doesn't this prove that
6.
▲
by
socrates1024
4y ago
Write an M.L. Stine book is probably a good gpt-3 prompt
7.
▲
by
socrates1024
5y ago
exponential in what?
8.
▲
by
socrates1024
7y ago
pretty much what we use at zcash foundation https://github.com/ZcashFoundation/zfnd/tree/master/about
9.
▲
by
socrates1024
8y ago
Note that the technical problems made it more complicated and messy to reproduce the build, but didn't outright prevent it. Mainly the executable binaries were reproducible, but other metadata in the disk image changed each time. htt
10.
▲
by
socrates1024
8y ago
Another related resource (seems similar to the design of ethernaut) https://github.com/pdaian/hackthiscontract
11.
▲
by
socrates1024
8y ago
Even more recent changes have made this better too. The research in the paper only goes up to Apr. 2017 or so. Since then, the "recent zone" has been a) reduced from 5 days to 3 days, and b) more recent zone mixins are included. W
12.
▲
by
socrates1024
8y ago
This isn't a good explanation. The result of this research is actually that even if you opted in to privacy during mid 2016 to jan 2017, you wouldn't have gotten it.
13.
▲
by
socrates1024
9y ago
Contrary to the article, Tor is not a private non-profit. It's a publicly supported non-profit.
14.
▲
by
socrates1024
9y ago
This is a great explanation for why theory is valuable.
15.
▲
by
socrates1024
9y ago
The Ethereum VM is single threaded, so this isn't actually a problem
16.
▲
by
socrates1024
9y ago
Ethereum foundation is not the custodian of the network. This is a debatable point, since it's not perfectly clear what that would mean. Ethereum Foundation doesn't own the miners or the validating nodes on the network, and can&#x
17.
▲
by
socrates1024
9y ago
I'd definitely recommend this book, it's great! Comes with decent video lectures and such too. (disclosure: am a coauthor) Also, this course page has some useful links and lecture notes/slides (mostly geared towards graduate
18.
▲
by
socrates1024
9y ago
You might also try https://github.com/akosba/jsnark which is a frontend for libsnark. An entire reimplemented alternative is Pequin (and related projects by Michael Walfish's group) https://github.com&#
19.
▲
by
socrates1024
9y ago
Do you think it would be possible to improve the EVM by adding E's notion of concurrency? One constraint would be the need to have deterministic scheduling, since every execution would need to be run identically by all validating nodes
20.
▲
by
socrates1024
9y ago
Turing-completeness has very little to do with this. - The bug causing the DAO debacle did not involve loops or jumps or weird machines or other behavior associated with Turing-machine complexity, but instead had to do with confusing behavi
21.
▲
by
socrates1024
9y ago
Try implementing the DAO as a decision table?
22.
▲
by
socrates1024
9y ago
For an even bigger coincidence, the new Monero project to add support for I2P is called Kovri, a prefix of your username!
23.
▲
by
socrates1024
9y ago
Also see the complementary block explorer associated with the paper: http://monerolink.com/ We found tens of thousands of transactions that included ten or more mixins but could still be traced.
24.
▲
by
socrates1024
9y ago
This paper is an empirical analysis. The Monero reports introduced a theoretical attack with conditions, e.g. “a critical loss in untraceability across the whole network if parameters are poorly chosen and if an attacker owns a sufficient p
25.
▲
by
socrates1024
9y ago
In the next version we'll clarify zcash shielded transactions are optional. Fwiw it's used by 28% of tx according to https://explorer.zcha.in/statistics/network and comments above, not "rarely used"
26.
▲
by
socrates1024
10y ago
Glad to hear these are standing the test of time :) (at least 2 years is a long time by cryptocurrency standards)
27.
▲
by
socrates1024
10y ago
There doesn't appear to be any mining, proof-of-work, anonymous consensus, or fault-tolerant consensus of any kind in this project. I think they just threw the phrase "Nakamoto blockchain" in there as inspiration, really they
28.
▲
by
socrates1024
10y ago
Totally. PLUM is a great team, and this work on ruby contracts from Brianna and Jeff is particularly awesome. By the way, their newest paper about the work in this github is going to be at PLDI: https://www.cs.umd.edu/~jfost
29.
▲
by
socrates1024
10y ago
Even if they let the attacker get away with it this time, it would only be showing that Ethereum community used their discretion and chose not to in this case.
30.
▲
by
socrates1024
10y ago
It would be a good idea for Solidity to properly support exceptions, this would probably simplify things a lot. Right now solidity has exceptions, but no way to 'catch' them. Ordinary function calls automatically propagate excepti
More ›