I'm Chris Clark, the CTO and co-founder of Grove Collaborative. Over the years I've written a number of articles about software, technology, and teams.
This is a post about change management at a start-up.
Kaggle, at just under 20 people, is an interesting size because we are right on the cusp of being able to wing it in terms of process and communication, and needing more formal processes to make sure changes and plans …
This tutorial will get you started with Pandas - a data analysis library for Python that is great for data preparation, joining, and ultimately generating well-formed, tabular data that's easy to use in a variety of visualization tools or (as we will see here) machine learning applications …
BigML had a great series of posts over the summer pitting some prediction-as-a-service products against each other. One of those was the Google Predict API. I thought it might be fun to enter a Kaggle competition using the API and see how it did against some of the world's top …
Yep, it's a fizzbuzz blog post! I can hardly believe I've gone this long without ever doing one.
I was thinking about hiring and what I would do if someone asked me fizzbuzz, and I think I would have used it as an opportunity to show off some engineering practices …
Cliffs notes: Now, whenever I hit F2 in Photoshop, I get a high quality jpg of my file saved to the same directory. No more "File->Save As" nonsense every time I want a static version of the image.
What/how/why: I was working on some product mock-ups this …
Josh Wills wrote this excellent, pithy definition of a data scientist:
Data Scientists (n.): Person who is better at statistics than any software engineer and better at software engineering than any statistician.
It's certainly true that software engineering and data science are two different disciplines, and for good reason - they …
As the product manager at Kaggle I'm fortunate enough to hang around with some of the world's top machine learning experts. And working at a place that specializes in running predictive modelling competitions means that I inevitably got the itch to learn some of this stuff myself.
I don't have …
BRUCE "Emacs" BUFFER:: Now entering the Kill Ring in the blue trunks, with a reach of approximately three-quarters of an inch, hailing from the 9th spot in the ASCII table, it's TAAAABBBBBB!
BRUCE "Emacs" BUFFER: In the opposite corner, wearing white, you know him well, don't-call-him-32-he-prefers-hexidecimal-number-20...it's SPAAACCEEEEEE!
COMMENTATOR 1 …
The credit card industry's term of art for false positives in fraud detection is "insult rate". If you've ever swiped your card at a shop and had it declined, you understand why.
A large auto insurance company has discovered that if a household owns two identical cars (same make, same …
I'll lead off this post by listing all of the various things I thought might have caused this bug, and related phrases that I Googled in the hopes that it will lead some poor soul chasing the same issue to this post, thus shaving 2-3 points off that person's long-term …
Note: This is an old post, and no longer relevant as Juggernaut is no longer a thing. Just use socket.io directly.
I've fallen in love with Juggernaut.
Juggernaut gives you a realtime connection between your servers and client browsers. You can literally push data to clients using your web …
I think visually, so here's a way I like to communicate performance thresholds. There are a bunch of dimensions that might make an application behave differently. Test against those dimensions and plot the thresholds of each one. Here are some that I made up, for a theoretical application.
The goal …
We have a problem. People can't get from one area of town to a neighboring area because there is a river in between and no road. So let's build a bridge.
We'll get detailed requirements from civil engineers and government officials, including environmental constraints, safety guidelines, traffic …
A low bug count is not a good indicator of quality software. Lack of typos and grammatical errors is not indicative of a quality book.
If your software has nagging "quality problems", driving the open bug count to zero probably won't be much help (not least because it only addresses …
I just learned something from our documentation team: Try to avoid using gerunds in UI text because they are difficult to localize & translate. While they certainly aren't a challenge for great translators, I'm told they can be misinterpreted by mediocre translators - like the ones that outsourced translating services might use …