Viewing profile — chucklarge
chucklarge
HN member- Joined
- Sat, Dec 03, 2011, 2:12 AM UTC
- HN karma
- 36
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About chucklarge
Recent public activity
-
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…
-
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…
-
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…
- story
-
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…
-
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.
-
comment
Comment #6381615
Another vote for JSONView.
-
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…
-
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
-
comment
Comment #5391287
Heres mine with a pretty basic bash script that creates symlinks. https://github.com/chucklarge/dotfiles
-
comment
Comment #5331138
Oh interesting...back button.
-
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…
-
comment
Comment #5164782
I would hire the friend since he can actually solve problems.
- story
- comment
-
comment
Comment #4482683
send the emails with an unsubscribe link. you'll be fine.
- story
-
comment
Comment #4068650
Linking Angry Birds and terrorism is kind of brilliant.
-
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…
-
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…
-
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/…
-
comment
Comment #3990083
no silos!
-
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…
-
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…
-
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…