Live data from Hacker News

ShowHN: Scraped 800 .vimrc files from github, analyzed for fun

mcphersonindustries.com

1–10 of 18 posts

Re: ShowHN: Scraped 800 .vimrc files from github, analyzed for fun

#3
post #2

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!

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.

Re: ShowHN: Scraped 800 .vimrc files from github, analyzed for fun

#5
Would love to see something similar for "emacs"

I just learned something new for example today - using the ".dir-locals.el" to specify per-directory variables :)

I want to learn vi/vim, but spent already so much time learning emacs (and still feeling baby in it... which is good!)

Re: ShowHN: Scraped 800 .vimrc files from github, analyzed for fun

#6
post #2

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!

Will you release the source? I don't use any of the stuff you use, except vim, would be interested to have a look

Re: ShowHN: Scraped 800 .vimrc files from github, analyzed for fun

#8
post #2

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!

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.

Re: ShowHN: Scraped 800 .vimrc files from github, analyzed for fun

#9
post #5

Would love to see something similar for "emacs" I just learned something new for example today - using the ".dir-locals.el" to specify per-directory variables :) I want to learn vi/vim, but spent already so much time learning emacs (and still feeling baby in it... which is good!)

> spent already so much time learning emacs (and still feeling baby in it... which is good!)

Nobody has really mastered Emacs. Nobody.

There's simply too much detail, much of it hidden in the shadows.

Post reply on HN