The tag over on SO is a strange beast, it's pretty hard to define and I have a distinct feeling that it's a meta-tag and therefore should be burninated.

There are currently 392 questions with that tag. According to a quick glance they fall into these categories:

  • accessing HDD/SDD/... content directly on a block level
  • writing/reading directly to a (TCP/IP) socket to implement a custom protocol
  • raw strings in Python
  • RAW image files as produced by digital cameras
  • the folder res/raw that somehow behaves special in Android development
  • the general notion of "getting the stuff behind the scenes without further processing"

I don't know which of those are "big" enough to warrant their own tages and which ones we don't need to tag at all, but the current mess helps no one (indicated also by the fact that not a single person thought about subscribing to .

Edit: since the tag has now been burninated, if someone still want's to go through (most of) the relevant questions, I've produce this data.SE query that lists 390 questions (sorted by view count, so that the most relevant ones will be first). The data is of course a bit out of date, but the majority is there and at least they still have that tag over there.

share|improve this question
9  
Tagged as status-completed because technically it's done (not that I agree with how it was done). This is strictly for bookkeeping purposes. Also note, how Jeff resolved this issue is not the way we prefer to do tag cleanups on any Stack Exchange site. Jeff's action will not be permitted to be used as an example of what to expect to get other tags nuked from orbit on any Stack Exchange site. – casperOne Dec 11 '12 at 13:17
2  
Here's an updated version of the query that allows you to specify a second tag and find those that you might know something about. If you do any cleaning a) do it now! and b) don't forget to fix everything that's wrong with the post. – ben is uǝq backwards Dec 11 '12 at 14:03
Here's the query for just the raw tag right now and here's a gist to preserve the links when the data dump refreshes next week. – casperOne Dec 11 '12 at 14:33

2 Answers

You should start retagging them with something more appropriate.

I would suggest that the following were fairly obvious:

Some of the others do seem to be meta-tag like and should just be removed from the offending questions.

share|improve this answer
well, perhaps those can be captured with search strings instead. Thought experiment: when is a tag better than a search string? When is it worse? – Jeff Atwood Dec 11 '12 at 12:13
5  
@JeffAtwood A tag is better than a search string when the words are polysemic. For example, “raw string” can be an unmodified string (straightforward composition of the words “raw” and “string”), or it can be an idiom with a specific meaning in Python. Therefore raw-string works to search for the idiom whereas “raw string” doesn't. – Gilles Dec 11 '12 at 12:49
1  
@Gilles I'd go further to say that raw-string works better for the composition too, as if you're searching for the idiom you can add python, and if you're talking about a character array you could add c++ or similar. In either case the retagging would clear up the ambiguity between raw + images versus raw + strings. – voretaq7 Dec 11 '12 at 17:57

Agreed, it is now burninated.

tag burninated

share|improve this answer
6  
From my own knowledge: raw is an Oracle data-type (I don't know if there are any questions but it's difficult to handle and would warrant an explicit tag if there were). It's also a type of string in Python, that once again is deserving of a tag as they have special escaping rules. The other examples given might very well be simmilar. I think clarification rather then burnination would have been a better route... – ben is uǝq backwards Dec 11 '12 at 13:14
19  
You dun f'ed up on this one. We should have cleaned this up first, given that it could have been about: video files, raw data, Oracle data types, etc and those tags deserved a second look (at least for retagging purposes). Please do not do this again. – casperOne Dec 11 '12 at 13:18
3  
@casper noted. free to search for my other burninations, if you want to review those as well. – Jeff Atwood Dec 11 '12 at 20:19

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged