Live data from Hacker News

Viewing profile — chucklarge

chucklarge

HN member
Joined
Sat, Dec 03, 2011, 2:12 AM UTC
HN karma
36
Public activity
30 items

About chucklarge

engineering manager at Etsy, all things data. https://github.com/chucklarge

Recent public activity

  1. comment
    Comment #9331388

    Anything that touches our production databases, mostly sharded mysql, needs to go through our php orm. We do have other contained infrastructure that is written in some other langu…

  2. comment
    Comment #9014863

    Yes, a Null test really should be the first test you run if you're looking to get into A/B testing. You should also run an ongoing A/A test across your site or app to have confiden…

  3. comment
    Comment #8784687

    The Etsy blogs use Wordpress, so we do use existing third-party tools where is makes sense. Kellan might have a rule to not build a CMS but we certainly have built one to manage he…

  4. story
  5. comment
    Comment #6998285

    thank you! just ran the binary and hitting the power button on a mbp retina now brings up the "Are you sure you want to shut your computer down now?" dialog. This is behavior is by…

  6. comment
    Comment #6944381

    We don't use hphp in production at Etsy but do use it for static analysis in our build. It catches lots of dumb mistakes.

  7. comment
    Comment #6381615

    Another vote for JSONView.

  8. comment
    Comment #6177175

    I don't disagree, just pointing out that there are ways to achieve a tabular layout without an html table. Tables are for data right? On the other hand, I like the idea of less and…

  9. comment
    Comment #6170741

    I'm using SlickGrid[1] in an internal tool. It uses divs and spans to display data, so there are certainly nice examples that do so. 1. https://github.com/mleibman/SlickGrid

  10. comment
    Comment #5391287

    Heres mine with a pretty basic bash script that creates symlinks. https://github.com/chucklarge/dotfiles

  11. comment
    Comment #5331138

    Oh interesting...back button.

  12. comment
    Comment #5242670

    Shameless plug for my html resume template, https://github.com/chucklarge/html-resume-template I used to use LaTeX but couldn't figure out how to style it exactly as i needed. If y…

  13. comment
    Comment #5164782

    I would hire the friend since he can actually solve problems.

  14. story
  15. comment
  16. comment
    Comment #4482683

    send the emails with an unsubscribe link. you'll be fine.

  17. story
  18. comment
    Comment #4068650

    Linking Angry Birds and terrorism is kind of brilliant.

  19. comment
    Comment #4058226

    There is this as well http://www.amazon.com/Enterprise-Dashboards-Design-Best-Prac... The The Grammar of Graphics (Statistics and Computing) by Leland Wilkinson is also great, thou…

  20. comment
    Comment #4053960

    I suggests everyone read these whitepapers on dashboard design. http://www.perceptualedge.com/articles/Whitepapers/Dashboard... http://www.perceptualedge.com/articles/Whitepapers/C…

  21. comment
    Comment #4027368

    You also have to be in a culture/environment which appreciates and encourages learning from failure, rather than placing blame. See what we do at Etsy. http://codeascraft.etsy.com/…

  22. comment
    Comment #3990083

    no silos!

  23. comment
    Comment #3902077

    I used to do my resumes in LaTeX but kept fighting with the styles. I really just wished i could use html/css, and finally created my own template. https://github.com/chucklarge/ht…

  24. comment
    Comment #3784698

    Some self promoting here, but this is my html resume project based on Jason Blevins' CV Latex template. I am using Prince, but printing from the browser gives a nice result too. ht…

  25. comment
    Comment #3635072

    I am not saying user feedback is not valuable. I am not sure where the line is between feedback and just being a brat is though. MW has obviously been successful at a blogging plat…