甚麼是Viral Video?Viral者,具病毒性的東西也,病毒的一大特色,就是人傳人加跨社區爆發的效果,呢一刻你中了毒,轉過頭你唔該都無聲就將病毒傳給別人,如是者,一傳十十傳八,八八六十四,六十四乘六十四變四千幾,如此類推
交叉線植入後的效果
| |
| From Elle Blog |
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,
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
RewriteRuleare relative tothe directory the.htaccessis in. However, Apache variables like%{REQUEST_FILENAME}that you use inRewriteCondare the full