<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">

<channel>
	<title>Planet Linux-to-go</title>
	<link>http://planet.linuxtogo.org/</link>
	<language>en</language>
	<description>Planet Linux-to-go - http://planet.linuxtogo.org/</description>

<item>
	<title>Michael 'Mickey' Lauer: Openmoko Workshop in Munich</title>
	<guid>http://www.vanille-media.de/site/index.php/2009/07/02/openmoko-workshop-in-munich/</guid>
	<link>http://www.vanille-media.de/site/index.php/2009/07/02/openmoko-workshop-in-munich/</link>
	<description>&lt;p&gt;I&amp;#8217;ll be present at the first Openmoko Workshop in &lt;a title=&quot;Munich&quot; href=&quot;http://www.muenchen.de/home/60093/Homepage.html&quot;&gt;Munich&lt;/a&gt;, gracefully organized by Dr. N. Schaller (&lt;a title=&quot;Golden Delicious&quot; href=&quot;http://www.goldelico.com&quot;&gt;Goldelico&lt;/a&gt;) hosted at the &lt;a title=&quot;FH Munich&quot; href=&quot;http://w3-n.hm.edu/z_englishversion/index.en.html&quot;&gt;University of applied science&lt;/a&gt; in Munich. Topics will be developer-oriented, but beginners are also invited. There are only few seats left, so please contact Dr. Schaller via the &lt;a title=&quot;freeyourphone.de&quot; href=&quot;http://www.freeyourphone.de&quot;&gt;freeyourphone.de&lt;/a&gt; forum, if you want to be on board.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ll be talking mainly about &lt;a title=&quot;freesmartphone.org&quot; href=&quot;http://www.freesmartphone.org&quot;&gt;freesmartphone.org&lt;/a&gt; &amp;#8212; the beginning (2002-2008, from handhelds.org to openmoko.org), the present (2009, how to program with FSO), the future (2010-, what the Vala rewrite will bring and how we get FSO to more hardware).&lt;/p&gt;
&lt;p&gt;This is just a loose gathering to get started. If there is sufficient interest, we will consider turning this into a more formal (professional) training course in the future. Hope to see you there!
&lt;/p&gt;</description>
	<pubDate>Thu, 02 Jul 2009 15:45:09 +0000</pubDate>
	<dc:creator>mickey</dc:creator>
</item>
<item>
	<title>Philip Van Hoof: Tracker experimental merged to main development tree, Ivan’s presentation</title>
	<guid>http://pvanhoof.be/blog/index.php/2009/07/02/tracker-experimental-merged-to-main-development-tree-ivans-presentation</guid>
	<link>http://pvanhoof.be/blog/index.php/2009/07/02/tracker-experimental-merged-to-main-development-tree-ivans-presentation</link>
	<description>&lt;p&gt;
    I&amp;#8217;m currently involved in the Tracker project and our project will be &lt;a href=&quot;http://www.grancanariadesktopsummit.org/node/170&quot; id=&quot;r0cf&quot; title=&quot;presented&quot;&gt;presented&lt;/a&gt; by &lt;a title=&quot;Ivan Frade&quot; href=&quot;http://blog.ifrade.es/&quot; id=&quot;r6s7&quot;&gt;Ivan Frade&lt;/a&gt; at the Desktop Summit this &lt;a href=&quot;http://www.grancanariadesktopsummit.org/node/265&quot; id=&quot;rqfh&quot; title=&quot;Sunday&quot;&gt;Sunday&lt;/a&gt;.
  &lt;/p&gt;
&lt;p&gt;
    We merged our experimental branch &lt;i&gt;tracker-store&lt;/i&gt; to &lt;a title=&quot;master&quot; href=&quot;http://git.gnome.org/cgit/tracker/log/&quot; id=&quot;hb9l&quot;&gt;master&lt;/a&gt;. This means that &lt;a href=&quot;http://pvanhoof.be/blog/index.php/2009/05/25/rearchitecting-tracker&quot;&gt;our reachitecture plans&lt;/a&gt; for Tracker have mostly been implemented and are being pushed forward into the main development tree.
  &lt;/p&gt;
&lt;p&gt;
    I will start with a comparison with Tracker&amp;#8217;s 0.6.x series.
  &lt;/p&gt;
&lt;p&gt;&lt;b&gt;Tracker master:&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
      Uses &lt;a href=&quot;http://www.w3.org/TR/rdf-sparql-query/&quot;&gt;SPARQL&lt;/a&gt; as query language
    &lt;/li&gt;
&lt;li&gt;
      Uses &lt;a href=&quot;http://www.semanticdesktop.org/ontologies/&quot;&gt;Nepomuk&lt;/a&gt; for its base ontologies
    &lt;/li&gt;
&lt;li&gt;
      Supports &lt;a href=&quot;http://jena.hpl.hp.com/%7Eafs/SPARQL-Update.html&quot;&gt;SPARQL Update&lt;/a&gt;
    &lt;/li&gt;
&lt;li&gt;
      Supports &lt;a href=&quot;http://www.w3.org/2009/sparql/wiki/Feature:AggregateFunctions&quot; id=&quot;brme&quot; title=&quot;aggregates&quot;&gt;aggregates&lt;/a&gt; COUNT, AVG, SUM, MIN and MAX in SPARQL
    &lt;/li&gt;
&lt;li&gt;
      Operates for all its storage functionality as a separate binary
    &lt;/li&gt;
&lt;li&gt;
      Operates all its indexing, crawling and monitoring functionalities in a separately packagable binary&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;b&gt;Tracker 0.6.9x:&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
      Uses RDFQuery as query language
    &lt;/li&gt;
&lt;li&gt;
      Has its own ontology
    &lt;/li&gt;
&lt;li&gt;
      Has very limited support for storing your own data
    &lt;/li&gt;
&lt;li&gt;
      Supports several aggregate functions in its query language
    &lt;/li&gt;
&lt;li&gt;
      Operates for all its storage functionality in the indexer
    &lt;/li&gt;
&lt;li&gt;
      Operates for all its query functionality in the permanent daemon
    &lt;/li&gt;
&lt;li&gt;
      Does file monitoring and crawling in the permanent daemon
    &lt;/li&gt;
&lt;li&gt;
      Operates all its indexing functionality in a separately packagable binary
    &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
    &lt;b&gt;Tracker master:&lt;/b&gt;
  &lt;/p&gt;
&lt;p&gt;
    &lt;b&gt;Architecture&lt;/b&gt;
  &lt;/p&gt;
&lt;p&gt;
    The storage service uses the Nepomuk ontologies as schema. It allows you to both query and insert or delete data.
  &lt;/p&gt;
&lt;p&gt;
    The fs-miner finds, crawls and monitors file resources. It also analyses those files and extracts the metadata. It instructs the storage service to store the metadata.
  &lt;/p&gt;
&lt;p&gt;
    External applications and other such miners are allowed to both query and insert using the storage service. Priority is given to queries over stores.
  &lt;/p&gt;
&lt;p&gt;
    Plugins that run in process of the application can push information into Tracker. We indeed don&amp;#8217;t try to scan Evolution&amp;#8217;s cache formats, we have a plugin that gets it out of Evolution and into Tracker.
  &lt;/p&gt;
&lt;p&gt;
    &lt;b&gt;Storage service&amp;#8217;s API and IPC&lt;/b&gt;
  &lt;/p&gt;
&lt;p&gt;
    The storage service gives priority to SELECT queries to ensure that apps in need of metadata get serviced quickly.
  &lt;/p&gt;
&lt;p&gt;
    INSERT and DELETE calls get queued. SELECT ones get executed immediately. For apps that require consistency and/or insertion speed we provide a batch mode that has a commit barrier. When the commit calls back you know that everything that came before it, is in a consistent shape. We don&amp;#8217;t support full transactions with rollback.
  &lt;/p&gt;
&lt;p&gt;
    The standard API operates over DBus. This means while using it you are subject to DBus&amp;#8217;s performance limitations. In SPARQL Update it is possible to group a lot of writes. Due to DBus&amp;#8217;s latency overhead this is recommended when inserting larger sets of data. We&amp;#8217;re experimenting with a custom IPC system, based on unix sockets, to get increased throughput for apps that want to put a lot of INSERTs onto our queue.
  &lt;/p&gt;
&lt;p&gt;
    We provide a feature that &lt;a href=&quot;http://live.gnome.org/Tracker/Documentation/SignalsOnChanges&quot;&gt;signals on changes&lt;/a&gt; happening to certain types. You can see this as a poor man&amp;#8217;s live search. Full live search for SPARQL is fairly complicated. Maybe in future we&amp;#8217;ll implement something like that.
  &lt;/p&gt;
&lt;p&gt;
    &lt;b&gt;Ontology&lt;/b&gt;
  &lt;/p&gt;
&lt;p&gt;
    We support the majority of the Nepomuk base ontologies and our so called filesystem miners will store found metadata using Nepomuk&amp;#8217;s ontologies. We support static custom ontologies right now. This means that it&amp;#8217;s impossible to dynamically add a new ontology unless you reset the entire database first.
  &lt;/p&gt;
&lt;p&gt;
    We&amp;#8217;re planning to support dynamically adding and removing ontologies. The ontology format that we use is &lt;a href=&quot;http://www.w3.org/TeamSubmission/turtle/&quot;&gt;Turtle&lt;/a&gt;.
  &lt;/p&gt;
&lt;p&gt;
    &lt;b&gt;Backup and import&lt;/b&gt;
  &lt;/p&gt;
&lt;p&gt;
    Right now we support loading data into our database using either SPARQL Update, an experimental unix-socket based IPC, and by passing us a Turtle file.
  &lt;/p&gt;
&lt;p&gt;
    We currently have no support for making a backup. Support for this is on priority planning. It will write a Turtle file (which can be loaded afterward).
  &lt;/p&gt;
&lt;p&gt;
    &lt;b&gt;Backup and import of ontology specific metadata&lt;/b&gt;
  &lt;/p&gt;
&lt;p&gt;
    When we introduce support for custom ontologies it&amp;#8217;ll be useful for apps that provided their own custom ontology to get a backup of just the data that has relevance to said ontology. We plan to provide a method to do that.
  &lt;/p&gt;
&lt;p&gt;
    &lt;b&gt;Volume support&lt;/b&gt;
  &lt;/p&gt;
&lt;p&gt;
    Having a static custom ontology for volume support, volumes and their status is queryable over SPARQL. File resources also get linked to said volumes. This makes it possible to get the availability of a file resource. For example: return metadata about all photos that are located on a specific camera, although the camera isn&amp;#8217;t connected to this device.
  &lt;/p&gt;
&lt;p&gt;
    Volume support is a work in progress at this moment.
  &lt;/p&gt;</description>
	<pubDate>Thu, 02 Jul 2009 14:59:29 +0000</pubDate>
	<dc:creator>pvanhoof</dc:creator>
</item>
<item>
	<title>Marcin 'Hrw' Juszkiewicz: Embedded package managers sucks</title>
	<guid>http://marcin.juszkiewicz.com.pl/?p=1128</guid>
	<link>http://feedproxy.google.com/~r/HrwWebsite/~3/XF15gaUqOh0/</link>
	<description>&lt;p&gt;Years ago someone wrote IPKG in pure shell. It can be still found in some distributions. Then it was rewritten into C and this version we used in OpenEmbedded derived systems. It had some bugs, we patched some of them, from time to time there was even upstream development done for it.&lt;/p&gt;

&lt;p&gt;Then Openmoko arrived and forked IPKG &amp;#8212; new project got OPKG name. It was written by OpenedHand and Openmoko developers. Their main goals were:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;callbacks for GUI package managers&lt;/li&gt;
&lt;li&gt;GPG signed repositories&lt;/li&gt;
&lt;li&gt;fixing bugs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Many things got changed, OE patches got merged, new bugs was added. Those who use CLI version of opkg (so far the only usable client) lost some functionalities &amp;#8212; for example there is no progress bar when packages are fetched.&lt;/p&gt;

&lt;p&gt;For last few months OPKG is in unmaintained mode again and I think that this is some kind of curse on embedded market package managers.&lt;/p&gt;

&lt;p&gt;Some time ago I discovered that when many (&amp;gt;50) packages needs to be upgraded then opkg segfaults during process and this is not a matter of going out of RAM as I have ~400MB free. Today it did not gave value of PATH for post install scripts&amp;#8230; I wonder what else can be found ;(&lt;/p&gt;

&lt;p&gt;What are other options? So far I know two &amp;#8212; dpkg + apt or rpm + yum. First one costs few megabytes of space, second one require also Python so it is not acceptable for most of our targets. Both also require rebuilding of everything :(&lt;/p&gt;


&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2008/03/17/good-bye-ipkg-welcome-opkg/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Good bye ipkg, welcome opkg&quot;&gt;Good bye ipkg, welcome opkg&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2009/01/22/how-to-install-additional-software-into-your-oe-generated-rootfs/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: How to install additional software into your OE generated rootfs&quot;&gt;How to install additional software into your OE generated rootfs&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2007/03/05/my-neo1973-has-been-sent/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: My Neo1973 has been sent&quot;&gt;My Neo1973 has been sent&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=XF15gaUqOh0:eiISPjmfD14:yIl2AUoC8zA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?d=yIl2AUoC8zA&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=XF15gaUqOh0:eiISPjmfD14:D7DqB2pKExk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=XF15gaUqOh0:eiISPjmfD14:D7DqB2pKExk&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=XF15gaUqOh0:eiISPjmfD14:F7zBnMyn0Lo&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=XF15gaUqOh0:eiISPjmfD14:F7zBnMyn0Lo&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=XF15gaUqOh0:eiISPjmfD14:V_sGLiPBpWU&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=XF15gaUqOh0:eiISPjmfD14:V_sGLiPBpWU&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/HrwWebsite/~4/XF15gaUqOh0&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Thu, 02 Jul 2009 13:08:32 +0000</pubDate>
	<dc:creator>Marcin Juszkiewicz</dc:creator>
</item>
<item>
	<title>Richard 'RP' Purdie: Mechanical Suffering</title>
	<guid>http://www.rpsys.net/wp/?p=63</guid>
	<link>http://www.rpsys.net/wp/?p=63</link>
	<description>&lt;p&gt;When checking the bike over I discovered the chain and sprockets are unlikely to last another trip out and one of the rear wheel bearings has play in it. I took some photos of the suffering of the bike:&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://www.rpsys.net/wp/rp/crm-27-06-09/1.jpg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;A little bit of erosion&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://www.rpsys.net/wp/rp/crm-27-06-09/2.jpg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;and plenty of scratches to the handguards.&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://www.rpsys.net/wp/rp/crm-27-06-09/3.jpg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;A sick looking front sprocket&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://www.rpsys.net/wp/rp/crm-27-06-09/4.jpg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;and a not much better looking rear&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.rpsys.net/wp/rp/crm-27-06-09/5.jpg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;The front panel has finally been ripped from its mount on the radiator. This has been likely to happen for a while as it was already badly cracked. I haven&amp;#8217;t decided how to fix this yet.&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://www.rpsys.net/wp/rp/crm-27-06-09/6.jpg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;A standard bike footpeg&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://www.rpsys.net/wp/rp/crm-27-06-09/7.jpg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;The footpeg I mostly rebuilt from bits of steel bar&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://www.rpsys.net/wp/rp/crm-27-06-09/8.jpg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;The bike, showing signs of wear but not holding up badly considering.&lt;/p&gt;</description>
	<pubDate>Tue, 30 Jun 2009 10:57:53 +0000</pubDate>
	<dc:creator>Richard</dc:creator>
