<?xml version='1.0' encoding='utf-8'?>
<?xml-stylesheet href="/style/browser.xsl" type="text/xsl"?>
<essay xmlns="http://docbook.org/ns/docbook"
       xmlns:xlink="http://www.w3.org/1999/xlink"
       xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
       xmlns:dc='http://purl.org/dc/elements/1.1/'
       xmlns:dcterms="http://purl.org/dc/terms/"
       xmlns:gal='http://norman.walsh.name/rdf/gallery#'
       version="pto">
<info>
<title>Nuts, Tough and Otherwise</title>
<volumenum>6</volumenum>
<issuenum>16</issuenum>
<pubdate>2003-05-15</pubdate>
<date>$Date: 2005-09-11 10:27:02 -0400 (Sun, 11 Sep 2005) $</date>
<author><personname>
<firstname>Norman</firstname><surname>Walsh</surname>
</personname></author>
<copyright><year>2003</year><holder>Norman Walsh</holder></copyright>
<abstract>
<para>A scratch pad for problems about which to think.</para>
</abstract>
</info>
<epigraph>
<attribution>Richard Feynman</attribution>
<para xml:id='p1'><indexterm><primary>Feynman</primary><secondary>Richard</secondary>
</indexterm>We are at the very beginning of time for
the human race. It is not unreasonable that we grapple with problems.
But there are tens of thousands of years in the future. Our
responsibility is to do what we can, learn what we can, improve the
solutions, and pass them on.</para>
</epigraph>

<section xml:id="subjtopic"><title>Subjects and Topics</title>

<para xml:id='p2'>The topic hierarchy and the subject index need to be aligned somehow.
There's a natural way to index a reference to John Doe, for example:</para>

<screen>John Doe&lt;indexterm&gt;&lt;primary&gt;Doe&lt;/primary&gt;
&lt;secondary&gt;John&lt;/secondary&gt;&lt;/indexterm&gt;</screen>

<para xml:id='p3'>But John is also uniquely identified by a URI:</para>

<screen>http://norman.walsh.name/knows/who#john-doe</screen>

<para xml:id='p4'>There's no clear relationship between these two forms of reference.
And it's not obvious to me how such a link should be established.</para>

</section>

<section xml:id="karma"><title>Karma Shmarma</title>

<para xml:id='p5'>The <link xlink:href="http://rdfweb.org/foaf/">FOAF</link><indexterm>
<primary>Friend of a friend (FOAF)</primary>
</indexterm> folks tell me that it's bad karma to assign URIs to people.
They would argue that I shouldn't identify John Doe by the URI above but
instead by some hash of his mailbox:
<literal>71682988943badf42945819c0647eab5bc68d86</literal>. Bleh. First of all,
it's an ugly identifier. Second, I'm just not happy with its qualities of
persistence. I want to be able to refer to John in fifty years and know that
I'm still talking about the same guy.</para>
</section>

<section xml:id="updates">
<title>Some Updates are More Important than Others</title>

<para xml:id='p6'>When I tweak an essay because I want to add a new index term or
correct a typo, that's not significant to readers. But when I add
content because someone gives me useful or interesting feedback, that
probably is. So I need some way to distinguish between the two and to
publish contentfull "updates" in a sensible way.</para>

</section>

</essay>
