<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Design on Luiyología</title><link>https://luiyo.net/tags/design/</link><description>Recent content in Design on Luiyología</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Fri, 19 May 2017 00:00:00 +0000</lastBuildDate><atom:link href="https://luiyo.net/tags/design/index.xml" rel="self" type="application/rss+xml"/><item><title>Baking my Blog with JBake and GitHub</title><link>https://luiyo.net/blog/2017/05/baking-my-blog-with-jbake-and-github/</link><pubDate>Fri, 19 May 2017 00:00:00 +0000</pubDate><guid>https://luiyo.net/blog/2017/05/baking-my-blog-with-jbake-and-github/</guid><description>&lt;img src="https://luiyo.net/" alt="Featured image of post Baking my Blog with JBake and GitHub" /&gt;&lt;p&gt;Almost since &lt;a class="link" href="https://luiyo.net/blog/2003/10/arranca-luiyologia/" &gt;I created my personal blog&lt;/a&gt; in 2003 I thought about moving it from blogger to my own domain, private hosting and so on. My laziness prevented me from doing so. Not because the migration itself, but for the maintenance it entailed.&lt;/p&gt;
&lt;p&gt;Anyhow, I was determined to migrate my blog outside of any blogging platform. I wanted to have complete control over my content, but without wasting lots of time in maintenance. All I needed was a way to do it seamlessly, quickly, and as automated as possible.&lt;/p&gt;
&lt;p&gt;The static site/blog generators appeared a long time ago but now they are multiplying and flourishing. I watched them and the surrounding tools for a long time&amp;hellip; and recently my atheist prayers were heard!&lt;/p&gt;
&lt;p&gt;I will describe briefly what I did &lt;strong&gt;to move my blog from blogger to Github Pages in a few hours&lt;/strong&gt;. The most time consuming task was to decide among a large number of excellent static site generators.&lt;/p&gt;
&lt;h2 id="step-1---choose-your-weapon"&gt;Step 1 - Choose your weapon
&lt;/h2&gt;&lt;p&gt;The reference here is &lt;a class="link" href="https://www.staticgen.com/" target="_blank" rel="noopener"
 &gt;StaticGen&lt;/a&gt;, a ranking with all the open source static site generators. The site itself is open source, and static generated (of course) using &lt;a class="link" href="http://middlemanapp.com/" target="_blank" rel="noopener"
 &gt;Middleman&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In &lt;em&gt;StaticGen&lt;/em&gt; you will need some time, filtering by programming language, sorting the options by stars, forks, &amp;hellip; Eventually you&amp;rsquo;ll chose one that covers your needs mainly in terms of language, templating technology or license.&lt;/p&gt;
&lt;p&gt;I was tempted to use &lt;a class="link" href="http://gohugo.io/" target="_blank" rel="noopener"
 &gt;Hugo&lt;/a&gt; but I selected &lt;a class="link" href="http://jbake.org/" target="_blank" rel="noopener"
 &gt;&lt;strong&gt;JBake&lt;/strong&gt;&lt;/a&gt; (created in 2013 by &lt;a class="link" href="http://jonathanbullock.com/" target="_blank" rel="noopener"
 &gt;Jonathan Bullock&lt;/a&gt;) instead of other much more popular options. The main reasons for me were:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;It&amp;rsquo;s &lt;strong&gt;Open Source&lt;/strong&gt; (&lt;a class="link" href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener"
 &gt;MIT License&lt;/a&gt;). This is always the first element in my checklist&lt;/li&gt;
&lt;li&gt;It&amp;rsquo;s &lt;strong&gt;cross platform&lt;/strong&gt;, one of the main benefits to choose a product running in the JVM, right?&lt;/li&gt;
&lt;li&gt;Supports a good amount of &lt;strong&gt;content formats&lt;/strong&gt;: plain HTML, &lt;a class="link" href="http://daringfireball.net/projects/markdown/" target="_blank" rel="noopener"
 &gt;Markdown&lt;/a&gt;, &lt;a class="link" href="http://asciidoctor.org/" target="_blank" rel="noopener"
 &gt;AsciiDoc&lt;/a&gt;, &amp;hellip; this is great now that I write even my personal notes in markdown format&lt;/li&gt;
&lt;li&gt;Interesting &lt;strong&gt;template support&lt;/strong&gt;: &lt;a class="link" href="http://freemarker.org/" target="_blank" rel="noopener"
 &gt;Freemarker&lt;/a&gt;, &lt;a class="link" href="http://www.thymeleaf.org/" target="_blank" rel="noopener"
 &gt;Thymeleaf&lt;/a&gt;, &lt;a class="link" href="https://github.com/neuland/jade4j" target="_blank" rel="noopener"
 &gt;Jade&lt;/a&gt; or &lt;a class="link" href="http://www.groovy-lang.org/" target="_blank" rel="noopener"
 &gt;Groovy template framework&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Blog-ready&lt;/strong&gt; out of the box: RSS feed, tag support, archive, index pagination, &amp;hellip;&lt;/li&gt;
&lt;li&gt;Easy to integrate with &lt;strong&gt;CSS frameworks&lt;/strong&gt; as &lt;a class="link" href="http://getbootstrap.com/" target="_blank" rel="noopener"
 &gt;Bootstrap&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Custom metadata&lt;/strong&gt; in the contents, even exposed to the templates. This is winner by itself&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;a class="link" href="http://jbake.org/docs/" target="_blank" rel="noopener"
 &gt;documentation of JBake&lt;/a&gt; could be improved, but it&amp;rsquo;s good enough.&lt;/p&gt;
