Viewing profile — hDeraj
hDeraj
HN member- Joined
- Fri, Jul 26, 2013, 6:57 PM UTC
- HN karma
- 34
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About hDeraj
No profile information was provided.
Recent public activity
-
comment
Comment #15612970
Exploiting can be a noun: https://en.wikipedia.org/wiki/Gerund
-
comment
Comment #14111520
And their whois registration was updated today...
-
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);…
- story
-
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…
-
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…
-
comment
Comment #10978195
This is actually a bug with CSS3D transforms in general with Firefox: http://jsfiddle.net/yNfQX/21/
-
comment
Comment #10755772
I see WebAssembly this way: WebAssembly is to JavaScript what WebGL is to Canvas
-
comment
Comment #9806846
Also note that the post is tagged as 'bad-theory'
-
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
-
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…