<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenSource on General Ramblings</title>
    <link>https://fc4c6dbc.haigmail.pages.dev/categories/opensource/</link>
    <description>Recent content in OpenSource on General Ramblings</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>Lance Haig</copyright>
    <lastBuildDate>Fri, 13 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://fc4c6dbc.haigmail.pages.dev/categories/opensource/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>What if programming languages were designed for AI, not humans</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/announcing-intent-programming-language-for-ai/</link>
      <pubDate>Fri, 13 Feb 2026 00:00:00 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/announcing-intent-programming-language-for-ai/</guid>
      <description>
        
          
            &lt;h1 id=&#34;what-if-programming-languages-were-designed-for-ai-not-humans&#34;&gt;What if programming languages were designed for AI, not humans?&lt;/h1&gt;
&lt;p&gt;A few weeks ago I saw a post on social media -- someone asking whether it was time to create a programming language designed for consumption by code assistants. Not for humans to write, but for AI to generate and humans to verify.&lt;/p&gt;
&lt;p&gt;I couldn&#39;t stop thinking about it.&lt;/p&gt;
&lt;p&gt;Every programming language I use was designed for humans to write. Python optimizes for readability. Rust optimizes for safety. JavaScript optimizes for getting something on screen fast. They all assume a human is typing the code.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Better Late Than Never: Announcing Ramble, A Nomad Job &amp; Pack Registry</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/announcing-ramble-nomad-registry/</link>
      <pubDate>Wed, 07 Jan 2026 00:00:00 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/announcing-ramble-nomad-registry/</guid>
      <description>
        
          
            &lt;p&gt;Back in 2021, I had an idea. What if there was a better way to share and discover Nomad job files and Nomad Packs? What if we could make it as easy to find a production-ready Nomad configuration as it is to find a Docker image? We needed a helm like repository for Nomad&lt;/p&gt;
&lt;p&gt;That idea became &lt;a href=&#34;https://ramble.openwander.org&#34;&gt;Ramble&lt;/a&gt; -- &lt;a href=&#34;https://github.com/open-wander/ramble&#34;&gt;Github Repo&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Today, after multiple restarts, countless refactorings, and a journey that taught me Go from the ground up, I&#39;m finally ready to share it.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Setting up GOOGLE_CREDENTIALS for Terraform Cloud</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2019/10/07/setting-up-google_credentials-for-terraform-cloud/</link>
      <pubDate>Mon, 07 Oct 2019 19:48:32 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2019/10/07/setting-up-google_credentials-for-terraform-cloud/</guid>
      <description>
        
          
            &lt;p&gt;The getting started guides for using Terraform with Google Cloud Platform (GCP) 
&lt;a href=&#34;https://cloud.google.com/community/tutorials/getting-started-on-gcp-with-terraform&#34;&gt;https://cloud.google.com/community/tutorials/getting-started-on-gcp-with-terraform&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;All suggest using code like this to provide credentials &lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-terraform&#34; data-lang=&#34;terraform&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// Configure the Google Cloud provider
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;2&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kr&#34;&gt;provider&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;google&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;3&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;nx&#34;&gt;credentials&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;si&#34;&gt;${&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;file&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;CREDENTIALS_FILE.json&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;si&#34;&gt;}&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;4&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;nx&#34;&gt;project&lt;/span&gt;     &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;flask-app-211918&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;5&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;nx&#34;&gt;region&lt;/span&gt;      &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;us-west1&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34;&gt;6&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This works well when you are just learning Terraform. Once you start working with 2 or three other engineers this becomes more of a challenge because you need to keep the state file secure using a remote S3 backend etc.. but you still have the problem of the credential file that needs to be shared. However since the launch of Terraform Cloud at Hashiconf it is now possible to sign up for a free Terraform Cloud account and to use it as a remote backend for your plans.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Quest NDS Migrator LogFile Parser</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2012/05/18/quest-nds-migrator-logfile-parser/</link>
      <pubDate>Fri, 18 May 2012 22:16:52 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2012/05/18/quest-nds-migrator-logfile-parser/</guid>
      <description>
        
          
            &lt;p&gt;I am currently helping a customer migrate from Novell to Microsoft and they are using the Quest migrator product to move their data to new DFS servers.&lt;/p&gt;
&lt;p&gt;They currently have a large amount of data stored on a number of volumes. The sheer number of volumes and data have required that they deploy a large number of the copy engine servers.&lt;/p&gt;
&lt;p&gt;The copy engine does not utilize a central logging facility, it stores the logfiles in a folder alongside the copy engine.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Bongo Admin UI Images</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2012/01/09/bongo-admin-ui-images/</link>
      <pubDate>Mon, 09 Jan 2012 17:46:49 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2012/01/09/bongo-admin-ui-images/</guid>
      <description>
        
          
            &lt;p&gt;I have uploaded some images of the new UI so you can see what it looks like without installing it.&lt;/p&gt;
&lt;p&gt;Please let me know what you think.&lt;/p&gt;
&lt;h3 id=&#34;images&#34;&gt;Images&lt;/h3&gt;
&lt;p&gt;&lt;figure&gt;
  &lt;picture&gt;

    
      
        
        
        
        
        
        
    &lt;img
      loading=&#34;lazy&#34;
      decoding=&#34;async&#34;
      alt=&#34;Admin Login&#34;
      
        class=&#34;image_figure image_external image_processed&#34;
        width=&#34;1920&#34;
        height=&#34;1054&#34;
        src=&#34;https://fc4c6dbc.haigmail.pages.dev/images/admin-login_7316654957320123918.png&#34;
      
      
    /&gt;

    &lt;/picture&gt;
&lt;/figure&gt;

&lt;figure&gt;
  &lt;picture&gt;

    
      
        
        
        
        
        
        
    &lt;img
      loading=&#34;lazy&#34;
      decoding=&#34;async&#34;
      alt=&#34;Agents Pane&#34;
      
        class=&#34;image_figure image_external image_processed&#34;
        width=&#34;1920&#34;
        height=&#34;1054&#34;
        src=&#34;https://fc4c6dbc.haigmail.pages.dev/images/agents-pane_4857459120676961101.png&#34;
      
      
    /&gt;

    &lt;/picture&gt;
&lt;/figure&gt;

