<?xml version="1.0"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:foaf="http://xmlns.com/foaf/0.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns="http://purl.org/rss/1.0/"
>
<channel rdf:about="http://planet.ubuntu-au.org">
	<title>Planet Ubuntu-AU</title>
	<link>http://planet.ubuntu-au.org</link>
	<description>Planet Ubuntu-AU - http://planet.ubuntu-au.org</description>

	<items>
		<rdf:Seq>
			<rdf:li rdf:resource="http://jamespurser.com.au/226 at http://jamespurser.com.au" />
			<rdf:li rdf:resource="http://davehall.com.au/115 at http://davehall.com.au" />
			<rdf:li rdf:resource="http://www.vk7hse.hobby-site.org/blog/?p=1327" />
			<rdf:li rdf:resource="http://davehall.com.au/114 at http://davehall.com.au" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-23132003.post-6921162087995072416" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-23132003.post-2437134894079468577" />
			<rdf:li rdf:resource="http://www.geekosophical.net/?p=449" />
			<rdf:li rdf:resource="http://hit3k.net/?p=8" />
			<rdf:li rdf:resource="http://www.geekosophical.net/?p=445" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-23132003.post-5471358399946358037" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-23132003.post-6471084984747954678" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-23132003.post-1458438707623324498" />
			<rdf:li rdf:resource="http://www.geekosophical.net/?p=443" />
			<rdf:li rdf:resource="http://www.vk7hse.hobby-site.org/blog/?p=1320" />
			<rdf:li rdf:resource="http://www.vk7hse.hobby-site.org/blog/?p=1312" />
			<rdf:li rdf:resource="http://www.geekosophical.net/?p=440" />
			<rdf:li rdf:resource="http://jamespurser.com.au/225 at http://jamespurser.com.au" />
		</rdf:Seq>
	</items>
</channel>

<item rdf:about="http://jamespurser.com.au/226 at http://jamespurser.com.au">
	<title>James Purser: Inspiring and Depressing at the same time</title>
	<link>http://jamespurser.com.au/blog/inspiring-and-depressing-same-time</link>
	<content:encoded>&lt;img style=&quot;float:right&quot; src=&quot;http://planet.ubuntu-nl.org/images/nobody.png&quot; alt=&quot;HackerGotchi&quot; /&gt;&lt;!-- google_ad_section_start --&gt;&lt;p&gt;Last night I finished watching a series called &amp;quot;From the earth to the moon&amp;quot;. I think it was the first of Tom Hanks' forays into docu-drama (coming after the movie Apollo 13).&lt;/p&gt;
&lt;p&gt;As you might guess from the title the series follows the events leading up to the first landing on the moon and afterwards to the final Apollo mission in 1972. As a series it is an excellent examination of the people involved in the American Space effort, from Astronauts to their wives, to the contractors and everyone else involved.&lt;/p&gt;
&lt;p&gt;What it did for me was to bring home how far short we have fallen from the promise offered by the Apollo missions themselves. If the momentum had been maintained, Apollo could have been the stepping stone to the next wave of human exploration. By now we wouldn't be marvelling at the staying power of a couple of Rovers on Mars, but instead we'd be marvelling at the fact that the human species had set foot on another planet, not just our celestial partner, but a whole other world.&lt;/p&gt;
&lt;p&gt;Today we are told that it's better to send probes and rovers to other worlds. Less of a risk, cheaper and so on. Feh I say. The USSR sent a probe to the moon, then the US sent two men to the moon, which is more inspiring? Which is more likely to stir the blood?&lt;/p&gt;
&lt;p&gt;So yes, &amp;quot;From the earth to the moon&amp;quot; is an inspiring series, it details what can be done when there is the will to move forward and achieve something great. However it's also depressing to see where the evaporation of that will has left us.&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;</content:encoded>
	<dc:date>2010-03-16T21:54:05+00:00</dc:date>
</item>
<item rdf:about="http://davehall.com.au/115 at http://davehall.com.au">
	<title>Dave Hall: Making it Easier to Spawn php-cgi on Debian and Ubuntu</title>
	<link>http://davehall.com.au/blog/dave/2010/03/16/making-it-easier-spawn-php-cgi-debian-and-ubuntu</link>
	<content:encoded>&lt;img style=&quot;float:right&quot; src=&quot;http://planet.ubuntu-nl.org/images/nobody.png&quot; alt=&quot;HackerGotchi&quot; /&gt;&lt;p&gt;&lt;a href=&quot;http://httpd.apache.org/&quot;&gt;Apache&lt;/a&gt; is a great web server, but sometimes I need something a bit more lightweight. I already have a bunch of sites using &lt;a href=&quot;http://www.lighttpd.net/&quot;&gt;lighttpd&lt;/a&gt;, but I'm planning on switching them to &lt;a href=&quot;http://nginx.org/&quot;&gt;nginx&lt;/a&gt;.  Both nginx and lighttpd use FastCGI for running php. Getting &lt;a href=&quot;http://www.fastcgi.com/&quot;&gt;FastCGI&lt;/a&gt; up and running on Ubuntu (or Debian) involves a bit of manual work which can slow down deployment.&lt;/p&gt;
