HN user

markveronda

19 karma
Posts3
Comments11
View on HN

The Colorado-based firm plans to eliminate 875 jobs, or about one-quarter of its workforce, by end-2017, so it can better compete against SpaceX and other rivals, including the Jeff Bezos-backed...

Is anyone else here confused by how exactly cutting 1/4 of their workforce will make them more competitive? I get being lean and all that, but still...

-This is almost 30 days after the incident

What would have been the optimal response time? They fixed the immediate problem as fast as they could and gave a preliminary RCA, then they did a longer-term RCA and fix. I feel this shows maturity by not rushing to immediate conclusions and trying to do a 5-Whys drill-down to fix the underlying cause. Furthermore, they also took steps to actually fix the problem by pointing out they moved the human out of the loop in one aspect and that's always a good thing (unless the replacement software is faulty itself of course).

Also, in response to the list, I believe [3&4] are actually the same thing, are they not? The operator was the one who made the 'decision' by accidentally ignoring the incremental config change policy that was in place and did it all at once. This was identified as a human error and they fixed it by enforcing incremental changes.

I cannot believe how many times I have seen a PROD (or new env X) deployment go bad from configuration issues. At least they separate configuration deployments from code deployments, that's a good sign. Why not take it a step further and instead of doing config deployments, use a config server?

The Question Mark 12 years ago

Didn't even pick up on that first time though, but then ran a control+f to see and it is indeed used a lot. However, the story is self-reflective on the author's own past and I personally did take away some nice points from the post.

The Question Mark 12 years ago

Great spot of writing, love it! Finally put to words something I've been trying to phrase myself: "we are not job functions, we are human beings". Plus that whole 'it's OK to not know exactly what you want to do because you're leaving your options open' bit is great as well.

A traveling startup? What a superb idea! It does count as a perfect form of dog-fooding for this startup and I like how neatly the site fits in with telling stories while traveling. Nice execution.

Actually, the Google-provided version restricts you to only 30 days. If you're interested in everywhere you have been, ever (according to Google), then this is quite awesome and you get much more options with how you display that data and what else you can incorporate with it.

It's fed in by the JSON file that was downloaded in Step 1 from Google when you request an archive of your data.

From the site: # Create a dataframe from the json file in the filepath raw = pd.io.json.read_json('/Users/chrisralbon/Downloads/Location History/LocationHistory.json')