I use xwrits at work to force …

I use xwrits at work to force myself to take breaks every 40 minutes. Unfortunately I learned that by typing “quit” when the screen locked I could unlock it again. Not now, I supply xwrits with a “random” password like so:
xwrits typetime=40 +beep +breakclock +top -after=.3 +lock -password=`date| md5sum |awk '{print $1}'`
That’ll generate a long 32 character password which is impossible to remember if you’re human (brain boxes go elsewhere!) and too long winded to write down. I’m happy, I’m forced out of my own machine every once in a while for a rest!

A discussion on the ILUG about …

A discussion on the ILUG about showing “Revolution OS”, the film about Linux, sparked an interesting post from Rick Moen who forwarded an email from the producer of the film, J.T.S Moore. Alan replied that they should help J.T.S recoup his costs. Rick responded with some interesting facts about the homebrew club, Bill Gates, The Altair and Basic, ending with the nugget, “I still think that, if more
Homebrewers and others in the hacking community had more consistently adopted my viewpoint and said “The hell with Altair BASIC and the horse it rode in on”, we’d have had an open source explosion a decade sooner than we did, and the 1980s would have been a lot more fun.”

Using the GIMP to Create Image …

Using the GIMP to Create Images for the Web – lots of great tips here, removing red-eye, getting rid of smudges, logos, etc.

Oh a side note, “convert” from the Image Magik package is invaluable. I have high-quality png files at work which I wanted to edit here at home but they’re too big to download in a reasonable time over a modem link. Simple solution: “convert picture1.png picture1.jpg” and then mail the uuencoded pic home with “uuencode picture1.jpg picture1.jpg | mail donnchaSPAM@linux.ie” (remove SPAM for correct address). woohoo!