The Three Worst Comedies on T.V.

February 8th, 2007

Last week I had the flu and was stuck in bed for a whole week. This meant I ended up watching a lot of television. I even watched a lot of bad television. Here are the three worst comedies on television. Comedies, so bad, you wonder how they ever got made in the first place. How an unholy alliance of awful writing and worse acting combined at a moment in time where some drunk somewhere said we will put that on t.v. I don’t know how t.v. programs get made but it baffles me that not only are these programs ever commissioned but some of them actually get another series.

3. My Hero

My Hero. Have you seen it? It’s shit. The premise is that a superhero from another planet falls in love with a woman from earth. This leads to all sorts of comic misunderstandings between superhero culture and earth culture. Except it doesn’t. Not a one. Instead, the same joke is thrashed to death over and over and over. Then over again. And then some more. For six series. Six series. Why? I always suspected that it was because after Father Ted the BBC signed up Ardal O’Hanlon for a million years and were financially forced to make this program. However, when he left, they replaced him and continued to thrash that single unfunny joke to death for another series.

2. Will and Grace

Unlike the other two shows Will and Grace is American. It’s a lot slicker than the other 2 shows and does have a few vaguely funny moments. However once you find the formula the show becomes unwatchable. Are you ready? Let’s call the three main characters A,B and C. It doesn’t really matter which is which.

A – Says something.

B – Laboured bitchy putdown.

A – Laboured bitchy retort.

C – Says Something.

A – Laboured bitchy putdown.

C – Looks incredulous while pausing for canned laughter.

This is repeated, the only humour is in the bitchy putdowns. It’s funny for five minutes then it’s boring then you drink every drop of nightnurse available and it’s still shit.

1. Two Pints of Lager and a Packet of Crisps

If two 13 year olds had to write a comedy for 8 year olds and they had to do it in their lunch hour between double maths and double physics and one of them was retarded then they would still write a better comedy than TPOLAAPOC. It’s awfulness is unsurpassed. It’s almost fascinating to watch. Do the actors know how shit it is? Do the writers know how shit the actors are? Who’s watching it? Apart from me of course but I had an excuse, I was dying from suspected bird flu.

Why is it so bad? It’s simply not funny. I defy anyone to watch it and laugh. If you were laughing at something else and someone switched it on then you would stop laughing. Then you’d switch it off and find yourself unable to laugh for at least an hour. Is there anyone left in Britain who thinks words like flaps or jokes about arse shagging is risque then they should go back to 1954 and join a convent. It tries hard to identify with it’s target audience, presumably 16-24 year olds, but fails utterly. It’s like some 70 year olds have got together and thought what do young people identify with? Binge drinking and shagging. The characters are less then one dimensional, they provoke mathematicians everywhere by being zero dimensional. It’s the shittiest thing on the t.v. and it’s still being made.

Screenshots of the Completed Grow Games

January 2nd, 2007

Here are some screenshots of what the excellent Grow series of games look like when completed.

Grow Ver.1

Grow Ver.1.0a

Grow Ver.2

Grow Ver.2.0e

Grow Ver.3

Grow Ver.3

Grow RPG

Grow RPG Ver.0.1f

Grow Cube

Grow Cube Ver.0.1k

MySQL Query Browser and MySQL Error Nr. 1064

August 5th, 2006

This error was bugging me for ages when trying to create a table using MySQL Query Browser. The problem lies in the fact that you are using a VARCHAR for one of the columns data types. MySQL query browser adds this datatype to your query and the query will then fail with this error message.

MySQL Error Nr. 1064

This is quite a cryptic error message but the solution is simple. Valid SQL requires a value for VARCHAR so you just add a value in brackets after VARCHAR.

VARCHAR(32)

This should fix it.

Useful Websites

How to Install the Ladbrokes Poker Client on Linux using Wine

July 26th, 2006

It has been my aim to get rid of Microsoft Windows entirely from my computer. The only thing that stopped me was the Ladbrokes Poker client which is only supported on Windows. However, I now have it working under wine. It is a little bit fiddly but here’s how I did it.

  1. Install wine
  2. Configure wine
  3. Install Mozilla
  4. Install Mozilla ActiveX Control
  5. Install Shockwave plugin
  6. Install Ladbrokes Poker Client

1. Install wine

