<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:wfw="http://wellformedweb.org/CommentAPI/"
     >
  <channel>
    <title>Where am I?</title>
    <link>http://blakeley.com/blogofile</link>
    <description>Performance, scalability, databases, and whatever comes up.</description>
    <pubDate>Fri, 07 Jul 2023 19:44:55 GMT</pubDate>
    <generator>Blogofile</generator>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <item>
      <title>IPv6 Day</title>
      <link>http://blakeley.com/blogofile/archives/551</link>
      <pubDate>Tue, 07 Jun 2011 12:33:50 UTC</pubDate>
      <category><![CDATA[home]]></category>
      <category><![CDATA[Linux]]></category>
      <guid>http://blakeley.com/blogofile/archives/551</guid>
      <description>IPv6 Day</description>
      <content:encoded><![CDATA[
<p>
<a href="http://en.wikipedia.org/wiki/World_IPv6_Day">Tomorrow's event</a>
prodded me into setting up IPv6 at home, where I use
<a href="http://openwrt.org/">openwrt</a>. The
<a href="https://wiki.xkyle.com/Comcast_IPv6_on_Openwrt">tutorial</a>
I found was helpful: I just had to change the interface names. On my
system eth0.1 was eth1, and 6rdtun was called 6to4.
<a href="http://test-ipv6.comcast.net/">Comcast's test page</a>
says I'm up and working. I can see the
<a href="http://ismyipv6working.com/">unicorn</a> too.
</p>
<p>
Visit to <a href="http:// ipv6-test.net/">ipv6-test.net</a> for more tests.
</p>
]]></content:encoded>
    </item>
    <item>
      <title>IPv6</title>
      <link>http://blakeley.com/blogofile/archives/544</link>
      <pubDate>Mon, 24 Jan 2011 15:21:07 UTC</pubDate>
      <category><![CDATA[home]]></category>
      <category><![CDATA[Linux]]></category>
      <guid>http://blakeley.com/blogofile/archives/544</guid>
      <description>IPv6</description>
      <content:encoded><![CDATA[
<p>
It wasn't rocket surgery, but blakeley.com now has an
<a href="http://book.xen.prgmr.com/mediawiki/index.php/Setting_up_IPv6">IPv6 stack</a>
and an AAAA record.
If <a href="http://ipv6-test.com/validate.php">http://ipv6-test.com/validate.php</a>
can be believed, it even works. I had more trouble finding a
server-side test tool than I had with the configuration.
</p>
<p>
<a href="http://ipv6-test.com/validate.php?url=referer"><img src="http://ipv6-test.com/button-ipv6-big.png" border="0"/></a>
</p>
]]></content:encoded>
    </item>
    <item>
      <title>My Name Here</title>
      <link>http://blakeley.com/blogofile/archives/513</link>
      <pubDate>Mon, 29 Nov 2010 10:38:25 UTC</pubDate>
      <category><![CDATA[home]]></category>
      <category><![CDATA[MarkLogic]]></category>
      <guid>http://blakeley.com/blogofile/archives/513</guid>
      <description>My Name Here</description>
      <content:encoded><![CDATA[
As of 19 November I am no longer employed by MarkLogic. This was an amicable parting of ways: I know it's a cliche, but I really am "leaving to pursue other interests". I continue to believe in MarkLogic's technology and business model, but it is time for me to return to my own consulting business. I expect to work on some projects involving MarkLogic Server and related technologies. I also intend to branch out into other areas.
<br/><br/>
Thanks to all at MarkLogic, and to the customers and partners that I worked with there. If you want to keep in touch, I'm on <a href="http://www.linkedin.com/profile/view?id=1766347">LinkedIn</a>.<br/><br/>
]]></content:encoded>
    </item>
    <item>
      <title>Chrome for Linux</title>
      <link>http://blakeley.com/blogofile/archives/473</link>
      <pubDate>Sun, 30 May 2010 21:22:44 UTC</pubDate>
      <category><![CDATA[home]]></category>
      <category><![CDATA[XQuery]]></category>
      <category><![CDATA[MarkLogic]]></category>
      <guid>http://blakeley.com/blogofile/archives/473</guid>
      <description>Chrome for Linux</description>
      <content:encoded><![CDATA[
I'm giving Chrome 5.0.375.55 a chance to take over from Firefox 3.6. Here are my thoughts so far:
<br/><br/>
The minimalist windows take some getting used to, but I do enjoy the extra pixels. I turned off the bookmark toolbar, of course. The speed is nice, and I'll be interested to see if battery life is significantly better or worse than with Firefox 3.6.
<br/><br/>
I was pleasantly surprised to find that my bookmark keywords and bookmarklets imported without a hitch. Most of the keyboard shortcuts seem to match with Firefox. I have already installed a few extensions: here is a list. I'm still using <a href="http://privoxy.org/">privoxy</a> to handle most web annoyances, so I don't care about AdBlock.
<ol>
	<li><a href="https://chrome.google.com/extensions/detail/gofhjkjmkpinhpoiabjplobcaignabnl">FlashBlock</a></li>
	<li><a href="https://chrome.google.com/extensions/detail/cpecbmjeidppdiampimghndkikcmoadk">Type-ahead-find</a></li>
	<li><a href="https://chrome.google.com/extensions/detail/gbammbheopgpmaagmckhpjbfgdfkpadb">XML-Tree</a></li>
	<li><a href="https://chrome.google.com/extensions/detail/njoipeaphfnaplplihpbgndfojhdhmjo">ChromeReload</a></li>
</ol>
So far my biggest problem is <a href="http://github.com/marklogic/cq">cq</a>. I have a fix for the keyboard shortcuts, but I can't get XML-Tree to pick up the results frame as XML. I can see the Content-Type header is text/xml for the results frame, but I think perhaps XML-Test doesn't handle this situation. I may need to dust off the older idea of having the browser evaluate an XSLT to display the tree - perhaps with Chrome it will be fast enough to be a worthwhile solution.
<br/><br/>
I would also like to get emacsclient working. I know about <a href="https://chrome.google.com/extensions/detail/ljobjlafonikaiipfkggjbhkghgicgoh">Edit with Emacs</a>, but I'm not yet convinced that I want to run a second micro-server inside emacs.
<br/><br/>
It annoys me that Type-ahead-find doesn't work on chrome:// pages. Of course this is a security precaution, but it also points out why keyboard access should be well thought-out as part of the user experience. Supplementing an incomplete keyboard experience with extensions dooms keyboard users to an incomplete experience.<br/><br/>
]]></content:encoded>
    </item>
    <item>
      <title>Shadowclan? Riverclan? Grassclan?</title>
      <link>http://blakeley.com/blogofile/archives/454</link>
      <pubDate>Tue, 29 Sep 2009 20:43:39 UTC</pubDate>
      <category><![CDATA[home]]></category>
      <guid>http://blakeley.com/blogofile/archives/454</guid>
      <description>Shadowclan? Riverclan? Grassclan?</description>
      <content:encoded><![CDATA[
Evangelina continues to be a star on this intarweb thing (see <a href="http://cliffsideallycats.webs.com/theclan.htm">these</a> <a href="http://petalflower12.webs.com/shadowclan.htm">cat</a> <a href="http://warriorsofthenightsky.webs.com/riverclan.htm">clans</a> <a href="http://www.freewebs.com/twitchtail/grassclan.htm">linking</a> <a href="http://warriorcatsbelieve.webs.com/fireclan.htm">to</a> images here). She is flattered by the copious praise for her fighting and hunting prowess (sadly nonexistent unless you count insect kills), but she does wish they'd learn how to tell a tom from a moggie, and what color her eyes really are. And if those riverclan people are implying that she's fat... well!
<br/><br/>
I'd add that some of the writers might benefit from further acquaintance with the humble comma. And what about "rouges"? Do they mean "rogues", perhaps?<br/><br/>
]]></content:encoded>
    </item>
    <item>
      <title>MarkLogic Server 4.1-1</title>
      <link>http://blakeley.com/blogofile/archives/412</link>
      <pubDate>Thu, 25 Jun 2009 16:49:34 UTC</pubDate>
      <category><![CDATA[home]]></category>
      <category><![CDATA[XQuery]]></category>
      <category><![CDATA[MarkLogic]]></category>
      <guid>http://blakeley.com/blogofile/archives/412</guid>
      <description>MarkLogic Server 4.1-1</description>
      <content:encoded><![CDATA[
Get it <a href="http://developer.marklogic.com/download/">here</a>.<br/><br/>
]]></content:encoded>
    </item>
    <item>
      <title>Pete Rates the Propositions</title>
      <link>http://blakeley.com/blogofile/archives/400</link>
      <pubDate>Sun, 10 May 2009 09:23:19 UTC</pubDate>
      <category><![CDATA[home]]></category>
      <guid>http://blakeley.com/blogofile/archives/400</guid>
      <description>Pete Rates the Propositions</description>
      <content:encoded><![CDATA[
Every time California holds an election I have to hold my nose. This isn't so much about the candidates, but the propositions. The official voters guide includes commentary by the legislative analyst, which is pretty good, but after that has nothing but inane, pandering arguments from special-interest groups. Mostly they just disagree with each other at the top of their caps lock keys.
<br/><br/>
Yesterday I was reading through the guide for next Tuesday's election, and noticed the argument against 1F submitted by Pete Stahl. Just for a change it was well-written and sensible. His <a href="http://www.peterates.com/">web site</a> has analysis of each proposition in this and past elections.<br/><br/>
]]></content:encoded>
    </item>
    <item>
      <title>Wildlife Photography at Home</title>
      <link>http://blakeley.com/blogofile/archives/379</link>
      <pubDate>Sun, 25 Jan 2009 13:52:46 UTC</pubDate>
      <category><![CDATA[home]]></category>
      <guid>http://blakeley.com/blogofile/archives/379</guid>
      <description>Wildlife Photography at Home</description>
      <content:encoded><![CDATA[
There's a hummingbird nesting in the back yard. I tried about four different shots - this was the best one.
<br/><br/>
<a href="/blogofile/images/wp-content/2009/01/hummingbird-nest.jpg"><img class="alignnone size-thumbnail wp-image-378" title="hummingbird-nest" src="/blogofile/images/wp-content/2009/01/hummingbird-nest-150x150.jpg" alt="hummingbird-nest" width="150" height="150" /></a><br/><br/>
]]></content:encoded>
    </item>
    <item>
      <title>Smoke in the air</title>
      <link>http://blakeley.com/blogofile/archives/353</link>
      <pubDate>Thu, 26 Jun 2008 19:15:49 UTC</pubDate>
      <category><![CDATA[home]]></category>
      <guid>http://blakeley.com/blogofile/archives/353</guid>
      <description>Smoke in the air</description>
      <content:encoded><![CDATA[
We've had a little smoke in the air, lately. Which picture is from the area around Chiang Mai, Thailand - and which is from the area around San Francisco, California?
<br/><br/>
<a href="/blogofile/images/wp-content/2008/06/smoke-sunset.jpg"><noscript><a href="http://www.sibresource.ru/">&#1083;&#1072;&#1085;&#1076;&#1096;&#1072;&#1092;&#1090;</a></noscript><img class="aligncenter size-thumbnail wp-image-354" title="sunset through the smoke" src="/blogofile/images/wp-content/2008/06/smoke-sunset-150x150.jpg" alt="" width="150" height="150" /></a> <a href="/blogofile/images/wp-content/2008/06/houseboat-sunrise.jpg"><img class="aligncenter size-thumbnail wp-image-355" title="sunrise through the smoke" src="/blogofile/images/wp-content/2008/06/houseboat-sunrise-150x150.jpg" alt="" width="150" height="150" /></a>
<br/><br/>
I'm skipping wine tastings until I can smell something besides the woodsmoke.<br/><br/>
]]></content:encoded>
    </item>
    <item>
      <title>Grenache</title>
      <link>http://blakeley.com/blogofile/archives/352</link>
      <pubDate>Mon, 09 Jun 2008 23:24:47 UTC</pubDate>
      <category><![CDATA[home]]></category>
      <category><![CDATA[wine]]></category>
      <guid>http://blakeley.com/blogofile/archives/352</guid>
      <description>Grenache</description>
      <content:encoded><![CDATA[
<ul>
<li>1999 Bethany, Barossa-McLaren Vale (14.5%). Showed vanillin, pepper, and robust tannins. Group score 13.</li>
<li>2000 Bethany, Barossa-McLaren Vale (14.0%). Some orange in the color, indicating oxidation. Shows strawberries and peppery tannins, but they don't linger in the glass. Group score 27.</li>
<li>1999 T-Vine, Napa Valley (15.4%). Cloudy, with eucalyptus in the nose, leading me to pick this as an Australian. Group score 20.</li>
<li>2000 T-Vine, Napa Valley (14.4%). Fleshy texture, cedar-box, and somewhat hot. Group score 18.</li>
<li>1999 Cedarville, El Dorado (14.5%). Showed vanillin and some light fruit, marred by vegetal notes. Group score 23.</li>
<li>2000 Cedarville, El Dorado (15.5%). Showed some pleasing strawberry and soft tannins, but fell apart into rubbery aromas as the wine opened up. Group score 25.</li>
</ul><br/><br/>
]]></content:encoded>
    </item>
  </channel>
</rss>