&lt;p&gt;To install JBake, you can execute &lt;a class="link" href="http://jbake.org/download.html" target="_blank" rel="noopener"
 &gt;the last binary distribution&lt;/a&gt; but I recommend that you simply use &lt;a class="link" href="http://sdkman.io/" target="_blank" rel="noopener"
 &gt;&lt;strong&gt;SDKMAN&lt;/strong&gt;&lt;/a&gt;. If you don&amp;rsquo;t know what SDKMAN is, you are missing something special. After you have SDKMAN installed, enter the following command:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-shell" data-lang="shell"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;gt;&amp;gt; sdk install jbake
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Thanks Jonathan !!&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="step-2---choose-your-themestyle"&gt;Step 2 - Choose your theme/style
&lt;/h2&gt;&lt;p&gt;Some static generators support themes better than others, that&amp;rsquo;s for sure. This was important to me, and I checked that in &lt;em&gt;JBake&lt;/em&gt; the code responsible of the presentation is isolated enough from the content, so it&amp;rsquo;s more or less simple to change entirely the theme or style of your site.&lt;/p&gt;
&lt;p&gt;In fact, I didn&amp;rsquo;t start the personalization of my blog from the default theme and style. I cloned the &lt;a class="link" href="https://github.com/manikmagar/jbake-future-imperfect-template" target="_blank" rel="noopener"
 &gt;&lt;strong&gt;JBake Future Imperfect Template&lt;/strong&gt;&lt;/a&gt; by &lt;a class="link" href="https://twitter.com/manikmagar" target="_blank" rel="noopener"
 &gt;Manik Magar&lt;/a&gt; and for the moment I&amp;rsquo;ve only needed minor touches to make it better suited for me.&lt;/p&gt;
&lt;p&gt;As simple as this:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-shell" data-lang="shell"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;gt;&amp;gt; mkdir awesome-jbake
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;gt;&amp;gt; git clone https://github.com/manikmagar/jbake-future-imperfect-template.git awesome-jbake
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&amp;gt;&amp;gt; cd awesome-jbake &lt;span style="color:#f92672"&gt;&amp;amp;&amp;amp;&lt;/span&gt; ls -ltr
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Most of the changes were related to custom css styles that I was already using in Blogger, the &lt;em&gt;JBake Future Imperfect Template&lt;/em&gt; is fantastic.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Thanks Manik !!&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="step-3---migrate-your-content-from-your-old-blogsite-if-needed"&gt;Step 3 - Migrate your content from your old blog/site (if needed)
&lt;/h2&gt;&lt;p&gt;You&amp;rsquo;ll only need this if you are migrating something, skip this point if you are creating something from scratch.&lt;/p&gt;
&lt;p&gt;For this magic trick, my first intent was to implement it myself, only to code for a while. Finally I discovered a repo in github with a promising name: &lt;a class="link" href="https://github.com/cloudtu/blogger-to-jbake" target="_blank" rel="noopener"
 &gt;&lt;strong&gt;blogger-to-jbake&lt;/strong&gt;&lt;/a&gt;. I checked the code and the author (&lt;a class="link" href="http://cloudtu.github.io/" target="_blank" rel="noopener"
 &gt;Cloud Tu&lt;/a&gt;) had developed more or less what I meant to do.&lt;/p&gt;
&lt;p&gt;With a little help from an &lt;em&gt;difficult-even-for-google-translate&lt;/em&gt; &lt;code&gt;README&lt;/code&gt; file in Chinese, I could run the program and export all my blog only with minor problems regarding the download of certain images that were not hosted in blogger.&lt;/p&gt;
&lt;p&gt;The steps are very simple:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Modify the &lt;code&gt;src/main/resources/application.properties&lt;/code&gt; to set the Blogger atom file path, the output path and your current URL in Blogger&lt;/li&gt;
&lt;li&gt;Execute &lt;code&gt;gradlew run&lt;/code&gt; in the console&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Profit!&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I made some improvements (from my humble point of view) in the code, and I&amp;rsquo;ll send the corresponding pull request. They could be valuable for anyone else.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Thanks Cloud Tu !!&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="step-4---deploy-your-blog"&gt;Step 4 - Deploy your blog
&lt;/h2&gt;&lt;p&gt;Well, thanks to Github and specifically to &lt;a class="link" href="https://pages.github.com/" target="_blank" rel="noopener"
 &gt;Github Pages&lt;/a&gt;, the only thing that I needed was to change the configuration of JBake so the output directory for the &lt;em&gt;baked&lt;/em&gt; content is called &lt;code&gt;docs&lt;/code&gt; instead of the name by default (&lt;code&gt;output&lt;/code&gt;).&lt;/p&gt;
&lt;p&gt;After &lt;a class="link" href="https://help.github.com/articles/configuring-a-publishing-source-for-github-pages/" target="_blank" rel="noopener"
 &gt;enabling it for the first time&lt;/a&gt;, Github automatically deploys in Github Pages whatever you put in the &lt;code&gt;docs&lt;/code&gt; directory of your repo.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m suffering the misbehavior of Github Pages with relative paths, but for the moment I&amp;rsquo;m solving it with a sed command before pushing the baked content.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Thanks Github Pages !!&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="conclusion"&gt;Conclusion
&lt;/h2&gt;&lt;p&gt;I&amp;rsquo;m happier than ever with my blog, and I&amp;rsquo;ll try to write more often now that I can make it with my editor in Markdown or AsciiDoc.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s also possible that I&amp;rsquo;ll write a more technical post about how JBake works, but in the meantime ask me in the comments anything that you want to know.&lt;/p&gt;</description></item><item><title>Tu tasa de paro</title><link>https://luiyo.net/blog/2013/01/tu-tasa-de-paro/</link><pubDate>Thu, 24 Jan 2013 00:00:00 +0000</pubDate><guid>https://luiyo.net/blog/2013/01/tu-tasa-de-paro/</guid><description>

&lt;p&gt;Algunos recordaréis (y los que no, ya lo sabéis) que en Julio del pasado año tuve el placer de participar en la &lt;a href="http://piweek.es/"&gt;&lt;b&gt;PiWeek&lt;/b&gt; (&lt;b&gt;Personal Innovation Week&lt;/b&gt;)&lt;/a&gt;, una iniciativa muy interesante por parte de &lt;a href="http://kaleidos.net/"&gt;&lt;b&gt;Kaleidos&lt;/b&gt;&lt;/a&gt; (una empresa madrileña orientada al software libre con la que tengo &lt;a href="http://folk.uib.no/hnohf/namarie.htm"&gt;&lt;b&gt;únótimë&lt;/b&gt;&lt;/a&gt; lazos). Esta iniciativa consiste en permitir cada seis meses que durante una semana completa todos los empleados de la empresa organicen y participen en proyectos totalmente personales (suyos o de otro compañero). No es necesario que sean ‘&lt;i&gt;productivos&lt;/i&gt;’ y mucho menos ‘&lt;i&gt;vendibles&lt;/i&gt;’. Los únicos requisitos básicamente son (&lt;a href="http://kaleidos.net/blog/%CE%A0-week/"&gt;ellos lo detallan mejor&lt;/a&gt;):&lt;/p&gt;
&lt;ul&gt;
 &lt;li&gt;que sea algo innovador, especialmente en la parte técnica&lt;/li&gt;
 &lt;li&gt;que utilice exclusivamente software libre&lt;/li&gt;
 &lt;li&gt;que el Viernes a mediodía se pueda presentar una versión completa y funcional (esto no impide que el proyecto después pueda ser ampliado y/o mejorado)&lt;/li&gt;
