<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for &nbsp;Roger Hyam</title>
	<atom:link href="http://www.hyam.net/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hyam.net/blog</link>
	<description>&#34;truly pathetic verbiage&#34;</description>
	<lastBuildDate>Sat, 03 Dec 2011 02:12:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on Square Peg Into A Round Hole? by Rob</title>
		<link>http://www.hyam.net/blog/archives/1498/comment-page-1#comment-13369</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sat, 03 Dec 2011 02:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.hyam.net/blog/?p=1498#comment-13369</guid>
		<description>Well it was only a matter of time - now we need to teach it noughts and crosses. (as per WarGames 1982)</description>
		<content:encoded><![CDATA[<p>Well it was only a matter of time &#8211; now we need to teach it noughts and crosses. (as per WarGames 1982)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Square Peg Into A Round Hole? by Roger Hyam</title>
		<link>http://www.hyam.net/blog/archives/1498/comment-page-1#comment-13359</link>
		<dc:creator>Roger Hyam</dc:creator>
		<pubDate>Fri, 02 Dec 2011 20:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.hyam.net/blog/?p=1498#comment-13359</guid>
		<description>OMG BHL has become sentient and started sending emails :)

The Rhodo monographs are explained in &lt;a href=&quot;http://www.hyam.net/blog/archives/1317&quot; rel=&quot;nofollow&quot;&gt;this blog post&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>OMG BHL has become sentient and started sending emails <img src='http://www.hyam.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The Rhodo monographs are explained in <a href="http://www.hyam.net/blog/archives/1317" rel="nofollow">this blog post</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Square Peg Into A Round Hole? by Biodiversity Heritage Library</title>
		<link>http://www.hyam.net/blog/archives/1498/comment-page-1#comment-13357</link>
		<dc:creator>Biodiversity Heritage Library</dc:creator>
		<pubDate>Fri, 02 Dec 2011 18:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.hyam.net/blog/?p=1498#comment-13357</guid>
		<description>Which Rhododendron monograph were you working from?</description>
		<content:encoded><![CDATA[<p>Which Rhododendron monograph were you working from?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UUIDs may be Dangerous by Dmitry Mozzherin</title>
		<link>http://www.hyam.net/blog/archives/90/comment-page-1#comment-12967</link>
		<dc:creator>Dmitry Mozzherin</dc:creator>
		<pubDate>Mon, 21 Nov 2011 17:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.hyam.net/blog/?p=90#comment-12967</guid>
		<description>Hi Roger,

I am with you on the notion that without proper resolver/locator using UUIDs is dangerous (as any other identifier).

Identifier to me is a unique &#039;handle&#039; to one &#039;thing&#039;. Global identifier is a globally unique handle to one thing. Your example describes a usage of a global identifier, when two agents by ignorance of malevolence assign one handle to 2 different things. Such identifier stops to be a global identifier by definition. It still works fine as a local one. Situations like these can be resolved as you say by the appropriate resolver/locator.

What makes one thing  to be &#039;one thing&#039; is another story and is probably included in the wisdom of the food resolver.

UUIDs in my understanding allow someone to mint an identifier for their chocolate cake and then submit it to a locator, being pretty sure that there is no such UUID assigned to anything. If someone picks a created UUID for spicy pizza and submits it attached to a chocolate cake to a global food resolver, they won&#039;t succeed. If they make their own UUID for spicy pizza, they can be quite sure their registration will come through without consulting food resolver beforehand.

UUID5s allow creation of exactly the same UUID in the same name space for the same text string by anyone using any popular modern programming language as long as they know the algorithm. It opens interesting opportunities and makes pizza/cake situation impossible.

For my projects I am nervous to use locators as identifiers. I remember time when there were no urls. There is no guaranty, that urls ability to resolve will persist in the future. Numbers on the other hand are used throughout whole human existence and don&#039;t carry an overhead/ambiguity/inconsistency/semantic load of urls. A UUID is nothing but a 128bit number so I like to use it for identifying things. I also think it is silly to stop there and not use adequate resolvers of some kind, as you point in the post.

Saying all that, if something still escapes my understanding, sorry for my limitations, I&#039;d like to try to wrap my head around it.

Dima</description>
		<content:encoded><![CDATA[<p>Hi Roger,</p>
<p>I am with you on the notion that without proper resolver/locator using UUIDs is dangerous (as any other identifier).</p>
<p>Identifier to me is a unique &#8216;handle&#8217; to one &#8216;thing&#8217;. Global identifier is a globally unique handle to one thing. Your example describes a usage of a global identifier, when two agents by ignorance of malevolence assign one handle to 2 different things. Such identifier stops to be a global identifier by definition. It still works fine as a local one. Situations like these can be resolved as you say by the appropriate resolver/locator.</p>
<p>What makes one thing  to be &#8216;one thing&#8217; is another story and is probably included in the wisdom of the food resolver.</p>
<p>UUIDs in my understanding allow someone to mint an identifier for their chocolate cake and then submit it to a locator, being pretty sure that there is no such UUID assigned to anything. If someone picks a created UUID for spicy pizza and submits it attached to a chocolate cake to a global food resolver, they won&#8217;t succeed. If they make their own UUID for spicy pizza, they can be quite sure their registration will come through without consulting food resolver beforehand.</p>
<p>UUID5s allow creation of exactly the same UUID in the same name space for the same text string by anyone using any popular modern programming language as long as they know the algorithm. It opens interesting opportunities and makes pizza/cake situation impossible.</p>
<p>For my projects I am nervous to use locators as identifiers. I remember time when there were no urls. There is no guaranty, that urls ability to resolve will persist in the future. Numbers on the other hand are used throughout whole human existence and don&#8217;t carry an overhead/ambiguity/inconsistency/semantic load of urls. A UUID is nothing but a 128bit number so I like to use it for identifying things. I also think it is silly to stop there and not use adequate resolvers of some kind, as you point in the post.</p>
<p>Saying all that, if something still escapes my understanding, sorry for my limitations, I&#8217;d like to try to wrap my head around it.</p>
<p>Dima</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UUIDs may be Dangerous by Roger Hyam</title>
		<link>http://www.hyam.net/blog/archives/90/comment-page-1#comment-12962</link>
		<dc:creator>Roger Hyam</dc:creator>
		<pubDate>Mon, 21 Nov 2011 16:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.hyam.net/blog/?p=90#comment-12962</guid>
		<description>Hi Dmitry,

Thanks for you comment.

Not sure what you mean by &#039;identify&#039; in this context. If &lt;strong&gt;I say&lt;/strong&gt; 550e8400-e29b-41d4-a716-446655441234 stands for spicy pizza and &lt;strong&gt;you say&lt;/strong&gt; it is chocolate gateaux then nobody else in the world can know what that particular UUID stands for. It stands for at least two things and possibly more. They don&#039;t know whether to order it for first course of second course. 

For me identity only makes sense within a particular context - with a particular issuing authority. An identity card I create myself doesn&#039;t count for much but one issued by the state does. On the internet we have a perfectly good hierarchically managed system of authority for issuing identifiers called the DNS system. It is the singularity of the authority system that makes the identifiers valuable. As soon as you say there are multiple ways to &#039;get&#039; to an object then the identifier no longer identifiers a single thing. It&#039;s just namespaces really.

Anyhow this is making me hungry!

Roger</description>
		<content:encoded><![CDATA[<p>Hi Dmitry,</p>
<p>Thanks for you comment.</p>
<p>Not sure what you mean by &#8216;identify&#8217; in this context. If <strong>I say</strong> 550e8400-e29b-41d4-a716-446655441234 stands for spicy pizza and <strong>you say</strong> it is chocolate gateaux then nobody else in the world can know what that particular UUID stands for. It stands for at least two things and possibly more. They don&#8217;t know whether to order it for first course of second course. </p>
<p>For me identity only makes sense within a particular context &#8211; with a particular issuing authority. An identity card I create myself doesn&#8217;t count for much but one issued by the state does. On the internet we have a perfectly good hierarchically managed system of authority for issuing identifiers called the DNS system. It is the singularity of the authority system that makes the identifiers valuable. As soon as you say there are multiple ways to &#8216;get&#8217; to an object then the identifier no longer identifiers a single thing. It&#8217;s just namespaces really.</p>
<p>Anyhow this is making me hungry!</p>
<p>Roger</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UUIDs may be Dangerous by Dmitry Mozzherin</title>
		<link>http://www.hyam.net/blog/archives/90/comment-page-1#comment-12961</link>
		<dc:creator>Dmitry Mozzherin</dc:creator>
		<pubDate>Mon, 21 Nov 2011 15:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.hyam.net/blog/?p=90#comment-12961</guid>
		<description>There are 2 different and separate things -- identifiers and locators. 

UUID is an identifier, and a good one. It is not a locator at all. The issues you mention appear when people try to use identifier without a proper locator mechanism. In case of UUIDs people would need to agree what locator to use. 

The great thing about UUIDs -- you do not mix two separate tasks together, they are ONLY identifiers, and nothing else. To be useful they have to be resolved by a locator, whatever it will be at the moment or circumstance LSID, PURL, a local database API... However when locator gets outdated it is easy to migrate to the next and great one.

UUID5 also creates an opportunity to have a distributed &#039;minting&#039; service for uuids where a textual information needs a 1 to 1 unique identifier (which works well for example for name strings).</description>
		<content:encoded><![CDATA[<p>There are 2 different and separate things &#8212; identifiers and locators. </p>
<p>UUID is an identifier, and a good one. It is not a locator at all. The issues you mention appear when people try to use identifier without a proper locator mechanism. In case of UUIDs people would need to agree what locator to use. </p>
<p>The great thing about UUIDs &#8212; you do not mix two separate tasks together, they are ONLY identifiers, and nothing else. To be useful they have to be resolved by a locator, whatever it will be at the moment or circumstance LSID, PURL, a local database API&#8230; However when locator gets outdated it is easy to migrate to the next and great one.</p>
<p>UUID5 also creates an opportunity to have a distributed &#8216;minting&#8217; service for uuids where a textual information needs a 1 to 1 unique identifier (which works well for example for name strings).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remembrance not Remembering by Roger Hyam</title>
		<link>http://www.hyam.net/blog/archives/1469/comment-page-1#comment-12759</link>
		<dc:creator>Roger Hyam</dc:creator>
		<pubDate>Mon, 14 Nov 2011 15:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.hyam.net/blog/?p=1469#comment-12759</guid>
		<description>At some point you will have to make the painful decision as to who is in your family and who is not and what is worth recording and what is not. History always says more about the historian than the past ;)</description>
		<content:encoded><![CDATA[<p>At some point you will have to make the painful decision as to who is in your family and who is not and what is worth recording and what is not. History always says more about the historian than the past <img src='http://www.hyam.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remembrance not Remembering by Bodhipaksa</title>
		<link>http://www.hyam.net/blog/archives/1469/comment-page-1#comment-12757</link>
		<dc:creator>Bodhipaksa</dc:creator>
		<pubDate>Mon, 14 Nov 2011 13:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.hyam.net/blog/?p=1469#comment-12757</guid>
		<description>I have trouble sometimes accepting that those in the past vanish from memory so easily. In researching my family history, I look back and find in some cases nothing but a name and a couple of dates, and that strikes me as being indescribably sad. In the big view, I can accept that this is just how things are; time rolls on and the past vanishes into the mist. But on the other hand I&#039;m distressed by families&#039; (not just my own family&#039;s) tendency to amnesia. I have a mission to preserve as much of my family&#039;s collective memories as possible, which fortunately is easier than it ever was in the past.</description>
		<content:encoded><![CDATA[<p>I have trouble sometimes accepting that those in the past vanish from memory so easily. In researching my family history, I look back and find in some cases nothing but a name and a couple of dates, and that strikes me as being indescribably sad. In the big view, I can accept that this is just how things are; time rolls on and the past vanishes into the mist. But on the other hand I&#8217;m distressed by families&#8217; (not just my own family&#8217;s) tendency to amnesia. I have a mission to preserve as much of my family&#8217;s collective memories as possible, which fortunately is easier than it ever was in the past.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An areligious (not &#8220;A religious&#8221;) justification for meditation by Roger Hyam</title>
		<link>http://www.hyam.net/blog/archives/1374/comment-page-1#comment-11215</link>
		<dc:creator>Roger Hyam</dc:creator>
		<pubDate>Wed, 07 Sep 2011 12:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.hyam.net/blog/?p=1374#comment-11215</guid>
		<description>Thanks Quentin.

It is interesting that you conflate purpose and meaning. I think of purpose as being something that can be described in words. &quot;We did it because . . .&quot; where as meaning implies something ineffable that may or may not be fully expressible in words - hence poetry and the arts. So life might have a meaning but not a purpose and we may be at a loss to express what that meaning is. Ultimately any &#039;notion&#039; is just that - something that we make up.</description>
		<content:encoded><![CDATA[<p>Thanks Quentin.</p>
<p>It is interesting that you conflate purpose and meaning. I think of purpose as being something that can be described in words. &#8220;We did it because . . .&#8221; where as meaning implies something ineffable that may or may not be fully expressible in words &#8211; hence poetry and the arts. So life might have a meaning but not a purpose and we may be at a loss to express what that meaning is. Ultimately any &#8216;notion&#8217; is just that &#8211; something that we make up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An areligious (not &#8220;A religious&#8221;) justification for meditation by Quentin Groom</title>
		<link>http://www.hyam.net/blog/archives/1374/comment-page-1#comment-11214</link>
		<dc:creator>Quentin Groom</dc:creator>
		<pubDate>Wed, 07 Sep 2011 12:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.hyam.net/blog/?p=1374#comment-11214</guid>
		<description>I&#039;m perhaps too superficial, but it does not concern me that my my perseption of reality is not reality. As long as I know I can be mistaken I can correct for it when I&#039;m proven to be wrong. It means that I am less certain of facts than other people and I can see that this has pros and cons.
I do believe that there is no meaning to life and although I can understand why some people like to think there is one, I find it comforting to know there is no purpose.</description>
		<content:encoded><![CDATA[<p>I&#8217;m perhaps too superficial, but it does not concern me that my my perseption of reality is not reality. As long as I know I can be mistaken I can correct for it when I&#8217;m proven to be wrong. It means that I am less certain of facts than other people and I can see that this has pros and cons.<br />
I do believe that there is no meaning to life and although I can understand why some people like to think there is one, I find it comforting to know there is no purpose.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

