Read/Write Web
- 香港將主辦 2006 中文維基年會 希望可以有助香港人多認識 wiki 文化和知識產權,並不單單只是 BT 案
- 东拉西扯:blogger vs 专栏作家 Quote: 专栏作家是饭店的厨师,你做的菜自己未必爱吃,但你认为顾客会喜欢吃,你为他们做,
Presented in the now-traditional illustrated form:
; sdig ns gcluk.netns1.gcluk.net.ns2.gcluk.net.; dig mx web1.gcluk.net @ns1.gcluk.net[...];; ANSWER SECTION:web1.gcluk.net. IN A 65.98.36.90;; AUTHORITY SECTION:web1.gcluk.net. IN NS .
(TTLs have been omitted for clarity.)
That
The problem with LiveJournal is that youcan't stop partway through reading your friendslist; unless you have abetter memory than me, once you start reading it you need to read allthe way back to where you last stopped. The result is somewhat likeSpace Invaders; a stream of entries comes at you and you have to readthem all or die. In turn, this makes reading LiveJournal friendslistsnot a casual activity; if I can't commit enough time to read all of thenew entries that have
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 最大的吸引力,在於在任何地方,只要有瀏覽器就可以工作了,所