<?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>Neuromancer in Savannah &#187; Mac</title>
	<atom:link href="http://www.zhangw.com/wp/category/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zhangw.com/wp</link>
	<description>So much joy, so much trouble</description>
	<lastBuildDate>Thu, 29 Jul 2010 22:55:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Install Mutt on Mac OS X using Homebrew</title>
		<link>http://www.zhangw.com/wp/2010/07/install-mutt-on-mac-os-x-using-homebrew/</link>
		<comments>http://www.zhangw.com/wp/2010/07/install-mutt-on-mac-os-x-using-homebrew/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 02:05:51 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[brew]]></category>
		<category><![CDATA[homebrew]]></category>
		<category><![CDATA[macports]]></category>
		<category><![CDATA[mutt]]></category>
		<category><![CDATA[tokyo-cabinet]]></category>

		<guid isPermaLink="false">http://www.zhangw.com/wp/?p=868</guid>
		<description><![CDATA[The recent version of Homebrew can&#8217;t install Mutt. After a quick check of the error info, I found that maybe due to either Tokyo-Cabinet need to be installed with sudo, or the config for Mutt on Homebrew never check whether Tokyo-Cabinet is installed, even though it claims a dependency. To solve this, you can try [...]]]></description>
			<content:encoded><![CDATA[<p>The recent version of <a href="http://mxcl.github.com/homebrew/">Homebrew</a> can&#8217;t install <a href="http://www.mutt.org">Mutt</a>.  After a quick check of the error info, I found that maybe due to either <a href="http://1978th.net/tokyocabinet/">Tokyo-Cabinet</a> need to be installed with <a href="http://xkcd.com/149/">sudo</a>, or the config for Mutt on Homebrew never check whether Tokyo-Cabinet is installed, even though it claims a dependency.</p>

<p>To solve this, you can try both of the below steps or just edit the Mutt config file as below:</p>

<ul>
<li>sudo brew install tokyo-cabinet (as you do in <a href="http://www.macports.org/">Macports</a>)</li>
<li>brew edit mutt.  Add &#8220;&#8211;with-tokyocabinet&#8221;, below line41 &#8220;&#8211;enable-hcache&#8221;, don&#8217;t forget the quotation mark and the comma.</li>
</ul>

<p>Now install Mutt.  If it still states the linking step fails, sudo it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhangw.com/wp/2010/07/install-mutt-on-mac-os-x-using-homebrew/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This is too COOL</title>
		<link>http://www.zhangw.com/wp/2010/06/this-is-too-cool/</link>
		<comments>http://www.zhangw.com/wp/2010/06/this-is-too-cool/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 02:48:05 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://www.zhangw.com/wp/?p=863</guid>
		<description><![CDATA[But it is way expensive.]]></description>
			<content:encoded><![CDATA[<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/EozwYbMTtS0&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/EozwYbMTtS0&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>

<p>But it is way expensive.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhangw.com/wp/2010/06/this-is-too-cool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use XeTeX with latexmk</title>
		<link>http://www.zhangw.com/wp/2010/05/use-xetex-with-latexmk/</link>
		<comments>http://www.zhangw.com/wp/2010/05/use-xetex-with-latexmk/#comments</comments>
		<pubDate>Thu, 27 May 2010 23:28:52 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[latexmk]]></category>
		<category><![CDATA[texshop]]></category>
		<category><![CDATA[xelatex]]></category>
		<category><![CDATA[xelatexmk]]></category>
		<category><![CDATA[xetex]]></category>

		<guid isPermaLink="false">http://www.zhangw.com/wp/?p=859</guid>
		<description><![CDATA[Just find out that it is easy to set XeTex to work with latexmk. From TeX on Mac OS X mailing list by Herb Schulz: Move the engine files from ~/Library/TeXShop/Engines/Inactive/Latexmk/ two directories up, to ~/Library/TeXShop/Engines/ to activate them. Once that is done restart TeXTShop. To use the xelatexmk engine simply put the line % [...]]]></description>
			<content:encoded><![CDATA[<p>Just find out that it is easy to set <a href="http://scripts.sil.org/xetex">XeTex</a> to work with <a href="http://www.phys.psu.edu/~collins/software/latexmk-jcc/">latexmk</a>. From <a href="http://permalink.gmane.org/gmane.comp.tex.macosx">TeX on Mac OS X</a> mailing list by <a href="http://permalink.gmane.org/gmane.comp.tex.macosx/36206">Herb Schulz</a>:</p>

<p>Move the engine files from
~/Library/TeXShop/Engines/Inactive/Latexmk/ two directories up, to ~/Library/TeXShop/Engines/
to activate them. Once that is done restart TeXTShop.</p>

<p>To use the xelatexmk engine simply put the line</p>

<p>% !TEX TS-program = xelatexmk</p>

<p>at the top of the source file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhangw.com/wp/2010/05/use-xetex-with-latexmk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collecting iPad Reviews</title>
		<link>http://www.zhangw.com/wp/2010/04/collecting-ipad-reviews/</link>
		<comments>http://www.zhangw.com/wp/2010/04/collecting-ipad-reviews/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 03:41:39 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[CS5]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[photoshop CS5]]></category>

		<guid isPermaLink="false">http://www.zhangw.com/wp/?p=836</guid>
		<description><![CDATA[Yes, people are getting theirs before 3rd, April. Mossberg saying: After spending hours and hours with it, I believe this beautiful new touch-screen device from Apple has the potential to change portable computing profoundly, and to challenge the primacy of the laptop. David Pogue saying: Speaking of video: Apple asserts that the iPad runs 10 [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, people are getting theirs before 3rd, April.</p>

<p><a href="http://ptech.allthingsd.com/20100331/apple-ipad-review/">Mossberg</a> saying:</p>

<blockquote>
  <p>After spending hours and hours with it, I believe this beautiful new touch-screen device from Apple has the potential to change portable computing profoundly, and to challenge the primacy of the laptop.</p>
</blockquote>

<p><a href="http://www.nytimes.com/2010/04/01/technology/personaltech/01pogue.html?ref=technology">David Pogue</a> saying:</p>

<blockquote>
  <p>Speaking of video: Apple asserts that the iPad runs 10 hours on a charge of its nonremovable battery — but we all know you can’t trust the manufacturer. And sure enough, in my own test, the iPad played movies continuously from 7:30 a.m. to 7:53 p.m. — more than 12 hours. That’s four times as long as a typical laptop or portable DVD player.</p>
</blockquote>

<p>and <a href="http://www.boingboing.net/2010/03/31/a-first-look-at-ipad.html">Boingboing</a>:</p>

<blockquote>
  <p>iPad is a touch of genius.
  But it&#8217;s the things I never knew it made possible — to be revealed or not in the coming months — that will determine whether I love it.
  Each app for iPad can&#8217;t be more than 2 gigs in compressed archive form (a limitation imposed by the zip compression standard at work here, not something of Apple&#8217;s own design).</p>
</blockquote>

<p>I think the 2g limit might be a good thing, since I just want to buy the 16g version of iPad of the moment.</p>

<p>Via <a href="http://daringfireball.net/">DaringFireball</a> and from <a href="https://boingboing.net">Boingboing</a></p>

<p>BTW, <a href="http://bigstormpicture.blogspot.com">The Big Storm Picture</a> posted an interesting comparison between CS4 and coming CS5 for image manipulation, and the <a href="http://bigstormpicture.blogspot.com/2010/03/photoshop-cs-4-cs-5-comparison.html">difference</a> is quite huger than I expected.  You should click the <a href="http://bigstormpicture.blogspot.com/2010/03/photoshop-cs-4-cs-5-comparison.html">link</a> to see it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhangw.com/wp/2010/04/collecting-ipad-reviews/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用 Alpine 通过 IMAP 访问 Gmail</title>
		<link>http://www.zhangw.com/wp/2009/03/setup-alpine-for-gmail-imap/</link>
		<comments>http://www.zhangw.com/wp/2009/03/setup-alpine-for-gmail-imap/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 12:16:11 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[alpine]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://www.zhangw.com/wp/?p=692</guid>
		<description><![CDATA[过程简单： 启动alpine，输入msla。在nickname处随便写个你要用的名称，就写gmail好了。Server处填写：imap.gmail.com/ssl/user=id@gmail.com/novalidate-cert。 继续在alpine中操作，输入msc。SMTP server输入：smtp.gmail.com/submit/user=id@gmail.com/novalidate-cert 使用whereis命令，找到Display Character Set和Posting Character Set，都设为UTF-8。 如果不想把邮件保存在本地，则需要输入msl，然后删除那个local的文件夹设置。]]></description>
			<content:encoded><![CDATA[<p>过程简单：
<ol>
    <li> 启动alpine，输入msla。在nickname处随便写个你要用的名称，就写gmail好了。Server处填写：imap.gmail.com/ssl/user=id@gmail.com/novalidate-cert。</li>
    <li> 继续在alpine中操作，输入msc。SMTP server输入：smtp.gmail.com/submit/user=id@gmail.com/novalidate-cert</li>
    <li> 使用whereis命令，找到Display Character Set和Posting Character Set，都设为UTF-8。</li>
    <li> 如果不想把邮件保存在本地，则需要输入msl，然后删除那个local的文件夹设置。</li>
</ol></p>

<script type="text/javascript"><!--
google_ad_client = "pub-4342826887265435";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
]]></content:encoded>
			<wfw:commentRss>http://www.zhangw.com/wp/2009/03/setup-alpine-for-gmail-imap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ricoh CX1 seems interesting</title>
		<link>http://www.zhangw.com/wp/2009/02/ricoh-cx1-seems-interesting/</link>
		<comments>http://www.zhangw.com/wp/2009/02/ricoh-cx1-seems-interesting/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 17:26:08 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[CX1]]></category>
		<category><![CDATA[DC]]></category>
		<category><![CDATA[digital camera]]></category>
		<category><![CDATA[Ricoh]]></category>
		<category><![CDATA[Ricoh CX1]]></category>

		<guid isPermaLink="false">http://www.zhangw.com/wp/2009/02/ricoh-cx1-seems-interesting/</guid>
		<description><![CDATA[This seems a common DC, but dpreview tells that this one has a wider dynamic range than normal DCs, &#8220;(i)t helps to suppress white-out and expands dynamic range by up to 1EV compared to previous models.&#8221;&#160; And they also pointed out that the technology Ricoh uses &#8220;is in contrast to many existing dynamic range expansion [...]]]></description>
			<content:encoded><![CDATA[<p><img style="max-width: 800px;" src="http://a.img-dpreview.com/news/0902/Ricoh/CX1_front-001.jpg" />
<a href="http://www.dpreview.com/news/0902/09021901ricohcx1.asp">
This</a> seems a common DC, but <a href="http://www.dpreview.com/news/0902/09022002ricohinterview.asp">dpreview tells</a> that this one has a wider dynamic range than normal DCs, &#8220;(i)t helps to suppress white-out and expands dynamic range by up to 1EV compared to previous models.&#8221;&nbsp; And they also pointed out that the technology Ricoh uses &#8220;is in contrast to many existing dynamic range expansion technologies that limit the available ISO range (and can result in increased noise), or reduce the camera&#8217;s performance when engaged.&#8221;&nbsp; And they further note that &#8220;(f)or more extreme lighting situations, there is also a built-in high-dynamic range mode. This shoots two, differently exposed, images consecutively and combines them to enable to capture of a greater dynamic range than would be possible in a single exposure.&#8221;</p>

<p>Finally, Ricoh &#8220;claims the CX1 will be able to capture and convey dynamic range of up to 12EV. However, Rioch stresses that its feature isn&#8217;t trying to produce the fashionable, heavily-processed &#8216;HDR-look.&#8217; &#8216;it aims to portray the scene in as natural a way as possible.&#8217;&#8221;</p>

<p>This sounds very interesting, I look forward to seeing the samples made buy CX1.</p>

<script type="text/javascript"><!--
google_ad_client = "pub-4342826887265435";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
]]></content:encoded>
			<wfw:commentRss>http://www.zhangw.com/wp/2009/02/ricoh-cx1-seems-interesting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auto hide others on Mac OS X</title>
		<link>http://www.zhangw.com/wp/2008/12/auto-hide-others-on-mac-os-x/</link>
		<comments>http://www.zhangw.com/wp/2008/12/auto-hide-others-on-mac-os-x/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 17:17:19 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.zhangw.com/wp/?p=643</guid>
		<description><![CDATA[This is a useful tip if you like to focus on your present task: $ defaults write com.apple.dock single-app -bool TRUE $ killall Dock From Macosxhints.com]]></description>
			<content:encoded><![CDATA[<p>This is a useful tip if you like to focus on your present task:</p>

<p><pre>
$ defaults write com.apple.dock single-app -bool TRUE
$ killall Dock
</pre>
</p><p>From <a href="http://www.macosxhints.com/article.php?story=20081229062620506">Macosxhints.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhangw.com/wp/2008/12/auto-hide-others-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bye, my iBook G4</title>
		<link>http://www.zhangw.com/wp/2006/11/bye-my-ibook-g4/</link>
		<comments>http://www.zhangw.com/wp/2006/11/bye-my-ibook-g4/#comments</comments>
		<pubDate>Thu, 30 Nov 2006 07:18:31 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Shanghai]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://www.zhangw.com/wp/?p=557</guid>
		<description><![CDATA[3Three weeks ago, my iBook G4 was stolen in the lab while I was away for a seminar. Life sucks. Just a few photos for the memory of my first mac.]]></description>
			<content:encoded><![CDATA[<p><span style="border: 1px solid black; padding: 0px 3px; z-index: 500; font-size: xx-small; font-family: sans-serif; position: absolute; top: 0pt; left: 0pt; display: none">3</span>Three weeks ago, my iBook G4 was stolen in the lab while I was away for a seminar.  Life sucks.  Just a few photos for the memory of my first mac.
<a title="Photo Sharing" href="http://www.flickr.com/photos/wzhang/166455137/"><img width="500" height="375" alt="P1010007.JPG" src="http://static.flickr.com/75/166455137_b186b67a50.jpg" /></a>
<a title="Photo Sharing" href="http://www.flickr.com/photos/wzhang/9376779/"><img width="500" height="375" alt="My bench" src="http://static.flickr.com/8/9376779_dbbfae64cd.jpg" /></a></p>

<!--adsense-->
]]></content:encoded>
			<wfw:commentRss>http://www.zhangw.com/wp/2006/11/bye-my-ibook-g4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ITunes 7 更好用了</title>
		<link>http://www.zhangw.com/wp/2006/09/itunes-7-%e6%9b%b4%e5%a5%bd%e7%94%a8%e4%ba%86/</link>
		<comments>http://www.zhangw.com/wp/2006/09/itunes-7-%e6%9b%b4%e5%a5%bd%e7%94%a8%e4%ba%86/#comments</comments>
		<pubDate>Wed, 13 Sep 2006 14:54:00 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.zhangw.com/wp/?p=541</guid>
		<description><![CDATA[在启动 iTunes 时按下 &#8220;alt/option&#8221; 键可以创建或开启多个 library，就如 iPhoto Buddy 一样。 在 iTunes 内可以选择备份到指定位置。]]></description>
			<content:encoded><![CDATA[<p align="left">在启动 iTunes 时按下 &#8220;alt/option&#8221; 键可以创建或开启多个 library，就如 iPhoto Buddy 一样。
<a href="http://www.oreillynet.com/mac/blog/2006/09/last_post_i_promise.html?CMP=OTC-13IV03560550&#038;ATT=Last+post+I+promise"><img src="http://www.oreillynet.com/mac/blog/images/ituneslibrary.jpg" /></a>
<div align="left">
<p align="left">在 iTunes 内可以选择备份到指定位置。
<a href="http://www.oreillynet.com/mac/blog/2006/09/last_post_i_promise.html?CMP=OTC-13IV03560550&#038;ATT=Last+post+I+promise">
</a><img src="http://www.blogsmithmedia.com/www.tuaw.com/media/2006/09/1menuitem.jpg" /><a href="http://www.oreillynet.com/mac/blog/2006/09/last_post_i_promise.html?CMP=OTC-13IV03560550&#038;ATT=Last+post+I+promise">
</a></p></div>
<div align="left"></div>
<div align="left"><!--adsense--></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhangw.com/wp/2006/09/itunes-7-%e6%9b%b4%e5%a5%bd%e7%94%a8%e4%ba%86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Poor man exchanged his battery for another defective one from Apple</title>
		<link>http://www.zhangw.com/wp/2006/09/poor-exchange-the-battery-for-another-defective-battery-from-apple/</link>
		<comments>http://www.zhangw.com/wp/2006/09/poor-exchange-the-battery-for-another-defective-battery-from-apple/#comments</comments>
		<pubDate>Tue, 05 Sep 2006 14:49:35 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.zhangw.com/wp/?p=539</guid>
		<description><![CDATA[Someone happily sent his battery to Apple China for a new one.  However things ended up that he received another defective one whose serial number also is among the serial numbers listed on Apple&#8217;s Battery Exchange Program page.  Now, he just filled the form again and hoping to receive a good one. Read the poor [...]]]></description>
			<content:encoded><![CDATA[<p>Someone happily sent his battery to <a href="http://www.apple.com.cn/">Apple China</a> for a new one.  However things ended up that he received another defective one whose serial number also is among the serial numbers listed on Apple&#8217;s <a href="https://support.apple.com/ibook_powerbook/batteryexchange/">Battery Exchange Program</a> page.  Now, he just filled the form again and hoping to receive a good one.</p>

<p></p><p>Read the poor guy&#8217;s <a href="http://www.elesson.com.cn/modules/ipboard/index.php?s=&#038;showtopic=36118">story in Chinese</a>.</p>
<p><!--adsense-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhangw.com/wp/2006/09/poor-exchange-the-battery-for-another-defective-battery-from-apple/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: www.zhangw.com @ 2010-07-31 04:10:02 -->