Viewing profile — Calvein
Calvein
HN member- Joined
- Sun, Nov 06, 2011, 7:30 PM UTC
- HN karma
- -1
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About Calvein
No profile information was provided.
Recent public activity
-
comment
Comment #10462731
Well goldenkey answered perfectly for me here.
-
comment
Comment #10461847
They should really be in data-attributes instead of classes imo. And not having issues on Github is quite a weird, especially when the first rule for contributing is: > Create an i…
-
comment
Comment #10195325
Any indication if Apple is going to support pointer events[1] now since there is a stylus ? [1]: http://caniuse.com/#feat=pointer
-
comment
Comment #9208129
What about the new Razer blade ? I'm in the same situation as the OP but my company is keen to get me the laptop I want (my Zenbook was great but its 4GB or unupgradable RAM is a b…
-
comment
Comment #4246902
On Linux (and WIndows I presume) it's with the alt key.
-
comment
Comment #3586700
You can write this without any problem: var x = function() { // something } // avoid polluting global scope: !function() { // Some initialization. }()