Viewing profile — gwwar
gwwar
HN member- Joined
- Mon, Mar 04, 2013, 6:16 PM UTC
- HN karma
- 5
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About gwwar
No profile information was provided.
Recent public activity
- story
-
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…
-
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...
-
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…
- story
-
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…
-
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…
-
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…
-
comment
Comment #5319549
This is a bug in chrome: https://code.google.com/p/chromium/issues/detail?id=100666