Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
malloc2x
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
16 ms
·
1.
▲
by
malloc2x
13y ago
Is there a Free software package that does something like this today?
2.
▲
by
malloc2x
13y ago
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 can compel a master key then they can also compel a copy
3.
▲
by
malloc2x
13y ago
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 effectively the same as plaintext to them. The solution cou
4.
▲
by
malloc2x
13y ago
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 other means to hide your communications is like giving the NS
5.
▲
by
malloc2x
13y ago
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 vectors.) However, if we're talking about China, and the dem
6.
▲
by
malloc2x
13y ago
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 least initially, clicking the "Bold" button also has no effect
7.
▲
by
malloc2x
13y ago
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 is delay, sometimes it seems necessary to let go of CTRL for
8.
▲
by
malloc2x
13y ago
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 for services but do not provide them.
9.
▲
by
malloc2x
13y ago
s/politics/<reason_of_the_day>/ 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 explain how it was just blind proce
10.
▲
by
malloc2x
13y ago
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, but it doesn't mean we can't call a double standard when we
11.
▲
by
malloc2x
13y ago
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=5438797
12.
▲
by
malloc2x
14y ago
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: going to GPU? probably not what you want. Going to PCIE interfa
13.
▲
by
malloc2x
14y ago
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 enjoyed your list.
14.
▲
by
malloc2x
14y ago
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 1000; done Just using: sleep 1000; exit means y
15.
▲
by
malloc2x
14y ago
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 long-term. Why? -f Background the ssh process (d