<?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>luauf.com &#187; Humor</title>
	<atom:link href="http://luauf.com/category/miscelaneas/humor-miscelaneas/feed/" rel="self" type="application/rss+xml" />
	<link>http://luauf.com</link>
	<description>Sistemas Operativos, Bases de Datos, Programación y Redes</description>
	<lastBuildDate>Mon, 14 May 2012 01:15:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Otra sátira de código fuente, esta vez: Windows 7</title>
		<link>http://luauf.com/2009/12/26/otra-satira-de-codigo-fuente-esta-vez-windows-7/</link>
		<comments>http://luauf.com/2009/12/26/otra-satira-de-codigo-fuente-esta-vez-windows-7/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 14:20:45 +0000</pubDate>
		<dc:creator>Luciano</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Miscelaneas]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Codigo fuente]]></category>
		<category><![CDATA[satira]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://luauf.com/?p=1144</guid>
		<description><![CDATA[Luego de las exitosas publicaciones del código fuente de Windows 98, código fuente de Windows Vista y otra de Windows ¿2001? hoy se suma una más, Windows 7. #include “dos.h” #include “win95.h” #include...]]></description>
			<content:encoded><![CDATA[<p>Luego de las exitosas publicaciones del <a href="../2008/07/03/codigo-fuente-de-windows-98/">código fuente de Windows 98</a>, <a href="../2008/04/28/windows-vista-open-source/">código fuente de Windows Vista</a> y <a href="http://luauf.com/2009/03/30/nueva-satira-del-codigo-fuente-de-windows/">otra de Windows ¿2001?</a> hoy se suma una más, Windows 7.</p>
<p align="center"><a href="http://luauf.com/wp-content/uploads/2009/12/windows7.png"><img class="aligncenter size-full wp-image-1264" title="windows7" src="http://luauf.com/wp-content/uploads/2009/12/windows7.png" alt="" width="174" height="240" /></a></p>
<p><span id="more-1144"></span></p>
<div class="syntax_hilite">
<div id="c-2">
<div class="c"><span style="color: #339933;">#include “dos.h”</span><br />
<span style="color: #339933;">#include “win95.h”</span><br />
<span style="color: #339933;">#include “win98.h”</span><br />
<span style="color: #339933;">#include “winNT.h”</span><br />
<span style="color: #339933;">#include “monopoly.h”</span><br />
<span style="color: #339933;">#include “backdoor.h”</span><br />
<span style="color: #339933;">#define TIPO_INSTALACION = DIFICIL</span><br />
<span style="color: #339933;">#include “sco_unix.h”</span></p>
<p>class windows7 extends Windows XP implements Nothing<br />
<span style="color: #66cc66;">&#123;</span><br />
<span style="color: #66cc66;">&#125;</span></p>
<p><span style="color: #993333;">int</span> totalNewFeatures = <span style="color: #cc66cc;">3</span>;<br />
<span style="color: #993333;">int</span> totalWorkingNewFeatures = <span style="color: #cc66cc;">0</span>;<br />
<span style="color: #993333;">float</span> numberOfBugs = 345889E+<span style="color: #cc66cc;">08</span>;<br />
boolean readyForrelease = <span style="color: #000000; font-weight: bold;">FALSE</span>;</p>
<p><span style="color: #993333;">void</span> main<br />
<span style="color: #66cc66;">&#123;</span><br />
display_copyright_message<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</p>
<p><span style="color: #b1b100;">while</span> <span style="color: #66cc66;">&#40;</span>!CRASHED<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></p>
<p><span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>first_tiem_install<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></p>
<p><span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span>installedRAM &amp;lt;2GB || <span style="color: #66cc66;">&#40;</span>processorSpeed &amp;lt;4GHz<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><br />
MessageBox<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&#8220;Error: hardware incompatible.&#8221;</span><span style="color: #66cc66;">&#41;</span>;<br />
GetKeyPress<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
BSOD<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
<span style="color: #66cc66;">&#125;</span><br />
<span style="color: #66cc66;">&#125;</span></p>
<p>Make10GBswapfile<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</p>
<p>SearchAndDestroy<span style="color: #66cc66;">&#40;</span>FIREFOX|OPENOFFICEORG|ANYTHING_GOOGLE<span style="color: #66cc66;">&#41;</span>;</p>
<p>AddRandomDriver<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</p>
<p>MessageBox<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&#8220;Error: Controlador incompatible.&#8221;</span><span style="color: #66cc66;">&#41;</span>;</p>
<p>GetKeyPress<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</p>
<p>BSOD<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</p>
<p><span style="color: #66cc66;">&#125;</span></p>
<p><span style="color: #808080; font-style: italic;">//printf(”Bienvenido a Windows NT”);</span><br />
<span style="color: #808080; font-style: italic;">//printf(”Bienvenido a Windows 2000″);</span><br />
<span style="color: #808080; font-style: italic;">//printf(”Bienvenido a Windows XP”);</span><br />
<span style="color: #808080; font-style: italic;">//printf(”Bienvenido a Windows VISTA”);</span><br />
<a href="http://www.opengroup.org/onlinepubs/009695399/functions/printf.html"><span style="color: #000066;">printf</span></a><span style="color: #66cc66;">&#40;</span>”Bienvenido a Windows <span style="color: #cc66cc;">7</span>″<span style="color: #66cc66;">&#41;</span>;</p>
<p><span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>still_not_crashed<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><br />
CheckUserLicense<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
DoubleCheckUserLicense<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
TripleCheckUserLicense<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</p>
<p>RelayUserDetailsToRedmond<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</p>
<p>DisplayFancyGraphics<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</p>
<p>FlickerLED<span style="color: #66cc66;">&#40;</span>hard_drive<span style="color: #66cc66;">&#41;</span>;</p>
<p>RunWindowsVISTA<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</p>
<p><span style="color: #b1b100;">return</span> LotsMoreMoney;</p>
<p><span style="color: #66cc66;">&#125;</span><br />
<span style="color: #66cc66;">&#125;</span></div>
</div>
</div>
<p></p>
<p>No digas nada, ya no tienen gracias estas publicaciones, lo se! pero finalizando el año, fin de semana y en la semana sandwich entre las festividades de Navidad y Año Nuevo mucho más no se puede pedir.</p>
<p>Felicidades!</p>
<p>Vía: <a href="http://www.linux-os.com.ar/linuxos/codigo-fuente-windows-7/">Linux-OS</a></p>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://luauf.com/2009/12/26/otra-satira-de-codigo-fuente-esta-vez-windows-7/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>El léxico informático</title>
		<link>http://luauf.com/2009/10/19/el-lexico-informatico/</link>
		<comments>http://luauf.com/2009/10/19/el-lexico-informatico/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 02:12:48 +0000</pubDate>
		<dc:creator>Luciano</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Miscelaneas]]></category>
		<category><![CDATA[brutalidades]]></category>
		<category><![CDATA[bruto]]></category>
		<category><![CDATA[diccionario]]></category>
		<category><![CDATA[idioma]]></category>
		<category><![CDATA[malas palabras]]></category>
		<category><![CDATA[real academia española]]></category>

		<guid isPermaLink="false">http://luauf.com/?p=1116</guid>
		<description><![CDATA[Revisando mis feeds me encontré con un artículo interesante que resume la mayoría de las &#8220;brutalidades&#8221; que se emplean en el léxico informático y que no se encuentran en nuestro diccionario de la...]]></description>
			<content:encoded><![CDATA[<p>Revisando mis feeds me encontré con un artículo interesante que resume la mayoría de las &#8220;brutalidades&#8221; que se emplean en el léxico informático y que no se encuentran en nuestro diccionario de la <a href="http://www.rae.es/rae.html">Real Academia Española</a>.</p>
<p>Yo admito utilizar muchas de estas palabras y entre colegas nos entendemos, ahora ¿tan mal está su uso? en varios casos son preferibles dichas &#8220;brutalidades&#8221; a la traducción correcta ¿Acaso son malas palabras? y a la mente me viene el discurso de Fontanarrosa en el Congreso de la Lengua Española llevado a cabo en Rosario en 2004 ¿Son malas porque les pegan a las otras palabras?</p>
<p>Vamos con los términos y para cada uno mi comentario totalmente subjetivo y personal.</p>
<p><span id="more-1116"></span></p>
<ul>
<li><strong>Submitear</strong>: acción general de los formularios, cuya traducción es enviar. Submitear sin dudas es un término más amplio y más rico.</li>
<li><strong>Encriptar, desencriptar</strong>: aunque no lo creas no son &#8220;buenas palabras&#8221;, sino que vienen de &#8220;cifrar” y descifrar, pero como se trata en criptografía generalmente se comete este error.</li>
<li><strong>Comitear</strong>: usado para enviar cambios a un repositorio. La traducción literal sería &#8220;cometer”, o &#8220;comprometer”, prefiero ser &#8220;bruto&#8221; y seguir diciendo &#8220;comitear&#8221;, antes que la traducción literal. También usado en el ambiente de las bases de datos para &#8220;confirmar&#8221; una transacción o &#8220;deshacer&#8221; o &#8220;<strong>rollbackear</strong>&#8220;</li>
<li><strong>Updetear/Upgradear</strong>: simplemente actualizar, da lo mismo, aunque antes de decir &#8220;hacer un update&#8221; me quedo con &#8220;updetear&#8221;</li>
<li><strong>Taguear/Branchear</strong>: utilizado cuando se hace un tag o rama en sistemas de control de versiones. Nunca he usado este término.</li>
<li><strong>Checautear / Chequinear</strong>: del inglés &#8220;to check out”, &#8220;to check in”, utilizado para obtener código de un repositorio.</li>
<li><strong>Versiona</strong>r: incluir en un repositorio, sería algo así como &#8220;poner bajo control de versiones”, con versionar nos ahorramos bastantes palabras ¿no?</li>
<li><strong>Parsear</strong>: del inglés &#8220;to parse” ¿Analizar acaso? Sin palabras, parsear es un término mucho menos genérico.</li>
<li><strong>Librería</strong>: de esto ya vi hablar en libros de informática, la verdadera tradución de Library es biblioteca, pero el uso de &#8220;librería&#8221; está tan generalizado y tan relacionado a Library que es imposible librarse de el.</li>
<li><strong>Debuguear / Debaguear</strong>: simplemente depurar, no me disgusta ninguna de las dos formas.</li>
<li><strong>JSonear</strong>: dícese de aquel que intercambia datos a través de JSON&#8230; esto ya es un exceso, bruto!</li>
<li><strong>Linkear</strong>: enlazar, da lo mismo, pero linkear suena más fácil.</li>
<li><strong>Setear</strong>: es criminal cambiar esta palabra por su traducción literal &#8220;establecer&#8221;.</li>
<li><strong>Stackear</strong>: termino utilizado para &#8220;poner en la pila&#8221; o &#8220;apilar”, vamos con stackear!</li>
<li><strong>Backupear, Restorear, Dropear</strong>: ¿acaso prefieres decir &#8220;respaldar&#8221;, &#8220;restaurar&#8221; o &#8220;tirar”?</li>
<li><strong>Joinear</strong>: ¿que mejor forma que decirlo?</li>
<li><strong>Codear</strong>: codificar, escribir código o &#8220;pegarle a algo con los codos”, jaja</li>
<li><strong>Castear</strong>: ¿como traducis esto? ¿emitir? ¿pasar de un tipo de dato a otro? conclusión: castear es irremplazable!</li>
<li><strong>Splitear, Trimear</strong>: partir y arreglar u ordenar, da lo mismo.</li>
<li><strong>Deployar / Deploiar</strong>: ¿acaso decir &#8220;desplegamos una aplicación&#8221; suena mejor?</li>
<li><strong>Matchear</strong>: &#8220;hacer coincidir”&#8230; gracias, me quedo con Matchear.</li>
<li><strong>Randomizar</strong>: &#8220;ordenar” al azar.</li>
<li><strong>Refactorear / Refactorizar</strong>: técnica de la ingeniería de software para reestructurar un código fuente, es una palabra irremplazable.</li>
<li><strong>Testear</strong>: hacer pruebas&#8230; simplemente testear y punto!</li>
<li><strong>Singletonizar / Singletonear</strong>: aplicar el patrón de diseño &#8220;Singleton&#8221;, jaja&#8230; no la había escuchado jamás, pero como otras palabras, resume mucho es una única palabra.</li>
<li><strong>Routear</strong>: &#8220;encaminar&#8221;, &#8220;Dar ruta&#8221;, este es el caso de otra palabra irremplazable.</li>
<li><strong>Switchear</strong>: relacionado con los switchs, pues decir &#8220;cambiar” sería muy genérico.</li>
<li><strong>Estopear</strong>: &#8220;to stop” , detener, da lo mismo</li>
<li><strong>Pinguear</strong>: esta sencilla palabra resume &#8220;usar el comando ping para ver un equipo&#8221;, sin dudas, pinguear es irremplazable.</li>
<li><strong>Postear</strong>: frase blogger, algo así como &#8220;publicar&#8221;.</li>
<li><strong>Browsear</strong>: navegar por internet, derivada de &#8220;browser&#8221;, navegador en inglés.</li>
<li><strong>Deletear</strong>: borrar, del &#8220;delete” en inglés</li>
<li><strong>Googlear</strong>: en inglés ya es verbo!</li>
<li><strong>Fotoshopear / Guimpear</strong>: manipular una imagen con Photoshop o GIMP</li>
<li><strong>Bootear</strong>: arrancar la computadora, del inglés &#8220;boot”, otra palabra irremplazable.</li>
<li><strong>Resetear</strong>: reiniciar, da lo mismo ¿no?.</li>
<li><strong>Copypastear</strong>: accion de copiar y pegar, me encanta esta &#8220;brutalidad&#8221;</li>
<li><strong>Forwardear</strong>: reenviar.</li>
<li><strong>Ripear</strong>: como &#8220;rasgar&#8221; no queda bien, sería &#8220;obtener las pistas de audio de un disco musical en formato digital&#8221;, nos quedamos con ripear ¿no?</li>
<li><strong>Zipear, Rarear, Targezipear, 7zipear</strong>: acciones referidas a comprimir que incluyen el formato de compresión en el mismo verbo.</li>
<li><strong>Attachar</strong>: adjuntar</li>
<li><strong>Esquedulear</strong>: &#8220;calendarizar&#8221;, es preferible ser bruto o lo sumo decir &#8220;planificar&#8221;</li>
<li><strong>Loguear/Desloguear</strong>: ¿como traducimos esto? Otro ejemplo de palabras irremplazables.</li>
<li><strong>Mirrorear</strong>: espejar.</li>
<li><strong>Customizar</strong>: personalizar.</li>
<li><strong>Reorderizar: </strong>reordenar, jaja, este es &#8220;nuevo&#8221; para mi y lo acabo de leer tan solo unas horas después de escribir esta publicación.</li>
</ul>
<p>Conclusión: no digo que hablemos mal, al contrario, soy un defensor del idioma. En este listado hay algunos excesos quizás, pero también hay muchas palabras que a pesar de no ser &#8220;palabras&#8221; y ser una suerte de &#8220;spanglish&#8221; son irremplazables en la jerga de los que trabajan en informática y que comprimen en pocas sílabas un significado muy específico.</p>
<p>En definitiva, creo que muchos de estos vocablos, siempre que lo utilicemos entre colegas no habrá problemas, al fin y al cabo cuando hablamos con los &#8220;mortales&#8221; sabemos ubicarnos y que términos no utilizar y como reemplazarlos para la correcta interpretación del receptor.</p>
<p>Vía: <a href="http://picandocodigo.net/2009/brutalidades-lexico-informaticos/">Picando Código</a></p>
]]></content:encoded>
			<wfw:commentRss>http://luauf.com/2009/10/19/el-lexico-informatico/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Computación para monos</title>
		<link>http://luauf.com/2009/06/06/computacion-para-monos/</link>
		<comments>http://luauf.com/2009/06/06/computacion-para-monos/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 08:56:48 +0000</pubDate>
		<dc:creator>Luciano</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Miscelaneas]]></category>
		<category><![CDATA[comentario]]></category>
		<category><![CDATA[computacion]]></category>
		<category><![CDATA[computacion para monos]]></category>
		<category><![CDATA[Mono]]></category>

		<guid isPermaLink="false">http://luauf.com/?p=1053</guid>
		<description><![CDATA[Hace tiempo, cuando hablaba acerca de Generar javadoc con Eclipse y Netbeans, un comentario desafortunado quer realicé generó bastante polémica. Lo cierto es que tal comentario, lo hago día a día y no...]]></description>
			<content:encoded><![CDATA[<p>Hace tiempo, cuando hablaba acerca de <a href="http://luauf.com/2008/06/21/generar-javadoc-con-eclipse-y-netbeans/">Generar javadoc con Eclipse y Netbeans</a>, un comentario desafortunado quer realicé generó bastante polémica. Lo cierto es que tal comentario, lo hago día a día y no dejo de convencerme de lo que digo.</p>
<p>Las imágenes que se publican a continuación confirman mis palabras <img src='http://luauf.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p style="text-align: center;"><a href="http://luauf.com/wp-content/uploads/2009/06/mono.jpg"><img class="alignnone size-thumbnail wp-image-1055" title="mono" src="http://luauf.com/wp-content/uploads/2009/06/mono-150x150.jpg" alt="mono" width="150" height="150" /></a></p>
<p><span id="more-1053"></span></p>
<p style="text-align: center;"><a href="http://luauf.com/wp-content/uploads/2009/06/evolucion.jpg"><a href="http://luauf.com/wp-content/uploads/2009/06/evolucion.jpg"><img class="alignnone size-full wp-image-1054" title="evolucion" src="http://luauf.com/wp-content/uploads/2009/06/evolucion.jpg" alt="evolucion" width="475" height="148" /></a><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://luauf.com/2009/06/06/computacion-para-monos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Los otros sistemas operativos según el punto de vista de un fan de&#8230;</title>
		<link>http://luauf.com/2009/05/16/los-otros-sistemas-operativos-segun-el-punto-de-vista-de-un-fan-de/</link>
		<comments>http://luauf.com/2009/05/16/los-otros-sistemas-operativos-segun-el-punto-de-vista-de-un-fan-de/#comments</comments>
		<pubDate>Sat, 16 May 2009 17:07:37 +0000</pubDate>
		<dc:creator>Luciano</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Miscelaneas]]></category>
		<category><![CDATA[Sistemas Operativos]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Bill Gates]]></category>
		<category><![CDATA[Linus]]></category>
		<category><![CDATA[Linus Torvalds]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Steve Jobs]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://luauf.com/?p=960</guid>
		<description><![CDATA[Es fin de semana y como últimamente acostumbro, ante la ausencia de tiempo para escribir algo más elaborado, me tomo la atribución (por ambos motivos) de publicar una nota de humor, pero que...]]></description>
			<content:encoded><![CDATA[<p>Es fin de semana y como últimamente acostumbro, ante la ausencia de tiempo para escribir algo más elaborado, me tomo la atribución (por ambos motivos) de publicar una nota de humor, pero que en este caso tiene también cierto valor de certeza.</p>
<p>La imagen a continuación nos muestra como ve un fanático de un SO a los otros. La comparación se realiza entre los Sistemas Operativos de Bill, Steve y Linus.</p>
<p style="text-align: center;"><a href="http://luauf.com/wp-content/uploads/2009/05/so_matrix.jpg"><img class="alignnone size-medium wp-image-961" title="so_matrix" src="http://luauf.com/wp-content/uploads/2009/05/so_matrix-300x259.jpg" alt="so_matrix" width="300" height="259" /></a></p>
<p><span id="more-960"></span></p>
<p>Vía: <a href="http://www.pctux.com.ar/2009/05/%C2%BFcomo-ven-los-fanaticos-de-un-sistema-operativo-a-los-demas.html">PCTux</a></p>
]]></content:encoded>
			<wfw:commentRss>http://luauf.com/2009/05/16/los-otros-sistemas-operativos-segun-el-punto-de-vista-de-un-fan-de/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Para los programadores de Perl&#8230;</title>
		<link>http://luauf.com/2009/05/10/para-los-programadores-de-perl/</link>
		<comments>http://luauf.com/2009/05/10/para-los-programadores-de-perl/#comments</comments>
		<pubDate>Sun, 10 May 2009 09:00:56 +0000</pubDate>
		<dc:creator>Luciano</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Miscelaneas]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://luauf.com/?p=941</guid>
		<description><![CDATA[El toque de humor de este fin de semana viene de la mano de un programador que al parecer luego de quemar sus pestañas y tirarse bastante de los pelos escribió algunas líneas...]]></description>
			<content:encoded><![CDATA[<p>El toque de humor de este fin de semana viene de la mano de un programador que al parecer luego de quemar sus pestañas y tirarse bastante de los pelos escribió algunas líneas acerca de Pearl.</p>
<p style="text-align: center;"><a href="http://luauf.com/wp-content/uploads/2009/05/perl_image.png"><img class="alignnone size-medium wp-image-942" title="perl_image" src="http://luauf.com/wp-content/uploads/2009/05/perl_image-300x267.png" alt="perl_image" width="300" height="267" /></a></p>
<p>Por tal motivo, y dedicado a los programadores; sobre todo a los de Perl, si aún los hay <img src='http://luauf.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><span id="more-941"></span>Sabias que:</p>
<ul>
<li>Chuck Norris, puede matarte con una expresion regular</li>
<li>Chuck Norris odia perl&#8230; y por eso lo deja vivir</li>
<li>Si Chuck Norris programa en perl, seria aun mas impredecible</li>
<li>Perl ha matado casi tanta gente como chuck norris</li>
<li>Puedes encontrar cualquier cosa con &#8220;.*&#8221;</li>
<li>Puedes encontrar el número de una chica con &#8220;s+?[0-9]+s&#8221;</li>
<li>Si buscas entre “a-z”, no encontrarás a nadie, porque no hay nombres con solo una letra</li>
<li>Puedes leer la documentación completa de perl con &#8220;while (&lt;&gt;){print;}&#8221;</li>
<li>Una vez un programador perl murio, y nadie lo documento</li>
<li>El codigo de ese programador&#8230; aun es uno de los grandes misterios de la humanidad</li>
<li>Una vez un programador perl dijo: &#8216;my @world;print &#8220;hola mundo, soy $nombre&#8221; if $#world &gt; 1;&#8217; y dijeron: &#8220;esta hablando en codigo!&#8221;</li>
<li>Da vinci, programaba en perl</li>
<li>Por cada linea escrita en perl, dios mata un gatito</li>
<li>Perl no se programa en perl, porque no saben usarlo</li>
<li>Si sos programador perl&#8230; te queres mataaaaaaaaar</li>
</ul>
<p>Sin dudas, quien escribió esto estaba bajo los efectos de varias horas de Perl ininterrumpidas.</p>
<p>Vía: <a href="http://www.grilix.net/2009/sabias-que/">Grilix</a></p>
]]></content:encoded>
			<wfw:commentRss>http://luauf.com/2009/05/10/para-los-programadores-de-perl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Huevos de pascua y otros chascarrillos en Linux</title>
		<link>http://luauf.com/2009/03/31/huevos-de-pascua-y-otros-chascarrillos-de-linux/</link>
		<comments>http://luauf.com/2009/03/31/huevos-de-pascua-y-otros-chascarrillos-de-linux/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 13:00:15 +0000</pubDate>
		<dc:creator>Luciano</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Miscelaneas]]></category>
		<category><![CDATA[ascii]]></category>
		<category><![CDATA[bromas]]></category>
		<category><![CDATA[chascarrillos]]></category>
		<category><![CDATA[Huevo de pascua]]></category>

		<guid isPermaLink="false">http://luauf.com/?p=886</guid>
		<description><![CDATA[El espíritu pícaro nerd está presente en Linux por todos lados, y personas como yo y otros tantos disfrutan mucho de los chascarrillos que los programadores dejamos en nuestros códigos o de algunas...]]></description>
			<content:encoded><![CDATA[<p>El espíritu pícaro nerd está presente en Linux por todos lados, y personas como yo y otros tantos disfrutan mucho de los chascarrillos que los programadores dejamos en nuestros códigos o de algunas aplicaciones que no tienen otro fin que hacernos un poco más divertída la estadía en la PC.</p>
<p>Si te sientes identificado con lo que digo te recomiendo leer el artículo donde entontrarás aplicaciones graciosas, huevos de pascuas  (easter egg)  y alguna que otra frase que los programadores han dejado para nosotros en sus aplicaciones.</p>
<p style="text-align: center;">
<a href="http://luauf.com/wp-content/uploads/2009/03/sl.png"><img src="http://luauf.com/wp-content/uploads/2009/03/sl-300x133.png" alt="sl" title="sl" width="300" height="133" class="alignnone size-medium wp-image-887" /></a>
</p>
<p><span id="more-886"></span></p>
<ul>
<li>Si te equivocas al tipear y escribes sl en vez de ls puede que veas una animación bastante curiosa, siempre y cuando te hayas instalado la <strong>sl</strong> (sudo aptitude install sl)</li>
<li><a href="http://luauf.com/2009/03/18/tips-para-el-uso-de-apt/"><strong>apt-get</strong></a> y <a href="http://luauf.com/2009/03/18/tips-para-el-uso-de-apt/"><strong>aptitude</strong></a> también nos ofrece varios huevos de pascua también. Desde una vaca hasta un elefante comido por una serpiente.</li>
</ul>
<div class="syntax_hilite">
<div id="code-5">
<div class="code">$ apt-get moo<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color:#006600; font-weight:bold;">&#40;</span>__<span style="color:#006600; font-weight:bold;">&#41;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color:#006600; font-weight:bold;">&#40;</span>oo<span style="color:#006600; font-weight:bold;">&#41;</span> <br />
&nbsp; &nbsp;/&#8212;&#8212;\/ <br />
&nbsp; / |&nbsp; &nbsp; ||&nbsp; &nbsp;<br />
&nbsp;*&nbsp; /\&#8212;/\ <br />
&nbsp; &nbsp; ~~&nbsp; &nbsp;~~&nbsp; &nbsp;<br />
&#8230;.<span style="color:#CC0000;">&#8220;Have you mooed today?&#8221;</span>&#8230;<br />
$ aptitude moo<br />
No hay ningún huevo de pascua en este programa.<br />
$ aptitude -v moo<br />
Realmente no hay ningún huevo de pascua en este programa.<br />
$ aptitude -vv moo<br />
¿No le he dicho ya que no hay ningún huevo de pascua en este programa?<br />
$ aptitude -vvv moo<br />
¡Deje de hacer eso!<br />
$ aptitude -vvvv moo<br />
Vale, vale, si le doy un huevo de pascua, ¿se irá?<br />
$ aptitude -vvvvv moo<br />
De acuerdo, usted gana.</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/&#8212;-\<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#8212;&#8212;-/&nbsp; &nbsp; &nbsp; \<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; /&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />
&nbsp; &nbsp;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;/&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#8212;&#8212;&#8211;\<br />
&nbsp; &nbsp;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</div>
</div>
</div>
<p></p>
<ul>
<li><strong>cowsay</strong> es otra aplicación divertida para instalar (sudo aptitude install cowsay). Luego, puedes redireccionar por un pipe cualquier programa al cowsay para que la vaquita (o un conejo, dragón o el mismo Tux) nos muestre el resultado.</li>
</ul>
<div class="syntax_hilite">
<div id="code-6">
<div class="code">$ uptime | cowsay<br />
&nbsp;__________________________________<br />
/&nbsp; <span style="color:#800000;">22</span>:<span style="color:#800000;">27</span>:<span style="color:#800000;">02</span> up <span style="color:#800000;">2</span>:<span style="color:#800000;">22</span>, <span style="color:#800000;">2</span> users, load \<br />
\ average: <span style="color:#800000;">0</span>.<span style="color:#800000;">14</span>, <span style="color:#800000;">0</span>.<span style="color:#800000;">26</span>, <span style="color:#800000;">0</span>.<span style="color:#800000;">22</span>&nbsp; &nbsp; &nbsp; &nbsp; /<br />
&nbsp;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
&nbsp; &nbsp; &nbsp; &nbsp; \&nbsp; &nbsp;^__^<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\&nbsp; <span style="color:#006600; font-weight:bold;">&#40;</span>oo<span style="color:#006600; font-weight:bold;">&#41;</span>\_______<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#006600; font-weight:bold;">&#40;</span>__<span style="color:#006600; font-weight:bold;">&#41;</span>\&nbsp; &nbsp; &nbsp; &nbsp;<span style="color:#006600; font-weight:bold;">&#41;</span>\/\<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ||&#8212;-w |<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ||&nbsp; &nbsp; &nbsp;||<br />
$ uptime | cowsaf -f /usr/share/cowsay/cows/<br />
apt.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; eyes.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;moofasa.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; surgery.<span style="">cow</span><br />
beavis.<span style="">zen</span>.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;flaming-sheep.<span style="">cow</span>&nbsp; &nbsp; &nbsp; moose.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; telebears.<span style="">cow</span><br />
bong.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ghostbusters.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp;mutilated.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; three-eyes.<span style="">cow</span><br />
bud-frogs.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; head-in.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ren.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; turkey.<span style="">cow</span><br />
bunny.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; hellokitty.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;satanic.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; turtle.<span style="">cow</span><br />
cheese.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;kiss.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;sheep.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tux.<span style="">cow</span><br />
cower.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; kitty.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; skeleton.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;udder.<span style="">cow</span><br />
daemon.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;koala.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; small.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; vader.<span style="">cow</span><br />
default.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; kosh.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;sodomized.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; vader-koala.<span style="">cow</span><br />
dragon-and-cow.<span style="">cow</span>&nbsp; &nbsp; &nbsp;luke-koala.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;sodomized-sheep.<span style="">cow</span>&nbsp; &nbsp; www.<span style="">cow</span><br />
dragon.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;mech-and-cow.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp;stegosaurus.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; <br />
elephant.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;meow.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;stimpy.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
elephant-in-snake.<span style="">cow</span>&nbsp; milk.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;supermilker.<span style="">cow</span>&nbsp; &nbsp; &nbsp; &nbsp;</p>
<p>$ uptime | cowsay -f /usr/share/cowsay/cows/apt.<span style="">cow</span> <br />
&nbsp;__________________________________<br />
/&nbsp; <span style="color:#800000;">22</span>:<span style="color:#800000;">29</span>:<span style="color:#800000;">29</span> up <span style="color:#800000;">2</span>:<span style="color:#800000;">25</span>, <span style="color:#800000;">2</span> users, load \<br />
\ average: <span style="color:#800000;">0</span>.<span style="color:#800000;">04</span>, <span style="color:#800000;">0</span>.<span style="color:#800000;">17</span>, <span style="color:#800000;">0</span>.<span style="color:#800000;">18</span>&nbsp; &nbsp; &nbsp; &nbsp; /<br />
&nbsp;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
&nbsp; &nbsp; &nbsp; &nbsp;\ <span style="color:#006600; font-weight:bold;">&#40;</span>__<span style="color:#006600; font-weight:bold;">&#41;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color:#006600; font-weight:bold;">&#40;</span>oo<span style="color:#006600; font-weight:bold;">&#41;</span><br />
&nbsp; &nbsp;/&#8212;&#8212;\/<br />
&nbsp; / |&nbsp; &nbsp; ||<br />
&nbsp;*&nbsp; /\&#8212;/\<br />
&nbsp; &nbsp; ~~&nbsp; &nbsp;~~<br />
$ uptime | cowsay -f /usr/share/cowsay/cows/bunny.<span style="">cow</span> <br />
&nbsp;__________________________________<br />
/&nbsp; <span style="color:#800000;">22</span>:<span style="color:#800000;">29</span>:<span style="color:#800000;">34</span> up <span style="color:#800000;">2</span>:<span style="color:#800000;">25</span>, <span style="color:#800000;">2</span> users, load \<br />
\ average: <span style="color:#800000;">0</span>.<span style="color:#800000;">04</span>, <span style="color:#800000;">0</span>.<span style="color:#800000;">16</span>, <span style="color:#800000;">0</span>.<span style="color:#800000;">18</span>&nbsp; &nbsp; &nbsp; &nbsp; /<br />
&nbsp;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
&nbsp; \<br />
&nbsp; &nbsp;\&nbsp; &nbsp;\<br />
&nbsp; &nbsp; &nbsp; &nbsp; \ /\<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#006600; font-weight:bold;">&#41;</span><br />
&nbsp; &nbsp; &nbsp; .<span style="color:#006600; font-weight:bold;">&#40;</span> o <span style="color:#006600; font-weight:bold;">&#41;</span>.<br />
$ uptime | cowsay -f /usr/share/cowsay/cows/dragon.<span style="">cow</span> <br />
&nbsp;__________________________________<br />
/&nbsp; <span style="color:#800000;">22</span>:<span style="color:#800000;">29</span>:<span style="color:#800000;">42</span> up <span style="color:#800000;">2</span>:<span style="color:#800000;">25</span>, <span style="color:#800000;">2</span> users, load \<br />
\ average: <span style="color:#800000;">0</span>.<span style="color:#800000;">03</span>, <span style="color:#800000;">0</span>.<span style="color:#800000;">16</span>, <span style="color:#800000;">0</span>.<span style="color:#800000;">18</span>&nbsp; &nbsp; &nbsp; &nbsp; /<br />
&nbsp;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
&nbsp; &nbsp; &nbsp; \&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; / \&nbsp; <span style="color:#FF9933; font-style:italic;">//\</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;\&nbsp; &nbsp; |\___/|&nbsp; &nbsp; &nbsp; /&nbsp; &nbsp;\<span style="color:#FF9933; font-style:italic;">//&nbsp; \\</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; /<span style="color:#800000;">0</span>&nbsp; <span style="color:#800000;">0</span>&nbsp; \__&nbsp; /&nbsp; &nbsp; <span style="color:#FF9933; font-style:italic;">//&nbsp; | \ \&nbsp; &nbsp; </span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/&nbsp; &nbsp; &nbsp;/&nbsp; \/_/&nbsp; &nbsp; <span style="color:#FF9933; font-style:italic;">//&nbsp; &nbsp;|&nbsp; \&nbsp; \&nbsp; </span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@_^_@<span style="color:#CC0000;">&#8216;/&nbsp; &nbsp;<span style="color:#000099; font-weight:bold;">\/</span>_&nbsp; &nbsp;//&nbsp; &nbsp; |&nbsp; &nbsp;<span style="color:#000099; font-weight:bold;">\ </span>&nbsp; <span style="color:#000099; font-weight:bold;">\ </span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;//_^_/&nbsp; &nbsp; &nbsp;<span style="color:#000099; font-weight:bold;">\/</span>_ //&nbsp; &nbsp; &nbsp;|&nbsp; &nbsp; <span style="color:#000099; font-weight:bold;">\ </span>&nbsp; &nbsp;<span style="color:#000099; font-weight:bold;">\</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; ( //) |&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000099; font-weight:bold;">\/</span>//&nbsp; &nbsp; &nbsp; |&nbsp; &nbsp; &nbsp;<span style="color:#000099; font-weight:bold;">\ </span>&nbsp; &nbsp; <span style="color:#000099; font-weight:bold;">\</span><br />
&nbsp; &nbsp; &nbsp; ( / /) _|_ /&nbsp; &nbsp;)&nbsp; //&nbsp; &nbsp; &nbsp; &nbsp;|&nbsp; &nbsp; &nbsp; <span style="color:#000099; font-weight:bold;">\ </span>&nbsp; &nbsp; _<span style="color:#000099; font-weight:bold;">\</span><br />
&nbsp; &nbsp; ( // /) &#8216;</span>/,_ _ _/&nbsp; <span style="color:#006600; font-weight:bold;">&#40;</span> ; -.&nbsp; &nbsp; |&nbsp; &nbsp; _ _\.-~&nbsp; &nbsp; &nbsp; &nbsp; .-~~~^-.<br />
&nbsp; <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#40;</span> / / <span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span> ,-<span style="color:#006600; font-weight:bold;">&#123;</span>&nbsp; &nbsp; &nbsp; &nbsp; _&nbsp; &nbsp; &nbsp; `-.|.-~-.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.~&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;`.<br />
&nbsp;<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#FF9933; font-style:italic;">// / ))&nbsp; &#8216;/\&nbsp; &nbsp; &nbsp; /&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;~-. _ .-~&nbsp; &nbsp; &nbsp; .-~^-.&nbsp; \</span><br />
&nbsp;<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#FF9933; font-style:italic;">/// ))&nbsp; &nbsp; &nbsp; `.&nbsp; &nbsp;{&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/&nbsp; &nbsp; &nbsp; \&nbsp; \</span><br />
&nbsp; <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#40;</span> / <span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span>&nbsp; &nbsp; &nbsp;.&#8212;-~-.\&nbsp; &nbsp; &nbsp; &nbsp; \-<span style="color:#CC0000;">&#8216;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.~&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color:#000099; font-weight:bold;">\ </span> `. <span style="color:#000099; font-weight:bold;">\^</span>-.<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;///.&#8212;-..&gt;&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000099; font-weight:bold;">\ </span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; _ -~&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;`.&nbsp; ^-`&nbsp; ^-_<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;///-._ _ _ _ _ _ _}^ &#8211; - &#8211; - ~&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;~&#8211; ,.-~<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; /.-~<br />
$ uptime | cowsay -f /usr/share/cowsay/cows/tux.cow <br />
&nbsp;__________________________________<br />
/&nbsp; 22:29:51 up 2:25, 2 users, load <span style="color:#000099; font-weight:bold;">\</span><br />
<span style="color:#000099; font-weight:bold;">\ </span>average: 0.03, 0.16, 0.18&nbsp; &nbsp; &nbsp; &nbsp; /<br />
&nbsp;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
&nbsp; &nbsp;<span style="color:#000099; font-weight:bold;">\</span><br />
&nbsp; &nbsp; <span style="color:#000099; font-weight:bold;">\</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; .&#8211;.<br />
&nbsp; &nbsp; &nbsp; &nbsp;|o_o |<br />
&nbsp; &nbsp; &nbsp; &nbsp;|:_/ |<br />
&nbsp; &nbsp; &nbsp; //&nbsp; &nbsp;<span style="color:#000099; font-weight:bold;">\ </span><span style="color:#000099; font-weight:bold;">\</span><br />
&nbsp; &nbsp; &nbsp;(|&nbsp; &nbsp; &nbsp;| )<br />
&nbsp; &nbsp; /&#8217;</span>\_&nbsp; &nbsp;_/`\<br />
&nbsp; &nbsp; \___<span style="color:#006600; font-weight:bold;">&#41;</span>=<span style="color:#006600; font-weight:bold;">&#40;</span>___/</div>
</div>
</div>
<p></p>
<p>Vía: <a href="http://mundogeek.net/archivos/2007/05/13/el-ascii-es-divertido/">Mundo geek</a></p>
]]></content:encoded>
			<wfw:commentRss>http://luauf.com/2009/03/31/huevos-de-pascua-y-otros-chascarrillos-de-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nueva sátira del código fuente de Windows</title>
		<link>http://luauf.com/2009/03/30/nueva-satira-del-codigo-fuente-de-windows/</link>
		<comments>http://luauf.com/2009/03/30/nueva-satira-del-codigo-fuente-de-windows/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 18:00:14 +0000</pubDate>
		<dc:creator>Luciano</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Miscelaneas]]></category>
		<category><![CDATA[Sistemas Operativos]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Código]]></category>
		<category><![CDATA[Codigo fuente]]></category>
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://luauf.com/?p=882</guid>
		<description><![CDATA[Para arrancar la semana con algo de humor, a las hipotéticas versiones del código fuente de Windows 98 y código fuente de Windows Vista, hoy se suma otro fragmento develado por Emilio #include...]]></description>
			<content:encoded><![CDATA[<p>Para arrancar la semana con algo de humor, a las hipotéticas versiones del <a href="http://luauf.com/2008/07/03/codigo-fuente-de-windows-98/">código fuente de Windows 98</a> y <a href="http://luauf.com/2008/04/28/windows-vista-open-source/">código fuente de Windows Vista</a>, hoy se suma otro fragmento develado por <a href="http://emilio.aesinformatica.com">Emilio</a> <img src='http://luauf.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><span id="more-882"></span></p>
<div class="syntax_hilite">
<div id="c-8">
<div class="c"><span style="color: #339933;">#include “Win30.h”</span><br />
<span style="color: #339933;">#include “Win31.h”</span><br />
<span style="color: #339933;">#include “Win95.h”</span><br />
<span style="color: #339933;">#include “Win98.h”</span><br />
<span style="color: #339933;">#include “Win2000.h”</span><br />
<span style="color: #339933;">#include “AlgoMas.h”</span><br />
<span style="color: #339933;">#include “CodigoAntiguo.h”</span><br />
<span style="color: #339933;">#include “NormasDeBillGates.h”</span><br />
<span style="color: #339933;">#include “CosasDeRelleno.h”</span><br />
<span style="color: #339933;">#include “Monopoly.h” </span></p>
<p><span style="color: #339933;">#define INSTALAR TODO_SIN_EXCEPCION_Y_A_LO_BESTIA</span><br />
<span style="color: #339933;">#define CASCAR -5483021548692487811456214478251 </span></p>
<p><span style="color: #993333;">static</span> <span style="color: #993333;">char</span> Escritorio<span style="color: #66cc66;">&#91;</span><span style="color: #cc66cc;">16000000</span><span style="color: #66cc66;">&#93;</span>; &nbsp; <span style="color: #808080; font-style: italic;">/* 16 Mb */</span><br />
<span style="color: #993333;">static</span> <span style="color: #993333;">char</span> Accesorios<span style="color: #66cc66;">&#91;</span><span style="color: #cc66cc;">8000000</span><span style="color: #66cc66;">&#93;</span>; &nbsp; &nbsp;<span style="color: #808080; font-style: italic;">/* 8 Mb */</span><br />
<span style="color: #993333;">static</span> <span style="color: #993333;">char</span> Explorer4<span style="color: #66cc66;">&#91;</span><span style="color: #cc66cc;">4000000</span><span style="color: #66cc66;">&#93;</span>; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">/* 4 Mb */</span><br />
<span style="color: #993333;">static</span> <span style="color: #993333;">char</span> ProgramasDeUsuario<span style="color: #66cc66;">&#91;</span><span style="color: #cc66cc;">2000000</span><span style="color: #66cc66;">&#93;</span>;<span style="color: #808080; font-style: italic;">/* 2 Mb */</span><br />
<span style="color: #993333;">static</span> <span style="color: #993333;">char</span> MemoriaLibre<span style="color: #66cc66;">&#91;</span><span style="color: #cc66cc;">2000000</span><span style="color: #66cc66;">&#93;</span>; &nbsp;<span style="color: #808080; font-style: italic;">/* 2 Mb */</span> </p>
<p>
<span style="color: #993333;">int</span> main<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></p>
<p>&nbsp; &nbsp; <span style="color: #b1b100;">while</span> <span style="color: #66cc66;">&#40;</span>NoCasque<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; MostrarMensajeCopyright<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; MostrarMensajeNormasBillGates<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; DesactivarBotonReset<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; BucleParaNoHacerNada<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; </p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>PRIMERA_INSTALACION<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">while</span> <span style="color: #66cc66;">&#40;</span>TamanyoDiscoSwap<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Ocupar50MbParaDiscoDeSwap<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; BucleParaNoHacerNada<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; EliminarSistemaDeArchivosHPFS<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; EliminarCualquierRastroDeOS2<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; DeshabilitarInstalacionDeNetscape<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; DeshabilitarInstalacionDeRealPlayer<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>QuedaAlgunRastroSospechoso<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ColgarSistema<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span> </p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; MostrarAlgunaCosaBonitaPeroInutil<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; MostrarMensajeCopyrightOtraVez<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; BucleParaNoHacerNada<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; HacerVerQueHaceAlgo<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; </p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>SigueSinCascar<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MostrarMensajeCopyrightOtraVez<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; BucleParaNoHacerNada<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; EjecutarWin31<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>AunSigueSinCascar<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; EjecutarWin30<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; BucleParaNoHacerNada_1<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; BucleParaNoHacerNada_2<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; BucleParaNoHacerNada_3<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; BucleParaNoHacerNada_Etcetera<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span> </p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>UsuarioNoAceptaWindowsComoAlgoUtil<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">goto</span> VETE_A_SABER_DONDE; <br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>SeHaDetectadoCache<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; DeshabilitarCache<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; <br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>CPU_Rapida<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; EstablecerEstadosDeEspera<span style="color: #66cc66;">&#40;</span>MUCHISIMOS<span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; EstablecerRaton<span style="color: #66cc66;">&#40;</span>VELOCIDAD, MUY_LENTO<span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; EstablecerRaton<span style="color: #66cc66;">&#40;</span>ACCION, DESPLAZARSE_A_SALTOS<span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; EstablecerRaton<span style="color: #66cc66;">&#40;</span>REACCION, A_VECES<span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; EstablecerTeclado<span style="color: #66cc66;">&#40;</span>VELOCIDAD_PARPADEO, MUY_LENTO<span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; EstablecerTeclado<span style="color: #66cc66;">&#40;</span>VELOCIDAD_REPETICION, LENTO<span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span> &nbsp; <br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">/* printf(”Bienvenido a Windows 3.0?); */</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">/* printf(”Bienvenido a Windows 3.1?); */</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">/* printf(”Bienvenido a Windows 95?); */</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">/* printf(”Bienvenido a Windows 98?); */</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">/* printf(”Bienvenido a Windows 2000?); */</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.opengroup.org/onlinepubs/009695399/functions/printf.html"><span style="color: #000066;">printf</span></a><span style="color: #66cc66;">&#40;</span>”Bienvenido a Windows <span style="color: #cc66cc;">2001</span>?<span style="color: #66cc66;">&#41;</span>; <br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>CPU != INTEL<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; DeshabilitarRaton<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; DesconfigurarTeclado<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ColgarSistema<span style="color: #66cc66;">&#40;</span>INDICADOR_MSDOS<span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MemoriaDeSistema = open<span style="color: #66cc66;">&#40;</span>”a:swp0001.<span style="color: #202020;">swp</span>”, O_CREATE<span style="color: #66cc66;">&#41;</span>; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">while</span> <span style="color: #66cc66;">&#40;</span>NoHayaSuficienteEspacioEnDisco<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.opengroup.org/onlinepubs/009695399/functions/printf.html"><span style="color: #000066;">printf</span></a><span style="color: #66cc66;">&#40;</span>”Inserte nuevo disco en la unidad A:”<span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span> </p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">while</span> <span style="color: #66cc66;">&#40;</span>NOS_SALGA_DE_LOS_HUEVOS<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sleep<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">5000</span><span style="color: #66cc66;">&#41;</span>;</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ObtenerEntradaUsuario<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; leep<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">5000</span><span style="color: #66cc66;">&#41;</span>;</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ReaccionarAPeticionUsuario<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span> </p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>ObtenerNumeroAlAzar<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> != BINGOOOO<span style="color: #66cc66;">&#41;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; GenerarErrorDeProteccionGeneral<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; </p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">/* Fin de bucle principal */</span><br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span> </p>
<p>&nbsp; &nbsp; <span style="color: #808080; font-style: italic;">/* Finalizar sesion */</span><br />
&nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>AunNoHaCascadoDelTodo<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>ObtenerOtroNumeroAlAzar<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> != BINGOOOO<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MandarExplorerALaMierda<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>HayAlgoAbierto<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Accion = MostrarMensaje<span style="color: #66cc66;">&#40;</span>”?Desea guardar los datos?”<span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>Accion == SI<span style="color: #66cc66;">&#41;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; GuardarDatos_JAJAJA<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MandarloTodoAlCarajo<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span> </p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.opengroup.org/onlinepubs/009695399/functions/printf.html"><span style="color: #000066;">printf</span></a><span style="color: #66cc66;">&#40;</span>”Windows se esta cerrando”<span style="color: #66cc66;">&#41;</span>;</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">while</span> <span style="color: #66cc66;">&#40;</span>HAYA_PRISA<span style="color: #66cc66;">&#41;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sleep<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">5000</span><span style="color: #66cc66;">&#41;</span>;</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>UsuarioYaLlegaTardeDondeTeniaQueIr<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.opengroup.org/onlinepubs/009695399/functions/printf.html"><span style="color: #000066;">printf</span></a><span style="color: #66cc66;">&#40;</span>”Ahora puede apagar el equipo.”<span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span> </p>
<p>&nbsp; &nbsp; <span style="color: #b1b100;">return</span> <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span><span style="color: #993333;">int</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span><span style="color: #993333;">long</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span><span style="color: #993333;">float</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span><span style="color: #993333;">double</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span>re <span style="color: #993333;">double</span><span style="color: #66cc66;">&#41;</span>CASCAR<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>; </p>
<p><span style="color: #66cc66;">&#125;</span></div>
</div>
</div>
<p></p>
<p>Vía: <a href="http://emilio.aesinformatica.com/2009/03/22/el-codigo-fuente-de-windows/">Emilio José Rodríguez García</a></p>
]]></content:encoded>
			<wfw:commentRss>http://luauf.com/2009/03/30/nueva-satira-del-codigo-fuente-de-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Libre, como el código de Linux</title>
		<link>http://luauf.com/2008/12/06/libre-como-el-codigo-de-linux/</link>
		<comments>http://luauf.com/2008/12/06/libre-como-el-codigo-de-linux/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 17:28:02 +0000</pubDate>
		<dc:creator>Luciano</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sistemas Operativos]]></category>
		<category><![CDATA[Libre]]></category>
		<category><![CDATA[Musica]]></category>

		<guid isPermaLink="false">http://luauf.com/?p=724</guid>
		<description><![CDATA[Para empezar el fin de semana, les traigo un poco de humor nerd con un buen toque bizarro. Se trata de una adaptación del conocido tema &#8220;Libre&#8221; de Nino Bravo. A continuación, la...]]></description>
			<content:encoded><![CDATA[<p>Para empezar el fin de semana, les traigo un poco de humor nerd con un buen toque bizarro. Se trata de una adaptación del conocido tema &#8220;Libre&#8221; de Nino Bravo.</p>
<p>A continuación, la letra del tema:</p>
<blockquote>
<p style="text-align: center;">Lleva apenas veinte horas y ya está<br />
buscando un Service Pack<br />
Porque le soltó una pantalla azul<br />
el Visual C++</p>
<p style="text-align: center;">Luego navegando por la World Wide Web<br />
lo vio con claridad<br />
un compilador llamado GCC<br />
rezaba sin parar</p>
<p style="text-align: center;"><strong>Libre, como el código de Linux yo soy libre<br />
como el tar<br />
Libre, como el bison, como el perl y como el cron<br />
que puedes compilar<br />
Libre, como Debian que me ofrece herramientas sin pagar<br />
también tengo Red Hat<br />
que viene con manual<br />
ahora sí sé lo que es la libertad</strong></p>
<p style="text-align: center;">El código abierto es su nueva fe<br />
programa en GTK<br />
ahora es un tipo muy muy popular<br />
en la lista de Bugtraq</p>
<p style="text-align: center;">Estaba tan harto de usar NT<br />
que decidió cambiar<br />
ya maneja Linux y FreeBSD<br />
en cualquier terminal</p></blockquote>
<p><span id="more-724"></span></p>
<p style="text-align: left;">A continuación, puedes escuchar el tema:</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="353" height="132" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><embed type="application/x-shockwave-flash" width="353" height="132"></embed></object></p>
<p>Vía: <a href="http://www.pctux.com.ar/2008/12/libre-como-el-codigo-de-linux.html" target="_blank">PCTux</a></p>
]]></content:encoded>
			<wfw:commentRss>http://luauf.com/2008/12/06/libre-como-el-codigo-de-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparativa Nokia 1100 vs iPhone</title>
		<link>http://luauf.com/2008/09/28/comparativa-nokia-1100-vs-iphone/</link>
		<comments>http://luauf.com/2008/09/28/comparativa-nokia-1100-vs-iphone/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 18:43:01 +0000</pubDate>
		<dc:creator>Luciano</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Miscelaneas]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Moviles]]></category>
		<category><![CDATA[Nokia]]></category>

		<guid isPermaLink="false">http://luauf.com/?p=682</guid>
		<description><![CDATA[Para continuar un domingo tranquilo y distendido, que mejor que un toque de &#8220;humor&#8221;. De todas formas, por más cómicas que sean las comparaciones, nos dejan reflexionando un poco acerca de como las...]]></description>
			<content:encoded><![CDATA[<p>Para continuar un domingo tranquilo y distendido, que mejor que un toque de &#8220;humor&#8221;. De todas formas, por más cómicas que sean las comparaciones, nos dejan reflexionando un poco acerca de como las corporaciones  inducen a los consumidores a &#8220;mejorar nuestra calidad de vida&#8221;.</p>
<p>Los participantes de la comparativa:</p>
<ul>
<li>El viejo y querido Nokia 1100</li>
<li>La maravilla tecnológica llamada iPhone</li>
</ul>
<p><span id="more-682"></span></p>
<p style="text-align: center;"><a href="http://luauf.com/wp-content/uploads/2008/09/1100vsiphone.png"><img class="alignnone size-medium wp-image-685" title="1100vsiphone" src="http://luauf.com/wp-content/uploads/2008/09/1100vsiphone-300x279.png" alt="" width="300" height="279" /></a></p>
<p>Vía: <a href="http://b-logger.net/archives/482" target="_blank">Uruguay Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://luauf.com/2008/09/28/comparativa-nokia-1100-vs-iphone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

