Live data from Hacker News

Viewing profile — malloc2x

malloc2x

HN member
Joined
Thu, Mar 07, 2013, 4:02 PM UTC
HN karma
35
Public activity
15 items

About malloc2x

No profile information was provided.

Recent public activity

  1. comment
    Comment #5970390

    Is there a Free software package that does something like this today?

  2. comment
    Comment #5940318

    To decrypt after-the-handshake bytes I think you're right, they would need a leaf private key. However, they absolutely can mount a MITM with the CA root. EDIT: Further, if they ca…

  3. comment
    Comment #5939424

    You must assume that the NSA already has master keys for all domestic CA root certificates, and given how many were hacked recently, foreign ones too. In which case SSL traffic is …

  4. comment
    Comment #5923617

    The biggest problem faced by organizations collecting this type of data is sorting the signal from the noise. Unfortunately, until real encryption is the norm, using this font or o…

  5. comment
    Comment #5771231

    An interesting idea. s|movies, games, music|games/software| and it might be more plausible. (.mkv, .mp3 or even the .rmvb that's weirdly popular in China are hardly common attack v…

  6. comment
    Comment #5508967

    More testing: * On Chromium 25 and Chrome 26 the first two issues do not exist. * More playing with FF20 and it seems this is actually tied to CTRL+B, not any other shortcut. At le…

  7. comment
    Comment #5507499

    But does it work? A couple minutes of basic usage (FF20, Linux) have me in pain: - CTRL-B (and presumably other shortcuts) doesn't always take effect immediately. Sometimes there i…

  8. comment
    Comment #5503742

    Don't know what jurisdiction you're in, but fraudulent transactions[1] == "theft" in the colloquial/moral sense where I'm from. Malice is not requisite to defraud. [1] I charge you…

  9. comment
    Comment #5477483

    s/politics/ / To me the point is that when you start arbitrarily enforcing rules against some people (small guys) and not others (big guys) it smacks of hypocrisy. Maybe you can ex…

  10. comment
    Comment #5477472

    Treating the big guy one way and the little guy another may be "pragmatic" but that's not upstanding in my book. Sure, it's within their rights to do business with whom they want, …

  11. comment
    Comment #5477277

    generally an honest and upstanding ad network Unless you happen to be a small guy and fall on the wrong side of their political beliefs: https://news.ycombinator.com/item?id=543879…

  12. comment
    Comment #5398852

    If you read some of the comments, essentially: a) looking for resistors that could be placed in multiple positions on the board and b) following the traces from the resistors: goin…

  13. comment
    Comment #5341698

    Ah, sometimes that's a hard line to draw since often the people that know enough to understand not to take it literally don't really need the pointer in the first place. :) I enjoy…

  14. comment
    Comment #5341007

    If that's an issue (I've never met a server like that, not to mention one like that and I couldn't change the setting) then wouldn't you rather use this? while [ true ]; do sleep 1…

  15. comment
    Comment #5338362

    Better to use, e.g.: ssh -fN -o ServerAliveInterval="240" -R 2222:localhost:22 example.com (And on example.com ssh -p 2222 localhost ) This lets you easily keep the tunnel open lon…