<?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>Imagínate Aquí</title>
	<atom:link href="http://imaginateaqui.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://imaginateaqui.net/blog</link>
	<description>La de sitios interesantes que quedan por ver...</description>
	<lastBuildDate>Wed, 03 Feb 2010 08:32:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>APIdock + emacs integration</title>
		<link>http://imaginateaqui.net/blog/2009/02/apidock-emacs-integration/</link>
		<comments>http://imaginateaqui.net/blog/2009/02/apidock-emacs-integration/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 16:42:00 +0000</pubDate>
		<dc:creator>gaizka</dc:creator>
				<category><![CDATA[Tecnología]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://imaginateaqui.net/blog/?p=181</guid>
		<description><![CDATA[Inspired by the post APIdock + vim
integration, and
feeling jealous for a second, i&#8217;ve thought: &#8220;Hey, this can be easily done with
emacs!!&#8221;

So, here you have APIdoc + emacs
integration.

Just copy it to somewhere in your emacs path (i.e., ~/.emacs.d), and add this
line to your ~/.emacs:


&#40;eval-after-load 'ruby-mode '&#40;require 'rails-apidock&#41;&#41;


Complete script:


;; Simple function to search in Apidoc rails API
;; [...]]]></description>
		<wfw:commentRss>http://imaginateaqui.net/blog/2009/02/apidock-emacs-integration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Interceptando y examinando excepciones en una sesión de IRB</title>
		<link>http://imaginateaqui.net/blog/2009/02/interceptando-y-examinando-excepciones-en-una-sesion-de-irb/</link>
		<comments>http://imaginateaqui.net/blog/2009/02/interceptando-y-examinando-excepciones-en-una-sesion-de-irb/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 14:22:08 +0000</pubDate>
		<dc:creator>gaizka</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[irb]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://imaginateaqui.net/blog/?p=175</guid>
		<description><![CDATA[Cuando estás desarrollando con Ruby, generalmente (yo al menos), pasas bastante
tiempo dentro de una sesión de IRB. Vas probando pequeñas funciones que has
escrito, exploras una API de otro, etc, etc.

A veces, quieres probar una función que se supone que debería funcionad, pero
está lanzando una excepción. Y el backtrace te muestra que el error está
demasiado metido [...]]]></description>
		<wfw:commentRss>http://imaginateaqui.net/blog/2009/02/interceptando-y-examinando-excepciones-en-una-sesion-de-irb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Catching and examining exceptions in a IRB session</title>
		<link>http://imaginateaqui.net/blog/2009/02/catching-and-examining-exceptions-in-a-irb-session/</link>
		<comments>http://imaginateaqui.net/blog/2009/02/catching-and-examining-exceptions-in-a-irb-session/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 11:41:45 +0000</pubDate>
		<dc:creator>gaizka</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[irb]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://imaginateaqui.net/blog/?p=173</guid>
		<description><![CDATA[When developing with Ruby, I usually spend a lot of time inside a IRB
session. You can test little helper functions you are using, etc, etc.

Sometimes, you want to test one function that is not supposed to throw an
exception, but is doing so. And the backtrace shows you that the error is buried
very deeply in your [...]]]></description>
		<wfw:commentRss>http://imaginateaqui.net/blog/2009/02/catching-and-examining-exceptions-in-a-irb-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using msmtp with the GNOME keyring</title>
		<link>http://imaginateaqui.net/blog/2008/10/using-msmtp-with-the-gnome-keyring/</link>
		<comments>http://imaginateaqui.net/blog/2008/10/using-msmtp-with-the-gnome-keyring/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 19:10:49 +0000</pubDate>
		<dc:creator>gaizka</dc:creator>
				<category><![CDATA[Tecnología]]></category>
		<category><![CDATA[msmtp mutt gnome]]></category>

		<guid isPermaLink="false">http://imaginateaqui.net/blog/?p=171</guid>
		<description><![CDATA[Using msmtp with gnome keyring

If you use mutt to manage your mail, you are
probably using msmtp to manage your
mail delivery.

Probably you don&#8217;t like the fact that you have you store your SMTP
password unencrypted in your  $HOME/.msmtprc file.

Fear no more! Satoru Satoh has added support for the GNOME keyring,
and, thanks to Martin Lambers, that&#8217;s already [...]]]></description>
		<wfw:commentRss>http://imaginateaqui.net/blog/2008/10/using-msmtp-with-the-gnome-keyring/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using rtags ang gtags for coding Ruby</title>
		<link>http://imaginateaqui.net/blog/2008/10/using-rtags-ang-gtags-for-coding-ruby/</link>
		<comments>http://imaginateaqui.net/blog/2008/10/using-rtags-ang-gtags-for-coding-ruby/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 20:41:59 +0000</pubDate>
		<dc:creator>gaizka</dc:creator>
				<category><![CDATA[Tecnología]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://imaginateaqui.net/blog/?p=146</guid>
		<description><![CDATA[Boring intro

When I was a C and Java developer (not that long ago), I always used
the GNU GLOBAL source code tag
system gtags.

Despite it&#8217;s awful, impossible-to-find-in-google name, it&#8217;s a
wonderful system to navigate around your code:  find function
definitions, where they are used, fast &#8220;grepping&#8221; of code, you name it.

And, most important, it&#8217;s emacs support is wonderful!!

You [...]]]></description>
		<wfw:commentRss>http://imaginateaqui.net/blog/2008/10/using-rtags-ang-gtags-for-coding-ruby/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Listing keys used in a memcached server</title>
		<link>http://imaginateaqui.net/blog/2008/10/listing-keys-used-in-a-memcached-server/</link>
		<comments>http://imaginateaqui.net/blog/2008/10/listing-keys-used-in-a-memcached-server/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 20:30:25 +0000</pubDate>
		<dc:creator>gaizka</dc:creator>
				<category><![CDATA[Tecnología]]></category>
		<category><![CDATA[tech memcached]]></category>

		<guid isPermaLink="false">http://imaginateaqui.net/blog/?p=161</guid>
		<description><![CDATA[Maybe this is of no use to anybody, but it was useful to me while
developing some caching code, so I hope it can be useful to someone
else.

This is a script will list every key that&#8217;s being used in a memcached
server.

I haven&#8217;t tried it in a production server, and you sholud be careful
doing it. It looks [...]]]></description>
		<wfw:commentRss>http://imaginateaqui.net/blog/2008/10/listing-keys-used-in-a-memcached-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Volviendo a escribir</title>
		<link>http://imaginateaqui.net/blog/2008/10/volviendo-a-escribir/</link>
		<comments>http://imaginateaqui.net/blog/2008/10/volviendo-a-escribir/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 20:28:04 +0000</pubDate>
		<dc:creator>gaizka</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://imaginateaqui.net/blog/?p=159</guid>
		<description><![CDATA[Este blog nació con un objetivo concreto. Me iba de viaje unos meses,
y quería que mis amigos y familiares estuviesen al tanto de por dónde
estaba. La cosa salió bien: ellos se divertían leyendo, y yo me
divertía escribiendo.

Claro que era fácil escribir sobre todo eso. Estás de vacaciones,
viendo sitios muy diferentes a los de casa, todo [...]]]></description>
		<wfw:commentRss>http://imaginateaqui.net/blog/2008/10/volviendo-a-escribir/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Y ahora, que pasa con imaginateaqui.net ?</title>
		<link>http://imaginateaqui.net/blog/2005/08/y-ahora-que-pasa-con-imaginateaquinet/</link>
		<comments>http://imaginateaqui.net/blog/2005/08/y-ahora-que-pasa-con-imaginateaquinet/#comments</comments>
		<pubDate>Wed, 17 Aug 2005 13:57:00 +0000</pubDate>
		<dc:creator>gaizka</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.imaginateaqui.net/blog/?p=91</guid>
		<description><![CDATA[Creo que imaginateaqui.net va a ser mucho menos interesante para vosotros cuando &#8220;aqui&#8221; signifique Madrid, y no Laos, Vietnam o India.En un par de semanas ordenare las fotos, pondre las fotos que he sacado con la camara digital desde hace cuatro meses y que todavia no he visto, y ordenare un poco la pagina. Pero [...]]]></description>
		<wfw:commentRss>http://imaginateaqui.net/blog/2005/08/y-ahora-que-pasa-con-imaginateaquinet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Esto se acaba</title>
		<link>http://imaginateaqui.net/blog/2005/08/esto-se-acaba/</link>
		<comments>http://imaginateaqui.net/blog/2005/08/esto-se-acaba/#comments</comments>
		<pubDate>Wed, 17 Aug 2005 13:55:00 +0000</pubDate>
		<dc:creator>gaizka</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.imaginateaqui.net/blog/?p=90</guid>
		<description><![CDATA[En doce horas estare en el avion que me llevara de vuelta a casa.Esta aventurilla de cuatro meses ya casi ha finalizado. Voy a echar de menos esta manera de vivir, pero tambien tengo muchas ganas de volver, hasy un monton de cosas que echo de menos. Cuatro meses han sido suficientes para un primer [...]]]></description>
		<wfw:commentRss>http://imaginateaqui.net/blog/2005/08/esto-se-acaba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>En Agra, el Taj Mahal</title>
		<link>http://imaginateaqui.net/blog/2005/08/en-agra-el-taj-mahal/</link>
		<comments>http://imaginateaqui.net/blog/2005/08/en-agra-el-taj-mahal/#comments</comments>
		<pubDate>Wed, 17 Aug 2005 13:54:00 +0000</pubDate>
		<dc:creator>gaizka</dc:creator>
				<category><![CDATA[De Viaje]]></category>
		<category><![CDATA[India]]></category>

		<guid isPermaLink="false">http://www.imaginateaqui.net/blog/?p=89</guid>
		<description><![CDATA[El Taj Mahal es impresionante. No importa cuantas veces lo hayas visto en postales, verlo en directo es espectacular.

Estvue alli a las seis de la maniana, con lo que no habia &#8220;muchisimos&#8221; turistas. Y mientras esperaba en la cola me encontra con una ex-companiera de curro. Si es que India es muy pequenia
]]></description>
		<wfw:commentRss>http://imaginateaqui.net/blog/2005/08/en-agra-el-taj-mahal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.613 seconds -->
