青春無法歸類

什麼是有澳門特色的青少年?請看以下問題,並嘗試思考答案:
1. 如果澳門不是龍頭產業一行獨大,青少年是不是會更相信明天會更好,至少知道前路不只有一條?
2. 如果澳門不只有遍地開花的賭場,青少年和師長會不會有

最寵我的朋友 - Benny

Benny一直說我是值得有好男人去疼惜的,所以,在那個人出現之前,他就代替那個人去寵我囉。

我哭時,他半夜跑出來陪伴我;我失意時,他不睡覺陪我聊天;我生氣時,他做我的出氣袋。

他永不缺席,我被人欺負,他會心痛憐惜

How not to set up your DNS (part 14)

In the traditional illustrated format:

; sdig cname scrubber2.dom1.com @ns1.dom1.commta1.otherdom.commta2.otherdom.com

This is a well-intentioned and noble attempt to do round-robin CNAMEs.Unfortunately it doesn't work, because you can't have multiple CNAMErecords; you can have either one CNAME record or any number of othersorts of records. For what this domain is trying to do, they need toget the other


你仲年輕



這段片子拍和剪都很用心,還有竇唯的歌。


文明單位: 十年七一
嘉賓:孔令瑜、葉寶琳(其實副題是否應為「三娘教子」?)


〈賀回歸〉
飛吧 臨流鳥飛吧 !— 消失的翅膀 》)
曲詞: 陳曙曦 莫蔓茹
盼回歸 你我期待
迎回歸 迎這

不要忘記5

天天致電給你的男人忽然不再了,不會是發生了意外工作出了問題。
只不過因為他不想打電話給你不想聽到你的聲音。
不用將問題簡單複雜化。

回歸? 我知道!!!

回歸?
回歸了一個什麼地方?
回歸了我們在什麼地方生活?
我們快樂嘛?
兩粒糖就可以讓我們沉默嘛?
我不知道
我知道...

***********************************

我知道==黑鳥 ( i know

What the unified buffer cache is unifying

Pretty much all Unixes these days have what is called a unified buffercache. If you don't know something about Unix history, this name is alittle puzzling, because what is it unifying?

The simple explanation is that originally Unix had the buffer cache,which cached blocks of recent disk IO (whether directly from userprocesses via read() and write() , or from internal kernel IO), andprocess virtual memory, used for the code and data of running processes.The buffer cache was statically


從密雲到太空漫遊

(半癱狀態之下寫成,錯漏還待各位補充。)

自家雜碎

每年七一都裙拉褲甩。今年在鵝頸橋街市尼泊爾人的布店裡買了兩幅紗布,上到廿九几,已經兩點。紗布漂亮但疏漏,兩點半兩點半了,口號還未想到,一眾廿九几藝術家冷
Continue reading...

孩子

孩子
你們就是在如此 僵化 的城市長大
....!!!
太悶熱了。

The optimization rule for systems

One of the rules of optimizing program performance is that there isno point in optimizing code that is not run very often; you optimizethe performance critical code, and then move on to other work. Thereis a similar principle in system design and system administration: improving an area that is not a concern to people does not reallyexcite them . To significantly improve people's lives, you have to workon something that they care about, something that is hurting them now.

An important consequence of people not caring