補記董啟章《天工開物》座談會

之前完成的董啟章《天工開物》座談,算是談得相當滿意,陳智德與董啟章相當「有feel」(陳生一邊講一邊用力地握緊拳頭敲著桌子),我則覺得自己在插科打諢方面發揮合理水平,堅持在文靜的二人身邊笑得有夠無賴。7月2

20060729網摘 – 懷念娟姐

Web Dev

Google


A plug for blastwave.org

Oscar del Rio's comment on a previous entry has ledme to take a look at blastwave.org for my Sun freeware needs; I had previously tried out sunfreeware.com , mostly becausethat comes up first for a Google search on [Sun Freeware] .

Blastwave is a breath of fresh air on Solaris, in that it is a clumsierversion of what I've come to expect as basic functionality from Linuxpackage managers like apt and yum : you have your automatic fetchingof stuff and running of pkgadd


既不能笑,又不準哭

發現了一件 有趣的事 。字典為證書店有售,誰都馬上笑出聲,大家鼓動著要俾料主流傳媒報出來。報出來就成了一件 悲哀的事 。惟是只看/信主流傳媒所謂客觀持平報導的人,既沒笑的機會,也沒哀的機會。是以我們的生活如此

Unix files do not have creation times

There is a persistent belief, held by a large assortment of even fairlyexperienced people, that Unix files have a creation time. They don't.

The belief generally arises because one of the three times that allUnix files have is called ctime , going along with mtime and atime .However, the 'c' stands for 'change', not 'creation'; an inode's ctime is updated more or less any time various data fields in the inode itselfare changed.

(The exact details of


削好的,等待著

這些必須都要克服:一旦寫評論時,就渾身像發燒一樣,手抖,喘氣,上半身滾燙下半身覺得寒冷。 這些都是論文期間的反應了,我又忘了我是如何克服的。以前不是這樣的——〈狗的病〉分開兩天寫,我記得期間躺到床上時,

看不到的嘲弄

沒有有線(而且我的電視機小得來坐的人都看不見),今日看不到梁文道和葉輝(據說葉輝先生嘲弄我的青春!可惡。)。頹。誰有辦法「download」之類?

其實家裡有有線,但要把這些事抖露出來——決計是不肯的。

xterm's ziconbeep feature

One of the cornerstones of my X setup is an xterm feature that a lot ofpeople probably haven't heard of: -ziconbeep . The manpage explanationis too long and obscure to quote, so I'll summarize: if an iconified(aka minimized) xterm with -ziconbeep gets output, it puts ' *** ' atthe front of its title (technically only the icon name) and optionallybeeps. (When you de-minimize the xterm, the title addition goes away.)

This probably


Thx... ...

謝謝你送的花。

它正靜靜的躺在餐椅上,日光斜照進來,空氣中的微塵在花束旁邊飄蕩。
不言不語,寧靜中可以感受到你對我的關愛。

作為朋友,你用於我身上的心思專注,太厚重了。

大概,這已經是你和我最好的出路了。

不管

An awk idiom: getting fields backwards from the end of the line

It's easy in awk to get fields counting from the start of a line;the first field is $1 , the second field is $2 , and so on. Butperiodically I'm not interested in fields at the start of the line, I'minterested in a field at the end of the line; it's much easier to seethat it's the third-last field than to carefully count how many fieldsit is from the start.

(And sometimes you have a