I have installed wine version 0.9.8. My distribution is Gentoo and so as root I simply typed

emerge -av wine

2. Configure Wine

Wine has a new configuration tool since the last time I used it.

winecfg

This launches a gui and sets up a folder structure under ~/.wine. You can choose the correct sound drivers at this point and which version of Windows you want to emulate. I chose Windows XP.

3. Install Mozilla

Download the latest version of the Mozilla browser (I used version 1.7.12) and install this in wine.

wine mozilla-win32-1.7.12-installer.exe

At this point you may be wondering why you are installing Mozilla under wine. The Ladbrokes Poker Client needs to use some ActiveX controls and therefore we must use the Mozilla ActiveX Controls for the client to finish its install.

4. Install Mozilla ActiveX Control

Before installing Mozilla ActiveX Control we must first install runtime60.zip. Unzip the contents of this file and put them in .wine/windows/system32.

unzip runtime60.zip

cp MSVC* ~/.wine/drive_c/windows/system32/

Now we can download the Mozilla ActiveX Control and install using wine.

wine MozillaControl1712.exe

5. Install Shockwave plugin

Download the latest version of the Shockwave plugin amd install it using wine.

wine Shockwave_Installer_Slim.exe

6. Install Ladbrokes Poker Client

wine LadbrokesPokerSetup.exe

And that is it. You can now login and play Ladbrokes poker on linux. Here is the proof.

Screenshot.png

Useful Links

How to Crack a WEP Encrypted Wireless Network

July 12th, 2006

My wireless lan has been encrypted using WEP for a few years. After hearing that WEP was insecure I decided to try and crack it. It was suprisingly easy and this is how I did it.

  1. Install Kismet and Aircrack
  2. Use Kismet to find available wireless networks
  3. Use airodump to collect initialization vectors
  4. Use aircrack to find the WEP key

1. Install Kismet and Aircrack

This will depend on your particular distribution. I am using Gentoo and therefore this is as easy as

emerge kismet aircrack

Note: Getting your wireless card and drivers to work with Kismet can be tricky. It works fine on my desktop with a wg311v2 card from netgear and using the acx111 drivers. It doesn’t work on my older laptop since my card does not support raw monitoring.

2. Use Kismet to find available wireless networks

Launch Kismet

kismet

Kismet will now start sniffing for wireless packets. A couple of wireless networks will probably show up. I like to order them by signal strength, type “s” followed by “Q”. Kismet will show lots of useful information about each network such as ssid, mac address and type of encryption. To get more detailed information on a network, scroll down to it and press “i”. At this stage we need to note down the ssid, channel and mac address of the network you are interested in.

Note: Kismet would not work unless I was already connected to another wireless access point.

3. Use airodump to collect initialization vectors

It’s time to use airodump. Airodump will monitor a network and collect specific encrypted packets. These packets are called initialisation vectors (IVs) and are the achilles heel of wep encryption. Once you have collected enough IVs then you can get the key. How much is enough? Well it depends on a number of factors such as key size (64 or 128) and luck as well. You are generally looking at collecting between 200,000 and 2,000,000 IVs. Depending on the traffic on this network it may take some time, days or even weeks. There are tools which can speed up this process such as void11 and aireplay, these are not covered here.

Using the information we collected in part 2, we can start to collect IVs using airodump.

airodump wlan0 cap 6 00:11:22:33:44:55

This will monitor on the wlan0 network interface, on channel 6 for packets transmitted from the access point with the mac address 00:11:22:33:44:55. It will output files appended with the suffix “.cap”. Insert the information you collected from kismet into this command and watch airodump collect IVs. You can leave this running while starting up aircrack.

Note: For some reason airodump did not work for me until I had first used kismet.

4. Use aircrack to find the WEP key

Aircrack uses the IVs collected previously to find the key. We can start aircrack and it will automatically add in new keys as they are found by airodump.

aircrack -f 2 -m 00:11:22:33:44:55 /tmp/cap*.cap

The -f stands for fudge factor. Increasing this value will make the search slower but will increase your chances of of getting the key. Start of with a factor of 2 and then try doubling the value. I tend to find that values above 16 are simply a waste of time. You probably just need to collect more packets. Eventually, aircrack will probably find the key. I say probably because there is no guarantee that you will find the key although in my experience it is very likely.

Useful Links