奔馳飛翼,行將展翅。

不要以為我是汽車發燒友,我還是較喜歡步行、騎單車和坐地鐵的,愈低碳就愈好吧。

但看見這台奔馳(Mercedes-Benz)的復古跑車SLK Gullwing,又真的令我眼前一亮,那對雙翼齊飛的車門,打開起來真的很有氣勢。

很小很小的時候,我就是

Continue reading...

全城熱戀熱辣辣 ------ 好多靚人!

1 .齣戲好明顯係晒卡士,咁我就講卡士先!

2. 徐若瑄一貫的靚,可愛及sexy!!!
清純look的AngelaBaby非常討好!
從未如此正過的徐熙媛,因為我從沒覺她靚過,今次係第一次!
仲有我喜歡的劉若英,不過今次佢搞醜樣自己!
未見樣我

天命難測

香港最有名的哲學家是李天命;如果你在香港街頭做訪問,要求途人甲或途人乙舉出一個香港的哲學家,他十之八九都只會答「不知道」或「李天命」。我想談的主要不是李天命,而是李天命的名氣。

李天命在香港的名氣是一個

Some notes on using socket.getaddrinfo()

Since I've been immersing myself in IPv6 I've naturally becomeinterested in finding out the IPv6 addresses of hosts, which means getaddrinfo() . In many ways, getaddrinfo() is a great API; it'swonderfully tuned for giving you exactly the information you need inorder to make connections to places. In other ways, it's less than idealand how to use its API is unclear.

(For the rest of this, I'm going to assume that you'


Ex-boyfriends' girlfriends

對男友或前男友的前任女友, 我沒有感覺.
她是美若天仙的完美情人, 與我何干, 他還是跟我一起.
她醜如女巫,性格像大便,與我何干, 他終於不用再受罪.

但對前男友的現任女友, 我卻不能自拔.

看到他找到賢良淑德的氣質

The purpose of configuration files

The common garden variety configuration file is generally terrible;hard to write, hard to read, and hard to use. That's because they'vegenerally been designed wrong, with the wrong purpose.

Much like programming languages, very few people create configurationsystems with the goal of communicating with both the program and otherpeople; instead they are almost always aimed just towards communicatingwith the program. When you are just communicating with the program, allsorts of things can be implicit , cryptic,and focused on the


王菲‧傳奇

王菲‧傳奇

久違了的歌聲,依然,動聽。


原唱者為李健。一樣唱得動聽。
Continue reading...

新氣象


本文寫於年初一早上,虎年所做的第一件事就是寫稿交稿,難免要寫樂觀一點的題目,難免會渴望見到一些新氣象。

每年新春,我們都寄望自己遇上好運,甚至會在一些習俗中追求一種送舊迎新的感覺。有些朋友相信全年的運程

第一次舞獅的前因後果

我住的小鎮雖然不算太小,人口大約十萬,但中國人卻不超過一千。正因為如此,所以這裏的中國人互相認識的很多,而且較有動力搞一些聚會甚至大型一點的活動。每年的重頭戲就是春節聯歡晚宴,有二百人左右參加(這裏沒

A Linux gotcha about daemons and bindv6only

First, the brief review. Linux's net.ipv6.bindv6only sysctl controlswhether an IPv6 socket can also accept IPv4 traffic (with IPv4 mappedaddresses), or whether it binds only to true IPv6 traffic. So if youwant to turn off dual binding (which I think youshould), you turn this sysctl on and then run around fixing up things towork.

Except there's a gotcha. Whether IPv6 sockets can also talk IPv4 isactually a