身份的迷糊

澳門人的身份,有時強,有時弱,有時隱,有時現,有時自我膨漲,有時自憐自傷,在紛亂的社會討論中,誰是澳門人?澳門人有什麼特徵?澳門人應該放開懷抱抑或閉關自守?都有需要考究,都有大學問。

雖然很少人會提出這

The irritation of single-context applications

One of the extra irritations of many single instance applications is that they also are what I will call'single context applications', applications where you can only bedoing one thing at a time. I want applications like my feed reader or my mail reader to behave more like abrowser, letting me rip off windows so that I can skip around withouthaving to lose the old context.

For example, consider a mail reader. If I'm working my way throughsorting and cross-checking older mail and new


Toothache

Once upon a time, a guy from Pluto came to visit a specialist gastroenterologist. "I hate to bother you, and as we all know, it is late," a voice pleaded eagerly. "But I'm in trouble and need to talk to you about my indigestion…"

"Fine – can you tell me how the indigestion is bothering you at such late hours?"

"Oh, yes. The stomach problem all started when I took the steak for my dinner."

"When did you

迷幻藥

1.
最近因為常常在街上,經常要托人代傳電郵。這麼多文章寫不完,是否應買一部手提電腦呢?

先不論我覺得我一定會遺失手提電腦;如果任何時候都要開電腦並寫作,那麼我就連在交通工具發呆、游蕩、用完餐後雙眼失焦地

新橋之戀Les Amants du Pont-Neuf


颱風之夜
看了這齣電影
老友送了給我好久
我現在才看
想起都覺得過份

這齣戲浪漫到極又頹廢到死
拍流浪者的愛情故事居然可以這麼有型
這就叫文化修養了

在這反法的時刻
我看了這齣法國電影
感覺實在古怪
但這電影實在好看得很

Dear ZFS: please stop having your commands stall

One of my serious irritations with ZFS is how various ZFS commands (orat least sub-commands of zpool ) will stall badly if it can't talk tosome of the underlying disk devices. This is especially apparent whenyou're using iSCSI; for example, I accidentally booted a system with theiSCSI cable plugged into the wrong port, and once the system had booted zpool list simply hung.

(Worse, it hung uninterruptibly; I could not stop it with ^C, use jobcontrol to background


哀傷到得永恒

找到《牯嶺街》的戲票。honey好容易才出場,青春精緻如雕刻的面容不在話下,那種姿勢衣著鏡頭走位打燈,那麼英雄主義(呼之欲出到我忍不住笑),斷然要死。這幕是藍衣少年沉靜老練,窗外風雨如晦大勢已去,桌面那鮮紅花

20080421 網摘 – 串流

Copyrights

China


一個評論人是如何變成irrelevant的

下面引出的文章本不值得談論,因為觀點模糊、自相矛盾處甚多,而且談論的情況基本上與香港城市內發生的現實狀況完全脫節。每段都有,舉不勝舉。再者,這些話你很快就可以從政府和財團的代言人口中聽到,現在大可不聽

Finding the name of your caller in Python

One of the things that would be useful in an access tracer is reporting not just what was accessed, butwhere it was accessed from. A basic starter for this is knowing whatfunction called you.

CPython has enough introspection faculties to give youthis information, but it's not entirely documented how todig it out. The big tool for this is the inspect module , and wecan use it to define a function:

import inspect
def getcallerinfo():    fr = inspect.currentframe()    try:         fr