Live data from Hacker News

Viewing profile — Rodeva

Rodeva

HN member
Joined
Tue, May 21, 2013, 2:51 PM UTC
HN karma
12
Public activity
6 items

About Rodeva

No profile information was provided.

Recent public activity

  1. comment
    Comment #7962960

    Each one of the chart types has a prototype method .update() which will re-draw the chart with your updated values, so real-time updates are possible. [1] http://www.chartjs.org/do…

  2. comment
    Comment #7357645

    I've had the exact same issue. I just updated to the new beta and my mouse cursor is still jumping. It only happens during the transitioning phase (for me at least), so it's only 2…

  3. story
  4. comment
    Comment #7178782

    Name.com has a version of MFA they rolled out about a year ago: http://www.name.com/blog/general/security/2012/12/our-vp-of-...

  5. comment
    Comment #6895159

    I use this myself to host my website. I've forked it and added buildpacks for Jekyll and Octopress (one of the recent commits broke Octopress) for anyone who's interested and altho…

  6. comment
    Comment #6706087

    Assert driven testing means that the tests are part of the actual code that is running. It's helpful because when an assert fails, the stack trace is right at the position where it…