Live data from Hacker News

Viewing profile — wwarnerandrew

wwarnerandrew

HN member
Joined
Sat, Mar 24, 2012, 8:26 PM UTC
HN karma
309
Public activity
15 items

About wwarnerandrew

https://genius.com https://genius.engineering

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
    Comment #18619670

    good question! the analysis that I was doing was really a one-off for switching between these processes. We have unit tests and sanity checks to ensure consistency going forward, b…

  6. comment
    Comment #18619559

    OP here— good point! We actually use Athena to query these exports in S3 to debug data drift of specific export objects over time. It's quite a useful tool, I was able to go knowin…

  7. story
  8. story
  9. comment
    Comment #6329288

    The graphing library is highcharts ( http://www.highcharts.com/ )

  10. comment
    Comment #6329114

    Here is a permalink for that annotation: http://news.rapgenius.com/1900809 You can get that by clicking "share" in the annotation footer

  11. comment
    Comment #5552354

    What about using something like jquery detach? Then you could, when rendering, detach the element, render all the content, subviews, and re-append it. That shouldn't trigger reflow…

  12. story
  13. story
  14. comment
    Comment #5216653

    Yes, it's true that the Cedar stack supports forking web servers like unicorn, and that an individual dyno can run multiple workers and therefore serve multiple requests at the sam…

  15. comment
    Comment #5216314

    Yes, that's true, but for apps with significant memory footprint I don't think it's a huge help. Heroku dynos have 512mb ram ( https://devcenter.heroku.com/articles/dynos ), so for…