<?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>Calcifer &#187; humor</title>
	<atom:link href="http://blog.calcifer.com.ar/tag/humor/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.calcifer.com.ar</link>
	<description></description>
	<lastBuildDate>Sat, 02 Oct 2010 05:32:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Humor en comentarios de códigos fuente</title>
		<link>http://blog.calcifer.com.ar/2009/07/humor-en-comentarios-de-codigos-fuente/</link>
		<comments>http://blog.calcifer.com.ar/2009/07/humor-en-comentarios-de-codigos-fuente/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 21:48:46 +0000</pubDate>
		<dc:creator>lvidarte</dc:creator>
				<category><![CDATA[None]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[humor]]></category>

		<guid isPermaLink="false">http://blog.calcifer.com.ar/?p=443</guid>
		<description><![CDATA[Visto en stackoverflow.com
Algunos de ellos:
// sometimes I believe compiler ignores
// all my comments
// When I wrote this, only God and I understood
// what I was doing. Now, God only knows
if &#40;/*you*/ $_GET&#91;'action'&#93;&#41; &#123; //celebrate
// 
// Dear maintainer:
// 
// Once you are done trying to 'optimize'
// this routine, and have realized what
// a terrible mistake that [...]]]></description>
			<content:encoded><![CDATA[<p class="from">Visto en <a href="http://stackoverflow.com/questions/184618" class="external">stackoverflow.com</a></p>
<p>Algunos de ellos:</p>
<div class="codecolorer-container c " style="overflow:auto;white-space:nowrap;width:435px"><div class="c codecolorer" style="font-family:Monaco,Lucida Console,monospace"><span class="co1">// sometimes I believe compiler ignores</span><br />
<span class="co1">// all my comments</span></div></div>
<div class="codecolorer-container text " style="overflow:auto;white-space:nowrap;width:435px"><div class="text codecolorer" style="font-family:Monaco,Lucida Console,monospace">// When I wrote this, only God and I understood<br />
// what I was doing. Now, God only knows</div></div>
<div class="codecolorer-container php " style="overflow:auto;white-space:nowrap;width:435px"><div class="php codecolorer" style="font-family:Monaco,Lucida Console,monospace"><span class="kw1">if</span> <span class="br0">&#40;</span><span class="coMULTI">/*you*/</span> <span class="re0">$_GET</span><span class="br0">&#91;</span><span class="st_h">'action'</span><span class="br0">&#93;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span> <span class="co1">//celebrate</span></div></div>
<div class="codecolorer-container text " style="overflow:auto;white-space:nowrap;width:435px"><div class="text codecolorer" style="font-family:Monaco,Lucida Console,monospace">// <br />
// Dear maintainer:<br />
// <br />
// Once you are done trying to 'optimize'<br />
// this routine, and have realized what<br />
// a terrible mistake that was, please<br />
// increment the following counter as a<br />
// warning to the next guy:<br />
// <br />
// total_hours_wasted_here = 16<br />
//</div></div>
<div class="codecolorer-container text " style="overflow:auto;white-space:nowrap;width:435px"><div class="text codecolorer" style="font-family:Monaco,Lucida Console,monospace">// I'm sorry.</div></div>
<div class="codecolorer-container c " style="overflow:auto;white-space:nowrap;width:435px"><div class="c codecolorer" style="font-family:Monaco,Lucida Console,monospace">virgin <span class="sy0">=</span> <span class="nu0">0</span><span class="sy0">;</span> <span class="coMULTI">/* you're not a virgin anymore, sweety */</span></div></div>
<div class="codecolorer-container php " style="overflow:auto;white-space:nowrap;width:435px"><div class="php codecolorer" style="font-family:Monaco,Lucida Console,monospace"><span class="sy0">...</span> or <a href="http://www.php.net/die"><span class="kw3">die</span></a> <span class="co1">// bitch</span></div></div>
<div class="codecolorer-container text " style="overflow:auto;white-space:nowrap;width:435px"><div class="text codecolorer" style="font-family:Monaco,Lucida Console,monospace">// This is crap code but it's 3 a.m. and<br />
// I need to get this working.</div></div>
<div class="codecolorer-container text " style="overflow:auto;white-space:nowrap;width:435px"><div class="text codecolorer" style="font-family:Monaco,Lucida Console,monospace">// Hard to explain</div></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.calcifer.com.ar/2009/07/humor-en-comentarios-de-codigos-fuente/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What’s your favorite “programmer” cartoon?</title>
		<link>http://blog.calcifer.com.ar/2008/12/whats-your-favorite-programmer-cartoon/</link>
		<comments>http://blog.calcifer.com.ar/2008/12/whats-your-favorite-programmer-cartoon/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 04:48:47 +0000</pubDate>
		<dc:creator>lvidarte</dc:creator>
				<category><![CDATA[None]]></category>
		<category><![CDATA[humor]]></category>

		<guid isPermaLink="false">http://blog.calcifer.com.ar/?p=176</guid>
		<description><![CDATA[From stackoverflow.com

]]></description>
			<content:encoded><![CDATA[<p class="from">From <a href="http://stackoverflow.com/questions/84556/whats-your-favorite-programmer-cartoon" class="external">stackoverflow.com</a></p>
<p><a href="/uploads/2008/12/bug-feature.jpg"><img src="/uploads/2008/12/bug-feature.jpg" alt="" title="bug-feature" class="aligncenter size-medium" style="width:400px" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.calcifer.com.ar/2008/12/whats-your-favorite-programmer-cartoon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perl Best Practices &#8211; Regla Primera</title>
		<link>http://blog.calcifer.com.ar/2008/06/perl-best-practices-primera-regla/</link>
		<comments>http://blog.calcifer.com.ar/2008/06/perl-best-practices-primera-regla/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 19:13:20 +0000</pubDate>
		<dc:creator>lvidarte</dc:creator>
				<category><![CDATA[cites]]></category>
		<category><![CDATA[humor]]></category>

		<guid isPermaLink="false">http://blog.calcifer.com.ar/2008/06/02/perl-best-practices-primera-regla/</guid>
		<description><![CDATA[Vía Barrapunto
Siempre programa como si la persona que acabe manteniendo tu código sea un violento psicópata que sabe dónde vives.
]]></description>
			<content:encoded><![CDATA[<div class="from">Vía <a href="http://preguntas.barrapunto.com/comments.pl?sid=76913&#038;cid=1049653" class="linkexternal">Barrapunto</a></div>
<blockquote class="cite"><p>Siempre programa como si la persona que acabe manteniendo tu código sea un violento psicópata que sabe dónde vives.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.calcifer.com.ar/2008/06/perl-best-practices-primera-regla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Everybody stand back</title>
		<link>http://blog.calcifer.com.ar/2008/04/everybody-stand-back/</link>
		<comments>http://blog.calcifer.com.ar/2008/04/everybody-stand-back/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 13:03:47 +0000</pubDate>
		<dc:creator>lvidarte</dc:creator>
				<category><![CDATA[None]]></category>
		<category><![CDATA[humor]]></category>

		<guid isPermaLink="false">http://blog.calcifer.com.ar/?p=274</guid>
		<description><![CDATA[From xkcd

]]></description>
			<content:encoded><![CDATA[<p class="from">From <a href="http://xkcd.com/208/">xkcd</a></p>
<p><a href="http://blog.calcifer.com.ar/uploads/2008/04/regular_expressions.png"><img src="http://blog.calcifer.com.ar/uploads/2008/04/regular_expressions.png" alt="regular_expressions" title="regular_expressions" width="420" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.calcifer.com.ar/2008/04/everybody-stand-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paradoja del gato y la mantequilla</title>
		<link>http://blog.calcifer.com.ar/2008/02/paradoja-del-gato-y-la-mantequilla/</link>
		<comments>http://blog.calcifer.com.ar/2008/02/paradoja-del-gato-y-la-mantequilla/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 14:13:33 +0000</pubDate>
		<dc:creator>lvidarte</dc:creator>
				<category><![CDATA[humor]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.calcifer.com.ar/2008/02/14/paradoja-del-gato-y-la-mantequilla/</guid>
		<description><![CDATA[Conocida es la paradoja del gato y la mantequilla, que se demuestra por aplicación de dos leyes de Murphy. He aquí un un corto de animación de Kimberly Miner que, si bien no arroja nuevas luces sobre el tema, ilustra la cuestión:

]]></description>
			<content:encoded><![CDATA[<p>Conocida es la <a href="http://en.wikipedia.org/wiki/Buttered_cat_paradox" class="linkwikipedia">paradoja del gato y la mantequilla</a>, que se demuestra por aplicación de dos <a href="http://uncyclopedia.org/wiki/Murphy%27s_law_application_for_antigravitatory_cats" class="linkexternal">leyes de Murphy</a>. He aquí un un corto de animación de <a href="http://kminer.net/gallery.html#perpmotion" class="linkexternal">Kimberly Miner</a> que, si bien no arroja nuevas luces sobre el tema, ilustra la cuestión:</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/wvRzWYCZ2e0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/wvRzWYCZ2e0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.calcifer.com.ar/2008/02/paradoja-del-gato-y-la-mantequilla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Every base is base 10</title>
		<link>http://blog.calcifer.com.ar/2007/10/every-base-is-base-10/</link>
		<comments>http://blog.calcifer.com.ar/2007/10/every-base-is-base-10/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 22:39:04 +0000</pubDate>
		<dc:creator>lvidarte</dc:creator>
				<category><![CDATA[None]]></category>
		<category><![CDATA[humor]]></category>

		<guid isPermaLink="false">http://blog.calcifer.com.ar/?p=414</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://cowbird.110mb.com/43.html"><img src="http://blog.calcifer.com.ar/uploads/2009/04/base10.png" alt="base10" title="base10" width="297" height="255" class="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.calcifer.com.ar/2007/10/every-base-is-base-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ita-kora-sui-chi!</title>
		<link>http://blog.calcifer.com.ar/2007/09/ita-kora-sui-chi/</link>
		<comments>http://blog.calcifer.com.ar/2007/09/ita-kora-sui-chi/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 18:28:00 +0000</pubDate>
		<dc:creator>lvidarte</dc:creator>
				<category><![CDATA[humor]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.calcifer.com.ar/2007/09/14/ita-kora-sui-chi/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/17yXCtp0KaM&#038;hl=es"></param><embed src="http://www.youtube.com/v/17yXCtp0KaM&#038;hl=es" type="application/x-shockwave-flash" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.calcifer.com.ar/2007/09/ita-kora-sui-chi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>La relatividad no existe, son los padres</title>
		<link>http://blog.calcifer.com.ar/2007/08/la-relatividad-no-existe-son-los-padres/</link>
		<comments>http://blog.calcifer.com.ar/2007/08/la-relatividad-no-existe-son-los-padres/#comments</comments>
		<pubDate>Fri, 31 Aug 2007 13:11:23 +0000</pubDate>
		<dc:creator>lvidarte</dc:creator>
				<category><![CDATA[cites]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[science]]></category>

		<guid isPermaLink="false">http://blog.calcifer.com.ar/2007/08/31/la-relatividad-no-existe-son-los-padres/</guid>
		<description><![CDATA[Vía Menéame
En una entrevista a Einstein un pediodista le pregunta “¿Me puede Ud. explicar la Relatividad?” Einstein contesta “¿Me puede Ud. explicar cómo se fríe un huevo?”. El periodista lo mira extrañado y le contesta “Pues, sí, sí que puedo”, a lo cual Einstein replica “Bueno, pues hágalo, pero imaginando que yo no sé lo [...]]]></description>
			<content:encoded><![CDATA[<div class="from">Vía <a href="http://meneame.net/story/einstein-y-sus-cosas" class="linkexternal">Menéame</a></div>
<p>En una entrevista a Einstein un pediodista le pregunta “¿Me puede Ud. explicar la Relatividad?” Einstein contesta “¿Me puede Ud. explicar cómo se fríe un huevo?”. El periodista lo mira extrañado y le contesta “Pues, sí, sí que puedo”, a lo cual Einstein replica “Bueno, pues hágalo, pero imaginando que yo no sé lo que es un huevo, ni una sartén, ni el aceite, ni el fuego”.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.calcifer.com.ar/2007/08/la-relatividad-no-existe-son-los-padres/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>La ley de los programadores</title>
		<link>http://blog.calcifer.com.ar/2007/08/la-ley-de-los-programadores/</link>
		<comments>http://blog.calcifer.com.ar/2007/08/la-ley-de-los-programadores/#comments</comments>
		<pubDate>Wed, 08 Aug 2007 13:57:57 +0000</pubDate>
		<dc:creator>lvidarte</dc:creator>
				<category><![CDATA[cites]]></category>
		<category><![CDATA[humor]]></category>

		<guid isPermaLink="false">http://blog.calcifer.com.ar/2007/08/08/la-ley-de-los-programadores/</guid>
		<description><![CDATA[Vía Mircrosiervos
Todo valor introducido por el usuario es tonto o malicioso a menos que se demuestre lo contrario.
- Michael Howard, experto en seguridad

]]></description>
			<content:encoded><![CDATA[<div class="from">Vía <a href="http://www.microsiervos.com/archivo/frases-citas/ley-programadores.html" class="linkexternal">Mircrosiervos</a></div>
<blockquote class="cite"><p>Todo valor introducido por el usuario es tonto o malicioso a menos que se demuestre lo contrario.</p>
<p class="firm">- Michael Howard, experto en seguridad</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.calcifer.com.ar/2007/08/la-ley-de-los-programadores/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Bongo Project</title>
		<link>http://blog.calcifer.com.ar/2007/07/the-bongo-project/</link>
		<comments>http://blog.calcifer.com.ar/2007/07/the-bongo-project/#comments</comments>
		<pubDate>Tue, 24 Jul 2007 16:33:30 +0000</pubDate>
		<dc:creator>lvidarte</dc:creator>
				<category><![CDATA[None]]></category>
		<category><![CDATA[humor]]></category>

		<guid isPermaLink="false">http://blog.calcifer.com.ar/2007/07/24/the-bongo-project/</guid>
		<description><![CDATA[How do you connect to the Internet? Dialup? Cable modem? How about Bongo Drums???

Dial-up has never looked so good! &#8211; classmate
http://eagle.auc.ca/~dreid/
]]></description>
			<content:encoded><![CDATA[<p>How do you connect to the Internet? Dialup? Cable modem? How about Bongo Drums???</p>
<p class="center"><img src='/uploads/2007/07/test1.jpg' alt='Bongo Drums' width="420" /><br />
<em>Dial-up has never looked so good! &#8211; classmate</em></p>
<p><a href="http://eagle.auc.ca/~dreid/" class="linkexternal">http://eagle.auc.ca/~dreid/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.calcifer.com.ar/2007/07/the-bongo-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