&lt;/ul&gt;
&lt;br&gt;
&lt;p&gt;En mi caso la PiWeek de Julio'12 consistió en currar de 8:00 a las 15:00 en mi empresa y aprovechar la jornada intensiva de verano para comer un bocata y trabajar hasta las mil de la madrugada en Kaleidos (y encantado de la vida). El &lt;a href="http://www.abc.es/"&gt;&lt;b&gt;Diario ABC&lt;/b&gt;&lt;/a&gt; llegó a hacerse eco de la experiencia (y de mi participación): &lt;a href="http://www.abc.es/20120714/tecnologia/abci-piweek-kaleidos-silicon-valley-201207131126.html"&gt;&lt;i&gt;Empresas españolas con mentalidad de start-ups de Silicon Valley&lt;/i&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Muchos de los proyectos han acabado viendo la luz, siempre con &lt;a href="http://en.wikipedia.org/wiki/GNU_General_Public_License"&gt;&lt;b&gt;licencia GPL&lt;/b&gt;&lt;/a&gt; o similar, y alguno incluso salen a Producción en la misma semana.&lt;/p&gt;
&lt;div id="kaleidos-tasaparo" style="float:right;"&gt;&lt;/div&gt;
&lt;script src="http://tutasadeparo.es/api/widgetjs/?province=28&amp;amp;sex=1&amp;amp;age=7&amp;amp;education=5"&gt;&lt;/script&gt;
&lt;p&gt;El proyecto en el que participé quedó casi terminado en Julio, pero finalmente no se completó en verano y en la PiWeek de Diciembre 2012 (en la que por desgracia apenas pude participar) se terminaron varios flecos y se quedó todo listo para la siguiente publicación de datos de la &lt;a href="http://es.wikipedia.org/wiki/Encuesta_de_Poblaci%C3%B3n_Activa"&gt;&lt;b&gt;Encuesta de Población Activa&lt;/b&gt;&lt;/a&gt;. El &lt;a href="http://es.wikipedia.org/wiki/INE_(Espa%C3%B1a)"&gt;&lt;b&gt;Instituto Nacional de Estadística&lt;/b&gt;&lt;/a&gt; ha publicado la &lt;b&gt;EPA&lt;/b&gt; esta misma mañana y tras cierto tratamiento de los microdatos que publican ya está este último trimestre de 2012 incorporado y ya hemos abierto el acceso libre en producción a la herramienta:&lt;/p&gt;
&lt;br&gt;
&lt;center&gt;
 &lt;a href="http://tutasadeparo.es/"&gt;&lt;big&gt;Entra y consulta cuál es tu verdadera tasa de paro!!&lt;/big&gt;&lt;/a&gt;
&lt;/center&gt;
&lt;br&gt;
&lt;p&gt;Además de la parte puramente personal e interesada, he aprendido y estoy disfrutando muchísimo en el proyecto, creemos que es una herramienta muy interesante y bastante útil. Son datos reales, públicos y accesibles, sólo era necesario que alguien los tratara. La &lt;a href="http://tutasadeparo.es/moreinfo/"&gt;única limitación es que no dejan de ser datos extrapolados a partir de una encuesta&lt;/a&gt;, aunque sea del volumen de la EPA.&lt;/p&gt;
&lt;p&gt;Habitualmente los medios de comunicación destacan de la EPA únicamente la cifra de paro global (&lt;a href="http://tutasadeparo.es/4954ab471706a2c5aed43807972f5948/"&gt;actualmente el 26%&lt;/a&gt;) y como mucho limitan su interés a ciertos colectivos: Hombres (&lt;a href="http://tutasadeparo.es/40d6a3fc26e8ad5be30670a7c6bd1499/"&gt;26%&lt;/a&gt;), Mujeres (&lt;a href="http://tutasadeparo.es/cf4674423dbafb0c2f566ef13a2c9ca0/"&gt;27%&lt;/a&gt;) o por Comunidades Autónomas. Si tienes mucha suerte quizá encuentres el dato de tu provincia. Pero tenemos todos los datos:&lt;/p&gt;
&lt;center&gt;
 &lt;a href="https://luiyo.net/img/2013/01/tasaparo-mapa.png" imageanchor="1" style=""&gt;&lt;img border="0" height="339" width="400" src="https://luiyo.net/img/2013/01/tasaparo-mapa.png"&gt;&lt;/a&gt;
&lt;/center&gt;
&lt;p&gt;Se puede extraer información mucho más útil, y esta es sólo una posible aproximación. Quiero saber cuál es realmente mi tasa de paro, la mía. Quiero saber &lt;a href="http://tutasadeparo.es/3c2a002a7eaa464f625a83dee5058908/map/"&gt;en qué afecta a mi tasa de paro un cambio de domicilio&lt;/a&gt;, &lt;a href="http://tutasadeparo.es/3c2a002a7eaa464f625a83dee5058908/compare/"&gt;un esfuerzo en formación&lt;/a&gt;. Quiero saber en qué situación está alguien con mi perfil con unos pocos años más. &lt;a href="http://tutasadeparo.es/3c2a002a7eaa464f625a83dee5058908/profile/"&gt;Quiero saber cómo ha cambiado el paro para mi perfil en todos los datos trimestrales de EPA que ha publicado el INE (empezó en 2005)&lt;/a&gt;. Y por supuesto, quiero saberlo de mi perfil y de cualquier otro perfil, ¡es información pública!&lt;/p&gt;
&lt;center&gt;
 &lt;a href="https://luiyo.net/img/2013/01/tasaparo-evolucion.png" imageanchor="1" style=""&gt;&lt;img border="0" height="292" width="400" src="https://luiyo.net/img/2013/01/tasaparo-evolucion.png"&gt;&lt;/a&gt;
