<?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>cosminaru blog</title>
	<atom:link href="http://cosminaru.ro/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://cosminaru.ro/blog</link>
	<description>home</description>
	<lastBuildDate>Fri, 26 Aug 2011 09:56:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Why Linux won’t “Ship on More Desktops than Windows” – Episode 6</title>
		<link>http://cosminaru.ro/blog/2011/08/26/why-linux-won%e2%80%99t-%e2%80%9cship-on-more-desktops-than-windows%e2%80%9d-%e2%80%93-episode-6/</link>
		<comments>http://cosminaru.ro/blog/2011/08/26/why-linux-won%e2%80%99t-%e2%80%9cship-on-more-desktops-than-windows%e2%80%9d-%e2%80%93-episode-6/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 09:53:35 +0000</pubDate>
		<dc:creator>Cosmin Marginean</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cosminaru.ro/blog/?p=341</guid>
		<description><![CDATA[Start &#8220;gedit&#8221; &#8211; shit the bed. You die. You die now! Some sort of disclaimer]]></description>
			<content:encoded><![CDATA[<p>Start &#8220;gedit&#8221; &#8211; shit the bed. You die. You die now!</p>
<p><a href="http://cosminaru.ro/whylinuxwont/why-linux-wont-006.png" target="_blank"><img alt="" src="http://cosminaru.ro/whylinuxwont/why-linux-wont-006.png" class="aligncenter" width="200"/></a></p>
<p><br/></p>
<p><a href="http://cosminaru.ro/blog/2009/06/18/why-linux-wont-ship-on-more-desktops-than-windows-intro/">Some sort of disclaimer</a><br />
<br/></p>
]]></content:encoded>
			<wfw:commentRss>http://cosminaru.ro/blog/2011/08/26/why-linux-won%e2%80%99t-%e2%80%9cship-on-more-desktops-than-windows%e2%80%9d-%e2%80%93-episode-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pojonode Beta2</title>
		<link>http://cosminaru.ro/blog/2011/05/13/pojonode-beta2/</link>
		<comments>http://cosminaru.ro/blog/2011/05/13/pojonode-beta2/#comments</comments>
		<pubDate>Fri, 13 May 2011 17:52:18 +0000</pubDate>
		<dc:creator>Cosmin Marginean</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cosminaru.ro/blog/?p=324</guid>
		<description><![CDATA[The new Beta2 release of Pojonode is available from the downloads section and includes the following updates: Added support for aspects using the @Aspect annotation. Checkout the demo for some cool examples. Clear distinction between folders and content nodes using two separate base classes: ContentNode and FolderNode Several other bugfixes]]></description>
			<content:encoded><![CDATA[<p>The new Beta2 release of <a href="http://code.google.com/p/pojonode/" target="_blank">Pojonode</a> is available from the downloads section and includes the following updates:</p>
<ul>
<li>Added support for aspects using the @Aspect annotation. Checkout the <a href="http://pojonode.googlecode.com/svn/trunk/src/demo/" target="_blank">demo</a> for some cool examples.</li>
<li>Clear distinction between folders and content nodes using two separate base classes: <a target="_blank" href="http://cosminaru.ro/projects/pojonode/javadoc/org/pojonode/api/model/ContentNode.html">ContentNode</a> and <a target="_blank" href="http://cosminaru.ro/projects/pojonode/javadoc/org/pojonode/api/model/FolderNode.html">FolderNode</a></li>
<li>Several other bugfixes</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://cosminaru.ro/blog/2011/05/13/pojonode-beta2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pojonode: An OOP alternative to Alfresco&#8217;s content management API</title>
		<link>http://cosminaru.ro/blog/2011/05/09/pojonode-an-oop-alternative-to-alfrescos-content-management-api/</link>
		<comments>http://cosminaru.ro/blog/2011/05/09/pojonode-an-oop-alternative-to-alfrescos-content-management-api/#comments</comments>
		<pubDate>Mon, 09 May 2011 18:55:17 +0000</pubDate>
		<dc:creator>Cosmin Marginean</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cosminaru.ro/blog/?p=311</guid>
		<description><![CDATA[Most of the times when you customize Alfresco you end up implementing a lot of custom services and API&#8217;s on top of the core/repository layer provided by the platform. As in most common designs, you usually separate these services in a dedicated layer that aggregates and uses core components like NodeService, ContentService, etc. However, since [...]]]></description>
			<content:encoded><![CDATA[<p>Most of the times when you customize <a target="_blank" href="http://www.alfresco.com/">Alfresco</a> you end up implementing a lot of custom services and API&#8217;s on top of the core/repository layer provided by the platform.</p>
<p>As in most common designs, you usually separate these services in a dedicated layer that aggregates and uses core components like NodeService, ContentService, etc. However, since the dawn of time, Alfresco supported only a &#8220;generic&#8221; approach for content manipulation, mostly achieved through calls to <code>get/setProperty()</code> on an injected NodeService bean:<br />
<code></p>
<pre>
    String name = (String) nodeService.getProperty(nodeRef, ContentModel.PROP_NAME);
</pre>
<p></code></p>
<p>Pojonode is a library designed to move away from this non-OOP programming model and provide a POJO-based alternative for it. The same way that JPA and other ORM technologies enable the mapping between a pojo-based model and a relational database, Pojonode enables the mapping betwee an object-oriented model and an Alfresco content model definition. Pojonode&#8217;s techniques are somehow similar with the classic ORM approaches, but with some important extensions/adaptations to Alfresco&#8217;s core concepts.</p>
<p>You can read more about the framework on the Google Code <a target="_blank" href="http://code.google.com/p/pojonode/">project page</a> which is a good starting point for understanding Pojonode&#8217;s main concepts and purpose.</p>
<p>While there are certain features still in work (like wrapping ContentService calls), most of the core Alfresco content management concepts (like managing properties and associations) are currently implemented and working.</p>
<p>Other features that might come in handy are the generation of content model XML and web client configuration. When enabled, they can handle the complete setup of the Alfresco content model for you. Check the <a target="_blank" href="http://code.google.com/p/pojonode/wiki/Integration">Integration</a> section of the wiki for details.</p>
]]></content:encoded>
			<wfw:commentRss>http://cosminaru.ro/blog/2011/05/09/pojonode-an-oop-alternative-to-alfrescos-content-management-api/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Why Linux won’t “Ship on More Desktops than Windows” – Episode 5</title>
		<link>http://cosminaru.ro/blog/2011/03/07/why-linux-won%e2%80%99t-%e2%80%9cship-on-more-desktops-than-windows%e2%80%9d-%e2%80%93-episode-5/</link>
		<comments>http://cosminaru.ro/blog/2011/03/07/why-linux-won%e2%80%99t-%e2%80%9cship-on-more-desktops-than-windows%e2%80%9d-%e2%80%93-episode-5/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 15:30:22 +0000</pubDate>
		<dc:creator>Cosmin Marginean</dc:creator>
				<category><![CDATA[WhyLinuxWont]]></category>

		<guid isPermaLink="false">http://cosminaru.ro/blog/?p=305</guid>
		<description><![CDATA[&#8230; because Gnome sucks Gigantor penises. For whatever reason, the gnome-settings-daemon in the Gnome version shipped with Ubuntu 10.10 eats all your RAM. By all I literally mean ALL. I have 4GB, and in a few hours it was using 3GB. Pure awesomeness. Is wonderful how completely useless background processes end up doing this kind [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230; because Gnome sucks Gigantor penises.</p>
<p>For whatever reason, the gnome-settings-daemon in the Gnome version shipped with Ubuntu 10.10 eats all your RAM. By all I literally mean ALL. I have 4GB, and in a few hours it was using 3GB. Pure awesomeness.</p>
<p>Is wonderful how completely useless background processes end up doing this kind of crap. Why doesn&#8217;t this ever happen to MySQL or JVM? Motherfuckers&#8230;</p>
<p>* <a target="_blank" href="http://ubuntu-virginia.ubuntuforums.org/showthread.php?p=10051835">http://ubuntu-virginia.ubuntuforums.org/showthread.php?p=10051835</a><br />
* <a target="_blank" href="https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/485923">https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/485923</a></p>
<p><a href="http://cosminaru.ro/blog/2009/06/18/why-linux-wont-ship-on-more-desktops-than-windows-intro/">Some sort of disclaimer</a><br />
<br/></p>
]]></content:encoded>
			<wfw:commentRss>http://cosminaru.ro/blog/2011/03/07/why-linux-won%e2%80%99t-%e2%80%9cship-on-more-desktops-than-windows%e2%80%9d-%e2%80%93-episode-5/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>BadOrGood for Android</title>
		<link>http://cosminaru.ro/blog/2010/12/30/badorgood-for-android/</link>
		<comments>http://cosminaru.ro/blog/2010/12/30/badorgood-for-android/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 16:33:47 +0000</pubDate>
		<dc:creator>Cosmin Marginean</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://cosminaru.ro/blog/?p=276</guid>
		<description><![CDATA[After playing around a bit with the Android platform I decided to create a small application for the BadOrGood photography website (Romanian). They don&#8217;t provide any public lightweight API, from what I know, so a lot of HTML parsing is involved in getting this application working. A bit slow, of course, but hopefully this will [...]]]></description>
			<content:encoded><![CDATA[<p>After playing around a bit with the Android platform I decided to create a small application for the <a target="_blank" href="http://www.badorgood.com">BadOrGood</a> photography website (Romanian).</p>
<p>They don&#8217;t provide any public lightweight API, from what I know, so a lot of HTML parsing is involved in getting this application working. A bit slow, of course, but hopefully this will change if BOG decides in the future to expose their service through a JSON API or something.</p>
<p>The application is not yet on the Android Market, but hopefully I can get it up there once I clean it up a bit. For the moment you can get it from <a href="http://cosminaru.ro/projects/badorgood/badorgood_1.0_beta1.apk">here</a>.</p>
<p>Some screenshots of the application running on an HTC Desire:</p>
<table cellspacing="10px">
<tr>
<td>
    <img style="width:240px; height: 400px;" src="http://cosminaru.ro/projects/badorgood/screenshots/bog_01_main.png" alt="" />
  </td>
<td>
    <img style="width:240px; height: 400px;" src="http://cosminaru.ro/projects/badorgood/screenshots/bog_03_viewphoto.png" alt="" />
  </td>
</tr>
<tr>
<td>
    <img style="width:240px; height: 400px;" src="http://cosminaru.ro/projects/badorgood/screenshots/bog_03_viewphoto.png" alt="" />
  </td>
<td>
    <img style="width:240px; height: 400px;" src="http://cosminaru.ro/projects/badorgood/screenshots/bog_07_viewphoto_series.png" alt="" />
  </td>
</tr>
<tr>
<td>
    <img style="width:240px; height: 400px;" src="http://cosminaru.ro/projects/badorgood/screenshots/bog_04_comments.png" alt="" />
  </td>
<td>
    <img style="width:240px; height: 400px;" src="http://cosminaru.ro/projects/badorgood/screenshots/bog_05_addcomment.png" alt="" />
  </td>
</tr>
<tr>
<td colspan="2">
    <img style="width:400px; height: 240px;" src="http://cosminaru.ro/projects/badorgood/screenshots/bog_08_viewphoto_series.png" alt="" />
  </td>
</tr>
<tr>
<td colspan="2">
    <img style="width:400px; height: 240px;" src="http://cosminaru.ro/projects/badorgood/screenshots/bog_06_fullimage.png" alt="" />
  </td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://cosminaru.ro/blog/2010/12/30/badorgood-for-android/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Peninsula 2010</title>
		<link>http://cosminaru.ro/blog/2010/08/31/peninsula-2010/</link>
		<comments>http://cosminaru.ro/blog/2010/08/31/peninsula-2010/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 14:50:43 +0000</pubDate>
		<dc:creator>Cosmin Marginean</dc:creator>
				<category><![CDATA[Fun time]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://cosminaru.ro/blog/?p=252</guid>
		<description><![CDATA[This year was the first time I attended the Peninsula event in Târgu Mureş. I am happy to say that it was an awesome, well organized, event. Great music, great parties, great people. (Even though my girlfriend practically had to drag me there &#8211; I am glad she did) I recommend it to anyone &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>This year was the first time I attended the <a href="http://peninsula.ro/" target="_blank">Peninsula</a> event in <a href="http://en.wikipedia.org/wiki/T%C3%A2rgu_Mure%C5%9F" target="_blank">Târgu Mureş</a>. I am happy to say that it was an awesome, well organized, event. Great music, great parties, great people. (Even though my girlfriend practically had to drag me there &#8211; I am glad she did)<br />
I recommend it to anyone &#8211; I will definitely go next year.</p>
<p>I used the <a href="http://www.kenrockwell.com/nikon/135f28.htm" target="_blank">Nikkor 135mm f/2.8 AI-s</a> for most of my pictures, which is <strong>all</strong> manual on my D90 (yeah, including focus). But I managed to get a few decent shots: <a href="http://www.flickr.com/photos/cosminmarginean/tags/peninsula2010/" target="_blank">http://www.flickr.com/photos/cosminmarginean/tags/peninsula2010/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cosminaru.ro/blog/2010/08/31/peninsula-2010/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Why Linux won’t “Ship on More Desktops than Windows” – Episode 4</title>
		<link>http://cosminaru.ro/blog/2009/11/02/why-linux-won%e2%80%99t-%e2%80%9cship-on-more-desktops-than-windows%e2%80%9d-%e2%80%93-episode-4/</link>
		<comments>http://cosminaru.ro/blog/2009/11/02/why-linux-won%e2%80%99t-%e2%80%9cship-on-more-desktops-than-windows%e2%80%9d-%e2%80%93-episode-4/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 14:46:15 +0000</pubDate>
		<dc:creator>Cosmin Marginean</dc:creator>
				<category><![CDATA[WhyLinuxWont]]></category>

		<guid isPermaLink="false">http://cosminaru.ro/blog/?p=228</guid>
		<description><![CDATA[I want to change the date. I don&#8217;t want to compile a kernel module, biatch. Some sort of disclaimer]]></description>
			<content:encoded><![CDATA[<p>I want to change the date. I don&#8217;t want to compile a kernel module, biatch.</p>
<p><a href="http://cosminaru.ro/whylinuxwont/why-linux-wont-004.png" target="_blank"><img alt="" src="http://cosminaru.ro/whylinuxwont/why-linux-wont-004_small.png" class="aligncenter" width="200"/></a></p>
<p><br/></p>
<p><a href="http://cosminaru.ro/blog/2009/06/18/why-linux-wont-ship-on-more-desktops-than-windows-intro/">Some sort of disclaimer</a><br />
<br/></p>
]]></content:encoded>
			<wfw:commentRss>http://cosminaru.ro/blog/2009/11/02/why-linux-won%e2%80%99t-%e2%80%9cship-on-more-desktops-than-windows%e2%80%9d-%e2%80%93-episode-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flickrsets &#8211; Getting more out of flickr.com (for free)</title>
		<link>http://cosminaru.ro/blog/2009/08/31/flickrsets-getting-more-out-of-flickr-com-for-free/</link>
		<comments>http://cosminaru.ro/blog/2009/08/31/flickrsets-getting-more-out-of-flickr-com-for-free/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 07:06:54 +0000</pubDate>
		<dc:creator>Cosmin Marginean</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://cosminaru.ro/blog/?p=208</guid>
		<description><![CDATA[Last week I&#8217;ve looked around for a decent flash solution to present flickr.com photo sets and after a while I ran into SmashingMagazine&#8217;s list (which is not around flickr but also highlights some solutions supporting it). I have a high (although probably not 100% founded) level of trust for SmashingMagazine&#8217;s relevance in terms of media [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I&#8217;ve looked around for a decent flash solution to present flickr.com photo sets and after a while I ran into <a href="http://www.smashingmagazine.com/2007/10/12/flash-based-galleries-for-your-images/" target="_blank">SmashingMagazine&#8217;s list</a> (which is not around flickr but also highlights some solutions supporting it). I have a high (although probably not 100% founded) level of trust for SmashingMagazine&#8217;s relevance in terms of media and internet content so I kind of took this for granted &#8211; although there might be other alternatives out there.</p>
<p>Anyways, going through the list, the candidates either look over designed (and clearly serving other purposes), were licensed under some inconvenient terms or just with a low level of control over the features and content aggregation.</p>
<p>So I decided to give it a shot and see how really complicated is to code something like this with flex and here are the results: <a href="http://cosminaru.ro/photo/cosmin" target="_blank">http://cosminaru.ro/photo/cosmin</a> and <a href="http://cosminaru.ro/photo/alexandra" target="_blank">http://cosminaru.ro/photo/alexandra</a>.</p>
<p>It doesn&#8217;t have the smooth scroll and other fancy stuff but it gets the flickr sets and it displays their content &#8211; which is actually what I was looking for. Later maybe I can find some time to add some cool effects here and there, but for now is good enough. It also has support for linking directly to one of the images so you can do stuff like <a href="http://cosminaru.ro/photo/cosmin/#setId=72157615624951512&#038;photoId=3799856967" target="_blank">this</a>.</p>
<p>The binary package can be found <a href="http://cosminaru.ro/blog/downloads/flickrsets.zip" target="_blank"><strong>here</strong></a>. It works by editing the <code><strong>flickr-user.txt</strong></code> file with your flickr user id (<strong>not user name</strong>) which you can obtain from here: <a href="http://idgettr.com/" target="_blank">http://idgettr.com/</a>.</p>
<p>I also want to publish the code but it needs some cleanup and some wtf&#8217;s removal first.</p>
]]></content:encoded>
			<wfw:commentRss>http://cosminaru.ro/blog/2009/08/31/flickrsets-getting-more-out-of-flickr-com-for-free/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why Linux won’t “Ship on More Desktops than Windows” – Episode 3</title>
		<link>http://cosminaru.ro/blog/2009/08/11/why-linux-won%e2%80%99t-%e2%80%9cship-on-more-desktops-than-windows%e2%80%9d-%e2%80%93-episode-3/</link>
		<comments>http://cosminaru.ro/blog/2009/08/11/why-linux-won%e2%80%99t-%e2%80%9cship-on-more-desktops-than-windows%e2%80%9d-%e2%80%93-episode-3/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 16:37:47 +0000</pubDate>
		<dc:creator>Cosmin Marginean</dc:creator>
				<category><![CDATA[WhyLinuxWont]]></category>

		<guid isPermaLink="false">http://cosminaru.ro/blog/?p=197</guid>
		<description><![CDATA[The Read-NoWrite-Web (not even on your fuckin&#8217; machine). The original Excel file published on a web server: Downloaded this on Windows to fuck around with it. Download on Ubuntu to edit and etc&#8230; Some sort of disclaimer]]></description>
			<content:encoded><![CDATA[<p>The Read-NoWrite-Web (not even on your fuckin&#8217; machine).</p>
<p>The original Excel file published on a web server:</p>
<p><a href="http://cosminaru.ro/whylinuxwont/why-linux-wont-003_01.png" target="_blank"><img alt="" src="http://cosminaru.ro/whylinuxwont/why-linux-wont-003_01_small.png" class="aligncenter" width="200"/></a></p>
<p><br/></p>
<p>Downloaded this on Windows to fuck around with it.</p>
<p><a href="http://cosminaru.ro/whylinuxwont/why-linux-wont-003_02.png" target="_blank"><img alt="" src="http://cosminaru.ro/whylinuxwont/why-linux-wont-003_02_small.png" class="aligncenter" width="200"/></a></p>
<p><br/></p>
<p>Download on Ubuntu to edit and etc&#8230;</p>
<p><a href="http://cosminaru.ro/whylinuxwont/why-linux-wont-003_03.png" target="_blank"><img alt="" src="http://cosminaru.ro/whylinuxwont/why-linux-wont-003_03_small.png" class="aligncenter" width="200"/></a></p>
<p><br/><br />
<a href="http://cosminaru.ro/blog/2009/06/18/why-linux-wont-ship-on-more-desktops-than-windows-intro/">Some sort of disclaimer</a><br />
<br/></p>
]]></content:encoded>
			<wfw:commentRss>http://cosminaru.ro/blog/2009/08/11/why-linux-won%e2%80%99t-%e2%80%9cship-on-more-desktops-than-windows%e2%80%9d-%e2%80%93-episode-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Linux won’t “Ship on More Desktops than Windows” – Episode 2</title>
		<link>http://cosminaru.ro/blog/2009/06/18/why-linux-won%e2%80%99t-%e2%80%9cship-on-more-desktops-than-windows%e2%80%9d-%e2%80%93-episode-2/</link>
		<comments>http://cosminaru.ro/blog/2009/06/18/why-linux-won%e2%80%99t-%e2%80%9cship-on-more-desktops-than-windows%e2%80%9d-%e2%80%93-episode-2/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 13:20:03 +0000</pubDate>
		<dc:creator>Cosmin Marginean</dc:creator>
				<category><![CDATA[WhyLinuxWont]]></category>

		<guid isPermaLink="false">http://cosminaru.ro/blog/?p=185</guid>
		<description><![CDATA[The &#8220;playa&#8221;&#8230; Some sort of disclaimer]]></description>
			<content:encoded><![CDATA[<p>The &#8220;playa&#8221;&#8230;</p>
<p><a href="http://cosminaru.ro/whylinuxwont/why-linux-wont-002_01.png"><img alt="" src="http://cosminaru.ro/whylinuxwont/why-linux-wont-002_01_small.png" class="aligncenter" width="600"/></a></p>
<p><a href="http://cosminaru.ro/whylinuxwont/why-linux-wont-002_02.png"><img alt="" src="http://cosminaru.ro/whylinuxwont/why-linux-wont-002_02_small.png" class="aligncenter" width="600"/></a></p>
<p><a href="http://cosminaru.ro/whylinuxwont/why-linux-wont-002_03.png"><img alt="" src="http://cosminaru.ro/whylinuxwont/why-linux-wont-002_03_small.png"  class="aligncenter" width="600"/></a></p>
<p><br/><br />
<a href="http://cosminaru.ro/blog/2009/06/18/why-linux-wont-ship-on-more-desktops-than-windows-intro/">Some sort of disclaimer</a><br />
<br/></p>
]]></content:encoded>
			<wfw:commentRss>http://cosminaru.ro/blog/2009/06/18/why-linux-won%e2%80%99t-%e2%80%9cship-on-more-desktops-than-windows%e2%80%9d-%e2%80%93-episode-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

