<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Playing with Twitter interfaces</title>
	<atom:link href="http://www.conorschaefer.com/blog/index.php/2008/08/08/playing-with-twitter-interfaces/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.conorschaefer.com/blog/index.php/2008/08/08/playing-with-twitter-interfaces/</link>
	<description>The Chronicles of Conor</description>
	<lastBuildDate>Mon, 23 Jan 2012 07:29:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: antrix</title>
		<link>http://www.conorschaefer.com/blog/index.php/2008/08/08/playing-with-twitter-interfaces/comment-page-1/#comment-5223</link>
		<dc:creator>antrix</dc:creator>
		<pubDate>Thu, 21 Aug 2008 02:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.conorschaefer.com/blog/?p=593#comment-5223</guid>
		<description>Yeah, the &#039;double click to open link&#039; thing is still in trunk - not yet released. It should be out in 0.4.0

Mitter has a debug mode, start with &#039;mitter -d&#039; from a shell - hopefully that can help trace the cause of the hang. But I doubt the hang would be due to blocking by Twitter. In any case, 0.4 will also have a feature that silently monitors your API usage and alerts you if it looks like you might cross the limit.

Oh, if you do find anything helpful in the debug messages.. do file a bug report! :)

Cheers.</description>
		<content:encoded><![CDATA[<p>Yeah, the &#8216;double click to open link&#8217; thing is still in trunk &#8211; not yet released. It should be out in 0.4.0</p>
<p>Mitter has a debug mode, start with &#8216;mitter -d&#8217; from a shell &#8211; hopefully that can help trace the cause of the hang. But I doubt the hang would be due to blocking by Twitter. In any case, 0.4 will also have a feature that silently monitors your API usage and alerts you if it looks like you might cross the limit.</p>
<p>Oh, if you do find anything helpful in the debug messages.. do file a bug report! <img src='http://www.conorschaefer.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conor</title>
		<link>http://www.conorschaefer.com/blog/index.php/2008/08/08/playing-with-twitter-interfaces/comment-page-1/#comment-5187</link>
		<dc:creator>Conor</dc:creator>
		<pubDate>Wed, 20 Aug 2008 07:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.conorschaefer.com/blog/?p=593#comment-5187</guid>
		<description>Why hello there! Unfortunately I can&#039;t seem to get the double-click to open a link... it just opens the tweet for me. =/

Thanks for the screenshot props. May I one-up the compliment by saying that despite its minor usability quirks, I&#039;m &lt;em&gt;still&lt;/em&gt; using Mitter two weeks later?

Every now and then it hangs on &quot;Updating your status&quot; when I send an update, but a simple quit and restart clears that problem. (Something to do with the Twitter API blocking me? I have it set to check every 12 minutes, so I thought I was safe.)

Mitter is an excellent program, one which I hope gains a substantial userbase. It&#039;s simple, fast, and really quite elegant—the right-click fiasco having been explained to me. :)</description>
		<content:encoded><![CDATA[<p>Why hello there! Unfortunately I can&#8217;t seem to get the double-click to open a link&#8230; it just opens the tweet for me. =/</p>
<p>Thanks for the screenshot props. May I one-up the compliment by saying that despite its minor usability quirks, I&#8217;m <em>still</em> using Mitter two weeks later?</p>
<p>Every now and then it hangs on &#8220;Updating your status&#8221; when I send an update, but a simple quit and restart clears that problem. (Something to do with the Twitter API blocking me? I have it set to check every 12 minutes, so I thought I was safe.)</p>
<p>Mitter is an excellent program, one which I hope gains a substantial userbase. It&#8217;s simple, fast, and really quite elegant—the right-click fiasco having been explained to me. <img src='http://www.conorschaefer.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antrix</title>
		<link>http://www.conorschaefer.com/blog/index.php/2008/08/08/playing-with-twitter-interfaces/comment-page-1/#comment-5186</link>
		<dc:creator>antrix</dc:creator>
		<pubDate>Wed, 20 Aug 2008 07:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.conorschaefer.com/blog/?p=593#comment-5186</guid>
		<description>&lt;blockquote&gt;This design decision definitely reinforces the “right-click everything” mindset of Linux&lt;/blockquote&gt;

Haha. Actually, this design decision reinforces the fact that PyGTK isn&#039;t really that flexible. Both your complaints, clickety links and resizing text entry, can&#039;t be implemented without hacking on Gtk widgets. Instead of doing that, we make do with  what Gtk provides ;-)

BTW, try double clicking on a tweet in a recent mitter - it&#039;ll go directly to the (first) embedded url in the tweet.

Also, sweet screenshot!

Cheers,

lazy dev</description>
		<content:encoded><![CDATA[<blockquote><p>This design decision definitely reinforces the “right-click everything” mindset of Linux</p></blockquote>
<p>Haha. Actually, this design decision reinforces the fact that PyGTK isn&#8217;t really that flexible. Both your complaints, clickety links and resizing text entry, can&#8217;t be implemented without hacking on Gtk widgets. Instead of doing that, we make do with  what Gtk provides <img src='http://www.conorschaefer.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>BTW, try double clicking on a tweet in a recent mitter &#8211; it&#8217;ll go directly to the (first) embedded url in the tweet.</p>
<p>Also, sweet screenshot!</p>
<p>Cheers,</p>
<p>lazy dev</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Im Voraus &#187; Blog Archive &#187; This picture is deep</title>
		<link>http://www.conorschaefer.com/blog/index.php/2008/08/08/playing-with-twitter-interfaces/comment-page-1/#comment-4821</link>
		<dc:creator>Im Voraus &#187; Blog Archive &#187; This picture is deep</dc:creator>
		<pubDate>Sat, 09 Aug 2008 22:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.conorschaefer.com/blog/?p=593#comment-4821</guid>
		<description>[...] Playing with Twitter interfaces &#124; Home [...]</description>
		<content:encoded><![CDATA[<p>[...] Playing with Twitter interfaces | Home [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

