Something in me cringes a little when I use the word, “babymoon.” Not because I dread the arrival of our boy (June 19th), but because the word itself sounds so faddish.
Anyway, we took a quick trip to Sedona for a long weekend. Here are some photos from the Grand Canyon.


More can be found in the Bacher gallery: http://daveandkelli.info/gallery/
This is ridiculous. My friend Trey works at a big company in Portland, OR.
Move or Quit: “I’ve been working from home for nearly 7 years now. In 2000 I asked my boss if I could work part-time from Corvallis because Mary was moving there. He agreed, and I’ve done work ever since.
The mother organization (12000 employees) has made the decision that people working remotely is not to be allowed. I must either move up to Portland (Santa Clara, CA and Hudson, MA are also allowed) or quit.”
I can imagine that there are a variety of reasons why this big company would want to institute such a policy: security issues, to reduce slack-iness, etc. But rather than forcing people (like my friend Trey) to move, wouldn’t it be better to address the specific security or productivity issues that gave rise to this new “no-tolerance” policy? Or perhaps, in the long run, it’s better for big companies to drive away good people.
(Via Trey.)
It’s not rocket science, but it surprised me just how painlessly I could set up automatic web site updates from my subversion repository. It’s all documented out there on the net, but this is my chance to record how I manage this site.
My testing ground is a working directory. My published web site is a working directory. When I commit a change, the published site is automatically updated to the latest trunk code.
- Set up the published site as a working directory:
svn co file:///path-to-my-repo my-web-sitedir
- Set up the post-commit hook (in /path/to/my-repo/hooks) to run ’svn update /path/to/my-web-sitedir’. There are more details in the subversion FAQ
Of course, none of that fancy version control applies to these blog posts. Posts are in a database and there’s a plugin for managing versions.