<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dw="http://www.dreamwidth.org">
  <id>tag:dreamwidth.org,2009-05-03:257103</id>
  <title>escapewindow</title>
  <subtitle>escapewindow</subtitle>
  <author>
    <name>escapewindow</name>
  </author>
  <link rel="alternate" type="text/html" href="http://escapewindow.dreamwidth.org/"/>
  <link rel="self" type="text/xml" href="http://escapewindow.dreamwidth.org/data/atom"/>
  <updated>2012-04-19T01:40:17Z</updated>
  <dw:journal username="escapewindow" type="personal"/>
  <link rel="hub" href="http://pubsubhubbub.appspot.com/"/>
  <entry>
    <id>tag:dreamwidth.org,2009-05-03:257103:234299</id>
    <link rel="alternate" type="text/html" href="http://escapewindow.dreamwidth.org/234299.html"/>
    <link rel="self" type="text/xml" href="http://escapewindow.dreamwidth.org/data/atom/?itemid=234299"/>
    <title>mozharness presentation</title>
    <published>2012-04-19T01:40:17Z</published>
    <updated>2012-04-19T01:40:17Z</updated>
    <category term="mozilla"/>
    <category term="mozharness"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">For those interested, I gave an overview of mozharness for the Automation Team today.&lt;br /&gt;&lt;br /&gt;I mentioned that we're not yet at that point of critical mass where the accumulated knowledge and shared code help make everything go faster.  But we're getting there.&lt;br /&gt;&lt;br /&gt;The presentation "slides" are available &lt;a href="http://escapewindow.com/mozharness/20120418_preso"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=escapewindow&amp;ditemid=234299" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-03:257103:234039</id>
    <link rel="alternate" type="text/html" href="http://escapewindow.dreamwidth.org/234039.html"/>
    <link rel="self" type="text/xml" href="http://escapewindow.dreamwidth.org/data/atom/?itemid=234039"/>
    <title>mozharness 0.5</title>
    <published>2012-02-29T01:35:31Z</published>
    <updated>2012-02-29T01:35:31Z</updated>
    <category term="mozilla"/>
    <category term="mozharness"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">&lt;p&gt;
A lot's happened since &lt;a href="http://escapewindow.dreamwidth.org/229826.html"&gt;mozharness 0.4&lt;/a&gt; landed in late September.  We:
&lt;/p&gt;&lt;ul style="list-style-type: circle; line-height: 1.5em"&gt;&lt;li&gt;
added a bunch of Android native support.
&lt;/li&gt;&lt;ul&gt;&lt;li&gt;
enabled &lt;a href="http://hg.mozilla.org/build/mozharness/file/896444892a59/scripts/mobile_l10n.py"&gt;Android single locale repacks&lt;/a&gt; with nightly update snippet generation
&lt;/li&gt;&lt;li&gt;
ported &lt;a href="http://hg.mozilla.org/build/mozharness/file/896444892a59/scripts/sign_android.py"&gt;Android signing&lt;/a&gt; with passphrase verification, signature verification, single locale support, and update snippet creation.
&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;
rolled &lt;a href="https://developer.mozilla.org/en/Peptest"&gt;peptest&lt;/a&gt; out to production on Try, across all desktop test platforms.
&lt;/li&gt;&lt;li&gt;
improved mozharness virtualenv support, with real-life mozbase usage in peptest.
&lt;/li&gt;&lt;li&gt;
fixed actions-in-config-files.
&lt;/li&gt;&lt;li&gt;
separated the output parser from &lt;code&gt;ShellMixin.run_command()&lt;/code&gt;, so we can
&lt;/li&gt;&lt;ul&gt;&lt;li&gt;
parse output from &lt;code&gt;subprocess&lt;/code&gt; or &lt;code&gt;get_output_from_command()&lt;/code&gt;,
&lt;/li&gt;&lt;li&gt;
eventually add context lines to output parsing, and
&lt;/li&gt;&lt;li&gt;
potentially split serial tasks into multiple parallel jobs with their own log parsing.
&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;
added chunking support to split up jobs across machines.
&lt;/li&gt;&lt;li&gt;
added &lt;code&gt;query_exe()&lt;/code&gt; and &lt;code&gt;which()&lt;/code&gt; support to specify or find executables.
&lt;/li&gt;&lt;li&gt;
added &lt;code&gt;add_failure()&lt;/code&gt;, &lt;code&gt;query_failure()&lt;/code&gt;, and &lt;code&gt;summarize_success_count()&lt;/code&gt; support to track granular status across a list of tasks.
&lt;/li&gt;&lt;li&gt;
added a &lt;code&gt;BuildbotMixin&lt;/code&gt; and &lt;code&gt;ReleaseMixin&lt;/code&gt; to tie into our existing buildbot infrastructure/configs.
&lt;/li&gt;&lt;li&gt;
precompiled the &lt;code&gt;error_list&lt;/code&gt; regexes.
&lt;/li&gt;&lt;li&gt;
made various &lt;code&gt;OSMixin&lt;/code&gt; and &lt;code&gt;ShellMixin&lt;/code&gt; method improvements.
&lt;/li&gt;&lt;li&gt;
added a &lt;code&gt;setup.py&lt;/code&gt;.
&lt;/li&gt;&lt;li&gt;
added a &lt;code&gt;pyflakes&lt;/code&gt; call and Debian/Ubuntu support to &lt;code&gt;unit.sh&lt;/code&gt;.
&lt;/li&gt;&lt;li&gt;
moved mozilla-specific modules into &lt;code&gt;mozharness.mozilla.*&lt;/code&gt;.
&lt;/li&gt;&lt;li&gt;
retired Maemo scripts (Maemo tier 3).
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
This feels like an as-good-as-any time to arbitrarily increment the arbitrary version number:  &lt;a href="http://hg.mozilla.org/build/mozharness/rev/720d1b0a4a66"&gt;mozharness 0.5&lt;/a&gt;.
&lt;/p&gt;&lt;p&gt;
I think the best part of this release is how more people got involved; I can feel the momentum building.  I certainly don't want to wait another 5 months before the next arbitrary version bump.
&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=escapewindow&amp;ditemid=234039" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-03:257103:233846</id>
    <link rel="alternate" type="text/html" href="http://escapewindow.dreamwidth.org/233846.html"/>
    <link rel="self" type="text/xml" href="http://escapewindow.dreamwidth.org/data/atom/?itemid=233846"/>
    <title>mobile/ is now mobile/xul/</title>
    <published>2011-11-17T16:47:14Z</published>
    <updated>2011-11-17T16:47:14Z</updated>
    <category term="mozilla"/>
    <category term="fennec"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">&lt;p&gt;
Today we moved &lt;code&gt;mobile&lt;/code&gt; to &lt;code&gt;mobile/xul&lt;/code&gt; in mozilla-central, in preparation for landing the native UI code in &lt;code&gt;mobile/android&lt;/code&gt;.&lt;br /&gt;
Mozilla-aurora, mozilla-beta, and mozilla-release are currently unaffected.
&lt;/p&gt;&lt;center&gt;
&lt;table border="1" cellpadding="5"&gt;&lt;tr&gt;&lt;th&gt;
Branch
&lt;/th&gt;&lt;th&gt;
Android platform
&lt;/th&gt;&lt;th&gt;
Mobile source location
&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td rowspan="2"&gt;
mozilla-central
&lt;/td&gt;&lt;td&gt;
android
&lt;/td&gt;&lt;td&gt;
mobile/android
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
android-xul
&lt;/td&gt;&lt;td&gt;
mobile/xul
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
mozilla-aurora
&lt;/td&gt;&lt;td&gt;
linux-android
&lt;/td&gt;&lt;td&gt;
mobile
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
mozilla-beta
&lt;/td&gt;&lt;td&gt;
linux-android
&lt;/td&gt;&lt;td&gt;
mobile
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
mozilla-release
&lt;/td&gt;&lt;td&gt;
linux-android
&lt;/td&gt;&lt;td&gt;
mobile
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/center&gt;
&lt;p&gt;
&lt;b&gt;NOTE: mobile/android has not yet landed.&lt;/b&gt;  The builds are switched over and will need to be hidden.  I'm doing that as I see them, but would appreciate any help in this matter.
&lt;/p&gt;&lt;p&gt;
The mobile team has said that &lt;code&gt;mobile/android&lt;/code&gt; is at least a few days away from landing.
&lt;/p&gt;&lt;p&gt;
&lt;b&gt;Attention project branch owners!&lt;/b&gt; If you have Android builds on your project branch:
&lt;/p&gt;&lt;ol&gt;&lt;li&gt;
You will need to merge from mozilla-central for the 'android-xul' builds to go green.
&lt;/li&gt;&lt;li&gt;
The 'android' builds will burn until mobile/android lands and you re-merge from mozilla-central.  These builds need to be hidden.
&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;
&lt;b&gt;Attention trychooser users!&lt;/b&gt;  You probably want the 'android-xul' platform.  The mozconfig situation will be a little convoluted for now, so it would be best to land a &lt;code&gt;mozconfig-extra-android-xul&lt;/code&gt; at the top of your push to make sure you get the right settings.
&lt;/p&gt;&lt;p&gt;
&lt;b&gt;Attention l10n users!&lt;/b&gt;  Due to the move of &lt;code&gt;mobile/locales&lt;/code&gt;, we have broken mobile localization on mozilla-central.  We will be fixing this and finding a single locale repack solution ASAP.
&lt;/p&gt;&lt;p&gt;
See also:
&lt;/p&gt;&lt;p&gt;
&lt;a href="https://bugzilla.mozilla.org/show_bug.cgi?id=701833"&gt;bug 701833 - hg move mobile to mobile/xul&lt;/a&gt;
&lt;br /&gt;
&lt;a href="https://bugzilla.mozilla.org/show_bug.cgi?id=701864"&gt;bug 701864 - support mobile builds+repacks out of mobile/, mobile/xul/, and mobile/android/&lt;/a&gt;
&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=escapewindow&amp;ditemid=233846" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-03:257103:233489</id>
    <link rel="alternate" type="text/html" href="http://escapewindow.dreamwidth.org/233489.html"/>
    <link rel="self" type="text/xml" href="http://escapewindow.dreamwidth.org/data/atom/?itemid=233489"/>
    <title>device_talosrunner.py: a first peek</title>
    <published>2011-11-05T02:03:28Z</published>
    <updated>2011-11-05T02:03:28Z</updated>
    <category term="mozilla"/>
    <category term="mozharness"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">&lt;p&gt;
