Viewing profile — terangdom
terangdom
HN member- Joined
- Fri, May 11, 2012, 11:25 PM UTC
- HN karma
- 28
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About terangdom
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #6904284
I agree. But these cloud services are so new, that people are not aware of the risks they are taking. They don't realize the needs they actually have. Since the customers don't kno…
- story
-
comment
Comment #4103040
A careful reading will tell you that the article you refer to is normative not descriptive.
-
comment
Comment #4102759
I am surprised. I thought cognitive traits had high correlation. I did not expect laziness would factor into it so much.
-
comment
Comment #4102753
Intelligence and bias resistance are at least both cognitive traits.
-
comment
Comment #4102156
Now I feel bad, maybe I should have voiced it in a way that sounded less sure. I base it on two things. 1. Similar genes do similar things in different species. 2. There are an inc…
-
comment
Comment #4100212
Very cool idea! I think you should think carefully about the use cases. Is it for someone who wants to take a gene from one organism, move it to another and then order that organis…
-
comment
Comment #4100062
My prediction: We can find a subset of proteins such that they do not interfere with each other, and still large enough that they can perform useful functions. It is possible to wr…
- comment
-
comment
Comment #4091172
No it's incorrect. Compare "these truths... that all men are created equal, (...)" with "these kittens... that all kittens are created hungry". The that in the second sentence is w…
-
comment
Comment #4089770
Why not use lazy rehashing? On login, the password is availible and so can be rehashed properly.
-
comment
Comment #4089757
They usually use less than one bit per password.
-
comment
Comment #4089018
But if important is hard and unimportant easy, than there might be better reward/work by working on unimportant stuff.
-
comment
Comment #4088995
In order for an extension attack, wouldn't the blocks have to align perfectly? Like suppose I hash [abcd][efgh][k] How would you extend that?
-
comment
Comment #4086744
I don't now much about Flame, but I would assume that messages are sent using public-key cryptography in such a way that they can't be spoofed. Maybe a replay attack would be possi…
-
comment
Comment #4056134
In the best of worlds, developers could make an effort not to do anything shady, like self modifying code, dll-injection etc, making heuristics complaining about such behaviours vi…
-
comment
Comment #4055706
How does it compare to using earplugs in a silent room?
-
comment
Comment #4055560
Maybe I misunderstood how the xml/xslt-paradigm works, but my idea was that you have a serverside api serving up raw data, and the display is controlled by some code on the clients…
-
comment
Comment #4055358
I know for a fact that the average bad guy does this. Google "fud crypter", they are programs that take malware and makes it Fully UnDetectable by encrypting it, similar to how upx…
-
comment
Comment #4055335
>And you can't have perfect heuristics 1. All my computers have finite memory 2. You could in theory make heuristics with false positives but without false negatives.
-
comment
Comment #4055255
No, everyone did not know. Many had strong suspicions.
-
comment
Comment #4055052
The former has a large political impact. How many dissidents a year do you think you need to kill to suppress any opposition?
-
comment
Comment #4044491
I seem to recall some people paying people for sterilization. That would seem to solve the problem. NOTE: The only eugenics I am for are those based on voluntary gene replacement.
-
comment
Comment #4042250
Cryptographic hashes should be as fast as possible while not sacrificing collision resistance. Hashtable hashes should be as collision resistant as possible while not sacrificing s…