Viewing profile — alts
alts
HN member- Joined
- Tue, Apr 13, 2010, 12:33 AM UTC
- HN karma
- 21
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About alts
No profile information was provided.
Recent public activity
-
comment
Comment #5174442
I met Danilo (briefly) at a Grubwithus dinner a while back in the SF. It's strange to type, but I never suspected he was Latino based on appearance. I'm in a similar boat, where I …
-
comment
Comment #4780122
But there are better ways of attacking fraudulent IAPs. Perhaps more effort, but certainly fewer false positives. http://developer.apple.com/library/ios/#documentation/Networ...
-
comment
Comment #3619093
One github user already put the Utah state legal code on github. All commits are attributed to him, but it's fascinating watching the wording change commit by commit. His README pr…
-
comment
Comment #3379976
It happened to me with a recruiter. They were calling people that were somehow connected to me to try to get my phone number. What I found most upsetting was how they treated the p…
-
comment
Comment #3322480
I really like this idea. I took a look at the Javascript output of the compiler, and noticed that effectively every statement of the program would result in a function nested withi…
-
comment
Comment #3164465
To those concerned, a request with your provided info appears to only be sent to their servers once you arrive at the Results step (which itself is mostly just a recap of the previ…
-
comment
Comment #3126669
When I took cs142, it was actually a web security class. It seems that the last few weeks of the class will still be devoted to security. The introduction to Rails was done solely …
-
comment
Comment #2771366
Haskell: (\>) x f = f x Allows me to write in a more readable manner [1..10] \> map (*2) \> filter (