Win

Posted on June 3rd, 2009

I just noticed this in my icon pack for mac os x:

BSOD

BSOD

Epic win.

Microsoft Visual C++ Express

Posted on January 25th, 2009

I was trying to install Visual C++ Express on Windows 7 recently, and found it failed before it even started installing. The other day, however, I was offered a fix for a completely unrelated issue which also fixed this.

Installer Fix (Small)

The command:

reg delete HKLM\SOFTWARE\Microsoft\SQMClient\Windows\DisabledSessions /va /f

Now happily coding with Visual C++ on Windows 7! =)

Computer Room

Posted on September 19th, 2008

Thought I might post some pics of my families computer room :-)

It contains 7 computers, with a few laptops around the house that can be brought in to make an 8th seat. We use it to play Age of Empires 2 routinely with friends (the max players for that is 8)

I can tell you, these old computers struggle with about 400 units fighting on the screen at the same time!

Computer Room Gallery

:-)

Pics of Kitten

Posted on September 15th, 2008

http://simie.co.uk/gallerys/kitten/

Some are a bit blurry. Might sort out the rest later…

New Kitten…

Posted on September 14th, 2008

Getting a new kitten today! (I think)

Might upload some pics of it soon after I get it :-)

Two new pics…

Posted on September 4th, 2008

Well, not new, just uploaded… check gallery page.

Might add some more me and my dad took over the summer.

ProWorks Planning

Posted on July 31st, 2008

Just some ideas I had… dunno if this is going to go ahead.

ProWorks Planning

ProWorks Planning

I made…

Posted on June 26th, 2008

A flame. w00t!

http://simieuk.deviantart.com/art/Flame-89826636

Hopefully the first of many works to come =P (I know its not that good, but its a good start, right? ^_-)

The MacBook Pro

Posted on May 29th, 2008

Wow. It IS Pro.

Its way faster than my old PC, and its like, 1/6 the size or something.

THE OS

Very fast, very compatible.
The only problem I’ve had is with my USB stick, but seeing as that cost £10 from dabs.com I’m not very surprised it doesn’t work.

Its very fast, loads up things in seconds that my old PC took minutes to do. I love the dock :)

THE HARDWARE

It looks awesome :O I love it. It looks sleek and professional. <3

I’ll add more to this later :)

Annoying IE Bug

Posted on May 29th, 2008

I was working with Prototype today, and noticed a really annoying bug in IE.

If you accidentally leave a comma on the last line of a class, for example:

new Ajax.Request(’url’, {
something: ‘blah’,
});

IE will throw up an error, and FF will not. Just thought I’d tell someone about this, as it really annoyed me looking for a solution.