Thursday, August 26, 2010

Mass Effect 2 and Dragon Age Origins

I bought Mass Effect 2 for a mere R 99.00, it was on special and it is the full game and fully legal. I was just at the right place at the right time.

I also got Dragon Age Origins for R 150.00, again the same shop, just lucky enough to walk in when the special was still running.

Also I feel the need to mention that I was actually on a mission to buy milk and coffee for the house, when I found this. So basically I went out to buy milk and coffee and I came back with Mass Effect 2 and Dragon Age Origins.

Australian Computer Society, Part 2

So it would seem the ACS is not striking like the rest of South Africa. Probably because the ACS is in Australia, the land where people work to make a living.

I got my results back from the ACS assessment. They accessed me as a Class A Software Engineer. This means I can now apply for my Visa as a Software Engineer.

The  only obstacle now is obviously the South African government. I need to get an unabridged birth certificate and an unabridged marriage certificate. The South African government is striking at present. So hopefully they will stop their nonsense soon, so I can get my stuff and get on the plane.

Saturday, August 21, 2010

The Samsung 24" LED LCD (BX2450)

I just saw this amazing Samsung at Take2.co.za, and I am impressed. More than impressed, I want it.

The monitor is really very easy on the eyes. It has the standard HD resolution that everyone has standardized on, but it has no DVI port.

My current graphics card, the NVidia 8800GT does not have HDMI out ports.

I did find a conversion dongle at Amazon. So I can use this with my existing graphics card.

Thursday, August 12, 2010

Debranding my C905

I have a general hate relationship with Vodafone. I am not a Vodafone subscriber, I am a Vodacom subscriber. Vodafone bought some shares in Vodacom and now most if not nearly all Vodacom cell phones are now Vodafone branded.

I bought a Sony Ericsson C905 and one feature that everyone was talking about was the conversation thread you could have on your SMS messages. Vodafone in their wisdom decided to take it out of their Vodafone branded C905 cell phones.

Another thing that bugged me endlessly was the fact that my Java applications was so slow, very slow. I assumed it was the C905 that was not too good with Java applications.

I eventually decided to debrand my C905.

I found a nice post on debranding my C905. It took a while to get all the software ready and in place but after following the easy steps my C905 is now working the way it should be.

Not only do I now have SMS conversation support, my Java applications are much faster too. So Vodafone even broke the JVM on the C905.

I unfortunately did manage to reset my MAC address to 00-00-00-00-00, so no Wi-Fi for me. The fix is quite easy, but I will do it at a later stage.

Source Code Highlight in Blogger

I always wanted to have syntax highlighting in my blog posts but I thought Blogger didn't allow it. Thankfully I was wrong.

The code snippet below shows how pretty it can look. I am using SyntaxHighlighter version 3.

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.Linq;

namespace Core.EFT.XXX
{
    /// 
    /// This class will decode the XML from the XXX service.
    /// 
    public class XXXTCPResponse : TCPResponse
    {
        #region Properties
        /// 
        /// The request type.
        /// 
        public string RequestType { get; set; }
        #endregion
    }
} 

I will probably start posting more C#, C++ and Java code snippets on this blog.

Monday, August 02, 2010

New Lenovo G550

My old Hewlett Packard desktop replacement laptop was starting to show its age. It was time for a replacement, but I did not want another desktop replacement laptop.

I found for development I prefer a desktop. I can easily add more monitors and upgrading the desktop is much simpler and easier. Cost wise it is also many times cheaper.

I found a special on the Lenovo G550. The initial reviews on the internet were good enough and for the price it was excellent. So I bought the Lenovo G550.

Over the next few days I will install my favourite applications like Firefox, Directory Opus etc.

Tuesday, July 06, 2010

Australian Computer Society

I completed all my documentation and I mailed it to the ACS. So within the next 12 weeks I will know if they like me or not.

Another tick on the list.

Monday, July 05, 2010

IELTS done.

I finished the IELTS tests. My overall score is 8.0 and I only needed to score a 7.0, so I qualify for the 25 bonus points on the Visa.



The next application I need to do is the ACS certification of my degree and work experience.

I also need to start the process of acquiring my South African documents, like my marriage certificate etc. That will have to happen in the next two months.

Tuesday, June 08, 2010

Cell phone carry bag part 2.

So I bought this carry bag last year. It lasted all of six months. Totally forgot about it. Really not a good product at all.

IELTS Part 1, done

So the past weekend I did my first part of the IELTS test. I need to do the IELTS test because South Africa's official language is not English. South Africa has 11 official languages but listening to the politicians I would have sworn the official language is talking poop.

Back to the test. No one really knows what language we speak in South Africa, so in order to go to Australia I had to take the IELTS test. It is a lot like Grade 7 English, maybe even easier, so all in all a waste of time and money.

Part 1 of the test was reading, writing and listening. Part 2 will be the speaking test which I will be doing this coming weekend.

So one more tick on the checklist. I picked up our passports yesterday, so the next stop will be the ACS assessment of my degree.

Tuesday, May 18, 2010

New Skilled Occupations List

The Australian government created a new skilled occupations list (SOL) that will come into effect on 1 July 2010. Luckily for me I am still on the list. They reduced the occupations from something like 400 to just 181, or something in that line. So basically a more than 50% reduction in occupations.

I am only concerned with the IT related occupations. On the old SOL the following occupations were catered for:
  • Computing Professionals (Catch all)
  • Applications and Analyst Programmer
  • Computer Systems Auditor
  • Software Designer
  • Systems Manager
  • Systems Programmer
