Live data from Hacker News

Viewing profile — adam_freidin

adam_freidin

HN member
Joined
Mon, May 09, 2011, 7:58 PM UTC
HN karma
3
Public activity
15 items

About adam_freidin

No profile information was provided.

Recent public activity

  1. comment
    Comment #4723190

    French sites

  2. 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.…

  3. 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…

  4. 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…

  5. comment
    Comment #3776386

    I've always liked http://placekitten.com/

  6. comment
    Comment #3551432

    1. read article 2. * dead baby joke * 3. ... 4. Profit?

  7. comment
    Comment #3543363

    google page rank v.s. wikipedia... round 1, FIGHT!

  8. comment
    Comment #3526023

    That looks like something I would make. >_<

  9. 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"

  10. comment
  11. 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 …

  12. story
  13. story
  14. comment
    Comment #2530052

    http://brendaneich.com/2011/01/harmony-of-my-dreams/

  15. 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…