<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title><![CDATA[竹板凳的漁瘟:: 痞客邦 PIXNET ::]]></title>
    <link>http://hansioux.pixnet.net/blog</link>
    <description><![CDATA[　　　　　<font color=white>台灣就是這麼美</font>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-2111302-2");
pageTracker._trackPageview();
</script>

<script type="text/javascript">
var pattern = new RegExp("^http://[0-z]+.pixnet.net/blog/post/[0-9]+", "i");
var myUrl = document.URL.match(pattern);
HEMiDEMi_Bookmark_Button_URL = myUrl[0];
HEMiDEMi_Bookmark_Button_Style = 'button1';
</script>

<div id="divAdSenseContentScript" style="display:none;"><br />
<P ALIGN="RIGHT"><a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/2.5/tw/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-nd/2.5/tw/88x31.png" /></a><script src="http://js.hemidemi.com/javascripts/hemidemi_bookmark_button.js" type="text/javascript"></script></p><br />
<a href=http://baseballbang.pixnet.net/blog><img src=http://p6.p.pixnet.net/albums/userpics/6/2/411462/48e31ed637405.jpg></a>
<br /><br /></div>

<script type="text/javascript">
/*
 * 作者: Nelson (http://blog.pixnet.net/Nelson)
 * 說明: 讓 Pixnet 的文章自動加入 Google AdSense
 * 備註: 原始程式碼來自 http://blog.xuite.net/emisjerry/tech/11088489，
 *       我將它改成適合 Pixnet 的版本。
 * 版本: v1.1，2008/01/24
 * 適用: Pixnet 的各種版型 (Grey, Grey2, Wretch, Roodo, 以及痞客模板 版型)
 * 授權: 自由使用及修改，拿去用之前，
 * 		 麻煩到 http://blog.pixnet.net/Nelson/post/3967606 留個言給我。
 */

/*
 * 檢查網址裡頭有沒有 "/post/" 字串，
 * 有的話就代表是單篇文章。
 */
var isArticle = false;
if (document.URL.indexOf("/post/") > 0)
	isArticle = true;

if (isArticle)
{
    if (document.addEventListener)
		document.addEventListener('DOMContentLoaded', init, false);
    else
		window.attachEvent('onload', init);
}

function grey()
{
	// "Content" 是文章的主要區塊
	var CONTENT = document.getElementById("Content");
	var DIVs = CONTENT.getElementsByTagName('div');
	for (var i in DIVs)
	{
		var x = new String(DIVs[i].className);
		if (x.indexOf("extended") == 0 || x.indexOf("footer") == 0)
		{
			DIVs[i].innerHTML =
				document.getElementById("divAdSenseContentScript").innerHTML
				+ DIVs[i].innerHTML;
			break;
		}
	}
}

function grey2()
{
	var DIVs = document.getElementsByTagName('div');
	for (var i in DIVs)
	{
		var x = new String(DIVs[i].className);
		if (x.indexOf("mainEntryfoot") == 0)
		{
			DIVs[i].innerHTML =
				document.getElementById("divAdSenseContentScript").innerHTML
				+ DIVs[i].innerHTML;
			break;
		}
	}
}

function roodo()
{
	var DIVs = document.getElementsByTagName('div');
	for (var i in DIVs)
	{
		var x = new String(DIVs[i].className);
		// 檢查 class 是否為 "posted"，是的話就是文章結尾
		if (x.indexOf("posted") == 0)
		{
			DIVs[i].innerHTML +=
				document.getElementById("divAdSenseContentScript").innerHTML;
			break;
		}
	}
}

function wretch()
{
	// "Content" 是文章的主要區塊
	var CONTENT = document.getElementById("content");
	var DIVs = CONTENT.getElementsByTagName('div');
	for (var i in DIVs)
	{
		var x = new String(DIVs[i].className);
		// 檢查 class 是否為 "innertext"，是的話就是文章本體
		if (x.indexOf("innertext") == 0)
		{
			DIVs[i].innerHTML +=
				document.getElementById("divAdSenseContentScript").innerHTML;
			break;
		}
	}
}

function template()
{
	// "Content" 是文章的主要區塊
	var CONTENT = document.getElementById("article-box");
	var DIVs = CONTENT.getElementsByTagName('div');
	for (var i in DIVs)
	{
		var x = new String(DIVs[i].className);
		if (x.indexOf("article-footer") == 0)
		{
			DIVs[i].innerHTML =
				document.getElementById("divAdSenseContentScript").innerHTML + DIVs[i].innerHTML;
			break;
		}
	}
}

function init()
{

	var LINKs = document.getElementsByTagName('link');
	for (i = 0; i < LINKs.length; i++)
	{
		if (LINKs[i].getAttribute('rel') == "stylesheet")
		{
            var style = LINKs[i].getAttribute('title');
            // 根據 stylesheet 的 title 屬性來分辨是哪種版型
            switch (style)
            {
				case 'grey':
				    grey();		break;
				case 'grey2':
				    grey2();	break;
				case 'yam':
				    roodo();	break;
				case 'wretch':
				    wretch();	break;
				default:
				    template(); break;
			}
		}
		break;
	}
}
</script>
]]></description>
    <pubDate>Mon, 02 Nov 2009 09:34:34 +0000</pubDate>
    <managingEditor>hansioux@not-valid.com (hansioux)</managingEditor>
    <copyright>Copyright 2003-2009 hansioux,Pixnet Digital Media Coporation. All rights reserved.</copyright>
    <generator>PIXNET Media Digital Coporation</generator>
    <language>zh</language>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/hansioux" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
      <title><![CDATA[三年]]></title>
      <link>http://feedproxy.google.com/~r/hansioux/~3/l02dVF8oR3w/26026488</link>
      <guid isPermaLink="false">http://hansioux.pixnet.net/blog/post/26026488</guid>
      <description><![CDATA[&nbsp;  「小郭說，如果不是曹錦輝在精神與經濟上，適時伸出援手，他在美國恐怕早就熬不下去了。」許竹見聽郭泓志談到與小曹的友誼，認為「小曹果然是夠朋友。」  「有一年球季後，小郭在美國沒薪水可領，曹錦輝很細心，回台灣之前，在洛杉磯塞了一張支票給他，留了一句話，『我怕回去之後，你有困難，也難找到我。』」這分兄弟情，讓「郭董」當場感動落淚。  小曹夠義氣 郭泓志記在心 2006  &nbsp; &nbsp;  好友曹錦輝出事，郭泓志尚未回應，教練陳獻榮希望小小郭不要為挺好友而意氣用事，陳表示：「因為他（指小曹）已經做錯事了。」並透露小小郭月中回台後會投入台南少棒指導工作。 看到當年高苑王牌曹錦輝捲入中職賭案，陳獻榮說：「他不是我的學生，對他的個性並不瞭解。」但當時小曹回台曾說要「改造中華職棒」，陳獻榮說：「有這種心態當然好，但這不是只用嘴巴說說就好了。」 知道小小郭和小曹交情很好，陳獻榮也不免擔心：「怕他這次回來，還不瞭解（中職）發生什麼事，又跟那些旅美球員攪和在一起了。」 郭泓志月中返台 恩師要他閃小曹 2009 &nbsp; 　　沒有想說什麼……只是感慨而已。]]></description>
      <content:encoded><![CDATA[<p>&nbsp;</p> <blockquote> <p>「小郭說，如果不是曹錦輝在精神與經濟上，適時伸出援手，他在美國恐怕早就熬不下去了。」許竹見聽郭泓志談到與小曹的友誼，認為「小曹果然是夠朋友。」 </p> <p>「有一年球季後，小郭在美國沒薪水可領，曹錦輝很細心，回台灣之前，在洛杉磯塞了一張支票給他，留了一句話，『我怕回去之後，你有困難，也難找到我。』」這分兄弟情，讓「郭董」當場感動落淚。 </p> <p align="right"><a href="http://mag.udn.com/mag/sports/storypage.jsp?f_ART_ID=30100">小曹夠義氣 郭泓志記在心</a> 2006  <p align="left">&nbsp;</p></blockquote> <p>&nbsp;</p> <blockquote> <p align="left">好友曹錦輝出事，郭泓志尚未回應，教練陳獻榮希望小小郭不要為挺好友而意氣用事，陳表示：「因為他（指小曹）已經做錯事了。」並透露小小郭月中回台後會投入台南少棒指導工作。</p> <p>看到當年高苑王牌曹錦輝捲入中職賭案，陳獻榮說：「他不是我的學生，對他的個性並不瞭解。」但當時小曹回台曾說要「改造中華職棒」，陳獻榮說：「有這種心態當然好，但這不是只用嘴巴說說就好了。」 <p>知道小小郭和小曹交情很好，陳獻榮也不免擔心：「怕他這次回來，還不瞭解（中職）發生什麼事，又跟那些旅美球員攪和在一起了。」 <p align="right"><a href="http://www.libertytimes.com.tw/2009/new/nov/2/today-sp9.htm">郭泓志月中返台 恩師要他閃小曹</a> 2009</p></blockquote> <p>&nbsp;</p> <p>　　沒有想說什麼……只是感慨而已。</p>  <div class="more"><a href="http://hansioux.pixnet.net/blog/post/26026488">(繼續閱讀...)</a></div><img src="http://feeds.feedburner.com/~r/hansioux/~4/l02dVF8oR3w" height="1" width="1"/>]]></content:encoded>
      <pubDate>Mon, 02 Nov 2009 09:34:34 +0000</pubDate>
      <category>界線間的棒與球</category>
      <comments>http://hansioux.pixnet.net/blog/post/26026488#comments</comments>
    <feedburner:origLink>http://hansioux.pixnet.net/blog/post/26026488</feedburner:origLink></item>
    <item>
      <title><![CDATA[Jameron: A Lack of Color]]></title>
      <link>http://feedproxy.google.com/~r/hansioux/~3/-MH6vOugBcg/26016793</link>
      <guid isPermaLink="false">http://hansioux.pixnet.net/blog/post/26016793</guid>
      <description><![CDATA[  &nbsp; &nbsp; My first complete Sony Vegas fanvid.&nbsp; My dedicattion to the best Scifi show on network television in the last 3 years.&nbsp; Josh Friedman's Terminator:&nbsp; The Sarah Connor Chronicles.]]></description>
      <content:encoded><![CDATA[<blockquote> <p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/mjeoY6LHkOs&amp;hl=en&amp;fs=1&amp;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/mjeoY6LHkOs&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p></blockquote> <p>&nbsp;</p> <p>&nbsp; My first complete Sony Vegas fanvid.&nbsp; My dedicattion to the best Scifi show on network television in the last 3 years.&nbsp; Josh Friedman's Terminator:&nbsp; The Sarah Connor Chronicles.</p>  <div class="more"><a href="http://hansioux.pixnet.net/blog/post/26016793">(繼續閱讀...)</a></div><img src="http://feeds.feedburner.com/~r/hansioux/~4/-MH6vOugBcg" height="1" width="1"/>]]></content:encoded>
      <pubDate>Fri, 30 Oct 2009 16:06:45 +0000</pubDate>
      <category>別拿板凳打節拍</category>
      <comments>http://hansioux.pixnet.net/blog/post/26016793#comments</comments>
    <feedburner:origLink>http://hansioux.pixnet.net/blog/post/26016793</feedburner:origLink></item>
    <item>
      <title><![CDATA[初看防黑金滲入職業運動法案提案]]></title>
      <link>http://feedproxy.google.com/~r/hansioux/~3/ZZnF1mCEGzs/26016722</link>
      <guid isPermaLink="false">http://hansioux.pixnet.net/blog/post/26016722</guid>
      <description><![CDATA[&nbsp; 　　雖然不了解這麼簡單的事為什麼要第一次簽賭案 14 年後職棒快倒閉了才來搞。不過只能說聊勝於無，死馬當活馬醫。先來看看立法院藍綠搶風頭提出的幾個法案： &nbsp;  自由時報：藍綠立委提案修法　重懲操控打假球者 &nbsp; 〔中央社〕民進黨立委蔡煌瑯今天提案修法，將操控運動賽事獲利者視為組織犯罪，主嫌最重可判刑15年；國民黨立委趙麗雲等人日前也提案修法，對非法以職業比賽賭博者，最重也可判刑15年。 　　蔡煌瑯提案中表示，有鑑於職棒打假球風波已經嚴重危害台灣棒球界，真正問題關鍵是幕後犯罪集團一再用暴力脅迫、銀彈攻勢等方法，迫使球員配合打假球，為了從源頭徹底解決問題，因此提案修正「組織犯罪防制條例第4 條條文」草案，將操控各項運動賽事成敗藉以獲利者視為組織犯罪，並增加犯罪者的刑度。]]></description>
      <content:encoded><![CDATA[<p>&nbsp;</p> <p>　　雖然不了解這麼簡單的事為什麼要第一次簽賭案 14 年後職棒快倒閉了才來搞。不過只能說聊勝於無，死馬當活馬醫。先來看看立法院藍綠搶風頭提出的幾個法案：</p> <p>&nbsp;</p> <blockquote> <p><a href="http://iservice.libertytimes.com.tw/liveNews/news.php?no=287789&amp;type=%E6%94%BF%E6%B2%BB">自由時報：藍綠立委提案修法　重懲操控打假球者</a></p> <p>&nbsp;</p> <p>〔中央社〕民進黨立委蔡煌瑯今天提案修法，將操控運動賽事獲利者視為組織犯罪，主嫌最重可判刑15年；國民黨立委趙麗雲等人日前也提案修法，對非法以職業比賽賭博者，最重也可判刑15年。</p> <p><br>　　蔡煌瑯提案中表示，有鑑於職棒打假球風波已經嚴重危害台灣棒球界，真正問題關鍵是幕後犯罪集團一再用暴力脅迫、銀彈攻勢等方法，迫使球員配合打假球，為了從源頭徹底解決問題，因此提案修正「組織犯罪防制條例第4 條條文」草案，將操控各項運動賽事成敗藉以獲利者視為組織犯罪，並增加犯罪者的刑度。</p></blockquote>  <div class="more"><a href="http://hansioux.pixnet.net/blog/post/26016722">(繼續閱讀...)</a></div><img src="http://feeds.feedburner.com/~r/hansioux/~4/ZZnF1mCEGzs" height="1" width="1"/>]]></content:encoded>
      <pubDate>Fri, 30 Oct 2009 15:48:14 +0000</pubDate>
      <category>聯盟經營別倒閉</category>
      <comments>http://hansioux.pixnet.net/blog/post/26016722#comments</comments>
    <feedburner:origLink>http://hansioux.pixnet.net/blog/post/26016722</feedburner:origLink></item>
    <item>
      <title><![CDATA[不曾疏浚的溪]]></title>
      <link>http://feedproxy.google.com/~r/hansioux/~3/a0sl9MciCp0/26007454</link>
      <guid isPermaLink="false">http://hansioux.pixnet.net/blog/post/26007454</guid>
      <description><![CDATA[&nbsp; 　　台灣棒球的問題前幾年一直想，到現在問題在哪都知道。但是要改善必需從政府立法和檢調手法上下手。 並不是球員球團球迷單方面能夠解決。總覺得該說的都說過了，要說什麼感想也很勉強。  &nbsp; 　　不是說看這種事再發生見怪不怪。只是這條不曾疏浚的溪邊，重來也沒蓋過堤防。每年颱風來就淹大水也不難預料了。每年都有受災戶當然很難過。不過是要和受災戶說你們搬走不就好了才對，還是和政府說麻煩蓋個堤防或是疏浚才對？  &nbsp; 　　難道要台灣完全沒有發展運動的空間才能停止這一切嗎？還是政府修法比較快吧……  &nbsp;     潘武雄台灣大賽後採訪(我只貼了第三段，前面兩段他也都很可愛) &nbsp; 　　想到台灣職棒有這麼多用心又可愛的國手球員。這些用心的球員就是在面隊球迷也是這麼溫和、親切。何況以後還有那麼多想打棒球的小朋友們。好比這次龜山國小拿下亞太少棒冠軍，前往威廉波特那群認真快樂打球的小朋友們。是要和他們說你們的夢想錯了，還是他們會說我們的 cynicism 錯了？  &nbsp; 　　球迷真的有損失那麼多，受傷那麼重？我們受的傷，受到的欺騙有認真的球員們多嗎？可以唾棄那些配合放水，或是擔任白手套的球員們。不過幕後的黑手和制度沒得到改善，唾棄又如何呢？又何苦放棄台灣整個棒球界，唾棄那些認真打球的球員，辛苦練球的小朋友。這種時刻他們更需要我們的支持吧。 ]]></description>
      <content:encoded><![CDATA[<p>&nbsp; <p>　　台灣棒球的問題前幾年一直想，到現在問題在哪都知道。但是要改善必需從政府立法和檢調手法上下手。 並不是球員球團球迷單方面能夠解決。總覺得該說的都說過了，要說什麼感想也很勉強。  <p>&nbsp; <p>　　不是說看這種事再發生見怪不怪。只是這條不曾疏浚的溪邊，重來也沒蓋過堤防。每年颱風來就淹大水也不難預料了。每年都有受災戶當然很難過。不過是要和受災戶說你們搬走不就好了才對，還是和政府說麻煩蓋個堤防或是疏浚才對？  <p>&nbsp; <p>　　難道要台灣完全沒有發展運動的空間才能停止這一切嗎？還是政府修法比較快吧……  <p>&nbsp; <blockquote> <p></p> <div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:b63f7db6-b27a-4fb2-9d99-98818003c673" class="wlWriterEditableSmartContent"><div id="35a07af2-048a-499d-935b-67f52efd18b7" style="margin: 0px; padding: 0px; display: inline;"><div><a href="http://www.youtube.com/watch?v=EAiZv7o9i90" target="_new"><img src="http://p4.p.pixnet.net/albums/userpics/4/3/696443/4ae83b143f638.jpg?v=1256733461" style="border-style: none" galleryimg="no" onload="var downlevelDiv = document.getElementById('35a07af2-048a-499d-935b-67f52efd18b7'); downlevelDiv.innerHTML = &quot;&lt;div&gt;&lt;object width=\&quot;425\&quot; height=\&quot;355\&quot;&gt;&lt;param name=\&quot;movie\&quot; value=\&quot;http://www.youtube.com/v/EAiZv7o9i90&amp;hl=en\&quot;&gt;&lt;\/param&gt;&lt;embed src=\&quot;http://www.youtube.com/v/EAiZv7o9i90&amp;hl=en\&quot; type=\&quot;application/x-shockwave-flash\&quot; width=\&quot;425\&quot; height=\&quot;355\&quot;&gt;&lt;\/embed&gt;&lt;\/object&gt;&lt;\/div&gt;&quot;;" alt=""></a></div></div></div> <p></p> <p>潘武雄台灣大賽後採訪(我只貼了第三段，前面兩段他也都很可愛)</p></blockquote> <p>&nbsp; <p>　　想到台灣職棒有這麼多用心又可愛的國手球員。這些用心的球員就是在面隊球迷也是這麼溫和、親切。何況以後還有那麼多想打棒球的小朋友們。好比這次龜山國小拿下亞太少棒冠軍，前往威廉波特那群認真快樂打球的小朋友們。是要和他們說你們的夢想錯了，還是他們會說我們的 cynicism 錯了？  <p>&nbsp; <p>　　球迷真的有損失那麼多，受傷那麼重？我們受的傷，受到的欺騙有認真的球員們多嗎？可以唾棄那些配合放水，或是擔任白手套的球員們。不過幕後的黑手和制度沒得到改善，唾棄又如何呢？又何苦放棄台灣整個棒球界，唾棄那些認真打球的球員，辛苦練球的小朋友。這種時刻他們更需要我們的支持吧。   <div class="more"><a href="http://hansioux.pixnet.net/blog/post/26007454">(繼續閱讀...)</a></div><img src="http://feeds.feedburner.com/~r/hansioux/~4/a0sl9MciCp0" height="1" width="1"/>]]></content:encoded>
      <pubDate>Wed, 28 Oct 2009 12:30:32 +0000</pubDate>
      <category>聯盟經營別倒閉</category>
      <comments>http://hansioux.pixnet.net/blog/post/26007454#comments</comments>
    <feedburner:origLink>http://hansioux.pixnet.net/blog/post/26007454</feedburner:origLink></item>
    <item>
      <title><![CDATA[How Skynet really started.]]></title>
      <link>http://feedproxy.google.com/~r/hansioux/~3/Yq9t9UON7cY/25864492</link>
      <guid isPermaLink="false">http://hansioux.pixnet.net/blog/post/25864492</guid>
      <description><![CDATA[   WHY! WHY would anyone cancel a show like TSCC? &nbsp; &nbsp; In the near future, a group of angry Terminator: The Sarah Connor Chronicle fans got together and designed a sophisticated AI which turned into Skynet, which then sent back Terminators to early 2009 with a mission to terminate those who canceled TSCC.&nbsp;  &nbsp; &nbsp; Rage aside, i love this show as much as I loved Battlestar Galactica.&nbsp; For franchises started on the simple premise of killer robots chasing people around, both shows discovered deeper subjects to explorer.&nbsp; While TSCC's exploration of "what it is to be human" is not as prominent as BSG, but when it does, the result is shockingly beautiful. &nbsp;   "They can not appreciate beauty.&nbsp; They can not create art.&nbsp; If they ever learn these things, they won't have to destroy us.&nbsp; They will be us." Sarah Connor]]></description>
      <content:encoded><![CDATA[<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="TSCC-the-sarah-connor-chronicles-2473929-1600-1200" border="0" alt="TSCC-the-sarah-connor-chronicles-2473929-1600-1200" src="http://p4.p.pixnet.net/albums/userpics/4/3/696443/4aba956b787a1.jpg" width="600" height="450"> </p> <blockquote> <p>WHY! WHY would anyone cancel a show like TSCC?</p></blockquote> <p>&nbsp;</p> <p>&nbsp; In the near future, a group of angry Terminator: The Sarah Connor Chronicle fans got together and designed a sophisticated AI which turned into Skynet, which then sent back Terminators to early 2009 with a mission to terminate those who canceled TSCC.&nbsp; </p> <p>&nbsp;</p> <p>&nbsp; Rage aside, i love this show as much as I loved Battlestar Galactica.&nbsp; For franchises started on the simple premise of killer robots chasing people around, both shows discovered deeper subjects to explorer.&nbsp; While TSCC's exploration of "what it is to be human" is not as prominent as BSG, but when it does, the result is shockingly beautiful.</p> <p>&nbsp;</p> <p><object width="600" height="362"><param name="movie" value="http://www.youtube.com/v/bqPIskaAJgo&amp;hl=en&amp;fs=1&amp;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/bqPIskaAJgo&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="600" height="362"></embed></object></p> <blockquote> <p><i>"They can not appreciate beauty.&nbsp; They can not create art.&nbsp; If they ever learn these things, they won't have to destroy us.&nbsp; They will be us."</i></p> <p align="right"><i>Sarah Connor</i></p></blockquote>  <div class="more"><a href="http://hansioux.pixnet.net/blog/post/25864492">(繼續閱讀...)</a></div><img src="http://feeds.feedburner.com/~r/hansioux/~4/Yq9t9UON7cY" height="1" width="1"/>]]></content:encoded>
      <pubDate>Wed, 23 Sep 2009 17:38:00 +0000</pubDate>
      <category>書評影評和廢話</category>
      <comments>http://hansioux.pixnet.net/blog/post/25864492#comments</comments>
    <feedburner:origLink>http://hansioux.pixnet.net/blog/post/25864492</feedburner:origLink></item>
    <item>
      <title><![CDATA[Keep Stumbling in the Right Direction]]></title>
      <link>http://feedproxy.google.com/~r/hansioux/~3/YKaqzEMDRHU/25847482</link>
      <guid isPermaLink="false">http://hansioux.pixnet.net/blog/post/25847482</guid>
      <description><![CDATA[&nbsp; Another The Daily Show interview that people must see in its entirety.&nbsp; This Bill Clinton interview is one of the greatest insights to what the US has faced since the 90s.&nbsp; But it was cut short on the show due to time constraints.&nbsp; But thanks to the internet and The Daily Show, we can see the whole interview.  &nbsp;    The Daily Show With Jon Stewart Mon - Thurs 11p / 10c  Exclusive - Bill Clinton Extended Interview Pt. 1  www.thedailyshow.com        Daily ShowFull Episodes Political Humor Healthcare Protests Part 1 &nbsp;    The Daily Show With Jon Stewart Mon - Thurs 11p / 10c  Exclusive - Bill Clinton Extended Interview Pt. 2  www.thedailyshow.com        Daily ShowFull Episodes Political Humor Healthcare Protests Part 2  &nbsp;    The Daily Show With Jon Stewart Mon - Thurs 11p / 10c  Exclusive - Bill Clinton Extended Interview Pt. 3  www.thedailyshow.com        Daily ShowFull Episodes Political Humor Healthcare Protests Part 3 &nbsp; &nbsp; No wonder Bill Clinton was president for 2 terms.&nbsp; This is a guy in the know and can get things done.&nbsp; But I especially liked what he said about "keep stumbling in the right direction."&nbsp; That right there, probably is the essence of democracy.]]></description>
      <content:encoded><![CDATA[<p>&nbsp; Another The Daily Show interview that people must see in its entirety.&nbsp; This Bill Clinton interview is one of the greatest insights to what the US has faced since the 90s.&nbsp; But it was cut short on the show due to time constraints.&nbsp; But thanks to the internet and The Daily Show, we can see the whole interview.</p> <blockquote> <p>&nbsp;</p> <table style="background-color: #f5f5f5; font: 11px arial; color: #333" cellspacing="0" cellpadding="0" width="360" height="353"> <tbody> <tr style="background-color: #e5e5e5" valign="center"> <td style="padding-bottom: 0px; padding-left: 5px; padding-right: 1px; padding-top: 2px"><a style="color: #333; font-weight: bold; text-decoration: none" href="http://www.thedailyshow.com" target="_blank">The Daily Show With Jon Stewart</a></td> <td style="text-align: right; padding-bottom: 0px; padding-left: 5px; padding-right: 5px; font-weight: bold; padding-top: 2px">Mon - Thurs 11p / 10c</td></tr> <tr style="height: 14px" valign="center"> <td style="padding-bottom: 0px; padding-left: 5px; padding-right: 1px; padding-top: 2px" colspan="2"><a style="color: #333; font-weight: bold; text-decoration: none" href="http://www.thedailyshow.com/watch/thu-september-17-2009/exclusive---bill-clinton-extended-interview-pt--1" target="_blank">Exclusive - Bill Clinton Extended Interview Pt. 1</a></td></tr> <tr style="background-color: #353535; height: 14px" valign="center"> <td style="text-align: right; padding-bottom: 0px; padding-left: 5px; width: 360px; padding-right: 5px; overflow: hidden; padding-top: 2px" colspan="2"><a style="color: #96deff; font-weight: bold; text-decoration: none" href="http://www.thedailyshow.com/" target="_blank">www.thedailyshow.com</a></td></tr> <tr valign="center"> <td style="padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px" colspan="2"><embed style="display:block" src="http://media.mtvnservices.com/mgid:cms:item:comedycentral.com:248926" width="360" height="301" type="application/x-shockwave-flash" wmode="window" allowFullscreen="true" flashvars="autoPlay=false" allowscriptaccess="always" allownetworking="all" bgcolor="#000000"></embed></td></tr> <tr style="height: 18px" valign="center"> <td style="padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px" colspan="2"> <table style="text-align: center; margin: 0px" cellspacing="0" cellpadding="0" width="100%" height="100%"> <tbody> <tr valign="center"> <td style="padding-bottom: 3px; padding-left: 3px; width: 33%; padding-right: 3px; padding-top: 3px"><a style="font: 10px arial; color: #333; text-decoration: none" href="http://www.thedailyshow.com/full-episodes" target="_blank">Daily Show<br>Full Episodes</a></td> <td style="padding-bottom: 3px; padding-left: 3px; width: 33%; padding-right: 3px; padding-top: 3px"><a style="font: 10px arial; color: #333; text-decoration: none" href="http://www.indecisionforever.com" target="_blank">Political Humor</a></td> <td style="padding-bottom: 3px; padding-left: 3px; width: 33%; padding-right: 3px; padding-top: 3px"><a style="font: 10px arial; color: #333; text-decoration: none" href="http://www.thedailyshow.com/watch/mon-august-17-2009/heal-or-no-heal---medicine-brawl" target="_blank">Healthcare Protests</a></td></tr></tbody></table></td></tr></tbody></table> <p>Part 1</p> <p>&nbsp;</p> <table style="background-color: #f5f5f5; font: 11px arial; color: #333" cellspacing="0" cellpadding="0" width="360" height="353"> <tbody> <tr style="background-color: #e5e5e5" valign="center"> <td style="padding-bottom: 0px; padding-left: 5px; padding-right: 1px; padding-top: 2px"><a style="color: #333; font-weight: bold; text-decoration: none" href="http://www.thedailyshow.com" target="_blank">The Daily Show With Jon Stewart</a></td> <td style="text-align: right; padding-bottom: 0px; padding-left: 5px; padding-right: 5px; font-weight: bold; padding-top: 2px">Mon - Thurs 11p / 10c</td></tr> <tr style="height: 14px" valign="center"> <td style="padding-bottom: 0px; padding-left: 5px; padding-right: 1px; padding-top: 2px" colspan="2"><a style="color: #333; font-weight: bold; text-decoration: none" href="http://www.thedailyshow.com/watch/thu-september-17-2009/exclusive---bill-clinton-extended-interview-pt--2" target="_blank">Exclusive - Bill Clinton Extended Interview Pt. 2</a></td></tr> <tr style="background-color: #353535; height: 14px" valign="center"> <td style="text-align: right; padding-bottom: 0px; padding-left: 5px; width: 360px; padding-right: 5px; overflow: hidden; padding-top: 2px" colspan="2"><a style="color: #96deff; font-weight: bold; text-decoration: none" href="http://www.thedailyshow.com/" target="_blank">www.thedailyshow.com</a></td></tr> <tr valign="center"> <td style="padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px" colspan="2"><embed style="display:block" src="http://media.mtvnservices.com/mgid:cms:item:comedycentral.com:248927" width="360" height="301" type="application/x-shockwave-flash" wmode="window" allowFullscreen="true" flashvars="autoPlay=false" allowscriptaccess="always" allownetworking="all" bgcolor="#000000"></embed></td></tr> <tr style="height: 18px" valign="center"> <td style="padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px" colspan="2"> <table style="text-align: center; margin: 0px" cellspacing="0" cellpadding="0" width="100%" height="100%"> <tbody> <tr valign="center"> <td style="padding-bottom: 3px; padding-left: 3px; width: 33%; padding-right: 3px; padding-top: 3px"><a style="font: 10px arial; color: #333; text-decoration: none" href="http://www.thedailyshow.com/full-episodes" target="_blank">Daily Show<br>Full Episodes</a></td> <td style="padding-bottom: 3px; padding-left: 3px; width: 33%; padding-right: 3px; padding-top: 3px"><a style="font: 10px arial; color: #333; text-decoration: none" href="http://www.indecisionforever.com" target="_blank">Political Humor</a></td> <td style="padding-bottom: 3px; padding-left: 3px; width: 33%; padding-right: 3px; padding-top: 3px"><a style="font: 10px arial; color: #333; text-decoration: none" href="http://www.thedailyshow.com/watch/mon-august-17-2009/heal-or-no-heal---medicine-brawl" target="_blank">Healthcare Protests</a></td></tr></tbody></table></td></tr></tbody></table> <p>Part 2 </p> <p>&nbsp;</p> <table style="background-color: #f5f5f5; font: 11px arial; color: #333" cellspacing="0" cellpadding="0" width="360" height="353"> <tbody> <tr style="background-color: #e5e5e5" valign="center"> <td style="padding-bottom: 0px; padding-left: 5px; padding-right: 1px; padding-top: 2px"><a style="color: #333; font-weight: bold; text-decoration: none" href="http://www.thedailyshow.com" target="_blank">The Daily Show With Jon Stewart</a></td> <td style="text-align: right; padding-bottom: 0px; padding-left: 5px; padding-right: 5px; font-weight: bold; padding-top: 2px">Mon - Thurs 11p / 10c</td></tr> <tr style="height: 14px" valign="center"> <td style="padding-bottom: 0px; padding-left: 5px; padding-right: 1px; padding-top: 2px" colspan="2"><a style="color: #333; font-weight: bold; text-decoration: none" href="http://www.thedailyshow.com/watch/thu-september-17-2009/exclusive---bill-clinton-extended-interview-pt--3" target="_blank">Exclusive - Bill Clinton Extended Interview Pt. 3</a></td></tr> <tr style="background-color: #353535; height: 14px" valign="center"> <td style="text-align: right; padding-bottom: 0px; padding-left: 5px; width: 360px; padding-right: 5px; overflow: hidden; padding-top: 2px" colspan="2"><a style="color: #96deff; font-weight: bold; text-decoration: none" href="http://www.thedailyshow.com/" target="_blank">www.thedailyshow.com</a></td></tr> <tr valign="center"> <td style="padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px" colspan="2"><embed style="display:block" src="http://media.mtvnservices.com/mgid:cms:item:comedycentral.com:248928" width="360" height="301" type="application/x-shockwave-flash" wmode="window" allowFullscreen="true" flashvars="autoPlay=false" allowscriptaccess="always" allownetworking="all" bgcolor="#000000"></embed></td></tr> <tr style="height: 18px" valign="center"> <td style="padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px" colspan="2"> <table style="text-align: center; margin: 0px" cellspacing="0" cellpadding="0" width="100%" height="100%"> <tbody> <tr valign="center"> <td style="padding-bottom: 3px; padding-left: 3px; width: 33%; padding-right: 3px; padding-top: 3px"><a style="font: 10px arial; color: #333; text-decoration: none" href="http://www.thedailyshow.com/full-episodes" target="_blank">Daily Show<br>Full Episodes</a></td> <td style="padding-bottom: 3px; padding-left: 3px; width: 33%; padding-right: 3px; padding-top: 3px"><a style="font: 10px arial; color: #333; text-decoration: none" href="http://www.indecisionforever.com" target="_blank">Political Humor</a></td> <td style="padding-bottom: 3px; padding-left: 3px; width: 33%; padding-right: 3px; padding-top: 3px"><a style="font: 10px arial; color: #333; text-decoration: none" href="http://www.thedailyshow.com/watch/mon-august-17-2009/heal-or-no-heal---medicine-brawl" target="_blank">Healthcare Protests</a></td></tr></tbody></table></td></tr></tbody></table> <p>Part 3</p></blockquote> <p>&nbsp;</p> <p>&nbsp; No wonder Bill Clinton was president for 2 terms.&nbsp; This is a guy in the know and can get things done.&nbsp; But I especially liked what he said about "keep stumbling in the right direction."&nbsp; That right there, probably is the essence of democracy.</p>  <div class="more"><a href="http://hansioux.pixnet.net/blog/post/25847482">(繼續閱讀...)</a></div><img src="http://feeds.feedburner.com/~r/hansioux/~4/YKaqzEMDRHU" height="1" width="1"/>]]></content:encoded>
      <pubDate>Sat, 19 Sep 2009 23:45:29 +0000</pubDate>
      <category>時事歷史小發洩</category>
      <comments>http://hansioux.pixnet.net/blog/post/25847482#comments</comments>
    <feedburner:origLink>http://hansioux.pixnet.net/blog/post/25847482</feedburner:origLink></item>
    <item>
      <title><![CDATA[從大聯盟看謝佳賢紀錄]]></title>
      <link>http://feedproxy.google.com/~r/hansioux/~3/jWxwQ_IuiDg/25819671</link>
      <guid isPermaLink="false">http://hansioux.pixnet.net/blog/post/25819671</guid>
      <description><![CDATA[&nbsp; 　　謝佳賢從前隊友黃欽智手中擊出生涯第 199 與 200 安。在一路從誠泰太陽甚至是台中金剛隊支持他的球迷心裡不免是個快樂又心酸的局面。興農牛隊球團表現承認並重視謝佳賢涯兩百轟，並將球收入隊史博物館的舉動讓人感動，但不能改變不被聯盟承認的事實。事後在緯來電視台的訪問中，謝佳賢雖表示不在意生涯成績記在何處。記在何處也許不重要，但完全不記錄問題就大了。生涯紀錄該如何處理，關鍵在於中華職棒大聯盟（以下簡稱華聯）是否承認台灣大聯盟（以下簡稱台聯）為同等聯盟。不論邦茲或是鈴木一朗的破紀錄表現都是棒球盛事，球員紀錄是職業運動最引人之處，無論最後結果如何，台灣職業棒壇必須學會正視球員紀錄。 &nbsp;   謝佳賢：生涯紀錄要放哪裡？]]></description>
      <content:encoded><![CDATA[<p>&nbsp;</p> <p>　　謝佳賢從前隊友黃欽智手中擊出生涯第 199 與 200 安。在一路從誠泰太陽甚至是台中金剛隊支持他的球迷心裡不免是個快樂又心酸的局面。興農牛隊球團表現承認並重視謝佳賢涯兩百轟，並將球收入隊史博物館的舉動讓人感動，但不能改變不被聯盟承認的事實。事後在緯來電視台的訪問中，謝佳賢雖表示不在意生涯成績記在何處。記在何處也許不重要，但完全不記錄問題就大了。生涯紀錄該如何處理，關鍵在於中華職棒大聯盟（以下簡稱華聯）是否承認台灣大聯盟（以下簡稱台聯）為同等聯盟。不論邦茲或是鈴木一朗的破紀錄表現都是棒球盛事，球員紀錄是職業運動最引人之處，無論最後結果如何，台灣職業棒壇必須學會正視球員紀錄。</p> <p>&nbsp;</p> <blockquote> <p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/iUN9UAq_LgI&amp;hl=en&amp;fs=1&amp;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/iUN9UAq_LgI&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p> <p>謝佳賢：生涯紀錄要放哪裡？</p></blockquote>  <div class="more"><a href="http://hansioux.pixnet.net/blog/post/25819671">(繼續閱讀...)</a></div><img src="http://feeds.feedburner.com/~r/hansioux/~4/jWxwQ_IuiDg" height="1" width="1"/>]]></content:encoded>
      <pubDate>Sun, 13 Sep 2009 22:01:27 +0000</pubDate>
      <category>聯盟經營別倒閉</category>
      <comments>http://hansioux.pixnet.net/blog/post/25819671#comments</comments>
    <feedburner:origLink>http://hansioux.pixnet.net/blog/post/25819671</feedburner:origLink></item>
    <item>
      <title><![CDATA[FHL 輸入法台文 Ruby 撰寫部落格指南]]></title>
      <link>http://feedproxy.google.com/~r/hansioux/~3/aq9c39d4mFE/25728919</link>
      <guid isPermaLink="false">http://hansioux.pixnet.net/blog/post/25728919</guid>
      <description><![CDATA[&nbsp; 　　摸索了一陣子後，我對如何使用信望愛FHL輸入法中內建的台文 Ruby 功能有了較詳細了了解，以本文和大家分享我個人練打台文 Ruby 部落格文的經驗。除了如何輸入／觀看台文 Ruby 外，也比較 Firefox 上兩個 Ruby 套件的差異性。共有瀏覽器、Firefox Ruby 套件、Ruby 輸入、與 Ruby 排版等四個重點。 &nbsp; 先讓大家看看使用恰當的台文 Ruby： &nbsp; Firefox 加上 Ruby 套件： &nbsp;  羅漢 Ruby（羅馬字加註漢字） ：   ]]></description>
      <content:encoded><![CDATA[<p>&nbsp;</p> <p>　　摸索了一陣子後，我對如何使用信望愛<a href="http://taigi.fhl.net/TaigiIME/">FHL輸入法</a>中內建的台文 Ruby 功能有了較詳細了了解，以本文和大家分享我個人練打台文 Ruby 部落格文的經驗。除了如何輸入／觀看台文 Ruby 外，也比較 Firefox 上兩個 Ruby 套件的差異性。共有瀏覽器、Firefox Ruby 套件、Ruby 輸入、與 Ruby 排版等四個重點。</p> <p>&nbsp;</p> <p>先讓大家看看使用恰當的台文 Ruby：</p> <p>&nbsp;</p> <p>Firefox 加上 <a href="https://addons.mozilla.org/en-US/firefox/addon/1935">Ruby 套件</a>：</p> <p>&nbsp;</p> <ol> <li>羅漢 Ruby（羅馬字加註漢字） ：</li></ol> <blockquote> <p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://p4.p.pixnet.net/albums/userpics/4/3/696443/4a948ab4cdfcf.png" width="625" height="434"> </p>  <div class="more"><a href="http://hansioux.pixnet.net/blog/post/25728919">(繼續閱讀...)</a></div><img src="http://feeds.feedburner.com/~r/hansioux/~4/aq9c39d4mFE" height="1" width="1"/>]]></content:encoded>
      <pubDate>Wed, 26 Aug 2009 01:07:08 +0000</pubDate>
      <category>台灣語言皆台文</category>
      <comments>http://hansioux.pixnet.net/blog/post/25728919#comments</comments>
    <feedburner:origLink>http://hansioux.pixnet.net/blog/post/25728919</feedburner:origLink></item>
    <item>
      <title><![CDATA[Full Betsy McCaughey Healthcare Interview/Debate]]></title>
      <link>http://feedproxy.google.com/~r/hansioux/~3/RG8g4X4o7D0/25728522</link>
      <guid isPermaLink="false">http://hansioux.pixnet.net/blog/post/25728522</guid>
      <description><![CDATA[&nbsp; &nbsp; This Jon Stewart and Betsy McCaughey interview is an argument over whether or not the proposed house bill H.R. 3200 will result in seniors receiving worse treatment under the new health care system. &nbsp; &nbsp;&nbsp;&nbsp; Unfortunately, the interview was cut short due to the time constraint of the TV program.&nbsp; However, The Daily Show with Jon Stewart was kind enough to post the full interview on their website.&nbsp; Below is the interview in its entirety: &nbsp;     The Daily Show With Jon Stewart Mon - Thurs 11p / 10c  Betsy McCaughey Pt. 1  www.thedailyshow.com        Daily ShowFull Episodes Political Humor Healthcare Protests Part One ]]></description>
      <content:encoded><![CDATA[<p>&nbsp;</p> <p>&nbsp; This Jon Stewart and Betsy McCaughey interview is an argument over whether or not the proposed house bill H.R. 3200 will result in seniors receiving worse treatment under the new health care system.</p> <p>&nbsp;</p> <p>&nbsp;&nbsp;&nbsp; Unfortunately, the interview was cut short due to the time constraint of the TV program.&nbsp; However, The Daily Show with Jon Stewart was kind enough to post the full interview on their website.&nbsp; Below is the interview in its entirety:</p> <p>&nbsp;</p> <blockquote> <table style="background-color: #f5f5f5; font: 11px arial; color: #333" cellspacing="0" cellpadding="0" width="360" height="353"> <tbody> <tr style="background-color: #e5e5e5" valign="center"> <td style="padding-bottom: 0px; padding-left: 5px; padding-right: 1px; padding-top: 2px"><a style="color: #333; font-weight: bold; text-decoration: none" href="http://www.thedailyshow.com" target="_blank">The Daily Show With Jon Stewart</a></td> <td style="text-align: right; padding-bottom: 0px; padding-left: 5px; padding-right: 5px; font-weight: bold; padding-top: 2px">Mon - Thurs 11p / 10c</td></tr> <tr style="height: 14px" valign="center"> <td style="padding-bottom: 0px; padding-left: 5px; padding-right: 1px; padding-top: 2px" colspan="2"><a style="color: #333; font-weight: bold; text-decoration: none" href="http://www.thedailyshow.com/watch/thu-august-20-2009/betsy-mccaughey-pt--1" target="_blank">Betsy McCaughey Pt. 1</a></td></tr> <tr style="background-color: #353535; height: 14px" valign="center"> <td style="text-align: right; padding-bottom: 0px; padding-left: 5px; width: 360px; padding-right: 5px; overflow: hidden; padding-top: 2px" colspan="2"><a style="color: #96deff; font-weight: bold; text-decoration: none" href="http://www.thedailyshow.com/" target="_blank">www.thedailyshow.com</a></td></tr> <tr valign="center"> <td style="padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px" colspan="2"><embed style="display:block" src="http://media.mtvnservices.com/mgid:cms:item:comedycentral.com:246940" width="360" height="301" type="application/x-shockwave-flash" wmode="window" allowFullscreen="true" flashvars="autoPlay=false" allowscriptaccess="always" allownetworking="all" bgcolor="#000000"></embed></td></tr> <tr style="height: 18px" valign="center"> <td style="padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px" colspan="2"> <table style="text-align: center; margin: 0px" cellspacing="0" cellpadding="0" width="100%" height="100%"> <tbody> <tr valign="center"> <td style="padding-bottom: 3px; padding-left: 3px; width: 33%; padding-right: 3px; padding-top: 3px"><a style="font: 10px arial; color: #333; text-decoration: none" href="http://www.thedailyshow.com/full-episodes" target="_blank">Daily Show<br>Full Episodes</a></td> <td style="padding-bottom: 3px; padding-left: 3px; width: 33%; padding-right: 3px; padding-top: 3px"><a style="font: 10px arial; color: #333; text-decoration: none" href="http://www.indecisionforever.com" target="_blank">Political Humor</a></td> <td style="padding-bottom: 3px; padding-left: 3px; width: 33%; padding-right: 3px; padding-top: 3px"><a style="font: 10px arial; color: #333; text-decoration: none" href="http://www.thedailyshow.com/watch/mon-august-17-2009/heal-or-no-heal---medicine-brawl" target="_blank">Healthcare Protests</a></td></tr></tbody></table></td></tr></tbody></table> <p>Part One</p> <p></p></blockquote>  <div class="more"><a href="http://hansioux.pixnet.net/blog/post/25728522">(繼續閱讀...)</a></div><img src="http://feeds.feedburner.com/~r/hansioux/~4/RG8g4X4o7D0" height="1" width="1"/>]]></content:encoded>
      <pubDate>Wed, 26 Aug 2009 00:07:00 +0000</pubDate>
      <category>時事歷史小發洩</category>
      <comments>http://hansioux.pixnet.net/blog/post/25728522#comments</comments>
    <feedburner:origLink>http://hansioux.pixnet.net/blog/post/25728522</feedburner:origLink></item>
    <item>
      <title><![CDATA[T&acirc;i-u&acirc;n kua-s&ucirc; liān-phah]]></title>
      <link>http://feedproxy.google.com/~r/hansioux/~3/ZPbXQWIvW_w/25695613</link>
      <guid isPermaLink="false">http://hansioux.pixnet.net/blog/post/25695613</guid>
      <description><![CDATA[   台灣　詞曲：王明哲 &nbsp; Ruby 圖片版： &nbsp;   &nbsp;]]></description>
      <content:encoded><![CDATA[<blockquote> <p></p> <div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:36be6946-780e-42cb-9b18-1c07f9aac00f" class="wlWriterEditableSmartContent"><div id="ac879ed5-7965-4694-b3d0-5f3b86065aef" style="margin: 0px; padding: 0px; display: inline;"><div><a href="http://www.youtube.com/watch?v=F2iFKTDZjj8&amp;hl=en&amp;fs=1&amp;" target="_new"><img src="http://p4.p.pixnet.net/albums/userpics/4/3/696443/4a9458ff56ac9.jpg" style="border-style: none" galleryimg="no" onload="var downlevelDiv = document.getElementById('ac879ed5-7965-4694-b3d0-5f3b86065aef'); downlevelDiv.innerHTML = &quot;&lt;div&gt;&lt;object width=\&quot;425\&quot; height=\&quot;355\&quot;&gt;&lt;param name=\&quot;movie\&quot; value=\&quot;http://www.youtube.com/v/F2iFKTDZjj8&amp;hl=en&amp;fs=1&amp;&amp;hl=en\&quot;&gt;&lt;\/param&gt;&lt;embed src=\&quot;http://www.youtube.com/v/F2iFKTDZjj8&amp;hl=en&amp;fs=1&amp;&amp;hl=en\&quot; type=\&quot;application/x-shockwave-flash\&quot; width=\&quot;425\&quot; height=\&quot;355\&quot;&gt;&lt;\/embed&gt;&lt;\/object&gt;&lt;\/div&gt;&quot;;" alt=""></a></div></div></div> <p></p>台灣　詞曲：王明哲</blockquote> <p>&nbsp;</p> <p>Ruby 圖片版：</p> <p>&nbsp;</p> <p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="t&acirc;i-u&acirc;n kua-s&ucirc;" border="0" alt="t&acirc;i-u&acirc;n kua-s&ucirc;" src="http://p4.p.pixnet.net/albums/userpics/4/3/696443/4a8c3d941f901.png" width="489" height="1066"> </p> <p>&nbsp;</p>  <div class="more"><a href="http://hansioux.pixnet.net/blog/post/25695613">(繼續閱讀...)</a></div><img src="http://feeds.feedburner.com/~r/hansioux/~4/ZPbXQWIvW_w" height="1" width="1"/>]]></content:encoded>
      <pubDate>Wed, 19 Aug 2009 12:01:53 +0000</pubDate>
      <category>台灣語言皆台文</category>
      <comments>http://hansioux.pixnet.net/blog/post/25695613#comments</comments>
    <feedburner:origLink>http://hansioux.pixnet.net/blog/post/25695613</feedburner:origLink></item>
    <item>
      <title><![CDATA[祈福‧救難]]></title>
      <link>http://feedproxy.google.com/~r/hansioux/~3/XTXTnBfNSh8/25667617</link>
      <guid isPermaLink="false">http://hansioux.pixnet.net/blog/post/25667617</guid>
      <description><![CDATA[  美麗的那瑪夏鄉，勇敢的卡那卡那富  &nbsp; 　　願仍受困的災民明天就能得到救援，遠離飢寒挨餓。願已脫困的災民得到足夠的溫飽願照顧，並和家人團聚，不需要多餘的掛念。希望出力救難和補給的國軍警消救難人員與志工平安順利。希望政府警覺國土保育刻不容緩。希望災民能早人重回家園，得到足夠的幫助重建生活。 &nbsp;   　　只要到底下連結留言超過 30 字，白木屋將捐五塊給紅十字賑災。發文時已集到 3 萬元。 【白木屋募款活動】您祈福 我捐錢]]></description>
      <content:encoded><![CDATA[<blockquote> <p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/2aFg_z0SO6k&amp;hl=en&amp;fs=1&amp;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/2aFg_z0SO6k&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p> <h5>美麗的那瑪夏鄉，勇敢的卡那卡那富 </h5></blockquote> <p>&nbsp;</p> <p>　　願仍受困的災民明天就能得到救援，遠離飢寒挨餓。願已脫困的災民得到足夠的溫飽願照顧，並和家人團聚，不需要多餘的掛念。希望出力救難和補給的國軍警消救難人員與志工平安順利。希望政府警覺國土保育刻不容緩。希望災民能早人重回家園，得到足夠的幫助重建生活。</p> <p>&nbsp;</p> <hr>  <p>　　只要到底下連結留言超過 30 字，白木屋將捐五塊給紅十字賑災。發文時已集到 3 萬元。</p> <p><a href="http://wwhlove88.pixnet.net/blog/post/126264">【白木屋募款活動】您祈福 我捐錢</a></p>  <div class="more"><a href="http://hansioux.pixnet.net/blog/post/25667617">(繼續閱讀...)</a></div><img src="http://feeds.feedburner.com/~r/hansioux/~4/XTXTnBfNSh8" height="1" width="1"/>]]></content:encoded>
      <pubDate>Thu, 13 Aug 2009 15:07:03 +0000</pubDate>
      <category>時事歷史小發洩</category>
      <comments>http://hansioux.pixnet.net/blog/post/25667617#comments</comments>
    <feedburner:origLink>http://hansioux.pixnet.net/blog/post/25667617</feedburner:origLink></item>
    <item>
      <title><![CDATA[台灣堡圖結合 google map]]></title>
      <link>http://feedproxy.google.com/~r/hansioux/~3/QOaEoI3qNQ8/25638180</link>
      <guid isPermaLink="false">http://hansioux.pixnet.net/blog/post/25638180</guid>
      <description><![CDATA[  台灣堡圖 &nbsp; 　　台灣堡圖為日本殖民政府自明治三十一年（西元1898年）九月起開始實施台灣土地調查事業的成果之一，直到 1904 繪完。 &nbsp; 　　中研院把它電子化後，最近出了 google map 的版本。 &nbsp; 　　當時台灣很多城牆形狀都在圖中保存了下來。至於山區和太魯閣地區的空白則見證了原住民當時仍保有控制的地圖。有興趣的可以來玩玩看。打開後直接點右上方的台灣堡圖就可看到清楚的原圖。 &nbsp;   &nbsp; 相關連結： 中研院　－　台灣堡圖]]></description>
      <content:encoded><![CDATA[<blockquote> <p><a href="http://gissrv5.sinica.edu.tw/GoogleApp/JM20K1904_1.htm"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://p4.p.pixnet.net/albums/userpics/4/3/696443/4a7dc3c8be143.png" width="600" height="343"></a></p> <p><a href="http://gissrv5.sinica.edu.tw/GoogleApp/JM20K1904_1.htm">台灣堡圖</a></p></blockquote> <p>&nbsp;</p> <p>　　<a href="http://gissrv5.sinica.edu.tw/GoogleApp/JM20K1904_1.htm">台灣堡圖</a>為日本殖民政府自明治三十一年（西元1898年）九月起開始實施台灣土地調查事業的成果之一，直到 1904 繪完。</p> <p>&nbsp;</p> <p>　　中研院把它電子化後，最近出了 google map 的版本。</p> <p>&nbsp;</p> <p>　　當時台灣很多城牆形狀都在圖中保存了下來。至於山區和太魯閣地區的空白則見證了原住民當時仍保有控制的地圖。有興趣的可以來玩玩看。打開後直接點右上方的台灣堡圖就可看到清楚的原圖。</p> <p>&nbsp;</p> <hr>  <p>&nbsp;</p> <p>相關連結：</p> <p><a href="http://gissrv5.sinica.edu.tw/GoogleApp/JM20K1904_1.htm">中研院　－　台灣堡圖</a></p>  <div class="more"><a href="http://hansioux.pixnet.net/blog/post/25638180">(繼續閱讀...)</a></div><img src="http://feeds.feedburner.com/~r/hansioux/~4/QOaEoI3qNQ8" height="1" width="1"/>]]></content:encoded>
      <pubDate>Sat, 08 Aug 2009 18:28:25 +0000</pubDate>
      <category>時事歷史小發洩</category>
      <comments>http://hansioux.pixnet.net/blog/post/25638180#comments</comments>
    <feedburner:origLink>http://hansioux.pixnet.net/blog/post/25638180</feedburner:origLink></item>
    <item>
      <title><![CDATA[07/31 霸漢八下追平彈]]></title>
      <link>http://feedproxy.google.com/~r/hansioux/~3/l-H3BeqEBkM/25606974</link>
      <guid isPermaLink="false">http://hansioux.pixnet.net/blog/post/25606974</guid>
      <description><![CDATA[  球季還長！再接再勵！ 　　這次比賽剛好是樂天@羅德，這樣就不會打混了吧（苦笑）。 &nbsp; 　　等了好幾天，好心的 dokozonochibakenmin 終於上傳影片了。這場比賽比賽一直到八下都是樂天領先一分。結果八下羅德一口氣灌入三分，第一分追平分就是霸漢本季第四轟。 &nbsp; 　　一壞球之後投手投了一個內角滑球（台灣很少見這種配法啊），雖然是捕手要的位置，但是球偏高又掉得太慢。霸漢就毫不客氣的把球送給右外野的觀眾了。又悶了一陣子的霸漢慶祝方式真的很搞笑 =_=  &nbsp; 　　雖然我日文很差，不過轉播員大概說了「霸漢要大家不要忘了他的存在感」之類的話吧，聽了有點不爽。但是說實在的，霸漢有一場沒一場的打著，只看打擊率可能比戈登、華盛頓、雷恩斯還差，至少羅德隊沒有像台灣球團一樣看幾場就砍人。接下來球季還長，站穩先發也還有機會。 &nbsp; 　　倒是明年爸鼻情人節總教練肯定會離開羅德，如果喜歡留在日職，下半季一定要發揮出來啊！]]></description>
      <content:encoded><![CDATA[<blockquote> <p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/T9eVkQD9X4Q&amp;hl=en&amp;fs=1&amp;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/T9eVkQD9X4Q&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p> <p>球季還長！再接再勵！</p></blockquote> <p>　　這次比賽剛好是樂天@羅德，這樣就不會打混了吧（苦笑）。</p> <p>&nbsp;</p> <p>　　等了好幾天，好心的 dokozonochibakenmin 終於上傳影片了。這場比賽比賽一直到八下都是樂天領先一分。結果八下羅德一口氣灌入三分，第一分追平分就是霸漢本季第四轟。</p> <p>&nbsp;</p> <p>　　一壞球之後投手投了一個內角滑球（台灣很少見這種配法啊），雖然是捕手要的位置，但是球偏高又掉得太慢。霸漢就毫不客氣的把球送給右外野的觀眾了。又悶了一陣子的霸漢慶祝方式真的很搞笑 =_= </p> <p>&nbsp;</p> <p>　　雖然我日文很差，不過轉播員大概說了「霸漢要大家不要忘了他的存在感」之類的話吧，聽了有點不爽。但是說實在的，霸漢有一場沒一場的打著，只看打擊率可能比戈登、華盛頓、雷恩斯還差，至少羅德隊沒有像台灣球團一樣看幾場就砍人。接下來球季還長，站穩先發也還有機會。</p> <p>&nbsp;</p> <p>　　倒是明年爸鼻情人節總教練肯定會離開羅德，如果喜歡留在日職，下半季一定要發揮出來啊！</p>  <div class="more"><a href="http://hansioux.pixnet.net/blog/post/25606974">(繼續閱讀...)</a></div><img src="http://feeds.feedburner.com/~r/hansioux/~4/l-H3BeqEBkM" height="1" width="1"/>]]></content:encoded>
      <pubDate>Mon, 03 Aug 2009 10:36:47 +0000</pubDate>
      <category>界線間的棒與球</category>
      <comments>http://hansioux.pixnet.net/blog/post/25606974#comments</comments>
    <feedburner:origLink>http://hansioux.pixnet.net/blog/post/25606974</feedburner:origLink></item>
    <item>
      <title><![CDATA[Neo&hellip; you destroyed health care&hellip;]]></title>
      <link>http://feedproxy.google.com/~r/hansioux/~3/VCB60ySFj8E/25596195</link>
      <guid isPermaLink="false">http://hansioux.pixnet.net/blog/post/25596195</guid>
      <description><![CDATA[    The Colbert Report Mon - Thurs 11:30pm / 10:30c  Health Care Reform Is the Matrix  www.colbertnation.com        Colbert Report Full Episodes Political Humor Tasers &nbsp; Oh… Stephen… you had me at "hmm… where have I heard that before?"]]></description>
      <content:encoded><![CDATA[<blockquote> <table style="background-color: #f5f5f5; font: 11px arial; color: #333" cellspacing="0" cellpadding="0" width="360" height="353"> <tbody> <tr style="background-color: #e5e5e5" valign="center"> <td style="padding-bottom: 0px; padding-left: 5px; padding-right: 1px; padding-top: 2px"><a style="color: #333; font-weight: bold; text-decoration: none" href="http://www.colbertnation.com" target="_blank">The Colbert Report</a></td> <td style="text-align: right; padding-bottom: 0px; padding-left: 5px; padding-right: 5px; font-weight: bold; padding-top: 2px">Mon - Thurs 11:30pm / 10:30c</td></tr> <tr style="height: 14px" valign="center"> <td style="padding-bottom: 0px; padding-left: 5px; padding-right: 1px; padding-top: 2px" colspan="2"><a style="color: #333; font-weight: bold; text-decoration: none" href="http://www.colbertnation.com/the-colbert-report-videos/239583/july-23-2009/health-care-reform-is-the-matrix" target="_blank">Health Care Reform Is the Matrix</a></td></tr> <tr style="background-color: #353535; height: 14px" valign="center"> <td style="text-align: right; padding-bottom: 0px; padding-left: 5px; width: 360px; padding-right: 5px; overflow: hidden; padding-top: 2px" colspan="2"><a style="color: #96deff; font-weight: bold; text-decoration: none" href="http://www.colbertnation.com/" target="_blank">www.colbertnation.com</a></td></tr> <tr valign="center"> <td style="padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px" colspan="2"><embed style="display:block" src="http://media.mtvnservices.com/mgid:cms:item:comedycentral.com:239583" width="360" height="301" type="application/x-shockwave-flash" wmode="window" allowFullscreen="true" flashvars="autoPlay=false" allowscriptaccess="always" allownetworking="all" bgcolor="#000000"></embed></td></tr> <tr style="height: 18px" valign="center"> <td style="padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px" colspan="2"> <table style="text-align: center; margin: 0px" cellspacing="0" cellpadding="0" width="100%" height="100%"> <tbody> <tr valign="center"> <td style="padding-bottom: 3px; padding-left: 3px; width: 33%; padding-right: 3px; padding-top: 3px"><a style="font: 10px arial; color: #333; text-decoration: none" href="http://www.comedycentral.com/colbertreport/full-episodes" target="_blank">Colbert Report Full Episodes</a></td> <td style="padding-bottom: 3px; padding-left: 3px; width: 33%; padding-right: 3px; padding-top: 3px"><a style="font: 10px arial; color: #333; text-decoration: none" href="http://www.indecisionforever.com" target="_blank">Political Humor</a></td> <td style="padding-bottom: 3px; padding-left: 3px; width: 33%; padding-right: 3px; padding-top: 3px"><a style="font: 10px arial; color: #333; text-decoration: none" href="http://www.colbertnation.com/the-colbert-report-videos/239942/july-27-2009/current-events---tasers" target="_blank">Tasers</a></td></tr></tbody></table></td></tr></tbody></table></blockquote> <p>&nbsp;</p> <p>Oh… Stephen… you had me at "hmm… where have I heard that before?"</p>  <div class="more"><a href="http://hansioux.pixnet.net/blog/post/25596195">(繼續閱讀...)</a></div><img src="http://feeds.feedburner.com/~r/hansioux/~4/VCB60ySFj8E" height="1" width="1"/>]]></content:encoded>
      <pubDate>Sat, 01 Aug 2009 13:49:27 +0000</pubDate>
      <category>時事歷史小發洩</category>
      <comments>http://hansioux.pixnet.net/blog/post/25596195#comments</comments>
    <feedburner:origLink>http://hansioux.pixnet.net/blog/post/25596195</feedburner:origLink></item>
    <item>
      <title><![CDATA[【閒聊】Firefox 3.5.1 的 PCMan Plugin]]></title>
      <link>http://feedproxy.google.com/~r/hansioux/~3/Be__II5Bvn4/25548083</link>
      <guid isPermaLink="false">http://hansioux.pixnet.net/blog/post/25548083</guid>
      <description><![CDATA[　　打這篇之前先在標題打了「閒聊」，這樣看看心情會不會比較想寫一些。最近想寫的東西好多，卻一直沒寫，總是有些突然要寫的東西，比如那篇翻譯，冒出來不到一個小時就翻完，不過之後就一點動力也沒有。像布拉格第三篇，每次一打開看到舊城區一堆照片，就又默默的關上。更別說捷克行其它的部份都還沒動手了…… &nbsp; 　　其它像棒球方面也有很多想說的，包括之前去看少棒決賽，看到台灣一些球友對少棒的見解，與對國外少棒的幻想，其實國外不一定都比較好。但是國外的優點是他們訂出的大方向是正確的，所以小地方可以慢慢改進。台灣是大方向一開始就訂錯了，怎麼努力還是一路錯下去……除了棒球之外好像台灣很多事也都如此啊…… &nbsp; 　　好了，繼然是閒聊，那我們就聊吧。第一個要聊的是&nbsp; Firefox 3.5……&lt;holo&gt; Siaⁿ！？Tsia tang-sî 變作科技軟體版 liò ？啊……就是講 khai-káng 嘛。&lt;/holo&gt; 每次 Firefox 甫更新不免就出現一堆套件動不了的情況。如果是國外開發的套件頂多是等幾個禮拜就一定會更新。通常特別要花一點時間去尋找的都是台灣自行開發的套件。其實最熱門的就是我不常使用，但可以讓 Firefox 直接上 PTT 或其它 bbs 的 PCMan 套件。沒辨法，台灣人寫的套件就要和其它地方不一樣，抵死不放在 mozilla 的套件區裡面。]]></description>
      <content:encoded><![CDATA[<p>　　打這篇之前先在標題打了「閒聊」，這樣看看心情會不會比較想寫一些。最近想寫的東西好多，卻一直沒寫，總是有些突然要寫的東西，比如那篇翻譯，冒出來不到一個小時就翻完，不過之後就一點動力也沒有。像布拉格第三篇，每次一打開看到舊城區一堆照片，就又默默的關上。更別說捷克行其它的部份都還沒動手了……</p> <p>&nbsp;</p> <p>　　其它像棒球方面也有很多想說的，包括之前去看少棒決賽，看到台灣一些球友對少棒的見解，與對國外少棒的幻想，其實國外不一定都比較好。但是國外的優點是他們訂出的大方向是正確的，所以小地方可以慢慢改進。台灣是大方向一開始就訂錯了，怎麼努力還是一路錯下去……除了棒球之外好像台灣很多事也都如此啊……</p> <p>&nbsp;</p> <p>　　好了，繼然是閒聊，那我們就聊吧。第一個要聊的是&nbsp; Firefox 3.5……&lt;holo&gt; Siaⁿ！？Tsia tang-sî 變作科技軟體版 liò ？啊……就是講 khai-káng 嘛。&lt;/holo&gt; 每次 Firefox 甫更新不免就出現一堆套件動不了的情況。如果是國外開發的套件頂多是等幾個禮拜就一定會更新。通常特別要花一點時間去尋找的都是台灣自行開發的套件。其實最熱門的就是我不常使用，但可以讓 Firefox 直接上 PTT 或其它 bbs 的 PCMan 套件。沒辨法，台灣人寫的套件就要和其它地方不一樣，抵死不放在 mozilla 的套件區裡面。</p>  <div class="more"><a href="http://hansioux.pixnet.net/blog/post/25548083">(繼續閱讀...)</a></div><img src="http://feeds.feedburner.com/~r/hansioux/~4/Be__II5Bvn4" height="1" width="1"/>]]></content:encoded>
      <pubDate>Fri, 24 Jul 2009 18:39:26 +0000</pubDate>
      <category>科技玩意買不起</category>
      <comments>http://hansioux.pixnet.net/blog/post/25548083#comments</comments>
    <feedburner:origLink>http://hansioux.pixnet.net/blog/post/25548083</feedburner:origLink></item>
    <item>
      <title><![CDATA[霸漢 7/17 第三轟]]></title>
      <link>http://feedproxy.google.com/~r/hansioux/~3/C0QE6sBw1AE/25523913</link>
      <guid isPermaLink="false">http://hansioux.pixnet.net/blog/post/25523913</guid>
      <description><![CDATA[  影片第一支就是霸漢的超前致勝全壘打 &nbsp; 影片中外野有一個很搞笑的球迷一直激動的拍打牆壁。可以看到霸漢的未婚妻和親友。希望他下半季越打越穩，站穩先發]]></description>
      <content:encoded><![CDATA[<blockquote> <p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/5Mv_hsECTUs&amp;hl=en&amp;fs=1&amp;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/5Mv_hsECTUs&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p> <p>影片第一支就是霸漢的超前致勝全壘打</p></blockquote> <p>&nbsp;</p> <p>影片中外野有一個很搞笑的球迷一直激動的拍打牆壁。可以看到霸漢的未婚妻和親友。希望他下半季越打越穩，站穩先發</p>  <div class="more"><a href="http://hansioux.pixnet.net/blog/post/25523913">(繼續閱讀...)</a></div><img src="http://feeds.feedburner.com/~r/hansioux/~4/C0QE6sBw1AE" height="1" width="1"/>]]></content:encoded>
      <pubDate>Mon, 20 Jul 2009 16:42:29 +0000</pubDate>
      <category>界線間的棒與球</category>
      <comments>http://hansioux.pixnet.net/blog/post/25523913#comments</comments>
    <feedburner:origLink>http://hansioux.pixnet.net/blog/post/25523913</feedburner:origLink></item>
    <item>
      <title><![CDATA[Kenneth W. Dowie 的 228 事件回憶錄首度公開（漢譯）－更新]]></title>
      <link>http://feedproxy.google.com/~r/hansioux/~3/QCrBvlxJ4dM/25515224</link>
      <guid isPermaLink="false">http://hansioux.pixnet.net/blog/post/25515224</guid>
      <description><![CDATA[  Kenneth W. Dowie 設計的淡中八角塔 &nbsp; 　　此篇 228 事件實錄是由加拿大宣教師兼建築師 Kenneth W. Dowie （漢名羅虔益）撰寫（廣義的 228 事件是發生於 1947 年的 2 月到 5 月）。羅虔益宣教師由加拿大基督教長老派來台灣協助馬偕醫師長子偕叡廉設立學校。在取得日本台灣總督同意後，借用牛津學堂的校舍設立了今日的淡江中學。羅虔益牧師任職淡中的幾何學老師，並且於 1923 年設計了淡中的地標八角塔。 &nbsp; 　　這篇記載本是羅虔益寫給偕叡廉伉儷與瑪格麗特（馬偕孫女）的私人書信，由加拿大學者、牧師、台灣支持者 Michael Stainton 博士在閱覽馬偕醫師的書信文稿時發現。Stainton 博士察覺本信件的重要性後，將下文轉寄給長住台灣，同時長期關懷台灣的 Michael Turton ，再貼上 Michael Turton 的部落格 The View From Taiwan。以下皆由本人漢譯，有錯誤之處麻煩幫我抓出。最後附上富蘭克林的一句名言： &nbsp;  Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety.  - Benjamin Franklin 放棄基本自由來換取一點短暫安定的人，既得不到自由也得不到安定。 -富蘭克林 &nbsp; 　　以下為原書信的漢文翻譯，除增加譯按外無別處更動：]]></description>
      <content:encoded><![CDATA[<blockquote> <p><font face="Microsoft JhengHei"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://p4.p.pixnet.net/albums/userpics/4/3/696443/4a6386811b1dd.png" width="250" height="375"></font></p> <p><font face="Microsoft JhengHei">Kenneth W. Dowie 設計的淡中八角塔</font></p></blockquote> <p><font face="Microsoft JhengHei">&nbsp;</font></p> <p><font face="Microsoft JhengHei">　　此篇 228 事件實錄是由加拿大宣教師兼建築師 Kenneth W. Dowie （漢名羅虔益）撰寫（廣義的 228 事件是發生於 1947 年的 2 月到 5 月）。羅虔益宣教師由加拿大基督教長老派來台灣協助馬偕醫師長子偕叡廉設立學校。在取得日本台灣總督同意後，借用牛津學堂的校舍設立了今日的淡江中學。羅虔益牧師任職淡中的幾何學老師，並且於 1923 年</font><a href="http://163.20.52.71/stu635/cwpspage/ta/old/new_page_31.htm"><font face="Microsoft JhengHei">設計了淡中的地標八角塔</font></a><font face="Microsoft JhengHei">。</font></p> <p><font face="Microsoft JhengHei">&nbsp;</font></p> <p><font face="Microsoft JhengHei">　　這篇記載本是羅虔益寫給偕叡廉伉儷與瑪格麗特（馬偕孫女）的私人書信，由加拿大學者、牧師、台灣支持者 Michael Stainton 博士在閱覽馬偕醫師的書信文稿時發現。Stainton 博士察覺本信件的重要性後，將下文轉寄給長住台灣，同時長期關懷台灣的 Michael Turton ，再貼上 Michael Turton 的部落格 </font><a href="http://michaelturton.blogspot.com/2009/07/previously-unrevealed-2-28-account.html"><font face="Microsoft JhengHei">The View From Taiwan</font></a><font face="Microsoft JhengHei">。以下皆由本人漢譯，有錯誤之處麻煩幫我抓出。最後附上富蘭克林的一句名言：</font></p> <p><font face="Microsoft JhengHei"></font>&nbsp;</p> <blockquote> <p><font face="Microsoft JhengHei">Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. </font></p> <p><font face="Microsoft JhengHei">- Benjamin Franklin</font></p> <p><font face="Microsoft JhengHei">放棄基本自由來換取一點短暫安定的人，既得不到自由也得不到安定。</font></p> <p><font face="Microsoft JhengHei">-富蘭克林</font></p></blockquote> <p><font face="Microsoft JhengHei"></font>&nbsp;</p> <p><font face="Microsoft JhengHei">　　以下為原書信的漢文翻譯，除增加譯按外無別處更動：</font></p>  <div class="more"><a href="http://hansioux.pixnet.net/blog/post/25515224">(繼續閱讀...)</a></div><img src="http://feeds.feedburner.com/~r/hansioux/~4/QCrBvlxJ4dM" height="1" width="1"/>]]></content:encoded>
      <pubDate>Sun, 19 Jul 2009 17:47:00 +0000</pubDate>
      <category>時事歷史小發洩</category>
      <comments>http://hansioux.pixnet.net/blog/post/25515224#comments</comments>
    <feedburner:origLink>http://hansioux.pixnet.net/blog/post/25515224</feedburner:origLink></item>
    <item>
      <title><![CDATA[2009 高雄世運龍舟成績（補完）]]></title>
      <link>http://feedproxy.google.com/~r/hansioux/~3/s4kc4trFyzQ/25498211</link>
      <guid isPermaLink="false">http://hansioux.pixnet.net/blog/post/25498211</guid>
      <description><![CDATA[混合200公尺決賽： 第一名：俄羅斯　46.16 第二名：匈牙利&nbsp; 47.06 第三名：台灣　　47.14 &nbsp; 沒記錯的話第四名好像是美國。讓人意外的是如德國、加拿大這些划艇運動強國都沒得名。連匈牙利都有龍舟隊啊？200m 等於是龍舟比賽中的跑百米。台灣隊爆發力還不錯。不過俄羅斯比別人快出整整一秒，真可怕 Orz &nbsp; 混合2000公尺決賽： 第一名：俄羅斯 8:36.90 第二名：台灣 9:07.88 第三名：加拿大 9:32.38 &nbsp; 疑問……每隊間隔十秒出分，轉彎速度也很重要，舵手的體力和經驗也是重要。不過這樣一來第一隊都在破浪不是最吃虧嗎？]]></description>
      <content:encoded><![CDATA[<p>混合200公尺決賽：</p> <p>第一名：俄羅斯　46.16</p> <p>第二名：匈牙利&nbsp; 47.06</p> <p>第三名：台灣　　47.14</p> <p>&nbsp;</p> <p>沒記錯的話第四名好像是美國。讓人意外的是如德國、加拿大這些划艇運動強國都沒得名。連匈牙利都有龍舟隊啊？200m 等於是龍舟比賽中的跑百米。台灣隊爆發力還不錯。不過俄羅斯比別人快出整整一秒，真可怕 Orz</p> <p>&nbsp;</p> <p>混合2000公尺決賽：</p> <p>第一名：俄羅斯 8:36.90</p> <p>第二名：台灣 9:07.88</p> <p>第三名：加拿大 9:32.38</p> <p>&nbsp;</p> <p>疑問……每隊間隔十秒出分，轉彎速度也很重要，舵手的體力和經驗也是重要。不過這樣一來第一隊都在破浪不是最吃虧嗎？</p>  <div class="more"><a href="http://hansioux.pixnet.net/blog/post/25498211">(繼續閱讀...)</a></div><img src="http://feeds.feedburner.com/~r/hansioux/~4/s4kc4trFyzQ" height="1" width="1"/>]]></content:encoded>
      <pubDate>Fri, 17 Jul 2009 05:44:34 +0000</pubDate>
      <category>沒有界線的運動</category>
      <comments>http://hansioux.pixnet.net/blog/post/25498211#comments</comments>
    <feedburner:origLink>http://hansioux.pixnet.net/blog/post/25498211</feedburner:origLink></item>
    <item>
      <title><![CDATA[夢中的龍舟]]></title>
      <link>http://feedproxy.google.com/~r/hansioux/~3/taVKNJhzPsg/25493790</link>
      <guid isPermaLink="false">http://hansioux.pixnet.net/blog/post/25493790</guid>
      <description><![CDATA[  龍舟動作教學　－　聲音是我對龍舟最深的印象 &nbsp; 　　大部份台灣人對龍舟的認識都很制式，其實龍舟並不需要是端午節搬出一些笨重的船，應景練一練比一比就結束的事。在一個親水的環境划船真的會上癮。而龍舟和其它划船運動最大的不同是團隊合作的動要性。雖然 Crewing （so I'm American, Rowing, what ever you call it） 或是 outrigging 甚至 Kayaking 也可以有團隊的性質，但是競速龍舟一次 22 個人（二十名 Paddler、一名舵手、一名引導），產生出來的爆發力是其它人力舟類運動無法相比的。 &nbsp; 　　當龍舟團隊節奏有出來的時候，感覺像在騎賽馬一樣，身體必須配合韻律移動重心。也可以說就像坐在龍的背上，龍移動時身體會不斷起伏，這樣來說叫龍舟就更貼切了。而速度足夠讓吃水變少的時候，大家動作一停下來，龍舟毫不吃力的漂過水面，閉上眼讓暖風徐徐打在風上、有如貼著水面飛。練習結束後睡前躺著，閉上眼還會感覺到龍舟的韻律，就連地板也會變成水床，帶著你的意識漂浮。]]></description>
      <content:encoded><![CDATA[<blockquote> <p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/X4DQ2vTT3O8&amp;hl=en&amp;fs=1&amp;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/X4DQ2vTT3O8&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p> <p><font face="Microsoft JhengHei">龍舟動作教學　－　聲音是我對龍舟最深的印象</font></p></blockquote> <p><font face="Microsoft JhengHei">&nbsp;</font></p> <p><font face="Microsoft JhengHei">　　大部份台灣人對龍舟的認識都很制式，其實龍舟並不需要是端午節搬出一些笨重的船，應景練一練比一比就結束的事。在一個親水的環境划船真的會上癮。而龍舟和其它划船運動最大的不同是團隊合作的動要性。雖然 Crewing （so I'm American, Rowing, what ever you call it） 或是 outrigging 甚至 Kayaking 也可以有團隊的性質，但是競速龍舟一次 22 個人（二十名 Paddler、一名舵手、一名引導），產生出來的爆發力是其它人力舟類運動無法相比的。</font></p> <p><font face="Microsoft JhengHei">&nbsp;</font></p> <p><font face="Microsoft JhengHei">　　當龍舟團隊節奏有出來的時候，感覺像在騎賽馬一樣，身體必須配合韻律移動重心。也可以說就像坐在龍的背上，龍移動時身體會不斷起伏，這樣來說叫龍舟就更貼切了。而速度足夠讓吃水變少的時候，大家動作一停下來，龍舟毫不吃力的漂過水面，閉上眼讓暖風徐徐打在風上、有如貼著水面飛。練習結束後睡前躺著，閉上眼還會感覺到龍舟的韻律，就連地板也會變成水床，帶著你的意識漂浮。</font></p>  <div class="more"><a href="http://hansioux.pixnet.net/blog/post/25493790">(繼續閱讀...)</a></div><img src="http://feeds.feedburner.com/~r/hansioux/~4/taVKNJhzPsg" height="1" width="1"/>]]></content:encoded>
      <pubDate>Thu, 16 Jul 2009 12:40:48 +0000</pubDate>
      <category>沒有界線的運動</category>
      <comments>http://hansioux.pixnet.net/blog/post/25493790#comments</comments>
    <feedburner:origLink>http://hansioux.pixnet.net/blog/post/25493790</feedburner:origLink></item>
    <item>
      <title><![CDATA[2009 高雄世運會明天開幕]]></title>
      <link>http://feedproxy.google.com/~r/hansioux/~3/vqnztwl5gf4/25488155</link>
      <guid isPermaLink="false">http://hansioux.pixnet.net/blog/post/25488155</guid>
      <description><![CDATA[  我最喜歡的龍舟競賽將在蓮池潭進行 　　世運明天就要開幕了。公視、ESPN 有轉播外還有 hichannel 的網路轉播。當然我最在意的就是龍舟競賽在開幕隔天（五、六）就在有點小的蓮池潭舉行。 2000 公尺賽將會無法直線進行，不知道轉彎時間是否也會算進比賽的一部份。 &nbsp; 　　讓我小失望的就是公視和 ESPN 都不會轉播龍舟賽，還好 hichannel 會播放。參加龍舟競賽的國家有加拿大、德國、匈牙利、日本、俄羅斯、瑞典、烏克蘭、美國和台灣。有分 200 、 500 、 1000 與 2000 m 四項。至於有沒有像國外一般龍舟比賽分男子組、女子組、混合組等就看不出來了。 &nbsp; 　　以男子組而言，我想不是美國就是加拿大贏吧。如果有女子組的話，大概是加拿大或是德國。台灣的龍舟隊大概很難勝出…… &nbsp;   &nbsp; 相關連結： 2009 高雄世運會官網 公視、ESPN 轉播時間表 hichannel 線上轉播]]></description>
      <content:encoded><![CDATA[<blockquote> <p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://p4.p.pixnet.net/albums/userpics/4/3/696443/4a5deb6e71ac5.png" width="600" height="331"></p> <p>我最喜歡的龍舟競賽將在蓮池潭進行</p></blockquote> <p>　　世運明天就要開幕了。<a href="http://activity.pts.org.tw/pts/koc2009/tv-timetable.html">公視</a>、<a href="http://activity.pts.org.tw/pts/koc2009/tv-timetable.html">ESPN</a> 有轉播外還有 <a href="http://hichannel.hinet.net/2009wg/live.html">hichannel</a> 的網路轉播。當然我最在意的就是龍舟競賽在開幕隔天（五、六）就在有點小的蓮池潭舉行。 2000 公尺賽將會無法直線進行，不知道轉彎時間是否也會算進比賽的一部份。</p> <p>&nbsp;</p> <p>　　讓我小失望的就是公視和 ESPN 都不會轉播龍舟賽，還好 hichannel 會播放。參加龍舟競賽的國家有加拿大、德國、匈牙利、日本、俄羅斯、瑞典、烏克蘭、美國和台灣。有分 200 、 500 、 1000 與 2000 m 四項。至於有沒有像國外一般龍舟比賽分男子組、女子組、混合組等就看不出來了。</p> <p>&nbsp;</p> <p>　　以男子組而言，我想不是美國就是加拿大贏吧。如果有女子組的話，大概是加拿大或是德國。台灣的龍舟隊大概很難勝出……</p> <p>&nbsp;</p> <hr>  <p>&nbsp;</p> <p>相關連結：</p> <p><a href="http://www.worldgames2009.tw/wg2009/cht/index.php">2009 高雄世運會官網</a></p> <p><a href="http://activity.pts.org.tw/pts/koc2009/tv-timetable.html">公視、ESPN 轉播時間表</a></p> <p><a href="http://hichannel.hinet.net/2009wg/live.html">hichannel 線上轉播</a></p>  <div class="more"><a href="http://hansioux.pixnet.net/blog/post/25488155">(繼續閱讀...)</a></div><img src="http://feeds.feedburner.com/~r/hansioux/~4/vqnztwl5gf4" height="1" width="1"/>]]></content:encoded>
      <pubDate>Wed, 15 Jul 2009 14:45:02 +0000</pubDate>
      <category>沒有界線的運動</category>
      <comments>http://hansioux.pixnet.net/blog/post/25488155#comments</comments>
    <feedburner:origLink>http://hansioux.pixnet.net/blog/post/25488155</feedburner:origLink></item>
  </channel>
</rss>