&lt;/center&gt;
&lt;p&gt;Os pido por favor que deis la máxima difusión a la aplicación, hemos puesto el típico botón para que podáis compartir en Twitter vuestra propia tasa de paro.&lt;/p&gt;
&lt;p&gt;Para los curiosos: El proyecto en el que he participado se llevó a cabo (por decisión de los miembros del equipo encargados de cada parte) en &lt;a href="http://en.wikipedia.org/wiki/R_(programming_language)"&gt;&lt;b&gt;R&lt;/b&gt;&lt;/a&gt; y &lt;a href="http://en.wikipedia.org/wiki/Python_(programming_language)"&gt;&lt;b&gt;Python&lt;/b&gt;&lt;/a&gt;, y tuvo como tecnologías base, entre otras: &lt;a href="http://en.wikipedia.org/wiki/Django_(web_framework)"&gt;&lt;b&gt;django&lt;/b&gt;&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Backbone.js"&gt;&lt;b&gt;backbone.js&lt;/b&gt;&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Node.js"&gt;&lt;b&gt;Node.js&lt;/b&gt;&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Less_css"&gt;&lt;b&gt;Less CSS&lt;/b&gt;&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Jquery"&gt;&lt;b&gt;jQuery&lt;/b&gt;&lt;/a&gt; y &lt;a href="http://en.wikipedia.org/wiki/Rapha%C3%ABl_(JavaScript_library)"&gt;&lt;b&gt;Raphaël&lt;/b&gt;&lt;/a&gt;. Todo a través de una &lt;a href="http://en.wikipedia.org/wiki/API"&gt;&lt;b&gt;API&lt;/b&gt;&lt;/a&gt; &lt;a href="http://en.wikipedia.org/wiki/REST"&gt;&lt;b&gt;REST&lt;/b&gt;&lt;/a&gt; que también publicaremos en el futuro para que otros puedan beneficiarse de los datos ya procesados.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://tutasadeparo.es/about/"&gt;Han colaborado varias personas&lt;/a&gt; de desarrollo, maquetación, usabilidad e incluso marketing, aunque hay que destacar el monumental trabajo de &lt;a href="http://moduslaborandi.net/"&gt;&lt;b&gt;Yamila Moreno&lt;/b&gt;&lt;/a&gt; (&lt;a href="https://twitter.com/yamila_moreno"&gt;&lt;b&gt;@yamila_moreno&lt;/b&gt;&lt;/a&gt;) coordinando y desarrollando una grandísima parte de la aplicación.&lt;/p&gt;
&lt;p&gt;Para los más curiosos aún, el origen de todo está en una cena posterior a un &lt;a href="http://www.escepticos.es/blog/14"&gt;&lt;b&gt;Escépticos en el Pub&lt;/b&gt;&lt;/a&gt; en la que pude charlar con &lt;a href="http://www.datanalytics.com/"&gt;&lt;b&gt;Carlos Gil Bellosta&lt;/b&gt;&lt;/a&gt; (&lt;a href="http://twitter.com/gilbellosta"&gt;&lt;b&gt;@gilbellosta&lt;/b&gt;&lt;/a&gt;) y éste me contó la idea, lamentando no tener una forma fácil de llevarla a cabo. Él es un monstruo de R y de Estadística aplicada y además del tratamiento inicial de los datos que publica el INE ha asesorado funcionalmente durante todo el proyecto. ¡Mil gracias!&lt;/p&gt;</description></item><item><title>III Congreso El Ser Creativo</title><link>https://luiyo.net/blog/2012/11/iii-congreso-el-ser-creativo/</link><pubDate>Mon, 05 Nov 2012 00:00:00 +0000</pubDate><guid>https://luiyo.net/blog/2012/11/iii-congreso-el-ser-creativo/</guid><description>&lt;img src="https://luiyo.net/" alt="Featured image of post III Congreso El Ser Creativo" /&gt;
&lt;p&gt;Al igual que el pasado año, esta semana voy a tener el privilegio de asistir como invitado a &lt;a href="http://www.elsercreativo.com/"&gt;&lt;b&gt;El Ser Creativo, III Congreso de Mentes Brillantes&lt;/b&gt;&lt;/a&gt;, que se celebrará el &lt;b&gt;6 y 7 de Noviembre&lt;/b&gt; en Madrid. De nuevo tendré la misión de cubrir el evento a través de &lt;a href="https://twitter.com/escepticos"&gt;&lt;b&gt;@escepticos&lt;/b&gt;&lt;/a&gt;, el Twitter de &lt;a href="http://www.escepticos.es/"&gt;&lt;b&gt;ARP-SAPC (Sociedad para el Avance del Pensamiento Crítico)&lt;/b&gt;&lt;/a&gt;, haré muchas fotos y posteriormente ayudaré a redactar la crónica para la revista &lt;a href="http://www.escepticos.es/?q=node/78"&gt;&lt;b&gt;El Escéptico&lt;/b&gt;&lt;/a&gt; de ARP.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://luiyo.net/blog/2011/10/el-ser-creativo/"&gt;Ya hablé el año pasado sobre el formato del evento&lt;/a&gt;, pero repasaré las características que definen al evento: En dos días escucharemos a &lt;b&gt;21 ponentes&lt;/b&gt; exponer sus ideas, y cada ponente hablará durante &lt;b&gt;21 minutos&lt;/b&gt;. Esta insistencia con el 21 es porque afirman que es el tiempo que el cerebro humano mantiene su atención al 100% (&lt;a href="http://en.wikipedia.org/wiki/Wikipedia:Citation_needed"&gt;citation needed&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Tras mi experiencia del año pasado, debo advertir que lo mejor no viene durante los monólogos que se marca cada uno, sino en el debate posterior que se forma tras cada bloque temático de 3-4 charlas.&lt;/p&gt;
&lt;p&gt;De &lt;a href="http://www.elsercreativo.com/ponentes.html"&gt;la lista de ponentes para esta tercera edición&lt;/a&gt; destaco los siguientes: &lt;a href="https://twitter.com/JMMulet"&gt;José Miguel Mulet&lt;/a&gt;, &lt;a href="https://twitter.com/JCCapel"&gt;José Carlos Capel&lt;/a&gt;, &lt;a href="https://twitter.com/MichaelShermer"&gt;Michael Shermer&lt;/a&gt;, &lt;a href="https://twitter.com/MarioAlonsoPuig"&gt;Mario Alonso Puig&lt;/a&gt;, &lt;a href="https://twitter.com/Perestupinya"&gt;Pere Estupinyà&lt;/a&gt;, Nancy Segal, Isabel Behncke, Antonio Pellicer, Dennis Hong, Izaskun Chinchilla, Ferran Adrià, &lt;a href="https://twitter.com/DinoDetective"&gt;Jack Horner&lt;/a&gt;, &lt;a href="https://twitter.com/NASAJim"&gt;Jim Adams&lt;/a&gt;, Lyly Rojas, &lt;a href="https://twitter.com/ElsaPunset"&gt;Elsa Punset&lt;/a&gt;, &lt;a href="https://twitter.com/MikelUrmeneta"&gt;Mikel Urmeneta&lt;/a&gt;, Ricard Huguet, Bernardo Kliksberg, Elena Adell, &lt;a href="https://twitter.com/swaforini"&gt;Ángela Posada-Swafford&lt;/a&gt;, &lt;a href="https://twitter.com/SegoviaNieves"&gt;Nieves Segovia&lt;/a&gt;, Jeremy Baka, &lt;a href="https://twitter.com/BeatrizALara"&gt;Beatriz Lara&lt;/a&gt; y &lt;a href="https://twitter.com/LuisCacho_"&gt;Luis Cacho&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Entre todos ellos destaco a &lt;a href="http://www.losproductosnaturales.com/"&gt;Dr. &lt;b&gt;JM Mulet&lt;/b&gt;&lt;/a&gt;, que para eso es amigo, y por supuesto al &lt;a href="http://www.michaelshermer.com/"&gt;Dr. &lt;b&gt;Michael Shermer&lt;/b&gt;&lt;/a&gt;, que a sus hazañas sumará a partir de ahora deleitarnos el día 7 por la noche con una charla en &lt;a href="http://www.escepticos.es/blog/14"&gt;&lt;b&gt;Escépticos en el Pub Madrid&lt;/b&gt;&lt;/a&gt;, como &lt;a href="https://luiyo.net/blog/2012/10/escepticos-en-el-pub-madrid-especial/"&gt;ya comenté hace unos días&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hay unos curiosos vídeos de presentación con varios de los ponentes, les dejo con los más conocidos por aquí:&lt;/p&gt;
&lt;br&gt;
&lt;h3&gt;José Miguel Mulet&lt;/h3&gt;
&lt;br&gt;
&lt;center&gt;
 &lt;iframe width="560" height="315" src="https://www.youtube.com/embed/bjlA8GfPaXQ?rel=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;
