來自香港的禮物


收到了
收到了
感謝 格子 小姐使出通天本領花了好幾個月
終於為我找到 森田芳光 導演, 松田優作 主演的 家族遊戲 dvd
我知道這套戲難找
較早前看過 其後 就對日本電影有了很大的改觀
所以松田和森田合作的戲我是非看不可的
想不到我隨

The excessive cleverness of some people's reverse DNS

I have to say that I'm bemused by the amount of effort that people willgo to just to avoid coming up with hostnames for their machines. (Thisis different from the lazy people, who just don't bother creating PTR records at all.)

By now I am used to the people who carefully give their IP addressesa PTR record of the IP address itself:

2.0.0.127.in-addr.arpa. PTR 127.0.0.


些微不捨

今日收到通知,本週斑駁日常是最後一週。一時打亂陣腳,又輸波,又要趕文——都是出於不捨吧。

1. 水馬

水馬,像是某種動物比喻,好像有點可愛的樣子——總令我想起水牛或者河馬。事實上,水馬非馬,外型上它與馬並無

重點所在

皇后已拆掉牌匾了,朱凱迪電話響到傻左,傳媒好像都期望著本土行動做野。益發感到劇本的存在。其實,我們希望香港人做野,更多於本土行動做野。有時學懂投入要先成為觀眾,那麼就認真做大龍鳳給各位觀眾看吧,但歸根

鵝肝與我

聽說唇上有痣的人都有口福,這點我是肯定的。

數任男友都愛吃愛煮,我只需坐著等吃。

要我乖乖聽話,用鵝肝填飽我的肚子就可以了。

愚魯如我,沒有我媽的天份(註:她仍在人間仙境放其悠長暑假),有的是煮甜品導致廚房

C++ Tricks 1.2 逗號運算符(,)、邏輯運算符(&&,||)與運算符重載的陷阱

farseerfc.wordpress.com 導入

1.2   逗號運算符(,)、邏輯運算符(&&,||)與運算符重載的陷阱

很多人甚至不知道逗號(,)也是個C++運算符。與語法上要求出現的逗號(比如分隔函數參數的逗號)不同的是,出現在表達式中


C++ Tricks 1.1 條件運算符(?:)

farseerfc.wordpress.com 導入

1.1   條件運算符(?:)

條件運算符(?:)是C++中唯一的三目運算符(trinaryoperator),用於在表達式中作條件判斷,通常可以替換if語句,與VisualBasic中的iif函數、Excel中的if函數有同樣的作用。語法形式如下:

condition


睇驗生活—亞里安

多得老友Ah Vee邀請,昨晚參加了人山人海的擁抱綠色和平音樂會。

音樂會期間,除了可以從中吸收了很多音樂以外的訊息外,當中意外收獲,就是有機會與我相識了十多年,但近年又極少一齊坐低飲杯茶食個包的亞里安。

昨晚,


晚上的憂鬱


青春需要夜生活,夜生活需要靑春。時代是轉變了,有些心態卻會代代相傳,例如靑少年喜歡夜生活,無論在酒吧、卡拉OK、disco,都可能是一種生活的需要。


設想你剛剛到達可以“出夜街”的年齡,一般來說,你會嫌父母很煩,

Redirecting traffic to another machine with Linux's iptables

Let us suppose, as a not entirely hypothetical example, that you haveadded an A record for your subdomain name that points to one of yourlogin servers, so that people can do 'ssh subdomain' and have it work.Let us further suppose that this login server is not your web serverand you now want to make https://subdomain/ also do something useful,instead of giving connection refused errors.

One way to do this is to use iptables on the login server to redirectany connections to