<?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>Gea-Suan Lin&#039;s BLOG &#187; Gea-Suan Lin</title>
	<atom:link href="http://blog.gslin.org/archives/author/gslin/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.gslin.org</link>
	<description>幹壞事是進步最大的原動力</description>
	<lastBuildDate>Mon, 30 Aug 2010 03:40:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><cloud domain='blog.gslin.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>有消息說 Cisco 要買 Skype？</title>
		<link>http://blog.gslin.org/archives/2010/08/30/2289/%e6%9c%89%e6%b6%88%e6%81%af%e8%aa%aa-cisco-%e8%a6%81%e8%b2%b7-skype%ef%bc%9f</link>
		<comments>http://blog.gslin.org/archives/2010/08/30/2289/%e6%9c%89%e6%b6%88%e6%81%af%e8%aa%aa-cisco-%e8%a6%81%e8%b2%b7-skype%ef%bc%9f#comments</comments>
		<pubDate>Mon, 30 Aug 2010 03:39:06 +0000</pubDate>
		<dc:creator>Gea-Suan Lin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Murmuring]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[P2P]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Telephone]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[ebay]]></category>
		<category><![CDATA[ipo]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[telephone]]></category>

		<guid isPermaLink="false">http://blog.gslin.org/?p=2289</guid>
		<description><![CDATA[TechCrunch 放出消息說 Cisco 打算要買 Skype：「Cisco May Be Making A Run For Skype」。 Skype 在月初的時候向 US SEC 丟出 IPO 申請 (參考「Skype Files For IPO, Only 6 Percent Of Users Pay」)，然後 Cisco 打算買下來&#8230;？ 這家公司的操作從 eBay 時代到現在一直都很謎&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://techcrunch.com/">TechCrunch</a> 放出消息說 <a href="http://www.cisco.com/">Cisco</a> 打算要買 <a href="http://www.skype.com/">Skype</a>：「<a href="http://techcrunch.com/2010/08/29/cisco-may-be-making-a-run-for-skype/">Cisco May Be Making A Run For Skype</a>」。</p>
<p>Skype 在月初的時候向 <a href="http://www.sec.gov/">US SEC</a> 丟出 IPO 申請 (參考「<a href="http://techcrunch.com/2010/08/09/skype-ipo/">Skype Files For IPO, Only 6 Percent Of Users Pay</a>」)，然後 Cisco 打算買下來&#8230;？</p>
<p>這家公司的操作從 <a href="http://www.ebay.com/">eBay</a> 時代到現在一直都很謎&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gslin.org/archives/2010/08/30/2289/%e6%9c%89%e6%b6%88%e6%81%af%e8%aa%aa-cisco-%e8%a6%81%e8%b2%b7-skype%ef%bc%9f/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Git 內類似 svn export 的功能</title>
		<link>http://blog.gslin.org/archives/2010/08/28/2288/git-%e5%85%a7%e9%a1%9e%e4%bc%bc-svn-export-%e7%9a%84%e5%8a%9f%e8%83%bd</link>
		<comments>http://blog.gslin.org/archives/2010/08/28/2288/git-%e5%85%a7%e9%a1%9e%e4%bc%bc-svn-export-%e7%9a%84%e5%8a%9f%e8%83%bd#comments</comments>
		<pubDate>Sat, 28 Aug 2010 09:07:22 +0000</pubDate>
		<dc:creator>Gea-Suan Lin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Murmuring]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://blog.gslin.org/?p=2288</guid>
		<description><![CDATA[用 git-archive。 預設是輸出成 tar 格式到 stdout，所以可以用下面的指令取出一份 archive： mkdir ../working git archive master &#124; tar -x -C ../working]]></description>
			<content:encoded><![CDATA[<p>用 <a href="http://www.kernel.org/pub/software/scm/git/docs/git-archive.html">git-archive</a>。</p>
<p>預設是輸出成 tar 格式到 stdout，所以可以用下面的指令取出一份 archive：</p>
<blockquote><p><code>mkdir ../working<br />
git archive master | tar -x -C ../working</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.gslin.org/archives/2010/08/28/2288/git-%e5%85%a7%e9%a1%9e%e4%bc%bc-svn-export-%e7%9a%84%e5%8a%9f%e8%83%bd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在 mutt 裡刪除重複的信件</title>
		<link>http://blog.gslin.org/archives/2010/08/28/2286/%e5%9c%a8-mutt-%e8%a3%a1%e5%88%aa%e9%99%a4%e9%87%8d%e8%a4%87%e7%9a%84%e4%bf%a1%e4%bb%b6</link>
		<comments>http://blog.gslin.org/archives/2010/08/28/2286/%e5%9c%a8-mutt-%e8%a3%a1%e5%88%aa%e9%99%a4%e9%87%8d%e8%a4%87%e7%9a%84%e4%bf%a1%e4%bb%b6#comments</comments>
		<pubDate>Sat, 28 Aug 2010 04:04:56 +0000</pubDate>
		<dc:creator>Gea-Suan Lin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[Murmuring]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mailing]]></category>
		<category><![CDATA[mutt]]></category>

		<guid isPermaLink="false">http://blog.gslin.org/?p=2286</guid>
		<description><![CDATA[因為 mailing list 之類的東西我還是習慣在 mutt 裡讀 (操作起來比較快)，而有時候會把 -announce 與 -users 都丟到同一個檔案裡，所以偶而會在一個檔案裡面有同時寄到多個 mailing list 而重複的信件&#8230; 之前是看到的時候就手動砍掉，不過用 Google 找了一下，發現早就有方法可以做了：「Tip: Remove Duplicate Emails with Mutt」。 變化一下就是用 D 然後輸入 ~=，當離開這個信件檔時就會刪除這些重複的信件。等下再來研究要怎麼樣在切換信件檔時自動執行這個命令&#8230;]]></description>
			<content:encoded><![CDATA[<p>因為 mailing list 之類的東西我還是習慣在 <a href="http://www.mutt.org/">mutt</a> 裡讀 (操作起來比較快)，而有時候會把 -announce 與 -users 都丟到同一個檔案裡，所以偶而會在一個檔案裡面有同時寄到多個 mailing list 而重複的信件&#8230;</p>
<p>之前是看到的時候就手動砍掉，不過用 <a href="http://www.google.com/">Google</a> 找了一下，發現早就有方法可以做了：「<a href="http://ronny.haryan.to/archives/2005/06/15/tip-remove-duplicate-emails-with-mutt/">Tip: Remove Duplicate Emails with Mutt</a>」。</p>
<p>變化一下就是用 <code>D</code> 然後輸入 <code>~=</code>，當離開這個信件檔時就會刪除這些重複的信件。等下再來研究要怎麼樣在切換信件檔時自動執行這個命令&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gslin.org/archives/2010/08/28/2286/%e5%9c%a8-mutt-%e8%a3%a1%e5%88%aa%e9%99%a4%e9%87%8d%e8%a4%87%e7%9a%84%e4%bf%a1%e4%bb%b6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>H.264 的近況</title>
		<link>http://blog.gslin.org/archives/2010/08/28/2283/h-264-%e7%9a%84%e8%bf%91%e6%b3%81</link>
		<comments>http://blog.gslin.org/archives/2010/08/28/2283/h-264-%e7%9a%84%e8%bf%91%e6%b3%81#comments</comments>
		<pubDate>Fri, 27 Aug 2010 18:44:09 +0000</pubDate>
		<dc:creator>Gea-Suan Lin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Murmuring]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Recreation]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Television]]></category>
		<category><![CDATA[WWW]]></category>
		<category><![CDATA[h264]]></category>
		<category><![CDATA[mpeg]]></category>
		<category><![CDATA[nicovideo]]></category>
		<category><![CDATA[patent]]></category>
		<category><![CDATA[smilevideo]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.gslin.org/?p=2283</guid>
		<description><![CDATA[先記錄下來，還要再想想： MPEG LA Announces Permanent Royalty Moratorium For H264 MPEG LA counters Google WebM with permanent royalty moratorium MPEG-LA Makes Free Internet Video Royalty Free Perpetually MPEG LA Says H.264 Will Be Royalty Free For Life, For Content That Is &#8230; <a href="http://blog.gslin.org/archives/2010/08/28/2283/h-264-%e7%9a%84%e8%bf%91%e6%b3%81">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>先記錄下來，還要再想想：</p>
<ul>
<li><a href="http://yro.slashdot.org/story/10/08/26/1859245/MPEG-LA-Announces-Permanent-Royalty-Moratorium-For-H264">MPEG LA Announces Permanent Royalty Moratorium For H264</a></li>
<li><a href="http://arstechnica.com/media/news/2010/08/mpeg-la-counters-google-webm-with-permanent-royalty-moratorium.ars">MPEG LA counters Google WebM with permanent royalty moratorium</a></li>
<li><a href="http://www.osnews.com/story/23735/MPEG-LA_Makes_Free_Internet_Video_Royalty_Free_Perpetually">MPEG-LA Makes Free Internet Video Royalty Free Perpetually</a></li>
<li><a href="http://blog.streamingmedia.com/the_business_of_online_vi/2010/08/mpeg-la-says-h264-will-be-royalty-free-for-life-for-content-that-is-free.html">MPEG LA Says H.264 Will Be Royalty Free For Life, For Content That Is Free</a></li>
</ul>
<p>然後 <a href="http://www.smilevideo.jp/">Smilevideo</a> 馬上宣佈改用 <a href="http://zh.wikipedia.org/wiki/H.264/MPEG-4_AVC">H.264</a> 儲存低畫質影片的消息 (本來是用 FLV)：「<a href="http://blog.nicovideo.jp/2010/08/post_258.php">低画質モード動画のフォーマット変更について</a>」。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gslin.org/archives/2010/08/28/2283/h-264-%e7%9a%84%e8%bf%91%e6%b3%81/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>關於重設密碼的步驟</title>
		<link>http://blog.gslin.org/archives/2010/08/27/2281/%e9%97%9c%e6%96%bc%e9%87%8d%e8%a8%ad%e5%af%86%e7%a2%bc%e7%9a%84%e6%ad%a5%e9%a9%9f</link>
		<comments>http://blog.gslin.org/archives/2010/08/27/2281/%e9%97%9c%e6%96%bc%e9%87%8d%e8%a8%ad%e5%af%86%e7%a2%bc%e7%9a%84%e6%ad%a5%e9%a9%9f#comments</comments>
		<pubDate>Fri, 27 Aug 2010 14:55:05 +0000</pubDate>
		<dc:creator>Gea-Suan Lin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[Murmuring]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[password]]></category>

		<guid isPermaLink="false">http://blog.gslin.org/?p=2281</guid>
		<description><![CDATA[這應該有很標準的程序，不過好像還是有很多站沒這樣做&#8230; 必要的步驟包括： 如果使用者只記得 username，輸入後告知使用者「已經發送確認信至 username 當初所註冊的信箱」。 如果使用者只記得 e-mail，輸入後告知使用者「已經發送確認信至該 e-mail」，如果該 e-mail 沒有被註冊也不要有不同的訊息，因為如果可以判斷 e-mail 有沒有不同的訊息，可以利用這個功能大致判斷某個人有沒有註冊這個服務。 基本上都要加上 CAPTCHA 以及對 IP rate limit 避免有人利用這個行為惡搞。 要注意的是要透過「確認信」的步驟再改密碼，而不能在要求重設密碼時就馬上把密碼改掉，不然就可以惡搞使用者。]]></description>
			<content:encoded><![CDATA[<p>這應該有很標準的程序，不過好像還是有很多站沒這樣做&#8230;</p>
<p>必要的步驟包括：</p>
<ul>
<li>如果使用者只記得 username，輸入後告知使用者「已經發送確認信至 username 當初所註冊的信箱」。</li>
<li>如果使用者只記得 e-mail，輸入後告知使用者「已經發送確認信至該 e-mail」，如果該 e-mail 沒有被註冊也不要有不同的訊息，因為如果可以判斷 e-mail 有沒有不同的訊息，可以利用這個功能大致判斷某個人有沒有註冊這個服務。</li>
<li>基本上都要加上 <a href="http://zh.wikipedia.org/wiki/CAPTCHA">CAPTCHA</a> 以及對 IP rate limit 避免有人利用這個行為惡搞。</li>
</ul>
<p>要注意的是要透過「確認信」的步驟再改密碼，而不能在要求重設密碼時就馬上把密碼改掉，不然就可以惡搞使用者。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gslin.org/archives/2010/08/27/2281/%e9%97%9c%e6%96%bc%e9%87%8d%e8%a8%ad%e5%af%86%e7%a2%bc%e7%9a%84%e6%ad%a5%e9%a9%9f/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>jQuery Mobile</title>
		<link>http://blog.gslin.org/archives/2010/08/15/2279/jquery-mobile</link>
		<comments>http://blog.gslin.org/archives/2010/08/15/2279/jquery-mobile#comments</comments>
		<pubDate>Sun, 15 Aug 2010 14:03:19 +0000</pubDate>
		<dc:creator>Gea-Suan Lin</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Murmuring]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[WWW]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://blog.gslin.org/?p=2279</guid>
		<description><![CDATA[jQuery Mobile 前幾天在 jQuery 的官方網誌上公告出來了：「The jQuery Project is Proud to Announce the jQuery Mobile Project」。 不過照「Mobile Graded Browser Support」的表來看，這&#8230; 前途一片荊棘啊&#8230; XD]]></description>
			<content:encoded><![CDATA[<p><a href="http://jquerymobile.com/">jQuery Mobile</a> 前幾天在 <a href="http://jquery.com/">jQuery</a> 的官方網誌上公告出來了：「<a href="http://blog.jquery.com/2010/08/13/the-jquery-project-is-proud-to-announce-the-jquery-mobile-project/">The jQuery Project is Proud to Announce the jQuery Mobile Project</a>」。</p>
<p>不過照「<a href="http://jquerymobile.com/gbs/">Mobile Graded Browser Support</a>」的表來看，這&#8230; 前途一片荊棘啊&#8230; XD</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gslin.org/archives/2010/08/15/2279/jquery-mobile/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>改裝 www/gist</title>
		<link>http://blog.gslin.org/archives/2010/08/15/2277/%e6%94%b9%e8%a3%9d-wwwgist</link>
		<comments>http://blog.gslin.org/archives/2010/08/15/2277/%e6%94%b9%e8%a3%9d-wwwgist#comments</comments>
		<pubDate>Sun, 15 Aug 2010 11:15:05 +0000</pubDate>
		<dc:creator>Gea-Suan Lin</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Murmuring]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[WWW]]></category>
		<category><![CDATA[gist]]></category>

		<guid isPermaLink="false">http://blog.gslin.org/?p=2277</guid>
		<description><![CDATA[本來都是裝 www/p5-WebService-NoPaste，不過這個年頭比較流行 Gist，翻了一下果然有人做 ports 了：www/gist。 使用方法跟之前的差不多，或是打 gist -h 也可以看到說明，不過 ports 裡的版本好像有點舊，等下來送 send-pr 更新&#8230;]]></description>
			<content:encoded><![CDATA[<p>本來都是裝 <a href="http://www.freshports.org/www/p5-WebService-NoPaste">www/p5-WebService-NoPaste</a>，不過這個年頭比較流行 <a href="http://gist.github.com/">Gist</a>，翻了一下果然有人做 ports 了：<a href="http://www.freshports.org/www/gist">www/gist</a>。</p>
<p>使用方法跟之前的差不多，或是打 <code>gist -h</code> 也可以看到說明，不過 ports 裡的版本好像有點舊，等下來送 send-pr 更新&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gslin.org/archives/2010/08/15/2277/%e6%94%b9%e8%a3%9d-wwwgist/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>測試 wkhtmltoimage 的效果</title>
		<link>http://blog.gslin.org/archives/2010/08/14/2275/%e6%b8%ac%e8%a9%a6-wkhtmltoimage-%e7%9a%84%e6%95%88%e6%9e%9c</link>
		<comments>http://blog.gslin.org/archives/2010/08/14/2275/%e6%b8%ac%e8%a9%a6-wkhtmltoimage-%e7%9a%84%e6%95%88%e6%9e%9c#comments</comments>
		<pubDate>Sat, 14 Aug 2010 15:05:20 +0000</pubDate>
		<dc:creator>Gea-Suan Lin</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Murmuring]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[WWW]]></category>
		<category><![CDATA[capture]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[wkhtmltoimage]]></category>

		<guid isPermaLink="false">http://blog.gslin.org/?p=2275</guid>
		<description><![CDATA[在「FreeBSD 上使用 wkhtmltopdf 做網頁擷取」看到有人在 FreeBSD 上用 Linux emulator 跑 wkhtmltopdf 成功，那麼 Linux 上當然更沒問題啦&#8230; 同一個計畫裡有 wkhtmltoimage，可以直接輸出成 PNG 格式，不過輸出的 PNG 沒有壓縮過 (應該吧，下面這張測試的原始輸出是 ~10MB，處理後是 ~500KB)，要用 pngcrush 處理後才會比較小。 不過 PIXNET 的網頁都會 segmentation fault 是怎樣 XD Update：在「Segmentation fault while generating http://www.pixnet.net/」這邊回報後，trunk 版修正了。 wkhtmltoimage 輸出結果在這，點下去會出現原圖： 之前透過 &#8230; <a href="http://blog.gslin.org/archives/2010/08/14/2275/%e6%b8%ac%e8%a9%a6-wkhtmltoimage-%e7%9a%84%e6%95%88%e6%9e%9c">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>在「<a href="http://blog.sd.idv.tw/archives/286">FreeBSD 上使用 wkhtmltopdf 做網頁擷取</a>」看到有人在 <a href="http://www.freebsd.org/">FreeBSD</a> 上用 Linux emulator 跑 <a href="http://code.google.com/p/wkhtmltopdf/">wkhtmltopdf</a> 成功，那麼 <a href="http://www.linux.org/">Linux</a> 上當然更沒問題啦&#8230;</p>
<p>同一個計畫裡有 wkhtmltoimage，可以直接輸出成 PNG 格式，不過輸出的 PNG 沒有壓縮過 (應該吧，下面這張測試的原始輸出是 ~10MB，處理後是 ~500KB)，要用 <a href="http://pmt.sourceforge.net/pngcrush/">pngcrush</a> 處理後才會比較小。</p>
<p>不過 <a href="http://www.pixnet.net/">PIXNET</a> 的網頁都會 segmentation fault 是怎樣 XD</p>
<p><strong>Update</strong>：在「<a href="http://code.google.com/p/wkhtmltopdf/issues/detail?id=333">Segmentation fault while generating http://www.pixnet.net/</a>」這邊回報後，trunk 版修正了。</p>
<p>wkhtmltoimage 輸出結果在這，點下去會出現原圖：</p>
<p><a href="http://www.flickr.com/photos/gslin/4891061834/sizes/o/"><img src="http://farm5.static.flickr.com/4102/4891061834_f4e17ab40b_b.jpg" alt="" /></a></p>
<p>之前透過 <a href="http://www.mozilla.com/firefox/">Firefox</a> 的方法的輸出結果，點下去會出現原圖：</p>
<p><a href="http://www.flickr.com/photos/gslin/4822837463/sizes/o/"><img src="http://farm5.static.flickr.com/4075/4822837463_e883729c4c_b.jpg" alt="" /></a></p>
<p>可以看出來字體的部份有差&#8230; 不過處理的速度與方便度比 Firefox 好太多了。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gslin.org/archives/2010/08/14/2275/%e6%b8%ac%e8%a9%a6-wkhtmltoimage-%e7%9a%84%e6%95%88%e6%9e%9c/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>台固的 Akamai cluster 似乎撤掉了&#8230;</title>
		<link>http://blog.gslin.org/archives/2010/08/05/2272/%e5%8f%b0%e5%9b%ba%e7%9a%84-akamai-cluster-%e4%bc%bc%e4%b9%8e%e6%92%a4%e6%8e%89%e4%ba%86</link>
		<comments>http://blog.gslin.org/archives/2010/08/05/2272/%e5%8f%b0%e5%9b%ba%e7%9a%84-akamai-cluster-%e4%bc%bc%e4%b9%8e%e6%92%a4%e6%8e%89%e4%ba%86#comments</comments>
		<pubDate>Wed, 04 Aug 2010 18:05:19 +0000</pubDate>
		<dc:creator>Gea-Suan Lin</dc:creator>
				<category><![CDATA[CDN]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Murmuring]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[WWW]]></category>
		<category><![CDATA[akamai]]></category>
		<category><![CDATA[cdn]]></category>
		<category><![CDATA[tfn]]></category>

		<guid isPermaLink="false">http://blog.gslin.org/?p=2272</guid>
		<description><![CDATA[前陣子 jnlin 說台固到香港變差，結果剛剛才發現 Akamai 從 7/26 後會把台固的使用者導到香港，而不是導到原本在台固內的 cluster： 在遠傳 (Seednet) 的就沒這個問題： 這麼一來，台固出國變差也不是什麼奇怪的事情？]]></description>
			<content:encoded><![CDATA[<p>前陣子 <a href="http://jnlin.org/">jnlin</a> 說<a href="http://www.tfn.net.tw/">台固</a>到香港變差，結果剛剛才發現 <a href="http://www.akamai.com/">Akamai</a> 從 7/26 後會把台固的使用者導到香港，而不是導到原本在台固內的 cluster：</p>
<p><a href="http://www.flickr.com/photos/gslin/4860905164/"><img src="http://farm5.static.flickr.com/4082/4860905164_46fa4b5360_z.jpg" alt="" /></a></p>
<p>在<a href="http://www.fetnet.net/">遠傳</a> (<a href="http://www.seed.net.tw/">Seednet</a>) 的就沒這個問題：</p>
<p><a href="http://www.flickr.com/photos/gslin/4860905246/"><img src="http://farm5.static.flickr.com/4119/4860905246_dcff8daf97_z.jpg" alt="" /></a></p>
<p>這麼一來，台固出國變差也不是什麼奇怪的事情？</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gslin.org/archives/2010/08/05/2272/%e5%8f%b0%e5%9b%ba%e7%9a%84-akamai-cluster-%e4%bc%bc%e4%b9%8e%e6%92%a4%e6%8e%89%e4%ba%86/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>大學網站</title>
		<link>http://blog.gslin.org/archives/2010/08/03/2271/%e5%a4%a7%e5%ad%b8%e7%b6%b2%e7%ab%99</link>
		<comments>http://blog.gslin.org/archives/2010/08/03/2271/%e5%a4%a7%e5%ad%b8%e7%b6%b2%e7%ab%99#comments</comments>
		<pubDate>Tue, 03 Aug 2010 07:01:37 +0000</pubDate>
		<dc:creator>Gea-Suan Lin</dc:creator>
				<category><![CDATA[Comic]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Murmuring]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Recreation]]></category>
		<category><![CDATA[WWW]]></category>
		<category><![CDATA[homepage]]></category>
		<category><![CDATA[university]]></category>

		<guid isPermaLink="false">http://blog.gslin.org/?p=2271</guid>
		<description><![CDATA[xkcd 上的「University Website」：]]></description>
			<content:encoded><![CDATA[<p><a href="http://xkcd.com/">xkcd</a> 上的「<a href="http://xkcd.com/773/">University Website</a>」：</p>
<p><a href="http://xkcd.com/773/"><img src="http://imgs.xkcd.com/comics/university_website.png" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gslin.org/archives/2010/08/03/2271/%e5%a4%a7%e5%ad%b8%e7%b6%b2%e7%ab%99/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->