該網主話七日內刪除!所謂欲免向隅
我希望就算有天我真的重逾
(那個網頁的layout不錯,但留言的字數限制太高
Respecting Unix signals
There is a certain class of program that decides it knows better thanyou about when you should be able to stop its operation. The mostirritating way to do this is to catch ^C (and even ^\); such programswin a modest prize from me, usually awarded with 'kill -9'.
Yes, some operations are dangerous if interrupted half-way through andprograms need to protect themselves against them. Short operations. Itis very rare that a program needs to block signals for very long
訪問作為博客
她說看了我這個BLOG幾有意思
於是問我有沒有興趣接受她正在籌備的
一個關於澳門人寫BLOG的專訪
因為看來也幾好玩
我也就答應了
本來李小姐說其他受訪者都在家中接受訪問
我怕自己的家太寒酸失禮
An extreme example of C preprocessor (ab)use
A while back, thedailywtf.com ran this entry onC preprocessor abuse. Unfortunately (and in fact as noted in thecomments), this is nothing to the true devotee of turning C into adifferent language.
This preprocessor trail was blazed early on, in the V7 Bourne shell,written by Steve Bourne. The story goes that Bourne didn't really likeC all that much, and instead much preferred Algol. Armed with the newC preprocessor he saw the opportunity to fix this problem and createdwhat
冷靜而愉悅
後面還有;幾點意見說在前頭:
有人的地方就有是非,唸過
逝去的風景
A year (and a bit) of WanderingThoughts
I'm bad with anniversaries and at making blog entries come out on time,so it was a year and nine days ago that I wrote the very firstWanderingThoughts entry , not a pleasingly exactyear. There's probably a lesson in this.
(Or a year and eight days, depending on how I count it; while I wrotethe first two entries on June 11th, I only made the decision to keepwriting at the pace of an entry a day on the 12th, when
More on the Solaris ssh stuff
I discovered today that the unpatched Solaris ssh program doesn'tunderstand the 'GSSAPIKeyExchange' and 'GSSAPIAuthentication'configuration options that are necessary to fix the problem on the patched ssh. (I had them in a $HOME/.ssh/config file that was shared between a patched system and anunpatched system.)
So what appears to have happened is that Sun developed a new version ofssh that implements the GSS stuff, and as a result requires it and theKerberos stuff to be installed and configured and so