怒從心上起

今日看到徐悲鴻晚年入室弟子中國油畫大師龐均, 在港街頭寫生被趕的報導 ,怒從心上起。藝術家在香港就被當成乞丐或阻街犯人,這不只是市場什麼的問題,根本就是民智未開般嚇人的管理主義,一個過度管理的城市談什麼創

《如果愛‧在寶萊塢》(Om Shanti Om)


在文化中心的位置大銀幕上看到Shah Rukh Khan, 簡直是歷史性時刻!

4 年前開始看印度Bollywood電影, 由一無所知到今日啷啷上口, 班門弄斧. 雖知電影節多年來沒有再引進印度電影, 但本地觀眾不認識Bollywood, 令人遺憾. 電影節差不多是唯一能

The quote of the time interval, on XML

From an article by Henri Sivonen :

Draconian error handling creates an unstable equilibrium in GameTheory terms—it only lasts until one player breaks therule. One non-Draconian XML5 implementation in a key client productand the Draconian XML ranks would break.

(Discovered through Mark Pilgrim ,specifically his firehose .)

Applications to XHTML are left as an exercise for the reader.


Keeping secrets as a system administrator

There are two sorts of secrets in the world: known secrets and unknownsecrets.

A known secret is something that people already know exists; forexample, your root password is a known secret. Keeping a known secretis simple: you just don't tell people your root password. You haveto guard known secrets against inadvertent disclosure (it's alwaysembarrassing to type your root password into the wrong window), butthat's mostly it.

(I am ignoring the possibility of deliberate attacks against the


三月蘋果

《給 身 體 髮 膚 的 信》

親 愛 的 身 體 髮 膚 :

你 們 好 嗎 ? 抱 歉 這 麼 遲 才 寫 信 給 你 們 , 對 不 起 。 現 在 才 來 跟 你 們 說 聲 「 對 不 起 」 , 是 否 太 遲 了 ? 你 們 可 會 原 諒 我 ? 七 年 前 仍 是 學 生 的 我 , 開 始 浪 擲 每 天 的 二 十 四 小 時 , 急 不 及 待 消 耗 健 康 青 春

版本號的意思

近年很多東西都用版本號,尤以 2.0 為甚,意味新一代劃時代的感覺。

EVA 的新劇場版也用版本號:《Evangelion 1.0 You are (not) alone》,我也以為是一種「重新再來」的意思,加上趕趕潮流用版本號。而且「序」篇為第一集,用 1.0


別了,IPO!

別了,IPO!

我們一大班人已經在printer廝殺了整整三天,卻依然無法為這單IPO的招股書定稿。首先是那些令人髮指的會計師,早前還拍心口保證能在限期前將過去三年的財務報表定稿,豈料到了printer才改來改去!此外還有那些可惡的bankers

Docstrings versus comments in my code

One of the great not quite arguments in the Python world is betweendocstrings and comments, specifically which one you should use inyour code. My answer is that I use both, although more comments thandocstrings, but I use them for different things.

My comments are primarily written as internal documentation; how afunction operates, why it operates that way, the high level logic andstructure of the code, and so on. Docstrings, when I write them, areexternal documentation, covering things like how to use


《玩十誡》(The Ten)


《玩十誡》(The Ten) , 顧名思義就是玩轉十誡.

誇張是影片的表達手法, why not? 就是影片的主旨.《玩十誡》過癮之處不只是將《十誡》規條顛倒, 將人類視為醜惡或美麗的事情, 以不同角度再看一次, 加上一群明星演員豁出去

Tradeoffs in where you store volume management metadata

One of the divisions between different logical volume systems is whereand how they store the metadata about what logical volumes exist andwhat they're made up of. Roughly speaking there are two choices:'in-band', where you store the metadata in a reserved area of some ofthe disk space you're managing, and 'out-of-band', where you store itoutside. In-band storage is used by Linux software RAID and LVM; out ofband storage is used by Solaris