&lt;/center&gt;
&lt;br&gt;
&lt;h3&gt;Michael Shermer&lt;/h3&gt;
&lt;br&gt;
&lt;center&gt;
 &lt;iframe width="560" height="315" src="https://www.youtube.com/embed/ElBWo8SIc6Q?rel=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;
&lt;/center&gt;
&lt;br&gt;
&lt;h3&gt;Jack Horner&lt;/h3&gt;
&lt;br&gt;
&lt;center&gt;
 &lt;iframe width="560" height="315" src="https://www.youtube.com/embed/8B22y_FV2h4?rel=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;
&lt;/center&gt;</description></item><item><title>The Ice Book</title><link>https://luiyo.net/blog/2011/05/ice-book/</link><pubDate>Sat, 14 May 2011 00:00:00 +0000</pubDate><guid>https://luiyo.net/blog/2011/05/ice-book/</guid><description>

&lt;p&gt;&lt;a href="http://www.theicebook.com/"&gt;&lt;b&gt;The Ice Book&lt;/b&gt;&lt;/a&gt; es una maravillosa obra de arte creada por &lt;a href="www.davymcguire.tv"&gt;&lt;b&gt;Davy McGuire&lt;/b&gt;&lt;/a&gt; y &lt;a href="www.kristinmcguire.com"&gt;&lt;b&gt;Kristin McGuire&lt;/b&gt;&lt;/a&gt;. Como resumen rápido se trata de unas pequeñas obras de teatro proyectadas sobre un libro popup para conseguir fantásticos efectos de perspectiva, ilusiones ópticas y magia. Mejor les dejo con este vídeo:&lt;/p&gt;
&lt;br&gt;
&lt;center&gt;
 &lt;iframe src="http://player.vimeo.com/video/19348564?title=0&amp;amp;byline=0&amp;amp;portrait=0" width="500" height="281" frameborder="0"&gt;&lt;/iframe&gt;
&lt;/center&gt;
&lt;br&gt;
&lt;p&gt;En palabras de los autores:&lt;/p&gt;
&lt;br&gt;
&lt;blockquote&gt;
 I always had the dream of creating a theatre performance that opened up like a pop-up book. A show that would mix video projections with live actors to create a totally immersive experience. We wanted to create a full scale, life-size theatre production.
 &lt;br&gt;
 &lt;br&gt;The idea for the Icebook was to create a miniature maquette for this dream – a demonstration model to show to producers and other funders in the hope that they would give us some money to make the full scale show. (And we still hope that this will come true one day!) The Icebook has since however, grown its own legs and turned into a miniature show all by itself. An intimate performance for small audiences.
 &lt;br&gt;
 &lt;br&gt;We love the old pre-cinematic optical illusions, such as zeotropes and magic lanterns, and the magical way in which they can mesmerise audiences through basic mechanics. Rather than simply projecting images onto a screen, we wanted to create an object with a life of its own – a tangible and magical “thing” for an audience to experience.
 &lt;br&gt;
 &lt;br&gt;When Kristin first held a pop-up in front of a lamp we were fascinated by the utterly beautiful effect of the light coming through the paper, creating shadows and silhouettes which we could then enhance and complement with back projected film-footage. In the Icebook, the 3D effect is achieved by back projecting onto the pop ups. Using this technique the projected characters appear as if they are moving behind the cut-outs and thus the illusion of perspective is created
&lt;/blockquote&gt;
&lt;br&gt;
&lt;p&gt;(Visto en &lt;a href="http://miraycalla.blogspot.com/2011/05/giuseppe-mastromatteo-juega-mr-potato.html"&gt;&lt;b&gt;Mira y Calla&lt;/b&gt;&lt;/a&gt;)&lt;/p&gt;</description></item><item><title>Mapas de metro alterados</title><link>https://luiyo.net/blog/2006/02/mapas-de-metro-alterados/</link><pubDate>Sun, 26 Feb 2006 00:00:00 +0000</pubDate><guid>https://luiyo.net/blog/2006/02/mapas-de-metro-alterados/</guid><description>

