都喜歡聽蔡寶

文明單位:大學
嘉賓:蔡寶瓊

忙到沒有時間update,書當然也沒有看完。雅斯培的《大學的理念》裡面堅定的大學價值追求,現在看來像是天方夜譚,耳際不斷想起「out左!不實際!」的諷嘲——可是,若100年不到的理念就已經

明報世紀版隔週二:自尋短見

需要時間調整來重新適應字數,不過總算多了機會寫論述文章。方文山想寫很久了(接近一年!),這裡仍然未完全開展;關於不是蘋果的故事,更是希望有機會再說好一點。

年輕三種

所謂年輕的末梢,意思是全間卡拉ok裡最老

Features that I wish ZFS had

This is not counting features that Sun has already said they are goingto put in someday, like the ability to remove vdevs from a ZFS pool.The motivation for many of these wishes is good long term storagemanagement , something that ZFS iscurrently weak at.

  • the ability to migrate a filesystem from storage pool to storagepool (on the same system) without user-visible downtime or lockups.In theory this ought to be doable, since ZFS is abstracting everythinganyways.

  • the ability to control and change what vdevs

Where to find specifications on HTTP POST behavior

Some IP addresses (probably not friendly ones) have recently taken tomaking POST submissions to various 'write comments' URLs here witha Content-Type of 'application/x-www-form-urlencoded; charset=UTF-8'.These get rejected by DWiki , because I was quite paranoid when I wrotethe POST handling code and so DWiki is quite conservative on what itwill accept.

While I was pretty certain that I wasn't losing anything by rejectingthese requests, I did get curious to


小說時間



長篇小說進入最後階段
還有二十幾日就到最後交稿時間
我有信心會如期寫完的
今次絕對是亡命去寫了
希望書出來之後
我的感覺會良好吧
未來二十幾日這裡會減少更新
除了工作之外進入全天候寫作時間
盡量用專欄文章維持局面
希望

電影的期望

對一套電影的感受,會受到很多因素的影響,其中一樣是觀眾觀影經歷:是否看過同類故事?是否看過同一導演的作品?是否看過某演員?是否看過類似風格?每看一套戲,便會產生看法、意見、愛惡,這些經驗會漸漸積累起來


Why syndication feed readers ignore an entry's 'last updated' time

The simplistic reason is that only Atom feeds have a distinction betweenthe date an entry was published and the date it was most recentlyupdated. But as far as I know, even fairly deeply Atom aware syndicationfeed readers don't try to do anything much with the field; insteadthey look for changes in the entry's text.

One reason to not use it for much is that the Atom specification is fuzzy about when it getsupdated. The specification says that it is only the time of thelast significant


20070903 網摘 – 「圓角框」和「AJAX」

Web 2.0

New Services/Updates


初戀

雨總是下個不停。過多的無為爭拗和意氣用事,終於令這份上市申請無法在死線前呈送聯交所。會議室內,律師們和investment bankers都因為通宵工作而疲態盡露,難得兩個北京來的律師,還有精力在上機前趕到LV掃貨。

「究竟我為甚麼要做

I wish mailers had a real programming language

I really wish that the authors of mail transport agents would give mean actual language to program the behavior of their mailers. Well, notthe low-level behavior; what I want is a high-level language I canuse to cleanly write out the logic of what should happen to messages,the sequence of checks and actions and destinations that a particularmessage should go through.

I feel that our message flow logic is not particularly complicated, when written out directly . The problem is that as far as I can