blog day 2006

3108 了,先介紹五個 blog:

  • 王進角度 – 王進兄的影評角度獨到,除了影評,也寫專題。最近香港影庫將使用 WordPress 為骨架,自此就可以在 RSS Reader 裏看王兄的影評了。
  • 占占字起 – 阿占是個多產的 blogger,文章更新得快,對於社會時事、網絡

盲人影院 -- 周雲蓬




盲人影院 -- 周雲蓬









這是一個盲人影院,
那邊也是個盲人影院。
銀幕上長滿了潮濕的耳朵,
聽黑蟻王講一個故事。
有一個孩子,九歲時失明,
常年生活在盲人影院,
從早到晚聽著那些電影,
聽不懂地方靠想象來補充。
他想象自己


不是詩

「窮」 = 令我想起 周雲蓬 其中一首詩 「不是詩」
濃濃的尊嚴味道,再看看他過往的經歷。
十分欣賞這個人
我手上還有很多上次來演出時留下的詩集
有興趣看看可以找我


***************************


A problem with debugging threaded Python programs

I have a heavily threaded Python program that dies every now and thenwith a mysterious exception (that as far as I can see just shouldn'thappen, which means that I don't completely understand my code).

My off and on attempts to debug this have pointed out a frustratingproblem in Python's (lack of) support for debugging threaded Pythonprograms: there's no such thing as a global exception, something thatwill freeze, backtrace, and terminate all threads when an erroroccurs.


How to lose readers of your syndication feed

It's pretty simple:

  • change your syndication feed URL
  • but don't remove or redirect the old feed, just stop updating it
  • and don't put up an entry about it (visible in the old feed).

Readers who are not especially attentive may not notice for weeks, onlyvaguely wondering if you've taken a vacation or something. Especially ifthey read a fair amount of feeds and are behind in their reading.

As far as I've gathered, most feed readers are perfectly willing to


20060830網摘 – 偷拍風波

偷拍風波


老b--浪漫是您的本性

原本打算在老b音樂會上唱這歌的,練習不成,在這裡播吧了!!!反正老b也會到此一遊的。
AMK--浪漫是您的本性

To My Pepper

小狗Pepper是有靈性的吧。

一向出門時牠只會在蹲在沙發旁靜靜看著我離開,但這次,牠攔著鐵閘不肯走開,又圍著我的腳邊團團轉。

Pepper,我不是不想帶著你離開,但你是屬於主人的。

我有多疼你,從來只有你明白。

我只希望,下一

不要相信一切有下次

邱嵐嵐昨晚輾轉收到小說版將於幾個月後完結的消息,有點猶豫,也有點失望,我完全明白她的心情。

她當然會堅持寫到最後一天,不過小說版完結的事打亂了她的計劃,一方面構思好的內容難以發表,另一方面寫了幾百日的小

An interesting filesystem corruption problem

Today we had a fun problem created by a combination of entirely rational find optimizations and a corrupted, damaged filesystem.

An important Linux server took some kind of hit that turned some filesinto directories (with contents, presumably stolen from some other poordirectory). We found some but were pretty sure there were others lurkingout there too, and wanted to do our best to find them. (If only tofigure out what we needed to restore from the last good backups.)

As it happens, most of the