&lt;figure&gt;
  &lt;picture&gt;

    
      
        
        
        
        
        
        
    &lt;img
      loading=&#34;lazy&#34;
      decoding=&#34;async&#34;
      alt=&#34;Antispam Pane&#34;
      
        class=&#34;image_figure image_external image_processed&#34;
        width=&#34;1920&#34;
        height=&#34;1054&#34;
        src=&#34;https://fc4c6dbc.haigmail.pages.dev/images/antispam-pane_9848075622573716402.png&#34;
      
      
    /&gt;

    &lt;/picture&gt;
&lt;/figure&gt;

&lt;figure&gt;
  &lt;picture&gt;

    
      
        
        
        
        
        
        
    &lt;img
      loading=&#34;lazy&#34;
      decoding=&#34;async&#34;
      alt=&#34;Domains Pane&#34;
      
        class=&#34;image_figure image_external image_processed&#34;
        width=&#34;1920&#34;
        height=&#34;1054&#34;
        src=&#34;https://fc4c6dbc.haigmail.pages.dev/images/domains-pane_736598290925223829.png&#34;
      
      
    /&gt;

    &lt;/picture&gt;
&lt;/figure&gt;

&lt;figure&gt;
  &lt;picture&gt;

    
      
        
        
        
        
        
        
    &lt;img
      loading=&#34;lazy&#34;
      decoding=&#34;async&#34;
      alt=&#34;Internal Queue Pane&#34;
      
        class=&#34;image_figure image_external image_processed&#34;
        width=&#34;1920&#34;
        height=&#34;1054&#34;
        src=&#34;https://fc4c6dbc.haigmail.pages.dev/images/internal-queue-pane_16908920270110775859.png&#34;
      
      
    /&gt;

    &lt;/picture&gt;
&lt;/figure&gt;

&lt;figure&gt;
  &lt;picture&gt;

    
      
        
        
        
        
        
        
    &lt;img
      loading=&#34;lazy&#34;
      decoding=&#34;async&#34;
      alt=&#34;POP IMAP Pane&#34;
      
        class=&#34;image_figure image_external image_processed&#34;
        width=&#34;1920&#34;
        height=&#34;1054&#34;
        src=&#34;https://fc4c6dbc.haigmail.pages.dev/images/pop-imap-pane_116290163737388218.png&#34;
      
      
    /&gt;

    &lt;/picture&gt;
&lt;/figure&gt;

&lt;figure&gt;
  &lt;picture&gt;

    
      
        
        
        
        
        
        
    &lt;img
      loading=&#34;lazy&#34;
      decoding=&#34;async&#34;
      alt=&#34;SMTP Pane&#34;
      
        class=&#34;image_figure image_external image_processed&#34;
        width=&#34;1920&#34;
        height=&#34;1054&#34;
        src=&#34;https://fc4c6dbc.haigmail.pages.dev/images/smtp-pane_6903709777961208732.png&#34;
      
      
    /&gt;

    &lt;/picture&gt;
&lt;/figure&gt;

&lt;figure&gt;
  &lt;picture&gt;

    
      
        
        
        
        
        
        
    &lt;img
      loading=&#34;lazy&#34;
      decoding=&#34;async&#34;
      alt=&#34;User Pane&#34;
      
        class=&#34;image_figure image_external image_processed&#34;
        width=&#34;1920&#34;
        height=&#34;1054&#34;
        src=&#34;https://fc4c6dbc.haigmail.pages.dev/images/User-pane_8104852619234641927.png&#34;
      
      
    /&gt;

    &lt;/picture&gt;
&lt;/figure&gt;
&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Building the new Bongo Admin UI</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2012/01/09/building-the-new-bongo-admin-ui/</link>
      <pubDate>Mon, 09 Jan 2012 14:10:09 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2012/01/09/building-the-new-bongo-admin-ui/</guid>
      <description>
        
          
            &lt;p&gt;A while ago Alex (so_solid_moo to the IRC channel) created a php binding for the Bongo API. He also created the start of the new UI that we are working towards.&lt;/p&gt;
&lt;p&gt;We started with the admin ui for now as we have created a user interface with the roundcube project that Alex also integrated with.&lt;/p&gt;
&lt;p&gt;I stared porting the current Dragonfly assets into the project and I tried to stick to the old design style as much as possible as I really loved it’s look and feel.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Creating a Two Node Mysql Cluster On Ubuntu With DRBD Part 2</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2011/05/11/creating-a-two-node-mysql-cluster-on-ubuntu-with-drbd-part-2/</link>
      <pubDate>Wed, 11 May 2011 22:23:00 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2011/05/11/creating-a-two-node-mysql-cluster-on-ubuntu-with-drbd-part-2/</guid>
      <description>
        
          
            &lt;p&gt;This blog is a follow on from a &lt;a href=&#34;https://haigmail.com/2010/04/01/creating-a-two-node-mysql-cluster-on-ubuntu-with-drbd-2/&#34; title=&#34;Creating a Two Node Mysql Cluster On Ubuntu With DRBD&#34;&gt;blog post I wrote ages ago&lt;/a&gt; and have eventually got round to finishing it off In this part of the process we will create the disks and setup the DRBD devices First we need to connect to the Virtual Machines from a terminal session as it makes life much easier and quicker when you connect remotely. You will need to make sure that your servers have static IP addresses. For this document I will be using the following IP addresses for my servers.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Learning Ruby and rBongo with WeBongo</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2011/02/08/learning-ruby-and-rbongo/</link>
      <pubDate>Tue, 08 Feb 2011 11:50:24 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2011/02/08/learning-ruby-and-rbongo/</guid>
      <description>
        
          
            &lt;p&gt;This post should have been written quite a while ago as I wanted to start documenting my efforts to learn to program using Ruby. As most of you know I have been trying for a while to teach myself to program.&lt;/p&gt;
&lt;p&gt;I started my efforts with a course in c# at a company in London, the course was just great and the instructor was a fantastic guy. Unfortunately life meant I could not practice at all. I worked for a company for a year that gave me no opportunity to play during the day and having a newborn baby left my wife and I looking more like zombies that real people.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Bongo-Project.org Needs To Be Renamed</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2010/11/19/bongo-project-org-needs-to-be-renamed/</link>
      <pubDate>Fri, 19 Nov 2010 19:30:48 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2010/11/19/bongo-project-org-needs-to-be-renamed/</guid>
      <description>
        
          
            &lt;p&gt;&lt;strong&gt;The Bongo-Project needs to be renamed&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Now before you fall of your chair or swallow your phone while reading this let me explain why.&lt;/p&gt;
