So, I'm stalking Jon Skeet -- via the data dump, that is.
After wading through the dump looking for interesting patterns, the graph below popped out as worthy. It's a bit complex to think about, so let me explain it a bit via bullet points:
- Query that data dump for number of questions Jon Skeet answered for each tag
- Filter to top 12, or roughly > ~80 answers total for that tag
- Graph each tag, by month, as a percentage of the total for the top dozen tags (and not all tags Skeet answered questions for)
- There is overlap: a single question with
c#and.netwill show up as two counts. E.g.: The total of answers-per-tag exceeds the number of answers Skeet has actually written.
As we can see, the top three tags, by a large margin, are .net, c# and java. Both c# and .net have a negative slope, and java has a positive slope. Additionally, java has moved from his #3 most popular tag to answer to #2. So, the question is:
Is Jon Skeet slowly switching his attention from .NET to Java?
Top Dozen Tags of Answers as a Percentage of Top Dozen Answers by Month

Update: Jon Skeet says...
It would be interesting to see the graphs as a proportion of all questions with those tags over the same time period, to account for (say) a new set of Java programmers who might deluge the site with questions.
So, I whipped up some another graph. Again, it is complicated, and here are the bullet points:
- Query that data dump for number of questions Jon Skeet answered for the tags
java, 'c#, and.net` from October on. (In September, Skeet had just joined and answered a mere 10% his norm.) - Query that data dump for tag count on questions with
java, 'c#.net` tags - Graph each tag, by month, as a percentage of the total for these three tags (and not the total tags for Skeet's answers or all questions)
- Again, there is overlap: a single question with tags
c#and.netwill show up as two counts. E.g.: The total of answers-per-tag exceeds the number of answers Skeet has actually written.

Interesting. It seems that Skeet's interest shifts quite closely where the community interest is going, more or less. Also, it seems he answers a lower percentage of all Java questions relative to C# questions, which is no surprise, but that gap is shrinking.
Eric says...
Also, it's funny that C# actually went up in the past month, but .NET went down. Maybe we're finally starting to not tag every C# question with .NET, too.
I think he's probably correct as tag .net is ~1/3rd down (relatively in this context).


javaandc#tags. – Asad Feb 20 at 7:09