Live data from Hacker News

Viewing profile — douglashunter

douglashunter

HN member
Joined
Thu, Oct 28, 2010, 5:06 PM UTC
HN karma
35
Public activity
21 items

About douglashunter

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #4882190

    This main page: http://code.shutterstock.com/rickshaw/ ? I'm not seeing JavaScript errors. If you can reproduce the error and get an error message from your console, a ticket over …

  3. comment
    Comment #4557779

    Cool! I notice that you have both lil brother and google analytics enabled on bits.shutterstock.com. Do you have any kind of a read on how they stack up against each other?

  4. comment
    Comment #4216531

    When I first saw camlistore ( http://camlistore.org/ ) it jived with much of how I pondered the foundational bits of "the cloud I'd like to see". Private by default, distribut(ed|a…

  5. comment
    Comment #3847273

    That's surprising. Is it the example here ( http://code.shutterstock.com/rickshaw/examples/extensions.ht... ) that is slow? How is it slow (when you click on controls to customize …

  6. comment
    Comment #3847237

    [full disclosure, I used to work with the fine folks at Shutterstock, who created Rickshaw] Rickshaw has been talked about here before, when it was released (original thread: http:…

  7. comment
    Comment #3534760

    > Shutterstock are legendary round the perl community for being a hive of badly written ancient code that never gets significant refactoring effort though I like to think that we'r…

  8. comment
    Comment #3534094

    > Both above spot the undef gotcha. The builtin open() even tries to spot when it's not intentional. The documentation puts "undef" in quotations in the section where it introduces…

  9. comment
    Comment #3533963

    In the cases in the article, strict and warnings won't save you.

  10. comment
    Comment #3533954

    This is what Kris Arnold ( https://twitter.com/wka ), one of the other hackers here at Shutterstock recommended. I like it.

  11. comment
    Comment #3533649

    Well, that's embarrassing. I fat-fingered those while I was transcribing code into the article. "Surprise Two" was supposed to be about the autovivification surprise, not me mistyp…

  12. story
  13. comment
    Comment #3341592

    "I'm confused about what the smoothing is supposed to be doing" If you have, for example, 300 data plots collected once a second for 5 minutes, and that looks too noisy when you pa…

  14. comment
    Comment #3341228

    It isn't an intentional workaround, and is an artifact of typing the least amount of markup possible to make something render. We'll fix that, thanks!

  15. comment
    Comment #3340821

    "Ok, that example has a slider" It has two. There is one below the legend on the left hand side. That smooths your data by aggregating the plots. It also has the zoom slider under …

  16. comment
    Comment #3340757

    dygraphs is lovely, nice work there! One of the pieces that I particularly like is how you handle CSV data.

  17. comment
    Comment #3340707

    "A truly interactive chart would let you zoom in and out ... and so on." dchester's comment ( http://news.ycombinator.com/item?id=3340609 ) links to http://shutterstock.github.com/…

  18. comment
    Comment #3340592

    Thanks! Most (read "all") the credit there, as well as the credit for the other useful parts of the code, belongs to David Chester. But I'm louder on the internet and have been wor…

  19. comment
    Comment #3333674

    Thanks for giving it a whirl! When you say the controls don't work, are you talking about the controls in the extensions example ( http://shutterstock.github.com/rickshaw/examples/…

  20. story
  21. comment
    Comment #3116143

    Yes, tons of credit due there. In my post ( http://bits.shutterstock.com/?p=74 ) I linked to Jonathan Corbet's coverage ( http://lwn.net/Articles/427104/ ) of the topic on LWN, whi…