<?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>gloob @ devlog &#187; Uncategorized</title>
	<atom:link href="http://www.litio.org/wp/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.litio.org/wp</link>
	<description>one Map/Reduce to rule them all</description>
	<lastBuildDate>Thu, 27 May 2010 18:25:15 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Compiling GTK on osx (with jhbuild)</title>
		<link>http://www.litio.org/wp/2010/05/27/compiling-gtk-on-osx-with-jhbuild/</link>
		<comments>http://www.litio.org/wp/2010/05/27/compiling-gtk-on-osx-with-jhbuild/#comments</comments>
		<pubDate>Thu, 27 May 2010 18:25:15 +0000</pubDate>
		<dc:creator>Alejandro Leiva</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.litio.org/wp/?p=161</guid>
		<description><![CDATA[deactivate macports!
if (10.6)
add to ~/.jhbuildrc-custom
setup_sdk(&#8220;10.6&#8243;, &#8220;10.6&#8243;, ["i386"])
and build it

$ jhbuild bootstrap
$ jhbuild build gettext-fw
$ jhbuild build meta-gtk-osx-bootstrap
$ jhbuild build meta-gtk-osx-core

Note: You can do a main bootstrap with &#8211;ignore-system flag but the compiled gettext version won&#8217;t work. You need to do a build gettext-fw (until someone merge this)
Would be nice to have 64bits support!
Interesting links
http://sourceforge.net/apps/trac/gtk-osx/wiki/Build
http://sourceforge.net/apps/trac/gtk-osx/wiki/SnowLeopard
]]></description>
			<content:encoded><![CDATA[<p>deactivate macports!</p>
<p>if (10.6)<br />
add to ~/.jhbuildrc-custom<br />
<em>setup_sdk(&#8220;10.6&#8243;, &#8220;10.6&#8243;, ["i386"])</em></p>
<p>and build it</p>
<p><code><br />
$ jhbuild bootstrap<br />
$ jhbuild build gettext-fw<br />
$ jhbuild build meta-gtk-osx-bootstrap<br />
$ jhbuild build meta-gtk-osx-core<br />
</code></p>
<p>Note: You can do a main bootstrap with &#8211;ignore-system flag but the compiled gettext version won&#8217;t work. You need to do a build gettext-fw (until someone merge this)</p>
<p>Would be nice to have 64bits support!</p>
<p>Interesting links<br />
<a href="http://sourceforge.net/apps/trac/gtk-osx/wiki/Build">http://sourceforge.net/apps/trac/gtk-osx/wiki/Build</a><br />
<a href="http://sourceforge.net/apps/trac/gtk-osx/wiki/SnowLeopard">http://sourceforge.net/apps/trac/gtk-osx/wiki/SnowLeopard</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.litio.org/wp/2010/05/27/compiling-gtk-on-osx-with-jhbuild/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New term coined: Hybrid posting</title>
		<link>http://www.litio.org/wp/2010/04/29/new-term-hybrid-posting/</link>
		<comments>http://www.litio.org/wp/2010/04/29/new-term-hybrid-posting/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 19:59:03 +0000</pubDate>
		<dc:creator>Alejandro Leiva</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.litio.org/wp/?p=134</guid>
		<description><![CDATA[Abstract
hybrid posting: use top posting to mark a leaf on the conversation thread, use bottom posting to receive a response.
Interleaved style: an extension of hybrid posting. 
Some examples
Hybrid posting

From: god@heaven.org
To: gloob@litio.org
Subject: start thread
Will you have bought a new car before summer?
I was thinking in buy a toyoya "hybrid" prius.

case A: Use top posting to mark [...]]]></description>
			<content:encoded><![CDATA[<h2>Abstract</h2>
<p><strong>hybrid posting</strong>: use top posting to mark a leaf on the conversation thread, use bottom posting to receive a response.</p>
<p><strong><a href="http://en.wikipedia.org/wiki/Posting_style#Interleaved_style">Interleaved style</a></strong>: an extension of hybrid posting. </p>
<h2>Some examples</h2>
<h3>Hybrid posting</h3>
<p><code><br />
From: god@heaven.org<br />
To: gloob@litio.org<br />
Subject: start thread</p>
<p>Will you have bought a new car before summer?</p>
<p>I was thinking in buy a toyoya "hybrid" prius.<br />
</code></p>
<h3>case A: Use top posting to mark a leaf on the conversation thread</h3>
<p><code><br />
From: gloob@litio.org<br />
To: god@heaven.org<br />
Subject: RE: start thread</p>
<p>i don't think so.</p>
<p>> Will you have bought a new car before summer?</p>
<p>>I was thinking in buy a toyoya "hybrid" prius.<br />
</code></p>
<p><strong>Result</strong> One email to close the thread with one response.</p>
<h3>case B: Use bottom posting to receive a response.</h3>
<p><code><br />
From: gloob@litio.org<br />
To: god@heaven.org<br />
Subject: RE: start thread</p>
<p>> Will you have bought a new car before summer?</p>
<p>>I was thinking in buy a toyoya "hybrid" prius.</p>
<p>Toyota is a good brand of cars, I'm very happy with it.</p>
<p>Did you check Lexus, too?<br />
</code></p>
<p><strong>Result</strong> One email to continue the thread and inviting others to response it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.litio.org/wp/2010/04/29/new-term-hybrid-posting/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>ximDEX gource</title>
		<link>http://www.litio.org/wp/2010/04/22/ximdex-gource/</link>
		<comments>http://www.litio.org/wp/2010/04/22/ximdex-gource/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 13:13:45 +0000</pubDate>
		<dc:creator>Alejandro Leiva</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.litio.org/wp/?p=123</guid>
		<description><![CDATA[Autogenerated video using gource

ximDEX gource from gloob on Vimeo.
]]></description>
			<content:encoded><![CDATA[<p>Autogenerated video using <a href="http://code.google.com/p/gource/">gource</a></p>
<p><object width="500" height="281"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=11124639&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=59a5d1&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=11124639&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=59a5d1&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="281"></embed></object>
<p><a href="http://vimeo.com/11124639">ximDEX gource</a> from <a href="http://vimeo.com/user810913">gloob</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.litio.org/wp/2010/04/22/ximdex-gource/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ximDEX codeswarm</title>
		<link>http://www.litio.org/wp/2010/04/17/ximdex-codeswarm/</link>
		<comments>http://www.litio.org/wp/2010/04/17/ximdex-codeswarm/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 15:53:52 +0000</pubDate>
		<dc:creator>Alejandro Leiva</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.litio.org/wp/?p=105</guid>
		<description><![CDATA[As a memento of my last work at Open Ximdex Evolution I made a video of the activity of our main project svn.

ximDEX codeswarm from gloob on Vimeo.
]]></description>
			<content:encoded><![CDATA[<p>As a memento of my last work at <a href="http://www.ximdex.com">Open Ximdex Evolution</a> I made a video of the activity of our main project svn.</p>
<p><object width="500" height="281"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=10958358&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=59a5d1&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=10958358&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=59a5d1&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="281"></embed></object>
<p><a href="http://vimeo.com/10958358">ximDEX codeswarm</a> from <a href="http://vimeo.com/user810913">gloob</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.litio.org/wp/2010/04/17/ximdex-codeswarm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>self.wordle()</title>
		<link>http://www.litio.org/wp/2010/04/17/self-wordle/</link>
		<comments>http://www.litio.org/wp/2010/04/17/self-wordle/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 13:29:13 +0000</pubDate>
		<dc:creator>Alejandro Leiva</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.litio.org/wp/?p=100</guid>
		<description><![CDATA[I really love autogenerated graphics

]]></description>
			<content:encoded><![CDATA[<p>I really love autogenerated graphics</p>
<p><a href="http://www.wordle.net/show/wrdl/1913215/litio.org" title="Wordle: litio.org"><img src="http://www.wordle.net/thumb/wrdl/1913215/litio.org" alt="Wordle: litio.org" style="padding:4px;border:1px solid #ddd"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.litio.org/wp/2010/04/17/self-wordle/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating video with codeswarm</title>
		<link>http://www.litio.org/wp/2010/04/15/creating-video-with-codeswarm/</link>
		<comments>http://www.litio.org/wp/2010/04/15/creating-video-with-codeswarm/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 10:22:10 +0000</pubDate>
		<dc:creator>Alejandro Leiva</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.litio.org/wp/?p=90</guid>
		<description><![CDATA[A very fast recipe to do a video with codeswarm (Relative to codeswarm home)

#!/bin/sh
mkdir project_build
svn log -v https://urltoprojectsvn/svn/project > project_build/activity.log
python convert_logs/convert_logs.py -s project_build/activity.log -o project_build/activity.xml
ffmpeg -f image2 -r 24 -i ./project_build/frames/code_swarm-%05d.png -sameq ./project.mov -pass 2

]]></description>
			<content:encoded><![CDATA[<p>A very fast recipe to do a video with codeswarm (Relative to codeswarm home)</p>
<p><code><br />
#!/bin/sh</p>
<p>mkdir project_build</p>
<p>svn log -v https://urltoprojectsvn/svn/project > project_build/activity.log</p>
<p>python convert_logs/convert_logs.py -s project_build/activity.log -o project_build/activity.xml</p>
<p>ffmpeg -f image2 -r 24 -i ./project_build/frames/code_swarm-%05d.png -sameq ./project.mov -pass 2<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.litio.org/wp/2010/04/15/creating-video-with-codeswarm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First</title>
		<link>http://www.litio.org/wp/2010/04/15/first/</link>
		<comments>http://www.litio.org/wp/2010/04/15/first/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 00:20:08 +0000</pubDate>
		<dc:creator>Alejandro Leiva</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.litio.org/wp/?p=94</guid>
		<description><![CDATA[Es la primera vez que me cuesta leer google en una imagen de google

]]></description>
			<content:encoded><![CDATA[<p>Es la primera vez que me cuesta leer google en una imagen de google</p>
<p><a href="http://www.google.es/logos/childrensday-hp.gif"><img alt="" src="http://www.google.es/logos/childrensday-hp.gif" title="childrens day google logo" class="alignnone" width="341" height="129" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.litio.org/wp/2010/04/15/first/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ffmpeg on osx 10.6 (snow leopard)</title>
		<link>http://www.litio.org/wp/2010/04/13/ffmpeg-on-osx-10-6-snow-leopard/</link>
		<comments>http://www.litio.org/wp/2010/04/13/ffmpeg-on-osx-10-6-snow-leopard/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 16:05:35 +0000</pubDate>
		<dc:creator>Alejandro Leiva</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.litio.org/wp/?p=81</guid>
		<description><![CDATA[(using MacPorts 1.8.2)
Update MacPorts

dendrita:~ gloob$ sudo port selfupdate
dendrita:~ gloob$ sudo port upgrade outdated

Install ffmpeg :)

dendrita:~ gloob$ port variants ffmpeg
ffmpeg has the variants:
   darwin_10: Platform variant, selected automatically
   no_gpl: disallow use of GPL code, license will be LGPL
   no_mmx: disable all x86 asm optimizations
   speex: enable Speex decoding [...]]]></description>
			<content:encoded><![CDATA[<p>(using <a href="http://www.macports.org/">MacPorts</a> 1.8.2)</p>
<p><strong>Update MacPorts</strong><br />
<code><br />
dendrita:~ gloob$ sudo port selfupdate<br />
dendrita:~ gloob$ sudo port upgrade outdated<br />
</code></p>
<p><strong>Install ffmpeg :)</strong><br />
<code><br />
dendrita:~ gloob$ port variants ffmpeg<br />
ffmpeg has the variants:<br />
   darwin_10: Platform variant, selected automatically<br />
   no_gpl: disallow use of GPL code, license will be LGPL<br />
   no_mmx: disable all x86 asm optimizations<br />
   speex: enable Speex decoding via libspeex</p>
<p>dendrita:~ gloob$ port install ffmpeg +speex<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.litio.org/wp/2010/04/13/ffmpeg-on-osx-10-6-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>on a mote of dust suspended in a sunbeam</title>
		<link>http://www.litio.org/wp/2010/04/13/on-a-mote-of-dust-suspended-in-a-sunbeam/</link>
		<comments>http://www.litio.org/wp/2010/04/13/on-a-mote-of-dust-suspended-in-a-sunbeam/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 00:54:44 +0000</pubDate>
		<dc:creator>Alejandro Leiva</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.litio.org/wp/?p=76</guid>
		<description><![CDATA[
Consider again that dot. That&#8217;s here, that&#8217;s home, that&#8217;s us. On it everyone you love, everyone you know, everyone you ever heard of, every human being who ever was, lived out their lives. The aggregate of our joy and suffering, thousands of confident religions, ideologies, and economic doctrines, every hunter and forager, every hero and [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="sunbeam" src="http://upload.wikimedia.org/wikipedia/commons/7/73/Pale_Blue_Dot.png" title="sunbeam" class="alignnone" width="453" height="614" /><br />
Consider again that dot. That&#8217;s here, that&#8217;s home, that&#8217;s us. On it everyone you love, everyone you know, everyone you ever heard of, every human being who ever was, lived out their lives. The aggregate of our joy and suffering, thousands of confident religions, ideologies, and economic doctrines, every hunter and forager, every hero and coward, every creator and destroyer of civilization, every king and peasant, every young couple in love, every mother and father, hopeful child, inventor and explorer, every teacher of morals, every corrupt politician, every &#8220;superstar,&#8221; every &#8220;supreme leader,&#8221; every saint and sinner in the history of our species lived there – <em>on a mote of dust suspended in a sunbeam</em>.</p>
<p>May 11, 1996 Carl Sagan</p>
]]></content:encoded>
			<wfw:commentRss>http://www.litio.org/wp/2010/04/13/on-a-mote-of-dust-suspended-in-a-sunbeam/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DevSpace #11 @ DeSEA</title>
		<link>http://www.litio.org/wp/2010/03/19/devspace-11-desea/</link>
		<comments>http://www.litio.org/wp/2010/03/19/devspace-11-desea/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 18:55:46 +0000</pubDate>
		<dc:creator>Alejandro Leiva</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.litio.org/wp/?p=70</guid>
		<description><![CDATA[Justo mañana se celebra el devspace #11 sobre “Desarrollo De Videojuegos Para Android” ofrecida por los miembros de The Flying Cortijo que son compañeros de la asociación DeSEA.
Más información en el enlace de la charla
Espero que mañana vaya bien ;)
]]></description>
			<content:encoded><![CDATA[<p>Justo mañana se celebra el devspace #11 sobre “Desarrollo De Videojuegos Para Android” ofrecida por los miembros de <a href="http://www.theflyingcortijo.com/">The Flying Cortijo</a> que son compañeros de la asociación DeSEA.</p>
<p>Más información en el enlace de la <a href="http://www.desea.es/?p=307">charla</a><br />
Espero que mañana vaya bien ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.litio.org/wp/2010/03/19/devspace-11-desea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
