<?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>/* a s h i a k ' s */</title>
	<atom:link href="http://ashiak.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ashiak.wordpress.com</link>
	<description>#given enough eyeballs, all bugs are shallow</description>
	<lastBuildDate>Wed, 15 Jul 2009 09:30:15 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='ashiak.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/a60eb9588b235268bc8501692c8eafd6?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>/* a s h i a k ' s */</title>
		<link>http://ashiak.wordpress.com</link>
	</image>
			<item>
		<title>Nuevo Hosting</title>
		<link>http://ashiak.wordpress.com/2009/04/17/nuevo-hosting/</link>
		<comments>http://ashiak.wordpress.com/2009/04/17/nuevo-hosting/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 10:05:42 +0000</pubDate>
		<dc:creator>ashiak</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ashiak.wordpress.com/?p=51</guid>
		<description><![CDATA[Blog movido a ASHIAK.ME
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ashiak.wordpress.com&blog=2626652&post=51&subd=ashiak&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Blog movido a <a href="http://ashiak.me">ASHIAK.ME</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ashiak.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ashiak.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ashiak.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ashiak.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ashiak.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ashiak.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ashiak.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ashiak.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ashiak.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ashiak.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ashiak.wordpress.com&blog=2626652&post=51&subd=ashiak&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ashiak.wordpress.com/2009/04/17/nuevo-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2670b17dc6e8084e3b22b2a918886e0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ashiak</media:title>
		</media:content>
	</item>
		<item>
		<title>Sonido con ALSA</title>
		<link>http://ashiak.wordpress.com/2008/02/07/sonido-con-alsa/</link>
		<comments>http://ashiak.wordpress.com/2008/02/07/sonido-con-alsa/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 15:31:27 +0000</pubDate>
		<dc:creator>ashiak</dc:creator>
				<category><![CDATA[alsa]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[recetas]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ashiak.wordpress.com/?p=47</guid>
		<description><![CDATA[Receta mágica: crear un fichero dentro de tu $HOME que se llame .asoundrc con el siguiente contenido:
pcm.tarjeta{
type hw
card 0
device 0
}
pcm.salidaTarjeta{
type dmix
ipc_key 9991
slave{
period_time 0
period_size 1024 # must be power of 2
buffer_size 8192  # dito. It
}
slave.pcm "tarjeta"
}
pcm.entradaTarjeta{
type dsnoop
ipc_key 9992
slave {
period_time 0
period_size 1024
buffer_size 8192
}
slave.pcm "tarjeta"
}
pcm.salidaTarjetaPlug{
type plug
slave.pcm "salidaTarjeta"
}
pcm.entradaTarjetaPlug{
type plug
slave.pcm "entradaTarjeta"
}
# Hacer que sea el pcm.default
pcm.default pcm.salidaTarjetaPlug

Si no os [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ashiak.wordpress.com&blog=2626652&post=47&subd=ashiak&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Receta mágica: crear un fichero dentro de tu $HOME que se llame .asoundrc con el siguiente contenido:</p>
<p><code>pcm.tarjeta{<br />
type hw<br />
card 0<br />
device 0<br />
}<br />
pcm.salidaTarjeta{<br />
type dmix<br />
ipc_key 9991<br />
slave{<br />
period_time 0<br />
period_size 1024 # must be power of 2<br />
buffer_size 8192  # dito. It<br />
}<br />
slave.pcm "tarjeta"<br />
}<br />
pcm.entradaTarjeta{<br />
type dsnoop<br />
ipc_key 9992<br />
slave {<br />
period_time 0<br />
period_size 1024<br />
buffer_size 8192<br />
}<br />
slave.pcm "tarjeta"<br />
}<br />
pcm.salidaTarjetaPlug{<br />
type plug<br />
slave.pcm "salidaTarjeta"<br />
}<br />
pcm.entradaTarjetaPlug{<br />
type plug<br />
slave.pcm "entradaTarjeta"<br />
}<br />
# Hacer que sea el pcm.default<br />
pcm.default pcm.salidaTarjetaPlug<br />
</code><br />
Si no os funciona bien, podeis jugar a cambiar el card a 1, 2&#8230; en el primer bloque.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ashiak.wordpress.com/47/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ashiak.wordpress.com/47/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ashiak.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ashiak.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ashiak.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ashiak.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ashiak.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ashiak.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ashiak.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ashiak.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ashiak.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ashiak.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ashiak.wordpress.com&blog=2626652&post=47&subd=ashiak&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ashiak.wordpress.com/2008/02/07/sonido-con-alsa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2670b17dc6e8084e3b22b2a918886e0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ashiak</media:title>
		</media:content>
	</item>
		<item>
		<title>Flashplayer en firefox 64bits</title>
		<link>http://ashiak.wordpress.com/2008/01/30/flashplayer-en-firefox-64bits/</link>
		<comments>http://ashiak.wordpress.com/2008/01/30/flashplayer-en-firefox-64bits/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 16:59:29 +0000</pubDate>
		<dc:creator>nexish</dc:creator>
				<category><![CDATA[64bits]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ashiak.wordpress.com/?p=46</guid>
		<description><![CDATA[Con Ubuntu 7.10 ya podemos disponer de flashplayer para firefox de 64 bits. En versiones anteriores para poder tener flash tenía que utilizar switfox 32 bits. Pues bien, ahora basta con entrar a alguna web que requiera flash y salta el mensaje (como en otras ocasiones) de que tiene 2 plugins disponibles para instalar: flashplayer [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ashiak.wordpress.com&blog=2626652&post=46&subd=ashiak&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Con Ubuntu 7.10 ya podemos disponer de flashplayer para firefox de 64 bits. En versiones anteriores para poder tener flash tenía que utilizar switfox 32 bits. Pues bien, ahora basta con entrar a alguna web que requiera flash y salta el mensaje (como en otras ocasiones) de que tiene 2 plugins disponibles para instalar: flashplayer y gnash.</p>
<p>Al instalar flashplayer y reiniciar firefox parece que no ha ocurrido nada ya que seguimos sin visualizar flash. Sin embargo el problema está en que al intentar comparar el md5 que trae el paquete con el de la página de adobe estos no coinciden y no prosigue.</p>
<p>Para solucionarlo tenemos que seguir los siguientes pasos:<br />
1. Editar /var/lib/dpkg/info/flashplugin_nonfree.postinst y borrar las entradas referentes a la comprobación del md5 (3 en total)<br />
2. sudo dpkg-reconfigure flashplugin_nonfree<br />
(indicando cuando nos lo pide la carpeta donde tenemos el paquete)<br />
En mi caso en: /var/cache/flashplugin_nonfree</p>
<p>Y voilá ya podemos ver todos los videos de youtube <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ashiak.wordpress.com/46/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ashiak.wordpress.com/46/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ashiak.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ashiak.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ashiak.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ashiak.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ashiak.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ashiak.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ashiak.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ashiak.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ashiak.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ashiak.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ashiak.wordpress.com&blog=2626652&post=46&subd=ashiak&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ashiak.wordpress.com/2008/01/30/flashplayer-en-firefox-64bits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1e2c8b3b37445f3092b3729d06aaaae5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nexish</media:title>
		</media:content>
	</item>
		<item>
		<title>Extensión dbase con PHP5 en Ubuntu de 64bits</title>
		<link>http://ashiak.wordpress.com/2008/01/28/extension-dbase-con-php5-en-ubuntu-de-64bits/</link>
		<comments>http://ashiak.wordpress.com/2008/01/28/extension-dbase-con-php5-en-ubuntu-de-64bits/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 15:41:43 +0000</pubDate>
		<dc:creator>ashiak</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[programación]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ashiak.wordpress.com/?p=44</guid>
		<description><![CDATA[Hoy intentando acceder a un fichero .dbf desde php he visto que hacía falta activar la extension dbase. En un principio es suficiente con poner la librería dbase.so en /usr/lib/php5/20060613/ y añadir al fichero /etc/php5/apache2/php.ini esta línea:
extension=dbase.so
El problema lo he encontrado al buscar una versión de la librería que fuese de la misma rama de [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ashiak.wordpress.com&blog=2626652&post=44&subd=ashiak&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hoy intentando acceder a un fichero .dbf desde php he visto que hacía falta activar la extension dbase. En un principio es suficiente con poner la librería dbase.so en /usr/lib/php5/20060613/ y añadir al fichero /etc/php5/apache2/php.ini esta línea:</p>
<p><code>extension=dbase.so</code></p>
<p>El problema lo he encontrado al buscar una versión de la librería que fuese de la misma rama de php que la que yo uso, en este caso la 5.2 (PHP 5.2.3-1ubuntu6.3) y que además fuera para 64bits. Después de mucho buscar, lo he encontrado <a href="http://hany.sk/~hany/RPM/f-7-x86_64/php-dbase-5.2.1-1.fc7.x86_64.html" title="php-dbase">aquí</a>. </p>
<p>Por si acaso lo subo también en: <a href="http://ashiak.files.wordpress.com/2008/01/dbaseso.odt" title="Lib dbase para php5 en 64bits">aquí</a> (está renombrado con .odt porque si no, no me dejaba subir el fichero <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ).</p>
<p>Basta con bajarse el rpm, extraerlo y ya tenemos el dbase.so. Ahora reiniciamos apache&#8230; y ya tenemos soporte para dbase en php!!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ashiak.wordpress.com/44/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ashiak.wordpress.com/44/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ashiak.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ashiak.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ashiak.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ashiak.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ashiak.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ashiak.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ashiak.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ashiak.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ashiak.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ashiak.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ashiak.wordpress.com&blog=2626652&post=44&subd=ashiak&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ashiak.wordpress.com/2008/01/28/extension-dbase-con-php5-en-ubuntu-de-64bits/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2670b17dc6e8084e3b22b2a918886e0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ashiak</media:title>
		</media:content>
	</item>
		<item>
		<title>Primeras experiencias con wordpress.com</title>
		<link>http://ashiak.wordpress.com/2008/01/28/primeras-experiencias-con-wordpresscom/</link>
		<comments>http://ashiak.wordpress.com/2008/01/28/primeras-experiencias-con-wordpresscom/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 10:09:36 +0000</pubDate>
		<dc:creator>ashiak</dc:creator>
				<category><![CDATA[mi blog]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://ashiak.wordpress.com/2008/01/28/primeras-experiencias-con-wordpresscom/</guid>
		<description><![CDATA[La verdad es que me he llevado bastante buena impresión del servicio que da gratuitamente wordpress.com  
En 2 minutos puedes tener montado tu sitio web y la verdad es que tiene una interfaz bastante sencilla. Algo que me ha parecido muy interesante es la posibilidad de importar automáticamente todo el contenido (comentarios incluidos) de [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ashiak.wordpress.com&blog=2626652&post=42&subd=ashiak&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://ashiak.files.wordpress.com/2008/01/wordpress.thumbnail.png" alt="WordPress" align="left" />La verdad es que me he llevado bastante buena impresión del servicio que da gratuitamente <a href="http://wordpress.com" title="WordPress" target="_blank">wordpress.com</a> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>En 2 minutos puedes tener montado tu sitio web y la verdad es que tiene una interfaz bastante sencilla. Algo que me ha parecido muy interesante es la posibilidad de importar automáticamente todo el contenido (comentarios incluidos) de otro blog.</p>
<p>Yo tenía pensado comenzar de cero, pero viendo esta utilidad&#8230;, he optado por importar todo el contenido de mi anterior <a href="http://ashiak.blogspot.com" title="Ashiak's World" target="_blank">blog</a>.</p>
<p>Lo mismo sucede para exportar tu contenido, tienes la posibilidad de exportarlo todo a un formato XML, y hacer con el lo que te de la real gana <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>De espacio te dan 3GB con la posibilidad de subir todo tipo de ficheros (imágenes, documentos, videos&#8230;) que creo es suficiente para la mayoría de usuarias. De todas formas, si necesitas mas espacio tienes posibilidad de comprar 5GB más por 20$, 15GB por 50$ y 25 por 90$ al año.</p>
<p>La única pega que le he visto de momento, es que no te permite personalizar la CSS del tema, por lo que te restringe a usar uno de los temas que te ofrece. Obtener el servicio de personalización de CSS cuesta 15$/año, y la verdad es que es una opción a tener en cuenta.</p>
<p>Por cierto&#8230; no mete publicidad!!! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ashiak.wordpress.com/42/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ashiak.wordpress.com/42/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ashiak.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ashiak.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ashiak.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ashiak.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ashiak.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ashiak.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ashiak.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ashiak.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ashiak.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ashiak.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ashiak.wordpress.com&blog=2626652&post=42&subd=ashiak&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ashiak.wordpress.com/2008/01/28/primeras-experiencias-con-wordpresscom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2670b17dc6e8084e3b22b2a918886e0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ashiak</media:title>
		</media:content>

		<media:content url="http://ashiak.files.wordpress.com/2008/01/wordpress.thumbnail.png" medium="image">
			<media:title type="html">Wordpress</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://ashiak.wordpress.com/2008/01/26/hello-world/</link>
		<comments>http://ashiak.wordpress.com/2008/01/26/hello-world/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 20:42:22 +0000</pubDate>
		<dc:creator>ashiak</dc:creator>
				<category><![CDATA[yo conmigo mismo]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Mi primer post con wordpresssssss!!!
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ashiak.wordpress.com&blog=2626652&post=1&subd=ashiak&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Mi primer post con wordpresssssss!!!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ashiak.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ashiak.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ashiak.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ashiak.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ashiak.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ashiak.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ashiak.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ashiak.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ashiak.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ashiak.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ashiak.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ashiak.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ashiak.wordpress.com&blog=2626652&post=1&subd=ashiak&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ashiak.wordpress.com/2008/01/26/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2670b17dc6e8084e3b22b2a918886e0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ashiak</media:title>
		</media:content>
	</item>
		<item>
		<title>Upss!!</title>
		<link>http://ashiak.wordpress.com/2007/06/06/upss/</link>
		<comments>http://ashiak.wordpress.com/2007/06/06/upss/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 15:08:00 +0000</pubDate>
		<dc:creator>ashiak</dc:creator>
				<category><![CDATA[yo conmigo mismo]]></category>

		<guid isPermaLink="false">http://ashiak.wordpress.com/2007/06/06/upss/</guid>
		<description><![CDATA[Nota mental: casi mejor no firmar los correos para publicar en el blog xDD
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ashiak.wordpress.com&blog=2626652&post=31&subd=ashiak&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><b>Nota mental:</b> casi mejor no firmar los correos para publicar en el blog xDD</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ashiak.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ashiak.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ashiak.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ashiak.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ashiak.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ashiak.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ashiak.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ashiak.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ashiak.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ashiak.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ashiak.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ashiak.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ashiak.wordpress.com&blog=2626652&post=31&subd=ashiak&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ashiak.wordpress.com/2007/06/06/upss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2670b17dc6e8084e3b22b2a918886e0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ashiak</media:title>
		</media:content>
	</item>
		<item>
		<title>Actualizado el blog con la nueva cuenta de google</title>
		<link>http://ashiak.wordpress.com/2007/06/06/actualizado-el-blog-con-la-nueva-cuenta-de-google/</link>
		<comments>http://ashiak.wordpress.com/2007/06/06/actualizado-el-blog-con-la-nueva-cuenta-de-google/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 15:07:00 +0000</pubDate>
		<dc:creator>ashiak</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[mi blog]]></category>

		<guid isPermaLink="false">http://ashiak.wordpress.com/2007/06/06/actualizado-el-blog-con-la-nueva-cuenta-de-google/</guid>
		<description><![CDATA[&#8212;&#8211;BEGIN PGP SIGNED MESSAGE&#8212;&#8211;
Hash: SHA1
Hola a todos!
Hoy, después de tenerlo un montón de tiempo abandonado me ha dado por
meterme en el blog. Lo primero que he tenido que hacer es trasladar el
blog a la cuenta de google, y aquí ando ahora probando a publicar
desde el mail.
Probando, probando&#8230; 
&#8212;&#8211;BEGIN PGP SIGNATURE&#8212;&#8211;
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ashiak.wordpress.com&blog=2626652&post=30&subd=ashiak&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&#8212;&#8211;BEGIN PGP SIGNED MESSAGE&#8212;&#8211;<br />
Hash: SHA1</p>
<p>Hola a todos!</p>
<p>Hoy, después de tenerlo un montón de tiempo abandonado me ha dado por<br />
meterme en el blog. Lo primero que he tenido que hacer es trasladar el<br />
blog a la cuenta de google, y aquí ando ahora probando a publicar<br />
desde el mail.</p>
<p>Probando, probando&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
&#8212;&#8211;BEGIN PGP SIGNATURE&#8212;&#8211;<br />
Version: GnuPG v1.4.6 (GNU/Linux)<br />
Comment: Using GnuPG with Mozilla &#8211; <a href="http://enigmail.mozdev.org">http://enigmail.mozdev.org</a></p>
<p>iD8DBQFGZs2d0iuIOe0vgUsRAlapAJ4gSsdhHWEOeiinzy4xQyZFRmoxGACgtB0l<br />
Xl2zRCTlgine/sDSZdv3lOM=<br />
=rte7<br />
&#8212;&#8211;END PGP SIGNATURE&#8212;&#8211;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ashiak.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ashiak.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ashiak.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ashiak.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ashiak.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ashiak.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ashiak.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ashiak.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ashiak.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ashiak.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ashiak.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ashiak.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ashiak.wordpress.com&blog=2626652&post=30&subd=ashiak&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ashiak.wordpress.com/2007/06/06/actualizado-el-blog-con-la-nueva-cuenta-de-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2670b17dc6e8084e3b22b2a918886e0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ashiak</media:title>
		</media:content>
	</item>
		<item>
		<title>ashiak.blogspot.com v2.0</title>
		<link>http://ashiak.wordpress.com/2006/05/23/29/</link>
		<comments>http://ashiak.wordpress.com/2006/05/23/29/#comments</comments>
		<pubDate>Tue, 23 May 2006 13:39:00 +0000</pubDate>
		<dc:creator>ashiak</dc:creator>
				<category><![CDATA[mi blog]]></category>
		<category><![CDATA[yo conmigo mismo]]></category>

		<guid isPermaLink="false">http://ashiak.wordpress.com/2006/05/23/29/</guid>
		<description><![CDATA[Desde el último post ya han pasado más de 6 meses, como pasa el tiempo&#8230;
Lo único que quiero decir es que aunque este blog haya estado un tanto abandonado toda esta temporada, ya estoy aquí de nuevo con muchas ganas e ideas nuevas&#8230;
La primera de ellas, es cambiar el diseño, que ya lo tengo muy [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ashiak.wordpress.com&blog=2626652&post=29&subd=ashiak&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Desde el último post ya han pasado más de 6 meses, como pasa el tiempo&#8230;<br />
Lo único que quiero decir es que aunque este blog haya estado un tanto abandonado toda esta temporada, ya estoy aquí de nuevo con muchas ganas e ideas nuevas&#8230;<br />
La primera de ellas, es cambiar el diseño, que ya lo tengo muy visto y no me acaba de convencer. En cuanto tenga un poco de tiempo voy a darle un lavado de cara importante al blog.<br />
Mientras tanto, intentaré que mi frecuencia de post mejore bastante&#8230;</p>
<p>¡¡Nos vemos por aquí!!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ashiak.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ashiak.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ashiak.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ashiak.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ashiak.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ashiak.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ashiak.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ashiak.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ashiak.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ashiak.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ashiak.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ashiak.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ashiak.wordpress.com&blog=2626652&post=29&subd=ashiak&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ashiak.wordpress.com/2006/05/23/29/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2670b17dc6e8084e3b22b2a918886e0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ashiak</media:title>
		</media:content>
	</item>
		<item>
		<title>Mi nuevo Gadget</title>
		<link>http://ashiak.wordpress.com/2005/11/29/28/</link>
		<comments>http://ashiak.wordpress.com/2005/11/29/28/#comments</comments>
		<pubDate>Tue, 29 Nov 2005 15:16:00 +0000</pubDate>
		<dc:creator>ashiak</dc:creator>
				<category><![CDATA[gadgets]]></category>
		<category><![CDATA[palm]]></category>

		<guid isPermaLink="false">http://ashiak.wordpress.com/2005/11/29/28/</guid>
		<description><![CDATA[

Hace tiempo que tenía ganas de comprarme una pda, pero no había ninguna que me llegara a convencer. Las PocketPC venían todas con Windows Mobile y la verdad es que no me hacía mucha gracia la idea. Además la sincronización con Linux dejaba bastante que desear.
Por otro lado estaban las Palm, que aunque la sincromización [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ashiak.wordpress.com&blog=2626652&post=28&subd=ashiak&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="font-size:130%;"><span style="font-weight:bold;"><br />
</span></span></p>
<p><a href="http://photos1.blogger.com/blogger/2199/728/1600/palmTX.gif"><img src="http://photos1.blogger.com/blogger/2199/728/400/palmTX.gif" style="display:block;text-align:center;cursor:pointer;margin:0 auto 10px;" border="0" /></a>Hace tiempo que tenía ganas de comprarme una pda, pero no había ninguna que me llegara a convencer. Las PocketPC venían todas con Windows Mobile y la verdad es que no me hacía mucha gracia la idea. Además la sincronización con Linux dejaba bastante que desear.<br />
Por otro lado estaban las Palm, que aunque la sincromización con Linux es infinitamente mejor, no encontraba nada con wireless a un precio asequible&#8230;<br />
Al final encontre lo que buscaba&#8230; ¡la nueva <a href="http://www.palm.com/us/products/handhelds/tx/">Palm TX</a>!<br />
Para mi tiene todo lo necesario: Wifi, Bluetooth, IRDA, SD&#8230; y a un precio bastante majo(349€). Aunque casi hace un mes que la tengo todavía no he tenido mucho tiempo de enredar con ella, pero según vaya haciendo cosillas lo postearé por aquí.<br />
Resumiendo, que los que esteis buscando una PDA le echeis un vistazo a la Palm que yo creo que merece la pena, aunque también recomendaría como otra opción la <a href="http://nokia.es/telefonos/modelos/nokia770/index_id770.jsp">Nokia770</a>, que cuando me compre la mía aún no estaba a la venta, pero que realmente promete y el precio es el mismo.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ashiak.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ashiak.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ashiak.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ashiak.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ashiak.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ashiak.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ashiak.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ashiak.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ashiak.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ashiak.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ashiak.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ashiak.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ashiak.wordpress.com&blog=2626652&post=28&subd=ashiak&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ashiak.wordpress.com/2005/11/29/28/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2670b17dc6e8084e3b22b2a918886e0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ashiak</media:title>
		</media:content>

		<media:content url="http://photos1.blogger.com/blogger/2199/728/400/palmTX.gif" medium="image" />
	</item>
	</channel>
</rss>