Tag Info

Hot answers tagged

30

I think the purpose of the Tumbleweed badge is (or should be) to bring attention to a neglected and probably esoteric question. Unfortunately it fails in that regard because we only see what users are awarded badges and not for which questions. So basically this badge would have a whole lot more value if you could browse the questions awarded Tumbleweed.


21

It seems like the one badge where you could be rewarded for being intentionally mediocre. I could write a well phrased question about a topic that nobody cares about, so nobody answers or even reads it. It would be a valid question, so it won't get closed and would it just sits there until I get a badge. Maybe there should be a tumbleweed cleaner badge ...


13

You do not lose any badges once they are awarded whether that may be because of deletion of a question or later downvotes. There are a few exceptions to this general rule: Tag badges (ie javascript, html, etc. badges) A developer may remove a badge because it was gained via gaming the system A badge may inadvertently be removed when two accounts are ...


11

I suspect that the reason this badge works like this is that the badges which can be awarded multiple times can be calculated (or re-calculated) based on the data present in the system. For example "Nice Answer" badges stick around even if the answer is deleted from the system, but you then have to earn two nice answer badges to get your next badge. This ...


11

I think the reason is if a question has no answers for a week, it must be pretty hard question! If it was just a crappy question/spam/etc, chances are it would be closed within a week. That, or it's the the engines way of saying "Sorry, I couldn't get you an answer. Please forgive me :("


9

Here's a query using the data dump which would be data up to the first of the month: SELECT TOP 10 u.DisplayName, u.Reputation FROM Badges b INNER JOIN Users u ON b.UserId = u.Id WHERE b.Name='Tumbleweed' ORDER By u.Reputation DESC​ The top 10 results: DisplayName Reputation ------------------------- ---------- tvanfosson ...


7

You've already earned the Tumbleweed badge once for this question, and it is not a badge that can earned twice. The full requirements for badges are documented in great detail here: Tumbleweed bronze; awarded once Ask a question that receives no votes, no answers, no comments and no more than 11-15 views in its first week of existence ...


6

I actually favor deletion, if sufficient time has elapsed. http://meta.stackoverflow.com/questions/68155/how-big-a-problem-are-unanswered-questions/68298#68298 we could probably ignore the question score and just delete anything older than 30 days that has no answers posted. This is currently about 7,000 questions, vs ~5000 with score <= 0. I haven't ...


6

I like this proposal. Poor questions (negative votes) should be flagged for attention and deleted. However, I've seen questions with no answers (2 - 4 years old) that were perfectly valid questions. The question probably got lost or viewers couldn't / didn't want to answer it. As new users register, they may have more knowledge, experience or interest in ...


6

Tumbleweed is a "for fun" badge; the implicit message is "we're sorry this question isn't working out for you; keep trying!" See this for some great tips: http://meta.stackoverflow.com/questions/7046/how-to-get-attention-for-your-old-unanswered-questions You can "bump" your thread by providing status and progress updates resulting from your own ...


5

You already have the Tumbleweed badge. It is a one-time-only badge, so you won't get another one if you have yet another question that satisfies the requirements. ...though now I'm honestly a bit baffled, because it's pointing to that question anyway but stating that you earned Tumbleweed back in '09...


5

Another aspect to this which I don't see mentioned is that it's less intimidating for new users to answer a Tumbleweed question. My first answer was to just such a question, it had sat there for 9 months and I had a good answer for it - so I took the plunge and started contributing to SO. There's no way I would have dived into the Top Questions list, that ...


5

According to this report, they do contribute towards blocking the Tumbleweed badge. All other requirements for the badge were met, and the user did not get Tumbleweed until after deleting an author comment on the post.


4

From the description here, it appears that: Tumbleweed bronze; awarded once Ask a question that receives no votes, no answers, no comments and no more than 11-15 views in its first week of existence


4

Revival and necromancer badges seem to target the same problem already. Maybe it's just me, but additional 5 points for accepted answer isn't gonna change my behaviour in any way. If a tumbleweed question in the area of my knowledge poped up into my face, I would answer it even now. But I'm not gonna start trawling question archive for the lousy 5 ...


4

Er.. you can already do this. Are you not familiar with advanced search? There has been a ton of Q&A on meta about it. options documented: http://meta.stackoverflow.com/search (the only part you can't do is select age of question, but given that you can already query for a minimum vote and view threshold, and specify zero answers, that seems ...


3

This could be generalized to search for questions or answers which have earned the user a particular badge, e.g. badge:tumbleweed. Although reputation earned for questions and answers is readily available from the DB (since this data is shown in the user's profile under "Reputation"), it is not clear whether the DB stores how a badge was earned.


3

I had one question that got ignored, and recieved the tumbleweed badge. Then because of a bump to the front page, it got a couple answers. If it does not get any feedback, in the meantime, add some more detail and things you have tried so far to answer your question. Those valuable edits will give the question a bump to the front and many will see it ...


3

I can confirm that the Tumbleweed badge is indeed awarded for questions where the only answer is deleted. I asked this question over on Super User a couple of weeks ago and a day or so later thought that I'd found the answer so I posted my own answer and then accepted it. Things change (as they do) and the problem came back so I unaccepted my answer and ...


3

Why? Query optimization I suppose... :-) or they just overlooked that special case. EDIT: to actually answer the question. I don't think it is right that the OPs activity on their own question should affect the tumbleweed badge calculation. While I agree with random's assessment that you should edit the question, rather then leave comments, if you are ...


3

Here's a data dump query: http://odata.stackexchange.com/stackoverflow/s/591/users-with-the-tumbleweed-badge-ordered-by-reputation select top 10 * from badges b join users u on b.userid = u.id where b.Name = 'Tumbleweed' order by u.Reputation desc Of course, the data dump is missing some data, so it cannot tell you which question got the badge, or how ...


3

By adding a question it shows up in the list of 'Featured' questions which I believe is sorted by the date the bounty will expire by default. When your question gets close to the end of its bounty time, then you will be the number 1 question on the featured list. I am not sure about other people, but I regularly check Featured questions on SF to see if ...


3

They should be answered, of course! If you don't have an answer, leave it. Maybe someone will come along eventually. If you're the original author or you have enough reputation, and you now have more data but still not an answer, you can edit the question to add this new data. The question will go through the front page again and get another chance at ...


3

According to: List of all badges with full descriptions Tumbleweed bronze; awarded once and so you can only receive the badge one time but you have already been awarded the Tumbleweed badge: Lea Cohen earned this badge 1 time for a different question.


2

Posting link to the question here usually cause many people to look at the question - if not answer or comment, the view count will greatly increase so you'll most likely dodge the badge. As with any question, adding more details and worst case starting a bounty usually help getting answers.


2

If the original question no longer exists (deleted, migrated) or now has enough views/votes/answers so it doesn't qualify, then the badge will be come "detatched". For example The question I got it for on SU no longer qualifies so I get mar 6 at 10:02 Reason is no longer available when I view http://superuser.com/badges/38/tumbleweed?user_id=289 So ...


2

If you really want to get the Tumbleweed badge for a question like that, a better idea would be to wait until you get the badge, then answer it yourself. If your own answers didn't apply, you could answer your own question immediately, thereby discouraging other people from looking at it (since it already has an answer), and very easily earn the badge. ...



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