<?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</title>
	<atom:link href="http://hermanland.com/wp/feed/" rel="self" type="application/rss+xml" />
	<link>http://hermanland.com/wp</link>
	<description>Computing, Photography, Cameras</description>
	<lastBuildDate>Wed, 03 Mar 2010 11:18:32 +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>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>Fuji Classic Dream Team</title>
		<link>http://hermanland.com/wp/2009/11/22/fuji-classic-dream-team/</link>
		<comments>http://hermanland.com/wp/2009/11/22/fuji-classic-dream-team/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 09:21:00 +0000</pubDate>
		<dc:creator>herman</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://hermanland.com/wp/2009/11/22/fuji-classic-dream-team/</guid>
		<description><![CDATA[富士經典夢幻組Fujifilm made its name in high performance portable digital camera in its F series.&#160; Fuji did it by leveraging the result of its continous R&#38;D effort in sensor technologies and the careful balance in various factors in camera design.&#160; I have no doubt the famous moonlight camera F31FD is qualified to be admit to my [...]]]></description>
			<content:encoded><![CDATA[<p>富士經典夢幻組Fujifilm made its name in high performance portable digital camera in its F series.&nbsp; Fuji did it by leveraging the result of its continous R&amp;D effort in sensor technologies and the careful balance in various factors in camera design.&nbsp; I have no doubt the famous moonlight camera F31FD is qualified to be admit to my dream team.&nbsp; The comparatively less well known F700 and F810 have recently joined my dream team.&nbsp; Unlike F31FD, they are both capable of saving in raw format and supported by Adobe dng converter.&nbsp; F700 is fitted with Super CCD SR to optimize the dynamic range while F810 provides 16:9 format.&nbsp; A common characteristic of all these team members is that they all are not mega pixel blaster but still their humble 6 mega pixels sensors are producing pleasent image which can be seen from my online album http://hermanland.com/zp</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=77553232-cc0f-8b38-ac5d-edf1bdf8d557" /></div>
]]></content:encoded>
			<wfw:commentRss>http://hermanland.com/wp/2009/11/22/fuji-classic-dream-team/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Raw or Cooked</title>
		<link>http://hermanland.com/wp/2009/11/10/raw-or-cooked/</link>
		<comments>http://hermanland.com/wp/2009/11/10/raw-or-cooked/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 14:39:00 +0000</pubDate>
		<dc:creator>herman</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://hermanland.com/wp/2009/11/10/raw-or-cooked/</guid>
		<description><![CDATA[Should I use raw format or jpg format when taking photograph? I had tried to explain to the beginners as most books do and still could not manage to get them understood with correct expectation. Recently, I think of a better analogy for easy explanation.&#160; Just like raw food I got from the market, raw [...]]]></description>
			<content:encoded><![CDATA[<p>Should I use raw format or jpg format when taking photograph? I had tried to explain to the beginners as most books do and still could not manage to get them understood with correct expectation. Recently, I think of a better analogy for easy explanation.&nbsp; Just like raw food I got from the market, raw food is often not as tasty as the cooked food or raw format does not look as eye candy as pre-cooked jpg.&nbsp; Well, some people prefer their dish cooked by P.&nbsp; Here P may stand for chef from Pennisula hotel or the raw file processor from Pentax:-)&nbsp; Oh, so Pennisula taste&#8230;oh, so Pentax color. If I cook the food myself, it may not taste the same as cooked by P or it may be even worse depending on my cooking skill or post processing skill to the raw file.&nbsp; However, with the raw food on hand, I have the flexible to cook to whatever taste I want.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=480d39e1-87a7-8217-8ad4-fb89fe46a259" /></div>
]]></content:encoded>
			<wfw:commentRss>http://hermanland.com/wp/2009/11/10/raw-or-cooked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fujifilm F200EXR better shots</title>
		<link>http://hermanland.com/wp/2009/10/28/fujifilm-f200exr-better-shots/</link>
		<comments>http://hermanland.com/wp/2009/10/28/fujifilm-f200exr-better-shots/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 13:48:00 +0000</pubDate>
		<dc:creator>herman</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://hermanland.com/wp/2009/10/28/fujifilm-f200exr-better-shots/</guid>
		<description><![CDATA[Although Fujifilm claims F200EXR as intelligent machine fitted with EXR sensor that auto switching between high resolution low noise mode aka the classic HR sensor and wide dynamic range DR mode aka the classic SR sensor, the end resulting image produced in its auto EXR mode is less than satisfactory except a better DR. In [...]]]></description>
			<content:encoded><![CDATA[<p>Although Fujifilm claims F200EXR as intelligent machine fitted with EXR sensor that auto switching between high resolution low noise mode aka the classic HR sensor and wide dynamic range DR mode aka the classic SR sensor, the end resulting image produced in its auto EXR mode is less than satisfactory except a better DR. In the <a target="_blank" href="http://kimletkeman.blogspot.com/2009/10/fuji-f70exr-how-to-shoot-it-mkii.html">Kim&#8217;s Fuji F70EXR &#8211; How to shoot it</a>, Kim summaries his experience which also applies to F200EXR. 1) Use P mode for general purpose shooting, set M size to 5M, set auto iso 1600 or lower for people, set DR400 2) use EXR DR mode for super harsh sunlight, M size is fixed by the machine, iso is fixed at 200 by the machine, set DR800 3) Use M mode for special effect e.g. concerts or long exposure, set M size, set iso, set aperture wide open, set shutter speed.&nbsp; For all cases, in film mode, use Provia.&nbsp; Set -1 ev when shooting lights at night. Set -1/3 ev for general outdoor and -2/3 ev in strong sunlight.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=4018ebb8-c76b-83b7-bffb-d9427ffd11d9" /></div>
]]></content:encoded>
			<wfw:commentRss>http://hermanland.com/wp/2009/10/28/fujifilm-f200exr-better-shots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Funny looking Fujifilm F610 DC (2003)</title>
		<link>http://hermanland.com/wp/2009/10/15/funny-looking-fujifilm-f610-dc-2003-2/</link>
		<comments>http://hermanland.com/wp/2009/10/15/funny-looking-fujifilm-f610-dc-2003-2/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 03:26:09 +0000</pubDate>
		<dc:creator>herman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hermanland.com/wp/2009/10/15/funny-looking-fujifilm-f610-dc-2003-2/</guid>
		<description><![CDATA[The recent trend in portable DC to end the mega pixel war for better image quality is my long awaiting wish I was shouting for in hermanland.com back in 2006 when I got my F31FD which was my only choice of budget DC with well image quality at that time.&#160; Despite I have the latest [...]]]></description>
			<content:encoded><![CDATA[<p>The recent trend in portable DC to end the mega pixel war for better image quality is my long awaiting wish I was shouting for in hermanland.com back in 2006 when I got my F31FD which was my only choice of budget DC with well image quality at that time.&nbsp; Despite I have the latest F200EXR and I appreciate its faster response and higher dynamic range, I am still using F31FD for its low noise, 35mm F2.8 lens, hence faster with less distortion for portrait.&nbsp; The <a target="_blank" href="http://en.wikipedia.org/wiki/Fujifilm_FinePix_F-series">Fujifilm F series</a> started from F10 in 2005 showing which can be achievable with the combination of Super CCD sensor and well balanced camera design among different factors.&nbsp; In fact, Fujifilm made some DC with Super CCD before the F series glory story started and some of them had a funny upright format which look odd by today standards. One of them is <a target="_blank" href="http://www.photographyblog.com/reviews_fuji_finepix_f610.php">Fujifilm F610</a> I recently got from a retail shop for HK$800.&nbsp; It is brand new out of old stock and the whole package was made in Japan including even the battery.&nbsp; I am happy to get an extra 1G XD card for free.&nbsp; Following is its attraction to me:</p>
<p>1) Funny upright format<br />2) Funny dual LCD<br />3) Super CCD DC pre date the F series glory story<br />4) Can turn off the LCD and use the built-in optical viewfinder only<br />5) Faster lens with more portrait friendly focal length &#8211; 35mm F2.8<br />6) Bigger CCD size &#8211; 1/1.7<br />7) Aperture priority, shutter priority and full manul exposure mode&nbsp; </p>
<p>Just discovered that the upright format body of F610 is really handy for snapshot in coffee shop. Just set the timer and put the camera on the table. The view is less likely blocked by the table.&nbsp; Here is the years my &#8220;antique&#8221; DC were made:<br />F610 (2003)<br />F31FD (2006)<br />F200EXR (2009)</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=e911de86-4488-83a8-b0da-3def69d88d11" /></div>
]]></content:encoded>
			<wfw:commentRss>http://hermanland.com/wp/2009/10/15/funny-looking-fujifilm-f610-dc-2003-2/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>
