Live data from Hacker News

Viewing profile — hDeraj

hDeraj

HN member
Joined
Fri, Jul 26, 2013, 6:57 PM UTC
HN karma
34
Public activity
11 items

About hDeraj

No profile information was provided.

Recent public activity

  1. comment
    Comment #15612970

    Exploiting can be a noun: https://en.wikipedia.org/wiki/Gerund

  2. comment
    Comment #14111520

    And their whois registration was updated today...

  3. comment
    Comment #14111482

    Here's the served JS for reference: var lang = navigator.languages ? navigator.languages[0] : (navigator.language || navigator.userLanguage); if (lang) lang = lang.substring(0, 2);…

  4. story
  5. comment
    Comment #13861346

    I don't know the reasoning for the first change, but they explain the need to change it again in the article: "If you’ve been following along, you know Glitch is a new name for our…

  6. comment
    Comment #12421790

    When calling a simple function like this within a large loop, would it make a noticeable difference in speed to inline the computation vs. having a function call? If so, what's the…

  7. comment
    Comment #10978195

    This is actually a bug with CSS3D transforms in general with Firefox: http://jsfiddle.net/yNfQX/21/

  8. comment
    Comment #10755772

    I see WebAssembly this way: WebAssembly is to JavaScript what WebGL is to Canvas

  9. comment
    Comment #9806846

    Also note that the post is tagged as 'bad-theory'

  10. comment
    Comment #9618469

    I actually did a (rough mvp) hackathon project with a friend that implemented this idea pretty literally: https://github.com/dominodes/dominodes

  11. comment
    Comment #9608965

    I just started a similar project a couple weeks ago. After getting the prominent colors, recoloring the original image makes a pretty neat effect. http://www.jaredharkins.com/posts…