Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
chucklarge
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
chucklarge
11y ago
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 languages like go and scala.
2.
▲
by
chucklarge
12y ago
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 confidence your bucketing, data pipeline, stats tests
3.
▲
by
chucklarge
12y ago
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 help page content and other knowledge base pages. That conten
4.
▲
Etsy Security Update: OpenSSL Heartbleed
(blog.etsy.com)
2 points
by
chucklarge
12y ago
|
0 comments
5.
▲
by
chucklarge
13y ago
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 far the worst part of mavericks.
6.
▲
by
chucklarge
13y ago
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.
▲
by
chucklarge
13y ago
Another vote for JSONView.
8.
▲
by
chucklarge
13y ago
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 more generic constructs that can be adapted to achieve
9.
▲
by
chucklarge
13y ago
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.
▲
by
chucklarge
14y ago
Heres mine with a pretty basic bash script that creates symlinks. https://github.com/chucklarge/dotfiles
11.
▲
by
chucklarge
14y ago
Oh interesting...back button.
12.
▲
by
chucklarge
14y ago
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 you do use LaTeX, use the \LaTeX function.
13.
▲
by
chucklarge
14y ago
I would hire the friend since he can actually solve problems.
14.
▲
Mctop - memcache top; new tool from etsy
(codeascraft.etsy.com)
4 points
by
chucklarge
14y ago
|
0 comments
15.
▲
by
chucklarge
14y ago
send the emails with an unsubscribe link. you'll be fine.
16.
▲
John Allspaw explaining the Etsy way to its community.
(etsy.com)
4 points
by
chucklarge
14y ago
|
0 comments
17.
▲
by
chucklarge
14y ago
Linking Angry Birds and terrorism is kind of brilliant.
18.
▲
by
chucklarge
14y ago
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, though more focused on building graphing systems. I believe i
19.
▲
by
chucklarge
14y ago
I suggests everyone read these whitepapers on dashboard design. http://www.perceptualedge.com/articles/Whitepapers/Dashboard... http://www.perceptualedge.com/articles/Whitepapers/Common_Pi... The author also has written a great book on
20.
▲
by
chucklarge
14y ago
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/2012/05/22/blameless-postmortems
21.
▲
by
chucklarge
14y ago
no silos!
22.
▲
by
chucklarge
14y ago
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/html-resume-template
23.
▲
by
chucklarge
14y ago
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. https://github.com/chucklarge/html-resume-template
24.
▲
by
chucklarge
15y ago
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 platform and service (maybe other stuff, don't know his full hi
25.
▲
by
chucklarge
15y ago
What i love most about this is how very simple concepts can sum to produce very complex systems.
26.
▲
by
chucklarge
15y ago
A few of these points seem really petty, a monospace font in the editor? Deal with it. I don't use Wordpress. I am on Facebook, do I think they care how their site should work? Why should they care what my opinion is? Because i am a user
27.
▲
by
chucklarge
15y ago
Etsy would be very happy to hear from any of these folks. Reach out to us or me.
28.
▲
by
chucklarge
15y ago
This was probably a bit rhetorical but have you contacted Paypal to ask? Maybe they could help since some of the policy seems a bit grey. These bigger Paypal stories come up every 6 months or so. I have my own issues with them and certainl
29.
▲
by
chucklarge
15y ago
I'm an engineer at Etsy and went through this transition. I am certainly no expert on either svn or git. To mirror closely how i used svn means i need to run a couple more git commands per push, a little annoying but no big deal. I think t