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

<channel>
	<title>The flight of an albatross &#187; Free Software</title>
	<atom:link href="http://tsao.enelparaiso.org/weblog/index.php/category/free-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://tsao.enelparaiso.org/weblog</link>
	<description>(formerly known as umask 077)</description>
	<lastBuildDate>Tue, 03 Jan 2012 22:12:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Serpents in my life (getting old ;-) part II)</title>
		<link>http://tsao.enelparaiso.org/weblog/index.php/2011/12/31/serpents-in-my-life-getting-old-part-ii/</link>
		<comments>http://tsao.enelparaiso.org/weblog/index.php/2011/12/31/serpents-in-my-life-getting-old-part-ii/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 02:49:18 +0000</pubDate>
		<dc:creator>曹 tsao</dc:creator>
				<category><![CDATA[Caminos my dear]]></category>
		<category><![CDATA[Free Software]]></category>

		<guid isPermaLink="false">http://tsao.enelparaiso.org/weblog/?p=628</guid>
		<description><![CDATA[In the previous post I wrote about one of my projects working at the GME and the new tools for me I used. This post relates to the other project I work on it. The GME is partner of the &#8230; <a href="http://tsao.enelparaiso.org/weblog/index.php/2011/12/31/serpents-in-my-life-getting-old-part-ii/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In the<a title="Part I" href="http://tsao.enelparaiso.org/weblog/index.php/2011/11/04/the-qt-x-perience-getting-old-part-i/" target="_blank"> previous post </a>I wrote about one of my projects working at the <a title="GME" href="http://gme.udc.es/en" target="_blank">GME</a> and the new tools for me I used. This post relates to the other project I work on it.<br />
The GME is partner of the <a title="MAAXIMUS" href="http://www.maaximus.eu/" target="_blank">MAAXIMUS Project</a> (More Affordable Aircraft through eXtended, Integrated and Mature nUmerical Sizing). We put our knowledge about structural optimization to produce better materials and elements to be used in the aircraft industry&#8211;mainly in the AIRBUS Consortium.</p>
<div class="wp-caption aligncenter" style="width: 512px"><img title="Fuselage (source: eurocopter.com)" src="http://www.eurocopter.com/site/docs_wsw/RUB_540/maaximusw.jpg" alt="Fuselage (source: eurocopter.com)" width="502" height="394" /><p class="wp-caption-text">Fuselage (source: eurocopter.com)</p></div>
<p>Well, one of our tasks is to design and test some optimization methods. Because the complexity of the real elements to analize these are a collection of numerical methods working together. In fact the process implies using some computer programs: design, meshing, structural calculus, postprocessing tools, and, at the center of the system, the optimization tool.</p>
<p>The optimization tool generates via different <strong>engines</strong>  series of designs that must be tested by the other tools. Each engine implements a method or family methods. And this is my project: I must develop an engine to be integrated in a <a title="The Dakota Project" href="http://dakota.sandia.gov/" target="_blank">Dakota-style</a> framework. I would use the old Fortran to do it. But I needed to program a text file parser, so I decided to make some experiments with the <a title="The Python Project" href="http://python.org" target="_blank">Python programming language</a>.</p>
<p>I hadn&#8217;t programmed in Python before. I avoided it in part because I thought Python would have a lot of hype as some years ago it happened with Perl. Some proofs of concept after, I was really happy with the results. It&#8217;s true the <em>basic Python</em> was a bit limited to develop the numerical part of the engine. But then I discovered <a title="NumPy" href="http://numpy.scipy.org/" target="_blank">NumPy</a> (now part of ScyPy libraries).</p>
<p><img class="aligncenter" title="NumPy logo" src="http://numpy.scipy.org/_static/numpy_logo.png" alt="NumPy logo" width="180" height="61" /></p>
<p>NumPy allowed me quickly replace some code developed in Matlab language by my fellows and write my own, more clear and simpler code. And, after the experience of implementing some numerical methods, I seriously think<strong> it can be a good idea for me to leave Fortran</strong> (with the exception of educational purposes) and <strong>code Python+NumPy</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tsao.enelparaiso.org/weblog/index.php/2011/12/31/serpents-in-my-life-getting-old-part-ii/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Qt x-perience (getting old ;-), part I)</title>
		<link>http://tsao.enelparaiso.org/weblog/index.php/2011/11/04/the-qt-x-perience-getting-old-part-i/</link>
		<comments>http://tsao.enelparaiso.org/weblog/index.php/2011/11/04/the-qt-x-perience-getting-old-part-i/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 08:51:27 +0000</pubDate>
		<dc:creator>曹 tsao</dc:creator>
				<category><![CDATA[Caminos my dear]]></category>
		<category><![CDATA[Free Software]]></category>

		<guid isPermaLink="false">http://tsao.enelparaiso.org/weblog/?p=569</guid>
		<description><![CDATA[Some time ago I think about writting my (short) experience programming GUI with C++/Qt/Qwt. This interesting post by Linus Torvalds blaming C++ motivated me again to do it. As I wrote in a previous post, last year I began to &#8230; <a href="http://tsao.enelparaiso.org/weblog/index.php/2011/11/04/the-qt-x-perience-getting-old-part-i/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Some time ago I think about writting my (short) experience programming GUI with C++/Qt/Qwt. <a title="C++ is bullshit" href="http://article.gmane.org/gmane.comp.version-control.git/57918" target="_blank">This interesting post</a> by Linus Torvalds blaming C++ motivated me again to do it.<br />
As I wrote in a previous post, last year I began to work in the <a href="http://gme.udc.es/en">Structural Mechanics Group</a> of my civil engineers School. My first work was to develop a GUI to use with PULO by PhD Arturo Fontán, an engine used to optimize <a title="Launched bridges" href="http://nisee.berkeley.edu/leonhardt/html/incrementally_launched_bridges.html" target="_blank">launched bridges</a>. Trends in previous works in our team aimed to use MS VisualBasic, but I made a report evaluating some <em>free</em> and <em>privative</em> software. I considered some topics:</p>
<ul>
<li>easy integration with PULO (it is written in Fortran)</li>
<li>respect toward standards</li>
<li>economy</li>
<li>cross-platform</li>
<li>easy learning</li>
<li>mature develop platform</li>
<li>community of users</li>
<li>maintainable</li>
</ul>
<p>So I wrote about Java, .net, Qt, GTK+, wxWidgets, GNUstep,Fox Toolkit, and FLTK. And, you guess, <a title="Qt" href="http://qt.nokia.com/products/">Qt</a> was the winner for me.<br />
My next step was learning C++. I previously has written code in C, but never C++. In two weeks I learned C++ and Qt enough to make a simple proof-of-concept. I programmed a very (dirty) simple editor.</p>
<p><a href="http://tsao.enelparaiso.org/weblog/wp-content/uploads/2011/11/CutrEditor.png"><img class="alignleft size-large wp-image-616" title="CutrEditor" src="http://tsao.enelparaiso.org/weblog/wp-content/uploads/2011/11/CutrEditor-1024x819.png" alt="" width="640" height="511" /></a></p>
<p>I learned a lot with two books: <em>The C++ programming language</em> by Bjarne Stroustrup and <em>C++ GUI Programming with Qt4</em> by Jasmin Blanchette and  Mark Summerfield.</p>
<p>Then I began the real work. Of course, the final code can be cleaned and optimized, but after six months the main target was reached: to have an interface that easily can be used to introduce an initial design of properties and constructive process of the bridge, and read results from the engine and analyze them.</p>
<div id="attachment_619" class="wp-caption alignleft" style="width: 650px"><a href="http://tsao.enelparaiso.org/weblog/wp-content/uploads/2011/11/vpulo-splash.png"><img class="size-large wp-image-619" title="vpulo-splash" src="http://tsao.enelparaiso.org/weblog/wp-content/uploads/2011/11/vpulo-splash-1024x819.png" alt="" width="640" height="511" /></a><p class="wp-caption-text">Splash</p></div>
<p>I used QtCreator to develop the GUI and Emacs to modify the engine. Both with <em>best control version system ever</em>, git, made my work really, shaming easy.</p>
<div id="attachment_620" class="wp-caption alignleft" style="width: 650px"><a href="http://tsao.enelparaiso.org/weblog/wp-content/uploads/2011/11/vpulo-proyecto.png"><img class="size-large wp-image-620 " title="vpulo-proyecto" src="http://tsao.enelparaiso.org/weblog/wp-content/uploads/2011/11/vpulo-proyecto-1024x819.png" alt="Initial design input" width="640" height="511" /></a><p class="wp-caption-text">Initial design input</p></div>
<p>To develop the postprocess I thought on gnuplot, but finally I used <a title="Qwt library" href="http://qwt.sourceforge.net/" target="_blank">the Qwt library</a> because its good integration with Qt.</p>
<div id="attachment_621" class="wp-caption alignleft" style="width: 650px"><a href="http://tsao.enelparaiso.org/weblog/wp-content/uploads/2011/11/vpulo-graficaseimpresion.png"><img class="size-large wp-image-621" title="vpulo-graficaseimpresion" src="http://tsao.enelparaiso.org/weblog/wp-content/uploads/2011/11/vpulo-graficaseimpresion-1024x819.png" alt="Postprocess" width="640" height="511" /></a><p class="wp-caption-text">Postprocess</p></div>
<p>And what about C++? Well, Linus has strong reasons to run C++ down, but Linus develop operating systems. I think doing all this work in pure C would be a pain. It&#8217;s true if you want to program more confortable, you&#8217;ll produce a less optimum code. But it&#8217;s true too <strong>programming with C++ is far to attract <em>monkey coders</em></strong> that only had in mind the fastest solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://tsao.enelparaiso.org/weblog/index.php/2011/11/04/the-qt-x-perience-getting-old-part-i/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blu-ray DRM master key leaked</title>
		<link>http://tsao.enelparaiso.org/weblog/index.php/2010/09/18/blu-ray-drm-master-key-leaked/</link>
		<comments>http://tsao.enelparaiso.org/weblog/index.php/2010/09/18/blu-ray-drm-master-key-leaked/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 15:27:15 +0000</pubDate>
		<dc:creator>曹 tsao</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Open standards]]></category>

		<guid isPermaLink="false">http://tsao.enelparaiso.org/weblog/?p=509</guid>
		<description><![CDATA[Blu-ray discs DRM is broken. Take it!! Always let the hardware be free&#8230;]]></description>
			<content:encoded><![CDATA[<p>Blu-ray discs DRM is broken. <a title="Master key at the paradise" href="http://tsao.enelparaiso.org/wiki/BlurayMasterkey">Take</a> <a title="Master key at pastebin" href="http://pastebin.com/kqD56TmU">it!</a>!</p>
<p><img class="alignnone" title="Defective by design" src="http://static.fsf.org/nosvn/dbd/sites/defectivebydesign.org/files/images/drm.png" alt="Defective by design" width="116" height="113" /></p>
<p>Always let the <a title="Defective by design FSF" href="http://www.defectivebydesign.org/">hardware be free</a>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://tsao.enelparaiso.org/weblog/index.php/2010/09/18/blu-ray-drm-master-key-leaked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lone wave</title>
		<link>http://tsao.enelparaiso.org/weblog/index.php/2010/02/17/lone-wave/</link>
		<comments>http://tsao.enelparaiso.org/weblog/index.php/2010/02/17/lone-wave/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 22:26:59 +0000</pubDate>
		<dc:creator>曹 tsao</dc:creator>
				<category><![CDATA[Caminos my dear]]></category>
		<category><![CDATA[Free Software]]></category>

		<guid isPermaLink="false">http://tsao.enelparaiso.org/weblog/?p=462</guid>
		<description><![CDATA[Tomorrow I&#8217;ld must be attending to the IV Civil Engineering, Territory and Environment Congress at Málaga (South Spain). Finally I couldn&#8217;t travel because domestic problems, so I&#8217;m a bit sad. I&#8217;m a bit sad because tomorrow morning my first boss &#8230; <a href="http://tsao.enelparaiso.org/weblog/index.php/2010/02/17/lone-wave/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Tomorrow I&#8217;ld must be attending to the<a href="http://www.icitema.es/" target="_blank"> IV Civil Engineering, Territory and Environment Congress</a> at Málaga (South Spain). Finally I couldn&#8217;t travel because <em>domestic problems,</em> so I&#8217;m a bit sad.</p>
<p>I&#8217;m a bit sad because tomorrow morning my first boss J.R. Acinas will present the paper <em>&#8220;POPE. Assisting to the port operations system. Experiences in Ferrol Outward Port&#8221;. </em>It shows the first professional work in wich I&#8217;ve got involved. We developed in the Ports and Coast Lab of my Civil Engineering School a <a href="http://www.puertos.es/es/oceanografia_y_meteorologia/predicciones/SAPOS.html">system</a> that helped to take decissions about operations in the port based in 48/72 hours weather forecast. The program takes wave and wind forecast in<a href="http://www.ecmwf.int/" target="_blank"> great scales</a> and it calculates wave, tide and currents in a thinner grid. And, of course, it was developed with very interesting pieces of free software like<a href="http://www.citg.tudelft.nl/live/pagina.jsp?id=f928097d-81bb-4042-971b-e028c00e3326&amp;lang=en"> Delft University of Technology&#8217; SWAN</a> (Simulating WAves Nearshore), on top of a (Debian) GNU/Linux system.</p>
<p style="text-align: center;"><img class="aligncenter" title="Forecast at Ferrol Port" src="http://tsao.enelparaiso.org/files/hs19.gif" alt="" width="532" height="518" /></p>
<p>We finished the works some years ago, but I&#8217;m still very fond of it <img src='http://tsao.enelparaiso.org/weblog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  And I&#8217;ll be always grateful with Dr. Engineer Javier Eiras because the great work he did and the assistance he made me when he left the team.</p>
]]></content:encoded>
			<wfw:commentRss>http://tsao.enelparaiso.org/weblog/index.php/2010/02/17/lone-wave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yes (I hope) we can</title>
		<link>http://tsao.enelparaiso.org/weblog/index.php/2009/12/08/yes-i-hope-we-can/</link>
		<comments>http://tsao.enelparaiso.org/weblog/index.php/2009/12/08/yes-i-hope-we-can/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 01:11:27 +0000</pubDate>
		<dc:creator>曹 tsao</dc:creator>
				<category><![CDATA[Free Software]]></category>

		<guid isPermaLink="false">http://tsao.enelparaiso.org/weblog/?p=452</guid>
		<description><![CDATA[Last Thursday I&#8217;ve been elected as president of GPUL. Since October 2008 I held that position but it happened because Emilio J. Padrón must be replaced. He went to the INRIA at Grenoble, and he needed to take a rest &#8230; <a href="http://tsao.enelparaiso.org/weblog/index.php/2009/12/08/yes-i-hope-we-can/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last Thursday I&#8217;ve been elected as president of GPUL. Since October 2008 I held that position but it happened because Emilio J. Padrón must be replaced. He went to the INRIA at Grenoble, and he needed to take a rest too: his work as president was impressive.</p>
<p>2009 was not a good year for GPUL. We tried to go on with our usual program of workshops and hackmeetings, making honor to our 10th anniversary, but we were forced to stop. Part of the problem were some personal (family) problems I bore this year.</p>
<p>So we (<a href="http://gpul.org/?q=node/104">the new board of directors</a>) face now the challenge of guideing GPUL to a new golden age in free software developing and promoting. In the next months we must work updating the infraestructure, then we&#8217;ll really try to<a href="http://tsao.enelparaiso.org/weblog/index.php/2009/08/26/synthesis/"> keep up</a> <a href="http://gpul.org/?q=node/98">with the times</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tsao.enelparaiso.org/weblog/index.php/2009/12/08/yes-i-hope-we-can/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reality bytes in 140 chars</title>
		<link>http://tsao.enelparaiso.org/weblog/index.php/2009/08/27/reality-bytes-in-140-chars/</link>
		<comments>http://tsao.enelparaiso.org/weblog/index.php/2009/08/27/reality-bytes-in-140-chars/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 01:00:40 +0000</pubDate>
		<dc:creator>曹 tsao</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Main]]></category>
		<category><![CDATA[On the road]]></category>

		<guid isPermaLink="false">http://tsao.enelparaiso.org/weblog/index.php/2009/08/27/reality-bytes-in-140-chars/</guid>
		<description><![CDATA[As you can see, I update this blog slowly. It happens because I have no much time to write long posts about really interesting things in this period. But I usually need to share little thoughts  and moments, and fast &#8230; <a href="http://tsao.enelparaiso.org/weblog/index.php/2009/08/27/reality-bytes-in-140-chars/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As you can see, I update this blog slowly. It happens because I have no much time to write long posts about really interesting things in this period. But I usually need to share little thoughts  and moments, and fast news with my friends. So I opened <a href="http://identi.ca/tsao">a microblog (in Spanish) at identi.ca</a>, the microblogging service that uses the<a href="http://laconi.ca"> laconi.ca</a> free software as engine.</p>
<p>I seldom use the web interface to post. To do it, I use <a href="http://www.emacswiki.org/emacs/Identica-mode">the identi.ca emacs mode</a>, and <a href="https://launchpad.net/gwibber">Gwibber</a> (that allows me automating links compression via <a href="http://tinyurl.com/">TinyURL).</a> And I use the identi.ca app for Facebook to inject these microposts as current status.</p>
<p>I don&#8217;t know how much time I&#8217;ll keep<em> playing with it</em> <img src='http://tsao.enelparaiso.org/weblog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://tsao.enelparaiso.org/weblog/index.php/2009/08/27/reality-bytes-in-140-chars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synthesis</title>
		<link>http://tsao.enelparaiso.org/weblog/index.php/2009/08/26/synthesis/</link>
		<comments>http://tsao.enelparaiso.org/weblog/index.php/2009/08/26/synthesis/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 23:47:59 +0000</pubDate>
		<dc:creator>曹 tsao</dc:creator>
				<category><![CDATA[Free Software]]></category>

		<guid isPermaLink="false">http://tsao.enelparaiso.org/weblog/index.php/2009/08/26/synthesis/</guid>
		<description><![CDATA[Today I published in GPUL&#8217;s weblog [ES] a (bit long) reflection on the past and the present, looking to the future of my loved free software group. These moments to stop &#38; think happen each 3-4 years, because it usually &#8230; <a href="http://tsao.enelparaiso.org/weblog/index.php/2009/08/26/synthesis/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today <a href="http://www.gpul.org/?q=node/98">I published in GPUL&#8217;s weblog</a> [ES] a (bit long) reflection on the past and the present, looking to the future of my loved free software group.</p>
<p>These moments to stop &amp; think happen each 3-4 years, because it usually is the life cycle of one generation of activists in the group. I think we have the challenge to overcome the lack of young members. We must keep up with the times too and look for new ways adapted to the current situation: I propose to work in boosting our best programmers in the great free software projects and collaborate with another kind of volunteer associations (NGO&#8217;s, tipically).</p>
<p>And it is my personal challenge to overcome my personal circumstances to push GPUL in the way the members decide.</p>
]]></content:encoded>
			<wfw:commentRss>http://tsao.enelparaiso.org/weblog/index.php/2009/08/26/synthesis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Highly connected nodes</title>
		<link>http://tsao.enelparaiso.org/weblog/index.php/2009/08/04/highly-connected-nodes/</link>
		<comments>http://tsao.enelparaiso.org/weblog/index.php/2009/08/04/highly-connected-nodes/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 00:50:31 +0000</pubDate>
		<dc:creator>曹 tsao</dc:creator>
				<category><![CDATA[Caminos my dear]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[On the road]]></category>
		<category><![CDATA[Open standards]]></category>
		<category><![CDATA[Portiño on my mind]]></category>

		<guid isPermaLink="false">http://tsao.enelparaiso.org/weblog/index.php/2009/08/04/highly-connected-nodes/</guid>
		<description><![CDATA[It&#8217;s the leit motiv of my life these days&#8230; I&#8217;m a member of GPUL, so I&#8217;m a free software activist -&#62; I collaborated with ESF-Galicia (Engineers Without Borders) in their migration to free software and open standards. I&#8217;m a social &#8230; <a href="http://tsao.enelparaiso.org/weblog/index.php/2009/08/04/highly-connected-nodes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s the <em>leit motiv</em> of my life these days&#8230;</p>
<p><img src="http://tsao.enelparaiso.org/files/mesh.png" title="fun mesh" alt="fun mesh" vspace="5" width="319" align="left" border="0" height="299" hspace="20" /></p>
<ul>
<li>I&#8217;m a member of <a href="http://gpul.org">GPUL</a>, so I&#8217;m a free software activist -&gt; I collaborated with <a href="http://galicia.isf.es/home/index.php">ESF-Galicia</a> (Engineers Without Borders) in their migration to free software and open standards.</li>
</ul>
<ul>
<li>I&#8217;m a social volunteer of <a href="http://http://www.extension.udc.es/ga/cooperacion">OCV</a> in Portiño-&gt;OCV funds some cooperation projects of<a href="http://esfhonduras.blogspot.com/"> ESF in Honduras</a>.</li>
</ul>
<ul>
<li>GPUL promotes free software -&gt; GPUL has a project of a computer classroom in Portiño</li>
</ul>
<ul>
<li>Lucía, is another volunteer of OCV in  Portiño-&gt; She got a scholarship to travel and work in a cooperation project of ESF in Honduras.</li>
</ul>
<ul>
<li>I&#8217;m a worker of CartoLab-&gt; CartoLab, ESF and OCV signed an agreement to develop a custom gvSIG to ESF projects in Honduras-&gt;I&#8217;ll a developer in that project-&gt; Lucía will process the data she&#8217;ll take with the free software tool in which I work.</li>
</ul>
<p>So, I everyday dive in a dense mesh of same names and organizations&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://tsao.enelparaiso.org/weblog/index.php/2009/08/04/highly-connected-nodes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More than W*S</title>
		<link>http://tsao.enelparaiso.org/weblog/index.php/2009/03/15/more-than-ws/</link>
		<comments>http://tsao.enelparaiso.org/weblog/index.php/2009/03/15/more-than-ws/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 21:37:58 +0000</pubDate>
		<dc:creator>曹 tsao</dc:creator>
				<category><![CDATA[Caminos my dear]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Open standards]]></category>

		<guid isPermaLink="false">http://tsao.enelparaiso.org/weblog/index.php/2009/03/15/more-than-ws/</guid>
		<description><![CDATA[The last days at the Conference were intense, so I&#8217;ll write about them at home again. The second day began with RMS&#8217;s speech about patents. We arrived a bit late, but I can certify it was a very good speech &#8230; <a href="http://tsao.enelparaiso.org/weblog/index.php/2009/03/15/more-than-ws/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The last days at the Conference were intense, so I&#8217;ll write about them at home again.</p>
<p>The second day began with RMS&#8217;s speech about patents. We arrived a bit late, but I can certify it was a very good speech again. After it, Richard sold by (benefic) auction his book <em>&#8220;Free Software, Free Society&#8221;</em> and a cuddly GNU. Gonzalo had a moment of foolness, and now that GNU is now called &#8220;the CartoÑu&#8221;. Tomorrow will be introduced in society <img src='http://tsao.enelparaiso.org/weblog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><img src="http://tsao.enelparaiso.org/galeria/albums/userpics/10001/normal_120320091991.jpg" title="CartoLab and SitGa teams" alt="CartoLab and SitGa teams" width="640" align="absmiddle" height="480" /></p>
<p>After a coffee, I began to jump from a session to another again, looking for the most interesting papers to my work. Barranco and Alvarez from CEDEX showed the power of <a href="http://grass.itc.it/">GRASS</a> in hydrology investigation. Gomariz, Moreno, Cánovas and Alonso from University of Mucia explained the architecture they built to create a GIS to investigate hydric resources. They where the free software radicals in the conference, I think <img src='http://tsao.enelparaiso.org/weblog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  the only (LaTeX) beamer I saw in the three days. I was happy to have concurred in technologic decisions for several solutions in CartoLab with them.</p>
<p>The last speeches for me in the morning where about the wonderful world of  OGC services: David Jonglez from Camptocamp France SAS talked about MapFish; Fonts and Vidal related the evolution of Vissir2, the web visor of the Institut Cartográfic de Catalunya.</p>
<p>After having lunch Gonzalo gave a great speech standing out the importance of developing general free GIS clients to specific pourposes in order to reduce the time of cartographic works. Victor Olaya made the CartoLab in protagonist again with the announce of Nacho going to be part of the<br />
Sextante developing team.</p>
<p>The rest hours to the night were my approach to OSGeo foundation and its <a href="http://es.osgeo.org">Spanish-American chapter</a>. I&#8217;ll write about it later. I only can say by now it was really exciting <img src='http://tsao.enelparaiso.org/weblog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Great part of attendants went home that night. Gonzalo, Nacho and me ended the night soon at the Camelot Irish pub with Victor Olaya and more people of the conference.</p>
<p>We changed the stage on Friday. The workshops where developed in the Facultat de Lletres of Universitat de Girona. It&#8217;s a restored Gothic monastery. I think they could be done a better integrated work, but it&#8217;s still a pretty environment.</p>
<p>Carlos Dávila developed a good workshop on <a href="http://www.qgis.org/">Quantum GIS</a>, a GIS client based on GRASS. I never had worked with a GIS program in such depth. Gonzalo runned out to the train station because he must flight to Asturias the same day. In the other side, the rest of CartoLab team had lunch in the central court of the building, under cypresses shadow.</p>
<p>The culmination for me arrived afternoon with Lorenzo Becchi driving a workshop on <a href="http://openlayers.org/">OpenLayers</a>. I was tired, of course. But I would resist four hours more learning about that wonderful libraries.</p>
<p>That night Nacho and me had dinner at König and we returned to La Lola pub to celebrate those days <img src='http://tsao.enelparaiso.org/weblog/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> (I think Catalonians go to bed too soon, but that night we were too tired to worry about it <img src='http://tsao.enelparaiso.org/weblog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> )</p>
<p>Maybe the III Jornadas SIG Libre had the geek level I would like. But it was in fact the cause of it sucess: everybody felt confortable and everybody could find interesting things for their business. I remembered sometimes GPUL&#8217;s CTSL&#8217;05</p>
<p>Today I&#8217;m analysing some documentation I received into the official bag of the conference. I found a very interesting book: <em>&#8220;Complete migration to open source software in the Valencian Regional Ministry of Infraestructure and Transport&#8221;</em>. It&#8217;s a example to follow, as far I could read by now.</p>
<p>It seems next year there won&#8217;t be the 4th edition. Why? Because <a href="http://foss4g.org/">FOSS4G 2010</a> will celebrate in Barcelona. It is the greatest event about geospatial free software in the world, and Irene Compte,  Lluis Vicens and Lorenzo Becci will work in it. So, I&#8217;m sure it&#8217;ll be a new sucess, and I<br />
wish to be there <img src='http://tsao.enelparaiso.org/weblog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://tsao.enelparaiso.org/weblog/index.php/2009/03/15/more-than-ws/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Via Augusta</title>
		<link>http://tsao.enelparaiso.org/weblog/index.php/2009/03/12/via-augusta/</link>
		<comments>http://tsao.enelparaiso.org/weblog/index.php/2009/03/12/via-augusta/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 04:24:49 +0000</pubDate>
		<dc:creator>曹 tsao</dc:creator>
				<category><![CDATA[Caminos my dear]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Open standards]]></category>

		<guid isPermaLink="false">http://tsao.enelparaiso.org/weblog/index.php/2009/03/12/via-augusta/</guid>
		<description><![CDATA[It&#8217;s 4 a.m. I&#8217;m trying to write slowly in the darkness because Gonzalo it&#8217;s trying to sleep. He will read his paper tomorrow. Today started the Conference. It seems the usual professional Conference in a four-star hotel, but there is &#8230; <a href="http://tsao.enelparaiso.org/weblog/index.php/2009/03/12/via-augusta/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s 4 a.m. I&#8217;m trying to write slowly in the darkness because Gonzalo it&#8217;s trying to sleep. He will read his paper tomorrow.</p>
<p>Today started the Conference. It seems the usual professional Conference in a four-star hotel, but there is a bit of unformality air. It&#8217;s not a geek conference at all (otherwise somebody would burn with gas because the wireless net continuous problems), there are people from different disciplines and organistations (government, university, enterprise, non-profit foundations, even lone developers).</p>
<p>In the opening we could hear some <em>philosophical</em> conferences (web 3.0 gaaaaaa!!!!)  and the launching of some projects related to the GIS world (Simon Jirka on <a href="http://52north.org/">52º North</a> about  Sensor Web Enablement, and Chris Holmes on <a href="http://opengeo.org/">OpenGeo</a> about geospatial web services).</p>
<p>After lunch the most technical speeches began. Nacho opened the fire in his session with the releasing of <a href="http://forge.osor.eu/projects/sdianalyzer/">SDIAnalyzer</a>. He beared the network problems too, so he sadly couldn&#8217;t improve his speech with a fair demo. Then a pair of speeches followed about Catalonian and Andalusian governments apps around web geospatial services to their citizens.</p>
<p>There was an interesting discussion after the coffe about free (<em>as in freedom</em>) (spatial) data. Once again, governments and non-profit initiatives like <a href="http://openstreetmap.org">OSM</a> exposed their different points of view.</p>
<p>After sunset we went out for a walk with a tourist guide. We could admire how a city was built since the Roman Empire (<a href="http://en.wikipedia.org/wiki/Via_Augusta">Via Augusta</a> crosses the city drawing the <em>cardus</em>) to nowadays. It was a pity the <a href="http://www.catedraldegirona.org/">cathedral</a> was closed. It&#8217;s the Gothic cathedral with the longest span in width nave in the world. We could read in those old stones some history about intolerance of Catholics against Jewish (modern era) and Communist and Anarchists against Catholics (Spanish II Republic and Civil War).</p>
<p>Finally we went to have dinner to a nice restaurant where we eat some typical  dishes. After it, around 100 GISers crossed in the night the city to find an opened pub. We found a pretty pub where two guitarists played a gypsy concert. I got a bit sad during a moment because I lost my session at the Portiño, but we really got fun dancing <img src='http://tsao.enelparaiso.org/weblog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>(Of course I&#8217;m uploading <a href="http://tsao.enelparaiso.org/galeria/thumbnails.php?album=43">some photos in my gallery</a>.)</p>
<p>And&#8230; in four hours&#8230; we&#8217;ll sing <em>&#8220;Join us now and share the software&#8230;&#8221;</em></p>
]]></content:encoded>
			<wfw:commentRss>http://tsao.enelparaiso.org/weblog/index.php/2009/03/12/via-augusta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

