持續偷懶的女子歪在床上咭咭笑

「出於這些考量的反色情論述因此經常建基於一種帶有強烈階級、性別、年齡假設的保護主義立場,認定只有成年(而且中產有智)的男人才有足夠理智和自制力量來使用或觀看色情材料,而(特別是年輕女性孩童的)脆弱純潔

真係好笑


高登式改圖,不妨廣傳

Cakes for Geeks


睇唔睇得出呢部係2G定3G?

Continue reading...

Why templating systems are the wrong answer for simple HTML generation

One common proposed solution to the problem of simple HTML generation is a templating system. Apart from anypractical issues (all of which can be worked around), I've come torealize that I believe that they're the wrong answer in general, becausetemplating systems are solving a different problem.

At least for me, the problem simple HTML generation solves is thatHTML is annoyingly verbose and picky to write directly by hand (andpartly as a result is difficult to cleanly embed into Python code).This


jQuery 1.3 and JS Bin

剛剛出籠,重點是新的 selector engine 。效能提昇之餘,更可因此而引進新功能,如 ,據說普通的 event delegation 也會更快 (也是因為 selector 快了吧)。而 Sizzle 本身已成為一個獨立專案,讓其他 library 也可以用。

jQuery 的 也更新了,在試用之時發覺每一個 code example 都伴隨


我記得

LULU:你記唔記得我個電話號碼?

旭仔:寫咗喺張紙上面啦!

LULU:如果你唔見咗張紙咁點算呀?

旭仔:張紙唔見得咁即係個人都可以唔記得啦!


(《阿飛正傳》的一段對白,印證了我們對八十年代念念不忘的情意結,但這部電影的

慾孽姊妹花

如果問我最沒有膽量看哪套電影, 必然是以Papin姊妹為題材的電影. 就算找到有關Papin姐妹介紹的網站, 網站主人也列出內容不安的聲明, 也不敢細看.

Papin 姊妹在上世紀法國三十年代聲名大噪, 比同期的阿部定有過之而無不及, 皆因

藍藍的天,涼涼的風。


藍藍的天,坐在白茫茫的沙灘中。

Continue reading...

low tech

我想有很多人都會將此 blog 歸類為 tech blog,但不得不承認的是,在下是相對 low tech。

家裏有的是普通 PC、NAS、Router、迷你 HiFi、大牛龜電視,沒有高清、沒有X世代遊戲機。我有的最新科技產品是肥仔 iPod Nano,電話是老舊 SE J230i,沒有


Documenting the kernel.sem sysctl

Programs on our web server machine recently started complaining aboutbeing unable to set up semaphores (well, once we figured out what theerror message meant). This rapidly sent us on an expedition into theunderdocumented mists of the kernel.sem sysctl, and so I'll writedown what I've learned about what I think is going on.

In the grand style of System V IPC in general, what programs allocateis not semaphores, but semaphore arrays (officially called 'semaphoresets'). A semaphore