<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>泥偶日记</title>
        <link>http://www.mamiyami.com/neo-diary/</link>
        <description>泥巴做的偶……(^^;)</description>
        <language>en</language>
        <copyright>Copyright 2010</copyright>
        <lastBuildDate>Sat, 20 Feb 2010 17:04:25 +0800</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>作弊条：ssh穿墙术</title>
            <description><![CDATA[<p>编辑 <tt>~/.ssh/config</tt>。要点是 <tt>nc <b>-q 0</b></tt>，可以避免很多 nc 和 ssh 进程烂在网关上。</p>
<pre>~~~snip~~~<br />Host jet<br />&nbsp; &nbsp;&nbsp; ProxyCommand ssh zircon exec nc -q 0 %h %p<br />~~~snip~~~</pre>]]></description>
            <link>http://www.mamiyami.com/neo-diary/2010/02/ssh.html</link>
            <guid>http://www.mamiyami.com/neo-diary/2010/02/ssh.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Linux秘技</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">nc</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">ssh</category>
            
            <pubDate>Sat, 20 Feb 2010 17:04:25 +0800</pubDate>
        </item>
        
        <item>
            <title>作弊条：用 mplayer 以 ASCII art 播放视频</title>
            <description><![CDATA[<pre>$ mplayer -vo aa -monitorpixelaspect 0.5 video.avi</pre>]]></description>
            <link>http://www.mamiyami.com/neo-diary/2010/01/mplayer-ascii-art-video-output.html</link>
            <guid>http://www.mamiyami.com/neo-diary/2010/01/mplayer-ascii-art-video-output.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Linux秘技</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">今日新发现</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">ASCII Art</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">mplayer</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">作弊条</category>
            
            <pubDate>Wed, 20 Jan 2010 17:55:14 +0800</pubDate>
        </item>
        
        <item>
            <title>作弊条：用 mencoder 编码 x264 视频</title>
            <description><![CDATA[<pre>$ mencoder video.original.avi -vf scale=1024:576 -ovc x264 \<br />&gt; -x264encopts bitrate=1536:pass=1:turbo=2:threads=4 -oac mp3lame \<br />&gt; -lameopts preset=256 -o video.tweak.avi<br /><br />$ mencoder video.original.avi -vf scale=1024:576 -ovc x264 \<br />&gt; -x264encopts bitrate=1536:pass=3:threads=4 -oac mp3lame \<br />&gt; -lameopts preset=256 -o video.tweak.avi<br /><br />$ mencoder video.original.avi -vf scale=1024:576 -ovc x264 \<br />&gt; -x264encopts bitrate=1536:pass=3:threads=4 -oac mp3lame \<br />&gt; -lameopts preset=256 -o video.tweak.avi</pre>]]></description>
            <link>http://www.mamiyami.com/neo-diary/2010/01/mencoder-x264.html</link>
            <guid>http://www.mamiyami.com/neo-diary/2010/01/mencoder-x264.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Linux秘技</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">今日新发现</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">mencoder</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">x264</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">作弊条</category>
            
            <pubDate>Sun, 17 Jan 2010 00:22:47 +0800</pubDate>
        </item>
        
        <item>
            <title>How to Distinct the Shell Variable and Environment Variable</title>
            <description><![CDATA[<pre>[ -n "$("$BASH" -c 'echo "${VAR+x}"')" ] ## Succeeds if VAR is an environment variable
[ -z "$("$BASH" -c 'echo "${VAR+x}"')" ] ## Fails if VAR is an environment variable
</pre>]]></description>
            <link>http://www.mamiyami.com/neo-diary/2009/12/how-to-distinct-the-shell-vari.html</link>
            <guid>http://www.mamiyami.com/neo-diary/2009/12/how-to-distinct-the-shell-vari.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Linux秘技</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">今日新发现</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">bash</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">秘技</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Linux</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">作弊条</category>
            
            <pubDate>Thu, 31 Dec 2009 21:43:37 +0800</pubDate>
        </item>
        
        <item>
            <title>iShoot 闪光灯同步线入手</title>
            <description><![CDATA[<p>新入手了<a href="http://www.photoloving.com/">iShoot</a> <a href="http://www.photoloving.com/index.php?app=gbu0&amp;ns=prodshow&amp;ref=pc">闪光灯同步线</a>。</p>
<p><a href="http://www.mamiyami.com/neo-diary/assets_c/2009/12/img_7081s-178.html" onclick="window.open('http://www.mamiyami.com/neo-diary/assets_c/2009/12/img_7081s-178.html','popup','width=666,height=999,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.mamiyami.com/neo-diary/assets_c/2009/12/img_7081s-thumb-400x600-178.jpg" alt="img_7081s.jpg" height="600" width="400" /></a></p>
<p></p><ul>
	<li><a href="http://www.mamiyami.com/neo-diary/2009/02/voigtlander-bessaflex-tm-silve.html">Voigtländer Bessaflex TM Silver</a></li>
	<li><a href="http://www.mamiyami.com/neo-diary/2008/06/carl-zeiss-planar-14-50-zs.html">Carl Zeiss Planar T* 1.4/50 ZS</a></li>
	<li><a href="http://www.tiffen.com/Stroboframe_ProRL_page.htm">Stroboframe Camera Flip</a></li>
	<li><a href="http://www.nissindigital.com/en/Di866-1.html">Nissin Di866</a></li>
	<li><a href="http://www.photoloving.com/index.php?app=gbu0&amp;ns=prodshow&amp;ref=pc">iShoot Sync Cord for Flash</a></li>
</ul>]]></description>
            <link>http://www.mamiyami.com/neo-diary/2009/12/ishoot-sync-cord.html</link>
            <guid>http://www.mamiyami.com/neo-diary/2009/12/ishoot-sync-cord.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">摄影败家</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">Bessaflex TM</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Carl Zeiss</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">闪光灯</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">败家</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Voigtländer</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">同步线</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">摄影</category>
            
            <pubDate>Mon, 28 Dec 2009 21:53:23 +0800</pubDate>
        </item>
        
        <item>
            <title>挖耳</title>
            <description><![CDATA[<p>蜀地蓉邑，人喜挖耳。夜，酒肆林立，食者众。有匠手擅挖耳者，缓步食客间，执盈尺铁镊，霍霍有声。吆曰："挖耳可矣。"时，某出，招之。匠诺，嘱某坐，乃为某甲挖耳。展其械。耳匙数柄，皆长寸许。签三两支，顶曳铁线，上缚鹅绒，大小不一。初以匙探耳内，掘之，继之盛其垢出。复以绒入，捻之。某叠股交睫，意甚畅。未几，匠遽振铁镊，触以绒柄，轰然作响。某泰然自若。两耳尽掘。</p>
<p>已，资当十钱一枚。盖五钱挖一耳也。古雅谑有言，挖耳、捶背、打嗝、放屁，人生四大快事矣。摄影作文以记之。 <br /></p>
<p><a href="http://picasaweb.google.com/lh/photo/LY5LCfCAv3T9-AooHY3qAg?feat=embedwebsite"><img src="http://lh6.ggpht.com/_lZ0GW988nQw/Si6d6JPbZ7I/AAAAAAAAEoE/i85tjdMNlio/s400/img_5099a.jpg" /></a></p>]]></description>
            <link>http://www.mamiyami.com/neo-diary/2009/09/post.html</link>
            <guid>http://www.mamiyami.com/neo-diary/2009/09/post.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">今日新发现</category>
            
            
            <pubDate>Thu, 03 Sep 2009 14:30:57 +0800</pubDate>
        </item>
        
        <item>
            <title>古董相机 Olympus μ[mju:]-II 开箱</title>
            <description><![CDATA[<p>Olympus μ[mju:]-II 是著名的长寿机型。自1997年面世，至今仍在量产，据称销售量超过380万部。该机型有香槟橙、黑色两款。在1998年时，为纪念 Olympus μ 系列销售1000万部，该机型曾推出过金属黑色涂装的限量纪念版。今次自淘宝购入的是普通的黑色版本，卖家标九九新。</p>

<p>详列规格如下。</p>

<ul>
  <li><b>类型</b>：全自动 35mm 自动对焦中心快门相机。</li>
  <li><b>使用胶卷</b>：35mm 标准 DX 码胶卷 (24 × 36mm)。</li>
  <li><b>镜头</b>：Olympus，F2.8，4片4组。</li>
  <li><b>取景器</b>：旁轴取景器。</li>
  <li><b>对焦</b>：主动式多自动对焦系统。可锁定焦距。</li>
  <li><b>对焦范围</b>：0.35m - ∞ (无限远)。<br /></li>
  <li><b>曝光控制</b>：程序式自动曝光控制，2-区测光，可切换为点测光。</li>
  <li><b>自动曝光范围</b>：EV1.0 - EV17 (F2.8，4秒 - F11，1/1000秒)。</li>
  <li><b>胶卷计数</b>：可自动归零的步进式，在液晶显示板上显示。</li>
  <li><b>自拍</b>：电子自拍，12秒延迟间隔。</li>
  <li><b>胶卷速度范围</b>：带 DX 码的胶卷可自动设定 (ISO 50, 100, 200, 400, 800, 1600, 3200)。对于小于 ISO 50 的非 DX 码的胶卷，其速度设定为 ISO 100。</li>
  <li><b>装片</b>：自动装片 (后盖盖上后自动卷到第一张)。</li>
  <li><b>卷片</b>：自动卷片。</li>
  <li><b>倒片</b>：自动倒片 (胶卷拍完时自动倒片，倒片结束时自动停止)。中途倒片键，可在任何时刻倒片。</li>
  <li><b>闪光灯</b>：内藏式闪光灯。</li>
  <li><b>闪光灯充电时间</b>：约 0.2 - 3.5 秒 (常温下，用新电池)。</li>
  <li><b>闪光灯有效范围</b>：对于 ISO 100 彩色负片 0.35 - 4.1m，对于 ISO 400 彩色负片 0.35 - 8.2m。</li>
  <li><b>闪光模式</b>：自动闪光 (低照明度，逆光，荧光灯或其他人造灯光下时自动闪光)，减轻红眼 (其它与自动闪光同)，OFF (不闪光)，强制 (强制闪光灯工作)，夜景 [用低速快门速度 (4秒) 进行夜摄，其它功能操作与自动闪光模式时相同]，减轻红眼夜景 (其它情况下与夜景拍摄闪光同)。</li>
  <li><b>电池检查</b>：在液晶显示板上显示。</li>
  <li><b>防水</b>：IEC 标准 529。封装保护等级分类。保护等级的第二特征数为 4。防溅出的水花。从任何方向溅到封装物上的水花不应对封装物造成任何损坏。</li>
  <li><b>电源</b>：3V 锂电池 (DL123A/CR123A)。</li>
  <li><b>尺寸</b>：108(W) × 59(H) × 37(D)mm (不包括突出部)</li>
  <li><b>重量</b>：135g (不包括电池)</li>
</ul>

<p>以下开箱照。</p>

<p>原装盒子。<br /><a href="http://www.mamiyami.com/neo-diary/2009/06/23/img_5967a.html" onclick="window.open('http://www.mamiyami.com/neo-diary/2009/06/23/img_5967a.html','popup','width=999,height=666,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.mamiyami.com/neo-diary/2009/06/23/img_5967a-thumb-600x400.jpg" alt="img_5967a.jpg" class="mt-image-none" height="400" width="600" /></a></p>

<p>使用说明书、质量保证书俱在。<br /><a href="http://www.mamiyami.com/neo-diary/2009/06/23/img_5975a.html" onclick="window.open('http://www.mamiyami.com/neo-diary/2009/06/23/img_5975a.html','popup','width=999,height=665,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.mamiyami.com/neo-diary/2009/06/23/img_5975a-thumb-600x399.jpg" alt="img_5975a.jpg" class="mt-image-none" height="399" width="600" /></a></p>

<p>相机包、手绳，相机在包内。<br /><a href="http://www.mamiyami.com/neo-diary/2009/06/23/img_5984a.html" onclick="window.open('http://www.mamiyami.com/neo-diary/2009/06/23/img_5984a.html','popup','width=999,height=665,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.mamiyami.com/neo-diary/2009/06/23/img_5984a-thumb-600x399.jpg" alt="img_5984a.jpg" class="mt-image-none" height="399" width="600" /></a></p>

<p>Olympus μ[mju:]-II。<br /><a href="http://www.mamiyami.com/neo-diary/2009/06/23/img_5987a.html" onclick="window.open('http://www.mamiyami.com/neo-diary/2009/06/23/img_5987a.html','popup','width=999,height=666,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.mamiyami.com/neo-diary/2009/06/23/img_5987a-thumb-600x400.jpg" alt="img_5987a.jpg" class="mt-image-none" height="400" width="600" /></a></p>

<p>背后LCD，两个按钮。<br /><a href="http://www.mamiyami.com/neo-diary/2009/06/23/img_6002a.html" onclick="window.open('http://www.mamiyami.com/neo-diary/2009/06/23/img_6002a.html','popup','width=999,height=665,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.mamiyami.com/neo-diary/2009/06/23/img_6002a-thumb-600x399.jpg" alt="img_6002a.jpg" class="mt-image-none" height="399" width="600" /></a></p>

<p>快门按钮。<br /><a href="http://www.mamiyami.com/neo-diary/2009/06/23/img_6003a.html" onclick="window.open('http://www.mamiyami.com/neo-diary/2009/06/23/img_6003a.html','popup','width=999,height=666,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.mamiyami.com/neo-diary/2009/06/23/img_6003a-thumb-600x400.jpg" alt="img_6003a.jpg" class="mt-image-none" height="400" width="600" /></a></p>

<p>Assembled in China. Parts made in Japan.<br /><a href="http://www.mamiyami.com/neo-diary/2009/06/23/img_6005a.html" onclick="window.open('http://www.mamiyami.com/neo-diary/2009/06/23/img_6005a.html','popup','width=999,height=666,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.mamiyami.com/neo-diary/2009/06/23/img_6005a-thumb-600x400.jpg" alt="img_6005a.jpg" class="mt-image-none" height="400" width="600" /></a></p>

<p>Olympus lens 35mm 1:2.8. Multi AF. All-weather.<br /><a href="http://www.mamiyami.com/neo-diary/2009/06/23/img_6008a.html" onclick="window.open('http://www.mamiyami.com/neo-diary/2009/06/23/img_6008a.html','popup','width=999,height=666,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.mamiyami.com/neo-diary/2009/06/23/img_6008a-thumb-600x400.jpg" alt="img_6008a.jpg" class="mt-image-none" height="400" width="600" /></a></p>

<p>已经喂了一卷 <a href="http://www.mamiyami.com/neo-diary/2009/02/black-n-white-ilm-c41-process.html">Ilford XP2 Super</a> 黑白片。试机照片近期奉上，敬请期待。<br /><a href="http://www.mamiyami.com/neo-diary/2009/06/23/img_6013a.html" onclick="window.open('http://www.mamiyami.com/neo-diary/2009/06/23/img_6013a.html','popup','width=999,height=665,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.mamiyami.com/neo-diary/2009/06/23/img_6013a-thumb-600x399.jpg" alt="img_6013a.jpg" class="mt-image-none" height="399" width="600" /></a></p>

<p>参考资料</p>
<ul>
  <li>Olympus Olympus History:  µ[mju:] (Stylus) Series<br />
  <a href="http://www.olympus-global.com/en/corc/history/camera/m_series.cfm">http://www.olympus-global.com/en/corc/history/camera/m_series.cfm</a></li>
  <li>Olympus μ[mju:]系列袖珍照相机销量达到2000万台<br />
  <a href="http://www3.xitek.com/bingqiku/olympus/mju-news.htm">http://www3.xitek.com/bingqiku/olympus/mju-news.htm</a></li>
  <li>Olympus Stylus Epic (mju) I &amp; II<br /><a href="http://www.camerapedia.org/wiki/Olympus_Stylus_Epic_%28mju%29_I_%26_II">http://www.camerapedia.org/wiki/Olympus_Stylus_Epic_%28mju%29_I_%26_II</a><br /></li>
</ul>]]></description>
            <link>http://www.mamiyami.com/neo-diary/2009/06/olympus-mju-ii.html</link>
            <guid>http://www.mamiyami.com/neo-diary/2009/06/olympus-mju-ii.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">今日新发现</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">摄影败家</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">败家</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Olympus</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">开箱</category>
            
            <pubDate>Mon, 22 Jun 2009 22:27:11 +0800</pubDate>
        </item>
        
        <item>
            <title>成都←→雅安←→康定←→理塘←→雅江←→稻城←→亚丁 航迹</title>
            <description><![CDATA[<script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAA3YyzVNbg3cTjn5BmXf7u-RQdGvz2t0-mYlGgIj9VQXdTi1EUWBThy32id61-Qew5T7TbKDogD7sGOA"></script>
<div id="map_canvas_20090610140900" style="width: 704px; height: 704px;"></div>
<script type="text/javascript">
  google.load("maps", "2.x");
   
  // Call this function when the page has been loaded
  function initialize_20090610140900()
  {
    var map = new google.maps.Map2(document.getElementById(
        "map_canvas_20090610140900"));
    map.setCenter(new google.maps.LatLng(29.40000, 102.23000), 8);

    map.setMapType(G_SATELLITE_MAP);
    map.addControl(new GSmallMapControl());

    var geoXml = new GGeoXml(
        "http://www.mamiyami.com/neo-diary/2009/06/20/sichuan-travel-2009.kmz");
    map.addOverlay(geoXml);
  }

  google.setOnLoadCallback(initialize_20090610140900);
</script>
<p></p>
<ul>
  <li><span style="background-color: rgb(255, 170, 0);">&nbsp;&nbsp;&nbsp;&nbsp;</span> 成都→亚丁汽车</li>
  <li><span style="background-color: rgb(255, 255, 0);">&nbsp;&nbsp;&nbsp;&nbsp;</span> 亚丁→成都汽车</li>
  <li><span style="background-color: rgb(85, 255, 0);">&nbsp;&nbsp;&nbsp;&nbsp;</span> 钓鱼路线</li>
  <li><span style="background-color: rgb(0, 170, 255);">&nbsp;&nbsp;&nbsp;&nbsp;</span> 徒步路线</li>
</ul>
<p>附上<a href="http://www.mamiyami.com/neo-diary/2009/06/20/sichuan-travel-2009.kmz">Google Earth XMZ 文件</a>。</p>
<p>旅途照片请移步<a href="http://picasaweb.google.com/gongjie.jie/">Picasa网络相册</a>。</p>
<table>
<tbody>
<tr>
  <td>
  <table style="width: 194px;"><tbody><tr><td style="background: transparent url(http://picasaweb.google.com/s/c/transparent_album_background.gif) no-repeat scroll left center; height: 194px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" align="center"><a href="http://picasaweb.google.com/gongjie.jie/QBpwXK?feat=embedwebsite"><img src="http://lh6.ggpht.com/_lZ0GW988nQw/Si6dDHh0wlE/AAAAAAAAE30/f1bioNxdCjs/s160-c/QBpwXK.jpg" style="margin: 1px 0pt 0pt 4px;" width="160" height="160" /></a></td></tr><tr><td style="text-align: center; font-family: arial,sans-serif; font-size: 11px;"><a href="http://picasaweb.google.com/gongjie.jie/QBpwXK?feat=embedwebsite" style="color: rgb(77, 77, 77); font-weight: bold; text-decoration: none;">成都风物</a></td></tr></tbody></table>
  </td>
  <td>
  <table style="width: 194px;"><tbody><tr><td style="background: transparent url(http://picasaweb.google.com/s/c/transparent_album_background.gif) no-repeat scroll left center; height: 194px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" align="center"><a href="http://picasaweb.google.com/gongjie.jie/cxzyjG?feat=embedwebsite"><img src="http://lh4.ggpht.com/_lZ0GW988nQw/Si6VgK9KdGE/AAAAAAAAEzg/9cTtk65gpfo/s160-c/cxzyjG.jpg" style="margin: 1px 0pt 0pt 4px;" width="160" height="160" /></a></td></tr><tr><td style="text-align: center; font-family: arial,sans-serif; font-size: 11px;"><a href="http://picasaweb.google.com/gongjie.jie/cxzyjG?feat=embedwebsite" style="color: rgb(77, 77, 77); font-weight: bold; text-decoration: none;">稻城亚丁</a></td></tr></tbody></table>
  </td>
</tr>
</tbody>
</table>]]></description>
            <link>http://www.mamiyami.com/neo-diary/2009/06/sichuan-travel-2009.html</link>
            <guid>http://www.mamiyami.com/neo-diary/2009/06/sichuan-travel-2009.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">今日新发现</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">Google Map</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">GPS</category>
            
            <pubDate>Sat, 20 Jun 2009 14:09:00 +0800</pubDate>
        </item>
        
        <item>
            <title>2009 Workstation Upgrade Plan</title>
            <description><![CDATA[<div><b>Existing Workstation<br>
</b><br>
<b>CPU</b><br><ul><li>AMD Althon XP 2200+ Thoroughbred 1800MHz</li></ul>
<b>CPU heat sink</b><br></div><ul><li><a title="新世纪的火山：Thermaltake Volcano 9与Volcano 7+" href="http://www.tomshardware.com/cn/366,review-366-29.html" id="bd9e">ThermalTake Volcano 7+</a></li></ul><div> 
<b>Motherboard</b><br><ul><li><a title="ASUS A7V333-X" href="http://www.asus.com.cn/860/download/products/mb/A7V333-X/A7V333-X.zip" id="y800">ASUS A7V333-X</a></li></ul> 
<b>Memory</b> <br><ul><li>A-DATA 1G DDR400</li><li>Kingston 512M DDR333</li><li>Kingston 256M DDR333</li></ul>
<b>Graphic adapter<br></b><ul><li><a title="MSI - G4Ti4200-TD64" href="http://www.msi.com/index.php?func=proddesc&amp;prod_no=887&amp;maincat_no=130" id="stzj">MSI G4Ti4200-TD64 MS-8870</a></li></ul></div><div> <b>Storage controller</b><br></div><div><ul><li><a title="软件RAID系统需求" href="http://www.tomshardware.com/cn/526,review-526-4.html" id="yjw7">Promise Ultra100 TX2</a></li></ul></div><div> <ul><li><a title="完美的RAID产品：Adaptec ATA RAID 2400A" href="http://www.tomshardware.com/cn/720,review-720-4.html" id="ibzr">Adaptec ATA RAID 2400A</a></li></ul> <b>Sound card</b><br><ul><li><a title="Creative Sound Blaster Audigy Value" href="http://cn.creative.com/products/product.asp?category=1&amp;subcategory=873&amp;product=14189&amp;listby=usage" id="p6xy">Creative Sound Blaster Audigy Value</a></li></ul> 
<b>Hard disk drive</b><br><ul><li><a title="Seagate Barracuda 7200.8 300 GB" href="http://www.seagate.com/ww/v/index.jsp?name=Barracuda_7200.8_300_GB&amp;vgnextoid=c32d99f4fa74c010VgnVCM100000dd04090aRCRD&amp;locale=en-US" id="oh0:">Seagate ST3300831A 300G</a></li></ul> <ul><li><a title="Seagate SV35.2 ULTRA ATA/100 320-GB Hard Drive" href="http://www.seagate.com/ww/v/index.jsp?name=SV35_7200.2_ULTRA_ATA/100_320-GB_Hard_Drive&amp;vgnextoid=7d2c6a995f630110VgnVCM100000f5ee0a0aRCRD&amp;locale=en-US" id="pmqy">Seagate ST3320620AV 320G</a> x 4</li></ul>
<b>Optical drive<br></b><ul><li>Pioneer DVD-RW DVR-109</li></ul><b>Chassis</b><br><ul><li><a title="Xaser II Series - 5000 Plus Chassis" href="http://www.thermaltakeusa.com/xasercase/xaser2/5000plus.htm" id="qmjr">ThermalTake Xaser II A5000A Plus</a></li></ul> 
<b>Power Supply</b><br><ul><li>Goldenfield 300W</li></ul><b>Monitor:<br></b><ul><li><a title="MA203DTD Vision Master Pro 513" href="http://www.iiyama.com/ms_GL/Product/product/38" id="g8km">iiyama MA203DT D 22-inch CRT Monitor</a></li></ul> 

<b>Keyboard and Mouse<br></b><ul><li><a title="Logitech Cordless Desktop Optical" href="http://www.logitech.com/index.cfm/478/3362&amp;hub=1&amp;selectedcrid=0&amp;selectedcid=3362&amp;cl=in,en" id="wg6i">Logitech Cordless Desktop Optical</a></li></ul> <b><br>
Upgrade Plan<br>
</b><b><br>
CPU<br></b><ul><li><a title="Phenom II X4 955: AMD's Dragon Platform Evolves" href="http://www.tomshardware.com/reviews/phenom-x4-955,2278-2.html" id="k0l_">AMD Phenom II X4 955 Black Edition 3.2GHz Socket AM3</a></li></ul><ul><ul><li>6 MB L3 Cache</li></ul></ul>
<b>CPU heat sink</b><br><ul><li><a title="ThermalTake V14PRO" href="http://www.thermaltake.com.cn/prinfo.asp?PID=412" id="lk3_">ThermalTake V14PRO</a></li></ul> 
<b>Motherboard<br></b><ul><li><a title="ASUS M4A79T Deluxe" href="http://www.asus.com.cn/products.aspx?l1=3&amp;l2=181&amp;l3=896&amp;l4=0&amp;model=2818&amp;modelmenu=1" id="a66x">ASUS M4A79T Deluxe</a></li></ul> <ul><ul><li>Socket AM3 with DDR3 memory support</li></ul></ul>
<b>Memory<br></b><ul><li>Kingston KVR1333D3N9/2G x 2</li></ul>
<b>Graphic adapter<br></b><ul><li><a title="GIGABYTE GV-R485MC-1GI" href="http://www.gigabyte.com.cn/Products/VGA/Products_Overview.aspx?ProductID=3063" id="iv_s">GIGABYTE GV-R485MC-1GI</a></li></ul> <ul><ul><li>ATI Radeon HD 4850</li><li>PCI 2.0 Express</li><li>1G DDR3 Memory</li></ul></ul>
<b>Chassis</b> <b>attachment</b><br><ul><li><a title="ThermalTake iCage" href="http://www.thermaltake.com.cn/prinfo.asp?PID=361" id="se10">ThermalTake iCage</a></li></ul> 
<b>DC Fan<br></b><ul><li><a title="ThermalTake 12cm TurboFan" href="http://www.thermaltake.com.cn/prinfo.asp?PID=359" id="j-3h">ThermalTake 12cm TurboFan</a> x 5</li></ul>
<b>Power supply<br></b><ul><li><a title="Thermaltake Toughpower 750w" href="http://www.thermaltake.com.cn/prinfo.asp?PID=156" id="oo_c">Thermaltake Toughpower 750W</a></li></ul><br><b>Reference</b><br><ul><li><a title="Thermaltake Power Supply Calculator" href="http://www.thermaltake.outervision.com/" id="eh8v">Thermaltake Power Supply Calculator</a></li></ul> <br><br></div><br>]]></description>
            <link>http://www.mamiyami.com/neo-diary/2009/04/2009-wokstation-upgrade-plan.html</link>
            <guid>http://www.mamiyami.com/neo-diary/2009/04/2009-wokstation-upgrade-plan.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">今日新发现</category>
            
            
            <pubDate>Thu, 16 Apr 2009 13:33:53 +0800</pubDate>
        </item>
        
        <item>
            <title>使用 C-41 工艺冲洗的黑白负片</title>
            <description><![CDATA[<p>新败了怪兽等级的黑白负片，期待着第一卷拍完冲洗出来。</p><p>以下是搜集到的有关资料。</p>

<p><a href="http://www.ilfordphoto.com/products/product.asp?n=11">Ilford XP2 Super</a> 胶卷，染料型黑白负片，醋酸盐片基。它具有宽广的曝光范围，标称感光度 ISO 400 ，用作 ISO 50 - 800 曝光时，不需要<a href="mailto:http://en.wikipedia.org/wiki/Push_processing">增感或降感</a>冲洗。推荐使用标准 <a href="http://en.wikipedia.org/wiki/C-41_process">C-41 工艺</a>冲洗。用作 ISO 400 曝光时获得最佳整体表现，用作 ISO 200 曝光时获得更细腻的颗粒，用作 ISO 50 曝光时颗粒最细腻但是底片的密度变大。</p>

<p>* C-41 工艺就是通常冲洗彩色负片的处理工艺<br /></p>

<a href="http://www.mamiyami.com/neo-diary/2009/02/25/img_4634s1.html" onclick="window.open('http://www.mamiyami.com/neo-diary/2009/02/25/img_4634s1.html','popup','width=666,height=999,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.mamiyami.com/neo-diary/2009/02/25/img_4634s-thumb-400x600.jpg" alt="Ilford XP2 super 400" height="600" width="400" /></a>]]></description>
            <link>http://www.mamiyami.com/neo-diary/2009/02/black-n-white-ilm-c41-process.html</link>
            <guid>http://www.mamiyami.com/neo-diary/2009/02/black-n-white-ilm-c41-process.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">今日新发现</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">摄影败家</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">败家</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">摄影</category>
            
            <pubDate>Wed, 25 Feb 2009 23:56:02 +0800</pubDate>
        </item>
        
        <item>
            <title>新机第一卷底片出炉</title>
            <description><![CDATA[<p><a href="http://www.mamiyami.com/neo-diary/2009/02/voigtlander-bessaflex-tm-silve.html">新机入手</a>，第一卷 <a href="http://www.mamiyami.com/neo-diary/2009/02/kodak-film-guide.html">Kodak 彩色负片</a>终于出炉，单冲底扫。<a href="http://www.mamiyami.com/neo-diary/2008/06/carl-zeiss-planar-14-50-zs.html">Zeiss 镜头</a>成像颜色很艳，与<a href="http://www.mamiyami.com/neo-diary/2008/06/zeiss-50mm-f14-testing.html">之前</a>在 <a href="http://www.mamiyami.com/neo-diary/2007/03/canon-eos-400d-1.html">Canon EOS 400D 机身</a>上大有不同。</p>
<p>以下请看。</p>
<table style="width: 194px;"><tbody><tr><td style="background: transparent url(http://picasaweb.google.com/f/img/transparent_album_background.gif) no-repeat scroll left center; height: 194px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" align="center"><a href="http://picasaweb.google.com/gongjie.jie/VclrPD?feat=embedwebsite"><img src="http://lh4.ggpht.com/_lZ0GW988nQw/SZ6zb0DTZBE/AAAAAAAAA78/I1t4p4ms_qY/s160-c/VclrPD.jpg" style="margin: 1px 0pt 0pt 4px;" height="160" width="160" /></a></td></tr><tr><td style="text-align: center; font-family: arial,sans-serif; font-size: 11px;"><a href="http://picasaweb.google.com/gongjie.jie/VclrPD?feat=embedwebsite">街头随拍</a></td></tr></tbody></table>]]></description>
            <link>http://www.mamiyami.com/neo-diary/2009/02/the-first-film-with-bessaflex-tm.html</link>
            <guid>http://www.mamiyami.com/neo-diary/2009/02/the-first-film-with-bessaflex-tm.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">摄影败家</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">摄影</category>
            
            <pubDate>Sun, 22 Feb 2009 18:49:37 +0800</pubDate>
        </item>
        
        <item>
            <title>柯达胶卷使用说明</title>
            <description><![CDATA[<p>柯达彩色金胶卷 ISO 100/21°<br />
<img alt="柯达彩色金胶卷 ISO 100/21°" src="http://www.mamiyami.com/neo-diary/2009/02/07/img_4533s.jpg" height="600" /></p>
<p>柯达全能胶卷 ISO 400/27°<br />
<img alt="柯达全能胶卷 ISO 400/27°" src="http://www.mamiyami.com/neo-diary/2009/02/07/img_4529s.jpg" height="600" width="600" /></p>
]]></description>
            <link>http://www.mamiyami.com/neo-diary/2009/02/kodak-film-guide.html</link>
            <guid>http://www.mamiyami.com/neo-diary/2009/02/kodak-film-guide.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">今日新发现</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">摄影败家</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">Kodak</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">摄影</category>
            
            <pubDate>Sat, 07 Feb 2009 20:47:23 +0800</pubDate>
        </item>
        
        <item>
            <title>Voigtländer Bessaflex TM Silver 新机入手</title>
            <description><![CDATA[<p>新机入手啦，这一支是 <a class="zem_slink" href="http://en.wikipedia.org/wiki/Cosina" title="Cosina" rel="wikipedia">Cosina</a> 代工生产的 <a class="zem_slink" href="http://en.wikipedia.org/wiki/Voigtl%C3%A4nder" title="Voigtländer" rel="wikipedia">Voigtländer</a> Bessaflex TM Silver。这是新出产的复古机型，2003年上市，2007年底停产。铝镁合金机身，机械快门，在电池电力耗尽的情况下，只有机身内建的测光表停止工作，所有其它功能均可运作如常。</p>
<p>Voigtländer Bessaflex TM Silver 和 <a href="http://www.mamiyami.com/neo-diary/2008/06/carl-zeiss-planar-14-50-zs.html">Carl Zeiss Planar T* 1.4/50 ZS</a> 合体<br>
<a href="http://www.mamiyami.com/neo-diary/2009/02/07/img_4623s.html" onclick="window.open('http://www.mamiyami.com/neo-diary/2009/02/07/img_4623s.html','popup','width=999,height=666,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.mamiyami.com/neo-diary/2009/02/07/img_4623s-thumb-600x400.jpg" alt="Voigtländer Bessaflex TM Silver 和 Carl Zeiss Planar T* 1.4/50 ZS 合体" height="400" width="600"></a></p>
<p>Voigtländer Bessaflex TM Silver 机顶<br>
<a href="http://www.mamiyami.com/neo-diary/2009/02/07/img_4628s.html" onclick="window.open('http://www.mamiyami.com/neo-diary/2009/02/07/img_4628s.html','popup','width=999,height=666,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.mamiyami.com/neo-diary/2009/02/07/img_4628s-thumb-600x400.jpg" alt="Voigtländer Bessaflex TM Silver 机顶" height="400" width="600"></a></p>
<p>以下是机身详细规格。</p>
<table>
<tbody>
<tr style="background-color: rgb(224, 224, 224);">
  <td>Type</td>
  <td>35mm <a class="zem_slink" href="http://en.wikipedia.org/wiki/Single-lens_reflex_camera" title="Single-lens reflex camera" rel="wikipedia">SLR camera</a> with <a class="zem_slink" href="http://en.wikipedia.org/wiki/Focal-plane_shutter" title="Focal-plane shutter" rel="wikipedia">focal plane shutter</a> an <a class="zem_slink" href="http://en.wikipedia.org/wiki/Through-the-lens_metering" title="Through-the-lens metering" rel="wikipedia">TTL metering</a> system</td>
</tr>
<tr>
  <td>Film Format</td>
  <td>35 mm film, <a class="zem_slink" href="http://en.wikipedia.org/wiki/135_film" title="135 film" rel="wikipedia">24x36</a> mm</td>
</tr>
<tr style="background-color: rgb(224, 224, 224);">
  <td>Lens Mount</td>
  <td>M42</td>
</tr>
<tr>
  <td>Shutter</td>
  <td>Vertically moving metal focal plane shutter B 1-1/2000sec.</td>
</tr>
<tr style="background-color: rgb(224, 224, 224);">
  <td>Self-Timer</td>
  <td>Mechanical <a class="zem_slink" href="http://en.wikipedia.org/wiki/Self_timer" title="Self timer" rel="wikipedia">self timer</a>, approx.10 sec. duration</td>
</tr>
<tr>
  <td>Viewfinder</td>
  <td>Field of view 95%</td>
</tr>
<tr style="background-color: rgb(224, 224, 224);">
  <td>Exposure display</td>
  <td><tt>◄</tt> = Over exposure warning<br><tt>●</tt> = Good exposure indication<br><tt>►</tt> = Under exposure warning</td>
</tr>
<tr>
  <td>Exposure Metering System</td>
  <td>TTL stop-down metering system. Center weighted area measurement. </td>
</tr>
<tr style="background-color: rgb(224, 224, 224);">
  <td>Exposure Coupling Range</td>
  <td><a class="zem_slink" href="http://en.wikipedia.org/wiki/Film_speed" title="Film speed" rel="wikipedia">ISO</a> 100/21 EV1(F1.4, 1s) - EV19 (F16, 1/2000s)</td>
</tr>
<tr>
  <td>Flash Terminal</td>
  <td>X synchronic contact, synchronized at 1/125 or lower shutter speed</td>
</tr>
<tr style="background-color: rgb(224, 224, 224);">
  <td>Film Advance</td>
  <td> By single and/or ratcjet lever action. Double exposure lock system. Trigger winder available (optional extra).</td>
</tr>
<tr>
  <td>Film Rewind</td>
  <td>By film rewind button and film rewind crank</td> </tr>
<tr style="background-color: rgb(224, 224, 224);">
  <td>Frame Counter</td>
  <td>Progressive type with auto reset by opening the back cover.</td>
</tr>
<tr>
  <td>Film Speed Range</td>
  <td>ISO 25/15 - 3200/36 by 1/3 steps</td>
</tr>
<tr style="background-color: rgb(224, 224, 224);">
  <td>Power Source</td>
  <td>Two 1,5V Alkaline batteries (LR44) or Silver batteries (SR 44)</td> </tr> <tr>
</tr>
<tr>
  <td>Dimensions</td>
  <td>135 (W)x89(H)x52.5(D)mm</td>
</tr>
<tr style="background-color: rgb(224, 224, 224);">
   <td>Weight</td>
   <td>485g</td>
</tr>
</tbody>
</table>
<br>
<p><b>参考资料</b></p>
<ul>
	<li><a href="http://www.voigtlaender.de/cms/voigtlaender/voigtlaender_cms.nsf/id/pa_asan6lwmea.html">http://www.voigtlaender.de/cms/voigtlaender/voigtlaender_cms.nsf/id/pa_asan6lwmea.html</a></li>
</ul>

<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/cedfe49b-8d66-4e74-a07b-954fecc4063e/" title="Reblog this post [with Zemanta]"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=cedfe49b-8d66-4e74-a07b-954fecc4063e" alt="Reblog this post [with Zemanta]"></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>]]></description>
            <link>http://www.mamiyami.com/neo-diary/2009/02/voigtlander-bessaflex-tm-silve.html</link>
            <guid>http://www.mamiyami.com/neo-diary/2009/02/voigtlander-bessaflex-tm-silve.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">摄影败家</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">35mm</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Bessaflex TM</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Camera</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Carl Zeiss</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">败家</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Film speed</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Photography</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Single-lens reflex camera</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Voigtländer</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">摄影</category>
            
            <pubDate>Sat, 07 Feb 2009 15:51:00 +0800</pubDate>
        </item>
        
        <item>
            <title>Get the Version Number of GNU tar with Tricky Method</title>
            <description><![CDATA[ Here is a tricky method other than use <tt>tar --version</tt> and <tt>awk</tt>.&nbsp; This method may not work with old version of GNU tar.<br />
<pre>$ <b>tar -c -f /dev/null -T /dev/null --checkpoint=1 \</b><br />&gt; <b>--checkpoint-action='exec=echo $TAR_VERSION'<br /></b>1.20</pre>]]></description>
            <link>http://www.mamiyami.com/neo-diary/2009/01/get-the-version-number-of-gnu.html</link>
            <guid>http://www.mamiyami.com/neo-diary/2009/01/get-the-version-number-of-gnu.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Linux秘技</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">今日新发现</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">秘技</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Linux</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">tar</category>
            
            <pubDate>Thu, 15 Jan 2009 01:01:12 +0800</pubDate>
        </item>
        
        <item>
            <title>Ponder - The American Checkers Engine - Source Code</title>
            <description><![CDATA[<p><strong>Rules</strong><a href="http://en.wikipedia.org/wiki/English_draughts">[1]</a>

</p><ul><li><b>Board</b> - The board is an 8×8 grid, with alternating black and red squares,
called a checkerboard (in the U.S., in reference to its checkered pattern,
also the source of the name checkers). The playable surface consists of the 32
dark squares only. A consequence of this is that, from each player's
perspective, the left and right corners encourage different strategies.</li><li><b>Pieces</b> - The pieces are usually made of wood and are flat and cylindrical.
They are invariably split into one darker and one lighter color. Traditionally,
these colors are red and white. There are two kinds of pieces: "men" and
"kings". Kings are differentiated as consisting of two normal pieces of the
same color, stacked one on top of the other. Often indentations are added to
the pieces to aid stacking.</li><li><b>Starting Position</b> - Each player starts with 12 pieces on the three rows
closest to their own side, as shown in the diagram. The row closest to each
player is called the "crownhead" or "kings row". The black (darker color) side
moves first.

</li><li><b>How to Move</b> - There are two ways to move a piece: simply sliding a piece
diagonally forwards (also diagonally backwards in the case of kings) to an
adjacent and unoccupied dark square, or "jumping" one of the opponent's pieces.
In this case, one piece "jumps over" the other, provided there is a vacant
square on the opposite side for it to land on. Again, a man (uncrowned piece)
can only jump diagonally forwards, and a king can also move diagonally
backwards. A piece that is jumped is captured and removed from the board.
Multiple-jump moves are possible if, when the jumping piece lands, there is
another piece that can be jumped. Jumping is mandatory and cannot be passed up
to make a non-jumping move, nor can fewer than the maximum jumps possible be
taken in a multiple-jump move. When there is more than one way for a player to
jump, one may choose which sequence to make, not necessarily the sequence that
will result in the most amount of captures. However, one must make all the
captures in that sequence. (Under traditional draughts rules jumping is not
mandatory. If it is not done, the opponent may either force the move to be
reversed, huff the piece or carry on regardless.)</li><li><b>Kings</b> - If a player's piece moves into the kings row on the opposing player's
side of the board, that piece is said to be "crowned" (or often "kinged" in the
U.S.), becoming a "king" and gaining the ability to move both forwards and
backwards. If a player's piece jumps into the kings row, the current move
terminates; having just been crowned, the piece cannot continue on by jumping
back out (as in a multiple jump), until the next move.</li><li><b>How the Game Ends</b> - A player wins by capturing all of the opposing player's
pieces, or by leaving the opposing player with no legal moves.

</li></ul><p><strong>Compiling</strong>

</p><p>Run command "<tt>make</tt>" to compiling. The main executable file is "<tt>ponder</tt>".

</p><p><strong>Playing</strong></p>

<p>The below chart show the user interface of the Ponder engine.  This is the
official game board of American checkers game, 8x8 size.  The squares are
marked from "1" to "32" at the lower left.</p>

<pre>$ <strong>ponder</strong>
  +---+---+---+---+---+---+---+---+
  |   |(w)|   |(w)|   |(w)|   |(w)|
  +---+32-+---+31-+---+30-+---+29-+
  |(w)|   |(w)|   |(w)|   |(w)|   |
  +28-+---+27-+---+26-+---+25-+---+
  |   |(w)|   |(w)|   |(w)|   |(w)|
  +---+24-+---+23-+---+22-+---+21-+
  | \ |   | \ |   | \ |   | \ |   |
  +20-+---+19-+---+18-+---+17-+---+
  |   | \ |   | \ |   | \ |   | \ |
  +---+16-+---+15-+---+14-+---+13-+
  |(b)|   |(b)|   |(b)|   |(b)|   |
  +12-+---+11-+---+10-+---+9--+---+
  |   |(b)|   |(b)|   |(b)|   |(b)|
  +---+8--+---+7--+---+6--+---+5--+
  |(b)|   |(b)|   |(b)|   |(b)|   |
  +4--+---+3--+---+2--+---+1--+---+
;[FEN "B:W21,22,23,24,25,26,27,28,29,30,31,32:B1,2,3,4,5,6,7,8,9,10,11,12"]
  *** Black ***</pre>
<ul>
<li><tt>(b)</tt> indecate a black man</li>
<li><tt>(B)</tt> indicate a black king</li>
<li><tt>(w)</tt> indicate a white man</li>
<li><tt>(W)</tt> indicate a white king</li>
<li><tt>&nbsp;\&nbsp;</tt> indicate an unoccupied dark square</li></ul>

<p>Move a piece by type the starting square and the destination square with a dash
between them.</p>

<pre>;[FEN "B:W21,22,23,24,25,26,27,28,29,30,31,32:B1,2,3,4,5,6,7,8,9,10,11,12"]<br />  +---+---+---+---+---+---+---+---+<br />  |   |(w)|   |(w)|   |(w)|   |(w)|<br />  +---+32-+---+31-+---+30-+---+29-+<br />  |(w)|   |(w)|   |(w)|   |(w)|   |<br />  +28-+---+27-+---+26-+---+25-+---+<br />  |   |(w)|   |(w)|   |(w)|   |(w)|<br />  +---+24-+---+23-+---+22-+---+21-+<br />  | \ |   | \ |   | \ |   | \ |   |<br />  +20-+---+19-+---+18-+---+17-+---+<br />  |   | \ |   | \ |   | \ |   | \ |<br />  +---+16-+---+15-+---+14-+---+13-+<br />  |(b)|   |(b)|   |(b)|   |(b)|   |<br />  +12-+---+11-+---+10-+---+9--+---+<br />  |   |(b)|   |(b)|   |(b)|   |(b)|<br />  +---+8--+---+7--+---+6--+---+5--+<br />  |(b)|   |(b)|   |(b)|   |(b)|   |<br />  +4--+---+3--+---+2--+---+1--+---+<br />  *** Black ***<br /><b>10-14</b><br />;[FEN "W:W21,22,23,24,25,26,27,28,29,30,31,32:B1,2,3,4,5,6,7,8,9,11,12,14"]<br />  +---+---+---+---+---+---+---+---+<br />  |   |(w)|   |(w)|   |(w)|   |(w)|<br />  +---+32-+---+31-+---+30-+---+29-+<br />  |(w)|   |(w)|   |(w)|   |(w)|   |<br />  +28-+---+27-+---+26-+---+25-+---+<br />  |   |(w)|   |(w)|   |(w)|   |(w)|<br />  +---+24-+---+23-+---+22-+---+21-+<br />  | \ |   | \ |   | \ |   | \ |   |<br />  +20-+---+19-+---+18-+---+17-+---+<br />  |   | \ |   | \ |   |(b)|   | \ |<br />  +---+16-+---+15-+---+14-+---+13-+<br />  |(b)|   |(b)|   | \ |   |(b)|   |<br />  +12-+---+11-+---+10-+---+9--+---+<br />  |   |(b)|   |(b)|   |(b)|   |(b)|<br />  +---+8--+---+7--+---+6--+---+5--+<br />  |(b)|   |(b)|   |(b)|   |(b)|   |<br />  +4--+---+3--+---+2--+---+1--+---+</pre>

<p>While capture a piece, use character "<tt>x</tt>" instead of dash.</p>

<pre>;[FEN "B:W15,21,22,24,25,26,27,28,29,30,31,32:B1,2,3,4,5,6,8,9,10,11,12,14"]<br />  +---+---+---+---+---+---+---+---+<br />  |   |(w)|   |(w)|   |(w)|   |(w)|<br />  +---+32-+---+31-+---+30-+---+29-+<br />  |(w)|   |(w)|   |(w)|   |(w)|   |<br />  +28-+---+27-+---+26-+---+25-+---+<br />  |   |(w)|   | \ |   |(w)|   |(w)|<br />  +---+24-+---+23-+---+22-+---+21-+<br />  | \ |   | \ |   | \ |   | \ |   |<br />  +20-+---+19-+---+18-+---+17-+---+<br />  |   | \ |   |(w)|   |(b)|   | \ |<br />  +---+16-+---+15-+---+14-+---+13-+<br />  |(b)|   |(b)|   |(b)|   |(b)|   |<br />  +12-+---+11-+---+10-+---+9--+---+<br />  |   |(b)|   | \ |   |(b)|   |(b)|<br />  +---+8--+---+7--+---+6--+---+5--+<br />  |(b)|   |(b)|   |(b)|   |(b)|   |<br />  +4--+---+3--+---+2--+---+1--+---+<br />  *** Black ***<br /><b>11x18<br /></b>;[FEN "W:W21,22,24,25,26,27,28,29,30,31,32:B1,2,3,4,5,6,8,9,10,12,14,18"]<br />  +---+---+---+---+---+---+---+---+<br />  |   |(w)|   |(w)|   |(w)|   |(w)|<br />  +---+32-+---+31-+---+30-+---+29-+<br />  |(w)|   |(w)|   |(w)|   |(w)|   |<br />  +28-+---+27-+---+26-+---+25-+---+<br />  |   |(w)|   | \ |   |(w)|   |(w)|<br />  +---+24-+---+23-+---+22-+---+21-+<br />  | \ |   | \ |   |(b)|   | \ |   |<br />  +20-+---+19-+---+18-+---+17-+---+<br />  |   | \ |   | \ |   |(b)|   | \ |<br />  +---+16-+---+15-+---+14-+---+13-+<br />  |(b)|   | \ |   |(b)|   |(b)|   |<br />  +12-+---+11-+---+10-+---+9--+---+<br />  |   |(b)|   | \ |   |(b)|   |(b)|<br />  +---+8--+---+7--+---+6--+---+5--+<br />  |(b)|   |(b)|   |(b)|   |(b)|   |<br />  +4--+---+3--+---+2--+---+1--+---+</pre>

<p>Use "<tt>help</tt>" or "<tt>?</tt>" in the game engine to show the help information.</p>

<pre><b>help</b><br />    ?               Show this help information.<br />    analyze         Engine thinks about what move it make next if it were on<br />                    move.<br />    black           Set Black on move, and the engine will play White.<br />    force           Set the engine to play neither color ("force mode").<br />    go              Leave force mode and set the engine to play the color that<br />                    is on move.  Start thinking and eventually make a move.<br />    help            Show this help information.<br />    history         Show the record of moves.<br />    new             Reset the board to the standard starting position.<br />    ping N          N is a decimal number.  Reply by sending the string<br />                    "pong N"<br />    print           Show the current board.<br />    quit            Quit this program.<br />    rotate          Rotate the board 180 degrees.<br />    setboard FEN    Set up the pieces position on the board.<br />    sd DEPTH        The engine should limit its thinking to DEPTH ply.<br />    st TIME         Set the time control to TIME seconds per move.<br />    undo            Back up a move.<br />    verbose         Toggle verbose mode.<br />    white           Set White on move, and the engine will play Black.</pre>

<p><b>Source Code</b></p>
<p>You can download the source code of Ponder, the American checkers engine from <a href="http://www.mamiyami.com/neo-diary/2008/09/04/checkers-20080904.tar.bz2">Mamiyami Web site</a>.</p>
<p><strong>Copyrights</strong></p>
<p>This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.</p>]]></description>
            <link>http://www.mamiyami.com/neo-diary/2008/09/the-american-checkers-engine-s.html</link>
            <guid>http://www.mamiyami.com/neo-diary/2008/09/the-american-checkers-engine-s.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Linux秘技</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">今日新发现</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">Checkers</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Code</category>
            
            <pubDate>Thu, 04 Sep 2008 22:21:50 +0800</pubDate>
        </item>
        
    </channel>
</rss>
