<?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>Luciano&#039;s webpage &#187; debian</title>
	<atom:link href="http://www.lucianobello.com.ar/category/geek/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lucianobello.com.ar</link>
	<description>Luciano Bello - My personal webpage</description>
	<lastBuildDate>Thu, 19 Jan 2012 14:37:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Corriendo Debian en un server fanless</title>
		<link>http://www.lucianobello.com.ar/post/debian_in_afanless_server/</link>
		<comments>http://www.lucianobello.com.ar/post/debian_in_afanless_server/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 23:04:03 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[depression]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[planeta]]></category>
		<category><![CDATA[procrastination]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=1955</guid>
		<description><![CDATA[Debido a una reciente mudanza, he bajado unos servers que tenía corriendo en casa de mis padres. Sin embargo, en mi nuevo hogar estoy en proceso de generar una nueva DMZ, esta vez, sin ventiladores. El primer paso de este proceso ocurrió en forma de weekend project y consiste en hacerme de un &#8220;servidor&#8221;. Las [...]]]></description>
			<content:encoded><![CDATA[<p>Debido a <a href="http://www.lucianobello.com.ar/post/avancez_en/">una reciente mudanza</a>, he bajado unos servers que tenía corriendo en casa de mis padres. Sin embargo, en mi nuevo hogar estoy en proceso de generar una nueva DMZ, esta vez, sin ventiladores.</p>
<p>El primer paso de este proceso ocurrió en forma de <em>weekend project</em> y consiste en hacerme de un &#8220;servidor&#8221;. Las comillas hacen referencia a que no se trata de un gran server sino un procesador ARM de 200Mhz y 32MB de RAM, lo que es suficiente para que corra Debian y algunos otros servicios que pueden ser interesantes.</p>
<h1>Los ingredientes</h1>
<ul>
<li>Un <em>all-in-one LAN server</em> que es la forma en que <a href="https://www.dealextreme.com/">DealExtreme</a> llama a unos dispositivos con chips de la familia str8132. Dado que vamos a instalar <a href="https://code.google.com/p/snake-os/">snake-os</a> en ellos (en este caso se trata de la versión 1.3.2-20111019), es importante chequear <a href="https://code.google.com/p/snake-os/wiki/SnakeOS_compatible_hardwares">la lista de compatibilidad</a>. En particular me hice de un <a href="https://www.dealextreme.com/p/standalone-bittorrent-bt-client-usb-nas-ftp-samba-printer-upnp-sharing-network-lan-server-26320">NS-K330</a> por 40 dólares.<br />
<img src="https://img.dxcdn.com/productimages/sku_26320_2_small.jpg" alt="" /></li>
<li>Storage USB, puede ser en la forma de <a href="https://es.wikipedia.org/wiki/Memoria_USB">stick</a> o como disco portable.</li>
<li>Un <em>RS232 to TTL level converter</em>, también conocido como <em><a href="https://www.dealextreme.com/p/usb-cable-for-nokia-n1200-1208-1650-2630-2670-13638">cable para Nokia N1200/1208/1650/2630/2670</a></em>. Es para conectarse por serie a la consola. No lo necesitamos ahora mismo, pero está bueno tenerlo a mano en caso de <a href="https://en.wikipedia.org/wiki/Brick_%28electronics%29"><em>brickearlo</em></a>, aunque es un procedimiento que no explicaré esta vez.</li>
</ul>
<h1>Instalación de Snake-OS</h1>
<p>Es realmente sencillo. Lo primero es bajar snake-os, desde <a href="https://code.google.com/p/snake-os/downloads/">la sección de <em>downloads</em> de la web</a>. Es importante que el archivo sea de la forma snakeos-&lt;versión&gt;-<strong>from-original</strong>.zip Instalar el que dice from-snake lleva definitivamente al brickearlo y <a href="https://code.google.com/p/snake-os/wiki/SerialConnectionHowToNSK330">recuperarlo puede ser complejo</a>.<br />
Desde la página de administración del dispositivo hay que subir el archivo snakeos-&lt;versión&gt;-from-original.bin contenido en el zip bajado. Confirmar el md5sum no está de más.</p>
<h1>Acceso inicial</h1>
<p>Los datos para acceder a la nueva interfaz con el browser:</p>
<blockquote><p>http://192.168.0.240 (si es que no hay un DHCP en la red)<br />
usuario: admin<br />
contraseña: snake</p></blockquote>
<p>Por SSH la contraseña de root la misma y, al cambiarla por la página de administración, se cambia en todos los accesos.</p>
<h1>Post instalación</h1>
<p>Incluso cuando <a href="https://www.facebook.com/maxiberta">Max</a> opine que el uso de memoria virtual está rumbo a la extinción (lo cierto es que tal vez no es la mejor idea cuando el <a href="https://es.wikipedia.org/wiki/Unidad_de_estado_s%C3%B3lido">storage es de estado sólido</a> como en los pendrives), activé el uso de SWAP desde el menú <em>Service-Swapfile</em>.</p>
<p>Si se quieren las mismas prestaciones que se tenían con el firmware original, hay que instalar unos paquetes adicionales. El sistema de paquetes que utiliza snake-os es <a href="https://en.wikipedia.org/wiki/Opkg">opkg</a> y tiene que ser primero activado desde <em>Service-Opkg</em>. Los paquetes pueden bajarse desde <a href="https://code.google.com/p/snake-os/downloads/list">la página de download de snake-os</a> y se instalan desde <em>System-Packages</em>. En particular, pueden ser interesantes (siempre pensando en los features originales):<br />
<strong><a href="http://www.transmissionbt.com/">Transmission</a></strong>: Es un cliente de BitTorrent, para dejar tus descargas corriendo. Es bastante mejor que el original.<br />
<strong><a href="http://sourceforge.net/projects/minidlna/">miniDLNA</a></strong>: Es el server de streaming compatible con DLNA/UPnP-AV. Está un poco verde, pero <a href="https://code.google.com/p/snake-os/wiki/MiniDLNA">se está trabajando en su mejora</a>.</p>
<h1>Corriendo Debian dentro</h1>
<p>Las instrucciones están <a href="https://code.google.com/p/snake-os/wiki/Debian_Chroot">acá</a>. Aunque esto es lo más obvio y necesario:</p>
<blockquote><p>wget http://snake-os.googlecode.com/files/debian_chroot.tgz<br />
tar -xvf debian_chroot.tgz<br />
mount -o bind /proc /usb/sda1/debian/proc<br />
mount -o bind /dev /usb/sda1/debian/dev<br />
chroot /usb/sda1/debian/
</p></blockquote>
<p>Esta instalación base requiere unos 200MB. Tiene todo el potencial de un Debian (¡porque lo es!).<br />
Claro que falta ajustar varios detalles, pero será la piedra inicial para el resto.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/debian_in_afanless_server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Avancez</title>
		<link>http://www.lucianobello.com.ar/post/avancez_en/</link>
		<comments>http://www.lucianobello.com.ar/post/avancez_en/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 21:13:26 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[academy]]></category>
		<category><![CDATA[information flow]]></category>
		<category><![CDATA[journeys & traveling]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[sorry for my english]]></category>
		<category><![CDATA[sweden]]></category>
		<category><![CDATA[university]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=1586</guid>
		<description><![CDATA[Este post también está escrito en español. If you follow me on Twitter/Facebook, you probably know that I went to Gothenburg, Sweden, during my last trip to Europe. But you probably don&#8217;t know what I did in such remote city. Few months ago, I applied to a PhD student position at Chalmers. I was lucky [...]]]></description>
			<content:encoded><![CDATA[<p><small>Este post también está escrito <a href="http://www.lucianobello.com.ar/post/avancez/">en español</a>.</small></p>
<p><img src="http://upload.wikimedia.org/wikipedia/en/thumb/5/5c/Chalmers_logo.png/225px-Chalmers_logo.png" alt="" align="right" />If you  <a href="https://twitter.com/microluciano">follow me on Twitter</a>/<a href="http://www.facebook.com/microluciano">Facebook</a>, you probably know that I went to <a href="https://secure.wikimedia.org/wikipedia/en/wiki/Gothenburg">Gothenburg, Sweden,</a> during <a href="http://www.lucianobello.com.ar/post/%C2%A1nos-vemos-en-espana/">my last trip to Europe</a>. But you probably don&#8217;t know what I did in such remote city.</p>
<p>Few months ago, I applied to a <a href="http://www.chalmers.se/cse/EN/news/vacancies/positions/phd-student-positions-in">PhD student position at Chalmers</a>. I was lucky enough to be shortlisted, so I went to some <em>in-situ</em> interviews. And, incredibly, <strong>I have been accepted!</strong> :-)</p>
<p>Chalmers is a <a href="http://www.arwu.org/FieldENG2010.jsp">TOP 100 university</a>. Most of the papers I read during the last months has been written by Chalmers researchers and for me is a great honor to be part of an academic institution with such prestige.</p>
<p>I&#8217;m going to move to the nice Gothenburg city in August. And I&#8217;m happy :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/avancez_en/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>DebConf10</title>
		<link>http://www.lucianobello.com.ar/post/debconf10/</link>
		<comments>http://www.lucianobello.com.ar/post/debconf10/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 16:59:38 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[journeys & traveling]]></category>
		<category><![CDATA[lectures & talks]]></category>
		<category><![CDATA[sorry for my english]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=1378</guid>
		<description><![CDATA[Este es un delayed post, dado que DebConf10 New York City terminó hace 3 días. Aunque más tarde de lo esperado, no quería dejar pasar la oportunidad de comentar lo bien que la pasé. Siempre es agradable encontrarse con amigos. Si bien pude dedicar mucho tiempo al security team (generé 3 nuevos DSA aunque, de [...]]]></description>
			<content:encoded><![CDATA[<p>Este es un delayed post, dado que <a href="http://debconf10.debconf.org/">DebConf10 New York City</a> terminó hace 3 días. Aunque más tarde de lo esperado, no quería dejar pasar la oportunidad de comentar lo bien que la pasé. Siempre es agradable encontrarse <a href="http://wiki.debconf.org/wiki/DebConf10/GroupPhoto">con amigos</a>.<br />
Si bien pude dedicar mucho tiempo al security team (generé 3 nuevos <a href="http://www.debian.org/security/2010/">DSA</a> aunque, de momento, se ha publicado <a href="http://www.debian.org/security/2010/dsa-2090">uno solo</a>), me quedaron muchísimas cosas pendientes por hacer. Además tengo muchas nuevas ideas que me gustaría concretar durante el próximo año.</p>
<p>Entre los pendientes está el de subir fotos, para variar. Así que stay tunned! Para los ansiosos, hay publicadas fotos de otros asistentes <a href="http://www.flickr.com/photos/tags/debconf10/">aquí</a>. También están disponibles las <a href="http://meetings-archive.debian.net/pub/debian-meetings/2010/debconf10/high/">versiones preliminares de las charlas</a>, donde se me puede ver dado una Lightning Talk, acerca de un prototipo para documentar workflows que se me ocurrió hace unos meses (minuto 10:40 de <a href="http://meetings-archive.debian.net/pub/debian-meetings/2010/debconf10/low/1580_1580_Lightning_Talks.ogv">este video</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/debconf10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://meetings-archive.debian.net/pub/debian-meetings/2010/debconf10/low/1580_1580_Lightning_Talks.ogv" length="112459087" type="video/ogg" />
		</item>
		<item>
		<title>/home/duijvestijn</title>
		<link>http://www.lucianobello.com.ar/post/homeduijvestijnen/</link>
		<comments>http://www.lucianobello.com.ar/post/homeduijvestijnen/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 17:17:45 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[favorites]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[procrastination]]></category>
		<category><![CDATA[sorry for my english]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=1368</guid>
		<description><![CDATA[I have a new guest in my apartment. Give a warm welcome to the Adrianus Johannes Wilhelmus Duijvestijn&#8216;s spirit. Thanks a lot to Bartu and Rezlaj, who carried out the necessary seance that make this possible. The complete photo set is here. If you do not have the slightest idea of what I&#8217;m talking about, [...]]]></description>
			<content:encoded><![CDATA[<p>I have a new guest in my apartment. Give a warm welcome to the <a href="http://www.squaring.net/history_theory/duijvestijn.html">Adrianus Johannes Wilhelmus Duijvestijn</a>&#8216;s spirit.</p>
<p><center><img src="/fotos/duijvestijn/duijvestijn1.jpg"/></center></p>
<p>Thanks a lot to <a href="http://www.piumacharles.com/">Bartu and Rezlaj</a>, who carried out the necessary seance that make this possible.</p>
<p><center><img src="/fotos/duijvestijn/duijvestijn2.jpg"/></center></p>
<p>The complete photo set is <a href="/fotos/duijvestijn/">here</a>. If you do not have the slightest idea of what I&#8217;m talking about, take a look to <a href="http://en.wikipedia.org/wiki/Squaring_the_square#Simple_squared_squares">Wikipedia</a> or <a href="/post/diseccion_perfecta/">my previous post (Spanish only)</a>.</p>
<p><small>(esta entrada también <a href="/post/homeduijvestijnes/">está disponible en Español</a>)</small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/homeduijvestijnen/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>/home/duijvestijn</title>
		<link>http://www.lucianobello.com.ar/post/homeduijvestijnes/</link>
		<comments>http://www.lucianobello.com.ar/post/homeduijvestijnes/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 17:17:03 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[planeta]]></category>
		<category><![CDATA[procrastination]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=1373</guid>
		<description><![CDATA[Tengo un nuevo huésped en mi departamento. Denle una cálida bienvenida al espíritu de Adrianus Johannes Wilhelmus Duijvestijn. Muchísimas gracias a Bartu y a Rezlaj, quienes llevaron a cabo la sesión de espiritismo necesaria para hacer esto posible. Todas las fotos están disponibles aquí. Si no tienes la menor idea de a qué se refiere [...]]]></description>
			<content:encoded><![CDATA[<p>Tengo un nuevo huésped en mi departamento. Denle una cálida bienvenida al espíritu de <a href="http://www.squaring.net/history_theory/duijvestijn.html">Adrianus Johannes Wilhelmus Duijvestijn</a>.</p>
<p><center><img src="/fotos/duijvestijn/duijvestijn1.jpg"/></center></p>
<p>Muchísimas gracias a <a href="http://www.piumacharles.com/">Bartu y a Rezlaj</a>, quienes llevaron a cabo la sesión de espiritismo necesaria para hacer esto posible.</p>
<p><center><img src="/fotos/duijvestijn/duijvestijn2.jpg"/></center></p>
<p>Todas las fotos están disponibles <a href="/fotos/duijvestijn/">aquí</a>. Si no tienes la menor idea de a qué se refiere esto, échale un ojo a la <a href="http://en.wikipedia.org/wiki/Squaring_the_square#Simple_squared_squares">Wikipedia (solo en inglés)</a> o a <a href="/post/diseccion_perfecta/">mi entrada anterior</a>.</p>
<p><small>(this post is <a href="/post/homeduijvestijnes/">available in English too</a>)</small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/homeduijvestijnes/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>DebConf10 meme</title>
		<link>http://www.lucianobello.com.ar/post/debconf10-meme/</link>
		<comments>http://www.lucianobello.com.ar/post/debconf10-meme/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 18:57:23 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[journeys & traveling]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[sorry for my english]]></category>
		<category><![CDATA[wtf?!]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=1316</guid>
		<description><![CDATA[I happy to announce that I bought the tickets, so&#8230; To save on the price, the itinerary includes a couple of long waits: AV88 EZE-BOG: 6h 30m Waiting at BOG: 10h 50m AV20 BOG-JFK: 5h 35m AV21 JFK-BOG: 6h 00m Waiting at BOG: 9h 10m AV87 BOG-EZE: 6h 15m Summarizing, almost half of the trip [...]]]></description>
			<content:encoded><![CDATA[<p>I happy to announce that I bought the tickets, so&#8230;</p>
<p><center><a href="http://debconf10.debconf.org/"><img class="aligncenter" title="im_going_to_debconf10" src="http://www.lucianobello.com.ar/blog/im_going_to_debconf10.png" alt="" width="200" height="101" /></a></center>To save on the price, the itinerary includes a couple of long waits:</p>
<ul>
<li>AV88 EZE-BOG: 6h 30m</li>
<li>Waiting at BOG: 10h 50m</li>
<li>AV20 BOG-JFK: 5h 35m</li>
<li>AV21 JFK-BOG: 6h 00m</li>
<li>Waiting at BOG: 9h 10m</li>
<li>AV87 BOG-EZE: 6h 15m</li>
</ul>
<p>Summarizing, almost half of the trip is waiting&#8230; :P</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/debconf10-meme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>removing your facebook photo tags automagically</title>
		<link>http://www.lucianobello.com.ar/post/rmfb-en/</link>
		<comments>http://www.lucianobello.com.ar/post/rmfb-en/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 16:22:35 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[planet]]></category>
		<category><![CDATA[procrastination]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[sorry for my english]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=1242</guid>
		<description><![CDATA[Este post también está escrito en español aquí. Privacy at Facebook is heavy-duty. As a big fan of the Worlds Collide Theory I hate be tagged compulsively. I would like to select in which photos appear in my profile and feed. Since I couldn&#8217;t find that option in the setting menu, I looked for the [...]]]></description>
			<content:encoded><![CDATA[<p><small>Este post también está escrito en español <a href="http://www.lucianobello.com.ar/post/rmfb-es/">aquí</a></small>.</p>
<p>Privacy at <a href="http://www.facebook.com/privacy/">Facebook</a> is heavy-duty. As a big fan of the <a href="http://www.urbandictionary.com/define.php?term=Worlds Collide Theory">Worlds Collide Theory</a> I hate be tagged compulsively. I would like to select in which photos appear in my profile and feed. Since I couldn&#8217;t find that option in the setting menu, I looked for the answer in my favorite scripting language: <a href="http://www.python.org/">Python</a>.</p>
<p><a href="http://python.pastebin.com/f55c5896f">This 60-lines-long script</a> removes your tag from the latests photos where you has been labelled. You can download it from <a href="http://www.lucianobello.com.ar/rmfb/">here</a>. You may run it hourly (or every 15 minutes, or every 5 minutes, depends how paranoid you are) via <a href="http://en.wikipedia.org/wiki/Cron">cron</a> or whatever.</p>
<p>Any improvement is welcome. It probably runs on Windows too. If you managed to do it, leave a comment for the others.</p>
<p><strong>NEW VERSION!</strong> (available <a href="http://www.lucianobello.com.ar/rmfb/">here</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/rmfb-en/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>remover tu etiqueta de las fotos de facebook automágicamente</title>
		<link>http://www.lucianobello.com.ar/post/rmfb-es/</link>
		<comments>http://www.lucianobello.com.ar/post/rmfb-es/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 16:21:24 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[planeta]]></category>
		<category><![CDATA[procrastination]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=1245</guid>
		<description><![CDATA[This post has been written in English too. La privacidad en Facebook es un asunto complejo. Como gran suscriptor a la Teoría de Colisión de Mundos es que odio ser etiquetado en fotos de forma compulsiva. Me gustaría tener alguna forma de elegir en que fotos aparezco en mi perfil y actualizaciones. Dado que no [...]]]></description>
			<content:encoded><![CDATA[<p><small>This post has been written <a href="http://www.lucianobello.com.ar/post/rmfb-en/">in English too</a></small>.</p>
<p>La privacidad en <a href="http://www.facebook.com/privacy/">Facebook</a> es un asunto complejo. Como gran suscriptor a la <a href="http://www.urbandictionary.com/define.php?term=Worlds Collide Theory">Teoría de Colisión de Mundos</a> es que odio ser etiquetado en fotos de forma compulsiva. Me gustaría tener alguna forma de elegir en que fotos aparezco en mi perfil y actualizaciones. Dado que no pude encontrar tal opción entre la configuración, busqué la respuesta en mi lenguaje de scripting favorito: <a href="http://www.python.org/">Python</a>.</p>
<p><a href="http://python.pastebin.com/f55c5896f">Este script de 60 lineas</a> remueve tu etiqueta de las últimas fotos donde te hayan tagueado. Puede ser descargado desde <a href="http://www.lucianobello.com.ar/rmfb/">aquí</a>. Hay que correrlo cada hora (o cada 15 minutos, o cada 5, dependiendo de que tan paranoico seas) a través de <a href="http://en.wikipedia.org/wiki/Cron">cron</a> o como sea.</p>
<p>Cualquier mejora es bienvenida. Posiblemente también corra en Windows. Si lograste hacer esto, deja un comentario que pueda serle útil a otros.</p>
<p><strong>¡NUEVA VERSIÓN!</strong> (disponible <a href="http://www.lucianobello.com.ar/rmfb/">aquí</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/rmfb-es/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>aUSBusing</title>
		<link>http://www.lucianobello.com.ar/post/ausbusing/</link>
		<comments>http://www.lucianobello.com.ar/post/ausbusing/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 07:02:01 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[sorry for my english]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=1213</guid>
		<description><![CDATA[When your laptop is being repaired (and it&#8217;s still there, since August 28) you need imaginative ways to be connected. Here is my Nokia N800 as something near to a desktop computer. Just few notices: life battery is really short when you plug too many things to the USB interface. usbcontrol rules solder a female-female USB [...]]]></description>
			<content:encoded><![CDATA[<p>When your laptop is being repaired (and it&#8217;s still there, since August 28) you need imaginative ways to be connected.</p>
<p>Here is my Nokia N800 as something near to a desktop computer.</p>
<p><a href="http://www.lucianobello.com.ar/blog/usbusing.png"><img src="http://www.lucianobello.com.ar/blog/usbusing_thumb.png" alt="" /></a></p>
<p>Just few notices:</p>
<ul>
<li>life battery is really short when you plug too many things to the USB interface.</li>
<li><a href="http://maemo.org/downloads/product/OS2008/usbcontrol/">usbcontrol</a> rules</li>
<li>solder a female-female USB adapter is easy and funny (it came from a broken motherboard)</li>
<li>after some weeks using Maemo, ideas about developing applications to it come to my mind</li>
<li>the mail client and the browser included with Maemo suck</li>
<li>my ocular health is being damaged</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/ausbusing/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>llegar para irse</title>
		<link>http://www.lucianobello.com.ar/post/llegar-para-irse/</link>
		<comments>http://www.lucianobello.com.ar/post/llegar-para-irse/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 20:48:20 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[journeys & traveling]]></category>
		<category><![CDATA[lectures & talks]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=1205</guid>
		<description><![CDATA[Todavía no termino de llegar (literalmente, que mi mochila se quedó en Madrid un día más que su dueño) y ya tengo el pasaje salir pasado mañana para Bahía Blanca. El evento es Jornadas del Sur, durante este fin de semana largo. Hablaré sobre seguridad y empaquetado, además de encontrarme con amigos para beber y [...]]]></description>
			<content:encoded><![CDATA[<p>Todavía no termino de llegar (literalmente, que mi mochila se quedó en <a href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=madrid&amp;sll=37.0625,-95.677068&amp;sspn=31.701751,55.810547&amp;ie=UTF8&amp;ll=40.457397,-3.703766&amp;spn=0.475435,0.87204&amp;z=10&amp;iwloc=A">Madrid</a> un día más que su dueño) y ya tengo el pasaje salir pasado mañana para <a href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;q=Bah%C3%ADa+Blanca,+Buenos+Aires,+Argentina&amp;ie=UTF8&amp;cd=1&amp;geocode=FYJOsf0dUt1J_A&amp;split=0&amp;sll=37.0625,-95.677068&amp;sspn=23.875,57.630033&amp;ll=-38.690869,-62.267761&amp;spn=0.243857,0.43602&amp;z=11&amp;iwloc=A">Bahía Blanca</a>.</p>
<p>El evento es <a href="http://www.jornadasdelsur.org.ar/">Jornadas del Sur</a>, durante este fin de semana largo. Hablaré sobre <a href="http://www.jornadasdelsur.org.ar/index.php?option=com_content&amp;view=article&amp;id=96:seguridad-en-servidores-luciano-bello-&amp;catid=2:charlas&amp;Itemid=22">seguridad</a> y <a href="http://www.jornadasdelsur.org.ar/index.php?option=com_content&amp;view=article&amp;id=95:creacion-de-paquetes-deb-luciano-bello&amp;catid=9:talleres&amp;Itemid=23">empaquetado</a>, además de encontrarme con amigos para beber y divertirse :P</p>
<p style="text-align: center;"><a href="http://www.jornadasdelsur.org.ar/"><img class="aligncenter" src="http://www.lucianobello.com.ar/blog/jornadasDELsur.jpg" alt="" width="450" height="300" align="center" /></a></p>
<p>¿Nos vemos allá?</p>
<p><strong>UPDATE Fri, 14 Aug 2009</strong>: Las fotos <a href="http://www.lucianobello.com.ar/fotos/?galerie=madrid09">ya están disponibles</a>, a excepción de las de Toledo, que están en una cámara desechable porque me olvidé la digital cuando fui.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/llegar-para-irse/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>cáceres-&gt;lisbon-&gt;madrid</title>
		<link>http://www.lucianobello.com.ar/post/caceres-lisbon-madrid/</link>
		<comments>http://www.lucianobello.com.ar/post/caceres-lisbon-madrid/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 00:57:20 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[journeys & traveling]]></category>
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=1189</guid>
		<description><![CDATA[Esta última quincena ha sido de lo más intensa. Lo más destacable, por lejos, fue DebConf9. Esa semana donde las cosas se viven de forma profundamente apasionadas, donde a cada paso hay diversión y amigos. Este año tuvo lugar en Cáceres, una ciudad relativamente pequeña de Extremadura. Me dediqué, mayormente, a escuchar charlas, intentar revivir [...]]]></description>
			<content:encoded><![CDATA[<p>Esta última quincena ha sido de lo más intensa.</p>
<p><a href="http://www.lucianobello.com.ar/fotos/?galerie=debconf9&amp;photo=33"><img src="http://www.lucianobello.com.ar/fotos/galleries/debconf9/thumbs/img-33.jpg" alt="DebConf9" width="90" height="120" align="right" /></a>Lo más destacable, por lejos, fue <a href="http://debconf9.debconf.org/">DebConf9</a>. Esa semana donde las cosas se viven de forma profundamente apasionadas, donde a cada paso hay diversión y amigos. Este año tuvo lugar en <a href="http://maps.google.com/maps?q=c%C3%A1ceres+extremadura">Cáceres</a>, una ciudad relativamente pequeña de Extremadura. Me dediqué, mayormente, a escuchar charlas, intentar revivir paquetes que tenía algo olvidados, y hacer mucho trabajo de <a href="http://www.debian.org/security/">security</a>. Incluso siendo <span class="word1">impresionantemente</span> productivo, mi <a href="http://en.wikipedia.org/wiki/To-do_list#Task_list">ToDoList</a>, lejos de reducirse durante esa semana, aumentó paradógicamente su tamaño en varias veces. Trabajo y diversión en envase familiar.</p>
<p>Mi idea no era volverme directamente a casa de DebConf9. Por un lado, estar <a href="http://maps.google.com/maps?q=europa">de este lado del charco</a> implica un esfuerzo demasiado grande que requiere ser amortizado. Por otro, conservo la esperanza que <a href="http://www.lucianobello.com.ar/post/debconf7-ended/">la depresión-post-debconf</a> pegue menos si antes de volver doy una vuelta por ahí. El hecho es que, sin un plan, coordine mi pasaje de regreso sumando dos semanas a la finalización de DebConf9. Así fue como terminé en Lisboa, gracias a <a href="http://web.tagus.ist.utl.pt/~jose.calhariz/">José</a> que me llevó en su auto y empujado por la promesa de un país más barato que el español.</p>
<p><a href="http://www.lucianobello.com.ar/fotos/?galerie=lisboa09&amp;photo=87"><img src="http://www.lucianobello.com.ar/fotos/galleries/lisboa09/thumbs/img-87.jpg" alt="Lisboa" align="right" /></a>En Lisboa pasé unos 4 días, muy lindos por cierto. Es una ciudad atípica, llena de particularidades, con gente agradable y más extranjeros que locales. Posiblemente el <a href="http://www.lucianobello.com.ar/fotos/?galerie=lisboa09">álbum de fotos</a> pueda contar más detalles.</p>
<p>De ahí y en tren, partí a <a href="http://maps.google.com/maps?q=madrid">Madrid</a>, donde estoy viviendo la última semana de este viaje. Siempre estoy de paso en Madrid, lo que es injusto, ya que nunca me hice el tiempo para visitarla como un turista más. Con el tiempo he criado algunas amistadas acá, por lo que también ocuparé estos días en ponerme al día y beber cerveza.</p>
<p>Mañana (en algunas horas, para ser estricto) tengo pensado ir a <a href="http://maps.google.com/maps?q=toledo,%20spain">Toledo</a>, así que va llegando el momento de hibernar mi laptop e irme a dormir.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/caceres-lisbon-madrid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>at debconf9</title>
		<link>http://www.lucianobello.com.ar/post/at-debconf9/</link>
		<comments>http://www.lucianobello.com.ar/post/at-debconf9/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 21:00:55 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[journeys & traveling]]></category>
		<category><![CDATA[lectures & talks]]></category>
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=1185</guid>
		<description><![CDATA[Después de dos excelentes días en Madrid, tratando de recuperarme de un viaje demasiado largo, embarcamos en un bus con rumbo a Cáceres, junto con Santiago. Ahora estoy escribiendo esto desde el hacklab 1 de DebConf9, con esa hermosa senciación de haberme encontrado con mucha gente y de estar listo para vivir esos inolvidables días [...]]]></description>
			<content:encoded><![CDATA[<p>Después de dos excelentes días en Madrid, tratando de recuperarme de un viaje demasiado largo, embarcamos en un bus con rumbo a Cáceres, junto con Santiago.</p>
<p>Ahora estoy escribiendo esto desde el hacklab 1 de DebConf9, con esa hermosa senciación de haberme encontrado con mucha gente y de estar listo para vivir esos inolvidables días al año :)</p>
<p>Mañana, junto con Enrico y Steve, estaremos dando <a href="https://penta.debconf.org/dc9_schedule/events/479.en.html">una charla en el OpenDay</a>, la cual aún no empezado a preparar, así que será una noche divertida. Posiblemente vaya a estar disponible el streaming de videos, pero aún no se en qué URL.</p>
<p>En breve, fotos.</p>
<p>UPDATE 05 Aug: Lo prometido, <a href="http://www.lucianobello.com.ar/fotos/?galerie=debconf9">las fotos</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/at-debconf9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>see you at DebConf9!</title>
		<link>http://www.lucianobello.com.ar/post/see-you-at-debconf9/</link>
		<comments>http://www.lucianobello.com.ar/post/see-you-at-debconf9/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 16:17:35 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[journeys & traveling]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=1182</guid>
		<description><![CDATA[I got my air ticket yesterday. So, I&#8217;m able to say that I will go to DebConf9! The only thing missing in my itinerary is a cheap way to go to Cáceres from Madrid (it will be by train, most probably)]]></description>
			<content:encoded><![CDATA[<p>I got my air ticket yesterday. So, I&#8217;m able to say that I will go to DebConf9!<br />
<img src="http://media.debconf.org/dc9/images/debconf9-going-to.png"/><br />
The only thing missing in my itinerary is a cheap way to go to Cáceres from Madrid (it will be by train, most probably)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/see-you-at-debconf9/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>not yours</title>
		<link>http://www.lucianobello.com.ar/post/not-yours/</link>
		<comments>http://www.lucianobello.com.ar/post/not-yours/#comments</comments>
		<pubDate>Tue, 26 May 2009 15:12:30 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[academy]]></category>
		<category><![CDATA[depression]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[sorry for my english]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=1143</guid>
		<description><![CDATA[If I say &#8220;I got the third place in a scholarship application&#8221;, it doesn&#8217;t look bad. But there is money only for the first two persons. Sometimes, close is not enough. So, without money, I won&#8217;t be able to study in Europe&#8230; damn&#8230; Maybe next year&#8230; maybe not. Note: The application was, as you can [...]]]></description>
			<content:encoded><![CDATA[<p>If I say &#8220;I got the third place in a scholarship application&#8221;, it doesn&#8217;t look bad.<br />
<a href="http://www.postgrado.csic.es/JAE-Pre/Listado%20Titulares%20y%20Suplentes%20JAEPRE2009%20con%20RESOLUCION.pdf"><img src="http://www.lucianobello.com.ar/blog/resolucion_beca.png" alt="" /></a><br />
But there is money only for the first two persons. Sometimes, close is not enough. So, without money, I won&#8217;t be able to study in Europe&#8230; damn&#8230;</p>
<p>Maybe next year&#8230; maybe not.</p>
<p>Note: The application was, as you can see, for a <a href="http://www.postgrado.csic.es/tesis%20doctorales_jae.htm">doctoral scholarship in Spain</a>&#8230; my broken English has no effect here&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/not-yours/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>interview ( ) { ego++; }</title>
		<link>http://www.lucianobello.com.ar/post/ego/</link>
		<comments>http://www.lucianobello.com.ar/post/ego/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 14:22:11 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ego]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[planeta]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=1125</guid>
		<description><![CDATA[(Sé que estoy escribiendo poco, y sé que con cuestionable calidad. Esta entrada no será la excepción) Circo Linux, un simpático blog/e-zine, me ha realizado una extensa entrevista que puede leerse aquí. Los temas que tratamos han sido de lo más variado, desde Debian hasta mi afición al go. Fue una charla amena. Tengo varias [...]]]></description>
			<content:encoded><![CDATA[<p>(Sé que estoy escribiendo poco, y sé que con cuestionable calidad. Esta entrada no será la excepción)</p>
<p><a href="http://www.circolinux.com.ar/">Circo Linux</a>, un simpático blog/e-zine, me ha realizado una extensa entrevista que puede leerse <a href="http://www.circolinux.com.ar/?p=501">aquí</a>. Los temas que tratamos han sido de lo más variado, desde <a href="http://www.lucianobello.com.ar/category/geek/debian/">Debian</a> hasta mi afición al <a href="http://en.wikipedia.org/wiki/Go_(board_game)">go</a>. Fue una charla amena.</p>
<p>Tengo varias ideas en la cabeza que merecen ser posteadas, pero poco tiempo para plasmarlas. Trataré de cambiar dicha situación en el corto plazo y levantar este blog a lo que solía ser: un lugar divertido donde perder el tiempo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/ego/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>new camera</title>
		<link>http://www.lucianobello.com.ar/post/new-camera/</link>
		<comments>http://www.lucianobello.com.ar/post/new-camera/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 01:42:50 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[sorry for my english]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=1118</guid>
		<description><![CDATA[Some days ago, my new camera arrived. I bougth it via Amazon and the parents of a friend brought it to my country. The selected model was a Canon PowerShot SX110 IS. My last camera was a Canon PowerShot A700. It has been in service since April 2006, until a terrible fall ended with its [...]]]></description>
			<content:encoded><![CDATA[<p>Some days ago, my new camera arrived. I bougth it via Amazon and the parents of a friend brought it to my country.</p>
<p>The selected model was a <a href="http://www.usa.canon.com/consumer/controller?act=ModelInfoAct&#038;tabact=SupportDetailTabAct&#038;fcategoryid=225&#038;modelid=17480&#038;kbpage=yes">Canon PowerShot SX110 IS</a>. My last camera was a <a href="http://www.dpreview.com/reviews/specs/Canon/canon_a700.asp">Canon PowerShot A700</a>. It has been in service since <a href="http://www.lucianobello.com.ar/post/say-cheese/">April 2006</a>, until a terrible fall ended with its nice capability of taking good pictures, during the 25C3 in Berlin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/new-camera/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>nothing to hide</title>
		<link>http://www.lucianobello.com.ar/post/nothing-to-hide/</link>
		<comments>http://www.lucianobello.com.ar/post/nothing-to-hide/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 13:51:20 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[journeys & traveling]]></category>
		<category><![CDATA[lectures & talks]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=1068</guid>
		<description><![CDATA[The next week I&#8217;m going to Berlin (and some days to Frankfurt). I&#8217;ll be in the 25th Chaos Communication Congress (25C3). I&#8217;ll be out of home from 24th Dec until 7th Jan. It&#8217;ll be a non-traditional holidays, be far away from family. But, in the other hand, it gonna be awesome be and talk in [...]]]></description>
			<content:encoded><![CDATA[<p><img align=right src="http://www.lucianobello.com.ar/blog/25c3.jpg" alt="" />The next week I&#8217;m going to <a href="http://maps.google.com/maps?hl=en&#038;client=iceweasel-a&#038;q=berlin&#038;ie=UTF8&#038;ll=52.570508,13.41156&#038;spn=0.377269,0.873413&#038;z=10&#038;g=berlin&#038;iwloc=addr">Berlin</a> (and some days to <a href="http://maps.google.com/maps?hl=en&#038;client=iceweasel-a&#038;q=frankfurt&#038;ie=UTF8&#038;ll=50.161065,8.680573&#038;spn=0.397658,0.873413&#038;z=10&#038;g=frankfurt&#038;iwloc=addr">Frankfurt</a>). I&#8217;ll be in the <a href="http://events.ccc.de/congress/2008/">25th Chaos Communication Congress (25C3)</a>.</p>
<p>I&#8217;ll be out of home from 24th Dec until 7th Jan. It&#8217;ll be a non-traditional holidays, be far away from family. But, in the other hand, it gonna be awesome be and talk in a CCC and spend a Christmas Eve in a plane and a New Year&#8217;s Eve in Brandenburg Gate with friends.</p>
<p>See you there?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/nothing-to-hide/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>On tour (stage 6): Alicante, España</title>
		<link>http://www.lucianobello.com.ar/post/on-tour-stage-6-alicante-espana/</link>
		<comments>http://www.lucianobello.com.ar/post/on-tour-stage-6-alicante-espana/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 14:54:21 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[journeys & traveling]]></category>
		<category><![CDATA[lectures & talks]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=997</guid>
		<description><![CDATA[Ayer volví de Alicante, una relativamente pequeña ciudad de Valencia. Allí tuvo lugar el III Congrés de Programari Lliure &#8211; Comunitat Valenciana. Un congreso atípico, no solo por el fuerte apoyo político y económico, sino por sus asistentes. Se trata de un evento de software libre para la educación y quienes van son docentes. La [...]]]></description>
			<content:encoded><![CDATA[<p>Ayer volví de <a href="http://en.wikipedia.org/wiki/Alicante">Alicante</a>, una relativamente pequeña ciudad de Valencia. Allí tuvo lugar el <em><a href="http://congreso.lliurex.net/index_es.html">III Congrés de Programari Lliure &#8211; Comunitat Valenciana</a></em>. Un congreso atípico, no solo por el fuerte apoyo político y económico, sino por sus asistentes. Se trata de un evento de software libre para la educación y quienes van son docentes.</p>
<p>La pasé muy bien. Aproveché la oportunidad para ver a <a href="http://chistera.yi.org/~adeodato/">Dato</a>,  comer hasta el hartazgo y visitar la ciudad. Las fotos, en un par de horas.</p>
<p><strong>UPDATE 27NOV 10:56 ARTS:</strong> El álbum de fotos completo <a href="http://www.lucianobello.com.ar/fotos/?galerie=III%20Congreso%20de%20Software%20Libre%20Comunitat%20Valenciana%20-%20Alicante,%20Espa%C3%B1a">aquí</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/on-tour-stage-6-alicante-espana/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the root of all mistake: the overgeneralization</title>
		<link>http://www.lucianobello.com.ar/post/the-root-of-all-mistake-the-overgeneralization/</link>
		<comments>http://www.lucianobello.com.ar/post/the-root-of-all-mistake-the-overgeneralization/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 02:11:19 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[academy]]></category>
		<category><![CDATA[crypto]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sorry for my english]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=941</guid>
		<description><![CDATA[Yes, it&#8217;s me again with this DSA-1571 exploitation issue. The discovery, explanation and exploitation of the bug is now part of my final coursework for my postgraduate degree career. So, yes&#8230; sorry. Some weeks ago I started suspecting about the attack to PFS in SSL with EDH. The key point is: the key space is [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, it&#8217;s me again with this DSA-1571 exploitation issue. The discovery, explanation and exploitation of the bug is now part of my final coursework for my <a href="http://cripto.iese.edu.ar/">postgraduate degree career</a>. So, yes&#8230; sorry.</p>
<p>Some weeks ago I started suspecting about <a href="http://www.lucianobello.com.ar/exploiting_DSA-1571/">the attack to PFS in SSL with EDH</a>. The key point is: the key space is dependent of the PRNG state. The bug affects the initialization of the PRNG, but the random string has not a pattern by it self. If you ask for many random numbers to the PRNG, you gonna get numbers that differ among them, since they are the output of a hash function of them self. So each random number depends on, besides the PID, the state of the PRNG pool in the moment (in other words, amount of bytes that you already pull from the PRNG pool before)</p>
<p>The <a href="http://www.lucianobello.com.ar/exploiting_DSA-1571/">explained attack</a> was based in <a href="http://www.citefa.gov.ar/si6/dh-private-keys.tar.gz">a fixed list of private exponents</a> (which are selected randomly during the <a href="http://en.wikipedia.org/wiki/Diffie-Hellman_key_exchange">DHE handshake</a>), presupposing that all the application call RAND_bytes() the same number of times before get it. To make the list of exponent I ran the <tt>openssl s_client</tt> with all the possible PIDs, hoping that all the applications behaves the same way.</p>
<p>After more tests I notice that that was an overgeneralization. The proof is in the pudding: <a href="http://www.gnu.org/software/wget/">wget</a> and <a href="http://en.wikipedia.org/wiki/CURL">cURL</a>, two simple <a href="http://en.wikipedia.org/wiki/Command_line_interface">CLI</a> file retrievers, gets different exponent between them, even running with the same PID.</p>
<p>I was working on this when I accidentally found <a href="http://www.educatedguesswork.org/2008/08/the_debian_openssl_prng_bug_an.html">a really nice Eric Rescorla&#8217;s post</a> which is deeply related with this. The post goes further and analyzes the interaction between how Apache forks off and how it generates SSL handshakes.</p>
<p>So, I made lists of secret exponents for <a href="http://www.lucianobello.com.ar/exploiting_DSA-1571/wget.keys.zip">wget</a>, <a href="http://www.lucianobello.com.ar/exploiting_DSA-1571/curl.keys.zip">curl</a>, <a href="http://www.lucianobello.com.ar/exploiting_DSA-1571/openssl-s_client.key.zip">openssl s_client</a> and <a href="http://www.lucianobello.com.ar/exploiting_DSA-1571/openssl-s_server.key.zip">openssl s_server</a> with a modification version of libssl (appling <a href="http://www.lucianobello.com.ar/exploiting_DSA-1571/dh_tmp_data.patch">this messy patch</a>) and running scripts like this:</p>
<pre>for i in $(seq $((2**15)));
do
  export MAGICPID=$i;
  LD_LIBRARY_PATH="openssl.broken/" LD_PRELOAD="./getpid.so" \
     wget --no-check-certificate https://localhost/ -q  -O /dev/null ;
  echo $i ;
done</pre>
<p>As you can see, I used the <a href="http://metasploit.com/users/hdm/tools/getpid-preload.tar.gz">HD Moore&#8217;s GetPID faker shared library</a> and a normal local Apache with mod_ssl. The broken libssl (which is in .openssl.broken/) store up in /tmp/data.key a <a href="http://en.wikipedia.org/wiki/Comma-separated_values">csv</a> with command name, PID and all the DH components (g, x, y and p).</p>
<p>But this way is farly unconfortable for others SSL deamon servers. Have you got any better idea?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/the-root-of-all-mistake-the-overgeneralization/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>8 days a week</title>
		<link>http://www.lucianobello.com.ar/post/8-days-a-week/</link>
		<comments>http://www.lucianobello.com.ar/post/8-days-a-week/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 15:22:27 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[planet]]></category>
		<category><![CDATA[sorry for my english]]></category>
		<category><![CDATA[wtf?!]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=925</guid>
		<description><![CDATA[Maybe the LHC is robing the planet of angular momentum. Maybe having played with quantum gravity has unpredictable consequences. Who cares the reason, it&#8217;s my dream becoming true. And you, haven&#8217;t got any plans for the extra day in October yet? Luckily it&#8217;s weekend.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lucianobello.com.ar/blog/zimbra-bug.png"><img src="http://www.lucianobello.com.ar/blog/zimbra-bug_.png" alt="Zimbra buggy" align="center" /></a></p>
<p>Maybe the LHC is <a href="http://xkcd.com/162/">robing the planet of angular momentum</a>. Maybe <a href="http://physicsworld.com/cws/article/print/839"> having played with quantum gravity</a> has unpredictable consequences. Who cares the reason, it&#8217;s my dream becoming true.</p>
<p>And you, haven&#8217;t got any plans for the extra day in October yet? Luckily it&#8217;s weekend.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/8-days-a-week/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>snail mail</title>
		<link>http://www.lucianobello.com.ar/post/snail-mail/</link>
		<comments>http://www.lucianobello.com.ar/post/snail-mail/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 23:48:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[openssl]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=895</guid>
		<description><![CDATA[Después de varias semanas sin pisar casa (Grand Canyon, Black Hat, DefCon y DebConf) detrás de mi puerta hay correo (del tradicional) en cantidad inusual. De un tiempo a esta parte, el correo no electrónico decantó en una forma de hacer llegar facturas, recibos, muestras gratis y nada más. Los sentimientos en el siglo XXI [...]]]></description>
			<content:encoded><![CDATA[<p>Después de varias semanas sin pisar casa (<a href="http://www.lucianobello.com.ar/fotos/?galerie=Pre-BlackHat%20Defcon%20-%20Las%20Vegas%20y%20Grand%20Canyon,%20USA">Grand Canyon</a>, <a href="http://www.lucianobello.com.ar/fotos/?galerie=BlackHat%20-%20Las%20Vegas,%20USA">Black Hat</a>, <a href="http://www.lucianobello.com.ar/fotos/?galerie=Defcon16%20-%20Las%20Vegas,%20USA">DefCon</a> y <a href="http://gallery.debconf.org/v/debconf8/">DebConf</a>) detrás de mi puerta hay correo (del tradicional) en cantidad inusual. De un tiempo a esta parte, el correo no electrónico decantó en una forma de hacer llegar facturas, recibos, muestras gratis y nada más. Los sentimientos en el siglo XXI ya van por otro lado. Sin embargo, esta carta fue distinta:<br />
<center><a href="http://www.lucianobello.com.ar/blog/linux_magazine_dutch58.JPG"><img hspace="1" vspace="1" src='http://www.lucianobello.com.ar/blog/_linux_magazine_dutch58.JPG' /></a><a href="http://www.lucianobello.com.ar/blog/linux_magazine_dutch59.JPG"><img hspace="1" vspace="1" src='http://www.lucianobello.com.ar/blog/_linux_magazine_dutch59.JPG' /></a><br />
<a href="http://www.lucianobello.com.ar/blog/linux_magazine_dutch60.JPG"><img hspace="1" vspace="1" src='http://www.lucianobello.com.ar/blog/_linux_magazine_dutch60.JPG' /></a><a href="http://www.lucianobello.com.ar/blog/linux_magazine_dutch62.JPG"><img hspace="1" vspace="1" src='http://www.lucianobello.com.ar/blog/_linux_magazine_dutch62.JPG' /></a></center><br />
Se trata del número de Agosto de Linux Magazine. El lector observador notará que no está en inglés, ni en alemán, sino en neerlandés. Me la envió <a href="http://www.vervloesem.eu/journalist/">Koen Vervloesem</a>, quien hace poco menos de 3 meses me solicitó vía correo (del electrónico) detalles sobre la <a href="http://www.debian.org/security/2008/dsa-1571">falla dsa-1571</a>.</p>
<p>Obviamente lo único que soy capaz de entender es mi propio nombre, pero lo que cuenta es la intención :). Gracias Koen por el detalle, se que entenderás este post tanto como yo la nota :P.</p>
<p>Y hablando de correo físicamente transportado (aunque sin relación con lo anterior, que fue totalmente gratis), uno se da cuenta que vive en las antípodas del mundo donde le gustaría estar cuando recibe facturas de encomienda como esta:<br />
<center><img src='http://www.lucianobello.com.ar/blog/bill.png' /></center><br />
Bizarro&#8230; pero cruelmente real.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/snail-mail/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>a black hat speaker after all</title>
		<link>http://www.lucianobello.com.ar/post/a-black-hat-speaker-after-all/</link>
		<comments>http://www.lucianobello.com.ar/post/a-black-hat-speaker-after-all/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 00:21:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[lectures & talks]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[sorry for my english]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=892</guid>
		<description><![CDATA[Finally, this alternative speaker became an speaker, nothing more. Maxi and I will be given a lecture during Black Hat, as you can see here. Just think about being in the same rostrum than Fyodor makes me feel so small&#8230;]]></description>
			<content:encoded><![CDATA[<p>Finally, this <em>alternative speaker</em> became <em>an speaker, nothing more</em>. <a href="http://www.google.com/search?q=Maximiliano+BERTACCHINI">Maxi</a> and I will be given a lecture during <a href="http://www.blackhat.com/">Black Hat</a>, as you can see <a href="http://www.blackhat.com/html/bh-usa-08/bh-usa-08-speakers.html#Bello">here</a>.</p>
<p>Just think about being in the same rostrum than <a href="http://insecure.org/fyodor/">Fyodor</a> makes me feel so small&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/a-black-hat-speaker-after-all/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exploiting DSA-1571: How to break PFS in SSL with EDH</title>
		<link>http://www.lucianobello.com.ar/post/exploiting-dsa-1571-how-to-break-pfs-in-ssl-with-edh/</link>
		<comments>http://www.lucianobello.com.ar/post/exploiting-dsa-1571-how-to-break-pfs-in-ssl-with-edh/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 05:10:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[crypto]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sorry for my english]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=891</guid>
		<description><![CDATA[( I love acronyms :-D ) Tal vez quieras leer esto en español. At this point, all of you should know and see how the H D Moore’s toys work. Those toys attack SSH public-key authentication using clone keys and online brute force. Furthermore, many of you know that there are other effects produced by [...]]]></description>
			<content:encoded><![CDATA[<p>( I love acronyms  :-D ) <a href="http://www.lucianobello.com.ar/exploiting_DSA-1571/index_es.html">Tal vez quieras leer esto en español</a>.</p>
<p>At this point, all of you should know and see how the <a href="http://metasploit.com/users/hdm/tools/debian-openssl/">H D Moore’s toys</a> work. Those toys attack SSH public-key authentication using clone keys and online brute force.</p>
<p>Furthermore, many of you know that there are other effects produced by a biased PRNG besides this one.</p>
<p>Strangely, I could not find more of those toys exploiting these aspects. So, I would like to show you <a href="http://people.debian.org/~luciano/wireshark-Exploiting-DSA-1571/20_cve_2008_0166_attack.dpatch">a Wireshark patch</a> which attacks <a href="http://en.wikipedia.org/wiki/Perfect_forward_secrecy">Perfect Forward Secrecy (PFS)</a> provided by <a href="http://www.rsa.com/products/bsafe/documentation/mesuite21html/dev_guide/group__EPH__DH.html">Ephemeral Diffie Hellman (EDH)</a>.</p>
<h1>Introduction to EDH</h1>
<p>Let’s put it in plain words (if you know what we are talking about, ignore this and jump to the next heading):<br />
In an insecure communications channel the parties agree a common key to cipher their dialog. This is what happens in SSL (in most of the cases, depending on the cipher suite):</p>
<ul>
<li> The server selects a random <a href="http://en.wikipedia.org/wiki/Prime_number">prime</a> <i>p</i> and a generator <i>g</i> of the <a href="http://en.wikipedia.org/wiki/Group_(mathematics)">field</a> <i>Z*<sub>p</sub></i> (Let’s ignore the mathematical properties of these values). So, the components <i>p</i> and <i>g</i> are public.</p>
<li> The server picks a secret random number <i>X<sub>s</sub></i> and calculates <i>Y<sub>s</sub>=g<sup><i>X<sub>s</sub></i></sup> mod p</i>. <i>Y<sub>s</sub></i> is public and is sent to the client (just like <i>p</i> and <i>g</i>).
<li> The client does something similar, selecting a secret random number <i>X<sub>c</sub></i> and calculating <i>Y<sub>c</sub>=g<sup><i>X<sub>c</sub></i></sup> mod p</i> too. The client makes <i>Y<sub>c</sub></i> public by sending it to the server.
<li> The shared secret <i>s</i> is the public key of the other part to the exponential of the own private number, all in p modulus. That is, for the client <i>s=Y<sub>s</sub><sup><i>X<sub>c</sub></i></sup>mod p</i> and for the server <i>s=Y<sub>c</sub><sup><i>X<sub>s</sub></i></sup>mod p</i>.
<li>With this shared secret the parties can encrypt all the following messages in a secure way.
<li>In the Ephemeral Diffie Hellman (EDH), the private numbers are ruled out, so <i>s</i> is mathematically secure and nobody can obtain it even having access to one of the parties after the aforementioned handshake.
</ul>
<h1>The “exploit”</h1>
<p>If an eavesdropper can explore the complete private key space (the all possible numbers for X<sub>c</sub> or X<sub>s</sub>), he/she will be able to get access to the shared secret. With it all the communication can be deciphered. That’s what this patch can do.</p>
<p>A <a href="http://www.wireshark.org/">Wireshark</a> with this patch and a list of possible private keys will try to brute force the share secret. If one of the parties is using the vulnerable OpenSSL package the communication is totally insecure and will be decrypted.</p>
<p><center><a href="http://www.lucianobello.com.ar/blog/wireshark_PFS_attack_big.jpg"><img src='http://www.lucianobello.com.ar/blog/wireshark_PFS_attack_small.jpg' /></a></center></p>
<ul>
<li>The patch for <a href="http://www.wireshark.org/download/src/wireshark-1.0.2.tar.gz">Wireshark 1.0.2</a> can be downloaded from <a href="http://people.debian.org/~luciano/wireshark-Exploiting-DSA-1571/20_cve_2008_0166_attack.dpatch">here</a>.</p>
<li>Debian packages with the patch applied can be found <a href="http://people.debian.org/~luciano/wireshark-Exploiting-DSA-1571/">here</a>.
<li><a href="http://www.citefa.gov.ar/si6/dh-private-keys.tar.gz">This</a> is a list of all 2<sup>15</sup> possible 64 and 128 bit DH private keys in systems vulnerable to the predictable OpenSSL PRNG described by <a href="http://www.debian.org/security/2008/dsa-1571">DSA-1571</a>.
<li>An example of a pcap file can be found <a href="http://people.debian.org/~luciano/wireshark-Exploiting-DSA-1571/test.pcap">here</a> (it was built with a vulnerable client and one of the Moore toys, <a href="">a hacked getpid</a> by running <tt>$ MAGICPID=101 LD_PRELOAD=‘getpid.so’ ./vulnerable-openssl/apps/openssl s_client -connect db.debian.org:443</tt> )</ul>
<p>The patch <a href="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2725">was submitted</a> in order to be committed on the Wireshark trunk. There you can find <a href="https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2029">the patch against the on-develop source revision 25765</a>.</p>
<h1>Issues that can be improved</h1>
<p>We (the other developers and myself) detected few things to be improved. But we will do nothing for them. So, if you want to contribute with some code, start from these items and submit the patches to the <a href="">Wireshark’s bugzilla</a>:
<ul>
<li> When the packets are out-of-order the decipher with stop itself.</p>
<li> The brute force attack should run in a background process (and with a progres bar)
<li> Check the length of the keys before trying to brute force them.
<li> The patch also implements the display of public DH parameters in the packet tree. It’s incomplete.</ul>
<h1>Credits</h1>
<p>Paolo Abeni &lt;paolo.abeni at email.it&gt;<br />
Luciano Bello &lt;luciano at debian.org&gt;<br />
Maximiliano Bertacchini &lt;mbertacchini at citefa.gov.ar&gt;</p>
<p>This work was partially supported by <a href="http://www.citefa.gov.ar/si6">Si6 Labs</a> at <a href="http://www.citefa.gov.ar/">CITEFA</a>, Argentina.</p>
<p><b>UPDATE Jul. 21st</b>: See more and updated info <a href="http://www.lucianobello.com.ar/exploiting_DSA-1571/index.html">here</a>, especially <a href="http://www.lucianobello.com.ar/exploiting_DSA-1571/index.html#related">this</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/exploiting-dsa-1571-how-to-break-pfs-in-ssl-with-edh/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>cartoon</title>
		<link>http://www.lucianobello.com.ar/post/cartoon/</link>
		<comments>http://www.lucianobello.com.ar/post/cartoon/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 22:29:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[openssl]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=890</guid>
		<description><![CDATA[Después de pasar más de un mes sin bloguear, uno siente la obligación de tener que hacerlo por una buena causa. Y ésta me pareció que lo es. Durante mi periódica vuelta por el lado del mal me encuentro una simpática repercusión tardía del ‘Debian/OpenSSL debacle’, siempre desde su peculiar perspectiva el amigo Josemaricariño publicó: [...]]]></description>
			<content:encoded><![CDATA[<p>Después de pasar más de un mes sin bloguear, uno siente la obligación de tener que hacerlo por una buena causa.</p>
<p>Y ésta me pareció que lo es. Durante mi periódica vuelta por <a href="http://elladodelmal.blogspot.com/">el lado del mal</a> me encuentro una simpática repercusión tardía del ‘<a href="http://www.debian.org/security/2008/dsa-1571">Debian/OpenSSL debacle</a>’, siempre desde su <a href="http://elladodelmal.blogspot.com/2008/05/qu-bello.html">peculiar perspectiva</a> el amigo <a href="http://elladodelmal.blogspot.com/2008/05/no-lusers-45-argentina.html">Josemaricariño</a> publicó:</p>
<p><a href="http://bp1.blogger.com/_Y2uWeGSk9Sw/SH3bZXkJFLI/AAAAAAAACXU/OP0_0rIa3aI/s1600-h/Idolatr%C3%ADa.png"><img src="http://bp1.blogger.com/_Y2uWeGSk9Sw/SH3bZXkJFLI/AAAAAAAACXU/OP0_0rIa3aI/s400/Idolatr%C3%ADa.png" alt="" /><br />
click para agrandar</a>Una vez más, muchas gracias al maligno por <a href="http://elladodelmal.blogspot.com/2008/07/no-lusers-47-idolatra.html">el reconocimiento</a>. Es raro verse en forma de cartoon :oP.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/cartoon/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>looking for a sponsor to travel to defcon16</title>
		<link>http://www.lucianobello.com.ar/post/looking-for-a-sponsor-to-travel-to-defcon16/</link>
		<comments>http://www.lucianobello.com.ar/post/looking-for-a-sponsor-to-travel-to-defcon16/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 19:25:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[journeys & traveling]]></category>
		<category><![CDATA[lectures & talks]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[sorry for my english]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=889</guid>
		<description><![CDATA[Warning: read the last update first. No more contributions are needed :D The last weeks have been very active. A lot of e-mails from people and magazines, a lot of congratulations and a lot of free beer made me feel like a rock star :) Thanks a lot to everyone. I really appreciated that. And [...]]]></description>
			<content:encoded><![CDATA[<p><center><b>Warning: read the last update first. No more contributions are needed :D</b></center><br />
The last weeks have been very active. A lot of e-mails from people and magazines, a lot of congratulations and a lot of free beer made me feel like a rock star :) Thanks a lot to everyone. I really appreciated that.</p>
<p>And maybe this petition would sound you like an abuse of this situation. And maybe you are right.</p>
<p>The fact is, I need an sponsor to travel to <a href="http://www.defcon.org/">Defcon16, in Las Vegas, the next August</a>. I need a flight ticket, 3 or 4 nights in a hotel and 2 meals per day.</p>
<p>I’ve been accepted to <a href="http://www.defcon.org/html/defcon-16/dc-16-speakers.html#Bello">explain the Debian/OpenSSL problem</a> and I’m dying to be there. If you work for a company which is looking for a nice way to say “thank you”, please consider this option :)</p>
<form name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="lbello@gmail.com">
<input type="hidden" name="item_name" value="Defcon trip">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="amount" value="">
<input type="image" src="http://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form>
<p>Contact me at <a href="http://qa.debian.org/developer.php?login=luciano">luciano &lt;alt+64&gt; debian.org</a> for more details. Thanks.</p>
<p><b>update (13 minutes later)</b>: I just received confirmation from the <a href="http://www.blackhat.com/">Black Hat</a> organization to be an alternative speaker there too! So I will need to fund 5 extra nights&#8230; :D</p>
<p><b>update (Jun. 6th)</b>: I already have a sponsor! :D. Thanks a lot to all the contributors/mentors/impeller ppl, especially to <i>physical</i> people for the monetary-small-but-emotionally-significant colaborations: Juan Tula and Alejandra García.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/looking-for-a-sponsor-to-travel-to-defcon16/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>porqué el &#8216;Debian/OpenSSL debacle&#8217; no afecta mi creencia de que Debian es el mejor OS del mundo</title>
		<link>http://www.lucianobello.com.ar/post/porque-el-debianopenssl-debacle-no-afecta-mi-creencia-de-que-debian-es-el-mejor-os-del-mundo/</link>
		<comments>http://www.lucianobello.com.ar/post/porque-el-debianopenssl-debacle-no-afecta-mi-creencia-de-que-debian-es-el-mejor-os-del-mundo/#comments</comments>
		<pubDate>Mon, 19 May 2008 17:38:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[crypto]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[favorites]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=888</guid>
		<description><![CDATA[En estos días escuché cosas como “Seguramente provocaste la mayor migración de usuarios de la historia, ya nadie querrá usar Debian en sus vidas”. Otros párrafos sobre la vergüenza que caía sobre los desarrolladores, sobre nuestros procesos de calidad llovieron de a decenas en mi inbox. Este tipo de cosas me hizo reflexionar. Y es [...]]]></description>
			<content:encoded><![CDATA[<p>En estos días escuché cosas como “Seguramente provocaste la mayor migración de usuarios de la historia, ya nadie querrá usar Debian en sus vidas”. Otros párrafos sobre la vergüenza que caía sobre los desarrolladores, sobre nuestros procesos de calidad llovieron de a decenas en mi inbox.</p>
<p>Este tipo de cosas me hizo reflexionar. Y es esta reflexión la que me gustaría compartir con ustedes.</p>
<p>Hace un tiempo ya, cuando casi sin querer y por accidente me encontré con el problema, simplemente me negué a creerlo. No podía ser. Era tan trivial y estuvo ahí, frente a nuestras narices tanto tiempo&#8230; parecía ser evidente de que yo estaba haciendo algo mal. Tardé mucho en confirmarlo, y aún con la duda lo reporté.</p>
<p>Junto a mi reporte adjunté un parche ridículo, casi insultante. Consistía en:<br />
<tt>-/*<br />
- * Don’t add uninitialised data.<br />
 		MD_Update(&#038;m,buf,j);<br />
-*/</tt></p>
<p>Esto fue el día 5 de Mayo. Al día siguiente tenía una respuesta, con una clara dirección de trabajo. A los pocos días se me informaron la fecha en la que el DSA saldría. Todo fue tan expeditivo, tan admitido, sin subestimaciones, pero con un fuerte sentido de la responsabilidad. Me pareció de una brillante sensatez el desarrollo de <a href="http://security.debian.org/project/extra/dowkd/dowkd.pl.gz">dowkd.pl</a> antes del anuncio.</p>
<p>El 14 de Mayo el usuario tenía todos los elementos para defenderse. El paquete <a href="http://packages.qa.debian.org/o/openssh-blacklist.html">openssh-blacklist</a> resultó ser sumamente útil y fue un aliciente entre el caos generado.</p>
<p>En mi vida no he enviado muchos advisories grandes (es el primero que hago totalmente por mi cuenta). Pero me pregunto: ¿Qué hubiese pasado si un problema como este hubiese surgido en algún otro software de alguna empresa? ¿Qué hubiese pasado si, en vez de ser un desarrollador de Debian el descubridor fuese un empleado de esta compañía? El bug dejaría de ser un vergonzoso accidente para convertirse en un devaluador de acciones. La baja de ingresos por clientes perdidos podría hundir la empresa.</p>
<p>En esta caso la historia hubiese sido distinta.</p>
<p>Es por esto que creo que el modelo de software libre es bueno, y en particular Debian es bueno, porque no responde a presiones comerciales, <a href="http://www.debian.org/social_contract">porque no oculta sus problema y porque su prioridad es el usuario</a>.</p>
<p>Sin duda, problemas en el software habrá siempre. Sin duda, este fue un problema de proporciones épicas. Sin duda, la confianza en Debian se ha visto afectada. Pero la lección está aprendida. Y Debian sigue siendo mi sistema operativo favorito.</p>
<p>Esto no es una justificación, sino una profunda opinión personal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/porque-el-debianopenssl-debacle-no-afecta-mi-creencia-de-que-debian-es-el-mejor-os-del-mundo/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>cryptographic apocalypse</title>
		<link>http://www.lucianobello.com.ar/post/cryptographic-apocalypse/</link>
		<comments>http://www.lucianobello.com.ar/post/cryptographic-apocalypse/#comments</comments>
		<pubDate>Tue, 13 May 2008 18:10:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[crypto]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sorry for my english]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=887</guid>
		<description><![CDATA[Well, maybe I was a little noisy with my first DSA. I will try to be quieter next time :) I think that many people are being very unfair with the OpenSSL’s maintainers. They made (and are making) a really good job. Was an accident, that things happens. What we need is a real auditory [...]]]></description>
			<content:encoded><![CDATA[<p>Well, maybe I was a little noisy with my first <a href="http://www.debian.org/security/2008/dsa-1571">DSA</a>. I will try to be quieter next time :)</p>
<p>I think that many people are being very unfair with the OpenSSL’s maintainers. They made (and are making) a really good job. Was an accident, that things happens.</p>
<p>What we need is a real auditory process of the Debian specific patches. It’s hard, but it’s necessary.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/cryptographic-apocalypse/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>goto: San Francisco (Córdoba)</title>
		<link>http://www.lucianobello.com.ar/post/goto-san-francisco-cordoba/</link>
		<comments>http://www.lucianobello.com.ar/post/goto-san-francisco-cordoba/#comments</comments>
		<pubDate>Sun, 11 May 2008 18:08:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[journeys & traveling]]></category>
		<category><![CDATA[lectures & talks]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=886</guid>
		<description><![CDATA[El próximo 16 y 17 de Mayo tendré el gusto de participar de las Segundas Jornadas de Software Libre organizadas por el Grupo Data y la Facultad de San Francisco (UTN). Hablaré sobre la Gestión de la Calidad en Debian.]]></description>
			<content:encoded><![CDATA[<p>El próximo 16 y 17 de Mayo tendré el gusto de participar de las <a href="http://jornadas08.frsfco.utn.edu.ar/">Segundas Jornadas de Software Libre</a> organizadas por el <a href="http://wikis.frsfco.utn.edu.ar/data/index.php/Portada">Grupo Data</a> y la <a href="http://www.frsfco.utn.edu.ar/">Facultad de San Francisco (UTN)</a>. Hablaré sobre la Gestión de la Calidad en Debian.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/goto-san-francisco-cordoba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>De visita en el lado del mal</title>
		<link>http://www.lucianobello.com.ar/post/de-visita-en-el-lado-del-mal/</link>
		<comments>http://www.lucianobello.com.ar/post/de-visita-en-el-lado-del-mal/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 12:03:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[dark side]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ego]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=884</guid>
		<description><![CDATA[Después de haberme difamado con mentiras y fotos sacadas de contexto, Chema Alonso publicó en su blog una entrevista que me realizó hace un par de días. Gracias Chema. Y al resto, enjoy it&#8230;]]></description>
			<content:encoded><![CDATA[<p>Después de haberme <a href="http://elladodelmal.blogspot.com/2008/04/debianizador.html">difamado con mentiras y fotos sacadas de contexto</a>, Chema Alonso publicó en <a href="http://elladodelmal.blogspot.com/">su blog</a> una <a href="http://elladodelmal.blogspot.com/2008/04/entrevista-luciano-bello-debian.html">entrevista que me realizó hace un par de días</a>.<br />
Gracias Chema.<br />
Y al resto, enjoy <a href="http://elladodelmal.blogspot.com/2008/04/entrevista-luciano-bello-debian.html">it</a>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/de-visita-en-el-lado-del-mal/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>goto: Córdoba</title>
		<link>http://www.lucianobello.com.ar/post/goto-cordoba/</link>
		<comments>http://www.lucianobello.com.ar/post/goto-cordoba/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 11:47:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[journeys & traveling]]></category>
		<category><![CDATA[lectures & talks]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=883</guid>
		<description><![CDATA[El próximo viernes (bah&#8230; el fin de semana entero) voy a estar en la cuidad de Córdoba, donde a las 9am daré un taller sobre paquetes Debian, en el marco del 9no Demoday de GrULiC. Si vas a estar por ahí&#8230; drop me an email&#8230; y nos tomamos unas cervecitas (previa firma de llaves).]]></description>
			<content:encoded><![CDATA[<p>El próximo viernes (bah&#8230; el fin de semana entero) voy a estar en la cuidad de Córdoba, donde a las <a href="http://www.google.com/search?q=what+time+is+it+in+Cordoba%2C+Argentina">9am</a> daré un taller sobre paquetes Debian, en el marco del <a href="http://www.grulic.org.ar/eventos/demoday9/">9no Demoday de GrULiC</a>. Si vas a estar por ahí&#8230; drop me an email&#8230; y nos tomamos unas cervecitas (<a href="http://xkcd.com/364/">previa</a> firma de llaves).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/goto-cordoba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>car_0.0.1-1_suzuki.deb</title>
		<link>http://www.lucianobello.com.ar/post/car_001-1_suzukideb/</link>
		<comments>http://www.lucianobello.com.ar/post/car_001-1_suzukideb/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 19:12:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=880</guid>
		<description><![CDATA[El pasado lunes me entregaron mi auto nuevo. Es mi primer auto. Es un Suzuki Fun de 3 puertas. Es 0km. Es rojo debianero. Es mío :-D Click sobre las imágenes para agrandar Es el&#8230;. Debianmovil !!.]]></description>
			<content:encoded><![CDATA[<p>El pasado lunes me entregaron mi auto nuevo. Es mi primer auto. Es un <a href="http://www.suzuki.com.ar">Suzuki Fun</a> de 3 puertas. Es 0km. Es rojo debianero. Es mío :-D</p>
<p><a href="http://www.lucianobello.com.ar/blog/autoIMG_1743.jpg"><img src="http://www.lucianobello.com.ar/blog/autoIMG_1743_.jpg" alt="" hspace="1" vspace="1" /></a><a href="http://www.lucianobello.com.ar/blog/autoIMG_1757.jpg"><img src="http://www.lucianobello.com.ar/blog/autoIMG_1757_.jpg" alt="" hspace="1" vspace="1" /></a><br />
<a href="http://www.lucianobello.com.ar/blog/autoIMG_1760.jpg"><img src="http://www.lucianobello.com.ar/blog/autoIMG_1760_.jpg" alt="" hspace="1" vspace="1" /></a><br />
<small>Click sobre las imágenes para agrandar</small><br />
Es el&#8230;. <strong>Debianmovil</strong> !!.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/car_001-1_suzukideb/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>life changelog</title>
		<link>http://www.lucianobello.com.ar/post/life-changelog/</link>
		<comments>http://www.lucianobello.com.ar/post/life-changelog/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 15:03:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=879</guid>
		<description><![CDATA[La semana pasada resultó ser atípica. Además de muchas actividades tuvo un fuerte condimento de decisiones y oportunidades. El primero punto de atipidés fue que se trató de mi primer semana de full-daily-routine. Es decir, todas las actividades que planeaba realizar durante este semestre están finalmente en su lugar semanal. El conjunto “actividades para este [...]]]></description>
			<content:encoded><![CDATA[<p>La semana pasada resultó ser atípica. Además de muchas actividades tuvo un fuerte condimento de decisiones y oportunidades.</p>
<p>El primero punto de <i>atipidés</i> fue que se trató de mi primer semana de full-daily-routine. Es decir, todas las actividades que planeaba realizar durante este semestre están finalmente en su lugar semanal. El conjunto <i>“actividades para este semestre”</i> está conformado por los siguientes elementos:
<ul>
<li><a href="http://es.wikipedia.org/wiki/Ingl%C3%A9s">Inglés</a>, dos veces por semana: Sí, finalmente decidí estudiar inglés&#8230; ya que <a href="http://community.livejournal.com/lbello_english/">doy pena/lástima/vergüenza</a> cada vez que abro la boca o escribo en el idioma de Shakespeare.</p>
<li> <a href="http://es.wikipedia.org/wiki/Nataci%C3%B3n">Natación</a>, dos veces por semana: Sí, finalmente decidí hacer deporte&#8230; es relajante, saludable y divertido.
<li> <a href="http://es.wikipedia.org/wiki/Tenis">Tenis</a>, una vez o menos por semana: Sí, finalmente decidí hacer deporte (bis)&#8230; jugamos con Sebastián quien tiene mucha más práctica que yo pero cada tanto me deja ganar algún game.
<li> <a href="http://www.fi.uba.ar/materias/7529/">Teoría de algoritmos</a>, dos veces por semana: Sí, finalmente decidí estudiar por placer&#8230; estoy de oyente en la <a href="http://www.fi.uba.ar">fi.UBA</a>. Las clases están dictadas por Rosita Wachenchauzer quien, además de saber mucho, es una excelente docente.
</ul>
<p>Como dije, también surgieron varias oportunidades y decisiones. La principal es que, después de dos años de espera, entré en el laboratorio <a href="http://www.citefa.gov.ar/si6/">SI6</a> de <a href="http://www.citefa.gov.ar/">CITEFA</a>. Lamentablemente esto me impedirá continuar con mis tareas en 	<a href="http://www.shellcode.com.ar">ShellCode</a>.</p>
<p>Esta última novedad está fuertemente relacionada con dos resoluciones ridículamente interconectadas: Me voy a comprar un auto y me voy a inscribir en <a href="http://www.dc.uba.ar/aca/carr/posgrado/doctorado/">un doctorado</a> (<a href="http://es.wikipedia.org/wiki/PhD">PhD</a>).</p>
<p>En el primer caso, las razones pueden enumerarse. <a href="http://www.citefa.gov.ar/index.php?IdSec=17">CITEFA está ubicado</a> en un lugar poco accesible y ya no tengo que ir al centro a diario. Los lugares en lo que me moveré durante los próximos meses/años tiene estacionamiento. Dado que la idea me revoloteaba en la cabeza hace semanas, me parecieron buenas excusas.</p>
<p>El tema de la inscripción <a href="http://www.dc.uba.ar/aca/carr/posgrado/doctorado/">al doctorado</a> es más independiente. <a href="http://lbello.livejournal.com/2007/12/24/">Desde que me recibí</a> que tengo ganas de empezar con esto. El proceso de recolección de papeles para la inscripción que es lento y tedioso. Supongo que pasará tiempo hasta que se me considere doctorando. Mientras tanto será agradable trabajar en <a href="http://www.citefa.gov.ar/si6/">el laboratorio</a>. Creo que será una buena introducción a la vida académico-investigativa.</p>
<p>Hasta el momento, estos son los cambios en mi vida. Sigo trabajando para <a href="http://cripto.iese.edu.ar/">especializarme en Criptografía</a>. Me quedan pendientes algunas materias y el trabajo final. La faena en <a href="http://www.debian.org/">Debian</a> está algo rezagada, y espero dedicarle algunas horas de calidad en el corto plazo.</p>
<p><tt>cvs commit</tt></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/life-changelog/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Debian Logo and Messier 74</title>
		<link>http://www.lucianobello.com.ar/post/debian-logo-and-messier-74/</link>
		<comments>http://www.lucianobello.com.ar/post/debian-logo-and-messier-74/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 04:31:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[sorry for my english]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=870</guid>
		<description><![CDATA[Many years ago I heard that the Debian logo represents a galaxy. And I always thought “There is no galaxy that looks like that”. Of course, I was wrong. The Astronomy Picture of the Day from few days ago is a really nice picture of the Messier 74 galaxy. Any resemblance is purely coincidental :)]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.seds.org/messier/JpgSm/m74.jpg" alt="" align="left" /> <img src="http://www.debian.org/logos/openlogo-nd-100.jpg" alt="" align="right" /> Many years ago I heard that the Debian logo represents a galaxy. And I always thought “<a href="http://observatorio.info/2001/04/27/">There is no galaxy that looks like that</a>”. Of course, I was wrong.</p>
<p>The <em><a href="http://apod.nasa.gov/">Astronomy Picture of the Day</a></em> from few days ago is a <a href="http://antwrp.gsfc.nasa.gov/apod/ap071201.html">really nice picture</a> of the <a href="http://www.seds.org/messier/m/m074.html">Messier 74</a> galaxy.</p>
<p>Any resemblance is purely coincidental :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/debian-logo-and-messier-74/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s a party&#8230; and you are invited!</title>
		<link>http://www.lucianobello.com.ar/post/its-a-party-and-you-are-invited/</link>
		<comments>http://www.lucianobello.com.ar/post/its-a-party-and-you-are-invited/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 20:48:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[sorry for my english]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=868</guid>
		<description><![CDATA[Better than just a party, it’s a bug squashing party! Imagemagick needs your help. It a very important package for Debian and its really outdated. It has more than 100 bugs. The objective, is to reduce the bugs to less than 20 in a month in in the version in development. Let’s go for them! [...]]]></description>
			<content:encoded><![CDATA[<p>Better than just a party, it’s a bug squashing party! <a href="http://packages.debian.org/source/imagemagick">Imagemagick</a> <a href="http://bugs.debian.org/452314">needs your help</a>. It a very important package for Debian and its really outdated. It has more than 100 bugs.<br />
<center><a href="http://www.lucianobello.com.ar/blog/im_needs_you.png"><img border="0" src="http://www.lucianobello.com.ar/blog/im_needs_you_small.png" /></a></center></p>
<p>The objective, is to reduce the bugs to less than 20 in a month in in <a href="http://svn.debian.org/wsvn/pkg-gmagick">the version in development</a>. Let’s go for them! :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/its-a-party-and-you-are-invited/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DebianDay.uy</title>
		<link>http://www.lucianobello.com.ar/post/debiandayuy/</link>
		<comments>http://www.lucianobello.com.ar/post/debiandayuy/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 14:11:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[journeys & traveling]]></category>
		<category><![CDATA[lectures & talks]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=865</guid>
		<description><![CDATA[Pasé el fin de semana en Montevideo (Uruguay), con motivo del Día Debian organizado por debianuruguay. Dí una charla sobre cómo convertirse en Debian Developer y un improvisado taller de empaquetamiento de punto debs. Excelentes charlas, buena cerveza, amigos y extranjero, todo lo necesario para pasarla bien. Fue un excelente fin de semana de desintoxicación, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lucianobello.com.ar/fotos/?galerie=Debian%20Day%20-%20Montevideo,%20Uruguay"><img align=left src='http://www.lucianobello.com.ar/fotos/galleries/Debian%20Day%20-%20Montevideo,%20Uruguay/thumbs/img-220.jpg' /></a>Pasé el fin de semana en <a href="http://es.wikipedia.org/wiki/Montevideo">Montevideo</a> (<a href="http://es.wikipedia.org/wiki/Uruguay">Uruguay</a>), con motivo del <a href="http://debianday.debianuruguay.org/v/2007/">Día Debian organizado por debianuruguay</a>. Dí una charla sobre <i><a href="http://www.lucianobello.com.ar/fotos/?galerie=Debian%20Day%20-%20Montevideo,%20Uruguay&amp;photo=246">cómo convertirse en Debian Developer</a></i> y un improvisado <a href="http://debianday.debianuruguay.org/2007/10/22/taller-de-empaquetamiento/">taller de empaquetamiento de punto debs</a>.</p>
<p>Excelentes charlas, buena cerveza, <a href="http://www.lucianobello.com.ar/fotos/?galerie=Debian%20Day%20-%20Montevideo,%20Uruguay&amp;photo=240">amigos</a> y extranjero, todo lo necesario para pasarla bien. Fue un excelente fin de semana de desintoxicación, propio del trajín diario porteño que ya me tenía algo cansado. </p>
<p>Muchísimas gracias a quienes lo hicieron posible, en particular a <a href="http://tuxie.debianuruguay.org/">Alvaro Mouriño (Tuxie)</a>, quien me hizo sentir como en casa (o incluso mejor).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/debiandayuy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ocurrencia</title>
		<link>http://www.lucianobello.com.ar/post/ocurrencia/</link>
		<comments>http://www.lucianobello.com.ar/post/ocurrencia/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 17:00:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[sorry for my english]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=863</guid>
		<description><![CDATA[In Spanish, occurrence and stupid idea are the same word. j=`w3m planet.debian.org -dump -no-graph -l 200 &#124; tr -d -C [:alpha:] &#124; tr [:upper:] [:lower:]`; for i in `seq ${#j}`; do echo $j &#124; cut -b $i; done &#124; sort &#124; uniq -c &#124; while read w; do y=`echo $w &#124; cut -f 1 -d [...]]]></description>
			<content:encoded><![CDATA[<p>In Spanish, <em>occurrence</em> and <em>stupid idea</em> are the same word.<br />
<tt>j=`w3m planet.debian.org -dump -no-graph -l 200 | tr -d -C [:alpha:] | tr [:upper:] [:lower:]`; for i in `seq ${#j}`; do echo $j | cut -b $i; done | sort | uniq -c | while read w; do y=`echo $w | cut -f 1 -d ' '`; echo -n $(echo "scale=5; $y/${#j}" | bc); echo " `echo $w | cut -f 2 -d ' '`" ;done | sort -rn</tt></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/ocurrencia/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>&lt;/ cuasi vacation &gt; &lt; last university semester &gt;</title>
		<link>http://www.lucianobello.com.ar/post/cuasi-vacation-last-university-semester/</link>
		<comments>http://www.lucianobello.com.ar/post/cuasi-vacation-last-university-semester/#comments</comments>
		<pubDate>Tue, 14 Aug 2007 00:26:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=860</guid>
		<description><![CDATA[Durante este fin de semana, aprovechando que todavía no empezaba las clases (hasta hoy), por sugerencia de mi madre y con la excelente escusa de las 7mas Jornadas regionales de Software Libre, es que estuve en Córdoba los últimos 3 días y a modo de vacaciones nerdies. El nivel de charlas fue espectacular y con [...]]]></description>
			<content:encoded><![CDATA[<p>Durante este fin de semana, aprovechando que todavía no empezaba las clases (hasta hoy), por sugerencia de mi madre y con la excelente escusa de las <a href="http://jornadas.grulic.org.ar/7/">7mas Jornadas regionales de Software Libre</a>, es que estuve en Córdoba los últimos 3 días y a modo de vacaciones nerdies.</p>
<p>El nivel de charlas fue espectacular y con varios disertantes internacionales. De las conferencias a las que asistí destaco:</p>
<ul>
<li><b><a href="http://jornadas.grulic.org.ar/7/contenido/programa/charlas/charla152">A tale of one standard: ODF vs OOXML</a></b> por David Megías &#8211; Georg Greve &#8211; Nagarjuna G &#8211; Gustavo Boksar</p>
<li><b><a href="http://jornadas.grulic.org.ar/7/contenido/programa/charlas/charla190">Welcome potential Kernel Hackers</a></b> por Christoph Hellwig
<li><b><a href="http://jornadas.grulic.org.ar/7/contenido/programa/charlas/charla50">Python y Concurrencia</a></b> por Lucio Torre
<p>Por otra parte, me dediqué a terminar algunas cosas que había empezado durante la semana, como ser: un módulo de brute force para formularios web como parte de <a href="http://xxx.foofus.net/~jmk/medusa/medusa.html">medusa</a> y terminar <a href="http://packages.qa.debian.org/dsniff">dsniff</a>. Éste último fue mi primer upload en Debian :-). Con respecto al módulo de <a href="http://xxx.foofus.net/~jmk/medusa/medusa.html">medusa</a>, se lo mandé a <a href="http://xxx.foofus.net/~jmk/">upstream</a> para las correcciones del caso y espero esté en su próxima versión.</p>
<p>Dado que estoy retomando mis obligaciones académicas, puede que dedique menos tiempo a este tipo de cosas. Pero me esforzaré por hacerlo regularmente. En particular, <a href="http://packages.qa.debian.org/imagemagick">imagemagick</a> necesita mucho trabajo y tengo <a href="http://qa.debian.org/wnpp.php?login=luciano%40linux.org.ar">muchos pendientes</a> de <a href="http://www.debian.org/devel/wnpp/">WNPP</a>.</p>
<p>Sin duda, necesito invertir más tiempo de calidad en lo que me gusta.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/cuasi-vacation-last-university-semester/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fin del semestre academico</title>
		<link>http://www.lucianobello.com.ar/post/fin-del-semestre-academico/</link>
		<comments>http://www.lucianobello.com.ar/post/fin-del-semestre-academico/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 19:58:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[university]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=859</guid>
		<description><![CDATA[Finalmente terminé el semestre académico. Todo hubiera salido de maravillas sino fuese por un tropezón en el final de Inteligencia Artificial, que tendré que volver a dar en septiembre. Primero, lo prometido (ni que fuera gran cosa). Los dos informes que presenté este semestre y que disfruté mucho de hacerlos. Ambos fueron comentados en este [...]]]></description>
			<content:encoded><![CDATA[<p>Finalmente terminé el semestre académico. Todo hubiera salido de maravillas sino fuese por un tropezón en el final de <i><a href="http://www.sistemas.frba.utn.edu.ar/index.php?option=com_content&amp;task=view&amp;id=54&amp;Itemid=109">Inteligencia Artificial</a></i>, que tendré que volver a dar en septiembre.</p>
<p>Primero, lo prometido (ni que fuera gran cosa). Los dos informes que presenté este semestre y que disfruté mucho de hacerlos. Ambos fueron comentados en este blog durante su confección y vienen acompañados de un poco de código para que pueda verse su parte “práctica”:
<ul>
<li><a href="http://www.lucianobello.com.ar/sudoku/">Algoritmos Genéticos para la Resolución de Sudokus</a> &#8211; (Inteligencia Artificial): Como <a href="http://lbello.livejournal.com/2007/05/16/">lo había comentado</a>, no esperen nada interesante desde el punto de vista de la resolución. Es, más bien, una ridiculez hecha informe. Planeo hacerle algunas mejoras al programa propuestas por amigos con demasiado tiempo libre.
<li><a href="http://www.lucianobello.com.ar/steganography/">Análisis y Detección de Esteganografía en Audio</a> &#8211; (Procesamiento de Señales): Tampoco esperen nada revelador. Aunque creo que también voy a mejorarle la parte algorítmica en algún momento. Si bien es algo más serio que el anterior, su enfoque está muy basado en los lenguajes y funciones utilizadas. Creo que se puede orientar más a lo analítico, por lo que sugerencias son bienvenidas.</ul>
<p>El semestre que voy a iniciar es el último antes de convertirme en ingeniero. Quedan 6 materias y el objetivo principal es terminar con un promedio superior a 7.</p>
<p>Otro tema. Gracias a todos lo que me saludaron y felicitaron por <a href="http://lbello.livejournal.com/2007/08/04/">mi nombramiento en Debian</a> :-). Sus elogios y empujones de entusiasmo hacen mucho bien.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/fin-del-semestre-academico/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>luciano at debian.org</title>
		<link>http://www.lucianobello.com.ar/post/luciano-at-debianorg/</link>
		<comments>http://www.lucianobello.com.ar/post/luciano-at-debianorg/#comments</comments>
		<pubDate>Sat, 04 Aug 2007 14:08:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=858</guid>
		<description><![CDATA[After a long long long process of 946 days, I’m a Debian Developer :-). Let’s have a drink&#8230; today it’s on me.]]></description>
			<content:encoded><![CDATA[<p>After a <a href="https://nm.debian.org/nmstatus.php?email=luciano%40linux.org.ar">long long long process</a> of <a href="http://www.timeanddate.com/date/durationresult.html?m1=12&amp;d1=31&amp;y1=2004&amp;m2=8&amp;d2=4&amp;y2=2007">946</a> days, I’m a Debian Developer :-).</p>
<p>Let’s have a drink&#8230; today it’s on me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/luciano-at-debianorg/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Eppur si muove</title>
		<link>http://www.lucianobello.com.ar/post/eppur-si-muove/</link>
		<comments>http://www.lucianobello.com.ar/post/eppur-si-muove/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 19:58:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[sorry for my english]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=857</guid>
		<description><![CDATA[yes &#124; w3m -M -F -dump http://nm.debian.org/nmlist.php 2> /dev/null &#124; grep -A 60 "Luciano Bello" > /tmp/DAM-`date +%F`.txt ; ! diff /tmp/DAM-`date -d yesterday +%F`.txt /tmp/DAM-`date +%F`.txt > /dev/null &#038;&#038; echo "Eppur si muove" Thanks and continue like this. Go for them^W us :)]]></description>
			<content:encoded><![CDATA[<p><tt>yes | w3m -M -F -dump http://nm.debian.org/nmlist.php 2> /dev/null | grep -A 60 "Luciano Bello" > /tmp/DAM-`date +%F`.txt ; ! diff /tmp/DAM-`date -d yesterday +%F`.txt /tmp/DAM-`date +%F`.txt > /dev/null &#038;&#038; echo "Eppur si muove"</tt></p>
<p>Thanks and <a href="https://nm.debian.org/nmlist.php#dam">continue like this</a>. Go for them^W us :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/eppur-si-muove/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DebConf7 ended</title>
		<link>http://www.lucianobello.com.ar/post/debconf7-ended/</link>
		<comments>http://www.lucianobello.com.ar/post/debconf7-ended/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 17:16:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=853</guid>
		<description><![CDATA[Bien, la misma depre de cada vez que una DebConf termina. La pasé realmente bien. En lo personal, este año fue bastante productivo: Actualicé davfs2, con las nuevas traducciones. Actualicé medusa, ahora con soporte para SSH. Actualicé nepenthes. Estudié bastante el bug #399892 y su relación con #358637. Esto ayudó a encontrar un bug en [...]]]></description>
			<content:encoded><![CDATA[<p><img align=right src='http://farm2.static.flickr.com/1218/556867253_39f6a4a998_m.jpg' />Bien, la misma depre de cada vez que una DebConf termina. La pasé realmente bien. En lo personal, este año fue bastante productivo:</p>
<ul>
<li> <a href="http://packages.qa.debian.org/d/davfs2/news/20070621T110203Z.html">Actualicé</a> <a href="http://packages.qa.debian.org/d/davfs2.html">davfs2</a>, con las nuevas traducciones.
<li> <a href="http://packages.qa.debian.org/m/medusa/news/20070622T104702Z.html">Actualicé</a> <a href="http://packages.qa.debian.org/medusa">medusa</a>, ahora con soporte para SSH.
<li> <a href="http://packages.qa.debian.org/n/nepenthes/news/20070623T180206Z.html">Actualicé</a> <a href="http://packages.qa.debian.org/n/nepenthes.html">nepenthes</a>. Estudié bastante el bug <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=399892">#399892</a> y su relación con <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=358637">#358637</a>. Esto ayudó a encontrar un bug en lintian, el <a href="http://bugs.debian.org/429528">#429528</a>, gracias a la ayuda de <a href="http://www.grep.be/">Wouter</a>, <a href="http://people.debian.org/~grisu/">Grisu</a> y  <a href="http://www.eyrie.org/~eagle/">Russ</a>.
<li> Trabajé bastante en dsniff. Levanté un <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=430162">pedido de ayuda</a> y lo sumé al <a href="http://svn.debian.org/wsvn/collab-maint/deb-maint/dsniff/">proyecto de mantención colaborativa</a>.
<li> Traté de acomodar algunas cosas con el <a href="https://launchpad.net/ubuntu">Launchpad</a> (yeap, finalmente cedí <a href="http://www.lucianobello.com.ar/fotos/?galerie=DebConf7%20-%20Edimburgo,%20Escocia&amp;photo=89">al mal</a> y ahora tengo un <a href="https://launchpad.net/~luciano-linux">usuario activo</a>).
<li> Dí de baja el <a href="http://bugs.debian.org/389754">ITP de pebrot</a> porque hay alternativas mejores.
<li> Largo etc.
</ul>
<p>Gracias a todos los organizadores por haber hecho una excelente <a href="https://debconf7.debconf.org/">DebConf7</a>. El año que viene espero ver a una <a href="https://debconf8.debconf.org/">Argentina llena de debianeros</a> :D</p>
<p>Ahora, después de un (muy) largo viaje, con algo de jetlag y la mochila perdida en el aeropuerto, me dispongo a empezar el ToDoList de la universidad. Van a ser días complicados&#8230; muy complicados&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/debconf7-ended/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>new/old challenges</title>
		<link>http://www.lucianobello.com.ar/post/newold-challenges/</link>
		<comments>http://www.lucianobello.com.ar/post/newold-challenges/#comments</comments>
		<pubDate>Thu, 26 Apr 2007 18:50:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[crypto]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=844</guid>
		<description><![CDATA[Desde hace unos meses, he sumado dos elementos al unitario conjunto de hobbies en mi vida (me refiero a los hobbies extra-computacionales), que estaba compuesto, únicamente, por eventuales apariciones de mi vulgar fotografía. Si bien gusto de leer, no lo considero tanto un hobby, sino algo necesario, con lo que lo excluyo del conjunto. Estos [...]]]></description>
			<content:encoded><![CDATA[<p>Desde hace unos meses, he sumado dos elementos al unitario conjunto de <em>hobbies</em> en mi vida (me refiero a los hobbies extra-computacionales), que estaba compuesto, únicamente, por eventuales apariciones de <a href="http://www.flickr.com/photos/lbello/">mi vulgar fotografía</a>. Si bien gusto de leer, no lo considero tanto un hobby, sino algo necesario, con lo que lo excluyo del conjunto. Estos dos nuevos elementos son: el <a href="http://www.aago.org.ar/">juego del go</a> y <a href="http://es.wikipedia.org/wiki/Tango#La_danza">el baile de la danza rioplatense</a>. Ambos, en una evidente condición de neófito pero sin duda muy disfrutables, me ayudan a despejarme en los cada vez menos disponibles espacios de ocio.</p>
<p>La razón de esta reducción de <a href="http://www.wedigdixon.com/public_html/idle_time/idle.html"><em>idle time</em></a> es provocada por:<br />
a) La vida universitaria, la pila de materias que estoy cursando para recibirme rápido y la cantidad de trabajos prácticos que implican estas materias.<br />
b) El cursado de un <a href="http://cripto.iese.edu.ar/">posgrado en Criptografía y Seguridad Teleinformática</a> que empecé recientemente.<br />
c) Algunos trabajos que estoy empezando a hacer para una empresa de seguridad local, llamada <a href="http://www.shellcode.com.ar/">Shellcode</a> y en la que espero divertirme mucho. (Esto se suma a <a href="http://www.arcert.gov.ar/">mi actual trabajo</a>, no lo reemplaza).<br />
d) Retomar el mucho <a href="http://qa.debian.org/developer.php?login=luciano@linux.org.ar">trabajo pendiente que tengo en Debian</a>.</p>
<p>Empiezo nuevos desafíos. Continúo los pendiente. Y eso está bueno :).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/newold-challenges/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>sometimes, unusual things happens (x2)</title>
		<link>http://www.lucianobello.com.ar/post/sometimes-unusual-things-happens-x2/</link>
		<comments>http://www.lucianobello.com.ar/post/sometimes-unusual-things-happens-x2/#comments</comments>
		<pubDate>Wed, 14 Mar 2007 13:44:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[sorry for my english]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=842</guid>
		<description><![CDATA[Causality I: The Cause: CVE-2007-1365 The Effect: Causality II: The Cause: DAM has an idle evening The Effect:]]></description>
			<content:encoded><![CDATA[<h2>Causality I:</h2>
<p><b>The Cause:</b> <a href="http://www.coresecurity.com/?action=item&amp;id=1703">CVE-2007-1365</a></p>
<p><b>The Effect:</b><br />
<a href="http://www.openbsd.org" border="0" ><img border="0" src='http://www.lucianobello.com.ar/blog/openbsdVuln.png' /></a></p>
<h2>Causality II:</h2>
<p><b>The Cause:</b> DAM has an idle evening</p>
<p><b>The Effect:</b><br />
<a href="http://nm.debian.org" border="0" ><img border="0" src='http://www.lucianobello.com.ar/blog/DAMnone.png' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/sometimes-unusual-things-happens-x2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>778 days of &#8220;being processed&#8221;</title>
		<link>http://www.lucianobello.com.ar/post/778-days-of-being-processed/</link>
		<comments>http://www.lucianobello.com.ar/post/778-days-of-being-processed/#comments</comments>
		<pubDate>Tue, 06 Mar 2007 15:06:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=841</guid>
		<description><![CDATA[Finalmente, después de muchas idas y venidas, tengo por aprobado en Tasks &#38; Skills y mi nuevo AM, formorer, realizó mi reporte de recomendación. Esta es la razón de estos dos nuevos íconos, ahora estoy en waiting for Front Desk approval: Este pequeño logro, que parece tan trivial, llevó 778 días desde el advocate de [...]]]></description>
			<content:encoded><![CDATA[<p>Finalmente, después de muchas idas y venidas, tengo por aprobado en <a href="http://www.debian.org/devel/join/nm-step4">Tasks &amp; Skills</a> y mi nuevo <a href="http://www.debian.org/devel/join/newmaint#AppMan">AM</a>, <a href="http://www.formorer.de">formorer</a>, realizó <a href="http://lists.debian.org/debian-newmaint/2007/03/msg00003.html">mi reporte de recomendación</a>. Esta es la razón de estos dos nuevos íconos, ahora estoy en <i><a href="https://nm.debian.org/nmlist.php#fd">waiting for Front Desk approval</a></i>:<br />
<img src='http://www.lucianobello.com.ar/blog/report.png' /><br />
Este pequeño logro, que parece tan trivial, llevó 778 días desde el advocate de <a href="http://www.gwolf.org/">Gunnar</a> fue confirmado:<br />
<img src='http://www.lucianobello.com.ar/blog/report1.png' /><br />
Mi nuevo <a href="https://nm.debian.org/nmstatus.php?email=luciano%40linux.org.ar">status</a>. Ya <i><a href="http://heracles.corsac.net/~corsac/debian/nm/">casi</a></i> termino :).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/778-days-of-being-processed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dear Santa Pyro</title>
		<link>http://www.lucianobello.com.ar/post/dear-santa-pyro/</link>
		<comments>http://www.lucianobello.com.ar/post/dear-santa-pyro/#comments</comments>
		<pubDate>Tue, 19 Dec 2006 17:11:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[sorry for my english]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=832</guid>
		<description><![CDATA[Dear Santa Pyro, I&#8217;ve been a really good maintainer this year and I hope not to get coal. Don&#8217;t let my not-updated-lintian-page fool you. My packages hasn&#8217;t got any RC bug in unstable or testing and they are all updated. What I really want for Christmas is Task and Skill step finished. That will look [...]]]></description>
			<content:encoded><![CDATA[<p>Dear Santa <a href="http://bignachos.net/">Pyro</a>,<br />
<img align=left src='http://home.lucianobello.com.ar/blog/santaPyro.png' />I&#8217;ve been a really good maintainer this year and I hope not to get coal. Don&#8217;t let my <a href="http://lintian.debian.org/reports/mLuciano_Bello.html">not-updated-lintian-page</a> fool you. My packages hasn&#8217;t got any <a href="http://bugs.debian.org/luciano%40linux.org.ar">RC bug in unstable or testing</a> and they are all updated.<br />
What I really want for Christmas is <a href="http://www.debian.org/devel/join/nm-step4">Task and Skill step</a> finished. That will look great under Christmas tree :)<br />
Thanks in advance.</p>
<p>Your eternal <a href="https://nm.debian.org/nmstatus.php?email=luciano%40linux.org.ar">applicant</a>, luciano</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/dear-santa-pyro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>medusa, welcome to debian</title>
		<link>http://www.lucianobello.com.ar/post/medusa-welcome-to-debian/</link>
		<comments>http://www.lucianobello.com.ar/post/medusa-welcome-to-debian/#comments</comments>
		<pubDate>Mon, 04 Sep 2006 02:53:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=818</guid>
		<description><![CDATA[¡Bienvenido a Debian, medusa! El paquete en cuestión (quien no tiene ninguna relación con el buscador gnomero) es un simpático brute-forcer on-line, del estilo Hydra, pero sin sus problemas de licencia. Además, nada (o poco) que envidiarle a la elección del hacker. Bugs and opinions are welcome.]]></description>
			<content:encoded><![CDATA[<p>¡<a href="http://packages.qa.debian.org/medusa">Bienvenido a Debian, medusa</a>!</p>
<p>El paquete en cuestión (quien no tiene ninguna relación con <a href="http://packages.debian.org/oldstable/utils/medusa">el buscador gnomero</a>) es un simpático <a href="http://es.wikipedia.org/wiki/Ataque_de_fuerza_bruta">brute-forcer</a> on-line, del estilo <a href="http://thc.org.segfault.net/thc-hydra/">Hydra</a>, pero sin <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=258057">sus problemas de licencia</a>. Además, <a href="http://www.foofus.net/jmk/medusa/medusa-compare.html">nada (o poco) que envidiarle</a> a la <a href="http://www.thc.org/"><i>elección del hacker</i></a>.</p>
<p>Bugs and opinions are welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/medusa-welcome-to-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mirá, mirá. Estoy en la tele</title>
		<link>http://www.lucianobello.com.ar/post/mira-mira-estoy-en-la-tele/</link>
		<comments>http://www.lucianobello.com.ar/post/mira-mira-estoy-en-la-tele/#comments</comments>
		<pubDate>Sat, 13 May 2006 08:56:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=791</guid>
		<description><![CDATA[¡Ya hay streaming de video en DebConf6! Explicación para el lector no techi de este blog: ¿Qué significa esto? Significa que se puede ver y oir, vía InterNet, en vivo lo que ocurre en la sala de conferencias. Esta es una noticia particularmente buena, porque mañana seré disertante durante el DebianDay. Mamá, estate atenta que [...]]]></description>
			<content:encoded><![CDATA[<p>¡Ya hay <a href="http://es.wikipedia.org/wiki/Streaming">streaming</a> de video en <a href="http://debconf6.debconf.org/">DebConf6</a>!</p>
<p>Explicación para el lector no techi de este blog:<br />
¿Qué significa esto? Significa que se puede ver y oir, vía InterNet, en vivo lo que ocurre en la sala de conferencias.</p>
<p>Esta es una noticia particularmente buena, porque mañana <a href="https://debconf6.debconf.org/debday-comas/general/proposals/16">seré disertante</a> durante el <a href="http://debconf6.debconf.org/debianday/">DebianDay</a>.</p>
<p>Mamá, estate atenta que estaré en la tele :D!!!</p>
<p>La dirección es <a href="http://video.debconf.org:8000/tower.ogg">http://video.debconf.org:8000/tower.ogg</a>, estaré a las 6pm hora méxico (8pm hora Buenos Aires).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/mira-mira-estoy-en-la-tele/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>geekeadas últimas</title>
		<link>http://www.lucianobello.com.ar/post/geekeadas-ultimas/</link>
		<comments>http://www.lucianobello.com.ar/post/geekeadas-ultimas/#comments</comments>
		<pubDate>Sun, 16 Apr 2006 21:30:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=783</guid>
		<description><![CDATA[Estoy entre semanas bastante ocupadas. Pero después de tres feriados recordé que no es normal ese color rojizo alrededor de mis corneas y dormí hasta despertarme espontáneamente, lo que amerita un post en sí mismo. Algunas geekeadas de estos últimos días. El vocablo fakeraid debería ser reemplazado por fuckraid. Nota mental, nunca volver a comprar [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.asciigirl.com/gallery/main.php?g2_view=core:ShowItem&amp;g2_itemId=6715"><img align=right src="http://www.asciigirl.com/gallery/main.php?g2_view=core:DownloadItem&#038;g2_itemId=6716&#038;g2_serialNumber=1"></a>Estoy entre semanas bastante ocupadas. Pero después de tres feriados recordé que no es normal ese color rojizo alrededor de mis <a href="http://es.wikipedia.org/wiki/C%C3%B3rnea">corneas</a> y dormí hasta despertarme espontáneamente, lo que amerita un post en sí mismo. Algunas geekeadas de estos últimos días.</p>
<p>El vocablo <i><a href="https://wiki.ubuntu.com/FakeRaidHowto#head-878b32bfc756fb6aa85e22c84c4b4de9a2b22073">fakeraid</a></i> debería ser reemplazado por <i>fuckraid</i>. Nota mental, nunca volver a comprar un <a href="http://www.webopedia.com/TERM/R/RAID.html">RAID</a> de <a href="http://en.wikipedia.org/wiki/Serial_ATA">serial ATA</a>. Después de pelearme con ellos durante semanas en el nuevo servidor de <a href="http://www.raqlink.com/">RaqLink</a>, decidimos simplemente no usarlo. Son una mentira. Segunda nota mental, forzar una placa a <a href="http://www.cisco.com/univercd/cc/td/doc/product/lan/1548mswi/install/concepts.htm">10 Mbps full-duplex</a> no es trivial durante la instalación de Debian, donde uno no cuenta con <i><a href="http://www.netadmintools.com/html/mii-tool.man.html">mii-tool</a></i>. Avanzamos en su instalación, pero no terminamos, por lo que seguiremos puteando en los próximos días.</p>
<p>Mi <a href="http://www.debian.org/devel/join/nm-step4">T&amp;S</a> parte II volvió con algunas correcciones. Aunque la peor parte es que también trajo un par de “<i>That’s not true</i>” y “<i>but what about</i>”. Voy a ver si hoy le respondo.</p>
<p>Mi alemán mejora cada día, pero no al paso que quisiera.</p>
<p>No logré correr <a href="http://cm.bell-labs.com/plan9/">Plan9</a> en <a href="http://www.vmware.com/">VMware</a>, esto quedará para después. Tengo un horrible problema de visualización de ventanas.</p>
<p>Solucioné el <a href="http://wiki.archlinux.org/index.php/XOrg_Font_Configuration#I_have_some_apps_compiled_against_Gtk.2B_2.2_and_under_and_fonts_still_look_like_garbage.">problema de las fuentes pequeñas</a> en mi portátil.<br />
En <tt>/etc/fonts/local.conf</tt>:</p>
<pre>
  &lt;match target=“pattern”&gt;
          &lt;edit name=“dpi” mode=“assign”&gt;&lt;double&gt;100&lt;/double&gt;&lt;/edit&gt;
  &lt;/match>
</pre>
<p>Y en la variable <tt>ServerArgsLocal</tt> del archivo <tt>/etc/kde3/kdm/kdmrc</tt> agregar <tt>-dpi 100</tt>.</p>
<p>Tengo unas terribles ganas de irme a <a href="http://debconf6.debconf.org/">DebConf6</a>, ya cada vez falta menos.</p>
<p>Y por último, la gran noticia de la semana (de ayer para ser más preciso):<br />
<b>Marcela did it again!</b> <a href="https://nm.debian.org/nmstatus.php?email=mtiznado%40linux.org.ar">Aprobó <b>todo lo necesario para ser DD</b> y está a la espera de su cuenta</a>!! Eso nos convierte en el 1er país en la historia con tener la mayoría de desarrolladores mujeres :P.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/geekeadas-ultimas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soccer geeks at DebConf6</title>
		<link>http://www.lucianobello.com.ar/post/soccer-geeks-at-debconf6/</link>
		<comments>http://www.lucianobello.com.ar/post/soccer-geeks-at-debconf6/#comments</comments>
		<pubDate>Fri, 31 Mar 2006 16:16:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[sorry for my english]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=780</guid>
		<description><![CDATA[Get ready for the first Debian Soccer Cup in Oaxtapec. :P As we all know, sports are good for geeks&#8230;. that&#8217;s why I&#8217;m organizing a Debconf Football Championship/Match. I would like to invite you all (yes, girls included) to join this championship/match. Depending of how many people we will be and the field size that [...]]]></description>
			<content:encoded><![CDATA[<p><img align=right src='http://home.lucianobello.com.ar/blog/debianSoccer.jpg' />Get ready for the first Debian Soccer Cup in <a href="http://debconf6.debconf.org/">Oaxtapec</a>. :P</p>
<p>As we all know, sports are good for geeks&#8230;. that&#8217;s why I&#8217;m organizing a <a href="http://debconf6.debconf.org/">Debconf</a> Football Championship/Match. I would like to invite you all (yes, girls included) to join this championship/match.</p>
<p>Depending of how many people we will be and the field size that will be a single match or a championship. </p>
<p>All DebConf6 attendees are <a href="http://wiki.debian.org/DebConf6Soccer">invited</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/soccer-geeks-at-debconf6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Anniversary, Pyro!</title>
		<link>http://www.lucianobello.com.ar/post/happy-anniversary-pyro/</link>
		<comments>http://www.lucianobello.com.ar/post/happy-anniversary-pyro/#comments</comments>
		<pubDate>Tue, 28 Mar 2006 11:46:00 +0000</pubDate>
		<dc:creator>luciano</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[sorry for my english]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lucianobello.com.ar/?p=779</guid>
		<description><![CDATA[Today is an special day. One year ago we (yes, you and me), started a beautiful path together. A long path with wisdoms and mistakes. I learned about Debian and you about correcting me, but both learned to wait each other. Dear Pyro, for not to many years together, with this wonderful relation ApplicationManager-Applicant, I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/March_28">Today</a> is an special day.</p>
<p><a href="https://nm.debian.org/nmstatus.php?email=luciano@linux.org.ar">One year ago</a> we (yes, <a href="http://bignachos.net/">you</a> and <a href="http://www.lucianobello.com.ar/">me</a>), started a beautiful path together. A long path with wisdoms and mistakes. I learned about Debian and you about correcting me, but both learned to wait each other. </p>
<p>Dear Pyro, for not to many years together, with this wonderful relation ApplicationManager-Applicant, I say you: <b>Happy Anniversary!</b></p>
<p><img align=center src='http://home.lucianobello.com.ar/blog/HappyAnniversaryPyro.png' /></p>
<p><font size=-3>PD: don&#8217;t get angry, I&#8217;m just joking (c:</font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucianobello.com.ar/post/happy-anniversary-pyro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

