Hacker News new | ask | show | jobs
by AlexMcP 5001 days ago
Did this for fun mostly to test out casper.js (it's nice!)

I'd welcome any feedback on how to better present interesting data, or answer any questions. Thanks!

3 comments

I think you did a good job on the data presentation. I'm not even a vim user and I found it intuitive to understand the analysis you did (i.e. the question you wanted to ask) and the results of that analysis. Just generally speaking, I thought it was a very data science-esk solution. You had a curiosity (what settings do people use in their default vim config), you came up with a way to get data that could help shed light on that question (grab vim config files from a location that has a lot of people from a relevant sample (developers) revealing their vim config files -- github -- which you use as observations, even though the people who originally uploaded those files had no intentions on them being observations in some person's study), and then you presented various analyses of that data in a concise way.

It may be a simple and trivial question to some, but more importantly, I think the methodology was very well done because I feel can trust your results, which should be the goal of ANY empirical analysis.

Yeah, fun idea. So when I didn't recognize some of the options, I've looked them up with :help and of course "autoindent" and "ai" are the same, so should be really added together.
Will you release the source? I don't use any of the stuff you use, except vim, would be interested to have a look
I have 2 repos on my github account:

https://github.com/alexmcpherson

One is a scaffolded rails app with interesting folders /scraper and /files

And the other is the microsite that was linked in the parent post