&lt;b&gt;[what is it?]&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
&lt;code&gt;device_talosrunner.py&lt;/code&gt; is a work-in-progress &lt;a href="http://escapewindow.com/mozharness/"&gt;mozharness&lt;/a&gt; script that sets up talos and runs it against a device using either the sut or adb protocols.
&lt;/p&gt;&lt;p&gt;
It's designed to:
&lt;/p&gt;&lt;ul style="list-style-type: circle;"&gt;&lt;li&gt;
allow anyone with a [supported and rooted] Android device to run talos without building the tree;
&lt;/li&gt;&lt;li&gt;
allow someone with access to a staging/production tegra to run a production-like talos run without setting up buildbot;
&lt;/li&gt;&lt;li&gt;
at some point, become the official way we run talos on Android in production.
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
This is similar to, and parallel to, the work on &lt;a href="https://bugzilla.mozilla.org/show_bug.cgi?id=688604"&gt;&lt;code&gt;make talos-remote&lt;/code&gt;&lt;/a&gt;. However, aiui, that is developer-oriented, whereas &lt;code&gt;device_talosrunner.py&lt;/code&gt; is targeted towards someone who wants to test pre-built apks (as well as replacing our current production code).
&lt;/p&gt;&lt;p&gt;
I have used this script to run talos on both a tegra over sut, and an Asus Eee Pad Transformer using adb-over-ip, successfully.
&lt;/p&gt;&lt;p&gt;
&lt;b&gt;[how do i use it?]&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
You need:
&lt;/p&gt;&lt;ul style="list-style-type: circle;"&gt;&lt;li&gt;
python (2.5 - 2.7.x)
&lt;/li&gt;&lt;li&gt;
virtualenv
&lt;/li&gt;&lt;li&gt;
hg, to clone the various repos
&lt;/li&gt;&lt;li&gt;
a copy of &lt;a href="https://github.com/escapewindow/mozharness/tree/talosrunner"&gt;my github mozharness repo&lt;/a&gt;, on the branch 'talosrunner';
&lt;/li&gt;&lt;li&gt;
a rooted, supported Android device that is either running the sutagent, or is attach{ed,able} via adb.  The adb calls require busybox.
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
Once you have those things,
&lt;/p&gt;&lt;ol style="list-style-type: number;"&gt;&lt;li&gt;
Create a config file.  I've got a wip &lt;a href="https://github.com/escapewindow/mozharness/blob/talosrunner/configs/users/aki/tablet1.py"&gt;tablet config&lt;/a&gt; that I use for my Asus Eee Pad Transformer, and a wip &lt;a href="https://github.com/escapewindow/mozharness/blob/talosrunner/configs/users/aki/tegra1.py"&gt;tegra config&lt;/a&gt; that I use for a staging tegra.
&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;
If you're using adb-over-usb, the device needs to be connected to your desktop/laptop.  If you're using adb-over-ip or sut, specifying the device_ip should be sufficient.
&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;
If this is the first time you're running &lt;code&gt;device_talosrunner.py&lt;/code&gt;, you need a virtualenv. Run
&lt;blockquote&gt;
&lt;code&gt;mozharness/scripts/device_talosrunner.py --cfg users/aki/tablet1.py --create-virtualenv&lt;/code&gt;
&lt;/blockquote&gt;
(replacing the config file path with the path to your config file).  This will create a python virtualenv in &lt;code&gt;./venv&lt;/code&gt; and install PyYAML, a Talos dependency, into it.
&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;
Run
&lt;blockquote&gt;
&lt;code&gt;mozharness/scripts/device_talosrunner.py --cfg users/aki/tablet1.py&lt;/code&gt;
&lt;/blockquote&gt;
If the &lt;code&gt;start_python_webserver&lt;/code&gt; option is set, the script will start a webserver and point the device at it. Otherwise it'll point the device at whatever &lt;code&gt;talos_webserver&lt;/code&gt; is set.
&lt;br /&gt;&lt;br /&gt;
When this script is polished and mature, I definitely want people to be comfortable using it on their personal phones and tablets, but it's still rough around the edges.
&lt;br /&gt;&lt;br /&gt;
This will uninstall Fennec and possibly reboot your device, so &lt;b&gt;please be careful&lt;/b&gt; if you're trying this on a device/profile that you haven't backed up.
&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;
&lt;b&gt;[what's left to do?]&lt;/b&gt;
&lt;/p&gt;&lt;ul style="list-style-type: circle;"&gt;&lt;li&gt;
I've only tested a handful of talos suites against two devices; for this to be a production replacement, it needs to be able to run reliably against a large pool of devices.
&lt;/li&gt;&lt;li&gt;
This relies on a talos patch in &lt;a href="https://bugzilla.mozilla.org/show_bug.cgi?id=688604"&gt;bug 688604&lt;/a&gt; for the python webserver; I most likely need to use &lt;a href="https://github.com/mozilla/mozbase/tree/master/mozhttpd"&gt;mozhttpd&lt;/a&gt;.
&lt;/li&gt;&lt;li&gt;
I've hit issues with both m-c and birch builds, and will most likely need to make changes for the native UI.
&lt;/li&gt;&lt;li&gt;
I have an idea which would allow us to find the next available and working tegra, which may reduce red and purple Tegra results; this needs writing and testing. More on that later.
&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=escapewindow&amp;ditemid=233489" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-03:257103:233409</id>
    <link rel="alternate" type="text/html" href="http://escapewindow.dreamwidth.org/233409.html"/>
    <link rel="self" type="text/xml" href="http://escapewindow.dreamwidth.org/data/atom/?itemid=233409"/>
    <title>Gal&amp;aacute;pagos: Saturday, October 22 - Tuesday October 25: GPS -&amp;gt; GYE -&amp;gt; JFK -&amp;gt; SFO</title>
    <published>2011-11-01T08:55:17Z</published>
    <updated>2011-11-03T05:39:23Z</updated>
    <category term="galapagos"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">&lt;p&gt;
&lt;b&gt;[Endeavor -&amp;gt; Baltra airport]&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
I woke early Saturday, since I needed to put my checked luggage outside the door of my cabin before breakfast.  And since the crew had two hours between our vacating our cabins and the next week's passengers arriving to change the sheets. I decided to give them a bit more time.
&lt;/p&gt;&lt;p&gt;
The ship has a two week agenda. We saw the south and east islands; the next week's group would see the young, western islands.  Lava. Isabela and Fernandina. Flightless cormorants.  Between this and the dry/wet season split, I feel like I've seen about a quarter of what there is to see, and I didn't see everything this time around, either.
&lt;/p&gt;&lt;p&gt;
They played Lindblad Expedition videos as we waited to leave after breakfast... and I want to go on them all.  The Antarctic, yes.  Seeing the polar bear pressing its face against the ship's porthole  to look inside (and hearing Birgit talk about that, the other night) definitely whetted my appetite for the Arctic, before it's gone. The Amazon seemed fun. Baja is close but similarly matches desert and ocean. We didn't get to the Costa Rica portion; it was time to depart.
&lt;/p&gt;&lt;p&gt;
Our last zodiac ride was a bit sad. I gave Gaby a hug at the dock; all the naturalists were great but I had been with her for some of the most memorable walks.
&lt;/p&gt;&lt;center&gt;
&lt;small&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6296063999/in/set-72157628014498986/lightbox/" title="Charles Darwin Research Station by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6101/6296063999_d23930e93f_m.jpg" width="240" height="180" alt="Charles Darwin Research Station"&gt;&lt;br /&gt;gaby&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6289682809/lightbox/" title="baltra airport, galapagos by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6115/6289682809_9c2762457d_m.jpg" width="240" height="240" alt="baltra airport, galapagos"&gt;&lt;br /&gt;a blurry gaby, fernando, aura, celso&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6289699113/in/set-72157627999760462/lightbox/" title="baltra airport, galapagos by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6047/6289699113_8a382daa2e_m.jpg" width="240" height="240" alt="baltra airport, galapagos"&gt;&lt;br /&gt;sofia, juan carlos, aura&lt;/img&gt;&lt;/a&gt;
&lt;/small&gt;
&lt;/center&gt;&lt;p&gt;
I spotted the last two Giftmas items I needed for the nieces -- bought 'em and then headed into the airport, where there was free wifi. Ahhhh.
&lt;/p&gt;&lt;p&gt;
&lt;b&gt;[Guayaquil]&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
Back at Guayaquil, where we were all a bit frazzled. I wanted to go on the city tour despite only having an hour between arriving at the hotel and leaving -- essentially only a half hour in the hotel room to wash up and go out again.
&lt;/p&gt;&lt;p&gt;
I did enjoy it though, the boardwalk and the colorful old town.  Tempered by the sight of malnourished kids trying to sell candy and the knowledge that hailing a taxi on the street was asking to get robbed.
&lt;/p&gt;&lt;p&gt;
It was nice traveling with only my point and shoot and iPhone camera, after lugging two DSLRs around all week.
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6289700623/in/set-72157627999760462/lightbox/" title="guayaquil by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6046/6289700623_7bd5473350_m.jpg" width="240" height="240" alt="guayaquil"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6290220286/in/set-72157627999760462/lightbox/" title="guayaquil, old town by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6238/6290220286_9e4c5aff8a_m.jpg" width="240" height="240" alt="guayaquil, old town"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6290221762/in/set-72157627999760462/lightbox/" title="guayaquil, old town by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6054/6290221762_156b0b0a23.jpg" width="500" height="500" alt="guayaquil, old town"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
Got back, worked out, showered.  Headed down to the bar, where many of us were gathered before dinner; it was like the ship, except no soothing announcement from Cindy.
&lt;/p&gt;&lt;p&gt;
I ate with the nineteen -- those who had gone on the Machu Picchu extension trip before the Galapagos cruise.  Now I'm wondering why I hadn't gone, as well; it sounded fun and the group was very tight.  I think I was worried about needing more clothes and more camera gear, which was valid.  I think limiting myself on this first solo trip might have been good as well.
&lt;/p&gt;&lt;p&gt;
The prawns were frickin HUGE and seriously tasty.
&lt;/p&gt;&lt;p&gt;
Afterwards I joined Kristie and Maureen back at the bar and got tipsy on pricy booze and stayed up past my bedtime. It was fun though.
&lt;/p&gt;&lt;p&gt;
&lt;b&gt;[JFK]&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
The smooth travels so far? GYE -&amp;gt; JFK not so much.
&lt;/p&gt;&lt;ul style="list-style-type: circle"&gt;
&lt;li&gt;Getting called in to have my luggage opened + inspected at GYE, passing by drug sniffing dogs; not being able to communicate well with the Spanish-speaking security staff;&lt;/li&gt;
&lt;li&gt;the screaming babies on the plane all the way to JFK, and I mean screaming. all. the. way;&lt;/li&gt;
&lt;li&gt;noticing that the airline had failed to give me a US customs form after waiting in line, forcing me to double back, find a form, fill it out, and wait in line again;&lt;/li&gt;
&lt;li&gt;US customs stopping me to check my bags again at JFK&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;
all added up to a relieved Aki once I was at my hotel shortly after 11pm.
&lt;/p&gt;&lt;p&gt;
Staying in Manhattan for a day seems odd, especially after a trip to the Gal&amp;aacute;pagos. I think it was a good end to my vacation, though. A full day to myself, guided only by my iPhone, Yelp, and vague "hm, I want to [eat|see|do] ____".
&lt;/p&gt;&lt;ul style="list-style-type: circle"&gt;
&lt;li&gt;a bowl of ramen;&lt;/li&gt;
&lt;li&gt;Adorama. I got to B&amp;amp;H just when they closed, but that's definitely on my list for next time;&lt;/li&gt;
&lt;li&gt;stopped by a Barnes&amp;amp;Noble to pick up &lt;u&gt;The Beak of the Finch&lt;/u&gt;, which Alan was trying to read on the plane. It's a fascinating read so far, and I'm only a few chapters in. Much better/more thorough than the Daphne Major documentary we watched, though the documentary whetted my appetite, surely;&lt;/li&gt;
&lt;li&gt;stopped by Guitar Center on a whim;&lt;/li&gt;
&lt;li&gt;a slice of New York pizza;&lt;/li&gt;
&lt;li&gt;Zuccotti Park and #ows;&lt;/li&gt;
&lt;li&gt;a quick walk by the 9/11 tribute grounds;&lt;/li&gt;
&lt;li&gt;pastrami sammich;&lt;/li&gt;
&lt;li&gt;just a general feel for the city that you can only get by walking through it.  Bus tours have a different feel.&lt;/li&gt;
&lt;/ul&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6290237482/" title="#ows by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6032/6290237482_dbcf1eeeee_m.jpg" width="240" height="240" alt="#ows"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6278121638/" title="drum circle; #occupywallstreet still going strong. by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6060/6278121638_47fb6163a0_m.jpg" width="240" height="240" alt="drum circle; #occupywallstreet still going strong."&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
Google maps tells me a direct route from my hotel to Zuccotti Park was ~4miles. I'm guessing I walked 9-10 miles that day.
&lt;/p&gt;&lt;p&gt;
I definitely want to spend more time there at some point.
&lt;/p&gt;&lt;p&gt;
&lt;b&gt;[JFK -&amp;gt; SFO]&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
The flight home was uneventful. I'm still not all unpacked, nearly a week later.
&lt;/p&gt;&lt;p&gt;
I'm so glad I brought:
&lt;/p&gt;&lt;ul style="list-style-type: circle;"&gt;
&lt;li&gt;my &lt;a href="http://cottoncarrier.com/"&gt;cotton carrier&lt;/a&gt;; this allowed me to lug around my 100-400mm with ease.&lt;/li&gt;
&lt;li&gt;both my dslrs, though I wish I had brought my 24-105mm instead of my 17-40mm, given how often I was photographing at the 40mm end of that lens.  I was using my 7D + 100-400mm between 80-90% of the time.  still, being able to switch from telephoto to wide angle near instantaneously helped me capture a lot of shots I wouldn't have gotten otherwise.&lt;/li&gt;
&lt;li&gt;my point and shoot and underwater housing were useful, though other passengers were getting better results with smaller cheaper underwater cameras.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;
The bulk of my camera accessories (filters, mini tripod, 1.4x extender) were all unused.  Speed and not having to fiddle with things are so important when you have limited time on the islands, and when you're traveling with a group and need to keep up.
&lt;/p&gt;&lt;p&gt;
... So many great memories. I'd recommend this trip in a second. Already thinking about where I want to go next.
&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=escapewindow&amp;ditemid=233409" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-03:257103:233029</id>
    <link rel="alternate" type="text/html" href="http://escapewindow.dreamwidth.org/233029.html"/>
    <link rel="self" type="text/xml" href="http://escapewindow.dreamwidth.org/data/atom/?itemid=233029"/>
    <title>Gal&amp;aacute;pagos: Friday, October 21: Genovesa</title>
    <published>2011-11-01T07:52:56Z</published>
    <updated>2011-11-01T07:52:56Z</updated>
    <category term="galapagos"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">&lt;p&gt;
&lt;b&gt;[Prince Philip's Steps]&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
Genovesa was the bird island. The steps led up a cliff wall; at the top was a bunch of leafless trees (dry season) where red-footed boobies nested.  Red-footed boobies can, despite their webbed feet, grasp tree branches.  The branches give them cover against other birds (frigates and hawks iirc).
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6301266156/in/set-72157627900102415/lightbox/" title="genovesa by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6240/6301266156_f9e24611e9_m.jpg" width="240" height="160" alt="genovesa"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6301294680/in/set-72157627900102415/lightbox/" title="genovesa by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6055/6301294680_2f75fe3c3e.jpg" width="500" height="333" alt="genovesa"&gt;&lt;br /&gt;&lt;small&gt;red feet, blue beaks&lt;/small&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
I definitely got my practice in photographing birds in flight this day.
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6301269980/in/set-72157627900102415/lightbox/" title="genovesa by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6038/6301269980_c4efd2b8bd_m.jpg" width="240" height="160" alt="genovesa"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6301276676/in/set-72157627900102415/lightbox/" title="genovesa by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6231/6301276676_f91dbe1c51_m.jpg" width="240" height="160" alt="genovesa"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
We spent a lot of time looking for owls, and finally spotted one, far in the distance. I managed to get a number of shots at the far end of my 100-400mm, which was the highlight of the morning.
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6300746109/in/set-72157627900102415/lightbox/" title="genovesa by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6104/6300746109_61ac36368d_z.jpg" width="640" height="480" alt="genovesa"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
&lt;b&gt;[Snorkeling]&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
The snorkeling was decent. Our group managed to find Helen's sunglasses that she dropped in the water on the way down from Prince Philip's steps.  I think my underwater point-and-shoot skills were the best of the trip, though. Part of it was getting rid of the orange filter; the rest was knowing the settings that worked for me and knowing to get close.
&lt;/p&gt;&lt;center&gt;
&lt;lj-embed id="57" /&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;lj-embed id="58" /&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6300764373/in/set-72157627900102415/lightbox/" title="genovesa by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6215/6300764373_db4fd559c2.jpg" width="500" height="375" alt="genovesa"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
Practice makes perfect, I think.
&lt;/p&gt;&lt;p&gt;
&lt;b&gt;[Departure briefing]&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
Afterwards we had our departure briefing, which was sad. I left a tip for the crew+naturalists and donated to the Gal&amp;aacute;pagos Lindblad fund.
&lt;/p&gt;&lt;p&gt;
&lt;b&gt;[Regatta]&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
There was a bit of a tradition -- the passengers against the crew, in a kayak race around a zodiac and back. Cindy insisted the night before that the crew never win, but despite our best efforts, the crew came away with first prize. However, there were prizes for the first crew team and the first passenger team, and lots of amusement all around.
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6290197590/in/set-72157627999760462/lightbox/" title="kayak regatta by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6221/6290197590_7a2697101f_m.jpg" width="250" height="250" alt="kayak regatta"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
&lt;b&gt;[Darwin Bay beach trail]&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
Finally, we had a wet landing on the beach, the one wet landing where you needed shoes at all, really.  I wasn't looking forward to it since I had rubbed my feet raw in my flip-flops the very first day at Cerro Brujo, but I changed into my hiking boots on the beach and all was good.
&lt;/p&gt;&lt;p&gt;
Birds were nesting all around and flying overhead; more bird-on-the-wing photography! I spent a decent amount of time trying to catch the sunlight behind the white feathers of the swallow-tailed gull.
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6301332708/in/set-72157627900102415/lightbox/" title="genovesa by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6110/6301332708_c60358d8f4.jpg" width="500" height="333" alt="genovesa"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6301355908/in/set-72157627900102415/lightbox/" title="genovesa by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6113/6301355908_2cee0ff3c5.jpg" width="500" height="333" alt="genovesa"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6300809499/in/set-72157627900102415/lightbox/" title="genovesa by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6239/6300809499_835232c99e_m.jpg" width="240" height="160" alt="genovesa"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6300820155/in/set-72157627900102415/lightbox/" title="genovesa by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6031/6300820155_04c554d053_m.jpg" width="240" height="160" alt="genovesa"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6301343058/in/set-72157627900102415/lightbox/" title="genovesa by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6108/6301343058_03f46b7190.jpg" width="500" height="333" alt="genovesa"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
After hiking over the lava rocks to see the view, we saw gulls mating.
&lt;/p&gt;&lt;center&gt;
&lt;lj-embed id="59" /&gt;
&lt;/center&gt;&lt;p&gt;
(&lt;a href="http://www.flickr.com/photos/drkscrtlv/sets/72157627900102415/show/"&gt;slideshow&lt;/a&gt;)
&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=escapewindow&amp;ditemid=233029" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-03:257103:232858</id>
    <link rel="alternate" type="text/html" href="http://escapewindow.dreamwidth.org/232858.html"/>
    <link rel="self" type="text/xml" href="http://escapewindow.dreamwidth.org/data/atom/?itemid=232858"/>
    <title>Gal&amp;aacute;pagos: Thursday, October 20: Bartolom&amp;eacute; &amp;amp; Sombrero Chino</title>
    <published>2011-11-01T03:49:28Z</published>
    <updated>2011-11-01T03:49:28Z</updated>
    <category term="galapagos"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">&lt;p&gt;
We woke early, again, to hike to the top of Bartolom&amp;eacute; Islet, to see and photograph the iconic Gal&amp;aacute;pagos view.
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6297398327/in/set-72157628017161780/lightbox/" title="Bartolomé by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6108/6297398327_6bd42c96c1.jpg" width="500" height="268" alt="Bartolomé"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6297931444/in/set-72157628017161780/lightbox/" title="Bartolomé by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6097/6297931444_e70174be9a_m.jpg" width="240" height="160" alt="Bartolomé"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
The snorkeling off the beach of Bartolom&amp;eacute; might have been the best of the entire trip. A couple penguins jumped in the water with us, and I saw 3 different white tip reef sharks, one almost close enough to touch.
&lt;/p&gt;&lt;center&gt;
&lt;lj-embed id="49" /&gt;&lt;br /&gt;
&lt;small&gt;fish&lt;/small&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;lj-embed id="50" /&gt;&lt;br /&gt;
&lt;small&gt;shark&lt;/small&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6297414139/" title="Bartolomé by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6032/6297414139_e37f763b51_m.jpg" width="240" height="180" alt="Bartolomé"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6297416155/" title="Bartolomé by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6045/6297416155_44dd4886a8_m.jpg" width="240" height="180" alt="Bartolomé"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6297415183/in/set-72157628017161780/lightbox/" title="Bartolomé by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6104/6297415183_3eb6ac2031.jpg" width="500" height="375" alt="Bartolomé"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
I'm still very much a bad underwater photographer, but had fun doing it. Some of the others are getting some great shots underwater. I think I'd throw all mine out if they came out like that on land.
&lt;/p&gt;&lt;p&gt;
After lunch, on the way to Sombrero Chino, we passed by an island with an old crater, and in passing caught a maybe 30 second glimpse of flamingos in the lagoon inside that crater.  I managed to get a few not-too-bad-for-being-very-distant shots. It's kind of awesome how they were able to tell us practically to the minute when that view would appear.
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6297417833/in/set-72157628017161780/lightbox/" title="flamingos passing by by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6110/6297417833_c6b2283e34_m.jpg" width="240" height="160" alt="flamingos passing by"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
I missed the 2nd round of snorkeling, but caught the zodiac ride near sunset, where we saw sea lions playing near the shore. We circled several times, waiting for penguins, but nothing. As it grew dark and we prepared to turn around, a penguin swam up to the lava rocks; we converged; it climbed up and we all were taking a ton of pictures.  Then, as we watched, a bunch more penguins swam up and congregated on the rocks. Very, very special.
&lt;/p&gt;&lt;center&gt;
&lt;lj-embed id="51" /&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;lj-embed id="52" /&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6297422153/in/set-72157628017161780/lightbox/" title="Sombrero Chino by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6053/6297422153_9cdfdf566a_m.jpg" width="240" height="160" alt="Sombrero Chino"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6297424755/in/set-72157628017161780/lightbox/" title="Sombrero Chino by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6039/6297424755_16a301b5a9_m.jpg" width="240" height="160" alt="Sombrero Chino"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6297958230/in/set-72157628017161780/lightbox/" title="Sombrero Chino by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6212/6297958230_ffddff3c0b_m.jpg" width="240" height="160" alt="Sombrero Chino"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6273504512/in/set-72157627999760462/lightbox/" title="oct 20 - penguins at sombrero chino by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6104/6273504512_1662fde9e6.jpg" width="500" height="500" alt="oct 20 - penguins at sombrero chino"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
I cranked the ISO on these last two, as it got dark, so they look brighter than the earlier ones... Can you tell I don't do a lot of editing?
&lt;/p&gt;&lt;center&gt;
&lt;lj-embed id="53" /&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6297436601/in/set-72157628017161780/lightbox/" title="Sombrero Chino by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6118/6297436601_bbc219f05d_z.jpg" width="640" height="427" alt="Sombrero Chino"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
Dinner was an outdoor barbeque where Cindy, our expedition leader, told us we needed to visit South Georgia... Falklands, South Georgia, and the Antarctic peninsula is a full 3 weeks.  "Galapagos on steroids" is her description of it.
&lt;/p&gt;&lt;p&gt;
A bunch more people were out looking for activity in the water; word spreads fast.  Wasn't quite the same; headed inside and made the mistake of checking some work email.
&lt;/p&gt;&lt;p&gt;
(&lt;a href="http://www.flickr.com/photos/drkscrtlv/sets/72157628017161780/show/"&gt;slideshow&lt;/a&gt;)
&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=escapewindow&amp;ditemid=232858" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-03:257103:232465</id>
    <link rel="alternate" type="text/html" href="http://escapewindow.dreamwidth.org/232465.html"/>
    <link rel="self" type="text/xml" href="http://escapewindow.dreamwidth.org/data/atom/?itemid=232465"/>
    <title>Gal&amp;aacute;pagos: Wednesday, October 19: Santa Cruz (Cerro Dragon + Daphne Major)</title>
    <published>2011-10-31T05:23:29Z</published>
    <updated>2011-10-31T05:23:29Z</updated>
    <category term="galapagos"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">&lt;p&gt;
In the morning we went ashore at Cerro Dragon to see land iguanas -- we saw a few, but the highlight was probably both the arid landscape and the flamingos.
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6297782354/in/set-72157628016864682/lightbox/" title="Cerro Dragon by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6048/6297782354_410fc09d99_z.jpg" width="640" height="427" alt="Cerro Dragon"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6297265721/in/set-72157628016864682/lightbox/" title="Cerro Dragon by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6119/6297265721_75ef907b78_m.jpg" width="240" height="160" alt="Cerro Dragon"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6297261487/in/set-72157628016864682/lightbox/" title="Cerro Dragon by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6222/6297261487_104453986e_m.jpg" width="240" height="160" alt="Cerro Dragon"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6297259875/in/set-72157628016864682/lightbox/" title="Cerro Dragon by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6226/6297259875_e17b247302_z.jpg" width="640" height="427" alt="Cerro Dragon"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6297268729/in/set-72157628016864682/lightbox/" title="Cerro Dragon by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6103/6297268729_7ff7f92111_m.jpg" width="240" height="160" alt="Cerro Dragon"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6297255379/in/set-72157628016864682/lightbox/" title="Cerro Dragon by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6102/6297255379_9d2ffb798c_m.jpg" width="240" height="160" alt="Cerro Dragon"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
Later in the morning we went snorkeling by the cliffside to see invertebrates -- I saw coral, sea urchins, stars, a sea snake, and a sleeping sea lion -- others saw a manta ray, two octopi, and a swimming sea lion that passed right by them. Slightly jealous, but I'll live :)
&lt;/p&gt;&lt;p&gt;
After lunch Celso gave a presentation on Darwin.  I didn't go kayaking, again, but I did go on a zodiac ride... and got some pictures, notably some distorted pictures of a ray.
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6297283911/" title="_MG_1077 by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6217/6297283911_fbe36155d8_m.jpg" width="240" height="160" alt="_MG_1077"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
The "What Darwin never saw" documentary was cool -- essentially, the Gal&amp;aacute;pagos are well suited for noticeable evolution because there are multiple islands that have different climates and ecosystems that favor different traits, and there are fairly regular events where a large percentage of populations (finches, in this case) die out, favoring the traits that are best adapted for that island's ecology.
&lt;/p&gt;&lt;p&gt;
Champagne on the bow, though it got dark before we could circumnavigate Daphne Major.  After dinner, however, while I was talking with Betty about which five photos I should submit to the slideshow, Helen called us out to the deck -- there were sea lions and sharks in the water, drawn to the light. We hung out for a long while out there, watching the dark forms of sea lions hunt and the forms of sharks swimming through the water, some turtles too. That was cool.
&lt;/p&gt;&lt;p&gt;
(&lt;a href="http://www.flickr.com/photos/drkscrtlv/sets/72157628016864682/show/"&gt;Slideshow&lt;/a&gt;)
&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=escapewindow&amp;ditemid=232465" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-03:257103:232243</id>
    <link rel="alternate" type="text/html" href="http://escapewindow.dreamwidth.org/232243.html"/>
    <link rel="self" type="text/xml" href="http://escapewindow.dreamwidth.org/data/atom/?itemid=232243"/>
    <title>Gal&amp;aacute;pagos: Tuesday, October 18: Santa Cruz (Puerto Ayora)</title>
    <published>2011-10-31T03:40:17Z</published>
    <updated>2011-11-03T05:30:21Z</updated>
    <category term="galapagos"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6272932069/" title="oct 18 - headed to puerto ayora by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6052/6272932069_57e8baf6f1_m.jpg" width="240" height="240" alt="oct 18 - headed to puerto ayora"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6273463794/" title="national geographic endeavor by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6036/6273463794_5d7e8a6bdf_m.jpg" width="240" height="240" alt="national geographic endeavor"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;
&lt;p&gt;
We went ashore at Puerto Ayora, the economic hub of the islands, where we went to the Charles Darwin Research Station to see their tortoise breeding program.  So many cute tortoises!
&lt;/p&gt;&lt;p&gt;
There are tortoise species specific to each island, evolved to match the food supply. At the CDRS they breed the tortoises and bring them back to each island when they're old enough to survive on their own.
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6296069001/in/set-72157628014498986/lightbox/" title="Charles Darwin Research Station by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6050/6296069001_0121c3a7ed.jpg" width="500" height="333" alt="Charles Darwin Research Station"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6296075757/in/set-72157628014498986/lightbox/" title="Charles Darwin Research Station by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6232/6296075757_8b07f3d61d.jpg" width="500" height="333" alt="Charles Darwin Research Station"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;lj-embed id="43" /&gt;
&lt;/center&gt;&lt;p&gt;
We got to see &lt;a href="https://en.wikipedia.org/wiki/Geochelone_nigra_abingdoni"&gt;Lonesome George&lt;/a&gt;, who may be the last Pinta tortoise.
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6296618860/in/set-72157628014498986/lightbox/" title="Lonesome George by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6045/6296618860_c1c60f5eea.jpg" width="500" height="333" alt="Lonesome George"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
They also had some Gal&amp;aacute;pagos land iguanas.
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6296631532/in/set-72157628014498986/lightbox/" title="Charles Darwin Research Station by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6058/6296631532_79ce45cabf.jpg" width="500" height="333" alt="Charles Darwin Research Station"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
A few of the naturalists were able to visit their families, which was good to see.  The walk to town was fun; I picked up some presents for the family. Then we took a bus to the highlands.
&lt;/p&gt;&lt;p&gt;
The sugar cane mill was a nice diversion. I quite enjoyed lunch at a highlands restaurant called Altair. They had an owl nesting in a building in their backyard; when I went to photograph it, everyone handed me their camera to take a picture. That was fun, though I learned I don't have a clue how to navigate around manual mode on a Nikon.
&lt;/p&gt;&lt;p&gt;
The pit craters weren't particularly interesting to me, since I'm not a huge botanist, and the photo opportunities were slim.  The walk through the tortoise migratory route was pretty amazing, though, since there were dozens of tortoises, in the wild, along the way.
&lt;/p&gt;&lt;p&gt;
During that walk we also walked into a lava tube.  We also spotted a rare vermillion flycatcher.
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6296125497/in/set-72157628014498986/lightbox/" title="vermillion flycatcher by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6233/6296125497_df74747bde.jpg" width="500" height="375" alt="vermillion flycatcher"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6296658674/in/set-72157628014498986/lightbox/" title="vermillion flycatcher by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6223/6296658674_e551e925d4.jpg" width="500" height="375" alt="vermillion flycatcher"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
We picked up some high schoolers who had won a school contest, and get to ride with us on the ship.  They had never been on a boat and have never snorkeled; I learned second hand that most of the locals aren't allowed into most of the national park areas at all (97% of the islands). I do think that showing them what they're preserving will help local conservation efforts.
&lt;/p&gt;&lt;p&gt;
(&lt;a href="http://www.flickr.com/photos/drkscrtlv/sets/72157628014498986/show/"&gt;slideshow&lt;/a&gt;)
&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=escapewindow&amp;ditemid=232243" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-03:257103:231962</id>
    <link rel="alternate" type="text/html" href="http://escapewindow.dreamwidth.org/231962.html"/>
    <link rel="self" type="text/xml" href="http://escapewindow.dreamwidth.org/data/atom/?itemid=231962"/>
    <title>Gal&amp;aacute;pagos: Monday, October 17: Floreana</title>
    <published>2011-10-31T00:00:31Z</published>
    <updated>2011-11-03T05:28:18Z</updated>
    <category term="galapagos"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">&lt;p&gt;
Up at 5:45, 15 minutes before the optional wakeup call for the wet landing at Point Cormorant.
&lt;/p&gt;&lt;p&gt;
This was a sea turtle nesting spot. The nesting mostly happens at night, so we caught sight of a sea turtle in the surf, but none on land.  The salt water lagoon was low on water, which meant no shrimp, which meant no flamingos.
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6296539812/in/set-72157628014401182/lightbox/" title="Punta Cormorant by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6041/6296539812_d2bbf22836.jpg" width="500" height="333" alt="Punta Cormorant"&gt;&lt;br /&gt;&lt;small&gt;dry season&lt;/small&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6296013953/in/set-72157628014401182/lightbox/" title="Punta Cormorant by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6060/6296013953_690f054208_z.jpg" width="640" height="427" alt="Punta Cormorant"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6296016983/in/set-72157628014401182/lightbox/" title="Punta Cormorant by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6112/6296016983_64a50f03a9.jpg" width="500" height="333" alt="Punta Cormorant"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6296553948/in/set-72157628014401182/lightbox/" title="Punta Cormorant by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6047/6296553948_7b46ef6f3d.jpg" width="500" height="333" alt="Punta Cormorant"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
I skipped the quick Zodiac ride around the islands, but went for the deep water snorkeling at Champion Islet.
&lt;/p&gt;&lt;p&gt;
When we jumped overboard, the water was cool, again, but what first struck me was the hundreds and hundreds of fish swimming maybe ten feet below us.
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6296563054/in/set-72157628014401182/lightbox/" title="Champion Islet by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6225/6296563054_911151d1c5.jpg" width="500" height="375" alt="Champion Islet"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6296031099/in/set-72157628014401182/lightbox/" title="Champion Islet by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6103/6296031099_1049cf642d.jpg" width="500" height="375" alt="Champion Islet"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
We swam along the rock wall to our right, with the ocean floor going deep below us to the left, and saw many fish, some starfish, and thousands of spiny sea urchins.  The highlight was probably the diving and somersaulting young sea lion; Celso, our naturalist, somersaulted with it for a little while, which was fun to watch. I wish I had thought of getting video of that.
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6296554724/in/set-72157628014401182/lightbox/" title="Champion Islet by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6119/6296554724_39e87b5a67.jpg" width="500" height="375" alt="Champion Islet"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6296558524/in/set-72157628014401182/lightbox/" title="Champion Islet by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6058/6296558524_c09188c6ee.jpg" width="500" height="375" alt="Champion Islet"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6296028213/in/set-72157628014401182/lightbox/" title="Champion Islet by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6101/6296028213_7704b6cdf9.jpg" width="500" height="375" alt="Champion Islet"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
(Here, again, unfamiliarity with the camera bit me; I took some video of some fish, or thought I did. Afterwards I realized I had *started* recording when I thought I was *stopping* the recording, so my two underwater videos were of odd angles of nothing particularly interesting, as I swam around looking for more fish.  Good thing it was only my underwater point-n-shoot that this was true for.)
&lt;/p&gt;&lt;p&gt;
After lunch, a nap sounded more appealing than kayaking + zodiac ride + the post office barrel, so I dozed off for the afternoon. Later I found that they had spotted penguins [!] though not terribly close and against the black lava background.  Hopefully I'll be able to catch some penguins later in the week.  &lt;small&gt;(*me, reading this now: [!] :)&lt;/small&gt;
&lt;/p&gt;&lt;p&gt;
&lt;a href="http://www.nationalgeographic.com/crittercam/buhleier.html"&gt;Birgit&lt;/a&gt;'s post-dinner crittercam presentation was pretty cool.  We saw clips of emperor penguins hunting, sharks hunting, seals and sea lions capturing and eating octopi, whales feeding, sea turtles looking for mates, and even a cat catching and eating rats, all from their points of view.
&lt;/p&gt;&lt;p&gt;
Tomorrow looks amazing, at Santa Cruz -- the Tortoise Rearing Center, the Charles Darwin Research Center, a sugar cane mill, a highlands forest, and some local shops during a full day out all sound wonderful.
&lt;/p&gt;&lt;p&gt;
(&lt;a href="http://www.flickr.com/photos/drkscrtlv/sets/72157628014401182/show/"&gt;slideshow&lt;/a&gt;)
&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=escapewindow&amp;ditemid=231962" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-03:257103:231752</id>
    <link rel="alternate" type="text/html" href="http://escapewindow.dreamwidth.org/231752.html"/>
    <link rel="self" type="text/xml" href="http://escapewindow.dreamwidth.org/data/atom/?itemid=231752"/>
    <title>Gal&amp;aacute;pagos: Sunday, October 16: Espa&amp;ntilde;ola</title>
    <published>2011-10-30T23:36:53Z</published>
    <updated>2011-11-03T05:26:31Z</updated>
    <category term="galapagos"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">&lt;p&gt;
&lt;b&gt;[Dawn]&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
It's near impossible to drag me out of bed to check email and get to work. Yesterday I woke at 4:30 to fly to the Gal&amp;aacute;pagos, and today I woke at 5:50 to see the dawn across the ocean. I think morning-person-ness is all in the context.
&lt;/p&gt;&lt;p&gt;
Speaking of, in the I'm-a-bit-surprised-but-it-makes-sense-really-department: at the equator, sunrise is a few minutes off of 6am; sunset is a few minutes off of 6pm, and when it sets it sets &lt;i&gt;fast&lt;/i&gt;. And it's like that year-round.  If you're looking to bask in hours and hours of sunlight, you're better off going toward the poles during the summer.
&lt;/p&gt;&lt;p&gt;
(It was overcast and there was no magnificent sunrise to be seen; I went back to bed.)
&lt;/p&gt;&lt;p&gt;
&lt;small&gt;((My writing style is choppy &amp; mixed tense &amp; inconsistent; this is probably because I wrote the bulk of this on the ship, edited, and added more at home when prepping pictures.))&lt;/small&gt;
&lt;/p&gt;&lt;br /&gt;&lt;p&gt;
&lt;b&gt;[Espa&amp;ntilde;ola]&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
Espa&amp;ntilde;ola is the oldest of the Gal&amp;aacute;pagos islands, which are built from a volcanic hotspot in the northwest and slowly travel southeast via tectonic movement.  The southeast currents hammer the island, which is slowly dying; when it's eroded below sea level, it will be gone forever.
&lt;/p&gt;&lt;p&gt;
Espa&amp;ntilde;ola is the breeding/nesting ground for albatrosses, blue-footed boobies, and sea lions.
&lt;/p&gt;&lt;br /&gt;&lt;p&gt;
&lt;b&gt;[Deep water snorkeling]&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
Breakfast, then snorkel gear (L fits me for a shorty wetsuit) then deep water snorkeling. Cindy, our expedition leader, made this sound a bit daunting. (If you weren't sure about anything, you should practice off the beach, since otherwise you might be sitting in the Zodiac the whole time and ruining things for your buddy.)
&lt;/p&gt;&lt;p&gt;
But really, it was easy and fine and felt great going in -- water a bit cold but not too bad, especially with the wetsuit.
&lt;/p&gt;&lt;p&gt;
I was predictably awful with my unfamiliar underwater camera. I had some ideas of how to improve it the next time, and considered leaving it behind the next time too.
&lt;/p&gt;&lt;p&gt;
Sofia, the naturalist for the first snorkel group, swam with a &lt;i&gt;real&lt;/i&gt; underwater video camera. She followed schools of fish closely and was fun to watch; very graceful in the water.  Seems like a fun job :)
&lt;/p&gt;&lt;p&gt;
I didn't know it at the time, but the snorkeling would only get better from here.
&lt;/p&gt;&lt;p&gt;
I had a chance to go back to the beach afterwards, but I chose to shower and dress in a bit more of a relaxed fashion.
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6295705415/" title="Española by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6098/6295705415_842a24fdf5_m.jpg" width="240" height="180" alt="Española"&gt;&lt;br /&gt;&lt;small&gt;lobster carapace&lt;/small&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;br /&gt;&lt;p&gt;
&lt;b&gt;[Punta Suarez]&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
This was a dry landing, and a 1.5-2mi hike over rocky terrain.  It wasn't so hard, but a lot of the others had trouble with it or took the short route.
&lt;/p&gt;&lt;p&gt;
I loved it.
&lt;/p&gt;&lt;p&gt;
It was sea lion pup season; lots of babies and pregnant mothers.
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6295796383/in/set-72157627889183839/lightbox/" title="Española by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6224/6295796383_40b7dbed4b.jpg" width="500" height="333" alt="Española"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6295812905/in/set-72157627889183839/lightbox/" title="Española by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6222/6295812905_2fc1314c36.jpg" width="500" height="333" alt="Española"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6296518550/in/set-72157627889183839/lightbox/" title="Española by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6217/6296518550_02735f80cb.jpg" width="500" height="333" alt="Española"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6295814151/in/set-72157627889183839/lightbox/" title="Española by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6050/6295814151_a7f9fac3a0.jpg" width="500" height="333" alt="Española"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
It was also baby albatross season. Blue footed boobies, endemic mockingbirds, a Galapagos hawk, crabs, marine iguanas, frigate birds, albatrosses, yellow warblers.
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6295966315/in/set-72157627889183839/lightbox/" title="Española by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6239/6295966315_252402cf8a.jpg" width="500" height="333" alt="Española"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6296373214/in/set-72157627889183839/lightbox/" title="Española by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6092/6296373214_4ebfccd4d1.jpg" width="500" height="333" alt="Española"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6295958745/in/set-72157627889183839/lightbox/" title="Española by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6035/6295958745_04844c3cd6_m.jpg" width="240" height="160" alt="Española"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6296507598/lightbox/" title="Española by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6227/6296507598_f35d49c641_m.jpg" width="240" height="160" alt="Española"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
We saw an albatross mating dance.
&lt;/p&gt;&lt;center&gt;
&lt;lj-embed id="40" /&gt;
&lt;/center&gt;&lt;p&gt;
We saw a pair of blue footed boobies nesting a pebble, which they will do if they've found a good nesting site but don't have an egg yet.
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6295877535/in/set-72157627889183839/lightbox/" title="Española by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6048/6295877535_e805abd9ff.jpg" width="500" height="333" alt="Española"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6295926619/in/set-72157627889183839/lightbox/" title="Española by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6224/6295926619_712c303438.jpg" width="500" height="333" alt="Española"&gt;&lt;br /&gt;&lt;small&gt;(I really love this shot)&lt;/small&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
We saw a blowhole -- a narrow gap between rocks that the surf shot into and up with a burst of spray, maybe 20, 30 feet in the air.
&lt;/p&gt;&lt;center&gt;
&lt;lj-embed id="41" /&gt;
&lt;/center&gt;&lt;p&gt;
One of the other travelers had a 500mm lens, trying to get shots of birds on the wing, but I think I held my own with my 100-400mm.
&lt;/p&gt;&lt;p&gt;
Sea lions and blue footed boobies were directly on the path a lot of the way. I kind of want to see the wet season now, but the dry season is great for fish and birds.
&lt;/p&gt;&lt;p&gt;
After dinner one of the naturalists, Fernando, talked about how to take better pictures. I knew most of it but it was good for a review, and a lot of people asked me for help.
&lt;/p&gt;&lt;p&gt;
(&lt;a href="http://www.flickr.com/photos/drkscrtlv/sets/72157627889183839/show/"&gt;slideshow&lt;/a&gt;; lots more pics)
&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=escapewindow&amp;ditemid=231752" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-03:257103:231512</id>
    <link rel="alternate" type="text/html" href="http://escapewindow.dreamwidth.org/231512.html"/>
    <link rel="self" type="text/xml" href="http://escapewindow.dreamwidth.org/data/atom/?itemid=231512"/>
    <title>Gal&amp;aacute;pagos: Saturday, October 15: San Crist&amp;oacute;bal</title>
    <published>2011-10-29T05:03:12Z</published>
    <updated>2011-11-03T05:06:05Z</updated>
    <category term="galapagos"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">&lt;p&gt;
We woke early to eat breakfast then fly to San Crist&amp;oacute;bal. The bulk of our party had arrived late the night before, so this was the first time I saw most of them. I was predictably antisocial, but some of them were friendly enough to overcome even that.
&lt;/p&gt;&lt;p&gt;
The flight was very quick and very simple. They allowed water bottles on the plane; you didn't have to de-shoe to get through security. They did spray all of our carryons in the overhead compartment shortly before landing, but that was only slightly odd.
&lt;/p&gt;&lt;p&gt;
I did a little early Giftmas shopping at the airport, then we were off to the docks, where the water was a gorgeous clear deep blue.
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6290183772/" title="san cristobal by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6115/6290183772_0daf95dd16_m.jpg" width="240" height="179" alt="san cristobal"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6289667257/" title="san cristobal by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6113/6289667257_4c24c227ce_m.jpg" width="240" height="179" alt="san cristobal"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6289672127/" title="san cristobal by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6114/6289672127_5654bda7df_m.jpg" width="240" height="179" alt="san cristobal"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6290193442/" title="san cristobal by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6235/6290193442_51c23edd07_m.jpg" width="240" height="179" alt="san cristobal"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
A cute little sea lion was lying on the dock behind a bench, where it honked at people who got too close.
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6273435664/" title="San Cristobal sea lion by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6043/6273435664_faba0a5ef7.jpg" width="500" height="374" alt="San Cristobal sea lion"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
We received our first life vest training, as well as our first Zodiac training, and we were zipped off to the Endeavor on a Zodiac.  I did picture the back of my backpack popping open and dropping my gear into the ocean, I have to admit.
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6290620596/" title="cabin 310 by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6212/6290620596_4d41a88e1a_m.jpg" width="240" height="180" alt="cabin 310"&gt;&lt;br /&gt;&lt;small&gt;cabin 310&lt;/small&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
My cabin is nice and roomy and evidently I overpacked. Right off the bat, I could tell I didn't need:
&lt;/p&gt;&lt;ul style="list-style-type: circle;"&gt;&lt;li&gt;
power strip; if there's no free wifi the laptop doesn't need constant charging;
&lt;/li&gt;&lt;li&gt;
shampoo + conditioner; they provide it.  Glad I only packed a small bit of conditioner;
&lt;/li&gt;&lt;li&gt;
lotion: ditto;
&lt;/li&gt;&lt;li&gt;
quick dry towels: they provide towels in the bathroom as well as beach towels when we go ashore;
&lt;/li&gt;&lt;li&gt;
first aid kit: they've got it covered;
&lt;/li&gt;&lt;li&gt;
laundry kit: there's a line in the shower;
&lt;/li&gt;&lt;li&gt;
water bottle. I didn't bring mine, but I was thinking of bringing it. They give you one to use.
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
We had a briefing and an alarm drill. I bought some internet time and logged on for a few slow loading minutes.  There was a whale sighting but I didn't really get anything even remotely resembling a decent shot.
&lt;/p&gt;&lt;p&gt;
I finished Dexter season 5: good, but season 4 has raised the bar to an impossible level, really.
&lt;/p&gt;&lt;p&gt;
Our first landing: Cerro Brujo. This was a beach, and therefore a water landing. I was carrying a little too much this time, and pared down for the next landing.
&lt;/p&gt;&lt;p&gt;
There were sea lions lying on the beach, all over the beach.
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6290114135/" title="Cerro Brujo by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6221/6290114135_3517d2a315.jpg" width="500" height="333" alt="Cerro Brujo"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6290625778/" title="Cerro Brujo by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6094/6290625778_9e0ebf7f98_z.jpg" width="640" height="427" alt="Cerro Brujo"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6290120335/" title="Cerro Brujo by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6227/6290120335_f2fb7135ce.jpg" width="500" height="333" alt="Cerro Brujo"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6290640086/" title="Cerro Brujo by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6236/6290640086_08aafcc469.jpg" width="500" height="333" alt="Cerro Brujo"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6290641668/" title="Cerro Brujo by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6044/6290641668_2edcbbd475.jpg" width="500" height="333" alt="Cerro Brujo"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
We caught sight of a swallow-tailed gull, with red eyes.
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6290628842/" title="Cerro Brujo by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6043/6290628842_9cca113c1e_m.jpg" width="240" height="160" alt="Cerro Brujo"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6290630038/" title="Cerro Brujo by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6094/6290630038_932f200860_m.jpg" width="160" height="240" alt="Cerro Brujo"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6290631120/" title="Cerro Brujo by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6101/6290631120_20155342de.jpg" width="333" height="500" alt="Cerro Brujo"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
And I saw, photographed, and filmed a frigate bird and a blue-footed boobie fighting over a fish; that was probably the highlight for me.
&lt;/p&gt;&lt;center&gt;
&lt;lj-embed id="35" /&gt;&lt;p&gt;&lt;a href="http://vimeo.com/31285188"&gt;frigate vs blue-footed boobie&lt;/a&gt; from &lt;a href="http://vimeo.com/escapewindow"&gt;Aki Sasaki&lt;/a&gt; on &lt;a href="http://vimeo.com"&gt;Vimeo&lt;/a&gt;.&lt;/p&gt;
&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6290119063/" title="Cerro Brujo by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6051/6290119063_35a317cc90.jpg" width="500" height="333" alt="Cerro Brujo"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6290116553/" title="Cerro Brujo by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6097/6290116553_433ba01926.jpg" width="500" height="333" alt="Cerro Brujo"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6290117857/" title="Cerro Brujo by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6042/6290117857_09928767bb.jpg" width="500" height="333" alt="Cerro Brujo"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6290633816/" title="Cerro Brujo by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6233/6290633816_874bbdfeab.jpg" width="500" height="333" alt="Cerro Brujo"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/center&gt;&lt;p&gt;
The Zodiac ride in was pretty cool too, though I was slightly worrying about my hat flying off and not accidentally dropping my camera.
&lt;/p&gt;&lt;p&gt;
Afterwards, drinks + crew introductions, then dinner, then I showered + hand laundered 2 days' worth of clothes. (I eventually gave in and paid for laundry, though.)
&lt;/p&gt;&lt;p&gt;
(&lt;a href="http://www.flickr.com/photos/drkscrtlv/sets/72157627876215773/show/"&gt;slideshow&lt;/a&gt;)
&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=escapewindow&amp;ditemid=231512" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-03:257103:231368</id>
    <link rel="alternate" type="text/html" href="http://escapewindow.dreamwidth.org/231368.html"/>
    <link rel="self" type="text/xml" href="http://escapewindow.dreamwidth.org/data/atom/?itemid=231368"/>
    <title>Galápagos: Thursday, October 13 - Friday, October 14: SFO -&amp;gt; JFK -&amp;gt; GYE</title>
    <published>2011-10-29T04:46:17Z</published>
    <updated>2011-10-29T04:46:17Z</updated>
    <category term="galapagos"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">&lt;p&gt;
I arrived in Guayaquil, Ecuador, early on Friday morning.
&lt;/p&gt;&lt;p&gt;
Already some of my biggest worries were over:
&lt;/p&gt;&lt;ul style="list-style-type: circle;"&gt;&lt;li&gt;
the transfer between United and LAN Ecuador at JFK went fairly smooth, and the 4.5 hour layover was pleasant &lt;a href="http://www.flickr.com/photos/drkscrtlv/6241880849/" title="October 13 by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6151/6241880849_67007d5c89_m.jpg" width="179" height="240" alt="October 13"&gt;&lt;/img&gt;&lt;/a&gt;;
&lt;/li&gt;&lt;li&gt;
Dexter season 5 on my iPhone made the flights go by quickly, and my New Trent battery would have lasted me for significantly longer than my 20+ hours traveling;
&lt;/li&gt;&lt;li&gt;
on a related note, I managed to live without having packed any real books [!];
&lt;/li&gt;&lt;li&gt;
I had no issues with customs or luggage;
&lt;/li&gt;&lt;li&gt;
I wasn't the only one on the flight from JFK, the expedition met us after customs, and the hotel shuttle was quick and comfy;
&lt;/li&gt;&lt;li&gt;
I met a few fellow travelers to the Gal&amp;aacute;pagos, and while they were all above retirement age, most of them were quite friendly.
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
This was my very first time south of the equator. I managed to resist spending the whole day flushing the toilet and watching which way the water drained.
&lt;/p&gt;&lt;p&gt;
My Spanish is awful and practically nonexistent.
&lt;/p&gt;&lt;p&gt;
I napped quite a while; I thought I'd snooze for an hour or two but ended up dozing off from 9am-1pm.
&lt;/p&gt;&lt;p&gt;
I had the opportunity to wander around a foreign city, but I was more interested in washing off travel grime and losing some of the stress and sleep debt accumulated previously.
&lt;/p&gt;&lt;center&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/6272884937/" title="Guayaquil oct 14 by escapewindow, on Flickr"&gt;&lt;img src="http://farm7.static.flickr.com/6113/6272884937_3ed58cdfbc.jpg" width="500" height="500" alt="Guayaquil oct 14"&gt;
&lt;br /&gt;&lt;small&gt;Guayaquil, from my hotel room&lt;/small&gt;&lt;/img&gt;&lt;/a&gt;&lt;/center&gt;
&lt;p&gt;
Gym + shower + a late lunch, at an Ecuadorian Japanese restaurant, which I don't particularly recommend trying.  Rugby on television was amusing and bemusing; lateral lateral run tackle lateral run tackle lateral run tackle turnover lateral run grab kick, all in about the time it takes to read this sentence.  Some Al Jazeera English, then I dozed off again from about 6pm til about 4:30am, an hour fifteen before my wakeup call.
&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=escapewindow&amp;ditemid=231368" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-03:257103:231122</id>
    <link rel="alternate" type="text/html" href="http://escapewindow.dreamwidth.org/231122.html"/>
    <link rel="self" type="text/xml" href="http://escapewindow.dreamwidth.org/data/atom/?itemid=231122"/>
    <title>mozharness: actions</title>
    <published>2011-10-12T07:11:44Z</published>
    <updated>2011-10-12T07:11:44Z</updated>
    <category term="mozilla"/>
    <category term="mozharness"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">&lt;p&gt;
&lt;a href="http://escapewindow.dreamwidth.org/223757.html"&gt;&lt;i&gt;that allows production infrastructure and individual developers to use the same scripts.&lt;/i&gt;&lt;/a&gt;
&lt;/p&gt;&lt;p&gt;
&lt;b&gt;What are actions?&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
Actions are discrete logical steps to a script, similar to [simple] makefile targets.
&lt;/p&gt;&lt;p&gt;
Since certain actions, like &lt;code&gt;upload&lt;/code&gt; or &lt;code&gt;notify&lt;/code&gt; might not be useful to certain consumers of a script, it's helpful to be able to turn those off.
&lt;/p&gt;&lt;p&gt;
Versatile, reusable &lt;a href="http://escapewindow.dreamwidth.org/230482.html"&gt;configs&lt;/a&gt; are key to sharing scripts between automation and users with different workflows.  Actions are another key ingredient.
&lt;/p&gt;&lt;br /&gt;&lt;p&gt;
&lt;b&gt;What are default actions?&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
&lt;code&gt;default_actions&lt;/code&gt; is a subset of &lt;code&gt;all_actions&lt;/code&gt;, and specifies the list of actions to run if no action-specific command line options are specified.
&lt;/p&gt;&lt;p&gt;
Using the &lt;code&gt;configtest.py&lt;/code&gt; script as an example:
&lt;/p&gt;&lt;blockquote&gt;&lt;pre&gt;
deathduck:~/src/clean/mozharness [19:09:59] (default)
621$ scripts/configtest.py --list-actions
Actions available: list-config-files, test-json-configs, test-python-configs
Default actions: test-json-configs, test-python-configs
&lt;/pre&gt;&lt;/blockquote&gt;&lt;p&gt;
These are specified &lt;a href="http://hg.mozilla.org/build/mozharness/file/e9a73bfed62c/scripts/configtest.py#l70"&gt;here&lt;/a&gt;.
&lt;/p&gt;&lt;p&gt;
It's now possible to specify your own &lt;code&gt;default_actions&lt;/code&gt; in your config file, so if you want to run a script with a different set of default actions, you can do so without copy/pasting a ton of command line arguments.
&lt;/p&gt;&lt;br /&gt;&lt;p&gt;
&lt;b&gt;How is the list of actions-to-run generated?&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
I have that documented &lt;a href="http://hg.mozilla.org/build/mozharness/file/e9a73bfed62c/mozharness/base/config.py#l366"&gt;here&lt;/a&gt;.
&lt;/p&gt;&lt;p&gt;
Using &lt;code&gt;configtest.py&lt;/code&gt; as an example again:
&lt;/p&gt;&lt;blockquote&gt;&lt;pre&gt;
# Only run the list-config-files action
configtest.py --list-config-files

# Run the list-config-files and test-json-configs actions
configtest.py --list-config-files --test-json-configs
# or
configtest.py --action list-config-files,test-json-configs
# or
configtest.py --action list-config-files --action test-json-configs

# Run list-config-files in addition to the default actions
configtest.py --add-action list-config-files

# Run the default actions, but not test-python-configs
configtest.py --no-test-python-configs
&lt;/pre&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;p&gt;
&lt;b&gt;How are the actions run in the script?&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
That's handled by &lt;a href="http://hg.mozilla.org/build/mozharness/file/e9a73bfed62c/mozharness/base/script.py#l484"&gt;BaseScript.run()&lt;/a&gt;:
&lt;/p&gt;&lt;ol style="list-style-type: lower-alpha"&gt;&lt;li&gt;
Change all dashes in the action name to underscores; that's the method to call
&lt;/li&gt;&lt;li&gt;
If the action is not in the list of actions to run, skip + go to the next action.
&lt;/li&gt;&lt;li&gt;
if &lt;code&gt;preflight_METHODNAME&lt;/code&gt; exists, run that before running &lt;code&gt;METHODNAME&lt;/code&gt;.
&lt;/li&gt;&lt;li&gt;
Call &lt;code&gt;METHODNAME&lt;/code&gt;.
&lt;/li&gt;&lt;li&gt;
If &lt;code&gt;postflight_METHODNAME&lt;/code&gt; exists, run that after running &lt;code&gt;METHODNAME&lt;/code&gt;.
&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;p&gt;
&lt;a href="http://escapewindow.dreamwidth.org/223757.html"&gt;Mozharness home&lt;/a&gt;
&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=escapewindow&amp;ditemid=231122" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-03:257103:230853</id>
    <link rel="alternate" type="text/html" href="http://escapewindow.dreamwidth.org/230853.html"/>
    <link rel="self" type="text/xml" href="http://escapewindow.dreamwidth.org/data/atom/?itemid=230853"/>
    <title>mozharness: logging</title>
    <published>2011-10-12T01:30:00Z</published>
    <updated>2011-10-12T01:30:00Z</updated>
    <category term="mozilla"/>
    <category term="mozharness"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">&lt;p&gt;
&lt;a href="http://escapewindow.dreamwidth.org/223757.html"&gt;&lt;i&gt;with full logging&lt;/i&gt;&lt;/a&gt;
&lt;/p&gt;&lt;p&gt;
&lt;b&gt;Why so many log files?&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
This is the &lt;a href="http://hg.mozilla.org/build/mozharness/file/e76fdabbca55/mozharness/base/log.py#l295"&gt;MultiFileLogger&lt;/a&gt;, which creates a log file per log level.  We could just as easily default to the &lt;a href="http://hg.mozilla.org/build/mozharness/file/e76fdabbca55/mozharness/base/log.py#l273"&gt;SimpleFileLogger&lt;/a&gt; or write a new class, e.g. a MultiNetworkLogger.
&lt;/p&gt;&lt;blockquote&gt;&lt;pre&gt;
deathduck:~/src/clean/mozharness [17:39:57] (default)
608$ ls -l logs
total 24
drwxr-xr-x   8 asasaki  staff   272B Oct 11 17:18 ./
drwxr-xr-x  15 asasaki  staff   510B Oct 11 17:18 ../
-rw-r--r--   1 asasaki  staff     0B Oct 11 17:18 log_critical.log
-rw-r--r--   1 asasaki  staff     0B Oct 11 17:18 log_error.log
-rw-r--r--   1 asasaki  staff     0B Oct 11 17:18 log_fatal.log
-rw-r--r--   1 asasaki  staff   5.1K Oct 11 17:18 log_info.log
-rw-r--r--   1 asasaki  staff   3.6K Oct 11 17:18 log_raw.log
-rw-r--r--   1 asasaki  staff     0B Oct 11 17:18 log_warning.log
&lt;/pre&gt;&lt;/blockquote&gt;&lt;p&gt;
Because each log file is a superset of all levels above it, you can easily glance at the warning or error log file and determine whether the script detected any warnings or errors.
&lt;br /&gt;
(debug &amp;gt; info &amp;gt; warning &amp;gt; error &amp;gt; critical &amp;gt; fatal, where '&amp;gt;' means is-a-superset-of)
&lt;/p&gt;&lt;p&gt;
These are all standard &lt;a href="http://docs.python.org/library/logging.html"&gt;logging module&lt;/a&gt; levels except for &lt;code&gt;FATAL&lt;/code&gt;, which I added to indicate a critical error that should also exit the script.
&lt;/p&gt;&lt;br /&gt;&lt;p&gt;
&lt;b&gt;What do Mozharness logs look like?&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
Here's a snippet from running &lt;code&gt;scripts/configtest.py&lt;/code&gt; (without arguments):
&lt;/p&gt;&lt;blockquote&gt;&lt;pre&gt;
17:18:00     INFO - Testing /src/clean/mozharness/scripts/../configs/deb_repos/staging_release_mozilla-release.py.
17:18:00     INFO - Good.
17:18:00     INFO - Testing /src/clean/mozharness/scripts/../configs/test/test.py.
17:18:00     INFO - Good.
17:18:00     INFO - 5 of 5 python config files were good.
17:18:00     INFO - #####
17:18:00     INFO - ##### ConfigTest summary:
17:18:00     INFO - #####
17:18:00     INFO - 17 of 17 json config files were good.
17:18:00     INFO - 5 of 5 python config files were good.
&lt;/pre&gt;&lt;/blockquote&gt;&lt;p&gt;
The timestamp and log level are prepended to most log files and the console output.  By default, we also create a raw log without that information, which is potentially more scrape-friendly.
&lt;/p&gt;&lt;br /&gt;&lt;p&gt;
&lt;b&gt;How does Mozharness detect errors?&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
The core error detection is through the &lt;a href="http://hg.mozilla.org/build/mozharness/file/e76fdabbca55/mozharness/base/script.py#l240"&gt;ShellMixin.run_command&lt;/a&gt; &lt;code&gt;error_list&lt;/code&gt;.
&lt;/p&gt;&lt;p&gt;
Generic error lists are defined in &lt;a href="http://hg.mozilla.org/build/mozharness/file/e76fdabbca55/mozharness/base/errors.py#l59"&gt;errors.py&lt;/a&gt;.  These are ordered lists of substrings and/or regular expressions, which, if matched against a log line, determines its log level.  When we hit a match, we exit the loop.
&lt;/p&gt;&lt;p&gt;
Two very important features I want to add here:
&lt;/p&gt;&lt;ol style="list-style-type: lower-roman"&gt;&lt;li&gt;
&lt;i&gt;context lines&lt;/i&gt;:
&lt;p&gt;
If we set &lt;code&gt;'context_lines': (10, 3)&lt;/code&gt;, I want ten lines up and three lines down to also be marked at this log level.&lt;br /&gt;
This requires buffering lines before outputting to the log file and/or console.
&lt;/p&gt;&lt;p&gt;
This allows for more useful contents in the error log. Rather than only highlighting, say, &lt;code&gt;make: *** [all] Error 2&lt;/code&gt;, you can also include some lines of context above and/or below that line.
&lt;/p&gt;
&lt;/li&gt;&lt;li&gt;
&lt;i&gt;explanations&lt;/i&gt;, to translate obscure error messages into "this probably means [insert human readable message here]".  More &lt;a href="https://github.com/escapewindow/mozharness/blob/a0f12802c04dadf81232978f6284b5da6ad3a745/mozharness/base/errors.py#L49"&gt;here&lt;/a&gt;.
&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;p&gt;
&lt;a href="http://escapewindow.com/mozharness/"&gt;Mozharness home&lt;/a&gt;
&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=escapewindow&amp;ditemid=230853" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-03:257103:230482</id>
    <link rel="alternate" type="text/html" href="http://escapewindow.dreamwidth.org/230482.html"/>
    <link rel="self" type="text/xml" href="http://escapewindow.dreamwidth.org/data/atom/?itemid=230482"/>
    <title>mozharness: config</title>
    <published>2011-10-12T00:09:31Z</published>
    <updated>2011-10-12T00:09:31Z</updated>
    <category term="mozilla"/>
    <category term="mozharness"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">&lt;p&gt;
&lt;a href="http://escapewindow.dreamwidth.org/223757.html"&gt;&lt;i&gt;Mozharness is a configuration-driven script harness&lt;/i&gt;&lt;/a&gt;
&lt;/p&gt;&lt;p&gt;
&lt;b&gt;How is configuration specified in Mozharness?&lt;/b&gt;
&lt;/p&gt;&lt;ul style="list-style-type: circle"&gt;&lt;li&gt;
A script can define an optional initial config, as a &lt;a href="http://hg.mozilla.org/build/mozharness/file/e76fdabbca55/scripts/mozmill_updates.py#l114"&gt;dictionary&lt;/a&gt; or a &lt;a href="http://hg.mozilla.org/build/mozharness/file/e76fdabbca55/test/test_base_config.py#l37"&gt;config file&lt;/a&gt;.
&lt;/li&gt;&lt;li&gt;
Next, if we specify &lt;code&gt;--config-file FILE&lt;/code&gt; on the command line, that file's contents will be added to &lt;code&gt;self.config&lt;/code&gt;.
&lt;li&gt;
Finally, command line options are added to &lt;code&gt;self.config&lt;/code&gt;.
&lt;/li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
If the same config key is specified in multiple locations, the command line takes precedence over the config file, which takes precedence over the initial config [file].
&lt;br /&gt;
(&lt;code&gt;command line options &amp;gt; config file &amp;gt; initial config &amp;gt; initial config file&lt;/code&gt;)
&lt;/p&gt;&lt;br /&gt;&lt;p&gt;
&lt;b&gt;How does a script add command line options?&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
The command line options are all &lt;a href="http://docs.python.org/library/optparse.html"&gt;optparse&lt;/a&gt;-based.
&lt;/p&gt;&lt;p&gt;
Since there's a &lt;a href="http://hg.mozilla.org/build/mozharness/file/e76fdabbca55/mozharness/base/config.py#l211"&gt;global list of command line arguments&lt;/a&gt; for all mozharness scripts, I'm currently passing in an &lt;a href="http://hg.mozilla.org/build/mozharness/file/e76fdabbca55/scripts/sourcetool.py#l90"&gt;additional list&lt;/a&gt; from scripts to add to that global list.
&lt;/p&gt;&lt;br /&gt;&lt;p&gt;
&lt;b&gt;What does a config file look like?&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
Here's a &lt;a href="http://hg.mozilla.org/build/mozharness/file/e76fdabbca55/configs/multi_locale/mozilla-central_linux-android.json"&gt;json&lt;/a&gt; config file, and a WIP &lt;a href="https://github.com/escapewindow/mozharness/blob/a0f12802c04dadf81232978f6284b5da6ad3a745/configs/users/aki/tablet1.py"&gt;python&lt;/a&gt; config file.
&lt;/p&gt;&lt;p&gt;
We can currently specify anything here. I have a &lt;a href="http://hg.mozilla.org/build/mozharness/file/e76fdabbca55/scripts/configtest.py"&gt;config file well-formedness checker&lt;/a&gt;, but I'd love to test for misspellings or missing/extraneous config options as well.
&lt;/p&gt;&lt;br /&gt;&lt;p&gt;
&lt;b&gt;How do we set the config to read-only?&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
This is handled by &lt;a href="http://hg.mozilla.org/build/mozharness/file/e76fdabbca55/mozharness/base/script.py#l475"&gt;locking&lt;/a&gt; the &lt;a href="http://hg.mozilla.org/build/mozharness/file/e76fdabbca55/mozharness/base/config.py#l97"&gt;ReadOnlyDict&lt;/a&gt;.
&lt;/p&gt;&lt;p&gt;
I cover &lt;i&gt;why&lt;/i&gt; &lt;a href="http://escapewindow.dreamwidth.org/223757.html"&gt;here&lt;/a&gt;.
&lt;/p&gt;&lt;br /&gt;&lt;p&gt;
&lt;b&gt;What is the volatile config?&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
After locking the read-only config, mozharness dumps a copy of the running config in a file called &lt;code&gt;localconfig.json&lt;/code&gt;, which can be reused or inspected later.
&lt;/p&gt;&lt;p&gt;
If you specify set of &lt;i&gt;actions&lt;/i&gt; to run, that information will currently be saved with the rest of your config.  The next time someone runs the script with that config file, that set of non-default actions might be unexpected and undesirable.
&lt;/p&gt;&lt;p&gt;
Previously, I discarded action config before dumping that file. In the &lt;a href="https://github.com/escapewindow/mozharness/tree/talosrunner"&gt;talosrunner branch&lt;/a&gt;, I'm now &lt;a href="https://github.com/escapewindow/mozharness/blob/talosrunner/mozharness/base/config.py#L419"&gt;moving action-specific config&lt;/a&gt; to self.config['volatile_config']; we'll have the choice whether to re-use that or ignore it in future runs.
&lt;/p&gt;&lt;p&gt;
If I ever fully support &lt;code&gt;--dry-run&lt;/code&gt; / &lt;code&gt;--noop&lt;/code&gt;, that will likely be another candidate for a volatile config option.
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;
&lt;a href="http://escapewindow.com/mozharness/"&gt;mozharness home&lt;/a&gt;
&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=escapewindow&amp;ditemid=230482" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-03:257103:230166</id>
    <link rel="alternate" type="text/html" href="http://escapewindow.dreamwidth.org/230166.html"/>
    <link rel="self" type="text/xml" href="http://escapewindow.dreamwidth.org/data/atom/?itemid=230166"/>
    <title>1890</title>
    <published>2011-10-02T20:06:59Z</published>
    <updated>2011-10-02T20:06:59Z</updated>
    <category term="san francisco"/>
    <category term="other people's art"/>
    <category term="open studios"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">&lt;p&gt;
If you only make it to one Open Studios stop a year, make it 1890 Bryant (SF, weekend 1).
&lt;/p&gt;&lt;p&gt;
I only made it to one Open Studios stop this weekend, and saw:
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;
&lt;a href="http://ginatecson.com/"&gt;Gina Tecson&lt;/a&gt; - night photo paintings of sf
&lt;/li&gt;&lt;li&gt;
&lt;a href="http://michellejader.com"&gt;Michelle Jader&lt;/a&gt; - translucent layered figures a la analog animation
&lt;/li&gt;&lt;li&gt;
&lt;a href="http://michaelkerbow.com"&gt;Michael Kerbow&lt;/a&gt; - crowded surreal cityscapes (&lt;a href="http://michaelkerbow.blogspot.com/2011/05/painting-comes-to-life.html?spref=tw"&gt;blog&lt;/a&gt;)
&lt;/li&gt;&lt;li&gt;
&lt;a href="http://www.charlesstinson.com/Galleries/Sculpture-SFChess/index.html"&gt;Charles H Stinson&lt;/a&gt; - charicature-esque brass sculpture
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;
I missed Peggy Gyulai for the second time, but it looks like she has an open &lt;a href="http://www.peggygyulai.com/Peggy_Gyulai_Studio/News.html"&gt;exhibition at 201 California&lt;/a&gt; that I might check out later.
&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=escapewindow&amp;ditemid=230166" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-03:257103:229970</id>
    <link rel="alternate" type="text/html" href="http://escapewindow.dreamwidth.org/229970.html"/>
    <link rel="self" type="text/xml" href="http://escapewindow.dreamwidth.org/data/atom/?itemid=229970"/>
    <title>open studios weekend 1</title>
    <published>2011-10-02T08:28:05Z</published>
    <updated>2011-10-02T08:28:05Z</updated>
    <category term="san francisco"/>
    <category term="other people's art"/>
    <category term="open studios"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">&lt;p&gt;
This year my energy and attention are definitely elsewhere; I admire the me of &lt;a href="http://escapewindow.dreamwidth.org/tag/open+studios"&gt;years past&lt;/a&gt;.
&lt;/p&gt;&lt;p&gt;
Just in case I manage to visit some open studios before the Patriots-at-Raiders game:
&lt;/p&gt;


&lt;p&gt;
&lt;a href="http://maps.google.com/maps?hl=en&amp;amp;q=1890+Bryant+Street&amp;amp;um=1&amp;amp;ie=UTF-8&amp;amp;hq=&amp;amp;hnear=0x808f7e304e72560d:0xfd245624ab41e0ba,1890+Bryant+St,+San+Francisco,+CA+94110&amp;amp;gl=us&amp;amp;ei=CBOIToXwBZSztwf9m5U2&amp;amp;sa=X&amp;amp;oi=geocode_result&amp;amp;ct=image&amp;amp;resnum=2&amp;amp;ved=0CCYQ8gEwAQ"&gt;1890 Bryant St&lt;/a&gt; is always a gold mine of art:
&lt;/p&gt;
&lt;blockquote&gt;
&lt;a href="http://www.robertreed.info"&gt;Robert Reed&lt;/a&gt;
(&lt;a href="http://www.artspan.org/artist/robertreed"&gt;artspan&lt;/a&gt;)
&lt;br /&gt;
&lt;img src="http://darksecretlove.com/images/lj/2011/islands_in_the_streamf.jpg" /&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.peggygyulai.com"&gt;Peggy Gyulai&lt;/a&gt;
(&lt;a href="http://www.artspan.org/artist/peggy-gyulai"&gt;artspan&lt;/a&gt;)
&lt;br /&gt;
&lt;img width="220" src="http://darksecretlove.com/images/lj/2011/peggygyulai.jpg" /&gt;
&lt;/blockquote&gt;
&lt;br /&gt;

&lt;p&gt;
&lt;a href="http://maps.google.com/maps?hl=en&amp;amp;q=499+Alabama+Street&amp;amp;um=1&amp;amp;ie=UTF-8&amp;amp;hq=&amp;amp;hnear=0x808f7e306fb59fb7:0x595e04660847bd91,499+Alabama+St,+San+Francisco,+CA&amp;amp;gl=us&amp;amp;ei=EhOITtGqIM2gtweL-5VQ&amp;amp;sa=X&amp;amp;oi=geocode_result&amp;amp;ct=image&amp;amp;resnum=1&amp;amp;ved=0CBsQ8gEwAA"&gt;499 Alabama St&lt;/a&gt;
&lt;/p&gt;
&lt;blockquote&gt;
&lt;a href="http://www.victorcartagena.net/"&gt;Victor Cartagena&lt;/a&gt;
(&lt;a href="http://www.artspan.org/artist/victorcartagena"&gt;artspan&lt;/a&gt;)
&lt;br /&gt;
&lt;img width="220" height="220" src="http://darksecretlove.com/images/lj/2011/picture_39.png" /&gt;&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=escapewindow&amp;ditemid=229970" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-03:257103:229826</id>
    <link rel="alternate" type="text/html" href="http://escapewindow.dreamwidth.org/229826.html"/>
    <link rel="self" type="text/xml" href="http://escapewindow.dreamwidth.org/data/atom/?itemid=229826"/>
    <title>mozharness 0.4</title>
    <published>2011-09-30T22:33:49Z</published>
    <updated>2011-09-30T22:33:49Z</updated>
    <category term="mozilla"/>
    <category term="mozharness"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">&lt;p&gt;
I landed mozharness 0.4 today (&lt;a href="http://hg.mozilla.org/build/mozharness/rev/2091ae4c21ec"&gt;2091ae4c21ec&lt;/a&gt;).
&lt;/p&gt;&lt;p&gt;
Some notable points:
&lt;ul&gt;&lt;li&gt;
&lt;a href="http://escapewindow.com/mozharness/"&gt;documentation&lt;/a&gt;;
&lt;/li&gt;&lt;li&gt;
&lt;a href="http://hg.mozilla.org/build/mozharness/file/2091ae4c21ec/CHANGES#l37"&gt;python virtualenv creation&lt;/a&gt;;
&lt;/li&gt;&lt;li&gt;
&lt;a href="http://hg.mozilla.org/build/mozharness/file/2091ae4c21ec/CHANGES#l77"&gt;new MercurialVCS&lt;/a&gt; and &lt;a href="http://hg.mozilla.org/build/mozharness/file/2091ae4c21ec/CHANGES#l228"&gt;sourcetool&lt;/a&gt;, based on &lt;a href="http://hg.mozilla.org/build/tools/file/ae083c31d789/lib/python/util/hg.py"&gt;lib/python/util/hg&lt;/a&gt; and &lt;a href="http://hg.mozilla.org/build/tools/file/ae083c31d789/buildfarm/utils/hgtool.py"&gt;hgtool&lt;/a&gt; (&lt;a href="https://bugzilla.mozilla.org/show_bug.cgi?id=650882"&gt;bug 650882&lt;/a&gt;);
&lt;/li&gt;&lt;li&gt;
&lt;a href="http://hg.mozilla.org/build/mozharness/file/2091ae4c21ec/CHANGES#l254"&gt;more&lt;/a&gt; &lt;a href="http://hg.mozilla.org/build/mozharness/file/2091ae4c21ec/CHANGES#l265"&gt;mixins&lt;/a&gt; to avoid duplication of code;
&lt;/li&gt;&lt;li&gt;
other than &lt;a href="https://bugzilla.mozilla.org/show_bug.cgi?id=690911"&gt;bug 690911&lt;/a&gt;, &lt;a href="http://hg.mozilla.org/build/mozharness/file/2091ae4c21ec/CHANGES#l121"&gt;mozharness unit tests now pass on windows and linux&lt;/a&gt;.
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
These changes are largely behind the scenes.&lt;br /&gt;
However, work is already under way on &lt;a href="https://github.com/escapewindow/mozharness/tree/talosrunner"&gt;talosrunner&lt;/a&gt; (&lt;a href="https://bugzilla.mozilla.org/show_bug.cgi?id=650890"&gt;bug 640890&lt;/a&gt; and &lt;a href="https://bugzilla.mozilla.org/show_bug.cgi?id=650887"&gt;bug 650887&lt;/a&gt;); more on that in a bit.
&lt;/p&gt;&lt;p&gt;
&lt;br /&gt;
(&lt;a href="http://escapewindow.dreamwidth.org/223757.html"&gt;What is mozharness?&lt;/a&gt;)
&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=escapewindow&amp;ditemid=229826" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-03:257103:229547</id>
    <link rel="alternate" type="text/html" href="http://escapewindow.dreamwidth.org/229547.html"/>
    <link rel="self" type="text/xml" href="http://escapewindow.dreamwidth.org/data/atom/?itemid=229547"/>
    <title>little gothic baby</title>
    <published>2011-08-31T22:06:50Z</published>
    <updated>2011-08-31T22:06:50Z</updated>
    <category term="mp3"/>
    <category term="other people's music"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">Ok, so I &lt;a href="http://escapewindow.dreamwidth.org/222614.html"&gt;gushed about Fracture&lt;/a&gt;, which is still an awesome song.&lt;br /&gt;&lt;br /&gt;Finn's new track, &lt;a href="http://music.allthemeatwants.com/track/little-gothic-baby"&gt;Little Gothic Baby&lt;/a&gt;, is also awesome and I predict great things for it.  Take a listen.  It's great, and funny, and I've got a guitar solo at the tail end.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=escapewindow&amp;ditemid=229547" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-03:257103:229122</id>
    <link rel="alternate" type="text/html" href="http://escapewindow.dreamwidth.org/229122.html"/>
    <link rel="self" type="text/xml" href="http://escapewindow.dreamwidth.org/data/atom/?itemid=229122"/>
    <title>6.0b2: the first combined desktop/mobile release</title>
    <published>2011-07-14T03:21:25Z</published>
    <updated>2011-07-14T03:21:25Z</updated>
    <category term="mozilla"/>
    <category term="fennec"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">&lt;img src="http://darksecretlove.com/images/lj/2011/0713_dualrelease.png" /&gt;

&lt;p&gt;
Firefox 6.0b2 is the first combined release: Firefox desktop and Firefox for Mobile running in the same automation, run by the same release engineer.
&lt;/p&gt;&lt;p&gt;
I remember talking about this with &lt;a href="http://oduinn.com/"&gt;John O'Duinn&lt;/a&gt; in pie-in-the-sky brainstorming sessions back in Building K a few years ago, back before Fennec 1.0. It seemed so far away, then. It's a bit surreal seeing it run now.
&lt;/p&gt;&lt;p&gt;
A large part of the team chipped in on this one, but &lt;a href="http://blog.mozilla.com/rail/"&gt;Rail&lt;/a&gt; did most of the heavy lifting. Thank you Rail!
&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=escapewindow&amp;ditemid=229122" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-03:257103:229033</id>
    <link rel="alternate" type="text/html" href="http://escapewindow.dreamwidth.org/229033.html"/>
    <link rel="self" type="text/xml" href="http://escapewindow.dreamwidth.org/data/atom/?itemid=229033"/>
    <title>july 21</title>
    <published>2011-07-13T07:50:35Z</published>
    <updated>2011-07-13T18:47:34Z</updated>
    <category term="san francisco"/>
    <category term="slave unit"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">&lt;a href="http://www.reverbnation.com/show/4832216"&gt;&lt;img src="http://darksecretlove.com/images/lj/2011/july21.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Thursday, July 21&lt;br /&gt;&lt;a href="http://www.reverbnation.com/show/4832216"&gt;http://www.reverbnation.com/show/4832216&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;  MANNEQUIN PLANET&lt;br /&gt;  &lt;a href="http://www.reverbnation.com/mannequinplanet"&gt;http://www.reverbnation.com/mannequinplanet&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;  SLAVE UNIT&lt;br /&gt;  &lt;a href="http://www.reverbnation.com/slaveunit"&gt;http://www.reverbnation.com/slaveunit&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;  SPELLBOUND&lt;br /&gt;  &lt;a href="http://www.spellboundsf.com/about.htm"&gt;http://www.spellboundsf.com/about.htm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;  SCISSION&lt;br /&gt;  &lt;a href="http://www.reverbnation.com/scission"&gt;http://www.reverbnation.com/scission&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;@ Red Devil Lounge&lt;br /&gt;1695 Polk St. (at Clay)&lt;br /&gt;San Francisco, CA 94109&lt;br /&gt;&lt;a href="http://www.reddevillounge.com"&gt;http://www.reddevillounge.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;9pm, 21+, $6&lt;br /&gt;&lt;br /&gt;Tickets: &lt;a href="http://www.ticketweb.com/t3/sale/SaleEventDetail?dispatch=loadSelectionData&amp;eventId=3755125"&gt;http://www.ticketweb.com/t3/sale/SaleEventDetail?dispatch=loadSelectionData&amp;eventId=3755125&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Friday, July 22&lt;br /&gt;&lt;a href="http://www.reverbnation.com/show/4908136"&gt;http://www.reverbnation.com/show/4908136&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;  VOLTERA (Australia)&lt;br /&gt;  &lt;a href="http://www.reverbnation.com/voltera"&gt;http://www.reverbnation.com/voltera&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;  SLAVE UNIT&lt;br /&gt;  &lt;a href="http://www.reverbnation.com/slaveunit"&gt;http://www.reverbnation.com/slaveunit&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;  OUTSHINED&lt;br /&gt;  &lt;a href="http://www.reverbnation.com/outshined"&gt;http://www.reverbnation.com/outshined&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;@ The Distillery&lt;br /&gt;2107 L St.&lt;br /&gt;Sacramento, CA 95816&lt;br /&gt;&lt;a href="http://www.reverbnation.com/venue/thedistillery"&gt;http://www.reverbnation.com/venue/thedistillery&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Doors at 8pm, 21+, $7&lt;br /&gt;$2 draft&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=escapewindow&amp;ditemid=229033" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-03:257103:228813</id>
    <link rel="alternate" type="text/html" href="http://escapewindow.dreamwidth.org/228813.html"/>
    <link rel="self" type="text/xml" href="http://escapewindow.dreamwidth.org/data/atom/?itemid=228813"/>
    <title>aquarium of the pacific, in IR</title>
    <published>2011-06-27T06:31:07Z</published>
    <updated>2011-06-27T06:31:07Z</updated>
    <category term="family"/>
    <category term="fisheye"/>
    <category term="infrared"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">&lt;a href="http://www.flickr.com/photos/drkscrtlv/sets/72157627056962748/show/"&gt;&lt;img src="http://darksecretlove.com/images/lj/2011/20110626_aotp.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=escapewindow&amp;ditemid=228813" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-03:257103:228512</id>
    <link rel="alternate" type="text/html" href="http://escapewindow.dreamwidth.org/228512.html"/>
    <link rel="self" type="text/xml" href="http://escapewindow.dreamwidth.org/data/atom/?itemid=228512"/>
    <title>new remix</title>
    <published>2011-06-19T06:46:49Z</published>
    <updated>2011-06-19T06:48:25Z</updated>
    <category term="escape(window)"/>
    <category term="other people's music"/>
    <category term="remixes"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">&lt;p&gt;
On April 6, &lt;a href="https://twitter.com/GravityKillsSTL"&gt;@GravityKillsSTL&lt;/a&gt; posted the tracks for Guilty, for anyone to remix.
&lt;/p&gt;&lt;p&gt;
It's only taken me 2 1/2 months to remix it.
&lt;/p&gt;&lt;p&gt;
Enjoy. (This may be my only musical output for 2011.)
&lt;/p&gt;
&lt;lj-embed id="29" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=escapewindow&amp;ditemid=228512" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-03:257103:228165</id>
    <link rel="alternate" type="text/html" href="http://escapewindow.dreamwidth.org/228165.html"/>
    <link rel="self" type="text/xml" href="http://escapewindow.dreamwidth.org/data/atom/?itemid=228165"/>
    <title>47/365</title>
    <published>2011-06-12T09:18:56Z</published>
    <updated>2011-06-12T09:22:08Z</updated>
    <category term="crappy phone pics"/>
    <category term="5dmkii"/>
    <category term="fisheye"/>
    <category term="photos"/>
    <category term="infrared"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">&lt;p&gt;
On a whim, I started taking a photo a day... the 365 project.  I'm 47 days in.
&lt;/p&gt;
&lt;a href="http://www.flickr.com/photos/drkscrtlv/sets/72157626464532597/"&gt;&lt;img src="http://darksecretlove.com/images/lj/2011/20110612_365.png" /&gt;&lt;/a&gt;
&lt;p&gt;
I've learned a bit, and taken some good photos.  I've also found myself "cheating" by taking pictures of just about anything at hand when I run out of time in the day.  Sometimes that results in very creative photos; other times you can tell I'm going through the motions.
&lt;/p&gt;&lt;p&gt;
In a way, the subtext of the photos is a bit more about me than I'd have expected.
&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.dreamwidth.org/tools/commentcount?user=escapewindow&amp;ditemid=228165" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
</feed>

