I’m a Java guy. Or rather, I’m a C++ guy who ended up in Java. I like statically-typed languages, and think it would be cool if Java had double pointers (or at least reference parameter types) and explicit memory deallocation. I spent the better part of a decade coding video games in C++, and twelve […]
Author Archives: Dan
It’s trite, but true – when I first started at HelloShopper (né Scratch), I was overwhelmed trying to come up to speed on a new company, new team, new commute, new set of technologies, new code base, new tools, new operational infrastructure, new risks, new, well… Everything. The existing team had put together a website […]
Note: This is the first post in a series of musings and reflections on my first year in startup-land. The most important goal for any manager is to ship product, and the highest leverage task toward that end is to build a great team. I’ve had the privilege of working in companies with great engineering […]
There’s this local restaurant I go to a lot – it isn’t much to look at from the outside, and truth be told, the inside is kind of dingy. The menu is a mess of misspellings and grammatical mistakes inside a cracked, yellowing plastic sleeve, orders sometimes get lost, and one of the waiters is actively […]
TripAdvisor has a fair amount of physical hardware, and one of the devops team’s responsibilities was to manage the hundreds of servers in the development environment. We provisioned new machines, retired old ones, replaced controller batteries, and constantly upgraded, added, and replaced hard drives. Working in an AWS stack means not having to deal with most of that any more (huzzah!), […]
Like peanut butter and chocolate, cut and tr are two great commands that go great together. cut provides an easy way to grab one or more fields from a line of text, and tr allows you to prepare the line first. Let’s start with cut. Consider the following directory listing: # ls -l total 5392 […]
I’m not a Linux guru. I’ve always known just enough to get the job done, but was never focused on getting deep into the command line for its own sake. Ever since joining the devops team at TripAdvisor almost two years ago, though, and more recently taking responsibility for operations at Scratch, I’ve had to learn a much broader array […]
It’s that time, and with the enforced downtime that is the children’s end-of-year vacation, I’ve been taking some time to reflect on all the changes of the past 12 months (and, you know, actually start writing again). Settling into our new home, the children getting older, our daughter finally starting to grow some hair (we make […]
I love to cook. I love wandering through a grocery store looking for interesting ingredients, paging through cookbooks, chopping vegetables, measuring, mixing, sautéing, baking. As a programmer / manager, I don’t have that many opportunities to make something physical, but cooking is an intensely pleasurable experience, especially when the results match the intentions. Unsurprisingly, I don’t like […]
You wouldn’t think that a post like this would be necessary, but as I recently went through a frustrating bit of config hell in what I’d expected to be a straightforward process, I thought I’d write down the procedure that worked for me. Download and install Android Studio Download the latest version Follow the instructions […]