The weird effects of Firefox's remote control on Unix

I hope that Firefox's remote control feature is reasonably well known,but I suspect most people don't know about the surprising and relativelyweird effects it has in the Unix version of Firefox; certainly itsurprised my co-workers when they stumbled across it.

(Remote control is the feature where if you already have a runningFirefox and try to start another one, it will just open a new browserwindow (or tab) in the first one.)

The root of the surprising behavior comes from how


我的NikePlus跑步Song List

Continue reading...

如果這就是愛:讀黃文輝〈我的愛人〉




我的愛人
愛折磨我們
要行血腥的祭禮


當黃文輝把組詩〈我的愛人〉第一句寫成以上的樣子,他事實上是定下了這首“情詩”的基調,也坦率的讓讀者明白這首“情詩”非同一般。這首詩當然是描寫愛的,但更多是關於愛的反面。

巧遇藝術高人

話說當日逛夜冷店逛得十分累, 唯有回到最就近的藝術中心休息.

中心正在舉辦三個畫展, 嚴格來說, 將十樓白管子的展覽一併計算, 總共有四個. 我和同學到四樓的展覽層看畫. (身為藝術的學生, 竟然很少機會到學院畫廊觀

灰得很 — 沒有iPod聽著跑步的日子

當iPod還是大大舊的時候,我已經愛帶著那40G四圍走,跑步去。

今時今日,輕巧的iPod Nano加埋NikePlus,我可以一邊跑步一邊聽歌一邊有個鬼妹(你都可以揀鬼仔)話我知我跑了多少公里,簡直就係完美配搭。

更重要的是,這配搭會


健康工作.萬念俱灰(昨日版)

1.
看now tv24小時新聞台,真會感覺置身一個不同的世界,比較令人心平氣和,因為該說的話有人替你說了。報導的新聞不多,但有脈絡有深度,有著隱性的規勸意識。知性而平民,編輯向度有力,比如有別於鋪天蓋地的「辭

有點火



這種事情是永遠都會發生的。

每隔一段時間,就會有人來“投訴”我最近寫的文章“無哂火”。

近來,我的回覆都是“我老了”,之後就顧左右而言他。其實他們想我說什麼呢?

我以前會介意的,也會檢討和擔憂。

現在,我已經

Why I believe that you want Solaris if you want ZFS

As Wolfgang Lonien recently pointed out , Solaris isn't the only systemwith ZFS, as you can also get it in at least FreeBSD. Despite theseports, I believe that Solaris generally remains your only solid choiceif you need ZFS.

The problem is that ZFS is currently incomplete, with both missingfeatures and significant problems . Thismeans that the work of integrating ZFS into other systems is notcomplete, and there are two potential issues with the remaining work.

The first is the most straightforward: you are taking


你為什麼不快樂?

你為什麼不快樂?

全世界都趕在農曆年前後向聯交所入A1表。這陣子,凡是有IPO deal在手的都忙得頭昏腦脹。看看日曆,shit!原來已是一月中,我白白錯過了今年的Christmas sale!

反正今天下午沒有conference call,我決定偷走出去IFC Mall進行精神排

Layering buffering on top of other buffering is usually a bad idea

Here's something that I've seen illustrated more than once : layering buffering on top ofbuffering is almost always a bad idea .

One of the reasons is that it can be tricky to write a correct version.For example, consider all the things that you have to get right if youwrite a file IO buffering layer on Unix, including:

  • you must remember that you've seen an EOF, and return this indicationto the next level up without doing another underlying read() .
  • you must return