12/31/2004

Time to Clear Your Head

Have you taken the time to reflect on 2004? Have you got your game plan down for 2005? This is it! It's time to tape up your fists and slam them into your gloves. This is the time to make sure your knee is wrapped, your mouthpiece is in your face mask, and you have your cup on. This is the time to leave the locker room. This is the time to burst out through the crowd, as the roar of their cheers and the lights of the arena cause a mad rush of adrenaline to course through your body. You can feel your pulse quickening, muscles wound tight like a spring, and small beads of sweat rolling down your face. It's game time!

Yeah, I haven't thought about it much either.

Smalltalk and my misinterpretations of life: Server, heal thy-self

Smalltalk and my misinterpretations of life: Server, heal thy-self provides a brief account of the joys of using a language environment that is capable of updating running code on the fly. This is something that I played with very briefly with Lisp and Portable Allegroserve. It's very powerful, compelling stuff to dynamically change running code and fix problems without having to down the server.

I really like the idea of having the server poll for released code. That's something I would like to try sometime. I imagine you could pull this off with CVS using tags. Hmmm...

I've been thinking that my wife and I need a centralized, web-accessible address book for keeping all our contacts. This became painfully obvious when it came time to send out Christmas cards this year. I'm thinking of writing it in Lisp. I'm sure solutions exist, but this gives me an excuse to play with Lisp for web development. Plus, I may be able to incorporate the idea of dynamically updating from CVS.

So many projects, so little time... :-)

12/29/2004

WorldChanging: Another World Is Here: Thomas P.M. Barnett: The Worldchanging Interview

WorldChanging: Another World Is Here: Thomas P.M. Barnett: The Worldchanging Interview

This is fascinating. Barnett is a senior researcher at the U.S. Naval War College. He’s elaborating on the connection between economic development and peaceful societies. He’s analyzed where our troop deployments have occurred in the past years and realized that they are in certain areas of the world that share common traits. The ironic thing is that those areas of the world are not the ones the U.S. has been preparing for war with.



11/22/2004

Debian Sarge and VMware 4 for Windows Gotcha's

I've been rocking with Debian Sarge on VMware 4 for a couple of months now. It's really a nice environment to play with and test new Linux software on. Plus, it's a fabulous GNUStep environment. You can get all the GNUStep stuff via apt so it makes setting up a GNUStep development environment a snap!

There are some gotcha's to getting Debian working on VMware. I'm going to talk about 2 of them in this post: Turning off the PC Speaker and Installing VMware Tools.

Turning off the PC Speaker

One of the first things you'll notice after you get Debian installed is that the PC speaker beep is very loud. (This actually applies to Linux, FreeBSD, etc. running in VMware.) In fact, on my machine it's so loud that it may make you lose control of your bladder. You'll also find that there is no way to control its volume or mute it. In fact, there is no way to control the PC Speaker from the Windows host so that VMware will be quiet.

Sure, you can setup your shell, Emacs, etc. so that they don't beep. However, I found myself configuring several applications and it was a real drag. I also wanted an iron clad guarantee that a random beep wasn't going to make me wet my pants.

So, here's the secret sauce - Add the line
   mks.noBeep="TRUE"
to your preferences.ini file. This is more than likely in your Windows home directory. Somewhere like C:\Documents and Settings\tpierce.TPIERCED800\Application Data\VMware.

Installing VMware Tools

Once you have Debian installed and silenced, you will probably want to run VMware tools so that you can get the X driver and mousey goodness. The installation is pretty much like the documentation says, so I'm not going to repeat it here. I did run into a couple of issues, though.

The first issue I had was trying to get the kernel module compiled on my Debian system. I'm not quite sure why, but just having the kernel headers on my system wasn't enough. You may have to:
  • Grab the kernel headers matching your kernel and the kernel source matching your kernel from apt
  • Go into the kernel source/include directory and rm -r
  • Copy the appropriate kernel headers/include directory contents into the kernel source include directory
After doing this dance, the kernel module compiled on my system and tainted my kernel quite nicely.

The second issue I had was that the VMware installer script jacked up my XF86Config file. For some reason, it was bound and determined to set my pointer incorrectly. This prevented X from starting correctly. I had to edit the XF86Config Pointer section to look like:
  Protocol "imps/2"


Device "/dev/psaux"

After that, everything worked beautifully. I've noticed since then that every time I run the installer, I have to go edit my XF86Config because the installer changes the Pointer section again.

I've really been enjoying my Debian installation under VMware. It's like a little evil lab where I can tinker with software and not worry about corrupting one of my working environments. Bravo Debian and VMware teams!!

10/31/2004

Back to the Blog

It's been a while since I've blogged. Since March 25, 2004 in fact. I would like to thank Radio Userland for that. For some reason, I lost the ability to use the program in March and my lazy attempts to resurrect my setup didn't bear fruit. So, here I am on BlogSpot. I think this will be good. I'll no longer be tethered to the Radio client. I'll miss "Tom Pierce's Blog", but I'm jazzed to have a working setup again.