Archive

Archive for the ‘Uncategorized’ Category

Webby Awards

April 30th, 2009

The Webby Awards are upon us again for the 13th year. It’s ironic though that awards that celebrate the best on the internet have one of the worst designed sites. The Webby People’s Voice site (http://pv.webbyawards.com) is hard to register on and vote. This has discouraged a lot of people from voting for their favourite websites.

Uncategorized

Recursive file sizes (filtered by file type)

April 9th, 2009

I had to find out the size of all our images on a site today. This was the easiest and fastest way to do it

CODE:
  1. find /home/username/public_html -name '*.png' -printf "%s\n"|awk '{sum+=$0}END{print sum}'

Uncategorized

Photography links

April 6th, 2009

Here's a great list of photography resources: http://mashable.com/2007/06/23/photography-toolbox/

Uncategorized

iMob Friend Codes

January 25th, 2009

Add your imob friend code to the comments and I'll add you

My code is 100 631 009 (also for iKnights)

If you haven't installed iMob yet, search for it on the itunes store and install it on your iPhone for free.

Update: Comments are now closed, there are over 1200 people posting here and it takes ages to page through them all. If you want your code added to this post (at the top) please donate $2 via paypal:


Add your code into the comments of the payment and I'll add it. Limited to 100 places. This is highly ranked page for imob codes and gets a ton of traffic, you'll get added by hundreds of users (I've been added by 2300 people).

Other codes to add:

268-154-383
165-281-454
123-643-569
142-622-107
162-023-523
163-976-612
179-594-415

Uncategorized

Freezer Jam

October 15th, 2008

Learn about freezer jam and how to make it. I hadn't heard of it before, but apparently it's quite a popular way to make jams these days. Saves a lot of time.

Recipes:

Strawberry Freezer Jam
Blueberry Freezer Jam

Uncategorized , ,

Google Knol

July 31st, 2008

I'm doing an experiment with Google Knol, so I've written a Knol about back pain

I will post the results of this test later on.

Uncategorized , ,

New Blog

June 30th, 2008

I've just started a new blog about antioxidants and good health.

You can find it here: Antioxidant Smart

Uncategorized

Verizon Wireless

February 3rd, 2008

I've just set up a lens on Squidoo.com about Verizon Wireless

It's still a work in progress, but there's some interesting information there.

Uncategorized

Good code ruined?

August 16th, 2006

I happened across a really neat site the other day, called codegolf.com. Some of you might recall a similar scheme going on a while back called perl golf - well this is the same idea.

The deal is, there is a load of challenges set, and you have to write and submit the code to supply the required output of the challenge. However, there is one snag - you have to write it in as little code as possible. It has you really thinking laterally - outside of ways you might normally think of writing code, which I personally find fantastic (and depressing, realising how little shorthand I know!)

There is currently four languages you can submit in - PHP, Perl, Ruby and Python. Suggest that you hardcore execution-time monkies take a look at it and get scoring.

Uncategorized

Colorado Sheriffs To WarDrive For Safety

July 14th, 2006

The Sheriff's Department in Douglas County, Colorado says it's going to start warning computer users that their networks may be vulnerable to hackers. It plans on equipping its patrol cars with devices that detect unprotected computer networks, and distributing brochures to computer users in vulnerable areas, instructing them on how to password protect their networks.

More info here

Uncategorized