Saturday, February 20, 2010

DAY 1: NAIROBI

I was fairly certain that because I arrived in Nairobi at 8pm last night, I would fall right to sleep after a long shower and dinner, thereby avoiding jetlag in one fell swoop. No such luck. Although I was out cold by 10pm, torrential rains woke me at 2:30 a.m. And I mean, torrential. The rain was loud and fierce, as if the angels were dumping all the bathwater in heaven. All I could think about was what would I do if it rains like that while I was camping, instead of while I was cozy and warm and dry in my very clean, but simple hotel bed? And what about snakes? Don’t all the animals come out en masse just after the rain? It also didn’t help that I finished reading the Poisonwood Bible by Barbara Kingsolver while the rain was carrying on – a novel about a 1960’s missionary family in the Congo and all the hardship Mother Nature rained down on them, including (but not limited to), death by mamba snake, the most dangerous in the world, and fire ants, which attack whole villages by invading in columns 300 feet long and 10 feet wide and devouring everything in their path, whether plant, animal or human. I finally fell asleep at 5a.m.

But this morning at 10 a.m. ( 10 am!!) I awoke to a bright blue, warm sky. Perfect for exploring Nairobi.

First stop was the Giraffe refuge – actually a mini zoo with giraffes in the wild, while we, their fans, were behind the wires. A perfect place to practice shooting animals (see the photos at the above link)

Next stop was the Karen Blixen museum, formerly her house. One of Blixen’s four pen names was Isek Dineson, the author of Out of Africa. She used male aliases because female authors were having a very hard time getting published at the time. A Dane with a tragic story, Blixen lived (and hunted) in Africa in the early 1900’s.

Kenyans speak three languages: Their respective native tribal language, Swahili and English. Their English is musical, a Colonial English - British accent superimposed over the native African mother tongue. Its sounds educated and well articulated, with the gentlest of lilt that completely removes all scent of pretention.

I met the group of 20 with whom I will be traveling for the next 2 weeks. Most are Australians, Kiwi’s (New Zealanders), or British. There are 3 Scandinavians, 1 Dutchman and 3 Americans (SF, Chicago and me). And, no, I am not the oldest one here (thank God). There is one woman who is older than me (at least she looks older than me). The rest range in age from 20-50.

Tomorrow at 7 am we leave Nairobi, traveling north and west as we head toward Uganda. Got to get some rest now.

3 comments:

  1. An excellent beginning. I am thrilled to be following. Elizabeth C

    ReplyDelete
  2. sounds great, cold and rainy here...your missing nothing

    ReplyDelete
  3. Hi Honey, Linda and Norm here

    We talked when you started reading Poisonwood and I told you I consider it one of the best books I've ever read...the way it develops, the way it tells about America's involvement in the Congo and the family story. (Do not pet the ants...yes, running over them is an option this time!)

    I'm sure you are about to get your rhythm soon..I think that's the word for it. It sounds like fullfilling this life long desire has got to call forth some pretty strong feelings.

    We had 80 mph winds here on the island Thurs night. Quite an experience going through a night of the house shaking with power out. Everything reconnected in 24 hours but it sure gives you an idea of how vulnerable one can be and we are not very many steps away from third world living.

    Anyway, we saw the kids last weekend in NYC for their birthday...All went well.

    I like your descriptions. Sometimes cryptic but as Emily Dickenson used to challenge herself to use "the chiefest word" at all times, you seem to do the same on the blog. Enjoying it.

    know that we're following you from up here in Newburyport

    ReplyDelete

 
t.nextSibling;
 var childNext = null;
 var classes = '';

 var dateHeaders = false;
 while (child != null) {
 if (child.className == 'date-header') {
 dateHeaders = true;
 break;
 }
 child = child.nextSibling;
 }

 child = first.nextSibling;

 while (child != null) {
 if (child.className != null) {
 if (child.className.match('date-header') != null) {
 childNext = child.nextSibling;
 postContainer.insertBefore(child, first);
 first = child;
 child = childNext;
 } else if (child.className.match('post hentry') != null) {
 childNext = child.nextSibling;
 if (!dateHeaders) {
 postContainer.insertBefore(child, first);
 first = child;
 } else {
 postContainer.insertBefore(child, first.nextSibling);
 }
 child = childNext;
 } else {
 child = child.nextSibling;
 }
 } else {
 child = child.nextSibling;
 }
 }