Wednesday, March 31, 2010

Satay Bar

Here's a great little place for yummy Indonesian styled satay sticks :)
I've been there a number of times and never been dissapointed once!!!

and they have a big selection of skewers! including Wallaby special sometimes :D

its on the corner of a small mall/lane in between King street and William street on Flinders Lane

definitely recommend it

Latest Music

The latest music i've had the pleasure in listening to is!


Oceana - BirthEater


Really enjoying what they bring to the table!

PS3 Games

Theres a few games i've been meaning to get on my PS3.





Final Fantasy XIII & Bioshock 2

i was highly disappointed with alot of PS3 titles lately, but these are renewing my hope :)

FFXIII should be a classic like FFX according to various sources!



A Programmer's Bane

i found a rather amusing bit of code someone wrote :D

myClass test = new test();
test = null;

if(test == null)
{
System.Windows.Forms.MessageBox.Show("I am an idiot");
}