<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Execution Error</title>
	<atom:link href="http://executionerror.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://executionerror.wordpress.com</link>
	<description>Blog de notas compartido y personal</description>
	<lastBuildDate>Fri, 09 Dec 2011 13:27:05 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='executionerror.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Execution Error</title>
		<link>http://executionerror.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://executionerror.wordpress.com/osd.xml" title="Execution Error" />
	<atom:link rel='hub' href='http://executionerror.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Atoi desde hexadecimal</title>
		<link>http://executionerror.wordpress.com/2011/05/10/atoi-desde-hexadecimal/</link>
		<comments>http://executionerror.wordpress.com/2011/05/10/atoi-desde-hexadecimal/#comments</comments>
		<pubDate>Tue, 10 May 2011 00:23:41 +0000</pubDate>
		<dc:creator>zozo</dc:creator>
				<category><![CDATA[Informática]]></category>
		<category><![CDATA[atoi]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[hex]]></category>
		<category><![CDATA[programación]]></category>
		<category><![CDATA[sscanf]]></category>

		<guid isPermaLink="false">http://executionerror.wordpress.com/?p=366</guid>
		<description><![CDATA[Convertir un string hexadecimal a su valor numérico <a href="http://executionerror.wordpress.com/2011/05/10/atoi-desde-hexadecimal/">Sigue leyendo <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=executionerror.wordpress.com&amp;blog=3099360&amp;post=366&amp;subd=executionerror&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>El otro día surgió el tema con un compañero de pasar un string que contiene un número en hexadecimal a su valor numérico, y se nos ocurrió varias formas de hacerlo, pero no la más sencilla de todas. Aquí, la más sencilla:</p>
<p style="text-align:center;"><strong>sscanf (miString, &#8220;%x&#8221;, &amp;entero);</strong></p>
<p>Siendo, por ejemplo:<br />
char * string = &#8220;0&#215;0806&#8243;;<br />
unsigned int entero = 0;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/executionerror.wordpress.com/366/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/executionerror.wordpress.com/366/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/executionerror.wordpress.com/366/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/executionerror.wordpress.com/366/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/executionerror.wordpress.com/366/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/executionerror.wordpress.com/366/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/executionerror.wordpress.com/366/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/executionerror.wordpress.com/366/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/executionerror.wordpress.com/366/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/executionerror.wordpress.com/366/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/executionerror.wordpress.com/366/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/executionerror.wordpress.com/366/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/executionerror.wordpress.com/366/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/executionerror.wordpress.com/366/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=executionerror.wordpress.com&amp;blog=3099360&amp;post=366&amp;subd=executionerror&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://executionerror.wordpress.com/2011/05/10/atoi-desde-hexadecimal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6824124b7bf5ac175599f369602ae5ac?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">zozo</media:title>
		</media:content>
	</item>
		<item>
		<title>El Hanfu</title>
		<link>http://executionerror.wordpress.com/2011/04/26/el-hanfu/</link>
		<comments>http://executionerror.wordpress.com/2011/04/26/el-hanfu/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 16:03:30 +0000</pubDate>
		<dc:creator>zozo</dc:creator>
				<category><![CDATA[China]]></category>
		<category><![CDATA[Japón]]></category>
		<category><![CDATA[hanfu]]></category>
		<category><![CDATA[japan]]></category>
		<category><![CDATA[qipao]]></category>
		<category><![CDATA[汉服]]></category>
		<category><![CDATA[漢服]]></category>

		<guid isPermaLink="false">http://executionerror.wordpress.com/?p=337</guid>
		<description><![CDATA[El verdadero vestido chino: el Hanfu <a href="http://executionerror.wordpress.com/2011/04/26/el-hanfu/">Sigue leyendo <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=executionerror.wordpress.com&amp;blog=3099360&amp;post=337&amp;subd=executionerror&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Si bien hablé en <a href="http://executionerror.wordpress.com/2009/06/07/japon-vs-china-yukata-vs-qi-pao/">esta entrada</a> del qipao como vestido &#8220;insignia&#8221; de China, en realidad no es de origen chino sino mongol. Fue impuesto por los mongoles que obligaron a los chinos a vestirlo bajo pena de muerte. Los mongoles son también los causantes del famoso peinado chino con la frente afeitada y una trenza por detrás.</p>
<p style="text-align:center;"><a href="http://executionerror.files.wordpress.com/2011/04/1519714038-chow_yunfat.jpg"><img class="aligncenter size-medium wp-image-356" style="border:1px solid black;" title="Chow YunFat" src="http://executionerror.files.wordpress.com/2011/04/1519714038-chow_yunfat.jpg?w=241&#038;h=300" alt="" width="241" height="300" /></a><br />
El verdadero vestido chino en origen es el Hanfu, tanto para hombres como mujeres. Esta prenda además ha influenciado fuertemente el kimono de japonés, el hanbok coreano, y el áo tứ thân de vietnamita. Y es además, la que veremos en la mayoría de películas o series de época.</p>
<p style="text-align:center;"><a href="http://executionerror.files.wordpress.com/2011/04/00647704.jpg"><img class="size-medium wp-image-343" style="border:1px solid black;" title="hanfu" src="http://executionerror.files.wordpress.com/2011/04/00647704.jpg?w=200&#038;h=300" alt="" width="200" height="300" /></a></p>
<p style="text-align:left;"><a href="http://executionerror.files.wordpress.com/2011/04/hanfu3.jpg"><img class="aligncenter size-medium wp-image-342" style="border:1px solid black;" title="hanfu3" src="http://executionerror.files.wordpress.com/2011/04/hanfu3.jpg?w=200&#038;h=300" alt="" width="200" height="300" /></a><a href="http://executionerror.files.wordpress.com/2011/04/hanfu1.jpg"><img class="aligncenter size-medium wp-image-340" style="border:1px solid black;" title="hanfu" src="http://executionerror.files.wordpress.com/2011/04/hanfu1.jpg?w=225&#038;h=300" alt="" width="225" height="300" /></a><a href="http://executionerror.files.wordpress.com/2011/04/hanfu2.jpg"><img class="aligncenter size-medium wp-image-341" style="border:1px solid black;" title="hanfu2" src="http://executionerror.files.wordpress.com/2011/04/hanfu2.jpg?w=212&#038;h=300" alt="" width="212" height="300" /></a>La palabra Hanfu, escrita 漢服 en chino tradicional o汉服 en chino simplificado, está compuesta por dos idiogramas chinos que significan literalmente &#8220;ropa han&#8221;.</p>
<p>La etnia Han es una de las 55 etnias que existen en China y a la que pertenecen más del 90% de los chinos.</p>
<p>En mi opinión, no está mal la prenda y le da un toque muy dulce a las chicas, pero creo que el qipao sigue siendo más sexy <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<div id="attachment_357" class="wp-caption alignnone" style="width: 368px"><a href="http://www.zimbio.com/Korean+Top+Model/articles/tAcpILPZLes/Ryu+Ji+Hye+Qipao+Chinese+dress+photos+korean"><img class="size-full wp-image-357 " style="border:1px solid black;" title="Ryu-Ji-Hye-in-Qipao-1" src="http://executionerror.files.wordpress.com/2011/04/ryu-ji-hye-in-qipao-12.jpg?w=640" alt=""   /></a><p class="wp-caption-text">Via zimbio</p></div>
<p style="text-align:left;">Para saber más click <a href="http://es.wikipedia.org/wiki/Hanfu">aquí</a>.</p>
<p style="text-align:left;"><strong>Actualización:</strong> Tengo tan abandonado el blog que ni me acordaba de que prácticamente lo que he contado aquí ya lo comentó Angelo en <a href="http://executionerror.wordpress.com/2009/06/07/japon-vs-china-yukata-vs-qi-pao/#comment-94">este comentario</a> de la entrada anterior.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/executionerror.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/executionerror.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/executionerror.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/executionerror.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/executionerror.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/executionerror.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/executionerror.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/executionerror.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/executionerror.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/executionerror.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/executionerror.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/executionerror.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/executionerror.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/executionerror.wordpress.com/337/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=executionerror.wordpress.com&amp;blog=3099360&amp;post=337&amp;subd=executionerror&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://executionerror.wordpress.com/2011/04/26/el-hanfu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6824124b7bf5ac175599f369602ae5ac?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">zozo</media:title>
		</media:content>

		<media:content url="http://executionerror.files.wordpress.com/2011/04/1519714038-chow_yunfat.jpg?w=241" medium="image">
			<media:title type="html">Chow YunFat</media:title>
		</media:content>

		<media:content url="http://executionerror.files.wordpress.com/2011/04/00647704.jpg?w=200" medium="image">
			<media:title type="html">hanfu</media:title>
		</media:content>

		<media:content url="http://executionerror.files.wordpress.com/2011/04/hanfu3.jpg?w=200" medium="image">
			<media:title type="html">hanfu3</media:title>
		</media:content>

		<media:content url="http://executionerror.files.wordpress.com/2011/04/hanfu1.jpg?w=225" medium="image">
			<media:title type="html">hanfu</media:title>
		</media:content>

		<media:content url="http://executionerror.files.wordpress.com/2011/04/hanfu2.jpg?w=212" medium="image">
			<media:title type="html">hanfu2</media:title>
		</media:content>

		<media:content url="http://executionerror.files.wordpress.com/2011/04/ryu-ji-hye-in-qipao-12.jpg" medium="image">
			<media:title type="html">Ryu-Ji-Hye-in-Qipao-1</media:title>
		</media:content>
	</item>
		<item>
		<title>2 tips para Linux</title>
		<link>http://executionerror.wordpress.com/2011/04/25/2-tips-para-linux/</link>
		<comments>http://executionerror.wordpress.com/2011/04/25/2-tips-para-linux/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 19:38:20 +0000</pubDate>
		<dc:creator>zozo</dc:creator>
				<category><![CDATA[Informática]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[ldd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[macos]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://executionerror.wordpress.com/?p=332</guid>
		<description><![CDATA[Uso básico de los comandos find y ldd <a href="http://executionerror.wordpress.com/2011/04/25/2-tips-para-linux/">Sigue leyendo <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=executionerror.wordpress.com&amp;blog=3099360&amp;post=332&amp;subd=executionerror&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Os dejo una pequeña y rápida nota sobre unos comandos unix que me han sido de utilidad:</p>
<p style="text-align:left;"><strong>Buscar archivos en linux: </strong><em>find directorio -name nombre</em></p>
<p>Ejemplos:<br />
find -name *.jpg      -&gt; Buscará todos los archivos con extensión &#8220;jpg&#8221; en el directorio actual y sus subdirectorios.<br />
find $HOME .name *.jpg -&gt;Hace lo mismo pero en nuestro directorio de usuario.</p>
<p><strong>Conocer librerías de las que depende un ejecutable:</strong> <em>ldd nombre_ejecutable</em></p>
<p>Ejemplo:<br />
ldd a.out  -&gt; Nos da una lista de las librerías de las que depende el ejecutable junto con sus rutas.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/executionerror.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/executionerror.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/executionerror.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/executionerror.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/executionerror.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/executionerror.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/executionerror.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/executionerror.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/executionerror.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/executionerror.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/executionerror.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/executionerror.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/executionerror.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/executionerror.wordpress.com/332/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=executionerror.wordpress.com&amp;blog=3099360&amp;post=332&amp;subd=executionerror&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://executionerror.wordpress.com/2011/04/25/2-tips-para-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6824124b7bf5ac175599f369602ae5ac?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">zozo</media:title>
		</media:content>
	</item>
		<item>
		<title>Assembla</title>
		<link>http://executionerror.wordpress.com/2011/02/21/assembla/</link>
		<comments>http://executionerror.wordpress.com/2011/02/21/assembla/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 22:58:55 +0000</pubDate>
		<dc:creator>zozo</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://executionerror.wordpress.com/2011/02/21/assembla/</guid>
		<description><![CDATA[Servidor gratuito de subversion.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=executionerror.wordpress.com&amp;blog=3099360&amp;post=326&amp;subd=executionerror&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>Servidor gratuito de subversion.</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/executionerror.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/executionerror.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/executionerror.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/executionerror.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/executionerror.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/executionerror.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/executionerror.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/executionerror.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/executionerror.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/executionerror.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/executionerror.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/executionerror.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/executionerror.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/executionerror.wordpress.com/326/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=executionerror.wordpress.com&amp;blog=3099360&amp;post=326&amp;subd=executionerror&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://executionerror.wordpress.com/2011/02/21/assembla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6824124b7bf5ac175599f369602ae5ac?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">zozo</media:title>
		</media:content>
	</item>
		<item>
		<title>Con arte</title>
		<link>http://executionerror.wordpress.com/2011/02/21/con-arte/</link>
		<comments>http://executionerror.wordpress.com/2011/02/21/con-arte/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 15:53:17 +0000</pubDate>
		<dc:creator>zozo</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://executionerror.wordpress.com/2011/02/21/con-arte/</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=executionerror.wordpress.com&amp;blog=3099360&amp;post=323&amp;subd=executionerror&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<p><a href='http://executionerror.files.wordpress.com/2011/02/1687943564-scaled1000.jpg'><img src="http://executionerror.files.wordpress.com/2011/02/1687943564-scaled1000.jpg?w=500&#038;h=333" width="500" height="333" /></a> </p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/executionerror.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/executionerror.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/executionerror.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/executionerror.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/executionerror.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/executionerror.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/executionerror.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/executionerror.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/executionerror.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/executionerror.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/executionerror.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/executionerror.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/executionerror.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/executionerror.wordpress.com/323/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=executionerror.wordpress.com&amp;blog=3099360&amp;post=323&amp;subd=executionerror&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://executionerror.wordpress.com/2011/02/21/con-arte/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6824124b7bf5ac175599f369602ae5ac?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">zozo</media:title>
		</media:content>

		<media:content url="http://executionerror.files.wordpress.com/2011/02/1687943564-scaled1000.jpg?w=300" medium="image" />
	</item>
		<item>
		<title>El escudo de la Informática</title>
		<link>http://executionerror.wordpress.com/2011/02/14/el-escudo-de-la-informatica/</link>
		<comments>http://executionerror.wordpress.com/2011/02/14/el-escudo-de-la-informatica/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 18:44:18 +0000</pubDate>
		<dc:creator>zozo</dc:creator>
				<category><![CDATA[Informática]]></category>
		<category><![CDATA[emblema]]></category>
		<category><![CDATA[escudo]]></category>
		<category><![CDATA[ingeniería informática]]></category>
		<category><![CDATA[núcleo de ferrita]]></category>

		<guid isPermaLink="false">http://executionerror.wordpress.com/?p=314</guid>
		<description><![CDATA[Sígnificado del emblema representativo de la Ingeniería Informática: el núcleo de ferrita. <a href="http://executionerror.wordpress.com/2011/02/14/el-escudo-de-la-informatica/">Sigue leyendo <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=executionerror.wordpress.com&amp;blog=3099360&amp;post=314&amp;subd=executionerror&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;">Seguramente serán muchos los ingenieros informáticos que mirarán con  orgugllo la orla de su graduación sin reparar en el escudo que  representa a su carrera, y serán otros tantos los que desconocerán lo que  éste representa.</p>
<p style="text-align:center;"><a href="http://executionerror.files.wordpress.com/2011/02/escudo-color.gif"><img class="aligncenter size-full wp-image-315" style="border:0 none;" title="escudo-color" src="http://executionerror.files.wordpress.com/2011/02/escudo-color.gif?w=640" alt="Escudo Ingeniería Inform´matica"   /></a></p>
<p>Pues bien, resulta que el símbolo es ni más ni menos un <strong>núcleo de ferrita</strong>, componente básico de las primeras memorias RAM. Éste es capaz de almacenar 1 bit gracias a los dos posibles estados de magnetización que puede alcanzar a través de las corrientes inducidas por los hilos que lo atraviesan.</p>
<p>Si queréis saber más pinchad <a title="Núcleo de ferrita" href="http://www.lsi.us.es/~rovayo/ferrita/ferrita_pf.html" target="_blank">aquí</a>.</p>
<p style="text-align:right;">Zozo</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/executionerror.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/executionerror.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/executionerror.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/executionerror.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/executionerror.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/executionerror.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/executionerror.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/executionerror.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/executionerror.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/executionerror.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/executionerror.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/executionerror.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/executionerror.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/executionerror.wordpress.com/314/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=executionerror.wordpress.com&amp;blog=3099360&amp;post=314&amp;subd=executionerror&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://executionerror.wordpress.com/2011/02/14/el-escudo-de-la-informatica/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6824124b7bf5ac175599f369602ae5ac?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">zozo</media:title>
		</media:content>

		<media:content url="http://executionerror.files.wordpress.com/2011/02/escudo-color.gif" medium="image">
			<media:title type="html">escudo-color</media:title>
		</media:content>
	</item>
		<item>
		<title>Alan Turing explicando su trabajo</title>
		<link>http://executionerror.wordpress.com/2010/06/15/alan-turing-explicando-su-trabajo/</link>
		<comments>http://executionerror.wordpress.com/2010/06/15/alan-turing-explicando-su-trabajo/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 10:51:17 +0000</pubDate>
		<dc:creator>zozo</dc:creator>
				<category><![CDATA[Informática]]></category>
		<category><![CDATA[Tecnología]]></category>
		<category><![CDATA[alan turing]]></category>
		<category><![CDATA[breaking the code]]></category>
		<category><![CDATA[enigma]]></category>
		<category><![CDATA[turing]]></category>

		<guid isPermaLink="false">http://executionerror.wordpress.com/?p=307</guid>
		<description><![CDATA[Alan Turing explicando su trabajo (escena de Breaking the code). <a href="http://executionerror.wordpress.com/2010/06/15/alan-turing-explicando-su-trabajo/">Sigue leyendo <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=executionerror.wordpress.com&amp;blog=3099360&amp;post=307&amp;subd=executionerror&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Aquí una escena de la película &#8220;Breaking the code&#8221;, donde Alan Turing explica su trabajo en una entrevista para formar parte del equipo que consiguió descrifrar Enigma, la máquina que los alemanes usaron para codificar sus mensajes.</p>
<span style="text-align:center; display: block;"><a href="http://executionerror.wordpress.com/2010/06/15/alan-turing-explicando-su-trabajo/"><img src="http://img.youtube.com/vi/6k2OUZdA7vQ/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/executionerror.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/executionerror.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/executionerror.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/executionerror.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/executionerror.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/executionerror.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/executionerror.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/executionerror.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/executionerror.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/executionerror.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/executionerror.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/executionerror.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/executionerror.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/executionerror.wordpress.com/307/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=executionerror.wordpress.com&amp;blog=3099360&amp;post=307&amp;subd=executionerror&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://executionerror.wordpress.com/2010/06/15/alan-turing-explicando-su-trabajo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6824124b7bf5ac175599f369602ae5ac?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">zozo</media:title>
		</media:content>
	</item>
		<item>
		<title>Fecha para la actualización del HTC Hero a Androd 2.1</title>
		<link>http://executionerror.wordpress.com/2010/04/06/fecha-para-la-actualizacion-del-htc-hero-a-androd-2-1/</link>
		<comments>http://executionerror.wordpress.com/2010/04/06/fecha-para-la-actualizacion-del-htc-hero-a-androd-2-1/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 11:37:54 +0000</pubDate>
		<dc:creator>zozo</dc:creator>
				<category><![CDATA[Andorid]]></category>
		<category><![CDATA[actualización rom]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[android 1.5]]></category>
		<category><![CDATA[Android 2.1]]></category>
		<category><![CDATA[htc hero]]></category>

		<guid isPermaLink="false">http://executionerror.wordpress.com/?p=304</guid>
		<description><![CDATA[Actualización del HTC Hero a Android 2.1 con fecha el 16 de abril. <a href="http://executionerror.wordpress.com/2010/04/06/fecha-para-la-actualizacion-del-htc-hero-a-androd-2-1/">Sigue leyendo <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=executionerror.wordpress.com&amp;blog=3099360&amp;post=304&amp;subd=executionerror&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Leo en <a href="http://www.xatakamovil.com/sistemas-operativos/htc-hero-ya-tiene-fecha-oficial-para-actualizar-a-android-21" target="_blank">Xataka</a> que se han filtrado las fechas de salida para la ansiada actualización del HTC Hero a Android 2.1.</p>
<p>Las fechas vienen dadas por operadores y países, y según esto, la fecha para Orange en España es el 16 de abril.</p>
<p>Esperemos que esta vez sea verdad.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/executionerror.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/executionerror.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/executionerror.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/executionerror.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/executionerror.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/executionerror.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/executionerror.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/executionerror.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/executionerror.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/executionerror.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/executionerror.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/executionerror.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/executionerror.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/executionerror.wordpress.com/304/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=executionerror.wordpress.com&amp;blog=3099360&amp;post=304&amp;subd=executionerror&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://executionerror.wordpress.com/2010/04/06/fecha-para-la-actualizacion-del-htc-hero-a-androd-2-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6824124b7bf5ac175599f369602ae5ac?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">zozo</media:title>
		</media:content>
	</item>
		<item>
		<title>Bajar los videos de TVE a la CARTA</title>
		<link>http://executionerror.wordpress.com/2010/03/23/bajar-los-videos-de-tve-a-la-carta/</link>
		<comments>http://executionerror.wordpress.com/2010/03/23/bajar-los-videos-de-tve-a-la-carta/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 12:46:30 +0000</pubDate>
		<dc:creator>zozo</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Informática]]></category>
		<category><![CDATA[bajar]]></category>
		<category><![CDATA[descargar]]></category>
		<category><![CDATA[rtve]]></category>
		<category><![CDATA[television española]]></category>
		<category><![CDATA[tve]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://executionerror.wordpress.com/?p=299</guid>
		<description><![CDATA[Como descargar videos de la pagina de TVE <a href="http://executionerror.wordpress.com/2010/03/23/bajar-los-videos-de-tve-a-la-carta/">Sigue leyendo <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=executionerror.wordpress.com&amp;blog=3099360&amp;post=299&amp;subd=executionerror&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Gracias a una entrada en el blog de<a href="http://solognu.wordpress.com/" target="_blank"> Solo GNU</a> he aprendido a descargar los videos de la pagina de TVE.</p>
<p>Estos son los pasos:</p>
<ol>
<li>Click derecho encima del video objetivo y le dais a &#8220;<em>Abrir enlace en una pestaña nueva</em>&#8220;.</li>
<li>Esto os llevara a una pagina con una direccion parecida a esta:<br />
<span style="color:#0000ff;"><em>http://www.rtve.es/alacarta/player/726236.html</em></span><br />
Aqui teneis que cambiar donde pone &#8220;<em><span style="color:#0000ff;">html</span></em>&#8221; por &#8220;<span style="color:#0000ff;"><em>xml</em></span>&#8221; y pulsais intro.</li>
<li>En la pagina que se abre buscais una linea como esta:<br />
<em> <span style="color:#0000ff;">rtmp://stream.rtve.es/stream/resources/alacarta/flv/2/0/1269284981702.flv</span></em></p>
<p><em> </em>Como podeis ver, <em>1269284981702.flv </em>es el nombre del video que esta en formato &#8220;flv&#8221;.<br />
De esta direccion teneis que borrar todo hasta la palabra &#8220;<em>stream</em>&#8221; incluida y poner en su lugar: <em><span style="color:#0000ff;">http://www.rtve.es/</span></em>, la direccion completa resultante sera algo como:<br />
<span style="color:#0000ff;"><em> </em><em>http://www.rtve.es/</em><em>resources/alacarta/flv/2/0/1269284981702.flv<br />
</em></span></li>
<li>Ya teneis el enlace directo al video. Ahora podeis descargarlo directamente o con vuestro gestor de descargas favorito.</li>
</ol>
<p>Perdonar por la falta de tildes y tal,  pero es que no las encuentro en este teclado.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/executionerror.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/executionerror.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/executionerror.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/executionerror.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/executionerror.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/executionerror.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/executionerror.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/executionerror.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/executionerror.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/executionerror.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/executionerror.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/executionerror.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/executionerror.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/executionerror.wordpress.com/299/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=executionerror.wordpress.com&amp;blog=3099360&amp;post=299&amp;subd=executionerror&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://executionerror.wordpress.com/2010/03/23/bajar-los-videos-de-tve-a-la-carta/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6824124b7bf5ac175599f369602ae5ac?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">zozo</media:title>
		</media:content>
	</item>
		<item>
		<title>Actualización HTC Hero</title>
		<link>http://executionerror.wordpress.com/2010/03/16/actualizacion-htc-hero/</link>
		<comments>http://executionerror.wordpress.com/2010/03/16/actualizacion-htc-hero/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 13:04:54 +0000</pubDate>
		<dc:creator>zozo</dc:creator>
				<category><![CDATA[Andorid]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Android 2.1]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[htc hero]]></category>
		<category><![CDATA[HTC sense]]></category>

		<guid isPermaLink="false">http://executionerror.wordpress.com/?p=292</guid>
		<description><![CDATA[¿Para cuándo la actualización a Android 2.1 para HTC Hero? <a href="http://executionerror.wordpress.com/2010/03/16/actualizacion-htc-hero/">Sigue leyendo <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=executionerror.wordpress.com&amp;blog=3099360&amp;post=292&amp;subd=executionerror&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A finales de este mes debe salir la actualización de la ROM del HTC Hero a Android 2.1 con  HTC Sense, la ya famosa interfaz de la compañía taiwanesa.</p>
<p><a href="http://executionerror.files.wordpress.com/2010/03/google_android_.jpg"><img class="aligncenter size-full wp-image-295" title="Android" src="http://executionerror.files.wordpress.com/2010/03/google_android_.jpg?w=640" alt=""   /></a></p>
<p>Sin ninguna duda la interfaz personalizada  de la compañía ha sido un claro acierto, tanto  funcionalmente por sus widgets y botones, como visualmente pues resulta muy agradable. Pero yo me pregunto: ¿Tanto tiempo necesitan para adaptar la dichosa interfaz y la ROM? El problema es que desde hace meses hay multitud de terminales que ya incorporan esta versión  2.1 de Android. A este ritmo cuando HTC decida sacar la actualziación, ésta se habrá quedado desfasada y habrá nuevas versiones&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/executionerror.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/executionerror.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/executionerror.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/executionerror.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/executionerror.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/executionerror.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/executionerror.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/executionerror.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/executionerror.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/executionerror.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/executionerror.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/executionerror.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/executionerror.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/executionerror.wordpress.com/292/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=executionerror.wordpress.com&amp;blog=3099360&amp;post=292&amp;subd=executionerror&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://executionerror.wordpress.com/2010/03/16/actualizacion-htc-hero/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6824124b7bf5ac175599f369602ae5ac?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">zozo</media:title>
		</media:content>

		<media:content url="http://executionerror.files.wordpress.com/2010/03/google_android_.jpg" medium="image">
			<media:title type="html">Android</media:title>
		</media:content>
	</item>
	</channel>
</rss>
