如能將心彼此牽引

前幾天傳出這幅有趣的圖:

Google Search Heatmap

這是一幅 heatmap,統計了人們在 Google 搜尋上會留意的地方,左邊是 2005 右邊是 2008 年。這樣的分別代表了甚麼?Google 越來越準?我們太習慣 Google了?我們越來越沒有耐性?我們越來越依賴?

我想,這樣簡


這樣的記者了不起


現在才看Good Night,and Good Luck,型男佐治古尼自編自導的黑白片,他自己擔任了一個角色,很有型,但不是主角。

電影的故事很簡單,講述五十年代美國恐共時期,威斯康辛州的參議員麥卡錫趁機大搞政治運作,隨意誣陷及逼害真正的

離港前清理

1. 文明單位:選舉
嘉賓:葉寶琳、陳景輝

全港節目都在談選舉,文明單位小節目獨闢蹊徑。葉寶琳港女報導九展開票現場八卦、開票靈異現象,陳景輝穩守資料與概念,質疑今屆所謂世代交接的主題。興奮到收唔到聲,葉寶現

The problem with unit testing programs

A commentator on my entry on why your main program should be import able mentioned that a third reason is to beable to unit test your program. I agree with the sentiment in general,but in specific I've never been able to get unit testing of my mainprogram code to work very well.

While I can unit test most of the low-level code involved in a program,I've found that much of the high level code, the stuff that goes in themain program, has two


有關 Chrome 的東拉西扯

對不起又要說 Chrome 了。經過接近一星期的使用,又看了很多不同的意見,也想詳細談談自己的一些看法。

Chrome 的名字

首先,有很多人都不知道為甚麼 Google 要叫這個瀏覽器做 Chrome (雖然中文版本仍然叫「Google 瀏覽器」)。有些人就從直譯意思


congrats to 毓民、長毛

精華重溫:
長毛在港台選舉論壇金句

黃毓民踢爆毛孟靜講大話

民建聯有佢講無人講 毓民拔刀相助



同場加送:

蕭若元精闢分析:點解選社民連的毓民,長毛等候選人?

安慰了我跟社民連線的經濟立場分歧的憂慮:“經濟立場的不同

try our breaast??

how is he going to "try our breasts"?

原來最後一句他是說 "Improve people's LIVERHOOD"
!!!是指我的肝藏健康嗎?


我地去打針針喇,唔使驚!!!
















Continue reading...

阿女永遠係最靚的













Continue reading...

How to get as much of your program byte-compiled as possible

The CPython interpreter doesn't run Python code directly, but first compiles it to bytecode . Because this parsingand compiling steps are somewhat time-consuming, CPython optimizesthings by saving the compiled bytecodes into .pyc files (or .pyo files if you used the -O switch to python ), and trying to usethem when possible.This speed increase doesn't necessarily matter all that much for aprogram that runs a long time, but it does matter for typical utilityprograms, which only run for a