30Dec/090
Another panorama
Hopefully this post will send the highest resolution of my photo from my iPhone.
9Nov/090
old bartenders, new bars
some places to try in sf:
comstock saloon
smuggler's cove
bar agricole
29Sep/090
Fog entering our area
I love waking up to fog in the morning. Especially when I am living near it.

12Mar/090
Redhat and up2date with RPM package conflict errors
If you get this:
RPM package conflict error. The message was:
Test install failed because of package conflicts:
Then you got to do this:
- rpm -e --allmatches [conflicting package]
- up2date -p
- up2date [conflicting package]
- up2date -u
This has cleared up my problem in the past and makes for a clean solution.
6Mar/090
Installing python modules to your home directory and then using them!
To install python modules to your home directory this is what I have done:
- change directory to the uncompressed folder of the module needed to be installed
- python setup.py install --home=$HOME











