Viewing profile — mako-taco
mako-taco
HN member- Joined
- Sun, Feb 10, 2013, 5:52 PM UTC
- HN karma
- 65
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About mako-taco
No profile information was provided.
Recent public activity
-
comment
Comment #30150363
have you considered moving the simulation to worker(s), and providing the game state to the render function through a SharedArrayBuffer?
-
comment
Comment #10905311
If I had to guess, the use of requestAnimationFrame https://github.com/somebee/imba/blob/7ab3d380562b8e6cd09ab09...
-
comment
Comment #10844995
We're proud to soon be joining the #OracleDataCloud! Learn more: http://www.oracle.com/addthis
-
comment
Comment #9688117
I went to the 'try it out' page here http://try.buildwinjs.com/#listviewinteractions and noticed a ton of jank while scrolling. A quick look at chrome's timeline reveals a nasty li…
-
comment
Comment #9661048
Beautifully designed, and props to the engineers for keeping everything so snappy, even with all the animations. Really quality work.
-
comment
Comment #9634426
Fixed, thanks
-
comment
Comment #9634224
Yeah, check some of the examples in the readme
-
comment
Comment #9634131
Static analysis is one of the end goals of this project; the other is generating documentation. Decorators are definitely NOT needed for achieving the current functionality.
-
comment
Comment #9634128
es7 decorators can also be used on vanilla objects, not just classes.
-
comment
Comment #9634124
Thanks. My phone doesn't know what programming is :(
- story
-
comment
Comment #7581386
how unfortunate it would be if we found ourselves on a local maxima and maintained this attitude
-
story
Clean web workers using callbacks
This library is a project I made to make web worker code easier to write and easier to read. As they stand, getting use out of web workers involves writing a series of messages and…