Live data from Hacker News

Viewing profile — 4e1a

4e1a

HN member
Joined
Thu, Sep 10, 2015, 12:15 AM UTC
HN karma
28
Public activity
60 items

About 4e1a

[ my public key: https://keybase.io/operatordd3; my proof: https://keybase.io/operatordd3/sigs/qy6FBE2gO2tu4_cn_-frM8V4oKze4QsiCz7PrE59J3E ]

Recent public activity

  1. comment
    Comment #21662670

    Got an invite? Hard spending money on an UrbitID when I cant access a demo or anything. Logging in with MetaMask does nothing.

  2. comment
    Comment #21361547

    Try https://www.cryptopals.org/

  3. comment
    Comment #20559309

    Thanks for warning me that this link downloads a pdf. Ass.

  4. comment
    Comment #20490415

    What does this have to do with anything related to HackerNews? Go fuck yourself.

  5. comment
    Comment #20102130

    I did also. I would check out the same three code-making/spy club books from my elementary school library. Now that I have kids I will see how it fares with them. Thanks for sharin…

  6. comment
    Comment #19999449

    I read "smbc" as "xkcd" and immediately aggreed with your comment.

  7. comment
    Comment #19999337

    I just wanted to say "Thank You!" For jonesforth. I don't know how many times i've read it. It's probably what made everything "click" for me, so "thanx"

  8. comment
    Comment #19785590

    Or try KSUID [0]. K-Sortable Unique IDs. I'm not affiliated, just easy to code from scratch and sortable. [0] - https://github.com/segmentio/ksuid

  9. comment
  10. comment
    Comment #19755772

    After skimming the comments i was upset it was not about the band Lard.

  11. comment
    Comment #18232625

    Not a true statement. Where are you searching? I can find nothing to explain this other than the comment below about someone dying, but that doesn't explain anything either.

  12. comment
    Comment #17395501

    I think they failed to mention other sites. Here in Springfield Missouri we have an AT&T building which seems highly fortified like what is described in the article.

  13. comment
    Comment #17306165

    Woohoo! Where I live is ranked #8!

  14. comment
    Comment #16935039

    Being empathetic does not put food in my gut. It might get you a date and a plate, but does not provide a career.

  15. comment
    Comment #16013054

    I agree. I'm using Firefox mobile and can't find a way to make this actually monospaced.

  16. comment
    Comment #15841982

    I tried it on android and when you press space it makes you wait to type again

  17. comment
    Comment #15701678

    On my Android I see this: https://drive.google.com/file/d/1V7LHP1arMMEKnCaPIWjZvZKFhq1...

  18. comment
    Comment #15668793

    I completely suck at calculus, but have a great need for kernels. I am an intermediate programmer/musician and I use them for audio convolution[0]. [0] - https://en.m.wikipedia.org…

  19. comment
    Comment #15553145

    Give each user a random salt. Hash each subsection of the password with their salt and store that. No need for plaintext.

  20. comment
    Comment #14916937

    Never done before, but this is roughly what is currently in my clipboard: function digest(s) --return crc32(s)..adler32(s) --return hmac_sha1(pass,s) return sha1(s) end function ph…

  21. comment
    Comment #14835718

    Yes! I have been looking for something like this! If it works good I would even pay for that service.

  22. comment
    Comment #14693484

    I've been using it on my android phone with no problems, and without paying a dime. Not sure why all the negativity.

  23. comment
    Comment #14629203

    I met my wife-to-be when she was my manager.

  24. comment
    Comment #14468434

    I have a backup of my SQRL keys for when this goes mainstream. I really like the idea, but am not hopeful it will become widely adopted.

  25. comment
    Comment #14436666

    I completely agree. I had made something similar in lua and it was very fun and I found many md to html converters, but not the other way around. HTML parsing is what made me 'paus…