<?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"
	>
<channel>
	<title>Comments for | nusstabox |</title>
	<atom:link href="http://nusstabox.net.au/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://nusstabox.net.au/blog</link>
	<description>Nusstabox - a gathering of ideas around the camp-fire of emerging media, meemes and consciousness. Podcasts gathered in random wanderings amongst the techospheres shining moment of transformation.</description>
	<pubDate>Fri, 21 Nov 2008 12:06:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on text by billie</title>
		<link>http://nusstabox.net.au/blog/2008/09/06/text/#comment-770</link>
		<dc:creator>billie</dc:creator>
		<pubDate>Sun, 28 Sep 2008 18:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://nusstabox.net.au/blog/2008/09/06/text/#comment-770</guid>
		<description>i like to read your stuff .... it reminds me to relax, wander with my pointless thougts, then i often have these áha´ moments   .... good to visit you, chris!</description>
		<content:encoded><![CDATA[<p>i like to read your stuff &#8230;. it reminds me to relax, wander with my pointless thougts, then i often have these áha´ moments   &#8230;. good to visit you, chris!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Amoeba theologins&#8230; by Amoeba theologins…</title>
		<link>http://nusstabox.net.au/blog/2008/06/17/amoeba-theologins/#comment-765</link>
		<dc:creator>Amoeba theologins…</dc:creator>
		<pubDate>Tue, 17 Jun 2008 16:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://nusstabox.net.au/blog/?p=96#comment-765</guid>
		<description>[...] Amoeba theologins… “If God had intended amoebas to gorw bones, she would not have made calcium illegal”. the good Dr Tim Leary… [...]</description>
		<content:encoded><![CDATA[<p>[...] Amoeba theologins… “If God had intended amoebas to gorw bones, she would not have made calcium illegal”. the good Dr Tim Leary… [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iTunes Podcast URLs&#8230;. by chris</title>
		<link>http://nusstabox.net.au/blog/2007/10/19/itunes-podcast-urls/#comment-763</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Sun, 17 Feb 2008 21:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://nusstabox.net.au/blog/2007/10/19/itunes-podcast-urls/#comment-763</guid>
		<description>&lt;p&gt;&#60;p&#62;Well.... What you have to do is actually download the .py script, save it as a .py file, make it executable (chmod +x), and then issue the following command while your are in the directory that the script resides:&#60;/p&#62;&lt;br /&gt;
&#60;p&#62;python itunes-url-decoder.py url_of_site&#60;/p&#62;&lt;br /&gt;
&#60;p&#62;This assumes that you save the file with the name 'itunes-url-decoder.py'.... replace url_of_site with the actual url. &#60;/p&#62;&lt;br /&gt;
&#60;p&#62;If that doesn't work then we'll have to search larger afield because I don't have the time/mindspace/ability at present to sort out python problems or other peoples computer setups etc etc. Sorry .... Anyone else have a solution to this dilemma?&#60;/p&#62;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&lt;p&gt;Well&#8230;. What you have to do is actually download the .py script, save it as a .py file, make it executable (chmod +x), and then issue the following command while your are in the directory that the script resides:&lt;/p&gt;<br />
&lt;p&gt;python itunes-url-decoder.py url_of_site&lt;/p&gt;<br />
&lt;p&gt;This assumes that you save the file with the name &#8216;itunes-url-decoder.py&#8217;&#8230;. replace url_of_site with the actual url. &lt;/p&gt;<br />
&lt;p&gt;If that doesn&#8217;t work then we&#8217;ll have to search larger afield because I don&#8217;t have the time/mindspace/ability at present to sort out python problems or other peoples computer setups etc etc. Sorry &#8230;. Anyone else have a solution to this dilemma?&lt;/p&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iTunes Podcast URLs&#8230;. by Greg</title>
		<link>http://nusstabox.net.au/blog/2007/10/19/itunes-podcast-urls/#comment-762</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Sat, 16 Feb 2008 02:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://nusstabox.net.au/blog/2007/10/19/itunes-podcast-urls/#comment-762</guid>
		<description>G'day mate, I'm having trouble using that script. I'm running ubuntu and am quite new to it.

I've tried

$ python itunes-url-decoder.py http://deimos3.apple.com/WebObjects/Core.woa/Browse/queensu.ca.1330418963

which gives me the error

itunes-url-decoder.py error: itmsOpen() not found in http://deimos3.apple.com/WebObjects/Core.woa/Browse/queensu.ca.1330418963


and

~$ python itunes-url-decoder.py itms://deimos3.apple.com/WebObjects/Core.woa/Browse/queensu.ca.1330418963?ignore.mscache=1708757

which gives me the error

Traceback (most recent call last):
  File "itunes-url-decoder.py", line 65, in 
    xml_url = get_xml_url(http_get(arg))
  File "itunes-url-decoder.py", line 29, in http_get
    usock = urllib2.urlopen(request)
  File "/usr/lib/python2.5/urllib2.py", line 124, in urlopen
    return _opener.open(url, data)
  File "/usr/lib/python2.5/urllib2.py", line 381, in open
    response = self._open(req, data)
  File "/usr/lib/python2.5/urllib2.py", line 404, in _open
    'unknown_open', req)
  File "/usr/lib/python2.5/urllib2.py", line 360, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.5/urllib2.py", line 1140, in unknown_open
    raise URLError('unknown url type: %s' % type)
urllib2.URLError: 

Do you know what I'm doing wrong?</description>
		<content:encoded><![CDATA[<p>G&#8217;day mate, I&#8217;m having trouble using that script. I&#8217;m running ubuntu and am quite new to it.</p>
<p>I&#8217;ve tried</p>
<p>$ python itunes-url-decoder.py <a href="http://deimos3.apple.com/WebObjects/Core.woa/Browse/queensu.ca.1330418963" rel="nofollow">http://deimos3.apple.com/WebObjects/Core.woa/Browse/queensu.ca.1330418963</a></p>
<p>which gives me the error</p>
<p>itunes-url-decoder.py error: itmsOpen() not found in <a href="http://deimos3.apple.com/WebObjects/Core.woa/Browse/queensu.ca.1330418963" rel="nofollow">http://deimos3.apple.com/WebObjects/Core.woa/Browse/queensu.ca.1330418963</a></p>
<p>and</p>
<p>~$ python itunes-url-decoder.py itms://deimos3.apple.com/WebObjects/Core.woa/Browse/queensu.ca.1330418963?ignore.mscache=1708757</p>
<p>which gives me the error</p>
<p>Traceback (most recent call last):<br />
  File &#8220;itunes-url-decoder.py&#8221;, line 65, in<br />
    xml_url = get_xml_url(http_get(arg))<br />
  File &#8220;itunes-url-decoder.py&#8221;, line 29, in http_get<br />
    usock = urllib2.urlopen(request)<br />
  File &#8220;/usr/lib/python2.5/urllib2.py&#8221;, line 124, in urlopen<br />
    return _opener.open(url, data)<br />
  File &#8220;/usr/lib/python2.5/urllib2.py&#8221;, line 381, in open<br />
    response = self._open(req, data)<br />
  File &#8220;/usr/lib/python2.5/urllib2.py&#8221;, line 404, in _open<br />
    &#8216;unknown_open&#8217;, req)<br />
  File &#8220;/usr/lib/python2.5/urllib2.py&#8221;, line 360, in _call_chain<br />
    result = func(*args)<br />
  File &#8220;/usr/lib/python2.5/urllib2.py&#8221;, line 1140, in unknown_open<br />
    raise URLError(&#8217;unknown url type: %s&#8217; % type)<br />
urllib2.URLError: </p>
<p>Do you know what I&#8217;m doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iTunes Podcast URLs&#8230;. by Ian</title>
		<link>http://nusstabox.net.au/blog/2007/10/19/itunes-podcast-urls/#comment-761</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Mon, 11 Feb 2008 01:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://nusstabox.net.au/blog/2007/10/19/itunes-podcast-urls/#comment-761</guid>
		<description>Great workaround, though i'm not sure how to actually use it. if anyone could tell me, that would be awesome :D</description>
		<content:encoded><![CDATA[<p>Great workaround, though i&#8217;m not sure how to actually use it. if anyone could tell me, that would be awesome :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iTunes Podcast URLs&#8230;. by Josh</title>
		<link>http://nusstabox.net.au/blog/2007/10/19/itunes-podcast-urls/#comment-760</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Fri, 18 Jan 2008 03:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://nusstabox.net.au/blog/2007/10/19/itunes-podcast-urls/#comment-760</guid>
		<description>Sorry to ask, but I am really new to Linux. How would you run this script?  I suppose you run it from the Terminal, but what's the command?

Any help would be greatly appreciated!

Thanks,

Josh</description>
		<content:encoded><![CDATA[<p>Sorry to ask, but I am really new to Linux. How would you run this script?  I suppose you run it from the Terminal, but what&#8217;s the command?</p>
<p>Any help would be greatly appreciated!</p>
<p>Thanks,</p>
<p>Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on music for my soul&#8230; by Stella</title>
		<link>http://nusstabox.net.au/blog/2007/12/31/music-for-my-soul/#comment-759</link>
		<dc:creator>Stella</dc:creator>
		<pubDate>Mon, 31 Dec 2007 03:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://nusstabox.net.au/blog/2007/12/31/music-for-my-soul/#comment-759</guid>
		<description>While you were playing drums, we (Lisa, Keith, Michelle and I) were sitting in Keith and Lisa's garden with Ben and Rod entertaining us with tales of the past from Townsville and Mt Nebo.  The more we drunk, the louder it got and your name was frequently mentioned, culminating in Ben going to the computer and producing dozens of photos of Brendan, Axel, Rod, yourself and him doing crazy things with bands and video cameras in the early nineties. I went to bed at 2 am with Keith and Ben still playing Tea Party songs on the guitar and then there was this huge crash and Keith and Rod had a wrestle... Rod had huge teeth marks and red welts on his back this morning.....  No spiritual experiences or breakthroughs took place.</description>
		<content:encoded><![CDATA[<p>While you were playing drums, we (Lisa, Keith, Michelle and I) were sitting in Keith and Lisa&#8217;s garden with Ben and Rod entertaining us with tales of the past from Townsville and Mt Nebo.  The more we drunk, the louder it got and your name was frequently mentioned, culminating in Ben going to the computer and producing dozens of photos of Brendan, Axel, Rod, yourself and him doing crazy things with bands and video cameras in the early nineties. I went to bed at 2 am with Keith and Ben still playing Tea Party songs on the guitar and then there was this huge crash and Keith and Rod had a wrestle&#8230; Rod had huge teeth marks and red welts on his back this morning&#8230;..  No spiritual experiences or breakthroughs took place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iTunes Podcast URLs&#8230;. by chris</title>
		<link>http://nusstabox.net.au/blog/2007/10/19/itunes-podcast-urls/#comment-758</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Wed, 07 Nov 2007 06:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://nusstabox.net.au/blog/2007/10/19/itunes-podcast-urls/#comment-758</guid>
		<description>Hey Stefan... no worries!!! You are the first legitimate comment on my web site... Yipeee That makes me feel so good because I always thought that something on this web site would be useful to someone but then nobody left a comment.... Oh well... I must just be a geek after all....</description>
		<content:encoded><![CDATA[<p>Hey Stefan&#8230; no worries!!! You are the first legitimate comment on my web site&#8230; Yipeee That makes me feel so good because I always thought that something on this web site would be useful to someone but then nobody left a comment&#8230;. Oh well&#8230; I must just be a geek after all&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iTunes Podcast URLs&#8230;. by Stefan</title>
		<link>http://nusstabox.net.au/blog/2007/10/19/itunes-podcast-urls/#comment-757</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Fri, 02 Nov 2007 09:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://nusstabox.net.au/blog/2007/10/19/itunes-podcast-urls/#comment-757</guid>
		<description>Exactly what I was looking for. Thanks!</description>
		<content:encoded><![CDATA[<p>Exactly what I was looking for. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
