凶鈴系列中的《凶鈴再現》慘淡收場,可能是導演說故事說得不夠好,可能是結局不是大團圓,可能大家仍期待《午夜凶鈴》的懸疑加驚嚇劇情。不過,這個由小說《螺旋》改編的續集,其結局也的確令人心寒與絕望。
[以下劇
凶鈴系列中的《凶鈴再現》慘淡收場,可能是導演說故事說得不夠好,可能是結局不是大團圓,可能大家仍期待《午夜凶鈴》的懸疑加驚嚇劇情。不過,這個由小說《螺旋》改編的續集,其結局也的確令人心寒與絕望。
[以下劇
我以為這一句話已幾近成為潮句:
我並不同意你的觀點,但是我誓死捍衛你說話的權利
這是啟蒙時期思想家伏爾泰 (Voltaire) 的名言,簡單精準地說出言論自由的重點。
為甚麼是潮句?因為在今年我看到很多文章都引用這一句。
但想
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
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