<?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="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:li rdf:resource="http://www.geekosophical.net/?p=436" />
			<rdf:li rdf:resource="http://www.vk7hse.hobby-site.org/blog/?p=1305" />
			<rdf:li rdf:resource="http://www.vk7hse.hobby-site.org/blog/?p=1299" />
			<rdf:li rdf:resource="http://jamespurser.com.au/216 at http://jamespurser.com.au" />
			<rdf:li rdf:resource="http://jamespurser.com.au/215 at http://jamespurser.com.au" />
		</rdf:Seq>
	</items>
</channel>

<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-11T14:53:29+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-11T14:53:29+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>
<item rdf:about="http://www.geekosophical.net/?p=436">
	<title>Melissa Draper: Vote on “Discovering Ubuntu” IWD2010 stories</title>
	<link>http://www.geekosophical.net/?p=436</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;The &lt;a href=&quot;https://lists.ubuntu.com/archives/ubuntu-women/2010-January/002406.html&quot;&gt;International Women&amp;#8217;&amp;#8217;s Day Competition&lt;/a&gt; was launched in January. Entries closed last week and we have a whopping 15 stories to vote on. Some are funny, some are poetic, but they&amp;#8217;re all great examples of women discovering Ubuntu.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.elkbuntu.net/ubuntuwomen/&quot;&gt;Voting has opened&lt;/a&gt;, and anyone can vote, so go on.&lt;/p&gt;</content:encoded>
	<dc:date>2010-03-03T04:49:02+00:00</dc:date>
</item>
<item rdf:about="http://www.vk7hse.hobby-site.org/blog/?p=1305">
	<title>Scott Evans: The Matrix runs on Windows XP !!!</title>
	<link>http://www.vk7hse.hobby-site.org/blog/2010/03/the-matrix-runs-on-windows-xp/</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;&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%2Fthe-matrix-runs-on-windows-xp%2F&amp;linkname=The%20Matrix%20runs%20on%20Windows%20XP%20%21%21%21&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-02T04:27:29+00:00</dc:date>
</item>
<item rdf:about="http://www.vk7hse.hobby-site.org/blog/?p=1299">
	<title>Scott Evans: Ubuntu Lucid Lynx Alpha3</title>
	<link>http://www.vk7hse.hobby-site.org/blog/2010/02/ubuntu-lucid-lynx-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;Well I&amp;#8217;ve previously posted about some issues I was having with Lucid whilst still in the Alpha2 stage of development, well now that Alpha3 has been pushed out there has been a number of updates come through.  For a little over a week I&amp;#8217;ve been having an issue where the system will just freeze (hard lockup) I&amp;#8217;ve still not quite pinpointed what is the cause or the events that lead to the system going AWAL on me!&lt;/p&gt;
