<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<atom:link href="http://gert.findel.cl/rss/node" rel="self" type="application/rss+xml" /><title>Gert Findel</title>
<link>http://gert.findel.cl/</link>
<description></description>
<pubDate>Thu, 24 Apr 2008 06:39:45 -0400</pubDate>
<generator>http://www.bligoo.com/</generator>
<language>es</language>
<item>
<title>La metáfora es una metáfora</title>
<link>http://gert.findel.cl/content/view/228239/La-metafora-es-una-metafora.html#content-top</link>
<pubDate>Tue, 08 Jul 2008 18:18:38 -0400</pubDate>
<guid isPermaLink="false">http://gert.findel.cl/content/view/228239/La-metafora-es-una-metafora.html#content-top</guid>
<dc:creator>Gert Findel</dc:creator>
<description><![CDATA[<p>Citando a Wikipedia... "Una&nbsp;<b>met&aacute;fora</b>&nbsp;(del&nbsp;<a title="Idioma griego" href="http://es.wikipedia.org/wiki/Idioma_griego">griego</a>&nbsp;<i>met&aacute;</i>&nbsp;'m&aacute;s all&aacute;, despu&eacute;s de'; y&nbsp;<i>phorein</i>, 'pasar, llevar') consiste en el uso de una expresi&oacute;n con un significado o en un contexto diferente del habitual."&nbsp;</p>
<p>Claramente en la palabra se lleva m&aacute;s all&aacute; de lo usual el significado de la misma. &iquest;Meta-met&aacute;foras?</p>]]></description>
<wfw:commentRss>http://gert.findel.cl/rss/comments/view/228239</wfw:commentRss>
</item>
<item>
<title>Me cambié a Mac, ¿recomendaciones?</title>
<link>http://gert.findel.cl/content/view/228203/Me-cambie-a-Mac-recomendaciones.html#content-top</link>
<pubDate>Tue, 08 Jul 2008 17:56:09 -0400</pubDate>
<guid isPermaLink="false">http://gert.findel.cl/content/view/228203/Me-cambie-a-Mac-recomendaciones.html#content-top</guid>
<dc:creator>Gert Findel</dc:creator>
<description><![CDATA[<p>Despu&eacute;s de un infortunado "accidente" con mi computador, decide comprarme uno nuevo... Nunca hab&iacute;a tenido un Mac as&iacute; que porque no probarlo. Ventajas a priori: &nbsp;son lindos y no tienen Windows.&nbsp;</p>
<p>Me hice due&ntilde;o de un Macbook Air... efectivamente es lindo, MUY LINDO y lo mejor es que funciona OTB </p> <a class="read-more " href="http://gert.findel.cl/content/view/228203/Me-cambie-a-Mac-recomendaciones.html#content-top">(Leer más)</a>]]></description>
<wfw:commentRss>http://gert.findel.cl/rss/comments/view/228203</wfw:commentRss>
</item>
<item>
<title>Blogs "basura"</title>
<link>http://gert.findel.cl/content/view/228172/Blogs-basura.html#content-top</link>
<pubDate>Tue, 08 Jul 2008 17:36:12 -0400</pubDate>
<guid isPermaLink="false">http://gert.findel.cl/content/view/228172/Blogs-basura.html#content-top</guid>
<dc:creator>Gert Findel</dc:creator>
<description><![CDATA[<p>En uno de mis blogs favoritos lei la siguiente entrada:<br />-------Hay muchos blogs, pero pocos&nbsp;<em>bloggers.--------------</em></p>
<p>
<div><em>En el post se habla, en cierta forma, de la naturaleza desechable que han desarrollado algunos bloggers para generar blogs con respecto a sus vacaciones en la playa en M&eacute;xico... las ganas le duran </em></div></p> <a class="read-more " href="http://gert.findel.cl/content/view/228172/Blogs-basura.html#content-top">(Leer más)</a>]]></description>
<wfw:commentRss>http://gert.findel.cl/rss/comments/view/228172</wfw:commentRss>
</item>
<item>
<title>El centro del Internet</title>
<link>http://gert.findel.cl/content/view/202405/El-centro-del-Internet.html#content-top</link>
<pubDate>Tue, 03 Jun 2008 11:01:52 -0400</pubDate>
<guid isPermaLink="false">http://gert.findel.cl/content/view/202405/El-centro-del-Internet.html#content-top</guid>
<dc:creator>Gert Findel</dc:creator>
<description><![CDATA[<p>Otra de esas p&aacute;ginas ociosas.... pero que te hacen reir.</p>
<p>.............<a href="http://www.exactcenteroftheinternet.com/">http://www.exactcenteroftheinternet.com/</a>..........</p>]]></description>
<wfw:commentRss>http://gert.findel.cl/rss/comments/view/202405</wfw:commentRss>
</item>
<item>
<title>Acertijo Geek #2</title>
<link>http://gert.findel.cl/content/view/202376/Acertijo-Geek-2.html#content-top</link>
<pubDate>Tue, 03 Jun 2008 10:34:27 -0400</pubDate>
<guid isPermaLink="false">http://gert.findel.cl/content/view/202376/Acertijo-Geek-2.html#content-top</guid>
<dc:creator>Gert Findel</dc:creator>
<description><![CDATA[<blockquote>
<p>Aunque el primero no fue muy bien recibido siempre es bueno poner un desaf&iacute;o un poco m&aacute;s entretenido.</p>
<p>Definamos la siguiente funci&oacute;n.....</p>
<br /> <code> ninja(x)<br /> { &nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp; if (x==0) return 0;<br />&nbsp;&nbsp;&nbsp; if (x==1) return 1;<br />&nbsp;&nbsp;&nbsp; if (x==2) return 1; //ninja line <br />&nbsp;&nbsp;&nbsp; return ninja(x-1) + ninja(x-2);<br /> } <br /> </code>
<p>&nbsp;</p>
<p>La pregunta es: si comentamos la linea </p></blockquote> <a class="read-more " href="http://gert.findel.cl/content/view/202376/Acertijo-Geek-2.html#content-top">(Leer más)</a>]]></description>
<wfw:commentRss>http://gert.findel.cl/rss/comments/view/202376</wfw:commentRss>
</item>
<item>
<title>¿Cuál es el mejor motor de bases de datos?</title>
<link>http://gert.findel.cl/content/view/197696/Cual-es-el-mejor-motor-de-bases-de-datos.html#content-top</link>
<pubDate>Tue, 27 May 2008 20:15:11 -0400</pubDate>
<guid isPermaLink="false">http://gert.findel.cl/content/view/197696/Cual-es-el-mejor-motor-de-bases-de-datos.html#content-top</guid>
<dc:creator>Gert Findel</dc:creator>
<description><![CDATA[<p>Dentro de los sistemas de bases de datos relacionales, cu&aacute;l crees tu que es el mejor?</p>
<p>Por qu&eacute;? Velocidad/Features/Compatibilidad</p>]]></description>
<wfw:commentRss>http://gert.findel.cl/rss/comments/view/197696</wfw:commentRss>
</item>
</channel>
</rss>
