支持最多的瀏覽器?

tcfi Paulasaurus Rex 的 Blog 是一個製作精美的 Blog ,他裏面有一個「活動」,叫 “Too Cool for Internet Explorer”,因為他的網站, Firefox, Safari, Opera 等等都可以顯得很正確,唯獨用 IE 看會走位,顯示有問題。目的當然是籍此推廣 Web Standards ,讓大家知道 IE 有多落後。

其實,要用


Checking for dead DNSBls

Another Saturday, another spam entry. Today I decided to look at ourlogs to see if some of the DNSBls we check had either gone away orweren't giving us any hits. Since our software checks DNSBls insequence instead of in parallel, removing useless DNSBls both reducesquery volume and speeds things up slightly.

(In general, it's wise to do this periodically unless you're currenton news.admin.net-abuse.email and other information sources, andalready know about any changed


人機介面

mmi

對於我們使用電腦,最主要都是用手和眼,然而再進一步,就可能是通過人機介面,直接由我們的腦部,傳送訊號到電腦。這個情形,在不少的科幻作品都可以見到,例如《攻殼機動隊》裏,因為電子腦的盛行,所以大家都可以


What shouldn't be a method function

I dislike excessive religion, so I don't hold to the view thateverything should be a method function. Fortunately, Python lets meindulge this view.

My rule of thumb is that any method function that doesn't use its self argument to get at things gets made into a normal module levelfunction. This reduces clutter on the class (and in the source code)and makes what's really going on clear to me and any later readers.

Of course there are some exceptions, such as:


強戰世界 – 世界毀滅的臨場體驗

地球面臨威脅,外星人入侵,大量殺戮,死傷無數。《 War of the Worlds 強戰世界》講的就是在這個情況下,從一個普通的家庭的角度,寫實地描述人們在面臨滅絕下的反應和求生過程。

船塢工人雷費拉家前的交匯處發生了極奇可怕的事


《下妻物語》.lolita.難與易

《下妻物語》大概已經落畫了,現在才替之賣個廣告實在太遲。我是洛可可時代的擁躉(繪畫和裝飾意義上的),但實在不懂日本潮流文化(哇!我最喜歡穿圓領T恤、樽領毛衣和長袖恤衫。對不起!),製作衣物方面更是破壞

Why this site has almost no design

This blog , indeed all of my web pages, have essentially noHTML 'design' as such: no stylish markup, no fancy colour schemes, nofonts, nothing. This is because I'm not a graphics designer and I'mhonest enough to admit it.

Not doing any sort of HTML design leaves things up to the browser. Icertainly hope that browsers have better designers than me working tomake their default behavior good. (And if not, it's not my fault.)Also


晨早的啟悟

清早八點,小巴回家。窗外是掘到爛晒的何文田村、公開大學,天色是清淡潮濕的灰色,小巴裡突聞一陣熟悉前奏——是 take my breath away (即林憶蓮的〈激情〉:「當中一雙戀人甘心俾戀火灼死」,司機叔叔與時並進聽洋文版啦)。當

技術暴走

gvmatrix

Google Video 的服務,讓大家可以上載自己的影視片段,分享公開,不過也不是隨時可以上載,而好像要經過某些審查你的影片才會出現。只是,這個審查還未夠 Bullet Proof ,因為 有人找到一大堆侵權的影像 ,例如 Matrix Revolution The Phantom of the Opera 這些商業電


對 Javascript 的誤解

Javascript 是用在瀏覽器的 Scripting language ,很多 Programmer 都認為 Javascript 並不是一種嚴謹的 Language ,因為可以寫得很隨意,沒有太的限制,語法彈性很大。而事實上,大家最常用/寫的 Javascript 其實都是一些 Event driven 的功能,在 onclick, onblur 加上相對的 Javascript function。也有人認為, Javascript 根本不