Viewing profile — asaarinen
asaarinen
HN member- Joined
- Fri, Mar 23, 2012, 10:32 AM UTC
- HN karma
- 15
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About asaarinen
No profile information was provided.
Recent public activity
-
comment
Comment #6565565
Hard to imagine what they could be adding to CSS3 transforms - composite transforms can be done efficiently without calculating them manually anyway (by using the DOM tree as a "sc…
-
comment
Comment #6419062
Frankly the fat arrow syntax adds so little value that it's not worth adding new syntax to JavaScript, just my humble opinion. The fat arrow seems to be primarily about easier scop…
-
comment
Comment #6239254
After the incident they are shrugging it off. My guess is that they were trying their luck; had they found anything on his laptop which they could use against him - like any of the…
-
comment
Comment #6237140
I'd guess what they were looking for was any one of the leaked top-secret NSA documents on his laptop, the hard drive of which is being analyzed as we speak... Had they found anyth…
-
comment
Comment #6222416
You do it like this (using async): async.eachSeries( players, function(player, playercb) { var valid = false; async.whilst( function() { return !valid; }, function(wcb) { Ask("What…
-
comment
Comment #6207908
Sure, but the language that _every_ developer will need to know is JavaScript, not OCaml or some other of the dozen alternatives that can be compiled to JS. Besides, the ability to…
-
comment
Comment #6207719
I applaud the Node developers for their effort. While recent "competitors" like Go are fascinating and in some ways even arguably better, the fact that every device on earth runs J…
- story
-
comment
Comment #6109781
It might actually make sense to Snowden to get some level of guarantees of good treatment and fair trial from Holder, and then take a commercial flight to US of his free will What …
-
comment
Comment #5972290
Read: Snowden should publish everything he has, because after that he will be granted asylum. What better way to get everything out of Snowden, still stay "neutral" and give USG th…
-
comment
Comment #5187119
Just in case somebody's interested, here's a related experiment we made to generate and display map tiles in a "google earth-style" projection using CSS transforms: https://github.…