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

<channel>
	<title>blogbo!</title>
	<atom:link href="http://www.davbo.org/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.davbo.org/blog</link>
	<description>#comments on all things awesome.</description>
	<pubDate>Sun, 05 Apr 2009 14:19:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Way Down in the Hole</title>
		<link>http://www.davbo.org/blog/?p=17</link>
		<comments>http://www.davbo.org/blog/?p=17#comments</comments>
		<pubDate>Sun, 05 Apr 2009 14:19:41 +0000</pubDate>
		<dc:creator>Davbo</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Python]]></category>

		<category><![CDATA[django]]></category>

		<category><![CDATA[project]]></category>

		<category><![CDATA[waydowninthehole]]></category>

		<category><![CDATA[wire]]></category>

		<guid isPermaLink="false">http://www.davbo.org/blog/?p=17</guid>
		<description><![CDATA[Yesterday marked my first day starting work on a fansite for &#8220;The Wire&#8221; with my brother, should be a fun little Easter break project. Currently we just have an &#8220;under construction&#8221; page with a link to our uservoice page, the site will be entirely done with Django. I just getting started and have checked in [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday marked my first day starting work on a fansite for &#8220;The Wire&#8221; with my brother, should be a fun little Easter break project. Currently we just have an &#8220;under construction&#8221; page with a link to our <a href="http://wdith.uservoice.com">uservoice page</a>, the site will be entirely done with <a href="http://www.djangoproject.com/">Django</a>. I just getting started and have checked in the the latest version to svn, hopefully will come out with a nice framework for other fansites.  Anyway, check it out at <a href="http://www.waydowninthehole.com">www.waydowninthehole.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davbo.org/blog/?feed=rss2&amp;p=17</wfw:commentRss>
		</item>
		<item>
		<title>Pycrastination</title>
		<link>http://www.davbo.org/blog/?p=11</link>
		<comments>http://www.davbo.org/blog/?p=11#comments</comments>
		<pubDate>Sun, 15 Feb 2009 19:24:10 +0000</pubDate>
		<dc:creator>Davbo</dc:creator>
		
		<category><![CDATA[Python]]></category>

		<category><![CDATA[cherrypy]]></category>

		<category><![CDATA[gdata]]></category>

		<category><![CDATA[projects]]></category>

		<category><![CDATA[scrapy]]></category>

		<guid isPermaLink="false">http://www.davbo.org/blog/?p=11</guid>
		<description><![CDATA[While working through university work I haven&#8217;t had much time to work on other things which I&#8217;d like to, however I&#8217;ve had enough time to play with a few Python libraries which have caught my eye.
Firstly, scrapy;
Scrapy is a high level scraping and web crawling framework for writing     spiders to crawl [...]]]></description>
			<content:encoded><![CDATA[<p>While working through university work I haven&#8217;t had much time to work on other things which I&#8217;d like to, however I&#8217;ve had enough time to play with a few Python libraries which have caught my eye.</p>
<p>Firstly, <strong><a title="Scrapy" href="http://www.scrapy.org">scrapy</a></strong>;</p>
<blockquote><p>Scrapy is a high level scraping and web crawling framework for writing     spiders to crawl and parse web pages for all kinds of purposes, from     information retrieval to monitoring or testing web sites.</p></blockquote>
<p>I wrote a little <a href="http://davbo.org/trac/browser/Python/exams">scrapy app</a> which scrapes my university <a href="http://www.shef.ac.uk/StuApp1/examsDP.do">exam timetable</a> and collates all the data in a .csv, with that I&#8230;.</p>
<p>Post it to a Google calendar using my second new library, <strong><a href="http://code.google.com/p/gdata-python-client/">gdata</a>,</strong> this is a cool library provided by Google which implements the Google api&#8217;s for Calendar, App&#8217;s, Blogger etc.. anyway, that left me with a pretty impressive <a href="http://www.google.com/calendar/embed?src=otk9e3141o9desfrf39op6rod8%40group.calendar.google.com&amp;ctz=Europe/London">calendar</a> - the exams were at the end of Jan. The little Python script that posts it to Google Cal is <a href="http://davbo.org/trac/browser/Python/exams/examGoogleCal.py">here</a>.</p>
<p>Finally I&#8217;ve recently been playing with <a href="http://www.cherrypy.org/"><strong>CherryPy</strong></a>. I&#8217;ve been toying with a few ideas for websites so I wanted to look at some of the Python web frameworks, having already played with Django, which I like a lot but it&#8217;s a bit too large of a stack to deal with for small projects. I turned to look at CherryPy and it&#8217;s exactly what I wanted! I&#8217;ve only been playing with bits of it but it&#8217;s very cool and the community around it is awesome.  The only thing I&#8217;ve got <a href="http://davbo.org/geddit/">up and running</a> is the resultant Reddit clone from doing the <a href="http://genshi.edgewall.org/">Genshi</a> tutorial. The code from the Genshi tutorial is also up on trac, <a href="http://davbo.org/trac/browser/Python/geddit">here</a>. Hopefully I&#8217;ll get one of my ideas prototyped soon.</p>
<p>There is quite a bit of stuff on my <a href="http://davbo.org/trac/">trac</a> now, hopefully some of it might be useful to someone. If any of it is useful to you, let me know and I&#8217;ll slap a license on it for you or just grab it. My license of preference is the <a href="http://en.wikipedia.org/wiki/WTFPL">WTFPL</a> anyway.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davbo.org/blog/?feed=rss2&amp;p=11</wfw:commentRss>
		</item>
		<item>
		<title>Blogging, KDE4.1, GSoC retrospective, and current projects!</title>
		<link>http://www.davbo.org/blog/?p=3</link>
		<comments>http://www.davbo.org/blog/?p=3#comments</comments>
		<pubDate>Mon, 22 Dec 2008 17:37:33 +0000</pubDate>
		<dc:creator>Davbo</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[amarok]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[gsoc]]></category>

		<category><![CDATA[kamaelia]]></category>

		<category><![CDATA[kde4]]></category>

		<category><![CDATA[opensuse]]></category>

		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://davbo.org/blog/?p=3</guid>
		<description><![CDATA[I seem to be unable to commit to blogging for some reason, I don&#8217;t know why it&#8217;s just not a natural thing for me. I recently re-read this post from Jeff Atwood (of Coding Horror and StackOverflow fame) I&#8217;m not sure if I meet all those credentials, my writing certainly leaves something to be desired. [...]]]></description>
			<content:encoded><![CDATA[<p>I seem to be unable to commit to blogging for some reason, I don&#8217;t know why it&#8217;s just not a natural thing for me. I recently re-read <a title="Blogging about blogging" href="http://www.codinghorror.com/blog/archives/000297.html">this post</a> from Jeff Atwood (of <a href="http://www.codinghorror.com">Coding Horror</a> and <a href="http://www.stackoverflow.com">StackOverflow</a> fame) I&#8217;m not sure if I meet all those credentials, my writing certainly leaves something to be desired. I think I&#8217;ve got a few interesting things to say though! If only to satisfy my own desire to say them.</p>
<p>I&#8217;ve been following openSUSE for a while now, and last week was the <a href="http://news.opensuse.org/2008/12/18/opensuse-111-released/">major release of 11.1 </a>which brought with it quite a few updates including the <a href="http://arstechnica.com/reviews/os/kde-40-review.ars">much anticipated</a> KDE4.1 release. I found KDE4.0 to be a mixed bag, but with this new release I&#8217;m really enjoying the direction the KDE team are taking the project. It&#8217;s worth noting that I&#8217;ve prefered KDE over GNOME. Not only is it a damn nice looking desktop but I actually enjoying using it.</p>
<div id="attachment_8" class="wp-caption alignnone" style="width: 310px"><a href="http://davbo.org/blog/wp-content/uploads/2008/12/kde411.jpeg"><img class="size-medium wp-image-8" title="KDE 4.1 openSUSE" src="http://davbo.org/blog/wp-content/uploads/2008/12/kde411-300x187.jpg" alt="pwetty" width="300" height="187" /></a><p class="wp-caption-text">pwetty</p></div>
<p>I&#8217;ve also been trying to use Amarok 2 but it still needs some work before I&#8217;m happy with it replacing Amarok 1.4. For example it doesn&#8217;t handle compilation albums very well, look at what it does to my <a href="http://www.onelifeleft.com">One Life Left</a> CD!</p>
<div id="attachment_5" class="wp-caption alignnone" style="width: 310px"><a href="http://davbo.org/blog/wp-content/uploads/2008/12/kdeamarok.jpg"><img class="size-medium wp-image-5" title="KDE4.1 + Amarok 2 + Snow" src="http://davbo.org/blog/wp-content/uploads/2008/12/kdeamarok-300x187.jpg" alt="how festive!" width="300" height="187" /></a><p class="wp-caption-text">how festive!</p></div>
<p>I hope they make better use of the chunk of space in the middle because the best thing about Amarok has been it&#8217;s use of space, if you look at 1.4 everything there is useful and well laid out.</p>
<p>There has been some interesting chat on the <a href="http://www.kamaelia.org/Home">Kamaelia</a> <a href="http://groups.google.com/group/kamaelia/browse_thread/thread/550659158de9632c?hl=en">mailing list</a> about Google Summer of Code and it&#8217;s effectiveness at getting contributers into the community. I don&#8217;t want to dwell on this point but reiterate a twitter update of mine:</p>
<blockquote><p><span class="entry-content">SoC replaces a summer *job* and that&#8217;s its biggest flaw, it needs to mirror volunteer work / hobbies not jobs. </span></p></blockquote>
<p><span class="entry-content">Personally I think reddit&#8217;s <a href="http://feedaneed.org/">Feed a Need</a> project has a very cool idea, perhaps something like that could be done for Summer of Code, and Google just offer T-Shirts to the participants, we all know people only do it for the T-Shirt anyway <img src='http://www.davbo.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </span></p>
<p><span class="entry-content">Current projects:</span></p>
<ul>
<li><span class="entry-content">Looking at getting my Summer of Code project merged</span></li>
<li><span class="entry-content">Django tutorial voting app</span></li>
<li><span class="entry-content">Django &#8220;webcomic&#8221; app - really interested in getting this going if anyones interested.</span></li>
<li><span class="entry-content">Playing with some things in Haskell from <a href="http://learnyouahaskell.com/">this <strong>amazing</strong> tutorial</a><br />
</span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.davbo.org/blog/?feed=rss2&amp;p=3</wfw:commentRss>
		</item>
	</channel>
</rss>
