<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>yerga blog</title>
	<atom:link href="http://yerga.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://yerga.wordpress.com</link>
	<description>For a world where many worlds coexist</description>
	<lastBuildDate>Wed, 18 Jan 2012 19:40:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='yerga.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>yerga blog</title>
		<link>http://yerga.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://yerga.wordpress.com/osd.xml" title="yerga blog" />
	<atom:link rel='hub' href='http://yerga.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Combining Garmin Forerunner 305, GNU/Linux and RunKeeper</title>
		<link>http://yerga.wordpress.com/2011/01/29/combining-garmin-forerunner-305-gnulinux-and-runkeeper/</link>
		<comments>http://yerga.wordpress.com/2011/01/29/combining-garmin-forerunner-305-gnulinux-and-runkeeper/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 15:17:45 +0000</pubDate>
		<dc:creator>yerga</dc:creator>
				<category><![CDATA[Cycling]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[bike]]></category>
		<category><![CDATA[forerunner]]></category>
		<category><![CDATA[garmin]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[heart rate monitor]]></category>
		<category><![CDATA[runkeeper]]></category>
		<category><![CDATA[running]]></category>
		<category><![CDATA[sport]]></category>

		<guid isPermaLink="false">http://yerga.wordpress.com/?p=521</guid>
		<description><![CDATA[I&#8217;ve been using the RunKeeper Pro application from a few months (since May exactly) to log my sport activities and see how I go improving (or not) over time, and thus to motivate me when I run. With this method of logging the training you need to bring the phone with you, which is a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yerga.wordpress.com&amp;blog=9077512&amp;post=521&amp;subd=yerga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://yerga.files.wordpress.com/2011/01/gf305.png"><img class="alignleft size-full wp-image-535" title="gf305" src="http://yerga.files.wordpress.com/2011/01/gf305.png?w=604" alt="Garmin Forerunner 305"   /></a>I&#8217;ve been using the <a href="http://runkeeper.com/">RunKeeper</a> Pro application from a few months (since May exactly) to log my sport activities and see how I go improving (or not) over time, and thus to motivate me when I run.<br />
With this method of logging the training you need to bring the phone with you, which is a bit annoying when you run, I have an armband to wear it on the arm, but it&#8217;s still a little uncomfortable. Furthermore, the mobile GPS doesn&#8217;t work as well as you would wish, and sometimes it loses the signal, or log your route wrongly, so that workout data will be incorrect. Another drawback is that at the place where I live, it rains a lot, and depending on the weather here, you can finish your workout with a nonfunctional, and completely wet phone. And with the price of these modern smartphones it&#8217;s not pleasant.</p>
<p>For these reasons, I was looking for a GPS + heart rate monitor watch, it endures the rain, and has a better coverage of GPS signals. In addition, I previously ran without a heart rate monitor, and sometimes it&#8217;s interesting to know the heart rate while doing sport. I was looking at different options, and taking into account quality, comments from people, and price, my preferred choice was a <a href="https://buy.garmin.com/shop/shop.do?cID=142&amp;pID=349">Garmin Forerunner 305</a>. So I bought it.</p>
<p>The only drawback I saw was the connectivity. With <a href="http://runkeeper.com/">RunKeeper</a>, the mobile application automatically synchronize with the web service, it was to save your workout and everything was done. With the Garmin, you need to connect it to an USB adapter to get the data. You need some drivers and a Garmin plugin that only works on Windows/Mac, while the main operating system I use is <a href="http://en.wikipedia.org/wiki/Linux">GNU/Linux</a>.<br />
So there was a small dilemma: I wanted to use the Garmin to log the workouts, I wanted to continue using <a href="http://runkeeper.com/">RunKeeper</a> web service because I think that RunKeeper guys are doing a good job and are providing a great service, plus I have a paid <a href="http://support.runkeeper.com/kb/frequently-asked-questions/what-features-come-with-runkeeper-elite">RunKeeper Elite</a> account, and finally, I also wanted to continue using my favorite OS, GNU/Linux.</p>
<p>Fortunately it&#8217;s possible to combine all three.<br />
The first thing to do is to copy the training data from the Garmin to the computer using <a href="http://en.wikipedia.org/wiki/Linux">GNU/Linux</a>. To do this, I found a great reference at <a href="http://braiden.org/?p=62">braiden.org</a> and I did everything, more or less, following the same steps, but our goal is to upload the data to <a href="http://runkeeper.com/">RunKeeper</a>.</p>
<p>To copy data from the watch you need several things:</p>
<ul>
<li><a href="http://code.google.com/p/garmintools/">Garmintools</a>. You can use the upstream version, or for example, if you use <a href="http://www.ubuntu.com/">Ubuntu</a> (like me), just install garmin-forerunner-tools from Synaptic.</li>
<li>Java. You can find it from Synaptic too (sun-java-jre).</li>
<li>Some scripts from <a href="http://braiden.org/?p=62">braiden.org</a> (you can download the latest code from the SVN: <em>svn co http://linuxnerd.net/svn/trunk/projects/garmin-dev</em>)</li>
</ul>
<p>After you have these requirements met, the following thing to do is connect the <a href="https://buy.garmin.com/shop/shop.do?cID=142&amp;pID=349">Garmin Forerunner</a> to the USB. I think it must be turned on, before transferring data, but it could work being off too.</p>
<ol>
<li>Run the following command: <em>garmin_save_runs</em></li>
<p>This will copy the training data in the folder where you run the command, with a folder hierarchy similar to year/month/workout.gmn<br />
This data is in a binary format, and <a href="http://runkeeper.com/">RunKeeper</a> won&#8217;t accept it, so you have to convert to .tcx format.</p>
<li>We go into the directory where you placed the scripts from <a href="http://braiden.org/?p=62">braiden.org</a>, and run: <em>./gmn2tcx /path/year/month/workout.gmn&gt; workout.tcx</em></li>
<p>The data will be converted to the appropriate format and will be saved to the run.tcx file (or the name you want).</p>
<li>Now with the .tcx format will be possible to upload it to RunKeeper. To import the workout to RunKeeper, follow these steps:</li>
<p>In your <a href="http://runkeeper.com/">RunKeeper</a> profile﻿ press <em>&#8220;Post New Activity&#8221;</em>, select the right sport, and in the screen <em>&#8220;Add map&#8221;</em>, press <em>&#8220;Import Map&#8221;</em> button. Then, select the right file using the chooser from the left side of the screen,  <em>&#8220;Import from a GPX or TCX file&#8221;</em>. And if everything is correct, all data from your workout (even heart rate data) with the Garmin will be available on <a href="http://runkeeper.com/">RunKeeper</a>.</ol>
<p>It&#8217;s possible to automatize this process further and do it much easier, even with a small graphical application using simple steps. If the <a href="http://runkeeper.com">RunKeeper</a> guys publish an API of their service, probably I can create something for that.</p>
<p>As the only drawback I&#8217;ve found so far is that <a href="http://runkeeper.com/">RunKeeper</a> doesn&#8217;t differentiate the total time from the elapsed time. Sometimes you need to stop at a light traffic or something else, and the Garmin watch auto-pause . That time is token by <a href="http://runkeeper.com/">RunKeeper</a> as training time. But hey, it&#8217;s not something very important because the pause time is usually very little. By the way, this is <a href="http://runkeeper.com/user/yerga/profile">my RunKeeper ﻿profile</a>, if you want to check my workouts.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yerga.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yerga.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yerga.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yerga.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yerga.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yerga.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yerga.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yerga.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yerga.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yerga.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yerga.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yerga.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yerga.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yerga.wordpress.com/521/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yerga.wordpress.com&amp;blog=9077512&amp;post=521&amp;subd=yerga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yerga.wordpress.com/2011/01/29/combining-garmin-forerunner-305-gnulinux-and-runkeeper/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0cb5200e1b8172d8b6811353cb75aaa4?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">yerga</media:title>
		</media:content>

		<media:content url="http://yerga.files.wordpress.com/2011/01/gf305.png" medium="image">
			<media:title type="html">gf305</media:title>
		</media:content>
	</item>
		<item>
		<title>Microchip Capillary Electrophoresis</title>
		<link>http://yerga.wordpress.com/2010/09/23/microchip-capillary-electrophoresis/</link>
		<comments>http://yerga.wordpress.com/2010/09/23/microchip-capillary-electrophoresis/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 18:15:12 +0000</pubDate>
		<dc:creator>yerga</dc:creator>
				<category><![CDATA[Chemistry]]></category>
		<category><![CDATA[Electrochemistry]]></category>
		<category><![CDATA[chemistry]]></category>
		<category><![CDATA[electroanalysis]]></category>
		<category><![CDATA[electrochemistry]]></category>
		<category><![CDATA[electrophoresis]]></category>
		<category><![CDATA[MCE]]></category>
		<category><![CDATA[microchip]]></category>
		<category><![CDATA[proteomics]]></category>

		<guid isPermaLink="false">http://yerga.wordpress.com/?p=490</guid>
		<description><![CDATA[Let&#8217;s do a small introduction to this very interesting technique in Analytical Chemistry. In this post, I will explain the basics, for a better and more complete information, please read the references. Microchip Capillary Electrophoresis A microchip or integrated circuit is basically a very small device on which electronic circuits are fabricated. In the case [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yerga.wordpress.com&amp;blog=9077512&amp;post=490&amp;subd=yerga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s do a small introduction to this very interesting technique in Analytical Chemistry. In this post, I will explain the basics, for a better and more complete information, please read the references.</p>
<h3>Microchip Capillary Electrophoresis</h3>
<p>A microchip or integrated circuit is basically a very small device on which electronic circuits are fabricated.</p>
<p>In the case of the microchips for Capillary Electrophoresis, our electronic circuit is a conductive liquid solution, so the microchip instead of a printed electronic circuit, will have small channels where the liquid solution is placed.</p>
<p>Capillary electrophoresis is a separation technique based on the differential movement of charged molecules in a conductive medium to which we apply an electric field. Each specie will have a different migration velocity depending on their  charge/radius ratio, hence the different species will be separated. The <a href="http://en.wikipedia.org/wiki/Electroosmotic_flow">Electroosmotic flow</a> also influences the separation.</p>
<p><a href="http://upload.wikimedia.org/wikipedia/commons/3/30/Electroosmoticflow.gif"><img class="aligncenter" title="Electrophoresis" src="http://upload.wikimedia.org/wikipedia/commons/3/30/Electroosmoticflow.gif" alt="" width="406" height="91" /></a></p>
<p>Therefore, Microchip Capillary Electrophoresis will be the implementation of the Capillary Electrophoresis technique inside one of these microchips.</p>
<p><a href="http://yerga.files.wordpress.com/2010/09/mce.jpg"><img class="aligncenter size-full wp-image-508" title="Microchip Capillary Electrophoresis" src="http://yerga.files.wordpress.com/2010/09/mce.jpg?w=604" alt="Microchip Capillary Electrophoresis"   /></a></p>
<p>The main benefits of this technique are several, such as: low cost, small size (it&#8217;s a microchip!), fast analysis times (seconds or minutes), microchips consume only picoliters of samples, can be added other techniques in the pre-sampling phase or after it (for example, PCR (Polymerase Chain Reaction) can be coupled, or even solid phase extraction, etc.).</p>
<p>As the most important problem is the control of the surface chemistry of microchips CE devices, since this surface chemistry is not very well known.</p>
<p>These microchips are highly related to lab-on-a-chip devices, but we&#8217;ll talk about it in another post.</p>
<p><span style="text-decoration:underline;">Materials</span></p>
<p>Most used materials for manufacturing these microchips are glass and different polymers. Polymers are cheaper.</p>
<p><span style="text-decoration:underline;">Injection</span></p>
<p>The injection of the sample and the mobile phase is integrated into the system. There are different ways of injecting the sample into the separation channel, but we will not comment about it in this short summary. Check the references for more information.</p>
<p><span style="text-decoration:underline;">Separation</span></p>
<p>The separation of the different species occurs in the same way as in capillary electrophoresis, being able to apply one of these techniques (adapted to the microchip format):</p>
<ul>
<li>Micellar electrokinetic chromatography (MEKC).</li>
<li>Capillary electrochromatography (CEC).</li>
<li>Capillary gel electrophoresis (CGE).</li>
<li>Capillary isoelectric focusing (CIEF).</li>
</ul>
<p><span style="text-decoration:underline;">Detection</span></p>
<p>The most common detection modes are the following ones:</p>
<ul>
<li>Laser-induced fluorescence (LIF): very sensitive but not every analyte is fluorescent. Also, the equipment is expensive.</li>
<li>Mass spectrometry (MS): Expensive, and large size equipment. But, well, everyone knows the MS advantages.</li>
<li>Electrochemical detection: in my humble opinion is, generally, the best option (I&#8217;m biased for Electroanalysis). It&#8217;s cheap, easy to miniaturize and can be integrated in the microchip. Moreover, many molecules are electrochemically active. Of course, not everything is perfect, and sensitivity can be a problem for some applications.</li>
</ul>
<h3>Applications</h3>
<p>There are many applications for the MCE, and each day new applications are being researched, with an increasing use of these microchips and the related miniaturized techniques.</p>
<p>Among the most important applications, but not the only ones are:</p>
<ul>
<li>DNA separation.</li>
<li>Protein analysis, aka <a href="http://en.wikipedia.org/wiki/Proteomics">Proteomics</a>.</li>
<li>Many biological, environmental, and industrial application.</li>
</ul>
<h3>References</h3>
<ul>
<li>﻿﻿Microchip capillary electrophoresis: methods and protocols By Charles Sherman Henry.</li>
<li><a href="http://www.bioresearchonline.com/article.mvc/Microchip-based-capillary-electrophoresis-seq-0001?VNETCOOKIE=NO">Microchip-based capillary electrophoresis: sequencing and beyond by Anthea Hammond</a>.</li>
<li><a href="http://www.bioresearchonline.com/article.mvc/Microchip-based-capillary-electrophoresis-seq-0001?VNETCOOKIE=NO"></a>Microchip Capillary Electrophoresis: Progress Toward an Integrated Forensic Analysis System by Susan A. Greenspoon, Stephanie H.I. Yeung, Jeffrey D. Ban and Richard A. Mathies.</li>
<li>Polymer Microchips for Capillary Electrophoresis and Electric Field Gradient Focusing of Biomolecules by Ryan Thomas Kelly.</li>
<li>Capillary electrophoresis on microchip by Vladislav Dolník, Shaorong Liu, Stevan Jovanovich. Electrophoresis, 2000, Volume 21, Issue 1.</li>
<li><a href="http://en.wikipedia.org/wiki/Capillary_electrophoresis">Capillary Electrophoresis in Wikipedia</a>.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yerga.wordpress.com/490/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yerga.wordpress.com/490/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yerga.wordpress.com/490/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yerga.wordpress.com/490/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yerga.wordpress.com/490/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yerga.wordpress.com/490/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yerga.wordpress.com/490/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yerga.wordpress.com/490/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yerga.wordpress.com/490/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yerga.wordpress.com/490/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yerga.wordpress.com/490/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yerga.wordpress.com/490/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yerga.wordpress.com/490/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yerga.wordpress.com/490/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yerga.wordpress.com&amp;blog=9077512&amp;post=490&amp;subd=yerga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yerga.wordpress.com/2010/09/23/microchip-capillary-electrophoresis/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0cb5200e1b8172d8b6811353cb75aaa4?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">yerga</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/3/30/Electroosmoticflow.gif" medium="image">
			<media:title type="html">Electrophoresis</media:title>
		</media:content>

		<media:content url="http://yerga.files.wordpress.com/2010/09/mce.jpg" medium="image">
			<media:title type="html">Microchip Capillary Electrophoresis</media:title>
		</media:content>
	</item>
		<item>
		<title>Workout – W37 (Sep 13th – Sep 19th)</title>
		<link>http://yerga.wordpress.com/2010/09/19/workout-%e2%80%93-w37-sep-13th-%e2%80%93-sep-19th/</link>
		<comments>http://yerga.wordpress.com/2010/09/19/workout-%e2%80%93-w37-sep-13th-%e2%80%93-sep-19th/#comments</comments>
		<pubDate>Sun, 19 Sep 2010 14:06:02 +0000</pubDate>
		<dc:creator>yerga</dc:creator>
				<category><![CDATA[Cycling]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[Swimming]]></category>
		<category><![CDATA[bike]]></category>
		<category><![CDATA[MTB]]></category>
		<category><![CDATA[running]]></category>
		<category><![CDATA[sport]]></category>
		<category><![CDATA[swimming]]></category>

		<guid isPermaLink="false">http://yerga.wordpress.com/?p=486</guid>
		<description><![CDATA[Well, it was a better week than the last two ones. I did four sport sessions, two times swimming, one running, and one cycling. ﻿The ideal week would be six sessions in total, with two of each sport, and one resting day. But, anyway, I think I&#8217;m back on track after the last month where [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yerga.wordpress.com&amp;blog=9077512&amp;post=486&amp;subd=yerga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well, it was a better week than the last two ones. I did four sport sessions, two times swimming, one running, and one cycling. ﻿The ideal week would be six sessions in total, with two of each sport, and one resting day. But, anyway, I think I&#8217;m back on track after the last month where I&#8217;ve been lazier.</p>
<p>These are my workouts for the past week:</p>
<ul>
<li>Monday 13th: <span style="text-decoration:underline;"><em>Resting</em></span></li>
</ul>
<p>Rest day, for not special motive.</p>
<ul>
<li>Tuesday 14th: <span style="text-decoration:underline;"><span style="text-decoration:underline;">Running &#8211; 8.18 km &#8211; 47 min &#8211; 5:46 min/km</span></span></li>
</ul>
<p>﻿I was a little hasty, and I didn&#8217;t want to get very tired today (I ran at 7:30), so I did a little less than the last times. Good feelings, I didn&#8217;t run as fast as I could, but ended quite proud with this run.</p>
<ul>
<li>Wednesday 15th: <span style="text-decoration:underline;"><span style="text-decoration:underline;">Swimming &#8211; 2.0 km &#8211; 1h 04 min</span></span></li>
</ul>
<p>First time in the pool after 2 weeks (or practically third time in the last month), so I didn&#8217;t feel very good. I got tired pretty soon, and the rest of the workout wasn&#8217;t as productive because of this. Anyway, I managed to do 2000m, combining series of 50 and 100 m. Most of them to crawl, but about 500m in backstroke and breaststroke.</p>
<ul>
<li>Thursday 16th: <span style="text-decoration:underline;">Resting</span></li>
</ul>
<p>I did want to go to the swimming pool today instead of Friday, but finally I didn&#8217;t go, so I decided to rest finally.</p>
<ul>
<li>Friday 17th: <span style="text-decoration:underline;">Swimming &#8211; 2.8 km &#8211; 1h 24 min</span></li>
</ul>
<p>I felt very good this day. 500m crawl as warm up. I&#8217;m starting to swim more important distances without stopping, which is a good sign. After that, I did series of 100m, crawl, backstroke and breaststroke, and some series of 50m crawl at a faster speed. To finish the workout I swam again 500m crawl. That&#8217;s great, because I was tired after 2300m, but anyway I was able to swim the last 500m without stopping.</p>
<ul>
<li>Saturday 18th: <span style="text-decoration:underline;">Resting</span></li>
</ul>
<p>Some sleeping is good occasionally.</p>
<ul>
<li>Sunday ﻿19th: <span style="text-decoration:underline;"><span style="text-decoration:underline;">Cycling &#8211; 38.30 km &#8211; 2h 31 min</span></span></li>
</ul>
<p>Good cycling day. It was cold at the start, even if I started at 9:30 today, and the sun was shining. I think I need to wear more clothes, because I&#8217;m not comfortable with the cold, specially, cycling downhill. The route was to La Reigada, from an altitude of 7m, to about 530m, and back. I felt very good, with good legs, and after the workout I wasn&#8217;t very tired.</p>
<p><strong>Total week 37:  Swimming: </strong><span style="text-decoration:underline;"><strong>4.8 km</strong></span><strong> &#8211; Cycling: </strong><span style="text-decoration:underline;"><strong>38.30 km</strong></span><strong> &#8211; Running: </strong><span style="text-decoration:underline;"><strong>8.18 km</strong></span></p>
<p>Next week I&#8217;ll try to improve further in the swimming pool, and run two times a week (probably Monday and Thursday). Let&#8217;s see if the periostitis doesn&#8217;t return even doing these two running sessions.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yerga.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yerga.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yerga.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yerga.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yerga.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yerga.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yerga.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yerga.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yerga.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yerga.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yerga.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yerga.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yerga.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yerga.wordpress.com/486/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yerga.wordpress.com&amp;blog=9077512&amp;post=486&amp;subd=yerga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yerga.wordpress.com/2010/09/19/workout-%e2%80%93-w37-sep-13th-%e2%80%93-sep-19th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0cb5200e1b8172d8b6811353cb75aaa4?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">yerga</media:title>
		</media:content>
	</item>
		<item>
		<title>Workout – W36 (Sep 6th – Sep 12th)</title>
		<link>http://yerga.wordpress.com/2010/09/12/workout-%e2%80%93-w36-sep-6th-%e2%80%93-sep-12th/</link>
		<comments>http://yerga.wordpress.com/2010/09/12/workout-%e2%80%93-w36-sep-6th-%e2%80%93-sep-12th/#comments</comments>
		<pubDate>Sun, 12 Sep 2010 09:20:53 +0000</pubDate>
		<dc:creator>yerga</dc:creator>
				<category><![CDATA[Cycling]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[bike]]></category>
		<category><![CDATA[deporte]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[MTB]]></category>
		<category><![CDATA[running]]></category>
		<category><![CDATA[sport]]></category>

		<guid isPermaLink="false">http://yerga.wordpress.com/?p=483</guid>
		<description><![CDATA[Again, a week with very little sport movement. Just two sessions. I like to do sport during the mornings, and if some morning I can&#8217;t, then I fail miserably. Also, I&#8217;m sleeping very bad during the last days and I wake up tired and without desire to do anything.﻿ These are my workouts for the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yerga.wordpress.com&amp;blog=9077512&amp;post=483&amp;subd=yerga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Again, a week with very little sport movement. Just two sessions. I like to do sport during the mornings, and if some morning I can&#8217;t, then I fail miserably. Also, I&#8217;m sleeping very bad during the last days and I wake up tired and without desire to do anything.﻿</p>
<p>These are my workouts for the past week:</p>
<ul>
<li>Monday 6th: <span style="text-decoration:underline;"><em>Running &#8211; 10.20 km &#8211; 55 min &#8211; 5:24 min/km</em></span></li>
</ul>
<p>I got up at 6:45, and after eating some light food (fruit and some juice), I was to run﻿ about 7:15. Well, I started running a little later after heating and stretching, but it was earlier than other days anyway.</p>
<p>The run was from a slower pace to a faster pace. I ended up happy with what I did, a little over 10 km, but at a pace high enough to my conditions. I did the 10k in about 54 minutes, not bad for a training and running at that hour. I think I could do less than 50 minutes easily, having rested and preparing it a bit better. This gives me a good feeling to do a good San Silvestre race (December 31th). Race that will be my first competition. It is 6.5 km, and I can probably go at a pace of 4:30 min/km considering that distance, and with a bit better training than I do now. That&#8217;s my goal for December 31th.</p>
<ul>
<li>Tuesday 7th: <span style="text-decoration:underline;">Resting</span></li>
</ul>
<p>I had to do some administrative tasks in other city, therefore I lost the morning, and I didn&#8217;t anything later.</p>
<ul>
<li>Wednesday 8th: <span style="text-decoration:underline;">Cycling &#8211; 31.93 km &#8211; 2h 15 min</span></li>
</ul>
<p>Not very much to say about this bike ride. Climb to Pulide, non-stop, it took me less time than other times, even taking into account the windy day and the difficulty to ride in this way.</p>
<ul>
<li>Thursday 9th: <span style="text-decoration:underline;">Resting</span></li>
</ul>
<p>I had to be in home for some stuff, so I couldn&#8217;t do any sport today.</p>
<ul>
<li>Friday 10th: <span style="text-decoration:underline;">Resting</span></li>
</ul>
<p>I didn&#8217;t do any sport today, but I walked like 7-8 km in the morning. It should count <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<ul>
<li>Saturday 11th: <span style="text-decoration:underline;">Resting</span></li>
</ul>
<p>Well, today, I didn&#8217;t even listen the alarm to wake up. Surely, it played, and I turned off it without realizing it.</p>
<ul>
<li>Sunday ﻿12th: <span style="text-decoration:underline;">Resting</span></li>
</ul>
<p>I got up very tired, I wanted to go for a bike ride anyway, but it was raining enough to turn me back. Fail.</p>
<p><strong>Total week 36:  Swimming: </strong><span style="text-decoration:underline;"><strong>0 km</strong></span><strong> &#8211; Cycling: </strong><span style="text-decoration:underline;"><strong>31.93 km</strong></span><strong> &#8211; Running: </strong><span style="text-decoration:underline;"><strong>10.20 km</strong></span></p>
<p>Next week I will start my Master classes ﻿﻿and I&#8217;ll have a better understanding of my schedule during the coming months. It will be difficult to ride with the bike in weekdays because when I come home (or very early in the morning) it is very dark. So, biking will be done during weekends (Friday, Saturday, Sunday), probably I am not going to have class the Fridays. Considering these circumstances, I will be running more than one day a week, during weekdays, and also I hope to find some time for going to the pool in weekdays.</p>
<p>I&#8217;d like to move forward in my sports training and not lose everything I&#8217;ve achieved so far. Let&#8217;s see how it goes.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yerga.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yerga.wordpress.com/483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yerga.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yerga.wordpress.com/483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yerga.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yerga.wordpress.com/483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yerga.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yerga.wordpress.com/483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yerga.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yerga.wordpress.com/483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yerga.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yerga.wordpress.com/483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yerga.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yerga.wordpress.com/483/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yerga.wordpress.com&amp;blog=9077512&amp;post=483&amp;subd=yerga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yerga.wordpress.com/2010/09/12/workout-%e2%80%93-w36-sep-6th-%e2%80%93-sep-12th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0cb5200e1b8172d8b6811353cb75aaa4?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">yerga</media:title>
		</media:content>
	</item>
		<item>
		<title>NB#666: My eyes hurt. About Nokia internal bugtracker.</title>
		<link>http://yerga.wordpress.com/2010/09/11/nb666-my-eyes-hurt-about-nokia-internal-bugtracker/</link>
		<comments>http://yerga.wordpress.com/2010/09/11/nb666-my-eyes-hurt-about-nokia-internal-bugtracker/#comments</comments>
		<pubDate>Sat, 11 Sep 2010 12:47:02 +0000</pubDate>
		<dc:creator>yerga</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Maemo]]></category>
		<category><![CDATA[MeeGo]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[bugzilla]]></category>
		<category><![CDATA[meego]]></category>
		<category><![CDATA[meegotouch]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[open projects]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://yerga.wordpress.com/?p=474</guid>
		<description><![CDATA[Even if this is old news, after seeing the message of the last MeeGoTouch framework release in the mailing list, I wanted to write this post. If you read the message, there are some keys before the description of the fixed bugs, for example, NB#190995. For the people not following the Nokia scene, these codes mean [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yerga.wordpress.com&amp;blog=9077512&amp;post=474&amp;subd=yerga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://yerga.files.wordpress.com/2010/09/nokia-meego.jpg"><img class="alignleft size-medium wp-image-477" title="nokia-meego" src="http://yerga.files.wordpress.com/2010/09/nokia-meego.jpg?w=168&#038;h=94" alt="Meego, Nokia, Intel" width="168" height="94" /></a>Even if this is old news, after seeing the <a href="http://lists.meego.com/pipermail/meego-touch-dev/2010-September/000218.html">message of the last MeeGoTouch framework release in the mailing list</a>, I wanted to write this post.</p>
<p>If you read the message, there are some keys before the description of the fixed bugs, for example, NB#190995. For the people not following the Nokia scene, these codes mean that the bug report is from the Nokia internal bugtracker, which is not public. <strong>Nokia uses a private bugtracker to handle bugs for open source projects.</strong></p>
<p>My main concern about this is the fear that something similar to what happened with Maemo in the past happens now in MeeGo. The story is quite simple:</p>
<ul>
<li>Nokia announce Maemo and opens a public <a href="http://bugs.maemo.org">bugzilla at maemo.org</a></li>
<li>10 Nokia developers/architects (well, it isn&#8217;t the exact number) use the public bugzilla, the rest use the private bugtracker.</li>
<li>The community feels that they&#8217;re spending the time talking to a wall, and <a href="https://bugs.maemo.org/show_bug.cgi?id=630">report a bug</a> so that developers become more involved in the public bugzilla and a true collaboration happens.</li>
<li>This bug report is still open after more than four years. Of course, most developers weren&#8217;t never involved in the public bugzilla.</li>
<li>Maemo Community members aren&#8217;t happy with Nokia.</li>
</ul>
<p>I fully understand that Nokia uses an internal bugtracker for closed software or software that hasn&#8217;t been revealed yet, but I can not understand how they use the internal bugtracker for things like MeeGoTouch which is developed openly (or not?).</p>
<p><a href="http://lists.meego.com/pipermail/meego-touch-dev/2010-August/000054.html">Robin already asked</a> the reasons, and even wrote a <a href="http://bugs.meego.com/show_bug.cgi?id=4900">bugreport in meego.com</a>. But there isn&#8217;t any good excuse for this, an open project should be discussed openly (MeeGoTouch is) and the bugs should be managed openly too.</p>
<p>Meego is in a very early period of development, and of course we must be patient and give it time, but it is better to do things right from the start because <strong><span style="text-decoration:underline;">if not it will be much more difficult to change later.</span></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yerga.wordpress.com/474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yerga.wordpress.com/474/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yerga.wordpress.com/474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yerga.wordpress.com/474/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yerga.wordpress.com/474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yerga.wordpress.com/474/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yerga.wordpress.com/474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yerga.wordpress.com/474/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yerga.wordpress.com/474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yerga.wordpress.com/474/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yerga.wordpress.com/474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yerga.wordpress.com/474/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yerga.wordpress.com/474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yerga.wordpress.com/474/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yerga.wordpress.com&amp;blog=9077512&amp;post=474&amp;subd=yerga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yerga.wordpress.com/2010/09/11/nb666-my-eyes-hurt-about-nokia-internal-bugtracker/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0cb5200e1b8172d8b6811353cb75aaa4?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">yerga</media:title>
		</media:content>

		<media:content url="http://yerga.files.wordpress.com/2010/09/nokia-meego.jpg?w=300" medium="image">
			<media:title type="html">nokia-meego</media:title>
		</media:content>
	</item>
		<item>
		<title>Workout &#8211; W35 (Aug 30th &#8211; Sep 5th)</title>
		<link>http://yerga.wordpress.com/2010/09/07/workout-w35-aug-30th-sep-5th/</link>
		<comments>http://yerga.wordpress.com/2010/09/07/workout-w35-aug-30th-sep-5th/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 18:27:17 +0000</pubDate>
		<dc:creator>yerga</dc:creator>
				<category><![CDATA[Cycling]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[Swimming]]></category>
		<category><![CDATA[10K]]></category>
		<category><![CDATA[bike]]></category>
		<category><![CDATA[deporte]]></category>
		<category><![CDATA[Gorfolí]]></category>
		<category><![CDATA[MTB]]></category>
		<category><![CDATA[running]]></category>
		<category><![CDATA[sport]]></category>
		<category><![CDATA[swimming]]></category>

		<guid isPermaLink="false">http://yerga.wordpress.com/?p=465</guid>
		<description><![CDATA[It wasn&#8217;t a very productive week in my sport workouts. After the 7 days of the week, I did one session for each sport (swimming, mountain bike and running). I have not started well September, even if I still have many time for sport, it will be more difficult from day 14, when I begin the Master [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yerga.wordpress.com&amp;blog=9077512&amp;post=465&amp;subd=yerga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It wasn&#8217;t a very productive week in my sport workouts. After the 7 days of the week, I did one session for each sport (swimming, mountain bike and running). I have not started well September, even if I still have many time for sport, it will be more difficult from day 14, when I begin the Master classes. Also, the weather is starting to get worse and that means it will be harder to do routes with the bike.</p>
<p>These are my workouts for the past week:</p>
<ul>
<li>Monday 30th: <span style="text-decoration:underline;"><em>Resting</em></span></li>
</ul>
<p>Well, after the weekend with party in this part of the world, I needed a day more of resting. I did some pending errands, and no sport.</p>
<ul>
<li>Tuesday 31th: <span style="text-decoration:underline;">Running 10.53 km &#8211; 1h 02 min &#8211; 5:56 min/km</span></li>
</ul>
<p>There you have it, my first 10 km running. I&#8217;m beginning to get some reliability while running, and although I run only once a week, I already can do something interesting. It could seem a small step for many people, but it&#8217;s a big step for me. I am proud of myself <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Other interesting information: I run again for asphalt, yes it is harder (and can be worse for injuries), but in the place where I live (and run) it is funnier because you can do different routes, have ﻿beautiful landscapes, etc. Here it is difficult to find a good place for running with a softer track (and near home). Also, like the previous week I had some knee pain, but it disappeared the next day too.</p>
<ul>
<li>Wednesday 1st: <span style="text-decoration:underline;">Swimming &#8211; 2000 m &#8211; 1h 20 min</span></li>
</ul>
<p>I was back to the pool after some weeks without serious swimming, and obviously it was a bit complicated. It was difficult to breath after some meters, and, you know, little oxygen in muscles means high heart rate and it means low performance. At the end, I swam 2000 m, not bad at all in these conditions. I used my Swedish goggles for the first time, I need fix it perfectly because now it hurts a bit, but I know that I will find the right fit with a bit of practice.</p>
<ul>
<li>Thursday 2nd: <span style="text-decoration:underline;">Resting</span></li>
</ul>
<p>I had to be in home for some stuff, so I couldn&#8217;t do any sport today.</p>
<ul>
<li>Friday 3rd: <span style="text-decoration:underline;">Resting</span></li>
</ul>
<p>I got up for going to the pool, but I didn&#8217;t feel very good, so I went to the bed again. I was a bit dizzy all day, and feeling weird. Who knows why.</p>
<ul>
<li>Saturday 4th: <span style="text-decoration:underline;">Resting</span></li>
</ul>
<p>I was better than the day before, but I didn&#8217;t do any sport anyway.</p>
<ul>
<li>Sunday 5th: <span style="text-decoration:underline;">Mountain Biking &#8211; 27.44 km &#8211; 2 h 21 min</span></li>
</ul>
<p>After the weird last days, I got up early and I began to pedal. I did a route that I have done previously some times, to the Gorfolí mountain. You know, asphalt road at the start of the route, then the climbing is full of sand and stones, and the final part again is asphalt.</p>
<p>The weather was changing during the morning and while at the start I found a dense fog (and it was very cold and wet), when I began to climb the ﻿mountain the sun was shining, and it was hot finally.</p>
<p><a href="http://yerga.files.wordpress.com/2010/09/img_0191.jpg"><img class="aligncenter size-full wp-image-469" title="IMG_0191" src="http://yerga.files.wordpress.com/2010/09/img_0191.jpg?w=604" alt="Dense fog"   /></a></p>
<p><a href="http://yerga.files.wordpress.com/2010/09/img_0199.jpg"><img class="aligncenter size-full wp-image-470" title="IMG_0199" src="http://yerga.files.wordpress.com/2010/09/img_0199.jpg?w=604" alt="Above the sky"   /></a></p>
<p><strong>Total week 35:  Swimming: </strong><span style="text-decoration:underline;"><strong>2.0 km</strong></span><strong> &#8211; Cycling: </strong><span style="text-decoration:underline;"><strong>27.44 km</strong></span><strong> &#8211; Running: </strong><span style="text-decoration:underline;"><strong>10.53 km</strong></span></p>
<p>Although the next week I have to do some administrative tasks (it will be a couple of mornings), I hope that at the end it will be a better week than this one, and I can continue improving my physical shape.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yerga.wordpress.com/465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yerga.wordpress.com/465/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yerga.wordpress.com/465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yerga.wordpress.com/465/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yerga.wordpress.com/465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yerga.wordpress.com/465/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yerga.wordpress.com/465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yerga.wordpress.com/465/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yerga.wordpress.com/465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yerga.wordpress.com/465/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yerga.wordpress.com/465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yerga.wordpress.com/465/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yerga.wordpress.com/465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yerga.wordpress.com/465/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yerga.wordpress.com&amp;blog=9077512&amp;post=465&amp;subd=yerga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yerga.wordpress.com/2010/09/07/workout-w35-aug-30th-sep-5th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0cb5200e1b8172d8b6811353cb75aaa4?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">yerga</media:title>
		</media:content>

		<media:content url="http://yerga.files.wordpress.com/2010/09/img_0191.jpg" medium="image">
			<media:title type="html">IMG_0191</media:title>
		</media:content>

		<media:content url="http://yerga.files.wordpress.com/2010/09/img_0199.jpg" medium="image">
			<media:title type="html">IMG_0199</media:title>
		</media:content>
	</item>
		<item>
		<title>Workouts &#8211; W32-W33-W34</title>
		<link>http://yerga.wordpress.com/2010/08/30/workouts-w32-w33-w34/</link>
		<comments>http://yerga.wordpress.com/2010/08/30/workouts-w32-w33-w34/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 11:15:04 +0000</pubDate>
		<dc:creator>yerga</dc:creator>
				<category><![CDATA[Cycling]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[Swimming]]></category>
		<category><![CDATA[bike]]></category>
		<category><![CDATA[MTB]]></category>
		<category><![CDATA[running]]></category>
		<category><![CDATA[sport]]></category>
		<category><![CDATA[swimming]]></category>

		<guid isPermaLink="false">http://yerga.wordpress.com/?p=449</guid>
		<description><![CDATA[﻿﻿Here are the workouts I&#8217;ve had over the past three weeks. I haven&#8217;t been explaining it every week because I&#8217;ve been traveling for a few days, I have been a bit disconnected, and some laziness was present too. But hey, better late than never, even in a summarized way and without explaining in detail each workout, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yerga.wordpress.com&amp;blog=9077512&amp;post=449&amp;subd=yerga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>﻿﻿Here are the workouts I&#8217;ve had over the past three weeks. I haven&#8217;t been explaining it every week because I&#8217;ve been traveling for a few days, I have been a bit disconnected, and some laziness was present too.</p>
<p>But hey, better late than never, even in a summarized way and without explaining in detail each workout, only some key data when it happened.</p>
<p>These are my workouts for the week 32. The weekend I was travelling, so little action.</p>
<ul>
<li>Monday 9th: <span style="text-decoration:underline;"><em>Resting</em></span></li>
</ul>
<ul>
<li>Tuesday 10th: <span style="text-decoration:underline;"> 2500 m &#8211; 1h 30 min &#8211; Swimming + </span><span style="text-decoration:underline;"><span style="text-decoration:underline;">19.99 km &#8211; 1h 20 min &#8211; Cycling﻿</span></span></li>
</ul>
<p>Double session. The cycling part wasn&#8217;t very hard itself but having done it after the swim, it was a bit complicated. I got some pain in my right knee doing the breaststroke kick, it almost doesn&#8217;t bother during normal activities, but I can&#8217;t swim breaststroke with the normal kick.</p>
<ul>
<li>Wednesday 11th: <span style="text-decoration:underline;">2500 m &#8211; 1h 30 min &#8211; Swimming</span></li>
</ul>
<ul>
<li>Thursday 12th: <span style="text-decoration:underline;">2500 m -1h 30 min &#8211; Swimming</span></li>
</ul>
<ul>
<li>Friday 13 th: <span style="text-decoration:underline;">Resting</span></li>
</ul>
<ul>
<li>Saturday 14th: <span style="text-decoration:underline;">Resting</span></li>
</ul>
<ul>
<li>Sunday 15th: <span style="text-decoration:underline;">Resting</span></li>
</ul>
<p><strong>Total week 32:  Swimming: </strong><span style="text-decoration:underline;"><strong>7.5 km</strong></span><strong> &#8211; Cycling: </strong><span style="text-decoration:underline;"><strong>19.99 km</strong></span><strong> &#8211; Running: </strong><span style="text-decoration:underline;"><strong>0 km</strong></span></p>
<p>These are my workouts for the week 33. In the place where I have been is really hot all day, so the workouts are very short. But at least I was a bit active. Also, I got about 1 kg of weight during this week.</p>
<ul>
<li>Monday 16th: <span style="text-decoration:underline;">1.94km &#8211; 16 min &#8211; Running</span></li>
</ul>
<p>Yeah, very easy workout.﻿ The excuse is that my brother-in-law was with me and it was his first time.</p>
<ul>
<li>Tuesday 17th:﻿ <span style="text-decoration:underline;">2.78km &#8211; 16 min &#8211; Running  + 11.70 km &#8211; 1h 28 min &#8211; Cycling</span></li>
</ul>
<p>Easy workouts too. But I biked with a bike similar to the one in the photo. Cool eh?</p>
<p><a href="http://yerga.files.wordpress.com/2010/08/bh.jpg"><img class="aligncenter size-full wp-image-460" title="BH" src="http://yerga.files.wordpress.com/2010/08/bh.jpg?w=604" alt="BH bike"   /></a></p>
<ul>
<li>Wednesday 18th: <span style="text-decoration:underline;">4.68 km &#8211; 28 min &#8211; Running</span></li>
</ul>
<p>No periostitis even running three days in a row. I know that the first two days it was short runs, but something is something.</p>
<ul>
<li>Thursday 19th: <span style="text-decoration:underline;">Resting</span></li>
</ul>
<ul>
<li>Friday 20th: <span style="text-decoration:underline;">1400 m &#8211; 55 min &#8211; Swimming</span></li>
</ul>
<ul>
<li>Saturday 21th: <span style="text-decoration:underline;">Resting</span></li>
</ul>
<ul>
<li>Sunday 22th: I was to the swimming pool to play mainly, and I didn&#8217;t do any workout, but I took some times for some distances. For example, I did 1:45 in 100m breaststroke, it is not a bad time considering the few workouts that I have had. Not knee pain today.</li>
</ul>
<p><strong>Total week 33:  Swimming: </strong><span style="text-decoration:underline;"><strong>1.4 km</strong></span><strong> &#8211; Cycling: </strong><span style="text-decoration:underline;"><strong>11.70 km</strong></span><strong> &#8211; Running: </strong><span style="text-decoration:underline;"><strong>9.40 km</strong></span></p>
<p><span style="text-decoration:underline;"><strong></strong></span>These are my workouts for the week 34. The swimming pool is closed until September 1th so no-swimming until then. I&#8217;m doing some weightlifting with my arms to gain some strength when I swim again.</p>
<ul>
<li>Monday 23th: <span style="text-decoration:underline;">Resting</span></li>
</ul>
<ul>
<li>Tuesday 24th: <span style="text-decoration:underline;">Resting</span></li>
</ul>
<ul>
<li>Wednesday 25th: <span style="text-decoration:underline;">8.91 km &#8211; 54 min &#8211; Running</span></li>
</ul>
<p>Well, it has been my longest run ever. I thought in running about 45 minutes, but finally I changed the route, and then I kept running until the end of the route. The pace was good <span style="text-decoration:underline;">for me</span>, 6:06 min/km. Later, resting, I had some pain in both knees, I think they were a bit overcharged, because the pain was over the next day. The periostitis didn&#8217;t appear, good thing after this long run, hopefully it won&#8217;t appear again. My legs are more muscled than before, and my weight is lower too. Also, now I only run about 1 day a week, it can be a determinant factor. I will be running more days every week when the weather will be worse and it will be difficult go with the bike, so let&#8217;s see if then the periostitis is back or is over forever.</p>
<ul>
<li>Thursday 26th: <span style="text-decoration:underline;">39.32 km -2h 40 min &#8211; Cycling</span></li>
</ul>
<p>It has been my longest run with the bike. I climbed La Reigada, good roads except the last kilometers of the climb. I had good sensations, even after my longest run from yesterday. The knee pain was almost over, and practically I didn&#8217;t note anything during the way.</p>
<p><a href="http://yerga.files.wordpress.com/2010/08/img_0169.jpg"><img class="aligncenter size-full wp-image-461" title="IMG_0169" src="http://yerga.files.wordpress.com/2010/08/img_0169.jpg?w=604" alt="La Reigada"   /></a></p>
<ul>
<li>Friday 27th: <span style="text-decoration:underline;">14.46 km &#8211; 56 min &#8211; Cycling</span></li>
</ul>
<p>It was a very windy day, and ﻿it was very difficult to move forward with the bike, so I did a simpler route than planned. Something is better than nothing.</p>
<ul>
<li>Saturday 28th: <span style="text-decoration:underline;">Resting</span></li>
</ul>
<ul>
<li>Sunday 29th: <span style="text-decoration:underline;">Resting</span></li>
</ul>
<p><strong>Total week 34:  Swimming: </strong><span style="text-decoration:underline;"><strong>0 m</strong></span><strong> &#8211; Cycling: </strong><span style="text-decoration:underline;"><strong>53.78 km</strong></span><strong> &#8211; Running: </strong><span style="text-decoration:underline;"><strong>8.91 km</strong></span></p>
<p>Next week I will return to the normal routine with biking, swimming and running. Let&#8217;s see how it goes.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yerga.wordpress.com/449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yerga.wordpress.com/449/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yerga.wordpress.com/449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yerga.wordpress.com/449/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yerga.wordpress.com/449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yerga.wordpress.com/449/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yerga.wordpress.com/449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yerga.wordpress.com/449/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yerga.wordpress.com/449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yerga.wordpress.com/449/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yerga.wordpress.com/449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yerga.wordpress.com/449/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yerga.wordpress.com/449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yerga.wordpress.com/449/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yerga.wordpress.com&amp;blog=9077512&amp;post=449&amp;subd=yerga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yerga.wordpress.com/2010/08/30/workouts-w32-w33-w34/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0cb5200e1b8172d8b6811353cb75aaa4?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">yerga</media:title>
		</media:content>

		<media:content url="http://yerga.files.wordpress.com/2010/08/bh.jpg" medium="image">
			<media:title type="html">BH</media:title>
		</media:content>

		<media:content url="http://yerga.files.wordpress.com/2010/08/img_0169.jpg" medium="image">
			<media:title type="html">IMG_0169</media:title>
		</media:content>
	</item>
		<item>
		<title>My next developments (for MeeGo)</title>
		<link>http://yerga.wordpress.com/2010/08/26/my-next-developments-for-meego/</link>
		<comments>http://yerga.wordpress.com/2010/08/26/my-next-developments-for-meego/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 17:05:50 +0000</pubDate>
		<dc:creator>yerga</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[GNU\LINUX]]></category>
		<category><![CDATA[Maemo]]></category>
		<category><![CDATA[Me]]></category>
		<category><![CDATA[MeeGo]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[meego]]></category>
		<category><![CDATA[n9]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[yerga mobile solutions]]></category>

		<guid isPermaLink="false">http://yerga.wordpress.com/?p=452</guid>
		<description><![CDATA[After two months that I&#8217;ve taken a break from software development world, the new season is coming, and today I have written some code again so it seemed like a good idea to write the future plans. I will not have as much time as in previous years to devote to software development (I&#8217;ll begin [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yerga.wordpress.com&amp;blog=9077512&amp;post=452&amp;subd=yerga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After two months that I&#8217;ve taken a break from software development world, the new season is coming, and today I have written some code again so it seemed like a good idea to write the future plans. I will not have as much time as in previous years to devote to software development (I&#8217;ll begin to study a Master degree in September), but I will try to ensure as much time as I can because my goals are quite demanding. I hope to meet my expectations.</p>
<p>At first, just comment that <strong>I am not going to continue supporting the software I have written for Maemo</strong>. All this software was written in Hildon whose future is uncertain in MeeGo, and after several months there seems to be no one interested for change this future, even if Nokia donated $50,000 to Gnome, but apparently they still have not even decided what to do with this money. <a href="http://mail.gnome.org/archives/mobile-devel-list/2010-June/msg00042.html">Cornelius did a very good suggestion here.</a></p>
<p>I am sorry for the users of my Maemo 5 applications, but you must understand that I can not keep spending time on something that is not going to have a future.</p>
<p>In other topic, my knowledge of Qt and C++ are increasing little by little, I&#8217;m writting working software, but surely the code is not as optimized as possible, something I hope to fix over time.</p>
<p>The main reason why I am writing software in C++ now is because I want it to be available at sites such as Ovi Store for Meego. The Ovi Store does not support applications written in Python, there is a request made by the Maemo Community for that possibility, but I doubt that Ovi supports it soon.</p>
<p>My plan is to market some of these applications, ie sell some applications, therefore the source code will not be available. I would love to sell an application and open the code, but if I open the code anyone can distribute the application for free. If anyone has an idea of how to do both without losing sales, I&#8217;m all ears.</p>
<p>Of course there will be free copies (and beta versions, etc.) for friends <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  and people who help me to improve the software, testing it, reporting bugs, etc. and if the business goes well I will be able to give better gifts to these people and even create my own company (Yerga Mobile Solutions) <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Without further ado, I will list the applications I&#8217;m developing so far with Qt and C++. There are more planned applications but those news will come when necessary.</p>
<p><strong><span style="text-decoration:underline;">Periodic Table</span></strong></p>
<p>When I have to learn to program in a new UI platform, I always write a periodic table (I&#8217;m a chemist), and in the case of Qt has been the same way. If I fulfil the plans I have for this application it will be the most complete periodic table ever written for a mobile device.</p>
<p><span style="text-decoration:underline;">Features working so far</span></p>
<ul>
<li>The Periodic Table itself, with data for the elements.</li>
<li>Graphics of the properties of the elements.</li>
</ul>
<p><span style="text-decoration:underline;">Some TODO items</span></p>
<ul>
<li>3D molecules from PDB files (with online search)</li>
<li>Amino acids data</li>
<li>Molecular mass calculator</li>
<li>Hundred of small things</li>
</ul>
<p><a href="http://yerga.files.wordpress.com/2010/08/ptable1.png"><img class="aligncenter size-full wp-image-453" title="ptable1" src="http://yerga.files.wordpress.com/2010/08/ptable1.png?w=604" alt="My Qt periodic table"   /></a></p>
<p><a href="http://yerga.files.wordpress.com/2010/08/ptable2.png"><img class="aligncenter size-full wp-image-454" title="ptable2" src="http://yerga.files.wordpress.com/2010/08/ptable2.png?w=604" alt=""   /></a><br />
<strong><span style="text-decoration:underline;">GTD app</span></strong></p>
<p>This is the killer application I&#8217;m writing right now. It is a task management application using the GTD method (method I&#8217;ve been following for months). The application is written taking many ideas of Things for iPhone application, but in the end it will be different with different features.</p>
<p><span style="text-decoration:underline;">Features working so far</span></p>
<ul>
<li>All task management (add, move, delete, complete, etc.)</li>
<li>GTD *lists* (inbox, scheduled, next, someday, etc.).</li>
<li>Projects support</li>
</ul>
<p><span style="text-decoration:underline;">Some TODO items</span></p>
<ul>
<li>Repeating tasks</li>
<li>Improve landscape UI</li>
<li>Attach files (audio, photos) to tasks.</li>
<li>Desktop application (for Linux, MeeGo netbook, Windows and MacOS).</li>
<li>Notifications.</li>
<li>Search tasks.</li>
<li>Synchronize with Remember The Milk, Tooedlo, Outlook, iCal, Evolution, etc. (yay, complicated).</li>
<li>GPS integration (localized task).</li>
<li>New, nicer icons.</li>
</ul>
<p><a href="http://yerga.files.wordpress.com/2010/08/gtdapp.png"><img class="aligncenter size-full wp-image-455" title="gtdapp" src="http://yerga.files.wordpress.com/2010/08/gtdapp.png?w=604" alt=""   /></a><br />
Of course, I will continue writing open source software for Meego, for these cases the applications will be written in Python with MeeGoTouch libraries (when available). MaStory and CasualServices are the first applications that I will be porting to MeeGoTouch libraries.</p>
<p>PS. That are desktop screenshots for the Qt applications because launching a Qt app in the MeeGo Handset SDK it becomes a blank screen.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yerga.wordpress.com/452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yerga.wordpress.com/452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yerga.wordpress.com/452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yerga.wordpress.com/452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yerga.wordpress.com/452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yerga.wordpress.com/452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yerga.wordpress.com/452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yerga.wordpress.com/452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yerga.wordpress.com/452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yerga.wordpress.com/452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yerga.wordpress.com/452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yerga.wordpress.com/452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yerga.wordpress.com/452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yerga.wordpress.com/452/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yerga.wordpress.com&amp;blog=9077512&amp;post=452&amp;subd=yerga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yerga.wordpress.com/2010/08/26/my-next-developments-for-meego/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0cb5200e1b8172d8b6811353cb75aaa4?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">yerga</media:title>
		</media:content>

		<media:content url="http://yerga.files.wordpress.com/2010/08/ptable1.png" medium="image">
			<media:title type="html">ptable1</media:title>
		</media:content>

		<media:content url="http://yerga.files.wordpress.com/2010/08/ptable2.png" medium="image">
			<media:title type="html">ptable2</media:title>
		</media:content>

		<media:content url="http://yerga.files.wordpress.com/2010/08/gtdapp.png" medium="image">
			<media:title type="html">gtdapp</media:title>
		</media:content>
	</item>
		<item>
		<title>Workout &#8211; W31</title>
		<link>http://yerga.wordpress.com/2010/08/09/workout-w31/</link>
		<comments>http://yerga.wordpress.com/2010/08/09/workout-w31/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 14:27:26 +0000</pubDate>
		<dc:creator>yerga</dc:creator>
				<category><![CDATA[Cycling]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[Swimming]]></category>
		<category><![CDATA[bike]]></category>
		<category><![CDATA[MTB]]></category>
		<category><![CDATA[pool]]></category>
		<category><![CDATA[running]]></category>
		<category><![CDATA[sport]]></category>
		<category><![CDATA[swimming]]></category>

		<guid isPermaLink="false">http://yerga.wordpress.com/?p=434</guid>
		<description><![CDATA[Week in which I have done swimming again after so many years, thinking now I should have done some amateur swimming during these years and not quitting completely. Actually I really enjoy swimming, and even when you are exhausted after a swim, it is like a recuperative session in which you feel like new, with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yerga.wordpress.com&amp;blog=9077512&amp;post=434&amp;subd=yerga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Week in which I have done swimming again after so many years, thinking now I should have done some amateur swimming during these years and not quitting completely. Actually I really enjoy swimming, and even when you are exhausted after a swim, it is like  a recuperative session in which you feel like new, with more vitality.</p>
<p>These are my workouts for the past week:</p>
<ul>
<li>Monday: <span style="text-decoration:underline;"><em>1000 m &#8211; 1h &#8211; Swimming</em></span></li>
</ul>
<p>Well, after 10 years without swimming more or less seriously, today I have done it again. I have been to the pool sometimes in the last 10 years but never to swim, just to have fun with friends, and at most I did about 100 m in total in all this years.</p>
<p>I have done series of 50 m, stopping to rest between them, I still can not do many more meters without stopping, and I preferred to do more total distance with good rests, rather than do 200 m continuously, and be unable to move my arms more time. The feelings were pretty good, and finally I have done more meters than I had thought. In these series of 50 m, the first 25 meters I felt pretty comfortable and I could check the technique, in the second 25 m, I was only trying to raise my arms because they weighed a lot, and I could hardly with them and let them fall like a dead weight. But this is normal, and I know that in a few days I will be able to do better things. Most series have been in crawl, but I did some in backstroke, and some also in breaststroke﻿. I felt particularly good swimming backstroke.</p>
<p>Talking about the kick, though I have stronger legs than the arms at the moment, I failed to be consistent with them, and there were times when I did a pretty good kicking, but at other times it was practically nothing. Breathing I felt better than I expected, I can do 25 m almost without breathing, which is a pleasant surprise.</p>
<p>On the other hand, the goggles I bought are really bad, and I am going to buy some Swedish goggles when I can, even if at first it takes time getting used to them, I know that eventually will be the best.</p>
<p>In summary, it has not been bad for the first day after so many years (and especially, taking into account that have been very unhealthy years).</p>
<ul>
<li>Tuesday: <span style="text-decoration:underline;">29.34 km &#8211; 2h 45 min &#8211; Mountain Biking</span></li>
</ul>
<p>The day dawned cloudy but it was opening, and eventually I had enough sun and hot most of the route. It did not affect me very much, just the water you lose with the hot (as sweat). I went to Gorfolí again, this time I climbed until the antennas (higher point). I went very well, perfectly controlling the pulse and breathing, so I had not to stop at any time because of this, my body is starting to take shape. Although I had soreness in the arms because of the swimming yesterday, practically it did not bother me on the bike.</p>
<p>The fact that this route I am doing now to go to Gorfolí is very interesting because it has the first part with nice roads and a couple of long climbs but widespread, then the final climb is a way with soil and stones, which becomes hard, but quite bearable. The last part of the route is almost all downhill or flat, good to recover.</p>
<p><a href="http://yerga.files.wordpress.com/2010/08/gorfoli.jpg"><img class="aligncenter size-full wp-image-437" title="gorfoli" src="http://yerga.files.wordpress.com/2010/08/gorfoli.jpg?w=604" alt="Vistas desde el Gorfoli"   /></a></p>
<ul>
<li>Wednesday: <span style="text-decoration:underline;">1500 m &#8211; 1h 12 min &#8211; Swimming</span></li>
</ul>
<p>Another day of swimming. I had enough stiffness in the arms, which complicates a little the mobility and technique these early days. The distance was not bad, 1500 m, which have been about 1200 m in crawl and 300 m backstrocke and breaststroke. It was in series of 50 m, except for the first 100 m that were continuous.</p>
<p>My feelings were a bit like the first day, the first 25 m of each series have been quite acceptable, taking care of the technique, but the last 25 I was happy to reach the wall and the arms had almost no strength to push the water. But I hope that eventually I will improve, and as I get better of the soreness of the first days, sure I can do better than now.</p>
<ul>
<li>Thursday: <span style="text-decoration:underline;">Resting</span></li>
</ul>
<ul>
<li>Friday: <span style="text-decoration:underline;">2000 m &#8211; 1h 19 min &#8211; Swimming</span></li>
</ul>
<p>Much better today, almost no soreness in the arms, bringing the total meters more than the previous days doing just a little more time. I did most series of 50 m, but I also did about 500 m in series of 100 m. The distribution of strokes was about 1500 m in crawl, and the rest backstroke and breaststroke. Today I brought a watch to check the time of some of the series I have done, and yes, the times are pretty bad, as expected, the most important data it is that I did better times swimming breaststroke than backstroke, that means that my awesome﻿ breaststroke technique is perfectly, and when I can do all the meters with a stable force, I can do more interesting times.</p>
<ul>
<li>Saturday: <span style="text-decoration:underline;">4.42 km &#8211; 35 min &#8211; Running</span></li>
</ul>
<p>Running day. In principle, the periostitis do not bother me very much now, so running a day a week I do not think that it can reappear, and may be useful to further strengthen those muscles and have less problems in the future. The feelings I had were mixed, soon to start, I had some discomfort in the legs, and thought it was shin splints again, but it passed and I have not had any more trouble. When I was more time running, I had some discomfort in a knee and ankle, so I stopped running. I have not had any more trouble since that moment. At the end I ran 35 minutes at a lower pace than other times, and if not for these small pains I would have gone a little longer.</p>
<ul>
<li>Sunday: <span style="text-decoration:underline;">Resting</span></li>
</ul>
<p>Many beers mean a bad hangover the next day, so you can not do very much.</p>
<p><strong>Total week 31:  Swimming: </strong><span style="text-decoration:underline;"><strong>4.5 km</strong></span><strong> &#8211; Cycling: </strong><span style="text-decoration:underline;"><strong>29.34 km</strong></span><strong> &#8211; Running: </strong><span style="text-decoration:underline;"><strong>4.42 km</strong></span></p>
<p>The next week I expect to do further progress in swimming, which is the sport that I will devote more time now. I expect to do three sessions during the week and in the weekend I will be on vacation, but I expect to do at least another swim workout there. I have planned going for a run one day, and the rest of the days I will bike. I could even do a double session, for example, swimming, then bike on the same day.</p>
<p>September is very close yet, I will have less time, so I have to improve in sports as much as possible now.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yerga.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yerga.wordpress.com/434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yerga.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yerga.wordpress.com/434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yerga.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yerga.wordpress.com/434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yerga.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yerga.wordpress.com/434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yerga.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yerga.wordpress.com/434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yerga.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yerga.wordpress.com/434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yerga.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yerga.wordpress.com/434/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yerga.wordpress.com&amp;blog=9077512&amp;post=434&amp;subd=yerga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yerga.wordpress.com/2010/08/09/workout-w31/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0cb5200e1b8172d8b6811353cb75aaa4?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">yerga</media:title>
		</media:content>

		<media:content url="http://yerga.files.wordpress.com/2010/08/gorfoli.jpg" medium="image">
			<media:title type="html">gorfoli</media:title>
		</media:content>
	</item>
		<item>
		<title>Entrenamiento &#8211; W30</title>
		<link>http://yerga.wordpress.com/2010/08/01/entrenamiento-w30/</link>
		<comments>http://yerga.wordpress.com/2010/08/01/entrenamiento-w30/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 08:58:40 +0000</pubDate>
		<dc:creator>yerga</dc:creator>
				<category><![CDATA[Cycling]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[Swimming]]></category>
		<category><![CDATA[BTT]]></category>
		<category><![CDATA[deporte]]></category>
		<category><![CDATA[entrenamiento]]></category>
		<category><![CDATA[MTB]]></category>
		<category><![CDATA[natación]]></category>
		<category><![CDATA[running]]></category>

		<guid isPermaLink="false">http://yerga.wordpress.com/?p=414</guid>
		<description><![CDATA[Pues con el problema que tengo de periostitis sin poder correr, esta semana ha sido completamente dedicada a la bicicleta, he hecho 2 días de carretera y otros dos días de MTB por caminos de tierra y barro. En total cuatro días de entrenamiento y tres de descanso. Quizás son demasiados días de descanso, pero [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yerga.wordpress.com&amp;blog=9077512&amp;post=414&amp;subd=yerga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>Pues con el problema que tengo de periostitis sin poder correr, esta semana ha sido completamente dedicada a la bicicleta, he hecho 2 días de carretera y otros dos días de MTB por caminos de tierra y barro. En total cuatro días de entrenamiento y tres de descanso. Quizás son demasiados días de descanso, pero haciendo sólo un deporte es mejor descansar más para no forzar demasiado los mismos músculos y articulaciones. Al final, entre esos cuatro días he hecho más de 100 km (y más de 9 horas), que no está nada mal.</div>
<p></p>
<div>Estos son los entrenamientos de esta semana:</div>
<ul>
<li><a href="http://runkeeper.com/user/yerga/activity/13430147">Lunes: </a><span style="text-decoration:underline;"><em><a href="http://runkeeper.com/user/yerga/activity/13430147">21.05 km &#8211; 2h 41 min &#8211; Mountain Biking</a></em></span></li>
</ul>
<p>Me desperté temprano, alrededor de las 7:30, y me levanté sobre 15 minutos más tarde, gracias a la fuerza de voluntad que estoy teniendo últimamente para levantarme a estas horas sin tener la obligación de hacerlo. Después de desayunar y prepararme, etc., abrí el Google Earth para ver donde podía ir hoy (tengo algunas rutas preparadas), y digo, pues voy a subir al Gorfolí.</p>
<p>Hay varios caminos para subirlo, y al final elegí un camino un poco complicado. No sabía que iba a estar en esas condiciones, al principio mucho barro y agua, y había sitios donde sólo había piedras grandes y era imposible ir montado en la bici, más arriba el camino estaba más seco, pero había tramos que eran bastante difíciles también. Así que me lo tomé con calma, sin prisa, haciendo unas cuantas fotos, y mirando el GPS cada poco, para no perderme por el monte. Al final no subí hasta las antenas pero estuve cerca, otro día que vaya por un camino más fácil subiré hasta allí. Bajé por Taborneda, hay un camino asfaltado y en buenas condiciones, con pendientes bastante interesantes, tengo que probarlo subiendo.</p>
<p><a href="http://yerga.files.wordpress.com/2010/07/img_0036-e1280149035507.jpg"><img class="aligncenter size-full wp-image-416" title="IMG_0036" src="http://yerga.files.wordpress.com/2010/07/img_0036-e1280149035507.jpg?w=604" alt="Subiendo el Gorfoli"   /></a></p>
<p>Un buen día de real Mountain Bike. Llegué con las piernas bastante embarradas y con mil picaduras de mosquitos, pero fue muy divertido.</p>
<ul>
<li><a href="http://runkeeper.com/user/yerga/activity/13492221">Martes: </a><span style="text-decoration:underline;"><a href="http://runkeeper.com/user/yerga/activity/13492221">20.10 km &#8211; 1h 28 min &#8211; Cycling</a></span></li>
</ul>
<p>Un día de transición activa, haciendo menos kilómetros que las últimas salidas, y también con un recorrido un poco más fácil, con algunas subidas importantes también, aunque más cortas. Al principio me he encontrado bastante cargado del día antes, pero poco a poco me he ido soltando y he acabado la segunda parte del recorrido bastante bien, con un buen rendimiento en las subidas de la segunda parte del recorrido.</p>
<p>Ha hecho bastante viento, y con tanta mala suerte que me ha dado en contra en gran parte del recorrido, con el desgaste que ello supone.</p>
<p>Más tarde, ya en reposo, me ha empezado a doler (un pequeño dolor agudo) la rodilla izquierda cuando la flexionaba. Esperemos que no sea nada.</p>
<ul>
<li>Miércoles: <span style="text-decoration:underline;">descanso</span></li>
</ul>
<p>El cuerpo me estaba pidiendo un descanso, así que se lo ofrecí gentilmente. Afortunadamente, el dolor de la rodilla se ha ido casi por completo.</p>
<ul>
<li>Jueves: <span style="text-decoration:underline;">descanso</span></li>
</ul>
<p>Otro día de descanso, pero ha sido uno importante respecto al futuro de mi entrenamiento. Esto es debido a que he ido a comprar material para ir a la piscina, como ejemplo más significativos un bañador y unas gafas.</p>
<p>Cuando yo dejé la natación hace 10 años no había los bañadores que hay ahora, bueno sí que los había, pero no eran tan populares como son ahora. Y ahora lo menos normal es usar los que usábamos en aquella época, llámese bañadores de tipo slip. Obvíamente, ya no tengo los bañadores que usaba antes, aunque tampoco creo que me valieran, tampoco quería un bañador completo, buscaba algo de media pierna (jammer) o de tipo boxer. En la tienda que estuve no había bañadores de media pierna, por lo que me hice con uno de tipo boxer. Para lo que voy a hacer, por lo menos al principio, me basta y me sobra. El bañador que compré es muy parecido a<a href="http://tiendaonline.forumsport.com/esp/producto.php?Ref=340776&amp;Deporte=-32142&amp;Seccion=-32280&amp;idc=-32280&amp;Orden=DESC&amp;Ordenado=3&amp;Navegacion=sportforum"> éste</a>, marca Adidas.</p>
<p>El tema gafas es más complicado, ya que es algo muy particular de cada uno, hay que sentirse bien con ellas, que no te molesten en la zona de los ojos y nariz  y que su rendimiento sea el adecuado, como por ejemplo que no entre agua dentro, o que no se empañen demasiado. Al final elegí unas gafas arena, que eran de lo mejorcito que había y parecían cómodas. Veremos como funcionan en el agua. Son las de la imagen. En el futuro me gustaría volver a usar <a href="http://www.esportissim.com/es/producto/64.html">gafas suecas</a>, como usé los últimos años de nadador, pero son bastante más incómodas en los ojos, así que esperaré a acostumbrarme de nuevo a llevar algo puesto en esa zona, y luego ya podremos mejorar el equipamiento <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> <a href="http://yerga.files.wordpress.com/2010/07/arena_goggles.jpg"><img class="aligncenter size-full wp-image-426" title="arena_goggles" src="http://yerga.files.wordpress.com/2010/07/arena_goggles.jpg?w=604" alt="Arena goggles"   /></a></p>
<ul>
<li><a href="http://runkeeper.com/user/yerga/activity/13671392">Viernes: </a><span style="text-decoration:underline;"><a href="http://runkeeper.com/user/yerga/activity/13671392">31.87 km &#8211; 2h 24 min &#8211; Cycling</a></span></li>
</ul>
<p>Quedan dos días de entrenamiento, así hay que forzar un poco para llegar a esos 100 km totales en la semana, una cifra mágica. Por lo que estos dos días serán salidas largas de más de 30 km.</p>
<p>Hoy la ruta fue hasta Pulide otra vez, la verdad que me gusta mucho esta ruta, ya que hay tereno de todo tipo, y la subida final es muy guapa entre árboles, en medio de la hermosa naturaleza asturiana. La mañana estuvo bastante nublada, algo menos de 20 ºC, y con algo de <a href="http://es.wikipedia.org/wiki/Orbayu">orbayu</a> en algunos momentos pero que venían muy bien, especialmente cuando la carretera picaba hacía arriba. Estrenaba coulotte que también compré ayer, antes usaba unas simples bermudas, pero la verdad que cuando estás más de 2 horas en bici las bermudas te empiezan a rozar en todos los sitios y son muy incómodas. Además el coulotte con la protección que tienen, ayudan bastante a que la dureza del sillín no sea tan importante, y acabes con el culo dolorido por tanto tiempo encima de la bicicleta.</p>
<p>El recorrido me llevó unos 15 minutos menos que la anterior vez que hice esta misma ruta (el día 20), de ellos sobre 12 de esos minutos fueron en la subida, que hice mucho mejor, aunque por supuesto que sigo sufriendo con este tipo de subidas, y todavía tengo que parar en algunos momentos a bajar pulsaciones (hoy sólo paré dos veces).</p>
<p>El dolor en la rodilla izquierda volvió a aparecer al estar en reposo.</p>
<ul>
<li><a href="http://runkeeper.com/user/yerga/activity/13719696">Sábado: </a><span style="text-decoration:underline;"><a href="http://runkeeper.com/user/yerga/activity/13719696">28.32 km &#8211; 2h 31 min &#8211; Cycling</a></span></li>
</ul>
<p>De nuevo subida al Gorfolí, pero por una ruta distinta que la que hice el lunes, también de tierra y con piedras pero el camino estaba en mejores condiciones que por la otra zona. El dolor de la rodilla estuvo presente desde casi el principio, parece que no le dió tiempo a recuperar desde ayer, aunque en mitad de la subida el dolor fue a menos y pude hacer más de lo que pensaba. Quizás es que haya aumentado mucho el kilometraje en poco tiempo, y la rodilla se resienta.</p>
<p>A parte de eso, las sensaciones que tuve han sido muy buenas durante gran parte del recorrido, ya que he ido controlando las pulsaciones muy bien en las subidas (y especialmente en la subida final al Gorfolí), y nunca se han pasado de la cuenta, por lo que no he tenido que parar en ningún momento por esa razón. Yo pienso que el desgaste (y la quema de grasas) es mucho mayor de esta manera que si haces un esfuerzo muy intenso durante menos tiempo y luego bajas el ritmo o te paras. Ha sido la primera vez que me ha entrado hambre durante el ejercicio, y eso contando con el desayuno que hago es, por lo menos, sorprendente.</p>
<p>En otro tipo de asuntos, es estupenda la corporatividad que hay entre la gente que hace MTB, y la educación que existe entre este colectivo, ya puede ser que alguien esté casi sin poder respirar subiendo y tenga capacidad para saludarte de todas maneras <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>En reposo continuó el dolor en la rodilla izquierda, pero tampoco es una molestia muy grande</p>
<ul>
<li>Domingo: <span style="text-decoration:underline;">descanso</span></li>
</ul>
<p>Total semana 30:  Cycling: <span style="text-decoration:underline;">101.30 km</span></p>
<p>La próxima semana se presenta bastante apasionante ya que voy a volver a la piscina (a nadar en serio) después de tantos años, sé que los primeros días me va a costar muchísimo y el ácido láctico va a aparecer en forma de agujetas, pero ya tengo ganas de que eso llegue. He pensado medir algunos tiempos y así ver en que estado de forma me encuentro y poder diseñar un entrenamiento a medida de estas condiciones.</p>
<p>En principio, esta semana de entrenamiento será de 3 días de piscina, 2 días de bici, y 1 día que voy a intentar correr un poco. Ya no tengo dolor en las tibias de la periostitis, y sé que forzando me volvería a aparecer, pero creo que 1 día a la semana de carrera me puede venir bien para seguir fortaleciendo los músculos de esa zona, y no tener problemas de periostitis.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yerga.wordpress.com/414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yerga.wordpress.com/414/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yerga.wordpress.com/414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yerga.wordpress.com/414/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yerga.wordpress.com/414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yerga.wordpress.com/414/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yerga.wordpress.com/414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yerga.wordpress.com/414/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yerga.wordpress.com/414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yerga.wordpress.com/414/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yerga.wordpress.com/414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yerga.wordpress.com/414/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yerga.wordpress.com/414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yerga.wordpress.com/414/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yerga.wordpress.com&amp;blog=9077512&amp;post=414&amp;subd=yerga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yerga.wordpress.com/2010/08/01/entrenamiento-w30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0cb5200e1b8172d8b6811353cb75aaa4?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">yerga</media:title>
		</media:content>

		<media:content url="http://yerga.files.wordpress.com/2010/07/img_0036-e1280149035507.jpg" medium="image">
			<media:title type="html">IMG_0036</media:title>
		</media:content>

		<media:content url="http://yerga.files.wordpress.com/2010/07/arena_goggles.jpg" medium="image">
			<media:title type="html">arena_goggles</media:title>
		</media:content>
	</item>
	</channel>
</rss>
