<?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>Blig</title>
	<atom:link href="http://suasol.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://suasol.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sat, 12 Mar 2011 18:29:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='suasol.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Blig</title>
		<link>http://suasol.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://suasol.wordpress.com/osd.xml" title="Blig" />
	<atom:link rel='hub' href='http://suasol.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Ubuntu 8.10 instructions updated</title>
		<link>http://suasol.wordpress.com/2009/06/02/ubuntu-8-10-instructions-updated/</link>
		<comments>http://suasol.wordpress.com/2009/06/02/ubuntu-8-10-instructions-updated/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 21:46:06 +0000</pubDate>
		<dc:creator>suasol</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[winsplit]]></category>

		<guid isPermaLink="false">http://suasol.wordpress.com/?p=54</guid>
		<description><![CDATA[9.04 comes with grid installed, but if you have an older distro this is how to install: http://wiki.compiz.org/Plugins/Grid<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suasol.wordpress.com&#038;blog=4089194&#038;post=54&#038;subd=suasol&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>9.04 comes with grid installed, but if you have an older distro this is how to install:</p>
<p><a href="http://wiki.compiz.org/Plugins/Grid" target="_blank">http://wiki.compiz.org/Plugins/Grid</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suasol.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suasol.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suasol.wordpress.com&#038;blog=4089194&#038;post=54&#038;subd=suasol&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://suasol.wordpress.com/2009/06/02/ubuntu-8-10-instructions-updated/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3dc3e902e957ad2597e5828de244426b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">suasol</media:title>
		</media:content>
	</item>
		<item>
		<title>Testing your app in a different language</title>
		<link>http://suasol.wordpress.com/2009/05/24/testing-your-app-in-a-different-language/</link>
		<comments>http://suasol.wordpress.com/2009/05/24/testing-your-app-in-a-different-language/#comments</comments>
		<pubDate>Sun, 24 May 2009 14:34:04 +0000</pubDate>
		<dc:creator>suasol</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://suasol.wordpress.com/?p=51</guid>
		<description><![CDATA[I&#8217;m ashamed to say that I don&#8217;t know much about translating apps, even after writing an app with  over 30 translations. When you&#8217;re part of the gnome project, they just appear by magic and I have had my head somewhat in the sand since when trying to test I invariably got: % LANG=otherlang.utf8 ./myprog (process:20007): [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suasol.wordpress.com&#038;blog=4089194&#038;post=51&#038;subd=suasol&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m ashamed to say that I don&#8217;t know much about translating apps, even after writing an app with  over 30 translations. When you&#8217;re part of the gnome project, they just appear by magic and I have had my head somewhat in the sand since when trying to test I invariably got:</p>
<pre>% LANG=otherlang.utf8 ./myprog
(process:20007): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.</pre>
<p>A little googling led to various command line invocations of locale-gen &amp; suggestions of hand editing config fies by people who didn&#8217;t understand it all either.</p>
<p>So I&#8217;m glad to say that all thats needed (in ubuntu 9.04 anyway) is really to check a few boxes in</p>
<pre>System-&gt;Administration-&gt;Language Preferences-&gt;Install/Remove Languages</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suasol.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suasol.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suasol.wordpress.com&#038;blog=4089194&#038;post=51&#038;subd=suasol&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://suasol.wordpress.com/2009/05/24/testing-your-app-in-a-different-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3dc3e902e957ad2597e5828de244426b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">suasol</media:title>
		</media:content>
	</item>
		<item>
		<title>Hide files in nautilus by glob pattern</title>
		<link>http://suasol.wordpress.com/2009/05/10/hide-files-in-nautilus-by-glob-pattern/</link>
		<comments>http://suasol.wordpress.com/2009/05/10/hide-files-in-nautilus-by-glob-pattern/#comments</comments>
		<pubDate>Sun, 10 May 2009 11:13:05 +0000</pubDate>
		<dc:creator>suasol</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://suasol.wordpress.com/?p=49</guid>
		<description><![CDATA[Bye-bye *.pyc http://bugzilla.gnome.org/show_bug.cgi?id=311010#c10<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suasol.wordpress.com&#038;blog=4089194&#038;post=49&#038;subd=suasol&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Bye-bye *.pyc</p>
<p><a href="http://bugzilla.gnome.org/show_bug.cgi?id=311010#c10" target="_blank">http://bugzilla.gnome.org/show_bug.cgi?id=311010#c10</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suasol.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suasol.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suasol.wordpress.com&#038;blog=4089194&#038;post=49&#038;subd=suasol&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://suasol.wordpress.com/2009/05/10/hide-files-in-nautilus-by-glob-pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3dc3e902e957ad2597e5828de244426b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">suasol</media:title>
		</media:content>
	</item>
		<item>
		<title>Grid now part of official compiz distribution</title>
		<link>http://suasol.wordpress.com/2009/05/01/grid-now-part-of-official-compiz-distribution/</link>
		<comments>http://suasol.wordpress.com/2009/05/01/grid-now-part-of-official-compiz-distribution/#comments</comments>
		<pubDate>Fri, 01 May 2009 19:07:20 +0000</pubDate>
		<dc:creator>suasol</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[winsplit]]></category>

		<guid isPermaLink="false">http://suasol.wordpress.com/?p=47</guid>
		<description><![CDATA[Yay, it&#8217;s official. BTW if you need to compile for older distros, the source location is now http://cgit.compiz.org/compiz/plugins/grid Note that you&#8217;ll need an older version (e.g the &#8220;compiz-0.8&#8243; tag) to work with your older compiz.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suasol.wordpress.com&#038;blog=4089194&#038;post=47&#038;subd=suasol&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Yay, it&#8217;s official.</p>
<p>BTW if you need to compile for older distros, the source location is now <a href="http://cgit.compiz.org/compiz/plugins/grid" target="_blank">http://cgit.compiz.org/compiz/plugins/grid</a> Note that you&#8217;ll need an older version (e.g the &#8220;compiz-0.8&#8243; tag) to work with your older compiz.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suasol.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suasol.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suasol.wordpress.com&#038;blog=4089194&#038;post=47&#038;subd=suasol&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://suasol.wordpress.com/2009/05/01/grid-now-part-of-official-compiz-distribution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3dc3e902e957ad2597e5828de244426b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">suasol</media:title>
		</media:content>
	</item>
		<item>
		<title>Checkinstall &#8211; wonderful</title>
		<link>http://suasol.wordpress.com/2009/02/01/checkinstall-wonderful/</link>
		<comments>http://suasol.wordpress.com/2009/02/01/checkinstall-wonderful/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 11:37:53 +0000</pubDate>
		<dc:creator>suasol</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://suasol.wordpress.com/?p=43</guid>
		<description><![CDATA[As a developer you often end up installing random extra software because your distro hasn&#8217;t caught up yet. And despite best efforts end up with cruft from old installs. Enter checkinstall. Instead of &#8220;make install&#8221; run &#8220;checkinstall&#8221; and it will make a binary package (deb,rpm,etc) of the files which would have been installed. Now they [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suasol.wordpress.com&#038;blog=4089194&#038;post=43&#038;subd=suasol&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>As a developer you often end up installing random extra software because your distro hasn&#8217;t caught up yet. And despite best efforts end up with cruft from old installs.</p>
<p>Enter <a href="http://www.asic-linux.com.mx/~izto/checkinstall/">checkinstall</a>. Instead of &#8220;make install&#8221; run &#8220;checkinstall&#8221; and it will make a binary package (deb,rpm,etc) of the files which would have been installed. Now they show up in the package manager and are easily uninstallable. Wonderful.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suasol.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suasol.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suasol.wordpress.com&#038;blog=4089194&#038;post=43&#038;subd=suasol&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://suasol.wordpress.com/2009/02/01/checkinstall-wonderful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3dc3e902e957ad2597e5828de244426b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">suasol</media:title>
		</media:content>
	</item>
		<item>
		<title>HDD Suspension. Brilliant.</title>
		<link>http://suasol.wordpress.com/2009/01/05/hdd-suspension-brilliant/</link>
		<comments>http://suasol.wordpress.com/2009/01/05/hdd-suspension-brilliant/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 20:21:57 +0000</pubDate>
		<dc:creator>suasol</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[silentpc]]></category>

		<guid isPermaLink="false">http://suasol.wordpress.com/?p=39</guid>
		<description><![CDATA[There was an annoying low level hum coming from my case. I recently upgraded to a fanless motherboard, fanless graphics card and thought the old el-cheapo case fans were the culprit. I replaced them which helped somewhat but nowhere near as much as I&#8217;d hoped. Enter this mod: http://www.silentpcreview.com/forums/viewtopic.php?t=8240 Simple, cheap and extremely effective. Not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suasol.wordpress.com&#038;blog=4089194&#038;post=39&#038;subd=suasol&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>There was an annoying low level hum coming from my case. I recently upgraded to a fanless motherboard, fanless graphics card and thought the old el-cheapo case fans were the culprit. I replaced them which helped somewhat but nowhere near as much as I&#8217;d hoped.</p>
<p>Enter this mod: <a href="http://www.silentpcreview.com/forums/viewtopic.php?t=8240" target="_blank">http://www.silentpcreview.com/forums/viewtopic.php?t=8240</a></p>
<p>Simple, cheap and extremely effective. Not a common combination! You&#8217;ll need roughly 60cm per drive. Less than a pint of beer for a whole raid10 array!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suasol.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suasol.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suasol.wordpress.com&#038;blog=4089194&#038;post=39&#038;subd=suasol&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://suasol.wordpress.com/2009/01/05/hdd-suspension-brilliant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3dc3e902e957ad2597e5828de244426b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">suasol</media:title>
		</media:content>
	</item>
		<item>
		<title>New release fixes &#8220;gap bug&#8221;, respects window size hints</title>
		<link>http://suasol.wordpress.com/2008/11/05/new-release-fixes-gap-bug-respects-window-size-hints/</link>
		<comments>http://suasol.wordpress.com/2008/11/05/new-release-fixes-gap-bug-respects-window-size-hints/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 12:20:58 +0000</pubDate>
		<dc:creator>suasol</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[winsplit]]></category>

		<guid isPermaLink="false">http://suasol.wordpress.com/?p=32</guid>
		<description><![CDATA[A bug which intermittently caused a gap to appear at the bottom of the screen has been fixed. (The bug is worthy of a post in itself!) Size increment and minimum size hints are now respected. If a window is too big to fit into the allotted grid, it will do the nearest possible thing, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suasol.wordpress.com&#038;blog=4089194&#038;post=32&#038;subd=suasol&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>A bug which intermittently caused a gap to appear at the bottom of the screen has been fixed. (The bug is worthy of a post in itself!)</p>
<p>Size increment and minimum size hints are now respected. If a window is too big to fit into the allotted grid, it will do the nearest possible thing, possibly spilling into adjacent cells.</p>
<p>The code has been tided somewhat in preparation for inclusion in the official compz fusion package.</p>
<p>As usual, get it from</p>
<p>git clone git://anongit.compiz-fusion.org/users/stevek/grid</p>
<p>See also the wiki for install info <a href="http://wiki.compiz-fusion.org/Plugins/Grid" target="_blank">http://wiki.compiz-fusion.org/Plugins/Grid</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suasol.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suasol.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suasol.wordpress.com&#038;blog=4089194&#038;post=32&#038;subd=suasol&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://suasol.wordpress.com/2008/11/05/new-release-fixes-gap-bug-respects-window-size-hints/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3dc3e902e957ad2597e5828de244426b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">suasol</media:title>
		</media:content>
	</item>
		<item>
		<title>Grid wiki now open</title>
		<link>http://suasol.wordpress.com/2008/10/31/grid-wiki-now-open/</link>
		<comments>http://suasol.wordpress.com/2008/10/31/grid-wiki-now-open/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 21:04:39 +0000</pubDate>
		<dc:creator>suasol</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[winsplit]]></category>

		<guid isPermaLink="false">http://suasol.wordpress.com/?p=29</guid>
		<description><![CDATA[http://wiki.compiz-fusion.org/Plugins/Grid So far I&#8217;m just using it to keep track of interesting feature ideas.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suasol.wordpress.com&#038;blog=4089194&#038;post=29&#038;subd=suasol&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://wiki.compiz-fusion.org/Plugins/Grid" target="_blank">http://wiki.compiz-fusion.org/Plugins/Grid</a></p>
<p>So far I&#8217;m just using it to keep track of interesting feature ideas.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suasol.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suasol.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suasol.wordpress.com&#038;blog=4089194&#038;post=29&#038;subd=suasol&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://suasol.wordpress.com/2008/10/31/grid-wiki-now-open/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3dc3e902e957ad2597e5828de244426b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">suasol</media:title>
		</media:content>
	</item>
		<item>
		<title>Beware of future creep</title>
		<link>http://suasol.wordpress.com/2008/10/20/beware-of-future-creep/</link>
		<comments>http://suasol.wordpress.com/2008/10/20/beware-of-future-creep/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 11:42:30 +0000</pubDate>
		<dc:creator>suasol</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://suasol.wordpress.com/?p=27</guid>
		<description><![CDATA[Nice article which puts a name to the way your junior programmers try to justify their 11 callbacks, all methods virtual and factory singletons when all you need is a single C function with the right parameters. http://www.37signals.com/svn/posts/1324-beware-of-future-creep It&#8217;s certainly a grey area, but it&#8217;s the mark of a seasoned programmer that they can make [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suasol.wordpress.com&#038;blog=4089194&#038;post=27&#038;subd=suasol&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Nice article which puts a name to the way your junior programmers try to justify their 11 callbacks, all methods virtual and factory singletons when all you need is a single C function with the right parameters.</p>
<p><a href="http://www.37signals.com/svn/posts/1324-beware-of-future-creep" target="_blank">http://www.37signals.com/svn/posts/1324-beware-of-future-creep</a><br />
It&#8217;s certainly a grey area, but it&#8217;s the mark of a seasoned programmer that they can make the correct call.</p>
<p>Personally, I see a dividing line between public api (the api which covers 85% of customer needs) and the &#8220;implementation&#8221; api which is notionally public but actually very few people use.</p>
<p>I can tolerate a little baggage in the public api if it becomes more robust to future refactorings (especially a class of refactorings, not just a single one). There&#8217;s no place for cruft in your implementation api however because that usually contains the difficult stuff and the interfaces reflect to a much greater extent the underlying implementation which may be changed any time.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suasol.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suasol.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suasol.wordpress.com&#038;blog=4089194&#038;post=27&#038;subd=suasol&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://suasol.wordpress.com/2008/10/20/beware-of-future-creep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3dc3e902e957ad2597e5828de244426b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">suasol</media:title>
		</media:content>
	</item>
		<item>
		<title>New grid release adds &#8220;middle resizing&#8221; &amp; xinerama support</title>
		<link>http://suasol.wordpress.com/2008/10/06/new-grid-release-adds-middle-resizing-xinerama-support/</link>
		<comments>http://suasol.wordpress.com/2008/10/06/new-grid-release-adds-middle-resizing-xinerama-support/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 19:23:56 +0000</pubDate>
		<dc:creator>suasol</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[winsplit]]></category>

		<guid isPermaLink="false">http://suasol.wordpress.com/?p=20</guid>
		<description><![CDATA[Keys 2,5,8 now resize to the middle third on the second press. Thus it&#8217;s now really easy to create a 3&#215;2 grid. I now consider grid to be feature complete. The only things left are polish &#8211; respecting window minimum size hint and window size increment (for terminals). Animation would might be a nice option [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suasol.wordpress.com&#038;blog=4089194&#038;post=20&#038;subd=suasol&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Keys 2,5,8 now resize to the middle third on the second press. Thus it&#8217;s now really easy to create a 3&#215;2 grid.</p>
<p>I now consider grid to be feature complete. The only things left are polish &#8211; respecting window minimum size hint and window size increment (for terminals). Animation would might be a nice option if somebody would like to submit a patch.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suasol.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suasol.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suasol.wordpress.com&#038;blog=4089194&#038;post=20&#038;subd=suasol&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://suasol.wordpress.com/2008/10/06/new-grid-release-adds-middle-resizing-xinerama-support/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3dc3e902e957ad2597e5828de244426b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">suasol</media:title>
		</media:content>
	</item>
	</channel>
</rss>
