「虛名」能遠播,「浪得」又如何?

生存有兩種方法:一、打得,二、睇得。像香港,兩樣都唔得,就死得。

只要看看我們最引以為傲的「國際金融中心」,就會明白什麼叫做「唔打得」。香港過去十年的金融政策,應該做的,統統沒做。就講香港的股票市場,近

總結我在《城市論壇》對少女模特兒的看法

免得被傳媒在明天的報紙雜誌歪曲我的言論。
  • 首先聲明, 千萬不要將我標籤為“反o靚模”人士。我主要是反媒體大肆利用她們助長不良風氣。
  • 某幾家媒體不斷發出“少女模特兒”穿少些布就可以博取出鏡機會”的訊息 ,所以引

The anatomy of a hack to get around try:/finally: and generators

Suppose that you have the Python try:/finally: problem and need to get around it, specificallyyou need to both be a generator and have your finally: runimmediately. Taken from here ,one answer is:

def foo(bar):  try:    def output():      ... compute with bar ...        yield res      ...    return output()  finally:    print "finalizing"

(Now, there is a lot of things that this doesn't help with; the actualcomputation


When code in generators runs

Due to another entry I'm in the process of writing, I was suddenlystruck with a question: in Python, when does the code in a generatorfunction start running?

First, the brief version of generators and iterators. To handwavesomewhat, a generator is a function that uses yield to create andreturn its results one at a time. Behind the scenes, such a functionactually returns an iterator object, which the Python interpreter usesto freeze and unfreeze the actual code as the function's code calls


Parents

"I made quite a few mistakes last night," one of our new doctors confided to her friends in the Facebook, "but I'll learn. By heart."

I was silent for a moment, nodded to myself, and wrote a few words of encouragement.

How could one begin a new job without making mistakes? I couldn't fathom it. The credo of learning from mistakes is never new, not the least for someone, myself included, who is reading a lot about parenthood. New

明天上《城市論壇》講 其實很不想講的liang mo

其實亦不想轉載以下內容。

但明天我說的內容會跟以下照片有關,讓大家可以作為參考。

派奶宣傳?不如派真“奶”好不好?


Continue reading...

第一次用拼音輸入法?

【 09書展星戰場】向來以才女自居的鄧麗欣( Stephy)今年在書展推出愛情小說《陪著我走》,卻被踢爆書中錯字多得離譜, 33頁文字,錯處卻多達 109個,等同獻醜全紀錄。雖然 Stephy昨日公開道歉,但仍死撐因新學普通話拼音

Lady First 專欄(54)

《 不 如 開 房 去 》


時:數個月前

地:一切由facebook開始

人:21歲的傻女DaDa、25歲男仔乙名、人家的女朋友乙名



DaDa的自白:

「我之前o係facebook識左個幾o岩傾既男仔,佢對我都似乎有好感,過左一個星期我地就見面啦。只係,佢既態度

如果煙是士兵們精神的重要支柱,那麼以香港這樣日日像打仗的地方,竟然如此蠻橫禁煙,前線士兵的倒戈就指日可待了。

禁煙是一場形象之戰
(刊10/7經濟日報論壇版。當然沒說出來的意思其實是,是什麼樣的人才膽敢覺

The usefulness of a syndication feed of your blog's comments

One of the accidental smart decisions that I made when I was writing DWiki 's code for syndication feeds was that I should create syndicationfeeds for comments as well as entries. (This built on an earlierdecision that I should have some way of getting a list of comments inchronological order, just as I had one for the standard wiki 'recentlyedited pages' feature.)

It isn't that I think this is an important feature to offer otherpeople; as far as I know, none of the