Viewing profile — adam_freidin
adam_freidin
HN member- Joined
- Mon, May 09, 2011, 7:58 PM UTC
- HN karma
- 3
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About adam_freidin
No profile information was provided.
Recent public activity
-
comment
Comment #4723190
French sites
-
comment
Comment #4519208
Saw this and took this picture: http://www.flickr.com/photos/-adam/7983967654/in/photostream They could have used a time other than noon, my eyes were watering at the blinding sun.…
-
comment
Comment #4373655
you're not as crude as, say, http://whatthefuckshouldimakefordinner.com I think this site doesn't need the crude language, it doesn't detract for me. In fact, I probably wouldn't h…
-
comment
Comment #4366584
Sounds like "your biggest problem without vim." Like many others, I've been happy using Sublime, recently. But not quite completely satisfied (For instance, I couldn't figure out a…
-
comment
Comment #3776386
I've always liked http://placekitten.com/
-
comment
Comment #3551432
1. read article 2. * dead baby joke * 3. ... 4. Profit?
-
comment
Comment #3543363
google page rank v.s. wikipedia... round 1, FIGHT!
-
comment
Comment #3526023
That looks like something I would make. >_<
-
comment
Comment #3523767
me too. but you'ld think that it would help to at least say somewhere (like a subtitle in the banner) "tame + coffeescript"
- comment
-
comment
Comment #3519797
I just did it because I was working on a horrifically complicated gyp/make build system for work and I came up with enough infrastructure that I realized I could do something like …
- story
- story
-
comment
Comment #2530052
http://brendaneich.com/2011/01/harmony-of-my-dreams/
-
story
Harmony Rest Parameters - Implementation
function ___args() { var caller = ___args.caller; return Array.prototype.slice.call(caller.arguments, caller.length); }; function show(a,b) { return ___args(); } alert(show(1,2,3,4…