<?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>the new dooz</title>
	<atom:link href="http://www.dooz.se/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.dooz.se/blog</link>
	<description>100% newer than the old dooz!</description>
	<lastBuildDate>Sun, 10 Oct 2010 15:19:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Ooh, sneaky</title>
		<link>http://www.dooz.se/blog/?p=394</link>
		<comments>http://www.dooz.se/blog/?p=394#comments</comments>
		<pubDate>Sun, 10 Oct 2010 15:19:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dooz.se/blog/?p=394</guid>
		<description><![CDATA[Today I thought it might be fun to go back to some old code and see what was going on, and I ended up fixing some DirectX resource leaks that I had had lying around for ages. Now, the leaks where actually kinda strange, as I&#8217;d adopted a pretty strict policy of using auto_ptr and [...]]]></description>
		<wfw:commentRss>http://www.dooz.se/blog/?feed=rss2&#038;p=394</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Thrift under Ubuntu</title>
		<link>http://www.dooz.se/blog/?p=390</link>
		<comments>http://www.dooz.se/blog/?p=390#comments</comments>
		<pubDate>Sun, 03 Jan 2010 12:09:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dooz.se/blog/?p=390</guid>
		<description><![CDATA[So, I recently installed Thrift under Ubuntu, and while not exactly being rocket science, it&#8217;s always nice to document the steps for coming generations (or for when I reinstall my laptop and have to do it all again :). 1) Follow the steps in the guide, which boil down to: $ sudo apt-get -y install [...]]]></description>
		<wfw:commentRss>http://www.dooz.se/blog/?feed=rss2&#038;p=390</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Options you&#8217;ll just never get right</title>
		<link>http://www.dooz.se/blog/?p=388</link>
		<comments>http://www.dooz.se/blog/?p=388#comments</comments>
		<pubDate>Sun, 08 Nov 2009 13:14:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dooz.se/blog/?p=388</guid>
		<description><![CDATA[Runner up Sort ascending or sort descending? My current way to figure out what I want is to first choose what I think is correct, and then just do the opposite. The winner! Actual Size, Fit Page, Fit Width or Fit Visible? What the hell do any of these options mean? All I ever really [...]]]></description>
		<wfw:commentRss>http://www.dooz.se/blog/?feed=rss2&#038;p=388</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix Applied!</title>
		<link>http://www.dooz.se/blog/?p=382</link>
		<comments>http://www.dooz.se/blog/?p=382#comments</comments>
		<pubDate>Sun, 20 Sep 2009 17:54:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dooz.se/blog/?p=382</guid>
		<description><![CDATA[It&#8217;s fun when you can get stuff out of your system; simple stuff that you&#8217;ve always wanted to hack together, but never gotten round to. I just had one of those moments, when I hacked together a function plotter, based in large on the postfix code that I wrote a couple of days ago. It [...]]]></description>
		<wfw:commentRss>http://www.dooz.se/blog/?feed=rss2&#038;p=382</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting my daily postfix!</title>
		<link>http://www.dooz.se/blog/?p=372</link>
		<comments>http://www.dooz.se/blog/?p=372#comments</comments>
		<pubDate>Sat, 19 Sep 2009 10:23:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dooz.se/blog/?p=372</guid>
		<description><![CDATA[Sometimes you write some code that you&#8217;re not really sure when it will come in handy, but it&#8217;s pretty cool, and your gut tells you that it&#8217;s a good routine to have lying around, so you happily hack away. And this post is about one of those days! It all started a week or so [...]]]></description>
		<wfw:commentRss>http://www.dooz.se/blog/?feed=rss2&#038;p=372</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A few thoughts on API design</title>
		<link>http://www.dooz.se/blog/?p=365</link>
		<comments>http://www.dooz.se/blog/?p=365#comments</comments>
		<pubDate>Fri, 07 Aug 2009 09:07:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.dooz.se/blog/?p=365</guid>
		<description><![CDATA[The project I&#8217;m involved in at work is easily the largest I&#8217;ve worked on to date, spanning almost 2 years, and involving around 100 developers. Without going into all that much detail, I can say that the purpose of the project is to build a new platform for current and next generation telephone base stations, [...]]]></description>
		<wfw:commentRss>http://www.dooz.se/blog/?feed=rss2&#038;p=365</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>From rags to riches</title>
		<link>http://www.dooz.se/blog/?p=359</link>
		<comments>http://www.dooz.se/blog/?p=359#comments</comments>
		<pubDate>Thu, 09 Jul 2009 18:20:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://www.dooz.se/blog/?p=359</guid>
		<description><![CDATA[You know, over the past 10 years, I&#8217;ve coded a shitload of half-assed reflection systems in C++. Despite never really writing something that I&#8217;ve actually been pleased with, it&#8217;s become one of those things that I go back to from time to time, when I think I&#8217;ve learned something new that will finally solve the [...]]]></description>
		<wfw:commentRss>http://www.dooz.se/blog/?feed=rss2&#038;p=359</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ooh Ooh Peeing in another pond</title>
		<link>http://www.dooz.se/blog/?p=352</link>
		<comments>http://www.dooz.se/blog/?p=352#comments</comments>
		<pubDate>Tue, 30 Jun 2009 17:37:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://www.dooz.se/blog/?p=352</guid>
		<description><![CDATA[You&#8217;ve probably read a lot of people saying that you should learn a new language every X years, because it will give you new insights into stuff yada yada yada. Mmm, I&#8217;ve read this too, and haven&#8217;t really given it that much credit, until I started trying to write some stuff in Python and C# [...]]]></description>
		<wfw:commentRss>http://www.dooz.se/blog/?feed=rss2&#038;p=352</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moar codez!</title>
		<link>http://www.dooz.se/blog/?p=345</link>
		<comments>http://www.dooz.se/blog/?p=345#comments</comments>
		<pubDate>Sat, 06 Jun 2009 06:52:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.dooz.se/blog/?p=345</guid>
		<description><![CDATA[Phew, so I finally got around to uploading some more code to my BitBucket repository instead of having it lying around all over the place. Two older projects (my property manager, and my lua exporter), but also the first version of a fun little project I&#8217;ve been tinkering with on and off the the past [...]]]></description>
		<wfw:commentRss>http://www.dooz.se/blog/?feed=rss2&#038;p=345</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gaah, I can&#8217;t wait!</title>
		<link>http://www.dooz.se/blog/?p=342</link>
		<comments>http://www.dooz.se/blog/?p=342#comments</comments>
		<pubDate>Sat, 30 May 2009 11:57:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dooz.se/blog/?p=342</guid>
		<description><![CDATA[Ever since reading about the C++0x features that are coming to VS2010, I&#8217;ve had a hard time not giggling like a little girl when I think about type inference and lambda notation. I really think that these features are going to change the way I write my code. Having type inference means that I can [...]]]></description>
		<wfw:commentRss>http://www.dooz.se/blog/?feed=rss2&#038;p=342</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