</item>
<item>
	<title>Marcin 'Hrw' Juszkiewicz: Links for 2009-06-29 [del.icio.us]</title>
	<guid>http://del.icio.us/Hrw#2009-06-29</guid>
	<link>http://feedproxy.google.com/~r/HrwWebsite/~3/ZI1t3yBZLrc/Hrw</link>
	<description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.tomshardware.com/picturestory/508-mainframe-computer-history.html&quot;&gt;The Harvard Mark I - Picture Story - Tom's Hardware&lt;/a&gt;&lt;br /&gt;
A Complete History Of Mainframe Computing&lt;/li&gt;
&lt;/ul&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/HrwWebsite/~4/ZI1t3yBZLrc&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Tue, 30 Jun 2009 07:00:00 +0000</pubDate>
</item>
<item>
	<title>Richard 'RP' Purdie: Riding in the Mist</title>
	<guid>http://www.rpsys.net/wp/?p=59</guid>
	<link>http://www.rpsys.net/wp/?p=59</link>
	<description>&lt;p&gt;I went out on the bike on Saturday meeting up with three other local TRF people. The weather wasn&amp;#8217;t too nice being think mist/drizzle in the Tyne valley and making riding with glasses + visor a pain. After going around Slaley forest we headed for the Wear valley and there was briefly sun for a while before the stop for lunch in Alston. Just before lunch the CRM developed a tendency to stall and refusal to start which turned out to be an oiled up plug &amp;#8211; I had spares. Of note was the group leader falling into the Wear which makes a change from me falling off.&lt;/p&gt;
&lt;p&gt;After lunch we headed back via some trails I&amp;#8217;ve done before. On a downhill rocky section I picked up a bit of speed I had difficulty losing and ended up dropping the bike and sliding down the rocks with the bike on my leg. I was trapped under the bike for a while until I worked out how to lift the bike off without putting pressure on my leg. The bike boots did their job well and its just a bit bruised thankfully. The bike was fine after a little adjustment of the handguards.&lt;/p&gt;
&lt;p&gt;Apart from the CRM stalling whilst holding another persons bike for a gate and refusing to restart, the rest of the trip was without incident. For this trip I had my new Garmin Oregon 300 in a pocket so I can now work out where I&amp;#8217;ve been and start contributing to OpenStreetMap. I need to sort out a bikemount/batteries/charger for it but it seems to have kept a reasonable track of my position despite the horrible weather and being in a pocket.&lt;/p&gt;</description>
	<pubDate>Mon, 29 Jun 2009 22:20:30 +0000</pubDate>
	<dc:creator>Richard</dc:creator>
</item>
<item>
	<title>Marcin 'Hrw' Juszkiewicz: Palm SDK has leaked</title>
	<guid>http://marcin.juszkiewicz.com.pl/?p=1090</guid>
	<link>http://feedproxy.google.com/~r/HrwWebsite/~3/5u0rlWU-dnU/</link>
	<description>&lt;p&gt;As some of my readers already noticed there is WebOS SDK available for Palm Pre smartphone. Or rather &amp;#8220;available&amp;#8221; as it is leaked edition not normal release. I will not describe how to get it (using Google is enough) but rather how to get it run under Linux and a bit about what is inside.&lt;/p&gt;

&lt;p&gt;The bad part is that SDK is (so far) available only as MS Windows binary. I did not tried it with WINE but used XP Pro installation on one of my machines to install it. There are two additional installations to be done first &amp;#8212; VirtualBox 2.2.x is required by Palm SDK to be installed and Safari is required for &amp;#8220;Palm Inspector&amp;#8221; tool (which I did not got to work anyway).&lt;/p&gt;

&lt;p&gt;After installation two important files: &amp;#8220;palm_emulator_sdk_47.vmdk&amp;#8221; and &amp;#8220;palm_emulator_sdk_47.iso&amp;#8221; can be found in &amp;#8220;Documents and Settings/$USER/.VirtualBox/&amp;#8221; subdirectories (they are also available in &amp;#8220;Program Files/Palm/SDK/share/emulator/sdk47/&amp;#8221; directory). There is also &amp;#8220;Palm Emulator&amp;#8221; icon on desktop which makes use of them.&lt;/p&gt;

&lt;p&gt;So back to Linux. VirtualBox hard drive image and ISO needs to be copied to Linux machine and given for VirtualBox (configuration of virtual machine can be copied from MS Windows too). It is also possible to use QEMU to boot into SDK but it can be harder to find one with working mouse emulation. This is where their changes to QEMU or VirtualBox would be handy to get &amp;#8212; adding 320&amp;#215;480px resolution to QEMU is few minutes work anyway (needs to change sources of vga bios and replace system one with tweaked copy).&lt;/p&gt;

&lt;p&gt;What can be seen after boot? First error which I hope will be fixed in final release &amp;#8212; &amp;#8220;vga=864&amp;#8243; kernel parameter results in &amp;#8220;unknown video mode&amp;#8221; message. Anyway other modes are working and I suggest 640&amp;#215;480x16 as it has the same height as Palm Pre screen. There is a one problem due that &amp;#8212; screen has wrong calibration so it is hard to use UI.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/files/2009/06/4.jpg&quot; title=&quot;Palm splash&quot; rel=&quot;lightbox[post-1090]&quot;&gt;&lt;img src=&quot;http://marcin.juszkiewicz.com.pl/files/2009/06/4-120x102.jpg&quot; class=&quot;attachment-thumbnail&quot; alt=&quot;&quot; height=&quot;102&quot; width=&quot;120&quot; /&gt;&lt;/a&gt;
&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/files/2009/06/5.jpg&quot; title=&quot;WebOS initial screen&quot; rel=&quot;lightbox[post-1090]&quot;&gt;&lt;img src=&quot;http://marcin.juszkiewicz.com.pl/files/2009/06/5-120x102.jpg&quot; class=&quot;attachment-thumbnail&quot; alt=&quot;&quot; height=&quot;102&quot; width=&quot;120&quot; /&gt;&lt;/a&gt;
&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/files/2009/06/1.jpg&quot; title=&quot;Launcher&quot; rel=&quot;lightbox[post-1090]&quot;&gt;&lt;img src=&quot;http://marcin.juszkiewicz.com.pl/files/2009/06/1-120x102.jpg&quot; class=&quot;attachment-thumbnail&quot; alt=&quot;&quot; height=&quot;102&quot; width=&quot;120&quot; /&gt;&lt;/a&gt;
&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/files/2009/06/2.jpg&quot; title=&quot;First use dialog&quot; rel=&quot;lightbox[post-1090]&quot;&gt;&lt;img src=&quot;http://marcin.juszkiewicz.com.pl/files/2009/06/2-120x102.jpg&quot; class=&quot;attachment-thumbnail&quot; alt=&quot;&quot; height=&quot;102&quot; width=&quot;120&quot; /&gt;&lt;/a&gt;
&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/files/2009/06/6.jpg&quot; title=&quot;New contact dialog&quot; rel=&quot;lightbox[post-1090]&quot;&gt;&lt;img src=&quot;http://marcin.juszkiewicz.com.pl/files/2009/06/6-120x102.jpg&quot; class=&quot;attachment-thumbnail&quot; alt=&quot;&quot; height=&quot;102&quot; width=&quot;120&quot; /&gt;&lt;/a&gt;
&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/files/2009/06/7.jpg&quot; title=&quot;Contacts imported from Facebook&quot; rel=&quot;lightbox[post-1090]&quot;&gt;&lt;img src=&quot;http://marcin.juszkiewicz.com.pl/files/2009/06/7-120x102.jpg&quot; class=&quot;attachment-thumbnail&quot; alt=&quot;&quot; height=&quot;102&quot; width=&quot;120&quot; /&gt;&lt;/a&gt;
&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/files/2009/06/8.jpg&quot; title=&quot;Dialer with two calls&quot; rel=&quot;lightbox[post-1090]&quot;&gt;&lt;img src=&quot;http://marcin.juszkiewicz.com.pl/files/2009/06/8-120x102.jpg&quot; class=&quot;attachment-thumbnail&quot; alt=&quot;&quot; height=&quot;102&quot; width=&quot;120&quot; /&gt;&lt;/a&gt;
&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/files/2009/06/9.jpg&quot; title=&quot;Cards&quot; rel=&quot;lightbox[post-1090]&quot;&gt;&lt;img src=&quot;http://marcin.juszkiewicz.com.pl/files/2009/06/9-120x102.jpg&quot; class=&quot;attachment-thumbnail&quot; alt=&quot;&quot; height=&quot;102&quot; width=&quot;120&quot; /&gt;&lt;/a&gt;
&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/files/2009/06/10.jpg&quot; title=&quot;Google Maps&quot; rel=&quot;lightbox[post-1090]&quot;&gt;&lt;img src=&quot;http://marcin.juszkiewicz.com.pl/files/2009/06/10-120x102.jpg&quot; class=&quot;attachment-thumbnail&quot; alt=&quot;&quot; height=&quot;102&quot; width=&quot;120&quot; /&gt;&lt;/a&gt;
&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/files/2009/06/11.jpg&quot; title=&quot;Video player&quot; rel=&quot;lightbox[post-1090]&quot;&gt;&lt;img src=&quot;http://marcin.juszkiewicz.com.pl/files/2009/06/11-120x102.jpg&quot; class=&quot;attachment-thumbnail&quot; alt=&quot;&quot; height=&quot;102&quot; width=&quot;120&quot; /&gt;&lt;/a&gt;
&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/files/2009/06/13.jpg&quot; title=&quot;Calculator with transparent menu opened&quot; rel=&quot;lightbox[post-1090]&quot;&gt;&lt;img src=&quot;http://marcin.juszkiewicz.com.pl/files/2009/06/13-120x102.jpg&quot; class=&quot;attachment-thumbnail&quot; alt=&quot;&quot; height=&quot;102&quot; width=&quot;120&quot; /&gt;&lt;/a&gt;
&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/files/2009/06/14.jpg&quot; title=&quot;Wrong touchscreen calibration effect (I am clicking on blue dot)&quot; rel=&quot;lightbox[post-1090]&quot;&gt;&lt;img src=&quot;http://marcin.juszkiewicz.com.pl/files/2009/06/14-120x102.jpg&quot; width=&quot;120&quot; height=&quot;102&quot; class=&quot;attachment-thumbnail&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Some applications are coded in ugly style &amp;#8212; seems to have 320&amp;#215;480px resolution hardcoded (Google Maps, Video player, Dialer). But there are also others which resize properly (Contacts, desktop). To play with them few key shortcuts are useful to know:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;TAB &amp;#8212; runs launcher&lt;/li&gt;
&lt;li&gt;Escape &amp;#8212; &amp;#8220;minimize&amp;#8221; application to a card&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Looks like other keys launch search tool &amp;#8212; I have to admit that I did not searched yet for documentation.&lt;/p&gt;

&lt;p&gt;But what is inside of image and why it works? Image was built for &amp;#8220;qemux86&amp;#8243; device by using OpenEmbedded build system &amp;#8212; no new patches added. There is SSH daemon working in emulator so it is possible to login remotely and check what is in system. There are 697 packages installed (285 of them being kernel modules). Image looks like it was built on a same system as WebOS 1.0.3 image for Palm Pre (about which &lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2009/06/22/palm-pre-and-openembedded/&quot;&gt;I already wrote&lt;/a&gt; few days ago).&lt;/p&gt;

&lt;p&gt;Ah, I would forgot&amp;#8230; There are few JavaScript examples in SDK if someone wants to know how to make &amp;#8220;hello world&amp;#8221; for WebOS.&lt;/p&gt;

&lt;p&gt;Final thoughts &amp;#8212; WebOS looks interesting and I would like to play more with it on real device. The bonus part is that it is even able to run classic PalmOS applications (but this is with 3rdparty application). Too bad that there is no GSM version yet.&lt;/p&gt;


&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2009/06/22/palm-pre-and-openembedded/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Palm Pre and OpenEmbedded&quot;&gt;Palm Pre and OpenEmbedded&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2008/04/11/nokia-n800-emulation/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Nokia N800 emulation&quot;&gt;Nokia N800 emulation&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2008/01/16/building-poky-linux-under-commercial-gnulinux-distributions/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Building Poky Linux under commercial GNU/Linux distributions&quot;&gt;Building Poky Linux under commercial GNU/Linux distributions&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=5u0rlWU-dnU:aMp0Ki0nMgs:yIl2AUoC8zA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?d=yIl2AUoC8zA&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=5u0rlWU-dnU:aMp0Ki0nMgs:D7DqB2pKExk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=5u0rlWU-dnU:aMp0Ki0nMgs:D7DqB2pKExk&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=5u0rlWU-dnU:aMp0Ki0nMgs:F7zBnMyn0Lo&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=5u0rlWU-dnU:aMp0Ki0nMgs:F7zBnMyn0Lo&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=5u0rlWU-dnU:aMp0Ki0nMgs:V_sGLiPBpWU&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=5u0rlWU-dnU:aMp0Ki0nMgs:V_sGLiPBpWU&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/HrwWebsite/~4/5u0rlWU-dnU&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Mon, 29 Jun 2009 15:54:55 +0000</pubDate>
	<dc:creator>Marcin Juszkiewicz</dc:creator>
</item>
<item>
	<title>Michael 'Mickey' Lauer: POS will die</title>
	<guid>http://www.vanille-media.de/site/index.php/2009/06/27/pos-will-die/</guid>
	<link>http://www.vanille-media.de/site/index.php/2009/06/27/pos-will-die/</link>
	<description>&lt;p&gt;From everywhere you hear the whining and complaints of local points of sale that the internet is taking away their business foundation. Whenever I buy a new device, I try to countervail this effect by going to my local shop to buy it there instead of doing the couch potato buying it over the internet. However 9 out of 10 times I get disappointed by them not having what I want in stock. If I wanted to order it to get it later, I had ordered it online in the first place &lt;img src=&quot;http://www.vanille-media.de/site/wp-includes/images/smilies/icon_sad.gif&quot; alt=&quot;:(&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;p&gt;This morning I went to a local shop to buy a new communications device with a contract &amp;#8212; these point of sales get quite a nice provision when people buy contracts. To my surprise, they had the device I wanted in stock and I felt growing excitement. Then I grabbed a piece of paper showing them a special employee rebate code I got from another employee and guess what&amp;#8230; &amp;#8220;oh, with these kinds of rebates devices can only be ordered at the support hotline&amp;#8221;&amp;#8230; WTF?&lt;/p&gt;
&lt;p&gt;With this policy, points of sale will die &amp;#8212; it&amp;#8217;s inevitable. They are digging their own grave and I have no more symphathy.
&lt;/p&gt;</description>
	<pubDate>Sat, 27 Jun 2009 12:04:14 +0000</pubDate>
	<dc:creator>mickey</dc:creator>
