<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8925282644655378834</id><updated>2026-02-08T04:18:54.253+08:00</updated><category term="Vim"/><category term="curl"/><category term="Android"/><category term="Atari"/><category term="Castlevania"/><category term="DS"/><category term="E.T."/><category term="Netflix"/><category term="app"/><category term="book"/><category term="delicious"/><category term="documentary"/><category term="game"/><category term="iOS"/><category term="memo"/><category term="test"/><category term="twitter"/><category term="悪魔城ドラキュラ"/><title type='text'>Eric@Blogger 2</title><subtitle type='html'>平均數年發一篇的網誌……</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://ericxd.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default'/><link rel='alternate' type='text/html' href='https://ericxd.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Eric Hsu</name><uri>http://www.blogger.com/profile/17037007403605212598</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgqV8N1r2tMnQOkRoDwrlyqwzF-ptExr5U-WprlUl8cFtkIDv3eBO-vS2QvFdmCbhS5d6bh0Z7zy0EbjGzHwyI7WQnBcWpWG14Nr7YesKe_hLz7WGctc1XCwskX3ZMCw/s113/DSC_0103_1280.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>13</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8925282644655378834.post-8749657535485088958</id><published>2020-01-01T08:30:00.000+08:00</published><updated>2020-01-01T08:30:03.482+08:00</updated><title type='text'>new year&#39;s resolution update</title><content type='html'>離&lt;a href=&quot;https://ericxd.blogspot.com/2017/01/new-years-resolution.html&quot;&gt;上一篇&lt;/a&gt;三年後來更新一下……&lt;br /&gt;
phone: 1080×2160&lt;br /&gt;
laptop: 1920×1080</content><link rel='replies' type='application/atom+xml' href='https://ericxd.blogspot.com/feeds/8749657535485088958/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='https://ericxd.blogspot.com/2020/01/new-years-resolution-update.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default/8749657535485088958'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default/8749657535485088958'/><link rel='alternate' type='text/html' href='https://ericxd.blogspot.com/2020/01/new-years-resolution-update.html' title='new year&#39;s resolution update'/><author><name>Eric Hsu</name><uri>http://www.blogger.com/profile/17037007403605212598</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgqV8N1r2tMnQOkRoDwrlyqwzF-ptExr5U-WprlUl8cFtkIDv3eBO-vS2QvFdmCbhS5d6bh0Z7zy0EbjGzHwyI7WQnBcWpWG14Nr7YesKe_hLz7WGctc1XCwskX3ZMCw/s113/DSC_0103_1280.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8925282644655378834.post-4802172255545180097</id><published>2020-01-01T00:30:00.000+08:00</published><updated>2020-01-01T04:19:19.044+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Vim"/><title type='text'>vimrc</title><content type='html'>自己用的 .vimrc 備忘&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
set encoding=utf-8&lt;br /&gt;
set fileencodings=ucs-bom,utf-8,ucs-2,ucs-le,taiwan,japan,prc&lt;br /&gt;
set number&lt;br /&gt;
syntax on&lt;br /&gt;
map &amp;lt;F2&amp;gt; :up&amp;lt;Space&amp;gt;&lt;br /&gt;
map! &amp;lt;F2&amp;gt; &amp;lt;Esc&amp;gt;:up&amp;lt;Space&amp;gt;&lt;br /&gt;
map &amp;lt;F3&amp;gt; :x&amp;lt;CR&amp;gt;&lt;br /&gt;
map! &amp;lt;F3&amp;gt; &amp;lt;Esc&amp;gt;:x&amp;lt;CR&amp;gt;&lt;br /&gt;
map &amp;lt;F4&amp;gt; :conf q&amp;lt;CR&amp;gt;&lt;br /&gt;
map! &amp;lt;F4&amp;gt; &amp;lt;Esc&amp;gt;:conf q&amp;lt;CR&amp;gt;&lt;br /&gt;
map &amp;lt;F8&amp;gt; &amp;lt;C-W&amp;gt;w&lt;br /&gt;
map! &amp;lt;F8&amp;gt; &amp;lt;Esc&amp;gt;&amp;lt;C-W&amp;gt;w&lt;br /&gt;
&lt;/code&gt;</content><link rel='replies' type='application/atom+xml' href='https://ericxd.blogspot.com/feeds/4802172255545180097/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='https://ericxd.blogspot.com/2020/01/vimrc.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default/4802172255545180097'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default/4802172255545180097'/><link rel='alternate' type='text/html' href='https://ericxd.blogspot.com/2020/01/vimrc.html' title='vimrc'/><author><name>Eric Hsu</name><uri>http://www.blogger.com/profile/17037007403605212598</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgqV8N1r2tMnQOkRoDwrlyqwzF-ptExr5U-WprlUl8cFtkIDv3eBO-vS2QvFdmCbhS5d6bh0Z7zy0EbjGzHwyI7WQnBcWpWG14Nr7YesKe_hLz7WGctc1XCwskX3ZMCw/s113/DSC_0103_1280.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8925282644655378834.post-5000213577153855441</id><published>2017-01-02T07:38:00.000+08:00</published><updated>2017-01-02T07:38:25.704+08:00</updated><title type='text'>new year&#39;s resolution</title><content type='html'>phone: 1080×1920、720×1280&lt;br /&gt;
tablet: 1536×2048&lt;br /&gt;
laptop: 1366×768</content><link rel='replies' type='application/atom+xml' href='https://ericxd.blogspot.com/feeds/5000213577153855441/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='https://ericxd.blogspot.com/2017/01/new-years-resolution.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default/5000213577153855441'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default/5000213577153855441'/><link rel='alternate' type='text/html' href='https://ericxd.blogspot.com/2017/01/new-years-resolution.html' title='new year&#39;s resolution'/><author><name>Eric Hsu</name><uri>http://www.blogger.com/profile/17037007403605212598</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgqV8N1r2tMnQOkRoDwrlyqwzF-ptExr5U-WprlUl8cFtkIDv3eBO-vS2QvFdmCbhS5d6bh0Z7zy0EbjGzHwyI7WQnBcWpWG14Nr7YesKe_hLz7WGctc1XCwskX3ZMCw/s113/DSC_0103_1280.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8925282644655378834.post-4262340948478228798</id><published>2016-03-24T22:00:00.000+08:00</published><updated>2017-06-27T02:02:54.247+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Atari"/><category scheme="http://www.blogger.com/atom/ns#" term="documentary"/><category scheme="http://www.blogger.com/atom/ns#" term="E.T."/><category scheme="http://www.blogger.com/atom/ns#" term="game"/><category scheme="http://www.blogger.com/atom/ns#" term="Netflix"/><title type='text'>Atari: Game Over (2014)</title><content type='html'>&lt;a href=&quot;https://www.netflix.com/title/80042198&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;ATARI: GAME OVER 32.886668 N, 105.967336 W&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioH2yvFreHw4T0m9GCk_OTkFJlrokDH1RMcNMRsvH4NviSp9Hm8MB7hj7TuNzIvRRrnl0sRiapUc67zAPLaoEGT9kn3cX76uFQoq5hqDgaLAqTcpMPek56HcrFaL0rJh4n19iMYJGj3kU/s320/atari-game-over.jpg&quot; /&gt;&lt;/a&gt;
&lt;br /&gt;
在&lt;a href=&quot;http://netflix.com/&quot; target=&quot;_blank&quot;&gt;Netflix&lt;/a&gt;上看完這片了。&lt;br /&gt;
&lt;br /&gt;
我最早應該是從扁蟲的文章知道埋卡帶的這回事；&lt;br /&gt;
然後2014年那時候有聽說開挖了，不過今年訂了Netflix才知道有紀錄片。&lt;br /&gt;
&lt;br /&gt;
基本上這是game考古 XD&lt;br /&gt;
&lt;hr /&gt;
32.886668 N, 105.967336 W
&lt;br /&gt;
&lt;hr /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.netflix.com/title/80042198&quot; target=&quot;_blank&quot;&gt;Atari: Game Over&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://wurm-pit.blogspot.com/2008/03/atari-2600-et.html&quot; target=&quot;_blank&quot;&gt;扁蟲窩: 爛遊戲其二：Atari 2600 E.T.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://imdb.com/title/tt3715406&quot; target=&quot;_blank&quot;&gt;Atari: Game Over (2014) - IMDb&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://chinese.vr-zone.com/132885/microsoft-atari-game-over-documentary-dated-november-20-11012014/&quot; target=&quot;_blank&quot;&gt;遊戲爛到可以埋，《Atari：Game Over》紀錄片 11 月 Xbox 雙主機上映 - VR-Zone 中文版&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://zh.wikipedia.org/zh-tw/1983%E5%B9%B4%E7%BE%8E%E5%9B%BD%E6%B8%B8%E6%88%8F%E4%B8%9A%E8%90%A7%E6%9D%A1%E4%BA%8B%E4%BB%B6&quot; target=&quot;_blank&quot;&gt;1983年美國遊戲業蕭條事件 - 維基百科&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</content><link rel='replies' type='application/atom+xml' href='https://ericxd.blogspot.com/feeds/4262340948478228798/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='https://ericxd.blogspot.com/2016/03/atari-game-over.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default/4262340948478228798'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default/4262340948478228798'/><link rel='alternate' type='text/html' href='https://ericxd.blogspot.com/2016/03/atari-game-over.html' title='Atari: Game Over (2014)'/><author><name>Eric Hsu</name><uri>http://www.blogger.com/profile/17037007403605212598</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgqV8N1r2tMnQOkRoDwrlyqwzF-ptExr5U-WprlUl8cFtkIDv3eBO-vS2QvFdmCbhS5d6bh0Z7zy0EbjGzHwyI7WQnBcWpWG14Nr7YesKe_hLz7WGctc1XCwskX3ZMCw/s113/DSC_0103_1280.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioH2yvFreHw4T0m9GCk_OTkFJlrokDH1RMcNMRsvH4NviSp9Hm8MB7hj7TuNzIvRRrnl0sRiapUc67zAPLaoEGT9kn3cX76uFQoq5hqDgaLAqTcpMPek56HcrFaL0rJh4n19iMYJGj3kU/s72-c/atari-game-over.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8925282644655378834.post-2782347326101327925</id><published>2013-03-25T03:07:00.001+08:00</published><updated>2013-03-25T03:07:14.450+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Android"/><category scheme="http://www.blogger.com/atom/ns#" term="app"/><category scheme="http://www.blogger.com/atom/ns#" term="iOS"/><title type='text'>威秀的手機app</title><content type='html'>看來&lt;a href=&quot;http://www.vscinemas.com.tw/&quot;&gt;威秀&lt;/a&gt;是更換手機app的合作對象所以換新的app了。&lt;br /&gt;
&lt;br /&gt;
舊的：&lt;br /&gt;
&lt;a href=&quot;http://play.google.com/store/apps/details?id=com.VieShow&quot;&gt;Android&lt;/a&gt; &lt;a href=&quot;http://itunes.apple.com/tw/app/id473632579?mt=8&quot;&gt;iOS&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
新的：&lt;br /&gt;
&lt;a href=&quot;http://play.google.com/store/apps/details?id=com.innostreams.vieshow&quot;&gt;Android&lt;/a&gt; &lt;a href=&quot;http://itunes.apple.com/tw/app/id581876316?mt=8&quot;&gt;iOS&lt;/a&gt;
</content><link rel='replies' type='application/atom+xml' href='https://ericxd.blogspot.com/feeds/2782347326101327925/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='https://ericxd.blogspot.com/2013/03/vieshow.html#comment-form' title='1 個意見'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default/2782347326101327925'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default/2782347326101327925'/><link rel='alternate' type='text/html' href='https://ericxd.blogspot.com/2013/03/vieshow.html' title='威秀的手機app'/><author><name>Eric Hsu</name><uri>http://www.blogger.com/profile/17037007403605212598</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgqV8N1r2tMnQOkRoDwrlyqwzF-ptExr5U-WprlUl8cFtkIDv3eBO-vS2QvFdmCbhS5d6bh0Z7zy0EbjGzHwyI7WQnBcWpWG14Nr7YesKe_hLz7WGctc1XCwskX3ZMCw/s113/DSC_0103_1280.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8925282644655378834.post-2191639681315911829</id><published>2009-07-28T17:05:00.001+08:00</published><updated>2009-07-28T17:09:25.923+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="book"/><title type='text'>書</title><content type='html'>臺灣不是只有&lt;a href=&quot;http://www.books.com.tw/&quot;&gt;博客來&lt;/a&gt;一家網路書店，還有&lt;a href=&quot;http://www.kingstone.com.tw/&quot;&gt;金石堂&lt;/a&gt;、&lt;a href=&quot;http://www.eslite.com/&quot;&gt;誠品&lt;/a&gt;、&lt;a href=&quot;http://www.sanmin.com.tw/&quot;&gt;三民&lt;/a&gt;及其他很多家。&lt;br /&gt;怎麼很多人講到書都在那邊貼博客來的連結啊？&lt;br /&gt;如果沒有加入博客來的&lt;a href=&quot;http://www.books.com.tw/exep/ap/&quot;&gt;AP策略聯盟&lt;/a&gt;的話，實在是不必免費替博客來打廣告了。&lt;br /&gt;我貼書籍連結的時候，除了作者或出版社這本書的官方網頁（如果有的話）之外，就是 &lt;a href=&quot;http://www.anobii.com/&quot;&gt;aNobii&lt;/a&gt; 跟 &lt;a href=&quot;http://findbook.tw/&quot;&gt;Findbook&lt;/a&gt; 的書籍頁面。</content><link rel='replies' type='application/atom+xml' href='https://ericxd.blogspot.com/feeds/2191639681315911829/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='https://ericxd.blogspot.com/2009/07/book.html#comment-form' title='1 個意見'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default/2191639681315911829'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default/2191639681315911829'/><link rel='alternate' type='text/html' href='https://ericxd.blogspot.com/2009/07/book.html' title='書'/><author><name>Eric Hsu</name><uri>http://www.blogger.com/profile/17037007403605212598</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgqV8N1r2tMnQOkRoDwrlyqwzF-ptExr5U-WprlUl8cFtkIDv3eBO-vS2QvFdmCbhS5d6bh0Z7zy0EbjGzHwyI7WQnBcWpWG14Nr7YesKe_hLz7WGctc1XCwskX3ZMCw/s113/DSC_0103_1280.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8925282644655378834.post-3767390094455569662</id><published>2009-07-15T01:12:00.000+08:00</published><updated>2009-07-16T01:13:48.239+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="curl"/><category scheme="http://www.blogger.com/atom/ns#" term="twitter"/><title type='text'>用 cURL 發 twitter</title><content type='html'>在搜尋 &lt;a href=&quot;http://www.google.com/search?q=linux+twitter+client&quot;&gt;linux twitter client&lt;/a&gt; 的時候&lt;br /&gt;找到這個： &lt;a href=&quot;http://www.sizlopedia.com/2008/05/03/twitter-clients-for-ubuntu-linux/&quot;&gt;Twitter Clients for Ubuntu Linux&lt;/a&gt;&lt;br /&gt;這篇的第7項：&lt;br /&gt;&lt;code&gt;curl -u yourusername:yourpassword -d status=&quot;Your Message Here&quot; http://twitter.com/statuses/update.xml&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://twitter.com/EricX/statuses/1707294904&quot;&gt;這個是測試的twit&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='https://ericxd.blogspot.com/feeds/3767390094455569662/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='https://ericxd.blogspot.com/2009/07/curl-twitter.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default/3767390094455569662'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default/3767390094455569662'/><link rel='alternate' type='text/html' href='https://ericxd.blogspot.com/2009/07/curl-twitter.html' title='用 cURL 發 twitter'/><author><name>Eric Hsu</name><uri>http://www.blogger.com/profile/17037007403605212598</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgqV8N1r2tMnQOkRoDwrlyqwzF-ptExr5U-WprlUl8cFtkIDv3eBO-vS2QvFdmCbhS5d6bh0Z7zy0EbjGzHwyI7WQnBcWpWG14Nr7YesKe_hLz7WGctc1XCwskX3ZMCw/s113/DSC_0103_1280.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8925282644655378834.post-1817076568625779141</id><published>2009-04-08T06:54:00.001+08:00</published><updated>2009-04-08T06:59:12.852+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="curl"/><category scheme="http://www.blogger.com/atom/ns#" term="memo"/><title type='text'>cURL</title><content type='html'>嗯…… 記一下比較用得到的 option&lt;br /&gt;&lt;code&gt; -f/--fail          Fail silently (no output at all) on HTTP errors&lt;br /&gt; -g/--globoff       Disable URL sequences and ranges using {} and []&lt;br /&gt;    --limit-rate &amp;lt;rate&amp;gt; Limit transfer speed to this rate&lt;br /&gt;    --max-filesize &amp;lt;bytes&amp;gt; Maximum file size to download&lt;br /&gt; -o/--output &amp;lt;file&amp;gt; Write output to &amp;lt;file&amp;gt; instead of stdout&lt;br /&gt; -#/--progress-bar  Display transfer progress as a progress bar&lt;br /&gt; -e/--referer       Referer URL&lt;br /&gt; -O/--remote-name   Write output to a file named as the remote file&lt;br /&gt; -R/--remote-time   Set the remote file&#39;s time on the local output&lt;br /&gt; -A/--user-agent &amp;lt;string&amp;gt; User-Agent to send to server&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;大概最常用的： &lt;kbd&gt;curl -fRO &amp;lt;url&amp;gt;&lt;/kbd&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://curl.haxx.se/&quot;&gt;cURL&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='https://ericxd.blogspot.com/feeds/1817076568625779141/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='https://ericxd.blogspot.com/2009/04/curl.html#comment-form' title='2 個意見'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default/1817076568625779141'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default/1817076568625779141'/><link rel='alternate' type='text/html' href='https://ericxd.blogspot.com/2009/04/curl.html' title='cURL'/><author><name>Eric Hsu</name><uri>http://www.blogger.com/profile/17037007403605212598</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgqV8N1r2tMnQOkRoDwrlyqwzF-ptExr5U-WprlUl8cFtkIDv3eBO-vS2QvFdmCbhS5d6bh0Z7zy0EbjGzHwyI7WQnBcWpWG14Nr7YesKe_hLz7WGctc1XCwskX3ZMCw/s113/DSC_0103_1280.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8925282644655378834.post-8809515332294785379</id><published>2009-04-01T11:29:00.004+08:00</published><updated>2009-04-08T05:38:29.599+08:00</updated><title type='text'>立刻體驗 IE8 最新功能</title><content type='html'>&lt;a href=&quot;http://stickeraction.com/ie8infx/go&quot; title=&quot;體驗 IE8 最新功能&quot;&gt;&lt;img alt=&quot;體驗 IE8 最新功能&quot; src=&quot;http://stickeraction.com/ie8infx/sticker/random&quot; /&gt;&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='https://ericxd.blogspot.com/feeds/8809515332294785379/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='https://ericxd.blogspot.com/2009/04/ie8.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default/8809515332294785379'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default/8809515332294785379'/><link rel='alternate' type='text/html' href='https://ericxd.blogspot.com/2009/04/ie8.html' title='立刻體驗 IE8 最新功能'/><author><name>Eric Hsu</name><uri>http://www.blogger.com/profile/17037007403605212598</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgqV8N1r2tMnQOkRoDwrlyqwzF-ptExr5U-WprlUl8cFtkIDv3eBO-vS2QvFdmCbhS5d6bh0Z7zy0EbjGzHwyI7WQnBcWpWG14Nr7YesKe_hLz7WGctc1XCwskX3ZMCw/s113/DSC_0103_1280.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8925282644655378834.post-7587622586065428630</id><published>2009-03-30T02:50:00.002+08:00</published><updated>2009-04-01T02:13:33.192+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Vim"/><title type='text'>Vim</title><content type='html'>說真的太久沒用就會忘記啊！&lt;br /&gt;&lt;br /&gt;&lt;kbd&gt;Ctrl-F&lt;/kbd&gt;: 往下一頁 (foward)&lt;br /&gt;&lt;kbd&gt;Ctrl-B&lt;/kbd&gt;: 往上一頁 (back)&lt;br /&gt;&lt;kbd&gt;Ctrl-U&lt;/kbd&gt;: 往上半頁 (up)&lt;br /&gt;&lt;kbd&gt;Ctrl-D&lt;/kbd&gt;: 往下半頁 (down)&lt;br /&gt;&lt;code&gt;:%s/尋找/取代/gc&lt;/code&gt;&lt;br /&gt;&lt;code&gt;:%s/“\([^”]*\)”/「\1」/gc&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.vim.org/&quot;&gt;Vim&lt;/a&gt; 用來看小說還不錯嘛～ XD</content><link rel='replies' type='application/atom+xml' href='https://ericxd.blogspot.com/feeds/7587622586065428630/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='https://ericxd.blogspot.com/2009/03/vim.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default/7587622586065428630'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default/7587622586065428630'/><link rel='alternate' type='text/html' href='https://ericxd.blogspot.com/2009/03/vim.html' title='Vim'/><author><name>Eric Hsu</name><uri>http://www.blogger.com/profile/17037007403605212598</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgqV8N1r2tMnQOkRoDwrlyqwzF-ptExr5U-WprlUl8cFtkIDv3eBO-vS2QvFdmCbhS5d6bh0Z7zy0EbjGzHwyI7WQnBcWpWG14Nr7YesKe_hLz7WGctc1XCwskX3ZMCw/s113/DSC_0103_1280.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8925282644655378834.post-3237191765892570351</id><published>2008-11-13T23:26:00.004+08:00</published><updated>2008-11-13T23:40:09.646+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Castlevania"/><category scheme="http://www.blogger.com/atom/ns#" term="DS"/><category scheme="http://www.blogger.com/atom/ns#" term="悪魔城ドラキュラ"/><title type='text'>悪魔城ドラキュラ 奪われた刻印</title><content type='html'>&lt;a href=&quot;http://www.konami.jp/gs/game/dracula_ds3/&quot;&gt;悪魔城ドラキュラ 奪われた刻印&lt;/a&gt; ( &lt;a href=&quot;http://ja.wikipedia.org/wiki/%E6%82%AA%E9%AD%94%E5%9F%8E%E3%83%89%E3%83%A9%E3%82%AD%E3%83%A5%E3%83%A9_%E5%A5%AA%E3%82%8F%E3%82%8C%E3%81%9F%E5%88%BB%E5%8D%B0&quot;&gt;Wikipedia&lt;/a&gt; 、 &lt;a href=&quot;http://pukiwiki.sakura.ne.jp/dracula/&quot;&gt;まとめwiki&lt;/a&gt; )&lt;br /&gt;開始玩這片。&lt;br /&gt;感覺動作技術的要求比 DS 上前兩片高啊～</content><link rel='replies' type='application/atom+xml' href='https://ericxd.blogspot.com/feeds/3237191765892570351/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='https://ericxd.blogspot.com/2008/11/castlevania-order-of-ecclesia.html#comment-form' title='1 個意見'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default/3237191765892570351'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default/3237191765892570351'/><link rel='alternate' type='text/html' href='https://ericxd.blogspot.com/2008/11/castlevania-order-of-ecclesia.html' title='悪魔城ドラキュラ 奪われた刻印'/><author><name>Eric Hsu</name><uri>http://www.blogger.com/profile/17037007403605212598</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgqV8N1r2tMnQOkRoDwrlyqwzF-ptExr5U-WprlUl8cFtkIDv3eBO-vS2QvFdmCbhS5d6bh0Z7zy0EbjGzHwyI7WQnBcWpWG14Nr7YesKe_hLz7WGctc1XCwskX3ZMCw/s113/DSC_0103_1280.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8925282644655378834.post-2113686686644697011</id><published>2006-12-16T16:14:00.004+08:00</published><updated>2008-11-13T23:39:32.644+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="delicious"/><title type='text'>del.icio.us週末停機</title><content type='html'>&lt;a href=&quot;http://blog.del.icio.us/blog/2006/12/im_in_ur_server.html&quot;&gt;im in ur serverz, upgradin ur bookmarkz&lt;/a&gt;&lt;br /&gt;2006-12-17 12:00 PST&lt;br /&gt;應該是 2006-12-18 04:00 UTC+8 吧……</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default/2113686686644697011'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default/2113686686644697011'/><link rel='alternate' type='text/html' href='https://ericxd.blogspot.com/2006/12/delicious.html' title='del.icio.us週末停機'/><author><name>Eric Hsu</name><uri>http://www.blogger.com/profile/17037007403605212598</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgqV8N1r2tMnQOkRoDwrlyqwzF-ptExr5U-WprlUl8cFtkIDv3eBO-vS2QvFdmCbhS5d6bh0Z7zy0EbjGzHwyI7WQnBcWpWG14Nr7YesKe_hLz7WGctc1XCwskX3ZMCw/s113/DSC_0103_1280.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-8925282644655378834.post-7390146818216310230</id><published>2006-11-29T04:49:00.003+08:00</published><updated>2011-04-10T16:53:35.256+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="test"/><title type='text'>Test</title><content type='html'>測試文……囧rz</content><link rel='replies' type='application/atom+xml' href='https://ericxd.blogspot.com/feeds/7390146818216310230/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='https://ericxd.blogspot.com/2006/11/test.html#comment-form' title='1 個意見'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default/7390146818216310230'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/8925282644655378834/posts/default/7390146818216310230'/><link rel='alternate' type='text/html' href='https://ericxd.blogspot.com/2006/11/test.html' title='Test'/><author><name>Eric Hsu</name><uri>http://www.blogger.com/profile/17037007403605212598</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgqV8N1r2tMnQOkRoDwrlyqwzF-ptExr5U-WprlUl8cFtkIDv3eBO-vS2QvFdmCbhS5d6bh0Z7zy0EbjGzHwyI7WQnBcWpWG14Nr7YesKe_hLz7WGctc1XCwskX3ZMCw/s113/DSC_0103_1280.jpg'/></author><thr:total>1</thr:total></entry></feed>