Sunday, July 19, 2009

My Ideal Vacation



"Enchanted April" is one of my all time favorite movies. Like the story, the movie has a wonderful restorative power. If you can't rent a beautiful villa and have a perfect one-month vacation, watching the movie will be your next best thing.

For some unknown reason, the DVD version of the film was not out till lately. I guess this 8-minute you-tube version is as good as it gets.

Tuesday, July 14, 2009

Sarah Dunant's New Book: Sacred Hearts

I hadn't read "The Birth of Venus" yet, but I was deeply moved by Sarah Dunant's "in the Company of Courtesan" (so much so that I started dreaming which actor/actress should play the lead roles. Naturally, Scarlet Johanson is my first choice for Fiammetta). This new book completes her "Renaissance Trilogy". A lot of so called "historical" novels are just romance novels in another name. Dunant, however, managed to catch the Zeitgeist. It is moment of reading books like "in the company of courtesan" reminds me that I am still alive.

Friday, July 3, 2009

CLI and Swiss Army Knife

Recently I have been in charge of building our product's CLI (command line interface). It is a low profile project because the management team of our company put their focus on our super-cool-super-easy-to-use-and-fun GUI (our CEO wants it to be the iPhone of enterprise software). The lack of attention turns out to be a good thing, because the user-interaction focused approach may actually be a very bad thing for the CLI (after all, a CLI is run most of the time by the machine through scripting, not human interaction). It also gives me a freer hand at negotiating features and choosing the technologies used. I thoroughly enjoyed building it.

Yesterday we did a first end-to-end integration demo of our product using the CLI. Since we only finished integration two hours before the demo, I was quite nervous and worried if we would run into issues during the demo. I didn't focus much on the CLI (that was not the purpose of the demo anyway). Only after I was done with the demo I realized I forgot to mention some of the "cool" features. For example, a general problem with CLI is there are too many options, so I add a "history" feature to record the user typed commands to a file. The file can later be executed by the CLI so it will save the typing (and becomes very handy for cron jobs.) Things like this are small, but they can be combined to make the CLI a very useful tool.

I remembered an interesting conversation with an ex-coworker. (I was trying to recruit him to our company to no avail.) We were talking about software design. He said if you planned to design a perfect system (or language) which did everything, most likely it would fail (anybody still remember Ada), but if you focused on some design principals such as simplicity and adapability, you might build a system that lasted longer than the "big-bang" solutions (he used the UNIX system as an example.) Looking back at the CLI design choice I made, I realized that it might not be an iPhone, but it might well be a Swiss Army Knife!

Thursday, July 2, 2009

First integration demo done in my new job

After weeks of toil (and midnight oil burning), finally I can have a weekend without working. The first end-to-end integration demo was done today and quite well received. (It's probably the most stressful integration I had done. We had the demo scheduled at 4pm, but I only got things working at 2pm.) Now my adrenaline level has nose dived and I feel totally collapsed, but it's great to see my efforts paid off, even just for a moment.