<?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>Risto H. Kurppa &#187; planet-ubuntu</title>
	<atom:link href="http://risto.kurppa.fi/blog/tag/planet-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://risto.kurppa.fi/blog</link>
	<description>random words..</description>
	<lastBuildDate>Thu, 09 Feb 2012 08:40:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>24hour timelapse with webcam</title>
		<link>http://risto.kurppa.fi/blog/2011/04/24hour-timelapse-with-webcam/</link>
		<comments>http://risto.kurppa.fi/blog/2011/04/24hour-timelapse-with-webcam/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 15:56:07 +0000</pubDate>
		<dc:creator>Risto H. Kurppa</dc:creator>
				<category><![CDATA[Open source]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[planet-fnoss]]></category>
		<category><![CDATA[planet-ubuntu]]></category>
		<category><![CDATA[planet-vapaasuomi]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://risto.kurppa.fi/blog/?p=4658</guid>
		<description><![CDATA[I have a Logitech HD Webcam C270 at work. It has 1280&#215;720 resolution, works out-of-the box in *buntu Linux. Nice. As I&#8217;ve recently found timelapse shooting, I wanted to try how it works with webcam where the battery power will &#8230; <a href="http://risto.kurppa.fi/blog/2011/04/24hour-timelapse-with-webcam/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ul>
<li><a href='http://risto.kurppa.fi/blog/2011/02/time-lapse-2-view-from-window/' rel='bookmark' title='Time lapse #2: View from window'>Time lapse #2: View from window</a> <small>Being still sick &amp; stuck inside, I took the effort...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2008/12/calendar-1912/' rel='bookmark' title='19.12.'>19.12.</a> <small>Tämä viesti on osa vuoden 2008 adventtikalenteria. This post is...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2011/02/time-lapse-cleaning-roof-from-snow/' rel='bookmark' title='Time lapse: Cleaning roof from snow'>Time lapse: Cleaning roof from snow</a> <small>We cleaned the roof of the garage at my parents&#8217;...</small></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>I have a Logitech HD Webcam C270 at work. It has 1280&#215;720 resolution, works out-of-the box in *buntu Linux. Nice. As I&#8217;ve recently found timelapse shooting, I wanted to try how it works with webcam where the battery power will not be the issue. I decided to run about 24 hour timelapse session that became 26 hours.<span id="more-4658"></span></p>
<p><span style="color: #000000; font-size: 18px; line-height: 27px;">Shooting</span></p>
<p>gphoto2 I&#8217;ve been using to control external cameras over USB doesn&#8217;t work with webcam so I had to find something else and found streamer (that&#8217;s the name of the command and the name of the package in Ubuntu repositories)</p>
<p><code>streamer -o 0000.jpeg -s 1280x720 -j 100 -t 20:00:00 -r 0.1</code></p>
<p>takes 1280&#215;720 resolution images with jpeg quality 100, interval 0.1 images/second (right, this sucks, I&#8217;d like having the option to use fps instead of fsp) until 20:00, and names the images as xxxx.jpg where xxxx is the running number of the image.</p>
<p><code>streamer -o 0000.jpeg -s 1280x720 -j 100 -t 2900 -r 0.05</code></p>
<p>Does the same except doesn&#8217;t care about the clock but takes 2900 shots.</p>
<h3>Cleaning</h3>
<p>I shot around 2300 images with about 33s interval. From these I removed about 1000 images of boring nothing-but-black night shots &#8211; just to make it more interesting to watch.</p>
<h3>Parsing</h3>
<p><code>mencoder -nosound mf://*.jpeg -mf w=1280:h=720:type=jpeg:fps=40 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=2160000:v4mv -o movie.avi &amp;&amp; vlc movie.avi</code></p>
<p>1230 images with 40fps results a 45s movie.</p>
<h3>Pros / Cons</h3>
<p>Webcam&#8217;s great as you don&#8217;t run into problems with power. But that&#8217;s about all.<br />
The image quality isn&#8217;t very great compared to 3000&#215;2000 px SLR. The automatic color/exposure/contrast/&#8230; adjustment is bad and doesn&#8217;t allow one to see properly the change of lightning conditions. On the other hand if you want to be sure to see all details what happens somewhere this will do it but so will a &#8216;proper camera&#8217; in automatic mode.</p>
<p>So, if you want..<br />
Long shooting duration: Webcam or normal camera with AC power<br />
Good quality shots or manual settings: normal camera (with AC power)</p>
<h3>Result</h3>
<p>Not really that interesting, just another demo of what can be done easily with Linux + webcam.</p>
<p><iframe title="YouTube video player" width="560" height="349" src="http://www.youtube.com/embed/4e-1D0zVv9Y?rel=0" frameborder="0" allowfullscreen></iframe></p>

<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2011%2F04%2F24hour-timelapse-with-webcam%2F" layout="standard" show_faces="true" width="450" action="recommend" colorscheme="light"></fb:like></p>
<p><a  class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2011%2F04%2F24hour-timelapse-with-webcam%2F&#038;linkname=24hour%20timelapse%20with%20webcam" title="Facebook" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a  class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2011%2F04%2F24hour-timelapse-with-webcam%2F&#038;linkname=24hour%20timelapse%20with%20webcam" title="Twitter" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a  class="a2a_button_identi_ca" href="http://www.addtoany.com/add_to/identi_ca?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2011%2F04%2F24hour-timelapse-with-webcam%2F&#038;linkname=24hour%20timelapse%20with%20webcam" title="Identi.ca" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/identica.png" width="16" height="16" alt="Identi.ca"/></a><a  class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2011%2F04%2F24hour-timelapse-with-webcam%2F&#038;linkname=24hour%20timelapse%20with%20webcam" title="Digg" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a  class="a2a_button_google_reader" href="http://www.addtoany.com/add_to/google_reader?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2011%2F04%2F24hour-timelapse-with-webcam%2F&#038;linkname=24hour%20timelapse%20with%20webcam" title="Google Reader" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/reader.png" width="16" height="16" alt="Google Reader"/></a><a  class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2011%2F04%2F24hour-timelapse-with-webcam%2F&#038;linkname=24hour%20timelapse%20with%20webcam" title="Delicious" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a  class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2011%2F04%2F24hour-timelapse-with-webcam%2F&#038;title=24hour%20timelapse%20with%20webcam" id="wpa2a_2">Share</a></p><p>Related posts:<ul>
<li><a href='http://risto.kurppa.fi/blog/2011/02/time-lapse-2-view-from-window/' rel='bookmark' title='Time lapse #2: View from window'>Time lapse #2: View from window</a> <small>Being still sick &amp; stuck inside, I took the effort...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2008/12/calendar-1912/' rel='bookmark' title='19.12.'>19.12.</a> <small>Tämä viesti on osa vuoden 2008 adventtikalenteria. This post is...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2011/02/time-lapse-cleaning-roof-from-snow/' rel='bookmark' title='Time lapse: Cleaning roof from snow'>Time lapse: Cleaning roof from snow</a> <small>We cleaned the roof of the garage at my parents&#8217;...</small></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://risto.kurppa.fi/blog/2011/04/24hour-timelapse-with-webcam/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Time lapse photography: Frost flowers</title>
		<link>http://risto.kurppa.fi/blog/2011/02/time-lapse-photography-frost-flower/</link>
		<comments>http://risto.kurppa.fi/blog/2011/02/time-lapse-photography-frost-flower/#comments</comments>
		<pubDate>Sat, 19 Feb 2011 14:47:02 +0000</pubDate>
		<dc:creator>Risto H. Kurppa</dc:creator>
				<category><![CDATA[*buntu]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[planet-fnoss]]></category>
		<category><![CDATA[planet-ubuntu]]></category>
		<category><![CDATA[planet-vapaasuomi]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://risto.kurppa.fi/blog/?p=4285</guid>
		<description><![CDATA[Time lapse photography is a method of creating films by taking a series of photos with constant interval, for example one minute, and then combining them together as a movie. I was sick a while ago. The first day I &#8230; <a href="http://risto.kurppa.fi/blog/2011/02/time-lapse-photography-frost-flower/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ul>
<li><a href='http://risto.kurppa.fi/blog/2011/02/time-lapse-photography-more-frost-flowers/' rel='bookmark' title='Time lapse photography: More frost flowers!'>Time lapse photography: More frost flowers!</a> <small>A new time lapse movie every day! Not quite, but...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2011/02/time-lapse-2-view-from-window/' rel='bookmark' title='Time lapse #2: View from window'>Time lapse #2: View from window</a> <small>Being still sick &amp; stuck inside, I took the effort...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2011/02/time-lapse-cleaning-roof-from-snow/' rel='bookmark' title='Time lapse: Cleaning roof from snow'>Time lapse: Cleaning roof from snow</a> <small>We cleaned the roof of the garage at my parents&#8217;...</small></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>Time lapse photography is a method of creating films by taking a series of photos with constant interval, for example one minute, and then combining them together as a movie.</p>
<p>I was sick a while ago. The first day I didn&#8217;t do much but sleep and read comics. The second day, the most exciting event of the day was to see how the frost flowers in the window melted. In the morning it was about -27C but then during the day the sun heated the window so much that the frost flowers melted away. Seeing new flowers in the window the following morning, I decided to try to make a time lapse video of how they melt.</p>
<h3>Code to control the camera</h3>
<p>First, I grapped a piece of old camera control code from <a  href="http://risto.kurppa.fi/blog/2009/07/using-a-hp-multimeter-the-lazy-no-smart-way/">one of my old posts</a>. gphoto2 is able to control my Nikon D70 DSLR over USB: tell it to take a shot, download the image and so on. So this is the code I ended up with:</p>
<p><code>for i in {1..400};<br />
do<br />
echo "#################"<br />
echo "Photo $i"<br />
date<br />
echo "#################"</code></p>
<p><code> </code></p>
<p><code>#capture a photo<br />
gphoto2 --capture-image &amp;<br />
sleep 60<br />
gphoto2 --get-file=$i<br />
done</code></p>
<p>This takes a picture, waits for 60 seconds, downloads the previous picture, and starts it all over again. As it does this for 400 times, it should give me almost 7 hours of shooting time.</p>
<h3>Notes</h3>
<p><a  href="http://www.flickr.com/photos/rhkrhk/5458416434/sizes/l/"><img class="alignright" src="http://farm6.static.flickr.com/5256/5458416434_320363a16b_m.jpg" alt="" /></a></p>
<ul>
<li>Nikon D70, on manual mode, 1/800s, F7.1, manual focus</li>
<li>Sigma F2.8 105mm macro lens</li>
<li>D70 needs to be set  to PTP mode and also had to set the camera to store on the memory card (see gphoto2 &#8211;set-config-something..)</li>
<li>Make sure you have enough space on the card! If this is a problem, you can also remove files from the camera using gphoto2 -D &#8230;</li>
<li>Make sure you start with a full battery. I did. It went empty. Tried to replace it &#8211; only to find out that also my backup battery was empty. Fail.</li>
<li>Don&#8217;t move the camera. Don&#8217;t touch it!</li>
<li>During the shooting, I had this one-liner running in the folder where the images were downloaded:  <code>while true; do gwenview -s . &amp;&amp; sleep 300; pkill gwenview; done</code> to see some of the images on the screen all the time. It&#8217;d be nice if gwenview would integrate new files in the slideshow folder to the running slideshow, but as this didn&#8217;t work, I needed to kill and restart it every now and then to see the latest results.</li>
</ul>
<h3>Converting JPG files to video</h3>
<p>It sure wasn&#8217;t easy to figure out a decent way to do this. But this is how I did it:</p>
<ul>
<li>Create a 3008x2000px (same as my camera resolution) jpg to use as title of the movie</li>
<li>Save 4 copies of it (title1.jpg title2.jpg etc..)</li>
<li>Create 1 second title clip: <code>mencoder -nosound mf://*.jpeg -mf w=1504:h=1000:type=jpg:fps=8 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=2160000:v4mv -o title.avi</code></li>
<li>Create the &#8216;main film&#8217;: <code>mencoder -nosound mf://*.JPG -mf w=1504:h=1000:type=jpg:fps=8 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=2160000:v4mv -o movie.avi</code></li>
<li>Join these together: <code>avimerge -o final.avi -i title.avi title.avi title.avi movie.avi title.avi title.avi</code></li>
</ul>
<h3>Result</h3>
<p><iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/tKYSDkYBVwM?rel=0" frameborder="0" allowfullscreen></iframe><br />
Have you tried it? Show me your results!</p>

<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2011%2F02%2Ftime-lapse-photography-frost-flower%2F" layout="standard" show_faces="true" width="450" action="recommend" colorscheme="light"></fb:like></p>
<p><a  class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2011%2F02%2Ftime-lapse-photography-frost-flower%2F&#038;linkname=Time%20lapse%20photography%3A%20Frost%20flowers" title="Facebook" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a  class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2011%2F02%2Ftime-lapse-photography-frost-flower%2F&#038;linkname=Time%20lapse%20photography%3A%20Frost%20flowers" title="Twitter" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a  class="a2a_button_identi_ca" href="http://www.addtoany.com/add_to/identi_ca?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2011%2F02%2Ftime-lapse-photography-frost-flower%2F&#038;linkname=Time%20lapse%20photography%3A%20Frost%20flowers" title="Identi.ca" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/identica.png" width="16" height="16" alt="Identi.ca"/></a><a  class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2011%2F02%2Ftime-lapse-photography-frost-flower%2F&#038;linkname=Time%20lapse%20photography%3A%20Frost%20flowers" title="Digg" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a  class="a2a_button_google_reader" href="http://www.addtoany.com/add_to/google_reader?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2011%2F02%2Ftime-lapse-photography-frost-flower%2F&#038;linkname=Time%20lapse%20photography%3A%20Frost%20flowers" title="Google Reader" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/reader.png" width="16" height="16" alt="Google Reader"/></a><a  class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2011%2F02%2Ftime-lapse-photography-frost-flower%2F&#038;linkname=Time%20lapse%20photography%3A%20Frost%20flowers" title="Delicious" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a  class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2011%2F02%2Ftime-lapse-photography-frost-flower%2F&#038;title=Time%20lapse%20photography%3A%20Frost%20flowers" id="wpa2a_4">Share</a></p><p>Related posts:<ul>
<li><a href='http://risto.kurppa.fi/blog/2011/02/time-lapse-photography-more-frost-flowers/' rel='bookmark' title='Time lapse photography: More frost flowers!'>Time lapse photography: More frost flowers!</a> <small>A new time lapse movie every day! Not quite, but...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2011/02/time-lapse-2-view-from-window/' rel='bookmark' title='Time lapse #2: View from window'>Time lapse #2: View from window</a> <small>Being still sick &amp; stuck inside, I took the effort...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2011/02/time-lapse-cleaning-roof-from-snow/' rel='bookmark' title='Time lapse: Cleaning roof from snow'>Time lapse: Cleaning roof from snow</a> <small>We cleaned the roof of the garage at my parents&#8217;...</small></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://risto.kurppa.fi/blog/2011/02/time-lapse-photography-frost-flower/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Meego and Qt after Microsoft &amp; Nokia: a summary of &#8220;facts&#8221;</title>
		<link>http://risto.kurppa.fi/blog/2011/02/meego-and-qt-after-microsoft-nokia-a-summary-of-facts/</link>
		<comments>http://risto.kurppa.fi/blog/2011/02/meego-and-qt-after-microsoft-nokia-a-summary-of-facts/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 23:27:59 +0000</pubDate>
		<dc:creator>Risto H. Kurppa</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[meego]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[n900]]></category>
		<category><![CDATA[planet-fnoss]]></category>
		<category><![CDATA[planet-openmoko]]></category>
		<category><![CDATA[planet-ubuntu]]></category>
		<category><![CDATA[planet-vapaasuomi]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://risto.kurppa.fi/blog/?p=4267</guid>
		<description><![CDATA[Updated 2011-02-17: added FLOSS@WP7 You know the story, Nokia announced their co-operation with Microsoft. Here&#8217;s a summary of what&#8217;s been said by people who know about these things. MEEGO@NOKIA: Under the new strategy, MeeGo becomes an open-source, mobile operating system &#8230; <a href="http://risto.kurppa.fi/blog/2011/02/meego-and-qt-after-microsoft-nokia-a-summary-of-facts/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ul>
<li><a href='http://risto.kurppa.fi/blog/2011/10/nokia-kinect-nokia-world-london/' rel='bookmark' title='Nokia Kinect @ Nokia World, London'>Nokia Kinect @ Nokia World, London</a> <small>A new concept device from Nokia: it&#8217;s operated by twisting...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2010/11/n900/' rel='bookmark' title='N900'>N900</a> <small>Bought Nokia N900 phone two weeks ago from huuto.net, Finnish...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2009/02/votd-lex-nokia/' rel='bookmark' title='VOTD: Lex Nokia'>VOTD: Lex Nokia</a> <small>&#8220;On Tuesday Parliament opened debate on the highly controversial data...</small></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>Updated 2011-02-17: added <a  href="http://en.wikipedia.org/wiki/Free_and_open_source_software">FLOSS</a>@WP7</p>
<p>You know the story, Nokia announced their co-operation with Microsoft. Here&#8217;s a summary of what&#8217;s been said by people who know about these things.</p>
<ul>
<li>MEEGO@NOKIA: Under the new strategy, MeeGo becomes an open-source, mobile operating system project. MeeGo will place increased emphasis on longer-term market exploration of next-generation devices, platforms and user experiences. Nokia still plans to ship a MeeGo-related product later this year.<br />
<a  href="http://www.nokia.com/press/press-releases/showpressrelease?newsid=1488004">Nokia Press Release</a></li>
<li>MEEGO@ELOP: First, we cannot blame Elop for this. He did not kill MeeGo in February 2011. He was one of the finalists for CEO, who had to propose a plan to solve Nokia&#8217;s severe crisis. That involved painful cuts no matter how you looked at it. The Board approved a plan in September, where one part meant MeeGo was dead. Elop didn&#8217;t kill MeeGo now. It died last September and the Board approved that plan where MeeGo would go.<br />
<a  href="http://communities-dominate.blogs.com/brands/2011/02/nokia-autopsy-on-meego-one-last-look-back-before-we-look-forward-on-the-new-nokia.html">Communities Dominate Brands</a> &#8211; the best analysis so far (based on public information so not 100% accurate..)</li>
<li>MEEGO@INTEL: &#8220;Intel is disappointed at Nokia but life goes on. Our decision and resolve on MeeGo is only stronger.&#8221;<br />
<a  href="http://www.computerworld.com/s/article/9209329/Intel_committed_to_MeeGo_despite_Nokia_defection">Intel&#8217;s response</a></li>
<li>MEEGO@NOKIA: #info Elop: Nokia would continue to develop the MeeGo operating system in collaboration with Intel<br />
So, definetly this work will continue.<br />
<a  href="http://trac.tspre.org/meetbot/meego-meeting/2011/meego-meeting.2011-02-15-07.00.log.html#l-7">#meego-meeting irc-logs</a> from 2011-02-15. I&#8217;ve heard the same from other people inside Nokia that the work on Meego still continues. Some teams have been told to stop their work but definitely not all of them.</li>
<li>MEEGO@N900: <a  title="#meego" rel="nofollow" href="http://twitter.com/#!/search?q=%23meego">#meego</a> &#8211; No way in hell that we&#8217;re giving up! <a  title="#wearemeego" rel="nofollow" href="http://twitter.com/#!/search?q=%23wearemeego">#wearemeego</a> and we&#8217;re ready for battle and very much alive.<br />
<a  href="http://twitter.com/#!/stskeeps/status/36429757310566400">Carsten Munk</a>, MeeGo Nokia N900 hardware adaptation maintainer</li>
<li>QT@KDE: What we in KDE need are calm, stable heads to plot the lay of the land <em>first</em> and <em>then</em> examine how our strategy should be adapted and extended. Change often produces opportunity, but first one has to understand the change to recognize the opportunities. Right now it&#8217;s infeasible to speak to what the real opportunities and challenges are without first doing our homework.<br />
<a  href="http://aseigo.blogspot.com/2011/02/sizing-up-field.html">Aaron Seigo</a>, KDE developer</li>
<li>QT@NOKIA: Unequivocally, Qt is not dead. This morning we heard top Nokia executives like CTO Rich Green talk about Qt and the future. Qt will continue to live on through Symbian, MeeGo and the non-mobile Qt industries and platforms.<br />
<a  href="http://blog.qt.nokia.com/2011/02/14/update-on-qt/">Head of Web and Community &amp; Communications Manager at Nokia</a></li>
<li>SYMBIAN&amp;QT@NOKIA: Qt will continue to be the development framework for Symbian and Nokia will use Symbian for further devices; continuing to develop strategic applications in Qt for Symbian platform and encouraging application developers to do the same. With 200 million users worldwide and Nokia planning to sell around 150 million more Symbian devices, Symbian still offers unparalleled geographical scale for developers.<br />
<a  href="http://blogs.forum.nokia.com/blog/nokia-developer-news/2011/02/11/letter-to-developers">Nokia&#8217;s letter for developers</a></li>
<li>QT@WINDOWS PHONE7: Qt will not be ported to Windows Phone 7. One of the key benefits of joining an established ecosystem is that there is an established toolchain that everyone uses. All Windows Phone apps will run on all WP7 devices. Adding Qt to the mix would only cause fragmentation.<br />
<a  href="http://blog.qt.nokia.com/2011/02/12/nokia-new-strategic-direction-what-is-the-future-for-qt/#comment-2327">Head of Web and Community &amp; Communications Manager at Nokia</a></li>
<li><a  href="http://en.wikipedia.org/wiki/Free_and_open_source_software">FLOSS</a>@WP7: But one thing is extremely obvious. Microsoft wants to keep its platform clear of Free Software. Period. <a  href="http://jan.wildeboer.net/2011/02/microsoft-absolutely-no-free-software-for-windows-phone-and-xbox-apps/">Jan Wildeboer</a></li>
<li><del datetime="2011-02-18T10:31:38+00:00">SHAREHOLDERS: We are a group of nine young Nokia shareholders. All of us have worked with Nokia in different capacities in the past. We plan to challenge the company’s strategy and partnership with Microsoft in the next Annual General Meeting scheduled for May 3, 2011.<br />
<a  href="http://nokiaplanb.com/">nokiaplanb.com</a></del> <a  href="http://www.engadget.com/2011/02/16/nokia-plan-b-was-just-a-hoax-all-along/#">This was a hoax after all. Forget it.</a></li>
<li>Backup plans for Nokia, <a  href="http://nokiaplans.com/">nokiaplans.com</a>.</li>
</ul>
<p>So Meego will live on, both inside and outside Nokia. Qt will live on, both inside and outside Nokia. Symbian will die. Qt will not be ported to QP7. KDE will survive.</p>
<p>The bad news is that no FLOSS on WP7 (Market?) &#8211; and many (up to 5000?) Meego, Qt and Symbian devels in Finland will loose their jobs. Feeling sorry for you guys. Maybe now it&#8217;s time to start a new Nokia?</p>

<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2011%2F02%2Fmeego-and-qt-after-microsoft-nokia-a-summary-of-facts%2F" layout="standard" show_faces="true" width="450" action="recommend" colorscheme="light"></fb:like></p>
<p><a  class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2011%2F02%2Fmeego-and-qt-after-microsoft-nokia-a-summary-of-facts%2F&#038;linkname=Meego%20and%20Qt%20after%20Microsoft%20%26%23038%3B%20Nokia%3A%20a%20summary%20of%20%26%238220%3Bfacts%26%238221%3B" title="Facebook" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a  class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2011%2F02%2Fmeego-and-qt-after-microsoft-nokia-a-summary-of-facts%2F&#038;linkname=Meego%20and%20Qt%20after%20Microsoft%20%26%23038%3B%20Nokia%3A%20a%20summary%20of%20%26%238220%3Bfacts%26%238221%3B" title="Twitter" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a  class="a2a_button_identi_ca" href="http://www.addtoany.com/add_to/identi_ca?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2011%2F02%2Fmeego-and-qt-after-microsoft-nokia-a-summary-of-facts%2F&#038;linkname=Meego%20and%20Qt%20after%20Microsoft%20%26%23038%3B%20Nokia%3A%20a%20summary%20of%20%26%238220%3Bfacts%26%238221%3B" title="Identi.ca" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/identica.png" width="16" height="16" alt="Identi.ca"/></a><a  class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2011%2F02%2Fmeego-and-qt-after-microsoft-nokia-a-summary-of-facts%2F&#038;linkname=Meego%20and%20Qt%20after%20Microsoft%20%26%23038%3B%20Nokia%3A%20a%20summary%20of%20%26%238220%3Bfacts%26%238221%3B" title="Digg" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a  class="a2a_button_google_reader" href="http://www.addtoany.com/add_to/google_reader?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2011%2F02%2Fmeego-and-qt-after-microsoft-nokia-a-summary-of-facts%2F&#038;linkname=Meego%20and%20Qt%20after%20Microsoft%20%26%23038%3B%20Nokia%3A%20a%20summary%20of%20%26%238220%3Bfacts%26%238221%3B" title="Google Reader" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/reader.png" width="16" height="16" alt="Google Reader"/></a><a  class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2011%2F02%2Fmeego-and-qt-after-microsoft-nokia-a-summary-of-facts%2F&#038;linkname=Meego%20and%20Qt%20after%20Microsoft%20%26%23038%3B%20Nokia%3A%20a%20summary%20of%20%26%238220%3Bfacts%26%238221%3B" title="Delicious" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a  class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2011%2F02%2Fmeego-and-qt-after-microsoft-nokia-a-summary-of-facts%2F&#038;title=Meego%20and%20Qt%20after%20Microsoft%20%26%23038%3B%20Nokia%3A%20a%20summary%20of%20%26%238220%3Bfacts%26%238221%3B" id="wpa2a_6">Share</a></p><p>Related posts:<ul>
<li><a href='http://risto.kurppa.fi/blog/2011/10/nokia-kinect-nokia-world-london/' rel='bookmark' title='Nokia Kinect @ Nokia World, London'>Nokia Kinect @ Nokia World, London</a> <small>A new concept device from Nokia: it&#8217;s operated by twisting...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2010/11/n900/' rel='bookmark' title='N900'>N900</a> <small>Bought Nokia N900 phone two weeks ago from huuto.net, Finnish...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2009/02/votd-lex-nokia/' rel='bookmark' title='VOTD: Lex Nokia'>VOTD: Lex Nokia</a> <small>&#8220;On Tuesday Parliament opened debate on the highly controversial data...</small></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://risto.kurppa.fi/blog/2011/02/meego-and-qt-after-microsoft-nokia-a-summary-of-facts/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Get what&#8217;s your own. Facebook data download test.</title>
		<link>http://risto.kurppa.fi/blog/2010/12/get-whats-your-own-from-facebook/</link>
		<comments>http://risto.kurppa.fi/blog/2010/12/get-whats-your-own-from-facebook/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 00:40:52 +0000</pubDate>
		<dc:creator>Risto H. Kurppa</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[planet-fnoss]]></category>
		<category><![CDATA[planet-ubuntu]]></category>
		<category><![CDATA[planet-vapaasuomi]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[some]]></category>

		<guid isPermaLink="false">http://risto.kurppa.fi/blog/?p=3643</guid>
		<description><![CDATA[Please share this to your friends by clicking THIS &#8211; they will appreciate it! In October Facebook announced that they will make all user data downloadable. This means that you now can download a single .zip file with all your &#8230; <a href="http://risto.kurppa.fi/blog/2010/12/get-whats-your-own-from-facebook/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ul>
<li><a href='http://risto.kurppa.fi/blog/2010/09/reviewing-my-facebook-friend-lists/' rel='bookmark' title='Reviewing my Facebook friend lists'>Reviewing my Facebook friend lists</a> <small>As a reaction to my previous post, step-by-step guide to...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2008/07/first-test-post/' rel='bookmark' title='Just a test..'>Just a test..</a> <small>Just a try before the actual postings.. Welcome! I was...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2011/01/facebook-jakaa-taas-tietojasi/' rel='bookmark' title='Facebook jakaa taas tietojasi'>Facebook jakaa taas tietojasi</a> <small>Facebook meinaa antaa kolmannen osapuolen sovelluksille entistä vapaamman pääsyn käyttäjän...</small></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p><strong>Please share this to your friends by clicking <a  href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F12%2Fget-whats-your-own-from-facebook%2F&#038;linkname=Get%20what%26%238217%3Bs%20your%20own.%20Facebook%20data%20download%20test.">THIS</a></strong> &#8211; they will appreciate it!</p>
<p>In October <a  href="http://www.facebook.com/blog.php?post=434691727130">Facebook announced</a> that they will make all user data downloadable. This means that you now can download a single .zip file with all your status updates, messages, photos and profile information. You own your information and now it&#8217;s possible to do something with it, not only give it all to Facebook!</p>
<div id="attachment_3644" class="wp-caption aligncenter" style="width: 310px"><a  href="http://risto.kurppa.fi/blog/wp-content/uploads/2010/12/facebook1.png" class="thickbox no_icon" rel="gallery-3643" title="Download window"><img class="size-medium wp-image-3644" title="Download window" src="http://risto.kurppa.fi/blog/wp-content/uploads/2010/12/facebook1-300x159.png" alt="Download window" width="300" height="159" /></a><p class="wp-caption-text">Download window</p></div>
<p>As I had a closer look at what&#8217;s this about, I found out that this is actually a <strong>treasure you definitely want to get and keep</strong>!<br />
<span id="more-3643"></span></p>
<h3>How to download your Facebook data?</h3>
<ul>
<li>In Facebook, click Account, select Account Settings</li>
<li>Click on &#8216;Learn more&#8217; next to &#8216;Download Your Information&#8217;</li>
<li>Press &#8216;Download&#8217; button &#8211; after reading the warnings, right :)</li>
<li>Press the second &#8216;Download&#8217; -button</li>
<li>It takes a while before Facebook prepares your data to be downloaded in a single compressed file. They will e-mail you a link to the download page</li>
<li>Click on the link you get in the e-mail</li>
<li>Type in your password</li>
<li>Click on &#8216;Download now&#8217; and the download starts</li>
</ul>
<div id="attachment_3645" class="wp-caption aligncenter" style="width: 221px"><a  href="http://risto.kurppa.fi/blog/wp-content/uploads/2010/12/facebook3.png" class="thickbox no_icon" rel="gallery-3643" title="Download button"><img class="size-full wp-image-3645" title="Download button" src="http://risto.kurppa.fi/blog/wp-content/uploads/2010/12/facebook3.png" alt="Download button" width="211" height="68" /></a><p class="wp-caption-text">Download button</p></div>
<h3>What&#8217;s in the file?</h3>
<p>My facebook-risto.kurppa.zip was around 16MB of size. You need to extract it to get access to the files.</p>
<ul>
<li>html folder, size 9.1MB, 15 files</li>
<li>photos folder, size 6.9MB, folder for each photo album and full size .jpg photos</li>
<li>README.txt with a single line: <em>Downloaded by Risto H. Kurppa (http://www.facebook.com/risto.kurppa) on December 4, 2010 at 9:59 pm</em></li>
<li>index.html &#8211; this is where you start the browsing. Open it with your web browser.</li>
</ul>
<div id="attachment_3646" class="wp-caption aligncenter" style="width: 310px"><a  href="http://risto.kurppa.fi/blog/wp-content/uploads/2010/12/facebook4.png" class="thickbox no_icon" rel="gallery-3643" title="Downloaded file"><img class="size-medium wp-image-3646" title="Downloaded file" src="http://risto.kurppa.fi/blog/wp-content/uploads/2010/12/facebook4-300x49.png" alt="Downloaded file" width="300" height="49" /></a><p class="wp-caption-text">Downloaded file</p></div>
<p>When you open the index.html, you can see your profile, wall, photos, friends, notes, events and messages.</p>
<div id="attachment_3647" class="wp-caption aligncenter" style="width: 310px"><a  href="http://risto.kurppa.fi/blog/wp-content/uploads/2010/12/facebook5_kas.png" class="thickbox no_icon" rel="gallery-3643" title="Profile"><img class="size-medium wp-image-3647" title="Profile" src="http://risto.kurppa.fi/blog/wp-content/uploads/2010/12/facebook5_kas-300x214.png" alt="Profile" width="300" height="214" /></a><p class="wp-caption-text">Profile</p></div>
<p><strong>Profile</strong></p>
<ul>
<li>This lists everything about yourself you&#8217;ve submitted to facebook. In my case it shows my b-day, &#8216;about&#8217;, relationship status, e-mail address, facebook profile address, website, favorite quotations, groups and names of Facebook pages I like: music, movies and other</li>
<li>Only the facebook profile is a link. It&#8217;d be great to have links also on each of the pages and groups to be able to see what&#8217;s &#8216;Paul Fenwick&#8217;s Facebook Privacy Study&#8217; group about.</li>
</ul>
<div id="attachment_3648" class="wp-caption aligncenter" style="width: 310px"><a  href="http://risto.kurppa.fi/blog/wp-content/uploads/2010/12/facebook6_kas.png" class="thickbox no_icon" rel="gallery-3643" title="Wall"><img class="size-medium wp-image-3648" title="Wall" src="http://risto.kurppa.fi/blog/wp-content/uploads/2010/12/facebook6_kas-300x147.png" alt="Wall" width="300" height="147" /></a><p class="wp-caption-text">Wall</p></div>
<p><strong>Wall</strong></p>
<ul>
<li>This is your wall. It shows all your status updates and all wall posts from your friends (with their names, without their profile photos)</li>
<li>Hovering mouse cursor on the lock icon shows you what privacy settings (=friend lists) you have shared each item with</li>
<li>You can see how many have liked your statuses but you can&#8217;t see who they were</li>
<li>You see all comments from your friends.</li>
<li>It would be great to have each status linked to the original status at facebook.com</li>
<li>It&#8217;s actually spooky to read status updates from 3 years ago!</li>
</ul>
<p><strong>Photos</strong></p>
<ul>
<li>Shows each album: Cover image, name, amount of photos and time of creation</li>
<li>Opening an album shows each photo in a list format with date and comments.</li>
<li>Clicking on a photo opens the original .jpg file. This is great &#8211; regain your photos!</li>
<li>HTML source uses DIV classes: photo, comments, comment, time.</li>
</ul>
<p><strong>Friends</strong></p>
<ul>
<li>Just a plain list of names. No links, no lists.</li>
<li>HTML source: friend class in DIV</li>
</ul>
<p><strong>Notes</strong></p>
<ul>
<li>All notes on a single page in a clean format. Comments from your friends included.</li>
<li>RSS imported notes don&#8217;t have a link to the original source. Too bad.</li>
<li>HTML classes: note, time, notebody, comments, comment</li>
</ul>
<div id="attachment_3649" class="wp-caption aligncenter" style="width: 310px"><a  href="http://risto.kurppa.fi/blog/wp-content/uploads/2010/12/facebook7.png" class="thickbox no_icon" rel="gallery-3643" title="Events"><img class="size-medium wp-image-3649" title="Events" src="http://risto.kurppa.fi/blog/wp-content/uploads/2010/12/facebook7-300x66.png" alt="Events" width="300" height="66" /></a><p class="wp-caption-text">Events</p></div>
<p><strong>Events</strong></p>
<ul>
<li>List of events I&#8217;ve attended or planning to attend. Actually I think it also shows all &#8216;Maybe&#8217; events.</li>
<li>Name of the event, who started it, when, where and description</li>
<li>Each event has a link to the original facebook.com event. GREAT!</li>
<li>HTML classes: event, page, time, description</li>
</ul>
<div id="attachment_3650" class="wp-caption aligncenter" style="width: 310px"><a  href="http://risto.kurppa.fi/blog/wp-content/uploads/2010/12/facebook8.png" class="thickbox no_icon" rel="gallery-3643" title="Messages"><img class="size-medium wp-image-3650" title="Messages" src="http://risto.kurppa.fi/blog/wp-content/uploads/2010/12/facebook8-300x64.png" alt="Messages" width="300" height="64" /></a><p class="wp-caption-text">Messages</p></div>
<p><strong>Messages</strong></p>
<ul>
<li>All messages you&#8217;ve sent or received in a neat clean list format</li>
<li>Message threads are grouped together so it&#8217;s easy to follow discussion</li>
<li>Again no links to the original messages in facebook.com</li>
<li>HTML classes: thread, message, profile, time, msgbody, subject, message reply</li>
</ul>
<h3><strong>Summary</strong></h3>
<p>So you have it all there easily readable. The HTML classes make it possible to parse the data to be used elsewhere too &#8211; maybe <a  href="https://joindiaspora.com/">Diaspora</a> will benefit from this somehow?</p>
<p>I don&#8217;t know what made Facebook allow people to do this but overall, it&#8217;s great it&#8217;s possible. No matter if Facebook dies, you will not loose everything you&#8217;ve written there. This is <strong>definitely something I want to leave to my children</strong>. It&#8217;ll be easy for them to see that in 2009 we still had snow to ski on or what was my first status update after our wedding. <strong>It&#8217;d be awesome to read status updates of my grand parents from, say 1940&#8242;s!</strong> I have received nor written almost no letters during last 5 years. Personal E-mails are also out. Having 2784 Facebook wall events from over 3 years is a treasure to me.</p>
<p>So make sure you backup your Facebook every now and then and store it in a safe place.</p>
<p>Thank you Facebook for this. Please add the links to the original messages, status updates etc.</p>
<p><strong>Please share this to your friends by clicking <a  href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F12%2Fget-whats-your-own-from-facebook%2F&#038;linkname=Get%20what%26%238217%3Bs%20your%20own.%20Facebook%20data%20download%20test.">THIS</a></strong> &#8211; they will appreciate it!</p>

<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F12%2Fget-whats-your-own-from-facebook%2F" layout="standard" show_faces="true" width="450" action="recommend" colorscheme="light"></fb:like></p>
<p><a  class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F12%2Fget-whats-your-own-from-facebook%2F&#038;linkname=Get%20what%26%238217%3Bs%20your%20own.%20Facebook%20data%20download%20test." title="Facebook" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a  class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F12%2Fget-whats-your-own-from-facebook%2F&#038;linkname=Get%20what%26%238217%3Bs%20your%20own.%20Facebook%20data%20download%20test." title="Twitter" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a  class="a2a_button_identi_ca" href="http://www.addtoany.com/add_to/identi_ca?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F12%2Fget-whats-your-own-from-facebook%2F&#038;linkname=Get%20what%26%238217%3Bs%20your%20own.%20Facebook%20data%20download%20test." title="Identi.ca" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/identica.png" width="16" height="16" alt="Identi.ca"/></a><a  class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F12%2Fget-whats-your-own-from-facebook%2F&#038;linkname=Get%20what%26%238217%3Bs%20your%20own.%20Facebook%20data%20download%20test." title="Digg" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a  class="a2a_button_google_reader" href="http://www.addtoany.com/add_to/google_reader?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F12%2Fget-whats-your-own-from-facebook%2F&#038;linkname=Get%20what%26%238217%3Bs%20your%20own.%20Facebook%20data%20download%20test." title="Google Reader" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/reader.png" width="16" height="16" alt="Google Reader"/></a><a  class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F12%2Fget-whats-your-own-from-facebook%2F&#038;linkname=Get%20what%26%238217%3Bs%20your%20own.%20Facebook%20data%20download%20test." title="Delicious" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a  class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F12%2Fget-whats-your-own-from-facebook%2F&#038;title=Get%20what%26%238217%3Bs%20your%20own.%20Facebook%20data%20download%20test." id="wpa2a_8">Share</a></p><p>Related posts:<ul>
<li><a href='http://risto.kurppa.fi/blog/2010/09/reviewing-my-facebook-friend-lists/' rel='bookmark' title='Reviewing my Facebook friend lists'>Reviewing my Facebook friend lists</a> <small>As a reaction to my previous post, step-by-step guide to...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2008/07/first-test-post/' rel='bookmark' title='Just a test..'>Just a test..</a> <small>Just a try before the actual postings.. Welcome! I was...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2011/01/facebook-jakaa-taas-tietojasi/' rel='bookmark' title='Facebook jakaa taas tietojasi'>Facebook jakaa taas tietojasi</a> <small>Facebook meinaa antaa kolmannen osapuolen sovelluksille entistä vapaamman pääsyn käyttäjän...</small></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://risto.kurppa.fi/blog/2010/12/get-whats-your-own-from-facebook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Diaspora review &#8211; first experiences UPDATED</title>
		<link>http://risto.kurppa.fi/blog/2010/09/diaspora-first-experiences/</link>
		<comments>http://risto.kurppa.fi/blog/2010/09/diaspora-first-experiences/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 09:13:44 +0000</pubDate>
		<dc:creator>Risto H. Kurppa</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[diaspora]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[planet-fnoss]]></category>
		<category><![CDATA[planet-ubuntu]]></category>
		<category><![CDATA[planet-vapaasuomi]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[some]]></category>

		<guid isPermaLink="false">http://risto.kurppa.fi/blog/?p=3521</guid>
		<description><![CDATA[Diaspora, the privacy aware, personally controlled, do-it-all, open source social network (project) has now released it&#8217;s source code, as expected. HURRAY!!!!!! Read more at Diaspora Blog. I was able to register to one of the installations people have made today, &#8230; <a href="http://risto.kurppa.fi/blog/2010/09/diaspora-first-experiences/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a  href="http://www.joindiaspora.com/"><img class="aligncenter" title="Diaspora" src="http://www.joindiaspora.com/images/diaspora_large_new.png" border="0" alt="Diaspora" width="346" height="50" /></a></p>
<p><a  href="http://www.joindiaspora.com/">Diaspora</a>, the privacy aware, personally controlled, do-it-all, open source social network (project) has now released it&#8217;s source code, as expected. HURRAY!!!!!!</p>
<p>Read more at <a  href="http://www.joindiaspora.com/2010/09/15/developer-release.html">Diaspora Blog</a>.</p>
<p>I was able to register to one of the installations people have made today, and this is what it looks like. There&#8217;s actually not very much to see, that&#8217;s why there&#8217;s only three screenshots. You can add friends but you can&#8217;t see their statuses unless you send them the URL of the status.<del datetime="2010-09-16T19:40:46+00:00"> Can&#8217;t add photos or anything else.</del></p>
<p>UPDATE: Adding photos works, the instance I first tried was a somewhat broken installation.</p>
<p>So this is the first developer release! Can&#8217;t wait for alpha, beta &amp; stable releases!</p>
<p>If you want to try, go to one of the official test instances listed at <a  href="http://github.com/diaspora/diaspora/wiki/Frequently-Asked-Questions">FAQ</a>. Remember that they are wiped every now and then without warning!!</p>

<a  href="http://risto.kurppa.fi/blog/2010/09/diaspora-first-experiences/diaspora1b/" title="Statuses &amp; comments"><img width="150" height="150" src="http://risto.kurppa.fi/blog/wp-content/uploads/2010/09/diaspora1b-150x150.png" class="attachment-thumbnail" alt="Statuses &amp; comments" title="Statuses &amp; comments" /></a>
<a  href="http://risto.kurppa.fi/blog/2010/09/diaspora-first-experiences/diaspora2b/" title="Manage tab"><img width="150" height="150" src="http://risto.kurppa.fi/blog/wp-content/uploads/2010/09/diaspora2b-150x150.png" class="attachment-thumbnail" alt="Manage tab" title="Manage tab" /></a>
<a  href="http://risto.kurppa.fi/blog/2010/09/diaspora-first-experiences/diaspora3b/" title="Profile settings"><img width="150" height="150" src="http://risto.kurppa.fi/blog/wp-content/uploads/2010/09/diaspora3b-150x150.png" class="attachment-thumbnail" alt="Profile settings" title="Profile settings" /></a>
<a  href="http://risto.kurppa.fi/blog/2010/09/diaspora-first-experiences/diaspora6/" title="Adding new friend"><img width="150" height="150" src="http://risto.kurppa.fi/blog/wp-content/uploads/2010/09/diaspora6-150x150.png" class="attachment-thumbnail" alt="Adding new friend" title="Adding new friend" /></a>
<a  href="http://risto.kurppa.fi/blog/2010/09/diaspora-first-experiences/diaspora7/" title="Error message..."><img width="150" height="150" src="http://risto.kurppa.fi/blog/wp-content/uploads/2010/09/diaspora7-150x150.png" class="attachment-thumbnail" alt="Error message..." title="Error message..." /></a>
<a  href="http://risto.kurppa.fi/blog/2010/09/diaspora-first-experiences/diaspora5/" title="Photo upload view"><img width="150" height="150" src="http://risto.kurppa.fi/blog/wp-content/uploads/2010/09/diaspora5-150x150.png" class="attachment-thumbnail" alt="Photo upload view" title="Photo upload view" /></a>
<a  href="http://risto.kurppa.fi/blog/2010/09/diaspora-first-experiences/diaspora9/" title="Photo viewer"><img width="150" height="150" src="http://risto.kurppa.fi/blog/wp-content/uploads/2010/09/diaspora9-150x150.png" class="attachment-thumbnail" alt="Photo viewer" title="Photo viewer" /></a>
<a  href="http://risto.kurppa.fi/blog/2010/09/diaspora-first-experiences/diaspora8/" title="Status showing uploaded photo"><img width="150" height="150" src="http://risto.kurppa.fi/blog/wp-content/uploads/2010/09/diaspora8-150x150.png" class="attachment-thumbnail" alt="Status showing uploaded photo" title="Status showing uploaded photo" /></a>


<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F09%2Fdiaspora-first-experiences%2F" layout="standard" show_faces="true" width="450" action="recommend" colorscheme="light"></fb:like></p>
<p><a  class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F09%2Fdiaspora-first-experiences%2F&#038;linkname=Diaspora%20review%20%26%238211%3B%20first%20experiences%20UPDATED" title="Facebook" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a  class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F09%2Fdiaspora-first-experiences%2F&#038;linkname=Diaspora%20review%20%26%238211%3B%20first%20experiences%20UPDATED" title="Twitter" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a  class="a2a_button_identi_ca" href="http://www.addtoany.com/add_to/identi_ca?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F09%2Fdiaspora-first-experiences%2F&#038;linkname=Diaspora%20review%20%26%238211%3B%20first%20experiences%20UPDATED" title="Identi.ca" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/identica.png" width="16" height="16" alt="Identi.ca"/></a><a  class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F09%2Fdiaspora-first-experiences%2F&#038;linkname=Diaspora%20review%20%26%238211%3B%20first%20experiences%20UPDATED" title="Digg" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a  class="a2a_button_google_reader" href="http://www.addtoany.com/add_to/google_reader?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F09%2Fdiaspora-first-experiences%2F&#038;linkname=Diaspora%20review%20%26%238211%3B%20first%20experiences%20UPDATED" title="Google Reader" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/reader.png" width="16" height="16" alt="Google Reader"/></a><a  class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F09%2Fdiaspora-first-experiences%2F&#038;linkname=Diaspora%20review%20%26%238211%3B%20first%20experiences%20UPDATED" title="Delicious" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a  class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F09%2Fdiaspora-first-experiences%2F&#038;title=Diaspora%20review%20%26%238211%3B%20first%20experiences%20UPDATED" id="wpa2a_10">Share</a></p><p>No related posts.</p>
	Tags: <a href="http://risto.kurppa.fi/blog/tag/diaspora/" title="diaspora" rel="tag">diaspora</a>, <a href="http://risto.kurppa.fi/blog/tag/opensource/" title="opensource" rel="tag">opensource</a>, <a href="http://risto.kurppa.fi/blog/tag/planet-fnoss/" title="planet-fnoss" rel="tag">planet-fnoss</a>, <a href="http://risto.kurppa.fi/blog/tag/planet-ubuntu/" title="planet-ubuntu" rel="tag">planet-ubuntu</a>, <a href="http://risto.kurppa.fi/blog/tag/planet-vapaasuomi/" title="planet-vapaasuomi" rel="tag">planet-vapaasuomi</a>, <a href="http://risto.kurppa.fi/blog/tag/review/" title="review" rel="tag">review</a>, <a href="http://risto.kurppa.fi/blog/tag/screenshot/" title="screenshot" rel="tag">screenshot</a>, <a href="http://risto.kurppa.fi/blog/tag/some/" title="some" rel="tag">some</a><br />
]]></content:encoded>
			<wfw:commentRss>http://risto.kurppa.fi/blog/2010/09/diaspora-first-experiences/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>GPS (+Heart Rate) trackers for Linux</title>
		<link>http://risto.kurppa.fi/blog/2010/08/gps-heart-rate-trackers-for-linux/</link>
		<comments>http://risto.kurppa.fi/blog/2010/08/gps-heart-rate-trackers-for-linux/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 16:34:15 +0000</pubDate>
		<dc:creator>Risto H. Kurppa</dc:creator>
				<category><![CDATA[*buntu]]></category>
		<category><![CDATA[Biking]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[openstreetmap]]></category>
		<category><![CDATA[planet-fnoss]]></category>
		<category><![CDATA[planet-openmoko]]></category>
		<category><![CDATA[planet-ubuntu]]></category>
		<category><![CDATA[planet-vapaasuomi]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://risto.kurppa.fi/blog/?p=3442</guid>
		<description><![CDATA[I&#8217;ve been recently playing with GPS devices on Linux (for example i-gotU gt-120, and the linux software to download tracks). I&#8217;ve also been discussing gps+heart rate data storage options. The obvious choice is (ex-Nokia) Sports Tracker and it didn&#8217;t even &#8230; <a href="http://risto.kurppa.fi/blog/2010/08/gps-heart-rate-trackers-for-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ul>
<li><a href='http://risto.kurppa.fi/blog/2011/08/gps-reitin-piirtely-babelfis/' rel='bookmark' title='GPS-reitin piirtely fillarilenkkiä varten / Babelfish'>GPS-reitin piirtely fillarilenkkiä varten / Babelfish</a> <small>Kuinka suunnitella reitti fillarilenkkiä varten, luoda sille GPX-jälki ja muokata...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2010/11/samsung-galaxy-tab/' rel='bookmark' title='Samsung Galaxy Tab'>Samsung Galaxy Tab</a> <small>I today had the possibility to play a bit with...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2010/11/n900/' rel='bookmark' title='N900'>N900</a> <small>Bought Nokia N900 phone two weeks ago from huuto.net, Finnish...</small></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been recently playing with GPS devices on Linux (for example <a  href="http://www.i-gotu.com/">i-gotU gt-120</a>, and the <a  href="https://edge.launchpad.net/~igotu2gpx/+archive/ppa">linux software to download tracks</a>). I&#8217;ve also been discussing gps+heart rate data storage options. The obvious choice is (ex-Nokia) <a  href="http://www.sports-tracker.com/">Sports Tracker</a> and it didn&#8217;t even cross my mind that you could do something like this with local Linux software.</p>
<p>But it&#8217;s useless to ever think like that &#8211; you&#8217;re surprised with the variety of apps that are available and developed for Linux.<br />
I bumped to this blog post on <a  href="http://planetkde.org/">Planet KDE</a>: <a  href="http://blog.volker-lanz.de/2010/07/28/sports-activity-tracking-app-the-baby-needs-a-name/">Sports Activity Tracking App: The Baby Needs a Name</a>.</p>
<p>And it looks awesome.</p>
<p>Reading the comments I found some other apps that do more or less the same, and Google gave me even more. So here&#8217;s just a quick list of GPS / HRM apps you might want to have a look if they&#8217;d be useful for you:</p>
<ul>
<li><a  href="http://blog.volker-lanz.de/2010/07/28/sports-activity-tracking-app-the-baby-needs-a-name/">Then Unnamed / Kardio / Kilometer / &#8230;</a></li>
<li><a  href="http://www.saring.de/sportstracker/">Sportstracker</a></li>
<li><a  href="http://www.saring.de/polarviewer/index.html">Polarview</a></li>
<li><a  href="http://code.google.com/p/sonicread/">Sonicread</a></li>
<li><a  href="http://sourceforge.net/projects/polarscope/">Polarscope</a></li>
<li><a  href="http://sourceforge.net/apps/trac/pytrainer/">Pytrainer</a></li>
<li><a  href="http://sourceforge.net/apps/mediawiki/viking/index.php?title=Main_Page">Viking</a></li>
<li><a  href="http://edu.kde.org/marble/">Marble</a></li>
<li><a  href="http://www.foxtrotgps.com">FoxtrotGPS</a></li>
<li><a  href="http://www.opendmtp.org/article/webserv/">OpenDMTP</a></li>
<li><a  href="http://blog.sarine.nl/gpx-viewer/">GPX viewer</a></li>
<li><a  href="http://www.gpsbabel.org/">GPSBabel</a></li>
<li><a  href="http://www.qlandkarte.org/">QLandkarte M/GT</a></li>
<li><a  href="http://opengts.sourceforge.net/">OpenGTS</a></li>
<li><a  href="http://www.maps-gps-info.com/fgpfw.html">and the list goes on&#8230;.</a>So far I&#8217;ve been using GPSBabel to convert and Viking to analyze and clean the data, but now I might find some new neat tools&#8230; I don&#8217;t have a HRM, only GPS (Openmoko Freerunner), so I&#8217;d like an app to be able to visualize the track on (OpenStreet)Map like Viking does, but then maybe also somehow store the tracks. It&#8217;s a pain to have hundreds of GPX files in folders, some kind of tool to search would be neat. Maybe <a  href="http://www.kphotoalbum.org">KPhotoalbum</a> will some day be extended to manage any data, not just photos and videos :)A great place to discuss free GPS software is the <a  href="http://wiki.osgeo.org/wiki/FOSS-GPS">FOSS-GPS</a> mailing list, you&#8217;re welcome to join!
<p>Do you have any experience on some of these apps? What features they miss? What&#8217;s the coolest thing they can do?</li>
</ul>

<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F08%2Fgps-heart-rate-trackers-for-linux%2F" layout="standard" show_faces="true" width="450" action="recommend" colorscheme="light"></fb:like></p>
<p><a  class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F08%2Fgps-heart-rate-trackers-for-linux%2F&#038;linkname=GPS%20%28%2BHeart%20Rate%29%20trackers%20for%20Linux" title="Facebook" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a  class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F08%2Fgps-heart-rate-trackers-for-linux%2F&#038;linkname=GPS%20%28%2BHeart%20Rate%29%20trackers%20for%20Linux" title="Twitter" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a  class="a2a_button_identi_ca" href="http://www.addtoany.com/add_to/identi_ca?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F08%2Fgps-heart-rate-trackers-for-linux%2F&#038;linkname=GPS%20%28%2BHeart%20Rate%29%20trackers%20for%20Linux" title="Identi.ca" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/identica.png" width="16" height="16" alt="Identi.ca"/></a><a  class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F08%2Fgps-heart-rate-trackers-for-linux%2F&#038;linkname=GPS%20%28%2BHeart%20Rate%29%20trackers%20for%20Linux" title="Digg" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a  class="a2a_button_google_reader" href="http://www.addtoany.com/add_to/google_reader?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F08%2Fgps-heart-rate-trackers-for-linux%2F&#038;linkname=GPS%20%28%2BHeart%20Rate%29%20trackers%20for%20Linux" title="Google Reader" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/reader.png" width="16" height="16" alt="Google Reader"/></a><a  class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F08%2Fgps-heart-rate-trackers-for-linux%2F&#038;linkname=GPS%20%28%2BHeart%20Rate%29%20trackers%20for%20Linux" title="Delicious" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a  class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F08%2Fgps-heart-rate-trackers-for-linux%2F&#038;title=GPS%20%28%2BHeart%20Rate%29%20trackers%20for%20Linux" id="wpa2a_12">Share</a></p><p>Related posts:<ul>
<li><a href='http://risto.kurppa.fi/blog/2011/08/gps-reitin-piirtely-babelfis/' rel='bookmark' title='GPS-reitin piirtely fillarilenkkiä varten / Babelfish'>GPS-reitin piirtely fillarilenkkiä varten / Babelfish</a> <small>Kuinka suunnitella reitti fillarilenkkiä varten, luoda sille GPX-jälki ja muokata...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2010/11/samsung-galaxy-tab/' rel='bookmark' title='Samsung Galaxy Tab'>Samsung Galaxy Tab</a> <small>I today had the possibility to play a bit with...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2010/11/n900/' rel='bookmark' title='N900'>N900</a> <small>Bought Nokia N900 phone two weeks ago from huuto.net, Finnish...</small></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://risto.kurppa.fi/blog/2010/08/gps-heart-rate-trackers-for-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How long has your system been up&#8217;n running?</title>
		<link>http://risto.kurppa.fi/blog/2010/07/how-long-has-your-system-been-upn-running/</link>
		<comments>http://risto.kurppa.fi/blog/2010/07/how-long-has-your-system-been-upn-running/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 20:19:50 +0000</pubDate>
		<dc:creator>Risto H. Kurppa</dc:creator>
				<category><![CDATA[*buntu]]></category>
		<category><![CDATA[planet-fnoss]]></category>
		<category><![CDATA[planet-ubuntu]]></category>
		<category><![CDATA[planet-vapaasuomi]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://risto.kurppa.fi/blog/?p=3436</guid>
		<description><![CDATA[I&#8217;m planning to wipe my Kubuntu desktop box root partition to re-install Kubuntu 10.04 LTS. I don&#8217;t have any major problems that would force me to reinstall the system, but I&#8217;ve installed many apps and packages from outside the repositories, &#8230; <a href="http://risto.kurppa.fi/blog/2010/07/how-long-has-your-system-been-upn-running/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ul>
<li><a href='http://risto.kurppa.fi/blog/2008/09/behind-ubuntu-suomi-haastattelu/' rel='bookmark' title='Behind Ubuntu Suomi -haastattelu'>Behind Ubuntu Suomi -haastattelu</a> <small>Minua haastateltiin Ubuntu Suomen blogiin teemalla &#8216;Behind Ubuntu Suomi&#8217;. Lue...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2010/12/first-steps-on-python-listening-to-arduino/' rel='bookmark' title='First steps on python: Listening to Arduino'>First steps on python: Listening to Arduino</a> <small>I need to create some kind of GUI to finetune...</small></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m planning to wipe my Kubuntu desktop box root partition to re-install Kubuntu 10.04 LTS. I don&#8217;t have any major problems that would force me to reinstall the system, but I&#8217;ve installed many apps and packages from outside the repositories, manually and so on, so it&#8217;s quite hard to try to track down why something doesn&#8217;t work and then report the bug. And it&#8217;s nice to see the installer every now and then anyway, get a fresh start, tabula rasa, you know.</p>
<p>This is my setup:<br />
<code>File system.            Size  Used Free Use% Mount<br />
/dev/md0               38G   26G   11G  71% /<br />
/dev/md1              319G  276G   27G  92% /home</code></p>
<p>First I ran backups to an external 500GB USB disk:<br />
<code>time rsync -av --progress --stats /home/rhk /media/disk/2010-07-24-homebackup/</code></p>
<p>Then I decided to find out how long I&#8217;ve been running this system. A neat way to find it out is to find when the file system has been created:<br />
<code>rhk@rubert:~$ sudo tune2fs -l /dev/md0|grep created<br />
Filesystem created:       Wed Jul  9 17:35:59 2008<br />
rhk@rubert:~$ sudo tune2fs -l /dev/md1|grep created<br />
Filesystem created:       Tue May  8 22:31:04 2007</code></p>
<p>So I&#8217;ve had my setup running since July 2008, from Ubuntu Hardy Heron 8.04, upgrading to 8.10, then to 9.04, 9.10 and to 10.04. My home partition has been there since May 2007 &#8211; that&#8217;s when I got this computer and first installed Ubuntu Feisty Fawn 7.04.</p>
<p>~daily usage, I think running two years in a row isn&#8217;t that bad, every now and then installing some off-the-repository packages. And as stated above, there&#8217;s still nothing that&#8217;d force me to reinstall it.</p>
<p>How long have you had your setup running? Are you always upgrading to the latest version or staying with LTS releases? Do you often install software outside the repositories?</p>

<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F07%2Fhow-long-has-your-system-been-upn-running%2F" layout="standard" show_faces="true" width="450" action="recommend" colorscheme="light"></fb:like></p>
<p><a  class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F07%2Fhow-long-has-your-system-been-upn-running%2F&#038;linkname=How%20long%20has%20your%20system%20been%20up%26%238217%3Bn%20running%3F" title="Facebook" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a  class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F07%2Fhow-long-has-your-system-been-upn-running%2F&#038;linkname=How%20long%20has%20your%20system%20been%20up%26%238217%3Bn%20running%3F" title="Twitter" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a  class="a2a_button_identi_ca" href="http://www.addtoany.com/add_to/identi_ca?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F07%2Fhow-long-has-your-system-been-upn-running%2F&#038;linkname=How%20long%20has%20your%20system%20been%20up%26%238217%3Bn%20running%3F" title="Identi.ca" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/identica.png" width="16" height="16" alt="Identi.ca"/></a><a  class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F07%2Fhow-long-has-your-system-been-upn-running%2F&#038;linkname=How%20long%20has%20your%20system%20been%20up%26%238217%3Bn%20running%3F" title="Digg" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a  class="a2a_button_google_reader" href="http://www.addtoany.com/add_to/google_reader?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F07%2Fhow-long-has-your-system-been-upn-running%2F&#038;linkname=How%20long%20has%20your%20system%20been%20up%26%238217%3Bn%20running%3F" title="Google Reader" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/reader.png" width="16" height="16" alt="Google Reader"/></a><a  class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F07%2Fhow-long-has-your-system-been-upn-running%2F&#038;linkname=How%20long%20has%20your%20system%20been%20up%26%238217%3Bn%20running%3F" title="Delicious" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a  class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F07%2Fhow-long-has-your-system-been-upn-running%2F&#038;title=How%20long%20has%20your%20system%20been%20up%26%238217%3Bn%20running%3F" id="wpa2a_14">Share</a></p><p>Related posts:<ul>
<li><a href='http://risto.kurppa.fi/blog/2008/09/behind-ubuntu-suomi-haastattelu/' rel='bookmark' title='Behind Ubuntu Suomi -haastattelu'>Behind Ubuntu Suomi -haastattelu</a> <small>Minua haastateltiin Ubuntu Suomen blogiin teemalla &#8216;Behind Ubuntu Suomi&#8217;. Lue...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2010/12/first-steps-on-python-listening-to-arduino/' rel='bookmark' title='First steps on python: Listening to Arduino'>First steps on python: Listening to Arduino</a> <small>I need to create some kind of GUI to finetune...</small></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://risto.kurppa.fi/blog/2010/07/how-long-has-your-system-been-upn-running/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Install Ubuntu on USB hard drive</title>
		<link>http://risto.kurppa.fi/blog/2010/06/install-ubuntu-on-usb-hard-drive/</link>
		<comments>http://risto.kurppa.fi/blog/2010/06/install-ubuntu-on-usb-hard-drive/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 20:03:05 +0000</pubDate>
		<dc:creator>Risto H. Kurppa</dc:creator>
				<category><![CDATA[*buntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[planet-fnoss]]></category>
		<category><![CDATA[planet-ubuntu]]></category>
		<category><![CDATA[planet-vapaasuomi]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://risto.kurppa.fi/blog/?p=3372</guid>
		<description><![CDATA[sudo qemu -hda /dev/sdc -cdrom kubuntu-10.04-desktop-i386.iso -boot order=d That&#8217;s it. (you can also try VirtualBox) Except that I get an error: &#8220;Executing &#8216;grub-install /dev/sda&#8217; failed. This is a fatal error.&#8221; After this Ubiquity crashes. Related posts: Behind Ubuntu Suomi -haastattelu &#8230; <a href="http://risto.kurppa.fi/blog/2010/06/install-ubuntu-on-usb-hard-drive/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ul>
<li><a href='http://risto.kurppa.fi/blog/2008/09/behind-ubuntu-suomi-haastattelu/' rel='bookmark' title='Behind Ubuntu Suomi -haastattelu'>Behind Ubuntu Suomi -haastattelu</a> <small>Minua haastateltiin Ubuntu Suomen blogiin teemalla &#8216;Behind Ubuntu Suomi&#8217;. Lue...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2010/12/first-steps-on-python-listening-to-arduino/' rel='bookmark' title='First steps on python: Listening to Arduino'>First steps on python: Listening to Arduino</a> <small>I need to create some kind of GUI to finetune...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2010/11/n900-hupnet-openvpn/' rel='bookmark' title='N900 &amp; HupNet &amp; OpenVPN'>N900 &#038; HupNet &#038; OpenVPN</a> <small>I was told 2G+WLAN would use less power than 3G...</small></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p><code>sudo qemu -hda /dev/sdc -cdrom kubuntu-10.04-desktop-i386.iso -boot order=d</code></p>
<p>That&#8217;s it.</p>
<p>(you can also try <a  href="http://www.twm-kd.com/computers/software/boot-virtualbox-machine-from-a-usb-flash-drive/">VirtualBox</a>)</p>
<p>Except that I get an error: &#8220;Executing &#8216;grub-install /dev/sda&#8217; failed. This is a fatal error.&#8221;</p>
<p>After this Ubiquity crashes.</p>

<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F06%2Finstall-ubuntu-on-usb-hard-drive%2F" layout="standard" show_faces="true" width="450" action="recommend" colorscheme="light"></fb:like></p>
<p><a  class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F06%2Finstall-ubuntu-on-usb-hard-drive%2F&#038;linkname=Install%20Ubuntu%20on%20USB%20hard%20drive" title="Facebook" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a  class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F06%2Finstall-ubuntu-on-usb-hard-drive%2F&#038;linkname=Install%20Ubuntu%20on%20USB%20hard%20drive" title="Twitter" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a  class="a2a_button_identi_ca" href="http://www.addtoany.com/add_to/identi_ca?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F06%2Finstall-ubuntu-on-usb-hard-drive%2F&#038;linkname=Install%20Ubuntu%20on%20USB%20hard%20drive" title="Identi.ca" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/identica.png" width="16" height="16" alt="Identi.ca"/></a><a  class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F06%2Finstall-ubuntu-on-usb-hard-drive%2F&#038;linkname=Install%20Ubuntu%20on%20USB%20hard%20drive" title="Digg" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a  class="a2a_button_google_reader" href="http://www.addtoany.com/add_to/google_reader?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F06%2Finstall-ubuntu-on-usb-hard-drive%2F&#038;linkname=Install%20Ubuntu%20on%20USB%20hard%20drive" title="Google Reader" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/reader.png" width="16" height="16" alt="Google Reader"/></a><a  class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F06%2Finstall-ubuntu-on-usb-hard-drive%2F&#038;linkname=Install%20Ubuntu%20on%20USB%20hard%20drive" title="Delicious" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a  class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F06%2Finstall-ubuntu-on-usb-hard-drive%2F&#038;title=Install%20Ubuntu%20on%20USB%20hard%20drive" id="wpa2a_16">Share</a></p><p>Related posts:<ul>
<li><a href='http://risto.kurppa.fi/blog/2008/09/behind-ubuntu-suomi-haastattelu/' rel='bookmark' title='Behind Ubuntu Suomi -haastattelu'>Behind Ubuntu Suomi -haastattelu</a> <small>Minua haastateltiin Ubuntu Suomen blogiin teemalla &#8216;Behind Ubuntu Suomi&#8217;. Lue...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2010/12/first-steps-on-python-listening-to-arduino/' rel='bookmark' title='First steps on python: Listening to Arduino'>First steps on python: Listening to Arduino</a> <small>I need to create some kind of GUI to finetune...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2010/11/n900-hupnet-openvpn/' rel='bookmark' title='N900 &amp; HupNet &amp; OpenVPN'>N900 &#038; HupNet &#038; OpenVPN</a> <small>I was told 2G+WLAN would use less power than 3G...</small></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://risto.kurppa.fi/blog/2010/06/install-ubuntu-on-usb-hard-drive/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>iPad &#8211; first experiences</title>
		<link>http://risto.kurppa.fi/blog/2010/05/ipad-first-experiences/</link>
		<comments>http://risto.kurppa.fi/blog/2010/05/ipad-first-experiences/#comments</comments>
		<pubDate>Tue, 04 May 2010 20:24:20 +0000</pubDate>
		<dc:creator>Risto H. Kurppa</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[planet-fnoss]]></category>
		<category><![CDATA[planet-ubuntu]]></category>
		<category><![CDATA[planet-vapaasuomi]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://risto.kurppa.fi/blog/?p=3352</guid>
		<description><![CDATA[iPad &#8211; it&#8217;s here to change the world! It&#8217;s small, slick. It looks extremely good. It feels heavy enough to convince you it&#8217;s of strong build. E-book reader. Very easy to scroll pages, just slide your finger from side to &#8230; <a href="http://risto.kurppa.fi/blog/2010/05/ipad-first-experiences/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ul>
<li><a href='http://risto.kurppa.fi/blog/2010/01/apple-ipad/' rel='bookmark' title='Apple iPad'>Apple iPad</a> <small>Apple announced their tablet device, iPad two days ago. Immediately...</small></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>iPad &#8211; it&#8217;s here to change the world!</p>
<p>It&#8217;s small, slick. It looks extremely good. It feels heavy enough to convince you it&#8217;s of strong build.</p>
<p><strong>E-book reader.</strong> Very easy to scroll pages, just slide your finger from side to side. Nice sharp text screen, very easy to read.<span id="more-3352"></span></p>
<p>Tried the <strong>map application</strong>. It had Google Maps (street map, satellite, terrain..) there, GPS pointed me where I was even though I was inside a huge metal building, about 2 meters from a window. Multitouch allows extremely cool zooming  by pinching my two fingers closer or further from each other.</p>
<p>Screen rotation works nice, there&#8217;s a hardware key to lock the screen position.</p>
<p><strong>Youtube</strong> application wasn&#8217;t able to show a single video. Don&#8217;t know if it&#8217;s the flash fight Apple &amp; Adobe currently have, but it didn&#8217;t work.</p>
<p>Tried the <strong>Safari web browser</strong>. The UI is very simple, I guess it&#8217;s the same as what iPhone /iPod Touch has. To me it was a bit of a pain &#8211; we searched for a free books in the internet (<a  href="http://www.gutenberg.org/wiki/Main_Page">Project Guthenberg</a>) and were able to find them, but we couldn&#8217;t come up with a way to save a file from the browser. In the end we did find out that holding your finger long on a link it&#8217;ll open a short menu including &#8216;copy&#8217;. Then you can open the PDF viewer, tell it to find a book from the internet, then do some magic to paste the previously copied URL to the address field to download the PDF. Easy? Not at all..</p>
<p>The <strong>hardware button on the front</strong> takes me always to the main menu/main view. I didn&#8217;t try what happens if one presses it longer. As you can run only one app at the time, you&#8217;ll be using this a lot. As iPad doesn&#8217;t do multitasking (as far as I know it means that you cannot listen to music while reading a book and so on..), you keep starting and closing applications all the time. I guess this is the reason why a PDF reader has to know how to download PDF files from a given URL, has it&#8217;s own download manager and so on.</p>
<p>Appstore having huge amounts of cool applications for iPad, it must be a neat device and many people will enjoy it.</p>
<p>It&#8217;s understandable that Apple wants to generate as much money as possible but it must be at least equally understandable that I have problems with the way they do it.</p>
<p>At this stage I tell you that this iPad isn&#8217;t mine. Someone I know bought one from US and I  had the possibility to play with it for around 15 minutes.</p>
<p>I guess that after using Openmoko Freerunner for almost 2 years now,  I&#8217;d very soon get frustrated with the limitations Apple has set for it&#8217;s devices. Having to pay for almost every software, not being even able to start it without Windows or Mac OS, move files over with Linux, not having multitasking, not being able to SSH in it, not being to install any app I or someone else has written and so  on. They generate money and make slick devices, but the rest is not fair play.</p>
<p>One question I came up with while using it &#8211; can I run Openstreetmap instead of Google maps? <a  href="http://wiki.openstreetmap.org/wiki/IPhone#Apps_using_OSM">Yes, I can</a>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/lAl28d6tbko&amp;hl=fi_FI&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/lAl28d6tbko&amp;hl=fi_FI&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>I need to do soon something with the theme my blog uses.. the content area isn&#8217;t wide enough for Youtube videos :/</p>

<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F05%2Fipad-first-experiences%2F" layout="standard" show_faces="true" width="450" action="recommend" colorscheme="light"></fb:like></p>
<p><a  class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F05%2Fipad-first-experiences%2F&#038;linkname=iPad%20%26%238211%3B%20first%20experiences" title="Facebook" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a  class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F05%2Fipad-first-experiences%2F&#038;linkname=iPad%20%26%238211%3B%20first%20experiences" title="Twitter" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a  class="a2a_button_identi_ca" href="http://www.addtoany.com/add_to/identi_ca?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F05%2Fipad-first-experiences%2F&#038;linkname=iPad%20%26%238211%3B%20first%20experiences" title="Identi.ca" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/identica.png" width="16" height="16" alt="Identi.ca"/></a><a  class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F05%2Fipad-first-experiences%2F&#038;linkname=iPad%20%26%238211%3B%20first%20experiences" title="Digg" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a  class="a2a_button_google_reader" href="http://www.addtoany.com/add_to/google_reader?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F05%2Fipad-first-experiences%2F&#038;linkname=iPad%20%26%238211%3B%20first%20experiences" title="Google Reader" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/reader.png" width="16" height="16" alt="Google Reader"/></a><a  class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F05%2Fipad-first-experiences%2F&#038;linkname=iPad%20%26%238211%3B%20first%20experiences" title="Delicious" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a  class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F05%2Fipad-first-experiences%2F&#038;title=iPad%20%26%238211%3B%20first%20experiences" id="wpa2a_18">Share</a></p><p>Related posts:<ul>
<li><a href='http://risto.kurppa.fi/blog/2010/01/apple-ipad/' rel='bookmark' title='Apple iPad'>Apple iPad</a> <small>Apple announced their tablet device, iPad two days ago. Immediately...</small></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://risto.kurppa.fi/blog/2010/05/ipad-first-experiences/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Ubuntu Finland &amp; community effort</title>
		<link>http://risto.kurppa.fi/blog/2010/05/ubuntu-finland-community-effort/</link>
		<comments>http://risto.kurppa.fi/blog/2010/05/ubuntu-finland-community-effort/#comments</comments>
		<pubDate>Mon, 03 May 2010 15:00:28 +0000</pubDate>
		<dc:creator>Risto H. Kurppa</dc:creator>
				<category><![CDATA[*buntu]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Sosiaalinen media]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[planet-fnoss]]></category>
		<category><![CDATA[planet-openmoko]]></category>
		<category><![CDATA[planet-ubuntu]]></category>
		<category><![CDATA[planet-vapaasuomi]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://risto.kurppa.fi/blog/?p=3314</guid>
		<description><![CDATA[Happened last Wednesday, the day before the release of Ubuntu 10.04 Lucid Lynx LTS at Ubuntu-fi teams IRC channel (#ubuntu-fi-tiimit @ Freenode). Someone organizing the Ubuntufest release party at Tampere, Finland on 5th of May (Akademy 2010 will also be there &#8230; <a href="http://risto.kurppa.fi/blog/2010/05/ubuntu-finland-community-effort/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ul>
<li><a href='http://risto.kurppa.fi/blog/2008/09/behind-ubuntu-suomi-haastattelu/' rel='bookmark' title='Behind Ubuntu Suomi -haastattelu'>Behind Ubuntu Suomi -haastattelu</a> <small>Minua haastateltiin Ubuntu Suomen blogiin teemalla &#8216;Behind Ubuntu Suomi&#8217;. Lue...</small></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>Happened last Wednesday, the day before the release of Ubuntu 10.04 Lucid Lynx LTS at Ubuntu-fi teams IRC channel (<a  href="http://wiki.ubuntu-fi.org/Postituslistat_ja_IRC">#ubuntu-fi-tiimit @ Freenode</a>).</p>
<p>Someone organizing the <a href="www.coss.fi/ubuntufest">Ubuntufest release party</a> at Tampere, Finland on 5th of May (<a  href="http://akademy.kde.org/">Akademy 2010</a> will also be there this summer!) asked if we&#8217;re planning to write a press release of the new Ubuntu release. Well.. it was on our <a  href="http://wiki.ubuntu-fi.org/TODO/10.04">TODO list</a> but it really didn&#8217;t look like anyone would have the resources to write one like <a  href="http://wiki.ubuntu-fi.org/Ubuntu_8.04_lehdist%C3%B6tiedote">we&#8217;ve done earlier</a>.</p>
<p>So I decided to run a small test on the community &#8211; would it be possible to create a press release without making it a pain to anyone. I opened an <a  href="http://pad.ubuntu-uk.org/JnzhILi8dT">Etherpad</a>, copied the <a  href="http://www.ubuntu.com/news/ubuntu-10.04-desktop-edition">original English press release</a> there and annouced it on the same #ubuntu-fi-tiimit IRC channel requesting people to join to translate it.</p>
<p><span id="more-3314"></span></p>
<h3>Etherpad</h3>
<p>Etherpad used to be a proprietary, but free (as &#8216;no money asked from you to use it&#8217;) service at etherpad.com. Then came Google, <a  href="http://etherpad.com/ep/blog/posts/google-acquires-appjet">bought it</a>, <a  href="http://etherpad.com/ep/blog/posts/etherpad-back-online-until-open-sourced">disabled it for a while</a>, <a  href="http://etherpad.com/ep/blog/posts/etherpad-open-source-release">open sourced it</a>, <a  href="http://etherpad.com/ep/blog/posts/google-acquires-appjet">reassigned the developers to work on Google Buzz</a> and now finally <a  href="http://etherpad.com/ep/blog/posts/transition-update">shuts Etherpad completely down</a>. Quite exactly what happened with Jaiku, the Finnish microblogging service some years ago: <a  href="http://mashable.com/2007/10/09/jaiku-google/">Bought it</a>, <a  href="http://jaikido.blogspot.com/2009/03/jaikuengine-is-now-open-source.html">Open sourced it</a>, <a  href="http://www.zengestrom.com/blog/2010/02/the-buzz-is-out.html">reassigned developers to work on Buzzz</a>. Jaiku is still up&amp;running as it was <a  href="http://jaikido.blogspot.com/2009/03/jaiku-is-now-served-from-app-engine.html">moved it over to Google App Engine</a>.</p>
<p>So now as Etherpad is open source, there are open source versions of it, see <a  href="http://piratepad.net/">piratepad.net</a>, <a  href="http://pad.ubuntu-uk.org">pad.ubuntu-uk.org</a> and <a  href="http://etherpad.org/etherpadsites.html">http://etherpad.org/etherpadsites.html</a></p>
<p>The cool thing with Etherpad is that anyone can use it without a need to register or log in. Many people can edit the same file at the same time and they will immediately see the changes the others make. You can save revisions, export the files as txt, html, pdf and so on. It&#8217;s also great to see how the text is color coded: each user has his own color so it&#8217;s quite easy to see what has changed and so on. It also features an awesome <a  href="http://pad.ubuntu-uk.org/ep/pad/view/JnzhILi8dT/latest">time slider</a> letting you to see when the changes have been made and so on.</p>
<h3>Results</h3>
<div id="attachment_3315" class="wp-caption alignright" style="width: 251px"><a  href="http://risto.kurppa.fi/blog/wp-content/uploads/2010/05/etherpad.png" class="thickbox no_icon" rel="gallery-3314" title="Press release"><img class="size-medium wp-image-3315 " title="Press release" src="http://risto.kurppa.fi/blog/wp-content/uploads/2010/05/etherpad-241x300.png" alt="Press release" width="241" height="300" /></a><p class="wp-caption-text">Screenshot of the press release - click to see it bigger</p></div>
<p>In less than two hours we had a press release, translated by around 10 people. See the screenshot on the right to see how one sentence can be edited by many people &#8211; and still make sense. At least to us, who read Finnish ;)</p>
<p>Releasing (=mailing it to news papers and other contacts) started immediately. This resulted a nice visibility in Finnish IT magazines &#8211; we&#8217;re still waiting for the break through on non-IT magazines :/</p>
<p>You can see the pad we used here: <a  href="http://pad.ubuntu-uk.org/JnzhILi8dT">http://pad.ubuntu-uk.org/JnzhILi8dT</a> (Thanks Ubuntu UK for supporting us :)</p>
<p>So I can recommend Etherpad to you and your community &#8211; it&#8217;s an awesome tool to allow your volunteers to skip all unnecessary registrations and focus on the results.</p>
<p>Thanks for everyone who contributed. You can check the final press release at U<a  href="http://wiki.ubuntu-fi.org/Ubuntu_10.04_LTS_lehdist%C3%B6tiedote">buntu-fi wiki</a>.</p>
<p><em>ps. My guess is that Google will buy </em><a  href="http://doodle.com/"><em>Doodle</em></a><em> and &#8216;do the magic&#8217; there in the following 12 months ;)</em></p>

<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F05%2Fubuntu-finland-community-effort%2F" layout="standard" show_faces="true" width="450" action="recommend" colorscheme="light"></fb:like></p>
<p><a  class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F05%2Fubuntu-finland-community-effort%2F&#038;linkname=Ubuntu%20Finland%20%26%23038%3B%20community%20effort" title="Facebook" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a  class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F05%2Fubuntu-finland-community-effort%2F&#038;linkname=Ubuntu%20Finland%20%26%23038%3B%20community%20effort" title="Twitter" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a  class="a2a_button_identi_ca" href="http://www.addtoany.com/add_to/identi_ca?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F05%2Fubuntu-finland-community-effort%2F&#038;linkname=Ubuntu%20Finland%20%26%23038%3B%20community%20effort" title="Identi.ca" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/identica.png" width="16" height="16" alt="Identi.ca"/></a><a  class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F05%2Fubuntu-finland-community-effort%2F&#038;linkname=Ubuntu%20Finland%20%26%23038%3B%20community%20effort" title="Digg" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a  class="a2a_button_google_reader" href="http://www.addtoany.com/add_to/google_reader?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F05%2Fubuntu-finland-community-effort%2F&#038;linkname=Ubuntu%20Finland%20%26%23038%3B%20community%20effort" title="Google Reader" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/reader.png" width="16" height="16" alt="Google Reader"/></a><a  class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F05%2Fubuntu-finland-community-effort%2F&#038;linkname=Ubuntu%20Finland%20%26%23038%3B%20community%20effort" title="Delicious" rel="nofollow" target="_blank"><img src="http://risto.kurppa.fi/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a  class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F05%2Fubuntu-finland-community-effort%2F&#038;title=Ubuntu%20Finland%20%26%23038%3B%20community%20effort" id="wpa2a_20">Share</a></p><p>Related posts:<ul>
<li><a href='http://risto.kurppa.fi/blog/2008/09/behind-ubuntu-suomi-haastattelu/' rel='bookmark' title='Behind Ubuntu Suomi -haastattelu'>Behind Ubuntu Suomi -haastattelu</a> <small>Minua haastateltiin Ubuntu Suomen blogiin teemalla &#8216;Behind Ubuntu Suomi&#8217;. Lue...</small></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://risto.kurppa.fi/blog/2010/05/ubuntu-finland-community-effort/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

