Viewing profile — adam-f
adam-f
HN member- Joined
- Mon, Jul 04, 2011, 1:21 AM UTC
- HN karma
- 106
- Public activity
- 62 items
- HN profile
- View on Hacker News ↗
About adam-f
No profile information was provided.
Recent public activity
-
comment
Comment #18206268
https://www.youtube.com/watch?v=F2Q_4rm8SVI
- story
-
comment
Comment #9918405
"Leudesdorf has proved that for a positive integer n coprime to 6" https://en.wikipedia.org/wiki/Wolstenholme%27s_theorem#Gener...
- comment
-
comment
Comment #9769701
Perhaps google should open up additional channels of communication for "top contributors" to escalate problems?
-
comment
Comment #9675240
You've got a change under "// should not be touched" http://imgur.com/CSHnOuP
- story
-
comment
Comment #9021706
I did the same thing a few years ago (scroll down past the tutorial/examples for the annotated code) http://sparecycles.github.io/litijs?template (but litijs itself is an undocumen…
-
comment
Comment #8951129
Is anyone else having cognitive dissonance with the % of ingredients in so-many-grams of water? Does 1% baking soda and 0.5% salt in 2000 grams of water mean 20 grams of baking sod…
-
comment
Comment #8754823
Beginner's mistake. "Beginners mistake" can only be used as the start of a sentence as in "Beginners mistake azure for blue."
-
comment
Comment #8398240
FYI: I'm running a 1920x1200 screen rotated, so with my browser (FF32) as full screen I'm just at the point that the annoying #dd_ajax_float element is shown, but it covers the lef…
-
comment
Comment #8213648
Being a bit pedantic here, but shouldn't it be specified as a URI, "tel:0000" not a URL-ish "tel://0000" with 0000 as the authority?
-
comment
Comment #8213613
Obligatory http://xkcd.com/1373/
-
comment
Comment #8151475
I find it ironic that the country harboring Edward Snowden is implementing this policy. ( To be fair, Snowden's complaint was not that America has a surveillance state, but that th…
-
comment
Comment #7476875
is it $ms-ratio: $golden; or $ms-ratio: golden; ?
-
comment
Comment #7411794
Check the URL.
-
comment
Comment #7280449
This could only be a very rough first-pass on detection. Bathing suits can be very skimpy without being fully nude. And social context plays a large role, for instance distinguishi…
-
comment
Comment #7242758
IANAS but it never made sense to me that global warming would be linear with amount of CO_2, at some point, I figured 95% of the available IR would be absorbed by the atmosphere an…
-
comment
Comment #7227312
It seems to me that the anti-SLAPP laws apply in spirit here (of restricting overbearing litigation.) http://en.wikipedia.org/wiki/Strategic_lawsuit_against_publi...
-
comment
Comment #7134375
Image of Warren Buffet courtesy of (i.e., served from) blackmbawomen.com. http://www.blackmbawomen.com/wp-content/uploads/2013/05/warr... Very classy tBB.
-
comment
Comment #7099394
Sadly, the blog isn't available over https.
-
comment
Comment #7090421
I'm not sure if they can deliver on the custom grind promise. I know that supermarkets have to grind in a specific order: roughly cow, pig, chicken: lower required cooking temperat…
-
comment
Comment #7083375
I'm confused by their claim of hashing and THEN salting authentication codes. On the server-side, we don't store the authentication code in plaintext. We hash it with PBKDF2 / SHA-…
-
comment
Comment #6865399
In answer to the question: "Suppose Bitcoin mining software always explored nonces starting with x = 0, then x = 1, x = 2,\ldots. If this is done by all (or even just a substantial…
-
comment
Comment #6848868
A neat trick (tm) for allocating a linked list: recursively call a function which allocates a node on the stack, hooking them up in the function... call something else and pass the…