Tuesday, May 29. 2007Photos of Brooke
Okay, I've finally uploaded some photos of Brooke. I've decided to try out PicasaWeb, so the photos are here.
Debbie (Susanne's sister) also has a gallery with some photos of Brooke available. Annoyances with F-Spot exporting to PicasaWeb are that it doesn't upload the tags or the comments. Oh, also it doesn't synchronise, it re-exports all the photos each time. Update 1: Actually it does upload the comments, but I didn't notice because the export exports a new copy. So I had to copies of each photo. One with comments, one without. Update 2: And, look, only 6 weeks after Brooke was born, not a year! Update 3: Fix the first link to PicasaWeb. Sunday, May 27. 2007IPv6 BitTorrentTuesday, May 1. 2007Geeky Birth Announcement
On the topic of birth announcements, at Catalyst we have an internal IRC channel for general chit-chat and communication within teams. We now have a habit of setting the topic of the main channel to announce new staff members. On the 14th of April the topic was set to:
Thank you karora for setting the topic! At some stage Brooke might move into the "New staff" classification, who knows? Monday, April 30. 2007Planet Andrew
Nice, we're now on Planet Andrew. I hope people don't mind if Susanne occasionally posts there.
Monday, April 30. 2007New ArrivalOne day and a couple of hours old. The first night at home with a proud but still very tired Dad! Little did we know that we wouldn't get to sleep until 4:30 am... Mum holding Brooke in the delivery suite the day Brooke was born. She was born on Saturday the 14th of April at 9:10 am, weighing in at 6 pound 8 ounces (2.95 kg, but the metric system seems wrong for babies...). Mum and Brooke came home on Monday evening, and are doing very well. A proud Dad managed to survive the labour experience with both hands intact, just. We're having fun settling into a life style that involves sleep deprivation and smelly nappies. We'll hopefully post some updates to this blog over the coming weeks. Photos should start to appear on our gallery sometime soonish. But to show off our little girl, here are a few photos. (Why the LCA2007 tag? Check out the t-shirt Susanne is wearing...) Update: Thanks to Graeme for putting some photos up here! Sunday, April 29. 2007Comments Broken
Sigh, comments are currently broken. There is an issue with Serendipity using sequences in PostgreSQL...
I'll hopefully have comments fixed soonish. Update: Okay, it seems that posting comments from an IPv6 address is beyond the abilities of Serendipity at the moment. I'll look in that sometime soon. It only affects 2 people that I know of, unfortunately one of them is me... Update 2: Changing the database slightly has resolved this issue. Monday, April 9. 2007
Wedding Photos Posted by Andrew Ruthven
in family at
09:34
Comment (1) Trackbacks (0) Defined tags for this entry: wedding
Wedding PhotosUnfortunately due to copyright we can't reproduce the fantastic photos from our fantastic professional photographer, but we do have a stack of brilliant photos from family members which we can reproduce! They are available here in our gallery. Monday, April 9. 2007Debian Etch released!
w00t!
Debian Etch is released! Now it is time to perform the ritual upgrade dance on a bunch of machines that weren't already running Etch while it was the testing distribution. And also I'll need to decide if the boxes that were already running it should move to lenny (which will is the name for the next stable release). I think I'll defer that decision a few months though... Thursday, March 15. 2007IPv6 Enabled
Our blog is now accessible via the IPv6 Internet. While I've had the network IPv6 enabled for few months now, I've finally taken the plunge and changed Dynamic DNS providers, which means I can make our addresses available via DNS.
I used DynDNS for many years, but unfortunately they don't support AAAA records. I'm now using FreeDNS. They allow a domain name to have a static AAAA record and then dynamic updating of an A record. Which is exactly what I need! Wednesday, March 14. 2007IPv6 Firewalling
Firewalling IPv6 on Linux seems to be a vaguely documented topic, and most of that documentation seems to be out of date as it is a fast moving target. I've spent a bit of time over the last couple of days working on improving my firewalling situation and thought I should write up what I've found.
After a bit of digging I found that while IPv6 connection tracking was merged in 2.6.16, the configuration options are somewhat hidden. Up until yesterday I was running 2.6.19.x on my firewall and I discovered that while ip6tables allowed me to configure a stateful firewall, it wasn't actually doing anything! I looked around for the required nf_conntrack_ipv6 module and couldn't find it. I looked in my running kernels config and couldn't find it. In fact I couldn't find any option for enabling IPv6 connection tracking at all. After some digging (grep'ing the Kconfig files helps) I found that I needed to change over to the new (experimental) Layer 3 Independent Connection tracking support. The catch here is that if you have the old school Connection tracking (CONFIG_IP_NF_CONNTRACK) enabled you'll never see the new independent method (CONFIG_NF_CONNTRACK) in menuconfig. Which is why I'd never seen it before. So I disabled CONFIG_IP_NF_CONNTRACK (in IP: Netfilter Configuration), enabled (the now visible) CONFIG_NF_CONNTRACK (in Core Netfilter Configuration) went into both the IP and IPv6 Netfilter Configuration menus and selected support for the connection tracking option. Compiled, installed and rebooted. Suddenly I had IPv6 connection tracking working. w00t! But no IPv4 NAT. Damn. It turns out that IPv4 NAT support was only ported to the new Layer 3 Independent Connection stuff in 2.6.20. So I downloaded 2.6.20.3, jumped into the IP: Netfilter Configuration menu and found "Full NAT". That's what I want. Compiled, installed and rebooted. Now I have my old IPv4 NAT working, and a full stateful IPv6 firewall (with no NAT!). Oh, if you are using IPv6 stateful firewalling with Linux then you want to upgrade to 2.6.20.3, it fixes an issue with incorrectly classifying IPv6 fragments as ESTABLISHED and letting them through. Oops. Also, 2.6.20 moves the config options around again... Sunday, March 4. 2007CAcert Update
At Linux.conf.au 2007 there was an organised GPG key signing session, where lots of people performed the GPG KeySigning dance. Afterwards quite a few (but less) people hung around in the foyer for the to perform the CAcert assurance dance.
I assured a few people, then joined a queue to be assured by one of the CAcert super assurers (and continued to assure people while waiting in the queue). This assurance bumped me up to the maximum number of points allowed for normal people. W00t! I wasn't the only person from Catalyst to use this trick to get maximum points. As a result we now have 3 people able to allocate 35 points each. We also have a number of other people who can allocate less points than that. So if you're in the Wellington region and are interested in CAcert, drop by our offices (with suitable ID) and we can get you bootstrapped so you can start assuring people as well. Sunday, March 4. 2007Pet Projects
It's kinda funny, I keep on finding little itches that I want to scratch, but never have the time to scratch them all. Before Susanne became pregnant I didn't have much time to scratch them. Now I have less time, and once the baby is born, well, practically none I expect.
I thought I would write down what some of them are on the hope it might focus me so I'll work on them in what spare time I have. Just some of the coding related itches I have are (not in any particular order):
And then there is the ongoing tweaking of my MythTV setup, and all the other neat and nifty things I stumble upon and want to play with. Wednesday, February 21. 2007
Setting up the nursery Posted by Andrew Ruthven
in family at
07:43
Comments (0) Trackbacks (0) Defined tags for this entry: baby
Setting up the nurserySusanne putting some clothes away in the nursery. Susanne and I have been spending the last few months setting up the nursery in preparation for the baby. This has involved sorting through some clothes that we've been giving (in the photo the t-shirt says "I love Daddy" - thanks Naina!). We have a cot (no mattress yet, that is supposed to arrive this week), a change table and lots of other bits and pieces. It is amazing how much paraphernalia is required, just mind boggling! A task which we still need to carry out in the nursery is to paint it. We think we've finally decided on a colour, that has been incredibly difficult. We never imagined it'd be so difficult! Susanne sitting in her favourite purple chair relaxing, showing off her belly. Susanne's belly is a continually growing thing which seems to have a mind of its own. One of Susanne's favourite games is to play "where's the baby?". i.e., try and spot where the baby's head is at the moment based on where the bulge is located around her belly. Her belly can get really lopsided! The changes around her belly button have been quite funny as well, as you can see in the photo, it is almost poking out. The photo was taken during week 24, 6 weeks ago. It is a lot bigger now! We're now at week 30, 3 quarters of the way through. It is still kind of hard to come to grips with how our lives will change once the baby is born. Kinda scary, but also very exciting. Wednesday, February 21. 2007
Leaving ICQ Posted by Andrew Ruthven
at
00:10
Comments (2) Trackbacks (0) Defined tags for this entry: software
Leaving ICQ
Having just taken a closer look at the Acceptable Use Policy on ICQ as linked to from here I've decided to no longer use ICQ. When I first signed up with ICQ there weren't really many other options for IM. Actually, there probably weren't. Now other, better, options abound.
This decision probably won't affect too many people, I don't tend to use ICQ that much, but it affects a couple of folks I chat with. Update: Add note about why I signed up with ICQ to start with. Tuesday, January 16. 2007One Laptop Per Child
One of the projects I've been following quite closely is the OLPC project for the last couple of years. At Catalyst
we have an A-test board. Unfortunately I haven't much of a chance to play with it (although I would like to). Last night one of karora's sons ran over and told us "Daddy there is a grownup over there using a kids computer!". Turns out that the Please Send Us To linux.conf.au students from Oregon State University had a OLPC out and were playing with it. Susanne and I headed over to check it out. It is a really amazing device, even more amazing to see it in the flesh. It is very small, quite light and looks pretty darn cool. There is a video of us checking it on YouTube. I can see why the hype has increased even more now that all the components have been put together and the working screen is in it. Oh, and Susanne now really wants one. |
Calendar
ArchivesCategoriesSyndicate This BlogBlog AdministrationShow tagged entriesPowered by |