&lt;p&gt;The normal process to get nginx and php-cgi up and running is to install the spawn-fcgi package, create a shell script such as /usr/local/bin/php-fastcgi to launch it, then a custom init script, after making both of these executable you need to run update-rc.d then finally should be right to go. Each of these manual steps increases the likelihood of mistakes being made.&lt;/p&gt;
&lt;p&gt;Instead, I created a deb contains a configurable init script. It is pretty simple, the init script calls spawn-fcgi with the appropriate arguments. All of the configuration is handled in &lt;code&gt;/etc/default/php-fastcgi&lt;/code&gt;. The main config options are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;ENABLED&lt;/strong&gt; - Enable (or disable) the init script. default: 0 (disabled)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;ADDRESS&lt;/strong&gt; - The IP address to bind to. default: 127.0.0.1&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;PORT&lt;/strong&gt; - The TCP Port to bind to. default: 9000&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;USER&lt;/strong&gt; - The user the php scripts will be excuted as. default: www-data&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GROUP&lt;/strong&gt; - The group the php scripts will be executed as. default: www-data&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;PHP_CGI&lt;/strong&gt; - The full path to the php-cgi binary. default: /usr/bin/php5-cgi&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The last 3 variables are not in the defaults file as I didn't think many users would want/need to change them, feel free to add them in if you need them.&lt;/p&gt;
&lt;p&gt;Once you have set ENABLED to 1, launch the init scipt by executing sudo &lt;code&gt;/etc/init.d/php-fastcgi start&lt;/code&gt;. To check that it is running run &lt;code&gt;sudo netstat -nplt | grep 9000&lt;/code&gt; and you should see &lt;code&gt;/usr/bin/php5-cgi&lt;/code&gt; listed. Now you can continue to configure your webserver.&lt;/p&gt;
&lt;p&gt;The package depends on php5-cgi and spawn-fcgi, which is available in Debian &lt;a href=&quot;http://packages.debian.org/squeeze/spawn-fcgi&quot;&gt;testing/squeeze&lt;/a&gt;, &lt;a href=&quot;http://packages.debian.org/sid/spawn-fcgi&quot;&gt;unstable/sid&lt;/a&gt;, along with Ubuntu &lt;a href=&quot;http://packages.ubuntu.com/karmic/spawn-fcgi&quot;&gt;karmic&lt;/a&gt; and &lt;a href=&quot;http://packages.ubuntu.com/lucid/spawn-fcgi&quot;&gt;lucid&lt;/a&gt;. For earlier versions of ubuntu you can change the dependency in debian/control from spawn-fcgi to lighttpd and disable lighttpd once it is installed so you can get spawn-fcgi . I haven't tested this approach and wouldn't recommend it.&lt;/p&gt;
&lt;p&gt;You can grab the &lt;a href=&quot;http://davehall.com.au/system/files/php-fastcgi_0.1-1_all.deb&lt;br /&gt;
&quot;&gt;&lt;br /&gt;
&quot;&gt;&lt;br /&gt;
&quot;&gt;&lt;br /&gt;
&quot;&gt;binary package&lt;/a&gt; and install it using dpkg or build it yourself from the &lt;a href=&quot;http://davehall.com.au/system/files/php-fastcgi.tar.gz&quot;&gt;source tarball&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For more information on setting up nginx using php-cgi I recommend the &lt;a href=&quot;http://library.linode.com/web-servers/nginx/php-fastcgi/ubuntu-9.10-karmic&quot;&gt;linode howto&lt;/a&gt; - just skip the &quot;Configure spawn-fcgi&quot; step :)&lt;/p&gt;</content:encoded>
	<dc:date>2010-03-16T03:57:23+00:00</dc:date>
</item>
<item rdf:about="http://www.vk7hse.hobby-site.org/blog/?p=1327">
	<title>Scott Evans: Canonical and transparency with Ubuntu community</title>
	<link>http://www.vk7hse.hobby-site.org/blog/2010/03/canonical-and-transparency-with-ubuntu-community/</link>
	<content:encoded>&lt;img style=&quot;float:right&quot; src=&quot;http://planet.ubuntu-nl.org/images/nobody.png&quot; alt=&quot;HackerGotchi&quot; /&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=9c946f2afaf114cd0d699427b9e45775&amp;default=http://use.perl.org/images/pix.gif&quot; alt=&quot;No Gravatar&quot; width=&quot;40&quot; height=&quot;40/&quot; /&gt;&lt;p&gt;There has been much debate on &lt;a title=&quot;http://planet.ubuntu.com/&quot; href=&quot;http://planet.ubuntu.com/&quot; target=&quot;_blank&quot;&gt;planet ubuntu&lt;/a&gt; about the new default themes and the more controversial decision to the placement of the window buttons on the top left hand side (Mac style) as opposed to what some class as the default on the top right hand side (Windows style) What I find more of a concern to to larger community is that major changes never get discussed publicly but just &amp;#8220;happen&amp;#8221; then those that aren&amp;#8217;t adjusted to change then feel that they haven&amp;#8217;t had a fair chance to contribute to the overall project. I earlier posted about &lt;a title=&quot;http://www.vk7hse.hobby-site.org/blog/2009/10/ubuntu-is-happy-to-call-itself-open-source-or-is-it/&quot; href=&quot;http://www.vk7hse.hobby-site.org/blog/2009/10/ubuntu-is-happy-to-call-itself-open-source-or-is-it/&quot; target=&quot;_blank&quot;&gt;&amp;#8220;ubuntu is happy to call itself open source or is it&amp;#8221;&lt;/a&gt; there is a growing divide between the commercial interest of Canonical and what they (Canonical) call the ubuntu community, the very people that both support and contribute there time and expertise to better the overall project.&lt;/p&gt;
&lt;p&gt;As users of ubuntu, should we be better informed about the major changes, weather they be trivial or actual so that as a community we have a say as currently we are simply sheep following the Canonical shepherd&amp;#8230; are we better than this?&lt;/p&gt;
&lt;p&gt;&amp;copy; 2010, &lt;a href=&quot;http://www.vk7hse.hobby-site.org/blog&quot;&gt;Scott Evans&lt;/a&gt;. All rights reserved. &lt;/p&gt;
&lt;a class=&quot;a2a_dd addtoany_share_save&quot; href=&quot;http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.vk7hse.hobby-site.org%2Fblog%2F2010%2F03%2Fcanonical-and-transparency-with-ubuntu-community%2F&amp;linkname=Canonical%20and%20transparency%20with%20Ubuntu%20community&quot;&gt;&lt;img src=&quot;http://www.vk7hse.hobby-site.org/blog/wp-content/plugins/add-to-any/share_save_120_16.png&quot; width=&quot;120&quot; height=&quot;16&quot; alt=&quot;Share/Bookmark&quot; /&gt;&lt;/a&gt;</content:encoded>
	<dc:date>2010-03-13T03:39:14+00:00</dc:date>
</item>
<item rdf:about="http://davehall.com.au/114 at http://davehall.com.au">
	<title>Dave Hall: Solr Replication, Load Balancing, haproxy and Drupal</title>
	<link>http://davehall.com.au/blog/dave/2010/03/13/solr-replication-load-balancing-haproxy-and-drupal</link>
	<content:encoded>&lt;img style=&quot;float:right&quot; src=&quot;http://planet.ubuntu-nl.org/images/nobody.png&quot; alt=&quot;HackerGotchi&quot; /&gt;&lt;p&gt;I use &lt;a href=&quot;http://lucene.apache.org/solr&quot;&gt;Apache Solr&lt;/a&gt; for search on several projects, including a few using Drupal. Solr has built in support for replication and load balancing, unfortunately the load balancing is done on the client side and works best when using a persistent connection, which doesn't make a lot of sense for php based webapps. In the case of Drupal, there has been a long discussion on a &lt;a href=&quot;http://drupal.org/node/267831&quot;&gt;patch in the issue queue to enable Solr's native load balancing&lt;/a&gt;, but things seem to have stalled.&lt;/p&gt;
