<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Obfuscated Reality &#187; Python</title>
	<atom:link href="http://tanghus.wordpress.com/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://tanghus.wordpress.com</link>
	<description>All about my tryings and doings on KDE, Qt, Python and whatever life brings</description>
	<lastBuildDate>Fri, 30 Mar 2012 11:55:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tanghus.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/d44025be0bb860bf576ca483522e1e3f?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Obfuscated Reality &#187; Python</title>
		<link>http://tanghus.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tanghus.wordpress.com/osd.xml" title="Obfuscated Reality" />
	<atom:link rel='hub' href='http://tanghus.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Are you experienced?</title>
		<link>http://tanghus.wordpress.com/2010/11/25/are-you-experienced/</link>
		<comments>http://tanghus.wordpress.com/2010/11/25/are-you-experienced/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 11:59:15 +0000</pubDate>
		<dc:creator>tanghus</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Plasma]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://tanghus.wordpress.com/?p=186</guid>
		<description><![CDATA[Well I&#8217;m not, but I&#8217;m having a lot of fun My first two Plasmoids are very simple but gave me a brief look into the possibilities of the Plasma Workspace, and I had to ask a lot of newbie questions on plasma-devel which is a very responsive mailing list. I cannot remember any of my [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tanghus.wordpress.com&#038;blog=362690&#038;post=186&#038;subd=tanghus&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well I&#8217;m not, but I&#8217;m having a lot of fun <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>My <a href="/currency-converter" title="Currency Converter">first</a> <a href="/google-translator/" title="Google Translator">two</a> Plasmoids are very simple but gave me a brief look into the possibilities of the Plasma Workspace, and I had to ask a lot of newbie questions on <a href="https://mail.kde.org/mailman/listinfo/plasma-devel" target="_blank">plasma-devel</a> which is a very responsive mailing list. I cannot remember any of my questions that have gone unanswered and most of them with very good solutions and/or answers.</p>
<p>My <a href="/evocation">latest endeavor</a> is a bit more challenging. Plasma doesn&#8217;t have a simple <a href="http://doc.trolltech.com/4.6/qlistview.html#details" target="_blank">ListView</a> so you&#8217;ll have to use a <a href="http://api.kde.org/4.5-api/kdelibs-apidocs/plasma/html/classPlasma_1_1ScrollWidget.html" target="_blank">Plasma.ScrollWidget</a> and implement the methods yourself. For me that was somewhat annoying primarily because I&#8217;m still fighting a stale battle with the Qt layouts <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Now I have to figure out how I&#8217;m gonna the cache Last.fm feed and all the pics that I&#8217;m downloading. For 3 reasons, the most important is of course performance, followed by the fact that the tests I&#8217;ve run on my crappy HW results in X pixmaps getting corrupted [*], and lastly that it&#8217;s a part of the <a href="http://www.last.fm/api/tos" title="Terms of Service" target="_blank">Last.fm ToS</a>&#8230;</p>
<p>For now I use <code>job = KIO.get(KUrl(url), KIO.NoReload, KIO.HideProgressInfo)</code> and connect to <code>job</code>&#8216;s signals to get the the feed and to download the thumbnail pics of the events I use <code>KIO.file_copy(from, to)</code>. This basically works but how can I get the HTTP Headers? I need to know if I should reuse the data I already have or if I should download it again.</p>
<p>Regarding the actual caching I was considering using a combination of:</p>
<p><code>KStandardDirs::addResourceDir()</code></p>
<p><code>KIconLoader::KIconLoader(const QString &amp;appname = QString(), KStandardDirs *dirs = 0, QObject *parent = 0)</code></p>
<p><code>KIcon (const QString &amp;iconName, KIconLoader *iconLoader)</code></p>
<p>But I&#8217;m uncertain how to use them.</p>
<p>Comments are very welcome as I&#8217;m a bit stuck here.</p>
<p>[*] I have no idea what I&#8217;m talking about here, but I get black icons after running X number of tests :-/</p>
<p>And are no screen shots in this post as the work has mostly been &quot;under the hood&quot;.</p>
</p>
<p>=-=-=-=-=<br /><i>Powered by <b><a href='http://blogilo.gnufolks.org/'>Blogilo</a></b></i></p>
<br />Filed under: <a href='http://tanghus.wordpress.com/category/kde/'>KDE</a>, <a href='http://tanghus.wordpress.com/category/kde/plasma-kde/'>Plasma</a>, <a href='http://tanghus.wordpress.com/category/programming/python-programming/'>Python</a> Tagged: <a href='http://tanghus.wordpress.com/tag/kde/'>KDE</a>, <a href='http://tanghus.wordpress.com/tag/plasma/'>Plasma</a>, <a href='http://tanghus.wordpress.com/tag/python/'>Python</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tanghus.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tanghus.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tanghus.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tanghus.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tanghus.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tanghus.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tanghus.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tanghus.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tanghus.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tanghus.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tanghus.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tanghus.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tanghus.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tanghus.wordpress.com/186/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tanghus.wordpress.com&#038;blog=362690&#038;post=186&#038;subd=tanghus&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tanghus.wordpress.com/2010/11/25/are-you-experienced/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/76ea8e4afc4e7ab146c320bb78765df2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tanghus</media:title>
		</media:content>
	</item>
		<item>
		<title>I need a new name!</title>
		<link>http://tanghus.wordpress.com/2010/11/19/i_need_a_new_name/</link>
		<comments>http://tanghus.wordpress.com/2010/11/19/i_need_a_new_name/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 07:53:49 +0000</pubDate>
		<dc:creator>tanghus</dc:creator>
				<category><![CDATA[Plasma]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://tanghus.wordpress.com/2010/11/19/i_need_a_new_name/</guid>
		<description><![CDATA[&#8230; for a new Plasma Widget that is I&#8217;ve just started implementing a mashup that lists music events going on your own location (from Last.fm) and adds links to Google Maps, Social Services etc. But the beast needs a name as I think &#8220;Last.fm Events&#8221; is a tad too generic. It has to be a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tanghus.wordpress.com&#038;blog=362690&#038;post=168&#038;subd=tanghus&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8230; for a new <a href="http://plasma.kde.org" target="_blank">Plasma</a> Widget that is <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>I&#8217;ve just started implementing a mashup that lists music events going on your own location (from <a href="http://last.fm">Last.fm</a>) and adds links to <a href="http://maps.google.com" target="_blank">Google Maps</a>, Social Services etc.</p>
<p>But the beast needs a name as I think &#8220;Last.fm Events&#8221; is a tad too generic. It has to be a name that gives the user an idea of what the widget does, so it shouldn&#8217;t be too imaginatively &#8211; like say <a href="http://plasma.kde.org" target="_blank">Plasma</a>, <a href="http://pim.kde.org/akonadi/" target="_blank">Akonadi</a>, <a href="http://www.funambol.com/" target="_blank">Funambol</a> etc. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  No offense intended <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>BTW a name is also needed because I need to register at <a href="http://last.fm" target="_blank">Last.fm</a> to get an API key and I have to inform them about the applications name. It&#8217;s a bit premature for something that hasn&#8217;t been released even at Alpha level but that is in their <a href="http://www.last.fm/api/tos" target="_blank">ToS</a>&#8230;</p>
<p>There&#8217;s still a long way to go but here are some screenies as an appetizer for what can be expected:</p>
<p><a href="http://picasaweb.google.com/lh/photo/i4lNI4tybiUV-hXzrrAg8Q?feat=directlink"><img src="http://lh6.ggpht.com/_Qbdjgwp9Z-I/TOY4g9LgfxI/AAAAAAAAAg8/Otb3Fctn30U/s144/Google%20Static.png" alt="" /></a><a href="http://picasaweb.google.com/lh/photo/i4lNI4tybiUV-hXzrrAg8Q?feat=directlink"> </a><a href="http://picasaweb.google.com/lh/photo/A2fT04wVrEEplUq6l4xMCA?feat=directlink"><img src="http://lh3.ggpht.com/_Qbdjgwp9Z-I/TOY4hgqaI3I/AAAAAAAAAhE/_DlfHWij04I/s144/Plasma%20Tooltip.png" alt="" /></a><a href="http://picasaweb.google.com/lh/photo/A2fT04wVrEEplUq6l4xMCA?feat=directlink"> </a><a href="http://picasaweb.google.com/lh/photo/UHOUF4NVkMCrD0EihX1Iaw?feat=directlink"><img src="http://lh4.ggpht.com/_Qbdjgwp9Z-I/TOY4hKwJ1KI/AAAAAAAAAhA/KwAOiZSsQ28/s144/View%20on%20Google%20Maps.png" alt="" /></a></p>
<p>=-=-=-=-=<br />
<em>Powered by </em><a href="http://blogilo.gnufolks.org/"><strong><em>Blogilo</em></strong></a></p>
<br />Filed under: <a href='http://tanghus.wordpress.com/category/kde/plasma-kde/'>Plasma</a> Tagged: <a href='http://tanghus.wordpress.com/tag/kde/'>KDE</a>, <a href='http://tanghus.wordpress.com/tag/plasma/'>Plasma</a>, <a href='http://tanghus.wordpress.com/tag/python/'>Python</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tanghus.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tanghus.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tanghus.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tanghus.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tanghus.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tanghus.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tanghus.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tanghus.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tanghus.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tanghus.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tanghus.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tanghus.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tanghus.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tanghus.wordpress.com/168/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tanghus.wordpress.com&#038;blog=362690&#038;post=168&#038;subd=tanghus&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tanghus.wordpress.com/2010/11/19/i_need_a_new_name/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/76ea8e4afc4e7ab146c320bb78765df2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tanghus</media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/_Qbdjgwp9Z-I/TOY4g9LgfxI/AAAAAAAAAg8/Otb3Fctn30U/s144/Google%20Static.png" medium="image" />

		<media:content url="http://lh3.ggpht.com/_Qbdjgwp9Z-I/TOY4hgqaI3I/AAAAAAAAAhE/_DlfHWij04I/s144/Plasma%20Tooltip.png" medium="image" />

		<media:content url="http://lh4.ggpht.com/_Qbdjgwp9Z-I/TOY4hKwJ1KI/AAAAAAAAAhA/KwAOiZSsQ28/s144/View%20on%20Google%20Maps.png" medium="image" />
	</item>
		<item>
		<title>Google Translator 0.6 released</title>
		<link>http://tanghus.wordpress.com/2010/10/19/google-translator-0-6-released/</link>
		<comments>http://tanghus.wordpress.com/2010/10/19/google-translator-0-6-released/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 13:46:37 +0000</pubDate>
		<dc:creator>tanghus</dc:creator>
				<category><![CDATA[Google Translator]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Plasma]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://tanghus.wordpress.com/?p=161</guid>
		<description><![CDATA[Now there&#8217;s a shiny, new Google Translator Plasmoid version 0.6. Well maybe that&#8217;s a bit exaggerated because the User Interface hasn&#8217;t changed a bit, but there&#8217;s a lot of new stuff going on under the hood that will also soon benefit the Currency Converter Plasmoid. Head on to Google Code or KDE-Look for downloads or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tanghus.wordpress.com&#038;blog=362690&#038;post=161&#038;subd=tanghus&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Now there&#8217;s a shiny, new <a href="/google-translator/">Google Translator</a> Plasmoid version 0.6.</p>
<p>Well maybe that&#8217;s a bit exaggerated because the User Interface hasn&#8217;t changed a bit, but there&#8217;s a lot of new stuff going on under the hood that will also soon benefit the <a href="/currency-converter">Currency Converter</a> Plasmoid.</p>
<p>Head on to <a href="http://code.google.com/p/google-translator/downloads/list" target="_blank">Google Code</a> or <a href="http://kde-look.org/content/show.php?content=113890" target="_blank">KDE-Look</a> for downloads or get it via &quot;Add Widgets&quot; from the Plasma Desktop.</p>
<p>Changes can be found in the <a href="/google-translator/changelog" target="_self">Changelog</a>.</p>
</p>
<p>=-=-=-=-=<br /><i>Powered by <b><a href='http://blogilo.gnufolks.org/'>Blogilo</a></b></i></p>
<br />Filed under: <a href='http://tanghus.wordpress.com/category/kde/plasma-kde/google-translator/'>Google Translator</a>, <a href='http://tanghus.wordpress.com/category/kde/'>KDE</a>, <a href='http://tanghus.wordpress.com/category/kde/plasma-kde/'>Plasma</a> Tagged: <a href='http://tanghus.wordpress.com/tag/google-translator/'>Google Translator</a>, <a href='http://tanghus.wordpress.com/tag/kde/'>KDE</a>, <a href='http://tanghus.wordpress.com/tag/plasma/'>Plasma</a>, <a href='http://tanghus.wordpress.com/tag/python/'>Python</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tanghus.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tanghus.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tanghus.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tanghus.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tanghus.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tanghus.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tanghus.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tanghus.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tanghus.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tanghus.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tanghus.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tanghus.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tanghus.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tanghus.wordpress.com/161/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tanghus.wordpress.com&#038;blog=362690&#038;post=161&#038;subd=tanghus&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tanghus.wordpress.com/2010/10/19/google-translator-0-6-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/76ea8e4afc4e7ab146c320bb78765df2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tanghus</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Translator 0.5 released</title>
		<link>http://tanghus.wordpress.com/2010/06/27/google-translator-0-4-3-released-2/</link>
		<comments>http://tanghus.wordpress.com/2010/06/27/google-translator-0-4-3-released-2/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 18:22:45 +0000</pubDate>
		<dc:creator>tanghus</dc:creator>
				<category><![CDATA[Google Translator]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Plasma]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://tanghus.wordpress.com/?p=125</guid>
		<description><![CDATA[Updated my Google Translator Plasmoid to version 0.5 with the biggest news being auto-detection of languages. Head on to Google Code or KDE-Look for downloads or get it via &#34;Add Widgets&#34; from the Plasma Desktop. Changes can be found in the Changelog. Filed under: Google Translator, KDE, Plasma Tagged: KDE, Plasma, Python<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tanghus.wordpress.com&#038;blog=362690&#038;post=125&#038;subd=tanghus&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Updated my <a href="/google-translator/" title="Google Translator">Google Translator Plasmoid</a> to version 0.5 with the biggest news being auto-detection of languages.</p>
<p>Head on to <a href="http://code.google.com/p/google-translator/downloads/list">Google Code</a> or <a href="http://kde-look.org/content/show.php?content=113890">KDE-Look</a> for downloads or get it via &quot;Add Widgets&quot; from the Plasma Desktop.</p>
<p>Changes can be found in the <a href="/google-translator/changelog" title="Changelog">Changelog</a>.</p></p>
<br />Filed under: <a href='http://tanghus.wordpress.com/category/kde/plasma-kde/google-translator/'>Google Translator</a>, <a href='http://tanghus.wordpress.com/category/kde/'>KDE</a>, <a href='http://tanghus.wordpress.com/category/kde/plasma-kde/'>Plasma</a> Tagged: <a href='http://tanghus.wordpress.com/tag/kde/'>KDE</a>, <a href='http://tanghus.wordpress.com/tag/plasma/'>Plasma</a>, <a href='http://tanghus.wordpress.com/tag/python/'>Python</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tanghus.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tanghus.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tanghus.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tanghus.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tanghus.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tanghus.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tanghus.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tanghus.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tanghus.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tanghus.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tanghus.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tanghus.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tanghus.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tanghus.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tanghus.wordpress.com&#038;blog=362690&#038;post=125&#038;subd=tanghus&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tanghus.wordpress.com/2010/06/27/google-translator-0-4-3-released-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/76ea8e4afc4e7ab146c320bb78765df2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tanghus</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Translator 0.4.3 released</title>
		<link>http://tanghus.wordpress.com/2010/06/23/google-translator-0-4-3-released/</link>
		<comments>http://tanghus.wordpress.com/2010/06/23/google-translator-0-4-3-released/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 08:54:35 +0000</pubDate>
		<dc:creator>tanghus</dc:creator>
				<category><![CDATA[Google Translator]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Plasma]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://tanghus.wordpress.com/?p=119</guid>
		<description><![CDATA[Updated my Google Translator Plasmoid to version 0.4.3. Head on to Google Code or KDE-Look for downloads or get it via &#34;Add Widgets&#34; from the Plasma Desktop. Changes can be found in the Changelog. Filed under: Google Translator, KDE, Plasma Tagged: KDE, Plasma, Python<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tanghus.wordpress.com&#038;blog=362690&#038;post=119&#038;subd=tanghus&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Updated my <a href="/google-translator/" title="Google Translator">Google Translator Plasmoid</a> to version 0.4.3.</p>
</p>
<p>Head on to <a href="http://code.google.com/p/google-translator/downloads/list">Google Code</a> or <a href="http://kde-look.org/content/show.php?content=113890">KDE-Look</a> for downloads or get it via &quot;Add Widgets&quot; from the Plasma Desktop.</p>
</p>
<p>Changes can be found in the <a href="/google-translator/changelog" title="Changelog">Changelog</a>.</p></p>
<br />Filed under: <a href='http://tanghus.wordpress.com/category/kde/plasma-kde/google-translator/'>Google Translator</a>, <a href='http://tanghus.wordpress.com/category/kde/'>KDE</a>, <a href='http://tanghus.wordpress.com/category/kde/plasma-kde/'>Plasma</a> Tagged: <a href='http://tanghus.wordpress.com/tag/kde/'>KDE</a>, <a href='http://tanghus.wordpress.com/tag/plasma/'>Plasma</a>, <a href='http://tanghus.wordpress.com/tag/python/'>Python</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tanghus.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tanghus.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tanghus.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tanghus.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tanghus.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tanghus.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tanghus.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tanghus.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tanghus.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tanghus.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tanghus.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tanghus.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tanghus.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tanghus.wordpress.com/119/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tanghus.wordpress.com&#038;blog=362690&#038;post=119&#038;subd=tanghus&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tanghus.wordpress.com/2010/06/23/google-translator-0-4-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/76ea8e4afc4e7ab146c320bb78765df2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tanghus</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Translator 0.4.2 released</title>
		<link>http://tanghus.wordpress.com/2010/06/15/new-version/</link>
		<comments>http://tanghus.wordpress.com/2010/06/15/new-version/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 14:43:57 +0000</pubDate>
		<dc:creator>tanghus</dc:creator>
				<category><![CDATA[Google Translator]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Plasma]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://tanghus.wordpress.com/?p=72</guid>
		<description><![CDATA[Finally I got to update my Google Translator Plasmoid to version 0.4.2. Changes since I last updated this blog includes: 0.4.2Much improved error handling when no network connection using Solid. The Plasmoid is now disabled until a connection is established instead of just giving up and dying The Plasmoid is now installed under the &#34;Language&#34; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tanghus.wordpress.com&#038;blog=362690&#038;post=72&#038;subd=tanghus&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Finally I got to update my <a href="http://tanghus.wordpress.com/google-translator/">Google Translator Plasmoid</a> to version 0.4.2.</p>
<p>Changes since I last updated this blog includes: </p>
</p>
<ul>
<li> <strong>0.4.2</strong><br />Much improved error handling when no network connection using Solid. The Plasmoid is now disabled until a connection is established instead of just giving up and dying <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> <br />The Plasmoid is now installed under the &quot;Language&quot; section. </li>
<li> <strong>0.4.1</strong><br />Improved KIO handling to be able to handle longer text while at the same time limit text to 1200 characters to avoid errors on too long queries. </li>
<li> <strong>0.4</strong><br />Added a &quot;Swap languages&quot; button.<br />TransferJobs are no longer shown in KDE Notifier. </li>
<li> <strong>0.3.2</strong><br />Languages weren&#8217;t sorted after change to KLocale. </li>
<li> <strong>0.3.1</strong><br />Quick fix for layout error when adding Plasmoid. </li>
<li> <strong>0.3</strong><br />Use KLocale for getting languages. This cuts down on code lines and it will i18n the language names. Also I don&#8217;t have to keep up with the number of Google translations. It&#8217;s now a race between Google and KDE <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> <br />Act on no network connection.<br />Added nice little Google attribution logo <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </li>
</ul>
<br />Filed under: <a href='http://tanghus.wordpress.com/category/kde/plasma-kde/google-translator/'>Google Translator</a>, <a href='http://tanghus.wordpress.com/category/kde/'>KDE</a>, <a href='http://tanghus.wordpress.com/category/kde/plasma-kde/'>Plasma</a>, <a href='http://tanghus.wordpress.com/category/programming/python-programming/'>Python</a> Tagged: <a href='http://tanghus.wordpress.com/tag/kde/'>KDE</a>, <a href='http://tanghus.wordpress.com/tag/plasma/'>Plasma</a>, <a href='http://tanghus.wordpress.com/tag/python/'>Python</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tanghus.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tanghus.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tanghus.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tanghus.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tanghus.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tanghus.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tanghus.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tanghus.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tanghus.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tanghus.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tanghus.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tanghus.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tanghus.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tanghus.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tanghus.wordpress.com&#038;blog=362690&#038;post=72&#038;subd=tanghus&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tanghus.wordpress.com/2010/06/15/new-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/76ea8e4afc4e7ab146c320bb78765df2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tanghus</media:title>
		</media:content>
	</item>
		<item>
		<title>2 new Plasmoids</title>
		<link>http://tanghus.wordpress.com/2009/10/18/2-new-plasmoids/</link>
		<comments>http://tanghus.wordpress.com/2009/10/18/2-new-plasmoids/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 19:38:04 +0000</pubDate>
		<dc:creator>tanghus</dc:creator>
				<category><![CDATA[Currency Converter]]></category>
		<category><![CDATA[Google Translator]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Plasma]]></category>

		<guid isPermaLink="false">http://tanghus.wordpress.com/?p=55</guid>
		<description><![CDATA[For the last 2-3 weeks I have been working on a couple of scripted Plasmoids for KDE4.x written in Python. First I started with the Currency Converter which uses data from Yahoo! Finance. When it was sorta working I figured out that I could create a Google Translator Plasmoid using almost the same code, so [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tanghus.wordpress.com&#038;blog=362690&#038;post=55&#038;subd=tanghus&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For the last 2-3 weeks I have been working on a couple of scripted Plasmoids for <a href="http://www.kde.org/">KDE4.x</a> written in Python. First I started with the <a href="/currency-converter" target="_self">Currency Converter</a> which uses data from <a href="http://finance.yahoo.com/currency-converter/" title="Yahoo! Finance Currency Converter">Yahoo! Finance</a>. When it was sorta working I figured out that I could create a <a href="/google-translator">Google Translator</a> Plasmoid using almost the same code, so now I&#8217;m maintaining them concurrently. Well &#8211; &#8217;nuff said. Here ther are: </p>
</p>
<ul>
<li><a href="/currency-converter">Currency Converter</a> version 0.2</li>
<li><a href="/google-translator">Google Translator</a> version 0.2</li>
</ul>
<br />Posted in Currency Converter, Google Translator, KDE, Python Tagged: KDE, Plasma, Python <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tanghus.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tanghus.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tanghus.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tanghus.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tanghus.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tanghus.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tanghus.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tanghus.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tanghus.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tanghus.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tanghus.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tanghus.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tanghus.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tanghus.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tanghus.wordpress.com&#038;blog=362690&#038;post=55&#038;subd=tanghus&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tanghus.wordpress.com/2009/10/18/2-new-plasmoids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/76ea8e4afc4e7ab146c320bb78765df2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tanghus</media:title>
		</media:content>
	</item>
	</channel>
</rss>