</item>
<item>
	<title>Philip Van Hoof: By the way</title>
	<guid>http://pvanhoof.be/blog/index.php/2009/06/26/by-the-way-2</guid>
	<link>http://pvanhoof.be/blog/index.php/2009/06/26/by-the-way-2</link>
	<description>&lt;p&gt;Tinymail isn&amp;#8217;t a sleeping project. I just stopped blogging about it. &lt;a href=&quot;http://blogs.igalia.com/dape/&quot;&gt;José Dapena Paz&lt;/a&gt; and &lt;a href=&quot;http://blogs.igalia.com/svillar/&quot;&gt;Sergio Villar Senin&lt;/a&gt; are working very hard making it rock solid. Having worked together with Sergio a lot, I trust him. So a few months ago I made him Co maintainer of the project. He&amp;#8217;ll probably perform the first release (or decide to do a few more pre-releases first). Being Modest&amp;#8217;s technical maintainer Sergio has worked hard on and contributed a lot to Tinymail. Last few weeks José Dapena Paz is the guy who apparently is on fire, writing patches like a madman.&lt;/p&gt;
&lt;p&gt;And it looks like there&amp;#8217;s no stopping José! Maybe will GUADEC stop him for at least a few days? Maybe I should help Sergio a bit with reviewing all that stuff?&lt;/p&gt;
&lt;p&gt;As far as I know will &lt;a href=&quot;http://modest.garage.maemo.org/&quot; title=&quot;E-mail client that uses Tinymail&quot;&gt;Modest&lt;/a&gt; be the default E-mail client on Maemo&amp;#8217;s Fremantle device. It has been available for the N810 for some months of course, but for the Fremantle release I&amp;#8217;m sure the guys have improved the user interface a lot. I, personally, have been working on Tracker and didn&amp;#8217;t focus much on &lt;a href=&quot;http://tinymail.org&quot;&gt;Tinymail&lt;/a&gt;. And of course I&amp;#8217;m already thinking about how  we can make E-mail part of that RDF platform. But that&amp;#8217;s another story (and I think I wrote two articles on that already).&lt;/p&gt;
&lt;p&gt;Anyway, just letting everybody know: people are still working on Tinymail. They just don&amp;#8217;t blog about it as much as I used to do. No worries, though. They are doing great stuff.&lt;/p&gt;</description>
	<pubDate>Fri, 26 Jun 2009 12:20:22 +0000</pubDate>
	<dc:creator>pvanhoof</dc:creator>
</item>
<item>
	<title>Marcin 'Hrw' Juszkiewicz: What defines good laptop?</title>
	<guid>http://marcin.juszkiewicz.com.pl/?p=1083</guid>
	<link>http://feedproxy.google.com/~r/HrwWebsite/~3/_1vIjXcIV7E/</link>
	<description>&lt;p&gt;Currently I am using Dell D400 laptop. It has few years and battery holds just for about 40 minutes. But it works still and is fast enough even to make OpenEmbedded builds.&lt;/p&gt;

&lt;p&gt;During LinuxTag I played with different machines to check which things bother me most. As a result of that I created some kind of list of things which good laptop needs to have (order do not define priority):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;1Gb ethernet card&lt;/li&gt;
&lt;li&gt;wifi which works ok with mainline driver&lt;/li&gt;
&lt;li&gt;hardware wifi switch handled by rfkill subsystem&lt;/li&gt;
&lt;li&gt;wifi status indicator&lt;/li&gt;
&lt;li&gt;bluetooth built-in&lt;/li&gt;
&lt;li&gt;hardware bt on/off switch&lt;/li&gt;
&lt;li&gt;bluetooth status indicator&lt;/li&gt;
&lt;li&gt;touchpoint (touchpad can even not be installed)&lt;/li&gt;
&lt;li&gt;comfortable keyboard layout (Fn not first key, cursors under right Shift key)&lt;/li&gt;
&lt;li&gt;WXGA resolution&lt;/li&gt;
&lt;li&gt;grapics chip with framebuffer in native resolution + working X11 driver&lt;/li&gt;
&lt;li&gt;backlight supported by mainline driver&lt;/li&gt;
&lt;li&gt;card reader (at least SD/MMC)&lt;/li&gt;
&lt;li&gt;3 USB ports&lt;/li&gt;
&lt;li&gt;4 hour on battery&lt;/li&gt;
&lt;li&gt;battery used also in few other models&lt;/li&gt;
&lt;li&gt;everything supported in mainline kernel&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I can live without serial port because I have nicely working FTDI USB-serial dongle and most of time I do not use laptop to connect to developer boards. From the other side I do not like to waste precious port for Bluetooth dongle. FireWire, infrared, pcmcia, expresscard or smartcard are not required &amp;#8212; I do not remember when last time I used any of those things. Integrated video camera and microphone are bonus but also do not required (but should work if present).&lt;/p&gt;

&lt;p&gt;It can have any graphics as long it will provide me working framebuffer and X11 (at same time). But after fighting with my current one I would think twice before buying something with Intel chipset&amp;#8230; I am afraid that they can forget about it existance like they did with 855GM which I use now (intelfb supports it but refuse to work with it). So it looks more like I need to check how situation looks like with ATI Radeon chipsets.&lt;/p&gt;

&lt;p&gt;What to buy and when to buy is other thingy&amp;#8230; Many people recommend Thinkpads, market will also be filled with ARM based netbooks soon which will rather do not cover most of requirements but should give much longer battery live. The choice will be hard but I have few months before my next conference trip.&lt;/p&gt;


&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2008/07/08/second-is-very-long-time/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Second is very long time&quot;&gt;Second is very long time&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2007/05/16/powertop/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: PowerTOP&quot;&gt;PowerTOP&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2007/03/23/its-time-to-buy-laptop/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: It&amp;#8217;s time to buy laptop&amp;#8230;&quot;&gt;It&amp;#8217;s time to buy laptop&amp;#8230;&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=_1vIjXcIV7E:l-ehKhbqEKg:yIl2AUoC8zA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?d=yIl2AUoC8zA&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=_1vIjXcIV7E:l-ehKhbqEKg:D7DqB2pKExk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=_1vIjXcIV7E:l-ehKhbqEKg:D7DqB2pKExk&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=_1vIjXcIV7E:l-ehKhbqEKg:F7zBnMyn0Lo&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=_1vIjXcIV7E:l-ehKhbqEKg:F7zBnMyn0Lo&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=_1vIjXcIV7E:l-ehKhbqEKg:V_sGLiPBpWU&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=_1vIjXcIV7E:l-ehKhbqEKg:V_sGLiPBpWU&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/HrwWebsite/~4/_1vIjXcIV7E&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Fri, 26 Jun 2009 08:22:18 +0000</pubDate>
	<dc:creator>Marcin Juszkiewicz</dc:creator>
</item>
<item>
	<title>Stefan Schmidt: NEON (simd) based resampler from Palm for pulseaudio</title>
	<guid>http://www.datenfreihafen.org/~stefan/weblog/archives/2009/06/index.html#e2009-06-25T16_50_12.txt</guid>
	<link>http://www.datenfreihafen.org/~stefan/weblog/archives/2009/06/index.html#e2009-06-25T16_50_12.txt</link>
	<description>&lt;p&gt;Interested piece of information we just stumpled over is that the pulseaudio
&lt;a href=&quot;http://palm.cdnetworks.net/opensource/1.0.1/pulseaudio-0.9.14-patch.gz&quot;&gt;patch&lt;/a&gt;
for the Palm Pre does contain a resampler module using the NEON support of the
OMAP device. Strange to read, but should give them a good performance:&lt;/p&gt;

