Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
martin_k
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
martin_k
4y ago
> Unless the service you are trying to use requires that you use a particular model of authenticator, which the service provider can enforce via attestation. Android's implementation of passkeys currently does not support attestatio
2.
▲
by
martin_k
13y ago
<meta name="author" content="Bilderbergs; FEMA; NASA.GOV">
3.
▲
by
martin_k
13y ago
Trojanow published his own account of the events here: http://translate.google.com/translate?sl=auto&tl=en&u=http%3... Apparently he had already been denied a work visa without explanation last year by the US consul
4.
▲
by
martin_k
13y ago
It's a pun towards Project Butter. http://techcrunch.com/2012/06/27/android-jelly-bean-official...
5.
▲
by
martin_k
13y ago
You've got your timeline wrong. Facebook didn't support HTTPS for anything but user login until 2011. [0] https://www.facebook.com/blog/blog.php?post=486790652130
6.
▲
by
martin_k
13y ago
Read closely. Abdulrahman al-Awlaki was killed in a separate drone strike, two weeks after his father's death. The real target of that second drone strike is currently unknown.
7.
▲
by
martin_k
13y ago
I think it was mentioned somewhere that Snowden used GPG in his communication with Greenwald. At least some people inside the NSA seem to regard it as secure.
8.
▲
by
martin_k
13y ago
I found this part particularly interesting: "Our business is apolitical, okay? We do not generate the intelligence requirements. They're levied on us. And so if there is a requirement for foreign intelligence concerning this issue
9.
▲
by
martin_k
13y ago
Some background on the event and recording: http://mobandmultitude.com/2013/07/02/the-nsa-comes-recruiti... edit: Cached version http://webcache.googleusercontent.com/search?q=cache:http:/
10.
▲
Students Question the NSA at Recruiting Session [audio]
(soundcloud.com)
241 points
by
martin_k
13y ago
|
184 comments
11.
▲
by
martin_k
13y ago
Not true. With the exception of CSU perhaps, every party with a seat in the Bundestag either has internally passed its own concept for a basic income or is discussing the idea: [1] http://www.die-linke-grundeinkommen.de/Word
12.
▲
by
martin_k
13y ago
That's worldwide sales while the article seems to compare against USA sales (but forgets to mention this).
13.
▲
by
martin_k
13y ago
It's the same agency that does http://www.nerd-zone.com/ , which seems to be partially funded by public money. Edit: The agency also has a word mark on "Nerd Zone", both seem to be motivated by this: http://www.nerd-zone.com/hackathon .
14.
▲
by
martin_k
14y ago
Disallowing self-signed certificates doesn't improve security of unencrypted connections, but it increases security of all connections using SSL/TLS. It doesn't make you more secure (you don't have strong authenticity in any of those cases)
15.
▲
by
martin_k
14y ago
Press N
16.
▲
by
martin_k
14y ago
Apparently the iPhone doesn't support it. Quite sad since they actually enabled IPv6 support in iOS4.
17.
▲
by
martin_k
15y ago
If you compare it to the number of dreams people have around the world each night, it probably is rare. But then, it's not that difficult to learn and you also find quite a lot of people whose dreams are usually lucid without really being a
18.
▲
by
martin_k
15y ago
Similar studies have been conducted by LaBerge and others for decades now. I did a brief search and found two examples: One that measured EEG for clenching hands (in 1986!) and one that measured cardio-vascular activity for performing squat
19.
▲
by
martin_k
15y ago
Well, it depends on the hard drives you're using, and the exact access pattern, but sequential access to disk can be even faster than random access to RAM.[0] This of course doesn't really matter to average Joe, since he has little influenc
20.
▲
by
martin_k
15y ago
Nice analogy. From a technical standpoint, however, access patterns often make a bigger difference than the type of your storage device. The difference between sequential access on disk and sequential access on SSD isn't nearly as big as ra
21.
▲
by
martin_k
15y ago
Apple has had Darwin on ARM processors for quite some time. It's called iOS. The cited project was porting Darwin to a certain ARMv5 chip. I don't know a lot about the ARM architecture, but from what I understand the original iPhone was alr
22.
▲
by
martin_k
15y ago
Your 2.6 has a bug http://bugs.python.org/issue4748 .
23.
▲
by
martin_k
15y ago
You're right. I am still referring to that particular part of your blog post: >> So that’s the only case I can think of where Python >> completely throws away the value of a lambda function.
24.
▲
by
martin_k
15y ago
The value of the lambda is the generator object. How else could you call list() on it if it was thrown away?
25.
▲
by
martin_k
15y ago
Yes, but I think this is cleared up if you consider that calling a generator function does not execute its body, but return generator object. It doesn't really matter if it's a lambda or a regular named function.
26.
▲
by
martin_k
15y ago
As i said, f() returns a generator object in this case. So you're calling list on a generator that yields None once, the result of which is a list that contains None. If you change the `yield` to `yield "foobar"`, list(f()) will get you `["
27.
▲
by
martin_k
15y ago
You're right, it isn't. The presence of yield makes the return value of f() a generator object. The function body is not executed initially. When you call .next() on the generator object execution starts and runs until it hits the first yie
28.
▲
by
martin_k
15y ago
I'm not sure, why you think the value of the lambda function is thrown away. The lambda function returns a generator object. The function body of a generator is generally not executed until you call .next() on it, so that's why you don't ge
29.
▲
by
martin_k
15y ago
So, apparently the 9 fastest falling search terms of 2011 are social networking sites.
30.
▲
by
martin_k
15y ago
http://wandercircus.com/ A flying circus company of sophisticated robots playing your favorite theater and movie scenes in IRC.
More ›