<?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>Capuccino Productions Inc. &#187; Desarrollo</title>
	<atom:link href="http://capuccinoproductions.110mb.com/departamentos/informatica/desarrollo/feed/" rel="self" type="application/rss+xml" />
	<link>http://capuccinoproductions.110mb.com</link>
	<description>el (web&#124;tumble)log personal de Ricardo Chavez</description>
	<lastBuildDate>Sun, 22 Nov 2009 17:43:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Chroma-Hash</title>
		<link>http://capuccinoproductions.110mb.com/2009/11/05/chroma-hash/</link>
		<comments>http://capuccinoproductions.110mb.com/2009/11/05/chroma-hash/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 03:37:51 +0000</pubDate>
		<dc:creator>ricardo</dc:creator>
				<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[Enlaces]]></category>
		<category><![CDATA[contraseñas]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[visualización]]></category>

		<guid isPermaLink="false">http://capuccinoproductions.110mb.com/2009/11/05/chroma-hash/</guid>
		<description><![CDATA[	Chroma-Hash es una idea genial: unas franjas de colores se muestran al lado de un campo de ingreso de contrase&#241;as. Los colores de cada franja cambian de acuerdo al contenido del campo de contrase&#241;a. Y por ejemplo, cuando a uno le piden ingresar dos veces la contrase&#241;a, esta peque&#241;a adici&#243;n permitir&#237;a ver si se ha [...]]]></description>
			<content:encoded><![CDATA[	<p><a class="principal" href="http://mattt.me/2009/11/chroma-hash-revisited/">Chroma-Hash</a> es una idea genial: unas franjas de colores se muestran al lado de un campo de ingreso de contrase&#241;as. Los colores de cada franja cambian de acuerdo al contenido del campo de contrase&#241;a. Y por ejemplo, cuando a uno le piden ingresar dos veces la contrase&#241;a, esta peque&#241;a adici&#243;n permitir&#237;a ver si se ha ingresado la misma contrase&#241;a en ambos campos, sin necesidad de mostrar la contrase&#241;a&#8230; Se ve sumamente interesante. V&#237;a <a href="http://news.ycombinator.com" title="">Hacker News</a></p>
 ]]></content:encoded>
			<wfw:commentRss>http://capuccinoproductions.110mb.com/2009/11/05/chroma-hash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jaml: generando HTML con Javascript</title>
		<link>http://capuccinoproductions.110mb.com/2009/11/05/jaml-generando-html-con-javascript/</link>
		<comments>http://capuccinoproductions.110mb.com/2009/11/05/jaml-generando-html-con-javascript/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 03:27:04 +0000</pubDate>
		<dc:creator>ricardo</dc:creator>
				<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[Enlaces]]></category>
		<category><![CDATA[generación]]></category>
		<category><![CDATA[HAML]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://capuccinoproductions.110mb.com/2009/11/05/jaml-generando-html-con-javascript/</guid>
		<description><![CDATA[	jaml es una librer&#237;a de Javascript para generar c&#243;digo HTML que trata de emular la librer&#237;a HAML para Ruby. Se ve muy bueno, y sobre todo la mar de &#250;til. V&#237;a Hacker News
 ]]></description>
			<content:encoded><![CDATA[	<p><a class="principal" href="http://github.com/edspencer/jaml">jaml</a> es una librer&#237;a de Javascript para generar c&#243;digo <acronym title="HyperText Markup Language">HTML</acronym> que trata de emular la librer&#237;a <a href="http://haml-lang.com/" title=""><span class="caps">HAML</span></a> para Ruby. Se ve muy bueno, y sobre todo la mar de &#250;til. V&#237;a <a href="http://news.ycombinator.com" title="">Hacker News</a></p>
 ]]></content:encoded>
			<wfw:commentRss>http://capuccinoproductions.110mb.com/2009/11/05/jaml-generando-html-con-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>programación literaria</title>
		<link>http://capuccinoproductions.110mb.com/2009/11/02/programacion-literaria/</link>
		<comments>http://capuccinoproductions.110mb.com/2009/11/02/programacion-literaria/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 06:17:36 +0000</pubDate>
		<dc:creator>ricardo</dc:creator>
				<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[Enlaces]]></category>
		<category><![CDATA[código fuente]]></category>
		<category><![CDATA[documentación]]></category>
		<category><![CDATA[paradigmas]]></category>
		<category><![CDATA[programación]]></category>
		<category><![CDATA[programación literaria]]></category>

		<guid isPermaLink="false">http://capuccinoproductions.110mb.com/2009/11/02/programacion-literaria/</guid>
		<description><![CDATA[	Literate programming (Programaci&#243;n literaria) es un paradigma de programaci&#243;n propuesto por Donald Knuth como alternativa al paradigma de programaci&#243;n estructurada de los a&#241;os 70, el cual permite a los programadores desarrollar programas en el orden que demandan la l&#243;gica y el flujo de sus pensamientos. &#8220;Los programas literarios se escriben como una exposici&#243;n ininterrumpida de [...]]]></description>
			<content:encoded><![CDATA[	<p><a class="principal" href="http://en.wikipedia.org/wiki/Literate_programming">Literate programming</a> (Programaci&#243;n literaria) es un paradigma de programaci&#243;n propuesto por <a href="http://en.wikipedia.org/wiki/Donald_Knuth" title="">Donald Knuth</a> como alternativa al paradigma de programaci&#243;n estructurada de los a&#241;os 70, el cual permite a los programadores desarrollar programas en el orden que demandan la l&#243;gica y el flujo de sus pensamientos. &#8220;Los programas literarios se escriben como una exposici&#243;n ininterrumpida de l&#243;gica en un lenguaje humano cualquiera, muy similar al texto de un ensayo, en el cual se incluyen macros que ocultan las abstracciones y c&#243;digo fuente tradicional.&#8221; Una idea definitivamente interesante, que vale la pena explorar. Hay tambi&#233;n un <a href="http://es.wikipedia.org/wiki/Programaci%C3%B3n_literaria" title="">art&#237;culo en la Wikipedia en espa&#241;ol</a>, pero, para l&#225;stima, no est&#225; tan completo. El de la Wikipedia en ingl&#233;s lo encontr&#233; v&#237;a <a href="http://blog.jonudell.net/2009/10/23/a-literary-appreciation-of-the-olsonzoneinfotz-database/" title="">este post en el blog de Jon Udell</a>, el cual a su vez encontr&#233; v&#237;a <a href="http://www.chneukirchen.org/trivium/" title="">Trivium</a></p>
 ]]></content:encoded>
			<wfw:commentRss>http://capuccinoproductions.110mb.com/2009/11/02/programacion-literaria/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>64 high-ranked blogs for developers « Dottoro</title>
		<link>http://capuccinoproductions.110mb.com/2009/10/09/64-high-ranked-blogs-for-developers-%c2%ab-dottoro/</link>
		<comments>http://capuccinoproductions.110mb.com/2009/10/09/64-high-ranked-blogs-for-developers-%c2%ab-dottoro/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 05:15:18 +0000</pubDate>
		<dc:creator>ricardo</dc:creator>
				<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[Enlaces]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://capuccinoproductions.110mb.com/2009/10/09/64-high-ranked-blogs-for-developers-%c2%ab-dottoro/</guid>
		<description><![CDATA[	64 high-ranked blogs for developers, una lista en Dottoro con 64 blogs a seguir si te interesa esto del desarrollo de software, con algunos que ya conoc&#237;a. V&#237;a Internet Microsiervos
 ]]></description>
			<content:encoded><![CDATA[	<p><a class="principal" href="http://help.dottoro.com/blog/64-high-ranked-blogs-for-developers/">64 high-ranked blogs for developers</a>, una lista en <a href="http://help.dottoro.com/blog/" title="">Dottoro</a> con 64 blogs a seguir si te interesa esto del desarrollo de software, con algunos que ya conoc&#237;a. V&#237;a <a href="http://i.microsiervos.com" title="">Internet Microsiervos</a></p>
 ]]></content:encoded>
			<wfw:commentRss>http://capuccinoproductions.110mb.com/2009/10/09/64-high-ranked-blogs-for-developers-%c2%ab-dottoro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rest-client, cliente REST en Ruby</title>
		<link>http://capuccinoproductions.110mb.com/2009/10/06/rest-client-cliente-rest-en-ruby/</link>
		<comments>http://capuccinoproductions.110mb.com/2009/10/06/rest-client-cliente-rest-en-ruby/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 04:07:41 +0000</pubDate>
		<dc:creator>ricardo</dc:creator>
				<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[Enlaces]]></category>
		<category><![CDATA[cliente]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://capuccinoproductions.110mb.com/2009/10/06/rest-client-cliente-rest-en-ruby/</guid>
		<description><![CDATA[	rest-client, una librer&#237;a en Ruby que implementa un cliente para acceder a recursos en una arquitectura REST. Interesante, a la par que sumamente &#250;til, estoy seguro. V&#237;a Trivium
 ]]></description>
			<content:encoded><![CDATA[	<p><a class="principal" href="http://rest-client.heroku.com/rdoc/">rest-client</a>, una librer&#237;a en Ruby que implementa un cliente para acceder a recursos en una arquitectura <a href="http://es.wikipedia.org/wiki/REST" title=""><span class="caps">REST</span></a>. Interesante, a la par que sumamente &#250;til, estoy seguro. V&#237;a <a href="http://www.chneukirchen.org/trivium" title="">Trivium</a></p>
 ]]></content:encoded>
			<wfw:commentRss>http://capuccinoproductions.110mb.com/2009/10/06/rest-client-cliente-rest-en-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snakes on the Web</title>
		<link>http://capuccinoproductions.110mb.com/2009/09/13/snakes-on-the-web/</link>
		<comments>http://capuccinoproductions.110mb.com/2009/09/13/snakes-on-the-web/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 04:12:28 +0000</pubDate>
		<dc:creator>ricardo</dc:creator>
				<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[Enlaces]]></category>
		<category><![CDATA[desarrollo Web]]></category>
		<category><![CDATA[PyCon Argentina 2009]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://capuccinoproductions.110mb.com/2009/09/13/snakes-on-the-web/</guid>
		<description><![CDATA[	Snakes on the Web, (transcripci&#243;n de) la charla dado por Jacob Kaplan-Moss en la PyCon Argentina 2009, que en mi opini&#243;n estuvo bastante buena. Desarrolla temas acerca del futuro del desarrollo Web, que cosas podr&#237;an ser mejoradas, y si pueden ser mejoradas con Python. De lectura recomendada. V&#237;a Ryan Tomayko
 ]]></description>
			<content:encoded><![CDATA[	<p><a class="principal" href="http://jacobian.org/writing/snakes-on-the-web/">Snakes on the Web</a>, (transcripci&#243;n de) la charla dado por <a href="http://jacobian.org/" title="">Jacob Kaplan-Moss</a> en la <a href="http://ar.pycon.org" title="">PyCon Argentina 2009</a>, que en mi opini&#243;n estuvo bastante buena. Desarrolla temas acerca del futuro del desarrollo Web, que cosas podr&#237;an ser mejoradas, y si pueden ser mejoradas con Python. De lectura recomendada. V&#237;a <a href="http://tomayko.com" title="">Ryan Tomayko</a></p>
 ]]></content:encoded>
			<wfw:commentRss>http://capuccinoproductions.110mb.com/2009/09/13/snakes-on-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>why the lucky stiff, where are you?</title>
		<link>http://capuccinoproductions.110mb.com/2009/08/21/why-the-lucky-stiff-where-are-you/</link>
		<comments>http://capuccinoproductions.110mb.com/2009/08/21/why-the-lucky-stiff-where-are-you/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 22:51:43 +0000</pubDate>
		<dc:creator>ricardo</dc:creator>
				<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[Notas]]></category>
		<category><![CDATA[Arte]]></category>
		<category><![CDATA[Comunidad]]></category>
		<category><![CDATA[desaparición]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[programación]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[why the lucky stiff]]></category>

		<guid isPermaLink="false">http://capuccinoproductions.110mb.com/2009/08/21/why-the-lucky-stiff-where-are-you/</guid>
		<description><![CDATA[	Se&#241;oras y se&#241;ores, tengo una noticia no muy buena que comunicar: la identidad en l&#237;nea de why the lucky stiff, programador talentoso y personaje conocido en la comunidad que rodea al lenguaje Ruby, ha desaparecido, incluyendo su cuenta en Twitter, en Github, todos sus sitios web (como su blog, el genial blog hackety hack, entre [...]]]></description>
			<content:encoded><![CDATA[	<p>Se&#241;oras y se&#241;ores, tengo una noticia no muy buena que comunicar: la identidad en l&#237;nea de <a href="http://wikipedia.org/wiki/Why_the_lucky_stiff" title="">why the lucky stiff</a>, programador talentoso y personaje conocido en la comunidad que rodea al lenguaje Ruby, ha desaparecido, incluyendo su cuenta en Twitter, en Github, todos sus sitios web (como <a href="http://whytheluckystiff.net/" title="">su blog</a>, el genial blog <a href="http://hackety.org/" title="">hackety hack</a>, entre otros) y, lo peor de todo, su c&#243;digo, la contribuci&#243;n m&#225;s importante que hizo a la comunidad. Las reacciones no se han hecho esperar:</p>

	<ul>
		<li>en <a href="http://news.ycombinator.com/item?id=773106" title="">Hacker News</a> corrieron la voz y a&#250;n debaten que puede haber sucedido; la noticia ha provocado sentimientos encontrados.</li>
		<li><a href="http://ejohn.org/" title="">John Resig</a>, creador de jQuery, le dedica un <a href="http://ejohn.org/blog/eulogy-to-_why/" title="">post</a></li>
		<li>el controvertido Zed Shaw <a href="http://zedshaw.com/blog/2009-08-19.html" title="">dice</a> que, si bien &#233;l respeta y admira a why, le parece una perrada que se haya llevado consigo todo su c&#243;digo, c&#243;digo del cual muchas veces la gente depend&#237;a</li>
		<li>felizmente, gracias a las maravillas del control de versiones distribuido, la gente ha logrado armar un <em>mirror</em> del c&#243;digo de why, y ya est&#225;n empezando los esfuerzos para encontrar nuevos encargados para cada uno de los proyectos en <a href="http://whymirror.github.com/" title="">Decentralization of _why&#8217;s Projects</a> (genial)</li>
	</ul>

	<p>Desde aqu&#237;, como admirador de why, solo espero que este bien, que no le haya pasado nada grave y que regrese pronto (que importa, con otro seud&#243;nimo) para alegrar nuestras vidas con su arte. Regrese pronto, maestro.</p>

	<p>(Secretamente estoy de acuerdo con Zed Shaw en que ser&#237;a una muy mala jugada traerte abajo todo ese c&#243;digo, en el cual la gente hab&#237;a empezado a confiar; por ello espero que se deba a razones de fuerza mayor&#8230; o tal vez confiaba en la capacidad de auto-curaci&#243;n del control de versiones distribuido? no lo s&#233;, tal vez nunca lo sabremos&#8230;)</p>
 ]]></content:encoded>
			<wfw:commentRss>http://capuccinoproductions.110mb.com/2009/08/21/why-the-lucky-stiff-where-are-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to think about OO</title>
		<link>http://capuccinoproductions.110mb.com/2009/08/06/how-to-think-about-oo/</link>
		<comments>http://capuccinoproductions.110mb.com/2009/08/06/how-to-think-about-oo/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 00:54:34 +0000</pubDate>
		<dc:creator>ricardo</dc:creator>
				<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[Enlaces]]></category>
		<category><![CDATA[buenas prácticas]]></category>
		<category><![CDATA[programación]]></category>
		<category><![CDATA[programación orientada a objetos]]></category>

		<guid isPermaLink="false">http://capuccinoproductions.110mb.com/2009/08/06/how-to-think-about-oo/</guid>
		<description><![CDATA[	How to think about OO: interesante post en el blog de Misko Hevery acerca de algunas buenas pr&#225;cticas al momento de usar programaci&#243;n orientada a objetos. V&#237;a Hacker News
 ]]></description>
			<content:encoded><![CDATA[	<p><a class="principal" href="http://misko.hevery.com/2009/07/31/how-to-think-about-oo/">How to think about OO</a>: interesante post en el <a href="http://misko.hevery.com/" title="">blog de Misko Hevery</a> acerca de algunas buenas pr&#225;cticas al momento de usar programaci&#243;n orientada a objetos. V&#237;a <a href="http://news.ycombinator.com" title="">Hacker News</a></p>
 ]]></content:encoded>
			<wfw:commentRss>http://capuccinoproductions.110mb.com/2009/08/06/how-to-think-about-oo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scalable Web Architectures and Application State</title>
		<link>http://capuccinoproductions.110mb.com/2009/07/16/scalable-web-architectures-and-application-state/</link>
		<comments>http://capuccinoproductions.110mb.com/2009/07/16/scalable-web-architectures-and-application-state/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 01:12:39 +0000</pubDate>
		<dc:creator>ricardo</dc:creator>
				<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[Enlaces]]></category>
		<category><![CDATA[arquitectura]]></category>
		<category><![CDATA[escalabilidad]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://capuccinoproductions.110mb.com/2009/07/16/scalable-web-architectures-and-application-state/</guid>
		<description><![CDATA[	Scalable Web Architectures and Application State, art&#237;culo en Bytepawn acerca de c&#243;mo escalar una aplicaci&#243;n o sitio Web del modo m&#225;s apropiado. Interesante&#8230; V&#237;a Hacker News
 ]]></description>
			<content:encoded><![CDATA[	<p><a class="principal" href="http://bytepawn.com/2009/06/17/scalable-web-architectures-and-application-state/">Scalable Web Architectures and Application State</a>, art&#237;culo en <a href="http://bytepawn.com/" title="">Bytepawn</a> acerca de c&#243;mo escalar una aplicaci&#243;n o sitio Web del modo m&#225;s apropiado. Interesante&#8230; V&#237;a <a href="http://news.ycombinator.com" title="">Hacker News</a></p>
 ]]></content:encoded>
			<wfw:commentRss>http://capuccinoproductions.110mb.com/2009/07/16/scalable-web-architectures-and-application-state/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prototype Based Programming Languages</title>
		<link>http://capuccinoproductions.110mb.com/2009/07/16/prototype-based-programming-languages/</link>
		<comments>http://capuccinoproductions.110mb.com/2009/07/16/prototype-based-programming-languages/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 00:58:01 +0000</pubDate>
		<dc:creator>ricardo</dc:creator>
				<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[Enlaces]]></category>
		<category><![CDATA[lenguajes de programación]]></category>
		<category><![CDATA[POO]]></category>
		<category><![CDATA[programación basada en prototipos]]></category>
		<category><![CDATA[programación orientada a objetos]]></category>

		<guid isPermaLink="false">http://capuccinoproductions.110mb.com/2009/07/16/prototype-based-programming-languages/</guid>
		<description><![CDATA[	Prototype Based Programming Languages: Post muy interesante en Bluish Coder acerca de los lenguajes de programaci&#243;n basados en prototipos, centrado principalmente en los lenguajes Self e Io, con ejemplos de c&#243;digo bastante ilustrativos. V&#237;a Hacker News
 ]]></description>
			<content:encoded><![CDATA[	<p><a class="principal" href="http://www.bluishcoder.co.nz/2009/07/prototype-based-programming-languages.html">Prototype Based Programming Languages</a>: Post muy interesante en <a href="http://www.bluishcoder.co.nz/" title="">Bluish Coder</a> acerca de los lenguajes de programaci&#243;n basados en <a href="http://es.wikipedia.org/wiki/Programaci%C3%B3n_basada_en_prototipos" title="">prototipos</a>, centrado principalmente en los lenguajes <a href="http://selflanguage.org/" title="">Self</a> e <a href="http://iolanguage.com/" title="">Io</a>, con ejemplos de c&#243;digo bastante ilustrativos. V&#237;a <a href="http://news.ycombinator.com" title="">Hacker News</a></p>
 ]]></content:encoded>
			<wfw:commentRss>http://capuccinoproductions.110mb.com/2009/07/16/prototype-based-programming-languages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mythryl (lenguaje de programación)</title>
		<link>http://capuccinoproductions.110mb.com/2009/07/16/mythryl-lenguaje-de-programacion/</link>
		<comments>http://capuccinoproductions.110mb.com/2009/07/16/mythryl-lenguaje-de-programacion/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 05:49:25 +0000</pubDate>
		<dc:creator>ricardo</dc:creator>
				<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[Enlaces]]></category>
		<category><![CDATA[lenguajes de programación]]></category>
		<category><![CDATA[programación funcional]]></category>
		<category><![CDATA[programación genérica]]></category>

		<guid isPermaLink="false">http://capuccinoproductions.110mb.com/2009/07/16/mythryl-lenguaje-de-programacion/</guid>
		<description><![CDATA[	Myhtryl es un lenguaje de programaci&#243;n basado en SML/NJ que &#8220;combina la velocidad de C, el poder de Lisp y la conveniencia de Ruby con los nuevos ingredientes cr&#237;ticos de tipos Hindley-Milner, gen&#233;ricos de avanzada y el nivel preciso de efectos secundarios&#8220;. Se ve interesante&#8230; V&#237;a Trivium
 ]]></description>
			<content:encoded><![CDATA[	<p><a class="principal" href="http://mythryl.org/index.html">Myhtryl</a> es un lenguaje de programaci&#243;n basado en <a href="http://www.smlnj.org/" title=""><span class="caps">SML</span>/NJ</a> que &#8220;combina la velocidad de C, el poder de Lisp y la conveniencia de Ruby con los nuevos ingredientes cr&#237;ticos de <a href="http://es.wikipedia.org/wiki/Inferencia_de_tipos#Algoritmo_Hindley-Milner_de_inferencia_de_tipos" title="">tipos Hindley-Milner</a>, <a href="http://en.wikipedia.org/wiki/Generic_programming" title="">gen&#233;ricos</a> de avanzada y el nivel preciso de <a href="http://es.wikipedia.org/wiki/Efecto_secundario_%28inform%C3%A1tica%29" title="">efectos secundarios</a>&#8220;. Se ve interesante&#8230; V&#237;a <a href="http://www.chneukirchen.org/trivium" title="">Trivium</a></p>
 ]]></content:encoded>
			<wfw:commentRss>http://capuccinoproductions.110mb.com/2009/07/16/mythryl-lenguaje-de-programacion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Performance Rules &#8211; Best Practices for Speeding Up jQuery</title>
		<link>http://capuccinoproductions.110mb.com/2009/07/12/jquery-performance-rules-best-practices-for-speeding-up-jquery/</link>
		<comments>http://capuccinoproductions.110mb.com/2009/07/12/jquery-performance-rules-best-practices-for-speeding-up-jquery/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 06:50:40 +0000</pubDate>
		<dc:creator>ricardo</dc:creator>
				<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[Enlaces]]></category>
		<category><![CDATA[desempeño]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[velocidad]]></category>

		<guid isPermaLink="false">http://capuccinoproductions.110mb.com/2009/07/12/jquery-performance-rules-best-practices-for-speeding-up-jquery/</guid>
		<description><![CDATA[	jQuery Performance Rules &#8211; Best Practices for Speeding Up jQuery: 11 tips para mejorar el desempe&#241;o y agilizar las p&#225;ginas que usen jQuery. V&#237;a Delicious
 ]]></description>
			<content:encoded><![CDATA[	<p><a class="principal" href="http://www.artzstudio.com/2009/04/jquery-performance-rules/">jQuery Performance Rules &#8211; Best Practices for Speeding Up jQuery</a>: 11 tips para mejorar el desempe&#241;o y agilizar las p&#225;ginas que usen <a href="http://jquery.com" title="">jQuery</a>. V&#237;a <a href="http://www.delicious.com" title="">Delicious</a></p>
 ]]></content:encoded>
			<wfw:commentRss>http://capuccinoproductions.110mb.com/2009/07/12/jquery-performance-rules-best-practices-for-speeding-up-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>my evolution as a programmer</title>
		<link>http://capuccinoproductions.110mb.com/2009/07/10/my-evolution-as-a-programmer/</link>
		<comments>http://capuccinoproductions.110mb.com/2009/07/10/my-evolution-as-a-programmer/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 21:24:55 +0000</pubDate>
		<dc:creator>ricardo</dc:creator>
				<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[Enlaces]]></category>
		<category><![CDATA[carrera]]></category>
		<category><![CDATA[evolución]]></category>
		<category><![CDATA[programación]]></category>
		<category><![CDATA[programador]]></category>

		<guid isPermaLink="false">http://capuccinoproductions.110mb.com/2009/07/10/my-evolution-as-a-programmer/</guid>
		<description><![CDATA[	my evolution as a programmer, mensaje en una lista de correo acerca de la evoluci&#243;n del autor como programador. Interesante para saber como avanzar por el camino de la programaci&#243;n y para apuntar un par de libritos como pendientes para lectura ;). V&#237;a Hacker News
 ]]></description>
			<content:encoded><![CDATA[	<p><a class="principal" href="http://lists.canonical.org/pipermail/kragen-tol/2007-March/000849.html">my evolution as a programmer</a>, mensaje en una lista de correo acerca de la evoluci&#243;n del autor como programador. Interesante para saber como avanzar por el camino de la programaci&#243;n y para apuntar un par de libritos como pendientes para lectura ;). V&#237;a <a href="http://news.ycombinator.com" title="">Hacker News</a></p>
 ]]></content:encoded>
			<wfw:commentRss>http://capuccinoproductions.110mb.com/2009/07/10/my-evolution-as-a-programmer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I use Safari for Development</title>
		<link>http://capuccinoproductions.110mb.com/2009/07/10/why-i-use-safari-for-development/</link>
		<comments>http://capuccinoproductions.110mb.com/2009/07/10/why-i-use-safari-for-development/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 21:06:16 +0000</pubDate>
		<dc:creator>ricardo</dc:creator>
				<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[Enlaces]]></category>
		<category><![CDATA[desarrollo Web]]></category>
		<category><![CDATA[navegadores]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://capuccinoproductions.110mb.com/2009/07/10/why-i-use-safari-for-development/</guid>
		<description><![CDATA[	Why I use Safari for Development post en mir.aculo.us en el cual Thomas Fuchs (el autor) cuenta por qu&#233; prefiere el navegador web Safari de Apple para el desarrollo de aplicaciones Web. Entre los puntos fuertes del mismo menciona el amplio cumplimiento de los est&#225;ndares y las herramientas de desarrollo con las que cuenta desde [...]]]></description>
			<content:encoded><![CDATA[	<p><a class="principal" href="http://mir.aculo.us/2009/07/09/why-i-use-safari-for-development/">Why I use Safari for Development</a> post en <a href="http://mir.aculo.us/" title="">mir.aculo.us</a> en el cual Thomas Fuchs (el autor) cuenta por qu&#233; prefiere el navegador web <a href="http://www.apple.com/safari/" title="">Safari</a> de Apple para el desarrollo de aplicaciones Web. Entre los puntos fuertes del mismo menciona el amplio cumplimiento de los est&#225;ndares y las herramientas de desarrollo con las que cuenta desde el saque, entre otras cosas. V&#237;a <a href="http://news.ycombinator.com" title="">Hacker News</a></p>
 ]]></content:encoded>
			<wfw:commentRss>http://capuccinoproductions.110mb.com/2009/07/10/why-i-use-safari-for-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>como prevenir la modificación de una clase en Ruby</title>
		<link>http://capuccinoproductions.110mb.com/2009/07/09/como-prevenir-la-modificacion-de-una-clase-en-ruby/</link>
		<comments>http://capuccinoproductions.110mb.com/2009/07/09/como-prevenir-la-modificacion-de-una-clase-en-ruby/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 05:25:20 +0000</pubDate>
		<dc:creator>ricardo</dc:creator>
				<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[Enlaces]]></category>
		<category><![CDATA[clases]]></category>
		<category><![CDATA[lenguajes de programación]]></category>
		<category><![CDATA[programación]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://capuccinoproductions.110mb.com/2009/07/09/como-prevenir-la-modificacion-de-una-clase-en-ruby/</guid>
		<description><![CDATA[	Discourage a class from being re-opened: interesante pedacito de c&#243;digo en Projectionist que muestra como prevenir la modificaci&#243;n de una clase en Ruby despu&#233;s de su definici&#243;n, usando el m&#233;todo freeze. Va directo al libro :).
 ]]></description>
			<content:encoded><![CDATA[	<p><a class="principal" href="http://project.ioni.st/post/2755#snippet_2755">Discourage a class from being re-opened</a>: interesante pedacito de c&#243;digo en <a href="http://project.ioni.st" title="">Projectionist</a> que muestra como prevenir la modificaci&#243;n de una clase en Ruby despu&#233;s de su definici&#243;n, usando el m&#233;todo <code>freeze</code>. Va directo al libro :).</p>
 ]]></content:encoded>
			<wfw:commentRss>http://capuccinoproductions.110mb.com/2009/07/09/como-prevenir-la-modificacion-de-una-clase-en-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
