<?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>//extrabright &#187; general</title>
	<atom:link href="http://extrabright.com/blog/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://extrabright.com/blog</link>
	<description>//pat&#039;s blog</description>
	<lastBuildDate>Sat, 10 Jul 2010 19:11:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Know if a File on Linux is Sparse?</title>
		<link>http://extrabright.com/blog/2010/03/30/how-to-know-if-a-file-on-linux-is-sparse/</link>
		<comments>http://extrabright.com/blog/2010/03/30/how-to-know-if-a-file-on-linux-is-sparse/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 19:44:34 +0000</pubDate>
		<dc:creator>pajai</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[pat]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[sparse]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://extrabright.com/blog/?p=221</guid>
		<description><![CDATA[A sparse file is a file which does not take more space on disk than needed. Such a file is usually used to store a partition image on disk, for instance with a virtualization solution like Xen.
It&#8217;s super easy, to know if a file is sparse or not. Just use the &#8217;s&#8217; option of ls.
ls [...]]]></description>
			<content:encoded><![CDATA[<p>A sparse file is a file which does not take more space on disk than needed. Such a file is usually used to store a partition image on disk, for instance with a virtualization solution like Xen.</p>
<p>It&#8217;s super easy, to know if a file is sparse or not. Just use the &#8217;s&#8217; option of ls.</p>
<p><code>ls -alsh</code></p>
<p>will yield:<br />
<code><br />
4.0K drwxr-xr-x  9 root root 4.0K 2010-03-23 18:22 .<br />
4.0K drwxr-xr-x 23 root root 4.0K 2009-01-09 19:47 ..<br />
 12G -rw-r-----  1 root root  24G 2007-01-10 19:55 dompat.data<br />
3.7G -rw-r--r--  1 root root 7.1G 2009-01-06 21:09 dompat-hardy.sys<br />
501M -rw-r-----  1 root root 501M 2007-01-07 16:40 dompat.swap<br />
</code></p>
<p>Where the first size column is the effective space taken on disk while the second size column is the max space of that file. We see that <code>dompat.data</code> is sparse, since its max size is 24 GB while it takes only 12 GB on disk.</p>
<p>References</p>
<ul>
<li>More information on command which can handle sparse files in <a href="http://administratosphere.wordpress.com/2008/05/23/sparse-files-what-why-and-how/">this article</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://extrabright.com/blog/2010/03/30/how-to-know-if-a-file-on-linux-is-sparse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Mix: Electro-rock to Minimal</title>
		<link>http://extrabright.com/blog/2008/09/15/new-mix-electro-rock-to-minimal/</link>
		<comments>http://extrabright.com/blog/2008/09/15/new-mix-electro-rock-to-minimal/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 19:34:11 +0000</pubDate>
		<dc:creator>pajai</dc:creator>
				<category><![CDATA[SoUnd]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[pat]]></category>
		<category><![CDATA[mix]]></category>

		<guid isPermaLink="false">http://extrabright.com/blog/?p=152</guid>
		<description><![CDATA[Check out my new mix in the sound section! I did something a bit different than the previous time, as I wanted to explore the electro-rock style, which is really a great and energetic combination.

Extrabright Mix 02: From electro-rock to minimal, with an electronica introduction and a new age epilogue. Calvin Harris remixed by Mr. [...]]]></description>
			<content:encoded><![CDATA[<p>Check out my new mix in the <a href="/blog/sound">sound section</a>! I did something a bit different than the previous time, as I wanted to explore the electro-rock style, which is really a great and energetic combination.</p>
<ul>
<li><a href="http://mixes.extrabright.com/Extrabright_Mix_02.mp3">Extrabright Mix 02</a>: From electro-rock to minimal, with an electronica introduction and a new age epilogue. Calvin Harris remixed by Mr. Oizo, Ellen Alien, Justice, Miss Kittin, Love Motel and a couple of other great tracks.<br />
<a href="http://mixes.extrabright.com/Extrabright_Mix_02.mp3">Download audio file (Extrabright_Mix_02.mp3)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://extrabright.com/blog/2008/09/15/new-mix-electro-rock-to-minimal/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Database Issue</title>
		<link>http://extrabright.com/blog/2008/08/06/database-issue/</link>
		<comments>http://extrabright.com/blog/2008/08/06/database-issue/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 16:49:48 +0000</pubDate>
		<dc:creator>pajai</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[pat]]></category>
		<category><![CDATA[database blog]]></category>

		<guid isPermaLink="false">http://extrabright.com/blog/?p=136</guid>
		<description><![CDATA[I had some database issues 2 weeks ago, therefore I lost a couple of comments. Sorry guys. I hope it will stay stable now.
Cheers!
]]></description>
			<content:encoded><![CDATA[<p>I had some database issues 2 weeks ago, therefore I lost a couple of comments. Sorry guys. I hope it will stay stable now.</p>
<p>Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://extrabright.com/blog/2008/08/06/database-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posting from the iphone</title>
		<link>http://extrabright.com/blog/2008/07/25/posting-from-the-iphone/</link>
		<comments>http://extrabright.com/blog/2008/07/25/posting-from-the-iphone/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 20:56:59 +0000</pubDate>
		<dc:creator>pajai</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[pat]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://extrabright.com/blog/2008/07/25/posting-from-the-iphone/</guid>
		<description><![CDATA[Testing the wordpress application on the iPhone. It seems quite easy to post something. Apparently it works also on a self-hosted wordpress instance.
]]></description>
			<content:encoded><![CDATA[<p>Testing the wordpress application on the iPhone. It seems quite easy to post something. Apparently it works also on a self-hosted wordpress instance.</p>
]]></content:encoded>
			<wfw:commentRss>http://extrabright.com/blog/2008/07/25/posting-from-the-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Philippe Starck &#8211; Why Design</title>
		<link>http://extrabright.com/blog/2007/12/18/philippe-starck-why-design/</link>
		<comments>http://extrabright.com/blog/2007/12/18/philippe-starck-why-design/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 22:59:01 +0000</pubDate>
		<dc:creator>pajai</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[pat]]></category>

		<guid isPermaLink="false">http://extrabright.com/blog/2007/12/18/philippe-starck-why-design/</guid>
		<description><![CDATA[I have watched this talk a couple of days ago. It is really interesting so I am posting it hereafter.

]]></description>
			<content:encoded><![CDATA[<p>I have watched this talk a couple of days ago. It is really interesting so I am posting it hereafter.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Z4PwHD7XKj0&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/Z4PwHD7XKj0&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://extrabright.com/blog/2007/12/18/philippe-starck-why-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TED Talks</title>
		<link>http://extrabright.com/blog/2007/12/16/ted-talks/</link>
		<comments>http://extrabright.com/blog/2007/12/16/ted-talks/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 23:32:22 +0000</pubDate>
		<dc:creator>pajai</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[pat]]></category>
		<category><![CDATA[creativity]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[TED]]></category>

		<guid isPermaLink="false">http://extrabright.com/blog/2007/12/16/ted-talks/</guid>
		<description><![CDATA[I like particularly the TED talks. They are creative, expose innovative ideas in the fields of science, art, education, technology, design and even spirituality. It is a great source of inspiration. Now with leopard I can also watch my TED podcasts on TV using the new frontrow application. This is awesome.
In The following talk, Ken [...]]]></description>
			<content:encoded><![CDATA[<p>I like particularly the TED talks. They are creative, expose innovative ideas in the fields of science, art, education, technology, design and even spirituality. It is a great source of inspiration. Now with leopard I can also watch my TED podcasts on TV using the new frontrow application. This is awesome.</p>
<p>In The following talk, Ken Robinson talks about creativity and education in &#8220;Do schools today kill creativity?&#8221;.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/iG9CE55wbtY&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/iG9CE55wbtY&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://extrabright.com/blog/2007/12/16/ted-talks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Blocher, une victoire à la Poutine&#8221;</title>
		<link>http://extrabright.com/blog/2007/10/26/blocher-une-victoire-a-la-poutine/</link>
		<comments>http://extrabright.com/blog/2007/10/26/blocher-une-victoire-a-la-poutine/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 18:52:37 +0000</pubDate>
		<dc:creator>pajai</dc:creator>
				<category><![CDATA[français]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[pat]]></category>

		<guid isPermaLink="false">http://extrabright.com/blog/2007/10/26/blocher-une-victoire-a-la-poutine/</guid>
		<description><![CDATA[&#8220;Un style, plus qu&#8217;un parti, a triomphé le 21 octobre: l&#8217;autoritarisme émotionnel, dont un bon exemple nous vient de la Russie.&#8221;
Article intéressant sur largeur.com au sujet des élections du week-end passé. Je vous en conseille la lecture.
]]></description>
			<content:encoded><![CDATA[<p>&#8220;<font size="2">Un style, plus qu&#8217;un parti, a triomphé le 21 octobre: l&#8217;autoritarisme émotionnel, dont un bon exemple nous vient de la Russie.&#8221;</font></p>
<p><a target="_blank" href="http://largeur.com/expArt.asp?artID=2463">Article intéressant</a> sur <a target="_blank" href="http://largeur.com/">largeur.com</a> au sujet des élections du week-end passé. Je vous en conseille la lecture.</p>
]]></content:encoded>
			<wfw:commentRss>http://extrabright.com/blog/2007/10/26/blocher-une-victoire-a-la-poutine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Swiss Elections</title>
		<link>http://extrabright.com/blog/2007/10/22/swiss-elections/</link>
		<comments>http://extrabright.com/blog/2007/10/22/swiss-elections/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 20:29:31 +0000</pubDate>
		<dc:creator>pajai</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[pat]]></category>

		<guid isPermaLink="false">http://extrabright.com/blog/2007/10/22/swiss-elections/</guid>
		<description><![CDATA[Let me just comment what happened this week-end in Switzerland through a couple of quotes from international newspapers.
Le Monde, Paris &#8220;La droite ultranationaliste renforce sa position dominante aux élections législatives en Suisse&#8221; (&#8220;The ultra-nationalist right-wing party reinforces its position at the legislative elections in Switzerland&#8221;).
El Pais, Madrid &#8220;La derecha xenófoba suiza gana las elecciones con [...]]]></description>
			<content:encoded><![CDATA[<p>Let me just comment what happened this week-end in Switzerland through a couple of quotes from international newspapers.</p>
<p>Le Monde, Paris &#8220;<a target="_blank" href="http://www.lemonde.fr/web/article/0,1-0@2-3214,36-969555,0.html">La droite ultranationaliste renforce sa position dominante aux élections législatives en Suisse</a>&#8221; (&#8220;The ultra-nationalist right-wing party reinforces its position at the legislative elections in Switzerland&#8221;).</p>
<p>El Pais, Madrid &#8220;<a href="http://www.elpais.com/articulo/internacional/derecha/xenofoba/suiza/gana/elecciones/29/votos/elpepuint/20071022elpepuint_6/Tes">La derecha xenófoba suiza gana las elecciones con el 29% de los votos</a>&#8221; (&#8220;The xenophobic right wing movement wins the elections with 29% of the votes&#8221;).</p>
<p>Frankfurter Allgemeine Zeitung, Frankfurt &#8220;<a target="_blank" href="http://www.faz.net/s/RubDDBDABB9457A437BAA85A49C26FB23A0/Doc~E3D1B9AEB39894DEE8005334B1858AB48~ATpl~Ecommon~Scontent.html">Leichter Ruck nach rechts</a>&#8221; (&#8220;Slight hitch to the right&#8221;).</p>
<p>The Times, London: &#8220;<a class="link-06c" href="http://www.timesonline.co.uk/tol/news/world/europe/article2709416.ece">Billionaire inspired by ancient martyr, Christoph Blocher of the Swiss People’s Party led his party to victory after a campaign with a trident anti-immigrant tone</a>&#8220;.</p>
]]></content:encoded>
			<wfw:commentRss>http://extrabright.com/blog/2007/10/22/swiss-elections/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Virtual Barbershop</title>
		<link>http://extrabright.com/blog/2007/10/03/virtual-barbershop/</link>
		<comments>http://extrabright.com/blog/2007/10/03/virtual-barbershop/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 20:39:50 +0000</pubDate>
		<dc:creator>pajai</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[pat]]></category>

		<guid isPermaLink="false">http://extrabright.com/blog/2007/10/03/virtual-barbershop/</guid>
		<description><![CDATA[A friend sent me the other day the link of the virtual barbershop. Amazing. Remember to use headphones, though.
]]></description>
			<content:encoded><![CDATA[<p>A friend sent me the other day the link of the <a target="_blank" href="http://ccgi.bluerabbit.plus.com/virtualbarbershop/">virtual barbershop</a>. Amazing. Remember to use headphones, though.</p>
]]></content:encoded>
			<wfw:commentRss>http://extrabright.com/blog/2007/10/03/virtual-barbershop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Busy Time</title>
		<link>http://extrabright.com/blog/2007/08/31/busy-time/</link>
		<comments>http://extrabright.com/blog/2007/08/31/busy-time/#comments</comments>
		<pubDate>Fri, 31 Aug 2007 17:42:27 +0000</pubDate>
		<dc:creator>pajai</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[pat]]></category>

		<guid isPermaLink="false">http://extrabright.com/blog/2007/08/31/busy-time/</guid>
		<description><![CDATA[In the last past weeks I had a busy time finishing an Eclipse/SWT project, therefore having less time to post news on this blog. It should be better for the coming weeks.
]]></description>
			<content:encoded><![CDATA[<p>In the last past weeks I had a busy time finishing an Eclipse/SWT project, therefore having less time to post news on this blog. It should be better for the coming weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://extrabright.com/blog/2007/08/31/busy-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
