Live data from Hacker News

Viewing profile — 16s

16s

HN member
Joined
Fri, Jun 25, 2010, 3:14 PM UTC
HN karma
3,211
Public activity
974 items

About 16s

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #6780426

    Amen. All these people who parrot, "Don't roll you own crypto" need to get out of the math/programming kitchen and go get a crypto burger from some national fast food joint. My adv…

  3. comment
    Comment #6768408

    Often times, the hack is through a web front-end. Back-end systems (such as DBs) are heavily firewalled, logged, monitored, etc. and are generally very well protected. Systems guys…

  4. comment
    Comment #6739555

    The Cone of Silence lives.

  5. comment
    Comment #6733432

    "Inelegant" is really a matter of opinion.

  6. comment
    Comment #6733080

    We use SHA1_Pass. It does not store password data. It generates passwords as needed. The info required to generate the passwords is stored on our internal wiki. The secret sentence…

  7. story
  8. comment
    Comment #6731891

    Very inspiring. I have no interest in start-ups and that sort of thing, but I do admire your intestinal fortitude. You hung in there and did it. And really that's all life is about…

  9. story
  10. comment
    Comment #6731856

    This is the same reason I re-wrote a lot of my Python code in C++ many years ago. Distributing one self-contained, statically linked executable just works and even the most clueles…

  11. comment
    Comment #6725812

    Very well said. There is no one perfect programming language, no one perfect algorithm and no one perfect data structure for all problems and constraints you will face as a CS prac…

  12. story
  13. story
  14. story
  15. story
  16. comment
  17. comment
    Comment #6690432

    Great read. This sentence sums it up best I think, "Why, why, why would people expect to get great results if they flaunt all the best-practices that have developed over the past 2…

  18. comment
    Comment #6663672

    The world is all about trivialities today and escapism (let's not face reality). Especially in the West. Young men and women (in general) don't really mature until their mid 30s an…

  19. comment
    Comment #6663596

    Most people don't understand it. Never have. Never will.

  20. comment
  21. comment
    Comment #6635359

    Triple rot13 (like Triple DES) is government approved. echo -n word | \ > wm --rot13 --words stdin | \ > wm --rot13 --words stdin | \ > wm --rot13 --words stdin result: jbeq Howeve…

  22. comment
    Comment #6635334

    Law Enforcement is a very tight knit community. They trust each other and that trust builds over the years. They are almost like a family. And apparently, this is their go to guy f…

  23. comment
    Comment #6627662

    Not only are more people depressed, but more actually die during the winter too: http://wattsupwiththat.com/2010/01/06/winter-kills-excess-de...

  24. comment
    Comment #6623660

    It's been my experience that many cultures have this problem, not just China.

  25. comment
    Comment #6615994

    Security through obscurity is useless. I have heard people repeat this for the last 20 years. They are wrong and they have no idea what they are talking about. They just parrot wha…