Live data from Hacker News

Viewing profile — terangdom

terangdom

HN member
Joined
Fri, May 11, 2012, 11:25 PM UTC
HN karma
28
Public activity
30 items

About terangdom

No profile information was provided.

Recent public activity

  1. comment
  2. 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…

  3. story
  4. comment
    Comment #4103040

    A careful reading will tell you that the article you refer to is normative not descriptive.

  5. comment
    Comment #4102759

    I am surprised. I thought cognitive traits had high correlation. I did not expect laziness would factor into it so much.

  6. comment
    Comment #4102753

    Intelligence and bias resistance are at least both cognitive traits.

  7. 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…

  8. 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…

  9. 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…

  10. comment
  11. 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…

  12. comment
    Comment #4089770

    Why not use lazy rehashing? On login, the password is availible and so can be rehashed properly.

  13. comment
    Comment #4089757

    They usually use less than one bit per password.

  14. comment
    Comment #4089018

    But if important is hard and unimportant easy, than there might be better reward/work by working on unimportant stuff.

  15. 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?

  16. 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…

  17. 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…

  18. comment
    Comment #4055706

    How does it compare to using earplugs in a silent room?

  19. 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…

  20. 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…

  21. 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.

  22. comment
    Comment #4055255

    No, everyone did not know. Many had strong suspicions.

  23. 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?

  24. 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.

  25. 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…