Samsung N310 病毒性廣告

甚麼是Viral Video?Viral者,具病毒性的東西也,病毒的一大特色,就是人傳人加跨社區爆發的效果,呢一刻你中了毒,轉過頭你唔該都無聲就將病毒傳給別人,如是者,一傳十十傳八,八八六十四,六十四乘六十四變四千幾,如此類推


交叉線植入後的效果

From Elle Blog
(手術後6天)
眼皮回來了~
即使化妝以後,雙眼皮還是清晰可見。
效果正如我貼了雙眼皮膠紙一樣。我十分之滿意~~

手術詳情請看今期《忽然一周》。

有興趣的朋友請email我:yuenmiming@gmail.com
經我refer會有折。

手術提供by Dr Reborn

Solving the Python SIGCHLD problem

In brief, the Python SIGCHLD problem is that while C-level SIGCHLD signal handlers are protected against reentrancy, your Python level SIGCHLD handler function is not, because it is not actually executedas a C-level signal handler. This winds up causing heartburn andpotential explosions if you do anything sophisticated when childprocesses exit. (See SIGCHLDVsPython for a longer discussion.)

In thinking about the problem, I've realized that signal.signal() is itself a peculiar but useful atomic operation. This is important,


Reflection from Finland 2

每個孩子都是第一名 》,陳之華,台北﹕天下遠見,2009

當一件事成為賣點後,出書可以很快。去年才剛出版《 沒有資優班 》,事隔一年陳之華就出了第二本書。

不知道該如何討論兩本書的分別。但感覺上,第一本書比較

Why directory URLs have to have trailing slashes

Web servers and many web applications are quite insistent that URLs thatrepresent 'directories' have to end in a slash; if you request the URLwithout the trailing slash, they just give you a redirection to the sameURL with a slash on the end instead of the actual content. One mightwell wonder why they have this neurotic insistence, especially when it complicates URL rewriting for applications thatcan do whatever they want with incoming URLs anyways.

(The other side of this question is whether web applications have tocare about


Mahjong in Saki

One of the things that strikes me about Saki is how unimportant theactual mahjong games are. While it matters who wins (and sometimeshow powerful their win was), the show pays almost no attention to theactual process of playing and winning. This is especially striking inthe past two episodes (6 and 7), where the show has been focusing on atournament.

(Sometimes we get a little bit of dialog about strategy issues.)

This is rather unusual for a nominal sports anime, but does mean


完全同意茜茜莉亞

轉載自茜茜莉亞共和國:
https://choicecilia.spaces.live.com/blog/cns!EA55593E0331507E!1929.entry

昨晚在家裡和媽媽一同看電視, 有一個呼籲女性注射防子宮頸癌疫苗的廣告, 開始是一位病人, 在床上哭, 旁白大意

說話

大多數人都喜歡說話,當中原因不難明白。

大多數人都不知道自己不能專心聽別人說話,這也不難理解。

最詭異的情況是喜歡說話的人不明白自己說的都是廢話,他說話的時間越多,大家的時間就被浪費得越嚴重。無法專心聆聽

統一搜尋介面?

Mozilla 常有新點子。早些日子 (也真是相當早了…),他們介紹了 的概念,想將一些經常做的動作化為語言般的指令,直接將 URL 欄當成指令輸入的地方。感覺上就好像將 搬上 URL 欄,但玩過他們做的 ,感覺又有些不一樣。

在那個 Mockup 裏,


Some notes on rewrites in Apache .htaccess files

Since I keep rediscovering this every so often, here's what I know aboutrewrite rules in .htaccess files so that I can just read it here thenext time around.

Some basics:

  • you need a ' RewriteEngine on ' statement, even if the rewrite engineis already on in the main configuration.

  • the 'URLs' that you match against in RewriteRule are relative tothe directory the .htaccess is in. However, Apache variables like %{REQUEST_FILENAME} that you use in RewriteCond are the full