And here's a mirror of that 16 …

And here’s a mirror of that 1660 diary, slightly modified though. hehe

Jan 11, 1660: Not much happening today. Lost one o my kids in the bog.

Jan 12, 1660: Damne bog ate my dog. Off to the pub for a pint.

Jan 13, 1660: Walking back from the pub early this morn, almost fell into the bog.

Jan 14, 1660: Good Lord.. the Mayor fell into the bog. Presumed lost. Kenny Axeblood wants to take over. ‘Aye’ I say.

Jan 15, 1660: God hates our wee village; Kenny Axeblook walked into the bog and disappeared from our sight. We think it’s that woman with the wart. Off to burn her.

Jan 16, 1660: Burnt the witch and threw her remains into the bog.

Jeremy has a bit about "What S …

Jeremy has a bit about “What Should I Do With My Life?” which just made it to slashdot too.

I’m convinced that business success in the future starts with the question, What should I do with my life? Yes, that’s right. The most obvious and universal question on our plates as human beings is the most urgent and pragmatic approach to sustainable success in our organizations. People don’t succeed by migrating to a “hot” industry ( one word: dotcom ) or by adopting a particular career-guiding mantra ( remember “horizontal careers”? ). They thrive by focusing on the question of who they really are — and connecting that to work that they truly love ( and, in so doing, unleashing a productive and creative power that they never imagined ). Companies don’t grow because they represent a particular sector or adopt the latest management approach. They win because they engage the hearts and minds of individuals who are dedicated to answering that life question.

"Considered Harmful" Essays Co …

“Considered Harmful” Essays Considered Harmful

It is not uncommon, in the context of academic debates over computer science and Web standards topics, to see the publication of one or more “considered harmful” essays. These essays have existed in some form for more than three decades now, and it has become obvious that their time has passed. Because “considered harmful” essays are, by their nature, so incendiary, they are counter-productive both in terms of encouraging open and intelligent debate, and in gathering support for the view they promote. In other words, “considered harmful” essays cause more harm than they do good.

How to loop over filenames wit …

How to loop over filenames with spaces – I knew this, but it had disappeared in the recesses of my brain.

> for f in `cat /pathtolist/mp3.txt` do cp "$f" /newdirectory done

You didn't say exactly how the file is organised, so I'm going to
guess one filename per line.  (Note that a filename is allowed
to contain the newline character; I'm just hoping that none of
your files do!)

Others have already pointed out that spaces can be tricky.  I'm
going to show you that there really is no problem.  Rather than
iterate using for, use while and read:

while read filename; do cp "$filename" /newdirectory; done < mp3.txt

Voila.

Weather’s been bad for the past few days. No real opportunities for photography. Bah! At least I have 99% of my Christmas shopping done. Meanwhile, Mark has an entertaining piece on “The One Toy”.

Oh yes, If you’re over 20, buy RETRO, a (one off?) mag from games mag, Edge. It has great interviews with old Zzap64! staffers, bits on games of old (Elite anyone?) and other great stuff! If you’re under 20, you probably don’t know what I’m talking about. Hmm, scratch that, if you’re under 24 you probably don’t know what I’m talking about! Getting old ..

Edit in 2019: replaced dead links with archive.org links and copied content of the email from the first link.

Having just spent the last hal …

Having just spent the last half hour working in Word I’m not going to rant about Open Office. Word works better than Open Office from what I can see. It’s the small things.
Like when you have a bullet list and you tab indented text below the bullet. In Word, that text aligns with the text above. In Word, when you create a number list there’s plenty of whitespace around each number, not so in Open Office (by default, is that configurable, should I RTFM?)
And finally, I hate word processors of all types. Every time I go near one I end up spending half my time arranging bullet lists in some way, or maybe a number list doesn’t start at 1 for some arcane reason, or text in a paragraph looks like it’s slowly leaning in one direction..
Programming is a walk in the park compared to that. At least that’s got some logic, and I can usually explain what’s going on. Give me HTML and CSS any day.

Java Developer's Journal – Des …

Mention the latest design pattern and suddenly your peers will see you as a genius of software engineering, “…you see I have employed the Decorator pattern for this particular class…” While you’re fighting the urge to give them a good slap, allow me to let you into the big secret. There is none!

Java Developer’s Journal – Design Pattern Snobs

BetaNews | New 'Communicator' …

BetaNews | New ‘Communicator’ Threatens Netscape’s Future

AOL this month debuted in beta form a standalone e-mail client bundled with a new version of AOL Instant Messenger and an address book, a package collectively dubbed AOL Communicator.

Code-named Photon, Communicator has been in development for close to two years, although AOL has made no decisions on how to market the product. But sources say a faction of the company is pushing for Communicator to succeed Netscape, which has all but disappeared from users’ screens.