<?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>Robojamie</title>
	<atom:link href="http://robojamie.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://robojamie.net</link>
	<description></description>
	<lastBuildDate>Mon, 07 Jun 2010 19:42:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>From Graham Harman&#8217;s Prince of Networks</title>
		<link>http://robojamie.net/?p=121</link>
		<comments>http://robojamie.net/?p=121#comments</comments>
		<pubDate>Fri, 04 Jun 2010 05:37:57 +0000</pubDate>
		<dc:creator>Robojamie</dc:creator>
				<category><![CDATA[Philosophy]]></category>

		<guid isPermaLink="false">http://robojamie.net/?p=121</guid>
		<description><![CDATA[Some experimental novels enjoy great success. But imagine an ambitious avant-garde novel that tried to combine experimental content (talking mushrooms as the only characters), and experimental form (printing the novel on playing cards to be shuffled in random order), and an experimental message (preaching the tenets of Scientology), and experimental distribution (advertising on television and [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Some experimental novels enjoy great success. But imagine an ambitious avant-garde novel that tried to combine experimental content (talking mushrooms as the only characters), and experimental form (printing the novel on playing cards to be shuffled in random order), and an experimental message (preaching the tenets of Scientology), and experimental distribution (advertising on television and inviting people to subscribe to the cards), and experimental language (clipped slang borrowed from the Southern working classes and organized into limericks), and an experimental audience (tailoring the message to recent immigrants).</p></blockquote>
<p>From Graham Harman&#8217;s <em><a href="http://www.google.com/url?sa=t&amp;source=web&amp;cd=1&amp;ved=0CBgQFjAA&amp;url=http%3A%2F%2Fwww.re-press.org%2Fbook-files%2FOA_Version_780980544060_Prince_of_Networks.pdf&amp;ei=epAITPHcEIS8lQfR24XpDg&amp;usg=AFQjCNHoaQy1rMD-BJA21BsVahiUrexNJw&amp;sig2=boA0U3T96weMNHFp8wgTMA">Prince of Networks</a></em>, page 49.<em> </em></p>
]]></content:encoded>
			<wfw:commentRss>http://robojamie.net/?feed=rss2&amp;p=121</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bash script to read Twitter statuses out loud</title>
		<link>http://robojamie.net/?p=16</link>
		<comments>http://robojamie.net/?p=16#comments</comments>
		<pubDate>Sat, 01 Aug 2009 00:51:02 +0000</pubDate>
		<dc:creator>Robojamie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[festival]]></category>
		<category><![CDATA[speech]]></category>
		<category><![CDATA[synthesis]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://robojamie.net/?p=16</guid>
		<description><![CDATA[This is a small Bash script that downloads your friends statuses and reads them aloud using the Festival speech synth. You need to download some packages first. On Ubuntu do: sudo apt-get install curl xmlstarlet festival After installing the command is: curl -s -u twitterusername:twitterpassword 'http://twitter.com/statuses/friends_timeline.xml?count=5' &#124; xmlstarlet sel -t -m '//status' -v 'user/screen_name' -o [...]]]></description>
			<content:encoded><![CDATA[<p>This is a small Bash script that downloads your friends statuses and reads them aloud using the <a href="http://www.cstr.ed.ac.uk/projects/festival/">Festival speech synth</a>. You need to download some packages first. On Ubuntu do:</p>
<p><code>sudo apt-get install curl xmlstarlet festival<br />
</code></p>
<p>After installing the command is:</p>
<p><code>curl -s -u twitterusername:twitterpassword 'http://twitter.com/statuses/friends_timeline.xml?count=5' | xmlstarlet sel -t -m '//status' -v 'user/screen_name' -o ': ' -v 'text' -n | festival --tts<br />
</code></p>
<p>You should hear a computerized voice reading your friends latest updates.</p>
<p>If you find this useful, it can be interesting to save the script and put it in the Linux crontab file to automatically do it every so often. Just run <code>crontab -e</code> and include the following:</p>
<p><code>* * * * * /home/robojamie/twittertalk.sh<br />
</code></p>
<p>That updates every minute, so you may want to adjust it. Just take look at the <a href="http://www.adminschoice.com/docs/crontab.htm">cron tab syntax</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://robojamie.net/?feed=rss2&amp;p=16</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NeXTStep Icons Still in OSX Leopard</title>
		<link>http://robojamie.net/?p=4</link>
		<comments>http://robojamie.net/?p=4#comments</comments>
		<pubDate>Fri, 31 Jul 2009 21:13:10 +0000</pubDate>
		<dc:creator>Robojamie</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[next]]></category>
		<category><![CDATA[nextstep]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[steve jobs]]></category>

		<guid isPermaLink="false">http://robojamie.net/?p=4</guid>
		<description><![CDATA[Windows is known for hanging on to ancient icons. If you go looking in Windows Vista or even 7 you can find icons dating back to the 16-bit era. Mac OS X is not known for this sort of thing, but if you use the single window screenshot short cut, Command + Shift + 4 [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-3 alignright" title="nextcamera" src="http://robojamie.net/wp-content/uploads/2009/07/nextcamera.gif" alt="NextStep Camera Icon" width="64" height="63" /></p>
<p>Windows is known for hanging on to ancient icons. If you go looking in Windows Vista or even 7 you can find icons dating back to the 16-bit era. Mac OS X is <strong>not </strong>known for this sort of thing, but if you use the single window screenshot short cut, Command + Shift + 4 and then space, you&#8217;ll find an icon that dates back to Steve Jobs&#8217; NeXT days. I&#8217;ve always liked the design of the NeXT icons even if they appear slightly dated.</p>
<p>The presence of this icon leads to the question: Is this an easter egg or an oversight?</p>
]]></content:encoded>
			<wfw:commentRss>http://robojamie.net/?feed=rss2&amp;p=4</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
	</channel>
</rss>
