轉捩點

一個人的成長有很多轉捩點,這些重要關口,就似是佛洛伊德的口腔期、肛門期和性器期,通過了就是通過了,未通過就是未通過,看得到聽得見,就只有當事人懞然不知,自我感覺良好,看在旁人眼裏,事情早就清清楚楚。


舊文重刊:火中抽出鐵棒

*註: 今夜在看蔡楓華復出的《All 4 Ken 2011》演唱會 DVD,發覺所有歌我都懂得唱,卻是久違了,原來盧國沾先生為蔡楓華寫了不少好的歌詞,聽《青春三重奏》時,有段歌詞打進心坎: 「火中抽出鐵棒,我知道燒傷了一對手

Continue reading...

下次下次


卓韻芝的新書名為 《誰有下次,誰沒有下次 ? 》,都是談情說愛的文章,但她提醒讀者在感情生活中如何分辦「有下次」和「沒下次」,真是一矢中的。

其實在「今次」和「下次」之間糾纏不清的煩惱又豈止感情事,即使在愛情

六方 ----- 六神無方
























書名:六方
作者:麻手
出版日期:貳零壹零年柒月

零。 收到此書已半年有多,才剛開始看,實在很對不起,大概妳沒法完全理解一個人為何會這樣不喜歡看書,甚至我自己也不明所以,所有的條件應該是造就我是個喜歡看書的人
Continue reading...

小菜實驗

是日假期,享受生活的方式是嘗試煮一些未煮過的小菜.

中午試煮了椰汁雞,因為是第一次,沒必要買全隻雞來實驗,只買了些雞翼,這是上周某日看都市閒情學到的,我老是說有些菜色看一次就會煮,今日果然可以照做出來,
Continue reading...

天氣好, 心情好!


Continue reading...

聽不懂的粵語

雖然兒子的第一語言已是英語,現在說的粵語遠不及小時候字正腔圓,但他聽粵語一般是沒有問題的。那幾次帶他到香港,他用粵語跟人溝通,也沒有雞同鴨講的情況(倒是不時給人說他的「鬼仔口音」很 cute)。

那天,我在聽杜

A brief summary of how ZFS updates (top-level) metadata

As is common in filesystems, a ZFS pool's metadata and data livesin essentially a tree; at the top of the tree is the ZFS uberblockand the actual root metaobject set (which is pointed to by the ZFSuberblock). Because ZFS is a copy on write filesystem, none of thismetadata is overwritten in place. Instead, all metadata is writtento a new location, all the way up to the uberblock. This is simplefor everything except the uberblock; you write the new version of the


The different ways that you can lose a ZFS pool

There are at least three different general ways that you can lose a ZFSpool.

The straightforward way that everyone knows about is for you to lose atop level vdev, ie to lose a non-redundant disk, or all of the disks ina mirror set, or enough disks in a raidzN (two disks for raidz1, threefor a raidz2, etc). Losing a chunk of striped or concatenated storage isessentially instant death for basically any RAID system and ZFS is noexception here.

(I


An important way to get ZFS metadata corruption

In yesterday's entry on how to lose ZFS pools , Iwrote:

The third way is to have corrupted metadata at the top of thepool. There are a number of ways that this can happen, but probablythe most common one is running into a ZFS bug that causes it to writeincorrect or bad data to disk [...]

I'm pretty sure I'm wrong about that and that there is a much morecommon way to get corrupt metadata: disk systems that lie to you