&lt;p&gt;The one thing I have noticed though that has me wondering what is so different between installs, I have two servers the first one is my Web/E-mail/DCHP/DNS this was setup originally with Ubuntu Intrepid (8.10) back in late 2008, since that time it has been updated with using the do-release-update to bing it up to current versions as they have been released. When this server is rebooted after POST has completed and Plymouth is doing its thing I&amp;#8217;m getting a three tone bar along the bottom of the scree that is dark blue/light blue/white and these continue until the white covers the blue. At this point you still need to ALT+TAB+F2 (tty2) to get a login prompt (bug #&lt;a title=&quot;Bug&quot; href=&quot;https://bugs.launchpad.net/bugs/506297&quot;&gt;506297&lt;/a&gt;) but the text on the screen is a bright with colour, not the usual grey! it&amp;#8217;s not until about 2-3 minutes later the text will change to the grey and all services become available. This behavior is most strange and again I&amp;#8217;ve yet to find a reason to it.&lt;/p&gt;
&lt;p&gt;On the second server, this was installed from Ubuntu Jaunty (9.04) and this only seems to suffer from bug #&lt;a title=&quot;Bug&quot; href=&quot;https://bugs.launchpad.net/bugs/506297&quot;&gt;506297&lt;/a&gt; that I can notice. However this server is only running a few services and is no where nearly as loaded as my main server!&lt;/p&gt;
&lt;p&gt;So I just find that the display difference between these two most bizarre! I&amp;#8217;ve been using Ubuntu now for a few years and this is the first time I seen anything quite like it. However until I can pinpoint the issue/s it makes it very difficult to submit any bug reports!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt; I&amp;#8217;ve since discovered that there is a theme selection for Plymouth&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;plymouth-set-default-theme &amp;#8211;help&lt;br /&gt;
Plymouth theme chooser&lt;br /&gt;
usage: plymouth-set-default-theme { &amp;#8211;list | &amp;#8211;reset | &amp;lt;theme-name&amp;gt; [ --rebuild-initrd ] | &amp;#8211;help }&lt;/p&gt;
&lt;p&gt;-h, &amp;#8211;help             Show this help message&lt;br /&gt;
-l, &amp;#8211;list             Show available themes&lt;br /&gt;
-r. &amp;#8211;reset            Reset to default theme&lt;br /&gt;
-R, &amp;#8211;rebuild-initrd   Rebuild initrd (necessary after changing theme)&lt;br /&gt;
&amp;lt;theme-name&amp;gt;           Name of new theme to use (see &amp;#8211;list for available themes)&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Also it appears that Plymouth must have a minimum specification for themes because one server that has an Intel 82845G/GL[Brookdale-G]/GE VGA chip and displays the themes without an issue. However, my main server has a S3 Inc. Savage 4 VGA and doesn&amp;#8217;t display these themes. So I think my issue be solved as to why I don&amp;#8217;t get the themes on one server as opposed to the other&amp;#8230;  &lt;img src=&quot;http://www.vk7hse.hobby-site.org/blog/wp-includes/images/smilies/icon_neutral.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%2F02%2Fubuntu-lucid-lynx-alpha3%2F&amp;linkname=Ubuntu%20Lucid%20Lynx%20Alpha3&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-02-27T13:14:03+00:00</dc:date>
</item>
<item rdf:about="http://jamespurser.com.au/216 at http://jamespurser.com.au">
	<title>James Purser: Never take a photo of a Yeast Ring</title>
	<link>http://jamespurser.com.au/blog/never-take-photo-yeast-ring</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;Today while out with the family, we decided to purchase a treat for the kids. So we headed for the nearby donut place to purchase the required sickeningly sweet treat.&lt;/p&gt;
&lt;p&gt;Turns out they didn't have enough of the particular sweet my son wanted, so he picked what looked like an iced donut with chocolate flakes on it. Except it wasn't called a donut, rather it was called a Yeast Ring.&lt;/p&gt;
&lt;p&gt;This naturally caught my eye as being a somewhat risky name to give a ring of dough, so after the kids had consumed their various sweets, I thought I would get a photo of the Yeasty Rings to follow up the tweet I had already made.&lt;/p&gt;
&lt;p&gt;Not thinking much of it, I went up to the counter and used my camera to take a couple of what turned out to be uselessly blurred photos. Gave it up as a lost effort and then went off to complete the rest of the tasks we had at the time.&lt;/p&gt;
&lt;p&gt;45 minutes later as we exited the shopping centre a security guard approached me and asked me if I had taken any photos around the donut place earlier on. Specifically he asked if I had taken photos of a young girl &amp;nbsp;who had apparently been standing close to the Yeast Rings display. Apparently the girls mother had registered a complaint, accusing me of taking photos of her girl. The guard didn't mention why this would be a problem, but the obvious implication is that I was taking photos for nefarious purposes.&lt;/p&gt;
&lt;p&gt;It took me but a minute to explain to the guard that no, I hadn't taken photos of the girl, I hadn't even seen the girl standing there, focused as I was, on the Yeast Rings. The guard explained that they had to follow up the complaint both to calm the apparently distressed mother and for reasons of terrorism (my jaw dropped I'm sure at this one). However while I was finishing up with the guard, a police car pulled up in a nearby spot, and I was informed by the guard that I would need to talk to the officer.&lt;/p&gt;
&lt;p&gt;Right.&lt;/p&gt;
&lt;p&gt;Remaining calm at all times I walked over to the officer and once again went through the process of showing him that the photos I had taken were of the donut silmacra rather than the girl. The officer was pretty good about it, requesting to see through the rest of the photos, which I allowed, and then we parted ways without a request for details or anything else.&lt;/p&gt;
&lt;p&gt;All in all the security staff and police were polite and cordial in the way that they treated me. I have since discovered however that they were actually trailing myself and my family for at least half an hour before we were approached.&lt;/p&gt;
&lt;p&gt;Sigh.&lt;/p&gt;
&lt;p&gt;Below are the two photos that I took:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://jamespurser.com.au/content/photo0834jpg&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://jamespurser.com.au/sites/jamespurser.com.au/files/imagecache/node-gallery-cover/1/gallery_id/Photo0834_0.jpg&quot; /&gt;&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href=&quot;http://jamespurser.com.au/content/photo0835jpg&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://jamespurser.com.au/sites/jamespurser.com.au/files/imagecache/node-gallery-cover/1/gallery_id/Photo0835_0.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update (01/03/2010):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I have just received confirmation that the security personal have managed to get in contact with the woman who made the original complaint and explain that there was no substance to her complaint - something that had been playing on mind since Saturday afternoon. While this wraps up the event (and believe me I feel quite relieved), it doesn't excuse the manner in which it was dealt with. I will be writing a further letter to the centre regarding this sort of situation and ways it could have been handled better.&lt;/p&gt;

&lt;!-- google_ad_section_end --&gt;</content:encoded>
	<dc:date>2010-02-27T08:49:37+00:00</dc:date>
</item>
<item rdf:about="http://jamespurser.com.au/215 at http://jamespurser.com.au">
	<title>James Purser: Online Content Ombudsman</title>
	<link>http://jamespurser.com.au/blog/online-content-ombudsman</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;Hey here's an idea to combat the rash of idiotic facebook page &amp;quot;hacks&amp;quot; (leaving your facebook page open to all is not a hack by the way). Let's set up an Online Content Ombudsman, who shall have the power to... umm... complain to overseas companies.&lt;/p&gt;
&lt;p&gt;Um.&lt;/p&gt;
&lt;p&gt;Originally suggested by South Australian independent Senator Nick Xenaphon, it's been picked up by the Government to show how &amp;quot;pro-active&amp;quot; they are when it comes to dealing &amp;quot;Teh Evil Interwebs&amp;quot;.&lt;/p&gt;
&lt;p&gt;Considering that companies like Facebook and MySpace have absolutely zero Australian presence, I don't see how any Ombudsman can have any affect on their operations, unless, and this is a very scary, scary thought. The Ombudsman has the power to attach web sites to the Filter. Anything less than threatening to ban the site within the country is going to have all the persuasive power of a damp tissue.&lt;/p&gt;
&lt;p&gt;I would love to be able to sit down with Kevin Rudd and Senator Nick, away from the cameras and explain to them how the internet works. If not me, then please can someone else do it?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;</content:encoded>
	<dc:date>2010-02-26T01:58:29+00:00</dc:date>
</item>

</rdf:RDF>
