Live data from Hacker News

Viewing profile — mako-taco

mako-taco

HN member
Joined
Sun, Feb 10, 2013, 5:52 PM UTC
HN karma
65
Public activity
13 items

About mako-taco

No profile information was provided.

Recent public activity

  1. comment
    Comment #30150363

    have you considered moving the simulation to worker(s), and providing the game state to the render function through a SharedArrayBuffer?

  2. comment
    Comment #10905311

    If I had to guess, the use of requestAnimationFrame https://github.com/somebee/imba/blob/7ab3d380562b8e6cd09ab09...

  3. comment
    Comment #10844995

    We're proud to soon be joining the #OracleDataCloud! Learn more: http://www.oracle.com/addthis

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

  5. comment
    Comment #9661048

    Beautifully designed, and props to the engineers for keeping everything so snappy, even with all the animations. Really quality work.

  6. comment
    Comment #9634426

    Fixed, thanks

  7. comment
    Comment #9634224

    Yeah, check some of the examples in the readme

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

  9. comment
    Comment #9634128

    es7 decorators can also be used on vanilla objects, not just classes.

  10. comment
    Comment #9634124

    Thanks. My phone doesn't know what programming is :(

  11. story
  12. comment
    Comment #7581386

    how unfortunate it would be if we found ourselves on a local maxima and maintained this attitude

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