<?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>Fan&#039;s blog &#187; Uncategorized</title>
	<atom:link href="http://fkpwolf.net/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://fkpwolf.net</link>
	<description>无为而无不为</description>
	<lastBuildDate>Sun, 20 May 2012 05:11:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>BeagleBone TODO List</title>
		<link>http://fkpwolf.net/2012/05/03/beaglebone-todo-list/</link>
		<comments>http://fkpwolf.net/2012/05/03/beaglebone-todo-list/#comments</comments>
		<pubDate>Wed, 02 May 2012 16:04:43 +0000</pubDate>
		<dc:creator>Fan Fan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fkpwolf.net/?p=1166</guid>
		<description><![CDATA[1. a HelloWorld assembly code. Use ADD directive. ARM load-store. 2. Interrupt in linux. Use a pin to trigger interrupt.]]></description>
			<content:encoded><![CDATA[<p>1. a HelloWorld assembly code. Use ADD directive. ARM load-store.</p>
<p>2. Interrupt in linux. Use a pin to trigger interrupt.</p>
]]></content:encoded>
			<wfw:commentRss>http://fkpwolf.net/2012/05/03/beaglebone-todo-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>P8P67 EVO的黑苹果之旅</title>
		<link>http://fkpwolf.net/2012/02/16/p8p67-evo%e7%9a%84%e9%bb%91%e8%8b%b9%e6%9e%9c%e4%b9%8b%e6%97%85/</link>
		<comments>http://fkpwolf.net/2012/02/16/p8p67-evo%e7%9a%84%e9%bb%91%e8%8b%b9%e6%9e%9c%e4%b9%8b%e6%97%85/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 16:05:33 +0000</pubDate>
		<dc:creator>Fan Fan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[折腾]]></category>

		<guid isPermaLink="false">http://fkpwolf.net/?p=1116</guid>
		<description><![CDATA[1. DSDT，有的网站有所有主版的DSDT文件，这个很方便，下载下来就可以用了。我用的是这个。 2. SSD 我用的镁光M4 64G。优化网上一大堆：关掉hibernate，加上noatime参数，开启trim。开启org.chameleon.Boot.plist 的UseKernelCache，打开这个后要注意kext现在不能放到/Extra下了，要直接放到/S/L/E下。优化现在启动mac两圈半，以前要20多圈，SSD果然快啊！开启Trim的方式是直接修改kext的二进制文件，开始我还有些担心这样搞后系统是否稳定，看这里的解释后才知道这个patch只是替换了一个“APPLE SSD”字符串，这样一般的SSD也可以开启Trim，如此改动应该很小，心里也释然了。 3.Bluetooth 这里很详细。默认是可以驱动的，不过时好时坏。按照链接里面的解释，所谓的“时好时坏”是指先进入windows，然后重启进入mac就可以驱动，如果开机直接进入mac则不行。原因是蓝牙芯片的flash在重启时会保留，所以会出现这种怪异的现象。按照链接里面的做法，直接拷贝就Ok了。不过据说Magic Trackpad使用会有些问题，我没试，苹果的蓝牙键盘倒是没问题。BIOS不能进入、切换OS要重新配对的问题依然。 4. insanelymac有两个帖子：DSDT for Asus P8P67，[GUIDE] ASUS P8P67 Rev. 3 B3 Resource Extravaganza!，写的很详细。里面都有提到需要对AppleIntelCPUPowerManagement.kext打patch，否则CPU的stepspeed不能生效。 每次版本升级都要搞这些东西，麻烦啊！]]></description>
			<content:encoded><![CDATA[<p>1. DSDT，有的网站有所有主版的DSDT文件，这个很方便，下载下来就可以用了。我用的是<a href="http://olarila.com/Packs/Asus/P8P67%20EVO.txt">这个</a>。</p>
<p>2. SSD 我用的镁光M4 64G。优化网上一大堆：关掉hibernate，加上noatime参数，开启trim。开启org.chameleon.Boot.plist 的UseKernelCache，打开这个后要注意kext现在不能放到/Extra下了，要直接放到/S/L/E下。优化现在启动mac两圈半，以前要20多圈，SSD果然快啊！开启Trim的方式是直接修改kext的二进制文件，开始我还有些担心这样搞后系统是否稳定，看<a href="http://digitaldj.net/2011/07/21/trim-enabler-for-lion/">这里</a>的解释后才知道这个patch只是替换了一个“APPLE SSD”字符串，这样一般的SSD也可以开启Trim，如此改动应该很小，心里也释然了。</p>
<p>3.Bluetooth <a href="http://tonymacx86.com/viewtopic.php?t=18410">这里</a>很详细。默认是可以驱动的，不过时好时坏。按照链接里面的解释，所谓的“时好时坏”是指先进入windows，然后重启进入mac就可以驱动，如果开机直接进入mac则不行。原因是蓝牙芯片的flash在重启时会保留，所以会出现这种怪异的现象。按照链接里面的做法，直接拷贝就Ok了。不过据说Magic Trackpad使用会有些问题，我没试，苹果的蓝牙键盘倒是没问题。BIOS不能进入、切换OS要重新配对的问题依然。</p>
<p>4. insanelymac有两个帖子：<a href="http://www.insanelymac.com/forum/index.php?showtopic=259066">DSDT for Asus P8P67</a>，<a href="http://www.insanelymac.com/forum/index.php?showtopic=270390">[GUIDE] ASUS P8P67 Rev. 3 B3 Resource Extravaganza!</a>，写的很详细。里面都有提到需要对AppleIntelCPUPowerManagement.kext打patch，否则CPU的stepspeed不能生效。</p>
<p>每次版本升级都要搞这些东西，麻烦啊！</p>
]]></content:encoded>
			<wfw:commentRss>http://fkpwolf.net/2012/02/16/p8p67-evo%e7%9a%84%e9%bb%91%e8%8b%b9%e6%9e%9c%e4%b9%8b%e6%97%85/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>卖电源 &#8211; 备图</title>
		<link>http://fkpwolf.net/2011/07/24/%e5%8d%96%e7%94%b5%e6%ba%90-%e5%a4%87%e5%9b%be/</link>
		<comments>http://fkpwolf.net/2011/07/24/%e5%8d%96%e7%94%b5%e6%ba%90-%e5%a4%87%e5%9b%be/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 05:10:32 +0000</pubDate>
		<dc:creator>Fan Fan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[折腾]]></category>

		<guid isPermaLink="false">http:///?p=1039</guid>
		<description><![CDATA[捡了个便宜：花600买了antec cp-850，这样我的p183就能形成底部风道了，哈哈！就是担心将来不知道怎么保修。 出了原来的电源，备图。这东西其实不错，就是不是原配啊。]]></description>
			<content:encoded><![CDATA[<p><a href="http://fkpwolf.net/WordPress/wp-content/uploads/2011/07/IMG_1617.jpg"><img class="alignnone size-full wp-image-1043" title="IMG_1617" src="http://fkpwolf.net/WordPress/wp-content/uploads/2011/07/IMG_1617.jpg" alt="" width="1600" height="1200" /></a></p>
<p><a href="http://fkpwolf.net/WordPress/wp-content/uploads/2011/07/IMG_1614.jpg"><img class="alignnone size-full wp-image-1042" title="IMG_1614" src="http://fkpwolf.net/WordPress/wp-content/uploads/2011/07/IMG_1614.jpg" alt="" width="1600" height="1200" /></a></p>
<p>捡了个便宜：花600买了antec cp-850，这样我的p183就能形成底部风道了，哈哈！就是担心将来不知道怎么保修。</p>
<p>出了原来的电源，备图。这东西其实不错，就是不是原配啊。</p>
]]></content:encoded>
			<wfw:commentRss>http://fkpwolf.net/2011/07/24/%e5%8d%96%e7%94%b5%e6%ba%90-%e5%a4%87%e5%9b%be/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;M NOT TWENTY</title>
		<link>http://fkpwolf.net/2010/05/05/im-not-twenty/</link>
		<comments>http://fkpwolf.net/2010/05/05/im-not-twenty/#comments</comments>
		<pubDate>Wed, 05 May 2010 05:21:19 +0000</pubDate>
		<dc:creator>Fan Fan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http:///?p=740</guid>
		<description><![CDATA[Looking for paradise         去寻觅一方乐土， Is always on my mind         总让我魂牵梦绕 Morning light shining right  当晨光轻抚大地， Sing me a lullaby            请为我哼唱一首摇篮曲 Oh! Baby come to me          oh,宝贝，到我这来， Bring back simplicity        带回天真与纯朴 I&#8217;m here, you see !          你知道我就在这！ So why hang on to me ?       为何紧握我不放？ Just write me poetry         只管给我写首诗。 If you&#8217;re okey dokey !       假如你感觉正好， Get up and start to smile, guy   起来冲我笑笑，伙计 Do it for me                     不要迟疑 Wake up. I&#8217;ll come around man    醒来吧，让我看到男子汉的你 Let&#8217;s do &#8221;boogie-woogie&#8221;         让我们来玩“boogie-woogie&#8221; It&#8217;s not even a game             这并非一场游戏， Get over your pain               战胜你的苦痛 I&#8217;m not twenty                   我已不是二十， Not even ashamed                 甚至不再害羞 Could we celebrate               让我们一起庆祝 Cause&#8217;I'm not twenty             因为我已不是二十 And life goes on and on          时光渐渐流逝， I go as I come                   而我还是我 Mélodie de vie                   这是生活的旋律 I fly all alone                  我一直独自飞翔 A light little stone             你这颗小却闪光的石子 You get old at twenty            快快长到二十岁， And I want to be free !          我渴望能够自由飞 Oh! Baby baby mine               oh ,宝贝，我的宝贝 You&#8217;re always on my mind         让我一直牵挂的宝贝 Having fun is just fine          拥有快乐吧，它是如此美好 Your love, I shall deny          而你回报的爱，我会拒绝 Falling for me, indeed           情系于我， Is diving in someone&#8217;s need      并乐于助人 Love is too strong !             这样的爱如此强烈 I&#8217;ve fallen into me              而此时我已深深陶醉 And freedom&#8217;s eestasy !          并获得自由的狂喜 You can never go wrong !         相信我，你必将永不迷失方向 copy from here. 上班路上又听到这首歌，内牛满面啊，虽然我一直听不清歌词。]]></description>
			<content:encoded><![CDATA[<p>Looking for paradise         去寻觅一方乐土，<br />
Is always on my mind         总让我魂牵梦绕<br />
Morning light shining right  当晨光轻抚大地，<br />
Sing me a lullaby            请为我哼唱一首摇篮曲</p>
<p>Oh! Baby come to me          oh,宝贝，到我这来，<br />
Bring back simplicity        带回天真与纯朴<br />
I&#8217;m here, you see !          你知道我就在这！<br />
So why hang on to me ?       为何紧握我不放？<br />
Just write me poetry         只管给我写首诗。<br />
If you&#8217;re okey dokey !       假如你感觉正好，<br />
Get up and start to smile, guy   起来冲我笑笑，伙计<br />
Do it for me                     不要迟疑<br />
Wake up. I&#8217;ll come around man    醒来吧，让我看到男子汉的你<br />
Let&#8217;s do &#8221;boogie-woogie&#8221;         让我们来玩“boogie-woogie&#8221;</p>
<p>It&#8217;s not even a game             这并非一场游戏，<br />
Get over your pain               战胜你的苦痛<br />
I&#8217;m not twenty                   我已不是二十，<br />
Not even ashamed                 甚至不再害羞<br />
Could we celebrate               让我们一起庆祝<br />
Cause&#8217;I'm not twenty             因为我已不是二十<br />
And life goes on and on          时光渐渐流逝，<br />
I go as I come                   而我还是我<br />
Mélodie de vie                   这是生活的旋律<br />
I fly all alone                  我一直独自飞翔<br />
A light little stone             你这颗小却闪光的石子<br />
You get old at twenty            快快长到二十岁，<br />
And I want to be free !          我渴望能够自由飞</p>
<p>Oh! Baby baby mine               oh ,宝贝，我的宝贝<br />
You&#8217;re always on my mind         让我一直牵挂的宝贝<br />
Having fun is just fine          拥有快乐吧，它是如此美好<br />
Your love, I shall deny          而你回报的爱，我会拒绝</p>
<p>Falling for me, indeed           情系于我，<br />
Is diving in someone&#8217;s need      并乐于助人<br />
Love is too strong !             这样的爱如此强烈<br />
I&#8217;ve fallen into me              而此时我已深深陶醉<br />
And freedom&#8217;s eestasy !          并获得自由的狂喜<br />
You can never go wrong !         相信我，你必将永不迷失方向</p>
<p>copy from <a href="http://tieba.baidu.com/f?kz=43150303">here</a>.</p>
<p>上班路上又听到这首歌，内牛满面啊，虽然我一直听不清歌词。</p>
]]></content:encoded>
			<wfw:commentRss>http://fkpwolf.net/2010/05/05/im-not-twenty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>安静的机器</title>
		<link>http://fkpwolf.net/2010/04/25/client-machine/</link>
		<comments>http://fkpwolf.net/2010/04/25/client-machine/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 08:35:21 +0000</pubDate>
		<dc:creator>Fan Fan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[折腾]]></category>

		<guid isPermaLink="false">http:///?p=727</guid>
		<description><![CDATA[我的组装机最近噪音很大，拆开后一一检查，发现主要的音源来自于电源。没想到当初买的“冷静王”用一年就这样了，但是不甘买个新的，太浪费，于是打算换个风扇。 风扇用了个普通的coolmaster，换上后噪音小多了，不过比起电源原装风扇来说感觉转速太快，都是呜呜呜的风声。哈哈，这是小问题，这里可以用便宜有好用的“风扇调速器”，我原来用过感觉效果很明显，而且才9元一个。这比买一个号称超静音风扇便宜多了。当然如果如果风扇是四口的带温控功能的更好，可以主板自动调节。 如下图：把电源风扇的接口伸出盒子，然后接上调速器。感觉有点像体外的心脏起搏器？！ 下面这个是我原来装的另外一个机箱风扇调速器（用上瘾了）。旁边的是显卡散热器，静音的（当然，没有风扇），花了我300，快赶上显卡价格，体格也很夸张。 这样下来后声音确实小多了。有时候想这么折腾还不如买个Dell的品牌机：公司的机器声音确实很小，不过兼容机更自由，比如这块主板，哈哈，你懂的。 In Linux system, there are lots of tools to monitor machine, like gkrellm, which can find all sensors and show them, same as windows counterpart. But for mac osX user, it is not so lucky.Maybe of course, osX just has one kind of machine, except for &#8220;black apple&#8221;.]]></description>
			<content:encoded><![CDATA[<p>我的组装机最近噪音很大，拆开后一一检查，发现主要的音源来自于电源。没想到当初买的“冷静王”用一年就这样了，但是不甘买个新的，太浪费，于是打算换个风扇。</p>
<p>风扇用了个普通的coolmaster，换上后噪音小多了，不过比起电源原装风扇来说感觉转速太快，都是呜呜呜的风声。哈哈，这是小问题，这里可以用便宜有好用的“风扇调速器”，我原来用过感觉效果很明显，而且才9元一个。这比买一个号称超静音风扇便宜多了。当然如果如果风扇是四口的带温控功能的更好，可以主板自动调节。</p>
<p>如下图：把电源风扇的接口伸出盒子，然后接上调速器。感觉有点像体外的心脏起搏器？！</p>
<p><img class="alignnone" title="cooler2" src="http://farm5.static.flickr.com/4016/4547567997_3fc6e93a3c.jpg" alt="" width="500" height="375" /></p>
<p>下面这个是我原来装的另外一个机箱风扇调速器（用上瘾了）。旁边的是显卡散热器，静音的（当然，没有风扇），花了我300，快赶上显卡价格，体格也很夸张。</p>
<p><img class="alignnone" title="cooler" src="http://farm5.static.flickr.com/4013/4548202104_7420409288.jpg" alt="" width="500" height="375" /></p>
<p>这样下来后声音确实小多了。有时候想这么折腾还不如买个Dell的品牌机：公司的机器声音确实很小，不过兼容机更自由，比如这块主板，哈哈，你懂的。</p>
<p><img class="alignnone size-full wp-image-730" title="cool1" src="http://fkpwolf.net/WordPress/wp-content/uploads/2010/04/cool1.png" alt="cool1" width="521" height="600" /></p>
<p>In Linux system, there are lots of tools to monitor machine, like gkrellm, which can find all sensors and show them, same as windows counterpart. But for mac osX user, it is not so lucky.Maybe of course, osX just has one kind of machine, except for &#8220;black apple&#8221;.</p>
<p><a href="http://fkpwolf.net/WordPress/wp-content/uploads/2010/04/Screenshot-gkrellm.png"><img class="alignnone size-full wp-image-788" title="Screenshot-gkrellm" src="http://fkpwolf.net/WordPress/wp-content/uploads/2010/04/Screenshot-gkrellm.png" alt="" width="112" height="266" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://fkpwolf.net/2010/04/25/client-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>生活应该是延续的而不是割裂的</title>
		<link>http://fkpwolf.net/2010/02/24/%e7%94%9f%e6%b4%bb%e5%ba%94%e8%af%a5%e6%98%af%e5%bb%b6%e7%bb%ad%e7%9a%84%e8%80%8c%e4%b8%8d%e6%98%af%e5%89%b2%e8%a3%82%e7%9a%84/</link>
		<comments>http://fkpwolf.net/2010/02/24/%e7%94%9f%e6%b4%bb%e5%ba%94%e8%af%a5%e6%98%af%e5%bb%b6%e7%bb%ad%e7%9a%84%e8%80%8c%e4%b8%8d%e6%98%af%e5%89%b2%e8%a3%82%e7%9a%84/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 06:27:25 +0000</pubDate>
		<dc:creator>Fan Fan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http:///?p=644</guid>
		<description><![CDATA[最近一直在思考这个问题，为什么当生活被割裂开后一般人会很痛苦。 比如“最伤是离别”，比如分手，都让人接受不了。看到每年回乡的春运大军，密密麻麻的人群，拉着重重行李，眼神疲惫而迷茫。他们离开了家乡，去到一个陌生的地方，去一个不能称为家或者归宿的地方，然后一去就是一年，这里生活被割裂了，两地没有共同的地方。 生活应该是延续的，就如生命一样。从一个地方到另外一个地方。从一个地方进化到另外一种状态。 如同性格一样，改变是缓慢的，我们不能脱胎换骨，历史上的翻云覆雨和最近的拔苗助长都是不妥的。 对过去的生活，我们不能用决裂来对待。期待买了房之后自己的生活会完全变化，于是现在的生活过的马马虎虎，这是不好的心态。生活是生活本身，一致而连贯的，不是外来的原因就能将它分成两种不同的生活。如果这样，我们的生活就不是真正的生活，它时刻处于不稳定的状态。 我们期望技术的日新月异，但是生活的变化是缓慢的，我们不能期待用物质世界的变化来期待生活的变化。]]></description>
			<content:encoded><![CDATA[<p>最近一直在思考这个问题，为什么当生活被割裂开后一般人会很痛苦。</p>
<p>比如“最伤是离别”，比如分手，都让人接受不了。看到每年回乡的春运大军，密密麻麻的人群，拉着重重行李，眼神疲惫而迷茫。他们离开了家乡，去到一个陌生的地方，去一个不能称为家或者归宿的地方，然后一去就是一年，这里生活被割裂了，两地没有共同的地方。</p>
<p>生活应该是延续的，就如生命一样。从一个地方到另外一个地方。从一个地方进化到另外一种状态。</p>
<p>如同性格一样，改变是缓慢的，我们不能脱胎换骨，历史上的翻云覆雨和最近的拔苗助长都是不妥的。</p>
<p>对过去的生活，我们不能用决裂来对待。期待买了房之后自己的生活会完全变化，于是现在的生活过的马马虎虎，这是不好的心态。生活是生活本身，一致而连贯的，不是外来的原因就能将它分成两种不同的生活。如果这样，我们的生活就不是真正的生活，它时刻处于不稳定的状态。</p>
<p>我们期望技术的日新月异，但是生活的变化是缓慢的，我们不能期待用物质世界的变化来期待生活的变化。</p>
]]></content:encoded>
			<wfw:commentRss>http://fkpwolf.net/2010/02/24/%e7%94%9f%e6%b4%bb%e5%ba%94%e8%af%a5%e6%98%af%e5%bb%b6%e7%bb%ad%e7%9a%84%e8%80%8c%e4%b8%8d%e6%98%af%e5%89%b2%e8%a3%82%e7%9a%84/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>完全不同的生活</title>
		<link>http://fkpwolf.net/2009/11/24/%e5%ae%8c%e5%85%a8%e4%b8%8d%e5%90%8c%e7%9a%84%e7%94%9f%e6%b4%bb/</link>
		<comments>http://fkpwolf.net/2009/11/24/%e5%ae%8c%e5%85%a8%e4%b8%8d%e5%90%8c%e7%9a%84%e7%94%9f%e6%b4%bb/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 08:14:24 +0000</pubDate>
		<dc:creator>Fan Fan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http:///?p=489</guid>
		<description><![CDATA[有时候站在张江地铁站，看着站台上熙熙攘攘的赶着下班的人，我都有点感想：其他人看到过这种壮观的景象吗？这么多人忽而像云一样的聚集在这个偏僻的开发区，忽而像云一样的散去，回到各自的家里。有人理解我们的生活吗？那些从来没来过二号线终点站的人是否觉得这种忙碌卑微而可笑呢？ 有一次，我到成都出差，在繁华的春熙路附近，看到很多下班人骑着自行车等待绿灯，然后哗的一下蹬起车，像鲤鱼过江一样，场面混乱，路人基本不能走动。在外人的眼里这是如何的壮观呢？我很想了解这些人的生活，我想大多是很勤俭持家的，生活很快意的，没有很多小资情调的。 我很羡慕外国人，能到处游玩，能看到跟他们国家绝然不同的东西，他看到路边的“牛皮癣”也要拍张照片，我想他不一定很厌恶它，只是觉得好奇。]]></description>
			<content:encoded><![CDATA[<p>有时候站在张江地铁站，看着站台上熙熙攘攘的赶着下班的人，我都有点感想：其他人看到过这种壮观的景象吗？这么多人忽而像云一样的聚集在这个偏僻的开发区，忽而像云一样的散去，回到各自的家里。有人理解我们的生活吗？那些从来没来过二号线终点站的人是否觉得这种忙碌卑微而可笑呢？</p>
<p>有一次，我到成都出差，在繁华的春熙路附近，看到很多下班人骑着自行车等待绿灯，然后哗的一下蹬起车，像鲤鱼过江一样，场面混乱，路人基本不能走动。在外人的眼里这是如何的壮观呢？我很想了解这些人的生活，我想大多是很勤俭持家的，生活很快意的，没有很多小资情调的。</p>
<p>我很羡慕外国人，能到处游玩，能看到跟他们国家绝然不同的东西，他看到路边的“牛皮癣”也要拍张照片，我想他不一定很厌恶它，只是觉得好奇。</p>
]]></content:encoded>
			<wfw:commentRss>http://fkpwolf.net/2009/11/24/%e5%ae%8c%e5%85%a8%e4%b8%8d%e5%90%8c%e7%9a%84%e7%94%9f%e6%b4%bb/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Use Apache Synapse as web service proxy</title>
		<link>http://fkpwolf.net/2009/04/17/use-apache-synapse-as-web-service-proxy/</link>
		<comments>http://fkpwolf.net/2009/04/17/use-apache-synapse-as-web-service-proxy/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 07:00:00 +0000</pubDate>
		<dc:creator>Fan Fan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http:///2009/04/17/use-apache-synapse-as-web-service-proxy/</guid>
		<description><![CDATA[This is a power configuration tool to mock and test web service.]]></description>
			<content:encoded><![CDATA[<p>This is a power configuration tool to mock and test web service.</p>
]]></content:encoded>
			<wfw:commentRss>http://fkpwolf.net/2009/04/17/use-apache-synapse-as-web-service-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>edit on android</title>
		<link>http://fkpwolf.net/2009/02/25/edit-on-android/</link>
		<comments>http://fkpwolf.net/2009/02/25/edit-on-android/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 12:23:00 +0000</pubDate>
		<dc:creator>Fan Fan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http:///2009/02/25/edit-on-android/</guid>
		<description><![CDATA[Some site like Google Reader has cared this device. Some not, like this site. Should we need to refactory site? Or write a new client expecially for specific application. Some like write a offline blog writter. Because here when javascript is complex, android cannot render correctly.]]></description>
			<content:encoded><![CDATA[<p>Some site like Google Reader has cared this device. Some not, like this site. <br />Should we need to refactory site? Or write a new client expecially for specific application. Some like write a offline blog writter. Because here when javascript is complex, android cannot render correctly.</p>
]]></content:encoded>
			<wfw:commentRss>http://fkpwolf.net/2009/02/25/edit-on-android/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>leave~ leave~ leave~</title>
		<link>http://fkpwolf.net/2007/01/20/leave-leave-leave/</link>
		<comments>http://fkpwolf.net/2007/01/20/leave-leave-leave/#comments</comments>
		<pubDate>Sun, 21 Jan 2007 02:34:00 +0000</pubDate>
		<dc:creator>Fan Fan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http:///2007/01/20/leave-leave-leave/</guid>
		<description><![CDATA[“行装已经收好，心情好不好，已不在重要&#8230;&#8230;” 孟庭苇的一首老歌，“新的旅程”，或者是“心的旅程”， 不知名的一首，现在很难找到了。 （后来发现其实是“心的旅途”）在厦门呆了两年时间，要走的时候，也没感觉感伤、或者兴奋。昨天的酒今天还有点头痛，其实昨天并没有喝多少。 玫瑰/普希金 我的朋友，我们的玫瑰花儿在哪里？玫瑰凋谢了，这朝霞的爱女，不要说：青春也要如此凋萎！不要说：这就是生活的欢愉！请告诉花儿吧：别了，我为它怜惜！请向我们指点百合花的丰姿。]]></description>
			<content:encoded><![CDATA[<p>“行装已经收好，心情好不好，已不在重要&#8230;&#8230;” 孟庭苇的一首老歌，“新的旅程”，或者是“心的旅程”， 不知名的一首，现在很难找到了。 （后来发现其实是“心的旅途”）<br />在厦门呆了两年时间，要走的时候，也没感觉感伤、或者兴奋。昨天的酒今天还有点头痛，其实昨天并没有喝多少。</p>
<p>玫瑰/普希金</p>
<p>我的朋友，<br />我们的玫瑰花儿在哪里？<br />玫瑰凋谢了，<br />这朝霞的爱女，<br />不要说：<br />青春也要如此凋萎！<br />不要说：<br />这就是生活的欢愉！<br />请告诉花儿吧：<br />别了，我为它怜惜！<br />请向我们指点<br />百合花的丰姿。</p>
]]></content:encoded>
			<wfw:commentRss>http://fkpwolf.net/2007/01/20/leave-leave-leave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

