經 Sidekick 和 Vista 的介紹之下,看了幾個在台灣現在相當火熱的 《超級星光大道》 ,果然很不錯。當中最多人討論的當然就是 楊宗緯 跟 蕭敬騰 。我自己就很喜歡蕭敬騰唱的「新不了情」,他那種肉緊的表情和滿有味道的聲音,雖然開始時
婆婆走了

昨天傳來噩耗,女友的婆婆離開了。
婆婆中風是兩星期前的星期六,熬了十多天,最後於昨天早上,靜悄悄地離開。
婆婆是馬來西亞人,說得一口流利英式英語,兼且是家中唯一還懂得寫中文的成員,女友邊洒淚邊笑說,婆婆離
鑑於流水(五)
很少一個人去六四集會,以前要幫忙派六四特刊,再後來也要幫忙籌款,再後來也 拖著謝某 。今年因為
Why I hate firewalls, especially stateful firewalls
I hate firewalls because every firewall between two machines trying totalk to each other is another place for things to go wrong, which meansanother place to check (somehow) when things do go wrong.
Stateless firewalls at least have the grace to have consistent andpredictable behavior; if something is wrong, it is going to be wrong allthe time. Stateful firewalls make your life exciting by varying theirbehavior based on an ever-changing flux of generally unpredictable andinaccessible information, so things can go wrong now and right
評遊戲評
今期 e-zone 的遊戲介紹:
(一) Bioharzard Wi 版評論
優點:遊戲內經常要開槍射擊敵人,玩家雙手休息的時間並不多,久而久之,必定可以鍛練出強壯的手臂。
簡直是任何 Wii 遊戲都適用的評語,而且這是優點?
(二) Tomb Raider Anniversary 評論
然而,錯
Why you want a filesystem consistency checker
Filesystem consistency checkers have historically had three overlappingpurposes:
- to patch up the damage done when a machine was shut down partway through modifications to the filesystem.
- to find and fix up problems caused by corrupted disk blocks(whether they're caused by a dying disk, a controller error thatscribbled random data on a track, or whatever).
- to check for and repair structural errors created by operatingsystem bugs .
Fixing inconsistent filesystems is mostly or entirely obsolete thesedays, due to people moving to journaled filesystems that never
澳門不再悶,可以嗎?
這十多個星期以“點解澳門咁Q悶”為題,思考生活在這小城的根本概念。這一系列的文章,每寫一篇都有若干遺憾,我試圖以一個土生土長澳門人的角度去點出同代人可能遇到的問題,卻找不到答案。
鑑於流水(四)
鑑於流水(三)
【明報專訊】雖然很多北京 年輕人不知道「六四事件」為何物,而曾經歷過六四的北京人則對這個名詞諱莫如深。不過,六四並未在北京人記憶中刪除,曾會晤
RPM's multi-architecture file ownership problem
An increasing number of Red Hat/Fedora machines are dual architecture:they run both 64-bit and 32-bit x86 programs, and thus need to haveshared libraries and RPMs and so on for both of them. This canexpose some interesting issues when installing and upgrading RPMs;one of them is the dual architecture file ownership problem.
There are a lot of RPMs that install both architecture-dependent fileslike binaries and shared libraries and architecture-independent fileslike header files and manpages. The