<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jessevdk &#187; Uncategorized</title>
	<atom:link href="http://blogs.gnome.org/jessevdk/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/jessevdk</link>
	<description>Jesse van den Kieboom, Everything and Nothing</description>
	<lastBuildDate>Wed, 01 Feb 2012 00:18:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Avahi on fedora</title>
		<link>http://blogs.gnome.org/jessevdk/2012/02/01/avahi-on-fedora/</link>
		<comments>http://blogs.gnome.org/jessevdk/2012/02/01/avahi-on-fedora/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 00:18:44 +0000</pubDate>
		<dc:creator>Jesse van den Kieboom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/jessevdk/?p=139</guid>
		<description><![CDATA[I have been frustrated by avahi apparently not working properly on Fedora. Turned out I just had to disable the firewall&#8230; One more thing fedora could polish&#8230;]]></description>
			<content:encoded><![CDATA[<p>I have been frustrated by avahi apparently not working properly on Fedora. Turned out I just had to disable the firewall&#8230; One more thing fedora could polish&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/jessevdk/2012/02/01/avahi-on-fedora/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Make yum faster</title>
		<link>http://blogs.gnome.org/jessevdk/2011/11/03/make-yum-faster/</link>
		<comments>http://blogs.gnome.org/jessevdk/2011/11/03/make-yum-faster/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 19:12:23 +0000</pubDate>
		<dc:creator>Jesse van den Kieboom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/jessevdk/?p=119</guid>
		<description><![CDATA[Pleeeaaaaase&#8230; It&#8217;s not acceptable, really&#8230; Note: This is a rant&#8230;]]></description>
			<content:encoded><![CDATA[<p>Pleeeaaaaase&#8230; It&#8217;s not acceptable, really&#8230;</p>
<p>Note: This is a rant&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/jessevdk/2011/11/03/make-yum-faster/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
		<item>
		<title>gnome 3.0 for application developers</title>
		<link>http://blogs.gnome.org/jessevdk/2010/12/28/gnome-3-0-for-application-developers/</link>
		<comments>http://blogs.gnome.org/jessevdk/2010/12/28/gnome-3-0-for-application-developers/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 19:47:44 +0000</pubDate>
		<dc:creator>Jesse van den Kieboom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/jessevdk/?p=87</guid>
		<description><![CDATA[I wanted to write a little post on what it means for application developers to try to get ready for GNOME 3.0. Many people might already realize what I try to outline here, but I think it&#8217;s still good to show. This will be specifically about gedit (naturally), but I think it will apply to [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to write a little post on what it means for application developers to try to get ready for GNOME 3.0. Many people might already realize what I try to outline here, but I think it&#8217;s still good to show. This will be specifically about gedit (naturally), but I think it will apply to any applications trying to survive in the storm that is GNOME 3.0.</p>
<p>I have been developing for gedit since around 2006 (this is 2.14). I would not say I&#8217;m the most active developer at all times, but the fact is that gedit is almost solely being developed by volunteers (we see little to none contributions from financed developers). This is of course true for many open source projects. gedit seems like a simple enough little application, but it&#8217;s still quite extensive.</p>
<p>Our normal development cycles are relatively uneventful. We introduce a small set of new features, fix some bugs, etc. We also always try to ensure that current HEAD of development is &#8220;stable&#8221;. This means that I have always used current HEAD in a production environment, that&#8217;s right, <strong>production</strong>! This means it gets a lot of testing, because it is the application I work with most every day. We are not usually early adopters of new technologies, which helps this level of stability.</p>
<p>This changed with GNOME 3.0. We decided we would try to adopt to the changes as early as possible, so that in the end we actually have gedit ready to be shipped. This meant however, amongst other things, the following:</p>
<ul>
<li>A lot of work to port from &#8220;old&#8221; technologies (gconf &#8211; gsettings, pygtk &#8211; pygi)</li>
<li>Half of the time I&#8217;m just trying to get jhbuild to work again</li>
<li>gedit is continuously broken due to API changes or broken dependencies</li>
<li>No real testing because it&#8217;s unusable in a production environment</li>
<li>Regressions are almost inevitable</li>
<li>No real change for end users!</li>
</ul>
<p>Now, I of course understand also the advantages of trying to get this to work, but it has been largely demotivating for our little team. To illustrate a bit the impact of this, I had git crunch some numbers on our development cycles.</p>
<p><img alt="" src="http://people.gnome.org/~jessevdk/development.png" title="Development Cycles" class="aligncenter" width="600" height="400" /></p>
<p>On this plot you can see the sum of all added and removed lines (excluding translations) over all commits in a particular development cycle. As you can see, we have seen a significant increase of activity in this cycle. Of course, not all of this can be attributed to GNOME 3.0, but there is an undeniable effect. If we zoom in to the last two development cycles, we can see who the person is that we really need to thank:</p>
<table>
<tr>
<td><img alt="" src="http://people.gnome.org/~jessevdk/development_2_29.png" title="2.29 Cycle" class="aligncenter" width="350" height="250" /></td>
<td><img alt="" src="http://people.gnome.org/~jessevdk/development_2_31.png" title="2.31 Cycle" class="aligncenter" width="350" height="250" /></td>
</tr>
</table>
<p>That&#8217;s right, Ignacio is clearly our hero! Anyway, I just want to point out that this cycle has been particularly hard for application developers, especially those that try to adopt early so that they are actually ready by the time GNOME 3.0 lands. And then to think, for the end user, there will be basicly no change at all&#8230;</p>
<p>P.S. Note that if you apply a simple <a href="http://en.wikipedia.org/wiki/Cocomo">COCOMO</a> to this (you take an &#8220;organic&#8221; type of project, for 80 KLOC (which is probably an overestimation, but still)), you get some 20 months of <strong>volunteered</strong> work done by a team of 12 for this cycle&#8230; wow&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/jessevdk/2010/12/28/gnome-3-0-for-application-developers/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Fun with gstreamer (controlling volume of channels independently)</title>
		<link>http://blogs.gnome.org/jessevdk/2010/12/17/fun-with-gstreamer-controlling-volume-of-channels-independently/</link>
		<comments>http://blogs.gnome.org/jessevdk/2010/12/17/fun-with-gstreamer-controlling-volume-of-channels-independently/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 20:03:09 +0000</pubDate>
		<dc:creator>Jesse van den Kieboom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/jessevdk/?p=83</guid>
		<description><![CDATA[Recently I wanted to use gstreamer to add some very basic audio support to an application. I just used the playbin element to play audio files and added some logic to control volume (easy enough with playbin since you can just set it directly) and looping a sound N number of times (which is also [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I wanted to use gstreamer to add some very basic audio support to an application. I just used the playbin element to play audio files and added some logic to control volume (easy enough with playbin since you can just set it directly) and looping a sound N number of times (which is also easy enough, since you can just watch EOS on the pipeline, seek to the beginning and play again).</p>
<p>There was however one thing that I wanted to implement that left me a bit puzzled. I wanted to control the volume of each channel of an audio file independently. The why is not really important. My first thought was to use the &#8220;<a href="http://www.gstreamer.net/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-volume.html">volume</a>&#8221; element. It implements the <a href="http://www.gstreamer.net/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstmixer.html">GstMixer</a> interface, which supposedly could be used to control independently the volume of each of the channels. Easy enough, right? Wrong&#8230; Even though the volume element implements the mixer interface, it does not actually implement the part where you can control the volume of each of the audio channels. If you look at the <a href="http://www.gstreamer.net/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstmixertrack.html">mixer track</a>, you just see one channel.</p>
<p>So what can you do? It turns out that what you need to do is to take your audio, deinterleave the multichannel audio into single multiple mono channels. Then to put a volume element of each of those mono channels and finally to interleave those channels again. Even though this is maybe still relatively simple, it took me quite some time to figure it out. Anyway, here is the pipeline that would do this:</p>
<p><code>gst-launch-0.10 -v filesrc location=audio.wav name=src ! decodebin ! deinterleave keep-positions=true name=d interleave name=i ! autoaudiosink d.src0 ! queue ! volume volume=0.5 ! i.sink1 d.src1 ! queue ! volume volume=1 ! i.sink2</code></p>
<p>This would play the file &#8220;audio.wav&#8221; with the left channel at 0.5 and the right channel at 1. Note that I had to put keep-positions to true on the deinterleave element (although I don&#8217;t know exactly why, it seems to have something to do with the pulsesink element: <a href="https://bugs.launchpad.net/ubuntu/+source/gst-plugins-good0.10/+bug/657457">#657457</a>.</p>
<p>Since I&#8217;m a gstreamer newbie, please let me know if there is something I misunderstood about all of this, or if there is a better way to do what I want.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/jessevdk/2010/12/17/fun-with-gstreamer-controlling-volume-of-channels-independently/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>On cycling</title>
		<link>http://blogs.gnome.org/jessevdk/2010/07/25/on-cycling/</link>
		<comments>http://blogs.gnome.org/jessevdk/2010/07/25/on-cycling/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 21:00:30 +0000</pubDate>
		<dc:creator>Jesse van den Kieboom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/jessevdk/?p=74</guid>
		<description><![CDATA[I saw some posts on pgo recently on cycling, so I thought it would be a good occasion to do the monthly or so blog. Cycling is something very natural where I come from (which is flatland), but since it&#8217;s literally flat everywhere there is not that much to it. For instance, I used to have a [...]]]></description>
			<content:encoded><![CDATA[<p>I saw some posts on pgo recently on cycling, so I thought it would be a good occasion to do the monthly or so blog. Cycling is something very natural where I come from (which is <a title="Flatland" href="http://en.wikipedia.org/wiki/Netherlands">flatland</a>), but since it&#8217;s literally flat everywhere there is not that much to it. For instance, I used to have a bike with no gears, and you break by peddling backwards. This is not really the case where I live now (which is Switzerland, Lausanne). So, in order to get a bit into shape (and loose some kg&#8217;s) I started to do some more cycling here, mostly short trips of 2 hours max, but with quite a bit of climbing (at least for me <img src='http://blogs.gnome.org/jessevdk/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' /> ) which is nice!</p>
<p>Today I decided I was up for something more, so I went from <a href="http://maps.google.com/maps?f=d&#038;source=s_d&#038;saddr=lausanne&#038;daddr=geneva&#038;hl=en&#038;geocode=FUHVxQIdEjNlACnhc_1hJy6MRzGDvLZzJu4VUQ%3BFaIDwQIdN7BdACkZxCPUs2SMRzGlbyXG73tfSw&#038;mra=ls&#038;dirflg=w&#038;sll=46.391464,6.238174&#038;sspn=0.384562,0.676346&#038;ie=UTF8&#038;ll=46.362093,6.446228&#038;spn=0.769538,1.352692&#038;t=h&#038;z=10">Lausanne to Geneva</a> and back, which totals at around 120 to 130 km (give or take, the route on the map is not exactly how I went and I didn&#8217;t track GPS and also don&#8217;t have a km counter) in 6 hours. I must admit that the last 30 or so kilometers where pretty hard on me (since I&#8217;m really just a beginner) and I also did it with a mountain bike (I&#8217;ll hopefully have a racing bike soon). Anyway, my legs are burning quite nicely. More cycling!</p>
<p><iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=d&amp;source=s_d&amp;saddr=lausanne&amp;daddr=geneva&amp;hl=en&amp;geocode=FUHVxQIdEjNlACnhc_1hJy6MRzGDvLZzJu4VUQ%3BFaIDwQIdN7BdACkZxCPUs2SMRzGlbyXG73tfSw&amp;mra=ls&amp;dirflg=w&amp;sll=46.391464,6.238174&amp;sspn=0.384562,0.676346&amp;ie=UTF8&amp;ll=46.39099,6.240921&amp;spn=0.32027,0.49255&amp;t=h&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=d&amp;source=embed&amp;saddr=lausanne&amp;daddr=geneva&amp;hl=en&amp;geocode=FUHVxQIdEjNlACnhc_1hJy6MRzGDvLZzJu4VUQ%3BFaIDwQIdN7BdACkZxCPUs2SMRzGlbyXG73tfSw&amp;mra=ls&amp;dirflg=w&amp;sll=46.391464,6.238174&amp;sspn=0.384562,0.676346&amp;ie=UTF8&amp;ll=46.39099,6.240921&amp;spn=0.32027,0.49255&amp;t=h" style="color:#0000FF;text-align:left">View Larger Map</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/jessevdk/2010/07/25/on-cycling/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>guitar software</title>
		<link>http://blogs.gnome.org/jessevdk/2010/07/04/guitar-software/</link>
		<comments>http://blogs.gnome.org/jessevdk/2010/07/04/guitar-software/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 17:42:19 +0000</pubDate>
		<dc:creator>Jesse van den Kieboom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/jessevdk/?p=72</guid>
		<description><![CDATA[Dear all, I&#8217;m looking for a nice piece of software that will assist me in my recently revitalized guitar playing activities. What I would like is really just a tool for my convenience in playing along with songs that I like. Therefore I&#8217;m looking for the following features: Load an MP3 Load/edit corresponding tablature Be [...]]]></description>
			<content:encoded><![CDATA[<p>Dear all,</p>
<p>I&#8217;m looking for a nice piece of software that will assist me in my recently revitalized guitar playing activities. What I would like is really just a tool for my convenience in playing along with songs that I like. Therefore I&#8217;m looking for the following features:</p>
<ol>
<li>Load an MP3</li>
<li>Load/edit corresponding tablature</li>
<li>Be able to slow down the song (without changing the pitch of course)</li>
<li>Be able to silence/muffle the guitar part of the song</li>
<li>Have a nice interface, not something that <a href="http://rakarrack.sourceforge.net/">looks like Win 3.11</a></li>
</ol>
<p>As you can see. It&#8217;s really not that much. In addition, the following I would consider a bonus:</p>
<ol>
<li>Figure out/specify tablature timing with regard to the song and show where in the tab the song is while playing</li>
<li>Integration with GNOME where possible</li>
<li>Searching for tablature</li>
<li>Automatic tablature extraction from a song</li>
</ol>
<p>Anyone knows about some open source project that has at least the 5 features listed at the top?</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/jessevdk/2010/07/04/guitar-software/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  blogs.gnome.org/jessevdk/category/uncategorized/feed/ ) in 0.23208 seconds, on Feb 10th, 2012 at 6:14 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 10th, 2012 at 7:14 am UTC -->