&lt;pre&gt;
+#ifdef __ARM_NEON__
+
+#include 
+int16_t fir_simd(int16_t *x, int16_t *h, unsigned taps)
+{
+       int32_t sum;
+       int16x4_t h_vec, x_vec;
+       int32x4_t result_vec;
+   unsigned i;
+   
+   /* Clear the scalar and vector sums */
+    result_vec = vdupq_n_s32(0);
+
+    h_vec = vld1_s16(h);
+    x_vec = vld1_s16(x);
+    result_vec = vmlal_s16(result_vec, h_vec, x_vec);
+      
+    h_vec = vld1_s16(h + 4);
+    x_vec = vld1_s16(x + 4);
+    result_vec = vmlal_s16(result_vec, h_vec, x_vec);  
+
+    h_vec = vld1_s16(h + 8);
+    x_vec = vld1_s16(x + 8);
+    result_vec = vmlal_s16(result_vec, h_vec, x_vec);  
+
+    h_vec = vld1_s16(h + 12);
+    x_vec = vld1_s16(x + 12);
+    result_vec = vmlal_s16(result_vec, h_vec, x_vec);  
+      
+    h_vec = vld1_s16(h + 16);
+    x_vec = vld1_s16(x + 16);
+    result_vec = vmlal_s16(result_vec, h_vec, x_vec);  
+
+    h_vec = vld1_s16(h + 20);
+    x_vec = vld1_s16(x + 20);
+    result_vec = vmlal_s16(result_vec, h_vec, x_vec);  
+
+   /* Reduction operation - add each vector lane result to the sum */
+    sum = vgetq_lane_s32(result_vec, 0);
+    sum += vgetq_lane_s32(result_vec, 1);
+    sum += vgetq_lane_s32(result_vec, 2);
+    sum += vgetq_lane_s32(result_vec, 3);
+      
+   /* consume the last few data using scalar operations */
+   if(i &gt; 24) {
+       h += 24;
+       x += 24;
+       sum += *h++ * *x++;
+       sum += *h++ * *x++;
+       sum += *h++ * *x++;
+       sum += *h * *x;
+   }
.....
&lt;/pre&gt;</description>
	<pubDate>Thu, 25 Jun 2009 14:50:12 +0000</pubDate>
	<dc:creator>Stefan Schmidt</dc:creator>
</item>
<item>
	<title>Marcin 'Hrw' Juszkiewicz: I am on the LinuxTag</title>
	<guid>http://marcin.juszkiewicz.com.pl/?p=1073</guid>
	<link>http://feedproxy.google.com/~r/HrwWebsite/~3/GJUBixBT9tk/</link>
	<description>&lt;p&gt;As in 2008 we (OpenEmbedded project) have a booth at LinuxTag conference in Berlin, Germany. And this time you do not have to go through whole event to meet us &amp;#8212; we are at the start of first hall on mobile and embedded area which is sponsored by Tarent company.&lt;/p&gt;

&lt;p&gt;This year most questions is about BeagleBoard (as usual) and FriendlyARM device (the one with WVGA screen). We have more devices available but there is a rotation of devices on a table to show something different each day. For example today we play the Big Buck Bunny movie in a loop using DLP projector.&lt;/p&gt;

&lt;p&gt;We had some problems with USB on BeagleBoard B4 revision. Yesterday Texas Instruments (they have a booth in next hall &amp;#8212; you can win BB there) gave us the C3 one and we got it working with our equipment.&lt;/p&gt;

&lt;p&gt;This year I am staying in Avus Motel. This is the closest place to LinuxTag but also has some bad sides &amp;#8212; yesterday I had long walk from WestKreuz station due to lack of S-Bahn which would take me to Messe Sud one.&lt;/p&gt;


&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2009/06/12/ti-please-fix-your-usb/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: TI: please fix your USB&quot;&gt;TI: please fix your USB&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2006/07/04/tosa-usb-experiences/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Tosa USB experiences&quot;&gt;Tosa USB experiences&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2007/02/25/fosdem-2007/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: FOSDEM 2007&quot;&gt;FOSDEM 2007&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=GJUBixBT9tk:RBxJd-TnorE:yIl2AUoC8zA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?d=yIl2AUoC8zA&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=GJUBixBT9tk:RBxJd-TnorE:D7DqB2pKExk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=GJUBixBT9tk:RBxJd-TnorE:D7DqB2pKExk&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=GJUBixBT9tk:RBxJd-TnorE:F7zBnMyn0Lo&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=GJUBixBT9tk:RBxJd-TnorE:F7zBnMyn0Lo&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=GJUBixBT9tk:RBxJd-TnorE:V_sGLiPBpWU&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=GJUBixBT9tk:RBxJd-TnorE:V_sGLiPBpWU&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/HrwWebsite/~4/GJUBixBT9tk&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Thu, 25 Jun 2009 14:42:58 +0000</pubDate>
	<dc:creator>Marcin Juszkiewicz</dc:creator>
</item>
<item>
	<title>Stefan Schmidt: Compile a kernel for the Palm Pre</title>
	<guid>http://www.datenfreihafen.org/~stefan/weblog/archives/2009/06/index.html#e2009-06-24T08_40_20.txt</guid>
	<link>http://www.datenfreihafen.org/~stefan/weblog/archives/2009/06/index.html#e2009-06-24T08_40_20.txt</link>
	<description>&lt;p&gt;I just did a test compile of the Palm Pre kernel using the released sources.
Worked out fine. At least the patching and compiling, no real tests without the
hardware.&lt;/p&gt;

&lt;p&gt;I took the kernel package and patch from the Palm open source website and used a
toolchain built by OpenEmbedded for the beagleboard. Using OMAP3 and armv7a
should match here.&lt;/p&gt;

&lt;p&gt;The 2.6.24 kernel package itself while renamed has the same MD5 and SHA1 sum as
the original tarball from kernel.org (tar.gz, plain 2.6.24 no stable version).&lt;/p&gt;

&lt;p&gt;The 9.5 MB patch applied fine and using the omap&lt;em&gt;sirloin&lt;/em&gt;3430_defconfig as
config let me compile a zImage without problems. Another developer seem to have
tested a selfcompiled kernel, should match mine, already. Hopefully we can
expect some updates &lt;a href=&quot;http://predev.wikidot.com/custom-kernels&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Wed, 24 Jun 2009 06:40:20 +0000</pubDate>
	<dc:creator>Stefan Schmidt</dc:creator>
</item>
<item>
	<title>Michael 'Mickey' Lauer: LinuxTag 2009</title>
	<guid>http://www.vanille-media.de/site/index.php/2009/06/24/linuxtag-2009/</guid>
	<link>http://www.vanille-media.de/site/index.php/2009/06/24/linuxtag-2009/</link>
	<description>&lt;p&gt;I&amp;#8217;m on my way to LinuxTag 2009. Instead of a &amp;#8220;real booth&amp;#8221; like last year, we settled on a developer table in the hacking area &amp;#8212; there we can present our Linux on mobile projects such as&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;GPE&quot; href=&quot;http://gpe.linuxtogo.org&quot;&gt;GPE&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;freesmartphone.org&quot; href=&quot;http://www.freesmartphone.org&quot;&gt;FSO&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;OpenEZX&quot; href=&quot;http://www.openezx.org&quot;&gt;OpenEZX&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;OpenMoko&quot; href=&quot;http://www.openmoko.org&quot;&gt;OpenMoko&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;Gnufiish&quot; href=&quot;http://www.gnufiish.org&quot;&gt;Gnufiish&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;in a more relaxed way &amp;#8212; giving room to dive into some technical issues, when interested folks come around.&lt;/p&gt;
&lt;p&gt;Find me there, if you&amp;#8217;re interested in any of the aforementioned projects. I&amp;#8217;ll be there until Friday afternoon.
&lt;/p&gt;</description>
	<pubDate>Wed, 24 Jun 2009 05:34:30 +0000</pubDate>
	<dc:creator>mickey</dc:creator>
</item>
<item>
	<title>Marcin 'Hrw' Juszkiewicz: Palm Pre and OpenEmbedded</title>
	<guid>http://marcin.juszkiewicz.com.pl/?p=1066</guid>
	<link>http://feedproxy.google.com/~r/HrwWebsite/~3/5GT6Sfd0NQ0/</link>
	<description>&lt;p&gt;Nearly month ago we got information that Palm company uses OpenEmbedded to build software for their Palm Pre smartphone. Two weeks later I read on &lt;a href=&quot;http://mjg59.livejournal.com/111453.html&quot;&gt;Matthew Garret blog&lt;/a&gt; that there is &lt;a href=&quot;http://mjg59.livejournal.com/111453.html&quot;&gt;root filesystem image&lt;/a&gt; available on one of Palm websites.&lt;/p&gt;

&lt;p&gt;What is inside? Many interesting things &amp;#8212; you can read about it on Matthew&amp;#8217;s post so I will not repeat. If someone wants to look inside then please take a look at /usr/lib/ipkg/ directory. It contains packaging informations which shows which packages were installed, which files were used etc. It is clearly visible that they used OpenEmbedded with own overlay separated &amp;#8212; OE was in &lt;code&gt;/home/reviewdaemon/projects/nova/oe/foss&lt;/code&gt; and Palm overlay in &lt;code&gt;oe/palm&lt;/code&gt; directory. The missing thing is IP address of &amp;#8220;subversion.palm.com&amp;#8221; server which is used to store additional sources (propertiary and free ones). What else we can find? Build information which says that rootfs was built at 2009.05.22 14:00:49. And according to audio setup files development started in September 2008 (if not earlier).&lt;/p&gt;

&lt;p&gt;I wonder what kind of board they used as developer kit (they also used ARM Versatile emulation in QEMU).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt; Palm SDK uses &amp;#8220;qemux86&amp;#8243; device from OpenEmbedded to run WebOS.&lt;/p&gt;


&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2009/06/29/palm-sdk-has-leaked/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Palm SDK has leaked&quot;&gt;Palm SDK has leaked&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2006/11/22/my-openembedded-environment-ii/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: My OpenEmbedded environment II&quot;&gt;My OpenEmbedded environment II&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2008/07/01/packaged-staging-and-what-it-gives/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Packaged staging and what it gives&quot;&gt;Packaged staging and what it gives&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=5GT6Sfd0NQ0:E8Rxd5UxaPg:yIl2AUoC8zA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?d=yIl2AUoC8zA&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=5GT6Sfd0NQ0:E8Rxd5UxaPg:D7DqB2pKExk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=5GT6Sfd0NQ0:E8Rxd5UxaPg:D7DqB2pKExk&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=5GT6Sfd0NQ0:E8Rxd5UxaPg:F7zBnMyn0Lo&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=5GT6Sfd0NQ0:E8Rxd5UxaPg:F7zBnMyn0Lo&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=5GT6Sfd0NQ0:E8Rxd5UxaPg:V_sGLiPBpWU&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=5GT6Sfd0NQ0:E8Rxd5UxaPg:V_sGLiPBpWU&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/HrwWebsite/~4/5GT6Sfd0NQ0&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Mon, 22 Jun 2009 14:04:19 +0000</pubDate>
	<dc:creator>Marcin Juszkiewicz</dc:creator>
</item>
<item>
	<title>Nils Faerber: Powermanagement - HTC Dream aka G1</title>
	<guid>http://www.linuxtogo.org/55 at http://www.linuxtogo.org</guid>
	<link>http://www.linuxtogo.org/powermanagement-htc-dream-aka-g1</link>
	<description>&lt;p&gt;One of the biggest issues in mobile devices today is power management. On the one hand we expect that the device is always responsive, to user input and network events, on the other hand we want all subsystems to be powered (almost) off to save power.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.linuxtogo.org/powermanagement-htc-dream-aka-g1&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Sun, 21 Jun 2009 12:17:32 +0000</pubDate>
	<dc:creator>nils</dc:creator>
</item>
<item>
	<title>Cliff 'cbrake' Brake: Embedded Linux versus Windows CE</title>
	<guid>http://bec-systems.com/site/?p=462</guid>
	<link>http://feedproxy.google.com/~r/bec-systems/~3/CN3lBnSg2Og/embedded-linux-versus-windows-ce</link>
	<description>&lt;p&gt;Occasionally I am asked how Embedded Linux compares with Windows CE.  I have spent the past 5 years doing mostly embedded Linux development, and the previous 5 years doing mostly WinCE development with a few exceptions, so my thoughts are no doubt a little biased toward what I understand best.  So take this with a grain of salt :-)  In my experience, the choice is often made largely on perception and culture, rather than concrete data.  And, making a choice based on concrete data is difficult when you consider the complexity of a modern OS, all the issues associated with porting it to custom hardware, and unknown future requirements.  Even from an application perspective, things change over the life of a project.  Requirements come and go.  You find yourself doing things you never thought you would, especially if they are possible.  The ubiquitous USB and network ports open a lot of possibilities &amp;#8212; for example adding &lt;a href=&quot;http://bec-systems.com/site/tag/cellular&quot;&gt;Cell modem support&lt;/a&gt; or &lt;a href=&quot;http://bec-systems.com/site/218/printing-from-embedded-systems&quot;&gt;printer support&lt;/a&gt;. Flash based storage makes &lt;a href=&quot;http://bec-systems.com/site/146/do-you-need-software-update&quot;&gt;in-field software updates&lt;/a&gt; the standard mode of operation.  And in the end, each solution has its strengths and weaknesses &amp;#8212; there is no magic bullet that is the best in all cases.&lt;/p&gt;
&lt;p&gt;When considering Embedded Linux development, I often use the iceberg analogy; what you see going into a project is the part above the water.  These are the pieces your application interacts with, drivers you need to customize, the part you understand.  The other 90% is under water, and herein lies a great deal of variability.  Quality issues with drivers or not being able to find a driver for something you may want to support in the future can easily swamp known parts of the project.  There are very few people who have a lot of experience with both WinCE and Linux solutions, hence the tendency to go with what is comfortable (or what managers are comfortable with), or what we have experience with.  Below are thoughts on a number of aspects to consider:&lt;/p&gt;
&lt;h1&gt;SYSTEM SOFTWARE DEVELOPMENT&lt;/h1&gt;
&lt;p&gt;Questions in this realm include CPU support, driver quality, in field software updates, filesystem support, driver availability, etc.  One of the changes that has happened in the past two years, is CPU vendors are now porting Linux to their new chips as the first OS.  Before, the OS porting was typically done by Linux software companies such as MontaVista, or community efforts.  As a result, the Linux kernel now supports most mainstream embedded cpus with few additional patches.  This is radically different than the situation 5 years ago.  Because many people are using the same source code, issues get fixed, and often are contributed back to the mainstream source.  With WinCE, the BSP/driver support tends to be more of a reference implementation, and then OEM/users take it, fix any issues, and that is where the fixes tend to stay.&lt;/p&gt;
&lt;p&gt;From a system perspective, it is very important to consider flexibility for future needs.  Just because it is not a requirement now does not mean it will not be a requirement in the future.  Obtaining driver support for a peripheral may be nearly impossible, or be too large an effort to make it practical.&lt;/p&gt;
&lt;p&gt;Most people give very little thought to the build system, or never look much beyond the thought that &amp;#8220;if there is a nice gui wrapped around the tool, it must be easy&amp;#8221;.  OpenEmbedded is very popular way to build embedded Linux products, and has recently been endorsed as the technology base of MontaVista&amp;#8217;s Linux 6 product, and is generally considered &amp;#8220;hard to use&amp;#8221; by new users.  While WinCE build tools look simpler on the surface (the 10% above water), you still have the problem of what happens when I need to customize something, implement complex features such as software updates, etc.  To build a production system with production grade features, you still need someone on your team who understands the OS and can work at the detail level of both the operating system, and the build system.  With either WinCE or Embedded Linux, this generally means companies either need to have experienced developers in house, or hire experts to do portions of the system software development.  System software development is not the same as application development, and is generally not something you want to take on with no experience unless you have a lot of time.  It is quite common for companies to hire expert help for the first couple projects, and then do follow-on projects in-house.  Another feature to consider is parallel build support.  With quad core workstations becoming the standard, is it a big deal that a full build can be done in 1.2 hours versus 8?  How flexible is the build system at pulling and building source code from various sources such as diverse revision control systems, etc.&lt;/p&gt;
&lt;p&gt;Embedded processors are becoming increasingly complex.  It is no longer good enough to just have the cpu running.  If you consider the OMAP3 cpu family from TI, then you have to ask the following questions: are there libraries available for the 3D acceleration engine, and can I even get them without committing to millions of units per year?  Is there support for the DSP bridge?  What is the cost of all this?  On a recent project I was involved in, a basic WinCE BSP for the Atmel AT91SAM9260 cost $7000.  In terms of developer time, this is not much, but you have to also consider the on-going costs of maintenance, upgrading to new versions of the operating system, etc.&lt;/p&gt;
&lt;h1&gt;APPLICATION DEVELOPMENT&lt;/h1&gt;
&lt;p&gt;Both Embedded Linux and WinCE support a range of application libraries and programming languages.  C and C++ are well supported.  Most business type applications are moving to C# in the WinCE world.  Linux has Mono, which provides extensive support for .NET technologies and runs very well in embedded Linux systems.  There are numerous Java development environments available for Embedded Linux.  One area where you do run into differences is graphics libraries.  Generally the Microsoft graphical APIs are not well supported on Linux, so if you have a large application team that are die-hard windows GUI programmers, then perhaps WinCE makes sense.  However, there are many options for GUI toolkits that run on both Windows PCs and Embedded Linux devices.  Some examples include GTK+, Qt, wxWidgets, etc.  The Gimp is an example of a GTK+ application that runs on windows, plus there are many others.  The are C# bindings to GTK+ and Qt.  Another feature that seems to be coming on strong in the WinCE space is the Windows Communication Foundation (WCF).  But again, there are projects to bring WCF to Mono, depending what portions you need.  Embedded Linux support for scripting languages like Python is very good, and Python runs very well on 200MHz ARM processors.&lt;/p&gt;
&lt;p&gt;There is often the perception that WinCE is realtime, and Linux is not.  Linux realtime support is decent in the stock kernels with the CONFIG_PREEMPT option, and real-time support is excellent with the addition of a relatively small &lt;a href=&quot;http://rt.wiki.kernel.org/index.php/Main_Page&quot;&gt;real-time patch&lt;/a&gt;.  You can easily attain sub millisecond timing with Linux.  This is something that has changed in the past couple years with the merging of real-time functionality into the stock kernel.&lt;/p&gt;
&lt;h1&gt;DEVELOPMENT FLOW&lt;/h1&gt;
&lt;p&gt;In a productive environment, most advanced embedded applications are developed and debugged on a PC, not the target hardware.  Even in setups where remote debugging on a target system works well, debugging an application on a workstation works better.  So the fact that one solution has nice on-target debugging, where the other does not is not really relevant.  For data centric systems, it is common to have simulation modes where the application can be tested without connection to real I/O.  With both Linux and WinCE applications, application programing for an embedded device is similar to programming for a PC.  Embedded Linux takes this a step further.  Because embedded Linux technology is the same as desktop, and server Linux technology, almost everything developed for desktop/server (including system software) is available for embedded for free.  This means very complete driver support (see USB cell modem and printer examples above), robust file system support, memory management, etc.  The breadth of options for Linux is astounding, but some may consider this a negative point, and would prefer a more integrated solution like Windows CE where everything comes from one place.  There is a loss of flexibility, but in some cases, the tradeoff might be worth it.  For an example of the number of packages that can be build for Embedded Linux systems using Openembedded, see &lt;a href=&quot;http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes&quot;&gt;http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes&lt;/a&gt;.&lt;/p&gt;
&lt;h1&gt;GUI TRENDS&lt;/h1&gt;
&lt;p&gt;It is important to consider trends for embedded devices with small displays being driven by Cell Phones (iPhone, Palm Pre, etc).  Standard GUI widgets that are common in desktop systems (dialog boxes, check boxes, pull down lists, etc) do not cut it for modern embedded systems.  So, it will be important to consider support for 3D effects, and widget libraries designed to be used by touch screen devices.  The &lt;a href=&quot;http://www.clutter-project.org/&quot;&gt;Clutter library&lt;/a&gt; is an example of this.&lt;/p&gt;
&lt;h1&gt;REMOTE SUPPORT&lt;/h1&gt;
&lt;p&gt;Going back to the issue of debugging tools, most people stop at the scenario where the device is setting next to a workstation in the lab.  But what about when you need to troubleshoot a device that is being beta-tested half-way around the world?  That is where a command-line debugger like Gdb is an advantage, and not a disadvantage.  And how do you connect to the device if you don&amp;#8217;t have support for cell modems in New Zealand, or an efficient connection mechanism like ssh for shell access and transferring files?&lt;/p&gt;
&lt;h1&gt;SUMMARY&lt;/h1&gt;
&lt;p&gt;Selecting any advanced technology is not a simple task, and is fairly difficult to do even with experience.  So it is important to be asking the right questions, and looking at the decision from many angles.  Hopefully this article can help in that.  For additional assistance, please do not hesitate to &lt;a href=&quot;http://bec-systems.com/site/contact&quot;&gt;contact BEC Systems&lt;/a&gt; &amp;#8212; we&amp;#8217;re here to help.&lt;/p&gt;</description>
	<pubDate>Sat, 20 Jun 2009 19:26:09 +0000</pubDate>
	<dc:creator>Cliff Brake</dc:creator>
</item>
<item>
	<title>Philip Van Hoof: Finite resources, infinite growth</title>
	<guid>http://pvanhoof.be/blog/index.php/2009/06/20/finite-resources-infinite-growth</guid>
	<link>http://pvanhoof.be/blog/index.php/2009/06/20/finite-resources-infinite-growth</link>
	<description>&lt;p&gt;&lt;small&gt;For some people this post can be controversial.  I added a category &amp;#8220;controversial&amp;#8221; to my blog for people who prefer to filter it.&lt;/small&gt;&lt;/p&gt;
&lt;p&gt;We start a imaginary experiment where we start with a bottle filled up with food and room left for exactly two worms. We assume worms replicate at a doubling time of one minute.  We observed in a previous experiment that the bottle is filled up in exactly one hour. They eat the food as they double themselves, etc (use your imagination).&lt;/p&gt;
&lt;p&gt;At 11&amp;#8242;O clock in the morning we place two worms in the bottle. At what time will the bottle be full (easy)? At what time will the bottle be half full? At what time is the bottle only 3% filled up?&lt;/p&gt;
&lt;p&gt;Humans have a global population growth of about 1.2% per year. It&amp;#8217;s about 1% in wealthy countries and about 2-3% in poor countries. If you want to calculate a doubling time you take 70 and you divide it with the growth percentage. Which means that at our current growth rate, we&amp;#8217;ll double our total population in 60 years.&lt;/p&gt;
&lt;p&gt;In 1950 we were with about 2.7 thousand million people, in 1990 we were with 5 thousand million people. In 2050 we will be with 10 thousand million people. Infinite growth isn&amp;#8217;t possible with finite resources. In 2400 years, at current growth rate, the earth&amp;#8217;s mass will in theory be roughly equal to the total amount of human flesh.&lt;/p&gt;
&lt;p&gt;The main question is, how big is our bottle? Let&amp;#8217;s go back to the worms. For the worms the bottle is about 3% filled up at 11:55. It&amp;#8217;s half full at 11:59. It&amp;#8217;s overpopulated at 12:00. When three new bottles are found and pipes are connected with the first, the three new bottles will be filled up at 12:02. After that will four new bottles be filled up at 12:03. After that you need eight new bottles to survive minute 12:04. In minute 12:05 it starts getting crazy proportions.&lt;/p&gt;
&lt;p&gt;Even if our bottle is only 3% filled up now, then still at our retirement age we will inevitably be at 50% capacity. During those retirement years we&amp;#8217;ll see the population grow at an enormous speed to maximum capacity within a few years.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m among the people who believe that we&amp;#8217;re already at 70% capacity of our planet. I think we have about 30 years of finite resources left: doubling the population to 10 thousand million people, is impossible (not unreasonable to think). Moving to another bottle will take us at least several more centuries of top notch space science (so this solution is not applicable). And that&amp;#8217;s assuming we can leverage the resources of another planet. Moving to another star is simply out of the question unless we invent technology that allows us to let a huge mass travel at the speed of light (again, the solution isn&amp;#8217;t applicable).&lt;/p&gt;
&lt;p&gt;A solution that I have in mind? Genetically modifying newborn humans to have an annual fertility frequency and having their fertility enabled at a mature age. Instead of based on the phase of the moon would women be fertile only once per year. And instead of at the average age of 12 would women start becoming fertile at the average age of, for example, 25.&lt;/p&gt;
&lt;p&gt;Is genetic modification immoral? Being an atheist I don&amp;#8217;t have &lt;i&gt;any&lt;/i&gt; believe system that forbids me to tamper with species. It&amp;#8217;s indeed still immoral because we don&amp;#8217;t know what we are doing, yet. No, morality is not divinely injected by a God. Atheists are &lt;a href=&quot;http://themoralbrain.be/&quot;&gt;born with morals&lt;/a&gt;, too.&lt;/p&gt;
&lt;p&gt;But if we have to choose between living with each other under the condition of having insufficient resources, or making a change to our species, I know which of the two I will prefer.&lt;/p&gt;
&lt;p&gt;Now, if you do believe in a God, then you must also acknowledge that your God&amp;#8217;s intention was for us to become intelligent enough to genetically modify our species. If not, why ain&amp;#8217;t it stopping us? We, for example, have successfully been genetically selecting dogs for centuries. And we have started genetically modifying them (active modification: interfering with the egg and sperm cells).&lt;/p&gt;
&lt;p&gt;Mankind will have to open this difficult discussion sooner or later.&lt;/p&gt;</description>
	<pubDate>Sat, 20 Jun 2009 12:48:02 +0000</pubDate>
	<dc:creator>pvanhoof</dc:creator>
</item>
<item>
	<title>Stefan Schmidt: LinuxTag 2009</title>
	<guid>http://www.datenfreihafen.org/~stefan/weblog/archives/2009/06/index.html#e2009-06-19T23_59_07.txt</guid>
	<link>http://www.datenfreihafen.org/~stefan/weblog/archives/2009/06/index.html#e2009-06-19T23_59_07.txt</link>
	<description>&lt;p&gt;Next week I will spent the better part of the week at the
&lt;a href=&quot;http://www.linuxtag.org/2009/&quot;&gt;LinuxTag&lt;/a&gt;. I did not submit a talk this year and
I will try to spent my time on hacking and relaxing. :)&lt;/p&gt;

