2008年5月13日 星期二
2008年5月12日 星期一
some vim
something is fun from learning the vi editor 6/e:
dwelp change two words
xp change two alphabets
2008年5月4日 星期日
內灣出遊微記
昨日帶友人繞過大半個新竹,一直以來都不喜新竹風物,常感食衣住行皆不盡人意,即便與大學同學出遊也甚感無聊,但昨日與友人暢遊內灣,吃盡美食,甚感愉快。看來在一個地方生活是否能讓人滿意,最重要的仍然是人。
2008年4月26日 星期六
learning perl review ch2

scalar:
1.233, 2E-3, 3e45
# exponential float
123_123_234
# integer with underscore
0377, 0xff, 0b1111
# octal => 0, hexadecimal => 0x, binary => 0b
"hello,"."world!"
# concatenate with .
"hello" x 3
# repeat 3 time with x
"20fred" * 3
# ignore string when transform
$str = $str . "blah"; === $str .= "blah";
$int = $int ** 3; === $int **= 3;
# binary assignment operator
${word}blah~
# insert variable with dereference brace
eq == | ne != | < lt | > gt | <= le | >= ge
# string comparison operator
# return with \n at line end
defined($var)
# return true or false
initial parameters (perl -M)
use warnings;
use diagnostics;
標籤:
note,
perl,
programming
2008年4月5日 星期六
.bashrc and screen on leopard
Leopard does not put .bashrc in user home directory as default. It is not convenient when using screen because screen only load ~/.bashrc but not /etc/bashrc. So copy the latter as my .bashrc.
openid resource
Report by solidot.org: openid resource. Noticeable point is blogger.com is one of the openid provider. It is a little surprising to me.
標籤:
note,
webservice
2008年3月31日 星期一
the rain
in my heart, in my heart...
the hope
on the cloud, on the cloud...
the dream
far away, far away...
the tomorrow
sing the same, sing the same...
the hope
on the cloud, on the cloud...
the dream
far away, far away...
the tomorrow
sing the same, sing the same...
2008年3月2日 星期日
Taiwan High Speed Rail
Because of no motor transport ticket on sale, Today I am forced to take High Speed Rail when coming from Taipei. So that I eventually know the spelling of its name....so intuitive spelling. :p
2008年2月23日 星期六
Blueprint CSS 0.7.1 release
Quickly Note
There is many new feature in new release.New class name include alt, incr, quiet, small, large, showgrid...etc. Conversely, class name "column" is removed. Now div tag should be used as column. New directory structure come with new compressing ability through ruby script. Button's style move out from plugin and become an alone package put on download page
There is many new feature in new release.New class name include alt, incr, quiet, small, large, showgrid...etc. Conversely, class name "column" is removed. Now div tag should be used as column. New directory structure come with new compressing ability through ruby script. Button's style move out from plugin and become an alone package put on download page
browser debuger note
Note for memory...
Safari:
Safari include a build-in debug menu, but default is off. To enable debug menu, command "defaults write com.apple.Safari IncludeDebugMenu 1" in shell, restart Safari to load it.
Debug menu with a javascript console. use Firebug compatible function console.log and console.info can print some infomation in it
Regretfully, build-in javascript console is not with javascript shell. There is a nice alternative choice at here. drag the link named shell in this page to safari bookmark bar. Click the bookmark to got a javascript shell.
Firefox:
Firebug add-on is the better choice for looking DOM, CSS. It also with a nice build-in javascript shell.
Internet Explorer 7:
internet explorer developer toolbar is a new tool. It still in beta and only for IE7. Appearance looks like firebug, But without javascript shell and couldn't modify CSS in it. Any way, It shows some aurora for debugging javascript in IE. XD
More information in blog.gugod.org
Safari:
Safari include a build-in debug menu, but default is off. To enable debug menu, command "defaults write com.apple.Safari IncludeDebugMenu 1" in shell, restart Safari to load it.
Debug menu with a javascript console. use Firebug compatible function console.log and console.info can print some infomation in it
Regretfully, build-in javascript console is not with javascript shell. There is a nice alternative choice at here. drag the link named shell in this page to safari bookmark bar. Click the bookmark to got a javascript shell.
Firefox:
Firebug add-on is the better choice for looking DOM, CSS. It also with a nice build-in javascript shell.
Internet Explorer 7:
internet explorer developer toolbar is a new tool. It still in beta and only for IE7. Appearance looks like firebug, But without javascript shell and couldn't modify CSS in it. Any way, It shows some aurora for debugging javascript in IE. XD
More information in blog.gugod.org
2007年11月20日 星期二
期中考
期中考終於告一段落了,在繼續這樣考下去我實在會撐不住,這種沒意義的活動要持續到什麼時候呢,看了 Hacker & Painter 之後真的覺得人生從七歲到二十一歲的現在,自己和周遭的人都在不斷進行這種奇怪的活動,老師和學生都只是互相應付而已,但是卻沒人肯真正面對事實,高喊教改的蠢豬們真的應該試著去讓教育產出可以創造出財富的人,而不是讓大家輕鬆學習,輕鬆學習又不代表快樂,要輕鬆的話作弊就可以了,何必要教改呢?不是嗎?
不過雖說告一段落,下星期還有電路學,下下星期還有電磁學,看來又跟上學期一樣,到學期末都不會有停止的一天了,我只能說,這不是我要的生活阿,大學生不是應該學習如何去創造或欣賞美好的事物嗎?失去了本身最值得驕傲的文化和大腦的創意,在怎麼會寫考卷也不值得驕傲吧?歷史上從來未曾聽說過考試可以讓一門學問興盛繁榮,倒是看了不少美麗的中文文體和學科因為考試制度的介入而跨入學問演化的死胡同。我只能説,我想要愉快、有趣的工作,不要考試阿。但只要杜正勝一天不下台,教育界就只會一天無法進步,看來還是不用期待大學畢業前會又什麼好日子過了,就這樣看著國家部會首長們把高教一步步的推向毀滅吧。
不過雖說告一段落,下星期還有電路學,下下星期還有電磁學,看來又跟上學期一樣,到學期末都不會有停止的一天了,我只能說,這不是我要的生活阿,大學生不是應該學習如何去創造或欣賞美好的事物嗎?失去了本身最值得驕傲的文化和大腦的創意,在怎麼會寫考卷也不值得驕傲吧?歷史上從來未曾聽說過考試可以讓一門學問興盛繁榮,倒是看了不少美麗的中文文體和學科因為考試制度的介入而跨入學問演化的死胡同。我只能説,我想要愉快、有趣的工作,不要考試阿。但只要杜正勝一天不下台,教育界就只會一天無法進步,看來還是不用期待大學畢業前會又什麼好日子過了,就這樣看著國家部會首長們把高教一步步的推向毀滅吧。
2007年11月10日 星期六
回憶
最近幾天事情都變得很奇怪,或許是我壓力太大?做了怪夢,許多事情這幾天都開始回到腦中,原本以為這些回憶都應該被擠出我稀少又耗用過度的記憶體外了,真的不懂這些事情為什麼現在會浮現上來,簡直像奪命連環索一樣緊緊的扣回大腦,或許我該思考一下我過去到現在面對這些問題的態度了。
2007年11月8日 星期四
11/8
從昨天開始心神不寧後,今天清晨做了詭異的夢,醒後依稀記得是順忻回來了,夢中氣氛似乎還頗為歡欣,不記得怎麼結束的了,只記得醒來後悵然若失的感覺,一度還不記得夢中情景,最後勉強回憶起再度見面的一瞬間,整體而言不算個好夢,唯一欣喜者與順忻相見甚歡而已。
今天整天仍然氣血翻湧不能自己,想來也已經許久不曾見面,頗想撥通電話去問問她是否仍然安好,只是惟恐她或許不願見到我。
什麼時候還會有國中同學會呢?還有機會見到大家嗎?
今天整天仍然氣血翻湧不能自己,想來也已經許久不曾見面,頗想撥通電話去問問她是否仍然安好,只是惟恐她或許不願見到我。
什麼時候還會有國中同學會呢?還有機會見到大家嗎?
2007年11月7日 星期三
2007年11月5日 星期一
舊文回顧一
要不是被家瑜從 MSN Space 挖出來,還都忘記了大一國文底子還不錯時寫的東西。
現在看看大一自己寫的些拙文,寫得還真是好,在交大兩年薰陶之下,這輩子大概再也寫不出這些東西了吧!
篇篇情難了,賭文思人,仍是情何以堪,不知如何言喻。
現在看看大一自己寫的些拙文,寫得還真是好,在交大兩年薰陶之下,這輩子大概再也寫不出這些東西了吧!
篇篇情難了,賭文思人,仍是情何以堪,不知如何言喻。
做不該做的事情 問不該問的問題
等不該等的結局 飲不該飲的酸辛
妳問 你在做什麼 我說 我在找雨巷裡 丁香的氣息
妳問 你在做什麼 我說 我在盼秋池裡 紅蓮的足跡
妳揮了揮手 把一剪春梅當作妳唯一的回音 交在我手中
我搖了搖頭 把章臺飛絮當作我最後的回憶 打包在背後
只是我沒有回頭就走
只是求妳讓我把無可奈何當作我僅存的藉口
雋在我與維特毫無煩惱的墓碑上頭
2007年11月4日 星期日
Moazrt k525 小夜曲
念光子學的煩悶中順手抓了 Mozart k525 小夜曲,這是我第一次聽莫札特的曲子,聽起來沒有很多特別之處,大概這是宴會用的曲子,所以沒什麼感觸:p,聽曲子途中看到一個不錯的樂理網站,順手丟進了 del.icio.us,等撐過這幾週再來研究,(os: 該死的光子學阿)。
2007年11月3日 星期六
COSCUP 2007
下午兩點搭車北上,剛好趕上聽最後一場。
純論感覺的話頗有趣,缺點就是人稍嫌多了一點,簡報者也太多了,每位簡報者聽起來都像是在為自己的產品打廣告,沒有真正有深度的內容,不過也觀摩到了長輩們的簡報功力和主持功力,整場聽下來沒有很多晦澀的工程師笑話,頗可以吸引入門者,但是對於想精進的 geek 來說就沒什麼用了:p。
離開的時候遇到一個寫 python 的 marr,互相留了 mail,有機會一定會再見面的吧。
回程的時候想起今年沒參加到的 debian birthday party,希望明年有空參加。
純論感覺的話頗有趣,缺點就是人稍嫌多了一點,簡報者也太多了,每位簡報者聽起來都像是在為自己的產品打廣告,沒有真正有深度的內容,不過也觀摩到了長輩們的簡報功力和主持功力,整場聽下來沒有很多晦澀的工程師笑話,頗可以吸引入門者,但是對於想精進的 geek 來說就沒什麼用了:p。
離開的時候遇到一個寫 python 的 marr,互相留了 mail,有機會一定會再見面的吧。
回程的時候想起今年沒參加到的 debian birthday party,希望明年有空參加。
2007年6月20日 星期三
資工輔系課單
程式設計---passed
演算法---not yet
資料結構---not yet(selected)
作業系統---not yet
計算機組織---not yet(selected)
電子學---not yet
離散數學---not yet
計算機網路概論---not yet
計算機網路實驗---not yet(selected)
演算法---not yet
資料結構---not yet(selected)
作業系統---not yet
計算機組織---not yet(selected)
電子學---not yet
離散數學---not yet
計算機網路概論---not yet
計算機網路實驗---not yet(selected)
2007年6月11日 星期一
疑惑很久的問題
如果說一個人能了解意識形態之間的不同並尊重,那他要如何選擇一個作為自己行為基礎的意識形態?主流的意識形態是以中立的姿態出現的,所以雖然他的行為中可以包含許多意識形態,如某學者描述自己的:經濟上的社會主義,文化上的保守主義,政治上的自由主義;但是他要如何面對與他不同的意識形態?如果他是主流,與他抵觸的意識形態並沒有什麼錯誤,或許只是一個比較弱勢的意識形態而不被大眾所接受而已。而極有可能的,也許是自己的意識形態為弱勢的一方,或許自己認為這種形態對大眾有好處,但並不被認同,甚至被排擠、攻擊、厭惡,這種意識形態之間的互相壓迫總是不斷的在發生,教育的目的有部份就是在避免這種爭執的出現,但教育的過程中也不斷的為一個人生成意識形態,再去導致意識形態的互相擠壓,形成一種相生相剋的矛盾情形,雖然我對道家的理論不甚了解,但每次有類似的想法時都會聯想到道家之所以為何反智的理由,或許跟這拖不了關係吧?
看了一篇文章之後,這個困惑很久的問題才愕然清楚浮現,不過這個問題能有解答嗎?
看了一篇文章之後,這個困惑很久的問題才愕然清楚浮現,不過這個問題能有解答嗎?
訂閱:
文章 (Atom)


