<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hermanland &#187; Computing</title>
	<atom:link href="http://hermanland.com/wp/category/computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://hermanland.com/wp</link>
	<description>Computing, Photography, Cameras</description>
	<lastBuildDate>Wed, 08 Sep 2010 02:16:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Zenphoto v1.3.1.2 only partly fixed security bug.</title>
		<link>http://hermanland.com/wp/2010/09/06/zenphoto-v1-3-1-2-only-partly-fixed-security-bug/</link>
		<comments>http://hermanland.com/wp/2010/09/06/zenphoto-v1-3-1-2-only-partly-fixed-security-bug/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 12:23:53 +0000</pubDate>
		<dc:creator>herman</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://hermanland.com/wp/?p=762</guid>
		<description><![CDATA[There is a security bug in Zenphoto v1.3.1.1.  For user granted with &#8220;Albums&#8221; rights, the user can view his managed albums but cannot update the album if the edit checkbox of the managed album is unchecked.  It is correct.  However, whenever the user&#8217;s password is updated by the administrator or even by the user himself, [...]]]></description>
			<content:encoded><![CDATA[<p>There is a security bug in Zenphoto v1.3.1.1.  For user granted with &#8220;Albums&#8221; rights, the user can view his managed albums but cannot update the album if the edit checkbox of the managed album is unchecked.  It is correct.  However, whenever the user&#8217;s password is updated by the administrator or even by the user himself, the edit checkbox is auto checked by the system, hence allowing the user to update his managed album which he is not supposed to be allowed to do so.  Zenphoto v1.3.1.2 seems to fix the security bug if the user is not assigned to any user group.  If user is assigned to user group, the security bug still exists.  So, be careful.</p>
]]></content:encoded>
			<wfw:commentRss>http://hermanland.com/wp/2010/09/06/zenphoto-v1-3-1-2-only-partly-fixed-security-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XMP aux:Lens is tag or attribute?</title>
		<link>http://hermanland.com/wp/2010/09/02/xmp-auxlens-is-tag-or-attribute/</link>
		<comments>http://hermanland.com/wp/2010/09/02/xmp-auxlens-is-tag-or-attribute/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 12:16:50 +0000</pubDate>
		<dc:creator>herman</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://hermanland.com/wp/?p=730</guid>
		<description><![CDATA[Which is right and which is wrong? I cannot find the exact answer from Adobe XML specification document.
In ExifTool documentation about XMP aux namespace, aux:Lens is defined as tag rather than attribute. However, IDimager generates aux:Lens as attribute rather than tag in the embedded XMP block in jpg image file, causing Zenphoto unable to extract [...]]]></description>
			<content:encoded><![CDATA[<p>Which is right and which is wrong? I cannot find the exact answer from Adobe XML specification document.</p>
<p>In <a href="http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/XMP.html" target="_blank">ExifTool documentation about XMP aux namespace</a>, aux:Lens is defined as tag rather than attribute. However, IDimager generates aux:Lens as attribute rather than tag in the embedded XMP block in jpg image file, causing Zenphoto unable to extract the value of aux:Lens. After I perform a dummy update to the same image file, Zenphoto is able to extract the value of aux:Lens because I found aux:Lens now appears as tag in the embedded XMP block.  Funny enough, ExifTool is able to parse the XMP with aux:Lens as attribute and writes back the XMP block with aux:Lens as tag.</p>
<p>aux:Lens generated by IDimager as attribute</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;rdf:Description</span> <span style="color: #000066;">xmlns:aux</span>=<span style="color: #ff0000;">&quot;http://ns.adobe.com/exif/1.0/aux/&quot;</span></span>
<span style="color: #009900;">                 <span style="color: #000066;">rdf:about</span>=<span style="color: #ff0000;">&quot;&quot;</span></span>
<span style="color: #009900;">                 <span style="color: #000066;">aux:Lens</span>=<span style="color: #ff0000;">&quot;Pentax smc PENTAX-M 40mm F2.8 sn 5145745 (PK)&quot;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">/&gt;</span></span></pre></td></tr></table></div>

<p>aux:Lens generates by ExifTool as tag</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;rdf:Description</span> <span style="color: #000066;">xmlns:aux</span>=<span style="color: #ff0000;">&quot;http://ns.adobe.com/exif/1.0/aux/&quot;</span> <span style="color: #000066;">rdf:about</span>=<span style="color: #ff0000;">&quot;&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
 <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;aux:Lens<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
   Pentax smc PENTAX-M 40mm F2.8 sn 5145745 (PK)
 <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/aux:Lens<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/rdf:Description<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p>As a follow up of my finding, I just found Adobe Lightroom version 3.0 generates aux:Lens as tag rather than attribute, meaning Lightroom version 3.0 behaves the same way as ExifTool. My test steps were similar as above but using raw file with XMP sidecar file rather than jpg file with embedded XMP block so that I dont need to extract the XMP from the jpg file but I believe the principle should be the same.  I just updated the XMP sidecar file (that was generated from IDimager) with Lightroom.  Then, I found that the aux:Lens was redefined as tag rather than attribute.</p>
]]></content:encoded>
			<wfw:commentRss>http://hermanland.com/wp/2010/09/02/xmp-auxlens-is-tag-or-attribute/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Folder state</title>
		<link>http://hermanland.com/wp/2010/07/30/folder-state/</link>
		<comments>http://hermanland.com/wp/2010/07/30/folder-state/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 15:14:08 +0000</pubDate>
		<dc:creator>herman</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://hermanland.com/wp/?p=728</guid>
		<description><![CDATA[Considering my DAM workflow, I can see the folder holding the media files can be under following state:
Open, Full, Computed, Reviewing, Prepared, Archived, Re-working, Trash
More explanation will be posted later.
]]></description>
			<content:encoded><![CDATA[<p>Considering my DAM workflow, I can see the folder holding the media files can be under following state:</p>
<p>Open, Full, Computed, Reviewing, Prepared, Archived, Re-working, Trash</p>
<p>More explanation will be posted later.</p>
]]></content:encoded>
			<wfw:commentRss>http://hermanland.com/wp/2010/07/30/folder-state/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to verify the backup tool really performing data verification?</title>
		<link>http://hermanland.com/wp/2010/07/26/how-to-verify-the-backup-tool-really-performing-data-verification/</link>
		<comments>http://hermanland.com/wp/2010/07/26/how-to-verify-the-backup-tool-really-performing-data-verification/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 13:42:55 +0000</pubDate>
		<dc:creator>herman</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://hermanland.com/wp/?p=725</guid>
		<description><![CDATA[Although some backup tools claim data verification is performed to ensure data is copied correctly, most tools do not disclose how the data verification is performed. How do the tools ensure the file content copied to the backup media is exactly the same as the original one? Some tools state they use binary comparison or [...]]]></description>
			<content:encoded><![CDATA[<p>Although some backup tools claim data verification is performed to ensure data is copied correctly, most tools do not disclose how the data verification is performed. How do the tools ensure the file content copied to the backup media is exactly the same as the original one? Some tools state they use binary comparison or checksum or temporary folder but I cannot think of any way to verify the claim that data verification is really performed. Does anyone know a way to do so? To release my concern, I compute checksum to the source folder before performing a backup and then run the same checksum againist the destination folder after the backup.</p>
]]></content:encoded>
			<wfw:commentRss>http://hermanland.com/wp/2010/07/26/how-to-verify-the-backup-tool-really-performing-data-verification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Life cycle of a DAM folder</title>
		<link>http://hermanland.com/wp/2010/02/22/life-cycle-of-a-dam-folder/</link>
		<comments>http://hermanland.com/wp/2010/02/22/life-cycle-of-a-dam-folder/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 12:40:13 +0000</pubDate>
		<dc:creator>herman</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://hermanland.com/wp/?p=700</guid>
		<description><![CDATA[I am wondering what is the life cycle for a folder in the context of Digital Asset Management. In line with the bucket and additive backup concept, I see a bucket in a HDD undergoes following life cycle.

Open - The bucket is available for adding new files.  Folder in other status is always full as a backup bucket and no new [...]]]></description>
			<content:encoded><![CDATA[<p>I am wondering what is the life cycle for a folder in the context of Digital Asset Management. In line with the bucket and additive backup concept, I see a bucket in a HDD undergoes following life cycle.</p>
<ul>
<li>Open - The bucket is available for adding new files.  Folder in other status is always full as a backup bucket and no new files should be added to the folder.</li>
<li>Meta in Review &#8211; Meta data is under review.</li>
<li>Image in Review &#8211; Hash total was generated and the photo or video images are under review.</li>
<li>Closed - The bucket was closed for any further update and is ready to backup to read-only media e.g. DVD.</li>
<li>Re-open - The closed bucket is re-opened for updating.</li>
</ul>
<p>Hash total is a text file kept immediately under a bucket folder listing all the file name, attribute and checksum.  Hash total is a digital signature to the bucket folder allowing to automatically detect any changes in content in the folder.</p>
]]></content:encoded>
			<wfw:commentRss>http://hermanland.com/wp/2010/02/22/life-cycle-of-a-dam-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which software to create the digest text file in batch?</title>
		<link>http://hermanland.com/wp/2010/02/08/which-software-to-create-the-digest-text-file-in-batch/</link>
		<comments>http://hermanland.com/wp/2010/02/08/which-software-to-create-the-digest-text-file-in-batch/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 04:08:13 +0000</pubDate>
		<dc:creator>herman</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://hermanland.com/wp/?p=698</guid>
		<description><![CDATA[There are many software to create the digest text file for multiple files in batch. Following features help to manage to manage a large photo portfolio more effective.

Selectively update the digest text file just for the changed or new photo only because I dont want to visually verify the other old photos again because they [...]]]></description>
			<content:encoded><![CDATA[<p>There are many software to create the digest text file for multiple files in batch. Following features help to manage to manage a large photo portfolio more effective.</p>
<ul>
<li>Selectively update the digest text file just for the changed or new photo only because I dont want to visually verify the other old photos again because they are too many.</li>
<li>Able to perform digest verification on read only media e.g. DVD.</li>
<li>Portable application so that I can perform the digest verification any where any time.</li>
<li>Consider file modified attribute and file modified datetime.</li>
<li>Keep should-be checksum, file attributes in digest file and show it along with actual value in the verification result.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://hermanland.com/wp/2010/02/08/which-software-to-create-the-digest-text-file-in-batch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to verify a big collection of photo</title>
		<link>http://hermanland.com/wp/2009/12/02/how-to-verify-a-big-collection-of-photo/</link>
		<comments>http://hermanland.com/wp/2009/12/02/how-to-verify-a-big-collection-of-photo/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 15:02:00 +0000</pubDate>
		<dc:creator>herman</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://hermanland.com/wp/2009/12/02/how-to-verify-a-big-collection-of-photo/</guid>
		<description><![CDATA[When I have more than 20,000 photo in my collection, I start to wonder how I can ensure all of them are still being kept in the storage media properly.&#160; All media e.g. hard disk or DVD will be aging and I may find some photos cannot be displayed properly when I open them some [...]]]></description>
			<content:encoded><![CDATA[<p>When I have more than 20,000 photo in my collection, I start to wonder how I can ensure all of them are still being kept in the storage media properly.&nbsp; All media e.g. hard disk or DVD will be aging and I may find some photos cannot be displayed properly when I open them some day in the future.&nbsp; This will happen although no one can tell exactly when.&nbsp; Regular data backup will not help because backing up rubbish gets rubbish.&nbsp; My solution is to have the computer automatically create a digest text file containing a list of order pair of file name and checksum for the photos in my collection bucket.&nbsp; And then, I visually verify these photos.&nbsp; It is tricky.&nbsp; Visually verifying photos and then creating digest is still not the safest.&nbsp; Then, I can have the computer to automatically verify the photos regularly.&nbsp; Whenever I need to copy or move the photos across partition, I also use a special tool with checksum verification to do so. </p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=d6858073-c326-8789-ae55-d17f8f74da87" /></div>
]]></content:encoded>
			<wfw:commentRss>http://hermanland.com/wp/2009/12/02/how-to-verify-a-big-collection-of-photo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Versioning affects label item count in IDimager</title>
		<link>http://hermanland.com/wp/2009/09/24/versioning-affects-label-item-count-in-idimager/</link>
		<comments>http://hermanland.com/wp/2009/09/24/versioning-affects-label-item-count-in-idimager/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 13:02:00 +0000</pubDate>
		<dc:creator>herman</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://hermanland.com/wp/2009/09/24/versioning-affecting-label-item-count-in-idimager/</guid>
		<description><![CDATA[What will happen when 2 image files with different keywords are brought together to form a version set? In Idimager, the labels are merged into the main version that can have label assigned while the other version cannot have. For example, the image A has 2 object label apple and fruit and the image B [...]]]></description>
			<content:encoded><![CDATA[<p>What will happen when 2 image files with different keywords are brought together to form a version set? In Idimager, the labels are merged into the main version that can have label assigned while the other version cannot have. For example, the image A has 2 object label apple and fruit and the image B has 2 object label banana and fruit.&nbsp; The object label item count is then 2.&nbsp; The apple label item count is 1 and the banana label item count is 1 and the fruit label item count is 2.&nbsp; After the 2 images forming a version set with image A as main version, the object label item count and fruit label item count are both decreased to 1.&nbsp; The apple label item count and banana label item count both remain unchanged.&nbsp; The label merging mechanism do not apply to auto label e.g. import session and that is why I found the auto label item count always decreasing after versioning as stated in my previous post.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=d42ec25a-e3fd-8869-bd97-8fc977c3da2f" /></div>
]]></content:encoded>
			<wfw:commentRss>http://hermanland.com/wp/2009/09/24/versioning-affects-label-item-count-in-idimager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where is my meta data kept ?</title>
		<link>http://hermanland.com/wp/2009/09/15/where-is-my-meta-data-kept/</link>
		<comments>http://hermanland.com/wp/2009/09/15/where-is-my-meta-data-kept/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 14:40:00 +0000</pubDate>
		<dc:creator>herman</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://hermanland.com/wp/2009/09/15/where-is-my-meta-data-kept/</guid>
		<description><![CDATA[After I added the meta data for my image file, where is the data kept? It may just be kept in the database, the XMP sidecar file or embedded in IPTC block or XMP block within the image file. Before I adapt a new tool to maintain meta data, I need to find out from [...]]]></description>
			<content:encoded><![CDATA[<p>After I added the meta data for my image file, where is the data kept? It may just be kept in the database, the XMP sidecar file or embedded in IPTC block or XMP block within the image file. Before I adapt a new tool to maintain meta data, I need to find out from where the tool will import the meta and to where the tool will keep the meta.&nbsp; Adobe PS family software tends to use XMP sidecar for proprietary raw and even jpg.&nbsp; For dng file, they keep the meta in the embedded XMP block. Because I prefer to keep the meta within the image file, I use PS Bridge purely as a media browser and avoid even doing any rating there.&nbsp; I also turn on the &#8216;merge XMP&#8217; option in file handling in Image Ingestor so that the batch meta will be inserted to the XMP block within the image file. From <a target="_blank" href="http://imageingester.com/wp/?p=4">the product web page</a>, I found quote &#8220;A little problem that this introduced is that there’s no way to prevent generation of XMP sidecars. This will be fixed.&#8221; Therefore, I need to manual delete the XMP sidecar files.&nbsp; After ingestion, I keep my practice to maintain the meta always from Idimager because the tool maps its XMP based catalog to the EXIF, IPTC and XMP embedded block within the image file for maximum compatibility.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=95f98193-3ad8-81c7-b8bb-2fcb586cc4ac" /></div>
]]></content:encoded>
			<wfw:commentRss>http://hermanland.com/wp/2009/09/15/where-is-my-meta-data-kept/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wikka wiki 1.2 and UTF-8</title>
		<link>http://hermanland.com/wp/2009/09/13/wikka-wiki-1-2-and-utf-8/</link>
		<comments>http://hermanland.com/wp/2009/09/13/wikka-wiki-1-2-and-utf-8/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 15:09:00 +0000</pubDate>
		<dc:creator>herman</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://hermanland.com/wp/2009/09/13/wikka-wiki-1-2-and-utf-8/</guid>
		<description><![CDATA[Wikka wiki 1.2 is available. The major enhancements to me are the support of table wiki markup and the nice looking &#8216;Light&#8217; template. Same as previous version, I found the new version also stores the UTF-8 encoded non ascii characters as numeric reference e.g.&#160; &#38; # 915; &#38; # 917; &#38; # 925; &#38; # [...]]]></description>
			<content:encoded><![CDATA[<p>Wikka wiki 1.2 is available. The major enhancements to me are the support of table wiki markup and the nice looking &#8216;Light&#8217; template. Same as previous version, I found the new version also stores the UTF-8 encoded non ascii characters as numeric reference e.g.&nbsp; &amp; # 915; &amp; # 917; &amp; # 925; &amp; # 917; &amp; # 931; &amp; # 921; &amp; # 931;<br />I need to apply the <a target="_blank" href="http://hermanland.com/wk/WikkaHack">hack as I did for previous version</a> to correct it. However, I found the search function to the non ascii characters did not work after the patch but there was no such problem with previous version with the same patch. Also, I just found there is a <a target="_blank" href="http://wikkawiki.org/UTF8DatabaseCollation?show_comments=1#comments">hack that may correct the search function</a> but there seems to have some side effort but I have not tried this hack yet.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=bdf35ad0-d6c1-8435-a0f7-d1dd290ebceb" /></div>
]]></content:encoded>
			<wfw:commentRss>http://hermanland.com/wp/2009/09/13/wikka-wiki-1-2-and-utf-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
