Benx Blog

六月 30, 2008

[讀感] 白米不是炸彈

分類於 Books — benxshen @ 12:15 am

這不是一本辯白無罪的書。相反地,楊儒門自己出面自首並且坦承犯案。

本書的內容是從2005年2月開始,直到2007年6月21日特赦前的一個禮拜,由一封封從獄中寄出的書信集結而成。從二林的童年/青少年、東引的大頭兵,一直到基隆的市場生活,以及腳踏車的環島之旅,楊儒門試圖真實地描述自己,看起來他並不喜歡「白米炸彈客」這個媒體取的酷炫稱號,他希望讓人知道:『楊儒門也是個人,只不過可能比較「白目」一點』。最後的兩章,則是獄中的雜感,以及對於犯案與上訴的立場。

閱讀這本書是愉快的,就像是在看一本小說一樣(並非指心情的開心,而是對於觀看一本能夠喚起價值與認同的那種情緒)。這本書描述了白米炸彈客的首部曲及三部曲(炸彈客的牢獄沉潛),其中,二部曲關於炸彈的部份,透過新聞媒體的報導,我們都大概知道發生了什麼事。但這個事件背後的成因是什麼、事實是什麼?我們當然都一致譴責暴力,但是當一個自認為民主自由的社會竟會有人遊走於極端,難道都只是他的錯嗎?我們這些冷眼的旁觀者因為太多的犯罪新聞而感到麻痺了,我們希望能夠制裁嚴懲罪犯,以為這些表象之下就是個自由平等且和樂的社會…..。但是,如果有罪犯願意自白,也許我們可以先放下成見,聽聽他怎麼說:

「任何人都不能因為任何的理由,去傷害一個人或奪取一個人的生命,就算是他的父母或上帝也不行,因為人是一種個體,他有存在的理由與價值,不容任何人去侵犯」

「善良不是錯,淳樸不是命,來不及長大的靈魂,更不應該是生命的原罪。大多人站在牆頭,靜靜等待…」

「小孩應該要可以讀書、吃飽,且不能失去尊嚴」

「『關』是一種痛苦,是對誰而言,從何比較?以什麼樣的思維來認定?判斷的方法在那裡?」

我喜歡這本書,他讓我看到一個平凡而真實存在的生命,如此真誠的面對自己。

六月 29, 2008

Diigo Diary 06/29/2008

分類於 Diigo Diary — benxshen @ 8:31 am

六月 28, 2008

Diigo Diary 06/28/2008

分類於 Diigo Diary — benxshen @ 8:30 am
  • tags: no_tag

    • The str() function is meant to return representations of
      values which are fairly human-readable, while repr() is
      meant to generate representations which can be read by the interpreter
      (or will force a SyntaxError if there is not equivalent
      syntax).
    • print repr(x).rjust(2), repr(x*x).rjust(3),
      … # Note trailing comma on previous line
      … print repr(x*x*x).rjust(4)
    • >>> for x in range(1,11):
      … print ‘%2d %3d %4d’ % (x, x*x, x*x*x)
    • open() returns a file
      object, and is most commonly used with two arguments:
      open(filename, mode)“.
    • mode can be 'r' when
      the file will only be read, 'w' for only writing (an existing
      file with the same name will be erased), and 'a' opens the file
      for appending; any data written to the file is automatically added to
      the end. 'r+' opens the file for both reading and writing.
      The mode argument is optional; 'r' will be assumed if
      it’s omitted.
    • Python provides a standard module called
      pickle. This is an
      amazing module that can take almost
      any Python object (even some forms of Python code!), and convert it to
      a string representation; this process is called pickling.
  • tags: browser, webdesign, tools, screenshots, testing, web, browsers

  • tags: java, opensource, resources, list

六月 27, 2008

Diigo Diary 06/27/2008

分類於 Diigo Diary — benxshen @ 8:30 am

六月 26, 2008

Diigo Diary 06/26/2008

分類於 Diigo Diary — benxshen @ 8:31 am

六月 25, 2008

Diigo Diary 06/25/2008

分類於 Diigo Diary — benxshen @ 8:30 am

六月 24, 2008

Diigo Diary 06/24/2008

分類於 Diigo Diary — benxshen @ 8:31 am

六月 23, 2008

Diigo Diary 06/23/2008

分類於 Diigo Diary — benxshen @ 8:31 am
  • Python,是一種面向對象、直譯式計算機程序設計語言,也是一種功能強大而完善的通用型語言,已經具有十多年的發展歷史,成熟且穩定。

    這種語言具有非常簡捷而清晰的語法特點,適合完成各種高層任務,幾乎可以在所有的操作系統中運行。

    tags: python, wikipedia

六月 22, 2008

Diigo Diary 06/22/2008

分類於 Diigo Diary — benxshen @ 8:32 am

六月 21, 2008

Diigo Diary 06/21/2008

分類於 Diigo Diary — benxshen @ 8:30 am
下一頁 »

在WordPress.com寫網誌.