<?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>blog</title>
	<atom:link href="http://igormilovanovic.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://igormilovanovic.com/blog</link>
	<description>on all other stuff in my life...</description>
	<lastBuildDate>Sun, 18 Sep 2011 13:50:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Turn closed project to open project</title>
		<link>http://igormilovanovic.com/blog/2011/09/turn-closed-project-to-open-project/</link>
		<comments>http://igormilovanovic.com/blog/2011/09/turn-closed-project-to-open-project/#comments</comments>
		<pubDate>Sun, 18 Sep 2011 13:50:39 +0000</pubDate>
		<dc:creator>f13o</dc:creator>
				<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://igormilovanovic.com/blog/2011/09/turn-closed-project-to-open-project/</guid>
		<description><![CDATA[A thought experiment: What would it take to turn one closed project to an open project?

First issues that pops in my mind are:

1. Clear code and configuration from internal stuff: URLs, proprietary keys, commercial libraries and stuff. &#8211; You don&#39;t want to see your internal database server&#39;s IP inside configuration, less username/password. You don&#39;t want to leave crypto keys inside open [...]]]></description>
		<wfw:commentRss>http://igormilovanovic.com/blog/2011/09/turn-closed-project-to-open-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wise words</title>
		<link>http://igormilovanovic.com/blog/2011/09/wise-words/</link>
		<comments>http://igormilovanovic.com/blog/2011/09/wise-words/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 06:37:46 +0000</pubDate>
		<dc:creator>f13o</dc:creator>
				<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://igormilovanovic.com/blog/2011/09/wise-words/</guid>
		<description><![CDATA[wise word from this guy  on programming.
]]></description>
		<wfw:commentRss>http://igormilovanovic.com/blog/2011/09/wise-words/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re-reading</title>
		<link>http://igormilovanovic.com/blog/2011/08/re-reading/</link>
		<comments>http://igormilovanovic.com/blog/2011/08/re-reading/#comments</comments>
		<pubDate>Sun, 21 Aug 2011 15:47:22 +0000</pubDate>
		<dc:creator>f13o</dc:creator>
				<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://igormilovanovic.com/blog/2011/08/re-reading/</guid>
		<description><![CDATA[


The Dark Tower I: The Gunslinger

]]></description>
		<wfw:commentRss>http://igormilovanovic.com/blog/2011/08/re-reading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Functional Programming Is Hard,That&#8217;s Why It&#8217;s Good</title>
		<link>http://igormilovanovic.com/blog/2011/08/functional-programming-is-hardthats-why-its-good/</link>
		<comments>http://igormilovanovic.com/blog/2011/08/functional-programming-is-hardthats-why-its-good/#comments</comments>
		<pubDate>Sun, 21 Aug 2011 15:27:56 +0000</pubDate>
		<dc:creator>f13o</dc:creator>
				<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://igormilovanovic.com/blog/2011/08/functional-programming-is-hardthats-why-its-good/</guid>
		<description><![CDATA[
http://dave.fayr.am/posts/2011-08-19-lets-go-shopping.html

]]></description>
		<wfw:commentRss>http://igormilovanovic.com/blog/2011/08/functional-programming-is-hardthats-why-its-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pytables on Ubuntu 11.04 with python 2.7</title>
		<link>http://igormilovanovic.com/blog/2011/06/install-pytables-on-ubuntu-11-04-with-python-2-7/</link>
		<comments>http://igormilovanovic.com/blog/2011/06/install-pytables-on-ubuntu-11-04-with-python-2-7/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 22:20:20 +0000</pubDate>
		<dc:creator>f13o</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[hdf5]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://igormilovanovic.com/blog/?p=82</guid>
		<description><![CDATA[When  you try to install regular hdf with pytables support on ubuntu 11.04 for python 2.7 there is little unresolved dependency (liblzo &#8211; LZO [3[) that doesn't get instantly resolved. If you try some "import tables" you can get somethink like this:
ImportError: /usr/lib/python2.7/dist-packages/tables/hdf5Extension.so: undefined symbol: H5T_STD_U8BE_g
According to this source [1] there is a workaround to this:
apt-get [...]]]></description>
		<wfw:commentRss>http://igormilovanovic.com/blog/2011/06/install-pytables-on-ubuntu-11-04-with-python-2-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP landmines compiled</title>
		<link>http://igormilovanovic.com/blog/2010/06/php-landmines-compiled/</link>
		<comments>http://igormilovanovic.com/blog/2010/06/php-landmines-compiled/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 21:54:12 +0000</pubDate>
		<dc:creator>f13o</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[gotcha]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://igormilovanovic.com/blog/?p=77</guid>
		<description><![CDATA[These are some gotchas and land-mines (re)discovered  while writing in one of the most loved and hated languages around the world. There are more, of course, and You are welcome to post those You experienced and let go the anger of those sleepless nights  
Circular references
Create two objects, and have them store each other references [...]]]></description>
		<wfw:commentRss>http://igormilovanovic.com/blog/2010/06/php-landmines-compiled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Local mail test on Ubuntu using postfix</title>
		<link>http://igormilovanovic.com/blog/2010/04/local-mail-test-on-ubuntu-using-postfix/</link>
		<comments>http://igormilovanovic.com/blog/2010/04/local-mail-test-on-ubuntu-using-postfix/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 09:08:01 +0000</pubDate>
		<dc:creator>f13o</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[setting]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://igormilovanovic.com/blog/?p=62</guid>
		<description><![CDATA[If you are using Ubuntu and postfix there is nice little setting to test mail locally as if it was real.
You have to edit postfix confing file located at

/etc/postfix/main.cf

Add local cath-all address.

recipient_address

 is you local user account that will server as catch-all inbox.

# local catch all address
local_recipient_maps =
luser_relay = recipient_address

Later you set-up local mail in [...]]]></description>
		<wfw:commentRss>http://igormilovanovic.com/blog/2010/04/local-mail-test-on-ubuntu-using-postfix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>While reading Spectrum, November Issue</title>
		<link>http://igormilovanovic.com/blog/2009/11/while-reading-spectrum-november-issue/</link>
		<comments>http://igormilovanovic.com/blog/2009/11/while-reading-spectrum-november-issue/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 18:29:00 +0000</pubDate>
		<dc:creator>f13o</dc:creator>
				<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://igormilovanovic.com/blog/?p=49</guid>
		<description><![CDATA[
]]></description>
		<wfw:commentRss>http://igormilovanovic.com/blog/2009/11/while-reading-spectrum-november-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nWire experience (in PHP)</title>
		<link>http://igormilovanovic.com/blog/2009/09/nwire-experience-in-php/</link>
		<comments>http://igormilovanovic.com/blog/2009/09/nwire-experience-in-php/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 12:15:00 +0000</pubDate>
		<dc:creator>f13o</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[nWire]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[software metrics]]></category>

		<guid isPermaLink="false">http://igormilovanovic.com/blog/?p=47</guid>
		<description><![CDATA[Looking to the PHP codebase you inherited is not the very best task a developer can imagine. All those dynamics can make one looking for variables or objects without knowing where it all came from or what is the path included.
Having myself such an experience, I was looking for a tool to help me connect [...]]]></description>
		<wfw:commentRss>http://igormilovanovic.com/blog/2009/09/nwire-experience-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Surreal sky</title>
		<link>http://igormilovanovic.com/blog/2009/05/surreal-sky/</link>
		<comments>http://igormilovanovic.com/blog/2009/05/surreal-sky/#comments</comments>
		<pubDate>Fri, 22 May 2009 21:28:00 +0000</pubDate>
		<dc:creator>f13o</dc:creator>
				<category><![CDATA[private]]></category>
		<category><![CDATA[belgrade]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[sky]]></category>
		<category><![CDATA[thunder]]></category>

		<guid isPermaLink="false">http://igormilovanovic.com/blog/?p=45</guid>
		<description><![CDATA[
Surreal sky with rain drop on lenses.

]]></description>
		<wfw:commentRss>http://igormilovanovic.com/blog/2009/05/surreal-sky/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
