<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.3" -->
<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/"
	>

<channel>
	<title>neshumah</title>
	<link>http://www.neshumah.com/blog</link>
	<description>if you obey all the rules, you miss all the fun !</description>
	<pubDate>Thu, 14 Jan 2010 23:18:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>
	<language>en</language>
			<item>
		<title>svnserve.conf:12: Option expected svnserve.conf</title>
		<link>http://www.neshumah.com/blog/desarrollo/svnserveconf12-option-expected-svnserveconf</link>
		<comments>http://www.neshumah.com/blog/desarrollo/svnserveconf12-option-expected-svnserveconf#comments</comments>
		<pubDate>Thu, 14 Jan 2010 23:08:59 +0000</pubDate>
		<dc:creator>hector</dc:creator>
		
	<category>Desarrollo</category>
	<category>Linux</category>
	<category>Geek</category>
		<guid isPermaLink="false">http://www.neshumah.com/blog/uncategorized/svnserveconf12-option-expected-svnserveconf</guid>
		<description><![CDATA[A alguien ya le llevo una hora encontrar el problema y por suerte lo compartio: http://www.huanix.com/2007/09/30/svnserveconf12-option-expected-svnserveconf/
El problema es que si editas el svserve.conf no deben existir espacio entre argumentos y el inicio de línea.
Update:
Pasa lo mismo con passwd

]]></description>
			<content:encoded><![CDATA[<p>A alguien ya le llevo una hora encontrar el problema y por suerte lo compartio: http://www.huanix.com/2007/09/30/svnserveconf12-option-expected-svnserveconf/</p>
<p>El problema es que si editas el svserve.conf no deben existir espacio entre argumentos y el inicio de línea.</p>
<p>Update:</p>
<p>Pasa lo mismo con passwd
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.neshumah.com/blog/desarrollo/svnserveconf12-option-expected-svnserveconf/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Como hacer instalaciondes PEAR de MAMP en Leopard</title>
		<link>http://www.neshumah.com/blog/uncategorized/como-hacer-instalaciondes-pear-de-mamp-en-leopard</link>
		<comments>http://www.neshumah.com/blog/uncategorized/como-hacer-instalaciondes-pear-de-mamp-en-leopard#comments</comments>
		<pubDate>Thu, 23 Apr 2009 21:52:03 +0000</pubDate>
		<dc:creator>hector</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://www.neshumah.com/blog/uncategorized/como-hacer-instalaciondes-pear-de-mamp-en-leopard</guid>
		<description><![CDATA[Fuente: http://forum.webedition.de/phpBB/viewtopic.php?t=1485
open the terminal and type:

Code:
/Applications/MAMP/bin/php5/bin/pear install  DB


or fpr PHP4

Code: Select all
/Applications/MAMP/bin/php4/bin/pear install  DB

]]></description>
			<content:encoded><![CDATA[<p>Fuente: http://forum.webedition.de/phpBB/viewtopic.php?t=1485<br />
open the terminal and type:</p>
<dl class="codebox">
<dt>Code:</dt>
<dd><code>/Applications/MAMP/bin/php5/bin/pear install  DB<br />
</code></dd>
</dl>
<p>or fpr PHP4</p>
<dl class="codebox">
<dt>Code: Select all</dt>
<dd><code>/Applications/MAMP/bin/php4/bin/pear install  DB</code></dd>
</dl>
]]></content:encoded>
			<wfw:commentRSS>http://www.neshumah.com/blog/uncategorized/como-hacer-instalaciondes-pear-de-mamp-en-leopard/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Instalando gem MySQL con MAMP para RAILS</title>
		<link>http://www.neshumah.com/blog/tecnologia/instalando-gem-mysql-con-mamp-para-rails</link>
		<comments>http://www.neshumah.com/blog/tecnologia/instalando-gem-mysql-con-mamp-para-rails#comments</comments>
		<pubDate>Thu, 23 Apr 2009 20:53:19 +0000</pubDate>
		<dc:creator>hector</dc:creator>
		
	<category>Tecnología</category>
		<guid isPermaLink="false">http://www.neshumah.com/blog/tecnologia/instalando-gem-mysql-con-mamp-para-rails</guid>
		<description><![CDATA[After much frustration, I found a way to get the Ruby mysql Gem installed and talking to my MySQL server on MAMP. Credit goes largely to &#8220;Hootbah&#8221; who followed a similar path to get MAMP talking to Perl&#8217;s MySQL library. Here&#8217;s the steps I followed for MAMP 1.7.2:
 #mamp_gem_steps li { margin-bottom: 0.5em; line-height: 1.5em; [...]]]></description>
			<content:encoded><![CDATA[<p>After much frustration, I found a way to get the Ruby mysql Gem installed and talking to my MySQL server on MAMP. Credit goes largely to &#8220;Hootbah&#8221; who followed a similar path to get <a href="http://hootbah.co.uk/2008/01/03/mamp-17-and-dbdmysql/">MAMP talking to Perl&#8217;s MySQL library</a>. Here&#8217;s the steps I followed for MAMP 1.7.2:</p>
<div class="serendipity_entry_body"><style type="text/css"> #mamp_gem_steps li { margin-bottom: 0.5em; line-height: 1.5em; } #mamp_gem_steps span { font-family: monospace; font-size: 110%; } </style></p>
<div id="mamp_gem_steps">
<ol>
<li>Install the regular <a href="http://download.living-e.com/MAMP/releases/1.7.2/MAMP_1.7.2.dmg">MAMP 1.7.2 dmg package</a>.</li>
<li>Download the <a href="http://downloads.sourceforge.net/mamp/MAMP_1.7.2_src.zip">MAMP 1.7.2 source code</a>.</li>
<li>Unzip the source code file.</li>
<li>Open the terminal and go into the source code directory.</li>
<li>Untar the mysql file and go into the untarred directory:<br />
$ tar -xzvf mysql-5.0.41.tar.gz<br />
$ cd mysql-5.0.41</li>
<li>This is the Hootbah magic&#8230;we&#8217;re basically compiling libraries here for the Gem to link against.<br />
$ ./configure &#8211;with-unix-socket-path=/Applications/MAMP/tmp/mysql/mysql.sock &#8211;without-server &#8211;prefix=/Applications/MAMP/Library<br />
$ make -j2</li>
<li>Copy the compiled libraries into MAMP:<br />
$ cp libmysql/.libs/*.dylib /Applications/MAMP/Library/lib/mysql</li>
<li>Copy the MySQL headers into MAMP&#8230;Hootbah didn&#8217;t do this but I had been doing it earlier trying to get around some missing mysql.h problems, and figured I&#8217;d keep doing it:<br />
$ mkdir /Applications/MAMP/Library/include<br />
$ cp -R include /Applications/MAMP/Library/include/mysql</li>
<li>Install the Ruby MySQL Gem:<br />
$ sudo env ARCHFLAGS=&#8221;-arch i386&#8243; gem install mysql &#8212; &#8211;with-mysql-config=/Applications/MAMP/Library/bin/mysql_config</p>
<p>After being used to seeing errors spit out by this statement, finally a pleasant surprise:</p>
<p>Building native extensions.  This could take a while&#8230;<br />
<strong>Successfully installed mysql-2.7</strong><br />
1 gem installed</li>
</ol>
<p>Fuente:http://boonedocks.net/mike/archives/175-MAMP-and-the-Ruby-MySQL-Gem.html</div>
</div>
]]></content:encoded>
			<wfw:commentRSS>http://www.neshumah.com/blog/tecnologia/instalando-gem-mysql-con-mamp-para-rails/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Apple&#8217;s design process</title>
		<link>http://www.neshumah.com/blog/diseno/apples-design-process</link>
		<comments>http://www.neshumah.com/blog/diseno/apples-design-process#comments</comments>
		<pubDate>Thu, 05 Feb 2009 20:23:47 +0000</pubDate>
		<dc:creator>hector</dc:creator>
		
	<category>Diseño</category>
		<guid isPermaLink="false">http://www.neshumah.com/blog/uncategorized/apples-design-process</guid>
		<description><![CDATA[Para no perderlo copio y pego de: http://www.businessweek.com/the_thread/techbeat/archives/2008/03/apples_design_p.html



Posted by: Helen Walters on March 08


Interesting presentation at SXSW from Michael Lopp, senior engineering manager at Apple, who tried to assess how Apple can ‘get’ design when so many other companies try and fail. After describing Apple’s process of delivering consumers with a succession of presents (“really [...]]]></description>
			<content:encoded><![CDATA[<div id="storyBody">Para no perderlo copio y pego de: <a href="http://www.businessweek.com/the_thread/techbeat/archives/2008/03/apples_design_p.html">http://www.businessweek.com/the_thread/techbeat/archives/2008/03/apples_design_p.html</a></div>
<div id="storyBody"></div>
<div id="storyBody" />
<div id="storyBody" />
<div id="storyBody">Posted by: Helen Walters on March 08</div>
<div id="storyBody"></div>
<div id="storyBody" />
<div style="font-style: italic" id="storyBody">Interesting presentation at SXSW from Michael Lopp, senior engineering manager at Apple, who tried to assess how Apple can ‘get’ design when so many other companies try and fail. After describing Apple’s process of delivering consumers with a succession of presents (“really good ideas wrapped up in other really good ideas” — in other words, great software in fabulous hardware in beautiful packaging), he asked the question many have asked in their time: “How the f*ck do you do that?” (South by Southwest is at ease with its panelists speaking earthily.) Then he went into a few details:</div>
<div id="storyBody"><strong>Pixel Perfect Mockups</strong><br />
This, Lopp admitted, causes a huge amount of work and takes an enormous amount of time. But, he added, “it removes all ambiguity.” That might add time up front, but it removes the need to correct mistakes later on.<br />
<strong>10 to 3 to 1</strong><br />
Apple designers come up with 10 entirely different mock ups of any new feature. Not, Lopp said, &#8220;seven in order to make three look good&#8221;, which seems to be a fairly standard practice elsewhere. They&#8217;ll take ten, and give themselves room to design without restriction. Later they whittle that number to three, spend more months on those three and then finally end up with one strong decision.<strong>Paired Design Meetings</strong><br />
This was really interesting. Every week, the teams have two meetings. One in which to brainstorm, to forget about constraints and think freely. As Lopp put it: to &#8220;go crazy&#8221;. Then they also hold a production meeting, an entirely separate but equally regular meeting which is the other&#8217;s antithesis. Here, the designers and engineers are required to nail everything down, to work out how this crazy idea might actually work. This process and organization continues throughout the development of any app, though of course the balance shifts as the app progresses. But keeping an option for creative thought even at a late stage is really smart.</p>
<p><strong>Pony Meeting</strong><br />
This refers to a story Lopp told earlier in the session, in which he described the process of a senior manager outlining what they wanted from any new application: &#8220;I want WYSIWYG&#8230; I want it to support major browsers&#8230; I want it to reflect the spirit of the company.&#8221; Or, as Lopp put it: &#8220;I want a pony!&#8221; He added: &#8220;Who doesn&#8217;t? A pony is gorgeous!&#8221; The problem, he said, is that these people are describing what they think they want. And even if they&#8217;re misguided, they, as the ones signing the checks, really cannot be ignored.</p>
<p>The solution, he described, is to take the best ideas from the paired design meetings and present those to leadership, who might just decide that some of those ideas are, in fact, their longed-for ponies. In this way, the ponies morph into deliverables. And the C-suite, who are quite reasonable in wanting to know what designers are up to, and absolutely entitled to want to have a say in what&#8217;s going on, are involved and included. And that helps to ensure that there are no nasty mistakes down the line.</div>
]]></content:encoded>
			<wfw:commentRSS>http://www.neshumah.com/blog/diseno/apples-design-process/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>2k9</title>
		<link>http://www.neshumah.com/blog/personal/2k9</link>
		<comments>http://www.neshumah.com/blog/personal/2k9#comments</comments>
		<pubDate>Thu, 01 Jan 2009 01:48:42 +0000</pubDate>
		<dc:creator>hector</dc:creator>
		
	<category>Personal</category>
		<guid isPermaLink="false">http://www.neshumah.com/blog/personal/2k9</guid>
		<description><![CDATA[Porfin se acaba el año, al iniciar este recuerdo haberme propuesto ciertas metas que ahora no estan hechas, pero me siento orgulloso de poder decir que estas son un hecho para el proximo año, hoy me dieron unas noticias excelentes, y todo apunta a que el 2009 será mi año.
Los detalles tendre que comntarlos en [...]]]></description>
			<content:encoded><![CDATA[<p>Porfin se acaba el año, al iniciar este recuerdo haberme propuesto ciertas metas que ahora no estan hechas, pero me siento orgulloso de poder decir que estas son un hecho para el proximo año, hoy me dieron unas noticias excelentes, y todo apunta a que el 2009 será mi año.</p>
<p>Los detalles tendre que comntarlos en otra ocación, ya que primero será necesario hablar con algunas personas. </p>
<p>Estoy emocionado, estoy seguro que el futuro será bueno y prospero. El camino que he tenido me ha llevado a este punto.</p>
<p>Ahora solo me queda decear un excelente año nuevo, que este lleno de logros, que el clima mundial nos ayude a sacar lo mejor de nosotros mismos para mejorar, para crecery para forjar un mejor  futuro.</p>
<p>Nos leemos en el 2009, adeu
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.neshumah.com/blog/personal/2k9/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Porfin demo de Wiffra</title>
		<link>http://www.neshumah.com/blog/wiffra/porfin-demo-de-wiffra</link>
		<comments>http://www.neshumah.com/blog/wiffra/porfin-demo-de-wiffra#comments</comments>
		<pubDate>Fri, 26 Sep 2008 16:56:34 +0000</pubDate>
		<dc:creator>hector</dc:creator>
		
	<category>Wiffra</category>
		<guid isPermaLink="false">http://www.neshumah.com/blog/uncategorized/porfin-demo-de-wiffra</guid>
		<description><![CDATA[Ayer comente de wiffra en el muy recomendado blog de Cristalab y he tenido muchas visitas, así es que a petición de Kemie, aqui esta el demo.
http://neshumah.com/wiffra-demo/
Usuario: demo@neshumah.com
Password: demo
Tambien ya tenemos un zip para descargar el proyecto en Google Code.
Saludos

]]></description>
			<content:encoded><![CDATA[<p>Ayer comente de wiffra en el muy recomendado blog de Cristalab y he tenido muchas visitas, así es que a petición de Kemie, aqui esta el demo.</p>
<p>http://neshumah.com/wiffra-demo/</p>
<p>Usuario: <strong>demo@neshumah.com</strong><br />
Password: <strong>demo</strong></p>
<p>Tambien ya tenemos un zip para descargar el <a href="http://code.google.com/p/wiffra/downloads/list">proyecto en Google Code</a>.</p>
<p>Saludos
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.neshumah.com/blog/wiffra/porfin-demo-de-wiffra/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Wiffra: Todos</title>
		<link>http://www.neshumah.com/blog/wiffra/wiffra-todos</link>
		<comments>http://www.neshumah.com/blog/wiffra/wiffra-todos#comments</comments>
		<pubDate>Fri, 26 Sep 2008 00:06:25 +0000</pubDate>
		<dc:creator>hector</dc:creator>
		
	<category>Wiffra</category>
		<guid isPermaLink="false">http://www.neshumah.com/blog/wiffra/wiffra-todos</guid>
		<description><![CDATA[Nadamás una lista de mis que haceres con Wiffra:

Un archivo instalador
Control de usuarios

]]></description>
			<content:encoded><![CDATA[<p>Nadamás una lista de mis que haceres con Wiffra:</p>
<ul>
<li>Un archivo instalador</li>
<li>Control de usuarios</li>
</ul>
]]></content:encoded>
			<wfw:commentRSS>http://www.neshumah.com/blog/wiffra/wiffra-todos/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Wireframes</title>
		<link>http://www.neshumah.com/blog/ui/wireframes</link>
		<comments>http://www.neshumah.com/blog/ui/wireframes#comments</comments>
		<pubDate>Thu, 18 Sep 2008 22:15:48 +0000</pubDate>
		<dc:creator>hector</dc:creator>
		
	<category>UI</category>
	<category>Wiffra</category>
		<guid isPermaLink="false">http://www.neshumah.com/blog/ui/wireframes</guid>
		<description><![CDATA[El uso de wireframes durante un proyecto web es algo común, en lo personal lo llevo a cabo sobretodo cuando se trata de proyectos grandes o cuando voy a trabajar con un diseñador, para que este vea cual es la funcionalidad y las opciones que brindará cada página de la aplicación o sitio web.
Generalmente suelo [...]]]></description>
			<content:encoded><![CDATA[<p>El uso de <em>wireframes</em> durante un proyecto web es algo común, en lo personal lo llevo a cabo sobretodo cuando se trata de proyectos grandes o cuando voy a trabajar con un diseñador, para que este vea cual es la funcionalidad y las opciones que brindará cada página de la aplicación o sitio web.</p>
<p>Generalmente suelo usar <strong>Fireworks</strong> para hacer estos bocetos ya que es sencillo de usar, pero mi gran problema es siempre agregar algo de interacción, de forma que se pueda identificar el flujo de un proceso.</p>
<p>Como no encontré algo que hiciera esto de una forma amigable y sencilla, me di a la tarea de crear una aplicación que sea capas de esto, así nace <strong>Wiffra </strong>una (por ahora) pequeña aplicación escrita en PHP, MySQL y Javascript con ayuda te <a href="http://mootools.net/">mootools</a>.</p>
<p>Estoy creando una instalación ejemplo (aparte de la que yo uso) para que quien guste pueda ver como funciona.</p>
<p>También si a alguien le interesa pueden ver el proyecto esta en: <a href="http://code.google.com/p/wiffra/">http://code.google.com/p/wiffra/</a></p>
<p>Es donde estaré actualizando la app, si a alguien le sirve desde ahí pueden conseguirla, por ahora solo vía SVN pero subo un zip pronto.</p>
<p>Quedan muchas cosas por hacer, por ejemplo este fin de semana pienso agregar control de usuario por que me hace falta para dar permisos por proyecto.</p>
<p>Si alguien esta interesado contácteme en los comentarios con gusto ayudo con lo que necesiten, tal ves instrucciones de instalación? también cualquier duda.</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.neshumah.com/blog/ui/wireframes/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Patetico el Internet explorer</title>
		<link>http://www.neshumah.com/blog/microsoft/iexplorer/patetico-el-internet-explorer</link>
		<comments>http://www.neshumah.com/blog/microsoft/iexplorer/patetico-el-internet-explorer#comments</comments>
		<pubDate>Wed, 19 Mar 2008 22:35:17 +0000</pubDate>
		<dc:creator>hector</dc:creator>
		
	<category>iExplorer</category>
	<category>Geek</category>
		<guid isPermaLink="false">http://www.neshumah.com/blog/microsoft/iexplorer/patetico-el-internet-explorer</guid>
		<description><![CDATA[No se ustedes pero me parece patético que el código JS programado por MSN (de M$) no compile bien ni en Explorer


]]></description>
			<content:encoded><![CDATA[<p>No se ustedes pero me parece patético que el código JS programado por MSN (de M$) no compile bien ni en Explorer</p>
<p><a href="http://www.flickr.com/photos/neshumah/2346488524/" title="ie_js_error by neshumah, on Flickr"><img src="http://farm3.static.flickr.com/2300/2346488524_bedcb30b64.jpg" width="500" height="310" alt="ie_js_error" /></a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.neshumah.com/blog/microsoft/iexplorer/patetico-el-internet-explorer/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Como reconocer a un buen programador</title>
		<link>http://www.neshumah.com/blog/desarrollo/como-reconocer-a-un-buen-programador</link>
		<comments>http://www.neshumah.com/blog/desarrollo/como-reconocer-a-un-buen-programador#comments</comments>
		<pubDate>Wed, 12 Mar 2008 17:11:55 +0000</pubDate>
		<dc:creator>hector</dc:creator>
		
	<category>Desarrollo</category>
		<guid isPermaLink="false">http://www.neshumah.com/blog/desarrollo/como-reconocer-a-un-buen-programador</guid>
		<description><![CDATA[Me gusto la traducción del articulo de inter-sections que encontré en Yo, programador
Indicadores positivos:

Le apasiona la tecnología
Programa en su tiempo libre, es su hobby
Hablará largo y tendido de cualquier tema técnico si se le pregunta
Ha tenido proyectos personales significativos a través de los años
Aprende nuevas tecnologías por si solo
Tiene opiniones fuertes sobre cual tecnología es [...]]]></description>
			<content:encoded><![CDATA[<p>Me gusto la traducción del articulo de inter-sections que encontré en <a href="http://albertovilches.com/como-reconocer-a-un-buen-programador">Yo, programador</a></p>
<p>Indicadores positivos:</p>
<ul>
<li>Le apasiona la tecnología</li>
<li>Programa en su tiempo libre, es su hobby</li>
<li>Hablará largo y tendido de cualquier tema técnico si se le pregunta</li>
<li>Ha tenido proyectos personales significativos a través de los años</li>
<li>Aprende nuevas tecnologías por si solo</li>
<li>Tiene opiniones fuertes sobre cual tecnología es la mejor para varios usos</li>
<li>Se siente incomodo trabajando con tecnologías que el crea no son “correctas”</li>
<li>Puede mantener una buena conversación en cualquier variedad de temas, no tan solo aquellos que sean técnicos</li>
<li>Empezó a programar mucho antes de entrar a la universidad o al trabajo</li>
<li>Tiene proyectos personales grandes que no necesariamente aparecen en el cv</li>
<li>Conoce de una gran variedad de tecnologías (las cuales no necesariamente están en el cv)</li>
</ul>
<p>Indicadores negativos:</p>
<ul>
<li>Solo programa mientras está en el trabajo</li>
<li>No le gusta hablar de programación, aunque se le pregunte</li>
<li>Aprende nuevas tecnologías cuando la compañía lo envía a tomar cursos</li>
<li>Usa la tecnología que le indiquen, cualquier tecnología es “buena”</li>
<li>Empezó a programar en la universidad</li>
<li>Toda su experiencia en programación está en su cv</li>
<li>Enfocado en uno o dos plataformas de programación (ejemplo: todo lo que tiene que ver con aplicaciones de java) sin ninguna experiencia fuera de esa plataforma.</li>
</ul>
]]></content:encoded>
			<wfw:commentRSS>http://www.neshumah.com/blog/desarrollo/como-reconocer-a-un-buen-programador/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
