<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	<title>MetaTalk posts tagged with tags</title>
	<link>http://metatalk.metafilter.com/tags/tags</link>
	<description>Posts tagged with 'tags' at MetaTalk.</description>
	<pubDate>Wed, 01 May 2013 15:53:34 -0800</pubDate> <lastBuildDate>Wed, 01 May 2013 15:53:34 -0800</lastBuildDate>

	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>
	<item>
		<title>Is there a way to find most favorited posts with [xyz] tag?</title>
		<link>http://metatalk.metafilter.com/22618/Is%2Dthere%2Da%2Dway%2Dto%2Dfind%2Dmost%2Dfavorited%2Dposts%2Dwith%2Dxyz%2Dtag</link>
		<description>We can find &quot;popular favorites&quot; going back a day, week, month, all-time. And we can find all of the posts with a given tag. Is there a way to combine these two features, to find, say, &quot;Posts with the tag [books] that have been most favorited?&quot;  </description>
		<guid isPermaLink="false">tag:metatalk.metafilter.com,2013:site.22618</guid>
		<pubDate>Wed, 01 May 2013 15:53:34 -0800</pubDate>
		<category>favorites</category>
		<category>tags</category>
		<dc:creator>Asparagus</dc:creator>
	</item>
      <item>
		<title>Unpopular Tags</title>
		<link>http://metatalk.metafilter.com/22413/Unpopular%2DTags</link>
		<description>The page &lt;a href=&quot;http://www.metafilter.com/tags/&quot;&gt;Popular tags on MetaFilter&lt;/a&gt; has a list of the 150 most-used tags. What about the least-used tags? Is there a list of tags that have only been used once? What about a list of tags only used by one user?  </description>
		<guid isPermaLink="false">tag:metatalk.metafilter.com,2013:site.22413</guid>
		<pubDate>Wed, 13 Feb 2013 15:08:00 -0800</pubDate>
		<category>tag</category>
		<category>tagging</category>
		<category>tags</category>
		<dc:creator>the man of twists and turns</dc:creator>
	</item>
      <item>
		<title>Tags with weird characters</title>
		<link>http://metatalk.metafilter.com/22370/Tags%2Dwith%2Dweird%2Dcharacters</link>
		<description>When tags with non-ASCII characters appear in the tag search results, the links are broken (while tags with non-Latin-1 characters are simply not accessible by any means).  Tags with percent signs make the server grumpy.  Underscores also seem to be treated somewhat inconsistently (or at least counterintuitively) by the tag search. &lt;b&gt;1. Tag search vexed by non-ASCII characters, and worse&lt;/b&gt;

