<?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>Safe as Milk &#187; gimp</title>
	<atom:link href="http://blogs.gnome.org/bolsh/category/gimp/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/bolsh</link>
	<description>Dave Neary's view of the world</description>
	<lastBuildDate>Tue, 24 Nov 2009 16:58:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Code:Free &#8211; a reminder that our software is for doing stuff</title>
		<link>http://blogs.gnome.org/bolsh/2009/10/15/codefree-a-reminder-that-our-software-is-for-doing-stuff/</link>
		<comments>http://blogs.gnome.org/bolsh/2009/10/15/codefree-a-reminder-that-our-software-is-for-doing-stuff/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 12:02:15 +0000</pubDate>
		<dc:creator>Dave Neary</dc:creator>
				<category><![CDATA[community]]></category>
		<category><![CDATA[freesoftware]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[inkscape]]></category>
		<category><![CDATA[scribus]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/bolsh/?p=1029</guid>
		<description><![CDATA[I recently came across Code:Free, a webzine (made with Scribus) which showcases some great examples of art created with free software tools, and tutorials on how to achieve some nice effects &#8211; it&#8217;s kind of a compilation of the best of Deviantart made with Free tools. After seeing Ton Roosendaal keynote the Maemo Summit last [...]]]></description>
			<content:encoded><![CDATA[<p>I recently came across <a href="http://chrisdesign.wordpress.com/codefree/">Code:Free</a>, a webzine (made with Scribus) which showcases some great examples of art created with free software tools, and tutorials on how to achieve some nice effects &#8211; it&#8217;s kind of a compilation of the best of Deviantart made with Free tools. After seeing Ton Roosendaal keynote the <a href="http://wiki.maemo.org/Maemo_Summit_2009">Maemo Summit</a> last weekend, it was a reminder that the goal behind creating software is to have your users take it &amp; do cool stuff with it.</p>
<p>The webzine itself is gorgeously laid out and the art in it is very good indeed. Congratulations to Chrisdesign (of gimpforums.de fame) in this great initiative, long may it continue!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/bolsh/2009/10/15/codefree-a-reminder-that-our-software-is-for-doing-stuff/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The value of engagement</title>
		<link>http://blogs.gnome.org/bolsh/2009/09/17/the-value-of-engagement/</link>
		<comments>http://blogs.gnome.org/bolsh/2009/09/17/the-value-of-engagement/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 14:37:34 +0000</pubDate>
		<dc:creator>Dave Neary</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[freesoftware]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/bolsh/2009/09/17/the-value-of-engagement/</guid>
		<description><![CDATA[(Reposted from Neary Consulting)
Mal Minhas of the LiMo Foundation announced and presented a white paper at OSiM World called &#8220;Mobile Open Source Economic Analysis&#8221; (PDF link). Mal argues that by forking off a version of a free software component to adjust it to your needs, run intensive QA, and ship it in a device (a [...]]]></description>
			<content:encoded><![CDATA[<p>(Reposted from <a href="http://www.neary-consulting.com/index.php/2009/09/17/the-value-of-engagement/">Neary Consulting</a>)</p>
<p>Mal Minhas of the <a href="http://www.limofoundation.org">LiMo Foundation</a> announced and presented a white paper at OSiM World called <a href="http://www.limofoundation.org/images/stories/pdf/limo%20economic%20analysis.pdf">&#8220;Mobile Open Source Economic Analysis&#8221;</a> (PDF link). Mal argues that by forking off a version of a free software component to adjust it to your needs, run intensive QA, and ship it in a device (a process which can take up to 2 years), you are leaving money on the table, by way of what he calls &#8220;unleveraged potential&#8221; &#8211; you don&#8217;t benefit from all of the features and bug fixes which have gone into the software since you forked off it.</p>
<p>While this is true, it is also not the whole story. Trying to build a rock-solid software platform on shifting sands is not easy. Many projects do not commit to regular stable releases of their software. In the not too distant past, the FFMpeg project, universally shipped in Linux distributions, had <strong>never</strong> had a stable or unstable release. The GIMP went from version 1.2.0 in December 1999 to 2.0.0 in March 2004 in unstable mode, with only bug-fix releases on the 1.2 series.</p>
<p>In these circumstances, getting both the stability your customers need, and the latest &amp; greatest features, is not easy. Time-based releases, pioneered by the GNOME project in 2001, and now almost universally followed by major free software projects, mitigate this. They give you periodic sync points where you can get software which meets a certain standard of feature stability and robustness. But no software release is bug-free, and this is true for both free and proprietary software. In the Mythical Man-Month, Fred Brooks described the difficulties of system integration, and estimated that 25% of the time in a project would be spent integrating and testing relationships between components which had already been planned, written and debugged. Building a system or a Linux distribution, then, takes a lot longer than just throwing the latest stable version of every project together and hoping it all works.</p>
<p>By participating actively in the QA process of the project leading up to the release, and by maintaining automated test suites and continuous integration, you can mitigate the effects of both the shifting sands of unstable development versions and reduce the integration overhead once you have a stable release. At some stage, you must draw a line in the sand, and start preparing for a release. In the GNOME project, we have <a href="http://live.gnome.org/TwoPointTwentyseven">a progressive freezing of modules</a>, progressively freezing the API &amp; ABI of the platform, the features to be included in existing modules, new module proposals, strings and user interface changes, before finally we have a complete code freeze pre-release. Similarly, distributors decide early what versions of components they will include on their platforms, and while occasional slippages may be tolerated, moving to a new major version of a major component of the platform would cause integration testing to return more or less to zero &#8211; the overhead is enormous.</p>
<p>The difficulty, then, is what to do once this line is drawn. Serious bugs will be fixed in the stable branch, and they can be merged into your platform easily. But what about features you develop to solve problems specific to your device? Typically, free software projects expect new features to be built and tested on the unstable branch, but you are building your platform on the stable version. You have three choices at this point, none pleasant &#8211; never merge, merge later, or merge now:</p>
<ul>
<li>Develop the feature you want on your copy of the stable branch, resulting in a delta which will be unique to your code-base, which you will have to maintain separately forever. In addition, if you want to benefit from the features and bug fixes added to later versions of the component, you will incur the cost of merging your changes into the latest version, a non-negigible amount of time.</li>
<li>Once you have released your product and your team has more time, propose the features you have worked on piecemeal to the upstream project, for inclusion in the next stable version. This solution has many issues:
<ul>
<li>If the period is long enough, your feature additions will be long removed from the codebase as it has evolved, and merging your changes into the latest unstable tree will be a major task</li>
<li>You may be redundantly solving problems that the community has already addressed, in a different or incompatible way.</li>
<li>Feature requests may need substantial re-writing to meet community standards. This problem is doubly so if you have not consulted the community before developing the feature, to see how it might best be integrated.</li>
<li>In the worst case, you may have built a lot of software on an API which is only present in your copy of the component&#8217;s source tree, and if your features are rejected, you are stuck maintaining the component, or re-writing substantial amounts of code to work with upstream.</li>
</ul>
</li>
<li>Develop your feature on the unstable branch of the project, submit it for inclusion (with the overhead that implies), and back-port the feature to your stable branch once included. This guarantees a smaller delta from the next stable version to your branch, and ensures you work gets upstream as soon as possible, but adds a time &amp; labour overhead to the creation of your software platform</li>
</ul>
<p>In all of these situations there is a cost. The time &amp; effort of developing software within the community and back-porting, the maintenance cost (and related unleveraged potential) to maintaining your own branch of a major component, and the huge cost of integrating a large delta back to the community-maintained version many months after the code has been written.</p>
<p>Intuitively, it feels like the long-term cheapest solution is to develop, where possible, features in the community-maintained unstable branch, and back-port them to your stable tree when you are finished. While this might be nice in an ideal world, feature proposals have taken literally years to get to the point where they have been accepted into the Linux kernel, and you have a product to ship &#8211; sometimes the only choice you have is to maintain the feature yourself out-of-tree, as Robert Love did for over a year with <a href="http://en.wikipedia.org/wiki/Inotify">inotify</a>.</p>
<p>While addressing the raw value of the code produced by the community in the interim, Mal does not quantify the costs associated with these options. Indeed, it is difficult to do so. In some cases, there is not only a cost in terms of time &amp; effort, but also in terms of goodwill and standing of your engineers within the community &#8211; this is the type of cost which it is very hard to put a dollar value on. I would like to see a way to do so, though, and I think that it would be possible to quantify, for example, the community overhead (as a mean) by looking at the average time for patch acceptance and/or number of lines modified from intial proposal to final mainline merge.</p>
<p>Anyone have any other thoughts on ways you could measure the cost of maintaining a big diff, or the cost of merging a lot of code?</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/bolsh/2009/09/17/the-value-of-engagement/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>GCDS round-up 5: Mobile Day</title>
		<link>http://blogs.gnome.org/bolsh/2009/07/30/gcds-round-up-5-mobile-day/</link>
		<comments>http://blogs.gnome.org/bolsh/2009/07/30/gcds-round-up-5-mobile-day/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 10:46:48 +0000</pubDate>
		<dc:creator>Dave Neary</dc:creator>
				<category><![CDATA[community]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[guadec]]></category>
		<category><![CDATA[maemo]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/bolsh/?p=984</guid>
		<description><![CDATA[Nearing the end of the series on the Gran Canaria Desktop Summit.
On Wednesday morning (after SMASHED), we had to get to the new location for the conference. I missed the bus window of 8am to 9am, so I took a taxi, without knowing the address of where we were going, other than knowing that it [...]]]></description>
			<content:encoded><![CDATA[<p>Nearing the end of the series on the Gran Canaria Desktop Summit.</p>
<p>On Wednesday morning (after SMASHED), we had to get to the new location for the conference. I missed the bus window of 8am to 9am, so I took a taxi, without knowing the address of where we were going, other than knowing that it was the &#8220;Gran Canaria university, informatics building&#8221;. Turns out that&#8217;s not enough information for a taxi driver <img src='http://blogs.gnome.org/bolsh/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' />  Anyway, got there eventually, late for the opening session, and a little more expensive than expected. I also lost some change down the back of the bucket seat, so he even got a tip.</p>
<p>Anyway, the rest of the day went pretty well, and we had some great mobile related presentations (to compliment all of the other mobile related content in the conference):</p>
<ul>
<li><a href="http://www.grancanariadesktopsummit.org/node/215">Multimedia in your pocket</a>, by Stefan Kost: Nice presentation on using MAFW to build complex multimedia applications</li>
<li><a title="Designing Moblin-Netbook. A free desktop on a 7-10&quot; Screen" href="http://www.grancanariadesktopsummit.org/node/347">Designing Moblin-Netbook. A free desktop on a 7-10&#8243; Screen</a>, by Nick Richards: Great overview of the Moblin platform, and the design principles guiding it &#8211; from design requirements, personas, and dealing with constraints.</li>
<li><a href="http://www.grancanariadesktopsummit.org/node/217">Hildon desktop in Maemo 5</a> by Kimmo Hämäläinen: An overview of the Hildon desktop on a whiteboard by Kimmo.</li>
<li><a href="http://www.grancanariadesktopsummit.org/node/219">MAFW: the Media Application Framework for Maemo</a> by Iago Toral: Drilling down into the details of MAFW.</li>
<li><a href="http://www.grancanariadesktopsummit.org/node/221">Why its easier to re-invent rather than participate on the mobile?</a> by Shreyas Srinivasan: My favourite presentation of the day. Shreyas laid out what he had expectied from GNOME Mobile, the problems he encountered, his understanding of the issues, and some proposed solutions to those problems. All in 15 minutes. I really appreciate people who don&#8217;t pad out the content that they have to present and instead focus on making a high-impact presentation.</li>
<li>GNOME Mobile BOF, led by myself: We talked about how far we&#8217;ve come, the original goals of the initiative, and identified a bunch of things that we can improve short-term and medium-term.</li>
</ul>
<p>Had a great dinner again on Wednesday, in a tapas bar with some Red Hatters and Michael Meeks, and then on to the party. Wednesday night was the golf club party, sponsored by Collabora, with a free bar until 1 (of which I mostly did not avail &#8211; I was being good), and I was in bed by 2. It was a great party, and I picked up another couple of cyclists for the outing I had been planning for Friday, before they wimped out on me.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/bolsh/2009/07/30/gcds-round-up-5-mobile-day/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Why I disagree with RMS concerning Mono</title>
		<link>http://blogs.gnome.org/bolsh/2009/07/02/why-i-disagree-with-rms-concerning-mono/</link>
		<comments>http://blogs.gnome.org/bolsh/2009/07/02/why-i-disagree-with-rms-concerning-mono/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 09:09:31 +0000</pubDate>
		<dc:creator>Dave Neary</dc:creator>
				<category><![CDATA[freesoftware]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[openwengo]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/bolsh/?p=942</guid>
		<description><![CDATA[The GNOME press contact alias got a mail last weekend from Sam Varghese asking about the possibility of new Mono applications being added to GNOME 3.0, and I answered it. I didn&#8217;t think much about it at the time, but I see now that the reason Sam was asking was because of Richard Stallman&#8217;s recent [...]]]></description>
			<content:encoded><![CDATA[<p>The GNOME press contact alias got a mail last weekend from Sam Varghese asking about the possibility of new Mono applications being added to GNOME 3.0, and I answered it. I didn&#8217;t think much about it at the time, but I see now that the reason Sam was asking was because of Richard Stallman&#8217;s <a href="http://www.fsf.org/news/dont-depend-on-mono">recent warnings about Mono</a> &#8211; Sam&#8217;s article has since appeared with the ominous looking title &#8220;<a href="http://discuss.itwire.com/viewtopic.php?f=57&amp;t=14355&amp;p=50773#p50733">GNOME 3.0 may have more Mono apps</a>&#8220;. And indeed it may. It may also have more alien technology, we&#8217;re not sure yet. We&#8217;re still working on an agreement with the DoD to get access to the alien craft in Fort Knox.</p>
<p>Anyway &#8211; that aside, Richard&#8217;s position is that it&#8217;s dangerous to include Mono to the point where removing it is difficult, should that become necessary to legally distribute your software. On the surface, I agree. But he goes a little further, saying that since it is dangerous to depend on Mono, we should actively discourage its use. And on this point, we disagree.</p>
<p>I&#8217;m not arguing that we should <strong>encourage</strong> its use either, but I fundamentally disagree with discouraging someone from pursuing a technology choice because of the threat of patents. In this particular case, the law is an ass. The patent system in the United States is out of control and dysfunctional, and it is bringing the rest of the world down with it. The time has come to take a stand and say &#8220;We don&#8217;t care about patents. We&#8217;re just not going to think about them. Sue us if you want.&#8221;</p>
<p>The healthy thing to do now would be to provoke a test case of the US patent system. Take advantage of one of the many cease &amp; desist letters that get sent out for vacuous patented technology to make a case against the US PTO&#8217;s policy pertaining to software and business process patents. Run an &#8220;implement your favourite stupid patent as free software&#8221; competition.</p>
<p>In all of the projects that I have been involved in over the years, patent fears have had a negative affect on developer productivity and morale. In the GIMP, we struggled with patent issues related to <a href="http://linuxmafia.com/faq/Licensing_and_Law/lzw-patent.html">compression algorithms for GIF and TIFF</a>, <a href="http://www.levien.com/gimp/gcmm.html">colour management</a>, and for some <a href="http://www.kirchgessner.net/photo-mosaic.html">plug-ins</a>. In GNOME, it&#8217;s been Mono mostly, but also <a href="http://www.mail-archive.com/marketing-list@gnome.org/msg00060.html">MP3</a>, and related (and unrelated) issues have handicapped basic functionality like <a href="http://live.gnome.org/DvdPlaybackWithTotem">playing DVDs</a> for years. In Openwengo, the area of audio and video codecs is mined with patent restrictions, including the popular codecs <a href="http://en.wikipedia.org/wiki/G.729">G729</a> and <a href="http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC">H264</a> among others.</p>
<p>What could we have achieved if standards bodies had a patent pledge as part of their standardisation process, and released reference implementations under an artistic licence? How much further along would we be if cryptography, filesystems, codecs and data compression weren&#8217;t so heavily handicapped by patents? Or if we&#8217;d just ignored the patents and created clean-room implementations of these patented technologies?</p>
<p>That&#8217;s what I believe we need to do. Ignore the patent system completely. I believe strongly in respecting licencing requirements related to third party products and developer packs. I think it&#8217;s reasonable to respect people&#8217;s trademarks and trade secrets. But having respect for patents, and the patent system, is ridiculous. Let a thousand flowers bloom, and let the chips fall where they may.</p>
<p>So if you want to write a killer app in Mono, then don&#8217;t let anyone tell you otherwise. If you build it, they will come.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/bolsh/2009/07/02/why-i-disagree-with-rms-concerning-mono/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>Will we pass $5000 today?</title>
		<link>http://blogs.gnome.org/bolsh/2009/04/15/will-we-pass-5000-today/</link>
		<comments>http://blogs.gnome.org/bolsh/2009/04/15/will-we-pass-5000-today/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 17:06:58 +0000</pubDate>
		<dc:creator>Dave Neary</dc:creator>
				<category><![CDATA[gimp]]></category>
		<category><![CDATA[inkscape]]></category>
		<category><![CDATA[libre graphics meeting]]></category>
		<category><![CDATA[scribus]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/bolsh/2009/04/15/will-we-pass-5000-today/</guid>
		<description><![CDATA[The Libre Graphics Meeting fundraiser has been inching higher in recent weeks, and we are very close to the symbolic level of $5,000 raised, with less than a week left in the fundraising drive.
I am sure we will manage to get past $5,000, but I wonder if we will do it today? To help us [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.libregraphicsmeeting.org">Libre Graphics Meeting</a> <a href="http://pledgie.com/campaigns/2926">fundraiser</a> has been inching higher in recent weeks, and we are very close to the symbolic level of $5,000 raised, with less than a week left in the fundraising drive.</p>
<p>I am sure we will manage to get past $5,000, but I wonder if we will do it today? To help us put on this great conference, and help get some passionate and deserving free software hackers together, you still have time to <a href="http://pledgie.com/campaigns/2926">give to the campaign</a>.</p>
<p>Thanks very much to the great Free Art and Free Culture community out there for your support!</p>
<p><strong>Update:</strong> Less than 2 hours after posting, Mark Wielaard pushed us over the edge with a donation bringing us to <strong>exactly</strong> $5000. Thanks Mark! Next stop: $6000.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/bolsh/2009/04/15/will-we-pass-5000-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gran Canaria: Registration &amp; call for participation open</title>
		<link>http://blogs.gnome.org/bolsh/2009/03/23/gran-canari-registration-call-for-participation-open/</link>
		<comments>http://blogs.gnome.org/bolsh/2009/03/23/gran-canari-registration-call-for-participation-open/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 20:19:09 +0000</pubDate>
		<dc:creator>Dave Neary</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[freesoftware]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[guadec]]></category>
		<category><![CDATA[libre graphics meeting]]></category>
		<category><![CDATA[maemo]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/bolsh/2009/03/23/guadec-registration-call-for-participation-open/</guid>
		<description><![CDATA[For those who missed the next last week, the Gran Canaria Dasktop Summit website got updated last week &#8211;  and with it, we opened registration for the conference. This is the organiser&#8217;s way of knowing who&#8217;s coming, and the way for attendees to reserve accommodation and request, if they need it, travel assistance.
We also [...]]]></description>
			<content:encoded><![CDATA[<p>For those who missed the next last week, the <a href="http://grancanariadesktopsummit.org/">Gran Canaria Dasktop Summit</a> website got updated last week &#8211;  and with it, we opened <a href="http://grancanariadesktopsummit.org/node/9">registration</a> for the conference. This is the organiser&#8217;s way of knowing who&#8217;s coming, and the way for attendees to reserve accommodation and request, if they need it, travel assistance.</p>
<p>We also concurrently opened the <a href="http://grancanariadesktopsummit.org/node/43">call for participation</a>. Since we&#8217;re already a little late organising content this year, we&#8217;re going to have a pretty short call &#8211; please send abstracts for GNOME-related and cross-desktop content to guadec-papers at gnome.org before April 10th (midnight on the date line, I guess).</p>
<p>The procedure is going to be a little unusual this year because of the co-hosting of GUADEC with Akademy &#8211; a GNOME papers committee headed up by Behdad will be choosing GNOME-specific content, and a KDE equivalent will be choosing Akademy content, and we are co-ordinating on the invitation of keynote speakers and choice of cross-desktop content.</p>
<p>The thing that got me excited about this conference last yearn and the reason I was so enthusiastic about combining the conferences, is that cross-desktop content. The Gran Canaria Desktop Summit has the potential to be <strong>the</strong> meeting place for free software desktop application developers and platform developers, as well as embedded and mobile Linux application developers. We will have the people behind the two most popular free software development platforms coming together.</p>
<p>The conference is an opportunity to plan the future together for developers working on the kernel, X.org, alternative desktop environments like XFCE, application platforms like XUL, Eclipse&#8217;s SWT, desktop application developers and desktop-oriented distributions. I&#8217;m looking forward to seeing proposals for presentations from all over the mobile and desktop Linux (and Solaris) map.</p>
<p>So to your plumes! We&#8217;re not expecting abstracts to be works of art, but we are looking for thought to be given to your target audience and what you want them to get from your presentation. Compelling, entertaining and thought-provoking content will be preferred over &#8220;state of&#8230;&#8221; presentations, or other types of presentation better suited to blog posts. Knock yourselves out!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/bolsh/2009/03/23/gran-canari-registration-call-for-participation-open/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Libre Graphics Meeting fundraiser update</title>
		<link>http://blogs.gnome.org/bolsh/2009/03/18/libre-graphics-meeting-fundraiser-update/</link>
		<comments>http://blogs.gnome.org/bolsh/2009/03/18/libre-graphics-meeting-fundraiser-update/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 11:23:06 +0000</pubDate>
		<dc:creator>Dave Neary</dc:creator>
				<category><![CDATA[community]]></category>
		<category><![CDATA[freesoftware]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[inkscape]]></category>
		<category><![CDATA[libre graphics meeting]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[scribus]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/bolsh/2009/03/18/libre-graphics-meeting-fundraiser-update/</guid>
		<description><![CDATA[With little fanfare, this year&#8217;s  Libre Graphics Meeting fundraiser has been progressing nicely.

In the three weeks since the announcement of the launch of the campaign, we have raised almost $3,000 in community donation &#8211; mostly smaller than $50 &#8211; from 71 individual donors. Much of the credit for the campaign this year has to [...]]]></description>
			<content:encoded><![CDATA[<p>With little fanfare, this year&#8217;s  <a href="http://pledgie.com/campaigns/2926"></a><a href="http://www.libregraphicsmeeting.org">Libre Graphics Meeting</a> <a href="http://pledgie.com/campaigns/2926">fundraiser</a> has been progressing nicely.</p>
<p><a href="http://www.pledgie.com/campaigns/2926"><img src="http://www.pledgie.com/campaigns/2926.png?skin_name=chrome" border="0" alt="Click here to lend your support to: Support the Libre Graphics Meeting and make a donation at www.pledgie.com !" /></a></p>
<p>In the three weeks since the announcement of the launch of the campaign, we have raised almost $3,000 in community donation &#8211; mostly smaller than $50 &#8211; from 71 individual donors. Much of the credit for the campaign this year has to go to Jon Phillips of Creative Commons, Inkscape and OpenClipart fame.</p>
<p>The campaign has started earlier this year than last year, when we were really caught unawares by our difficulties in getting sponsors, and has lacked some of the frenzy of the last campaign, but Jon has been doing stellar work keeping the fire burning, and ensuring a regular stream of donations from supporters of projects related to Libre graphics.</p>
<p>It is hard to overstate the importance this conference has to the communities working on projects like Inkscape, GIMP and Scribus, among others, and to overstate the progress we have made because of these conferences in the past few years in the realm of graphics applications on Linux.</p>
<p>It&#8217;s useful to point out that in the Linux Foundation desktop linux surveys, the most popular applications which companies and individuals want for Linux are graphics applications &#8211; Adobe Photoshop, Illustrator, Premier, Autodesk AutoCAD, Adobe Dreamweaver and Microsoft Visio are the top 6 applications which people are missing on Linux. This conference is all about encouraging the development of applications destined to fulfil those needs. Also worth noting, when asked whether they wanted the applications above ported to Linux, or they wanted to use equivalent Linux applications where possible, a large majority want to use native equivalents, rather than ported commercial applications.</p>
<p>For any of you looking for a good cause which will go directly to supporting high quality applications that you use, I&#8217;d encourage you to <a href="http://pledgie.com/campaigns/2926">contribute</a> to the <a href="http://www.libregraphicsmeeting.org">Libre Graphics Meeting</a>. The conference is only as worthwhile as the people attending it, let&#8217;s ensure that we get a critical mass once again and provide energy and momentum to all of the participating projects for the coming year.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/bolsh/2009/03/18/libre-graphics-meeting-fundraiser-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Congrats on 2.6.0!</title>
		<link>http://blogs.gnome.org/bolsh/2008/10/01/congrats-on-260/</link>
		<comments>http://blogs.gnome.org/bolsh/2008/10/01/congrats-on-260/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 21:35:39 +0000</pubDate>
		<dc:creator>Dave Neary</dc:creator>
				<category><![CDATA[gimp]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/bolsh/2008/10/01/congrats-on-260/</guid>
		<description><![CDATA[Congrats to the GIMP team on the release of the GIMP 2.6.0. This is the first version to depend on GEGL, which makes it a major milestone for GIMP historians. GEGL can optionally be used for colour operations, and an experimental GEGL operation tool exposes the power of GEGL operations to the user &#8211; in [...]]]></description>
			<content:encoded><![CDATA[<p>Congrats to the GIMP team on the release of the GIMP 2.6.0. This is the first version to depend on <a href="http://www.gegl.org">GEGL</a>, which makes it a major milestone for GIMP historians. GEGL can optionally be used for colour operations, and an experimental GEGL operation tool exposes the power of GEGL operations to the user &#8211; in a future release, these will hopefully be available as configurable effect layer modes. There are some other pretty impressive new features described <a href="http://gimp.org/release-notes/gimp-2.6.html">in the release notes</a>.</p>
<p>This also represents a very quick release cycle &#8211; under 1 year since 2.4.0 &#8211; which is good to see.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/bolsh/2008/10/01/congrats-on-260/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Correction (for the record)</title>
		<link>http://blogs.gnome.org/bolsh/2008/04/16/correction-for-the-record/</link>
		<comments>http://blogs.gnome.org/bolsh/2008/04/16/correction-for-the-record/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 16:34:57 +0000</pubDate>
		<dc:creator>Dave Neary</dc:creator>
				<category><![CDATA[freesoftware]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[inkscape]]></category>
		<category><![CDATA[libre graphics meeting]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/bolsh/2008/04/16/correction-for-the-record/</guid>
		<description><![CDATA[I just listened to LUG Radio 5&#215;15, including my interview about LGM this year. And I have to make a correction. I have tried, but I cannot find any way to drag &#38; drop or copy &#38; paste a curve from Inkscape into the GIMP. I can go via the intermediary of an SVG, since [...]]]></description>
			<content:encoded><![CDATA[<p>I just listened to <a href="http://lugradio.org/episodes/#episode98" title="LUGRadio 5x15">LUG Radio 5&#215;15</a>, including my interview about LGM this year. And I have to make a correction. I have tried, but I cannot find any way to drag &amp; drop or copy &amp; paste a curve from Inkscape into the GIMP. I can go via the intermediary of an SVG, since importing gradients and curves from an SVG drop or load is supported in the GIMP, but I can&#8217;t figure out how to drag &amp; drop elements from the Inkscape canvas into any other application &#8211; when I hit the edge of the window, it just starts scrolling. And cut/copy &amp; paste isn&#8217;t any more successful.</p>
<p>Any Inkscape people out there able to set me right?</p>
<p>One interesting drag &amp; drop thing I love showing to people is dragging a chart created in Gnumeric into Inkscape &#8211; the drop is a proper SVG, and you can ungroup &amp; manipulate individual elements from the chart in your favourite vector graphics application. Which is nice.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/bolsh/2008/04/16/correction-for-the-record/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Libre Graphics Meeting stories: colour management</title>
		<link>http://blogs.gnome.org/bolsh/2008/04/08/libre-graphics-meeting-stories-colour-management/</link>
		<comments>http://blogs.gnome.org/bolsh/2008/04/08/libre-graphics-meeting-stories-colour-management/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 19:26:42 +0000</pubDate>
		<dc:creator>Dave Neary</dc:creator>
				<category><![CDATA[freesoftware]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[inkscape]]></category>
		<category><![CDATA[libre graphics meeting]]></category>
		<category><![CDATA[scribus]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/bolsh/2008/04/08/libre-graphics-meeting-stories-colour-management/</guid>
		<description><![CDATA[
Continuing the series of articles I started last week (part 1, part 2), the next fall-out which has come from past Libre Graphics Meetings is the movement towards colour management everywhere over the past few years.
Let&#8217;s look back to where we were 3 years ago. Outside of Scribus and CinePaint, there was essentially no colour [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://pledgie.com/campaigns/613"><img src="http://www.pledgie.com/campaigns/613.png?skin_name=chrome" alt="Support the Libre Graphics Meeting and make a donation at www.pledgie.com !" border="0" /></a></p>
<p>Continuing the series of articles I started last week (part 1, part 2), the next fall-out which has come from past Libre Graphics Meetings is the movement towards colour management everywhere over the past few years.</p>
<p>Let&#8217;s look back to where we were <a href="http://www.linux.com/articles/43337" title="Color management on X">3 years ago</a>. Outside of Scribus and CinePaint, there was essentially no colour management in free software graphics apps, in spite of the existence of a high quality color management library, <a href="http://www.littlecms.com" title="Little CMS">little cms</a>.</p>
<p>In 2005, that story started to change a bit &#8211; the GIMP started conserving ICC profiles in JPEG files and allowing the user to see the list of ICC profiles with the 2.3.2 release, in July 2005. Scribus added support for soft proofing in version 1.2.3 in September 2005. Krita released version 1.5 with support for color profiles in December 2005.</p>
<p>In the first Libre Graphics Meeting, one of the most popular presentations was by Marti Maria of <a href="http://www.littlecms.com" title="Little CMS">little cms</a>, who gave an overview of what color management is, how ICC color profiles fit into the picture, and finally what applications need to do to integrate color management support. One of the outstanding memories I have from the conference was <a href="http://cworth.org/blog/" title="Carl Worth">Carl Worth</a> of <a href="http://cairographics.org/" title="Cairo">Cairo</a> being very excited about the conference, and in particular about meeting Marti.</p>
<p>Since 2005, things have changed significantly.  Color management support has been completed for the GIMP in 2.4.0. Inkscape added support for ICC profiles in 0.44, in June 2006, soon after the first Libre Graphics Meeting in Lyon, and this support has been further improved in the recent 0.46 release.</p>
<p>And since, color management has become almost ubiquitous &#8211; via the <a href="http://www.burtonini.com/computing/x-icc-profiles-spec-0.2.html" title="ICC profiles in X">&#8220;ICC profiles in X&#8221;</a> spec, all applications who support the spec (including, at last count, the GIMP, Eye of GNOME, Krita, UFRaw and Inkscape)  get soft proofing for your screen when X contains the ICC profile atom.</p>
<p>I&#8217;m not so presumptuous as to attribute the advent of color management to the Libre Graphics Meeting, but at least in the case of Inkscape, the work started at the conference. And for other developments, the bridges built and conversations started during LGM and other similar conferences has played a significant part in improving the state of affairs.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/bolsh/2008/04/08/libre-graphics-meeting-stories-colour-management/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
