Search

moon
Creative Commons License powered by blosxom valid xhtml 1.1 valid css FreeBSD Vim

 BREADCRUMBS: /home/weblog/threads/metablog

Fecking thing

You'd think my mind had a mind of it's own.

timestamp: 2005-02-20 22:00
URL:http://lizard.org.uk/weblog/threads/metablog/opw2.html

Tropical Fish

It's probably the correlation between my mood and the full-moon which has something to do with my lifelong fascination with the moon. It's true that correlation does not imply causation. However, as diaries and calenders usually show when the full-moon, it's a correlation I've found fairly handy. So when I discovered a moon phase module I could add to my blogsite I thought I'd give it a try.

There were, however, a few problems. It's a bit light on useful data. I don't like javascript (or any client-side processing) and I certainly do not like pulling scripts and images from a server I don't own. But the main reason I decided that the moon phase module was not for my site was that it's wrong. Really. It's wrong.

But when the idea simply would not go away I got to work with my trusty copy of Perl. All the hard calculation work is handled by Astro::MoonPhase and graphics manipulation is handled by GD The images of the moon were downloaded (lifted) in gif format from the U.S. Naval Observatory (originally created by R. Schmidt from ray-traced images of the Moon). However, for some mysterious reason, when I told GD to read a file as a gif it tried to read as a jpeg and barfed - a quick bit of CLI foo turned everything into png format which GD seems to like.

So if you now look in the sidebar you can see the results of my efforts. Cool, eh?


timestamp: 2005-01-27 12:27 | bikeshed this post | date link | file link

timestamp: 2005-01-27 12:27
URL:http://lizard.org.uk/weblog/threads/metablog/moon.html

Last Modified

I've been reading that RSS has a bandwidth penalty. Having looked at my log I can certainly agree. The number of requests for the RSS version of my blog is ten times that of the next most requested page. A quick check and it appears there are no Last-Modified headers on anything served out of my weblog. An afternoon created a blosxom plugin so laughably simple.

package modified;

my $enabled = 1;
my @mtimes;

use Time::gmtime;

sub start {
    # Bail out?
        return 0 unless $enabled;
        return 0 unless $blosxom::static_or_dynamic eq 'dynamic';

    return 1;
}

sub date {
    push @mtimes, $_[3];
    return 1;
}

sub foot {
    $blosxom::header->{'-last-modified'} = gmctime((reverse sort @mtimes)[0]);
    return 1;
}

Now, hopefully I should see hourly 304 responses, not an hourly pull of 100K or so. If I dont... well, it's not like I really care :-).


timestamp: 2004-09-26 20:59 | bikeshed this post | date link | file link

timestamp: 2004-09-26 20:59
URL:http://lizard.org.uk/weblog/threads/metablog/modified.html

Late night musings.

The problem with blogging is that it take me an awfully long time to actually write what I want to say. Even then I'm never 100% sure I've said what I mean. Or even that I mean what I say.

I have lots of thoughts in my head, you see. Most of which are perfect material for blogging. Only, well, I never have the time to write them down. I can't abide being wrong you see. So in everything I do I spend an inordinate amount of effort ensuring I'm not wrong. Or that when I'm knowingly uncertain I've thrown in enough caveats to act as an advance apology. So writing just a simple sentence take an inordinate amount of effort. And time.

