<?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/"
	>

<channel>
	<title>Geek in progress &#187; software</title>
	<atom:link href="http://www.itkovian.net/base/tag/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itkovian.net/base</link>
	<description>I am not yet done.</description>
	<lastBuildDate>Thu, 20 Oct 2011 20:56:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Flickr favourites</title>
		<link>http://www.itkovian.net/base/flickr-favourites/</link>
		<comments>http://www.itkovian.net/base/flickr-favourites/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 17:41:58 +0000</pubDate>
		<dc:creator>Itkovian</dc:creator>
				<category><![CDATA[flickr]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://www.itkovian.net/base/?p=162</guid>
		<description><![CDATA[As with any social networking site, people can walk out, drop content, or get banned. So if you have faved a nice selection of flickr pictures you might wish to be able to look at them, even if the owner takes them offline. A tool to check the list of your favourites, and download them if possible, in the size you prefer (e.g., medium) may come in handy. Thus I present a simple python <a href="http://itkovian.net/base/files/favourites.py">script</a> I wrote to do just that.]]></description>
			<content:encoded><![CDATA[<p>As with any social networking site, people can walk out, drop content, or get banned. So if you have faved a nice selection of flickr pictures you might wish to be able to look at them, even if the owner takes them offline. A tool to check the list of your favourites, and download them if possible, in the size you prefer (e.g., medium) may come in handy. Thus I present a simple python <a href="http://itkovian.net/base/files/favourites.py">script</a> I wrote to do just that. You also need Brian Hall&#8217;s <a href="http://beej.us/flickr/flickrapi/">flickrapi.py</a>, of which you can also get a <a href="http://itkovian.net/base/files/flickrapi.py">snapshot</a> with which the favourites script works.</p>
<p>You need a configuration file as explained in the favourites script file, with two sections: general and flickrapi. The former contains the name of the browser that will be used to setup your flickr account to allow access to it using the API key you want to use with this application. The latter contains the API key and the API secret, both of which you can obtain from flickr.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itkovian.net/base/flickr-favourites/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Thou shalt not reboot later!</title>
		<link>http://www.itkovian.net/base/thou-shalt-not-reboot-later/</link>
		<comments>http://www.itkovian.net/base/thou-shalt-not-reboot-later/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 20:12:03 +0000</pubDate>
		<dc:creator>Itkovian</dc:creator>
				<category><![CDATA[rant]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.itkovian.net/base/?p=142</guid>
		<description><![CDATA[It seems like Windows is having a good laugh at us. When setting up a webcast, suddenly the following pop-up appeared.

<center>
<a href="http://www.flickr.com/photos/itkovian/399648089/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/170/399648089_008112e1fc.jpg" width="400" height="300" alt="Reboot or die!" /></a>
</center>

No avail in trying to get rid of it. Other than rebooting, that is.]]></description>
			<content:encoded><![CDATA[<p>It seems like Windows is having a good laugh at us. When setting up a webcast, suddenly the following pop-up appeared.</p>
<p><center><br />
<a href="http://www.flickr.com/photos/itkovian/399648089/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/170/399648089_008112e1fc.jpg" width="400" height="300" alt="Reboot or die!" /></a><br />
</center></p>
<p>No avail in trying to get rid of it. Other than rebooting, that is.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itkovian.net/base/thou-shalt-not-reboot-later/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HPM interrupt handling</title>
		<link>http://www.itkovian.net/base/hpm-interrupt-handling/</link>
		<comments>http://www.itkovian.net/base/hpm-interrupt-handling/#comments</comments>
		<pubDate>Wed, 21 Feb 2007 23:16:39 +0000</pubDate>
		<dc:creator>Itkovian</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.itkovian.net/base/?p=141</guid>
		<description><![CDATA[Getting exact process information is tough, especially when the tool one uses is not behaving as one expects. To ease the matter somewhat, I drew a graph that show exactly how <a href="http://user.it.uu.se/~mikpe/linux/perfctr/">perfctr</a> calls the interrupt handler and sets the offending process' signal.

<center>
<a href="http://www.flickr.com/photos/itkovian/397643171/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/188/397643171_066875e1c7.jpg" width="400" height="334" alt="Perfctr HPM interrupt handling" /></a>
</center>]]></description>
			<content:encoded><![CDATA[<p>Getting exact process information is tough, especially when the tool one uses is not behaving as one expects. To ease the matter somewhat, I drew a graph that show exactly how <a href="http://user.it.uu.se/~mikpe/linux/perfctr/">perfctr</a> calls the interrupt handler and sets the offending process&#8217; signal.</p>
<p><center><br />
<a href="http://www.flickr.com/photos/itkovian/397643171/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/188/397643171_066875e1c7.jpg" width="400" height="334" alt="Perfctr HPM interrupt handling" /></a><br />
</center></p>
<p>The idea is to assemble <i>correct</i> information on the event counts per fixed intruction count interval of e.g., 100M instructions. However, due to the non-deterministic nature of a multitasking kernel, sometimes we see IPC values that are &#8230; unexpected. Hopefully this graph sets us on the right track once more. In normal circumstances, having a few counts off track, is not too bad, but for the work we&#8217;re currently doing, we require correct counts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itkovian.net/base/hpm-interrupt-handling/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vista Speech Recognition</title>
		<link>http://www.itkovian.net/base/vista-speech-recognition/</link>
		<comments>http://www.itkovian.net/base/vista-speech-recognition/#comments</comments>
		<pubDate>Mon, 19 Feb 2007 22:33:01 +0000</pubDate>
		<dc:creator>Itkovian</dc:creator>
				<category><![CDATA[fun]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.itkovian.net/base/?p=139</guid>
		<description><![CDATA[I guess we will not be programming in Vista using speech control anytime soon :-)

<center>
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/KyLqUf4cdwc"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/KyLqUf4cdwc" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
</center>]]></description>
			<content:encoded><![CDATA[<p>I guess we will not be programming in Vista using speech control anytime soon <img src='http://www.itkovian.net/base/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><center><br />
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/KyLqUf4cdwc"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/KyLqUf4cdwc" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object><br />
</center></p>
<p>Of course, nobody in his right mind would even try it, but I think this makes for a hilarious video nonetheless. I cannot say if the speech recognition works for the stuff it&#8217;s actually meant for, as I have no (and never will) a Microsoft Vista Operating (ahem) System.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itkovian.net/base/vista-speech-recognition/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