&lt;p&gt;I have been wanting to create this post for sometime now and have been holding off as we are almost ready for our 1.0 release.&lt;/p&gt;
&lt;p&gt;The problem I have is that even if we released a new version of the software and it was our 1.0 release I am not sure anyone will be able to find us. I have been doing some digging over the last few months about what actually we are and to be honest I am not convinced we are “Individual” enough. We as a project get lost in the Bongo Project mayhem that is People who play bongo’s as instruments.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Creating a Two Node Mysql Cluster On Ubuntu With DRBD</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2010/04/01/creating-a-two-node-mysql-cluster-on-ubuntu-with-drbd/</link>
      <pubDate>Thu, 01 Apr 2010 14:00:11 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2010/04/01/creating-a-two-node-mysql-cluster-on-ubuntu-with-drbd/</guid>
      <description>
        
          
            &lt;p&gt;Creating a Two Node Mysql Cluster On Ubuntu With DRBD To create this cluster you will need 2 ubuntu node servers installed as follows.&lt;/p&gt;
&lt;p&gt;I am creating this cluster inside of vMware so I created 2 VM&#39;s with:&lt;/p&gt;
&lt;p&gt;1GB RAM&lt;/p&gt;
&lt;p&gt;1 10GB hdd for the root (/) partition.&lt;/p&gt;
&lt;p&gt;1 20GB hdd for the database store.&lt;/p&gt;
&lt;p&gt;I downloaded the ubuntu 9.10 server iso and presented this to the VM&#39;s and started the install.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Standing up and being counted.</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2010/01/13/standing-up-and-being-counted/</link>
      <pubDate>Wed, 13 Jan 2010 21:04:26 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2010/01/13/standing-up-and-being-counted/</guid>
      <description>
        
          
            &lt;p&gt;I have for some time now been wondering how many people actually use Bongo.&lt;/p&gt;
