Viewing profile — wwarnerandrew
wwarnerandrew
HN member- Joined
- Sat, Mar 24, 2012, 8:26 PM UTC
- HN karma
- 309
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About wwarnerandrew
Recent public activity
- story
- story
- story
- story
-
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…
-
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…
- story
- story
-
comment
Comment #6329288
The graphing library is highcharts ( http://www.highcharts.com/ )
-
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
-
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…
- story
- story
-
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…
-
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…