科幻中的非人類

在科幻電影或小說裏,都經常出現一些「非人類」的物種,由我們親手創造到外星人都有。而在人類與這些非人類之間的矛盾,通常都會引發衝突和戰爭,正如現實世界一樣。彼此信念不同,也不肯讓步,其所引起的紛爭,就成

robots-andrew
Continue reading...

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


小記抓狂

昨晚衝擊失敗,只完成了80年代啟蒙,今晚再完成王小波啟蒙。逾期2日。有些解釋是無聊的,然而轉眼看見一些事又很惱火,實在不好意思。罵完人又扮好好先生,在我眼裡看來實在是極之虛假的事——其他人未必覺得。有

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 主題上,差不


清醒

接到J的來電,

說來說去,

都是同一回事。

也差不多一年了吧。

可是,

踏入新的一年,

我真的很清醒,

很清醒很清醒。

請不要跟我說任何交換條件,

每個男人,

都應先爭取自身single and available的身分,

才有資格追求你心愛的女人。

網絡 copy and paste

自 Ajax 「掘起」以來,各方不斷努力地將一些現有網絡應用改頭換面,不用 Reload 的吸引力使大家不斷地使 Web Application 更像 Desktop Application。而最近的熱門話題,就是 Web Office 的應用了。Web Office 最大的吸引力,在於在任何地方,只要有瀏覽器就可以工作了,所