I suppose this literary anal retentiveness stems from my education. Lazy teachers in a school that only accepted the brightest (how I passed the entrance exam I'll never know). "Never ignore a the chance to belittle someone who is struggling," seemed to be the staff motto. Just imagine a place where every teacher was perfect caricature of a P.E. teacher and you'll get the picture. Even a with a defence mechanism of rebelliousness after eight years of having it implied that you're stupid there is bound to be an effect.

A brief check indicates I'm currently writing this at a rate of four words per minute. But late at night. When I'm tucked-up in bed. With a mind which simply will not stop. I think so clearly. Okay, a lot of it is really weird shit I'd not choose to share. But fairly often entire blogs will form in my head. But when I'm warm and contented the last thing I want to do is make notes. So by morning I only have a vague recollection.

Which is why last night I started thinking about how cool it would be to be able to interface with a computer directly. I was half asleep at one point just letting related thoughts drift across my mind when I thought of something so funny I woke up laughing. But all that I can recall of this little jem of techie humour is that it was something to do with SSH.

ho hum...

timestamp: 2004-09-03 08:00
URL:http://lizard.org.uk/weblog/threads/metablog/nightjack.html

Now with added Search

Finally I've gotten searching on my blog. Backend functionality is provided by swish++ with my very own blosxom plugin to make it all work. All I need now is a pretty way to handle zero results.


timestamp: 2004-07-28 16:43 | bikeshed this post | date link | file link

timestamp: 2004-07-28 16:43
URL:http://lizard.org.uk/weblog/threads/metablog/search.html

How long?

I've finally managed to find the time to amend my blosxom setup to stop the timestamp and links attached to each entry from annoying me. Replacing posted with timestamp may seem like an inconsequential change, but owing to the way I do things (with shell scripts, CVS, Makefiles, and a test site) the time you see is not the time I posted. As for the permanent link - well I do most things from the command line, so being able to see where something lives avoids the need to figure stuff out.

In all it only took fifteen minutes, which is daft as I've been meaning to for an age. There is probably a lesson in there somewhere. But then if everything I've been meaning to took fifteen minutes I'd be need a week. So I doubt such a lesson would be useful. Ho hum...


timestamp: 2004-07-15 23:09 | bikeshed this post | date link | file link

timestamp: 2004-07-15 23:09
URL:http://lizard.org.uk/weblog/threads/metablog/entrymetadata.html

Apathetic Apathy

With most things when novelty of newness wears off Apathy returns. It's the same with blogging. I've got 1001 thing I could fire off a blog about, only I always seem to find something more important to do. Even when something else involves nothing more than sitting on my backside staring out of the window. However, I suspect I've hit upon a solution. The trick it seems is to build up a head of apathy on a different subject, then to actively avoid doing it by doing something else. Although I really couldn't be bothered working out what it is I'm avoiding by writing this blog entry - I suspect it involves email, but it could be something to do with DNS.

Meanwhile, whilst contemplating apathy I typed a relevant search into google and have been wandering around the net finding all sorts of interesting things.

The highpoint has to be an article on Tony Benn's website. Which lead me to read a few more of his articles, all of which are excellent. Especially as they fulfil some of the prime requisites of apathetic surfing. Instantly interesting, generally diverting, and a splendid way to waste time.

Then there was the abstract of an article entitled Apathy: a treatable syndrome from the The Journal of Neuropsychiatry (a hideous website, proving something I'm sure). The abstract is only a single paragraph, and most of the words are jargon but the first line leaps out

Apathy occurs frequently in neuropsychiatric disorders both as a symptom of other syndromes and as a syndrome per se.

Pills available from you doctor no doubt. The front page of the site where I found this abstract is entitled The Responsible Parent's Guide To Healthy Mood Boosters For All The Family and if that wasn't odd enough, the whole site is part of BLTC Research an organisation founded in 1995 to promote paradise-engineering. For the apathetic surfer downright weird is always a good call.

And then, as if I needed more amusement I discovered a site for apathetic geniuses.


timestamp: 2004-06-08 13:11 | bikeshed this post | date link | file link

timestamp: 2004-06-08 13:11
URL:http://lizard.org.uk/weblog/threads/metablog/apathy2.html

Standard Standards.

There is no excuse for not observing the rules of the road. On the Internet, the rules are standards, and on the Web the standards come from W3C. It's thanks to the W3C I have free tools to verify both my xhtml, and my CSS.

Thanks partly to my laissez faire approach getting everything to comply with the standards was mildy icky. There are still a few little insignificant things, but I've done it, I'm finally compliant.

Gives me a warm fuzzy feeling. And a feeling of moral superiority, which I'm sure will give rise to riteous indignation whenever a site fails to work with konqueror, or some other !IE browser.


timestamp: 2004-05-20 16:52 | bikeshed this post | date link | file link

timestamp: 2004-05-20 16:52
URL:http://lizard.org.uk/weblog/threads/metablog/standard.html

A load off my mind.

It's funny. Wiggy mentioned how liberating it felt posting to his blog after several weeks (months?) of inactivity. And the moment I read it I knew it was the truth. It is. Just the simple act of collecting a few abstract thoughts together and writing them down. Liberating. Liberating in so many different ways.

For a start I can stop mulling over shit like this and get on with thinking about something less pointless insted.


timestamp: 2004-04-26 23:08 | bikeshed this post | date link | file link

timestamp: 2004-04-26 23:08
URL:http://lizard.org.uk/weblog/threads/metablog/liberating.html

On the subject of Apathy

The more observant may have noticed my democracy thread. Well, this was the initial impetus for writing a blog. Quite simply I found any political discussion in the media was making me angry. So I had actually quit paying attention to politics. Only things have a habit of cropping up which would force me to pay attention. And I'd get angry again. So I decided I needed to do something.

It didn't matter how silly or pointless my mission was. Just as long as I did something to turn my anger into amusemnt.


timestamp: 2004-04-18 12:51 | bikeshed this post | date link | file link

timestamp: 2004-04-18 12:51
URL:http://lizard.org.uk/weblog/threads/metablog/apathy.html