&lt;p&gt;Todo un éxito reciente, crear versiones del mapa del metro cambiando los nombres de las estaciones por &lt;a href="http://buscon.rae.es/draeI/SrvltGUIBusUsual?LEMA=anagrama&amp;amp;TIPO_HTML=2&amp;amp;FORMATO=ampliado&amp;amp;sourceid=mozilla-search"&gt;anagramas&lt;/a&gt;, en &lt;a href="https://boingboing.net/"&gt;&lt;span style="font-weight:bold;"&gt;BoingBoing&lt;/span&gt;&lt;/a&gt; podéis encontrarlos de varias ciudades (por ahora ninguna española): &lt;a href="https://boingboing.net/2006/02/22/transport-for-london.html"&gt;Londres&lt;/a&gt;, &lt;a href="https://boingboing.net/2006/02/23/anagram-map-of-toron.html"&gt;Toronto&lt;/a&gt;, &lt;a href="https://boingboing.net/2006/02/23/anagram-map-of-the-a.html"&gt;Amsterdam&lt;/a&gt;, &lt;a href="https://boingboing.net/2006/02/23/anagram-remix-of-the.html"&gt;Chicago&lt;/a&gt;, &lt;a href="https://boingboing.net/2006/02/23/anagram-transit-maps.html"&gt;Manhattan, Oslo, Boston, Atlanta&lt;/a&gt;, &lt;a href="https://boingboing.net/2006/02/24/anagram-ubahn-map-fo.html"&gt;Viena&lt;/a&gt;, &lt;a href="https://boingboing.net/2006/02/24/dc-metro-map-anagram.html"&gt;Washington DC&lt;/a&gt;, &lt;a href="https://boingboing.net/2006/02/24/stockholm-transit-ma.html"&gt;Stockholm&lt;/a&gt;, &lt;a href="https://boingboing.net/2006/02/24/anagram-remix-of-las.html"&gt;Los Angeles&lt;/a&gt;, &lt;a href="https://boingboing.net/2006/02/25/anagram-transit-maps.html"&gt;Cleveland, San Luis, San Francisco, Singapur&lt;/a&gt;, &lt;a href="https://boingboing.net/2006/02/25/anagram-transit-maps.html"&gt;Berlín, Copenhague, Baltimore&lt;/a&gt;, y más.&lt;/p&gt;

&lt;p&gt;A raiz de &lt;a href="https://boingboing.net/2006/02/22/transport-for-london.html"&gt;la noticia&lt;/a&gt; de que &lt;a href="http://www.tfl.gov.uk/tfl/"&gt;&lt;span style="font-weight:bold;"&gt;Transport for London&lt;/span&gt;&lt;/a&gt; obligó a cerrar &lt;a href="http://www.unfortu.net/anagrammap/"&gt;la web&lt;/a&gt; (&lt;a href="http://home.greywulf.net/images/anagrammap.gif"&gt;Mirror&lt;/a&gt;) donde se alojaba la versión Londinense (ahora se lee "&lt;span style="font-style:italic;"&gt;Content removed at the request of Healeys Solicitors acting on behalf of Transport for London and Transport Trading Ltd&lt;/span&gt;") nos enteramos de &lt;a href="http://www.geofftech.co.uk/tube/sillymaps/"&gt;esta web&lt;/a&gt; que recopila todas las versiones modificadas del plano del &lt;a href="http://www.tfl.gov.uk/tube/"&gt;&lt;span style="font-weight:bold;"&gt;Underground&lt;/span&gt;&lt;/a&gt; (metro de Londres), probablemente el más famoso y reconocible del mundo.&lt;/p&gt;

&lt;p&gt;Hay algunas cojonudas:&lt;/p&gt;

&lt;div class="image lateral"&gt;https://boingboing.net/
 &lt;img src="https://luiyo.net/img/2006/02/mini_moviemaker.webp" align="right" alt="Moviemaker map de Londres" title="Moviemaker map de Londres"&gt;
 &lt;div class="caption"&gt;Moviemaker map de Londres&lt;/div&gt;
&lt;/div&gt;

&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://www.geofftech.co.uk/tube/sillymaps/geographical_map.jpg"&gt;Realistic Geographical Map&lt;/a&gt; (como sería el mapa si se dibujase de forma exacta)&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://www.geofftech.co.uk/tube/sillymaps/walkmap.gif"&gt;It's quicker to walk&lt;/a&gt; (con trayectos marcados en los que tardas menos andando)&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://www.geofftech.co.uk/tube/sillymaps/travel_times.jpg"&gt;Travel times between stations&lt;/a&gt; (con la media del tiempo que dura el trayecto entre estaciones)&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://www.geofftech.co.uk/tube/sillymaps/toilets.jpg"&gt;Caught Short?&lt;/a&gt; (señala en un mapa sin nombres de estaciones, cuales tienen aseos)&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://bluebones.net/mmap/"&gt;Moviemaker map&lt;/a&gt; (mi favorito, cada linea una profesión de cine y cada estación un personaje, con la genialidad de que en una intersección el personaje cumple ambas)&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://www.geofftech.co.uk/tube/sillymaps/german_map.jpg"&gt;In German&lt;/a&gt; (los nombres 'alemanizados')&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://www.geofftech.co.uk/tube/sillymaps/londonundergroundmapgerman.png"&gt;In German properly translated&lt;/a&gt; (con los nombres correctamente traducidos al alemán)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Totalmente dedicado a
&lt;a href="http://claineniniel.blogspot.com/"&gt;&lt;span style="font-weight:bold;"&gt;Marta&lt;/span&gt;&lt;/a&gt;, por su afán de mejorar los transportes.&lt;/p&gt;

&lt;p&gt;(Via
&lt;a href="https://boingboing.net/"&gt;&lt;span style="font-weight:bold;"&gt;BoingBoing&lt;/span&gt;&lt;/a&gt; a lo largo de muchos posts)&lt;/p&gt;