The new list only lists the following IT related occupations:
  • Systems Analyst
  • Analyst Programmer
  • Developer Programmer
  • Software Engineer
So they basically removed the Computing Professionals option. Many IT occupations came through on that catch all description, anything from a database administrator to a network administrator could be seen as a Computing Professional. It would seem the Australian government plugged that hole now. Basically if you want to go to Australia as an IT specialist your occupation must be closely related to actual programming or building of systems from scratch it seems.

Tuesday, May 11, 2010

Australia

I haven't blogged in a long while. I had some nice Trinchado at different places the last few months but I will blog about that later.

My family and I decided that it will not be suitable for our little girl of 14 months to grow up in South Africa anymore. A few weeks ago a small baby of 12 months was assaulted by criminals and she is still in I.C.U., so we decided that if the criminals do not even spare a baby, then we need to leave.

I started the whole process but it will take some time. Currently we are trying to get a state sponsorship from Victoria in Australia. We want to settle in Melbourne. We have a few reasons for this but just the fact that 1/3 of all IT people are employed in Melbourne makes the choice easier.

So I guess I will be blogging about the whole Visa application for the time being instead of nice food.

Tuesday, September 22, 2009

Trinchado @ Mesa Portuguesa

It was Trinchado time again Saterday, the 29th of August 2009. This time I went to Mesa Portuguesa in Pretoria to try their take on the Trinchado.

Just the photo alone shows that the Mesa Trinchado is different than the O'Galito Trinchado and the Braza Trinchado.

The Mesa Portuguesa Trinchado was not hot spicey but it was full a flavour spicey, if that makes sense. This time the sauce was a red wine sauce and not a white wine sauce. Mesa also gives a nice Portuguese roll with the Trinchado.

So I would rate the Trinchado 7/10, I prefer the creamy white sauce. So it has the same rating than the Braza Trinchado but the Mesa Trinchado just looks tastier when it gets to the table than the Braza Trinchado.

Wednesday, August 26, 2009

Dead Space



I played Dead Space almost a year after it was released. The game is really brilliant. I was captivated right up to the end and the ending was quite scary, my heart skipped a beat.

I would definitely play Dead Space 2, the follow up story will be great. I have a lot of unanswered questions around The Marker.

Wednesday, August 12, 2009

Star Wars: The Force Unleashed

So after a very long time of having this game I eventually finished it. The game was fun but it wasn't anything like KOTOR 2. My favourite is still KOTOR 2.

I chose the light side, so the ending was a bit of a let down, but it couldn't be anything else since the game is between episode 3 and episode 4 of Star Wars.

Monday, August 03, 2009

Trinchado @ O'Galito

It was Trinchado time again Sunday, the 2nd of August 2009. This time I went to O'Galito in Centurion to try their take on the Trinchado.

Just the photo alone shows that the O'Galito Trinchado and the Braza Trinchado are different. The O'Galito Trinchado has a nice creamy white wine sauce where the Braza Trinchado did not have the creamy part, only white wine part.

The O'Galito Trinchado was also not spicy, so again a nice chilled out Trinchado. I prefer the Portuguese roll that came with the Braza Trinchado. The O'Galito bread was fresh but the Portuguese roll just enhances the experience.

So I would rate the Trinchado 8/10, the sauce was better than Braza but the bread not.

Monday, June 22, 2009

Cellphone carry bag

I always have a problem when it comes to carrying my cellphone around. I really do not like the cellphone wrappers like the Body Glove products and I also do not want to carry my cellphone in my pocket the whole time. Carrying it around in my pocket is not always comfortable and it limits what pants I can wear.

Now previously I bought myself a digital camera carry bag which could fit both my cellphone and my wallet. I would wear it like a normal carry bag over the shoulder but it looked a bit like a purse. I called it my 'Man Bag' but my wife called it my 'Man Purse'!

When it came to getting a new cellphone I decided to look around for something different this time to carry the cellphone in. I discovered this nice little digital camera carry bag from Golla. Thank goodness the digital cameras became smaller over the last few years, now my cellphone fits snugly inside the carry bag and it has a little space for my credit card and driver's license.

So now I do not need to carry my wallet with me the whole time and the carry bag is small enough not to look like a 'Man Purse' any more. Now it just looks like a Leatherman hanging from my belt.

Thursday, June 11, 2009

The Goonies

A childhood favourite movie of mine, The Goonies. At long last my favourite online shop Take2 had stock and I ordered it. So now I only need to make time to watch it again. Will need some popcorn and a soda for this classic.

PS2 to PS3 converter

Since I am a PlayStation fanboy, I obviously had two PS2 game controllers, so when I bought the PS3 I decided not to spent more money on another PS3 controller. Instead I bought this PS2 to PS3 converter.

You plug the PS2 controller into the one side and the converter's USB plug into the PS3's USB port and that is it. Works like a charm, no setup procedure necessary.

So now I can play 2 player Bionic Commando ReArmed and soon Street Fighter IV or Soul Calibre IV.

Now all I need is a nice Fightstick, but it seems everybody is still out of stock.

PS3 Remote Control

After using the PS3 controller for a long while to watch movies, I decided to buy the PS3 remote control. The PS3 remote control is also more intuitive to people like my wife who is used to something like a DVD remote control.

The remote was not too expensive and it works via Bluetooth so there is no need to point the remote in the direction of the PS3 like with normal IR remote controls.

The form factor also helps a great deal. Game controllers aren't designed to be used as DVD remote controls.