&lt;p&gt;In one instance I have Solr replicating from the master to a slave, with the plan to add additional slaves if the load justifies it. In order to get Drupal to write to the master and read from either node I needed a proxy or load balancer. In my case the best lightweight http load balancer that would easily run on the web heads was &lt;a href=&quot;http://haproxy.1wt.eu/&quot;&gt;haproxy&lt;/a&gt;.  I could have run varnish in front of solr and had it do the load balancing but that seemed like overkill at this stage.&lt;/p&gt;
&lt;p&gt;Now when an update request hits haproxy it directs it to the master, but for reads it balances the requests between the 2 nodes. To get this setup running on ubuntu 9.10 with haproxy 1.3.18, I used the following /etc/haproxy/haproxy.cfg on each of the web heads:&lt;/p&gt;
&lt;pre&gt;
global
    log 127.0.0.1   local0
    log 127.0.0.1   local1 notice
    maxconn 4096
    nbproc 4
    user haproxy
    group haproxy
    daemon

defaults
    log     global
    mode    http
    option  httplog
    option  dontlognull
    retries 3
    maxconn 2000
    balance roundrobin
    stats enable
    stats uri /haproxy?stats

frontend solr_lb
    bind localhost:8080
    acl master_methods method POST DELETE PUT
    use_backend master_backend if master_methods
    default_backend read_backends

backend master_backend
    server solr-a 192.168.201.161:8080 weight 1 maxconn 512 check

backend slave_backend
    server solr-b 192.168.201.162:8080 weight 1 maxconn 512 check

backend read_backends
    server solr-a 192.168.201.161:8080 weight 1 maxconn 512 check
    server solr-b 192.168.201.162:8080 weight 1 maxconn 512 check
&lt;/pre&gt;&lt;p&gt;To ensure the configuration is working properly run &quot;wget http://localhost:8080/solr -O -&quot; on each of the web heads.  If you get a connection refused message haproxy may not be running.  If you get a 503 error make sure solr/jetty/tomcat is running on the solr nodes.  If you get some html output which mentions Solr, then it should be working properly.&lt;/p&gt;
&lt;p&gt;For Drupal's apachesolr module to use this configuration, simply set the hostname to localhost and the port to 8080 in the module configuration page.  Rebuild your search index and you should be right to go.&lt;/p&gt;
&lt;p&gt;If you had a lot of index updates then you could consider making the master write only and having 2 read only slaves, just change the IP addresses to point to the right hosts.&lt;/p&gt;
&lt;p&gt;For more information on &lt;a href=&quot;http://wiki.apache.org/solr/SolrReplication&quot;&gt;Solr replication refer to the Solr wiki&lt;/a&gt;, for more information on &lt;a href=&quot;http://haproxy.1wt.eu/download/1.3/doc/configuration.txt&quot;&gt;configuring haproxy refer to the manual&lt;/a&gt;.  Thanks to Joe William and his blog post on &lt;a href=&quot;http://www.joeandmotorboat.com/2009/01/27/couchdb-load-balancing-and-replication-using-haproxy/&quot;&gt;load balancing couchdb using haproxy&lt;/a&gt; which helped me get the configuration I needed after I decided what I wanted.&lt;/p&gt;</content:encoded>
	<dc:date>2010-03-12T21:55:46+00:00</dc:date>
</item>
<item rdf:about="tag:blogger.com,1999:blog-23132003.post-6921162087995072416">
	<title>Paul Schulz: Part 3a: xlog - Preparing to hack, the aftermath.</title>
	<link>http://mawsonlakesorg.blogspot.com/2010/03/part-3a-xlog-preparing-to-hack.html</link>
	<content:encoded>&lt;img style=&quot;float:right&quot; src=&quot;http://planet.ubuntu-nl.org/images/nobody.png&quot; alt=&quot;HackerGotchi&quot; /&gt;The previously published parts of this series can be found here: 
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://mawsonlakesorg.blogspot.com/2010/02/logging-software-for-amateur-radio.html&quot;&gt;Part 1: Logging Software for Amateur Radio contacts - xlog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://mawsonlakesorg.blogspot.com/2010/02/part-2-hacking-on-xlog.html&quot;&gt;Part 2: Hacking on xlog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://mawsonlakesorg.blogspot.com/2010/03/part-3-xlog-preparing-to-hack.html&quot;&gt;Part 3: Preparing to hack&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://mawsonlakesorg.blogspot.com/2010/03/appendix-references-links-etc-for-xlog.html&quot;&gt;Appendix: References/links&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;p&gt;Some build issues...&lt;/p&gt;

&lt;p&gt;After completing a build, it would be nice if we could return the code the state we started from. This is actually more than a 'nice to have' as it is a useful indicator of completeness. For example, if a particular compiled file isn't removed in a 'make clean', then maybe the associated source code hasn't been added to the source repository. There is not necessarily any logic in this, except that something is wrong, needs to be looked at and fixed.&lt;/p&gt;

&lt;p&gt;I think of this as being a zero'th order test for any software that I compile from source, and git makes this issue very easy to describe and characterise.&lt;/p&gt;

