Live data from Hacker News

Viewing profile — gwwar

gwwar

HN member
Joined
Mon, Mar 04, 2013, 6:16 PM UTC
HN karma
5
Public activity
9 items

About gwwar

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #6420630

    If you recall, a lambda is just an anonymous function which javascript already has. //an example of a self-executing anonymous function (function(x) { return x * x; } (3)); //retur…

  3. comment
    Comment #6419368

    You can use Function.prototype.bind instead of creating a closure. Check out the examples here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...

  4. comment
    Comment #6419028

    While this is pretty cool, I'm not really a fan of this. There is less to type, but I end up spending more time reading what the code is doing since there's more than one way to do…

  5. story
  6. comment
    Comment #5729705

    The lack of credentials are usually forgiven when he or she is a founder/entrepreneur or an early hire. If they happen to be successful (which is rare) why wouldn't we celebrate th…

  7. comment
    Comment #5729442

    A few points: 1) It's 2013. If you work with men that don't know women are people, find a new job. If they did something excessively stupid or harmful, you should sue them to disco…

  8. comment
    Comment #5319643

    https://code.google.com/p/chromium/issues/detail?id=122083 You will also see other artifacts when placing text with css transforms over any other compositing layer (canvas, element…

  9. comment
    Comment #5319549

    This is a bug in chrome: https://code.google.com/p/chromium/issues/detail?id=100666