When tags with non-ASCII characters appear in the tag search results list, they appear correctly in the text, but the link doesn&apos;t work.  For example, the search {&lt;a href=&quot;http://www.metafilter.com/contribute/search.mefi?q=orr&amp;sort=date&amp;tab=tags&amp;site=mefi&quot;&gt;orr&lt;/a&gt;} includes a tag &quot;orrip&#xe1;lld&#xfd;rason&quot;.  The page is encoded in UTF-8, and the characters appear literally in the text and in the href attribute:
&lt;blockquote&gt;&lt;code&gt;&amp;lt;a href=&quot;http://www.metafilter.com/tags/orrip&#xe1;lld&#xfd;rason&quot; target=&quot;_self&quot;&amp;gt;orrip&#xe1;lld&#xfd;rason&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;/blockquote&gt;
My browser (Firefox 18.0.1 on Ubuntu 12.04.1), at least, follows that link by %-encoding the UTF-8 bytes and issuing the request
&lt;blockquote&gt;&lt;tt&gt;GET &lt;a href=&quot;http://www.metafilter.com/tags/orrip%C3%A1lld%C3%BDrason&quot;&gt;http://www.metafilter.com/tags/orrip%C3%A1lld%C3%BDrason&lt;/a&gt;&lt;/tt&gt;&lt;/blockquote&gt;
Metafilter replies:
&lt;blockquote&gt;Sorry, no matches for the tag &lt;b&gt;orrip&#xc3;&#xa1;lld&#xc3;&#xbd;rason&lt;/b&gt; across MetaFilter.&lt;/blockquote&gt;
Here the %-encoded bytes have been interpreted not as UTF-8 multibyte sequences, but as individual characters: thus &#xe1; (U+00E1 LATIN SMALL LETTER A WITH ACUTE), encoded in UTF-8 as the two bytes C3&amp;nbsp;A1, has appeared as the two characters &#xc3;&amp;nbsp;(U+00C3 LATIN CAPITAL LETTER A WITH TILDE) and &#xa1;&amp;nbsp;(U+00A1 INVERTED EXCLAMATION MARK).  I&apos;m citing Unicode code points here, but they&apos;re the same in Latin-1, which might be what the code thinks it&apos;s doing.

If, on the other hand, I manually %-encode the two non-ASCII characters using their Latin-1 values and issue the request
&lt;blockquote&gt;&lt;tt&gt;GET &lt;a href=&quot;http://www.metafilter.com/tags/orrip%E1lld%FDrason&quot;&gt;http://www.metafilter.com/tags/orrip%E1lld%FDrason&lt;/a&gt;&lt;/tt&gt;&lt;/blockquote&gt;
then the desired page is served.  Note also that the &quot;tag sidebar&quot; in &lt;a href=&quot;http://www.metafilter.com/65493&quot;&gt;the tagged post itself&lt;/a&gt; has its hrefs in this Latin-1 form, and that works fine.

It may seem, then, that the solution is just to make the tag search results page construct its hrefs in the same way that the tag sidebar on the thread page does.  But wait!  There&apos;s more!  There are a few tags with characters that are not in Latin-1 and which therefore at present simply cannot be accessed.  There are &lt;a href=&quot;http://www.metafilter.com/35554&quot;&gt;a&lt;/a&gt; &lt;a href=&quot;http://www.metafilter.com/52682&quot;&gt;b&lt;/a&gt;&lt;a href=&quot;http://www.metafilter.com/66637&quot;&gt;u&lt;/a&gt;&lt;a href=&quot;http://www.metafilter.com/66837&quot;&gt;n&lt;/a&gt;&lt;a href=&quot;http://www.metafilter.com/73070&quot;&gt;c&lt;/a&gt;&lt;a href=&quot;http://www.metafilter.com/74522&quot;&gt;h&lt;/a&gt; with so-called &quot;smart quotes&quot;, &lt;a href=&quot;http://www.metafilter.com/63922&quot;&gt;one&lt;/a&gt; with &#382;, which didn&apos;t make it into Latin-1, and &lt;a href=&quot;http://www.metafilter.com/67507&quot;&gt;a&lt;/a&gt; &lt;a href=&quot;http://www.metafilter.com/73795&quot;&gt;couple&lt;/a&gt; with &amp;trade;.  In these cases, the tag sidebar displays the character in the text but replaces it in the href with %3F (a question mark, perhaps the automatic output of a character encoder faced with an unencodable character) and the links don&apos;t work.  In fact, it seems that there is no way to request the tag page for such tags... so maybe the way it works on the tag sidebar is not so hot after all.

&lt;b&gt;2. Tags with percent signs very much disliked&lt;/b&gt;

The tag &quot;100%pure&quot; (on &lt;a href=&quot;http://www.metafilter.com/50936&quot;&gt;this post&lt;/a&gt;) cannot be accessed, neither verbatim (as it appears in tag search results pages)
&lt;blockquote&gt;&lt;tt&gt;GET &lt;a href=&quot;http://www.metafilter.com/tags/100%pure&quot;&gt;http://www.metafilter.com/tags/100%pure&lt;/a&gt;&lt;/tt&gt;&lt;/blockquote&gt;
nor %-encoded (which is obviously more righteous)
&lt;blockquote&gt;&lt;tt&gt;GET &lt;a href=&quot;http://www.metafilter.com/tags/100%25pure&quot;&gt;http://www.metafilter.com/tags/100%25pure&lt;/a&gt;&lt;/tt&gt;&lt;/blockquote&gt;
Both yield 400 Bad Request.

&lt;b&gt;3. Underscores, unreliably discovered&lt;/b&gt;

This one is a little fuzzier, but it seems like the tag search doesn&apos;t discover tags very consistently when they contain underscores.  Examples:
&lt;ul&gt;
&lt;li&gt;Searching for {&lt;a href=&quot;http://www.metafilter.com/contribute/search.mefi?q=adam&amp;sort=date&amp;tab=tags&amp;site=mefi&quot;&gt;adam&lt;/a&gt;} finds the tags &lt;a href=&quot;http://www.metafilter.com/tags/adam_curtis&quot;&gt;adam_curtis&lt;/a&gt; and &lt;a href=&quot;http://www.metafilter.com/tags/adam_gopnik&quot;&gt;adam_gopnik&lt;/a&gt;, but neither &lt;a href=&quot;http://www.metafilter.com/tags/adam_curry&quot;&gt;adam_curry&lt;/a&gt; nor &lt;a href=&quot;http://www.metafilter.com/tags/adam_walsh_act&quot;&gt;adam_walsh_act&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Searching for {&lt;a href=&quot;http://www.metafilter.com/contribute/search.mefi?q=40&amp;sort=date&amp;tab=tags&amp;site=mefi&quot;&gt;40&lt;/a&gt;} finds the tag &lt;a href=&quot;http://www.metafilter.com/tags/40_degrees&quot;&gt;40_degrees&lt;/a&gt;, but searching for {&lt;a href=&quot;http://www.metafilter.com/contribute/search.mefi?q=4&amp;sort=date&amp;tab=tags&amp;site=mefi&quot;&gt;4&lt;/a&gt;} doesn&apos;t find the tag &lt;a href=&quot;http://www.metafilter.com/tags/4_billion_years_ago&quot;&gt;4_billion_years_ago&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Searching for {&lt;a href=&quot;http://www.metafilter.com/contribute/search.mefi?q=human&amp;sort=date&amp;tab=tags&amp;site=mefi&quot;&gt;human&lt;/a&gt;} finds the tag &lt;a href=&quot;http://www.metafilter.com/tags/human_rights&quot;&gt;human_rights&lt;/a&gt; but not, for example, the tags &lt;a href=&quot;http://www.metafilter.com/tags/human_centipede&quot;&gt;human_centipede&lt;/a&gt; or &lt;a href=&quot;http://www.metafilter.com/tags/human_rights_filter&quot;&gt;human_rights_filter&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;The previous example (and others) suggest that the tag search might be showing just the underscore-containing tags with more than 1 hit, but I refute it thus: searching for {&lt;a href=&quot;http://www.metafilter.com/contribute/search.mefi?q=space&amp;sort=date&amp;tab=tags&amp;site=mefi&quot;&gt;space&lt;/a&gt;} doesn&apos;t find the tag &lt;a href=&quot;http://www.metafilter.com/tags/space_station&quot;&gt;space_station&lt;/a&gt;, which has two posts.&lt;/li&gt;
&lt;/ul&gt;
(On reflection, the last one could be explained by the tag search truncating the results, keeping only the most frequently used tags... but the results for {adam}, for example, cannot be explained this way.)

In all these cases (and others I have tried), the omitted tags are listed if you include the underscore in the search string: {&lt;a href=&quot;http://www.metafilter.com/contribute/search.mefi?q=adam_&amp;sort=date&amp;tab=tags&amp;site=mefi&quot;&gt;adam_&lt;/a&gt;}, {&lt;a href=&quot;http://www.metafilter.com/contribute/search.mefi?q=4_&amp;sort=date&amp;tab=tags&amp;site=mefi&quot;&gt;4_&lt;/a&gt;}, {&lt;a href=&quot;http://www.metafilter.com/contribute/search.mefi?q=human_&amp;sort=date&amp;tab=tags&amp;site=mefi&quot;&gt;human_&lt;/a&gt;}, {&lt;a href=&quot;http://www.metafilter.com/contribute/search.mefi?q=space_&amp;sort=date&amp;tab=tags&amp;site=mefi&quot;&gt;space_&lt;/a&gt;}.  And, of course, if a completely reliable search of tags is really needed, one can go to the infodump.  Still, it seems pretty weird.

Other punctuation marks are, it seems, consistently treated either as normal characters (e.g., full stops: {&lt;a href=&quot;http://www.metafilter.com/contribute/search.mefi?q=127&amp;sort=date&amp;tab=tags&amp;site=mefi&quot;&gt;127&lt;/a&gt;} finds &lt;a href=&quot;http://www.metafilter.com/tags/127.0.0.1&quot;&gt;127.0.0.1&lt;/a&gt;) or as word delimiters (e.g., hyphen: {&lt;a href=&quot;http://www.metafilter.com/contribute/search.mefi?q=127&amp;sort=date&amp;tab=tags&amp;site=mefi&quot;&gt;127&lt;/a&gt;} finds &lt;a href=&quot;http://www.metafilter.com/tags/lz-127&quot;&gt;lz-127&lt;/a&gt;).  In my testing so far, only the underscore yields inconsistent results. </description>
		<guid isPermaLink="false">tag:metatalk.metafilter.com,2013:site.22370</guid>
		<pubDate>Mon, 28 Jan 2013 00:41:47 -0800</pubDate>
		<category>characterencoding</category>
		<category>excessivegriping</category>
		<category>nonascii</category>
		<category>percent</category>
		<category>search</category>
		<category>tags</category>
		<category>underscore</category>
		<dc:creator>stebulus</dc:creator>
	</item>
      <item>
		<title>Also, I would like an inter-engine fermentation system.</title>
		<link>http://metatalk.metafilter.com/22359/Also%2DI%2Dwould%2Dlike%2Dan%2Dinterengine%2Dfermentation%2Dsystem</link>
		<description>We have clouds for the top 150 tags posted to &lt;a href=&quot;http://www.metafilter.com/tags/&quot;&gt;Mefi&lt;/a&gt;, &lt;a href=&quot;http://music.metafilter.com/tags/&quot;&gt;Music&lt;/a&gt;, &lt;a href=&quot;http://metatalk.metafilter.com/tags/&quot;&gt;Meta&lt;/a&gt;, &lt;a href=&quot;http://jobs.metafilter.com/tags/&quot;&gt;Jobs&lt;/a&gt;, &lt;a href=&quot;http://irl.metafilter.com/tags/&quot;&gt;IRL&lt;/a&gt; and &lt;a href=&quot;http://ask.metafilter.com/tags/&quot;&gt;Ask&lt;/a&gt;. We can see the top ten tags we&apos;ve used listed on user profiles. Would it be possible to view all tags (or a greater subset than &apos;top ten&apos;) for individual users, either in a list or cloud form? Thanks in advance, as always. </description>
		<guid isPermaLink="false">tag:metatalk.metafilter.com,2013:site.22359</guid>
		<pubDate>Wed, 23 Jan 2013 12:15:40 -0800</pubDate>
		<category>cloud</category>
		<category>datawankery</category>
		<category>list</category>
		<category>tag</category>
		<category>tagging</category>
		<category>tags</category>
		<dc:creator>zarq</dc:creator>
	</item>
      <item>
		<title>Tags</title>
		<link>http://metatalk.metafilter.com/22346/Tags</link>
		<description>I&apos;m curious about how people make use of tags on MetaFilter.  Is there any data on it?  I only ever find myself using them while searching to avoid double-posting, but I wonder if people use them to find content and threads?  I know one way to use them is through the MyMeFi page.  Is there any data on how many people primarily read MetaFilter that way?  </description>
		<guid isPermaLink="false">tag:metatalk.metafilter.com,2013:site.22346</guid>
		<pubDate>Thu, 17 Jan 2013 05:49:04 -0800</pubDate>
		<category>siteculture</category>
		<category>tags</category>
		<dc:creator>OmieWise</dc:creator>
	</item>
      <item>
		<title>Change scares me</title>
		<link>http://metatalk.metafilter.com/22267/Change%2Dscares%2Dme</link>
		<description>All of a sudden I am seeing some odd symbols (associated with some Java tomfoolery)? Did a new pony ride into town? Are we in the Matrix? &lt;em&gt;posted by MezentianMe at 3:29 AM on December 17 [+] [!]
Need to fix a typo? Edit
Other [4/4]: &#xab;&#8801;&#xb7; &lt;/em&gt;
and&lt;em&gt; &#xab;&#8801;&#xbb;&lt;/em&gt;

They seem to do stuff? Did I just find a sweet spot where new things are being tested, or rolled out? </description>
		<guid isPermaLink="false">tag:metatalk.metafilter.com,2012:site.22267</guid>
		<pubDate>Mon, 17 Dec 2012 03:40:22 -0800</pubDate>
		<category>java</category>
		<category>strangetimes</category>
		<category>tags</category>
		<dc:creator>Mezentian</dc:creator>
	</item>
      <item>
		<title>Ponies for everyone!</title>
		<link>http://metatalk.metafilter.com/22254/Ponies%2Dfor%2Deveryone</link>
		<description>&lt;strike&gt;Pony&lt;/strike&gt; clydesdale request: a community-edited list of recommendations for AskMe questions that aggregate the answers in the discussoin thread and put them together in one place along with relevant links. &lt;a href=&quot;http://ask.metafilter.com/230750/Best-LongLasting-Products-Evar&quot;&gt;Here&lt;/a&gt; is a question that would benefit from it as an example, but basically any AskMe question centered around recommendations would be appropriate, and there are a whole lot of them.

I would love to see a list somewhere on these questions&apos; pages that has the following structure, or something similar to it:

[link to product page, wikipedia, whatever]&lt;strong&gt;title/name/label of the recommendation&lt;/strong&gt;[/link] - &lt;strong&gt;recommended by&lt;/strong&gt; [link to user page]&lt;strong&gt;user&lt;/strong&gt;[/link] - [link to comment where it was recommended]&lt;strong&gt;short pull quote for context cut off after 20 words or so, similar to the best post list on the home page...&lt;/strong&gt;[/link]

The list would be curated by the membership, with everyone having full control over adding, editing, and removing items, and a flagging system to report abuse.

This does a few good things:
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Provides an overview of responses&lt;/strong&gt;, allowing for posters too eager to read the whole thread to know what has already been covered.  You may argue that everyone should read the whole thread regardless, but we all know that will never happen consistently, and this will make things better.  Even for people who read everything consistently, I contend that this would be a godsend.&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;Ensures sure all recommendations have an appropriate link&lt;/strong&gt;.  It is, in fact, too much work to google something yourself.  Hyperlinks make the web work.  If there is a product that is being mentioned, a link should go to where you can purchase that product or view reviews (or both).  If the responses are about historical figures, say, there should be a link to interviews, wikipedia, or some other resource about the figure, and so on.&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;Increases the potential for affiliate payments&lt;/strong&gt; in an organic way that doesn&apos;t abuse the community&apos;s trust.&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;Makes AskMe much more useful for many kinds of extremely popular questions.&lt;/strong&gt;&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;Extends the relevance of old posts&lt;/strong&gt;, as link rot in the list could be fixed by site members whenever it is noticed.&lt;/li&gt;

&lt;/ol&gt;

This would be a major extension to the site functionality, and likely  a pain to implement wisely.  But I think it&apos;s worth it.  The internet needs &lt;em&gt;links&lt;/em&gt;, dammit, and far too often, responses to questions don&apos;t include any.  Having access to the collected responses all in one place might also encourage a diversity of responses, as people can more easily notice what is missing or gaps in the recommendations.

And it will probably lower taxes, too. </description>
		<guid isPermaLink="false">tag:metatalk.metafilter.com,2012:site.22254</guid>
		<pubDate>Mon, 10 Dec 2012 16:03:12 -0800</pubDate>
		<category>community</category>
		<category>links</category>
		<category>pony</category>
		<category>tagging</category>
		<category>tags</category>
		<category>wiki</category>
		<dc:creator>jsturgill</dc:creator>
	</item>
      <item>
		<title>It was not Treaty of Westphalia length</title>
		<link>http://metatalk.metafilter.com/22110/It%2Dwas%2Dnot%2DTreaty%2Dof%2DWestphalia%2Dlength</link>
		<description>What is the maximum character length for a tag? I had a lengthy tag fail to appear on post preview.  What&apos;s the longest a tag can be? </description>
		<guid isPermaLink="false">tag:metatalk.metafilter.com,2012:site.22110</guid>
		<pubDate>Thu, 11 Oct 2012 14:26:42 -0800</pubDate>
		<category>reallylongtags</category>
		<category>tags</category>
		<dc:creator>Chrysostom</dc:creator>
	</item>
      <item>
		<title>more better tag</title>
		<link>http://metatalk.metafilter.com/21937/more%2Dbetter%2Dtag</link>
		<description>Can we get a frequency count for users following / tracking tags? Since My Mefi allows users to filter by tags, it seems like a useful feature to know how popular tags are. We already have the tag cloud, but I&apos;m more curious about the middle-range of tags. Not that I plan to spam the most popular tags, but knowing for example, if &quot;ubuntu&quot; is a more followed tag than just &quot;linux&quot; would be useful when deciding how to tag a post about an Ubuntu announcement or something. 

I realize there&apos;s probably some privacy concerns about the data, but I think a few heuristics could resolve that (ie, drop all tags below a threshold from the count).

Thoughts? </description>
		<guid isPermaLink="false">tag:metatalk.metafilter.com,2012:site.21937</guid>
		<pubDate>Sun, 05 Aug 2012 13:24:30 -0800</pubDate>
		<category>selforganizingcommunities</category>
		<category>tagfrequencycountsareusefulbutthelongtailisnot</category>
		<category>tags</category>
		<dc:creator>pwnguin</dc:creator>
	</item>
      <item>
		<title>I know, write it in a word processor, then copy/paste if you don&apos;t want to lose it.</title>
		<link>http://metatalk.metafilter.com/21914/I%2Dknow%2Dwrite%2Dit%2Din%2Da%2Dword%2Dprocessor%2Dthen%2Dcopypaste%2Dif%2Dyou%2Ddont%2Dwant%2Dto%2Dlose%2Dit</link>
		<description>Bug (or at least unexpected behaviour): deleting tags sends half-written comments to the aether. I was in the middle up writing a clarification a recent askme, when I realized that one of my tags was misleading. So, I clicked the little [x], with the expectation that some javascript magic would happen, but instead got a page reload and lost three paragraphs of immortal prose.

This is certainly an edge case, but it&apos;s still probably not the ideal behaviour. </description>
		<guid isPermaLink="false">tag:metatalk.metafilter.com,2012:site.21914</guid>
		<pubDate>Wed, 25 Jul 2012 16:28:59 -0800</pubDate>
		<category>bug</category>
		<category>edgecase</category>
		<category>tags</category>
		<dc:creator>256</dc:creator>
	</item>
      <item>
		<title>this is not a chawade</title>
		<link>http://metatalk.metafilter.com/21851/this%2Dis%2Dnot%2Da%2Dchawade</link>
		<description>What was that tag where... Is there a &quot;standard&quot; or recommended tag on AskMe for those questions where you&apos;re trying to identify some vaguely remembered tv show/movie/song/painting/other cultural artifact? I&apos;m not saying we need this, but it might be a nice idea for mindful posters who feel like adding one. Y&apos;know, &apos;going forward.&apos; If there isn&apos;t one already, maybe &quot;&lt;a href=&quot;http://ask.metafilter.com/tags/whatwasthat&quot;&gt;whatwasthat&lt;/a&gt;&quot; or something like it?

This came to me because I wanted to show a friend the power of AskMe for tracking down obscure things we barely remember. I had thought there was such a tag, but I can&apos;t remember/find it. Just a suggestion, more to the userbase than the moderators. </description>
		<guid isPermaLink="false">tag:metatalk.metafilter.com,2012:site.21851</guid>
		<pubDate>Tue, 03 Jul 2012 08:04:55 -0800</pubDate>
		<category>askme</category>
		<category>askmetafilter</category>
		<category>cantremember</category>
		<category>fiftymaybesixtypeople</category>
		<category>suggested</category>
		<category>tags</category>
		<category>thisisnotachawade</category>
		<category>weneedtotalconcentwation</category>
		<category>whatwasthat</category>
		<dc:creator>Eideteker</dc:creator>
	</item>
      <item>
		<title>Two new tags: Updated and ReAsk</title>
		<link>http://metatalk.metafilter.com/21822/Two%2Dnew%2Dtags%2DUpdated%2Dand%2DReAsk</link>
		<description>Let&apos;s create two new special tags for AskMe: Updated and ReAsk The &quot;Updated&quot; tag would indicate that the OP has posted a follow-up comment letting us know that there&apos;s news about their situation.  Maybe they&apos;ve followed some of the advice or tried something else.

The &quot;ReAsk&quot; tag would indicate that the OP is still looking for an answer to their question.  Maybe there have been some replies so the question doesn&apos;t appear in the &quot;Unanswered&quot; section, but none of the replies have done the trick.  The ReAsk tag could also indicate that the OP has posted a clarifying comment and is now looking for another round of answers.

Each of these tags would satisfy a common need on AskMe.  

People often say &quot;Get back to us and let us know how it worked out.&quot;  Even when people don&apos;t say that, they often think it (at least I do), and maybe they favorite the question so that they can keep tabs on it in case the OP checks back in again.

The point, though, is that updates from OPs are generally interesting.  If people started using the Updated tag, I would regularly read ask.metafilter/tags/updated just to get some good stories, and I&apos;m sure other people would as well.  That page would help close the paying-it-forward loop and build community.

The ReAsk tag would give people a second shot at asking their questions without cluttering up the AskMe home page with a slightly rephrased version of the question.  They&apos;d get a new set of eyeballs on the question.  If people started using this tag I would regularly scan ask.metafilter/tags/reask to see if I could help out with any tricky questions that haven&apos;t yet been satisfactorily answered.

I&apos;m putting this in the Feature Request category, but it doesn&apos;t necessarily require any actual new features in the AskMe user interface.  We could adopt these tags by convention (as we initially did with the special Resolved tag), and people could add them and read the tagged posts without any new MetaFilter UI.  On the other hand, the tags would get  a lot more use if there was some indication in the UI that they could be added and browsed. </description>
		<guid isPermaLink="false">tag:metatalk.metafilter.com,2012:site.21822</guid>
		<pubDate>Tue, 19 Jun 2012 08:06:55 -0800</pubDate>
		<category>AskMe</category>
		<category>Convention</category>
		<category>Policy</category>
		<category>Pony</category>
		<category>ReAsk</category>
		<category>Tag</category>
		<category>Tags</category>
		<category>Updated</category>
		<dc:creator>alms</dc:creator>
	</item>
      <item>
		<title>The Popular Tags cloud on ask.me just doesn&apos;t </title>
		<link>http://metatalk.metafilter.com/21717/The%2DPopular%2DTags%2Dcloud%2Don%2Daskme%2Djust%2Ddoesnt</link>
		<description>Not Actually Extremely Problematic: The &quot;popular tags&quot; page on the green is a tag cloud, but none of the tags appear much larger than the others. &lt;a href=&quot;http://ask.metafilter.com/tags/&quot;&gt;This&lt;/a&gt; is what I&apos;m talking about. Maybe it&apos;s just me, but instead of being able to tell at a glance that some tags are just more common than others, the difference between the biggest (ie, most common) tags and the smallest ones just isn&apos;t visually obvious. It actually looks more like a list with really sloppy formatting than an actual tag cloud. The size range is from 20 to 30 points; 50% is a big jump in theory, but when it&apos;s all run together, It doesn&apos;t really impart &quot;This is more common than that&quot; in an obvious intuitive kind of way. Contrast with the tag cloud for the blue, where the range is from 15 to 30, which helps make the size differential a little clearer.

(And, okay, yes, on the How Important is this Really scale, this falls just north of &quot;Obscure bug affecting Internet Explorer for Macintosh,&quot; but it&apos;s &lt;i&gt;bothering me&lt;/i&gt;, okay?) </description>
		<guid isPermaLink="false">tag:metatalk.metafilter.com,2012:site.21717</guid>
		<pubDate>Sat, 12 May 2012 17:24:12 -0800</pubDate>
		<category>askme</category>
		<category>askmefi</category>
		<category>bugs</category>
		<category>green</category>
		<category>minor</category>
		<category>tagcloud</category>
		<category>tags</category>
		<dc:creator>Tomorrowful</dc:creator>
	</item>
      <item>
		<title>April Last!</title>
		<link>http://metatalk.metafilter.com/21678/April%2DLast</link>
		<description>Just wanted to mention that &lt;a href=&quot;http://metatalk.metafilter.com/21599/April-Frist&quot;&gt;the semi-official thread of this year&apos;s MetaFilter April Fool&apos;s Thingy&lt;/a&gt; (and the only one that continued to issue &quot;staff tags&quot; to every comment after April 1st was over) is going to be closing in a few hours. So if you haven&apos;t found out what &lt;strong&gt;your&lt;/strong&gt; randomly-selected title is supposed to be, go there and leave a comment. (And if you don&apos;t like the tag you&apos;ve been given, just refresh the page! It&apos;s so random!) &lt;small&gt;An unauthorized message from MetaFilter&apos;s [staph] [stef] [stiffie] [stapler] [stanky] [stasi] [stab] [stable boy] [stoned] [stoooooooooooooned] [studebaker] [stavrosthewonderchicken] [star wars] [stfu] [stairway to heaven] [hairway to steven] [stand and deliver] [stack exchange] [starship trooper] [hurf durf butter staffer] [esteban] [SHAFT] [chaff] [naff] [gaffe] [graft] [taffy] [zach braff] [sweeney toddler] [stephen hawking] [smithers release the hounds] [sunday sunday SUNDAY] [sylvan learning center] [puff daddy] [cory doctorow] [horse ebooks] [fapfapfap] [spouse] [winner]&lt;/small&gt;&lt;/strong&gt; </description>
		<guid isPermaLink="false">tag:metatalk.metafilter.com,2012:site.21678</guid>
		<pubDate>Sun, 29 Apr 2012 23:30:17 -0800</pubDate>
		<category>april</category>
		<category>aprilfools</category>
		<category>tags</category>
		<dc:creator>oneswellfoop</dc:creator>
	</item>
      <item>
		<title>Can we increase the amount of space allowed for specifying our &quot;favorite tags&quot; for controlling what is shown in My AskMefi and My Mefi?</title>
		<link>http://metatalk.metafilter.com/21549/Can%2Dwe%2Dincrease%2Dthe%2Damount%2Dof%2Dspace%2Dallowed%2Dfor%2Dspecifying%2Dour%2Dfavorite%2Dtags%2Dfor%2Dcontrolling%2Dwhat%2Dis%2Dshown%2Din%2DMy%2DAskMefi%2Dand%2DMy%2DMefi</link>
		<description>Can we increase the amount of space allowed for specifying our &quot;favorite tags&quot; for controlling what is shown in My AskMefi and My Mefi? I like to use tags to filter what is shown on those pages, and I like to use a large number of narrowly focused ones. That means I bump into the 800-char limit, which lets me have 90-100 tags.

Any chance of increasing that limit?

If it helps, I don&apos;t need different tags for Mefi and AskMefi. In fact I would prefer if I only had to specify tags once, and the same ones were used for both.

These features are especially useful to me when I haven&apos;t been spending much time on Mefi and want to quickly scan days or weeks worth of entries for ones that are especially relevant to me. </description>
		<guid isPermaLink="false">tag:metatalk.metafilter.com,2012:site.21549</guid>
		<pubDate>Fri, 16 Mar 2012 09:55:02 -0800</pubDate>
		<category>myaskemefi</category>
		<category>mymefi</category>
		<category>preferences</category>
		<category>tags</category>
		<dc:creator>philipy</dc:creator>
	</item>
      <item>
		<title>Achievement Unlocked</title>
		<link>http://metatalk.metafilter.com/21388/Achievement%2DUnlocked</link>
		<description>&lt;a href=&quot;http://www.metafilter.com/111809/achievementsunlocked#4139300&quot;&gt;My Little Pony Request&lt;/a&gt; that is all. </description>
		<guid isPermaLink="false">tag:metatalk.metafilter.com,2012:site.21388</guid>
		<pubDate>Thu, 19 Jan 2012 22:17:56 -0800</pubDate>
		<category>achievements</category>
		<category>friendshipismagic</category>
		<category>metafilter</category>
		<category>tags</category>
		<dc:creator>leotrotsky</dc:creator>
	</item>
      <item>
		<title>Big text for small screens</title>
		<link>http://metatalk.metafilter.com/21205/Big%2Dtext%2Dfor%2Dsmall%2Dscreens</link>
		<description>Does the mobile stylesheet need the &lt;code&gt;&amp;lt;small&amp;gt;&lt;/code&gt; tag? The &lt;code&gt;&amp;lt;small&amp;gt;&lt;/code&gt; formatting tag is great for making asides, and I use it as much as anyone, but it&apos;s moderately unreadable &lt;small&gt;&lt;small&gt;without zooming&lt;/small&gt;&lt;/small&gt; on a mobile device, particularly when 

&lt;blockquote&gt;&lt;code&gt;&amp;lt;small&amp;gt;&amp;lt;small&amp;gt;&amp;lt;small&amp;gt;&lt;/code&gt;&lt;br&gt;&lt;b&gt;it&apos;s done more than once.&lt;/b&gt;&lt;br&gt;&lt;code&gt;&amp;lt;/small&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/small&amp;gt;&lt;/code&gt; &lt;/blockquote&gt;

Text on a phone is already pretty small, and doesn&apos;t need to be any smaller. 

How do people feel about redefining &lt;code&gt;&amp;lt;small&amp;gt;&lt;/code&gt; to be regular size (and possibly have some other form of emphasis) &lt;em&gt;just&lt;/em&gt; for mobile devices?

&lt;small&gt;&lt;a href=&quot;http://www.w3.org/TR/html-markup/small.html&quot;&gt;Side note: In the current HTML5 working draft, &lt;code&gt;&amp;lt;small&amp;gt;&lt;/code&gt; means &quot;fine print&quot;, not specifically &quot;small text&quot;.&lt;/a&gt;&lt;/small&gt; </description>
		<guid isPermaLink="false">tag:metatalk.metafilter.com,2011:site.21205</guid>
		<pubDate>Mon, 14 Nov 2011 06:56:34 -0800</pubDate>
		<category>formatting</category>
		<category>mobile</category>
		<category>small</category>
		<category>subscript</category>
		<category>tags</category>
		<dc:creator>zamboni</dc:creator>
	</item>
      <item>
		<title>Stars vs. Staves On Mod Names</title>
		<link>http://metatalk.metafilter.com/21063/Stars%2Dvs%2DStaves%2DOn%2DMod%2DNames</link>
		<description>Stars vs. Staves? Awww, I really liked the stars next to the mods&apos; names.

The &apos;staff&apos; button now makes me picture a slightly awkward greeter at a box store.

The stars made you all seem like, well, stars.

Anyone else with me? </description>
		<guid isPermaLink="false">tag:metatalk.metafilter.com,2011:site.21063</guid>
		<pubDate>Fri, 07 Oct 2011 21:49:37 -0800</pubDate>
		<category>mods</category>
		<category>names</category>
		<category>stars</category>
		<category>tags</category>
		<dc:creator>Aquaman</dc:creator>
	</item>
      <item>
		<title>Why, cortex, why??</title>
		<link>http://metatalk.metafilter.com/20973/Why%2Dcortex%2Dwhy</link>
		<description>I have no desire to contact the mods, or use the contact form, I just want to ask people a question, and have them answer it.  But whenever I do so, my posts are deleted.  Can I get my five dollars back? I posted AskMetafilter 195587 and just as I predicted, it was immediately deleted.  It really is an important meta-meta-question, but since it was deleted instantly no one can ever discuss it and no one will ever know.  I was told to come here.   Why should I be here?  Can&apos;t you see that the problem is with the entire culture of MetaFilter?

Then why do I keep coming back, you ask, if my questions are so clearly unwanted?  Or am I some kind of sadistic troll, trolling for abuse and even more deletion?  

Why is the discussion over on reddit allowed to thrive and evolve, but here on metafilter it is immediately censored based on arcane unwritten rules that nobody knows? </description>
		<guid isPermaLink="false">tag:metatalk.metafilter.com,2011:site.20973</guid>
		<pubDate>Thu, 08 Sep 2011 19:21:05 -0800</pubDate>
		<category>tags</category>
		<dc:creator>shipbreaker</dc:creator>
	</item>
      <item>
		<title>Favourite Tags</title>
		<link>http://metatalk.metafilter.com/20929/Favourite%2DTags</link>
		<description>Wouldn&apos;t it be nice to be able to mark certain tags as favourites to be able to follow certain ones? You could have a page which displays headlines filtered via your favourite tags, sort of like a customised front page. Currently you have go to tags and find/build them eat time or subscribe to them in an RSS reader which is more effort.

I asked this in the wrong place before (AskMeFi) whoops. I think I tried here first but wasn&apos;t able to submit because you needed &amp;gt; 2 posts or comments. &lt;a href=&quot;http://ask.metafilter.com/194047/Favourite-Tags&quot;&gt;http://ask.metafilter.com/194047/Favourite-Tags&lt;/a&gt; </description>
		<guid isPermaLink="false">tag:metatalk.metafilter.com,2011:site.20929</guid>
		<pubDate>Mon, 22 Aug 2011 08:39:27 -0800</pubDate>
		<category>feature-request</category>
		<category>tags</category>
		<dc:creator>jbw</dc:creator>
	</item>
      <item>
		<title>You&apos;re it!</title>
		<link>http://metatalk.metafilter.com/20830/Youre%2Dit</link>
		<description>Is the best approach to improving tagging on a particular post still &quot;use the contact form&quot;? I was trying to find &lt;a href=&quot;http://www.metafilter.com/105673/How-to-Undress-a-Victorian-Lady-in-Your-Next-Historical-Romance&quot;&gt;this post&lt;/a&gt; with the tag &apos;&lt;a href=&quot;http://www.metafilter.com/tags/victorian&quot;&gt;Victorian&lt;/a&gt;&apos; (eventually got there with &apos;&lt;a href=&quot;http://www.metafilter.com/tags/romance&quot;&gt;Romance&lt;/a&gt;&apos;). This happens to me once every week or so. &lt;a href=&quot;http://metatalk.metafilter.com/17323/Your-tags-are-bad-and-you-should-feel-bad&quot;&gt;Previously&lt;/a&gt;, the mod consensus seems to be to use the contact form. Is that still best? I wish there was a way that didn&apos;t involve mod-hassling.

Also, the &lt;a href=&quot;http://metatalk.metafilter.com/tags/tags&quot;&gt;Tags&lt;/a&gt; tag. </description>
		<guid isPermaLink="false">tag:metatalk.metafilter.com,2011:site.20830</guid>
		<pubDate>Thu, 21 Jul 2011 19:59:14 -0800</pubDate>
		<category>tags</category>
		<dc:creator>These Premises Are Alarmed</dc:creator>
	</item>
      <item>
		<title>headline/title</title>
		<link>http://metatalk.metafilter.com/20763/headlinetitle</link>
		<description>If comments clarifying what &lt;a href=&quot;http://www.metafilter.com/105075/Living-in-the-Red-The-Chicago-Fire-Soccer-Team-Fan-Base-Section-8&quot;&gt;this misleading meat post&lt;/a&gt; are going to be deleted, could a mod at least fix the post? It&apos;s not about &quot;the&quot; Chicago Fire.  </description>
		<guid isPermaLink="false">tag:metatalk.metafilter.com,2011:site.20763</guid>
		<pubDate>Wed, 29 Jun 2011 07:58:42 -0800</pubDate>
		<category>tags</category>
		<dc:creator>DU</dc:creator>
	</item>
      <item>
		<title>Please display tags in the mobile style sheet</title>
		<link>http://metatalk.metafilter.com/20545/Please%2Ddisplay%2Dtags%2Din%2Dthe%2Dmobile%2Dstyle%2Dsheet</link>
		<description>Pony: could we display tags in the mobile view? I just noticed that the mobile view of AskMe doesn&apos;t display the tags for the question.  This came up because I had a question on my iPhone and wanted to quickly find it on my laptop to reply.  I figured the tags would be the easiest way to do that, but alas no tags were shown.

There are any number of places they could be shown.  It would even be okay if I had to tap something to show them.  But it does seem like they should be shown.  We want to encourage tagging, and part of that is treating tags as a first-class component of a post. </description>
		<guid isPermaLink="false">tag:metatalk.metafilter.com,2011:site.20545</guid>
		<pubDate>Mon, 11 Apr 2011 06:57:12 -0800</pubDate>
		<category>Mobile</category>
		<category>Pony</category>
		<category>Tags</category>
		<dc:creator>alms</dc:creator>
	</item>
      <item>
		<title>A tiny, corralled pony</title>
		<link>http://metatalk.metafilter.com/20536/A%2Dtiny%2Dcorralled%2Dpony</link>
		<description>Can we mobile users have more HTML composition buttons? I would love to have buttons that let me more easily use additional HTML tags, especially small and blockquote. Even with Swype I find entering tags on my phone to be kind of a pain ; this would make it easier to keep my mobile posts looking as meadow-fresh as the ones composed on a computer &lt;small&gt;and further enable my abuse of the small tag.&lt;/small&gt; </description>
		<guid isPermaLink="false">tag:metatalk.metafilter.com,2011:site.20536</guid>
		<pubDate>Wed, 06 Apr 2011 23:58:56 -0800</pubDate>
		<category>blink</category>
		<category>blockquote</category>
		<category>Html</category>
		<category>marquee</category>
		<category>mobile</category>
		<category>pony</category>
		<category>strikethrough</category>
		<category>tag</category>
		<category>tags</category>
		<dc:creator>jtron</dc:creator>
	</item>
      <item>
		<title>Tag Search could be a bit better...</title>
		<link>http://metatalk.metafilter.com/20424/Tag%2DSearch%2Dcould%2Dbe%2Da%2Dbit%2Dbetter</link>
		<description>Nitpicky pony request: Tag search The tagging guidelines state that tags multi-word topics should be written without spaces as a single word.  This seems simple and obvious enough.  An FPP about Girl Talk would be tagged with &apos;girltalk&apos;.

However, if I use the search feature to &lt;a href=&quot;http://www.metafilter.com/contribute/search.mefi?q=girl%20talk&amp;tab=tags&amp;site=mefi&amp;sort=date&quot;&gt;search&lt;/a&gt; for posts tagged with &apos;Girl Talk&apos;, it finds a bunch of tags containing &apos;girl&apos;, and &apos;talk&apos;, but does not return a result for girltalk, despite the fact that this tag &lt;a href=&quot;http://www.metafilter.com/tags/girltalk&quot;&gt;exists&lt;/a&gt;.  

It appears as though the search algorithm interprets a tag search for &apos;Girl Talk&apos; as &apos;girl&apos; OR &apos;talk,&apos; and picks the top few results for each.  I think it would make more sense for it to interpret the query as &apos;girl&apos; OR &apos;talk&apos; OR &apos;girltalk,&apos; and to continue to highlight exact matches.

I say this because tags are probably the best way to browse old topics on Metafilter.

(Super-pony request: Find some subtle way to visualize the number of pages that correspond to each tag in the results.  The numberic count is nice, but not useful for comparisons.) </description>
		<guid isPermaLink="false">tag:metatalk.metafilter.com,2011:site.20424</guid>
		<pubDate>Sat, 05 Mar 2011 15:53:18 -0800</pubDate>
		<category>search</category>
		<category>tags</category>
		<dc:creator>schmod</dc:creator>
	</item>
      
	</channel>
</rss>


