「虛名」能遠播,「浪得」又如何?
只要看看我們最引以為傲的「國際金融中心」,就會明白什麼叫做「唔打得」。香港過去十年的金融政策,應該做的,統統沒做。就講香港的股票市場,近
總結我在《城市論壇》對少女模特兒的看法
- 首先聲明, 千萬不要將我標籤為“反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 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
第一次用拼音輸入法?
Lady First 專欄(54)
煙
禁煙是一場形象之戰
(刊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