<?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>Sébastien Barbieri's blog &#187; 8th chakra</title>
	<atom:link href="http://blog.sbw.be/category/8th-chakra/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sbw.be</link>
	<description>My life, my work, my projects</description>
	<lastBuildDate>Mon, 28 Jun 2010 05:28:18 +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>Tao du développeur agile</title>
		<link>http://blog.sbw.be/2009/09/11/tao-du-developeur-agile/</link>
		<comments>http://blog.sbw.be/2009/09/11/tao-du-developeur-agile/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 06:00:20 +0000</pubDate>
		<dc:creator>Sébastien Barbieri</dc:creator>
				<category><![CDATA[8th chakra]]></category>

		<guid isPermaLink="false">http://blog.sbw.be/?p=304</guid>
		<description><![CDATA[
Si l&#8217;on peut changer un 1 en 0
Si l&#8217;on peut changer un 0 en 1
Alors rien n&#8217;est impossible, car après tout,
la vie est d&#8217;une manière ou d&#8217;une autre qu&#8217;une infinie succession de 0 et de 1
]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.sbw.be/wp-content/uploads/2009/09/binary.png" alt="There are only 10 types of people in the world: Those who understand binary, and those who don&#039;t" title="binary" width="202" height="147" class="size-full wp-image-306" align="right"/><br />
Si l&#8217;on peut changer un 1 en 0<br />
Si l&#8217;on peut changer un 0 en 1<br />
Alors rien n&#8217;est impossible, car après tout,<br />
la vie est d&#8217;une manière ou d&#8217;une autre qu&#8217;une infinie succession de 0 et de 1</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sbw.be/2009/09/11/tao-du-developeur-agile/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The last day of epoch (32) &#8211; toute une époque :-)</title>
		<link>http://blog.sbw.be/2009/06/13/the-last-day-of-epoch-32-toute-une-epoque/</link>
		<comments>http://blog.sbw.be/2009/06/13/the-last-day-of-epoch-32-toute-une-epoque/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 11:30:08 +0000</pubDate>
		<dc:creator>Sébastien Barbieri</dc:creator>
				<category><![CDATA[8th chakra]]></category>
		<category><![CDATA[Questions existentielles]]></category>
		<category><![CDATA[freelance]]></category>
		<category><![CDATA[truc de g33k]]></category>
		<category><![CDATA[epoch]]></category>
		<category><![CDATA[timestamp]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://blog.sbw.be/?p=261</guid>
		<description><![CDATA[Is Tue, 19 Jan 2038 04:14:07 +0100.
The next second, we will be back on Fri, 13 Dec 1901 20:55:13 +0009.
And unfortunately, I will not be retired at that time&#8230; I&#8217;m pretty sure that it will be like in the 80s with every developer thinking that his code will last only few months (years)&#8230; when it [...]]]></description>
			<content:encoded><![CDATA[<p>Is <strong>Tue, 19 Jan 2038 04:14:07 +0100</strong>.<br />
The next second, we will be back on <strong>Fri, 13 Dec 1901 20:55:13 +0009</strong>.</p>
<p>And unfortunately, I will not be retired at that time&#8230; I&#8217;m pretty sure that it will be like in the 80s with every developer thinking that his code will last only few months (years)&#8230; when it will actually last much longer.</p>
<p>Most of the liunuix (linux and unix) systems use timestamp stored as an unisgned integer 32 bit starting Thu, 01 Jan 1970 01:00:00 +0100.</p>
<p>The idea was to be able to measure time for a &#8220;long&#8221; period of time, from now (in the 70s) and in the past.<br />
So they decided to use half of the 2^32 for the past (prior to 1/1/1970) and the other half for the future.</p>
<p>So be it&#8230;</p>
<p>Now we are about 40 years later, and we still use the same representation. We already had a party for the <a href="http://code.sbw.be/php/timestamp.php?timestamp=1234567890">unix timestamp 1234567890</a> (which is quite stupid because it&#8217;s in base 10).</p>
<p>And now javascript, Java, PHP and C &#8230; use the unix timestamp&#8230; which means ajax, web 2.0, comet &#8230; which means: most of the online banking system, internet sites and all the smalls scripts that in few line check your credential and your billing to allow you to connect to the Internet&#8230; All the logging system, all the monitoring systems&#8230; well everything that you don&#8217;t see, just under the internet sea you surf on.</p>
<p>So what will be the next party thema?</p>
<ul>
<li>the end of the internet as we knew it</li>
<li>the end of the unix system</li>
<li>the 0&#215;80000000 seconds since epoch?</li>
</ul>
<p>Anyway, because of the ongoing ecological breakdown, the human kind will probably collapse before&#8230; so after the <a href="http://en.wikipedia.org/wiki/Y2K38">Y2K38</a> bug, the world will just be their kingdom. The kingdom of bugs.</p>
<p>Unless we spend time (which is running) in each of our application to think about that right now (and if we spend just about the same amount of time solving the earth ecology problem it will not be useless).</p>
<p><script language="javascript" type="text/javascript">
today  = new Date();
todayEpoch  = today.getTime();
targetEpoch = 2147483647000;</p>
<p>daysLeft = Math.floor(((targetEpoch - todayEpoch) / (60*60*24)) / 1000);
document.write("You still have: "+daysLeft+" days ");
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sbw.be/2009/06/13/the-last-day-of-epoch-32-toute-une-epoque/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>RTBF Info: Voyage, voyage… Plus loin, que Huy et Rocourt</title>
		<link>http://blog.sbw.be/2009/04/18/rtbf-voyage-voyage%e2%80%a6-plus-loin-que-huy-et-rocourt/</link>
		<comments>http://blog.sbw.be/2009/04/18/rtbf-voyage-voyage%e2%80%a6-plus-loin-que-huy-et-rocourt/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 15:55:32 +0000</pubDate>
		<dc:creator>Sébastien Barbieri</dc:creator>
				<category><![CDATA[8th chakra]]></category>
		<category><![CDATA[USA]]></category>

		<guid isPermaLink="false">http://blog.sbw.be/?p=246</guid>
		<description><![CDATA[http://www.rtbf.be/info/belgique/politique/voyage-voyage%E2%80%A6-plus-loin-que-huy-et-rocourt-99723
Morceaux choisis:


Van cau a déclaré &#8220;Je ne suis pas mort, je m&#8217;accrocherai&#8221;.
Il a raison.
Van Cau est immortel.
C&#8217;est la Wallonie qui crève&#8230; 

ils auraient du prendre un ticket &#8220;ALLER&#8221;


]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rtbf.be/info/belgique/politique/voyage-voyage%E2%80%A6-plus-loin-que-huy-et-rocourt-99723">http://www.rtbf.be/info/belgique/politique/voyage-voyage%E2%80%A6-plus-loin-que-huy-et-rocourt-99723</a></p>
<p>Morceaux choisis:</p>
<ul>
<li>
Van cau a déclaré &#8220;Je ne suis pas mort, je m&#8217;accrocherai&#8221;.<br />
Il a raison.<br />
Van Cau est immortel.<br />
C&#8217;est la Wallonie qui crève&#8230; </li>
<li>
<p>ils auraient du prendre un ticket &#8220;ALLER&#8221;
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.sbw.be/2009/04/18/rtbf-voyage-voyage%e2%80%a6-plus-loin-que-huy-et-rocourt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sébastien is missing California</title>
		<link>http://blog.sbw.be/2008/11/25/sebastien-is-missing-california/</link>
		<comments>http://blog.sbw.be/2008/11/25/sebastien-is-missing-california/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 23:24:18 +0000</pubDate>
		<dc:creator>Sébastien Barbieri</dc:creator>
				<category><![CDATA[8th chakra]]></category>
		<category><![CDATA[USA]]></category>
		<category><![CDATA[voyages]]></category>

		<guid isPermaLink="false">http://blog.sbw.be/2008/11/25/sebastien-is-missing-california/</guid>
		<description><![CDATA[Bart Becks is in L.A. &#8230; I&#8217;m missing S.F., West coast, Santa Cruz&#8230;
http://picasaweb.google.com/sebastien.barbieri/USA


]]></description>
			<content:encoded><![CDATA[<p><img src="http://lh6.ggpht.com/_aC4Q0Pd7gZM/R7Irw-l8AZI/AAAAAAAAA4A/a6ZHMlLP-no/s144/IMG_5409.JPG" alt="" align="left"/><a href="http://www.flyingchaz.com/">Bart Becks</a> is in L.A. &#8230; I&#8217;m missing S.F., West coast, Santa Cruz&#8230;<br />
<a href="http://picasaweb.google.com/sebastien.barbieri/USA">http://picasaweb.google.com/sebastien.barbieri/USA</a></p>
<p><a href="http://picasaweb.google.com/sebastien.barbieri/USA"><br />
<img src="http://lh5.ggpht.com/_aC4Q0Pd7gZM/R7Irqul8AXI/AAAAAAAAA3s/E04DB70li1k/s144/IMG_5407.JPG" alt="" /><img src="http://lh3.ggpht.com/_aC4Q0Pd7gZM/R7Ir4Ol8AaI/AAAAAAAAA4I/2N4XOWiJv3c/s144/IMG_5513.JPG" alt="" /><img src="http://lh5.ggpht.com/_aC4Q0Pd7gZM/R7IsJul8AdI/AAAAAAAAA4g/ozMNMrsNQjc/s144/IMG_6087.JPG" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sbw.be/2008/11/25/sebastien-is-missing-california/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stephanie vote</title>
		<link>http://blog.sbw.be/2008/10/28/stephanie-vote/</link>
		<comments>http://blog.sbw.be/2008/10/28/stephanie-vote/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 15:43:25 +0000</pubDate>
		<dc:creator>Sébastien Barbieri</dc:creator>
				<category><![CDATA[8th chakra]]></category>

		<guid isPermaLink="false">http://blog.sbw.be/2008/10/28/stephanie-vote/</guid>
		<description><![CDATA[stephanie voting for&#8230;.
]]></description>
			<content:encoded><![CDATA[<p><span style="display:none;"><span>stephanie voting for&#8230;.</span><span></span></span><span style="padding:0px; margin:0px; display:block"><object width="435" height="355"><param name="movie" value="http://seesmic.com/embeds/wrapper.swf"/><param name="bgcolor" value="#666666"/><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><param name="flashVars" value="video=IxVHNbygRc&amp;version=threadedplayer"/><embed src="http://seesmic.com/embeds/wrapper.swf" type="application/x-shockwave-flash" flashVars="video=IxVHNbygRc&amp;version=threadedplayer" allowFullScreen="true" bgcolor="#666666" allowScriptAccess="always" width="435" height="355"></embed></object></span><span style="display:block; width:435px; margin:0px; padding:0px;background:url(http://seesmic.com/images/seesmichtml.gif) left top repeat-x"><a href="http://seesmic.com" target="_blank"><img width="100%" height="29" style="border:none" src="http://seesmic.com/images/spacer.gif" border="0" /></a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sbw.be/2008/10/28/stephanie-vote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>no comment</title>
		<link>http://blog.sbw.be/2008/10/16/no-comment/</link>
		<comments>http://blog.sbw.be/2008/10/16/no-comment/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 21:53:28 +0000</pubDate>
		<dc:creator>Sébastien Barbieri</dc:creator>
				<category><![CDATA[8th chakra]]></category>

		<guid isPermaLink="false">http://blog.sbw.be/2008/10/16/no-comment/</guid>
		<description><![CDATA[CRISIS IN BURMA from Scott Denton on Vimeo.
]]></description>
			<content:encoded><![CDATA[<p><object width="400" height="225"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=1023900&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=1023900&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"></embed></object><br /><a href="http://vimeo.com/1023900?pg=embed&amp;sec=1023900">CRISIS IN BURMA</a> from <a href="http://vimeo.com/likesyrup?pg=embed&amp;sec=1023900">Scott Denton</a> on <a href="http://vimeo.com?pg=embed&amp;sec=1023900">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sbw.be/2008/10/16/no-comment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Industrial Photography</title>
		<link>http://blog.sbw.be/2008/10/03/industrial-photography/</link>
		<comments>http://blog.sbw.be/2008/10/03/industrial-photography/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 08:02:16 +0000</pubDate>
		<dc:creator>Sébastien Barbieri</dc:creator>
				<category><![CDATA[8th chakra]]></category>

		<guid isPermaLink="false">http://blog.sbw.be/2008/10/03/industrial-photography/</guid>
		<description><![CDATA[
by Ben.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/bragoen/sets/72157607691109805/"><img src="http://farm4.static.flickr.com/3231/2908573883_380e81dd34_s.jpg" alt="Industrial photography black and whiet" /><img src="http://farm4.static.flickr.com/3207/2909421040_29f2b76175_s.jpg" alt="industrial photography tree" /><img src="http://farm4.static.flickr.com/3183/2908573957_ac283bd373_s.jpg" alt="industrial photography light" /></a><br />
by Ben.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sbw.be/2008/10/03/industrial-photography/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post-it waterfall</title>
		<link>http://blog.sbw.be/2008/09/20/post-it-waterfall/</link>
		<comments>http://blog.sbw.be/2008/09/20/post-it-waterfall/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 15:34:08 +0000</pubDate>
		<dc:creator>Sébastien Barbieri</dc:creator>
				<category><![CDATA[8th chakra]]></category>

		<guid isPermaLink="false">http://blog.sbw.be/2008/09/20/post-it-waterfall/</guid>
		<description><![CDATA[EepyBird&#8217;s Sticky Note experiment from Eepybird on Vimeo.
]]></description>
			<content:encoded><![CDATA[<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=1700732&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=1700732&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object><br /><a href="http://vimeo.com/1700732?pg=embed&amp;sec=1700732">EepyBird&#8217;s Sticky Note experiment</a> from <a href="http://vimeo.com/user737605?pg=embed&amp;sec=1700732">Eepybird</a> on <a href="http://vimeo.com?pg=embed&amp;sec=1700732">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sbw.be/2008/09/20/post-it-waterfall/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>bork bork bork wtf?</title>
		<link>http://blog.sbw.be/2008/09/20/bork-bork-bork-wtf/</link>
		<comments>http://blog.sbw.be/2008/09/20/bork-bork-bork-wtf/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 09:59:07 +0000</pubDate>
		<dc:creator>Sébastien Barbieri</dc:creator>
				<category><![CDATA[8th chakra]]></category>
		<category><![CDATA[D'alpha du centaure]]></category>

		<guid isPermaLink="false">http://blog.sbw.be/2008/09/20/bork-bork-bork-wtf/</guid>
		<description><![CDATA[What the hell is the bork bork bork! language in google preferences?

]]></description>
			<content:encoded><![CDATA[<p>What the hell is the bork bork bork! language in google preferences?</p>
<p><a href='http://blog.sbw.be/wp-content/uploads/2008/09/google-prefferences-bork-bork-bork.jpg' title='Bork bork bork in google'><img src='http://blog.sbw.be/wp-content/uploads/2008/09/google-prefferences-bork-bork-bork.jpg' alt='Bork bork bork in google' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sbw.be/2008/09/20/bork-bork-bork-wtf/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>LHC &#8211; Large Hadron Collider</title>
		<link>http://blog.sbw.be/2008/09/10/lhc-large-hadron-collider/</link>
		<comments>http://blog.sbw.be/2008/09/10/lhc-large-hadron-collider/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 14:55:06 +0000</pubDate>
		<dc:creator>Sébastien Barbieri</dc:creator>
				<category><![CDATA[8th chakra]]></category>

		<guid isPermaLink="false">http://blog.sbw.be/2008/09/10/lhc-large-hadron-collider/</guid>
		<description><![CDATA[Large Hadron Collider doesn&#8217;t cause the end of the world &#8211; yet

]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.telegraph.co.uk/earth/main.jhtml?xml=/earth/2008/09/10/scicern410.xml">Large Hadron Collider doesn&#8217;t cause the end of the world &#8211; yet</a></p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/j50ZssEojtM&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/j50ZssEojtM&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sbw.be/2008/09/10/lhc-large-hadron-collider/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