&lt;p&gt;There will be a table for linux on smartphone people in the dev center. People
from various projects are planning to hang out there and do some hacking. I for
my part will bring my phone collection and will hopefully spent most of these
four days on getting something more working on them.&lt;/p&gt;

&lt;p&gt;As the LinuxTag is an international event a thought jumped into my mind. I'm
interested in the new Palm Pre. Especially in the hardware and the lower level parts.
Anybody coming to the event who has such a device? If yes, please make sure you
grab me and we can have a talk. I would like to see the device and maybe gather
some informations on the device itself via a root shell. :)&lt;/p&gt;

&lt;p&gt;Due to some money constraints I will not be able to buy one right now. (Yeah, I
know it's CDMA and I'm not able to use it here in germany as a phone, still I
believe that if we want to work with this device we should do so as early as
possible and there is enough to do before the GSM version will get released).
Anyway, LinuxTag may be an event where people with such a device are around. :) &lt;/p&gt;</description>
	<pubDate>Fri, 19 Jun 2009 21:59:07 +0000</pubDate>
	<dc:creator>Stefan Schmidt</dc:creator>
</item>
<item>
	<title>Stefan Schmidt: Source for the Palm Pre used WebOS Open Source Packages available</title>
	<guid>http://www.datenfreihafen.org/~stefan/weblog/archives/2009/06/index.html#e2009-06-19T19_02_57.txt</guid>
	<link>http://www.datenfreihafen.org/~stefan/weblog/archives/2009/06/index.html#e2009-06-19T19_02_57.txt</link>
	<description>&lt;p&gt;Yesterday night I discovered that Palm had released the open source packages
used in the WebOS for the current Palm Pre device. The
&lt;a href=&quot;http://opensource.palm.com/packages.html&quot;&gt;table&lt;/a&gt; shows the used open source
packages, a link to the original tarball and a tarball or compressed single
patch with the changes Palm made, if any.&lt;/p&gt;

&lt;p&gt;Most interesting for me was  of course the changes to the kernel. (Being more
interested in the actual device running linux already then in the WebOS
software, even if I like a lot what I have seen and read so far.)&lt;/p&gt;

&lt;p&gt;The kernel, version 2.6.24, is one of the packages where only one big patch is
available against the original source package. Tiny 9.5 MB in size.&lt;/p&gt;

&lt;p&gt;Next to the code they need for their hardware they also have things like KGDB
and as it seems a big OMAP patchset from TI inside. Makes sense as the OMAP3 in
.24 would have not been that good. It improved a lot over the last months, but I
have no idea if Palm favours a kernel upgrade for newer WebOS releases.&lt;/p&gt;

&lt;p&gt;The defconfig given in the patch matches the /proc/config.gz on the device. Only
two variables for OE build tracking, CONFIG&lt;em&gt;OE&lt;/em&gt;BUILD&lt;em&gt;INFO and
CONFIG&lt;/em&gt;OE&lt;em&gt;BUILD&lt;/em&gt;INFO&lt;em&gt;STRING, are added on the device. The device was codenamed
sirloin it seems. Defconfig is available as omap&lt;/em&gt;sirloin&lt;em&gt;3430&lt;/em&gt;defconfig.&lt;/p&gt;

&lt;p&gt;As the hardware is already known for the device I will not go into the details
here. On thing I hoped for was that the MSM modem may be connected to a dual
port ram so it matches the setup I have on the Samsung Omnia here. Sadly it
turned out they use a combination of UART and USB.&lt;/p&gt;</description>
	<pubDate>Fri, 19 Jun 2009 17:02:57 +0000</pubDate>
	<dc:creator>Stefan Schmidt</dc:creator>
</item>
<item>
	<title>Marcin 'Hrw' Juszkiewicz: Links for 2009-06-18 [del.icio.us]</title>
	<guid>http://del.icio.us/Hrw#2009-06-18</guid>
	<link>http://feedproxy.google.com/~r/HrwWebsite/~3/2owMHIJRPzc/Hrw</link>
	<description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.blogperfume.com/45-essential-wordpress-plugins-for-pro-blogging/&quot;&gt;45+ Essential WordPress Plugins for Pro Blogging&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/HrwWebsite/~4/2owMHIJRPzc&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Fri, 19 Jun 2009 07:00:00 +0000</pubDate>
</item>
<item>
	<title>Holger 'zecke' Freyther: Palm released WebCore/WebKit sourcecode for their Palm Pre..</title>
	<guid>tag:blogger.com,1999:blog-13875843.post-7203552626361674622</guid>
	<link>http://zecke.blogspot.com/2009/06/palm-released-webcorewebkit-sourcecode.html</link>
	<description>My friends just told me that you can get the sourcecode from &lt;a href=&quot;http://opensource.palm.com/packages.html&quot;&gt;this place&lt;/a&gt;. Or a direct link to their &lt;a href=&quot;http://palm.cdnetworks.net/opensource/1.0.1/webcore-patch.gz&quot;&gt;WebCore modifications&lt;/a&gt; and &lt;a href=&quot;http://palm.cdnetworks.net/opensource/1.0.1/webkit-patch.gz&quot;&gt;WebKit modifications&lt;/a&gt;.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/13875843-7203552626361674622?l=zecke.blogspot.com&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Fri, 19 Jun 2009 01:47:23 +0000</pubDate>
	<dc:creator>zecke (noreply@blogger.com)</dc:creator>
</item>
<item>
	<title>Florian Boor: Anjuta OpenEmbedded SDK Plugin</title>
	<guid>http://fl0rian.wordpress.com/?p=170</guid>
	<link>http://fl0rian.wordpress.com/2009/06/18/openembedded-and-anjuta/</link>
	<description>&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;I have always liked the idea to have an &lt;a href=&quot;http://www.anjuta.org&quot;&gt;Anjuta&lt;/a&gt; plugin that simplifies the use of cross toolchains in order to develop for all sorts of mobile and embedded devices. Personally I do not rely on an IDE but I have worked with a lot of developers in the past who are not used to do application development with vi. The same applies to cross toolchains, but there are reasons why people compile natively or why tools like Scratchbox are developed.&lt;/p&gt;
&lt;p&gt;Some time ago OpenedHand published an Anjuta plugin for Poky that almost fits these needs &amp;#8211; apart from minor lacks and the fact that you can&amp;#8217;t use it with an &lt;a href=&quot;http://www.openembedded.org&quot;&gt;OpenEmbedded&lt;/a&gt; build tree because it relies on the Poky directory layout. It didn&amp;#8217;t take me long to modify the Poky plugin to fit the needs for OpenEmbedded: I have added automatic detection of the toolchain host prefix and some functionality to deal with the (not 100% fixed) directory layout of OpenEmbedded. So what does it do?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Select a toolchain or OpenEmbedded build directory to use&lt;/li&gt;
&lt;li&gt;Configure and build a project&lt;/li&gt;
&lt;li&gt;Deploying of binaries to a target device using rsync and ssh&lt;/li&gt;
&lt;li&gt;Some debug and remote device features from the original plugin I didn&amp;#8217;t test so far&lt;/li&gt;
&lt;/ul&gt;
&lt;div id=&quot;attachment_171&quot; class=&quot;wp-caption alignnone&quot;&gt;&lt;a href=&quot;http://fl0rian.files.wordpress.com/2009/06/anjuta-plugin-sdk.png&quot;&gt;&lt;img class=&quot;size-full wp-image-171&quot; title=&quot;Anjuta OpenEmbedded SDK Plugin&quot; src=&quot;http://fl0rian.files.wordpress.com/2009/06/anjuta-plugin-sdk.png?w=460&amp;h=285&quot; alt=&quot;Anjuta OpenEmbedded SDK Plugin&quot; width=&quot;460&quot; height=&quot;285&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;Anjuta OpenEmbedded SDK Plugin&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;It is easy to install (and build if necessary). I have created an initial website for it at &lt;a href=&quot;http://labs.kernelconcepts.de/Tools/Anjuta-OE-SDK-Plugin/&quot;&gt;KC Labs&lt;/a&gt;. You can find both source archive and binary packages for Ubuntu (9.04) and Debian Lenny. Once you have it installed it you should be able to design your GUI, fill it with functionality and deploy the application to a target device withouth leaving Anjuta.&lt;/p&gt;
&lt;p&gt;Feedback is very welcome &amp;#8211; if you have ideas about new features or what you would like to see for cross development please let me know!&lt;/p&gt;
&lt;p&gt;Have a nice time&amp;#8230;&lt;/p&gt;
&lt;p&gt;PS: LinuxTag is approaching &amp;#8211; visit the Embeded Area with projects like OpenEmbedded and Coreboot!&lt;/p&gt;
  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/fl0rian.wordpress.com/170/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/fl0rian.wordpress.com/170/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/fl0rian.wordpress.com/170/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/fl0rian.wordpress.com/170/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/fl0rian.wordpress.com/170/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/fl0rian.wordpress.com/170/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/fl0rian.wordpress.com/170/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/fl0rian.wordpress.com/170/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/fl0rian.wordpress.com/170/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/fl0rian.wordpress.com/170/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=fl0rian.wordpress.com&amp;blog=100118&amp;post=170&amp;subd=fl0rian&amp;ref=&amp;feed=1&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Thu, 18 Jun 2009 23:38:44 +0000</pubDate>
	<dc:creator>Florian</dc:creator>
</item>
<item>
	<title>Marcin 'Hrw' Juszkiewicz: Sending files over Bluetooth to S60 devices</title>
	<guid>http://marcin.juszkiewicz.com.pl/?p=1053</guid>
	<link>http://feedproxy.google.com/~r/HrwWebsite/~3/qGmc__zKcDk/</link>
	<description>&lt;p&gt;I use Nokia E66 phone. It runs S60 3rd edition FP1 (aka Symbian 9.2). When I switched to it sending files over Bluetooth was easy: &lt;code&gt;obexftp -b BD:AD:RR:EE:SS:00 -p FILE1 FILE2&lt;/code&gt; and files landed as messages in phone Inbox. But for some time it is not working &amp;#8212; all I got was &amp;#8220;Sending FILE1&amp;#8230;failed&amp;#8221; like messages.&lt;/p&gt;

&lt;p&gt;Hopefully obexftp tool has some options available so after some tests I got it working. And result is even better as files lands in file system instead of Inbox. The trick is to give path on phone to obexftp: &lt;code&gt;obexftp -b BD:AD:RR:EE:SS:00 -c E:/folder/on/card -p FILE1 FILE2&lt;/code&gt; and files will land there.&lt;/p&gt;

&lt;p&gt;Simple, nice and the most important: working :D&lt;/p&gt;


&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2006/09/19/new-phone-sony-ericsson-k750i/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: New phone: Sony Ericsson K750i&quot;&gt;New phone: Sony Ericsson K750i&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2008/01/02/bluetooth-phone-remote-control/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Bluetooth + phone == remote control&quot;&gt;Bluetooth + phone == remote control&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2007/11/16/converting-ringtones-wma-mp3/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Converting ringtones (WMA -&gt; MP3)&quot;&gt; MP3)&quot;&gt; MP3)&quot;&gt;Converting ringtones (WMA -&amp;gt; MP3)&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=qGmc__zKcDk:qIIadFWGTqY:yIl2AUoC8zA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?d=yIl2AUoC8zA&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=qGmc__zKcDk:qIIadFWGTqY:D7DqB2pKExk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=qGmc__zKcDk:qIIadFWGTqY:D7DqB2pKExk&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=qGmc__zKcDk:qIIadFWGTqY:F7zBnMyn0Lo&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=qGmc__zKcDk:qIIadFWGTqY:F7zBnMyn0Lo&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=qGmc__zKcDk:qIIadFWGTqY:V_sGLiPBpWU&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=qGmc__zKcDk:qIIadFWGTqY:V_sGLiPBpWU&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/HrwWebsite/~4/qGmc__zKcDk&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Thu, 18 Jun 2009 17:09:24 +0000</pubDate>
	<dc:creator>Marcin Juszkiewicz</dc:creator>
