Viewing profile — 4e1a
4e1a
HN member- Joined
- Thu, Sep 10, 2015, 12:15 AM UTC
- HN karma
- 28
- Public activity
- 60 items
- HN profile
- View on Hacker News ↗
About 4e1a
Recent public activity
-
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.
-
comment
Comment #21361547
Try https://www.cryptopals.org/
-
comment
Comment #20559309
Thanks for warning me that this link downloads a pdf. Ass.
-
comment
Comment #20490415
What does this have to do with anything related to HackerNews? Go fuck yourself.
-
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…
-
comment
Comment #19999449
I read "smbc" as "xkcd" and immediately aggreed with your comment.
-
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"
-
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
- comment
-
comment
Comment #19755772
After skimming the comments i was upset it was not about the band Lard.
-
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.
-
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.
-
comment
Comment #17306165
Woohoo! Where I live is ranked #8!
-
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.
-
comment
Comment #16013054
I agree. I'm using Firefox mobile and can't find a way to make this actually monospaced.
-
comment
Comment #15841982
I tried it on android and when you press space it makes you wait to type again
-
comment
Comment #15701678
On my Android I see this: https://drive.google.com/file/d/1V7LHP1arMMEKnCaPIWjZvZKFhq1...
-
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…
-
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.
-
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…
-
comment
Comment #14835718
Yes! I have been looking for something like this! If it works good I would even pay for that service.
-
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.
-
comment
Comment #14629203
I met my wife-to-be when she was my manager.
-
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.
-
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…