Live data from Hacker News

Viewing profile — russell_sears

russell_sears

HN member
Joined
Tue, Jul 26, 2016, 4:49 AM UTC
HN karma
43
Public activity
9 items

About russell_sears

No profile information was provided.

Recent public activity

  1. comment
    Comment #40558260

    My grandfather used to work on telephone field network boxes (e.g., the big boxes full of messes of wires in residential areas). One job was to look for outliers in the network, an…

  2. comment
    Comment #39779343

    This looks like the sort of bug I'd write back when I used mutexes to write I/O routines. These days, I'd use a lock-free state machine to encode something like this: NOT_IN_CACHE …

  3. comment
    Comment #17054893

    You might also be interested in JOL/Overlog, which was the predecessor to Bloom: https://github.com/tcondie/jol We built quite a few prototypes on top of it. The language implement…

  4. comment
    Comment #17054845

    You can guarantee termination by limiting bit precision, but it is more interesting to limit the set of operators your program uses instead. For instance, you might have an operato…

  5. comment
    Comment #12344692

    We really need a global carbon credit system (with stiff tariffs for countries that do not participate). Cut net greenhouse emissions by a few percent a year until net emissions ar…

  6. comment
    Comment #12282736

    I still don't understand how you come to the conclusion that the attack won't work. The bolded text in the blog post reads "the middle relay will pick a different exit relay", and …

  7. comment
    Comment #12282077

    I read this explanation a few times, and am afraid I still don't understand why Tor is not vulnerable to this attack. Let's say I'm an attacker that provides enough bandwidth to co…

  8. comment
    Comment #12163557

    There are two effects at play. If you're reading a multiple of a flash page at a time, then you can get random bandwidth to match sequential. Under the hood, decent SSDs actually r…

  9. comment
    Comment #12163500

    Hi. First author of the bLSM (Yahoo) paper here. You've pretty much nailed it: The trick is getting latency and volume at the same time. If you're willing to wait an hour to look a…