I still have not found an apartment so as I have no internet to entertain me on the weekend I got a copy of the first season of Babylon 5 (it was only $20.00 AUD for the whole season). I had been working my way through Andromeda but no where seems to have the third season.
Anyway when I put the DVD video in the drive in my Sony Vaio Laptop running Ubuntu Hardy all I got where I/O errors, some examples are below;
As everyone knows, I recently started at Google. When I started I was given a MacBook Pro to use as the company laptop before I had a chance to change it, I had to head off to Mountain View for training. This meant I ended up using a Mac for 3 and half weeks.
Now I am back in Australia I have decided to trade in my Mac for a nice PC running Linux. People have continually told me that Macs are the epitome for polished UI and once you get use to them, there is no going back. When I suggested that this might not be the case, I was told “but you have never used Mac” - well now I have and I have specific examples of why Apple’s are less usable then Linux.
As everyone knows, I recently started at Google. When I started I was given a MacBook Pro to use as the company laptop before I had a chance to change it, I had to head off to Mountain View for training. This meant I ended up using a Mac for 3 and half weeks.
Now I am back in Australia I have decided to trade in my Mac for a nice PC running Linux. People have continually told me that Macs are the epitome for polished UI and once you get use to them, there is no going back. When I suggested that this might not be the case, I was told “but you have never used Mac” - well now I have and I have specific examples of why Apple’s are less usable then Linux.
Last week on friday, I gave a Tech Talk about Open Source Gaming as part of Leslie Hawthorn’s “Open Source Developers @ Google” talk series. For those who where silly enough to miss it, it should be soon coming to a YouTube near you.
Last week on friday, I gave a Tech Talk about Open Source Gaming as part of Leslie Hawthorn’s “Open Source Developers @ Google” talk series. For those who where silly enough to miss it, it should be soon coming to a YouTube near you.
Last week on friday, I gave a Tech Talk about Open Source Gaming as part of Leslie Hawthorn’s “Open Source Developers @ Google” talk series. For those who where silly enough to miss it, it should be soon coming to a YouTube near you.
It’s been a hectic week, but I have managed to survive my first week as a Noogler. As everyone knows, I started at Google last week. The first week has been quite hectic as I started at the Sydney office and then in the middle of week flew to the Googleplex in Mountain View, California (if anyone is located in this area and wants to have lunch, feel free to look me up!).
A guy on the Summer of Code asked about the following.
Linux rocks, FreeBSD rocks - but Linux and FreeBSD rock.
Which is correct use of rock verse rocks but I have no idea why. Suck also works like this,
Windows sucks, MacOS X sucks - but Windows and MacOS X suck.
This just proves that I know nothing about this language I use every day. Could a linguist please explain this?
About 6 months ago I started interviewing with Google Australia and about a month ago they made me a job offer that I could not refuse. So now I’m packing my bags and heading to Sydney, I start work in about three weeks but I am being sent to the States for some training first. Unlike most of the Googlers in Sydney, I’m not going to be working on Google Maps.
I’m very excited too start working with Google but it has been pretty big decision to make. I have never moved anywhere permanently before and I’m currently still living at home with my parents. I did live in Sweden for 6 months, but that was always with the intention of coming back home. On the other hand, it is not like I am moving to totally a different country and I already have loads of friends and family living in Sydney.
I’m sure most people are wondering what he hell “quotidian” is, I myself did not know this word existed. The word actually means mundane or everyday, a work colleague suggested it when I asked is anyone knew what the opposite to epiphany was.
At Linux.conf.au 2008 the AV team did a great job of recording the main conference and almost all the talks can be downloaded from the main website. They where however, unable to record all the miniconf proceedings. I ran the Gaming Miniconf again and like last year I was able to record the proceedings myself.
As announced at Linux.conf.au, I’m happy to point out that we have finally anounced the 0.3.0 release of the Thousand Parsec client which I work on.
Those who either know me personally, or have read more of my blog might remember my final year honours project. The project was to build a budget 8 line USB channel bank. Originally, I had hope to commercialise the project, the prospects looks good until two competing products where released into the market for only a slightly higher cost point.
I live in Adelaide and have been playing around with Google maps recently. I have no sense of direction which makes Google quite useful for getting to places. It appears that Google has some problems with satellite images for South Australia. If you take a look at the map below, you should see that it is built out of three totally different captures, you can even see a few clouds.
Well, I am back at work after spending last week at Linux.conf.au, it was a huge amount of fun and the organisers did a great job. I am really happy that I got to catch up with all the people cool I had not seen for almost a year. We managed to have a Thousand Parsec developer meeting which was pretty fruitful.
As I have been organising the Gaming Miniconf, I was interviewed for a “blog” on ITWire. The post was finally publish today, you can find it here. It wasn’t to bad and the stuff comes of pretty positive.
Some people say “you learn something new everyday” or something like that. Today someone on #python showed me a cool trick I never would have thought of on my own.
Often there is a time when you want to swap the contents of two variables. The most popular way to do this is using a third variable as shown below:
temp = a
a = b
b = temp