Read/Write Web
- 香港將主辦 2006 中文維基年會 希望可以有助香港人多認識 wiki 文化和知識產權,並不單單只是 BT 案
- 东拉西扯:blogger vs 专栏作家 Quote: 专栏作家是饭店的厨师,你做的菜自己未必爱吃,但你认为顾客会喜欢吃,你为他们做,
Read/Write Web

This is the kind of hack where I present the Python code first andexplain it later:
def memo1(func): def _wrap(self): r = func(self) setattr(self, func.func_name, \ lambda : r) return r return _wrapclass Foo(object): ... def invar(self): return complex(self.field1) or \ complex2(self.field2) invar = memo1(invar)
Here,
上個星期五 (10 Mar 2006) 的 Talkonly 裏面,除了一般的香港本地 IT: 3G 電話、寬頻等等的話題外,還講了 Google VS Microsoft 這個主題。
在眾多的 Talkonly 主持裏, Q&A 可以說是比較有留意網絡發展,而且分析獨到。在這個 Google VS Microsoft 主題上,差不
自 Ajax 「掘起」以來,各方不斷努力地將一些現有網絡應用改頭換面,不用 Reload 的吸引力使大家不斷地使 Web Application 更像 Desktop Application。而最近的熱門話題,就是 Web Office 的應用了。Web Office 最大的吸引力,在於在任何地方,只要有瀏覽器就可以工作了,所
Since our mirrors of the Valles Marinerismovie clips have been running fortwo days now, it's time to look at how things turned out. I'll startwith the raw numbers:
(At a later date I may wrangle
