盛世之外,總有悲歌:談陳惜姿《天水圍12師奶》



一、媽媽,父親節快樂


她叫雲姐。訪問當日是父親節,她的女兒在家中一塊白板寫上:“媽媽,父親(母親)節快樂!”在這家中,母親就是父親。

雲姐一共有四個兒女,家住天水圍天逸。她的丈夫九七年拋妻棄子離開家庭,

On useful front-panel LEDs

I moved up to ADSL recently and it's quite nice, but I miss one thingabout my old Supra modem: I've been spoiled by its luxurious front paneldisplay. The front panel of my ADSL modem is somewhat of a letdown andI've been missing information that I used to be able to get at a glance,in particular how saturated my link is.

The ADSL modem has four front-panel LEDs, all equally prominent:

Power ADSL DATA LAN

(DATA is on if the DSL


存念

1.
由於全城追蹤所謂特首「選舉」及徐步高新聞,3月2日早上1130有13名天星示威者,無聲無息地被派還保釋金,不需保釋了。咁即係咪唔再告呢?滿差館的人都好好笑容,招呼前唔該後,但沒人回答我們為什麼發還

我的林夕字傳

讀中學的時候,我很喜歡兩位作者的散文,一位是亦舒,另一位,是林夕。

亦舒的散文,單是文字的簡潔已值得學習,林夕吸引我的,是他看世事世情時的外冷內熱,還有變化多端的表達手法。當年他出過三本散文集,分別是《
Continue reading...

A story of network weirdness

We have a number of internal networks here . One of them is a port-isolated subnet forgeneral user machines (such as Windows laptops), where the port isolationmakes sure that user machines can't talk to each other and thus can'tinfect each other. One day, an alert user on the port isolated networkreported to us that his machine was seeing packets from the outsideworld destined for a completely different machine.

(One of the cool things about working in a Computer Science departmentis that


12個鐘頭裡面,

我已經屙o左33次。

妖。

條撚屌開乜鳩o野藥俾我o架,

都唔鳩work。

納博科夫《幽冥的火》


新年期間,朋友介紹我讀納博科夫的《幽冥的火》,我馬上買來讀了,不能自拔,那是我近十年來讀小說少有的震撼。

《幽冥的火》是一本謎宮一樣的書,全書分為“引言”、“序”、“詩”、“評注”、“索引”五部分,在形

字花第六期.新招稿.招聘廣告











請人呀。請人呀。唔該真係要請到人呀。

呢單野好似真係應該寫o係白痴筆記

(但確實是在網絡上才會好笑的笑話。笑到標晒眼水。)

今日有人潮由高登湧入, 因為咁 。請按入原文本人的link裡。到底是不是有朋友特意上去替鄙人做宣傳谷一轉虛火?

An irritating limitation of listening sockets

Traditional sockets implementations have an irritating limitation, atleast for TCP sockets: it is impossible to gracefully and cleanly shutdown listening (server) sockets.The problem is that kernels accept new TCP connections for listeningsockets without asking your server; accept() doesn't actually accept the connection, it just gives you the next one that the kernel hasalready accepted on your behalf.

This means that to shut down cleanly,you need a two-stage process: first you tell the kernel to stop acceptingnew connections