媽媽

媽媽:

在這個不可開電視、不可發出任何聲音、不可開燈的晚上,有點話想跟你說。

如今,除了工作需要,我已經不會回這個家的了,你有必要那樣對我嗎?

我不是朝九晚六的OL,也有freelance工作尚未完成,不可能晚上十一時就關燈

幾 件 令 我 摸 不 頭 腦 的 事



Continue reading...

sorry,去了九州沒有update

send個電臺訪問給你們
講我的兒時偶像鄭秀文。

https://www.rthk.org.hk/rthk/radio2/SeeSaw/20090110.html

追捧

未看波兒,先看了這篇文章 — ,文章主要談到的是日本學者佐藤健志提出的「宮崎駿的論理之死」,提出宮崎駿近年作品說故事不合邏輯,卻越來越受歡迎,被人不斷發掘「意義」,與及日本成人觀眾永遠不想長大的逃避心態。


Why high availability NFS requires shared storage

Suppose that you have a situation where you need transparent highavailability NFS for something that is read-only and updated onlyinfrequently. Instead of going to the expense and bother of settingup real shared storage, it's tempting to try to implement this bysetting up a number of fileservers with local copies of the filesystem,synchronizing it from a master machine with rsync , and then using aslight variant of the basic HA NFS setup .

Unfortunately, the tempting easy way doesn't work; you can't


The inner life of NFS filehandles

The NFS protocol uses something called a 'file handle' to identifywhat file a given operation applies to; this is sort of analogous tohow a traditional Unix system internally identifies files by theirinode number (well, their device plus their inode number).

In theory a NFS filehandle is opaque and an NFS server can use anyscheme it wants in order to uniquely identify files. In practice thereare a number of constraints on how a NFS server can form filehandles,based on preserving as many Unix semantics as possible


Walk the Talk

When we fall in love with arguing with people, it is a good feeling that will lead to a darn bad effect. Dale Carnegie claimed that we can't win an argument. We can't because if we lose it, we lose it; and if we win it, we lose it. Why? As often happens, the moment we triumph over the other man and shoot his argument full of holes in an apparently landslide victory, we feel good. But that particular person gets hurt and resents our

(無題, 因無言以對)

人事部的女同事召我入房傾計, 我抱著被炒魷的心理準備踏步前進. 公司「例行公事」出了張警告信給我, 大意是不准再做錯事, 並要小心維護公司聲譽、繼續忠誠服務之類. 女同事是個好人, 談了一會, 她說警告信的事並不嚴

我想唔撈呢份工:Geek Geek戰鬥員之哀歌。

幪面超人劇集內經常行先死先果班二打六壞人,究竟點稱呼?

問過幪面超人專家肥倫,佢好正經咁答我話:「佢地一般被統稱為戰鬥員」,而坊間就向來慣稱他們為Geek Geek,因為佢地出親場,都係Geek Geek聲咁叫。

無諗過呢班Geek Geek都有


Using iptables to get around the policy based routing limitation

A while back I discovered a limitation in Linux's policy basedrouting, where you couldn't use the straightforward means to flexibly route outgoing traffic ona dual identity machine over differentinterfaces (for example, to force all SSH traffic to flow over one link,regardless of the destination). At the time I wrote:

To fix this situation up, you need to change the source IP address ofthe packets to fix them up. Unfortunately the only way I know of doingthis is to use source-