Viewing profile — ablankst
ablankst
HN member- Joined
- Tue, Jul 30, 2013, 9:04 AM UTC
- HN karma
- 85
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About ablankst
Recent public activity
-
comment
Comment #16493150
I'm on the engineering team at Blockstack, and wrote the client-side encryption functions used by applications. I totally agree with the idea that if software uses encryption, it s…
-
comment
Comment #15708908
The following example is pretty much the chief reason why I will not be porting much software to Python 3: $ python3 Python 3.6.3 (default, Oct 3 2017, 21:45:48) [GCC 7.2.0] on lin…
- story
-
comment
Comment #14460020
> Even if thousands of developers from HN switch, that would hardly move the needle. Ordinary users just won't care about any of this. Thousands of developers from HN make websites…
-
comment
Comment #14327652
I agree about this ethical concern, but this attack also shows that reporting the holes to manufacturers is of limited use -- these exploits have been known to manufacturers since …
-
comment
Comment #14114082
From [1] "in the case of blocking workloads, it’s extremely difficult to determine the number of threads that optimizes overall throughput because it’s hard to determine when a req…
-
comment
Comment #9389113
Have you thought much about address space randomization? It's a reasonably effective security strategy, but it essentially requires enough unused bits in the address space. If you …
-
comment
Comment #9277601
This is actually an interesting point. A compromised user table could conceivably be used for all sorts of nefarious purposes. If the attackers "having access" to the information i…
-
comment
Comment #8191948
What about this exploit really requires a US supply chain? Why do you believe that the Five Eyes have fewer exploits for hardware originating from BRICS nations? Don't intelligence…
-
comment
Comment #7971232
Let the switch cost something like 1 unit and the analysis on the Wikipedia example still holds - at the switch, drivers face a choice between a 41 minute route and a 45 minute rou…
- comment
- comment
-
comment
Comment #6126061
In Go, and other type-safe languages, the compiler usually knows exactly which ints are being used as pointers. This is the difference between "precise" and "conservative" GC and i…
-
comment
Comment #6125985
If you check out the draft ( http://tools.ietf.org/html/draft-ietf-httpbis-http2-04 ), it looks like either the client or the server is able to initiate and send data along the HTT…