May22nd2008
It’s been awhile since I last updated the blog, so I thought I should get this thing updated with some new content.
Last week Chell and I got our lips pierced, well Chell’s piercing is technically called a “Madonna”, it’s like where a beauty spot is. Mine is on the bottom left of my lip.
I have just got 4 days off work, which is quite good as it’s been pretty busy lately. Chell and I are going to Airlie Beach tomorrow and spending two nights in a nice resort. It is quite a special occasion as it’s our one year anniversary, it must be fate as it’s when the 4 days off fell on the roster for me
.
Airlie Beach is just near the Whitsundays, so hopefully we can go snorkeling or something like that in the awesome crystal clear blue ocean.
I’ve put some new photo’s of Chell and I in our gallery, you can see our new piercings
.
Oh, I almost forgot, Chell bought me a cool Bathing Ape (BAPE) hoodie, which you can see here or also in the gallery.
May15th2008
One of my previous posts was about the text editor Notepad2. Which as I mentioned before is a lightweight editor which also has syntax highlighting.
Now I recently noticed a forum post on MSFN, on how to replace Notepad with Notepad2, so without further ado, here is the code:
takeown /f %Systemroot%\notepad.exe
takeown /f %Systemroot%\System32\notepad.exe
icacls %Systemroot%\notepad.exe /grant “%username%”:f
icacls %Systemroot%\System32\notepad.exe /grant “%username%”:f
IF EXIST %SYSTEMROOT%\SysWOW64 (bcdedit.exe -set loadoptions “DDISABLE_INTEGRITY_CHECKS”)
copy %Systemroot%\notepad.exe %Systemroot%\notepad.original.exe
copy %Systemroot%\System32\notepad.exe %Systemroot%\System32\notepad.original.exe
ECHO.
ECHO Original notepad.exe has been renamed to “notepad.original.exe” in its original folder.
ECHO.
copy notepad2\notepad2.exe %Systemroot%\notepad.exe /y
copy notepad2\notepad2.exe %Systemroot%\System32\notepad.exe /y
Now all you need to do is save this into a bat file, I called mine replacenp2.bat. Then just create a folder called notepad2, with a subfolder the same, and place the notepad2.exe file in it, and run the command, and voiola, Notepad is replaced with Notepad2.
So the directory structure should look something like this:
Update: Now, I tried running the command, but for some reason (even ran as admin), it didn’t want to copy it. So I opened up an elevated command prompt, and it seemed to copy & replace fine.
May13th2008
Well it seems like everyone touted Vista as “the bad OS”, especially when SP1 came out, causing reboot loops. A lot of people seemed to steer clear of SP1, saying that XP was a lot better.
Now, the question is, everyone that put dirt on Vista SP1 for the endless reboot loop, and sticking with XP for the stability, seems like they got what they asked for. Microsoft recently released SP3 for XP, and guess what - it has an endless reboot bug also.
Now, I haven’t noticed many people saying things like “XP is a piece of sh*t”, but why? It has the same bug that Vista SP1 had. I thought everyone would now be saying “I’m sticking with Windows 2000 SP4″, since it seems to be “the stable one” now.
Well there’s my rant for the day. Vista SP1 reboot loop vs XP SP3 reboot look, take your pick.
On a lighter note, the Vista SP1 reboot loop has been fixed for awhile now, so it seems, in light of things, Vista seems to be the stable one for now.
May11th2008
Chell and I went to see the new Ashton Kutcher and Cameron Diaz movie, What Happens in Vegas. It was quite a good movie, with lots of laughs. It reminded of Ashton’s other movie he did, with Brittany Murphy, Just Married.
Here is the plot of What Happens in Vegas, taken from IMDb.
Set in Sin City, story revolves around two people who discover they’ve gotten married following a night of debauchery, with one of them winning a huge jackpot after playing the other’s quarter. Unhappy pair try to undermine each other and get their hands on the money — falling in love along the way.
So I guess you could call it one of those sappy, romantic comedies, but I would recommend seeing it, it’s quite funny from the get-go.
May7th2008
Well since upgrading to v21.0.016 of the firmware on my N95-1, I decided to default the phone & format the memory card and start all fresh again. I guess it’s always good to start fresh, just like with Windows.
The first thing I put on the phone is a nice theme called Ice by Pizero, I would highly recommend checking his site out, as there are quite a few nice theme’s over there.
Well, that is all for now. I might get back to transferring my stuff back to my phone / memory card, and then do Chell’s one afterwards.
May6th2008
Well I decided to try update the firmware on my N95-1 yesterday, but for some reason it just wont update. I flashed it to v20.0.015 when it came out fine, but to v21.0.0.16 it just wont.
I have the latest version of Nokia PC Suite (v6.86) and Nokia Software Updater (v1.4.36), and when I run the updater, it finds that there is a new version, downloads it, but when it gets to installing it, the phone resets, but thats all. The NSU sits there saying “this may take up to 15min”, but doesn’t progress.
A quick Google finds a few threads, like this one and this one which shows quite a few people have the same issue, but at the same time, quite a few people have successfully update to v21.0.016.
If anyone knows any way to get the N95-1 to update to v21.0.016 please drop me a line, or comment on this post.
Update: I ended up thinking it may be because I’m using x64 version of Vista, ran the updater on Chell’s x32 Vista, and it updated perfectly to v21.0.016, it seems a lot quicker too! Now all I have to do is update Chell’s N95-1 too 
May3rd2008
Today we awoke at a bashing on the door at 6:30am, the kids were here. So, we got up and fed them and did the morning routine. Then we decided to go to Toys’R'Us to buy some presents, they were excited!
We ended up getting the girls a little bike each, they are so cute, and two new beds to replace the cots. Emily got a little princess one and Tiana got a little mermaid one.
The boys got a whole heap of hotwheels cars which they loved, as soon as we got home, wait… even in the car on the way home they had them opened and were playing with them!
Once we got home, i got the bike’s built and the girls where riding around on them whilst I built the beds for them. We moved the cots into the garage and re-arranged their room with the new beds, it looks awesome!
I’ve put some photo’s of the girls new beds up in the gallery, and also some photo’s of them with their new bikes.
May3rd2008
Yesterday I received my Hero Hack Pack from Microsoft, which is Microsoft’s way of getting into the Open Source community. The pack looks quite good, as you can see in the gallery. It contains a copy of Windows Server 2008 and Visual Studio 2008, trial editions of course.
I’m sure Microsoft have gotten quite some publicity or bashings from trying to get a slice of the pie for the open source community. What do you think about Microsoft; Open Source or Monopoly?