<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>bauermann &#187; english</title>
	<atom:link href="http://blog.bauermann.eng.br/category/english/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bauermann.eng.br</link>
	<description>incomplete and abridged</description>
	<lastBuildDate>Mon, 20 May 2013 17:15:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.bauermann.eng.br' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>bauermann &#187; english</title>
		<link>http://blog.bauermann.eng.br</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.bauermann.eng.br/osd.xml" title="bauermann" />
	<atom:link rel='hub' href='http://blog.bauermann.eng.br/?pushpress=hub'/>
		<item>
		<title>Converting from Ogg Vorbis to MP3 in Amarok</title>
		<link>http://blog.bauermann.eng.br/2013/01/04/converting-from-ogg-vorbis-to-mp3-in-amarok/</link>
		<comments>http://blog.bauermann.eng.br/2013/01/04/converting-from-ogg-vorbis-to-mp3-in-amarok/#comments</comments>
		<pubDate>Fri, 04 Jan 2013 03:11:48 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[hint]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">https://bauermann.wordpress.com/?p=396</guid>
		<description><![CDATA[Since version 2.6, you can tell Amarok to convert (transcode) every music track to MP3 when copying it to a given device. There&#8217;s a bug, however which causes MP3 files converted from Ogg Vorbis to lose all metadata (artist, album, title etc). This is a showstopper for me. This happens because Amarok needs to pass [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=396&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Since version 2.6, you can tell Amarok to convert (transcode) every music track to MP3 when copying it to a given device.</p>
<p>There&#8217;s a <a href="https://bugs.kde.org/show_bug.cgi?id=306895">bug</a>, however which causes MP3 files converted from Ogg Vorbis to lose all metadata (artist, album, title etc). This is a showstopper for me.</p>
<p>This happens because Amarok needs to pass an option to ffmpeg to tell it to get the metadata from the first stream found in the Ogg file as opposed to the default of getting it from global metadata. Unfortunately as far as I can tell there&#8217;s no way to configure the ffmpeg command line used by Amarok. The solution then is to replace the ffmpeg binary in the path with a script that will do that, like this one:</p>
<pre>#!/usr/bin/python
import os
import sys

AVCONV_FFMPEG = '/usr/bin/ffmpeg.distrib'
os.execv(AVCONV_FFMPEG, sys.argv + ['-map_metadata', '0:0,s0'])</pre>
<p>In Debian or Ubuntu, you can divert the real ffmpeg binary and install the script above as /usr/bin/ffmpeg:</p>
<pre>$ sudo dpkg-divert --add /usr/bin/ffmpeg
$ sudo cp /tmp/fake-ffmpeg.py /usr/bin/ffmpeg
$ sudo chmod +x /usr/bin/ffmpeg</pre>
<p>There&#8217;s <a href="https://bugs.kde.org/show_bug.cgi?id=312407">another bug</a> where Amarok needlessly converts even MP3 files when copying them to the device.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/396/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=396&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2013/01/04/converting-from-ogg-vorbis-to-mp3-in-amarok/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>
	</item>
		<item>
		<title>Dreamplug kernel patches for Linux 3.4.4</title>
		<link>http://blog.bauermann.eng.br/2012/06/25/dreamplug-kernel-patches-for-linux-3-4-4/</link>
		<comments>http://blog.bauermann.eng.br/2012/06/25/dreamplug-kernel-patches-for-linux-3-4-4/#comments</comments>
		<pubDate>Mon, 25 Jun 2012 16:11:43 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[dreamplug linux]]></category>

		<guid isPermaLink="false">http://bauermann.wordpress.com/?p=385</guid>
		<description><![CDATA[Building a kernel for the Dreamplug still requires using a set of out-of-tree patches, since Dreamplug support is still being merged upstream. There are a few versions of these patches adapted for different kernel versions floating around. I have adapted them to apply to 3.4.x. You can get them from my github repository. Follow the [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=385&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Building a kernel for the Dreamplug still requires using a set of out-of-tree patches, since Dreamplug support is still being merged upstream. There are a few versions of these patches adapted for different kernel versions floating around. I have adapted them to apply to 3.4.x. You can get them from <a href="https://github.com/bauermann/dreamplug">my github repository</a>. Follow the README instructions to apply them and build the kernel. I included a kernel config file too.</p>
<p>The Dreamplug support patches that are being merged upstream use a device tree to tell the kernel about board-specific configuration that it needs to run on a given machine. The boot loader is supposed to hand that device tree binary to the kernel, or if your boot loader doesn&#8217;t support that (the u-boot version which comes pre-installed with the Dreamplug doesn&#8217;t) then you need to append a device tree binary to your kernel image after building it, or flash a new u-boot version.</p>
<p>To avoid all that fuss, the first patch in my series has a small hack that hard-codes the kernel to boot only on the Dreamplug, avoiding the need for a device tree. It also makes the kernel expect the GuruPlug machine id (which is what the factory Dreamplug u-boot advertises) instead of the Dreamplug machine id (which is what newer versions of u-boot advertise). It&#8217;s easy to drop this part of the patch if you updated your Dreamplug or made the factory u-boot use the new machine id (apparently you can do that, I didn&#8217;t try).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/385/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=385&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2012/06/25/dreamplug-kernel-patches-for-linux-3-4-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>
	</item>
		<item>
		<title>isn&#8217;t it a pity?</title>
		<link>http://blog.bauermann.eng.br/2009/08/18/isnt-it-a-pity/</link>
		<comments>http://blog.bauermann.eng.br/2009/08/18/isnt-it-a-pity/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 22:44:44 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[poem]]></category>

		<guid isPermaLink="false">http://blog.bauermann.eng.br/?p=355</guid>
		<description><![CDATA[Isn&#8217;t it a pity Now, isn&#8217;t it a shame How we break each other&#8217;s hearts And cause each other pain How we take each other&#8217;s love Without thinking anymore Forgetting to give back Isn&#8217;t it a pity Some things take so long But how do I explain When not too many people Can see we&#8217;re [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=355&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Isn&#8217;t it a pity<br />
Now, isn&#8217;t it a shame<br />
How we break each other&#8217;s hearts<br />
And cause each other pain<br />
How we take each other&#8217;s love<br />
Without thinking anymore<br />
Forgetting to give back<br />
Isn&#8217;t it a pity</p>
<p>Some things take so long<br />
But how do I explain<br />
When not too many people<br />
Can see we&#8217;re all the same<br />
And because of all their tears<br />
Their eyes can&#8217;t hope to see<br />
The beauty that surrounds them<br />
Isn&#8217;t it a pity</p>
<p>Isn&#8217;t it a pity<br />
Isn&#8217;t is a shame<br />
How we break each other&#8217;s hearts<br />
And cause each other pain<br />
How we take each other&#8217;s love<br />
Without thinking anymore<br />
Forgetting to give back<br />
Isn&#8217;t it a pity</p>
<p>Forgetting to give back<br />
Isn&#8217;t it a pity<br />
Forgetting to give back<br />
Now, isn&#8217;t it a pity</p>
<p>― <em>George Harrison</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/355/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=355&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2009/08/18/isnt-it-a-pity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>
	</item>
		<item>
		<title>beware of darkness</title>
		<link>http://blog.bauermann.eng.br/2009/07/30/beware-of-darkness/</link>
		<comments>http://blog.bauermann.eng.br/2009/07/30/beware-of-darkness/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 11:30:20 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[poem]]></category>

		<guid isPermaLink="false">http://blog.bauermann.eng.br/?p=342</guid>
		<description><![CDATA[Watch out now, take care Beware of falling swingers Dropping all around you The pain that often mingles In your fingertips Beware of darkness Watch out now, take care Beware of the thoughts that linger Winding up inside your head The hopelessness around you In the dead of night Beware of sadness It can hit [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=342&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Watch out now, take care<br />
Beware of falling swingers<br />
Dropping all around you<br />
The pain that often mingles<br />
In your fingertips<br />
Beware of darkness</p>
<p>Watch out now, take care<br />
Beware of the thoughts that linger<br />
Winding up inside your head<br />
The hopelessness around you<br />
In the dead of night</p>
<p>Beware of sadness<br />
It can hit you<br />
It can hurt you<br />
Make you sore and what is more<br />
That is not what you are here for</p>
<p>Watch out now, take care<br />
Beware of soft shoe shufflers<br />
Dancing down the sidewalks<br />
As each unconscious sufferer<br />
Wanders aimlessly<br />
Beware of maya</p>
<p>Watch out now, take care<br />
Beware of greedy leaders<br />
They take you where you should not go<br />
While weeping atlas cedars<br />
They just want to grow, grow and grow<br />
Beware of darkness (beware of darkness)</p>
<p>― <em>George Harrison</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/342/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=342&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2009/07/30/beware-of-darkness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>
	</item>
		<item>
		<title>king of pain</title>
		<link>http://blog.bauermann.eng.br/2009/06/29/king-of-pain-2/</link>
		<comments>http://blog.bauermann.eng.br/2009/06/29/king-of-pain-2/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 07:50:14 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[poem]]></category>

		<guid isPermaLink="false">http://blog.bauermann.eng.br/?p=268</guid>
		<description><![CDATA[There&#8217;s a little black spot on the sun today It&#8217;s the same old thing as yesterday There&#8217;s a black hat caught in a high tree top There&#8217;s a flag pole rag and the wind won&#8217;t stop I have stood here before inside the pouring rain With the world turning circles running round my brain I [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=268&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>There&#8217;s a little black spot on the sun today<br />
It&#8217;s the same old thing as yesterday<br />
There&#8217;s a black hat caught in a high tree top<br />
There&#8217;s a flag pole rag and the wind won&#8217;t stop</p>
<p>I have stood here before inside the pouring rain<br />
With the world turning circles running round my brain<br />
I guess I&#8217;m always hoping that you&#8217;ll end this reign<br />
But it&#8217;s my destiny to be the king of pain</p>
<p>There&#8217;s a little black spot on the sun today<br />
That&#8217;s my soul up there<br />
It&#8217;s the same old thing as yesterday<br />
That&#8217;s my soul up there<br />
There&#8217;s a black hat caught in a high tree top<br />
That&#8217;s my soul up there<br />
There&#8217;s a flag pole rag and the wind wont stop<br />
That&#8217;s my soul up there</p>
<p>I have stood here before inside the pouring rain<br />
With the world turning circles running round my brain<br />
I guess I&#8217;m always hoping that you&#8217;ll end this reign<br />
But it&#8217;s my destiny to be the king of pain</p>
<p>There&#8217;s a fossil that&#8217;s trapped in a high cliff wall<br />
That&#8217;s my soul up there<br />
There&#8217;s a dead salmon frozen in a waterfall<br />
That&#8217;s my soul up there<br />
There&#8217;s a blue whale beached by a springtides ebb<br />
That&#8217;s my soul up there<br />
There&#8217;s a butterfly trapped in a spider&#8217;s web<br />
That&#8217;s my soul up there</p>
<p>I have stood here before inside the pouring rain<br />
With the world turning circles running round my brain<br />
I guess I&#8217;m always hoping that you&#8217;ll end this reign<br />
But it&#8217;s my destiny to be the king of pain</p>
<p>There&#8217;s a king on a throne with his eyes torn out<br />
There&#8217;s a blind man looking for a shadow of doubt<br />
There&#8217;s a rich man sleeping on a golden bed<br />
<b>There&#8217;s a skeleton choking on a crust of bread</b></p>
<p>King of pain</p>
<p>There&#8217;s a red fox thorn by a huntsman&#8217;s pack<br />
That&#8217;s my soul up there<br />
There&#8217;s a black winged gull with a broken back<br />
That&#8217;s my soul up there<br />
There&#8217;s a little black spot on the sun today<br />
It&#8217;s the same old thing as yesterday</p>
<p>I have stood here before inside the pouring rain<br />
With the world turning circles running round my brain<br />
I guess I&#8217;m always hoping that you&#8217;ll end this reign<br />
But it&#8217;s my destiny to be the king of pain</p>
<p>King of pain<br />
King of pain<br />
King of pain<br />
I&#8217;ll always be king of pain<br />
I&#8217;ll always be king of pain<br />
I&#8217;ll always be king of pain&#8230;</p>
<p><em>Police</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/268/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=268&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2009/06/29/king-of-pain-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>
	</item>
		<item>
		<title>status update on GDB work</title>
		<link>http://blog.bauermann.eng.br/2009/05/24/status-update-on-gdb-work/</link>
		<comments>http://blog.bauermann.eng.br/2009/05/24/status-update-on-gdb-work/#comments</comments>
		<pubDate>Sun, 24 May 2009 22:41:30 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[gdb]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[planet ltc]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://blog.bauermann.eng.br/?p=239</guid>
		<description><![CDATA[Ok, so this time I won&#8217;t talk about Python scripting support in GDB. I&#8217;m getting tired of it myself. I&#8217;ll just comment that it&#8217;s amazing the number of problems people in IRC report with GDB that can be solved with the Python support that we&#8217;re adding to it. Sometimes they need stuff which is only [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=239&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Ok, so this time I won&#8217;t talk about Python scripting support in GDB. I&#8217;m getting tired of it myself. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  I&#8217;ll just comment that it&#8217;s amazing the number of problems people in IRC report with GDB that can be solved with the Python support that we&#8217;re adding to it. Sometimes they need stuff which is only on the branch, but sometimes even the few bits already in CVS HEAD are enough!</p>
<p>Er, I actually do have one more thing to say about the subject: GDB had one project <a href="http://sourceware.org/ml/gdb/2009-04/msg00159.html">accepted</a> in the Google Summer of Code 2009. Oguz Kayral is the student working on it, and I am his mentor. He will add support for subscribing to inferior events (e.g., signals, process and thread stops, thread creation) from Python. One use case for which this is useful was given by an IRC user at the #gdb channel:</p>
<blockquote><p>&lt;LimCore&gt; how to run gdb from command line, so that it will run ./foo.bin with arguments: foo bar baz and it will run it instantly without waiting for &#8216;r&#8217;; And if program segfaults then it will do &#8216;bt&#8217; without waiting for the command. (and if program terminates normally then it will also just quit)</p></blockquote>
<p>LimCore will be able to write a simple and short Python script using the events API to solve his problem.</p>
<p>Now, moving on to other items: my team has been asked to improve GDB support for the hardware debug facilities in embedded PowerPC processors (for more info about these facilities, see Chapter 10 of Book III-E of the <a href="http://www.power.org/resources/downloads/PowerISA_V2.06_PUBLIC.pdf">Power ISA v2.06</a>). I <a href="http://sourceware.org/ml/gdb/2009-03/msg00007.html">announced</a> this work to the GDB mailing list back in early March, and got useful insight from Joel Brobecker.</p>
<p>Today I posted an <a href="http://sourceware.org/ml/gdb/2009-05/msg00161.html">update</a> on where we are with this work. We have the following ready for both native GDB and gdbserver on Linux:</p>
<ul>
<li>one additional hardware watchpoint (two in total),</li>
<li>four hardware breakpoints,</li>
<li>one ranged hardware watchpoint.</li>
</ul>
<p>And we still have the following features ahead of us:</p>
<ul>
<li>support for the two DVC (Data Value Compare) registers, which enable hardware-accelerated conditions for hardware watchpoints,</li>
<li>two ranged hardware breakpoints.</li>
</ul>
<p>Last and least, I was thinking of posting monthly GDB updates on what happened in GDB in the previous month <a href="http://blog.bauermann.eng.br/2009/02/25/news-from-gdb-land/">as I did</a> back in February, but I got busy and didn&#8217;t get around to it. I still entertain the idea though, so if you think it&#8217;s worth it, I&#8217;d be glad to know.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/239/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=239&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2009/05/24/status-update-on-gdb-work/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>
	</item>
		<item>
		<title>status update on python scripting support</title>
		<link>http://blog.bauermann.eng.br/2009/03/31/status-update-on-python-scripting-support/</link>
		<comments>http://blog.bauermann.eng.br/2009/03/31/status-update-on-python-scripting-support/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 03:52:33 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[gdb]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[planet ltc]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://blog.bauermann.eng.br/?p=231</guid>
		<description><![CDATA[It&#8217;s been a while since I last talked about Python scripting support in GDB. Mostly because I&#8217;ve been focusing on getting stuff from the branch merged into CVS HEAD, so that GDB 7.0 can have some useful Python bindings. The latest two patches committed upstream are for creating convenience functions in Python, and fo manipulating [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=231&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s been a while since I last talked about Python scripting support in GDB. Mostly because I&#8217;ve been focusing on getting stuff from the branch merged into CVS HEAD, so that GDB 7.0 can have some useful Python bindings.</p>
<p>The latest <a href="http://sourceware.org/ml/gdb-patches/2009-03/msg00424.html">two</a> <a href="http://sourceware.org/ml/gdb-patches/2009-03/msg00689.html">patches</a> committed upstream are for creating convenience functions in Python, and fo manipulating a program&#8217;s stack frames as Python objects. So, what can you do with those? I&#8217;ll borrow an example from <a href="http://tromey.com/blog/?p=515">Tom Tromey</a> here: suppose you want to set a breakpoint which triggers only when the code is called by one specific function. You can create a convenience function like this:</p>
<pre>import gdb
import re

class CallerIs (gdb.Function):
    """Return True if the calling function's name is equal to a string.
This function takes one or two arguments.
The first argument is the name of a function; if the calling function's
name is equal to this argument, this function returns True.
The optional second argument tells this function how many stack frames
to traverse to find the calling function.  The default is 1."""

    def __init__ (self):
        super (CallerIs, self).__init__ ("caller_is")

    def invoke (self, name, nframes = 1):
        frame = gdb.selected_frame ()
        while nframes &gt; 0:
            frame = frame.older ()
            nframes = nframes - 1
        return frame.name () == name.string ()

CallerIs ()</pre>
<p>And then create a conditional breakpoint using it, as in:</p>
<pre>(gdb) break foo.c:42 if $caller_is ("some_function")</pre>
<p>Or, to check the name of the grand-grand-caller of the code:</p>
<pre>(gdb) break foo.c:42 if $caller_is ("some_function", 3)</pre>
<p>Cool, huh? Now, why bother writing that big doc comment? GDB will use it as online help for the function you wrote:</p>
<pre>(gdb) help function caller_is
Return True if the calling function's name is equal to a string.
This function takes one or two arguments.
The first argument is the name of a function; if the calling function's
name is equal to this argument, this function returns True.
The optional second argument tells this function how many stack frames
to traverse to find the calling function.  The default is 1.</pre>
<p>One other <a href="http://sourceware.org/ml/gdb-patches/2009-02/msg00159.html">patch</a> which was merged in HEAD enables creating new GDB commands in Python, so you can write new commands to do some frame tricks too!</p>
<p>If you&#8217;d like to know more about the Python scripting work in GDB, I suggest you read the <a href="http://tromey.com/blog/?cat=17">series of blog posts</a> from Tom Tromey on this subject. It&#8217;ll give you a pretty good idea of what we have in the Python branch, and the direction we&#8217;re heading. Just keep in mind that some method names and syntax changed since he wrote that. Refer to the GDB manual in the Python branch (&#8220;<code>make gdb.pdf</code>&#8221; in gdb/doc/) or the example scripts (also in the Python branch, in <a href="http://sourceware.org/git/?p=archer.git;a=tree;f=gdb/python/lib/gdb;h=452795d74e919493ddc6204aa4392705bd6b8037;hb=archer-tromey-python">gdb/python/lib/gdb/</a>) for up-to-date details.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/231/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=231&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2009/03/31/status-update-on-python-scripting-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8230;</title>
		<link>http://blog.bauermann.eng.br/2009/03/07/216/</link>
		<comments>http://blog.bauermann.eng.br/2009/03/07/216/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 07:15:36 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[comentário solto]]></category>
		<category><![CDATA[madrugada]]></category>
		<category><![CDATA[opinião]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[pessoal]]></category>

		<guid isPermaLink="false">http://blog.bauermann.eng.br/?p=216</guid>
		<description><![CDATA[I&#8217;d like to be able to say this every once in a while: All in all, it was a pretty crazy year. My life kind of turned upside down and I found myself to be very often far removed from anything resembling a comfort zone. I expect 2009 to be pretty crazy as well. &#8211; [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=216&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I&#8217;d like to be able to say this every once in a while:</p>
<blockquote><p>All in all, it was a pretty crazy year. My life kind of turned upside down and I found myself to be very often far removed from anything resembling a comfort zone. I expect 2009 to be pretty crazy as well.</p></blockquote>
<p>&#8211; <a href="http://she.geek.nz/archives/528-2008-summary.html">http://she.geek.nz/archives/528-2008-summary.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/216/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=216&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2009/03/07/216/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>
	</item>
		<item>
		<title>news from GDB-land</title>
		<link>http://blog.bauermann.eng.br/2009/02/25/news-from-gdb-land/</link>
		<comments>http://blog.bauermann.eng.br/2009/02/25/news-from-gdb-land/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 06:22:31 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[gdb]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[planet ltc]]></category>
		<category><![CDATA[wee hours]]></category>

		<guid isPermaLink="false">http://blog.bauermann.eng.br/?p=197</guid>
		<description><![CDATA[Nick Clifton publishes in his blog monthly news from the toolchain world, which is very interesting and very nice of him. Unfortunately he has not been able to provide news from GDB-land. I compiled a list of interesting events which happened in the GDB community this February to post as a comment in his blog, [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=197&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Nick Clifton publishes in <a href="http://nickclifton.livejournal.com/">his blog</a> monthly news from the toolchain world, which is very interesting and very nice of him. Unfortunately he has not been able to provide news from GDB-land. I compiled a list of interesting events which happened in the GDB community this February to post as a comment in his blog, and figured it could be useful to post it here as well:</p>
<ul>
<li>publication of <a href="http://sourceware.org/ml/gdb/2009-02/msg00053.html">release schedule</a> for GDB 7.0;</li>
<li>merging of a handful of patches for Python scripting support (including ability to define new <a href="http://sourceware.org/ml/gdb-patches/2009-02/msg00025.html">commands in python</a>);</li>
<li>new target supported (Ericsson&#8217;s <a href="http://sourceware.org/ml/gdb-patches/2009-02/msg00350.html">DICOS on x86_64</a>);</li>
<li><a href="http://sourceware.org/ml/gdb-patches/2009-02/msg00328.html">revamp</a> of thread support in Solaris;</li>
<li>support <a href="http://sourceware.org/ml/gdb-patches/2009-02/msg00300.html">hardware watchpoints</a> in all i386 targets;</li>
<li>ability to inspect extra <a href="http://sourceware.org/ml/gdb-patches/2009-01/msg00255.html">signal information</a>.</li>
</ul>
<p>This is an incomplete list (doesn&#8217;t mention bugfixes, for instance) hacked up in the wee hours of the night, while waiting for sleep to come. If you are a GDB hacker who committed something interesting this month, I apologize in advance for not listing it here.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/197/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=197&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2009/02/25/news-from-gdb-land/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>
	</item>
		<item>
		<title>yesterday you said tomorrow&#8230;</title>
		<link>http://blog.bauermann.eng.br/2009/02/12/yesterday-you-said-tomorrow/</link>
		<comments>http://blog.bauermann.eng.br/2009/02/12/yesterday-you-said-tomorrow/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 02:03:43 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[haha only serious]]></category>
		<category><![CDATA[hint]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[pessoal]]></category>
		<category><![CDATA[wee hours]]></category>

		<guid isPermaLink="false">http://blog.bauermann.eng.br/?p=183</guid>
		<description><![CDATA[&#8230; just do it. ps: it&#8217;s just marketing, I know. But I really liked the  message&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=183&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>&#8230; <a href="http://www.flickr.com/photos/michaelsurtees/3156326070/">just do it</a>.</p>
<p>ps: it&#8217;s just marketing, I know. But I really liked the  message&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/183/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=183&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2009/02/12/yesterday-you-said-tomorrow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>
	</item>
		<item>
		<title>a useful python script for GDB: is the variable in scope?</title>
		<link>http://blog.bauermann.eng.br/2008/11/22/a-useful-python-script-for-gdb-is-the-variable-in-scope/</link>
		<comments>http://blog.bauermann.eng.br/2008/11/22/a-useful-python-script-for-gdb-is-the-variable-in-scope/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 21:20:14 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[gdb]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[planet ltc]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://bauermann.wordpress.com/?p=168</guid>
		<description><![CDATA[One annoying aspect of scripting GDB (using it&#8217;s own scripting language), is that if you test or set a variable which is not in scope, the script will generate an error and GDB will give up evaluating it. It would be useful to have a way to programatically check if the variable is in scope [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=168&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>One annoying aspect of scripting GDB (using it&#8217;s own scripting language), is that if you test or set a variable which is not in scope, the script will generate an error and GDB will give up evaluating it. It would be useful to have a way to programatically check if the variable is in scope before trying to use it. There was even at least one try (from the brave Rob Quill) at implementing such a thing posted to the <code>gdb-patches</code> mailing list, but unfortunately as of now it still has some issues and haven&#8217;t been committed (I believe <a href="http://sourceware.org/ml/gdb-patches/2008-07/msg00514.html">this patch</a> is the latest version).</p>
<p>Anyway, this is the kind of thing we want to make easy to do in Python, so I decided to try to implement a solution using what we have in the <a href="http://sourceware.org/gdb/wiki/PythonGdb">Python</a> branch. Tom Tromey already created the notion of <em>convenience functions</em>, which are functions that are implemented by GDB  that you can call in places where it accepts expressions, and he made it possible to implement such functions in Python. It follows that one can write a <code>in_scope</code> convenience function in Python which checks if a given variable name is valid in the current scope of the debugged program.</p>
<p>There were some missing pieces which I had to implement to get the <code>in_scope</code> function working (most notably, a <a href="http://sourceware.org/ml/archer/2008-q4/msg00292.html">method to get a string</a> from a variable in the debugged program), and in the past few days I committed to the branch the <a href="http://sourceware.org/ml/archer/2008-q4/msg00313.html">patches which add those pieces</a>. So now you can have the following script:</p>
<pre>class InScope (gdb.Function):
    """Check if all the given variables or macros are in scope.
       Receives as argument a list of names separated by
       whitespace."""

    def __init__ (self):
        super (InScope, self).__init__ ("in_scope")

    def invoke (self, var):
        vars = set (var.string().split())
        found = set ()
        pc = gdb.get_selected_frame ().get_pc ()
        block = gdb.get_block_for_pc (pc)
        while block:
            for sym in block:
                if (sym.is_argument ()
                      or sym.is_constant ()
                      or sym.is_function ()
                      or sym.is_variable ()):
                    sym_name = sym.get_print_name ()
                    if sym_name in vars:
                        found.add (sym_name)
            block = block.get_superblock ()

        return vars == found

InScope ()</pre>
<p>And use it like this:</p>
<pre>Breakpoint 1, main (argc=1, argv=0x7fffffffe208) at /tmp/funcs.c:16
16        int i = 41;
(gdb) if $in_scope("i")
 &gt;print "yay"
 &gt;else
 &gt;print "nay"
 &gt;end
$1 = "yay"
(gdb)</pre>
<p>If you save the script to <code>~/.gdb-in-scope.py</code>, you can put the following in your <code>~/.gdbinit</code> to load it automatically:</p>
<pre>source ~/.gdb-in-scope.py</pre>
<p>Now my goal is to cut out and submit upstream a set of patches to make the above work on regular GDB. The only problem is that I have the boring task of writing testcases and documentation for the code before I can submit it&#8230; <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>For now, If you want to use this script you can build a GDB from the branch, but be aware that the Python API as provided in the branch is subject to change.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/168/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=168&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2008/11/22/a-useful-python-script-for-gdb-is-the-variable-in-scope/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>
	</item>
		<item>
		<title>python scripting in gdb update</title>
		<link>http://blog.bauermann.eng.br/2008/10/16/python-scripting-in-gdb-update/</link>
		<comments>http://blog.bauermann.eng.br/2008/10/16/python-scripting-in-gdb-update/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 06:03:40 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[gdb]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[planet ltc]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://bauermann.wordpress.com/?p=163</guid>
		<description><![CDATA[It&#8217;s been a great while since I last posted about Python scripting in GDB, mostly because I&#8217;ve been busy coding the feature and getting it ready for upstream. First of all, I&#8217;d like to take the opportunity to encourage people interested in using this feature to experiment with what we have implemented so far. The [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=163&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s been a great while since I <a href="http://blog.bauermann.eng.br/2008/03/24/gdbs-backtrace-command-implemented-in-python/">last posted</a> about Python scripting in GDB, mostly because I&#8217;ve been busy coding the feature and getting it ready for upstream.</p>
<p>First of all, I&#8217;d like to take the opportunity to encourage people interested in using this feature to experiment with what we have implemented so far. The reason is that if you still can&#8217;t do what you want with the current code in the Python branch, we&#8217;d <strong>love</strong> to hear what you miss and implement it. We are working on what is useful for ourselves, and trying to decide what other people would find useful. But it&#8217;s not possible to imagine everything that people want to use this for, or even most things. Please refer to this <a href="http://sourceware.org/gdb/wiki/PythonGdb">wiki page</a> to learn what currently works, what we plan to implement, and how to grab the code from the Python branch.</p>
<p>Feel free to write to the GDB <a href="http://sourceware.org/gdb/mailing-lists/">mailing list</a> or show up in the #gdb IRC channel at Freenode to discuss this work and/or bring your use case to our attention, so that we can support it. I hope that with enough input from prospective users we can ship something that&#8217;s immediately useful for most people, and avoid having to jump through hoops later and have to shoehorn something that we forgot to cater for initially, risking breaking scripts out there or ending up with an inconsistent API.</p>
<p>Anyway, back to business: I have <a href="http://sourceware.org/ml/gdb-patches/2008-10/msg00395.html">just committed</a> the second patch in the Python series! It exports GDB&#8217;s value subsystem to Python scripts. Basically, GDB values are objects which represent data in the inferior (GDB jargon for the program being debugged), holding its address in the inferior&#8217;s addressspace, its type and so on. See the &#8220;Python API&#8221; section in the <a href="http://sourceware.org/gdb/current/onlinedocs/gdb_toc.html">GDB manual</a> if you want to learn more about it (yes, we are even writing <strong>documentation</strong> for the feature!).</p>
<p>I committed the <a href="http://sourceware.org/ml/gdb-patches/2008-08/msg00137.html">first patch</a> back in August, but I didn&#8217;t mention it here because it didn&#8217;t do anything the user would find useful, really. It was just groundwork for the rest (autoconf and Makefile.in changes, a &#8216;python&#8217; command in GDB which basically does nothing useful, initial documentation&#8230;). Still, it was about 1500 lines long (not counting the patch&#8217;s context)! This shows how much work it is to integrate Python support in GDB. I almost regret having joined this effort. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>The second patch also doesn&#8217;t allow the user to do anything useful yet, unfortunately. But it is noteworthy because it is a base upon which a lot of other Python support code depend upon. Also, it&#8217;s the first committed patch which actually exposes something from GDB to Python. It took a while to get this code ready for two reasons: one was that there was a long discussion regarding how the syntax of acessing struct/union/class elements. The other was that implementing the Value class involved playing with little-documented aspects of Python&#8217;s C interface, and it took me time to discover how to do what I needed.</p>
<p>Now my next step is to choose the next patch from the Python series to submit upstream, and get it ready for posting (i.e., fix FIXMEs, add testcases and documentation). This brings me to another thing I&#8217;d like to mention. Back in April when I first <a href="http://blog.bauermann.eng.br/2008/04/30/breaking-code-into-reviewable-patches/">prepared</a> the Python <a href="http://sourceware.org/ml/gdb-patches/2008-04/msg00653.html">patch series</a>, I naively thought that after cutting them out, it was just a matter of posting them, iterate through a few review/rework steps and they&#8217;d be committed. Simple enough. But here we are in mid-October and just two from nine patches went in (now it&#8217;s more like 15 patches in total)! What happened?</p>
<p>The problem is that we&#8217;ve been working in the branch in an experimental and exploratory way, just hacking together enough to get something useful done. This was necessary because we didn&#8217;t know exactly what we would want to expose from GDB to Python, and how we wanted to do that. As we progressed and discussed the results, things started to become clear. The problem is that now we have a lot to clean up, voids to fill, and above all documentation and testcases to write. This takes time.</p>
<p>At least, that was the problem with the first two patches. I noticed Tom Tromey started to write more documentation and tie more loose ends than in the beginning (me? I&#8217;ve just been working on the first two patches until they were ready. Didn&#8217;t write sexy new stuff since then&#8230;), so there&#8217;s hope that the next patches will be easier to work with. We still lack a lot of tests for the testsuite, though&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/163/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=163&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2008/10/16/python-scripting-in-gdb-update/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>
	</item>
		<item>
		<title>great find at bookstore</title>
		<link>http://blog.bauermann.eng.br/2008/08/17/great-find-at-bookstore/</link>
		<comments>http://blog.bauermann.eng.br/2008/08/17/great-find-at-bookstore/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 21:26:34 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[haha only serious]]></category>
		<category><![CDATA[nerd]]></category>

		<guid isPermaLink="false">http://bauermann.wordpress.com/?p=146</guid>
		<description><![CDATA[I was having a look at the computing books section of a local bookstore (Livraria Cultura) and had a big suprise when I found these gems sitting at the shelf: I had no option but to buy them, of course! I&#8217;ve known about these books for a long time, and I am very excited to [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=146&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I was having a look at the computing books section of a local bookstore (Livraria Cultura) and had a big suprise when I found these gems sitting at the shelf:</p>
<p><img class="aligncenter size-full wp-image-147" src="http://bauermann.files.wordpress.com/2008/08/knuth.jpg?w=500&#038;h=342" alt="" width="500" height="342" /></p>
<p>I had no option but to buy them, of course! I&#8217;ve known about these books for a long time, and I am very excited to start reading and try to absorb as much wisdom as I can&#8230; I wonder how big a project this is?</p>
<p>Also, I can&#8217;t help but notice its dedication:</p>
<blockquote><p>This series of books is affectionately dedicated to the Type  650 computer once installed at Case Institute of Technology, in remembrance of many pleasant evenings.</p></blockquote>
<p>I asked my girlfriend to warn me if I ever get to that level of, hum, commitment to computers.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bauermann.wordpress.com/146/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bauermann.wordpress.com/146/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/146/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=146&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2008/08/17/great-find-at-bookstore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>

		<media:content url="http://bauermann.files.wordpress.com/2008/08/knuth.jpg" medium="image" />
	</item>
		<item>
		<title>king of mustache</title>
		<link>http://blog.bauermann.eng.br/2008/08/02/king-of-mustache/</link>
		<comments>http://blog.bauermann.eng.br/2008/08/02/king-of-mustache/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 05:21:30 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[haha only serious]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[mustache]]></category>
		<category><![CDATA[party]]></category>
		<category><![CDATA[planet ltc]]></category>

		<guid isPermaLink="false">http://bauermann.wordpress.com/?p=135</guid>
		<description><![CDATA[As Lucas &#8220;Well groomed&#8221; Meneghel already mentioned, LTC Brazil held the first King of Mustache contest (page in English now available, thanks to our mustache-adorned colleagues). As can be seen in the photo gallery, competition was fierce: Or maybe not that much: Yours truly also attempted to obtain the title, with what was later named [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=135&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>As Lucas &#8220;<a href="http://bailedobigode.pvital.org/english/photos/main.php?g2_itemId=67">Well groomed</a>&#8221; Meneghel already <a href="http://mybravenewworld.wordpress.com/2008/08/01/king-of-mustache-2008/">mentioned</a>, LTC Brazil held the first <a href="http://bailedobigode.pvital.org/english/"><em>King of Mustache</em></a> contest (page in English now available, thanks to our mustache-adorned colleagues). As can be seen in the <a href="http://bailedobigode.pvital.org/english/photos/">photo gallery</a>, competition was fierce:</p>
<p align="center"><a href="http://bailedobigode.pvital.org/english/photos/main.php?g2_itemId=42"><img src="http://bauermann.files.wordpress.com/2008/08/pvital.jpg?w=150&#038;h=150" alt="" width="150" height="150" /></a> <a href="http://bailedobigode.pvital.org/english/photos/main.php?g2_itemId=45"><img src="http://bauermann.files.wordpress.com/2008/08/afmacedo.jpg?w=150&#038;h=150" alt="" width="150" height="150" /></a> <a href="http://bailedobigode.pvital.org/english/photos/main.php?g2_itemId=64"><img src="http://bauermann.files.wordpress.com/2008/08/luisgpm.jpg?w=150&#038;h=150" alt="" width="150" height="150" /></a></p>
<p>Or maybe not that much:</p>
<p style="text-align:center;"><a href="http://bailedobigode.pvital.org/english/photos/main.php?g2_itemId=55"><img src="http://bauermann.files.wordpress.com/2008/08/otubo.jpg?w=150&#038;h=150" alt="" width="150" height="150" /></a> <a href="http://bailedobigode.pvital.org/english/photos/main.php?g2_itemId=278"><img src="http://bauermann.files.wordpress.com/2008/08/fakes.jpg?w=150&#038;h=150" alt="" width="150" height="150" /></a></p>
<p>Yours truly also attempted to obtain the title, with what was later named the <a href="http://en.wikipedia.org/wiki/Santos_Dumont">Santos Dumont</a> look (oh well, judge for yourself):</p>
<p><img class="aligncenter size-full wp-image-140" src="http://bauermann.files.wordpress.com/2008/08/bauer-dumont.jpg?w=500&#038;h=243" alt="" width="500" height="243" /></p>
<p>In the end, Fred Mercury won:</p>
<p><a href="http://bailedobigode.pvital.org/english/photos/main.php?g2_itemId=131"><img class="aligncenter size-full wp-image-141" src="http://bauermann.files.wordpress.com/2008/08/winner.jpg?w=500&#038;h=375" alt="" width="500" height="375" /></a></p>
<p>Or was it <a href="http://bailedobigode.pvital.org/english/photos/main.php?g2_itemId=112">Super Mario</a>? This is still under debate.</p>
<p>Also <a href="http://fre.eti.br/main/">Frederico</a>, could not attend but sent this <a href="http://bailedobigode.pvital.org/english/photos/main.php?g2_itemId=100">awesome picture</a> anyway. And you can see all contestants <a href="http://bailedobigode.pvital.org/english/photos/main.php?g2_itemId=139">here</a>.</p>
<p>I&#8217;d like to send a big <strong>Thank You!</strong> to the people who organized this wondrous event: <a href="http://blog.trustlix.org">Alex Zanetti</a>, <a href="http://blog.afmacedo.com/">André Macêdo</a> and <a href="http://blog.pvital.org">Paulo Vital</a>. I had a really really good time that night!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bauermann.wordpress.com/135/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bauermann.wordpress.com/135/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/135/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=135&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2008/08/02/king-of-mustache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>

		<media:content url="http://bauermann.files.wordpress.com/2008/08/pvital.jpg" medium="image" />

		<media:content url="http://bauermann.files.wordpress.com/2008/08/afmacedo.jpg" medium="image" />

		<media:content url="http://bauermann.files.wordpress.com/2008/08/luisgpm.jpg" medium="image" />

		<media:content url="http://bauermann.files.wordpress.com/2008/08/otubo.jpg" medium="image" />

		<media:content url="http://bauermann.files.wordpress.com/2008/08/fakes.jpg" medium="image" />

		<media:content url="http://bauermann.files.wordpress.com/2008/08/bauer-dumont.jpg" medium="image" />

		<media:content url="http://bauermann.files.wordpress.com/2008/08/winner.jpg" medium="image" />
	</item>
		<item>
		<title>GCC Summit 2008 &#8211; been there, got the t-shirt</title>
		<link>http://blog.bauermann.eng.br/2008/07/14/gcc-summit-2008-been-there-got-the-t-shirt/</link>
		<comments>http://blog.bauermann.eng.br/2008/07/14/gcc-summit-2008-been-there-got-the-t-shirt/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 06:05:08 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[gdb]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[planet ltc]]></category>
		<category><![CDATA[summit]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://bauermann.wordpress.com/?p=132</guid>
		<description><![CDATA[I have finally found some time to write a bit about the GCC Developer&#8217;s Summit 2008, which happened one month ago in Ottawa, Canada (well, I didn&#8217;t really find time, since it&#8217;s past 1:30 AM now but still&#8230;). In summary, I had a blast there! I was in last year&#8217;s summit and enjoyed it and [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=132&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I have finally found some time to write a bit about the <a href="http://www.gccsummit.org/2008/">GCC Developer&#8217;s Summit 2008</a>, which happened one month ago in Ottawa, Canada (well, I didn&#8217;t really find time, since it&#8217;s past 1:30 AM now but still&#8230;).</p>
<p>In summary, I had a blast there! I was in last year&#8217;s summit and enjoyed it and learned a lot from it. But this time I already knew GDB people and they knew me, and I am involved in a couple of current developments and have more experience with the project, all of which made some difference. And everybody there is very friendly, of course, even if they never heard of you before. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  In fact, Ian Taylor in his welcome presentation urged people to be friendly to newcomers since GCC and the GNU toolchain need new blood.</p>
<p>There was a good number of<strong> GDB-related events</strong>:  a GDB talk and two debugging information talks, a debug information BoF, an informal GDB get-together and a GDB BoF. Unfortunately I know squat about GCC internals (I intend to learn more about it, but didn&#8217;t have a chance yet) so the two debugging information were above my head, and I absorbed little. The GDB talk was interesting but since I follow the GDB mailing lists I already knew most of what was presented.</p>
<p>The <strong>debug information BoF</strong> was interesting, especially since the discussion didn&#8217;t focus so much on the two competing approaches to improve debug information (which was the original point of the BoF), but mostly on what should be expected from debug information generated by GCC (i.e., what a debugger should be able to do with it, especially at higher optimization levels), and how its quality can be tested in the GCC testsuite.</p>
<p>The most interesting events for me were of course the <strong>GDB get-together</strong> and the GDB BoF. The former was a table reserved for us at lunch one day (thanks for organizing this, Joel Brobecker!) where folks interested in GDB would get to see each other faces and talk about random stuff (GDB-related or not). It was fun, and we were able to throw some ideas around about things such as conversion of the GDB repository from CVS to Subversion, the patch review process, and even about rewriting GDB in C++ (which is a hot thread in the GDB mailing list today!). I have a picture of the event:</p>
<p><a href="http://www.flickr.com/photos/bauermann/2592177410/"><img class="aligncenter size-full wp-image-133" src="http://bauermann.files.wordpress.com/2008/07/gdb_hackers.jpg?w=500&#038;h=375" alt="" width="500" height="375" /></a></p>
<p>If you follow the link you can see the notes with the name of each person in the photo above.</p>
<p>The <strong>GDB BoF</strong> was very interesting, and it felt weird to be at the front (thanks for inviting me Daniel!) discussing <a href="http://sourceware.org/ml/gdb/2008-06/msg00191.html">current GDB issues</a> with Daniel Jacobowitz, Tom Tromey, Pedro Alves (the other people at the front) and the other GDB maintainers and developers in the room.</p>
<p>We nailed down some pending issues that were being discussed in the mailing list at the time regarding <a href="http://sourceware.org/gdb/wiki/PythonGdb">Python scripting support</a> (man, it&#8217;s so much easier to decide things face to face rather than by e-mail!), and also discussed a bit of reversible debugging, multithreading GDB itself, GDB scalability, what to do regarding the next release (in a nutshell: wait about a year from the last release so that all the cool stuff which is being worked on right now gets in and settle down), moving the bugs database from GNATS to bugzilla (thanks for doing this Tromey!) etc.</p>
<p>Also after the BoF Pedro Alves gave a very good improvised tutorial on the GDB event loop which he has been studying for the past few months. It felt like cheating, to get all that knowledge in what, half an hour? <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Thanks so much Pedro, it was awesome.</p>
<p>And of course all the interaction with the people who were there, like Joel Brobecker (playing tennis is more serious than I thought!), Gaius Mulley (Pink Floyd!), Anmol Paralkar, Ramana Radhakrishnan and many others (I don&#8217;t even try to enumerate, just a random sample).</p>
<p>I shared a suite in Ottawa with David Edelsohn and Kenneth Zadeck, which was an interesting thing in itself. Heading back to the hotel felt like going to an extended GCC summit. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  I almost learned something about GCC internals (SSA, LTO, register allocation) and also had very interesting conversations in general.</p>
<p>And of course my one week of backpacking in Canada after the summit, which was another blast. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bauermann.wordpress.com/132/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bauermann.wordpress.com/132/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/132/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=132&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2008/07/14/gcc-summit-2008-been-there-got-the-t-shirt/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>

		<media:content url="http://bauermann.files.wordpress.com/2008/07/gdb_hackers.jpg" medium="image" />
	</item>
		<item>
		<title>GCC Summit 2008</title>
		<link>http://blog.bauermann.eng.br/2008/06/09/gcc-summit-2008/</link>
		<comments>http://blog.bauermann.eng.br/2008/06/09/gcc-summit-2008/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 02:59:40 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[gdb]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[planet ltc]]></category>
		<category><![CDATA[summit]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://bauermann.wordpress.com/?p=127</guid>
		<description><![CDATA[This year I will be attending the GCC Developers&#8217; Summit again! I was there last year (sorry, trip report is only in Portuguese), had a great time and learned a great deal. This year it should be even more fun and interesting for me, since now I already know some people, have more GDB experience [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=127&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This year I will be attending the <a href="http://www.gccsummit.org/2008/">GCC Developers&#8217; Summit</a> again! I was there <a href="http://blog.bauermann.eng.br/2007/10/12/gcc-developers-summit-2007/">last year</a> (sorry, trip report is only in Portuguese), had a great time and learned a great deal. This year it should be even more fun and interesting for me, since now I already know some people, have more GDB experience (one year and a half is not much, but still&#8230;) and am at least partially involved in a few current GDB developments (<a href="http://blog.bauermann.eng.br/2008/03/14/python-scripting-in-gdb/">python scripting</a> and <a href="http://sourceware.org/ml/gdb-patches/2008-06/msg00041.html">reversible debugging</a>).</p>
<p>Also, there will be a fair number of GDB-related events this time, and I look forward to all of those: a GDB talk and two debugging information talks, a debug information BoF and an informal GDB get-together. I look forward to the GDB-related conversations we&#8217;ll have in the last one. Even more so if we do the get-together in a bar, around some beer. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I also look forward to the closing party at Vineyards, of course. I will finally eat again that <a href="http://www.flickr.com/photos/bauermann/862315137/">bumbleberry pie</a>&#8230;</p>
<p><strong>Update (2008/07/15):</strong> I just wrote the <a href="http://blog.bauermann.eng.br/2008/07/14/gcc-summit-2008-been-there-got-the-t-shirt/">trip report</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bauermann.wordpress.com/127/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bauermann.wordpress.com/127/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/127/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=127&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2008/06/09/gcc-summit-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>
	</item>
		<item>
		<title>some GDB and ltrace improvements</title>
		<link>http://blog.bauermann.eng.br/2008/05/24/some-gdb-and-ltrace-improvements/</link>
		<comments>http://blog.bauermann.eng.br/2008/05/24/some-gdb-and-ltrace-improvements/#comments</comments>
		<pubDate>Sun, 25 May 2008 01:23:00 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[gdb]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ltrace]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[planet ltc]]></category>
		<category><![CDATA[powerpc]]></category>

		<guid isPermaLink="false">http://bauermann.wordpress.com/?p=115</guid>
		<description><![CDATA[I thought I&#8217;d provide some updates on a few things my team has been doing on debugging tools. Just today Carlos Seo committed a patch to GDB adding support for writing AltiVec (PowerPC&#8217;s SIMD instructions) registers to corefiles when using the gcore (or generate-core-file) command. This support will show up, then, in the next GDB [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=115&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I thought I&#8217;d provide some updates on a few things my team has been doing on debugging tools.</p>
<p>Just today Carlos Seo committed <a href="http://sourceware.org/ml/gdb-patches/2008-05/msg00641.html">a patch</a> to GDB adding support for writing <a href="http://en.wikipedia.org/wiki/AltiVec">AltiVec</a> (PowerPC&#8217;s SIMD instructions) registers to corefiles when using the gcore (or generate-core-file) command. This support will show up, then, in the next GDB release. He also had a patch committed last year, in time for GDB 6.8 release, adding support for reading AltiVec registers from core files generated by the Linux kernel, starting from version 2.6.24 (kernel patch provided by Mark Nelson).</p>
<p>Luis Machado posted in February <a href="http://lists.alioth.debian.org/pipermail/ltrace-devel/2008-February/000241.html">a patch</a> for ltrace which fixed a number of ABI-related bugs for PowerPC 32-bits and 64-bits. The patch <a href="http://lists.alioth.debian.org/pipermail/ltrace-devel/2008-March/000250.html">was committed</a> in March. The ltrace maintainer has been out for quite a while now, so I don&#8217;t think this will appear in an official release any time soon, but it will surely be picked up by the distros.</p>
<p>Going back to GDB, Luis <a href="http://sourceware.org/ml/gdb-patches/2008-05/msg00108.html">implemented</a> displaced instruction stepping for PowerPC, helping a bit with the non-stop multithread debugging effort carried out by CodeSourcery. The patch didn&#8217;t go in yet, it&#8217;s awaiting review. He&#8217;s also been monitoring the non-stop patches and testing them on PowerPC, having already provided some feedback and pointed out a few regressions.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bauermann.wordpress.com/115/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bauermann.wordpress.com/115/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=115&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2008/05/24/some-gdb-and-ltrace-improvements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>
	</item>
		<item>
		<title>Open Source Initiative logo</title>
		<link>http://blog.bauermann.eng.br/2008/05/13/open-source-logo/</link>
		<comments>http://blog.bauermann.eng.br/2008/05/13/open-source-logo/#comments</comments>
		<pubDate>Tue, 13 May 2008 04:41:26 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[rambling comment]]></category>

		<guid isPermaLink="false">http://bauermann.wordpress.com/?p=112</guid>
		<description><![CDATA[Maybe I&#8217;m too slow, but just now I realised what the OSI logo probably means. It may be viewed as a C with it&#8217;s open side turned not left, and not right, but down. So it&#8217;s not copyleft, but it&#8217;s not copyright either. It sits in the middle. It is a way of viewing OSI&#8217;s [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=112&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-113" style="float:right;" src="http://bauermann.files.wordpress.com/2008/05/180px-opensourcesvg.png?w=90&#038;h=81" alt="" width="90" height="81" /></p>
<p>Maybe I&#8217;m too slow, but just now I realised what the <a href="http://opensource.org/">OSI</a> logo probably means.</p>
<p>It may be viewed as a C with it&#8217;s open side turned not left, and not right, but down. So it&#8217;s not copyleft, but it&#8217;s not copyright either. It sits in the middle. It is a way of viewing OSI&#8217;s position between the Free Software Foundation (which uses copyleft, i.e., copyright &#8220;twisted&#8221; in order to free source code) and closed source software (which is protected by copyright laws).</p>
<p>It also looks like a keyhole. It&#8217;s not obvious to me how the keyhole concept should be applied here. Maybe it means open source protects user rights? Or protects something else? Or maybe open source is a way to peep into the secrets of software? <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bauermann.wordpress.com/112/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bauermann.wordpress.com/112/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/112/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=112&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2008/05/13/open-source-logo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>

		<media:content url="http://bauermann.files.wordpress.com/2008/05/180px-opensourcesvg.png?w=180" medium="image" />
	</item>
		<item>
		<title>new sticker</title>
		<link>http://blog.bauermann.eng.br/2008/05/10/new-sticker/</link>
		<comments>http://blog.bauermann.eng.br/2008/05/10/new-sticker/#comments</comments>
		<pubDate>Sat, 10 May 2008 12:14:29 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[nerd]]></category>

		<guid isPermaLink="false">http://bauermann.wordpress.com/?p=110</guid>
		<description><![CDATA[I need a sticker for my laptop. It should read: free as in malloc. Googling for the sentence reveals only two insipid results, so I don&#8217;t see much hope of getting it soon&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=110&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I need a sticker for my laptop. It should read:</p>
<pre style="padding-left:30px;">free as in malloc.</pre>
<p>Googling for the sentence reveals only two insipid results, so I don&#8217;t see much hope of getting it soon&#8230;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bauermann.wordpress.com/110/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bauermann.wordpress.com/110/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=110&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2008/05/10/new-sticker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>
	</item>
		<item>
		<title>vi, esc and tab</title>
		<link>http://blog.bauermann.eng.br/2008/05/08/vi-esc-and-tab/</link>
		<comments>http://blog.bauermann.eng.br/2008/05/08/vi-esc-and-tab/#comments</comments>
		<pubDate>Thu, 08 May 2008 04:38:15 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[procrastination]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://bauermann.wordpress.com/?p=109</guid>
		<description><![CDATA[I am, of course, a vi user (well, Vim actually). A long time ago I had a nice idea, which unfortunately wasn&#8217;t very practical so I didn&#8217;t use it for long: I remaped my Tab key to work as Esc, so I could more easily switch modes. I say it wasn&#8217;t very practical because getting [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=109&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I am, of course, a vi user (well, <a href="http://www.vim.org/">Vim</a> actually).</p>
<p>A long time ago I had a nice idea, which unfortunately wasn&#8217;t very practical so I didn&#8217;t use it for long: I remaped my Tab key to work as Esc, so I could more easily switch modes. I say it wasn&#8217;t very practical because getting used to it meant that I would have the wrong muscle memory whenever I was in front of another computer (this was also the reason why I used the <a href="http://en.wikipedia.org/wiki/Dvorak_Simplified_Keyboard">Dvorak layout</a> for only a few months).</p>
<p>I couldn&#8217;t help but smile today when I <a href="http://en.wikipedia.org/wiki/Vi#History">found out</a> that the computer terminal where Bill Joy developed the original vi had the Esc key where the Tab key is nowadays. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bauermann.wordpress.com/109/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bauermann.wordpress.com/109/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/109/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=109&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2008/05/08/vi-esc-and-tab/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>
	</item>
		<item>
		<title>posting patches using Evolution</title>
		<link>http://blog.bauermann.eng.br/2008/05/03/posting-patches-using-evolution/</link>
		<comments>http://blog.bauermann.eng.br/2008/05/03/posting-patches-using-evolution/#comments</comments>
		<pubDate>Sun, 04 May 2008 00:09:48 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[hint]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[planet ltc]]></category>

		<guid isPermaLink="false">http://bauermann.wordpress.com/?p=105</guid>
		<description><![CDATA[Despite being a KDE person, I use Evolution as my mail client, including for reading mailing lists and posting patches. Up until now I&#8217;ve been doing the latter by attaching patches instead of including them in the message body, to avoid whitespace mangling and linewrap. But this method is inconvenient sometimes: when you want to [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=105&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Despite being a KDE person, I use Evolution as my mail client, including for reading mailing lists and posting patches. Up until now I&#8217;ve been doing the latter by attaching patches instead of including them in the message body, to avoid whitespace mangling and linewrap.</p>
<p>But this method is inconvenient sometimes: when you want to comment on a patch posted on the list, portions of that patch (which may include long lines that shouldn&#8217;t wrap) will show up in the message body and you can have trouble. This is a problem especially when the poster also sent their patch as attachment, because you will most likely need to copy &amp; paste the patch into your reply window and things will get mangled right there.</p>
<p>Turns out that there is a way to include a patch in the message body in Evolution&#8217;s compose window and it will get through unmaimed: select the <em>Preformat</em> option in the paragraph style dropdown, and then paste in your patch or use the <em>Insert -&gt; Text File&#8230;</em> option.</p>
<p><strong>Caveat:</strong> Older versions of Evolution converted tabs to spaces when pasting text, so you had to insert it from a text file to preserve whitespace. I just tested with version 2.12.3 from Debian (package version 2.12.3-1), and pasting a patch containing tabs worked fine so the bug has been fixed.</p>
<p>Thanks Klaus Kiwi for the tip!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bauermann.wordpress.com/105/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bauermann.wordpress.com/105/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=105&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2008/05/03/posting-patches-using-evolution/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>
	</item>
		<item>
		<title>breaking code into reviewable patches</title>
		<link>http://blog.bauermann.eng.br/2008/04/30/breaking-code-into-reviewable-patches/</link>
		<comments>http://blog.bauermann.eng.br/2008/04/30/breaking-code-into-reviewable-patches/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 04:45:33 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[gdb]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[hint]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[planet ltc]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[scm]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://bauermann.wordpress.com/?p=104</guid>
		<description><![CDATA[As I mentioned before, I&#8217;ve been working on and off on adding Python scripting support to GDB, with Tom Tromey and Vladimir Prus. We did the work in a git repository, separate from the GDB main repo (which still uses CVS, by the way). Now came the time to get the work we did there, [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=104&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>As I <a href="http://blog.bauermann.eng.br/2008/03/14/python-scripting-in-gdb/">mentioned before</a>, I&#8217;ve been working on and off on adding Python scripting support to GDB, with <a href="http://tromey.com/blog/?p=408">Tom Tromey</a> and <a href="http://vladimir_prus.blogspot.com/">Vladimir Prus</a>. We did the work in a git repository, separate from the GDB main repo (which still uses CVS, by the way). Now came the time to get the work we did there, separate it in patches and <a href="http://sourceware.org/ml/gdb-patches/2008-04/msg00653.html">post them for review</a> on the gdb-patches mailing list.</p>
<p>This is the tale of my patch-producing efforts. I&#8217;m sorry, it is most likely boring for everyone but me. Still, I wanted to write it down so you are free to stop reading the post here. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Anyway, back to where I was: I (foolishly, perhaps?) volunteered to create the patches. One reason for me to do that is that I actually enjoy working with and learning about source code management and related issues, and this was a good opportunity for me to improve my git-fu (since I thought git could help me do the job in a sane way, which fortunately proved to be the case).</p>
<p>I say foolishly because I thought it wouldn&#8217;t take too much time to cut out the patches, since I knew what I would have to do&#8230; The task of course took longer than I expected, in part because of unforeseen autotools woes, but of course also because I underestimated the effort (I am an optimist).</p>
<p>Here is the method I used:</p>
<p>First of all, I wanted to update the code to the latest CVS version of GDB, because the work in the git repo was done based on a CVS version from February&#8230; Nothing to see here, actually. I just created a new branch with the latest CVS update, and rebased the commits on top of that. In hindsight, I should have merged the new CVS update into the python branch, which would have made me deal with less conflicts. I used rebase because I thought I would cherry pick the commits later, so I wanted each of them refreshed.</p>
<p>Then the real fun began. I started using interactive mode of <em>git rebase</em> to squash related commits together (to form the patches), and reorder them. I quickly realised that with this approach I would have a bit of difficulty with commits which touched different areas of the code and crossed the borders I had in my mind for the patches I wanted to generate. I would have to first split those into smaller, more behaving commits and only then squash them with other similar changes. That seemed to be more work than really necessary.</p>
<p>Also, the older commits did things in ways and places which were later changed, and it looked like I would have some trouble reconciling older and newer code to fit in one patch (maybe not though, maybe that would be taken care of more or less naturally). Also, I would need to take some time to familiarise myself with the commits in the branch, because I only authored some of them. The &#8220;shuffle commits around&#8221; approach wasn&#8217;t looking very promising.</p>
<p>I then turned to a different strategy: I generated a big patch containing all of the code in the branch, and applied it (using the plain old patch command) on top of a clean branch which contained only the CVS HEAD version I was using as a base. All I needed to do now was to selectively add to the index the changes that I wanted to include in a patch and then commit those changes together. And repeat the process for the next patch and so on.</p>
<p>It proved to be a good approach, especially because of the interactive mode of <em>git-add</em>. This mode asks you about each change inside a modified file, letting you add that change to the index or skip it, leaving it in the working directory for a future commit. <em>git add -i</em> streamlined the &#8220;change picking&#8221; process quite a lot, and made the patch-cutting almost mechanical. (By the way, this feature is also available in Mercurial, with the <a href="http://www.selenic.com/mercurial/wiki/index.cgi/RecordExtension">Record</a> extension. I even believe (not sure though) that the Mercurial extension predates <em>git add -i</em>) (I don&#8217;t know if Bazaar has it, would be nice to know).</p>
<p>In this phase of the process, <em>git rebase -i</em> was useful. Sometimes I came accross a change in the working directory which would fit better in a patch which I had already committed. It was simply a matter of committing that change and then shuflling it back and squashing with the proper patch.</p>
<p>At each commit I pushed the changes to a pristine repo which I used to build GDB and guarantee that each patch included all the changes it needed.</p>
<p><em>Voilà</em>, at the end of the process I had a git branch where each commit corresponded to one patch which I wanted to send to the mailing list.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bauermann.wordpress.com/104/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bauermann.wordpress.com/104/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=104&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2008/04/30/breaking-code-into-reviewable-patches/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>
	</item>
		<item>
		<title>new GDB release, and decimal floating point</title>
		<link>http://blog.bauermann.eng.br/2008/03/31/new-gdb-release-and-decimal-floating-point/</link>
		<comments>http://blog.bauermann.eng.br/2008/03/31/new-gdb-release-and-decimal-floating-point/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 03:07:36 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[decimal floating point]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[gdb]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[planet ltc]]></category>

		<guid isPermaLink="false">http://blog.bauermann.eng.br/2008/03/31/new-gdb-release-and-decimal-floating-point/</guid>
		<description><![CDATA[GDB version 6.8 was released just a few days ago. I&#8217;m happy to have made my small contribution to it, mostly with development of decimal floating point debugging support. From the NEWS file: &#8220;GDB now supports debugging C and C++ programs which use the Decimal Floating Point extension. In addition, the PowerPC target now has [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=85&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>GDB version 6.8 <a href="http://sourceware.org/ml/gdb-announce/2008/msg00001.html">was released</a> just a few days ago. I&#8217;m happy to have made my small contribution to it, mostly with development of decimal floating point debugging support. From the NEWS file:</p>
<blockquote><p><em>&#8220;GDB now supports debugging C and C++ programs which use the Decimal Floating Point extension.  In addition, the PowerPC target now has a set of pseudo-registers to inspect decimal float values stored in two consecutive float registers.&#8221;</em></p></blockquote>
<p>The feature was actually developed by several folks. Ben Elliston started working on the feature, and then passed it on to Wu Zhou. I took up where Wu Zhou left and implemented more complete support for decimal float types. Luis Machado also helped me and posted some patches of his own. The work amounted to a total of about 12 patches.</p>
<p>It means that you can now use GDB (version 6.8 or later) to debug programs which make use of the <a href="http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1107.htm">proposed C extension</a> for decimal floating-point arithmetic (i.e., the _Decimal32, _Decimal64 and _Decimal128 types). The first GCC release with support for this extension was GCC 4.2.</p>
<p>Why is decimal floating point useful? It avoids the unexpected surprises and rounding errors which inevitably come with binary floating point. It&#8217;s not that decimal float is more exact or precise, it&#8217;s just that it behaves just like we are used to and were thought in school in terms of representation and rounding.</p>
<p>GDB itself can provide an example:</p>
<p><code>(gdb) p 1.2l<br />
$1 = 1.2000000000000000000433680868994202<br />
(gdb) ptype 1.2l<br />
type = long double<br />
(gdb) p 1.2dl<br />
$2 = 1.2<br />
(gdb) ptype 1.2dl<br />
type = _Decimal128</code></p>
<p>You can see that the actual value used to represent 1.2 in binary floating point is slightly larger than 1.2. Why is that? It&#8217;s because to express 0.2 in binary float you need an infinite number of digits, so what ends up being stored is the closest number possible to represent in binary. The difference is almost nothing, but this error will propagate in computations and eventually be big enough to be noticed. That&#8217;s why in some application domains (e.g., finance and civil construction), you are actually required by law to use decimal floating point to perform calculations.</p>
<p>More information about decimal float can be found in <a href="http://www2.hursley.ibm.com/decimal/">Mike Cowlishaw&#8217;s page</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bauermann.wordpress.com/85/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bauermann.wordpress.com/85/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=85&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2008/03/31/new-gdb-release-and-decimal-floating-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>
	</item>
		<item>
		<title>gdb&#8217;s backtrace command implemented in python</title>
		<link>http://blog.bauermann.eng.br/2008/03/24/gdbs-backtrace-command-implemented-in-python/</link>
		<comments>http://blog.bauermann.eng.br/2008/03/24/gdbs-backtrace-command-implemented-in-python/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 02:56:40 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[gdb]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[planet ltc]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://bauermann.wordpress.com/?p=83</guid>
		<description><![CDATA[I&#8217;ve been working on Python bindings for exposing GDB&#8217;s frame_info, the internal structure it uses to keep track of the frame stack in the debuggee (or inferior, in GDB parlance). I got just enough working to be able to implement an equivalent of GDB&#8217;s backtrace command entirely in Python. The difference is that my version [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=83&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been working on Python bindings for exposing GDB&#8217;s <code>frame_info</code>, the internal structure it uses to keep track of the frame stack in the debuggee (or inferior, in GDB parlance). I got just enough working to be able to implement an equivalent of GDB&#8217;s backtrace command entirely in Python. The difference is that my version of the command prints older frames first and newer last, which feels more natural to me. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Here&#8217;s the output I get:</p>
<p><code>(gdb) rbt<br />
#2  0x080483bb in main at ../../src/examples/funcs.c:15<br />
#1  0x08048391 in f1 at ../../src/examples/funcs.c:10<br />
#0  f2 at ../../src/examples/funcs.c:5<br />
(gdb) </code></p>
<p>A little bit more information, and the definition of the Python command which does the above can be found in <a href="http://sourceware.org/ml/gdb/2008-03/msg00201.html">my post to the mailing list</a>. The code is on the <a href="http://gitorious.org/projects/gdb-python/">git repo</a> for the Python work.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bauermann.wordpress.com/83/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bauermann.wordpress.com/83/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=83&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2008/03/24/gdbs-backtrace-command-implemented-in-python/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>
	</item>
		<item>
		<title>new linker for Linux and others ELF OSes</title>
		<link>http://blog.bauermann.eng.br/2008/03/22/new-linker-for-linux-and-others-elf-oses/</link>
		<comments>http://blog.bauermann.eng.br/2008/03/22/new-linker-for-linux-and-others-elf-oses/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 05:34:56 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[planet ltc]]></category>

		<guid isPermaLink="false">http://bauermann.wordpress.com/?p=82</guid>
		<description><![CDATA[Cool, Ian Taylor (who wrote the current linker used in Linux) just announced that gold, the new linker that he has been writing, was just released. It targets only ELF systems, so I believe its design is much simplified and streamlined by this. I find it interesting that he chose to implement it in C++. [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=82&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Cool, Ian Taylor (who wrote the current linker used in Linux) just <a href="http://sourceware.org/ml/binutils/2008-03/msg00162.html">announced</a> that gold, the new linker that he has been writing, was just released. It targets only ELF systems, so I believe its design is much simplified and streamlined by this.</p>
<p>I find it interesting that he chose to implement it in C++. I&#8217;m glad that the <em>&#8220;let&#8217;s do it in C because everybody knows it&#8221;</em> mantra that so frequently determines the programming language of open source projects doesn&#8217;t always prevail. Perhaps this will help weaken the argument?</p>
<p>And yes, I know about KDE. It&#8217;s the exception that proves the rule. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /><br />
Besides, don&#8217;t forget that GNOME, the project created to react to it is in C, using the horrible GObject monstrosity.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bauermann.wordpress.com/82/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bauermann.wordpress.com/82/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=82&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2008/03/22/new-linker-for-linux-and-others-elf-oses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>
	</item>
		<item>
		<title>python scripting in gdb!</title>
		<link>http://blog.bauermann.eng.br/2008/03/14/python-scripting-in-gdb/</link>
		<comments>http://blog.bauermann.eng.br/2008/03/14/python-scripting-in-gdb/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 00:09:49 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[gdb]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[planet ltc]]></category>

		<guid isPermaLink="false">http://bauermann.wordpress.com/?p=80</guid>
		<description><![CDATA[It seems the planets are finally aligning to get Python scripting support in GDB! Vladimir published his changes last month, Tromey improved on them, and I joined the bandwagon. The work is being done in a git repo hosted by gitorious. More details here. This looks very promising. Update &#8211; 2008/03/15: Sorry, I was a [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=80&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>It seems the planets are finally aligning to get Python scripting support in GDB! Vladimir published his changes last month, <a href="http://tromey.com/blog/">Tromey</a> improved on them, and I joined the bandwagon.</p>
<p>The work is being done in a git repo hosted by <a href="http://gitorious.org/projects/gdb-python">gitorious</a>.  More details <a href="http://sourceware.org/ml/gdb/2008-03/msg00143.html">here</a>.</p>
<p>This looks very promising.</p>
<p><strong>Update &#8211; 2008/03/15:</strong> Sorry, I was a bit cryptic in this post. It&#8217;s not really about enabling debug of Python programs using GDB (which is a neat idea, and I hope to play with it sometime). It&#8217;s about integrating a Python interpreter into GDB and exposing its internals as an API to be used by Python scripts. This will enable people to automate and extend GDB functionality using Python. This feature has been asked many times before, and finally is being addressed. Should open many possibilities.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bauermann.wordpress.com/80/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bauermann.wordpress.com/80/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=80&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2008/03/14/python-scripting-in-gdb/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>
	</item>
		<item>
		<title>autoconf tip</title>
		<link>http://blog.bauermann.eng.br/2008/03/13/autoconf-tip/</link>
		<comments>http://blog.bauermann.eng.br/2008/03/13/autoconf-tip/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 04:31:49 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[autoconf]]></category>
		<category><![CDATA[autotools]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[hint]]></category>

		<guid isPermaLink="false">http://bauermann.wordpress.com/?p=79</guid>
		<description><![CDATA[I always dreaded having to do modifications in Makefile.in (e.g., adding a new file to the compilation) because then I&#8217;d have to nuke the build directory (you do build your project outside of the source tree, right? ) and run configure again for the Makefile to be generated and then rebuild everything again. Well, of [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=79&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I always dreaded having to do modifications in Makefile.in (e.g., adding a new file to the compilation) because then I&#8217;d have to nuke the build directory (you do build your project outside of the source tree, right? <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ) and run configure again for the Makefile to be generated and then rebuild everything again.</p>
<p>Well, of course this is a dumb approach  to the problem, and today I just found out (almost by accident) the smarter way to do it: run the <i>config.status</i> script in the build directory. It will regenerate the Makefile and you can just type make from there, compiling or recompiling just what&#8217;s needed.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bauermann.wordpress.com/79/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bauermann.wordpress.com/79/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=79&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2008/03/13/autoconf-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>
	</item>
		<item>
		<title>danger! bug in digikam 0.9.3 can cause image loss</title>
		<link>http://blog.bauermann.eng.br/2008/02/28/danger-bug-in-digikam-093-can-cause-image-loss/</link>
		<comments>http://blog.bauermann.eng.br/2008/02/28/danger-bug-in-digikam-093-can-cause-image-loss/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 00:11:56 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[digikam]]></category>
		<category><![CDATA[fotos]]></category>
		<category><![CDATA[hint]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[photos]]></category>

		<guid isPermaLink="false">http://bauermann.wordpress.com/?p=75</guid>
		<description><![CDATA[I was downloading pics from my camera this weekend (strictly speaking, from its SD card) and found out about a nasty bug: digikam will fail to download an image for no good reason, and overwrite good images when you tell it to try again! I immediately opened a bug report, let&#8217;s how this progresses. A [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=75&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I was downloading pics from my camera this weekend (strictly speaking, from its SD card) and found out about a nasty bug: <a href="http://www.digikam.org/">digikam</a> will fail to download an image for no good reason, and <b>overwrite good images</b> when you tell it to try again! I immediately opened a <a href="http://bugs.kde.org/show_bug.cgi?id=158377">bug report</a>, let&#8217;s how this progresses. A <a href="http://bugs.kde.org/show_bug.cgi?id=158377#c4">comment</a> in the bug report suggests that downgrading back to 0.9.2 will avoid the problem. I didn&#8217;t test it, but I certainly will do that.</p>
<p>In addition, you need pay attention to the import wizard&#8217;s window to see if all images were downloaded correctly. If an error occurs, the only indication is a small red cross on the image itself. There&#8217;s no warning dialog or status message telling you that something went wrong. You have to check each image. I opened a <a href="http://bugs.kde.org/show_bug.cgi?id=158374">bug report</a> about this too.</p>
<p>This is actually the first problem I had with digikam, and have always had a great experience with it. I really recommend the application to organize your photos (well, just avoid version 0.9.3 <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ). Along with <a href="http://amarok.kde.org/">amarok</a>, I think it&#8217;s one of KDE&#8217;s killer apps.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bauermann.wordpress.com/75/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bauermann.wordpress.com/75/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=75&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2008/02/28/danger-bug-in-digikam-093-can-cause-image-loss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>
	</item>
		<item>
		<title>neverball and other simple games in Linux</title>
		<link>http://blog.bauermann.eng.br/2008/02/23/neverball-and-other-simple-games-in-linux/</link>
		<comments>http://blog.bauermann.eng.br/2008/02/23/neverball-and-other-simple-games-in-linux/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 15:06:33 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[hint]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://bauermann.wordpress.com/?p=73</guid>
		<description><![CDATA[I&#8217;m not really a computer games person. For some reason, I started playing less and less games since I was about 16 years old. After a while, the only game I still played was NetHack (the ASCII or ncurses versions, I don&#8217;t like the X ones). And Koules too, for a while. Anyway, I started [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=73&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m not really a computer games person. For some reason, I started playing less and less games since I was about 16 years old. After a while, the only game I still played was <a href="http://www.nethack.org/">NetHack</a> (the ASCII or ncurses versions, I don&#8217;t like the X ones). And <a href="http://www.ucw.cz/~hubicka/koules/English/koules.html">Koules</a> too, for a while.</p>
<p>Anyway, I started this post to suggest a game which I recently started playing and found very interesting and fun. I know, after  mentioning that two of my favorite games were NetHack and Koules I don&#8217;t deserve much credit, but still&#8230;</p>
<p>&#8217;tis called <a href="http://icculus.org/neverball/">Neverball</a>,  and is one of those simple, but yet effective games. There&#8217;s a ball and you have to make it through the game level while collecting the coins. The thing is, you don&#8217;t control the ball. What you actually control is the level floor beneath it. So what you do is tilt the floor to make the ball roll in the direction you want, at the speed you want (well, if you are a good player!).</p>
<div style="text-align:center;"><img src="http://bauermann.files.wordpress.com/2008/02/neverball1.png?w=500" alt="neverball1.png" /></div>
<p>By the way, since I&#8217;m talking about games: there&#8217;s one other I find very good. Since I won&#8217;t write a full post about it, I might as well mention it here: it&#8217;s <a href="http://pingus.seul.org/">Pingus</a>, a free Lemmings clone. It&#8217;s very well done with good graphics and sound.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bauermann.wordpress.com/73/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bauermann.wordpress.com/73/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=73&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2008/02/23/neverball-and-other-simple-games-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>

		<media:content url="http://bauermann.files.wordpress.com/2008/02/neverball1.png" medium="image">
			<media:title type="html">neverball1.png</media:title>
		</media:content>
	</item>
		<item>
		<title>portable ogg vorbis player</title>
		<link>http://blog.bauermann.eng.br/2008/02/14/portable-ogg-vorbis-player/</link>
		<comments>http://blog.bauermann.eng.br/2008/02/14/portable-ogg-vorbis-player/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 04:31:25 +0000</pubDate>
		<dc:creator>bauermann</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[hint]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[ogg]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[vorbis]]></category>

		<guid isPermaLink="false">http://bauermann.wordpress.com/?p=70</guid>
		<description><![CDATA[It took me some time to actually own a portable digital music player (mp3 player), because I didn&#8217;t want an mp3 player, really. I was searching for an ogg vorbis player and it takes some effort to find one, especially in Brazil where the sound format is virtually unheard of. I was gladly surprised when [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=70&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>It took me some time to actually own a portable digital music player (mp3 player), because I didn&#8217;t want an mp3 player, really. I was searching for an ogg vorbis player and it takes some effort to find one, especially in Brazil where the sound format is virtually unheard of.</p>
<p>I was gladly surprised when I was in FNAC one day and found a player which clearly stated in the box that it was able to play  .ogg files (okay, ogg vorbis for the purists out there. but I&#8217;ll say .ogg from now on.) and better yet, even not counting this feature, it was actually the player with the best cost/benefit ratio on that store. It&#8217;s the <a href="http://www.samsung.com/sg/consumer/detail/detail.do?group=mp3audiovideo&amp;type=mp3player&amp;subtype=mp3player&amp;model_cd=YP-U3ZB/XSP">Samsung U3</a>.</p>
<div style="text-align:center;"><a href="http://bauermann.files.wordpress.com/2008/02/yp-u3.jpg" title="yp-u3.jpg"><img src="http://bauermann.files.wordpress.com/2008/02/yp-u3.thumbnail.jpg?w=500" alt="yp-u3.jpg" /></a></div>
<p>I&#8217;ve been using it for about two months now, and I am enjoying it. You should take this with a grain of salt, since I didn&#8217;t have many requirements from a digital player except that it could play .ogg files, and I&#8217;m not an expert or music lover. I&#8217;m just an occasional listener. The reviews I have read about it tend to be good though, even regarding the sound quality.</p>
<p>One nice thing is it&#8217;s form factor. The player is very small, thin and light. I also like it&#8217;s very bright OLED screen, and the fact that it&#8217;s very simple to use in Linux. It just presents itself as a regular pen drive. It sports 2 GB of capacity, FM radio, sound recording, progressive &#8220;fast forward&#8221;&#8230;</p>
<p>The main drawback is it&#8217;s very sensitive touch buttons. They&#8217;re cool, but not very practical. You need to look at the device to see where to touch (but eventually you develop your muscle memory and just know where buttons are). You also need to use the player&#8217;s hold key a lot, otherwise buttons will activate all the time while the player is in your pocket.</p>
<p>Now, why this need of playing .ogg files? I have all my CDs encoded in ogg vorbis format, and didn&#8217;t want to reencode it all. I think ogg vorbis is a better format than mp3 since it&#8217;s newer (mp3 is already more than 10 years old. some advances in lossy audio compression must have been made since then!) and patent-unencumbered. Before you ask: no, I can&#8217;t hear the difference in quality between .ogg and .mp3&#8230; It&#8217;s more the decision of an engineer who preferred to go with the newer, shinier system. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bauermann.wordpress.com/70/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bauermann.wordpress.com/70/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bauermann.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bauermann.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.bauermann.eng.br&#038;blog=1857072&#038;post=70&#038;subd=bauermann&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.bauermann.eng.br/2008/02/14/portable-ogg-vorbis-player/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8c6dcc82d435c41472a40f27788da011?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">bauermann</media:title>
		</media:content>

		<media:content url="http://bauermann.files.wordpress.com/2008/02/yp-u3.thumbnail.jpg" medium="image">
			<media:title type="html">yp-u3.jpg</media:title>
		</media:content>
	</item>
	</channel>
</rss>
