一個評論人是如何變成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

What FAQs are

Here's a question: which type of documentation is the ever-popular FAQ format?

My answer is that in practice, FAQs are a collection of tutorials; theytell you how to do various specific frequently asked operations. Thishas important implications if your primary documentation format is FAQs,because FAQs effectively have drawbacks from both sides; they're notas well organized or as comprehensive as reference documents, and theydon't give you an overall view the way a single unified tutorial does.

(That they


一個人住

一個人住

在printer搏鬥了整整兩星期,終於交了A1表。在聯交所發出comment之前,總算可以回一回氣。

在公司完成餘下的工作,回到家裡的時候,已將近零晨二時。我踢掉高跟鞋,疲倦得整個人軟癱在梳化上。待回過神來,才發現房子

The two (at least) forms of documentation

The problem with GNU Texinfo is not that it is a bad format fordocumentation as such. The problem is what sort of documentationgets written in GNU texinfo format.

To simplify, there are at least two forms of documentation: tutorialsand references. Where I draw the line between the two is that is thattutorial documentation is intended to be read from start to finish,while reference documentation is intended to be skimmed and skippedthrough.

Writing something as a tutorial has at least three effects that arerelevant here:

  • it

讀者自理

1.《潮爆中國》新書發佈跨媒體秀
作者:李照興
主持:李照興
嘉賓:黃源順、曾凡
日期:4月19日(星期六)
時間:2:30pm
地點:Kubrick 書店 (油麻地眾坊街3號駿發花園百老匯電影中心旁)

2.《書到用時》新書發佈會

The limits of isolated interfaces

So you've carefully isolated your management interfaces , making sure that packets can't leak fromone side to another because they literally can't see the other side.You're safe, right?

Well, not quite. While an attacker can't get their own packets across toyour management interface, they may still be able to trick things onyour machine into generating outgoing packets for them. There's a numberof cases:

  • packets with a management origin to your management IP: this should

夫復何求


終於追到梁文道的稿之後,突然連電影節飛都搵番。所謂求全之毀。幸而還有牯嶺街和三套褒曼,就算是火場裡搶救回來的了。

千金小姐

(明報週二世紀版自尋短見)


《腹稿》銷量不俗,大家都期待今年 葉愛蓮 會出版新作。在香港市場,《腹稿》介乎流行文學與嚴肅文學之間,我寧可把它歸類為流行文學裡的優秀作品——若香港有一個更開闊更有品味的大眾市場

宰羊人 (Killer of Sheep)



看《宰羊人》(Killer of Sheep, 1977) , 是一次與別不同的觀影體驗.
習慣娛樂性豐富的電影, 承受藝術電影的悶藝. 根據表面證據, 《宰羊人》是後者. 比較其他藝術電影的事先張揚, 《宰羊人》卻十分內斂. 由頭到尾, 也許不
Continue reading...