@mwjames Great. I will use the info in my presentation. Just drop anything noteworthy here
@mwjames Could you provide the plays and finishes for https://vimeo.com/82255034 from 09.2016 to 08.2017?
Could you provide the plays and finishes for https://vimeo.com/82255034 from 09.2016 to 08.2017?
The problem is that they killed the statistics for non paying users, so the only number provided is 5,885. Youtube is much better in this regards such as:

... some random thoughts ...
Painfully counting through GH lists
Edit: Found a better way
The slide that lists all the people in last years presentation got its names (and ordering) via a command such as
git shortlog -sn 2.4.0...master
The part before the ... can be any commit hash, and the same goes for the part afterwards. So you can get a list between arbitrary commits, and just need to figure out what the first commit (or tag) you care about is.
@mwjames Got this covered.
Presentation is complete. Thanks for your input and help!
Most helpful comment
The slide that lists all the people in last years presentation got its names (and ordering) via a command such as
The part before the
...can be any commit hash, and the same goes for the part afterwards. So you can get a list between arbitrary commits, and just need to figure out what the first commit (or tag) you care about is.