甚麼是Viral Video?Viral者,具病毒性的東西也,病毒的一大特色,就是人傳人加跨社區爆發的效果,呢一刻你中了毒,轉過頭你唔該都無聲就將病毒傳給別人,如是者,一傳十十傳八,八八六十四,六十四乘六十四變四千幾,如此類推
想民望高企 先毒啞自己
「香港女作家的樣子,都慘不忍睹。」一位活躍於創作圈子的朋友搖頭慨嘆。大家都應該估到,我這朋友是個男人。但我不能公開他的名字,因為得罪作家,而且是女作家,下場分分鐘慘過成龍。
這位朋友
愛與友情...同性愛與友情《Dostana》(燃情邁阿密)
《 Dostana 》(Friendship/燃情邁阿密) 是部合格有餘的現代Bollywood Masala: 邁阿密 (Miami) 的藍天, 陽光與海灘、俊俏男角、性感女角、一大堆性別笑話. 然而加添一筆同性疑雲, 《Dostana》便比一般Bollywood電影多了一份膽識和新意.
Sameer ( Abhishek Bachchan ) , 男護士; Kunal
How CPython handles (and delays) Unix signals
CPython handles Unix signals somewhat oddly, or at least not in what youmight think of as a standard Unix way. I've covered part of this beforein SignalProblem and made side mentions in other entries, but I want towrite all of this down in one place (even if only as an index).
First, none of this applies if you set a signal's handler to SIG_IGN or SIG_DFL . Those get standard Unix semantics, because CPython justsets the signal to either of
大娛樂家
| https://www.hkreporter.com/myradio/channel_list.php?channelid=101 主持人: 蕭定一,袁彌明,愛明 | |
| 主題: 大娛樂家-(第49集) | |
| 目前評分: |
交叉線植入後的效果
| |
| 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