<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Penyaskito</title>
	<atom:link href="http://penyaskitodice.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://penyaskitodice.wordpress.com</link>
	<description></description>
	<lastBuildDate>Mon, 22 Jun 2009 14:21:45 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
		<url>http://www.gravatar.com/blavatar/f221272ee3c3b370298264cdd96f7f6c?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Penyaskito</title>
		<link>http://penyaskitodice.wordpress.com</link>
	</image>
			<item>
		<title>Archiva 1.2.1 sobre JBoss AS 4.0.5 en Windows 64</title>
		<link>http://penyaskitodice.wordpress.com/2009/06/22/archiva-1-2-1-sobre-jboss-as-4-0-5-en-windows-64/</link>
		<comments>http://penyaskitodice.wordpress.com/2009/06/22/archiva-1-2-1-sobre-jboss-as-4-0-5-en-windows-64/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 14:21:45 +0000</pubDate>
		<dc:creator>Christian López Espínola</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[appserver]]></category>
		<category><![CDATA[archiva]]></category>
		<category><![CDATA[JAVA Technology]]></category>
		<category><![CDATA[jboss]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[QA]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[windows64]]></category>

		<guid isPermaLink="false">http://penyaskitodice.wordpress.com/?p=567</guid>
		<description><![CDATA[El primer paso es descargar JBoss 4.05 de la web de descargas de la comunidad de JBoss. Se descomprime en C:\ y se descarga el utilitario para instalarlo como servicio. Esta parte es muy simple y se explica en la siguiente url: http://www.jboss.org/community/wiki/JBossNativeWindows.
Una vez hecho esto, procedemos a montar Apache Archiva. Como vamos a usar [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=567&subd=penyaskitodice&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>El primer paso es descargar JBoss 4.05 de la <a href="http://www.jboss.org/jbossas/downloads/">web de descargas de la comunidad de JBoss</a>. Se descomprime en <code>C:\</code> y se descarga el utilitario para instalarlo como servicio. Esta parte es muy simple y se explica en la siguiente url: <a href="http://www.jboss.org/community/wiki/JBossNativeWindows">http://www.jboss.org/community/wiki/JBossNativeWindows</a>.</p>
<p>Una vez hecho esto, procedemos a montar <a href="http://archiva.apache.org/">Apache Archiva</a>. Como vamos a usar de base de datos Derby, debemos copiar <code>derby-10.1.3.1.jar</code> y <code>derbytools-10.1.3.1.jar</code> en la carpeta <code>server\default\lib</code>.<br />
Extraemos <code>archiva-1.2.1.war</code> en la carpeta <code>server\default\deploy\archiva.war</code>.</p>
<p>Creamos el archivo <code>server\default\deploy\derby-ds.xml</code>, con el siguiente contenido:</p>
<pre name="code" class="xml">

&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;datasources&gt;
  &lt;local-tx-datasource&gt;
     &lt;jndi-name&gt;users2&lt;/jndi-name&gt;
     &lt;connection-url&gt;jdbc:derby:database/archiva;create=true&lt;/connection-url&gt;
     &lt;driver-class&gt;org.apache.derby.jdbc.EmbeddedDriver&lt;/driver-class&gt;
     &lt;user-name&gt;sa&lt;/user-name&gt;
     &lt;password&gt;&lt;/password&gt;
     &lt;min-pool-size&gt;5&lt;/min-pool-size&gt;
     &lt;max-pool-size&gt;20&lt;/max-pool-size&gt;
     &lt;idle-timeout-minutes&gt;5&lt;/idle-timeout-minutes&gt;
     &lt;track-statements/&gt;
  &lt;/local-tx-datasource&gt;
  &lt;local-tx-datasource&gt;
     &lt;jndi-name&gt;archiva&lt;/jndi-name&gt;
     &lt;connection-url&gt;jdbc:derby:database/archiva;create=true&lt;/connection-url&gt;
     &lt;driver-class&gt;org.apache.derby.jdbc.EmbeddedDriver&lt;/driver-class&gt;
     &lt;user-name&gt;sa&lt;/user-name&gt;
     &lt;password&gt;&lt;/password&gt;
     &lt;min-pool-size&gt;5&lt;/min-pool-size&gt;
     &lt;max-pool-size&gt;20&lt;/max-pool-size&gt;
     &lt;idle-timeout-minutes&gt;5&lt;/idle-timeout-minutes&gt;
     &lt;track-statements/&gt;
  &lt;/local-tx-datasource&gt;
&lt;/datasources&gt;
</pre>
<p>Necesitamos crear también el <code>server\default\deploy\archiva.war\META-INF\context.xml</code>:</p>
<pre name="code" class="xml">

&lt;Context path=&quot;/archiva&quot; docBase=&quot;/&quot;&gt;
  &lt;Resource name=&quot;jdbc/users&quot; auth=&quot;Container&quot;
            type=&quot;javax.sql.DataSource&quot; username=&quot;sa&quot; password=&quot;&quot;
            driverClassName=&quot;org.apache.derby.jdbc.EmbeddedDriver&quot;
            url=&quot;jdbc:derby:database/users;create=true&quot; /&gt;
  &lt;Resource name=&quot;jdbc/archiva&quot; auth=&quot;Container&quot;
            type=&quot;javax.sql.DataSource&quot; username=&quot;sa&quot; password=&quot;&quot;
            driverClassName=&quot;org.apache.derby.jdbc.EmbeddedDriver&quot;
            url=&quot;jdbc:derby:database/archiva;create=true&quot; /&gt;
  &lt;Resource name=&quot;mail/Session&quot; auth=&quot;Container&quot;
            type=&quot;javax.mail.Session&quot;
            mail.smtp.host=&quot;localhost&quot;/&gt;
&lt;/Context&gt; 
</pre>
<p>En <code>server\default\deploy\archiva.war\WEB-INF\classes\application.properties</code> tenemos que añadir <code>appserver.home</code> y <code>appserver.base</code>:</p>
<pre name="code" class="python">

user.agent=Apache Archiva/1.2.1
appserver.base=
appserver.home=
</pre>
<p>Y por último, añadimos el <code>server\default\deploy\archiva.war\WEB-INF\jboss-web.xml</code>:</p>
<pre name="code" class="xml">

&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;jboss-web&gt;
 &lt;resource-ref&gt;
   &lt;res-ref-name&gt;jdbc/users&lt;/res-ref-name&gt;
   &lt;jndi-name&gt;java:/users2&lt;/jndi-name&gt;
 &lt;/resource-ref&gt;
 &lt;resource-ref&gt;
   &lt;res-ref-name&gt;jdbc/archiva&lt;/res-ref-name&gt;
   &lt;jndi-name&gt;java:/archiva&lt;/jndi-name&gt;
 &lt;/resource-ref&gt;
 &lt;resource-ref&gt;
   &lt;res-ref-name&gt;mail/Session&lt;/res-ref-name&gt;
   &lt;jndi-name&gt;java:/Mail&lt;/jndi-name&gt;
 &lt;/resource-ref&gt;
&lt;/jboss-web&gt;
</pre>
<p>Profit!</p>
Posted in Java, OpenSource, Software Engineering, Tech Tagged: appserver, archiva, Java, JAVA Technology, jboss, maven, Open Source, OpenSource, QA, Software, windows64 <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/penyaskitodice.wordpress.com/567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/penyaskitodice.wordpress.com/567/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/penyaskitodice.wordpress.com/567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/penyaskitodice.wordpress.com/567/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/penyaskitodice.wordpress.com/567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/penyaskitodice.wordpress.com/567/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/penyaskitodice.wordpress.com/567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/penyaskitodice.wordpress.com/567/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/penyaskitodice.wordpress.com/567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/penyaskitodice.wordpress.com/567/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=567&subd=penyaskitodice&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://penyaskitodice.wordpress.com/2009/06/22/archiva-1-2-1-sobre-jboss-as-4-0-5-en-windows-64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50bd44195cdf521efe741b9543b033a?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">penyaskito</media:title>
		</media:content>
	</item>
		<item>
		<title>Barbara Liskov gana el Premio Turing 2008</title>
		<link>http://penyaskitodice.wordpress.com/2009/03/14/barbara-liskov-gana-el-premio-turing-2008/</link>
		<comments>http://penyaskitodice.wordpress.com/2009/03/14/barbara-liskov-gana-el-premio-turing-2008/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 17:27:36 +0000</pubDate>
		<dc:creator>Christian López Espínola</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://penyaskitodice.wordpress.com/2009/03/14/barbara-liskov-gana-el-premio-turing-2008/</guid>
		<description><![CDATA[Barbara Liskov ha sido galardonada con el premio Turing 2008 por su contribución a los fundamentos teóricos y prácticos en el diseño de lenguajes de programación y sistemas, especialmente relacionados con la abstracción de datos, tolerancia a fallos y computación distribuida.
El premio Turing, otorgado por ACM, es uno de los más prestigiosos reconocimientos en el [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=561&subd=penyaskitodice&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Barbara Liskov ha sido galardonada con el premio Turing 2008 por su contribución a los fundamentos teóricos y prácticos en el diseño de lenguajes de programación y sistemas, especialmente relacionados con la abstracción de datos, tolerancia a fallos y computación distribuida.</p>
<p>El premio Turing, otorgado por ACM, es uno de los más prestigiosos reconocimientos en el campo de la Computación.</p>
<p>Más info:<a href="https://ieeesb.us.es/ieeesb/"> https://ieeesb.us.es/ieeesb/</a></p>
Posted in Computer Science, Software Engineering, Tech  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/penyaskitodice.wordpress.com/561/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/penyaskitodice.wordpress.com/561/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/penyaskitodice.wordpress.com/561/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/penyaskitodice.wordpress.com/561/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/penyaskitodice.wordpress.com/561/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/penyaskitodice.wordpress.com/561/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/penyaskitodice.wordpress.com/561/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/penyaskitodice.wordpress.com/561/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/penyaskitodice.wordpress.com/561/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/penyaskitodice.wordpress.com/561/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=561&subd=penyaskitodice&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://penyaskitodice.wordpress.com/2009/03/14/barbara-liskov-gana-el-premio-turing-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50bd44195cdf521efe741b9543b033a?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">penyaskito</media:title>
		</media:content>
	</item>
		<item>
		<title>Software Versioning</title>
		<link>http://penyaskitodice.wordpress.com/2009/03/02/software-versioning/</link>
		<comments>http://penyaskitodice.wordpress.com/2009/03/02/software-versioning/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 07:00:56 +0000</pubDate>
		<dc:creator>Christian López Espínola</dc:creator>
				<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[.NET Technology]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[software versioning]]></category>
		<category><![CDATA[versions]]></category>

		<guid isPermaLink="false">http://penyaskitodice.wordpress.com/?p=555</guid>
		<description><![CDATA[Every day, we cope with software versioning. 
We often hear sentences like: &#8220;Hey, have you seen the new Firebug 1.3.3?&#8221;, &#8220;Have you installed Ubuntu 8.10?&#8221;, &#8220;When will Windows 7 be released?&#8221;, &#8220;Is Gmail still in Beta?&#8221; or &#8220;Check my new web 2.0 site!&#8221;
Personally, and it seems that a lot of people agree about this, I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=555&subd=penyaskitodice&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Every day, we cope with software versioning. </p>
<p>We often hear sentences like: &#8220;Hey, have you seen the new Firebug 1.3.3?&#8221;, &#8220;Have you installed Ubuntu 8.10?&#8221;, &#8220;When will Windows 7 be released?&#8221;, &#8220;Is Gmail still in Beta?&#8221; or &#8220;Check my new web 2.0 site!&#8221;</p>
<p>Personally, and it seems that a lot of people agree about this, I like the Ubuntu versioning pattern: the major version indicates the year of releasing, and the minor one the year’s month when it was released. </p>
<p>If we talk about web applications, I prefer putting the revision number of the published revision in our source control in some hidden place, so if the application is hosted in different servers is easy to know what version of the software is our server running. (Note: check the downsides: if it’s a very public project, you are making cracker’s life easier) </p>
<p>It&#8217;s a reality that there aren&#8217;t any standards for software versioning and naming, and frequently development teams and marketing folks use different names for the same version of a product. As always, life will be easier if we had some standards in place.</p>
<p>But the way, we have some <em>de facto </em>conventions, and we should use them. If we use the popular X.Y.Z versioning format, a change in X implies massive architecture changes, and a change in Y means that there exists compatibility with other versions with same X.</p>
<p>If you are using .NET Framework, you should know that you can generate your assemblies version automatically based on the time of compilation. Check the <a href="http://msdn.microsoft.com/en-us/library/system.reflection.assemblyversionattribute.assemblyversionattribute.aspx">article about <code>AssemblyVersionAttribute </code>from the MSDN</a>:</p>
<blockquote><p>When specifying a version, you have to at least specify major. If you specify major and minor, you can specify an asterisk (*) for build. This will cause build to be equal to the number of days since January 1, 2000 local time, and for revision to be equal to the number of seconds since midnight local time, divided by 2.<br />
If you specify major, minor, and build, you can specify an asterisk for revision. This will cause revision to be equal to the number of seconds since midnight local time, divided by 2.
</p></blockquote>
<p>This article came to my mind when I read about the new PHP release, PHP 5.3. The previous was only some context for my rant:<br />
<strong><br />
What were PHP people thinking about when they decided changing only the minor version number with a new version with backward-compatibility issues?</strong></p>
<p>If you are going to feel the pain, maybe this IBM post series can ease you: <a href="http://www.ibm.com/developerworks/views/opensource/libraryview.jsp?end_no=100&amp;lcl_sort_order=desc&amp;type_by=All+Types&amp;sort_order=asc&amp;show_all=false&amp;start_no=1&amp;sort_by=Date&amp;search_by=new+PHP+V5.3,&amp;topic_by=All+topics+and+related+products&amp;search_flag=true&amp;show_abstract=true&amp;S_TACT=105AGX44&amp;S_CMP=EDU">What&#8217;s new in PHP V5.3</a>.</p>
<p>PS: They’ve introduced <code>goto </code>in the language too. I won’t say anything about it. Use it at your own risk.</p>
Posted in Software Engineering, Tech Tagged: .NET Technology, php, rant, software versioning, versions <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/penyaskitodice.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/penyaskitodice.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/penyaskitodice.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/penyaskitodice.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/penyaskitodice.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/penyaskitodice.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/penyaskitodice.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/penyaskitodice.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/penyaskitodice.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/penyaskitodice.wordpress.com/555/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=555&subd=penyaskitodice&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://penyaskitodice.wordpress.com/2009/03/02/software-versioning/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50bd44195cdf521efe741b9543b033a?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">penyaskito</media:title>
		</media:content>
	</item>
		<item>
		<title>Mercadillo de libros solidario (Medicus Mundi Andalucía)</title>
		<link>http://penyaskitodice.wordpress.com/2009/02/27/mercadillo-de-libros-solidario-medicus-mundi-andalucia/</link>
		<comments>http://penyaskitodice.wordpress.com/2009/02/27/mercadillo-de-libros-solidario-medicus-mundi-andalucia/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 17:19:01 +0000</pubDate>
		<dc:creator>Christian López Espínola</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[benéfico]]></category>
		<category><![CDATA[libros]]></category>
		<category><![CDATA[medicus mundi]]></category>
		<category><![CDATA[mercadillo]]></category>

		<guid isPermaLink="false">http://penyaskitodice.wordpress.com/?p=553</guid>
		<description><![CDATA[Recibo esto y lo difundo, con el ruego de que hagáis lo mismo Visto en Cambalache 3.14:
Los días 4, 5 y 6 de marzo tendrá lugar un Mercadillo de libros en varios idiomas, para adultos y niños, en el Centro de Lenguas e Intercambio Cultural CLIC-IH, calle Albareda, 19, Sevilla, en beneficio de MMA. El [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=553&subd=penyaskitodice&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><del datetime="2009-02-27T17:15:36+00:00">Recibo esto y lo difundo, con el ruego de que hagáis lo mismo</del> Visto en <a href="http://zifra.blogalia.com//historias/62070">Cambalache 3.14</a>:</p>
<blockquote><p>Los días 4, 5 y 6 de marzo tendrá lugar un Mercadillo de libros en varios idiomas, para adultos y niños, en el Centro de Lenguas e Intercambio Cultural CLIC-IH, calle Albareda, 19, Sevilla, en beneficio de MMA. El horario será el siguiente:<br />
<strong><br />
Miércoles, Jueves y Viernes : de 13 a 14 horas </p>
<p>Miércoles y Jueves: de 18 a 20 horas </strong></p>
<p>Los libros NO TENDRÁN PRECIO puesto, sólo donarás lo que quieras por llevártelos.</p>
<p>También podéis donar libros. Toda la info en el <a href="http://medicusmundiandalucia.blogspot.com/2009/02/mercadillo-de-libros-en-clic-ih.html">blog de Medicus mundi Andalucía</a></p></blockquote>
Posted in Personal Tagged: benéfico, libros, medicus mundi, mercadillo <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/penyaskitodice.wordpress.com/553/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/penyaskitodice.wordpress.com/553/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/penyaskitodice.wordpress.com/553/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/penyaskitodice.wordpress.com/553/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/penyaskitodice.wordpress.com/553/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/penyaskitodice.wordpress.com/553/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/penyaskitodice.wordpress.com/553/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/penyaskitodice.wordpress.com/553/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/penyaskitodice.wordpress.com/553/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/penyaskitodice.wordpress.com/553/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=553&subd=penyaskitodice&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://penyaskitodice.wordpress.com/2009/02/27/mercadillo-de-libros-solidario-medicus-mundi-andalucia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50bd44195cdf521efe741b9543b033a?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">penyaskito</media:title>
		</media:content>
	</item>
		<item>
		<title>Curry</title>
		<link>http://penyaskitodice.wordpress.com/2009/02/22/curry/</link>
		<comments>http://penyaskitodice.wordpress.com/2009/02/22/curry/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 17:35:35 +0000</pubDate>
		<dc:creator>Christian López Espínola</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[75 foot shot]]></category>
		<category><![CDATA[ananas]]></category>
		<category><![CDATA[basket]]></category>
		<category><![CDATA[curry]]></category>
		<category><![CDATA[heinz]]></category>
		<category><![CDATA[mango]]></category>
		<category><![CDATA[piña]]></category>
		<category><![CDATA[salsas]]></category>
		<category><![CDATA[sauces]]></category>
		<category><![CDATA[steph curry]]></category>

		<guid isPermaLink="false">http://penyaskitodice.wordpress.com/?p=546</guid>
		<description><![CDATA[¿Por qué el curry con piña y el curry con mango saben igual?

De regalo, Steph Curry la mete desde su tiro libre:

Posted in Personal Tagged: 75 foot shot, ananas, basket, curry, heinz, mango, piña, salsas, sauces, steph curry      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=546&subd=penyaskitodice&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>¿Por qué el curry con piña y el curry con mango saben igual?<br />
<div class="wp-caption alignleft" style="width: 205px"><img alt="Curry con Mango" src="http://www.leshop.ch/images/ProductsBig/8715700411224.JPG" title="Curry con Mango" width="195" /><p class="wp-caption-text">Curry con Mango</p></div><br />
<div class="wp-caption alignleft" style="width: 205px"><img alt="Curry con piña" src="http://us.st12.yimg.com/us.st.yimg.com/I/gdcom_2039_609933885" title="Curry con piña" width="195" /><p class="wp-caption-text">Curry con piña</p></div></p>
<div style="clear:both;"></div>
<p>De regalo, Steph Curry la mete desde su tiro libre:<br />
<span style="text-align:center; display: block;"><a href="http://penyaskitodice.wordpress.com/2009/02/22/curry/"><img src="http://img.youtube.com/vi/I6ijRA1uM0U/2.jpg" alt="" /></a></span></p>
Posted in Personal Tagged: 75 foot shot, ananas, basket, curry, heinz, mango, piña, salsas, sauces, steph curry <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/penyaskitodice.wordpress.com/546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/penyaskitodice.wordpress.com/546/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/penyaskitodice.wordpress.com/546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/penyaskitodice.wordpress.com/546/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/penyaskitodice.wordpress.com/546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/penyaskitodice.wordpress.com/546/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/penyaskitodice.wordpress.com/546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/penyaskitodice.wordpress.com/546/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/penyaskitodice.wordpress.com/546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/penyaskitodice.wordpress.com/546/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=546&subd=penyaskitodice&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://penyaskitodice.wordpress.com/2009/02/22/curry/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50bd44195cdf521efe741b9543b033a?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">penyaskito</media:title>
		</media:content>

		<media:content url="http://www.leshop.ch/images/ProductsBig/8715700411224.JPG" medium="image">
			<media:title type="html">Curry con Mango</media:title>
		</media:content>

		<media:content url="http://us.st12.yimg.com/us.st.yimg.com/I/gdcom_2039_609933885" medium="image">
			<media:title type="html">Curry con piña</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/I6ijRA1uM0U/2.jpg" medium="image" />
	</item>
		<item>
		<title>If programmers have make a plane&#8230;</title>
		<link>http://penyaskitodice.wordpress.com/2009/02/16/if-programmers-have-make-a-plane/</link>
		<comments>http://penyaskitodice.wordpress.com/2009/02/16/if-programmers-have-make-a-plane/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 07:31:10 +0000</pubDate>
		<dc:creator>Christian López Espínola</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[advertisements]]></category>
		<category><![CDATA[plane]]></category>
		<category><![CDATA[programmers]]></category>
		<category><![CDATA[promo]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://penyaskitodice.wordpress.com/?p=544</guid>
		<description><![CDATA[
Posted in Coding, Humor, Software Engineering Tagged: advertisements, plane, programmers, promo, video      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=544&subd=penyaskitodice&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="text-align:center; display: block;"><a href="http://penyaskitodice.wordpress.com/2009/02/16/if-programmers-have-make-a-plane/"><img src="http://img.youtube.com/vi/UZq4sZz56qM/2.jpg" alt="" /></a></span></p>
Posted in Coding, Humor, Software Engineering Tagged: advertisements, plane, programmers, promo, video <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/penyaskitodice.wordpress.com/544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/penyaskitodice.wordpress.com/544/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/penyaskitodice.wordpress.com/544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/penyaskitodice.wordpress.com/544/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/penyaskitodice.wordpress.com/544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/penyaskitodice.wordpress.com/544/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/penyaskitodice.wordpress.com/544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/penyaskitodice.wordpress.com/544/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/penyaskitodice.wordpress.com/544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/penyaskitodice.wordpress.com/544/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=544&subd=penyaskitodice&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://penyaskitodice.wordpress.com/2009/02/16/if-programmers-have-make-a-plane/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50bd44195cdf521efe741b9543b033a?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">penyaskito</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/UZq4sZz56qM/2.jpg" medium="image" />
	</item>
		<item>
		<title>No Lusers: Aprendiendo del 7</title>
		<link>http://penyaskitodice.wordpress.com/2009/02/15/no-lusers-aprendiendo-del-7/</link>
		<comments>http://penyaskitodice.wordpress.com/2009/02/15/no-lusers-aprendiendo-del-7/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 10:42:43 +0000</pubDate>
		<dc:creator>Christian López Espínola</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://penyaskitodice.wordpress.com/?p=538</guid>
		<description><![CDATA[Esta semana hice mi tercer cameo en la tira cómica de No Lusers de Chema Alonso.
Dado que es la tira 64, debo sentirme especialmente agradecido.
Posted in Personal       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=538&subd=penyaskitodice&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Esta semana hice mi tercer cameo en la tira cómica de <a href="http://elladodelmal.blogspot.com/search/label/No%20Lusers">No Lusers</a> de <a href="http://www.elladodelmal.com/">Chema Alonso</a>.</p>
<p>Dado que es la tira 64, debo sentirme especialmente agradecido.</p>
<div id="attachment_539" class="wp-caption aligncenter" style="width: 310px"><a href="http://elladodelmal.blogspot.com/2009/02/no-lusers-64-aprendiendo-del-7.html"><img src="http://penyaskitodice.files.wordpress.com/2009/02/el_7.png?w=300&#038;h=137" alt="Aprendiendo del 7, de Chema Alonso" title="Aprendiendo del 7, de Chema Alonso" width="300" height="137" class="size-medium wp-image-539" /></a><p class="wp-caption-text">Aprendiendo del 7, de Chema Alonso</p></div>
Posted in Personal  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/penyaskitodice.wordpress.com/538/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/penyaskitodice.wordpress.com/538/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/penyaskitodice.wordpress.com/538/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/penyaskitodice.wordpress.com/538/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/penyaskitodice.wordpress.com/538/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/penyaskitodice.wordpress.com/538/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/penyaskitodice.wordpress.com/538/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/penyaskitodice.wordpress.com/538/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/penyaskitodice.wordpress.com/538/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/penyaskitodice.wordpress.com/538/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=538&subd=penyaskitodice&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://penyaskitodice.wordpress.com/2009/02/15/no-lusers-aprendiendo-del-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50bd44195cdf521efe741b9543b033a?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">penyaskito</media:title>
		</media:content>

		<media:content url="http://penyaskitodice.files.wordpress.com/2009/02/el_7.png?w=300" medium="image">
			<media:title type="html">Aprendiendo del 7, de Chema Alonso</media:title>
		</media:content>
	</item>
		<item>
		<title>Pirámide Social</title>
		<link>http://penyaskitodice.wordpress.com/2009/02/12/piramide-social/</link>
		<comments>http://penyaskitodice.wordpress.com/2009/02/12/piramide-social/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 21:02:52 +0000</pubDate>
		<dc:creator>Christian López Espínola</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Quotes]]></category>
		<category><![CDATA[Bolonia]]></category>
		<category><![CDATA[crisis]]></category>
		<category><![CDATA[educación]]></category>
		<category><![CDATA[fuga de cerebros]]></category>
		<category><![CDATA[futbol]]></category>
		<category><![CDATA[Sociedad]]></category>
		<category><![CDATA[universidad]]></category>

		<guid isPermaLink="false">http://penyaskitodice.wordpress.com/?p=536</guid>
		<description><![CDATA[«¿Por qué en España tenéis los mejores futbolistas de Europa? Porque os gusta el fútbol y lo amáis, pero también porque invertís y aceptáis los futbolistas extranjeros cualificados. ¿Por qué no hacéis lo mismo con la educación? España debe dejar de quejarse de la fuga de cerebros y de Bolonia y actuar, moverse».
Extracto de Pirámide [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=536&subd=penyaskitodice&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><blockquote><p>«¿Por qué en España tenéis los mejores futbolistas de Europa? Porque os gusta el fútbol y lo amáis, pero también porque invertís y aceptáis los futbolistas extranjeros cualificados. ¿Por qué no hacéis lo mismo con la educación? España debe dejar de quejarse de la fuga de cerebros y de Bolonia y actuar, moverse».</p></blockquote>
<p>Extracto de <a href="http://elblogdejaviercaraballo.blogspot.com/2009/02/piramide-social.html">Pirámide Social</a>, de <a href="http://elblogdejaviercaraballo.blogspot.com/">Javier Caraballo</a>.</p>
Posted in Personal, Quotes Tagged: Bolonia, crisis, educación, fuga de cerebros, futbol, Quotes, Sociedad, universidad <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/penyaskitodice.wordpress.com/536/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/penyaskitodice.wordpress.com/536/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/penyaskitodice.wordpress.com/536/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/penyaskitodice.wordpress.com/536/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/penyaskitodice.wordpress.com/536/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/penyaskitodice.wordpress.com/536/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/penyaskitodice.wordpress.com/536/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/penyaskitodice.wordpress.com/536/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/penyaskitodice.wordpress.com/536/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/penyaskitodice.wordpress.com/536/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=536&subd=penyaskitodice&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://penyaskitodice.wordpress.com/2009/02/12/piramide-social/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50bd44195cdf521efe741b9543b033a?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">penyaskito</media:title>
		</media:content>
	</item>
		<item>
		<title>Problema instalación VSTS 2008: Returned HRESULT -536870913</title>
		<link>http://penyaskitodice.wordpress.com/2009/02/09/problema-instalacion-vsts-2008-returned-hresult-536870913/</link>
		<comments>http://penyaskitodice.wordpress.com/2009/02/09/problema-instalacion-vsts-2008-returned-hresult-536870913/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 16:05:59 +0000</pubDate>
		<dc:creator>Christian López Espínola</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[-536870913]]></category>
		<category><![CDATA[CAB]]></category>
		<category><![CDATA[HRESULT]]></category>
		<category><![CDATA[team system]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[VSTS]]></category>

		<guid isPermaLink="false">http://penyaskitodice.wordpress.com/?p=534</guid>
		<description><![CDATA[En una instalación de VSTS 2008 me ha salido un error HRESULT -536870913 que me ha tenido dando vueltas dos días.
Ante esto, tienes dos opciones:
a) Cometer seppukku.
b) Verificar que todos los ficheros CAB/EXEs son correctos y no ha habido ningún problema de instalación. Mirando el log podrás intuir cuál de estos ha podido causar el [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=534&subd=penyaskitodice&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>En una instalación de VSTS 2008 me ha salido un error HRESULT -536870913 que me ha tenido dando vueltas dos días.<br />
Ante esto, tienes dos opciones:<br />
a) Cometer seppukku.<br />
b) Verificar que todos los ficheros CAB/EXEs son correctos y no ha habido ningún problema de instalación. Mirando el log podrás intuir cuál de estos ha podido causar el problema. Si es un EXE puedes confirmarlo ejecutándolo.</p>
<p>Por suerte insistí en comprobar la opción b).</p>
Posted in Microsoft, Tech Tagged: -536870913, CAB, HRESULT, team system, visual studio, VSTS <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/penyaskitodice.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/penyaskitodice.wordpress.com/534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/penyaskitodice.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/penyaskitodice.wordpress.com/534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/penyaskitodice.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/penyaskitodice.wordpress.com/534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/penyaskitodice.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/penyaskitodice.wordpress.com/534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/penyaskitodice.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/penyaskitodice.wordpress.com/534/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=534&subd=penyaskitodice&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://penyaskitodice.wordpress.com/2009/02/09/problema-instalacion-vsts-2008-returned-hresult-536870913/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50bd44195cdf521efe741b9543b033a?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">penyaskito</media:title>
		</media:content>
	</item>
		<item>
		<title>¡Reparar, Instalar o Desinstalar de VS no funciona!</title>
		<link>http://penyaskitodice.wordpress.com/2009/02/07/%c2%a1reparar-instalar-o-desinstalar-de-vs-no-funciona/</link>
		<comments>http://penyaskitodice.wordpress.com/2009/02/07/%c2%a1reparar-instalar-o-desinstalar-de-vs-no-funciona/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 14:13:18 +0000</pubDate>
		<dc:creator>Christian López Espínola</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[hotfix]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[team system]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://penyaskitodice.wordpress.com/?p=532</guid>
		<description><![CDATA[Esta semana empecé a trabajar en una nueva empresa, sobre la que ya hablaré más adelante.
Una de las máximas que me he marcado, y que me costará cumplir, es no llevarme trabajo a casa. No obstante, ironías de la vida, tuve un problema con Visual Studio Team System en el trabajo que se ha reproducido [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=532&subd=penyaskitodice&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Esta semana empecé a trabajar en una nueva empresa, sobre la que ya hablaré más adelante.<br />
Una de las máximas que me he marcado, y que me costará cumplir, es no llevarme trabajo a casa. No obstante, ironías de la vida, tuve un problema con Visual Studio Team System en el trabajo que se ha reproducido en mi portátil, así que tocaba buscar la solución.</p>
<p>El problema consiste en que cuando Visual Studio se queja por cualquier motivo, o queremos instalar componentes extras, las funciones de reparar, desinstalar o instalar no funcionan.</p>
<p>El mensaje es: &#8220;A problem has been encountered while loading the setup components. Canceling setup.&#8221;. La solución, desinstalar el hotfix KB952241.</p>
<p>Tras realizar la operación que necesites, no olvides volver a visitar Windows Update, pues es un hotfix relativo a seguridad.</p>
Posted in Microsoft, Security, Tech Tagged: fix, hotfix, installation, Microsoft, team system, visual studio <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/penyaskitodice.wordpress.com/532/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/penyaskitodice.wordpress.com/532/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/penyaskitodice.wordpress.com/532/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/penyaskitodice.wordpress.com/532/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/penyaskitodice.wordpress.com/532/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/penyaskitodice.wordpress.com/532/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/penyaskitodice.wordpress.com/532/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/penyaskitodice.wordpress.com/532/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/penyaskitodice.wordpress.com/532/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/penyaskitodice.wordpress.com/532/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=532&subd=penyaskitodice&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://penyaskitodice.wordpress.com/2009/02/07/%c2%a1reparar-instalar-o-desinstalar-de-vs-no-funciona/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50bd44195cdf521efe741b9543b033a?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">penyaskito</media:title>
		</media:content>
	</item>
		<item>
		<title>Leyendo el tebeo, también por la noche&#8230;</title>
		<link>http://penyaskitodice.wordpress.com/2009/02/03/leyendo-el-tebeo-tambien-por-la-noche/</link>
		<comments>http://penyaskitodice.wordpress.com/2009/02/03/leyendo-el-tebeo-tambien-por-la-noche/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 21:19:56 +0000</pubDate>
		<dc:creator>Christian López Espínola</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[.NET Technology]]></category>
		<category><![CDATA[Bulma]]></category>
		<category><![CDATA[cagadas gordas]]></category>
		<category><![CDATA[chorradas]]></category>
		<category><![CDATA[FUD]]></category>
		<category><![CDATA[incompetentes]]></category>
		<category><![CDATA[Quotes]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[tebeo]]></category>

		<guid isPermaLink="false">http://penyaskitodice.wordpress.com/?p=422</guid>
		<description><![CDATA[Como mañana tengo examen, me siento con fuerzas y el tiempo disponible para rebatir con más profundidad el artículo anterior, y a mis queridos comentaristas.
En primer lugar, voy a ir desmenuzando el fragmento anterior:
    ¿Y qué decir pues de los clubes .net que Microsoft alienta en las universidades? Clubes con los que [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=422&subd=penyaskitodice&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Como mañana tengo examen, me siento con fuerzas y el tiempo disponible para rebatir con más profundidad el <a href="http://penyaskitodice.wordpress.com/2009/02/03/leyendo-el-tebeo/">artículo anterior</a>, y a mis queridos comentaristas.</p>
<p>En primer lugar, voy a ir desmenuzando el fragmento anterior:</p>
<blockquote><p>    ¿Y qué decir pues de los clubes .net que Microsoft alienta en las universidades? Clubes con los que propicia el uso de sus anti-estándares y que los alumnos aprendan a programar de forma incompatible con el resto. </p></blockquote>
<p>En primer lugar, más que Microsoft buscar a los alumnos fueron/son los alumnos los que busca(ro)n a Microsoft. Ese &#8220;aliento&#8221;, que bien podrían dar otras compañías (y me consta que a otras compañías se les ofreció algo similar a los clubs .net, sin pedir nada a cambio, y se negaron), se materializa exclusivamente a través de libros y documentación, así como de hardware en el que &#8220;trastear&#8221;.</p>
<p>En cuanto al uso de anti-estándares&#8230; Desconozco &#8220;esa cosa&#8221;. Una cosa (protocolo, formato, etc) o es estándar o no lo es, pero no puede ser &#8220;antiestándar&#8221;. Esto muestra, por un lado, el grado de conocimiento y rigurosidad del autor del texto; por otro, su &#8220;propósito de contar la verdad absoluta&#8221;. El que quiera tener los ojos abiertos, que busque en ISO, ECMA o IEEE la participación de Microsoft, o los artículos en Port25 sobre el trabajo en sus laboratorios en busca de la compatibilidad.</p>
<p>En lo de &#8220;programar de forma incompatible&#8221; ni me voy a meter. Quizá se refiera al uso de metodologías como el SDLC. Desconozco que es &#8220;programar de forma incompatible&#8221;, aunque estimo que será hacer webs en php que no se integren con aplicaciones python. </p>
<blockquote><p>A Microsoft le interesa que sea incompatible para que cuando acaben la carrera no puedan desligarse de las herramientas del monopolio y obliguen a sus clientes y usuarios a caer en el mismo problema. Y tan metidos están dentro, que ven imposible la solución y, en vez de reconocer el problema, se convierte en un punto ciego donde no quieren mirar. Prefieren confiar en el Monopolio mientras hacen caer a más gente en la trampa de licencias de uso regaladas de entornos de desarrollo y de Windows como un camello que regala la droga inicialmente esperando que se enganchen.</p></blockquote>
<p>Aquí se atisba algo de lucidez. Evidentemente, a Microsoft le benefician estos grupos de usuarios. ¿Gente que ofrezca soporte, documentación, charlas y demás de manera gratuita? Perfecto. No debería sorprender a un miembro de un grupo de usuarios que existan otros grupos de usuarios.</p>
<p>En cuanto a obligar a clientes y usuarios a &#8220;caer&#8221; en Windows&#8230; en mi mundo existen dos tipos de desarrollos informáticos: o servicios a medida, o productos. En el primer caso los requisitos los pone el cliente. En el segundo, desarrollo mi producto como me da la gana y tú si te interesa lo compras, nadie te obliga. Más simple imposible.</p>
<p>Por otro lado, los grupos de usuarios no son sectas. Nada te impide &#8220;mirar hacia el otro lado&#8221;, e incluso tocar. Una tecnología no es una novia a la que debas fidelidad, es una relación liberal.</p>
<blockquote><p>¿Cómo evaluar el coste económico de que se margine a la gente del saber?</p></blockquote>
<p>Y digo yo&#8230; ¿Dónde está mi libertad para aprender lo que me parezca sin que nadie critique mi elección?</p>
<p>Desarrollo con tecnologías de Microsoft, desarrollo con tecnologías de otras empresas, desarrollo con tecnologías libres&#8230; y desarrollo y colaboro con proyectos libres. Creo que queda bastante claro mi posición en el debate Torvalds vs Stallman, yo estoy del lado del primero, esto no es una religión.</p>
<p>Pero entre todos estos y mis necesidades, me quedo con satisfacer las últimas.</p>
Posted in Community, OpenSource, Tech Tagged: .NET Technology, Bulma, cagadas gordas, chorradas, FUD, incompetentes, OpenSource, Quotes, Software, tebeo <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/penyaskitodice.wordpress.com/422/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/penyaskitodice.wordpress.com/422/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/penyaskitodice.wordpress.com/422/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/penyaskitodice.wordpress.com/422/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/penyaskitodice.wordpress.com/422/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/penyaskitodice.wordpress.com/422/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/penyaskitodice.wordpress.com/422/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/penyaskitodice.wordpress.com/422/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/penyaskitodice.wordpress.com/422/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/penyaskitodice.wordpress.com/422/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=422&subd=penyaskitodice&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://penyaskitodice.wordpress.com/2009/02/03/leyendo-el-tebeo-tambien-por-la-noche/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50bd44195cdf521efe741b9543b033a?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">penyaskito</media:title>
		</media:content>
	</item>
		<item>
		<title>Leyendo el tebeo&#8230;</title>
		<link>http://penyaskitodice.wordpress.com/2009/02/03/leyendo-el-tebeo/</link>
		<comments>http://penyaskitodice.wordpress.com/2009/02/03/leyendo-el-tebeo/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 06:25:06 +0000</pubDate>
		<dc:creator>Christian López Espínola</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[.NET Technology]]></category>
		<category><![CDATA[Bulma]]></category>
		<category><![CDATA[cagadas gordas]]></category>
		<category><![CDATA[chorradas]]></category>
		<category><![CDATA[FUD]]></category>
		<category><![CDATA[incompetentes]]></category>
		<category><![CDATA[Quotes]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[tebeo]]></category>

		<guid isPermaLink="false">http://penyaskitodice.wordpress.com/?p=420</guid>
		<description><![CDATA[Ojeando muy por encima el tebeo (si lo lees de verdad eres capaz de creértelo) me encuentro:
¿Y qué decir pues de los clubes .net que Microsoft alienta en las universidades? Clubes con los que propicia el uso de sus anti-estándares y que los alumnos aprendan a programar de forma incompatible con el resto. A Microsoft [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=420&subd=penyaskitodice&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ojeando muy por encima <a href="http://bulma.net/body.phtml?nIdNoticia=2476">el tebeo</a> (si lo lees de verdad eres capaz de creértelo) me encuentro:</p>
<blockquote><p>¿Y qué decir pues de los clubes .net que Microsoft alienta en las universidades? Clubes con los que propicia el uso de sus anti-estándares y que los alumnos aprendan a programar de forma incompatible con el resto. A Microsoft le interesa que sea incompatible para que cuando acaben la carrera no puedan desligarse de las herramientas del monopolio y obliguen a sus clientes y usuarios a caer en el mismo problema. Y tan metidos están dentro, que ven imposible la solución y, en vez de reconocer el problema, se convierte en un punto ciego donde no quieren mirar. Prefieren confiar en el Monopolio mientras hacen caer a más gente en la trampa de licencias de uso regaladas de entornos de desarrollo y de Windows como un camello que regala la droga inicialmente esperando que se enganchen.</p>
<p>¿Cómo evaluar el coste económico de que se margine a la gente del saber?</p></blockquote>
<p>¿No es irónica la pregunta final?</p>
Posted in Community, Tech Tagged: .NET Technology, Bulma, cagadas gordas, chorradas, FUD, incompetentes, Quotes, Software, tebeo <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/penyaskitodice.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/penyaskitodice.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/penyaskitodice.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/penyaskitodice.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/penyaskitodice.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/penyaskitodice.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/penyaskitodice.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/penyaskitodice.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/penyaskitodice.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/penyaskitodice.wordpress.com/420/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=420&subd=penyaskitodice&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://penyaskitodice.wordpress.com/2009/02/03/leyendo-el-tebeo/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50bd44195cdf521efe741b9543b033a?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">penyaskito</media:title>
		</media:content>
	</item>
		<item>
		<title>Nerdcore</title>
		<link>http://penyaskitodice.wordpress.com/2009/01/20/nerdcore/</link>
		<comments>http://penyaskitodice.wordpress.com/2009/01/20/nerdcore/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 04:00:52 +0000</pubDate>
		<dc:creator>Christian López Espínola</dc:creator>
				<category><![CDATA[Frikadas]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[kill -9]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[nerdcore]]></category>

		<guid isPermaLink="false">http://penyaskitodice.wordpress.com/?p=418</guid>
		<description><![CDATA[Kill -9, visto en el blog de Mawi:

Posted in Frikadas, Humor Tagged: Humor, kill -9, Music, nerdcore      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=418&subd=penyaskitodice&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.miralmawi.com/2008/10/19/kill-9/">Kill -9</a>, visto en el blog de <a href="http://www.miralmawi.com/">Mawi</a>:</p>
<p><span style="text-align:center; display: block;"><a href="http://penyaskitodice.wordpress.com/2009/01/20/nerdcore/"><img src="http://img.youtube.com/vi/hk9NxydtPOU/2.jpg" alt="" /></a></span></p>
Posted in Frikadas, Humor Tagged: Humor, kill -9, Music, nerdcore <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/penyaskitodice.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/penyaskitodice.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/penyaskitodice.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/penyaskitodice.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/penyaskitodice.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/penyaskitodice.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/penyaskitodice.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/penyaskitodice.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/penyaskitodice.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/penyaskitodice.wordpress.com/418/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=418&subd=penyaskitodice&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://penyaskitodice.wordpress.com/2009/01/20/nerdcore/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50bd44195cdf521efe741b9543b033a?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">penyaskito</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/hk9NxydtPOU/2.jpg" medium="image" />
	</item>
		<item>
		<title>(No) oído al (no) pasar</title>
		<link>http://penyaskitodice.wordpress.com/2009/01/13/no-oido-al-no-pasar/</link>
		<comments>http://penyaskitodice.wordpress.com/2009/01/13/no-oido-al-no-pasar/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 01:22:17 +0000</pubDate>
		<dc:creator>Christian López Espínola</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Oído al pasar]]></category>

		<guid isPermaLink="false">http://penyaskitodice.wordpress.com/?p=416</guid>
		<description><![CDATA[Visto en PatataBrava:

&#8220;Haciendo un problema de bivariables:
Bueno pues yo pongo aqui mis variables y ahora me hago unas rayitas.
Descojone general a lo que ella responde: ¿no os gustan las rayas?&#8221;
M. Dolores Jiménez Gamero &#8211; Escuela Técnica Superior de Ingeniería Informática, US

Mi profesora de estadística. Debo volver a ir a clase.
Posted in Humor, Oído al pasar [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=416&subd=penyaskitodice&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Visto en <a href="http://www.patatabrava.com/miticas/universidad_de_sevilla-u44/escuela_tecnica_superior_de_ingenieria_informatica-f552.htm">PatataBrava</a>:</p>
<blockquote><p>
&#8220;Haciendo un problema de bivariables:<br />
Bueno pues yo pongo aqui mis variables y ahora me hago unas rayitas.<br />
Descojone general a lo que ella responde: ¿no os gustan las rayas?&#8221;</p>
<p>M. Dolores Jiménez Gamero &#8211; Escuela Técnica Superior de Ingeniería Informática, US
</p></blockquote>
<p>Mi profesora de estadística. Debo volver a ir a clase.</p>
Posted in Humor, Oído al pasar  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/penyaskitodice.wordpress.com/416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/penyaskitodice.wordpress.com/416/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/penyaskitodice.wordpress.com/416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/penyaskitodice.wordpress.com/416/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/penyaskitodice.wordpress.com/416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/penyaskitodice.wordpress.com/416/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/penyaskitodice.wordpress.com/416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/penyaskitodice.wordpress.com/416/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/penyaskitodice.wordpress.com/416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/penyaskitodice.wordpress.com/416/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=416&subd=penyaskitodice&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://penyaskitodice.wordpress.com/2009/01/13/no-oido-al-no-pasar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50bd44195cdf521efe741b9543b033a?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">penyaskito</media:title>
		</media:content>
	</item>
		<item>
		<title>Feliz 2009</title>
		<link>http://penyaskitodice.wordpress.com/2008/12/31/feliz-2009/</link>
		<comments>http://penyaskitodice.wordpress.com/2008/12/31/feliz-2009/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 22:59:45 +0000</pubDate>
		<dc:creator>Christian López Espínola</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[happy new year]]></category>

		<guid isPermaLink="false">http://penyaskitodice.wordpress.com/?p=409</guid>
		<description><![CDATA[Visto en lo de Mescalino:

Se marcha 2008 sin dinero
inyectando millones a la banca,
y con Obama en el candelero
poniendo color en la Casa Blanca.
Chikilicuatre asombró al mundo entero,
Luis Aragonés ganó la Eurocopa&#8230;
(si te lo dicen el pasado enero
no te lo crees ni harto de farlopa)
Que 2009 no sea un infierno,
que las uvas sean planes de rescate,
que [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=409&subd=penyaskitodice&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Visto en lo de <a href="http://dedosdefrente.blogspot.com/2008/12/por-un-2009-sin-crisis.html">Mescalino</a>:</p>
<blockquote><p>
Se marcha 2008 sin dinero<br />
inyectando millones a la banca,<br />
y con Obama en el candelero<br />
poniendo color en la Casa Blanca.</p>
<p>Chikilicuatre asombró al mundo entero,<br />
Luis Aragonés ganó la Eurocopa&#8230;<br />
(si te lo dicen el pasado enero<br />
no te lo crees ni harto de farlopa)</p>
<p>Que 2009 no sea un infierno,<br />
que las uvas sean planes de rescate,<br />
que la crisis se vaya ya al garete,</p>
<p>Que los que matan se vayan al cuerno,<br />
que no vuelva a la tele &#8220;Aquí hay tomate&#8221;<br />
y que nunca te falte un buen polvete.
</p></blockquote>
<p>¡Feliz 2009!</p>
Posted in Humor, Personal Tagged: happy new year <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/penyaskitodice.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/penyaskitodice.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/penyaskitodice.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/penyaskitodice.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/penyaskitodice.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/penyaskitodice.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/penyaskitodice.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/penyaskitodice.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/penyaskitodice.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/penyaskitodice.wordpress.com/409/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=penyaskitodice.wordpress.com&blog=207228&post=409&subd=penyaskitodice&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://penyaskitodice.wordpress.com/2008/12/31/feliz-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d50bd44195cdf521efe741b9543b033a?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">penyaskito</media:title>
		</media:content>
	</item>
	</channel>
</rss>