&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Acutalización 26-02-2006 - 11:50&lt;/span&gt;:
&lt;a href="https://boingboing.net/2006/02/26/anagram-transit-maps.html"&gt;Calgary, Vancouver (x2), Philadelphia, Buffalo, Rochester, Hong Kong (x2), Seattle, Minneapolis, Detroit&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Actualización 27-02-2006&lt;/span&gt;:
&lt;a href="https://boingboing.net/2006/02/26/anagram-transit-maps.html"&gt;Miami (x2), Dublin, Ontario, Dallas, Glasgow, Portland, Ottawa, Houston&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Actualización 28-02-2006&lt;/span&gt;:
&lt;a href="https://boingboing.net/2006/02/27/anagram-maps-for-mon.html"&gt;Montreal (x2), Helsinki, Monterrey, San Diego, Mexico City&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Actualización 01-03-2006&lt;/span&gt;:
&lt;a href="https://boingboing.net/2006/02/28/anagram-transit-maps.html"&gt;NY/NJ PATH y Sydney&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Actualización 06-03-2006&lt;/span&gt;:
&lt;a href="https://boingboing.net/2006/03/01/anagram-transit-maps.html"&gt;Brisbane, Syracuse, Chicago&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Fallece DeLorean</title><link>https://luiyo.net/blog/2005/03/fallece-delorean/</link><pubDate>Thu, 31 Mar 2005 00:00:00 +0000</pubDate><guid>https://luiyo.net/blog/2005/03/fallece-delorean/</guid><description>&lt;img src="https://luiyo.net/" alt="Featured image of post Fallece DeLorean" /&gt;

&lt;p&gt;Hace unos días falleció a los 80 años &lt;span style="font-weight:bold;"&gt;John Z. DeLorean&lt;/span&gt;, aquel exitoso alto directivo de &lt;span style="font-weight:bold;"&gt;Pontiac&lt;/span&gt; (en los 60) y &lt;span style="font-weight:bold;"&gt;General Motors&lt;/span&gt; (en los 70) que se lanzó a su propia aventura con un efímero éxito antes de la total bancarrota.&lt;/p&gt;

&lt;p&gt;Su propósito era crear coches excitantes, en lugar de simples vehículos para transportarse.&lt;/p&gt;

&lt;p&gt;Antes de hundirse consiguió crear un sólo modelo de coche, el &lt;span style="font-weight:bold;"&gt;DMC-12&lt;/span&gt; (&lt;a href="http://graphics8.nytimes.com/images/2005/03/20/business/21car.interior.jpg"&gt;Foto Interior&lt;/a&gt; - &lt;a href="http://graphics8.nytimes.com/images/2005/03/20/business/21car.engine.jpg"&gt;&lt;span style="font-weight:bold;"&gt;Twin Turbo&lt;/span&gt;&lt;/a&gt;). Uno de los coches más reconocibles de todos los tiempos y que todos recordaremos por protagonizar los viajes de &lt;span style="font-weight:bold;"&gt;Michael J. Fox&lt;/span&gt; en &lt;span style="font-style:italic;"&gt;Regreso al Futuro&lt;/span&gt;.&lt;/p&gt;

&lt;p&gt;Un Delorean restaurado ronda los 30.000 dólares. &lt;a href="http://graphics8.nytimes.com/images/2005/03/20/business/21car.park.jpg"&gt;En &lt;span style="font-weight:bold;"&gt;Long Island&lt;/span&gt; hay un garaje especializado en este coche&lt;/a&gt;. Es una pasta y mucho más el mantenimiento, pero me encanta el coche. Lo pediré para Reyes algún año de estos.&lt;/p&gt;

&lt;p&gt;Algunas de las fotos son sacadas del &lt;a href="http://www.nytimes.com/2005/03/21/business/21delorean.html?pagewanted=2&amp;amp;ei=5094&amp;amp;en=45384f6b8f2ae3ed&amp;amp;hp&amp;amp;ex=1111381200&amp;amp;partner=homepage"&gt;&lt;span style="font-weight:bold;"&gt;New York Times&lt;/span&gt;&lt;/a&gt;, así como el siguiente texto:&lt;/p&gt;

&lt;blockquote&gt;
 [...]
 &lt;br&gt;Although Mr. DeLorean's company long ago stopped producing cars, it survives today as a company in Texas that bought all of the remaining DeLorean parts, and repairs and refurbishes cars for collectors.
 &lt;br&gt;
 &lt;br&gt;"You can't discount the value of the 'Back to the Future' movies," James Espey, the vice president of DeLorean Motor, said yesterday. "People who saw the cars in the movies in their teens, these are people in their early, mid 30's, well established, and they now can get the car they wanted when they were a kid."
 &lt;br&gt;[...]
&lt;/blockquote&gt;
&lt;p&gt;&lt;/p&gt;</description></item><item><title>Relojes de Sol... Digitales</title><link>https://luiyo.net/blog/2004/12/relojes-de-sol-digitales/</link><pubDate>Thu, 02 Dec 2004 00:00:00 +0000</pubDate><guid>https://luiyo.net/blog/2004/12/relojes-de-sol-digitales/</guid><description>&lt;img src="https://luiyo.net/" alt="Featured image of post Relojes de Sol... Digitales" /&gt;

&lt;p&gt;Leo en &lt;a href="http://science.slashdot.org/article.pl?sid=04/12/02/212213&amp;amp;tid=126"&gt;&lt;span style="font-weight:bold;"&gt;Slashdot&lt;/span&gt;&lt;/a&gt; acerca de este invento reciente (&lt;a href="http://www.digitalsundial.com/patent.html"&gt;patentado &lt;span style="font-weight:bold;"&gt;sólo&lt;/span&gt; hace diez años&lt;/a&gt;) que puede verse a escala grande en el &lt;a href="http://www.biol.rug.nl/maes/genk/welcome-e.htm"&gt;Sundial Park (Genk, Bélgica)&lt;/a&gt;, el &lt;a href="http://www.deutsches-museum.de/ausstell/dauer/zeitmess/e_sonne1.htm"&gt;Deutsches Museum (Munich Alemania)&lt;/a&gt;, el &lt;a href="http://www.museenkoeln.de/koelnisches-stadtmuseum/"&gt;Kölnisches Stadtmuseum (Colonia, Alemania)&lt;/a&gt;, y desde hace poco en Martha's Vineyard (USA).&lt;/p&gt;

