<?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 for nullcortex</title>
	<atom:link href="http://nullcortex.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://nullcortex.com</link>
	<description>some words, some code, and some pictures</description>
	<lastBuildDate>Fri, 23 Jul 2010 06:38:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Visualizing Team Membership by Links aleatorios, semana ?-23/Julio &#171; Soy porque nosotros somos</title>
		<link>http://nullcortex.com/2009/12/visualizing-team-membership/comment-page-1/#comment-126</link>
		<dc:creator>Links aleatorios, semana ?-23/Julio &#171; Soy porque nosotros somos</dc:creator>
		<pubDate>Fri, 23 Jul 2010 06:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://nullcortex.com/?p=110#comment-126</guid>
		<description>[...] http://nullcortex.com/2009/12/visualizing-team-membership/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://nullcortex.com/2009/12/visualizing-team-membership/" rel="nofollow">http://nullcortex.com/2009/12/visualizing-team-membership/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UDS Lucid: IRC Council Recap by mirc</title>
		<link>http://nullcortex.com/2009/11/uds-irc-council-recap/comment-page-1/#comment-123</link>
		<dc:creator>mirc</dc:creator>
		<pubDate>Thu, 11 Mar 2010 13:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://nullcortex.com/?p=88#comment-123</guid>
		<description>thanx admin</description>
		<content:encoded><![CDATA[<p>thanx admin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visualizing Team Membership by Terence Simpsons Blog &#187; Blog Archive &#187; What the IRCC is up to</title>
		<link>http://nullcortex.com/2009/12/visualizing-team-membership/comment-page-1/#comment-115</link>
		<dc:creator>Terence Simpsons Blog &#187; Blog Archive &#187; What the IRCC is up to</dc:creator>
		<pubDate>Wed, 13 Jan 2010 08:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://nullcortex.com/?p=110#comment-115</guid>
		<description>[...] For those interested in the new layout of the IRC teams, this is a visualization created by Benjamin Rubin. [...]</description>
		<content:encoded><![CDATA[<p>[...] For those interested in the new layout of the IRC teams, this is a visualization created by Benjamin Rubin. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visualizing Team Membership by Rubén Romero</title>
		<link>http://nullcortex.com/2009/12/visualizing-team-membership/comment-page-1/#comment-62</link>
		<dc:creator>Rubén Romero</dc:creator>
		<pubDate>Tue, 29 Dec 2009 00:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://nullcortex.com/?p=110#comment-62</guid>
		<description>Hi there,

I am trying to run your script under Hardy. I added a PPA that gave me launchpadlib and its dependencies. I get the following error:

$ python lpdot.py huayra
Connecting to Launchpad... 
Traceback (most recent call last):
  File &quot;lpdot.py&quot;, line 124, in 
    sys.exit(main())
  File &quot;lpdot.py&quot;, line 101, in main
    lp = Launchpad.login_with(&#039;lp_dot&#039;,service,cachedir)
AttributeError: type object &#039;Launchpad&#039; has no attribute &#039;login_with&#039;

Could you help me out? Or should I just try it in a newer Ubuntu version?

Thanks in advance, R.</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I am trying to run your script under Hardy. I added a PPA that gave me launchpadlib and its dependencies. I get the following error:</p>
<p>$ python lpdot.py huayra<br />
Connecting to Launchpad&#8230;<br />
Traceback (most recent call last):<br />
  File &#8220;lpdot.py&#8221;, line 124, in<br />
    sys.exit(main())<br />
  File &#8220;lpdot.py&#8221;, line 101, in main<br />
    lp = Launchpad.login_with(&#8216;lp_dot&#8217;,service,cachedir)<br />
AttributeError: type object &#8216;Launchpad&#8217; has no attribute &#8216;login_with&#8217;</p>
<p>Could you help me out? Or should I just try it in a newer Ubuntu version?</p>
<p>Thanks in advance, R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Saving time with launchpadlib by jml</title>
		<link>http://nullcortex.com/2009/12/saving-time-with-launchpadlib/comment-page-1/#comment-51</link>
		<dc:creator>jml</dc:creator>
		<pubDate>Wed, 09 Dec 2009 07:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://nullcortex.com/?p=101#comment-51</guid>
		<description>Nice! Feel free to add this to https://help.launchpad.net/API/Examples or https://help.launchpad.net/API/Uses.

Also, if you print out `error.content`, rather than just `error`, I think you&#039;ll get more useful information.</description>
		<content:encoded><![CDATA[<p>Nice! Feel free to add this to <a href="https://help.launchpad.net/API/Examples" rel="nofollow">https://help.launchpad.net/API/Examples</a> or <a href="https://help.launchpad.net/API/Uses" rel="nofollow">https://help.launchpad.net/API/Uses</a>.</p>
<p>Also, if you print out `error.content`, rather than just `error`, I think you&#8217;ll get more useful information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dear Lazyweb: Feed Categories by Ted MacKenzie</title>
		<link>http://nullcortex.com/2008/12/dear-lazyweb-feed-categories/comment-page-1/#comment-48</link>
		<dc:creator>Ted MacKenzie</dc:creator>
		<pubDate>Tue, 01 Dec 2009 21:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://nullcortex.com/?p=53#comment-48</guid>
		<description>No mater how you file things, it will never be perfect and there will always be some overlap.  As long as you don&#039;t tag too many items, that&#039;s not a problem.</description>
		<content:encoded><![CDATA[<p>No mater how you file things, it will never be perfect and there will always be some overlap.  As long as you don&#8217;t tag too many items, that&#8217;s not a problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UDS Lucid: IRC Council Recap by MTecknology</title>
		<link>http://nullcortex.com/2009/11/uds-irc-council-recap/comment-page-1/#comment-44</link>
		<dc:creator>MTecknology</dc:creator>
		<pubDate>Tue, 24 Nov 2009 14:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://nullcortex.com/?p=88#comment-44</guid>
		<description>This is awesome. I&#039;ll be excited to see how this turns out.</description>
		<content:encoded><![CDATA[<p>This is awesome. I&#8217;ll be excited to see how this turns out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dear Lazyweb: Feed Categories by Florist Ottawa</title>
		<link>http://nullcortex.com/2008/12/dear-lazyweb-feed-categories/comment-page-1/#comment-39</link>
		<dc:creator>Florist Ottawa</dc:creator>
		<pubDate>Wed, 23 Sep 2009 18:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://nullcortex.com/?p=53#comment-39</guid>
		<description>I like Google product, they are #1 in all search fields.</description>
		<content:encoded><![CDATA[<p>I like Google product, they are #1 in all search fields.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Firefox rmadison Plugin by bnrubin</title>
		<link>http://nullcortex.com/2008/12/firefox-rmadison-plugin/comment-page-1/#comment-31</link>
		<dc:creator>bnrubin</dc:creator>
		<pubDate>Thu, 11 Dec 2008 18:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://nullcortex.com/?p=50#comment-31</guid>
		<description>Its handy to find out which releases included which packages.  For example, looking to see what release last shipped php4.  Or if someone is looking for a specific version if that is included in release &lt;em&gt;X&lt;/em&gt;.</description>
		<content:encoded><![CDATA[<p>Its handy to find out which releases included which packages.  For example, looking to see what release last shipped php4.  Or if someone is looking for a specific version if that is included in release <em>X</em>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dear Lazyweb: Feed Categories by Walther</title>
		<link>http://nullcortex.com/2008/12/dear-lazyweb-feed-categories/comment-page-1/#comment-30</link>
		<dc:creator>Walther</dc:creator>
		<pubDate>Tue, 09 Dec 2008 22:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://nullcortex.com/?p=53#comment-30</guid>
		<description>+1 for Flávio and Ryan

I base my tags on urgency/priority, not on the subject.

Every morning I read everything in the daily category. When I have time to kill I will read the other categories. If a category/feed has too many unread items, I unsubscribe.</description>
		<content:encoded><![CDATA[<p>+1 for Flávio and Ryan</p>
<p>I base my tags on urgency/priority, not on the subject.</p>
<p>Every morning I read everything in the daily category. When I have time to kill I will read the other categories. If a category/feed has too many unread items, I unsubscribe.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
