轉載文章

1)星 期 天 休 息 : 香 港 社 會 政 治 經 濟 的 終 極 困 局(陶傑@蘋果日報 )

2)事實與偏見:人 間 煙 火(黎智英@Next Magazine #963)


3) 安裕周記﹕砸它一個稀巴爛 ( 安裕@明報)



追女手冊 --基本條件篇 ( 2 )


Continue reading...

經歷與深淵 ——《龍騎士4》

電腦遊戲世界裡女孩畢竟弱勢。男孩成群口沫橫飛地講戰棋和經營遊戲時,幾時輪到女孩插咀?我就沉靜微笑,待男孩聊備一格來問我「邊隻係你飛佛」時,冷靜回答:「我喜歡《龍騎士4》。」此言一出六軍辟易,男孩變色。

咩事先~~~















屍體發現案,案件無可疑,完。



Continue reading...

及時語結篇

(經濟日報的小欄,牙籤式只攝兩月,本日結束。有時也想貼一些上來,無奈最近太忙了。這個欄寫來有點綁手綁腳,有些趣事,還是日後再說吧。)

發篇之時,曾戲說要為時事噴灑一點口水,未成雲雨也望是一點俠義滋潤。女

袁彌明不忿遭利用炮轟無線

"Erica接受電話訪問時說:“TVB這樣都接會做壞這個藝人,TVB亦不會這麼急同藝人接Job,那樣會容許藝人搞是非。”問到日後會否避與翠翠碰頭, 她說:“一早知請她就不接,但這次是我先接!”而 無線經理人方面則表示不知袁彌

We don't really control user desktop machines

Here is something important: regardless of what people in IT like tothink, we don't really control user desktop machines if the users feelstrongly about it. We can try to dictate hardware and software standardsand we can often get away with it for a while, but in the end if theusers want something badly enough they are going to win.

This has really been the case for quite a while, but it is especiallyacute these days with desktops; the ultimate issue is that the usersjust have


Open source projects and programs versus products

One of the things that the situation with security fixes and the Linuxkernel changelogs illustrates isthe difference between programs and products. With a program, what youget is the program; with a product, what you get is the program and awhole ecology of things surrounding it, ranging from documentation tobackporting security fixes into older versions.

(This is why it takes a significant amount of effortto turn a program into a product, as Fred Brooks and others have noted. Icredit Fred Brooks because I believe The


北京雜憶二則

大城市
一個人在北京,會有一種覺得自己很渺小的感覺,走在街上,一個人不算什麼,在人來人往的地鐵站,一個人也真的沒有人會理會,這是一個龐大的城市,來自世界各地的人在這個城市出出入入,人們互不認識,大家各有
Continue reading...

Thinking about the importance of cross-implementation portability

Here is a Python question I have been mulling over since a commenton a previous entry : does codeportability across different Python implementations matter verymuch at the moment?

My suspicion is that the answer is 'not really in practice', becauseI don't see much motivation for moving code between the differentimplementations:

  • the three leading implementations ('CPython' (the normal Python),Jython, and IronPython) exist in significantly different environments;you cannot really drop in one as a replacement for another, so