&lt;p&gt;The reason for this is that we have had images available for a while and I am still non the wiser as to how many people actually use them.&lt;/p&gt;
&lt;p&gt;I faithfully spend hours and hours building packages and getting them out the door but have no markers to see if they are being used.&lt;/p&gt;
&lt;p&gt;While reading the docs for the ESVA appliance (&lt;a href=&#34;http://www.global-domination.org/esva&#34;&gt;http://www.global-domination.org/esva&lt;/a&gt;) I noticed that they have a cronjob that downloads a file and immediately deletes it. This allows for roughly seeing who is using their appliance .&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>vMware workstation 6.5.3 on openSUSE 11.2</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2009/11/15/vmware-workstation-6-5-3-on-opensuse-11-2/</link>
      <pubDate>Sun, 15 Nov 2009 13:18:39 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2009/11/15/vmware-workstation-6-5-3-on-opensuse-11-2/</guid>
      <description>
        
          
            &lt;p&gt;I have just upgraded to 11.2 from ubuntu 9.10 on my IBM / Lenovo T61 laptop. ( I will post a better blog about that later)&lt;/p&gt;
&lt;p&gt;What I wanted to mention here is that the current vMware workstation 6.5.3 does not want to run on my system.&lt;/p&gt;
&lt;p&gt;I have found this post &lt;a href=&#34;http://k-----k.blogspot.com/2009/09/install-vmware-workstation-653-on.html&#34;&gt;http://k-----k.blogspot.com/2009/09/install-vmware-workstation-653-on.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Which has steps for compiling the modules yourself but by the look of things is based on 32bit openSUSE.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Great News About rPath Images</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2009/10/11/great-news-about-rpath-images/</link>
      <pubDate>Sun, 11 Oct 2009 15:27:47 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2009/10/11/great-news-about-rpath-images/</guid>
      <description>
        
          
            &lt;p&gt;I have great news about the images on the rPath system.&lt;/p&gt;
&lt;p&gt;I have been able to get Bongo 0.6.1 to build on the rPath system with a json patch from Alex.&lt;/p&gt;
&lt;p&gt;I have promoted it to the QA and RELEASE repo&#39;s so it should be available for you guys.&lt;/p&gt;
&lt;p&gt;Please test and let me know if you have any issues.&lt;/p&gt;
&lt;p&gt;You can find the images &lt;a href=&#34;http://www.rpath.org/rbuilder/project/bongo/latestRelease&#34;&gt;here&lt;/a&gt;&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Bongo rPath Images</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2009/10/05/bongo-rpath-images/</link>
      <pubDate>Mon, 05 Oct 2009 12:43:46 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2009/10/05/bongo-rpath-images/</guid>
      <description>
        
          
            &lt;p&gt;I have been trying to get the latest 0.6.1 release of Bongo onto the rPath images. This unfortunately has not been possible due to our reliance on a newer version of Python than what is available on the rPath system.&lt;/p&gt;
&lt;p&gt;This is a sad moment as I have been doing that for quite some time now and will not be able to continue.&lt;/p&gt;
&lt;p&gt;So for those that have images which contain Bongo on a rPath system please use either the &lt;a href=&#34;http://www.bongo-project.org/Installation&#34;&gt;Fedora, Suse or Gentoo&lt;/a&gt; packages that we have created.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Images for Bongo 0.6.0</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2009/09/09/images-for-bongo-0-6-0/</link>
      <pubDate>Wed, 09 Sep 2009 22:40:39 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2009/09/09/images-for-bongo-0-6-0/</guid>
      <description>
        
          
            &lt;p&gt;I have been working on the images in the &lt;a href=&#34;http://www.susestudio.com/&#34;&gt;Suse Studio&lt;/a&gt; environment as I mentioned in my blog post &lt;a href=&#34;https://haigmail.com/2009/06/15/bongo-images-and-the-05-release/&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I started the investigations to find that our RPM repository was in need of a bit of work. I wanted to create a new repository in my own name that would allow me to build these RPMs for the project.&lt;/p&gt;
&lt;p&gt;Thinking about the delivery of the RPM’s I thought it best to open a repository with a generic name namely “bongo-project”.  This would allow more than one person to work on the repository, but for the repository to keep its identity.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>HTC Hero owner</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2009/08/08/htc-hero-owner/</link>
      <pubDate>Sat, 08 Aug 2009 19:38:31 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2009/08/08/htc-hero-owner/</guid>
      <description>
        
          
            &lt;p&gt;Over the weekend I was able to have my mobile contract changed and part of the deal is that I get an HTC Hero.&lt;/p&gt;
&lt;p&gt;This has made me quite happy as I have been forced to run windows mobile on my old phone for far to long and it is refreshing that I have an android phone.&lt;/p&gt;
&lt;p&gt;The first thing I noticed was that the box was really small, I wondered if they had actually just given me the charger by mistake.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Results of the OS poll</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2009/08/08/results-of-the-os-poll/</link>
      <pubDate>Sat, 08 Aug 2009 17:45:57 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2009/08/08/results-of-the-os-poll/</guid>
      <description>
        
          
            &lt;p&gt;You will be able to see from the poll archive that the following OS versions seem to be more popular&lt;/p&gt;
&lt;hr&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;strong&gt;Ubutnu 9.04 (53.0%, 19 Votes)&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;strong&gt;Debian 5 (39.0%, 14 Votes)&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;strong&gt;CENTOS 5 (28.0%, 10 Votes)&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;strong&gt;openSuse 11.1 (22.0%, 8 Votes)&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;strong&gt;Fedora 11 (19.0%, 7 Votes)&lt;/strong&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I will now start to work on the packages for these OS&#39;s.&lt;/p&gt;
&lt;p&gt;From the outset I see that we have quite a few Debian based users and this is a problem for me as I have no idea how to package for Debian. Not that I know much about packaging at all.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Packaging Adventure</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2009/07/19/packaging-adventure/</link>
      <pubDate>Sun, 19 Jul 2009 22:29:02 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2009/07/19/packaging-adventure/</guid>
      <description>
        
          
            &lt;p&gt;I am about to embark on the epic journey which is Bongo packaging on the OpenSUSE Build Service.&lt;/p&gt;
&lt;p&gt;Now that I have succumbed to this task I wanted to establish a few things.&lt;/p&gt;
&lt;p&gt;In the Build service there are many many distributions available for build. Most of the distributions are very old.&lt;/p&gt;
&lt;p&gt;This leaves me with a choice as to were to focus my efforts, as most of you know I have been creating the Bongo images on the rPath rbuild system so my knowledge of RPM and Deb packaging is quite limited.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>The Bongo Images will no longer be built on the rPath environment</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2009/07/13/the-bongo-images-will-no-longer-be-built-on-the-rpath-environment/</link>
      <pubDate>Mon, 13 Jul 2009 21:02:38 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2009/07/13/the-bongo-images-will-no-longer-be-built-on-the-rpath-environment/</guid>
      <description>
        
          
            &lt;p&gt;For quite some time now we have been using the rPath rBuilder system to create images for the project. I have also used it for a few other projects.&lt;/p&gt;
&lt;p&gt;Things have been going quite well until someone at rPath decided that they needed to reinvent their web interface.&lt;/p&gt;
&lt;p&gt;Now I don&#39;t mind change and innovation as long as the changes are well thought through and well tested.&lt;/p&gt;
&lt;p&gt;I have experienced some major issues with the new UI and it has overwritten my group recipe on more than one occasion.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Bongo 0.5.2 Package Released on rPath</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2009/07/13/bongo-052-package-released-on-rpath/</link>
      <pubDate>Mon, 13 Jul 2009 18:21:24 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2009/07/13/bongo-052-package-released-on-rpath/</guid>
      <description>
        
          
            &lt;p&gt;The new Bongo package has been compiled, packaged and promoted so it should now be available to those running the images.&lt;/p&gt;
&lt;p&gt;This version has a number of fixes that were highlighted by the change to the cmake compiler.&lt;/p&gt;
&lt;p&gt;Thanks to the hard work of Alex and Patrick we are now in a position to say the the mail store is now stable. I can&#39;t wait for the changes that we will now be implementing on the web front.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Mono Goings On</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2009/07/13/mono-goings-on/</link>
      <pubDate>Mon, 13 Jul 2009 17:38:24 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2009/07/13/mono-goings-on/</guid>
      <description>
        
          
            &lt;p&gt;I too have been watching the Mono debate with some interest as I am in the process of creating a Mono API for the Bongo Store.&lt;/p&gt;
&lt;p&gt;This interests me as I do not want to spend time working on something that will stop any distribution from running such a great app like Bongo.&lt;/p&gt;
&lt;p&gt;What worries me more is the character assassination and blatant lie telling that has been going on to in some way justify what is being said by the Mono haters. I wholly agree with Alex&#39;s take on the subject you can find &lt;a href=&#34;http://www.alexhudson.com/2009/07/07/mono-and-mcp/&#34;&gt;here&lt;/a&gt;. I think that this will have an affect on the community but I am not sure what affect it will be.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Bongo Images and the 0.5 release</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2009/06/15/bongo-images-and-the-05-release/</link>
      <pubDate>Mon, 15 Jun 2009 23:19:44 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2009/06/15/bongo-images-and-the-05-release/</guid>
      <description>
        
          
            &lt;h1 class=&#34;western&#34; id=&#34;bongo-images-and-the-05-release&#34;&gt;Bongo Images and the 0.5 release&lt;/h1&gt;
&lt;p&gt;I have been working on the images for the 0.5 release of Bongo and I have now completed them.&lt;/p&gt;
&lt;p&gt;They can be found here &lt;a href=&#34;http://www.rpath.org/rbuilder/project/bongo/latestRelease&#34;&gt;http://www.rpath.org/rbuilder/project/bongo/latestRelease&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There is a change however in how we will be implementing the images from now on.&lt;/p&gt;
&lt;p&gt;I have decided that to make it easier on you guys and also to limit the number of hours I have to work on them I will create a version 1.0 of the images which I will not change for the foreseeable future.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Bongo Images for 0.4.0 have been fixed</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2009/06/10/bongo-images-for-040-have-been-fixed/</link>
      <pubDate>Wed, 10 Jun 2009 19:14:33 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2009/06/10/bongo-images-for-040-have-been-fixed/</guid>
      <description>
        
          
            &lt;p&gt;I have been able to rework the Bongo images to make them work.&lt;/p&gt;
&lt;p&gt;I would appreciate any testing that could be done as I do not have all the vm technologies to test.&lt;/p&gt;
&lt;p&gt;So I hope you have fun .&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.rpath.org/rbuilder/project/bongo/latestRelease&#34;&gt;Here is a link to the downloads&lt;/a&gt;&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Bongo Images for 0.4.0 Broken</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2009/06/03/bongo-images-for-040-broken/</link>
      <pubDate>Wed, 03 Jun 2009 19:20:00 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2009/06/03/bongo-images-for-040-broken/</guid>
      <description>
        
          
            &lt;p&gt;Due to a server error where the images get built an error has crept in that make the images useless.&lt;/p&gt;
&lt;p&gt;This error has been prevalent for some time and so it has caused the images to break.&lt;/p&gt;
&lt;p&gt;I have therefore pulled the images and will try to fix the problem as soon as I can.&lt;/p&gt;
&lt;p&gt;I will post again when things get better&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Update on the Bongo API</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2009/05/10/update-on-the-bongo-api/</link>
      <pubDate>Sun, 10 May 2009 14:14:22 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2009/05/10/update-on-the-bongo-api/</guid>
      <description>
        
          
            &lt;p&gt;Quite some time ago I blogged about my efforts to create a mono API for the bongo store protocol, I have unfortunately been quite busy with my personal life and also at work so this has been neglected.&lt;/p&gt;
&lt;p&gt;I have again been working on this and at the moment I am stuck trying to get the COLLECTIONS command to work.&lt;/p&gt;
&lt;p&gt;Alex sent me his php API code that he was working on to help me out but unfortunately I am just not experienced enough to work this one out. I really want to get this working as I think it will be a great boost to the project as it will open the project to other coders and perhaps we could see some interesting work.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Bongo 0.4 Development Images</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2009/03/04/bongo-04-development-images/</link>
      <pubDate>Wed, 04 Mar 2009 11:08:43 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2009/03/04/bongo-04-development-images/</guid>
      <description>
        
          
            &lt;p&gt;&lt;strong&gt;Bongo 0.4 Development Images.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;As promised I have published the Bongo 0.4 development images. To the rPath site.&lt;/p&gt;
&lt;p&gt;This release will be quite a big step as we are upgrading the images to the rPath Linux 2 version.&lt;/p&gt;
&lt;p&gt;These are the development branch of the 0.4 bongo source I have included Spamassassin and clamav in this build so these option should now work in bongo as well.&lt;/p&gt;
&lt;p&gt;Could you please test them and let me know if there are any issues. So we can fix them.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Work on the Bongo 0.4 appliances</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2009/02/22/work-on-the-bongo-04-appliances/</link>
      <pubDate>Sun, 22 Feb 2009 23:03:55 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2009/02/22/work-on-the-bongo-04-appliances/</guid>
      <description>
        
          
            &lt;p&gt;For some time now I have been asked why I have not released the Bongo 0.4.0 packages to the Bongo rPath repo.&lt;/p&gt;
&lt;p&gt;The reason I have given is that the webUI bits for Bongo have been broken in Bongo after some major work was done on the store area of the project. The other agents we have e.g. SMTP, IMAP, POP, ANTISPAM and ANTIVIRUS are all still performing very well and I use the code on a server at home running about 4 domains.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Monsoon 0.20 Packaged</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2009/02/22/monsoon-020-packaged/</link>
      <pubDate>Sun, 22 Feb 2009 19:35:57 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2009/02/22/monsoon-020-packaged/</guid>
      <description>
        
          
            &lt;p&gt;Monsoon 0.20 packaged.&lt;/p&gt;
&lt;p&gt;I have eventually packaged the new version of monsoon for Foresight Linux. My apologies to Alan for taking so long. Life has a habit of taking over sometimes.&lt;/p&gt;
&lt;p&gt;Well I have added the new meta tags that zodman&#39;s new packagekit needs so it should have a short description about it.&lt;/p&gt;
&lt;p&gt;Please test this version for me as I would love for it to become Foresight Linux&#39;s default torrent client.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Bongo Appliance Users – new Bongo Experimental Packages in the rPath repo</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2009/02/08/newest-svn-build-in-the-bongo-rpath-repo/</link>
      <pubDate>Sun, 08 Feb 2009 22:55:39 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2009/02/08/newest-svn-build-in-the-bongo-rpath-repo/</guid>
      <description>
        
          
            &lt;p&gt;I have been working on getting the svn build of Bongo into the rPath repo for users to try.&lt;/p&gt;
&lt;p&gt;I have now completed that and the newest build of bongo is available in the 0.40-devel repository.&lt;/p&gt;
&lt;p&gt;Please be aware that this version has only been tested on rPath 2 and so cannot be used on rPath 1 systems.&lt;/p&gt;
&lt;p&gt;Please also remember that the webmail UI and admin side of things is currently broken so if you are not comfy running command line tools with Bongo please don’t upgrade.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Bongo Experimental Packages In rPath Repo</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2009/01/28/bongo-experimental-packages-in-rpath-repo/</link>
      <pubDate>Wed, 28 Jan 2009 22:30:17 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2009/01/28/bongo-experimental-packages-in-rpath-repo/</guid>
      <description>
        
          
            &lt;p&gt;Well,&lt;/p&gt;
&lt;p&gt;I remember I said to myself this year I will get the svn build for Bongo into the bongo repo on rPath. It has taken a awhile but I now have the 0.4 svn version available in the repository. I will also be creating a few VM&#39;s of the experimental new rPath 2 version of the Bongo appliance.&lt;/p&gt;
&lt;p&gt;WARNING!!!!!!&lt;/p&gt;
&lt;p&gt;The Web UI is no longer working so if you use that do NOT update to this version.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Foresight Linux Product Definitions</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/12/15/foresight-linux-product-definitions/</link>
      <pubDate>Mon, 15 Dec 2008 14:35:43 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/12/15/foresight-linux-product-definitions/</guid>
      <description>
        
          
            &lt;p&gt;I have been working on the product definitions for Foresight Linux repositories which will help the different versions have a common set of details.&lt;/p&gt;
&lt;p&gt;I will try to blog as much as possible about this so that everyone knows where I am at.&lt;/p&gt;
&lt;p&gt;I am currently setting up a test definition on my playground repo so that I can test my changes and clarify with everyone that they are what is needed.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Linux Live</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/10/26/linux-live/</link>
      <pubDate>Sun, 26 Oct 2008 00:56:13 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/10/26/linux-live/</guid>
      <description>
        
          
            &lt;p&gt;On Friday and Saturday I was lucky enough to have gone to Linux Live in Olympia London UK and work the stand with Alex. As Alex has blogged the show was very quiet and it seems the .org village was an afterthought to the organisers.&lt;/p&gt;
&lt;p&gt;As Alex said in his blog &lt;a href=&#34;http://www.alexhudson.com/2008/10/25/bongo-at-expo/trackback/&#34;&gt;http://www.alexhudson.com&lt;/a&gt; I think that there was not enough advertising and the show we were paired with was the wrong one as the two user groups had completely different interests and priorities. I saw many a creative user swagger confidently into the area and you can see how his facial expression changes from complete confidence to utter fear step by step as he walks further. When he can’t take it anymore a swift about turn on the heel and almost sprinting he leaves and sighs a huge sigh of relief when he finds himself amongst the apple logos.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Over 7000 Downloads</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/10/15/over-7000-downloads/</link>
      <pubDate>Wed, 15 Oct 2008 11:56:50 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/10/15/over-7000-downloads/</guid>
      <description>
        
          
            &lt;p&gt;This evening Stu Gott dropped a bombshell on me, not literally but it had a similar impact. The people at rPath have run a report on our little project and I was shocked to say the least when I found out that the Bongo appliance has been downloaded 0ver 7000 times. I seem to remember thinking this is a nice small project for me to help the Bongo-Project with, it will never take off as much as the packages that Andrew and the others are creating but will allow me to do my part.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Busy Bees</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/06/26/busy-bees/</link>
      <pubDate>Thu, 26 Jun 2008 08:44:18 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/06/26/busy-bees/</guid>
      <description>
        
          
            &lt;p&gt;Well it has been a while since the Bongo team has released a version and there is good reason for this.&lt;/p&gt;
&lt;p&gt;Over the last few months since the release of 0.3.0 the developers have been rewriting a large proportion of the store code. Alex realised that the old one was not as efficient as it could be when there were large volumes of mail stored in the system. This actually started when it was discovered that when using IMAP and connecting to your mail account if you tried to move large volumes of mail around it would error out or worse. The store is now almost done and the branch and trunk should be merged soon.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Mypaint added</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/06/19/mypaint-added/</link>
      <pubDate>Thu, 19 Jun 2008 14:16:07 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/06/19/mypaint-added/</guid>
      <description>
        
          
            &lt;p&gt;Mypaint has now been added to FL:2-devel.&lt;/p&gt;
&lt;p&gt;from their website&lt;/p&gt;
&lt;p&gt;MyPaint is a fast and easy painting application. It lets you focus on the art instead of the program.&lt;/p&gt;
&lt;p&gt;It comes with a large brush collection including charcoal and ink to emulate natural painting. Other features are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;support for pressure sensitive &lt;a href=&#34;http://en.wikipedia.org/wiki/Graphics_tablet&#34;&gt;graphic tablets&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;unlimited canvas (you never have to resize)&lt;/li&gt;
&lt;li&gt;undo&lt;/li&gt;
&lt;li&gt;fast&lt;/li&gt;
&lt;li&gt;no layers (work in progress)&lt;/li&gt;
&lt;li&gt;using pygtk with C extensions&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you want to look deeper, MyPaint is built around a highly configurable brush engine. This allows you to experiment with your own brushes and with not-quite-natural painting.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Monsoon updated</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/06/19/monsoon-updated/</link>
      <pubDate>Thu, 19 Jun 2008 13:36:58 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/06/19/monsoon-updated/</guid>
      <description>
        
          
            &lt;p&gt;Monsoon 0.15 has been committed to FL:2-devel. This is a bugfix version.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>LibVirt updated</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/06/19/libvirt-updated/</link>
      <pubDate>Thu, 19 Jun 2008 13:35:17 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/06/19/libvirt-updated/</guid>
      <description>
        
          
            &lt;p&gt;LIbvirt has been updated to 4.3 in the fl:2-devel.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>New video config tool for Foresight Linux</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/06/13/new-video-config-tool-for-foresight-linux/</link>
      <pubDate>Fri, 13 Jun 2008 11:34:55 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/06/13/new-video-config-tool-for-foresight-linux/</guid>
      <description>
        
          
            &lt;p&gt;I am investigating video config (x config) for Foresight linux as the current config tool is a bit hit and miss.&lt;/p&gt;
&lt;p&gt;I have been investigation who  does what and how but it seems quite difficult to get any information about this stuff from the different distributions and also what works and what does not.&lt;/p&gt;
&lt;p&gt;I would appreciate any comments on the above.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>virt-manager 0.5.4 for Foresight Linux</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/06/05/virt-manager-054-for-foresight-linux/</link>
      <pubDate>Thu, 05 Jun 2008 16:25:38 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/06/05/virt-manager-054-for-foresight-linux/</guid>
      <description>
        
          
            &lt;p&gt;After some head scratching and help from doniphon we now have a working virt-manager, virt-viewer, virtinst and libvirtd on Foresight Linux 2-qa so hopefully soon it will be released into the main repo sometime soon.&lt;/p&gt;
&lt;p&gt;Please create issues on &lt;a href=&#34;https://issues.foresightlinux.org&#34;&gt;https://issues.foresightlinux.org&lt;/a&gt; for any problems&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Monsoon on Foresight Linux</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/05/28/monsoon-on-foresight-linux/</link>
      <pubDate>Wed, 28 May 2008 11:35:15 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/05/28/monsoon-on-foresight-linux/</guid>
      <description>
        
          
            &lt;p&gt;I have packaged Monsoon for foresight 2, it has been passed though qa and is now in the main repo.&lt;/p&gt;
&lt;p&gt;I am glad that it has worked so easily&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>New Laptop</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/05/20/new-laptop/</link>
      <pubDate>Tue, 20 May 2008 13:01:44 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/05/20/new-laptop/</guid>
      <description>
        
          
            &lt;p&gt;I have eventually been able to get a 64bit laptop.&lt;/p&gt;
&lt;p&gt;Which means I will be able to package for Foresight Linux, rPath and the Bongo Project again.&lt;/p&gt;
&lt;p&gt;I feel I have been neglecting all my projects somewhat, hopefully when it arrives I will be able to package some great apps.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>New Bongo Live CD forum</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/05/19/new-bongo-live-cd-forum/</link>
      <pubDate>Mon, 19 May 2008 21:48:37 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/05/19/new-bongo-live-cd-forum/</guid>
      <description>
        
          
            &lt;p&gt;We have now created a forum for the LiveCd so you can use that the IRC channel or the bongo-users mailing list for getting help with it.&lt;/p&gt;
&lt;p&gt;The Forum can be found here &lt;a href=&#34;http://forum.bongo-project.org&#34;&gt;http://forum.bongo-project.org&lt;/a&gt;&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Live CD Wiki Page</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/05/17/live-cd-wiki-page/</link>
      <pubDate>Sat, 17 May 2008 10:34:21 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/05/17/live-cd-wiki-page/</guid>
      <description>
        
          
            &lt;p&gt;I have finished the Live CD wiki page and I thought I would put it out there for you guys to have a look at and comment on.&lt;/p&gt;
&lt;p&gt;You can find a direct link here&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.bongo-project.org/Live_CD#LiveCD&#34;&gt;http://www.bongo-project.org/Live_CD&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I have added images and some help text. This page is aimed at a person who just wants to look at what we are doing without actually installing the software.&lt;/p&gt;
&lt;p&gt;I would welcome any comments or ideas on the page so please let me know I have also started on the other pages that can be found here&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Vmware Workstation on Foresight 2</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/03/20/vmware-workstation-on-foresight-2/</link>
      <pubDate>Thu, 20 Mar 2008 20:24:34 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/03/20/vmware-workstation-on-foresight-2/</guid>
      <description>
        
          
            &lt;p&gt;Well I have been able to get vmware running on Foresight 2 it was a bit of a mission as since Vmware have opensourced their vmware tools the foresight developers have built the tools into the kernel by default. The problem is that when you try to install vmware workstation or vmware player they would complain about the modules already installed and fail.&lt;/p&gt;
&lt;p&gt;After manually deleting these module files I was able to install and run vmware on the workstation.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>So I migrated my Desktop</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/03/19/so-i-migrated-my-desktop/</link>
      <pubDate>Wed, 19 Mar 2008 13:39:42 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/03/19/so-i-migrated-my-desktop/</guid>
      <description>
        
          
            &lt;p&gt;So I migrated my desktop to &lt;a href=&#34;http://www.forsightlinux.org&#34;&gt;Foresight Linux v 2&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It has been a bit of a bumpy ride mainly due to me being a newbie and the fact that FL:2 is still very new to market.&lt;/p&gt;
&lt;p&gt;I will see how things go and keep you updated.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Bongo Appliance 0.3.0 Release</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/03/13/bongo-appliance-030-release/</link>
      <pubDate>Thu, 13 Mar 2008 19:47:10 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/03/13/bongo-appliance-030-release/</guid>
      <description>
        
          
            &lt;p&gt;The much awaited release of Bongo M3 has arrived. Bongo Appliance Virtual Machines and install ISO&#39;s can be downloaded from the &lt;a href=&#34;http://www.rpath.org/rbuilder/project/bongo/latestRelease&#34;&gt;RBuilder Website&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you already have an appliance running all you have to do is run your system updates through the web interface on your appliance&lt;/p&gt;
&lt;p&gt;https://applianceIPorName:8003 then restart the appliance&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Bongo Appliance 0.2.94 Release</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/03/13/bongo-appliance-0294-release/</link>
      <pubDate>Thu, 13 Mar 2008 19:46:13 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/03/13/bongo-appliance-0294-release/</guid>
      <description>
        
          
            &lt;p&gt;The new release of the Bongo Appliance Virtual Machines and install ISO&#39;s can be downloaded from the &lt;a href=&#34;http://www.rpath.org/rbuilder/project/bongo/latestRelease&#34;&gt;RBuilder Website&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you already have an appliance running all you have to do is run your system updates through the web interface on your appliance https://applianceIPorName:8003 then restart the appliance&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Bongo Appliance Release</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/03/13/bongo-appliance-release/</link>
      <pubDate>Thu, 13 Mar 2008 19:45:05 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/03/13/bongo-appliance-release/</guid>
      <description>
        
          
            &lt;p&gt;Well in keeping with Alex&amp;amp;#8217;s resolution to release more this year, a new version 0.2.94 has been released. To make things more clear as to the process that is taken to produce a new release for the appliance I thought I would set out a typical process.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;New version of Bongo is released&lt;/li&gt;
&lt;li&gt;A frenzy of packaging takes place&lt;/li&gt;
&lt;li&gt;Sorting out any requirements that the new release bring with it&lt;/li&gt;
&lt;li&gt;Building and commiting the release to the rbuilder repository&lt;/li&gt;
&lt;li&gt;Building a test iso or vm to see if everything still works&lt;/li&gt;
&lt;li&gt;the main group is then built and promoted to the release repository&lt;/li&gt;
&lt;li&gt;The different appliance builds are started&lt;/li&gt;
&lt;li&gt;once all the builds are complete a release is created and published&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;So as you can see it is quite involved but it is rewarding to see tat just after you release people start downloading the files.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>rPath Appliance development release for Version 0.2.90</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/03/13/rpath-appliance-development-release-for-version-0290/</link>
      <pubDate>Thu, 13 Mar 2008 19:43:54 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/03/13/rpath-appliance-development-release-for-version-0290/</guid>
      <description>
        
          
            &lt;p&gt;**Well I have been so quiet lately that you probably thought I was missing.**I was in a way but I am now back.&lt;/p&gt;
&lt;p&gt;In my absence the rpath appliance development has leaped forward in huge amounts.Thanks to Stu Gott who is far more familiar with rPath than I am we have&lt;/p&gt;
&lt;p&gt;our first development release of Bongo on the RPath platform. This new&lt;/p&gt;
&lt;p&gt;release can be found here&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.rpath.org/rbuilder/project/bongo/latestRelease&#34;&gt;http://www.rpath.org/rbuilder/project/bongo/latestRelease&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;To install from a CD created from an ISO use this link&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Bongo Appliance hits the big time</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/03/13/bongo-appliance-hits-the-big-time/</link>
      <pubDate>Thu, 13 Mar 2008 19:41:06 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/03/13/bongo-appliance-hits-the-big-time/</guid>
      <description>
        
          
            &lt;p&gt;Well this must be a sign. With the large portion of help that Stu Gott has given, we have been able to get the appliance ready for some serious testing. This means that rpath Marketing have put the Bongo appliance on the appliance spotlight section of the rPath Rbuilder website.&lt;/p&gt;
&lt;p&gt;What this means is that when you connect to the rbuilder website &lt;a href=&#34;http://www.rpath.com/rbuilder&#34;&gt;http://www.rpath.com/rbuilder&lt;/a&gt; you will see a familiar graphic with the Bongo logo. When this is clicked on it will take you directly to the Bongo project page and give you the option of downloading the appliance.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Migrating Accounts to Bongo</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/03/13/migrating-accounts-to-bongo/</link>
      <pubDate>Thu, 13 Mar 2008 19:39:44 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/03/13/migrating-accounts-to-bongo/</guid>
      <description>
        
          
            &lt;p&gt;I have recently been preparing to migrate my accounts running on other mail systems to Bongo as soon as we have Bongo 1.&lt;/p&gt;
&lt;p&gt;The movement of mail from any system to Bongo was my biggest worry as my account alone had 3700+ emails in 350+ folders.&lt;/p&gt;
&lt;p&gt;I decided after a lengthy web search to use IMAP to migrate the mail.&lt;/p&gt;
&lt;p&gt;I will detail the steps I used here so others can expand and use them.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>rPath packaging joy</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/03/13/rpath-packaging-joy/</link>
      <pubDate>Thu, 13 Mar 2008 19:38:28 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/03/13/rpath-packaging-joy/</guid>
      <description>
        
          
            &lt;p&gt;Ok.. So I have not blogged for some time and there is a valid reason for this, actually there are two reasons. The first is that I am a new dad and this comes with quite a few challenges and tasks which has taken me away from doing my Bongo stuff.&lt;/p&gt;
&lt;p&gt;The second is that I have not had anything to report on. I have been trying to get Bongo to compile on the rpath distribution and this has been a challenge not only for me but for Alex and the other developers. rPath has some quirks that make it a challenge to get Bongo working.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>rPath Path</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/03/13/rpath-path/</link>
      <pubDate>Thu, 13 Mar 2008 19:32:02 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/03/13/rpath-path/</guid>
      <description>
        
          
            &lt;p&gt;Well I have eventually started down the rpath route.&lt;/p&gt;
&lt;p&gt;The documentation is very difficult to pick up and I have had a hard time working things out. The #conary irc channel has been a great help to me on my path as it were. I have been able to get bongo to compile on the rpath platform but I am having trouble with the bongo-setup script and slapd.&lt;/p&gt;
&lt;p&gt;I am hoping to get this worked out soon and then run a script during group-build to run the bongo-setup script with all the arguments filled in for a user.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>VMware heaven</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/03/13/vmware-heaven/</link>
      <pubDate>Thu, 13 Mar 2008 19:30:16 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/03/13/vmware-heaven/</guid>
      <description>
        
          
            &lt;p&gt;&lt;strong&gt;I have fixed the broken VM&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Thank you to all those who have downloaded the vm and are seeding it. I must apologize to you as the VM that I sent out was borked. I have successfully rebuilt the vm and it no longer has the version name in the vm name as I thought that once it has been downloaded all the people have to do is update bongo and continue. The updated torrent file can be found here Bongo torrent page on haigmail. I am in the process of building a debian from scratch VM which should enable me to install a vm with the absolute minimum install needed for bongo to run. I have stumbled across a how to and I am busy working through it. Once that is complete I will will add it to the torrent page for you to try out. It should hopefully bring the download size down considerably.
Please if you can download the torrent and keep it seeded.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Vmware image complete</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/03/13/vmware-image-complete/</link>
      <pubDate>Thu, 13 Mar 2008 19:28:18 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/03/13/vmware-image-complete/</guid>
      <description>
        
          
            &lt;p&gt;&lt;strong&gt;The Bongo-Project Vmware image is now complete&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I have been able to create an image that will allow Bongo to be evaluated and tested.&lt;/p&gt;
&lt;p&gt;I have put the torrent file on my web server the address is &lt;a href=&#34;http://torrent.haigmail.com&#34;&gt;http://torrent.haigmail.com&lt;/a&gt; As I create new files or downloads I will add them to the list on this server.&lt;/p&gt;
&lt;p&gt;Please download the file and keep it seeding&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Bongo Demo VM</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/03/13/bongo-demo-vm/</link>
      <pubDate>Thu, 13 Mar 2008 19:21:28 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/03/13/bongo-demo-vm/</guid>
      <description>
        
          
            &lt;p&gt;I have now created the Bongo demo virtual machine. I was going to use an rpath installation but that has proved to much for me to take on board at the moment.&lt;/p&gt;
&lt;p&gt;I will look into that at a later date. I have also created a torrent file and website for the Bongo demo server, I just need Alex to approve the site and also someone on the team who knows css to help me brand the page.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>First of many</title>
      <link>https://fc4c6dbc.haigmail.pages.dev/2008/03/13/first-of-many/</link>
      <pubDate>Thu, 13 Mar 2008 19:18:08 +0000</pubDate>
      
      <guid>https://fc4c6dbc.haigmail.pages.dev/2008/03/13/first-of-many/</guid>
      <description>
        
          
            &lt;p&gt;I thought I would start by explaining how I came to be using Bongo&lt;/p&gt;
&lt;p&gt;I started using Bongo when it was still called NIMS and was part of the beta test on that one. When it was released I bought a red box version and installed it on a server that I was hosting on my broadband at home. I only had a 5 user license then and created accounts for my family to use the server.&lt;/p&gt;
          
          
        
      </description>
    </item>
    
  </channel>
</rss>