&lt;div class="image lateral"&gt;
 &lt;img src="https://luiyo.net/img/2004/12/digital-sundial.webp" align="right" alt="Relojes de Sol Digitales" title="Relojes de Sol Digitales"&gt;
 &lt;div class="caption"&gt;Relojes de Sol Digitales&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;Y si no te apetece ir hasta estos museos o parques, en la página &lt;a href="http://www.digitalsundial.com/"&gt;&lt;span style="font-weight:bold;"&gt;Digital Sundials International&lt;/span&gt;&lt;/a&gt; puedes comprarte uno chiquitito para ponerlo en el jardin por el módico precio de &lt;span style="font-weight:bold;"&gt;91 euros&lt;/span&gt; (4,60 adicionales para el envío desde Alemania).&lt;/p&gt;

&lt;p&gt;En la &lt;a href="http://www.biol.rug.nl/maes/genk/en/gk-zw08-e.htm"&gt;página del Sundial Park de Genk&lt;/a&gt; viene explicado más o menos el funcionamiento, y en &lt;a href="http://www.digitalsundial.com/background_sp.html"&gt;&lt;span style="font-weight:bold;"&gt;Digital Sundials International&lt;/span&gt;&lt;/a&gt; nos hacen un resumen de su desarrollo.&lt;br&gt;&lt;/p&gt;
&lt;blockquote&gt;
 En un artículo titulado "
 &lt;a href="http://www.ftlmagazine.com/macaw/MR40.html"&gt;&lt;span style="font-style:italic;"&gt;What in heaven is a digital sundial?&lt;/span&gt;&lt;/a&gt;" publicado en
 &lt;span style="font-weight:bold;"&gt;Scientific American&lt;/span&gt; en 1991, el autor
 &lt;span style="font-weight:bold;"&gt;Ian Stewart&lt;/span&gt; (basado en un artículo por
 &lt;span style="font-weight:bold;"&gt;K. Falconer&lt;/span&gt; publicado en 1987) hypotetizó la posibilidad de un reloj de sol digital. Inspirados por esto, tres inventores,
 &lt;span style="font-weight:bold;"&gt;Hans Scharstein, Daniel Scharstein, y Werner Krotz-Vogel&lt;/span&gt;, decidieron hacer realidad el ficticio reloj. El primer prototipo fue construido en Alemania en el verano de 1994, y la invención fue patentizada en Alemania y en los Estados Unidos. Los elegantes diseños de dos tamaños de relojes de sol digitales fueron desarrollados por el ingeniero y artista
 &lt;span style="font-weight:bold;"&gt;Felix Scharstein&lt;/span&gt;, quien se unió al equipo en 1995.
 &lt;br&gt;
 &lt;br&gt;El primer reloj de sol digital exhibido en un lugar público fue construido en
 &lt;a href="http://www.biol.rug.nl/maes/genk/welcome-e.htm"&gt;un parque de relojes de sol en Genk, Bélgica&lt;/a&gt;, en 1998, por ser uno de doce finalistas en una competencia de relojes de sol. Otro reloj es parte de una
 &lt;a href="http://www.deutsches-museum.de/ausstell/dauer/zeitmess/e_sonne1.htm"&gt;colección permanente de relojes de sol&lt;/a&gt; en él más importante museo de ciencias de Alemania el "Deutsches Museum" en Munich. El tercer y más reciente reloj de sol digital se construyó en
 &lt;a href="http://www.museenkoeln.de/museenkoeln.de/Ksm/index.html"&gt;el techo del Kölnisches Stadtmuseum&lt;/a&gt; en Cologne, Alemania. El reloj de sol digital fue también semifinalista en el concurso de
 &lt;span style="font-weight:bold;"&gt;Hammacher Schlemmer&lt;/span&gt; "
 &lt;a href="http://www.hammacher.com/sfi/sfimain.asp"&gt;&lt;span style="font-style:italic;"&gt;Search for Invention&lt;/span&gt;&lt;/a&gt;" '97.
&lt;/blockquote&gt;
&lt;p&gt;&lt;/p&gt;</description></item><item><title>Calendario en Dodecaedro</title><link>https://luiyo.net/blog/2004/11/calendario-en-dodecaedro/</link><pubDate>Tue, 30 Nov 2004 00:00:00 +0000</pubDate><guid>https://luiyo.net/blog/2004/11/calendario-en-dodecaedro/</guid><description>&lt;img src="https://luiyo.net/" alt="Featured image of post Calendario en Dodecaedro" /&gt;

&lt;p&gt;En &lt;a href="http://www.ii.uib.no/~arntzen/kalender/"&gt;esta página de la &lt;span style="font-weight:bold;"&gt;Universidad de Bergen&lt;/span&gt;&lt;/a&gt; (&lt;span style="font-weight:bold;"&gt;Noruega&lt;/span&gt;) tienen una aplicación para poder construirte tu &lt;span style="font-weight:bold;"&gt;propio calendario con forma de dodecaedro&lt;/span&gt;.&lt;/p&gt;

&lt;p&gt;Es fantástico, yo ya me hice uno con mi papel chachi de 100 gramos. Además te dan la opción de elegir varias cosas:&lt;/p&gt;

&lt;ul&gt;
 &lt;li&gt;Lados pentagonales o romboidales&lt;/li&gt;
 &lt;li&gt;Trece idiomas, entre ellos el castellano&lt;/li&gt;
 &lt;li&gt;Inicio de la semana en Domingo o Lunes&lt;/li&gt;
 &lt;li&gt;Resultado en PDF o PostScript&lt;/li&gt;
 &lt;li&gt;Y por supuesto... el año&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
 &lt;ul&gt;
 &lt;li&gt;Regular printer paper (80 g/m²) will be fine, but heavier paper (100-120 g/m²) will be make the calendar more robust. Do not use even heavier paper (160 g/m²)&lt;/li&gt;
 &lt;br&gt;
 &lt;li&gt;Do all folding after cutting&lt;/li&gt;
 &lt;br&gt;
 &lt;li&gt;Glue the tabs matching the untabbed face last (November)&lt;/li&gt;
 &lt;/ul&gt;
&lt;/blockquote&gt;

&lt;p&gt;Post especialmente dedicado a &lt;a href="http://gilgalen.blogspot.com/"&gt;Gil-Galen&lt;/a&gt;, por motivos obvios. Visto en &lt;a href="https://boingboing.net/2004/11/29/diy-dodecahedron-cal.html"&gt;BoingBoing&lt;/a&gt;.&lt;/p&gt;</description></item></channel></rss>