The quest for a nice Linux CD player application

Why is it so hard to find a decent CD player on a modern Linux system?It's not that I have particularly demanding requirements; all I reallyneed is something reliable that does CDDB lookups, ejects the CDs whenthey're done playing, and that will show me the total time remaining inas well as elapsed time in the track. (Other features would be nice butare not as important.)

(Technically, I also need a CD player program that willdo direct digital playback, since


我們真的有時間嗎?


親戚有病,個半月之前發現肝癌,已到末期,要馬上動手術切除。

切了有癌的大半邊肝臟,醫生發現另外半邊也有肝硬化,肝功能已經很弱很弱。

這幾天,病情再惡化,癌病毒已經入血,擴散向其他器官。

這時候,鬥志沒有用,

A classical Unix tape gotcha

Here's a classical Unix tape gotcha:

mt -f /dev/st0 fsf 5

If you're lucky when you make this mistake, you were fsf 'ing thetape to read from it, and it is merely embarrassing and time-wasting.

The difference between normal and no-rewind tape devices is that onerewinds the tape when you use it and the other doesn't. More precisely,the tape is rewound when the tape device is closed for the last time(usually as the


「點解做空姐?」之伸延性問題「想做幾耐?」

承蒙公司對本人之厚愛,o係我半年port o左廿幾日 sick leave,CPP低無可低,因為表現失準態度輕佻私生活唔檢點既謠傳,一次又一次俾媽媽生召見既情況下,依然順利通過試用期,令一眾友人大跌眼鏡。

好啦!另一個問題o黎啦。朋

Wii 之放手

與老弟討論最近 連續兩宗 Wii 脫手飛爆 mon 的事故。

我:玩 Bowling 至少沒有像網球那樣有激烈的揮拍,動作應該不大才對? 弟:但重點是,玩 Bowling 是要放手的… 我:係噃…


舌戰

思潮作動: 去你度去我度
邵家臻大戰鄧小樺

由於長期在抵抗中成長,並潛心於弄清楚自己的限度與目標,一個自我離散而且非常causal的人如我,竟爾被視為擁有很肯定的自我。這個說法的誤會之處及它確實說中的地方,看來可能永

Why I don't file bug reports very often

I just finished filing Fedora Core Bugzilla #217080 . Betweendoing research to see if this was already a solved or known problem,gathering all the information, and actually writing everything down,it probably took me around three hours. (And I already have a Red HatBugzilla account and know how to use Bugzilla, or it would have takenlonger.)

This isn't particularly atypical; writing even decent bug reports issimply a lot of work, much of it tedious and/or


2+2=5

近期放在mp3已有一星期的大碟radiohead--hail to the thief
2+2=5 (The Lukewarm)
聽歌吧~

生命要進入小說


蘇偉貞是台灣頗負盛名的小說家,她專寫女性的愛慾,柔情中見剛烈,並以獨特的小說風格不斷超越自己,終於在1994年以長篇《沈默之島》贏得中國時報的小說大獎。同年朱天文也交出了名氣更大,影響更廣的《荒人手記

Why ssh validates host keys using the exact name you supplied

One of the little things that ssh does is that it checks and maintainshost keys using exactly and only the name you used on the command line;it doesn't canonicalize the name. (Well, not much; these days it willalso try the IP address that the name resolves to.)

The problem around here is that the names of machines can be specifiedin all sorts of different ways, because of domain search paths; oftenwe have bare name, bare name plus the subdomain, and then two