<?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>ghostbar &#187; 2009 &#187; October</title>
	<atom:link href="http://ghostbar.ath.cx/2009/10/feed/" rel="self" type="application/rss+xml" />
	<link>http://ghostbar.ath.cx</link>
	<description></description>
	<lastBuildDate>Sun, 29 Apr 2012 15:49:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Chromium vs. Firefox3.7a</title>
		<link>http://ghostbar.ath.cx/2009/10/20/chromium-vs-firefox3-7a/</link>
		<comments>http://ghostbar.ath.cx/2009/10/20/chromium-vs-firefox3-7a/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 01:41:11 +0000</pubDate>
		<dc:creator>ghostbar</dc:creator>
				<category><![CDATA[Español]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[@font-face]]></category>
		<category><![CDATA[Chromium]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planeta Debian]]></category>
		<category><![CDATA[Planeta Linux]]></category>

		<guid isPermaLink="false">http://ghostbar.ath.cx/?p=347</guid>
		<description><![CDATA[Desesperado por la lentitud de Firefox3.5 me fuí por Chromium y todo iba muy bien, me parecía. Todo rápido, soporte para Flash y Java, no soporte para del.icio.us pero por el momento se veía vivible hasta que&#8230; Justo hoy me llegó al fin una invitación a typekit y resulta que Chromium no soporta @font-face de [...]]]></description>
			<content:encoded><![CDATA[<p>Desesperado por la lentitud de <code>Firefox3.5</code> me fuí por <code>Chromium</code> y todo iba muy bien, me parecía. Todo rápido, soporte para <code>Flash</code> y <code>Java</code>, no soporte para <a href="http://del.icio.us/ghostbar">del.icio.us</a> pero por el momento se veía <em>vivible</em> hasta que&#8230;</p>
<p>Justo hoy me llegó al fin una invitación a <a href="http://typekit.com">typekit</a> y resulta que <a href="http://log.joseluisrivas.net/post/218541037/y-realmente-chromium-no-soporta-font-face"><code>Chromium</code> no soporta <code>@font-face</code> de <code>CSS3</code></a> lo cuál es requerimiento básico para que <a href="http://typekit.com">typekit</a> funcione, cargue las fuentes desde la web.</p>
<p>Sin embargo, <code>Firefox3.5</code> <strong>sí</strong> que soporta <code>@font-face</code> y lo hace muchísimo mejor que incluso <code>Opera</code>. Terminé bajando <code>Firefox3.7a</code> y resulta que corre tan &#8212; <em>o más</em> &#8212; rápido como <code>Chromium</code> y además tiene todos los agregados a los que estoy acostumbrado.</p>
<p>Valió la pena. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://ghostbar.ath.cx/2009/10/20/chromium-vs-firefox3-7a/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Haciendo un branch vacío en un repositorio git</title>
		<link>http://ghostbar.ath.cx/2009/10/20/haciendo-un-branch-vacio-en-un-repositorio-git/</link>
		<comments>http://ghostbar.ath.cx/2009/10/20/haciendo-un-branch-vacio-en-un-repositorio-git/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 09:45:59 +0000</pubDate>
		<dc:creator>ghostbar</dc:creator>
				<category><![CDATA[Español]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[git-empty-branch]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[Planeta Debian]]></category>
		<category><![CDATA[Planeta Linux]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[VCS]]></category>

		<guid isPermaLink="false">http://ghostbar.ath.cx/?p=342</guid>
		<description><![CDATA[Sé que muchos dirán «¿Y para qué un branch vacío?» y realmente yo también me lo preguntaría excepto ahora que me ha sucedido tantas veces que lo he necesitado. La primera vez que lo necesité fue mientras creaba un branch para un upstream en uno de mis paquetes para Debian que era un tarball así [...]]]></description>
			<content:encoded><![CDATA[<p>Sé que muchos dirán «<em>¿Y para qué un branch vacío?</em>» y realmente yo también me lo preguntaría excepto ahora que me ha sucedido tantas veces que lo he necesitado. La primera vez que lo necesité fue mientras creaba un <em>branch</em> para un <code>upstream</code> en uno de mis paquetes para <a href="http://debian.org">Debian</a> que era un <em>tarball</em> así que no necesitaba lo que ya tenía.</p>
<p>La segunda vez fue cuando intenté crear el <em>branch</em> <code>gh-pages</code> para uno de mis repositorios en <a href="http://github.com/ghostbar">GitHub</a> así que simplemente me hice un <em>script</em>:</p>
<p><script src="http://gist.github.com/213924.js"></script><noscript><a href="http://gist.github.com/213924">http://gist.github.com/213924</a></noscript></p>
]]></content:encoded>
			<wfw:commentRss>http://ghostbar.ath.cx/2009/10/20/haciendo-un-branch-vacio-en-un-repositorio-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>snipMate.vim</title>
		<link>http://ghostbar.ath.cx/2009/10/19/snipmate-vim/</link>
		<comments>http://ghostbar.ath.cx/2009/10/19/snipmate-vim/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 20:44:48 +0000</pubDate>
		<dc:creator>ghostbar</dc:creator>
				<category><![CDATA[Español]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tecnología]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Planeta Debian]]></category>
		<category><![CDATA[Planeta Linux]]></category>
		<category><![CDATA[snipMate]]></category>
		<category><![CDATA[VIM]]></category>

		<guid isPermaLink="false">http://ghostbar.ath.cx/?p=340</guid>
		<description><![CDATA[snipMate.vim Introductory Screencast from Michael Sanders on Vimeo. Antes usaba gEdit para tener esta funcionalidad, ahora no lo necesito, ¡puedo usarlo con VIM!. Está snipMate.vim (que aquí tiene su repositorio git en GitHub). Ya hice un fork para agregarle soporte a CSS y XML y de seguro le seguiré agregando más soporte para Perl y [...]]]></description>
			<content:encoded><![CDATA[<p><object width="400" height="225"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=3535418&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=3535418&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"></embed></object>
<p><a href="http://vimeo.com/3535418">snipMate.vim Introductory Screencast</a> from <a href="http://vimeo.com/user1404868">Michael Sanders</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Antes usaba <code>gEdit</code> para tener esta funcionalidad, ahora no lo necesito, ¡puedo usarlo con <code>VIM</code>!. Está <a href="http://www.vim.org/scripts/script.php?script_id=2540"><code>snipMate.vim</code></a> (que <a href="http://github.com/msanders/snipmate.vim">aquí tiene su repositorio <code>git</code> en GitHub</a>).</p>
<p>Ya <a href="http://github.com/ghostbar/snipmate.vim">hice un fork</a> para agregarle soporte a <code>CSS</code> y <code>XML</code> y de seguro le seguiré agregando más soporte para <code>Perl</code> y quizás <code>JavaScript</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ghostbar.ath.cx/2009/10/19/snipmate-vim/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Es más barato comprar un SheevaPlug que otro UPS</title>
		<link>http://ghostbar.ath.cx/2009/10/14/es-mas-barato-comprar-un-sheevaplug-que-otro-ups/</link>
		<comments>http://ghostbar.ath.cx/2009/10/14/es-mas-barato-comprar-un-sheevaplug-que-otro-ups/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 00:55:58 +0000</pubDate>
		<dc:creator>ghostbar</dc:creator>
				<category><![CDATA[Español]]></category>
		<category><![CDATA[Tecnología]]></category>
		<category><![CDATA[SheevaPlug]]></category>

		<guid isPermaLink="false">http://ghostbar.ath.cx/?p=338</guid>
		<description><![CDATA[Tengo varias alternativas, un SheevaPlug, una mini-computadora, del tamaño de un celular que tiene un procesador ARM a 1.2Ghz, 512MB en RAM DDR2 y apenas 5V/3.0A de consumo por USD$99. Una ganga. ¿El problema? No tengo los dólares para comprarlo :) ¡Dios bendiga a CADIVI! Si alguien me lo quiere regalar, ¿qué esperas?!]]></description>
			<content:encoded><![CDATA[<p>Tengo varias alternativas, un <a href="http://www.globalscaletechnologies.com/p-22-sheevaplug-dev-kit-us.aspx">SheevaPlug</a>, una mini-computadora, del tamaño de un celular que tiene un procesador ARM a 1.2Ghz, 512MB en RAM DDR2 y apenas 5V/3.0A de consumo por USD$99. Una ganga.</p>
<p>¿El problema? No tengo los dólares para comprarlo :) ¡Dios bendiga a CADIVI!</p>
<p>Si alguien me lo quiere regalar, ¿qué esperas?!</p>
]]></content:encoded>
			<wfw:commentRss>http://ghostbar.ath.cx/2009/10/14/es-mas-barato-comprar-un-sheevaplug-que-otro-ups/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Banner for pkg-perl</title>
		<link>http://ghostbar.ath.cx/2009/10/12/banner-for-pkg-perl/</link>
		<comments>http://ghostbar.ath.cx/2009/10/12/banner-for-pkg-perl/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 02:04:30 +0000</pubDate>
		<dc:creator>ghostbar</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Debian Perl]]></category>
		<category><![CDATA[Logo]]></category>
		<category><![CDATA[Planet Debian]]></category>

		<guid isPermaLink="false">http://ghostbar.ath.cx/?p=333</guid>
		<description><![CDATA[I was just trying to get some banner so I could point from my blog to pkg-perl group on debian. I found the LogoContest on debian wiki but not the winner and since I didn&#8217;t like any of them for a banner on my blog I decided to make a simple graphic of what I [...]]]></description>
			<content:encoded><![CDATA[<p>I was just trying to get some banner so I could point from my blog to pkg-perl group on debian. I found the <a href="http://wiki.debian.org/Teams/DebianPerlGroup/LogoContest">LogoContest on debian wiki</a> but not the winner and since I didn&#8217;t like any of them for a banner on my blog I decided to make a simple graphic of what I think should represent pkg-perl group on Debian. You can use them as you like:</p>
<p><center><a href="http://www.flickr.com/photos/ghostbar/4006730798/" title="debian-perl-logo by ghostbar, on Flickr"><img src="http://farm3.static.flickr.com/2582/4006730798_c0cdfd94f2_o.png" width="145" height="43" alt="debian-perl-logo" /></a></p>
<p><a href="http://www.flickr.com/photos/ghostbar/4005735463/" title="debian-perl-logo_white by ghostbar, on Flickr"><img src="http://farm3.static.flickr.com/2477/4005735463_4935826fda_o.png" width="145" height="43" alt="debian-perl-logo_white" /></a></center></p>
]]></content:encoded>
			<wfw:commentRss>http://ghostbar.ath.cx/2009/10/12/banner-for-pkg-perl/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>¿Te gusta Perl? ¿Te gusta Debian? ¿Quieres colaborar?</title>
		<link>http://ghostbar.ath.cx/2009/10/12/%c2%bfte-gusta-perl-%c2%bfte-gusta-debian-%c2%bfquieres-colaborar/</link>
		<comments>http://ghostbar.ath.cx/2009/10/12/%c2%bfte-gusta-perl-%c2%bfte-gusta-debian-%c2%bfquieres-colaborar/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 15:28:21 +0000</pubDate>
		<dc:creator>ghostbar</dc:creator>
				<category><![CDATA[Español]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Planeta Debian]]></category>
		<category><![CDATA[Planeta Linux]]></category>

		<guid isPermaLink="false">http://ghostbar.ath.cx/?p=330</guid>
		<description><![CDATA[Debian Perl Group es un equipo de trabajo en mantenimiento de paquetes de perl en Debian con una baja barrera de entrada para cualquier tipo de colaborador. Tienes un SVN disponible con sólo tener acuenta en Alioth y pedir ser incorporado en el grupo pkg-perl en el canal de IRC #debian-perl en la red irc.oftc.net [...]]]></description>
			<content:encoded><![CDATA[<p>Debian Perl Group es un equipo de trabajo en mantenimiento de paquetes de perl en Debian con una baja barrera de entrada para cualquier tipo de colaborador. Tienes un SVN disponible con sólo tener acuenta en <a href="http://alioth.debian.org">Alioth</a> y pedir ser incorporado en el <a href="http://alioth.debian.org/projects/pkg-perl/">grupo pkg-perl</a> en el canal de IRC #debian-perl en la red irc.oftc.net o en el mismo irc.debian.org podrás conseguir muchísimo apoyo y tus paquetes serán revisados rápidamente por cualquiera de los colaboradores del grupo.</p>
<p>También podrás <a href="http://pkg-perl.alioth.debian.org/cgi-bin/pet.cgi">conseguir un PET</a> diseñado para que sepas que paquetes necesitan más atención y el estátus de todos los paquetes mantenidos por el grupo.</p>
]]></content:encoded>
			<wfw:commentRss>http://ghostbar.ath.cx/2009/10/12/%c2%bfte-gusta-perl-%c2%bfte-gusta-debian-%c2%bfquieres-colaborar/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

