<?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>Unnaki</title>
	<atom:link href="http://www.unnaki.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unnaki.com</link>
	<description>Time is everything</description>
	<lastBuildDate>Tue, 24 Apr 2012 13:49:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The Walking Dead adventure game</title>
		<link>http://www.unnaki.com/2012/04/the-walking-dead-adventure-game/</link>
		<comments>http://www.unnaki.com/2012/04/the-walking-dead-adventure-game/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 13:49:42 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=396</guid>
		<description><![CDATA[Official site: http://www.telltalegames.com/walkingdead/page1 More info: http://www.aullidos.com/videos-juegos.asp?id_juego=4&#38;vid=0]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://www.youtube.com/embed/RtkkHAmgYWs" frameborder="0" width="560" height="315"></iframe></p>
<p>Official site: <a title="Telltale Games" href="http://www.telltalegames.com/walkingdead/page1" target="_blank">http://www.telltalegames.com/walkingdead/page1</a></p>
<p>More info: <a title="Aullidos Juegos" href="http://www.aullidos.com/videos-juegos.asp?id_juego=4&amp;vid=0" target="_blank">http://www.aullidos.com/videos-juegos.asp?id_juego=4&amp;vid=0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2012/04/the-walking-dead-adventure-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lxdm (LXDE) not starting at boot</title>
		<link>http://www.unnaki.com/2012/01/lxdm-lxde-not-starting-at-boot/</link>
		<comments>http://www.unnaki.com/2012/01/lxdm-lxde-not-starting-at-boot/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 15:54:39 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=385</guid>
		<description><![CDATA[I&#8217;ve just found the solution for this that&#8217;s been bodering me for the last month or so. I filled up a bug at launchpad that contains all the info: https://bugs.launchpad.net/ubuntu/+source/lxdm/+bug/912772 After digging around I found that the upstart job /etc/init/lxdm.conf ran and stopped inmmediatly. A couple of weeks later (BTW, upstart debug log sucks!), I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just found the solution for this that&#8217;s been bodering me for the last month or so. I filled up a bug at launchpad that contains all the info: <a title="Launchpad bug #912772" href="https://bugs.launchpad.net/ubuntu/+source/lxdm/+bug/912772" target="_blank">https://bugs.launchpad.net/ubuntu/+source/lxdm/+bug/912772</a></p>
<blockquote><p><em>After digging around I found that the upstart job /etc/init/lxdm.conf ran and stopped inmmediatly. A couple of weeks later (BTW, upstart debug log sucks!), I found that in this file there&#8217;s a condition that checks the content of /etc/X11/</em><wbr><em>default-</em><wbr><em>display-</em><wbr><em>manager (line 28) and expects to found &#8220;/usr/sbin/lxdm&#8221;. In my case, the content of the file was &#8220;lxdm&#8221; therefore the condition was not satisfied and lxdm failed to start (actually it was being forced to stop).</em></wbr></wbr></wbr></p>
<p><em>After changing the content of /etc/X11/</em><wbr><em>default-</em><wbr><em>display-</em><wbr><em>manager to &#8220;/usr/sbin/lxdm&#8221;, lxdm (LXDE) started to work at boot time showing login screen as expected.</em></wbr></wbr></wbr></p></blockquote>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2012/01/lxdm-lxde-not-starting-at-boot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script to install NVIDIA drivers on Linux</title>
		<link>http://www.unnaki.com/2011/07/script-to-install-nvidia-drivers-on-linux/</link>
		<comments>http://www.unnaki.com/2011/07/script-to-install-nvidia-drivers-on-linux/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 13:22:59 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[ATI]]></category>
		<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=362</guid>
		<description><![CDATA[If you ever struggled with the installation of the NVIDIA drivers on Linux (or Debian using this) then you should definitely check this out! Really interesting, simple and useful script to install proper NVIDIA drivers on your Linux box. http://smxi.org/docs/sgfxi-manual.htm Simply run: cd /usr/local/bin &#38;&#38; wget -Nc smxi.org/sgfxi &#38;&#38; chmod +x sgfxi &#38;&#38; sgfxi as [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever struggled with the installation of the <a title="NVIDIA drivers for linux" href="http://www.nvidia.com/object/unix.html" target="_blank">NVIDIA</a> drivers on Linux (or Debian using <a title="Debian NVIDIA driver installation" href="http://wiki.debian.org/NvidiaGraphicsDrivers" target="_blank">this</a>) then you should definitely check this out!</p>
<p>Really interesting, simple and useful script to install proper NVIDIA drivers on your Linux box.</p>
<p><a title="sgfxi - nVidia drivers installer for Linux" href="http://smxi.org/docs/sgfxi-manual.htm" target="_blank">http://smxi.org/docs/sgfxi-manual.htm</a></p>
<p>Simply run:</p>
<pre>cd /usr/local/bin &amp;&amp; wget -Nc smxi.org/sgfxi &amp;&amp; chmod +x sgfxi &amp;&amp; sgfxi</pre>
<p>as root user (or with sudo) and the script will automatically decide which version to install and will set up the xorg.conf file for you. It also works with other graphics cards manufacturers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2011/07/script-to-install-nvidia-drivers-on-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>java.io.FileNotFoundException: /usr/lib/libnss3.so error on Debian Wheezy</title>
		<link>http://www.unnaki.com/2011/07/libnss3-so-error-on-debian-wheezy/</link>
		<comments>http://www.unnaki.com/2011/07/libnss3-so-error-on-debian-wheezy/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 13:12:10 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=359</guid>
		<description><![CDATA[&#160; &#8212; Edit: this should have been fixed by http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634058 &#160; &#8212; &#160; I came across this error the other day running a java application on Debian Wheezy: java.security.ProviderException: Could not initialize NSS at sun.security.pkcs11.SunPKCS11.&#60;init&#62;(SunPKCS11.java:201) at sun.security.pkcs11.SunPKCS11.&#60;init&#62;(SunPKCS11.java:103) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:532) at sun.security.jca.ProviderConfig$3.run(ProviderConfig.java:262) at sun.security.jca.ProviderConfig$3.run(ProviderConfig.java:244) at java.security.AccessController.doPrivileged(Native Method) at sun.security.jca.ProviderConfig.doLoadProvider(ProviderConfig.java:244) [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>&#8212;</p>
<p><span style="text-decoration: underline;"><strong><br />
Edit:</strong></span> this should have been fixed by<a title="Debian Bugs #634058" href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634058" target="_blank"> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634058</a></p>
<p>&nbsp;</p>
<p>&#8212;</p>
<p>&nbsp;</p>
<p>I came across this error the other day running a java application on <a title="Debian Wheezy" href="http://www.debian.org/" target="_blank">Debian</a> Wheezy:</p>
<blockquote><p>java.security.ProviderException: Could not initialize NSS<br />
at sun.security.pkcs11.SunPKCS11.&lt;init&gt;(SunPKCS11.java:201)<br />
at sun.security.pkcs11.SunPKCS11.&lt;init&gt;(SunPKCS11.java:103)<br />
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)<br />
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)<br />
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)<br />
at java.lang.reflect.Constructor.newInstance(Constructor.java:532)<br />
at sun.security.jca.ProviderConfig$3.run(ProviderConfig.java:262)<br />
at sun.security.jca.ProviderConfig$3.run(ProviderConfig.java:244)<br />
at java.security.AccessController.doPrivileged(Native Method)<br />
at sun.security.jca.ProviderConfig.doLoadProvider(ProviderConfig.java:244)<br />
at sun.security.jca.ProviderConfig.getProvider(ProviderConfig.java:224)<br />
at sun.security.jca.ProviderList.getProvider(ProviderList.java:232)<br />
at sun.security.jca.ProviderList.getIndex(ProviderList.java:262)<br />
at sun.security.jca.ProviderList.getProviderConfig(ProviderList.java:246)<br />
at sun.security.jca.ProviderList.getProvider(ProviderList.java:252)<br />
at java.security.Security.getProvider(Security.java:473)<br />
at jd.http.XTrustProvider.install(XTrustProvider.java:70)<br />
at jd.http.Browser.init(Browser.java:1317)<br />
at jd.update.Main.main(Main.java:119)<br />
Caused by: java.io.FileNotFoundException: /usr/lib/libnss3.so<br />
at sun.security.pkcs11.Secmod.initialize(Secmod.java:186)<br />
at sun.security.pkcs11.SunPKCS11.&lt;init&gt;(SunPKCS11.java:197)<br />
&#8230; 18 more<br />
ERROR Could not initialize NSS</p></blockquote>
<p>Apparently an update broke the configuration of the <a title="Java OpenJDK" href="http://openjdk.java.net/" target="_blank">OpenJDK</a> installation. So to fix it I had to manually edit the file /etc/java-6-openjdk/security/nss.cfg:</p>
<blockquote><p>name = NSS<br />
<span style="color: #ff9900;"><strong>#nssLibraryDirectory = /usr/lib</strong></span><br />
<span style="color: #99cc00;"><strong>nssLibraryDirectory = /usr/lib/i386-linux-gnu</strong></span><br />
nssDbMode = noDb<br />
attributes = compatibility</p></blockquote>
<p>Commenting out the highlighted orange line and adding the highlighted green line. The reason of it is that <a title="Java OpenJDK" href="http://openjdk.java.net/" target="_blank">OpenJDK</a> has split this configuration according to the box architecture (see <a title="libnss3.so missing from /usr/lib" href="https://bugs.launchpad.net/ubuntu/+source/nss/+bug/778726" target="_blank">https://bugs.launchpad.net/ubuntu/+source/nss/+bug/778726</a>). However on my box it failed updating the reference to the new location of the libnss3.so file (I am on <a title="Debian Wheezy" href="http://www.debian.org/" target="_blank">Debian</a> Wheezy which is not stable yet so I guess something went wrong).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2011/07/libnss3-so-error-on-debian-wheezy/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Listen to Arctic Monkeys&#8217; new album: Suck it and see</title>
		<link>http://www.unnaki.com/2011/05/listen-to-arctic-monkeys-new-album-suck-it-and-see/</link>
		<comments>http://www.unnaki.com/2011/05/listen-to-arctic-monkeys-new-album-suck-it-and-see/#comments</comments>
		<pubDate>Mon, 30 May 2011 17:58:32 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[misc]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=355</guid>
		<description><![CDATA[Check the newest album by Arctic Monkeys Suck it and see, 1 week ahead to release. http://www.guardian.co.uk/music/musicblog/2011/may/30/arctic-monkeys-suck-it-and-see &#160;]]></description>
			<content:encoded><![CDATA[<p>Check the newest album by Arctic Monkeys Suck it and see, 1 week ahead to release.</p>
<p><a title="Arctic Monkeys - Suck it and see" href="http://www.guardian.co.uk/music/musicblog/2011/may/30/arctic-monkeys-suck-it-and-see" target="_blank">http://www.guardian.co.uk/music/musicblog/2011/may/30/arctic-monkeys-suck-it-and-see</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2011/05/listen-to-arctic-monkeys-new-album-suck-it-and-see/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spreading LXDE</title>
		<link>http://www.unnaki.com/2011/04/spreading-lxde/</link>
		<comments>http://www.unnaki.com/2011/04/spreading-lxde/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 13:25:00 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[lxde]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=344</guid>
		<description><![CDATA[The &#8220;Lightweight X11 Desktop Environment&#8221; is an extremely fast-performing and energy-saving desktop environment. (&#8230;) LXDE uses less CPU and less RAM than other environments. It is especially designed for cloud computers with low hardware specifications, such as, netbooks, mobile devices (e.g. MIDs) or older computers. LXDE can be installed with many Linux distributions including Ubuntu, [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><em>The &#8220;Lightweight X11 Desktop Environment&#8221; is an extremely fast-performing and energy-saving desktop environment. (&#8230;) <a title="LXDE" href="http://www.lxde.org" target="_blank">LXDE</a> uses less CPU and less RAM than other environments. It is especially designed for cloud computers with low hardware specifications, such as, netbooks, mobile devices (e.g. MIDs) or older computers. <a title="LXDE" href="http://www.lxde.org" target="_blank">LXDE</a> can be installed with many Linux distributions including Ubuntu, <a title="Debian -- The Universal Operating System" href="http://debian.org" target="_blank">Debian</a> and Fedora. It is the standard for Knoppix and lubuntu. <a title="LXDE" href="http://www.lxde.org" target="_blank">LXDE</a> also runs with OpenSolaris and BSD. (&#8230;)The source code of <a title="LXDE" href="http://www.lxde.org" target="_blank">LXDE</a> is licensed partly under the terms of the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt">the General Public License</a> and partly under the LGPL.</em></p>
<p>&nbsp;</p></blockquote>

<a href='http://www.unnaki.com/2011/04/spreading-lxde/desktop_full-preview/' title='desktop_full.preview'><img width="150" height="150" src="http://www.unnaki.com/wp-content/uploads/2011/04/desktop_full.preview-150x150.png" class="attachment-thumbnail" alt="desktop_full.preview" title="desktop_full.preview" /></a>
<a href='http://www.unnaki.com/2011/04/spreading-lxde/lxlauncher-office-preview/' title='lxlauncher-office.preview'><img width="150" height="150" src="http://www.unnaki.com/wp-content/uploads/2011/04/lxlauncher-office.preview-150x150.png" class="attachment-thumbnail" alt="lxlauncher-office.preview" title="lxlauncher-office.preview" /></a>
<a href='http://www.unnaki.com/2011/04/spreading-lxde/lxtask/' title='lxtask'><img width="150" height="150" src="http://www.unnaki.com/wp-content/uploads/2011/04/lxtask-150x150.png" class="attachment-thumbnail" alt="lxtask" title="lxtask" /></a>
<a href='http://www.unnaki.com/2011/04/spreading-lxde/pcmanfm-preview/' title='pcmanfm.preview'><img width="150" height="150" src="http://www.unnaki.com/wp-content/uploads/2011/04/pcmanfm.preview-150x150.png" class="attachment-thumbnail" alt="pcmanfm.preview" title="pcmanfm.preview" /></a>

<p>I have it installed in an old Pentium 4 with 1.5GB of RAM and it works smoothly and flawlessly. If you need a lightweight desktop environment or want to try something different or you are simply tired of KDE an <a title="Gnome" href="http://gnome.org" target="_blank">Gnome</a>, well LXDE is a great alternative.</p>
<p>&nbsp;</p>
<p>Check it out at: <a title="LXDE" href="http://www.lxde.org" target="_blank">http://www.lxde.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2011/04/spreading-lxde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux: high CPU usage while playing music</title>
		<link>http://www.unnaki.com/2011/04/linux-high-cpu-usage-while-playing-music/</link>
		<comments>http://www.unnaki.com/2011/04/linux-high-cpu-usage-while-playing-music/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 19:30:41 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[lxde]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=339</guid>
		<description><![CDATA[If you have high CPU usage while playing music (or using the sound card) this could be related to the sample rates of the sound card and your current alsa/pcm/dmix configuration. Probably your card is set to 48kHz and the music file is at 44.1kHz (or vice-versa) and this is making the CPU to re-sample from one to another unnecessarily therefore the [...]]]></description>
			<content:encoded><![CDATA[<p>If you have high CPU usage while playing music (or using the sound card) this could be related to the sample rates of the sound card and your current alsa/pcm/dmix configuration. Probably your card is set to 48kHz and the music file is at 44.1kHz (or vice-versa) and this is making the CPU to re-sample from one to another unnecessarily therefore the high CPU usage.</p>
<p>I was able to solve this by setting my ~/.asoundrc config file to:</p>
<p>&#8211;</p>
<pre>pcm.!default {
    type plug
    slave.pcm {
        type dmix
	ipc_key 1024
	slave {
		pcm "hw:0,0"
		rate 44100
	}
    }
}</pre>
<p>&#8211;</p>
<p>This caused my CPU usage to drop from ~30-40% to 2-4%.</p>
<p>.</p>
<p>.</p>
<p>Source: <a href="http://blog.sarine.nl/2008/12/21/dmix-the-pain-or-mpd-high-cpu-usage/">http://blog.sarine.nl/2008/12/21/dmix-the-pain-or-mpd-high-cpu-usage/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2011/04/linux-high-cpu-usage-while-playing-music/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xfburn: CD/DVD burner for Linux</title>
		<link>http://www.unnaki.com/2011/04/xfburn-cddvd-burner-for-linux/</link>
		<comments>http://www.unnaki.com/2011/04/xfburn-cddvd-burner-for-linux/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 13:43:29 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[lxde]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=337</guid>
		<description><![CDATA[xfburn is a great front-end tool for writing CD/DVD. Simple and very useful. Check it out at http://www.xfce.org/projects/xfburn]]></description>
			<content:encoded><![CDATA[<p>xfburn is a great front-end tool for writing CD/DVD. Simple and very useful.</p>
<p><a href="http://www.xfce.org/images/projects/screenshots/xfburn.png"><img class="aligncenter" title="xfburn" src="http://www.xfce.org/images/projects/screenshots/xfburn.png" alt="" width="600" height="390" /></a></p>
<p>Check it out at <a title="xfburn" href="http://www.xfce.org/projects/xfburn" target="_blank">http://www.xfce.org/projects/xfburn</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2011/04/xfburn-cddvd-burner-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restore deleted folder in SVN after commit</title>
		<link>http://www.unnaki.com/2011/01/restore-deleted-folder-in-svn-after-commit/</link>
		<comments>http://www.unnaki.com/2011/01/restore-deleted-folder-in-svn-after-commit/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 15:06:31 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=331</guid>
		<description><![CDATA[If you delete a remote folder in SVN accidentally it gets tricky to restore it back. This can happen by commiting an unwanted deletion. So, basically, what you have to do is: Create a working copy of the deleted folder&#8217;s parent. You can use -N parameter that indicates &#8220;No checkout&#8221;. This will prevent from actually [...]]]></description>
			<content:encoded><![CDATA[<p>If you delete a remote folder in SVN accidentally it gets tricky to restore it back. This can happen by commiting an unwanted deletion. So, basically, what you have to do is:</p>
<ul>
<li>Create a working copy of the deleted folder&#8217;s parent. You can use -N parameter that indicates &#8220;No checkout&#8221;. This will prevent from actually downloading any code. Run:</li>
</ul>
<p style="text-align: center;"><em>svn co -N SVN_PARENT_URL  . </em></p>
<ul>
<li>Get a copy of the deleted folder from the revision before the deletion. Run:</li>
</ul>
<p style="text-align: center;"><em>svn copy SVN_PARENT_URL/DELETED_FOLDER_NAME@REV DELETED_FOLDER_NAME</em></p>
<ul>
<li>Commit to HEAD. This will actually commit a new revision with the contents of the revision before the deletion. Therefore restoring the &#8220;original&#8221; folder. Run:</li>
</ul>
<p style="text-align: center;"><em>svn commit -m &#8220;Restoring&#8221; <em>DELETED_FOLDER_NAME</em></em></p>
<p style="text-align: center;">
<p style="text-align: center;"><em><em><br />
</em></em></p>
<p style="text-align: center;">
<p style="text-align: left;"><em><em>Source: </em></em><a title="Restore deleted folder in SVN after commit" href="http://www.freshblurbs.com/svn-restore-deleted-folder-revision" target="_blank">http://www.freshblurbs.com/svn-restore-deleted-folder-revision</a></p>
<p style="text-align: left;">
<p style="text-align: left;">.</p>
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2011/01/restore-deleted-folder-in-svn-after-commit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search, learn, practice and become a rock star</title>
		<link>http://www.unnaki.com/2010/12/search-learn-practice-and-become-a-rock-star/</link>
		<comments>http://www.unnaki.com/2010/12/search-learn-practice-and-become-a-rock-star/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 23:51:15 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[misc]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=328</guid>
		<description><![CDATA[For all of you wannabe rockers out there, check out this site. Free and accurate tabs: http://www.songsterr.com Some of the songs I checked out: Incubus &#8211; Consequence Incubus &#8211; A crow left of the murder Arctic Monkeys &#8211; Teddy picker The Beatles &#8211; Don&#8217;t let me down]]></description>
			<content:encoded><![CDATA[<p>For all of you wannabe rockers out there, check out this site. Free and accurate tabs: <a title="Guitar Tabs Songsterr" href="http://www.songsterr.com" target="_blank">http://www.songsterr.com</a></p>
<p>Some of the songs I checked out:</p>
<p><a title="Incubus - Consequence" href="http://www.songsterr.com/a/wa/song?id=38384" target="_blank">Incubus &#8211; Consequence</a></p>
<p><a title="Incubus - A crow left of the murder" href="http://www.songsterr.com/a/wa/song?trackPos=0&amp;id=9634" target="_blank">Incubus &#8211; A crow left of the murder</a></p>
<p><a title="Arctic Monkeys - Teddy picker" href="http://www.songsterr.com/a/wa/song?trackPos=0&amp;id=25711" target="_blank">Arctic Monkeys &#8211; Teddy picker</a></p>
<p><a title="The Beatles - Don't let me down" href="http://www.songsterr.com/a/wa/song?trackPos=1&amp;id=2677" target="_blank">The Beatles &#8211; Don&#8217;t let me down</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2010/12/search-learn-practice-and-become-a-rock-star/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Squirrel SQL: Universal SQL Client</title>
		<link>http://www.unnaki.com/2010/11/squirrel-sql-universal-sql-client/</link>
		<comments>http://www.unnaki.com/2010/11/squirrel-sql-universal-sql-client/#comments</comments>
		<pubDate>Sat, 13 Nov 2010 13:44:33 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=325</guid>
		<description><![CDATA[Squirrel SQL (http://www.squirrelsql.org/) is an open-source software developed with Java to manage databases. This means: you can control as many DBs as JDBC drivers exists out there (MySQL, Oracle, Postgresql, etc, etc.) you can run it in Linux, MacOS, Windows, etc, etc. it&#8217;s free. Check complete features and screenshots here.]]></description>
			<content:encoded><![CDATA[<p>Squirrel SQL (<a title="Squirrel SQL Client" href="http://www.squirrelsql.org" target="_blank">http://www.squirrelsql.org/</a>) is an open-source software developed with Java to manage databases. This means:</p>
<ul>
<li> you can control as many DBs as JDBC drivers exists out there (MySQL, Oracle, Postgresql, etc, etc.)</li>
<li>you can run it in Linux, MacOS, Windows, etc, etc.</li>
<li>it&#8217;s free.</li>
</ul>
<p style="text-align: center;"><a href="http://www.squirrelsql.org/screenshots/graph.png"><img class="aligncenter" title="Squirrel SQL Screenshot" src="http://www.squirrelsql.org/screenshots/graph.png" alt="" width="411" height="337" /></a></p>
<p>Check complete features and screenshots <a title="Squirrel SQL Client" href="http://www.squirrelsql.org/index.php?page=screenshots" target="_blank">here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2010/11/squirrel-sql-universal-sql-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spreading Firefox</title>
		<link>http://www.unnaki.com/2010/11/spreading-firefox/</link>
		<comments>http://www.unnaki.com/2010/11/spreading-firefox/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 20:09:47 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=323</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.mozilla.com/?from=sfx&amp;uid=172572&amp;t=573'><img src='http://sfx-images.mozilla.org/firefox/3.6/468x60_green.png' alt='Spread Firefox Affiliate Button' border='0' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2010/11/spreading-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Applause for Blender: Sintel Open Movie</title>
		<link>http://www.unnaki.com/2010/10/applause-for-blender-sintel-open-movie/</link>
		<comments>http://www.unnaki.com/2010/10/applause-for-blender-sintel-open-movie/#comments</comments>
		<pubDate>Sat, 02 Oct 2010 13:56:48 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=314</guid>
		<description><![CDATA[Another fantastic production of the Blender Foundation. Sintel Open Movie is a newly premiered film developed with Blender 3D and other open-source tools. Discover &#38; enjoy it now: http://www.sintel.org/]]></description>
			<content:encoded><![CDATA[<p>Another fantastic production of the Blender Foundation. Sintel Open Movie is a newly premiered film developed with Blender 3D and other open-source tools.</p>

<a href='http://www.unnaki.com/2010/10/applause-for-blender-sintel-open-movie/03-2a_comp_000017/' title='03.2a_comp_000017'><img width="150" height="150" src="http://www.unnaki.com/wp-content/uploads/2010/10/03.2a_comp_000017-150x150.jpg" class="attachment-thumbnail" alt="03.2a_comp_000017" title="03.2a_comp_000017" /></a>
<a href='http://www.unnaki.com/2010/10/applause-for-blender-sintel-open-movie/3-2d/' title='3.2d'><img width="150" height="150" src="http://www.unnaki.com/wp-content/uploads/2010/10/3.2d-150x150.png" class="attachment-thumbnail" alt="3.2d" title="3.2d" /></a>
<a href='http://www.unnaki.com/2010/10/applause-for-blender-sintel-open-movie/08-2l_comp_000465/' title='08.2l_comp_000465'><img width="150" height="150" src="http://www.unnaki.com/wp-content/uploads/2010/10/08.2l_comp_000465-150x150.jpg" class="attachment-thumbnail" alt="08.2l_comp_000465" title="08.2l_comp_000465" /></a>
<a href='http://www.unnaki.com/2010/10/applause-for-blender-sintel-open-movie/title-sintel/' title='title-Sintel'><img width="150" height="150" src="http://www.unnaki.com/wp-content/uploads/2010/10/title-Sintel-150x150.jpg" class="attachment-thumbnail" alt="title-Sintel" title="title-Sintel" /></a>

<p>Discover &amp; enjoy it now: <a title="Sintel Open Movie Blender" href="http://www.sintel.org/" target="_blank">http://www.sintel.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2010/10/applause-for-blender-sintel-open-movie/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>YoFrankie!, another good initiative for linux gaming.</title>
		<link>http://www.unnaki.com/2010/07/yofrankie-another-good-initiative-for-linux-gaming/</link>
		<comments>http://www.unnaki.com/2010/07/yofrankie-another-good-initiative-for-linux-gaming/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 17:17:44 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[linux (most likely Debian)]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=311</guid>
		<description><![CDATA[YoFrankie! is a game developed and funded by The Blender Foundation (and the community) in other to enhance Blender&#8217;s gaming capabilities; and design and implement new features. As a result of the development of this game, all the features developed within the project are now available in new versions of Blender, the 3D software. It [...]]]></description>
			<content:encoded><![CDATA[<p><a title="YoFrankie Blender" href="http://www.yofrankie.org" target="_blank">YoFrankie!</a> is a game developed and funded by <a title="Blender Foundation" href="http://www.blender.org/blenderorg/blender-foundation/about/" target="_blank">The Blender Foundation</a> (and the community) in other to enhance Blender&#8217;s gaming capabilities; and design and implement new features. As a result of the development of this game, all the features developed within the project are now available in new versions of <a title="Blender 3D" href="http://www.blender.org/" target="_blank">Blender</a>, the 3D software.</p>
<p><a href="http://www.unnaki.com/wp-content/uploads/2010/07/yofrankie8.jpg"><img class="aligncenter size-medium wp-image-312" title="yofrankie" src="http://www.unnaki.com/wp-content/uploads/2010/07/yofrankie8-300x173.jpg" alt="" width="300" height="173" /></a></p>
<p>It is very interesting the <a title="Blender History" href="http://en.wikipedia.org/wiki/Blender_%28software%29#History" target="_blank">history</a> behind the Blender project. I recommend you check it out. It is one (of many) success cases in <a title="open source" href="http://en.wikipedia.org/wiki/Open_source" target="_blank">Open Source</a> development.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2010/07/yofrankie-another-good-initiative-for-linux-gaming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monkey Island Mania!</title>
		<link>http://www.unnaki.com/2010/07/monkey-island-mania/</link>
		<comments>http://www.unnaki.com/2010/07/monkey-island-mania/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 18:21:02 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=300</guid>
		<description><![CDATA[Monkey Island is back&#8230;and back for good! It seems that there&#8217;s a Monkey Island mania out there. And I think it&#8217;s great! In the previous post I wrote a year ago, LucasArts was announcing the re-make of &#8220;The Secret Of Monkey Island&#8221;. Well, not only that re-make was launched but also they made a re-make [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Monkey Island is back" href="http://www.unnaki.com/2009/06/monkey-island-is-back/" target="_self">Monkey Island is back</a>&#8230;and back for good! It seems that there&#8217;s a Monkey Island mania out there. And I think it&#8217;s great! In the previous post I wrote a year ago, LucasArts was announcing the re-make of &#8220;The Secret Of Monkey Island&#8221;. Well, not only that re-make was launched but also they made a re-make of &#8220;Monkey Island 2: LeChuck&#8217;s Revenge&#8221;. And it is available now.</p>
<p>&nbsp;</p>
<p>
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/Vzs8_PilN54&amp;hl=en_US&amp;fs=1?rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Vzs8_PilN54&amp;hl=en_US&amp;fs=1?rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object>
</p>
<p>&nbsp;</p>
<p>On the other hand, Telltale Games launched a NEW Monkey Island game called &#8220;Tales of Monkey Island&#8221;. Brought to us in five &#8220;short&#8221; chapters instead of a &#8220;long&#8221; game, as it&#8217;s usual for the company. They have all been released now and I must say they highly exceeded my expectations. Bringing a new, fun, playable and state-of-the-art Monkey Island game to life. This might be the result of being developed by a company founded by ex-LucasArts employees.</p>
<p>&nbsp;</p>
<p>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="358" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.telltalegames.com/videos/embed/tomi-season-trailer" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="600" height="358" src="http://www.telltalegames.com/videos/embed/tomi-season-trailer" allowfullscreen="true"></embed></object>
</p>
<p>&nbsp;</p>
<p>I think it’s great that Monkey Island is back. It is one of my favourite games of all times. I love adventure games, They were gone for a little while; replaced by action games like shooters (i.e: Counter Strike) or sports games (i.e: Need for Speed). I hope this will help moving the direction of game companies towards developing Adventure-like games.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Links:</p>
<p><a title="The Secret Of Monkey Island" href="http://www.lucasarts.com/games/monkeyisland/" target="_blank">http://www.lucasarts.com/games/monkeyisland/</a></p>
<p><a title="Monkey Island 2: LeChuck's Revenge" href="http://www.lucasarts.com/games/monkeyisland2" target="_blank">http://www.lucasarts.com/games/monkeyisland2/</a></p>
<p><a title="Tales Of Monkey Island" href="http://www.telltalegames.com/monkeyisland" target="_blank">http://www.telltalegames.com/monkeyisland</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2010/07/monkey-island-mania/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>World Of Goo: an excellent game available for Linux</title>
		<link>http://www.unnaki.com/2010/05/world-of-goo-an-excellent-game-available-for-linux/</link>
		<comments>http://www.unnaki.com/2010/05/world-of-goo-an-excellent-game-available-for-linux/#comments</comments>
		<pubDate>Fri, 28 May 2010 21:01:07 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=295</guid>
		<description><![CDATA[World of Goo is an addictive, state-of-the-art, smooth and pleasant to the eye game. Plus, it is available for Linux natively!!! Plus it is only U$D20.- Check it out here: http://2dboy.com/games.php I hope companies start believing there is a &#8220;Linux game market&#8221; out there waiting and wanting games to run natively.]]></description>
			<content:encoded><![CDATA[<p>World of Goo is an addictive, state-of-the-art, smooth and pleasant to the eye game. Plus, it is available for Linux natively!!! Plus it is only U$D20.-</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.dailymotion.com/swf/video/x72eqm" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="360" src="http://www.dailymotion.com/swf/video/x72eqm" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Check it out here:</p>
<p><a title="World of Goo" href="http://2dboy.com/games.php" target="_blank">http://2dboy.com/games.php</a></p>
<p>I hope companies start believing there is a &#8220;Linux game market&#8221; out there waiting and wanting games to run natively.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2010/05/world-of-goo-an-excellent-game-available-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Cassandra with Java</title>
		<link>http://www.unnaki.com/2010/05/apache-cassandra-with-java/</link>
		<comments>http://www.unnaki.com/2010/05/apache-cassandra-with-java/#comments</comments>
		<pubDate>Thu, 06 May 2010 15:38:42 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=292</guid>
		<description><![CDATA[Excelent tutorial for Apache Cassandra by Ronald Mathies of Sodeso. Installing and using Apache Cassandra With Java Part 1 (Installation) Installing and using Apache Cassandra With Java Part 2 (Data model) Installing and using Apache Cassandra With Java Part 3 (Data model 2) Installing and using Apache Cassandra With Java Part 4 (Thrift Client) Installing [...]]]></description>
			<content:encoded><![CDATA[<p>Excelent tutorial for <a title="Apache Cassandra" href="http://cassandra.apache.org/" target="_blank">Apache Cassandra</a> by Ronald Mathies of <a title="Sodeso" href="http://www.sodeso.nl" target="_blank">Sodeso</a>.</p>
<ul>
<li><a href="http://www.sodeso.nl/?p=80">Installing and using Apache Cassandra With Java Part 1 (Installation)</a></li>
<li><a href="http://www.sodeso.nl/?p=108">Installing and using Apache Cassandra With Java Part 2 (Data model)</a></li>
<li><a href="http://www.sodeso.nl/?p=207">Installing and using Apache Cassandra With Java Part 3 (Data model 2)</a></li>
<li><a href="http://www.sodeso.nl/?p=251">Installing and using Apache Cassandra With Java Part 4 (Thrift Client)</a></li>
<li><a href="http://www.sodeso.nl/?p=354">Installing and using Apache Cassandra With Java Part 5 (Thrift Client 2)</a></li>
</ul>
<p><em>Edit: links are dead :(</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2010/05/apache-cassandra-with-java/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Phase Relationships in the Standardization Process</title>
		<link>http://www.unnaki.com/2010/04/phase-relationships-in-the-standardization-process/</link>
		<comments>http://www.unnaki.com/2010/04/phase-relationships-in-the-standardization-process/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 13:13:56 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=288</guid>
		<description><![CDATA[A bit sarcastic yet almost-always-true article written by James Gosling in 1990 (20 years ago), about politics in the software development industry. http://nighthacks.com/roller/jag/resource/StandardsPhases.html Enjoy!]]></description>
			<content:encoded><![CDATA[<p>A bit sarcastic yet almost-always-true article written by James Gosling in 1990 (20 years ago), about politics in the software development industry.</p>
<p><a title="James Gosling" href="http://nighthacks.com/roller/jag/resource/StandardsPhases.html" target="_blank">http://nighthacks.com/roller/jag/resource/StandardsPhases.html</a></p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2010/04/phase-relationships-in-the-standardization-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove .svn directories recursively</title>
		<link>http://www.unnaki.com/2010/04/how-to-remove-svn-directories-recursively/</link>
		<comments>http://www.unnaki.com/2010/04/how-to-remove-svn-directories-recursively/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 23:48:27 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=286</guid>
		<description><![CDATA[Just type this in your console: rm -rf `find . -type d -name .svn`]]></description>
			<content:encoded><![CDATA[<p>Just type this in your console:</p>
<p><span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; line-height: 18px; font-size: 12px; white-space: pre;"><em>rm -rf `find . -type d -name .svn`</em></span></p>
<p><span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; line-height: 18px; font-size: 12px; white-space: pre;"><em><br />
</em></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2010/04/how-to-remove-svn-directories-recursively/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anemic Domain Models</title>
		<link>http://www.unnaki.com/2010/02/anemic-domain-models/</link>
		<comments>http://www.unnaki.com/2010/02/anemic-domain-models/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 21:10:15 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.unnaki.com/?p=284</guid>
		<description><![CDATA[A post by Martin Fowler that talks about a very common and used way of defining the domain layer and service layer in an application. http://www.martinfowler.com/bliki/AnemicDomainModel.html]]></description>
			<content:encoded><![CDATA[<p>A post by Martin Fowler that talks about a very common and used way of defining the domain layer and service layer in an application.</p>
<p><a title="Anemic Domain Model by Martin Fowler" href="http://www.martinfowler.com/bliki/AnemicDomainModel.html" target="_blank">http://www.martinfowler.com/bliki/AnemicDomainModel.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2010/02/anemic-domain-models/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

