在科幻電影或小說裏,都經常出現一些「非人類」的物種,由我們親手創造到外星人都有。而在人類與這些非人類之間的矛盾,通常都會引發衝突和戰爭,正如現實世界一樣。彼此信念不同,也不肯讓步,其所引起的紛爭,就成
How not to set up your DNS (part 9)
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
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
有營養的感覺
20060316網摘 – 香港主辦中文維基年會
Read/Write Web
- 香港將主辦 2006 中文維基年會 希望可以有助香港人多認識 wiki 文化和知識產權,並不單單只是 BT 案
- 东拉西扯:blogger vs 专栏作家 Quote: 专栏作家是饭店的厨师,你做的菜自己未必爱吃,但你认为顾客会喜欢吃,你为他们做,
小記抓狂

A tricky memoization decorator
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,
Talkonly: Microsoft 大戰 Google
上個星期五 (10 Mar 2006) 的 Talkonly 裏面,除了一般的香港本地 IT: 3G 電話、寬頻等等的話題外,還講了 Google VS Microsoft 這個主題。
在眾多的 Talkonly 主持裏, Q&A 可以說是比較有留意網絡發展,而且分析獨到。在這個 Google VS Microsoft 主題上,差不
清醒
說來說去,
都是同一回事。
也差不多一年了吧。
可是,
踏入新的一年,
我真的很清醒,
很清醒很清醒。
請不要跟我說任何交換條件,
每個男人,
都應先爭取自身single and available的身分,
才有資格追求你心愛的女人。
網絡 copy and paste
自 Ajax 「掘起」以來,各方不斷努力地將一些現有網絡應用改頭換面,不用 Reload 的吸引力使大家不斷地使 Web Application 更像 Desktop Application。而最近的熱門話題,就是 Web Office 的應用了。Web Office 最大的吸引力,在於在任何地方,只要有瀏覽器就可以工作了,所
