<?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/"
	>

<channel>
	<title>nulleando.com.ar</title>
	<atom:link href="http://www.nulleando.com.ar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nulleando.com.ar</link>
	<description>Un blog hecho para apuntar a null un rato</description>
	<pubDate>Tue, 13 Jul 2010 22:10:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>asus eee pc 1201n wifi driver ubuntu 10.04 Realtek Semiconductor Co., Ltd. Device 8171 (rev 10)</title>
		<link>http://www.nulleando.com.ar/2010/07/13/asus-eee-pc-1201n-wifi-driver-ubuntu-1004-realtek-semiconductor-co-ltd-device-8171-rev-10/</link>
		<comments>http://www.nulleando.com.ar/2010/07/13/asus-eee-pc-1201n-wifi-driver-ubuntu-1004-realtek-semiconductor-co-ltd-device-8171-rev-10/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 13:53:38 +0000</pubDate>
		<dc:creator>uol</dc:creator>
		
		<category><![CDATA[null]]></category>

		<guid isPermaLink="false">http://www.nulleando.com.ar/?p=955</guid>
		<description><![CDATA[descargar driver desde:  http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&#038;PNid=21&#038;PFid=48&#038;Level=5&#038;Conn=4&#038;DownTypeID=3&#038;GetDown=false&#038;Downloads=true
cd
wget ftp://WebUser:2mG8dBW@61.56.86.122/cn/wlan/rtl8192se_linux_2.6.0017.0507.2010.tar.gz
tar xzvf rtl8192se_linux_2.6.0017.0507.2010.tar.gz
cd rtl8192se_linux_2.6.0017.0507.2010
Descomprimir, entrar en la carpeta, hacer:
make
sudo make install
y luego reiniciar.
Si &#8220;make&#8221; ejecuta correctamente pero en el &#8220;sudo make install&#8221; recibimos este error:
make[2]: Entering directory `/usr/src/linux-headers-2.6.31-14-generic&#8217;
  CHK include/linux/version.h
  CHK include/linux/utsrelease.h
  SYMLINK include/asm -> include/asm-x86
make[3]: *** No rule to make target `kernel/bounds.c&#8217;, needed by `kernel/bounds.s&#8217;. Stop.
make[2]: [...]]]></description>
			<content:encoded><![CDATA[<p>descargar driver desde:  http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&#038;PNid=21&#038;PFid=48&#038;Level=5&#038;Conn=4&#038;DownTypeID=3&#038;GetDown=false&#038;Downloads=true</p>
<p><code>cd</code><br />
<code>wget ftp://WebUser:2mG8dBW@61.56.86.122/cn/wlan/rtl8192se_linux_2.6.0017.0507.2010.tar.gz<br />
tar xzvf rtl8192se_linux_2.6.0017.0507.2010.tar.gz<br />
cd rtl8192se_linux_2.6.0017.0507.2010</code></p>
<p>Descomprimir, entrar en la carpeta, hacer:</p>
<p><code>make</code><br />
<code>sudo make install</code></p>
<p>y luego reiniciar.</p>
<p>Si &#8220;make&#8221; ejecuta correctamente pero en el &#8220;sudo make install&#8221; recibimos este error:</p>
<p>make[2]: Entering directory `/usr/src/linux-headers-2.6.31-14-generic&#8217;<br />
  CHK include/linux/version.h<br />
  CHK include/linux/utsrelease.h<br />
  SYMLINK include/asm -> include/asm-x86<br />
make[3]: *** No rule to make target `kernel/bounds.c&#8217;, needed by `kernel/bounds.s&#8217;. Stop.<br />
make[2]: *** [prepare0] Error 2<br />
make[2]: Leaving directory `/usr/src/linux-headers-2.6.31-14-generic&#8217;<br />
make[1]: *** [modules] Error 2<br />
make[1]: Leaving directory `/home/mark/Desktop/rtl8192se_linux_2.6.0010.1012.2009/HAL/rtl8192&#8242;<br />
make: *** [install] Error 2</p>
<p>Tenemos que hacer la instalación manual:</p>
<p>1) copiar el módulo HAL/rtl8192/r8192se_pci.ko a /lib/modules/`uname -r`/kernel/drivers/net/wireless/<br />
<code>sudo cp HAL/rtl8192/r8192se_pci.ko a /lib/modules/`uname -r`/kernel/drivers/net/wireless/</code><br />
2) copiar la carpeta RTL8192SE dentreo de la carpeta firmware a /lib/firmware/`uname -r`<br />
<code>sudo cp -r firmware/RTL8192SE /lib/firmware/`uname -r`</code><br />
3) Ejecutar<br />
<code>sudo depmod -a</code><br />
4) Ejecutar<br />
<code>modprobe rtl8192se_pci </code><br />
o reiniciar<br />
5) Deberíamos ver en network-manager la lista de redes</p>
<p>PD: yo lo probe con el kernel 2.6.32-21-generic de Ubuntu 10.04</p>
<p>Fuente: los grosos de <a href="http://www.phoronix.com/scan.php?item=asus_eee_1201n&#038;num=3&#038;page=article">phoronix</a> y el animalito de david woo en <a href="https://bugs.launchpad.net/ubuntu/%2Bsource/linux/%2Bbug/401126">Launchpad</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nulleando.com.ar/2010/07/13/asus-eee-pc-1201n-wifi-driver-ubuntu-1004-realtek-semiconductor-co-ltd-device-8171-rev-10/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Error de seguridad en Facebook Connect</title>
		<link>http://www.nulleando.com.ar/2009/06/01/error-de-seguridad-en-facebook-connect/</link>
		<comments>http://www.nulleando.com.ar/2009/06/01/error-de-seguridad-en-facebook-connect/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 18:18:39 +0000</pubDate>
		<dc:creator>Hernan Chilabert</dc:creator>
		
		<category><![CDATA[web]]></category>

		<category><![CDATA[error seguridad]]></category>

		<category><![CDATA[facebook connect]]></category>

		<category><![CDATA[hernan chilabert]]></category>

		<guid isPermaLink="false">http://www.nulleando.com.ar/?p=951</guid>
		<description><![CDATA[Increíble este bug !!

Fuente &#124; Hernán Chilabert
]]></description>
			<content:encoded><![CDATA[<p>Increíble este bug !!</p>
<p><img src="http://www.hernanchilabert.com.ar/wp-content/uploads/2009/06/fbconnectbug1.jpg" alt="Error de seguridad en Facebook Connect" /></p>
<p>Fuente | <a href="http://www.hernanchilabert.com.ar/error-de-seguridad-en-facebook-connect/">Hernán Chilabert</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nulleando.com.ar/2009/06/01/error-de-seguridad-en-facebook-connect/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Urban hack</title>
		<link>http://www.nulleando.com.ar/2009/05/28/urban-hack/</link>
		<comments>http://www.nulleando.com.ar/2009/05/28/urban-hack/#comments</comments>
		<pubDate>Thu, 28 May 2009 13:08:11 +0000</pubDate>
		<dc:creator>uol</dc:creator>
		
		<category><![CDATA[Tecnología]]></category>

		<category><![CDATA[conocimiento]]></category>

		<category><![CDATA[religión]]></category>

		<guid isPermaLink="false">http://www.nulleando.com.ar/?p=949</guid>
		<description><![CDATA[Jugando al space invaders con las luces de un edificio:

Fuente: Wired
]]></description>
			<content:encoded><![CDATA[<p>Jugando al space invaders con las luces de un edificio:</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/0L7DTMKekoU&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/0L7DTMKekoU&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>Fuente: <a href="http://www.wired.com/threatlevel/2009/05/viral-video-hoax-or-proof-of-impending-cyber-apocalypse/">Wired</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nulleando.com.ar/2009/05/28/urban-hack/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mejor que minority report</title>
		<link>http://www.nulleando.com.ar/2009/04/29/mejor-que-minority-report/</link>
		<comments>http://www.nulleando.com.ar/2009/04/29/mejor-que-minority-report/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 17:02:01 +0000</pubDate>
		<dc:creator>uol</dc:creator>
		
		<category><![CDATA[Tecnología]]></category>

		<category><![CDATA[ciencia]]></category>

		<guid isPermaLink="false">http://www.nulleando.com.ar/?p=947</guid>
		<description><![CDATA[Unos estudiantes de la Northwestern University inventaron una simpática interfaz que permite sensar los movimientos de nuestras manos en tres dimensiones sin la necesidad de conectar dispositivos a nuestro cuerpo. Utilizando solamente unas planchuelas de cobre y la teoría electroestática.
Y el resultado es este:
3D Computer Interface from Free Flow on Vimeo.
Nice !
Fuente: engadget
]]></description>
			<content:encoded><![CDATA[<p>Unos estudiantes de la Northwestern University inventaron una simpática interfaz que permite sensar los movimientos de nuestras manos en tres dimensiones sin la necesidad de conectar dispositivos a nuestro cuerpo. Utilizando solamente unas planchuelas de cobre y la teoría electroestática.</p>
<p>Y el resultado es este:<br />
<object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=4366452&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=4366452&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object><br /><a href="http://vimeo.com/4366452">3D Computer Interface</a> from <a href="http://vimeo.com/user1663979">Free Flow</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Nice !</p>
<p>Fuente: <a href="http://www.engadget.com/2009/04/29/students-build-3d-computer-interface-using-copper-felt-and-lot/">engadget</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nulleando.com.ar/2009/04/29/mejor-que-minority-report/feed/</wfw:commentRss>
		</item>
		<item>
		<title>fixmbr o fdisk /mbr sin la consola de recuperación</title>
		<link>http://www.nulleando.com.ar/2009/04/25/fixmbr-o-fdisk-mbr-sin-la-consola-de-recuperacion/</link>
		<comments>http://www.nulleando.com.ar/2009/04/25/fixmbr-o-fdisk-mbr-sin-la-consola-de-recuperacion/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 02:46:30 +0000</pubDate>
		<dc:creator>uol</dc:creator>
		
		<category><![CDATA[Microsoft (puaj!)]]></category>

		<category><![CDATA[herramientas]]></category>

		<guid isPermaLink="false">http://www.nulleando.com.ar/?p=944</guid>
		<description><![CDATA[Para restaurar la MBR sin la necesidad de una consola de reparación de windows ni de un CD de instalación del mismo podemos utilizar el programa MBRwizard que nos permite entre otras cosas pisar nuestra actual MBR rota con la copia de backup.
Para eso tenemos que bootear con algo que nos permita ejecutar programas de [...]]]></description>
			<content:encoded><![CDATA[<p>Para restaurar la MBR sin la necesidad de una consola de reparación de windows ni de un CD de instalación del mismo podemos utilizar el programa <a href="http://mbrwizard.com/">MBRwizard</a> que nos permite entre otras cosas pisar nuestra actual MBR rota con la copia de backup.</p>
<p>Para eso tenemos que bootear con <a href="http://www.freedos.org/cgi-bin/lsm.cgi?mode=dir&#038;dir=boot">algo que nos permita ejecutar programas de DOS</a> copiar el archivo mbrwiz.exe y tipear</p>
<p><strong>mbrwiz.exe -rescue=1</strong></p>
<p>Y <em>viola!</em> restaurado</p>
<p>Esto suele pasar cuando instalamos un Linux y queremos sacar el bootloader como GRUB o LILO del sector de booteo una vez borrada la partición linux.</p>
<p>Espero que les sirva.</p>
<p>slds</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nulleando.com.ar/2009/04/25/fixmbr-o-fdisk-mbr-sin-la-consola-de-recuperacion/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sad but true</title>
		<link>http://www.nulleando.com.ar/2009/04/21/sad-but-true/</link>
		<comments>http://www.nulleando.com.ar/2009/04/21/sad-but-true/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 16:36:55 +0000</pubDate>
		<dc:creator>uol</dc:creator>
		
		<category><![CDATA[Boludeces]]></category>

		<category><![CDATA[Chistes]]></category>

		<category><![CDATA[fan]]></category>

		<category><![CDATA[juanelo]]></category>

		<category><![CDATA[virgen]]></category>

		<guid isPermaLink="false">http://www.nulleando.com.ar/2009/04/21/sad-but-true/</guid>
		<description><![CDATA[
Creo que no hay nada que acotar &#8230; 
Vía: FayerWayer
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.nulleando.com.ar/wp-content/uploads/2009/04/fanboys.png" alt="fanboys" title="fanboys" width="570" height="183" class="alignnone size-full wp-image-941" /></p>
<p>Creo que no hay nada que acotar &#8230; </p>
<p>Vía: FayerWayer</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nulleando.com.ar/2009/04/21/sad-but-true/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I will derive ! (8)</title>
		<link>http://www.nulleando.com.ar/2009/04/19/i-will-derive-8/</link>
		<comments>http://www.nulleando.com.ar/2009/04/19/i-will-derive-8/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 18:20:25 +0000</pubDate>
		<dc:creator>uol</dc:creator>
		
		<category><![CDATA[Chistes]]></category>

		<category><![CDATA[ciencia]]></category>

		<category><![CDATA[conocimiento]]></category>

		<category><![CDATA[geek]]></category>

		<category><![CDATA[videos]]></category>

		<category><![CDATA[cálculo]]></category>

		<category><![CDATA[derivar]]></category>

		<category><![CDATA[i will derive]]></category>

		<category><![CDATA[i will survive]]></category>

		<guid isPermaLink="false">http://www.nulleando.com.ar/?p=936</guid>
		<description><![CDATA[&#8220;I will derive&#8221; es la versión geek de la famosa canción &#8220;I will survive&#8221; de Gloria Gaynor




&#160;&#160;&#160;


En Inglés


&#160;&#160;&#160;


En Español


&#160;&#160;&#160;




&#160;&#160;&#160;

 
At first I was afraid, what could the answer be? 
It said given this position find velocity. 
So I tried to work it out but I knew that I was wrong. 
I struggled; I cried, “The [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;I will derive&#8221; es la versión geek de la famosa canción &#8220;I will survive&#8221; de Gloria Gaynor</p>
<p><object width="425" height="349"><param name="movie" value="http://www.youtube.com/v/1ZQ0DSYccTE&#038;rel=0&#038;border=1&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=es&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/1ZQ0DSYccTE&#038;rel=0&#038;border=1&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=es&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="349"></embed></object></p>
<table >
<tr>
<td >
&nbsp;&nbsp;&nbsp;
</td>
<td >
<strong>En Inglés</strong>
</td>
<td >
&nbsp;&nbsp;&nbsp;
</td>
<td >
<strong>En Español</strong>
</td>
<td >
&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr>
<td >
&nbsp;&nbsp;&nbsp;
</td>
<td widht="47%" align="left" valign="top"><font size="1"><br /> <br />
At first I was afraid, what could the answer be?<br /> <br />
It said given this position find velocity.<br /> <br />
So I tried to work it out but I knew that I was wrong.<br /> <br />
I struggled; I cried, “The problem shouldn’t take this long!”<br /> <br />
I tried to think, control my nerve …<br /> <br />
It’s evident that speed’s tangential to that time–position curve.<br /> <br />
This problem would be mine<br /> <br />
If I just knew that tangent line<br /> <br />
But what to do? Show me a sign!<br /> <br />
</font></td>
<td widht="2%" valign="top">
&nbsp;&nbsp;&nbsp;
</td>
<td widht="47%" align="left" valign="top"><font size="1"><br /> <br />
Primero tuve miedo, ¿cuál podía ser la respuesta?<br /> <br />
Decía “dada esta posición encuentra la velocidad”.<br /> <br />
Yo intenté resolverlo, pero sabía que lo hacía mal<br /> <br />
Luché , lloré, “¡el problema no puede ser tan largo!”<br /> <br />
Intenté pensar, controlar mis nervios.<br /> <br />
Es evidente que la velocidad es tangente a la curva posición-tiempo.<br /> <br />
Este problema tenía que ser mío,<br /> <br />
Si yo conociera esa recta tangente…<br /> <br />
Pero ¿qué hacer? ¡Dame una señal!<br /> <br />
</font></td>
<td >
&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr>
<td >
&nbsp;&nbsp;&nbsp;
</td>
<td > <br />
So I thought back: do calculus,<br /> <br />
Way back to Newton and to Leibniz<br /> <br />
And to problems just like this.<br /> <br />
And just like that when I had given up all hope<br /> <br />
I said nope.<br /> <br />
There’s just one way to find that slope –<br /> <br />
And so now I, I will derive!<br /> <br />
Find the derivative of x’s position with respect to time.<br /> <br />
It’s as easy as can be –<br /> <br />
Just have to take dx/dt –<br /> <br />
I will derive, I will derive, hey hey!<br /> <br />
</font></td>
<td widht="2%" valign="top">
&nbsp;&nbsp;&nbsp;
</td>
<td widht="47%" align="left" valign="top"><font size="1"><br /> <br />
Entonces pensé: haz cálculo.<br /> <br />
Busca en el libro a Newton, a Leibniz<br /> <br />
y otros problemas así.<br /> <br />
Y cuando había perdido toda la esperanza,<br /> <br />
Dije ¡No!<br /> <br />
Solo hay una forma de encontrar esa “fórmula”.<br /> <br />
Entonces yo, ¡Derivaré!<br /> <br />
Encontraré la derivada de la posición x respecto del tiempo.<br /> <br />
Más fácil no puede ser,<br /> <br />
sólo hace falta hacer dx/dt<br /> <br />
Derivaré, derivaré, ¡hey hey!<br /> <br />
</font></td>
<td >
&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr>
<td >
&nbsp;&nbsp;&nbsp;
</td>
<td ><font size="1"><br /> <br />
And then I went ahead to the second part<br /> <br />
But as I looked at it I wasn’t quite sure how to start:<br /> <br />
It was asking for the time at which velocity was at a maximum.<br /> <br />
And I was thinking, “Woe is me!”<br /> <br />
But then I thought, “This much I know:<br /> <br />
I gotta find acceleration, set it equal to zero.<br /> <br />
Now if only knew what the function was for it …<br /> <br />
I guess I’m gonna have to solve for it some way.”<br /> <br />
</font></td>
<td >
&nbsp;&nbsp;&nbsp;
</td>
<td widht="47%" align="left" valign="top"><font size="1"><br /> <br />
Y entonces seguí y vi la segunda parte,<br /> <br />
Pero cuando la vi no estaba muy seguro de cómo empezar:<br /> <br />
Preguntaba por el tiempo en el cual la velocidad estaba en un máximo.<br /> <br />
Y yo ya pensaba… ¡esto es mío!<br /> <br />
Pero entonces pensé: Esto es todo lo que sé,<br /> <br />
tengo que encontrar la aceleración e igualarla a cero.<br /> <br />
Ahora bien, si sólo sabía que la función era para eso…<br /> <br />
Creo que voy a tener que resolverla de alguna manera.<br /> <br />
</font></td>
<td >
&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr>
<td >
&nbsp;&nbsp;&nbsp;
</td>
<td ><font size="1"><br /> <br />
So I thought back: do calculus,<br /> <br />
Way back to Newton and to Leibniz<br /> <br />
And to problems just like this.<br /> <br />
And just like that when I had given up all hope<br /> <br />
I said nope.<br /> <br />
There’s just one way to find that slope –<br /> <br />
And so now I, I will derive!<br /> <br />
Find the derivative of velocity with respect to time.<br /> <br />
It’s as easy as can be –<br /> <br />
Just have to take dv/dt –<br /> <br />
I will derive, I will derive …<br /> <br />
</font></td>
<td >
&nbsp;&nbsp;&nbsp;
</td>
<td ><font size="1"><br /> <br />
Entonces pensé: haz cálculo.<br /> <br />
Busca en el libro a Newton, a Leibniz<br /> <br />
y otros problemas así.<br /> <br />
Y cuando había perdido toda la esperanza,<br /> <br />
Dije ¡No!<br /> <br />
Solo hay una forma de encontrar esa “fórmula”.<br /> <br />
Entonces yo, ¡Derivaré!<br /> <br />
Encontraré la derivada de la velocidad respecto del tiempo.<br /> <br />
Más fácil no puede ser,<br /> <br />
sólo hace falta hacer dv/dt<br /> <br />
Derivaré, derivaré…<br /> <br />
</font></td>
<td >
&nbsp;&nbsp;&nbsp;
</td>
</tr>
<tr>
<td >
&nbsp;&nbsp;&nbsp;
</td>
<td ><font size="1"><br /> <br />
So I thought back: do calculus,<br /> <br />
Way back to Newton and to Leibniz<br /> <br />
And to problems just like this.<br /> <br />
And just like that when I had given up all hope<br /> <br />
I said nope.<br /> <br />
There’s just one way to find that slope –<br /> <br />
And so now I, I will derive!<br /> <br />
Find the derivative of x’s position with respect to time.<br /> <br />
It’s as easy as can be –<br /> <br />
Just have to take dx/dt –<br /> <br />
I will derive, I will derive, I will derive!<br /> <br />
</font></td>
<td >
&nbsp;&nbsp;&nbsp;
</td>
<td w><font size="1"><br /> <br />
Entonces pensé: haz cálculo.<br /> <br />
Busca en el libro a Newton, a Leibniz<br /> <br />
y otros problemas así.<br /> <br />
Y cuando había perdido toda la esperanza,<br /> <br />
Dije ¡No!<br /> <br />
Solo hay una forma de encontrar esa “fórmula”.<br /> <br />
Entonces yo, ¡Derivaré!<br /> <br />
Encontraré la derivada de la posición x respecto del tiempo.<br /> <br />
Más fácil no puede ser,<br /> <br />
sólo hace falta hacer dx/dt<br /> <br />
Derivaré, derivaré, ¡derivaré!<br /> <br />
</font></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.nulleando.com.ar/2009/04/19/i-will-derive-8/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mapa mental de la matemática</title>
		<link>http://www.nulleando.com.ar/2009/04/08/mapa-mental-de-la-matematica/</link>
		<comments>http://www.nulleando.com.ar/2009/04/08/mapa-mental-de-la-matematica/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 12:19:17 +0000</pubDate>
		<dc:creator>uol</dc:creator>
		
		<category><![CDATA[ciencia]]></category>

		<category><![CDATA[conocimiento]]></category>

		<category><![CDATA[matemática ciencia mapa mental]]></category>

		<guid isPermaLink="false">http://www.nulleando.com.ar/2009/04/08/mapa-mental-de-la-matematica/</guid>
		<description><![CDATA[
Vía: Microsiervos
]]></description>
			<content:encoded><![CDATA[<p><a href="http://4.bp.blogspot.com/_ya8226kAZGQ/SduHLcmB2YI/AAAAAAAAAik/6eR-KbH-L-A/s1600-h/math_mapa_mental.gif"><img src="http://www.nulleando.com.ar/wp-content/uploads/2009/04/math_mapa_mentalgif-300x192.png" alt="mapa mental matemática" title="mapa mental matemática" width="300" height="192" class="alignnone size-medium wp-image-930" /></a></p>
<p>Vía: <a href="http://www.microsiervos.com/archivo/ciencia/nuevo-mapa-mental-matematicas.html">Microsiervos</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nulleando.com.ar/2009/04/08/mapa-mental-de-la-matematica/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Jadeame el IP</title>
		<link>http://www.nulleando.com.ar/2008/12/16/jadeame-el-ip/</link>
		<comments>http://www.nulleando.com.ar/2008/12/16/jadeame-el-ip/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 23:35:55 +0000</pubDate>
		<dc:creator>uol</dc:creator>
		
		<category><![CDATA[Boludeces]]></category>

		<category><![CDATA[Curiosidades]]></category>

		<guid isPermaLink="false">http://www.nulleando.com.ar/?p=922</guid>
		<description><![CDATA[
Una de las mejores y más útiles páginas que ví en toda mi vida

Gracias Eze ! le diste sentido a mi vida ! jajajaj
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.moanmyip.com"><img src="http://www.nulleando.com.ar/wp-content/uploads/2008/12/moanmiip-300x45.png" alt="moanmiip" title="moanmiip" width="300" height="45" class="alignnone size-medium wp-image-924" /></a></p>
<p>Una de las mejores y más útiles páginas que ví en toda mi vida</p>
<p><a href="http://www.moanmyip.com"><img src="http://www.moanmyip.com/images/moanmyip_sm.gif" width="130" height="20" border="0"></a></p>
<p>Gracias Eze ! le diste sentido a mi vida ! jajajaj</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nulleando.com.ar/2008/12/16/jadeame-el-ip/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Conciencia japonesa</title>
		<link>http://www.nulleando.com.ar/2008/12/04/conciencia-japonesa/</link>
		<comments>http://www.nulleando.com.ar/2008/12/04/conciencia-japonesa/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 11:45:21 +0000</pubDate>
		<dc:creator>uol</dc:creator>
		
		<category><![CDATA[Curiosidades]]></category>

		<category><![CDATA[conocimiento]]></category>

		<guid isPermaLink="false">http://www.nulleando.com.ar/?p=918</guid>
		<description><![CDATA[Un simple videito esquemático del ministerio de agricultura japonés que concientiza a los habitantes sobre los hábitos alimenticios

Un ejemplo para tener en cuenta.
Vía
]]></description>
			<content:encoded><![CDATA[<p>Un simple videito esquemático del ministerio de agricultura japonés que concientiza a los habitantes sobre los hábitos alimenticios</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/ok3ykR2GHCc&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=es&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/ok3ykR2GHCc&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=es&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>Un ejemplo para tener en cuenta.</p>
<p><a href="http://www.google.com.ar/reader/view/feed/http%3A%2F%2Fmakememinimal.com%2Ffeed%2F">Vía</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nulleando.com.ar/2008/12/04/conciencia-japonesa/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

