<?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; Open source</title>
	<atom:link href="http://risto.kurppa.fi/blog/category/computers/open-source/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>GPSTrack GPS logger on Linux</title>
		<link>http://risto.kurppa.fi/blog/2011/08/gpstrack-gps-logger-on-linux/</link>
		<comments>http://risto.kurppa.fi/blog/2011/08/gpstrack-gps-logger-on-linux/#comments</comments>
		<pubDate>Sun, 07 Aug 2011 20:58:05 +0000</pubDate>
		<dc:creator>Risto H. Kurppa</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[planet-vapaasuomi]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://risto.kurppa.fi/blog/?p=4907</guid>
		<description><![CDATA[Last weekend I inherited a GPS tracker from my aunt who got it as subscription gift from a magazine. It says &#8216;Geotech&#8217; in the back, it has a small 1 inch LCD screen, a on/off button and a four-way button &#8230; <a href="http://risto.kurppa.fi/blog/2011/08/gpstrack-gps-logger-on-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/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/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>Last weekend I inherited a GPS tracker from my aunt who got it as subscription gift from a magazine. It says &#8216;Geotech&#8217; in the back, it has a small 1 inch LCD screen, a on/off button and a four-way button (M, UP, DOWN, ENTER).</p>
<div id="attachment_4908" class="wp-caption aligncenter" style="width: 451px"><a  href="http://risto.kurppa.fi/blog/wp-content/uploads/2011/08/20110807_003.rhk_.jpeg" class="thickbox no_icon" rel="gallery-4907" title="GPS tracker"><img class="size-full wp-image-4908  " title="GPS tracker" src="http://risto.kurppa.fi/blog/wp-content/uploads/2011/08/20110807_003.rhk_.jpeg" alt="GPS tracker" width="441" height="331" /></a><p class="wp-caption-text">GPS tracker</p></div>
<p><span id="more-4907"></span></p>
<ul>
<li>Five memory slots to save positions</li>
<li>Compass chip to show north even inside. Not THAT reliable but gives some kind of hint</li>
<li>Shows distance to any of the five stored positions</li>
<li>It doesn&#8217;t show coordinates on screen, only time and date</li>
<li>Walk/Bike/Car modes (5, 15 and 80 km/h I think the manual said)</li>
<li>2x AAA batteries</li>
<li>Is told to work as a GPS antenna (connected over USB to computer to navigate/draw track, exports in EMEA format)</li>
<li>Sirf IV chip, they say but not sure if I believe it</li>
<li>miniUSB slot, cable &amp; software (Track by Starview Software)</li>
<li>backlight</li>
<li>battery and GPS signal strength meter</li>
</ul>
<pre>[ 4883.010028] usb 7-1: new full speed USB device using uhci_hcd and address 2
[ 4883.408261] USB Serial support registered for pl2303
[ 4883.408396] pl2303 7-1:1.0: pl2303 converter detected
[ 4883.420176] usb 7-1: pl2303 converter now attached to ttyUSB1
[ 4883.420198] usbcore: registered new interface driver pl2303
[ 4883.420201] pl2303: Prolific PL2303 USB to serial adaptor driver</pre>
<pre>Bus 007 Device 002: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port</pre>
<p>As you see, connecting it to Linux over USB shows it as Prolific PL2303 Serial Port USB adapter and it appeared as /dev/ttyUSB1</p>
<p>To make Wine see the USB serial port, run ln -s /dev/ttyUSB1 ~/.wine/dosdevices/com1</p>
<p>I was able to install the program smoothly. It runs but the built-in Google Maps view doesn&#8217;t work. However I&#8217;m able to download the track from the device and save it in .track format. Now when I open this .track format with the app, it gives me the option to store KML and GPX.</p>
<p>However saving in GPX (and KML?) fails and the result is a broken GPX as the program, for some reason, writes coordinates in</p>
<pre>        &lt;trkpt lat="60,921448" lon="27,548304"&gt;</pre>
<p>instead of</p>
<pre>        &lt;trkpt lat="60.921448" lon="27.548304"&gt;</pre>
<p>so search and replace all commas (,) to periods (.) and the tracks start to behave.</p>
<p>A nice device with a decent battery duration, about 10 hours or so on two AAA&#8217;s it needs. GPS track isn&#8217;t that great: most of the time it&#8217;s missing the elevation information and then every now and then it takes me to over 20 kilometers. However it gives easily a nice overview of the route.</p>

<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2011%2F08%2Fgpstrack-gps-logger-on-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%2F2011%2F08%2Fgpstrack-gps-logger-on-linux%2F&#038;linkname=GPSTrack%20GPS%20logger%20on%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%2F2011%2F08%2Fgpstrack-gps-logger-on-linux%2F&#038;linkname=GPSTrack%20GPS%20logger%20on%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%2F2011%2F08%2Fgpstrack-gps-logger-on-linux%2F&#038;linkname=GPSTrack%20GPS%20logger%20on%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%2F2011%2F08%2Fgpstrack-gps-logger-on-linux%2F&#038;linkname=GPSTrack%20GPS%20logger%20on%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%2F2011%2F08%2Fgpstrack-gps-logger-on-linux%2F&#038;linkname=GPSTrack%20GPS%20logger%20on%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%2F2011%2F08%2Fgpstrack-gps-logger-on-linux%2F&#038;linkname=GPSTrack%20GPS%20logger%20on%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%2F2011%2F08%2Fgpstrack-gps-logger-on-linux%2F&#038;title=GPSTrack%20GPS%20logger%20on%20Linux" id="wpa2a_2">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/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/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/2011/08/gpstrack-gps-logger-on-linux/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<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_4">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>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>First prints with Reprap, the Open Source 3D printer</title>
		<link>http://risto.kurppa.fi/blog/2010/12/first-prints-with-reprap-the-open-source-3d-printer/</link>
		<comments>http://risto.kurppa.fi/blog/2010/12/first-prints-with-reprap-the-open-source-3d-printer/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 22:38:19 +0000</pubDate>
		<dc:creator>Risto H. Kurppa</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Reprap]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[planet-fnoss]]></category>
		<category><![CDATA[planet-reprap]]></category>
		<category><![CDATA[planet-vapaasuomi]]></category>
		<category><![CDATA[reprap]]></category>

		<guid isPermaLink="false">http://risto.kurppa.fi/blog/?p=4090</guid>
		<description><![CDATA[Take an open source idea, three guys, metal workshop, some knowledge on the required software and hardware. Four moths later you have a 3D printer. I heard about it some years ago. RepRap &#8211; the printer that could print 3D &#8230; <a href="http://risto.kurppa.fi/blog/2010/12/first-prints-with-reprap-the-open-source-3d-printer/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Take an open source idea, three guys, metal workshop, some knowledge on the required software and hardware. Four moths later you have a 3D printer.<br />

<a  href="http://risto.kurppa.fi/blog/2010/12/first-prints-with-reprap-the-open-source-3d-printer/20101220_001/" title="Extruder, Nozzle, ABS filament"><img width="150" height="150" src="http://risto.kurppa.fi/blog/wp-content/uploads/2010/12/20101220_001-150x150.jpg" class="attachment-thumbnail" alt="Extruder, Nozzle, ABS filament" title="Extruder, Nozzle, ABS filament" /></a>
<a  href="http://risto.kurppa.fi/blog/2010/12/first-prints-with-reprap-the-open-source-3d-printer/20101220_005/" title="Extruder, Nozzle, ABS filament"><img width="150" height="150" src="http://risto.kurppa.fi/blog/wp-content/uploads/2010/12/20101220_005-150x150.jpg" class="attachment-thumbnail" alt="Extruder, Nozzle, ABS filament" title="Extruder, Nozzle, ABS filament" /></a>
<a  href="http://risto.kurppa.fi/blog/2010/12/first-prints-with-reprap-the-open-source-3d-printer/20101220_006/" title="Translation stage controller"><img width="150" height="150" src="http://risto.kurppa.fi/blog/wp-content/uploads/2010/12/20101220_006-150x150.jpg" class="attachment-thumbnail" alt="Translation stage controller" title="Translation stage controller" /></a>
<a  href="http://risto.kurppa.fi/blog/2010/12/first-prints-with-reprap-the-open-source-3d-printer/20101220_010/" title="First succeeded print"><img width="150" height="150" src="http://risto.kurppa.fi/blog/wp-content/uploads/2010/12/20101220_010-150x150.jpg" class="attachment-thumbnail" alt="First succeeded print" title="First succeeded print" /></a>
<a  href="http://risto.kurppa.fi/blog/2010/12/first-prints-with-reprap-the-open-source-3d-printer/20101123_001/" title="Extruder, nozzle, gears"><img width="150" height="150" src="http://risto.kurppa.fi/blog/wp-content/uploads/2010/12/20101123_001-150x150.jpg" class="attachment-thumbnail" alt="Extruder, nozzle, gears" title="Extruder, nozzle, gears" /></a>
</p>
<p><span id="more-4090"></span><br />
I heard about it some years ago. RepRap &#8211; the printer that could print 3D objects &#8211; even print parts for another RepRap.</p>
<p>End of August I started to talk about it to someone in our Lab. He got excited &#8211; and we decided: <em>Let&#8217;s do it</em>. First we&#8217;d start with the extruder (the part that feeds the ABS plastic through a heated nozzle. The &#8216;print head&#8217;) which is the most critical part.</p>
<h3>Software</h3>
<p>Also <a  href="http://www.anderswallin.net/">Anders</a> joined the team. He&#8217;s been building his own CNC mill for a while and he is familiar with <a  href="http://www.linuxcnc.org/">EMC2 software</a> and all the other bits of software, file formats and everything you need to convert 3D designs into 3D objects. He said it shouldn&#8217;t be a problem to make a translation stage to move as we wanted. Sound&#8217;s good!</p>
<h3>Parts</h3>
<p>So I ordered the thermal barrier &amp; nozzle, 2x thermistor, 5xbearing and NiChrome wire (30.45€ all together) from <a  href="http://www.mendel-parts.com">mendel-parts.com</a> and 1lbs blue ABS from <a  href="http://www.robomaa.com/index.php?main_page=product_info&#038;cPath=30_34&#038;products_id=266&#038;zenid=6l7rkjs4d7pijb18ejatlrl4l2">robomaa.com</a> (23.90€). It took quite a long time for all the parts to arrive. All costs about 55€.</p>
<p>The stepper motor was taken from an old 5 1/4 -inch floppy disk drive..</p>
<h3>Extruder</h3>
<p>While we were waiting for the parts, we got some help from the guys at our mechanics workshop: they NC-milled us the <a  href="http://reprap.org/wiki/Wade%27s_Geared_Extruder">Wade&#8217;s Geared Extruder</a> as we didn&#8217;t have a RepRap to print us these parts. It was beautiful.</p>
<p>The parts arrived, we put the printing head together. Then there was a break of many weeks when nothing happened in the project. One day we again got interested, taped (Kapton) the NiChrome wire on the nozzle, added the termistor and tried it rotating the gears manually. We were able to get some blue ABS come through the nozzle. WIN!</p>
<p>Then Anders and Antti started working harder. They built electronics to control the stepper, heater and thermistor.</p>
<h3>Translation stage</h3>
<p>One day we went and got an old, huge, heavy translation stage from the storage. Then made the <a  href="http://www.youtube.com/watch?v=Xkol9F-o02A&#038;feature=related">first EMC2 tests with the extruder</a>. WIN again! So now we only needed to mount the extruder on the translation stage, build the cables to connect the computer, translation stage and the extruder and put it all together. The guys at the workshop helped with the mounting (Great work again!! Beautiful!) and improved the grip in the filament feed rod.</p>
<p>Today we put it all together. Here&#8217;s the result.</p>
<p><object width="425" height="258"><param name="movie" value="http://www.youtube.com/v/_oKpUVGw3yw?fs=1&amp;hl=fi_FI"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/_oKpUVGw3yw?fs=1&amp;hl=fi_FI" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="258"></embed></object></p>
<p>Then I had to leave but Anders and Antti kept on going and succeeded great!</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/VmjhUvA3YLE?fs=1&amp;hl=fi_FI"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/VmjhUvA3YLE?fs=1&amp;hl=fi_FI" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>We still have to work a bit on the software: need to convert .STL files (for example from <a  href="http://www.thingiverse.com/">thingiverse</a>) to G-code understood by the EMC2. The extruder is the A-Axis in absolute mode. At the moment our best guess is <a  href="http://reprap.org/wiki/RepSnapper_Manual:Introduction">RepSnapper</a>. Maybe also work on the temperature control and ABS feed rage.</p>
<p>Looking good! </p>
<p>Here are some comments from #reprap irc channel people wrote when I linked <a  href="http://www.anderswallin.net/2010/12/3d-printer-first-test/">Anders&#8217; blog post</a>.</p>
<p><code><br />
22:55 < c> good evening<br />
22:55 < t> yes it is :)<br />
22:57 < rhkfin> it's great!<br />
22:59 < c> I would not agree as much on that as you :)<br />
23:02 < rhkfin> c: http://www.anderswallin.net/2010/12/3d-printer-first-test/ <- that's the reason of being happy :)<br />
23:02 < b> congrats rhkfin, now the fun starts.<br />
23:02 < c> rhkfin, that is great news :)<br />
23:02 < c> sexy gears<br />
23:02 < rhkfin> indeed :)<br />
23:02 < c> that brightened my evening some :)<br />
23:03 < rhkfin> c: thanks :) We have a metal workshop that wanted to help :)<br />
23:03 < s> looks very good!<br />
23:03 < b> hmm using emc2?<br />
23:03 < rhkfin> b: yes<br />
...<br />
23:03 < r> omg im in love with those gears<br />
23:03 < b> that extruder is made of sexy.<br />
...<br />
23:05 < c> congrats to the print! :)<br />
...<br />
23:10 < b> rhkfin, 0.5mm layers are pretty damn thick, I'm suprised it worked at all.<br />
23:10 < rhkfin> b: so you think it should be thinner with slower feed?<br />
23:10 < d> b: it is pretty usable btw<br />
23:11 < b> if it works use it.  I was never able to get above 0.4mm layers.<br />
23:11 < rhkfin> ok<br />
23:11 < b> your prints will be fast!<br />
23:11 < rhkfin> :)<br />
</code></p>
<p>Now go and check <a  href="http://www.anderswallin.net/2010/12/3d-printer-first-test/">Anders&#8217; blog post</a> for more.</p>

