Viewing profile — zejay
zejay
HN member- Joined
- Fri, Jun 13, 2014, 6:39 PM UTC
- HN karma
- 4
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About zejay
No profile information was provided.
Recent public activity
-
comment
Comment #18519833
The top comment doesn't make it sound like negative reinforcement. Might depend on the human they assign you though.
-
comment
Comment #18436439
Why is it shaped symmetrically, but has thumb buttons only on the left side?
-
comment
Comment #14382335
Tail recursion is a special case of tail calls that can be turned into loops. Their keyword is called tailrec, so it's probably not real TCO. Real tail call optimization can't easi…
-
comment
Comment #12936230
Right now it seems to show an SHA1 hash encoded in hex, which is very inconvenient because ssh-keygen displays either MD5 in hex or SHA256 in base64. It should at least tell the us…