New blog
Well, I’ve reached the point were I would rather a working website than one I’ve written myself, thus project-2501.net has become yet another WordPress blog.
I will attempt to get the OCAU rss feed up soon.
Well, I’ve reached the point were I would rather a working website than one I’ve written myself, thus project-2501.net has become yet another WordPress blog.
I will attempt to get the OCAU rss feed up soon.
This (almost) marks the end of my running Linux (Ubuntu 6.10) on my laptop. I run Ubuntu at work, so this is more about compatibility than Ubuntu as a distro.
Laptop:
Good things:
Livable things:
The not-so-good things:
Now I said almost. 20 minutes ago I whipped out my original XP disks with FCKGW scribbled on the front (because my laptop didn’t come with any discs) and booted up. New laptop = SATA HDD = Drivers needed to detect HDD. So I don’t have a driver CD, or a floppy/floppy drive, and my desktop computer doesn’t have a working burner (Gigabyte DS3 MB with a single PATA channel with two HDDs).
Hmm, perhaps it’s a sign to install Vista :-)
Ever since learning about the canvas tag I’ve been wanting to try this. Yes, the captcha I used is amazingly simple to break, but, I doubt I’m smart enough to tackle anything more complicated. Though I feel it still serves a good proof of concept (espcially when combined with Greasemonkey)
The Digg front page (28KB) requires 2 (3?) CSS files and 17 Javascript files to be downloaded before it can be displayed. This shouldn’t be a problem as the files should be cached on the first visit. But I wouldn’t’ be here writing this if that was the case. It appears that max-age is set to 60 minutes on almost everything, even the images.
I used the Live HTTP Headers extension for Firefox to examine all the HTTP responses sent when doing a full refresh, to see just how much data was being transferred.
File sizes are the actual number of bytes sent by the server (minus HTTP protocol overhead). Most files have been compressed using gzip.
Front page: 6,928 bytes in 1 file
CSS: 9,550 bytes in 3 files
Javascript: 238,830 bytes in 17 files
Images: 32,030 bytes in 25 files
Time Comparison
Minimum (no images)
Everything
Is this really acceptable for a website? Or more importantly, a simple front page?
Just how many features are being used on the front page?
Why should (almost) everything expire in 60 minutes?