<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F12%2Ffirst-prints-with-reprap-the-open-source-3d-printer%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%2Ffirst-prints-with-reprap-the-open-source-3d-printer%2F&#038;linkname=First%20prints%20with%20Reprap%2C%20the%20Open%20Source%203D%20printer" 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%2Ffirst-prints-with-reprap-the-open-source-3d-printer%2F&#038;linkname=First%20prints%20with%20Reprap%2C%20the%20Open%20Source%203D%20printer" 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%2Ffirst-prints-with-reprap-the-open-source-3d-printer%2F&#038;linkname=First%20prints%20with%20Reprap%2C%20the%20Open%20Source%203D%20printer" 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%2Ffirst-prints-with-reprap-the-open-source-3d-printer%2F&#038;linkname=First%20prints%20with%20Reprap%2C%20the%20Open%20Source%203D%20printer" 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%2Ffirst-prints-with-reprap-the-open-source-3d-printer%2F&#038;linkname=First%20prints%20with%20Reprap%2C%20the%20Open%20Source%203D%20printer" 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%2Ffirst-prints-with-reprap-the-open-source-3d-printer%2F&#038;linkname=First%20prints%20with%20Reprap%2C%20the%20Open%20Source%203D%20printer" 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%2Ffirst-prints-with-reprap-the-open-source-3d-printer%2F&#038;title=First%20prints%20with%20Reprap%2C%20the%20Open%20Source%203D%20printer" id="wpa2a_8">Share</a></p><p>No related posts.</p>
	Tags: <a href="http://risto.kurppa.fi/blog/tag/hardware/" title="hardware" rel="tag">hardware</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-reprap/" title="planet-reprap" rel="tag">planet-reprap</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/reprap/" title="reprap" rel="tag">reprap</a><br />
]]></content:encoded>
			<wfw:commentRss>http://risto.kurppa.fi/blog/2010/12/first-prints-with-reprap-the-open-source-3d-printer/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Meego 1.1.80.10.20101214.1 on N900</title>
		<link>http://risto.kurppa.fi/blog/2010/12/meego-1-1-80-10-20101214-1-on-n900/</link>
		<comments>http://risto.kurppa.fi/blog/2010/12/meego-1-1-80-10-20101214-1-on-n900/#comments</comments>
		<pubDate>Sat, 18 Dec 2010 23:16:53 +0000</pubDate>
		<dc:creator>Risto H. Kurppa</dc:creator>
				<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-vapaasuomi]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://risto.kurppa.fi/blog/?p=4082</guid>
		<description><![CDATA[Another quick Meego@N900 test. Earlier tests here and here. UPDATE: Someone correctly reminded me that it isn&#8217;t very fair to review latest unstable images that go through major changes all the time. So when reading this post, remember that &#8216;there&#8217;s &#8230; <a href="http://risto.kurppa.fi/blog/2010/12/meego-1-1-80-10-20101214-1-on-n900/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ul>
<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/2011/08/black-belt-sorvi-hero-for-n900/' rel='bookmark' title='BlackBelt Sorvi Hero for N900'>BlackBelt Sorvi Hero for N900</a> <small>Assembly 2011 winning game: Black Belt Sorvi Hero is also available...</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>Another quick Meego@N900 test. Earlier tests <a  href="http://risto.kurppa.fi/blog/2010/11/first-experiences-with-meego/">here</a> and <a  href="http://risto.kurppa.fi/blog/2010/11/meego-1-1-80-7-20101119-1-on-n900/">here</a>.</p>
<p><em>UPDATE: Someone correctly reminded me that it isn&#8217;t very fair to review latest unstable images that go through major changes all the time. So when reading this post, remember that &#8216;there&#8217;s more than this&#8217; and nobody is telling this is the image to use! And I&#8217;m using a slow, class4 uSD card so don&#8217;t take me seriously when I talk about speed!<br />
</em></p>
<h3>Starting Meego on N900 with Ubuntu</h3>
<p><code>wget http://repo.meego.com/MeeGo/builds/1.1.80/1.1.80.10.20101214.1/handset/images/meego-handset-armv7l-n900/meego-handset-armv7l-n900-1.1.80.10.20101214.1-mmcblk0p.raw.bz2<br />
wget http://repo.meego.com/MeeGo/builds/1.1.80/1.1.80.10.20101214.1/handset/images/meego-handset-armv7l-n900/meego-handset-armv7l-n900-1.1.80.10.20101214.1-vmlinuz-2.6.35.3-13.8-n900<br />
</code></p>
<p>Make sure you have bzcat pv and flasher-3.5 installed<br />
Insert mmc in card reader of your desktop computer, check with dmesg where it is (/dev/sde here). Then run:<br />
<code>bzcat meego-handset-armv7l-n900-1.1.80.10.20101214.1-mmcblk0p.raw.bz2  | pv | sudo dd bs=4096 of=/dev/sde</code></p>
<p>Remove MMC from card reader, install it in N900, shut it down (yes!). Then run<br />
<code>sudo flasher-3.5 -l -k meego-handset-armv7l-n900-1.1.80.10.20101214.1-vmlinuz-2.6.35.3-13.8-n900 -b<br />
</code>and connect the USB cable of N900.</p>
<h3>Quick test results</h3>
<ul>
<li>Menu is quite slow</li>
<li>Settings menu now has more items but most of them have no content.</li>
<li>At least Language &amp; Keyboard and Applications have content but most others don&#8217;t.</li>
<li>Connecting to open Wifi was no through settings -&gt; applications -&gt; wifi</li>
<li>After this I tried to connect to my Twitter account but with no success.</li>
<li>Tried to connect to Google Talk but could&#8217;nt add . with the hardware keyboard</li>
<li>On-the-screen keyboard is a mess, it needs to be taught to write what I want, not remove characters when I try to add new and so on.. (I think I actually have seen the same bug on Openmoko Freerunner on one of it&#8217;s browsers. Can&#8217;t remember which one, though, but it was in SHR.</li>
<li>All strings (including menus, buttons etc) have !! in front of them. Doesn&#8217;t really improve usability, maybe they are there to remind that the strings are not final.</li>
<li>The top bar shows a small aeroplane icon. Am I not registered to the GSM network? Tried to call N900 and nothing happened.</li>
<li>However I was able to place a call using Meego so after all it&#8217;s registered.</li>
<li>The test call automatically used the phone speaker again</li>
<li>Top bar also shows that I&#8217;m soon running out of battery (surprise, it&#8217;s N900 :), bluetooth icon, WLAN icon and time. Also some simple unidentified green icon.</li>
<li>The screen sometimes goes black, then maybe flickers, shows the image unsharp and then later again settles back to normal.</li>
<li>Meego now recognizes the orientation of the phone and rotates the screen accordingly. Quite smooth. I can even turn it upside down!</li>
<li>On Fennec, the web browser, the on-screen keyboard works OK</li>
<li>I was able to get to <a  href="http://www.yle.fi">yle.fi</a> website. Very slow but eventually it was there!</li>
<li>I would like to know how to take screenshots. Maybe for the next review. Or how do I start terminal?</li>
</ul>
<p>Not so encouraging this time. In it&#8217;s current state I can&#8217;t recommend Meego for anyone with N900, unless you&#8217;re a real haxxor interested in improving Meego. In that case, please do try it! Waiting for Meego 1.2 to come out.</p>
<p><em>UPDATE: Someone correctly reminded me that it isn&#8217;t very fair to  review latest unstable images that go through major changes all the  time. So when reading this post, remember that &#8216;there&#8217;s more than this&#8217;  and nobody is telling this is the image to use!</em><em> And I&#8217;m using a slow, class4 uSD card so don&#8217;t take me seriously when I talk about speed!</em></p>

<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F12%2Fmeego-1-1-80-10-20101214-1-on-n900%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%2Fmeego-1-1-80-10-20101214-1-on-n900%2F&#038;linkname=Meego%201.1.80.10.20101214.1%20on%20N900" 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%2Fmeego-1-1-80-10-20101214-1-on-n900%2F&#038;linkname=Meego%201.1.80.10.20101214.1%20on%20N900" 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%2Fmeego-1-1-80-10-20101214-1-on-n900%2F&#038;linkname=Meego%201.1.80.10.20101214.1%20on%20N900" 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%2Fmeego-1-1-80-10-20101214-1-on-n900%2F&#038;linkname=Meego%201.1.80.10.20101214.1%20on%20N900" 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%2Fmeego-1-1-80-10-20101214-1-on-n900%2F&#038;linkname=Meego%201.1.80.10.20101214.1%20on%20N900" 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%2Fmeego-1-1-80-10-20101214-1-on-n900%2F&#038;linkname=Meego%201.1.80.10.20101214.1%20on%20N900" 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%2Fmeego-1-1-80-10-20101214-1-on-n900%2F&#038;title=Meego%201.1.80.10.20101214.1%20on%20N900" id="wpa2a_10">Share</a></p><p>Related posts:<ul>
<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/2011/08/black-belt-sorvi-hero-for-n900/' rel='bookmark' title='BlackBelt Sorvi Hero for N900'>BlackBelt Sorvi Hero for N900</a> <small>Assembly 2011 winning game: Black Belt Sorvi Hero is also available...</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/12/meego-1-1-80-10-20101214-1-on-n900/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Arduino: automatic compile time stamp</title>
		<link>http://risto.kurppa.fi/blog/2010/12/arduino-automatic-compile-time-stamp/</link>
		<comments>http://risto.kurppa.fi/blog/2010/12/arduino-automatic-compile-time-stamp/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 08:18:25 +0000</pubDate>
		<dc:creator>Risto H. Kurppa</dc:creator>
				<category><![CDATA[Open source]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[planet-fnoss]]></category>
		<category><![CDATA[planet-vapaasuomi]]></category>

		<guid isPermaLink="false">http://risto.kurppa.fi/blog/?p=3637</guid>
		<description><![CDATA[I wanted to see the revision or in this case date and time of compiling every time I start my Arduino program. This is the solution I figured out with the help of #arduino (@IRCnet) IRC channel. void setup() { &#8230; <a href="http://risto.kurppa.fi/blog/2010/12/arduino-automatic-compile-time-stamp/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ul>
<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/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>
</ul>]]></description>
			<content:encoded><![CDATA[<p>I wanted to see the revision or in this case date and time of compiling every time I start my <a  href="http://arduino.cc">Arduino</a> program. This is the solution I figured out with the help of #arduino (@IRCnet) IRC channel.</p>
<p><code>void setup() {<br />
// initialize the serial communication:<br />
Serial.begin(9600);</p>
<p>//Precompiler fills in __DATE__ and  __TIME__<br />
char compiledate[] = __DATE__;<br />
char compiletime[] = __TIME__;</p>
<p>//Time for you to start your serial monitor<br />
delay(3000);</p>
<p>//Printing date one char at the time<br />
for(int i=0;i&lt;strlen(compiledate);++i){<br />
Serial.print(compiledate[i]);<br />
}</p>
<p>Serial.print("  ");</p>
<p>//Printing time one char at the time<br />
for(int i=0;i&lt;strlen(compiletime);++i){<br />
Serial.print(compiletime[i]);<br />
}</p>
<p>}</p>
<p>void loop() {</p>
<p>/* your main program */</p>
<p></code></p>
<p><code>}</code></p>
<p>Works great!</p>
<p>Also check RTC</p>

<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F12%2Farduino-automatic-compile-time-stamp%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%2Farduino-automatic-compile-time-stamp%2F&#038;linkname=Arduino%3A%20automatic%20compile%20time%20stamp" 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%2Farduino-automatic-compile-time-stamp%2F&#038;linkname=Arduino%3A%20automatic%20compile%20time%20stamp" 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%2Farduino-automatic-compile-time-stamp%2F&#038;linkname=Arduino%3A%20automatic%20compile%20time%20stamp" 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%2Farduino-automatic-compile-time-stamp%2F&#038;linkname=Arduino%3A%20automatic%20compile%20time%20stamp" 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%2Farduino-automatic-compile-time-stamp%2F&#038;linkname=Arduino%3A%20automatic%20compile%20time%20stamp" 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%2Farduino-automatic-compile-time-stamp%2F&#038;linkname=Arduino%3A%20automatic%20compile%20time%20stamp" 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%2Farduino-automatic-compile-time-stamp%2F&#038;title=Arduino%3A%20automatic%20compile%20time%20stamp" id="wpa2a_12">Share</a></p><p>Related posts:<ul>
<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/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>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://risto.kurppa.fi/blog/2010/12/arduino-automatic-compile-time-stamp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Meego 1.1.80.7.20101119.1 on N900</title>
		<link>http://risto.kurppa.fi/blog/2010/11/meego-1-1-80-7-20101119-1-on-n900/</link>
		<comments>http://risto.kurppa.fi/blog/2010/11/meego-1-1-80-7-20101119-1-on-n900/#comments</comments>
		<pubDate>Sun, 21 Nov 2010 22:01:28 +0000</pubDate>
		<dc:creator>Risto H. Kurppa</dc:creator>
				<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-vapaasuomi]]></category>

		<guid isPermaLink="false">http://risto.kurppa.fi/blog/?p=3625</guid>
		<description><![CDATA[As I earlier wrote, I had hard time figuring out how to try Meego on N900. Now I know how it works and decided to try the latest build, 1.1.80.7.20101119.1 Here&#8217;s a quick list of things that have changed and &#8230; <a href="http://risto.kurppa.fi/blog/2010/11/meego-1-1-80-7-20101119-1-on-n900/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ul>
<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/2011/08/black-belt-sorvi-hero-for-n900/' rel='bookmark' title='BlackBelt Sorvi Hero for N900'>BlackBelt Sorvi Hero for N900</a> <small>Assembly 2011 winning game: Black Belt Sorvi Hero is also available...</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>As I <a  href="http://risto.kurppa.fi/blog/2010/11/first-experiences-with-meego/">earlier wrote</a>, I had hard time figuring out how to try Meego on N900. Now I know how it works and decided to try the latest build, <a  href="http://repo.meego.com/MeeGo/builds/1.1.80/1.1.80.7.20101119.1/handset/images/meego-handset-armv7l-n900/">1.1.80.7.20101119.1</a></p>
<p>Here&#8217;s a quick list of things that have changed and other:</p>
<ul>
<li>Overall look is a bit more finished than it was in 1.1</li>
<li>Wifi still works :)</li>
<li>Couldn&#8217;t any more see any icons in the top part of the screen indicating the status of GSM network or anything else</li>
<li>Starting web browser (Fennec) is quite slow (but hey, optimization comes later, I&#8217;ve been told..)</li>
<li>period (.) key still failed in the browser, it moved the cursor to left :/</li>
<li>UI buttons have a touch of Maemo: Close on top right and &#8216;Exposé&#8217; or similar in top left</li>
<li>Couldn&#8217;t really use the zoom function of the browser but zooming with HW buttons works nicely.</li>
<li>Closing the HW keyboard of N900 shows the on-screen keyboard. Nice! (I guess this is only when I had a text field activated)</li>
<li>Sliding finger to left/right on Fennec shows tabs or settings/navi bar</li>
<li>Coulnd&#8217;t find Xterm in the menu any more to try command line interface. In 1.1 it was still there.</li>
<li>While making a test call I did hear the &#8216;connecting&#8217; tone this time &#8211; but still from the speakers, not from the ear piece.</li>
<li>I couldn&#8217;t call TO the Meego@N900 for some reason, Meego gave me no indication of incoming call.</li>
</ul>
<p>Now I&#8217;d need a way to SSH in to Meego@N900 over WLAN and figure out a way to take screenshots for you :)</p>
<p>KDE elements or mostly Plasma on Meego looks promising, check this:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="250" 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/UKdLCGCTu8w?fs=1&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="400" height="250" src="http://www.youtube.com/v/UKdLCGCTu8w?fs=1&amp;hl=en_US&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>

<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F11%2Fmeego-1-1-80-7-20101119-1-on-n900%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%2F11%2Fmeego-1-1-80-7-20101119-1-on-n900%2F&#038;linkname=Meego%201.1.80.7.20101119.1%20on%20N900" 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%2F11%2Fmeego-1-1-80-7-20101119-1-on-n900%2F&#038;linkname=Meego%201.1.80.7.20101119.1%20on%20N900" 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%2F11%2Fmeego-1-1-80-7-20101119-1-on-n900%2F&#038;linkname=Meego%201.1.80.7.20101119.1%20on%20N900" 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%2F11%2Fmeego-1-1-80-7-20101119-1-on-n900%2F&#038;linkname=Meego%201.1.80.7.20101119.1%20on%20N900" 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%2F11%2Fmeego-1-1-80-7-20101119-1-on-n900%2F&#038;linkname=Meego%201.1.80.7.20101119.1%20on%20N900" 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%2F11%2Fmeego-1-1-80-7-20101119-1-on-n900%2F&#038;linkname=Meego%201.1.80.7.20101119.1%20on%20N900" 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%2F11%2Fmeego-1-1-80-7-20101119-1-on-n900%2F&#038;title=Meego%201.1.80.7.20101119.1%20on%20N900" id="wpa2a_14">Share</a></p><p>Related posts:<ul>
<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/2011/08/black-belt-sorvi-hero-for-n900/' rel='bookmark' title='BlackBelt Sorvi Hero for N900'>BlackBelt Sorvi Hero for N900</a> <small>Assembly 2011 winning game: Black Belt Sorvi Hero is also available...</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/11/meego-1-1-80-7-20101119-1-on-n900/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First experiences with Meego</title>
		<link>http://risto.kurppa.fi/blog/2010/11/first-experiences-with-meego/</link>
		<comments>http://risto.kurppa.fi/blog/2010/11/first-experiences-with-meego/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 19:47:34 +0000</pubDate>
		<dc:creator>Risto H. Kurppa</dc:creator>
				<category><![CDATA[Open source]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[meego]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[n900]]></category>
		<category><![CDATA[planet-fnoss]]></category>
		<category><![CDATA[planet-vapaasuomi]]></category>

		<guid isPermaLink="false">http://risto.kurppa.fi/blog/?p=3615</guid>
		<description><![CDATA[I finally got so interested in Meego that I had to do something about it. First I installed the Meego Software Developer Kit. It was easy, copying commands and things worked fine. Got QTcreator up and running, I was even &#8230; <a href="http://risto.kurppa.fi/blog/2010/11/first-experiences-with-meego/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ul>
<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/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>I finally got so interested in Meego that I had to do something about it.</p>
<p>First I installed the <a  href="http://wiki.meego.com/SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Linux">Meego Software Developer Kit</a>. It was easy, copying commands and things worked fine. Got QTcreator up and running, I was even able to create my first Meego RPM package. QEMU-meego also started fine and I was able to SSH in there.</p>
<p>Then I got interested in Meego itself.. and decided to <a  href="http://wiki.meego.com/ARM/N900/Install/MMC">install it on 8GB MMC</a>. Pretty straight forward again &#8211; awesome instructions. I used the images meego-handset-armv7l-n900-1.1.80.7.20101119.1.</p>
<p>Flasher uploads the kernel, I see some text on the screen but with no backlight so the text is not readable. Yellow led is on. Last line says &#8220;stdoops: ready 5, 6, (no erase)&#8221;.</p>
<p>Now I wonder if this normal, do I need to wait longer or did something fail?</p>
<h3>Retrial</h3>
<p>Tried on two-three images &#8211; when I finally figured out (someone pointed out that to me) that you need to dd it to the card, not partition! So here are the commands to use:<br />
<code>bzcat meego-handset-armv7l-n900-1.1-mmcblk0p.raw.bz2 | pv | sudo dd bs=4096 of=/dev/sde</code></p>
<p>then install the MMC on N900, close cover and run<br />
<code>sudo flasher-3.5 -l -k meego-handset-armv7l-n900-1.1-vmlinuz-2.6.35.3-10.3-n900 -b</code></p>
<p>and connect the USB cable. And it boots!</p>
<h3>Meego</h3>
<p>These tests have been made with meego-handset-armv71-n900-1.1.</p>
<ul>
<li>You&#8217;ve all seen the screenshots &#8211; and I have no idea how to take one. But colorful background, menu at the bottom.</li>
<li>Photo viewer works fine.</li>
<li>Overall speed decent.</li>
<li>Phone software &#8211; horizontal only.</li>
<li>Making a call &#8211; actually was quite successful: didn&#8217;t hear the dialing voice at all. Audio came out from phone speaker, not from where it&#8217;s supposed to come out, the ear piece.</li>
<li>I was able to connect to our open WLAN and even open Firefox.</li>
<li>Navigating and using it is hard as period (.) and arrow keys don&#8217;t work. However I was able to google for google and the page opened.</li>
<li>I also tried to SSH in with no success so far.</li>
<li>Animations are smooth. The demo video &#8216;<a  href="http://www.bigbuckbunny.org/">Big Buck Bunny</a>&#8216; plays also smoothly (240p). Playing with videos made Meego stop working, nothing happened except from power button that restarted (to Maemo5).</li>
</ul>
<h3>Summary</h3>
<p>1.1 not recommended for you unless you&#8217;re a developer and want to have hardware to test your software on. However don&#8217;t forget that Meego 1.2 should already be <a  href="http://meego.com/community/blogs/valhalla/2010/meego-1.1-release">much more usable</a>:</p>
<blockquote><p>MeeGo development continues forward on a six-month cadence. MeeGo 1.2 is scheduled for April of 2011 and it will include a Handset UX release with a complete set of applications, and support for other device usage models.</p></blockquote>

<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F11%2Ffirst-experiences-with-meego%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%2F11%2Ffirst-experiences-with-meego%2F&#038;linkname=First%20experiences%20with%20Meego" 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%2F11%2Ffirst-experiences-with-meego%2F&#038;linkname=First%20experiences%20with%20Meego" 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%2F11%2Ffirst-experiences-with-meego%2F&#038;linkname=First%20experiences%20with%20Meego" 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%2F11%2Ffirst-experiences-with-meego%2F&#038;linkname=First%20experiences%20with%20Meego" 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%2F11%2Ffirst-experiences-with-meego%2F&#038;linkname=First%20experiences%20with%20Meego" 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%2F11%2Ffirst-experiences-with-meego%2F&#038;linkname=First%20experiences%20with%20Meego" 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%2F11%2Ffirst-experiences-with-meego%2F&#038;title=First%20experiences%20with%20Meego" id="wpa2a_16">Share</a></p><p>Related posts:<ul>
<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/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/11/first-experiences-with-meego/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Diaspora experiences, part III</title>
		<link>http://risto.kurppa.fi/blog/2010/09/diaspora-experiences-part-iii/</link>
		<comments>http://risto.kurppa.fi/blog/2010/09/diaspora-experiences-part-iii/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 21:15:07 +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>

		<guid isPermaLink="false">http://risto.kurppa.fi/blog/?p=3545</guid>
		<description><![CDATA[Things move on with Diaspora, the open-source-future-replacement-of-facebook. Diaspora is now the most &#8216;trending repository&#8217; in GitHub Cross-seed friending starts to work here and there, someone figured out that the primary port to connect is 443 and 80 is used as &#8230; <a href="http://risto.kurppa.fi/blog/2010/09/diaspora-experiences-part-iii/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ul>
<li><a href='http://risto.kurppa.fi/blog/2010/09/rooma-iii/' rel='bookmark' title='Rooma III'>Rooma III</a> <small>Työmatka EPSC2010 -kongressiin Roomaan, 09/2010, kolmas päivä. Aamulla huoneesta lähtiessäni...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2009/07/balkan09-osa-iii-ohrid/' rel='bookmark' title='Balkan09, osa III: Ohrid'>Balkan09, osa III: Ohrid</a> <small>Ohrid, Makedonia. Aamulla jo kukonlaulun aikaan auringon ensimmäiset säteet sinkoutuivat...</small></li>
<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>
</ul>]]></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>Things move on with Diaspora, the open-source-future-replacement-of-facebook.</p>
<ul>
<li>Diaspora is now the <a  href="http://github.com/explore">most &#8216;trending repository&#8217; in GitHub</a></li>
<li><a  href="http://github.com/explore"></a>Cross-seed friending starts to work here and there, someone figured out that the primary port to connect is 443 and 80 is used as fallback.. Or something.</li>
<li>I started a <a href="http://github.com/diaspora/diaspora/wiki/Community-supported-seeds">wiki page</a> to list seeds you can try. <a  href="http://www.openlinkup.com">Openlinkup.com</a> seems to be a nice working seed, you can find me there with nick rhk.</li>
</ul>

<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F09%2Fdiaspora-experiences-part-iii%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-experiences-part-iii%2F&#038;linkname=Diaspora%20experiences%2C%20part%20III" 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-experiences-part-iii%2F&#038;linkname=Diaspora%20experiences%2C%20part%20III" 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-experiences-part-iii%2F&#038;linkname=Diaspora%20experiences%2C%20part%20III" 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-experiences-part-iii%2F&#038;linkname=Diaspora%20experiences%2C%20part%20III" 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-experiences-part-iii%2F&#038;linkname=Diaspora%20experiences%2C%20part%20III" 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-experiences-part-iii%2F&#038;linkname=Diaspora%20experiences%2C%20part%20III" 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-experiences-part-iii%2F&#038;title=Diaspora%20experiences%2C%20part%20III" id="wpa2a_18">Share</a></p><p>Related posts:<ul>
<li><a href='http://risto.kurppa.fi/blog/2010/09/rooma-iii/' rel='bookmark' title='Rooma III'>Rooma III</a> <small>Työmatka EPSC2010 -kongressiin Roomaan, 09/2010, kolmas päivä. Aamulla huoneesta lähtiessäni...</small></li>
<li><a href='http://risto.kurppa.fi/blog/2009/07/balkan09-osa-iii-ohrid/' rel='bookmark' title='Balkan09, osa III: Ohrid'>Balkan09, osa III: Ohrid</a> <small>Ohrid, Makedonia. Aamulla jo kukonlaulun aikaan auringon ensimmäiset säteet sinkoutuivat...</small></li>
<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>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://risto.kurppa.fi/blog/2010/09/diaspora-experiences-part-iii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Diaspora experiences, part II</title>
		<link>http://risto.kurppa.fi/blog/2010/09/diaspora-experiences-part-ii/</link>
		<comments>http://risto.kurppa.fi/blog/2010/09/diaspora-experiences-part-ii/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 22:02:13 +0000</pubDate>
		<dc:creator>Risto H. Kurppa</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[diaspora]]></category>
		<category><![CDATA[planet-fnoss]]></category>
		<category><![CDATA[planet-vapaasuomi]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[some]]></category>

		<guid isPermaLink="false">http://risto.kurppa.fi/blog/?p=3541</guid>
		<description><![CDATA[After playing around with Diaspora for a day or two, some new quick thoughts. The Start In April/May, four students announced that they will build an open-source social network. People were able to donate money for that. Very quickly they got &#8230; <a href="http://risto.kurppa.fi/blog/2010/09/diaspora-experiences-part-ii/">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>After playing around with <a  href="http://www.joindiaspora.com/">Diaspora</a> for a day or two, some new quick thoughts.</p>
<h3>The Start</h3>
<p>In April/May, four students announced that they will build an open-source social network. People were able to<a  href="http://www.kickstarter.com/projects/196017994/diaspora-the-personally-controlled-do-it-all-distr"> donate money</a> for that. Very quickly they got loads of money &#8211; they collected around $200 000 which is about 2000% of what they wanted!</p>
<p>They take the money and start working. We had no idea who they are and what they know. And now, around 5 months later we get the developer version. I&#8217;m sure they made the best, but it means that the fundamental design plans are made with their best knowledge. Are they good enough in the long run or how long it takes before something fundamental needs to be rewritten?</p>
<p>Diaspora got the attention a project like this needs. Have you heard about <a  href="http://opensource.appleseedproject.org/">Appleseed</a>? Open source, fully distributed and decentralized social networking software. Neither have I. This is what&#8217;s good with Diaspora &#8211; people know about it!</p>
<h3>Now</h3>
<p>I now have tried four instances. They failed in talking to each other, can&#8217;t add friends from another seed. Someone at #diaspora IRC channel (Freenode network) reported now that they&#8217;ve been successful in sending requests from a seed to another. Also adding photos seems to work, the instance I first tried had its problems. You can try some of the public, official seeds listed at <a  href="http://github.com/diaspora/diaspora/wiki/Frequently-Asked-Questions">FAQ</a> or join the IRC channel or mailing list and ask if someone has a public instance to offer. All important links are listed at the bottom of the <a  href="http://www.joindiaspora.com/2010/09/15/developer-release.html">announcement blog post</a>.<br />
<span style="font-weight: normal; font-size: 13px;">A nice Diaspora review by Computerworld is available <a  href="http://blogs.computerworld.com/16974/diaspora_its_no_facebook_yet?source=rss_vnichols">here</a>.</span></p>
<h3>Future</h3>
<p>Anyway, Diaspora took well off, it&#8217;s clear that people were willing to have an option for Facebook. Now we wait to hear how the open sourced version works and to see what&#8217;ll be the pace of the development with the community &#8211; and also, what&#8217;s important, how will they communicate with the community.<br />
Also check the <a  href="http://github.com/diaspora/diaspora/wiki/Roadmap">Roadmap</a>, looks very promising!</p>

<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fristo.kurppa.fi%2Fblog%2F2010%2F09%2Fdiaspora-experiences-part-ii%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-experiences-part-ii%2F&#038;linkname=Diaspora%20experiences%2C%20part%20II" 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-experiences-part-ii%2F&#038;linkname=Diaspora%20experiences%2C%20part%20II" 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-experiences-part-ii%2F&#038;linkname=Diaspora%20experiences%2C%20part%20II" 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-experiences-part-ii%2F&#038;linkname=Diaspora%20experiences%2C%20part%20II" 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-experiences-part-ii%2F&#038;linkname=Diaspora%20experiences%2C%20part%20II" 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-experiences-part-ii%2F&#038;linkname=Diaspora%20experiences%2C%20part%20II" 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-experiences-part-ii%2F&#038;title=Diaspora%20experiences%2C%20part%20II" id="wpa2a_20">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/planet-fnoss/" title="planet-fnoss" rel="tag">planet-fnoss</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/software/" title="software" rel="tag">software</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-experiences-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

