異議聲音 二零零六

異議聲音二零零六
(天安門迴響)

一九八九 六四
想超越愛國
要真正民主
做人的運動
愛恨哀怨 迴響不絕
二零零六六四
要再上路
愛人同志
到廣場去
死生相隨


一個公開呼籲

接收到此訊息的朋友 請帶同自己的發聲、演展、播放器具 ,於六

我需要的悲哀和自負


周六又要上北京
已經沒有什麼感覺了

其實到達目的地之後工作就跟著出現
喜歡不喜歡都不是我可以控制的了
出差最難過的反而是困在飛機上的幾小時
不管座位如何
飛機上的空氣也是令人不舒服的
總之就是坐立不安
這可能是我個人

A message you do not want to see from your backup software

We just got the following message today from a well regarded commercialbackup system that costs a lot of money:

* host:/filesystem save: path length of 1025 too long, directorynot saved: /filesystem/long/dir/path/...

Path name length limitations; just what I like to find out about inmy backup software. (I suspect that the limit is 1024 characters andthat the path is not exactly 1025 characters, it's


The problem with treating RAID arrays as single disks

A lot of hardware RAID systems (whether controller based or SANs) liketo present a multi-disk RAID array to the host operating system as asingle device. While attractive, this can lead to hard to diagnoseperformance issues under load (well, a random IO load).

The basic problem is that you get the best performance by keeping allof your disks busy. But when you aggregate multiple disks into what theoperating system sees as one disk, the operating system is going toschedule IO for one disk


地獄















已經停筆一星期了。

20060526網摘 – 中大‧禽流感‧未解決

重未完,未解決

  • 巴士阿叔未解決 感性可以,但不要非理性,否則只是無聊
  • 當一個人面對巴士怒漢 Quote:年青人文化很奇怪,從來也未建立一套有效對抗「威權」的文化。香港的青年人不是沒有反叛性,而是反叛的手法十分的底劣。

外部記憶裝置

《攻殼機動隊》常常提到「外部記憶」的裝置,究竟是指甚麼?

所謂「外部記憶」裝置,所指的可以是電子腦、終端機、光碟硬盤等等。這些裝置的主要作出,當然是用來記錄資料,是用來存放符號信息的載體。每個人都有各式


Link: Classic Mistakes Enumerated

Classic Mistakes Enumerated is an exerpt from the book Rapid Development by Steve McConnell; itruns through 36 familiar classic development mistakes that people makeover and over again. Brooks's Law makes an appearance, of course.

(From Bill de hÓra .)


A Linux su surprise

I found out about Linux su 's ' -p ' option from comments on a a previous entry . The option is also known as -m and --preserve-environment ; the manpage describes it tersely as 'donot reset environment variables', but the info document tells the fullstory:

Do not change the environment variables `HOME', `USER', `LOGNAME',or `SHELL'. Run the shell given in the environment variable`SHELL' instead of the shell from USER'


SCGI is a form of caching

This is perhaps an obvious observation, but I've recently consciouslyrealized that persistent SCGI and FastCGI daemons area form of caching of regular CGI programs; rather than caching data,they're caching code and often configurations. Thinking about them thisway has made several things clearer to me.

As caches, they have all of the usual concerns with detecting anddealing with cache invalidation, complicated by the fact that fewenvironments have really good support for loading new versions of yourprogram's code on the fly.