kevindication's comments

kevindication | 8 years ago | on: Quick Tips for Fast Code on the JVM

Not really disagreeing with your sentiment, but he laid it out nicely in the "Defining the Hot Path" section. That is honestly the most valuable lesson a newer programmer could take away from this gist.

kevindication | 8 years ago | on: Vagrant 2.0

Just wanted to drop a note to say thanks for your nicely done ansible recipes.

kevindication | 9 years ago | on: Snakisms

Something I don't get to say every day: Nihilism made me smile.

kevindication | 11 years ago | on: Ask HN: Who is hiring? (May 2015)

HumanGeo - http://thehumangeo.com - Washington, DC - Technologists/Developers

HumanGeo creates innovative geospatially oriented products and solutions for government and commercial clients. We usually get to work on blank slates to build large scale databases and applications. We also like to brew beer and play Mario Kart.

Citizenship required.

kevindication | 11 years ago | on: Ask HN: Who is hiring? (April 2015)

HumanGeo - http://thehumangeo.com - Washington, DC - Technologists/Developers

HumanGeo creates innovative geospatially oriented products and solutions for government and commercial clients. We usually get to work on blank slates to build large scale databases and applications. We also like to brew beer and play Mario Kart.

Citizenship required.

kevindication | 11 years ago | on: Why I Quit OS X – Geoff Wozniak

My primary professional OS progression went something like:

Slackware -> Debian -> Ubuntu -> OS X.

As with the author, I'm pretty sure I'm done with OS X. If I want to go back to Linux, what is the best path? Mint? Back to Ubuntu? Something new?

kevindication | 12 years ago | on: Google’s Scientific Approach to Work-Life Balance

Both of these positions on the subject are needlessly binary. I often find it the case that, even though I erect careful boundaries between work and non-work, when I leave a problem on my desk, I will continue to ruminate about a solution throughout the weekend, say. Similarly, I will Strategically avoid email when I'm recharging. I don't think it's so easy to boil down as black and white.

kevindication | 12 years ago | on: With Amazon Redshift SSD, querying a TB of data took less than 10 seconds

It's not a Postgres variant at all. Postgres is emulated as an interface to the columnar ParAccel database underneath. ParAccel does neat things (compiles your SQL into a program that it runs to answer the question, for instance) and really rips if you can order your data on good keys up front (and then use those keys in your query, of course).

Source: I helped build a very high speed network data analytical tool on top of ParAccel (before it was bought by Amazon and rolled into redshift).

page 1