The spread of syndication

I read a lot of webcomics, and it's turned out that there's prettymuch only three sorts of them these days: ones that update every day,ones that have an RSS feed, and ones that I don't read. This is just ananecdote, but it's an illustration of how far syndication has wormed itsway into my life.

It's all the more startling because I haven't been using syndicationfor very long; less than a year so far. I


20060420網摘 – 香港 blogosphere 不成熟?

Wiki

  • Main Page – Wikitruth Wikipedia 上有一定的「編輯方針」,也就是 censorship,有人不同意這些管制,於是就起一個網站,將被 censor 的 wikipedia 內容放在這裏
  • 10 Things I Hate About Wikis 現在一般 Wiki 系統的問題:文件通常不完整,每個 wiki 的 syntax 不盡相同,bold,italic tag 重現江湖,介面

人生有個眞正朋友的確好極


對於友情,一向沒有貪婪。

十幾歲到二十歲的那段時光,我和大多數同齡人一樣,特別需要朋友。

那時候,我們幾個男生互相霸佔着對方,形影不離,共同進退,不想見家人,找不到伴侶,全世界只有幾個人是不令自己感到討厭

voil

我沒有時間思考。繁雜的騷擾性的工作,它對我而言是騷擾性的因為它會騷擾他人。有人厭惡我的電話我就厭惡電話。他給了評語我沒有時間回應。他寫了簡析我沒有時間回應。因為沒有時間思考。浪費時間這個維度出現是因為

做女人

那天看了一個雜誌訪問,被訪的是江碧蕙。

她說了一句話,讓我有所領悟。

「做女人,自己可以賺,就要自己賺。」

近日身邊發生太多事了,令我明白到,一個女人要得到別人的尊重,你必先經濟獨立,再加上有自主權。

錢,任

A gotcha with analyzing syslog logs

Consider the following command:

; grep 'gabba gabba hey' /var/log/messages | wc -l

This looks like a perfectly sane and sensible way of doing syslog loganalysis: fish out a pattern, then count or otherwise crunch it up. It'sjust the sort of thing Unix tools are built for, and I do it all thetime. (My howmany program often gets used here.)

Unfortunately, as I was reminded recently, this appealingly simpleapproach is not quite correct. It


不再驚嚇的 Tomb Raider – Legend

trl

趁假期完成了新的 Tomb Raider – Legend ( TRL ) 遊戲,TR 系列我自己每一代都玩,但說實在已經越玩越厭,因為遊戲本身已經沒有什麼可突破的地方了,蘿拉再多的新動作也沒用。所以,還是調整心情,好好探索古墓吧!

這一集遊戲是由另一


就黎被工作迫死,都要抄書

「那些新時代人聲稱,我們應該摘下社會面具,釋放我們『內心深處真實的自我』。我們在諾曼(希治閣psycho的雙重人格男主角)那裡看到了最終結果。在《驚魂記》(psycho)的結尾處,諾曼真的實現了自己的真實自我,並遵循了蘭

寂寞的人


寂夫人離開的第一天,生活變得更寂寞。

筆愚先生下午來電,商量周六下午與某中學同學談文學,我也是一口應承,有時間也不妨做這些事,多結交朋友,多聽意見,總是好的。今次想輕鬆的交流,最好是多聽他們講,在一定程

How Solaris matches names in NFS exports

Recently, I accidentally found out which of two options Solaris usesfor matching names in NFS exports. As traditional, I did this by stubbing my toe .

Given a name in an /etc/dfs/sharetab line, there are two possible waysof checking if it matches an incoming NFS request: you could resolve the sharetab name to its IP addresses and see if the request's IP addressmatched, or you could take the request's IP address and try to turn itinto a hostname and see if