</item>
<item>
	<title>Nils Faerber: Android on G1</title>
	<guid>http://www.linuxtogo.org/54 at http://www.linuxtogo.org</guid>
	<link>http://www.linuxtogo.org/android-on-g1</link>
	<description>&lt;p&gt;I just got my hands on a Android HTC Dream aka T-mobile G1. Originally I did not want to get any of those &quot;unfree&quot; Linux devices but a customer wanted me to buy and configure it for him so I thought that might be a good opportunity to play with it and accepted the deal. So here comes my report about it...&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.linuxtogo.org/android-on-g1&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Thu, 18 Jun 2009 11:28:40 +0000</pubDate>
	<dc:creator>nils</dc:creator>
</item>
<item>
	<title>Stefan Schmidt: Hacking on the Samsung SGH-i900 Omnia Phone</title>
	<guid>http://www.datenfreihafen.org/~stefan/weblog/archives/2009/06/index.html#e2009-06-14T02_15_53.txt</guid>
	<link>http://www.datenfreihafen.org/~stefan/weblog/archives/2009/06/index.html#e2009-06-14T02_15_53.txt</link>
	<description>&lt;p&gt;I continue my work on different phones and phone platforms. Last monday I
received a Samsung SGH-i900 Omnia device for some initial Linux hacking and
especially trying to figure out how the modem interface is working.&lt;/p&gt;

&lt;p&gt;It was an interesting adventure so far. :)&lt;/p&gt;

&lt;p&gt;I updated Harald's initial
&lt;a href=&quot;http://gnufiish.org/trac/wiki/Samsung_Omnia&quot;&gt;findings&lt;/a&gt; with some new facts and
corrections. In a nutshell the device looks like this:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Application Processor: 624MHz Marvell PXA312, probably a PXA310 with NAND&lt;/li&gt;
&lt;li&gt;(256MB) + DDR (128MB) in one package&lt;/li&gt;
&lt;li&gt;GSM/UMTS Modem: Qualcomm MSM6281, interfaced via dual-ported RAM&lt;/li&gt;
&lt;li&gt;Wifi: Marvell 8686 (SDIO on mmc2)&lt;/li&gt;
&lt;li&gt;Bluetooth: CSR 41814&lt;/li&gt;
&lt;li&gt;8/16 GB external SD flash (on mmc1)&lt;/li&gt;
&lt;li&gt;Audio Codec / Touchscreen: Wolfson WM9713&lt;/li&gt;
&lt;li&gt;Screen: 240x400 pixels, 3.2&quot;&lt;/li&gt;
&lt;li&gt;5MP Sony IMX034 camera with LED flash&lt;/li&gt;
&lt;li&gt;Bosch Sensortec BMA020 Accelerometer&lt;/li&gt;
&lt;li&gt;Ambient light sensor&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We have linux mainline support for the PXA312, Marvell 8686 wifi, CSR bluetooth
and the WM9713 audio codec and touchscreen combination. That's a nice start.
Given the fact that the device seems to be pretty near to what the Marvell
zylonite reference design is doing an initial linux port should be pretty
straight forward. I gave it a shot and it really worked out pretty smooth for
the initial bits.
&lt;a href=&quot;http://marc.info/?l=linux-arm-kernel&amp;m=124493504823473&amp;w=2&quot;&gt;Patch&lt;/a&gt; for
inclusion just sent. I can boot into a rootfs on the microSD card with this,
including working framebuffer. :)&lt;/p&gt;

&lt;p&gt;To get more informations about a windows mobile based system Haret is the tool
of choice. Naturally I used it to gather some more informations about which
GPIOs are connected to what, power up and down sequences of different chips,
etc. On the other hand Haret had PXA support up to PXA27x so far. That works not
that bad, but the IRQ and clock register have changed a lot. Thanks to Marvell
the PXA3xx data-sheet are public available. Based on that I started some initial
&lt;a href=&quot;http://handhelds.org/hypermail/haret/current/1860.html&quot;&gt;PXA3xx support for
Haret&lt;/a&gt;. Not finished,
but helped me already a bit on understanding the Omnia system.&lt;/p&gt;

&lt;p&gt;I also started to investigate the modem interface, which is still the primary
goal here. The MSM6xxx modem chips are used in other Samsung devices and the A
(for CDMA) variant is also used in the new Palm Pre. Getting support for this
modem into linux would help a lot on the open phone front.&lt;/p&gt;

&lt;p&gt;The modem is connected to one side of a dual port ram chip. The other side
interfaces to the PXA SoC. Next to this we have at least one GPIO connected for
power up and down. I should have found that one with haret watching GPIO changes
when powering the modem on and off in windows mobile. What I don't know yet is
if there are other GPIOs for out of band signaling when the ram buffers are
filed, etc. Future will tell.&lt;/p&gt;

&lt;p&gt;What blocks my work on the modem is the non-functional USB device controller.
Without is I can't get a shell on the device, which makes the testing and
debugging pretty hard. Getting this blocker out of my way the next big item
on my list. I may also get a connector that features JTAG and serial console for
the device. That would of course also helps a lot.&lt;/p&gt;</description>
	<pubDate>Sun, 14 Jun 2009 00:15:53 +0000</pubDate>
	<dc:creator>Stefan Schmidt</dc:creator>
</item>
<item>
	<title>Michael 'Mickey' Lauer: Sid Player 1.2.49</title>
	<guid>http://www.vanille-media.de/site/index.php/2009/06/12/sid-player-1249/</guid>
	<link>http://www.vanille-media.de/site/index.php/2009/06/12/sid-player-1249/</link>
	<description>&lt;p&gt;We have just submitted &lt;a title=&quot;Buy Sid Player for your iPhone or iPod Touch&quot; href=&quot;http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=300205592&amp;mt=8&quot;&gt;Sid Player&lt;/a&gt; 1.2.49 to Apple. Highlights of changes in this revision include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Author Tab: In offline mode, only show authors for which songs are available,&lt;/li&gt;
