走向科幻的《凶鈴再現》

凶鈴系列中的《凶鈴再現》慘淡收場,可能是導演說故事說得不夠好,可能是結局不是大團圓,可能大家仍期待《午夜凶鈴》的懸疑加驚嚇劇情。不過,這個由小說《螺旋》改編的續集,其結局也的確令人心寒與絕望。

[以下劇


咋舌時刻



Continue reading...

任是失敗也動人

(其實我想取的題目是「惟是失敗才動人」。昨日看了京奧的娘爆閉幕式,加倍感動於去年雅典奧運閉幕式開場時那個憂傷動人的失敗精華片段。)

任是失敗也動人
奧運.經濟.歷史

每年奧運都有金牌榜,向來都是心心所繫;只

潮句

我以為這一句話已幾近成為潮句:

我並不同意你的觀點,但是我誓死捍衛你說話的權利

這是啟蒙時期思想家伏爾泰 (Voltaire) 的名言,簡單精準地說出言論自由的重點。

為甚麼是潮句?因為在今年我看到很多文章都引用這一句。

但想


The concept of error distance in sysadmin commands

I have recently started thinking about the concept of what I will callthe 'error distance' of sysadmin commands: how much do you have tochange a perfectly normal command in order to do something undesirableor disastrous (instead of just failing with an error)?

(As an example, consider the ZFS command to expand a ZFS pool witha new pair of mirrored disks, which is ' zpool add POOL mirror DEV1DEV2 '. If you accidentally omit the ' mirror ', you will add twounmirrored


Fixing low command error distances

Suppose that you have a command with an unnervingly low error distance , either because a vendor stuck you with it orbecause it's the natural way to structure the command's arguments.The way to fix this is to change the sort of error required to makea mistake, so that you move from a likely change to an unlikely one.

(If you are working with a vendor command, you will need to do thiswith some sort of a cover script or program. If you are working witha


急 起 直 追   項 明 生

轉載自壹週刊
一篇很勵志的訪問,跟大家分享。



月前與謝一起為一對新人尋覓結婚禮物的時候,在homeless看到這隻豬,一度嚷著要買下來,後來覺得新人會不樂,於是作罷。

後來書展,謝來了,送我禮物,回家拆開,便看到這隻豬,還夾了小籤:「只有你這樣的人,才會喜歡這樣

《 黑 夜 之 神 》 系 列 2 之 誰 是 神 ?



Continue reading...

An update to the ZFS excessive prefetching situation

A while back I wrote about how I had discoveredthat ZFS could wind up doing excessive readahead when faced with manystreams of sequential read IO and wind up throwing 90% to 95% ofthe IO that it had done (with terrible consequences for applicationperformance). It's time for an update on that situation.

First, for various reasons we wound up moving to Solaris server machineswith 8 GB of memory (SunFire X2200s instead of X2100s)