Viewing profile — by
by
HN member- Joined
- Fri, May 15, 2009, 12:11 PM UTC
- HN karma
- 280
- Public activity
- 124 items
- HN profile
- View on Hacker News ↗
About by
No profile information was provided.
Recent public activity
-
comment
Comment #17610571
I only skimmed the article, so maybe they said this, but for choosing from a small range, for example 0..51, you can get several of these from a 32 bit random number with this algo…
-
comment
Comment #15688074
From personal experience, this is absolutely correct and still a major problem which needs solving. The nurses in hospital will keep a fluids-in fluids-out chart constantly logging…
-
comment
Comment #2799158
This would be good to build into the windowing system so it could apply to any application. Split any application window horizontally or vertically and put the two parts where you …
-
comment
Comment #2733426
The .COM domain has always been international in nature, not a country domain restricted to the US. See the extract of RFC 1591 below. Or have I missed something? It is fairly clea…
-
comment
Comment #2717818
"The length of the randomly generated salt shall be at least 128 bits." nist-sp800-132.pdf http://csrc.nist.gov/publications/PubsSPs.html Not quite the same application, but it wou…
-
comment
Comment #2683530
My theory is that un-released software is like physical inventory. Keeping inventory is very expensive because the money spent could have been earning interest elsewhere and produc…
-
comment
Comment #2640260
Maybe I did not phrase that well. What I was thinking was not to give your premium accounts away free, I agree that would devalue your product, but that you could get free advertis…
-
comment
Comment #2637063
Try to find places where there are people who would benefit from your product. Post free links to your site on non-spammy relevant places. If you get creative this should produce a…
-
comment
Comment #2606854
No. The police possess a great deal of stolen property. The entire police force would collapse into a blue hole if they had to arrest everybody in possession of stolen property. Th…
-
comment
Comment #2590959
It's called traffic analysis https://secure.wikimedia.org/wikipedia/en/wiki/Traffic_analy...
-
comment
Comment #2549754
That depends on how you define 'active'. A quick Google gives me some Facebook published statistics [1] which say that more than 250 million people log on every day. Goldman Sachs …
-
comment
Comment #2378284
"In any case that value was unrealized assets, so it's not like they actually had $36B in cash" I could equally say that if they liquidated that $26B quickly they would get less th…
-
comment
Comment #2377972
That is trivial compared to the $10,000 million the Harvard endowment fund lost. http://www.bloomberg.com/apps/news?pid=newsarchive&sid=a... http://www.nacubo.org/Documents/researc…
-
comment
Comment #2316806
The things we should fear are myocardial infarction [1] and cerebrovascular accident [2]. These are what will probably kill us in developed countries [3]. The good news is that we …
-
comment
Comment #2220726
Yes, you are quite right. I should have done that.
-
comment
Comment #2216223
Sorry, I misunderstood. I thought you were supporting a 'rage is sufficient reason to attack people' position. My counter-example was intended to show clearly that rage can be enti…
-
comment
Comment #2216004
"The harshness of the lesson was proportional to the amount of rage such behavior induce." Let's consider the logic of that statement by taking a different example. A young child i…
-
comment
Comment #2192661
The article does not make it clear that to make a submission to the review itself you should see this page http://www.ipo.gov.uk/ipreview/ipreview-c4e/ipreview-c4e-res... the surve…
-
comment
Comment #2174323
Please don't shout in uppercase in the titles. The guidelines are here: http://ycombinator.com/newsguidelines.html I realise the original article uses this title, but a little more…
-
comment
Comment #2134855
It is very poor security to teach your users to enter their passwords on HTTP pages. Even the small minority of technical people who check the page uses HTTPS when it posts the for…
-
comment
Comment #2067127
Why doesn't Data.PVector.map increment the last element from 14 to 15? ghci> adjust succ 2 a -- apply a function to a single element fromList [1,42,14] ghci> Data.PVector.map succ …
-
comment
Comment #2052068
"scientists, engineers and tech folk are able to abstract the description of a high-trauma event .. and describe it in such matter-of-fact terms." Here is John Hamilton who made th…
-
comment
Comment #2008714
You talk about password collisions. I am only considering salt collisions. Their system had many holes, one of which was the salt length. I did not mean that the salt length was th…
-
comment
Comment #2008363
It is a salt collision not a hash collision. No, clearly one would not matter, hence staying below that would be entirely safe against a salt collision inside your database. But if…
-
comment
Comment #2008214
It's called the Birthday Paradox https://secure.wikimedia.org/wikipedia/en/wiki/Birthday_para... the rule of thumb to remember is that there is a 50% chance of a collision when the…