Tag Info

Hot answers tagged

77

Some quick stats on the past 30 days, the New York data center only (chat runs from Oregon, and we sync databases there...so there's additional bandwidth and such for that). HTTP Traffic only: 20,335,940,765,006 bytes sent (18.5 TB) 2,839,549,699 total hits to our load balancers 8,314,044,406 SQL queries run (just for web pages) Now that's the outward ...


41

I think it would be interesting to see what percentage of questions are migrated to another site and subsequently closed on the target site. This might need to be split by close reason on the target site because how I see it, closed as duplicate is an acceptable close reason but the other close reasons are "bad" ones and possibly indicate the question ...


30

I fully support this request. Since the "avid user" stats on Area51 only look at rep threshold and you get 100/200 points for free for associating an account, sites usually end up with several users with 200+ rep (which you can easily get from two questions/answers in a private beta), who have all but stopped participating on the site. I noticed this trend ...


27

This isn't private data so it can probably be done with a SEDE query, but I'd like to see some statistics around tags and Unanswered questions. In particular, I'd like to see which tags have the highest numbers and highest proportions of Unanswered questions. Related to that, there are certain tags like regex that are used in conjunction with many ...


23

On (rare) occasions I'd like to see view statistics. Maybe only for questions with huge view counts, when wondering when those views happened, and what caused spikes, if any. It would be nice to see a breakdown of how many known and anonymous users are viewing. ChrisF also asked for referrer details in Is there any analytics information that moderators ...


22

My theory is that we had an excellent set of candidates this time, thus the election stopped being interesting after the primary. When 9 or even 10 out of 10 election candidates are perfectly suitable for the role, why vote? I did, but I'll admit I had absolutely no interest in who'd win, all the excitement for me was the nomination and the primary. There ...


22

If you really want to know, why don't you download the database dump and examine it. You'll probably find all you want to know and more. For those without the means or inclination to do so, I'll share my findings. I wrote a query that would scan order users by their question:answer ratio. So as to not point fingers, I haven't included the user IDs, but ...


21

Based on the data, it is way too early to tell: It seems to be making only a small difference, to both declined and helpful flag. We have a backlog on SO, so some of this graph will come into proper shape in a few days. There is no worrying trend of reduced flagging, there may be a slight trend of increased flagging. Declines are holding steady, but as ...


21

I suppose it depends on the criteria, but the Data Explorer suggests it probably didn't work. The Data Explorer currently includes account data through June 2012. Between 9/23/2011 (when registration became required to create a question) and 6/1/2012: 452,529 new users 20.7% never logged in again 20.7% never logged in again and never voted 15.5% never ...


20

I would like to see more tag stats (I'm sure SEDE already has a bunch). Views, votes, answers per question for each tag. This would allow us to compare tags better and also see which tags actually draw the largest audiences. It would be interesting to see the rise and fall of certain tags over time and allow us to 'focus' some more attention on topics ...


20

Even if they never post a single answer, somebody asking (reasonable, original) questions is hugely productive to the site... otherwise we'd be sat their looking silly while we chew the cud here on meta. Re "locked" accounts; actually, many of the (few) people who have been suspended at some point are regular, usually-constructive users. In the case of ...


19

Here you go: using Data Explorer SELECT COUNT(*) AS TOTAL , SUM(CASE WHEN ApprovalDate IS NOT NULL THEN 1 ELSE 0 END) AS Total_Approved , SUM(CASE WHEN RejectionDate IS NOT NULL THEN 1 ELSE 0 END) AS Total_Rejected , SUM(CASE WHEN ApprovalDate IS NOT NULL THEN 1 ELSE 0 END) * 100 / COUNT(*) AS Average_Approved , SUM(CASE ...


18

That conjecture is not true for Stack Overflow, the site with more data than all other Stack Exchange sites, combined. Stack Overflow tracks over a million users, Here is post-edit versus creation data from the current SEDE snapshot: Number Percent --------- ------- Users ...


17

As with newer XBOX achievements (see The Beatles:Rockband or Left4Dead 2 for examples), having some kind of progress would be nice for badges but it is a low gain feature in terms of the site overall. While badges encourage good behaviour, seeing the progress just encourages badge hunting, which is somewhat innocuous but not necessarily what you want. For ...


16

It's healthy, and normal. It doesn't need a deliberate change. I don't see how you'd accomplish that anyway. My favorite language (Perl) is a minority (not even on your graph, I see) and yet it's still possible to get insightful and intelligent answers to Perl questions. So I don't think any problem exists.


16

Well, someone is probably going to kill me (The query took ~20 seconds), but I did a query to sum this up on the Data Explorer. For the reference, this includes both questions and answers, I'll try it again some other time with just questions. Here's the plot: And the same plot as a log scale: So, it looks to me that this isn't quite a power function, ...


15

I agree that the current favorite system is a bit clunky, but instead of getting rid of it, I'd love to see the team invest some time, and make it awesome. Just off the top of my head, some things the team could add: The ability to create arbitrary groups of favorited questions. There have been more than a few times when I went searching through three ...


14

I just went to Hacker News, and one of the top stories was an article about this happening to the hyphen site. How convenient. The author observed that... That vertical line is around April 2011, which is when Google rolled out its "High Quality Sites Algorithm". This correlates well with the drops for the hyphen site and Stack Overflow, but doesn't ...


14

It's been pretty widely publicized that around 90% of Stack Overflow's traffic comes from Google. That means a lot of unregistered users coming to the site and viewing content, but I'd like to see stats on what other types of activity unregistered users are taking part in. What percentage of questions are posted by unregistered users? What percentage of ...


14

Addressed individually: where I can see who has viewed my profile You can't. As far as I know this information is not even recorded beyond the server logs. There's no reason to show it. Stack Overflow is not a social network. where I can see who has downvoted and upvoted my questions and answers? You can't. Voting is private. Users need to be ...


14

For reasons stated below, this is probably not possible. Your main talking point is probably: At 6:55AM PST Saturday April 3rd 2010:   517 of 154,637 users have 10,000 reputation 0.3% of all users have 10,000 reputation For every 1 user with 10,000 rep, there are 299 without. Well, given 200 reputation cap a day, we can assume that it would take ...


13

At the bottom of the user profile page (which you can access by clicking anywhere your name appears as a link, like in top bar), you can find the (non-CW) votes earned per tag. As usual: hover the numbers to see a tooltip with details. On top of every tag-specific page, like http://stackoverflow.com/questions/tagged/php you can find a link to top users. ...


13

Data was dumped on ~June 6th, 2011. I don't have information regarding when or how specific users acted on suggested edits, so I will give some stats on when and how quickly suggested edits were processed (i.e., either accepted or rejected). None of this data is available on SEDE yet, though it should be at some point. Stack Overflow Average time for ...


13

We keep on getting questions about whether it's easier to gain reputation now that it was early on in the site's history. It would be nice to find this and several other pieces of related information: For each post, find its vote tally at, say, 48 days after it was posted. This will level the playing field (ie, a question that's been around for 3 years ...


13

Given the graph in this answer: It would be nice to see a graph like this, but with the average number of views each question gets in the first couple of weeks after it's asked (say 1 or 2), in stead of over all time.


12

where I can see who has viewed my profile? where I can see who has downvoted and upvoted my questions and answers? where I can see who has viewed my questions? Nowhere. Voting is private on Stack Exchange. And I don't see any reason behind seeing who viewed my profile and posts. If it would be a feature-request, I am sure it would be ...


12

It's simply not possible to determine this, so why even try? There are an infinite number of factors that could contribute to someone's time spent being less or more than expected: A question popping up in the similar questions that you look into, halting your asking progress. Verifying your answer works before posting it. Typing out your question or ...


12

Here's the per-hour question graph from the latest data dump. (More statistics available.) As you might imagine, the world is a lot bigger than Eastern Standard Time.


12

http://odata.stackexchange.com/stackoverflow/q/9449/ The average is 3.71 days... but the standard deviation is 25.2 days. It number is so high because there are some questions like Date arithmetic in Unix shell scripts that take over 2 years to get the answer, creating a strong bias towards a long time. See this query for the top 100. The median is more ...


12

Stack Overflow as a business model is highly dependent upon its advertising model -- which is directly related to the value of advertising on the internet. In an effort to branch out from this dependency, They've released the "Stack Exchange" product as well as careers.stackoverflow.com and jobs.stackoverflow.com. I'll discuss each in turn. Advertising: ...



Only top voted, non community-wiki answers of a minimum length are eligible