&lt;p&gt;With regards to 'xlog', after a build and a 'make clean', the 'git status' command reveils the  following (where I've reformatted the output just a little.)
&lt;pre&gt;
Changed but not updated:
  deleted:    po/xlog.pot
and
  modified:   CVS/Entries
  modified:   data/doc/CVS/Entries
  modified:   po/CVS/Entries
  modified:   src/CVS/Entries
and
Untracked files:
  AUTHORS
  CVSROOT/
  ChangeLog
  Makefile.in
  autom4te.cache/
  configure
  data/Makefile.in
  data/desktop/Makefile.in
  data/doc/Makefile.in
  data/dxcc/Makefile.in
  data/glabels/Makefile.in
  data/man/Makefile.in
  data/maps/3D2/Makefile.in
  data/maps/3Y/Makefile.in
  data/maps/E5/Makefile.in
  data/maps/FK/Makefile.in
  data/maps/FO/Makefile.in
  data/maps/FR/Makefile.in
  data/maps/HK0/Makefile.in
  data/maps/JD/Makefile.in
  data/maps/KH8/Makefile.in
  data/maps/Makefile.in
  data/maps/SV/Makefile.in
  data/maps/VP6/Makefile.in
  data/maps/VP8/Makefile.in
  data/mime/Makefile.in
  data/pixmaps/Makefile.in
  data/remote/Makefile.in
  data/utils/Makefile.in
  src/Makefile.in
  src/logfile/Makefile.in
&lt;/pre&gt;
&lt;/p&gt;

&lt;p&gt;The first issue is with &lt;b&gt;po/xlog.pot&lt;/b&gt;, which has mysteriously disappeared. It can be restored with the following.
&lt;pre&gt;
$ git checkout -- po/xlog.pot
&lt;/pre&gt;
I have seen glib errors when trying to run the application and haven't got to the bottom of this yet. I don't see the error occur if I make sure that the above file is present, but I haven't been able to reliably replicate to problem.&lt;/p&gt;

&lt;p&gt;The '''CVS/Entries''' files can be committed to the git repository, but looking at the actual differences shows that this is only due to timestamp changes from upstream. It would probably be safe enough to ignore these files, and git has a file that allows these this to be set. (An exercise for the reader. Have a look at the man page for git.)
&lt;pre&gt;
$ git diff CVS/Entries
diff --git a/CVS/Entries b/CVS/Entries
index 30be513..42e4863 100644
--- a/CVS/Entries
+++ b/CVS/Entries
@@ -36,4 +36,4 @@ D/xlog////
 /missing/1.3/Wed Jan 14 11:45:11 2009//
 /mkinstalldirs/1.3/Wed Jan 14 11:45:11 2009//
 /xlog-2.0.lsm/1.1/Tue Feb 10 09:33:11 2009//
-/aclocal.m4/1.8/Thu Mar 11 11:55:55 2010//
+/aclocal.m4/1.8/Thu Mar 11 12:54:52 2010//
&lt;/pre&gt;
&lt;/p&gt;

&lt;p&gt;Finally, other than '''AUTHORS''' and '''ChangeLog''' (which are symbolic links as specified in README.cvs) all of the other files have come into existence in the build process and should be able to be safely removed, as they didn't exist in the original source.
&lt;pre&gt;
$ rm -rf autom4te.cache
$ rm configure
$ find . -name Makefile.in | xargs -n 1 rm
&lt;/pre&gt;
&lt;/p&gt;

&lt;p&gt;
This leaves use with the following, which is where we want to be:
&lt;pre&gt;
$ git status
# On branch master
# Untracked files:
#   (use &quot;git add ...&quot; to include in what will be committed)
#
# AUTHORS
# ChangeLog
nothing added to commit but untracked files present (use &quot;git add&quot; to track)
&lt;/pre&gt;
&lt;/p&gt;

&lt;hr /&gt;
&lt;p&gt;A git repository with the code that I will be working on in the next blog posts has been setup here:
&lt;a href=&quot;http://git.mawsonlakes.org/cgi-bin/gitweb.cgi?p=paul/xlog&quot;&gt;http://git.mawsonlakes.org/cgi-bin/gitweb.cgi?p=paul/xlog&lt;/a&gt;.
&lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/23132003-6921162087995072416?l=mawsonlakesorg.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2010-03-12T00:38:17+00:00</dc:date>
</item>
<item rdf:about="tag:blogger.com,1999:blog-23132003.post-2437134894079468577">
	<title>Paul Schulz: Appendix: References (links etc.) for xlog hacking.</title>
	<link>http://mawsonlakesorg.blogspot.com/2010/03/appendix-references-links-etc-for-xlog.html</link>
	<content:encoded>&lt;img style=&quot;float:right&quot; src=&quot;http://planet.ubuntu-nl.org/images/nobody.png&quot; alt=&quot;HackerGotchi&quot; /&gt;&lt;h1&gt;Useful Webpages&lt;/h1&gt;
&lt;h2&gt;xlog&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Software Website - &lt;a href=&quot;http://freshmeat.net/projects/xlog&quot;&gt;http://freshmeat.net/projects/xlog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;CVS Download Page - &lt;a href=&quot;http://savannah.nongnu.org/cvs/?group=xlog&quot;&gt;http://savannah.nongnu.org/cvs/?group=xlog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Browse CVS Source- &lt;a href=&quot;http://cvs.savannah.gnu.org/viewvc/xlog/xlog&quot;&gt;http://cvs.savannah.gnu.org/viewvc/xlog/xlog&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;git&lt;/h2&gt;
git - The Fast Version Control System
&lt;ul&gt;
&lt;li&gt;Software website - &lt;a href=&quot;http://git-scm.com&quot;&gt;http://git-scm.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Wikipedia - &lt;a href=&quot;http://en.wikipedia.org/wiki/Git_(software)&quot;&gt;http://en.wikipedia.org/wiki/Git_(software)&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;epkg&lt;/h2&gt;
&lt;b&gt;epkg&lt;/b&gt; is an &lt;b&gt;encap&lt;/b&gt; package manager.  
&lt;ul&gt;
&lt;li&gt;Software Website - &lt;a href=&quot;http://www.encap.org/epkg&quot;&gt;http://www.encap.org/epkg&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;Software Repository&lt;/h1&gt;
I'll be updating my code changes to xlog here.
&lt;ul&gt;
&lt;li&gt;Repository Browser - &lt;a href=&quot;http://mawsonlakesorg.blogspot.com/feeds/posts/ http://git.mawsonlakes.org/cgi-bin/gitweb.cgi?p=paul/xlog&quot;&gt;http://git.mawsonlakes.org/cgi-bin/gitweb.cgi?p=paul/xlog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;GIT Clone URL - &lt;a href=&quot;http://mawsonlakesorg.blogspot.com/feeds/posts/ http://git.mawsonlakes.org/paul/xlog&quot;&gt;http://git.mawsonlakes.org/paul/xlog&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/23132003-2437134894079468577?l=mawsonlakesorg.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2010-03-12T00:16:44+00:00</dc:date>
</item>
<item rdf:about="http://www.geekosophical.net/?p=449">
	<title>Melissa Draper: Random winner!</title>
	<link>http://www.geekosophical.net/?p=449</link>
	<content:encoded>&lt;img style=&quot;float:right&quot; src=&quot;http://planet.ubuntu-nl.org/images/nobody.png&quot; alt=&quot;HackerGotchi&quot; /&gt;&lt;p&gt;Monday saw &lt;a title=&quot;Jono's Ustream announcement&quot; href=&quot;http://www.ustream.tv/recorded/5288115&quot;&gt;the announcement of the International Women&amp;#8217;s Day competition winners&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Well, most of them. Jono had unfortunately misunderstood what we had asked of him and hence promoted, and not drawn the second winner randomly. Oops! (We&amp;#8217;ll blame it on his runaway glasses). Thankfully, being a man of his word, he has managed to right this. &lt;a title=&quot;Yesterday's q&amp;a ustream broadcast with Jono&quot; href=&quot;http://www.ustream.tv/recorded/5337809&quot;&gt;During his q&amp;amp;a ustream broadcast yesterday&lt;/a&gt;, he drew a truly random winner&amp;#8230; Caterina Brigandi!&lt;/p&gt;
&lt;p&gt;Congrats again to Elvira, Karen, Jen and now Caterina! Thank you &lt;a title=&quot;All the submitted stories&quot; href=&quot;http://wiki.ubuntu-women.org/InternationalWomensDay/HowIDiscoveredUbuntu&quot;&gt;all&lt;/a&gt; so much for participating.&lt;/p&gt;</content:encoded>
	<dc:date>2010-03-11T12:29:11+00:00</dc:date>
</item>
<item rdf:about="http://hit3k.net/?p=8">
	<title>Allan Armstrong: Open Source Science Software Review: Stellarium</title>
	<link>http://hit3k.net/2010/03/open-source-science-software-review-stellarium/</link>
	<content:encoded>&lt;img style=&quot;float:right&quot; src=&quot;http://planet.ubuntu-nl.org/images/nobody.png&quot; alt=&quot;HackerGotchi&quot; /&gt;&lt;p&gt;I'm going to start writing reviews for open source science software. I haven't written anything like this before so you'll have to excuse the length/lack of information or lack of writing ability.&lt;/p&gt;
&lt;p&gt;In case people were wondering I'm a physics/maths/astronomy student at &lt;a title=&quot;Monash University&quot; href=&quot;http://www.monash.edu.au&quot;&gt;Monash University&lt;/a&gt; and being a student I don't have a lot of money to spend on software for the PC. Luckily in my astronomy lab classes we're using a free application called &lt;a href=&quot;http://www.stellarium.org/&quot;&gt;Stellarium&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It's a reasonably good app giving you the ability to track stars all from the desk of your computer. This is an entirely free and open source application available to anyone with an interest in the night sky.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://hit3k.net/wp-content/uploads/2010/03/Stellarium-Interface.png&quot;&gt;&lt;img class=&quot;alignleft size-medium wp-image-9&quot; title=&quot;Stellarium Interface&quot; src=&quot;http://hit3k.net/wp-content/uploads/2010/03/Stellarium-Interface-300x237.png&quot; alt=&quot;&quot; width=&quot;300&quot; height=&quot;237&quot; /&gt;&lt;/a&gt;The interface is pretty simple with the ability to add/remove the atmosphere for a good view of the stars and the ability to turn different objects on and off. After selecting an object you can view details about that object. It will tell you all the information about the star an amateur astronomer would ever need. If you want to watch the object travel through the sky you can do so by using the simple date/time window that you can select and change the year, month, day, hours, minutes and seconds to view the object at any particular time you need.&lt;/p&gt;
&lt;p&gt;It has the ability for you to change your location to anywhere in the world if you know the latitude and longitude. You can add the ecliptic line and the &quot;Celestial Sphere&quot; lines.&lt;/p&gt;
&lt;p&gt;Stellarium is extendable to an extent. There are some &lt;a title=&quot;Stellarium Plugins&quot; href=&quot;http://www.stellarium.org/wiki/index.php/Scripts&quot;&gt;plugins&lt;/a&gt; for it but not as many as other astronomy software.&lt;/p&gt;
&lt;p&gt;The problem with Stellarium like most graphic intense software is that speed that the app runs at. As you can see I was only getting 2.27 fps and thats using my laptop and on Windows 7. I have run it on Fedora at uni and it is significantly slower on that. I have heard rumours that it does run faster on Macs and Ubuntu.&lt;/p&gt;
&lt;p&gt;I'd recommend this program to all amateur astronomers and people who don't have access to a telescope. It's a very good program to view the stars without having to leave the comfort of your own home.&lt;/p&gt;</content:encoded>
	<dc:date>2010-03-10T09:33:24+00:00</dc:date>
</item>
<item rdf:about="http://www.geekosophical.net/?p=445">
	<title>Melissa Draper: And the winners are…</title>
	<link>http://www.geekosophical.net/?p=445</link>
	<content:encoded>&lt;img style=&quot;float:right&quot; src=&quot;http://planet.ubuntu-nl.org/images/nobody.png&quot; alt=&quot;HackerGotchi&quot; /&gt;&lt;p&gt;Whilst I was quite happily sleeping yesterday morning, the International Women&amp;#8217;s Day competition winners were announced. The popular vote prize went to Elvira Martinez &amp;#8220;tatica1&amp;#8243;. The second prize went to Karen Y. Perez, and Jen Phillips got an honourable mention for her awesome analogy-style story.&lt;/p&gt;
&lt;p&gt;You can read all the stories and see the record of votes &lt;a title=&quot;Story archive and record of votes&quot; href=&quot;http://wiki.ubuntu-women.org/InternationalWomensDay/HowIDiscoveredUbuntu&quot;&gt;on the Ubuntu Women wiki&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Thanks so much to everyone who entered and voted (and Jono for announcing). The competition was heaps of fun to organise and now we have lots of stories to show that we forge our own paths to Ubuntu just like the guys do!&lt;/p&gt;</content:encoded>
	<dc:date>2010-03-09T15:11:49+00:00</dc:date>
</item>
<item rdf:about="tag:blogger.com,1999:blog-23132003.post-5471358399946358037">
	<title>Paul Schulz: Part 3: xlog - Preparing to hack</title>
	<link>http://mawsonlakesorg.blogspot.com/2010/03/part-3-xlog-preparing-to-hack.html</link>
	<content:encoded>&lt;img style=&quot;float:right&quot; src=&quot;http://planet.ubuntu-nl.org/images/nobody.png&quot; alt=&quot;HackerGotchi&quot; /&gt;The previously published parts of this series can be found here: 
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://mawsonlakesorg.blogspot.com/2010/02/logging-software-for-amateur-radio.html&quot;&gt;Part 1: Logging Software for Amateur Radio contacts - xlog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://mawsonlakesorg.blogspot.com/2010/02/part-2-hacking-on-xlog.html&quot;&gt;Part 2: Hacking on xlog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://mawsonlakesorg.blogspot.com/2010/03/appendix-references-links-etc-for-xlog.html&quot;&gt;Appendix: References/links&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
So, we've downloaded the source code for xlog from the CVS repoistory:
&lt;br /&gt;
&lt;pre&gt;  cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/xlog co xlog
&lt;/pre&gt;
Even before configuring, the first thing I do is put the whole thing
into a Git repository. The main reason for doing this upfront is that
it then becomes possible to see what files are created or altered during the software
building process. When we get around to making changes we can then
make use of branches and commits.
&lt;br /&gt;
&lt;pre&gt;  cd xlog
  git init-db
  git add .
  git commit -m 'Initial commit'
&lt;/pre&gt;
Use 'git status' to see which files are different.
&lt;br /&gt;
&lt;p&gt;
Lets now build the software, as per README.cvs.
&lt;br /&gt;
&lt;pre&gt;
  ln -s ...
  autoconf
  automake
  ./configure
  make
  make install
&lt;/pre&gt;
Now, 'make install' will fail unless you give yourself system (root) privileges as it will try to install the code into the system directories (eg. /usr/bin, /usr/lib etc.). 
For the developer, there are several methods to get around this requirement. I use a tool called 'epkg', which allows software to be installed 
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;
To update the repository from upstream:
&lt;pre&gt;  (commit any outstanding changes to another branch)
  git checkout master
  cvs update
&lt;/pre&gt;
These changes can then be pulled into a local working branch by using:
&lt;pre&gt;
  git checkout (your-branch)
  git rebase master
&lt;/pre&gt;
&lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/23132003-5471358399946358037?l=mawsonlakesorg.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/p&gt;</content:encoded>
	<dc:date>2010-03-08T23:57:34+00:00</dc:date>
</item>
<item rdf:about="tag:blogger.com,1999:blog-23132003.post-6471084984747954678">
	<title>Paul Schulz: Part 2: Hacking on xlog</title>
	<link>http://mawsonlakesorg.blogspot.com/2010/02/part-2-hacking-on-xlog.html</link>
	<content:encoded>&lt;img style=&quot;float:right&quot; src=&quot;http://planet.ubuntu-nl.org/images/nobody.png&quot; alt=&quot;HackerGotchi&quot; /&gt;In the first part on &quot;Hacking on xlog&quot; I eluded to the fact that xlog was good, but that I wanted to made some changes to it. The following article discusses these changes. &lt;span&gt; &lt;/span&gt;What changes do I want to make to xlog? &lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Be able to add additional rules for more contests&lt;/b&gt; - Currently xlog has some useful  rules and checks (eg. duplicates) but they are either overly  general (check for all the duplicates in a log file) or specific to  a particular competition. It would be good able to support  different contests rules by either an extension language or a plug-in or dynamic library  architecture.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Make the User Interface (UI) layout configurable&lt;/b&gt; - It would be good to be able to modify the UI to suit the way that I setup and use my set radio. Gnome and Gtk+ applications  can be written using libglade, where the UI is defined in an XML file  along with the functions that they call. It is then possible to rearrange  the interface via the XML code, without touching any of the underlying  code. Currently, xlog has 'hardcoded'  all of the widgets and their positions into the code of the application  itself.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Add support for other forms  of radio operation&lt;/b&gt; - Logging is necessary in on-air contests but there are other types of radio operation where a suitable logging application would also be very useful. Examples include: Running nets, Message Relaying and Emergency Operations.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Multiple Operator Support&lt;/span&gt; - Support for multi-user access and multiple user logs. This would be useful for multiple user stations and for collating logs for competition managers. &lt;/li&gt;
&lt;/ul&gt;In order to make these changes and make any form of useful contribution, I'm going to have to download the code and spend some time poking around in it, just to understand how it works.  More about this in my next post.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/23132003-6471084984747954678?l=mawsonlakesorg.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2010-03-08T22:19:03+00:00</dc:date>
</item>
<item rdf:about="tag:blogger.com,1999:blog-23132003.post-1458438707623324498">
	<title>Paul Schulz: Logging Software for Amateur Radio contacts - xlog</title>
	<link>http://mawsonlakesorg.blogspot.com/2010/02/logging-software-for-amateur-radio.html</link>
	<content:encoded>&lt;img style=&quot;float:right&quot; src=&quot;http://planet.ubuntu-nl.org/images/nobody.png&quot; alt=&quot;HackerGotchi&quot; /&gt;&lt;h1&gt;Introduction&lt;/h1&gt;
Something that I have recently been looking into is Amateur Radio logging software available on Linux, in  particular Ubuntu and Gnome.

One of the things that Ham (Amateur) Radio operators like to do is make contacts with other Hams, exchange details and sometimes, even exchange physical 'QSL Cards', which are postcards giving details of the contact made (Frequency, Equipment used etc.). In general, the more and varied these contacts are the greater the enjoyment found in the hobby.

In addition to the adhoc 'CQ' contacts, there are regular contests, where operators try to make contacts in a particular period of time, on particular radio bands. Logs of the contacts make are submitted to the contest manager and points are awarded based on the contest rules. Rules include such things as a point for every contact made, multipliers for contacts made in particular bands and bonus points given for particular types of contacts.

The software that I have found and I am most  happy with is called 'xlog', which does most of what  I want. I would like to be able to get it to do more (see below) and  there are a couple of things which if they were done just a little bit  differently would make if even more useful and easy to customise. The  software is licensed under the GPL v2, so in the words of Jeremy Clarkson  - 'How hard can it be?'

The plan is to put together a series of posts about my experience with working on this software. Future posts will follow something like the following outline..
&lt;ul&gt;&lt;li&gt;What do I want to change?&lt;/li&gt;&lt;li&gt;Getting the source - and using git.&lt;/li&gt;&lt;li&gt;Setting up the development environment - using epkg&lt;/li&gt;&lt;li&gt;Making changes.&lt;/li&gt;&lt;li&gt;Getting these changes back into xlog.
&lt;/li&gt;&lt;/ul&gt;Watch this space.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/23132003-1458438707623324498?l=mawsonlakesorg.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2010-03-08T22:18:04+00:00</dc:date>
</item>
<item rdf:about="http://www.geekosophical.net/?p=443">
	<title>Melissa Draper: IWD2010 story competition — did you vote yet?</title>
	<link>http://www.geekosophical.net/?p=443</link>
	<content:encoded>&lt;img style=&quot;float:right&quot; src=&quot;http://planet.ubuntu-nl.org/images/nobody.png&quot; alt=&quot;HackerGotchi&quot; /&gt;&lt;p&gt;Remember how I said that the &lt;a href=&quot;http://www.geekosophical.net/?p=436&quot;&gt;voting for the International Women&amp;#8217;s Day competition was open&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;Well that statement only stays valid for about the next 16hrs or so.&lt;/p&gt;
&lt;p&gt;There&amp;#8217;s also a substantial number of people who&amp;#8217;ve gone through, read all the stories and submitted their votes, but have not followed the instructions that were emailed to them. They really ought to do that. The token that is emailed out is how you validate your email address &amp;#8212; votes are held in quarantine until this happens.&lt;/p&gt;</content:encoded>
	<dc:date>2010-03-07T08:03:00+00:00</dc:date>
</item>
<item rdf:about="http://www.vk7hse.hobby-site.org/blog/?p=1320">
	<title>Scott Evans: Ubuntu UNE (Alpha3)</title>
	<link>http://www.vk7hse.hobby-site.org/blog/2010/03/ubuntu-une-alpha3/</link>
	<content:encoded>&lt;img style=&quot;float:right&quot; src=&quot;http://planet.ubuntu-nl.org/images/nobody.png&quot; alt=&quot;HackerGotchi&quot; /&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=9c946f2afaf114cd0d699427b9e45775&amp;default=http://use.perl.org/images/pix.gif&quot; alt=&quot;No Gravatar&quot; width=&quot;40&quot; height=&quot;40/&quot; /&gt;&lt;p&gt;I have recently downloaded the current Alpha3 ISO of UNE (formally UNR) and have installed it on a 4Gb SD card to test it out on my Eee PC 701SD. After spending a little while bringing it up to date (as of the time of writing) I chose to update it before attempting to to check out most of the functionality.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.vk7hse.hobby-site.org/blog/wp-content/uploads/2010/03/Screenshot1.png&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-1321&quot; title=&quot;Ubuntu UNE Lucid Lynx Alpha3&quot; src=&quot;http://www.vk7hse.hobby-site.org/blog/wp-content/uploads/2010/03/Screenshot1-300x180.png&quot; alt=&quot;&quot; width=&quot;300&quot; height=&quot;180&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As you can see the desktop it set out the same as Karmic Koala. With the new theme schema I must say has given this release a more professional appearance! I was skeptical of the Plymouth adoption, but I must say that now seeing it, the transitions are a lot smoother with no noticeable flicker (at least on the netbook anyway!)&lt;/p&gt;
&lt;p&gt;So far I haven&amp;#8217;t noticed any regressions, but I really only use my netbook for web browsing (funny that&amp;#8217;s what they are for right?) I have installed the ubuntu-restricted-extras &amp;amp; Skype 2.1.0.81 beta. Skype works fine! there are no noticeable sound issues as like were present in both Jaunty UNR &amp;amp; Karmic UNR. The flash plugin provided in the ubuntu-restricted-extras package has no noticeable issues either as has pass versions. So so far so good!  &lt;img src=&quot;http://www.vk7hse.hobby-site.org/blog/wp-includes/images/smilies/icon_wink.gif&quot; alt=&quot;;)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;p&gt;&amp;copy; 2010, &lt;a href=&quot;http://www.vk7hse.hobby-site.org/blog&quot;&gt;Scott Evans&lt;/a&gt;. All rights reserved. &lt;/p&gt;
&lt;a class=&quot;a2a_dd addtoany_share_save&quot; href=&quot;http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.vk7hse.hobby-site.org%2Fblog%2F2010%2F03%2Fubuntu-une-alpha3%2F&amp;linkname=Ubuntu%20UNE%20%28Alpha3%29&quot;&gt;&lt;img src=&quot;http://www.vk7hse.hobby-site.org/blog/wp-content/plugins/add-to-any/share_save_120_16.png&quot; width=&quot;120&quot; height=&quot;16&quot; alt=&quot;Share/Bookmark&quot; /&gt;&lt;/a&gt;</content:encoded>
	<dc:date>2010-03-07T04:01:23+00:00</dc:date>
</item>
<item rdf:about="http://www.vk7hse.hobby-site.org/blog/?p=1312">
	<title>Scott Evans: Ubuntu Lucid Lynx has a new theme…</title>
	<link>http://www.vk7hse.hobby-site.org/blog/2010/03/ubuntu-lucid-lynx-has-a-new-theme/</link>
	<content:encoded>&lt;img style=&quot;float:right&quot; src=&quot;http://planet.ubuntu-nl.org/images/nobody.png&quot; alt=&quot;HackerGotchi&quot; /&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=9c946f2afaf114cd0d699427b9e45775&amp;default=http://use.perl.org/images/pix.gif&quot; alt=&quot;No Gravatar&quot; width=&quot;40&quot; height=&quot;40/&quot; /&gt;&lt;p&gt;Well the official announcement was made that &lt;a title=&quot;http://fridge.ubuntu.com/node/1991&quot; href=&quot;http://fridge.ubuntu.com/node/1991&quot; target=&quot;_blank&quot;&gt;ubuntu 10.04&lt;/a&gt; (lucid lynx) is to have a new theme, and with this comes much discussion over the colour schema. The default for many years has been an Orange &amp;amp; Brown blend that for some they have got fairly accustomed too, so as with most changes you have to either accept it and move on or voice opposition to the change! (the latter not being of any use IMHO)&lt;/p&gt;
&lt;p&gt;Here is a screen shot of my desktop&amp;#8230; (click on image for a full size view)&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.vk7hse.hobby-site.org/blog/wp-content/uploads/2010/03/Screenshot.png&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-1313&quot; title=&quot;Ubuntu Lucid Lynx new theme&quot; src=&quot;http://www.vk7hse.hobby-site.org/blog/wp-content/uploads/2010/03/Screenshot-300x187.png&quot; alt=&quot;&quot; width=&quot;300&quot; height=&quot;187&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As most have been talking on the ubuntu forums about the window buttons being placed on the top left (Mac style) mine has remained as the normal on the top right (Windows style) now my guess is that this is due to the setting in my profile (Gconf) was set like this when the theme was installed and as such did not alter the appearance. My current install was done from the alpha2 install media, this to may have some bearing on that as well but I&amp;#8217;m not to sure! there is a poll on &lt;a title=&quot;http://ubuntuforums.org/showthread.php?t=1421314&quot; href=&quot;http://ubuntuforums.org/showthread.php?t=1421314&quot; target=&quot;_blank&quot;&gt;ubuntu-forums&lt;/a&gt; (may require to login to see the poll)&lt;/p&gt;
&lt;p&gt;As I still insist on using &lt;a title=&quot;http://www.pidgin.im/&quot; href=&quot;http://www.pidgin.im/&quot; target=&quot;_blank&quot;&gt;Pidgin&lt;/a&gt;, the task bar icon doesn&amp;#8217;t match the new theme! but then I&amp;#8217;m not too fussed about that!  &lt;img src=&quot;http://www.vk7hse.hobby-site.org/blog/wp-includes/images/smilies/icon_biggrin.gif&quot; alt=&quot;:D&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt; After adjusting the metacity settings in Gconf-editor, I&amp;#8217;ve now reproduced the setting displayed in the demo images (&lt;a title=&quot;http://fridge.ubuntu.com/node/1991&quot; href=&quot;http://fridge.ubuntu.com/node/1991&quot; target=&quot;_blank&quot;&gt;ubuntu  10.04&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.vk7hse.hobby-site.org/blog/wp-content/uploads/2010/03/Screenshot-Configuration-Editor-general.png&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-1318&quot; title=&quot;Screenshot-Configuration Editor - general&quot; src=&quot;http://www.vk7hse.hobby-site.org/blog/wp-content/uploads/2010/03/Screenshot-Configuration-Editor-general-300x181.png&quot; alt=&quot;&quot; width=&quot;300&quot; height=&quot;181&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;copy; 2010, &lt;a href=&quot;http://www.vk7hse.hobby-site.org/blog&quot;&gt;Scott Evans&lt;/a&gt;. All rights reserved. &lt;/p&gt;
&lt;a class=&quot;a2a_dd addtoany_share_save&quot; href=&quot;http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.vk7hse.hobby-site.org%2Fblog%2F2010%2F03%2Fubuntu-lucid-lynx-has-a-new-theme%2F&amp;linkname=Ubuntu%20Lucid%20Lynx%20has%20a%20new%20theme%26%238230%3B&quot;&gt;&lt;img src=&quot;http://www.vk7hse.hobby-site.org/blog/wp-content/plugins/add-to-any/share_save_120_16.png&quot; width=&quot;120&quot; height=&quot;16&quot; alt=&quot;Share/Bookmark&quot; /&gt;&lt;/a&gt;</content:encoded>
	<dc:date>2010-03-05T04:41:48+00:00</dc:date>
</item>
<item rdf:about="http://www.geekosophical.net/?p=440">
	<title>Melissa Draper: Erk.</title>
	<link>http://www.geekosophical.net/?p=440</link>
	<content:encoded>&lt;img style=&quot;float:right&quot; src=&quot;http://planet.ubuntu-nl.org/images/nobody.png&quot; alt=&quot;HackerGotchi&quot; /&gt;&lt;p&gt;I&amp;#8217;ve just gotten around to reading my email.&lt;/p&gt;
&lt;p&gt;There&amp;#8217;s a faux journalist in my inbox wanting comment about my relationship with Ubuntu of late. He&amp;#8217;s been told to publish no such thing. Forecast is for a high chance of misquotes and misappropriations.&lt;/p&gt;
&lt;p&gt;You have been warned.&lt;/p&gt;</content:encoded>
	<dc:date>2010-03-05T01:56:21+00:00</dc:date>
</item>
<item rdf:about="http://jamespurser.com.au/225 at http://jamespurser.com.au">
	<title>James Purser: Dear TV Networks - Sigh</title>
	<link>http://jamespurser.com.au/blog/dear-tv-networks-sigh</link>
	<content:encoded>&lt;img style=&quot;float:right&quot; src=&quot;http://planet.ubuntu-nl.org/images/nobody.png&quot; alt=&quot;HackerGotchi&quot; /&gt;&lt;!-- google_ad_section_start --&gt;&lt;p&gt;Okay, &lt;a href=&quot;http://freeview.com.au/&quot;&gt;Freeview&lt;/a&gt; (the group that represents all of the major Free to Air Networks, including commercial and government owned) has &lt;a href=&quot;http://www.smh.com.au/digital-life/hometech/freeview-aims-at-foxtel-with-catchup-tv-20100305-pmg5.html&quot;&gt;announced&lt;/a&gt; that it's going to be launching a new Electronic Programme Guide service in June, complete with new hardware and something they are calling an Online Catchup Service.&lt;/p&gt;
&lt;p&gt;Apart from the Online Catchup Service (which I will be talking about shortly) the biggest selling point that Freeview seems to be pushing for this new service is the ability to record based not only on time blocks, but by genre and programme as well.&lt;/p&gt;
&lt;p&gt;This is what 250 million dollars buys you these days?&lt;/p&gt;
&lt;p&gt;From the article and the reading around that I've done, it appears that the Free To Air Television industry (somewhat bizzarley aided by the ABC, an organisation that has proven time and again that it knows where the future lies) has decided that the best way to tackle the threat of extinction is to re-arrange the deck chairs on the titanic. People have had the ability to record programmes based on genre and programme titles, episode titles and so on for a few years now. If they haven't been building their own PVR's via projects like &lt;a href=&quot;http://mythtv.org&quot;&gt;MythTV&lt;/a&gt; (my personal favourite), they've been using off the shelf solutions such as &lt;a href=&quot;http://tivo.com&quot;&gt;TiVO&lt;/a&gt;. It's not new people, it's old and people have been doing it for a long time now.&lt;/p&gt;
&lt;p&gt;Hell I was there when digital came to a certain regional television network, I helped setup their first EPG generator and I can tell you that the Standard of the day, derived from the European DVB-T EPG stuff required genre information to be sent out.&lt;/p&gt;
&lt;p&gt;Oh yes, there is something new about this particular EPG service. It's not going to be standard. In order for you to take advantage of it and the attached &amp;quot;Online Catchup Service&amp;quot;, you are going to need to buy new hardware. Your set top box isn't going to be able to use any of the new features, and certainly your plasma/led/lcd tv with built in HD tuner isn't going to be able to utilise the new features being offered. Nope, you're going to have to go out and spend another couple of hundred bucks so that you can make sure you don't miss that 6 month old episode of Big Bang Theory or which ever is your Television poison.&lt;/p&gt;
&lt;p&gt;Re the &amp;quot;Online Catchup Service&amp;quot; that appears to be a service that allows you to catchup with programmes that you've missed, online. Though I'm not quite sure if you're going to need to &amp;quot;catchup&amp;quot; given that you're going to have teh cool new &amp;quot;recording by genre and programme&amp;quot; features of the new EPG Service.&lt;/p&gt;
&lt;p&gt;Sigh.&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;</content:encoded>
	<dc:date>2010-03-05T00:01:20+00:00</dc:date>
</item>

</rdf:RDF>
