Live data from Hacker News

Viewing profile — Calvein

Calvein

HN member
Joined
Sun, Nov 06, 2011, 7:30 PM UTC
HN karma
-1
Public activity
6 items

About Calvein

No profile information was provided.

Recent public activity

  1. comment
    Comment #10462731

    Well goldenkey answered perfectly for me here.

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

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

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

  5. comment
    Comment #4246902

    On Linux (and WIndows I presume) it's with the alt key.

  6. comment
    Comment #3586700

    You can write this without any problem: var x = function() { // something } // avoid polluting global scope: !function() { // Some initialization. }()