sorry,小氣。

重貼 〈辛酸與狠辣〉

關於蒼蠅

有些人總是需要通過否定他人,來肯定自己工作的價值。 一邊飾演孤立無援的勇士,一般紥作稻草人冷嘲熱諷;一邊罵人一邊說要大家攜 手;受指責時就反問「除了我的態度之外還有冇實際野講?

澳門書展活動推介:《新生代》雜誌的中學生閱讀習慣調查發布會

轉載:文/李展鵬

澳門的年輕人還看書嗎?他們在看什麼書?他們喜歡什麼作家?

《新生代》早在數年前就計畫進行這個調查,後來因為種種原因,這計畫一直延後。最初,我們的動機很單純:因為鄰近地區不時發表一些有關當

Clubbing partner 與 Clubbing partner 的對話

「你宜家有無新進展呀?你成日都去,應該大把chance喎。」

「So?我幾時缺乏過dating?我一年date過既,隨時多過人一世。」

「但你係拍唔成 ... ... 都有d奇。」

「所以隨緣啦。」

「好難想像你會single。講真,如果唔識你既話,覺

The downside of a unified buffer cache

When vendors started releasing Unix systems with a unified buffercache , people discovered that the new operatingsystem releases tended to perform not so well under load. Generallywhat happened is that programs got paged out madly, so any time youtyped a new command line in your shell session there was a great biglurch as your shell was paged back in and then the program startedand so on, and by the time you got back to your shell it had pagedout again.

The underlying problem is that processes can use up


一大串

1. 文明單位:時間繁史
嘉賓:董啟章

有兩次,董啟章眼裡突然流露出很怪的神色,當下連聲追問「做乜!你諗緊乜!有乜想講!」總是不果。無論如何,節目完結,再無儘快把書看完的實際要求,但這幾天「把書看完」的心情
Continue reading...

A safety tip: keep your different sorts of source trees separate

Like many places we are slowly moving out of an era where we ran Unixesthat came from the vendor with very limited amounts of packages, and sowe had to build and install all sorts of them ourselves. Some of thecollection we just compiled as-is, and some of it we had to modify, andsome of them we wrote ourselves from scratch.

And we put the source code for all of them in the same local sourcetree.

Allow me to suggest that you not do this. If you


我的朋友為何這麼多(小劇場)

知道本人去修眉,幾乎已接近厭世狀態的中產階級行政女王郭某,表現出少有的熱烈。不但馬上建議各種牌子的眉鉗眉筆,而且還打算上我家(八層樓梯啊)教我畫眉和修眉,馬上約日期近乎急不及待。郭某表面冷靜,一旦開心

記憶前書

























書名: 記憶前書
作者:鄭政恆



阿恆是我近年來一起搞很多 音樂的朋友
有天一起夾歌,
他突然送上一書。

我好像試過很少次,
有朋友送上新書(首部作品集)
原來是感覺很暖的。
也加上這書的封面設計及用紙等,
都給我很好的感

救救小玲願望成真大行動

Dear friends:

你地幫我一個忙得唔得呀?

我有一個小願望,需要得到你地既支持。

放心放心,我唔係要去買Chanel Cartier定Manolo。

只係,我真係好想實現呢個願望。

一個我等左好多年既願望。

Love,
Elaine

Why I like Python's large integer support

The simple explanation of why I like Python's large integer support(somewhat misleadingly called longs for historical reasons) is that theymake it convenient to deal with arbitrarily large binary numbers.These crop up surprisingly often, sometimes because a large bunch ofbits is the natural representation of things like IPv6 addresses, andsometimes because they make algorithms clearer and simpler.

For example, take the job of generating a random password that's drawnfrom a given alphabet. The simple approach to doing this is:

from math