Viewing profile — malloc2x
malloc2x
HN member- Joined
- Thu, Mar 07, 2013, 4:02 PM UTC
- HN karma
- 35
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About malloc2x
No profile information was provided.
Recent public activity
-
comment
Comment #5970390
Is there a Free software package that does something like this today?
-
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…
-
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 …
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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, …
-
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…
-
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…
-
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…
-
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…
-
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…