<?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í &#187; Tecnología</title>
	<atom:link href="http://imaginateaqui.net/blog/category/tecnologia/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>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>
	</channel>
</rss>

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