&lt;li&gt;Underrun Detection: Relax threshold a bit, add setting to turn it off completely (for you jailbreakers&amp;#8230;),&lt;/li&gt;
&lt;li&gt;Settings Tab: Enable switching between multiple SID models,&lt;/li&gt;
&lt;li&gt;Files Database: Files are no longer stored on your filesystem, but in a database. This fixes the incredibly annoying iTunes synchronization times. NOTE that we had to wipe all your data during the upgrade to make this happen.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;and finally the first step towards the #1 wanted feature&amp;#8230;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Added four playlists: &amp;#8220;Favorites&amp;#8221;, &amp;#8220;My Top 50 Played&amp;#8221;, &amp;#8220;Random 100&amp;#8243;, &amp;#8220;HVSC Top 100&amp;#8243;.&lt;/li&gt;
&lt;li&gt;Enable reordering all playlists and adding/removing songs from/to the &amp;#8220;Favorites&amp;#8221; list directly from the Player screen.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Although we wanted to ship more smaller updates, this one has become a major update and took us a while. I hope it gets past the review pretty fast, so you can enjoy our latest work!&lt;/p&gt;
&lt;p&gt;NB: The newest iPhone 3G[S] excited us a lot, especially since we already max out CPU power on the current models. We&amp;#8217;re looking forward to enabling stereo and to add some nice post processing effects in a special Sid Player version once this model is out. Stay tuned!&lt;/p&gt;
&lt;p&gt;NB2: Yes, we know that the HVSC team has released v50, however they have substituted a lot of PSID versions with RSID versions, which &amp;#8212; although they might sound better &amp;#8212; do no longer play given the limited CPU power of the iPhone and iPod Touch. I&amp;#8217;m sorry, but until faster models appear, we can not ship the updated SIDs&amp;#8230;
&lt;/p&gt;</description>
	<pubDate>Fri, 12 Jun 2009 16:10:11 +0000</pubDate>
	<dc:creator>mickey</dc:creator>
</item>
<item>
	<title>Marcin 'Hrw' Juszkiewicz: TI: please fix your USB</title>
	<guid>http://marcin.juszkiewicz.com.pl/?p=1043</guid>
	<link>http://feedproxy.google.com/~r/HrwWebsite/~3/gj_yikCbDYI/</link>
	<description>&lt;p&gt;I have BeagleBoard in B7 revision. So the only USB port which is available is the OTG one. I use self made host cable which connects 4 port hub (with own power supply). This gives me keyboard, mouse and Ethernet.&lt;/p&gt;

&lt;p&gt;Or rather should give&amp;#8230; Current situation (2.6.29-angstrom) is that I do not have any USB devices available because kernel do not recognize them &amp;#8212; at least not on each reboot. During last 10 reboots nothing was found&amp;#8230;&lt;/p&gt;

&lt;p&gt;So Texas Instruments engineers: do something about it please about your drivers.&lt;/p&gt;

&lt;p&gt;And no, buying C3 revision is not an option &amp;#8212; I will rather wait for version with non-USB Ethernet on board.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt; if you have U-boot 2009.01 then flash 2008.xx one or &lt;a href=&quot;http://www.angstrom-distribution.org/demo/beagleboard/u-boot.bin&quot;&gt;2009.06&lt;/a&gt; from Ångström. This will give you back standard behaviour of MUSB: &amp;#8216;throw a dice, if you will get 5 then USB will rather work&amp;#8217;.&lt;/p&gt;


&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2009/04/03/beagleboard-in-a-box/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: BeagleBoard in a box&quot;&gt;BeagleBoard in a box&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2009/04/07/how-many-serial-ports-are-enough/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: How many serial ports are enough?&quot;&gt;How many serial ports are enough?&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2009/04/30/new-multi-io-card-installed/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: New multi I/O card installed&quot;&gt;New multi I/O card installed&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=gj_yikCbDYI:Z32cU4RI6Sk:yIl2AUoC8zA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?d=yIl2AUoC8zA&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=gj_yikCbDYI:Z32cU4RI6Sk:D7DqB2pKExk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=gj_yikCbDYI:Z32cU4RI6Sk:D7DqB2pKExk&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=gj_yikCbDYI:Z32cU4RI6Sk:F7zBnMyn0Lo&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=gj_yikCbDYI:Z32cU4RI6Sk:F7zBnMyn0Lo&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=gj_yikCbDYI:Z32cU4RI6Sk:V_sGLiPBpWU&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=gj_yikCbDYI:Z32cU4RI6Sk:V_sGLiPBpWU&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/HrwWebsite/~4/gj_yikCbDYI&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Fri, 12 Jun 2009 10:46:01 +0000</pubDate>
	<dc:creator>Marcin Juszkiewicz</dc:creator>
</item>
<item>
	<title>Richard 'RP' Purdie: Weekend Photos</title>
	<guid>http://www.rpsys.net/wp/?p=53</guid>
	<link>http://www.rpsys.net/wp/?p=53</link>
	<description>&lt;p&gt;People like photos, so here are some from the weekend on flickr:&lt;br /&gt;
&lt;a href=&quot;http://www.flickr.com/photos/44849007@N00/sets/72157619634325580/detail/&quot;&gt;Northumbria TRF Camping Weekend Photos&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks Tony!&lt;/p&gt;</description>
	<pubDate>Fri, 12 Jun 2009 10:39:58 +0000</pubDate>
	<dc:creator>Richard</dc:creator>
</item>
<item>
	<title>Richard 'RP' Purdie: Northumbria TRF Camping Weekend</title>
	<guid>http://www.rpsys.net/wp/?p=32</guid>
	<link>http://www.rpsys.net/wp/?p=32</link>
	<description>&lt;p&gt;Its been a while since I&amp;#8217;ve been out on the CRM but this weekend was the local TRF&amp;#8217;s bikes, bevvies and banter weekend, camping in a field near Hexham so I made the effort to go along.&lt;/p&gt;
&lt;p&gt;Friday was intermittent rain but it was not raining as I arrived, got the bike out the van and put the tent up. It stayed dry through most of the evening and the campfires were great for keeping warm. There was also a projector, a screen made from bits of wood and an old marquee and some of Steve&amp;#8217;s on bike camera footage on display when it got dark enough. When the rain did arrive it was time for bed. It was also rather cold overnight getting near freezing. It rained all night and was raining the next morning.&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://www.rpsys.net/wp/rp/trfcamp2009.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I was in a group of 5 bikes in the &amp;#8216;oh look nice scenery&amp;#8217; group which was being led by the treasurer and the three others were southern foreigners. We left a bit late in the hope it would fair up as promised. The bike started first kick despite being in the rain all night which was a surprise. At the first gate I stopped for, it wouldn&amp;#8217;t restart and I ended up bumping it but I just assumed it was cold.&lt;/p&gt;
&lt;p&gt;The day&amp;#8217;s destination was Alston covering several trails I&amp;#8217;ve not been on before and some I&amp;#8217;ve only done in deep snow. There was an interesting ford with steep hillside with switchbacks either side and a steep rocky climb I quite enjoyed but one of the guys came off on it (nothing serious). We passed through showers but there were also dry times too which wasn&amp;#8217;t too bad.&lt;/p&gt;
&lt;p&gt;Just before lunch, the bike died suddenly with what looked like loss of electrics. It wouldn&amp;#8217;t kick back to life but did when I switched the fuel tap from main to reserve. It seemed fine so I continued on making a mental note to pull the tap apart and check what it was doing at some future date.&lt;/p&gt;
&lt;p&gt;We went up to Hartside cafe for a change instead of the cafe in Alston and it was filled with cyclists who looked rather weather beaten. After lunch the bike needed choke to start and took a bit of getting going yet again.&lt;/p&gt;
&lt;p&gt;We took a trail I quite enjoyed above a stream raging with white water, crossing through overflowing streams in a few places. We also passed a group of about 20 people (not walkers but people on some kind of tour?) who looked totally bemused that a set of bikes could travel over the ground they could barely stand up on &lt;img src=&quot;http://www.rpsys.net/wp/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt; . Getting back to the road from that trail saw me nearly getting stuck in a bog &amp;#8211; I was trying to catch the group up, took a different line to everyone else and the bike nearly came to a stop and was sinking in a boggy bit. Leaping off the seat to the side, keeping the throttle open and pushing got it out thankfully though.&lt;/p&gt;
&lt;p&gt;The next ford caused me some fun. There were two lines out, one nice looking and one with a steep rise up a large rock. Half way through the ford the bike went offline and I ended up going the rock route unexpectedly. If I&amp;#8217;d applied enough power I&amp;#8217;d have made it but I didn&amp;#8217;t and the front wheel got up but I then stalled. This then meant reversing the bike back into the river and restarting it with the result of properly wet feet. It was kind of inevitable I guess. Nick then dropped his bike a couple of metres further up the slope to make me feel slightly better.&lt;/p&gt;
&lt;p&gt;We were slowly winding around back to Hexham near Slaley when the bike totally died again with something suspiciously electrical looking. To rule it out I checked there was fuel to the carb. I also drained some fuel from the carb in case it was water related but it wasn&amp;#8217;t. Messing around with various plugs suggested no spark. To conclusively prove this I ended up putting a finger into the plug cap and since I didn&amp;#8217;t fly across the moorland when someone kicked the bike over, it was safe to say the electrics were dead. We tried bumping it and it did start but then nearly died, started and then died again.&lt;/p&gt;
&lt;p&gt;A check of various connections didn&amp;#8217;t show anything obvious so we decided to tow it remaining few miles back to camp although some members of the group were sceptical you could do this. I&amp;#8217;ve never been towed on a bike before so this was an interesting learning experience. We did however make it off the trail back to tarmac and then back to the campsite with only one really hairy moment. At least this happened near the end of the day on the way back and near the site I guess. I was also very grateful for the tow back! &lt;img src=&quot;http://www.rpsys.net/wp/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;p&gt;Back at camp I took it further to bits but didn&amp;#8217;t find anything obvious despite a couple of false leads. It did however start and I did a couple of loops around the field however it was miss firing and not reving &amp;#8211; I could hold it at full throttle with not much happening.&lt;/p&gt;
&lt;p&gt;At this point I was offered lots of semi conflicting advice. The most convincing argument was stator coil failure, intermittent or otherwise. I was also told there were separate windings for the ignition coil power and the lights and that the pickup coils could have failed too.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ve since had the manual out and traced bits of the loom and can say for sure it only has one set of stator coils driving everything and these run through what I suspect is a rectifier only (not a reg/rect combo). It has 5 leads, 3 from the stator coils and the other two are +12V and ground. The +12V goes across a large condenser which is why I suspect its a rectifier only.&lt;/p&gt;
&lt;p&gt;The stator wires have the same resistance between each pair of wires which suggests if a stator coil has failed its only under load/temperature. I stuck a diode tester on the rectifier leads and saw 0.7v drop between ground and two of the phases and between those two phases and the +12V consistent with a half wave rectifier setup. The third phase doesn&amp;#8217;t give me a voltage drop reading. This suggests a couple of the diodes have failed or I&amp;#8217;m wrong about it being a half wave rectifier or I&amp;#8217;m just plain wrong &lt;img src=&quot;http://www.rpsys.net/wp/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt; .&lt;/p&gt;
&lt;p&gt;Its also possible something like a magnetic pickup has failed but if that were the case it wouldn&amp;#8217;t explain the total loss of electrical power I&amp;#8217;d swear I saw as it was dieing. Its also been a hard to start since I&amp;#8217;ve owned it which could possibly be consistent with it being a single diode down? Loss of the second diode (or maybe more at higher temperatures) has then finished things off?&lt;/p&gt;
&lt;p&gt;Anyhow, regardless, there was no way I could use the bike today (Sunday). I stayed there last night for more bevvies, fires and horror movies on the big screen which was good fun. It was sad to see everyone riding off for more fun this morning and not being able to join them but there will be other opportunities. Thanks go to the local TRF group for a good time!&lt;/p&gt;</description>
	<pubDate>Fri, 12 Jun 2009 09:00:47 +0000</pubDate>
	<dc:creator>Richard</dc:creator>
</item>
<item>
	<title>Richard 'RP' Purdie: Broken Bike Update</title>
	<guid>http://www.rpsys.net/wp/?p=33</guid>
	<link>http://www.rpsys.net/wp/?p=33</link>
	<description>&lt;p&gt;The bike has a full wave regulator + rectifier combined and the  OE replacement part is expensive but Elextrex do a suitable cheaper aftermarket part. It arrived this morning so I fitted it tonight. The first thing you notice is the replacement is twice the size of the original and won&amp;#8217;t fit the original location but it does have connectors that fit straight to the loom. Thankfully the bike has an aftermarket rear shock with no external reservoir so there is a space where that should go I could mount the reg/rect in.&lt;/p&gt;
&lt;p&gt;As I removed the old unit, I found a hidden metal clip which had half sawn through the leads to it. Gah! This would explain the cut outs, the single dead phase and the other electrical gremlins. If I&amp;#8217;d found that on Saturday night I could have repaired it and used the bike on Sunday plus saved the cost of a new unit assuming its undamaged from the shorts. Ah well.&lt;br /&gt;
After fitting the new unit, its noticeably easier to start, so far so good. The road test revealed a horrible misfire after higher rpms just like it did in the field. Much faffing with spark plugs ensued but that wasn&amp;#8217;t the problem. Dismantling the CDI/ECU connections, applying copious WD40 and reassembling did fix it though.&lt;/p&gt;
&lt;p&gt;So its ready to go playing in mud and I have an unusually strong urge to use it. Roll on the weekend (assuming I can find anyone to play with).&lt;/p&gt;</description>
	<pubDate>Fri, 12 Jun 2009 09:00:31 +0000</pubDate>
	<dc:creator>Richard</dc:creator>
</item>
<item>
	<title>Holger 'zecke' Freyther: Joel on office space</title>
	<guid>tag:blogger.com,1999:blog-13875843.post-4991367824770042759</guid>
	<link>http://zecke.blogspot.com/2009/06/joel-on-office-space.html</link>
	<description>I encourage to read &lt;a href=&quot;http://www.joelonsoftware.com/articles/BionicOffice.html&quot;&gt;this&lt;/a&gt; article on how to design a office space for software teams (or any kind of engineer). There is scientific evidence showing the correlation between a good office space and productivity and his main points are:&lt;br /&gt;&lt;ol&gt;&lt;br /&gt;&lt;li&gt;Private offices with doors that close were absolutely required and not open to negotiation.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Programmers need lots of power outlets. They should be able to plug new gizmos in at desk height without crawling on the floor.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;We need to be able to rewire any data lines (phone, LAN, cable TV, alarms, etc.) easily without opening any walls, ever.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;It should be possible to do pair programming.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;When you're working with a monitor all day, you need to rest your eyes by looking at something far away, so monitors should not be up against walls.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;The office should be a hang out: a pleasant place to spend time. If you're meeting your friends for dinner after work you should want to meet at the office&lt;/li&gt;&lt;br /&gt;&lt;/ol&gt;&lt;br /&gt;&lt;br /&gt;a great read...&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/13875843-4991367824770042759?l=zecke.blogspot.com&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Thu, 11 Jun 2009 16:21:38 +0000</pubDate>
	<dc:creator>zecke (noreply@blogger.com)</dc:creator>
</item>
<item>
	<title>Stefan Schmidt: Garret about the Palm Pre system</title>
	<guid>http://www.datenfreihafen.org/~stefan/weblog/archives/2009/06/index.html#e2009-06-10T18_35_59.txt</guid>
	<link>http://www.datenfreihafen.org/~stefan/weblog/archives/2009/06/index.html#e2009-06-10T18_35_59.txt</link>
	<description>&lt;p&gt;Matthew Garret is blogging about the Linux based &lt;a href=&quot;http://mjg59.livejournal.com/111453.html&quot;&gt;Palm Pre
system&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I like a lot what I read there. Linux Kernel, OpenEmbedded, dbus based IPC, OMAP
SoC, root on SD and more. I would design it mostly the same way. Wait, I'm missing 300
develoeprs and 300 Millions vanture capital here. To bad.&lt;/p&gt;

&lt;p&gt;Really waiting for the kernel sources. It is using a MSM6xxx based modem for
CDMA and I would bet just the brother, perhaps MSM6281 like the Samsung Omnia,
for the GSM variant. As I'm hacking on the Omnia right know I would of cours be
interested in a kernel driver to drive the modem. On the Omnia it is connected
via a dual port ram chip that interfaces to the PXA312 on the other side.&lt;/p&gt;

&lt;p&gt;This also is kinda similar to the MSM7k SoC's that are used in the available
Android phones. Just that AP, ram and BP are in the same chip here.&lt;/p&gt;

&lt;p&gt;And the driver for the CDMA modem should also be pretty similar to the GSM
variant. That gives me a little hope that maybe a driver for such a dual port
ram setup will be in the Palm Pre kernel sources. Let me know if you have
details here.&lt;/p&gt;</description>
	<pubDate>Wed, 10 Jun 2009 16:35:59 +0000</pubDate>
	<dc:creator>Stefan Schmidt</dc:creator>
</item>
<item>
	<title>Holger 'zecke' Freyther: Taking over memprof</title>
	<guid>tag:blogger.com,1999:blog-13875843.post-6519401493796559761</guid>
	<link>http://zecke.blogspot.com/2009/06/taking-over-memprof.html</link>
	<description>Where did all my memory go? Who is allocating it, how much is being allocated? From where were theses QImages allocated? valgrind provides an accurate leak checker, but for a running application you might want to know about allocations and browse through them and don't take the performance hit of valgrind (e.g with massif).&lt;br /&gt;&lt;br /&gt;There is an easy way to answer these questions, use &lt;a href=&quot;http://www.secretlabs.de/projects/memprof/&quot;&gt;memprof&lt;/a&gt;. &lt;a href=&quot;http://www.secretlabs.de/projects/memprof/&quot;&gt;memprof&lt;/a&gt; used to be a GNOME application, it was unmaintained, the website was gone from the net, but this tool is just way too good to just drop out of the net. After trying to reach the maintainer twice I decided to adopt the orphaned thing.&lt;br /&gt;&lt;br /&gt;Check the application out, it is great, it helps me to get an overview of memory allocations for WebKit/GTK+...&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/13875843-6519401493796559761?l=zecke.blogspot.com&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Mon, 08 Jun 2009 08:50:40 +0000</pubDate>
	<dc:creator>zecke (noreply@blogger.com)</dc:creator>
</item>
<item>
	<title>Holger 'zecke' Freyther: First ever Gtk+ patch</title>
	<guid>tag:blogger.com,1999:blog-13875843.post-9096609767826983994</guid>
	<link>http://zecke.blogspot.com/2009/06/first-ever-gtk-patch.html</link>
	<description>During my work on Epiphany I was debugging a problem with the &quot;woohoo&quot; bar. It took me not less than three days to understand the issue, write a test case, and a patch and put everything in this &lt;a href=&quot;http://bugzilla.gnome.org/show_bug.cgi?id=584805&quot;&gt;bug&lt;/a&gt;. Matthias Clasen was kind enough to review and commit the patch and it can be found &lt;a href=&quot;http://git.gnome.org./cgit/gtk+/commit/?id=dccfd423cad919a91dbebc9cbd32a4479b33b2d5&quot;&gt;here&lt;/a&gt;. Sadly the --author tag of git was not used and the commit does not carry my name, so ohloh will not list my contribution to Gtk+.&lt;br /&gt;&lt;br /&gt;The main issue with debugging was finding signal connections, e.g. which function is connected to that signal and which objects, and figuring out what was called during the signal activation. My approach was the usual printf method in many places and adding _backtrace() to function calls using the glibc builtin backtracing functionality. I would like to have SystemTap at a state I could use it for tracing, or be able to script gdb (it has python plugin support now) to automatically execute a trigger when certain parts of the code got executed.&lt;br /&gt;&lt;br /&gt;Anyway, I'm happy to have fixed a Gtk+ bug and being a contributor now.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/13875843-9096609767826983994?l=zecke.blogspot.com&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Sat, 06 Jun 2009 18:01:10 +0000</pubDate>
	<dc:creator>zecke (noreply@blogger.com)</dc:creator>
</item>
<item>
	<title>Marcin 'Hrw' Juszkiewicz: Links for 2009-06-05 [del.icio.us]</title>
	<guid>http://del.icio.us/Hrw#2009-06-05</guid>
	<link>http://feedproxy.google.com/~r/HrwWebsite/~3/Dcu-bnJA0OA/Hrw</link>
	<description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.smashingmagazine.com/2009/06/01/essential-guide-to-regular-expressions-tools-tutorials-and-resources/&quot;&gt;Essential Guide To Regular Expressions: Tools and Tutorials | Developer's Toolbox | Smashing Magazine&lt;/a&gt;&lt;br /&gt;
Regular expressions are something that you’ll come across at least once in your development cycle, whether you’re just trying to modify an .htaccess file to make clean URLs, or something much more advanced like filtering RSS feeds or other data. Here are some resources to get you well on your way to mastering regex.&lt;/li&gt;
&lt;/ul&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/HrwWebsite/~4/Dcu-bnJA0OA&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Sat, 06 Jun 2009 07:00:00 +0000</pubDate>
</item>
<item>
	<title>Marcin 'Hrw' Juszkiewicz: EP93xx fight continued…</title>
	<guid>http://marcin.juszkiewicz.com.pl/?p=1028</guid>
	<link>http://feedproxy.google.com/~r/HrwWebsite/~3/Ti4UU-zPq9A/</link>
	<description>&lt;p&gt;During my recent OpenEmbedded related work I merged &lt;a href=&quot;http://martinwguy.co.uk/martin/crunch/&quot;&gt;gcc patchset from Martin Guy&lt;/a&gt;  to add support for Maverick Crunch FP unit present in Cirrus Logic EP93xx ARM cpus. This makes floating point operations faster then it was before.&lt;/p&gt;

&lt;p&gt;But does using it has a sense for whole system? Is it possible at all? The answers are No and Yes. I have root filesystem for &lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2009/04/15/edb9301-hacking/&quot;&gt;EDB9301&lt;/a&gt; created with Maverick optimisations but I also have plain armv4t one for same board. They both work but I do not recommend using Crunch optimized one &amp;#8212; there are strange errors. For example &amp;#8220;HZ=5.33381e-315&amp;#8243; is given instead of &amp;#8220;HZ=100&amp;#8243; in &lt;code&gt;openssl speed&lt;/code&gt; test (problem is somewhere in glibc).&lt;/p&gt;

&lt;p&gt;Let me quote Martin&amp;#8217;s mail:&lt;/p&gt;

&lt;blockquote&gt;My current recommendation is to enable crunch only in the floating point intensive libraries and applications that your application system uses, because having more than one crunch-enabled process running in the system makes the context switches slower because the kernel has to save and restore 19 64-bit registers at every context switch. It doesn&amp;#8217;t bother doing this if only one process is using the FPU thanks to some clever Buytenhek laziness). I don&amp;#8217;t have figures for how much of a difference this makes, but I guess one could calculate it from the context switching rate shown in the output of &amp;#8220;vmstat 5&amp;#8243; and the instruction times.&lt;/blockquote&gt;

&lt;p&gt;I switched &amp;#8220;ep93xx&amp;#8221; machine in OE back to armv4t optimisations. Also I am working on adding some more EP93xx related patches from Hasjim Williams (he made first set of patches for OpenEmbedded and Martin Guy improved them and moved to newer GCC).&lt;/p&gt;

&lt;p&gt;One note for end of story &amp;#8212; I am not interested in doing more ep93xx toolchain work. If your device/company need such help then contact Martin Guy for consulting offer.&lt;/p&gt;


&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2006/12/18/self-hosted-angstrom-build/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Self hosted Ångström build&quot;&gt;Self hosted Ångström build&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2007/04/04/3-years-of-openembedded-and-me/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: 3 years of OpenEmbedded and me&quot;&gt;3 years of OpenEmbedded and me&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2006/12/15/job-change/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Job change&quot;&gt;Job change&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=Ti4UU-zPq9A:dHOA9Sj85i0:yIl2AUoC8zA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?d=yIl2AUoC8zA&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=Ti4UU-zPq9A:dHOA9Sj85i0:D7DqB2pKExk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=Ti4UU-zPq9A:dHOA9Sj85i0:D7DqB2pKExk&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=Ti4UU-zPq9A:dHOA9Sj85i0:F7zBnMyn0Lo&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=Ti4UU-zPq9A:dHOA9Sj85i0:F7zBnMyn0Lo&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=Ti4UU-zPq9A:dHOA9Sj85i0:V_sGLiPBpWU&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=Ti4UU-zPq9A:dHOA9Sj85i0:V_sGLiPBpWU&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/HrwWebsite/~4/Ti4UU-zPq9A&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Thu, 04 Jun 2009 12:46:00 +0000</pubDate>
	<dc:creator>Marcin Juszkiewicz</dc:creator>
</item>
<item>
	<title>Marcin 'Hrw' Juszkiewicz: Links for 2009-06-03 [del.icio.us]</title>
	<guid>http://del.icio.us/Hrw#2009-06-03</guid>
	<link>http://feedproxy.google.com/~r/HrwWebsite/~3/nu9ihf8AsSg/Hrw</link>
	<description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://blogs.msdn.com/brada/archive/2009/02/27/uninstalling-the-clickonce-support-for-firefox.aspx&quot;&gt;Brad Abrams : Uninstalling the Clickonce Support for Firefox&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/HrwWebsite/~4/nu9ihf8AsSg&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Thu, 04 Jun 2009 07:00:00 +0000</pubDate>
</item>
<item>
	<title>Florian Boor: Micro2440 with Ultimate++ demo application</title>
	<guid>http://fl0rian.wordpress.com/?p=161</guid>
	<link>http://fl0rian.wordpress.com/2009/06/03/linuxtag-gsoc-and-some-progress/</link>
	<description>&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;Its time to make announcements&amp;#8230; I should have done this earlier, but like always it takes me a while to find a free minute to write things down.&lt;/p&gt;
&lt;p&gt;First is about OpenEmbedded: We will be present at &lt;a href=&quot;http://www.linuxtag.org&quot;&gt;LinuxTag&lt;/a&gt; from 24th to 27th of June in Berlin/Germany. I just hope they have a little bit more space for us at the Embedded Area compared to last year. We usually have a lot of interesting devices running OE built Linux we can show. I&amp;#8217;m really looking forward to LinuxTag &amp;#8211; I haven&amp;#8217;t missed one for many years and its always a nice event with a good mixture of community members, business people and users.&lt;/p&gt;
&lt;div class=&quot;wp-caption alignnone&quot;&gt;&lt;a href=&quot;http://www.linuxtag.org&quot;&gt;&lt;img title=&quot;LinuxTag&quot; src=&quot;http://linuxtogo.org/~florian/img/ltag.png&quot; alt=&quot;LinuxTag&quot; width=&quot;102&quot; height=&quot;66&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;LinuxTag&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Google Summer of Code is in progress for some weeks now and I&amp;#8217;m in the great position to mentor a very interesting Maemo project&amp;#8230; something I always wanted to see but noone found time to do it properly so far: Integrate the Maemo software framework into OpenEmbedded. The benefits are quite obvious &amp;#8211; Maemo software will gain compatibility and quality by running on (and if necessary adapting to) various devices. Apart from the fact that Maemo is a pretty good open source framework attracting quite a lot of developers. This is something other devices can and should gain advantage from. Well rkirti made a pretty good description of the project which can be found &lt;a href=&quot;http://www.cse.iitm.ac.in/~rkirti/maemo-oe/&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It would be pretty cool to see Maemo running on this nice device I received a few days ago&amp;#8230;&lt;/p&gt;
&lt;div id=&quot;attachment_164&quot; class=&quot;wp-caption alignnone&quot;&gt;&lt;a href=&quot;http://fl0rian.files.wordpress.com/2009/06/micro2440_gpe1.png&quot;&gt;&lt;img class=&quot;size-full wp-image-164&quot; title=&quot;Micro2440 running gpe-mini-browser2&quot; src=&quot;http://fl0rian.files.wordpress.com/2009/06/micro2440_gpe1.png?w=460&amp;h=339&quot; alt=&quot;micro2440_gpe&quot; width=&quot;460&quot; height=&quot;339&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;Micro2440 running gpe-mini-browser2&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Its a FriendlyARM Micro2440 from &lt;a rel=&quot;#someid2&quot; href=&quot;http://www.watterott-electronic.com/&quot;&gt;Watterott Electronic&lt;/a&gt; &amp;#8211; this one is equipped with the 7 inch display which gives some more &amp;#8220;freedom&amp;#8221; to the applications :-) Apart from this the hardware is the same I described in my previous post.&lt;/p&gt;
&lt;p&gt;The screen geometry would match the one used by all Maemo devices so far, so it would not mess up all the graphical user interfaces. But there is still some work to do till the boards become a really good development platform. We can build useful filesystem images for them but the installation is still split up into too many steps and the up to date kernels still lack proper support for the camera and the wifi module.&lt;/p&gt;
&lt;p&gt;I have made a toolchain to build software for both these devices and the Topas910. Together with an updated &lt;a href=&quot;http://labs.kernelconcepts.de/Publications/Micro24401/&quot;&gt;install instruction&lt;/a&gt; it can be found &lt;a href=&quot;http://labs.kernelconcepts.de/Tools/Toolchains/#Linux-i686-ARMv4t&quot;&gt;here&lt;/a&gt; at &lt;a href=&quot;http://labs.kernelconcepts.de&quot;&gt;labs.kernelconcepts.de&lt;/a&gt;.  Now I&amp;#8217;m investigating ways to integrate the toolchains with IDEs in order to simplify application development for mobile and embedded devices.&lt;/p&gt;
&lt;div id=&quot;attachment_167&quot; class=&quot;wp-caption alignnone&quot;&gt;&lt;a href=&quot;http://fl0rian.files.wordpress.com/2009/06/micro2440_ultimate1.png&quot;&gt;&lt;img class=&quot;size-full wp-image-167&quot; title=&quot;Micro2440 with Ultimate++ demo application&quot; src=&quot;http://fl0rian.files.wordpress.com/2009/06/micro2440_ultimate1.png?w=460&amp;h=339&quot; alt=&quot;Micro2440 with Ultimate++ demo application&quot; width=&quot;460&quot; height=&quot;339&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;Micro2440 with Ultimate++ demo application&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Here the device runs one of the &lt;a href=&quot;http://www.ultimatepp.org/&quot;&gt;Ultimate++ &lt;/a&gt;demo applications built with its IDE and the GPE-flavour cross toolchain built with OpenEmbedded. A friendly colleague found out what needs to be done to use it for ARM targets&amp;#8230; it still needs a little help since Ultimate++ doesn&amp;#8217;t seem to have an idea about pkgconfig and I&amp;#8217;m not really happy with the size of the resulting binaries. But more about IDEs later&amp;#8230;&lt;/p&gt;
&lt;p&gt;Have a good time&amp;#8230; and see you in Berlin!&lt;/p&gt;
  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/fl0rian.wordpress.com/161/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/fl0rian.wordpress.com/161/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/fl0rian.wordpress.com/161/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/fl0rian.wordpress.com/161/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/fl0rian.wordpress.com/161/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/fl0rian.wordpress.com/161/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/fl0rian.wordpress.com/161/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/fl0rian.wordpress.com/161/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/fl0rian.wordpress.com/161/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/fl0rian.wordpress.com/161/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=fl0rian.wordpress.com&amp;blog=100118&amp;post=161&amp;subd=fl0rian&amp;ref=&amp;feed=1&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Wed, 03 Jun 2009 18:04:24 +0000</pubDate>
	<dc:creator>Florian</dc:creator>
</item>
<item>
	<title>Philip Van Hoof: FWD: Entrepreneurs can change the world</title>
	<guid>http://pvanhoof.be/blog/index.php/2009/06/03/fwd-entrepreneurs-can-change-the-world</guid>
	<link>http://pvanhoof.be/blog/index.php/2009/06/03/fwd-entrepreneurs-can-change-the-world</link>
	<description>&lt;p&gt;&lt;br /&gt;


&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=T6MhAwQ64c0&quot;&gt;Link for planets&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Wed, 03 Jun 2009 14:54:37 +0000</pubDate>
	<dc:creator>pvanhoof</dc:creator>
</item>
<item>
	<title>Nils Faerber: LiMo Announces Platform R2 Specifications</title>
	<guid>http://www.linuxtogo.org/52 at http://www.linuxtogo.org</guid>
	<link>http://www.linuxtogo.org/limo-announces-platform-r2-specifications</link>
	<description>&lt;p&gt;The LiMo foundation just announced their new version R2 of their platform specification, though they are not yet available for public consumption from their &lt;a href=&quot;http://www.limofoundation.org/en/technical-documents.html&quot;&gt;technical documents&lt;/a&gt; download page.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.linuxtogo.org/limo-announces-platform-r2-specifications&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Wed, 03 Jun 2009 13:59:32 +0000</pubDate>
	<dc:creator>nils</dc:creator>
</item>
<item>
	<title>BUG Community: How to get BUG working with multiple systems</title>
	<guid>http://community.buglabs.net/mjuszkiewicz/posts/122-How-to-get-BUG-working-with-multiple-systems</guid>
	<link>http://community.buglabs.net/mjuszkiewicz/posts/122-How-to-get-BUG-working-with-multiple-systems</link>
	<description>&lt;p&gt;Most people working with BUG device use R1.4 as their operating system. But I am not one of them.&lt;/p&gt;&lt;p&gt;Why? I am working on system which one day be R1.5 and to get it I need to have a way to boot different systems on BUG. But how to do that?&lt;/p&gt;&lt;p&gt;Few things are required:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;U-Boot (which is required for R1.5 and optional for R1.4)&lt;/li&gt;&lt;li&gt;microSD card (which is required anyway)&lt;/li&gt;&lt;li&gt;images of different operating systems&lt;/li&gt;&lt;li&gt;card reader&lt;/li&gt;&lt;li&gt;some time&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;First of all we need to split microSD card to few partitions. I use default 2GB one so split it to 4 equal parts -- each for other version of BUG Linux. There are lot of applications which can be used so choose preferred one. Now we need to install misc systems to our card. &lt;/p&gt;&lt;p&gt;On first partition I put &amp;Aring;ngstr&amp;ouml;m image which I built with org.openembedded.dev branch of OpenEmbedded. This is what I use for testing any of required tweaks. This image do not contains Java stuff - just bare console system. Adding X11 is in progress. &lt;/p&gt;&lt;p&gt;On 2nd partition I installed from &lt;a href=&quot;http://buglabs.net/downloads&quot; title=&quot;official image&quot;&gt;official image&lt;/a&gt;. This one is to check how things were working in R1.4 and also to check do everything works like it should.&lt;/p&gt;&lt;p&gt;3rd partition keeps R1.5 built with stable/2009 branch of OpenEmbedded. This is what will be used as R1.5 sooner or later. It contains Java stuff as I use it with meta-but and meta-jalimo directories.&lt;/p&gt;&lt;p&gt;Not decided yet what will end on last partition ;)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;OK, but how to boot selected system? It is easy with U-Boot as we have u-boot-utils package which allows to manipulate bootloader configuration from working system. So all I have to change is &quot;bootargs&quot; variable and reboot.&lt;/p&gt;&lt;p&gt;What left to fix? Kernel location because currently I use one uImage for all systems. Fix should be easy anyway :D&lt;/p&gt;</description>
	<pubDate>Fri, 29 May 2009 16:36:19 +0000</pubDate>
	<dc:creator>mjuszkiewicz</dc:creator>
</item>
<item>
	<title>Marcin 'Hrw' Juszkiewicz: Links for 2009-05-28 [del.icio.us]</title>
	<guid>http://del.icio.us/Hrw#2009-05-28</guid>
	<link>http://feedproxy.google.com/~r/HrwWebsite/~3/UeQHWDhaIiI/Hrw</link>
	<description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.niksula.cs.hut.fi/~jpsukane/sisinfo.html&quot;&gt;Homepage of Jari Sukanen&lt;/a&gt;&lt;br /&gt;
SISInfo is a tool for inspecting the contents of Symbian SIS installation packages. Supported SIS file format is the one introduced in Symbian 9.1 and S60 3rd edition. File format specification can be found here&lt;/li&gt;
&lt;/ul&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/HrwWebsite/~4/UeQHWDhaIiI&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Fri, 29 May 2009 07:00:00 +0000</pubDate>
</item>
<item>
	<title>Marcin 'Hrw' Juszkiewicz: My opinion on next Nokia tablet</title>
	<guid>http://marcin.juszkiewicz.com.pl/?p=1019</guid>
	<link>http://feedproxy.google.com/~r/HrwWebsite/~3/4yQvN6WsDbQ/</link>
	<description>&lt;p&gt;There is a &lt;a href=&quot;http://www.mobilecrunch.com/2009/05/24/exclusive-everything-there-is-to-know-about-nokias-next-tablet/&quot;&gt;new set of rumours&lt;/a&gt; on websites about next Nokia tablet. Name it N900 (speculation name) or Rover (which is internal name) or famous N00 which probably is on prototypes (Nokia uses N00 on proto phones and tablets).&lt;/p&gt;

&lt;p&gt;As Jamie Bennett &lt;a href=&quot;http://linuxuk.org/the_mobile_market&quot;&gt;wrote on his blog&lt;/a&gt; it will be hard to sell this tablet. He compares it to netbooks but I see other device to buy instead &amp;#8212; &lt;a href=&quot;http://www.alwaysinnovating.com/touchbook/&quot;&gt;Touchbook&lt;/a&gt; which has similar internals but higher resolution (1024&amp;#215;600 instead of 800&amp;#215;480) on bigger screen (8.9&amp;#8243; instead of 3.5&amp;#8243;). OK, it will not have GSM like N900 but I do not care about it &amp;#8212; my current phone is good enough.&lt;/p&gt;

&lt;p&gt;And then goes other problem &amp;#8212; Maemo. I used Maemo 2005/6/7/8 on Nokia 770 and N810 and ok, it is fine and working system but&amp;#8230; It is niche system &amp;#8212; small amount of applications available and no other environments then Hildon one (chroot with KDE which runs in window under Hildon does not count).&lt;/p&gt;

&lt;p&gt;And question is how open will it be for other operating systems/distributions &amp;#8212; I hope that Nokia will not follow 770/n8&amp;#215;0 way.&lt;/p&gt;


&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2008/01/31/first-days-with-nokia-n810/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: First days with Nokia N810&quot;&gt;First days with Nokia N810&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2007/12/17/maemo-mapper/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Maemo mapper&quot;&gt;Maemo mapper&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://marcin.juszkiewicz.com.pl/2008/06/02/feel-the-power-of-usb-with-nokia-tablet/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Feel the power of USB with Nokia tablet&quot;&gt;Feel the power of USB with Nokia tablet&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=4yQvN6WsDbQ:Rxq2xs09XAE:yIl2AUoC8zA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?d=yIl2AUoC8zA&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=4yQvN6WsDbQ:Rxq2xs09XAE:D7DqB2pKExk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=4yQvN6WsDbQ:Rxq2xs09XAE:D7DqB2pKExk&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=4yQvN6WsDbQ:Rxq2xs09XAE:F7zBnMyn0Lo&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=4yQvN6WsDbQ:Rxq2xs09XAE:F7zBnMyn0Lo&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?a=4yQvN6WsDbQ:Rxq2xs09XAE:V_sGLiPBpWU&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/HrwWebsite?i=4yQvN6WsDbQ:Rxq2xs09XAE:V_sGLiPBpWU&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/HrwWebsite/~4/4yQvN6WsDbQ&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Wed, 27 May 2009 11:30:30 +0000</pubDate>
	<dc:creator>Marcin Juszkiewicz</dc:creator>
</item>
<item>
	<title>Florian Boor: Micro2440 SDK</title>
	<guid>http://fl0rian.wordpress.com/?p=154</guid>
	<link>http://fl0rian.wordpress.com/2009/05/26/a-friendly-development-board/</link>
	<description>&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;While we are at the topic &amp;#8216;evaluation and development hardware&amp;#8217;&amp;#8230; here here a few lines about