畫一個圓

那不是圓形,是一個句號。

雖然永遠只會遇上壞男人。

雖然永遠只會遇上將我當作Mary的男人。

雖然永遠只會遇上說掛念我說喜歡我但就是不肯拍拖的男人。

雖然永遠只會遇上樂意和我逛街看戲吃飯不過更想和我上床的男人。

So?

My view of Solaris 10 summarized

I've now used Solaris 10 off and on long enough to have something of anopinion on it. I could write an entry along the lines of my reactionsto Solaris 9 , but I can summarize it simply:for me, nothing really fundamental or revolutionary has changed betweenSolaris 9 and Solaris 10, and the whole Solaris 10 experience leaves meonly a bit more enthused than I was with Solaris 9.

Or, in short: Solaris 10 is just a warmed-over, slightly tuned


A clever way of doing IP address assignment

One of the little hassles with hardware that can be managed over thenetwork is the bootstrapping problem: it has to somehow get an IPaddress so that you can manage it and give it the right IP address. Overthe years, vendors have come up with any number of solutions to this,such as the ever-popular 'give it an initial static IP address and it'sup to you to arrange a host that can talk to it'.

Recently we ran into a piece of hardware that has the


盛況空前

今早。

下機後開啟手提電話。

嘩。

收到四個不同男人發出的短訊。

中英法日俱全。

發生了甚麼事?

近來香港女人很缺貨嗎?

題外話。

世上最錯的事就是當男人打電話給你你認不出他的聲音還用另一個男人的名字喚他。

主耶穌基督

20070426 網摘 – 你覆了沒有?

Copyrights

Blog

  • 留留言 Quote: 然而,一些部落格,留言不但多,而

What do Unix errno values mean?

Here's a philosophical question: what do Unix errno values mean?

One possible meaning is that they are hints about why your systemcall failed. Another possible meaning is that they specify what wentwrong; in the extreme, a system call can only fail for certain specificreasons, each of which is associated with a specific errno value.

Errno as a hint is essentially the traditional Unix view. V7 Unix didn'teven document specific error returns for system calls, and Bell Labstook it to the logical


城市哦~發哥? 睡衣?



Continue reading...

故事的角色


如果你跟我一樣成長於七、八十年代的澳門,請問你還記得小學時讀的課本有描述過澳門嗎?我的印象中是沒有的,英文課本的主角“明輝”和“小明”只會去新界郊遊,尺牘課本的女主角“小曼”會寫信向住在外國的表兄介紹

城市哦~之「大爺 吃早餐了」











(圖片﹕柏齊)

大爺 吃早餐了


曲:楊友仁
詞:黃孫權、楊友仁

是你 先離開了
這個家園 飛上天去
軍毯哭泣 的那天
山東大調 終不能言
我的家鄉 離的遠
無法帶走 所有思念
來不及吃 的早餐
卻成了家園 的預言
大爺 吃早餐了
窮人墳場 這公園

RPC is surprisingly expensive

Once, long ago, I did a distributed computing project course where Itried to speed up a drawing program by moving its expensive floatingpoint calculations (I believe it needed to calculate square roots forsomething) to a machine with a much faster CPU and floating point. Weused Sun's RPC/XDR for this because it was both a great match for whatwe were doing and the obvious choice at the time, among other reasons.

Rather to our surprise the drawing program just didn't get much faster