Leaving David this morning heading for Boca Chica en-route to Pacific Bay Resort and then onwards to codename Paradise Bay…
Potential location for the first lodge
The road to Bocas del Torro was closed on Friday so instead we went to Bocas Chica. By a few random twists of fate, we ended up at Pacific Bay Resort, having no idea how much we’d committed to spend. For the first day I thought it was called Paradise Bay Resort, and it absolutely lived up to that name, the place is amazing!
At dinner on night two, once most of our group had left, we got a chance to chat with Frank, the Panamanian born, American brought up, owner of the resort. I talked a little about my vision to build a lodge and his eyes lit up. Then he told me that he has another property, 30 acres, a 10 minute boat ride away. He said he’s having problems with people stealing trees from the property. He wants to protect the wildlife there.
He offered me the use of his land, 30 acres of beach-front, untouched, incredibly beautiful Panamanian coast line. He said if we don’t cut down any trees and don’t build too many structures, he’s happy to let us use the land for free. He had a good feeling about me.
Amazing! The next morning we took a boat ride over to the property to take a look. We left to see the World Cup Final (not my idea!) and then back to Boquete. Now we’re heading back down there to spend a few days looking a the place. No internet there (yet!) so I’ll be offline for a little while. But here’s a few pictures to whet your appetite …
It looks like my motorcycle cannot get back into Costa Rica for 3 months, Tomas had to leave his bike at the border! Interesting times…
Back from Boca Chica with all sorts of exciting possibilities. Offer of the use of 30 acres of beach front land, for free, and more…
Road to Bocas del Torro is closed so we’re going to Boca Chica instead, on this coast…
Three KLRs heading to the hot springs near Boquete, Panama with 2 passengers. One spare seat if you want it…
Almost 12 hours on the road, 2 punctures, 2 engine failures, one border crossing, much wetness, and a total of about 250km, I’m in Panama!
Today Tomas and I leave early for Panama. I’m going ultralight, and for the first time ever, travelling with a comb!
Heading off for a new baby party and then maybe a men’s ayahuasca ceremony tomorrow…
We’re enjoying a surprise finish to the recent internet outage, predicted to last until Monday. Casa Mercurio is back online…
Switching to twentyten
I’ve just upgraded to WordPress 3.0 and switched to the brand new default theme called twentyten. If you’re reading this in your feed reader, come by and check out the new look.
I’ll update my picture (people seem shocked when they see it after meeting me in person!), and modify the menu using the new menu editor. I’ll try to make navigating a little easier. If you haven’t already tried it, I recommend the new version of WordPress.
Took my first ever bus in Costa Rica to pick up Rob from the San Jose bus. We just got back, ate, and I’m back in a hammock…
It’s market day in San Isidro. Heading out to help Noe on the 7am run, collecting vegetable waste from the rubbish bins at the market…
Good day at the beach with Raechel. It was hot, got a little sun, got bitten a little, very wet on the way back. Glad to be home and dry.
Taking Raechel on a ride to Uvita for this USA father’s day so she can release some of her father’s ashes on the beach.
Watching a Swedish movie about a girl hacker and eating BioLand organic chocolate coconut cookies in the delightful comfort of a hammock.
I’m not sure why, but somehow it’s been a draining day. Time to withdraw into movieland, oh what to watch…
Regenerating nautilus thumbnails
Sometimes nautilus will try to generate a thumbnail for a video file while it’s downloading. ThenĀ nautilus remembers that it tried, and failed, to generate a thumbnail for that file. Once the file has finished downloading, the thumbnail remains broken. I’ve had this issue for a while, today I chose to find a solution.
I found this post by Barak Korren. Barak wrote a short nautilus script in python to allow the easy deletion of a thumbnail in Nautilus. Here’s a step by step guide to getting it working.
Download this file and put it into your ~/.gnome2/nautilus-scripts directory. The script is by Barak, I uploaded a plain text version here to make it easier to download. Make the script executable, you can run chmod +x ~/.gnome2/nautilus-scripts/delete_thumbnails.py in a terminal to do this. Now go to that directory in Nautilus, and you’re in business.
To test, right click on a file with a thumbnail. You should see a new menu, Scripts, under which you’ll see “delete_thumbnails.py”. Click that option and the thumbnail will be deleted. Press F5 to reload the folder in nautilus, and you should see a new thumbnail generated.
Thanks for a such a handy script Barak.
Installing lyx without the bloat
For a few months now I’ve been researching programs to write in. I have OpenOffice, I tried AbiWord, I use gedit for text files. They’re all good programs, but they’re not what I want to write in. I want something ultra simple. Very basic formatting, spellcheck, light quick load time. The best option I found was Tomboy, a sticky note application. It supports very simple formatting, has a spellcheck, and is dead simple. It loads almost instantly. But, it saves notes automatically in its own format. There’s no way for me to save different versions, choose a file name or location, etc. It’s fine for the writing, but I need to go elsewhere to save.
In the last couple of days, I discovered gwrite. It’s a very simple WYSIWYG HTML editor. It has the potential to be exactly what I want, but it’s very young software and still has a few usability bugs. I’ve reported them to the program’s author, so maybe it’ll improve in time. I might even look at the source code and see if I can provide some patches myself.
But, that’s not the point of this post. This post is about lyx, which is a seriously cool application I’ve just discovered. It’s a “writing tool”, not a word processor. It’s a tool designed for scientific and other authors to simply write text. It’s based on an underlying technology called LATEX. As I understand it, and I’m completely new to this whole thing, LaTeX allows an author to just write. The layout of chapters, titles, indentations, bullet points, and all that jazz, is handled by LaTeX macros. What does that mean? Well, I think it means I just write, then lyx, LaTeX and TeX make it look beautiful.
So, all excited, I decided to install lyx. This is where I hit a problem. I was prompted to download 438MB of data and use 745MB of disk space. That’s outrageously huge for a single program. I was blown away, it makes installing lyx many times larger than OpenOffice. I was strongly intrigued by what took up so much space, so I had a little sniff. It turns out that more than 70% of the download size and almost 60% of the disk space is used by documentation. Mostly, documentation for underlying applications which I didn’t specifically choose to install, they’re required to make lyx work.
Being on a slow internet connection, I decided waiting the day or two for 438MB to download was just too much. There must be another way. A little research later, I found my solution in a program called equivs. Equivs is a pair of tools to create shadow or dummy debs. In my case, this meant creating a dummy package to make apt think that I had already installed the massive collection of documentation that was necessary to install lyx. Thus I was able to install lyx by downloading only 117MB of data and using only 302MB of disk space. Still astronomically huge, but less than half of what I was originally facing.
And so, onto the point of this post. How does one do that? If you want a simple answer, here it is. Step 1, install this file. Step 2, install lyx as normal. Bingo, jobsagoodun.
For those who are interested, I’ll explain the process on Ubuntu 10.04. Install equivs in the usual way (sudo apt-get install equivs will do the trick). Now create a new directory, I called it equivs-texlive-dummy-docs. In that directory, run equivs-control texlive-dummy-docs.ctl. Now edit the newly created file. Mine looked like this. Next run equivs-build texlive-dummy-docs.ctl. This command creates a new file called texlive-dummy-docs_1.0_all.deb. That file can be installed with sudo dpkg -i texlive-dummy-docs_1.0_all.deb.
It took me a few hours to put all this together. Hopefully if you’re facing the same challenge, you can install one file and be done.
Update: I discovered that all these packages are installed because apt is configured to install recommended packages by default. I tried installing lyx without any of the recommended packages using sudo apt-get install --no-install-recommends lyx, but previewing documents from lyx didn’t work. Instead I reverted to my equivs texlive-dummy-docs package. If you feel passionately about this topic, as I do, please chime in on this bug.
David and I are going into town to talk to women! Oh, and I might buy some natural soap…
Just switched batteries for more power cord free laptop time. Big thanks to Theo for bringing me 2 new batteries from the US!
Frozen bananas blended with fresh blackberries for an all vegan, pure fruit, ice cream breakfast, delicious! Best use of the blender yet.
Cooking yucca, playing computer games, eating candy, and listening to the rain falling on the tin rooftop…
Prepaid ICE sim card in Costa Rica
Yesterday I bought a prepaid ICE sim card in Costa Rica. Last time I was in Costa Rica they didn’t exist. Then they were available, but very hard to find I read. I walked into a shop called abCelular in San Isidro, and after a bit of confusion, walked out with a 2500 colones sim. Yay.
They asked for an ID card. I offered my UK driving license. That was fine, except their computer would only accept numbers in the “identification document number” spot. So instead, I gave them my passport, where the document number is only digits. I probably could have pushed the issue with my driving license, maybe they would have just entered the numerical part or something, but the passport seemed easier, and I was in a hurry.
The transaction was painless. I showed no phone and they only looked at the photo page of my passport, but wouldn’t have seen it at all if I’d pushed the driving license. It seems that prepaid SIMS are finally available in Costa Rica…
Now if only I could get service inside my house…





