Tollef Fog Heen's blog

tfheen Mon, 24 Nov 2008 - First week in Rio

I've been in Rio for a little more than a week now. While going here for vacation is what people usually do, I'm actually here to work. Installing Varnish for the people at Globo. The weather has been so-so, fairly wet with rain almost every day, but temperatures in the 20-25°C range. I am not complaining.

Armenio, who's the datacenter manager has been taking excellent care of me, from meeting me at the airport to taking me all around the city, even during the weekend when we went to the Sugar Loaf mountain.

Sugar Loaf

We were supposed to go see the monument to Christ the Redeemer, but it was far, far too foggy for us to see anything, so we went to the Copacabana Fort instead. The picture below is from Saturday when the weather was slightly better.

Christ the Redeemer in fog

We went on a tram too, hanging on the outside as I do in the picture (except that it was going at 20-30 km/h while we did that. Across an aquaduct I didn't get a picture of). It rained quite a lot, so when we arrived in Santa Teresa, we were both drenched and got a pair of fresh t-shirts in order not to catch a cold.

Santa Teresa tram

Brazil has coconut palms, which should not come as a surprise to anybody, but I have never seen one "in the wild" (I think it was planted).

Coconut palms

Today, it rained a lot. We got stranded in the restaurant for about half an hour before the water finally went away.

Street in Rio with a river through it

Apparently, they have dragon shops here too. I don't actually remember what they sold, but I am fairly sure it wasn't dragons.

Dragon shop

[23:15] | diary | First week in Rio

tfheen Mon, 24 Nov 2008 - How to handle reference material in a VCS?

I tend to have a bunch of reference material stored in my home directory. Everything from RFCs, which is trivial to get at again using a quick rsync command (but immensely useful when I want to look up something and am not online) to requirements specifications for systems I made years and years ago.

If I didn't use a VCS, I would just store those in a directory off my home directory, to be perused whenever I felt the need. Now, with a VCS controlling my ~, it feels like I should be able to get rid of those, and just look them up again if I ever need them. However, this poses a few problems, such as "how do you keep track of not only what is in a VCS, but also what has ever been there". Tools like grep doesn't work so well across time, even though git has a grep command too, it still doesn't cut it for non-ASCII data formats.

Does anybody have a good solution to this problem? I can't think I'm the only one who have the need for good tools here.

[23:03] | tech | How to handle reference material in a VCS?

Tollef Fog Heen <tfheen@err.no>