我的新朋友

早陣子參加了人山人海的擁抱綠色和平音樂會,玩了一首歌咁大把,但係,都足夠我緊張了好幾日。

當晚,阿Vee solo唱燕尾蝶,我在旁邊用我買了成年有多但卻沒怎玩過的Wind Synthesizer,製造電子聲效。

排練第一天,這東西很不聽話,頻頻


Using reverse proxies to unify web sites

At least around here, it's common for a department to have a number ofdifferent administrative groups inside of it, all of them providingservices (whether internal or external). Generally this produces aprofusion of group websites, partly because each group has differentneeds and partly so that no single group is stuck with the job of beingresponsible for a web server that contains everything, includingpeculiar applications that they don't understand and can't touch.

It's recently struck me that one of the


說故事的能手

Nolan and Jackman

一個好的導演,就是一個說故事的能手。他要以他自己的角度,去捕捉故事的畫面、片段、對白,再將之組織,將故事向觀眾娓娓道來,帶出他想說的東西。最近在看畢電影《死亡魔法》 ( The Prestige ) 的原著後,更覺得導演 Christopher Nolan 是箇

Continue reading...

吉田喜重前傳

論及日本電影新浪潮, 吉田喜重 (Yoshida Yoshihige, 後稱Kiju, 1933-)這個名字不可忽略. 吉田喜重與與大島渚、篠田正浩等在新浪潮導演齊名, 卻是最不為香港觀眾及影迷所認識的一位. 在華文地區, 有關他的電影作品評論近乎零,

給遠方的朋友

w:
妳好嗎?
畢業之後少有跟妳聯絡,今日知道妳離開了,實在太突然.也抱歉我知道得太遲.
這些年來,我總以為大家會在好多年之後相聚,也總以為大家老了之後回首當年會好開心.或者,我真的太天真吧!
在我記憶之中妳

One limitation of internal charges

One of the things that is popular in universities and companies ischarging for internal services. The hope is that this will causepeople to be 'efficient' in both what services they use and how theyprovide services, much as if the various groups were real companiesdoing business with each other. However, this is an illusion.

One of the ways that this is an illusion is that a university cannotlet a consumer group fail if it cannot pay its bills or doesn't haveany money, the way a


facebook

文明單位: facebook
嘉賓:鄧肇恒、yue-jin

可以想像是熱烈的。

把排球看深一點

星島的欄目本來是1500字,我放著手寫去,從2千多再剪成1500字。寫著寫著又想到排球史的梳理可以做得更多更好——本來這幾天還蓄著力要寫「後二對決」——但要寫的文章還未寫完!!所以還是先貼出長版吧(當

C++ Tricks 2.2 I386平臺的內存佈局

farseerfc.wordpress.com 導入

2.2 I386平臺的內存佈局

衆所周知,I386是32位體系結構。因此對於絕大多數I386平臺的C++編譯器而言,sizeof(int)=sizeof(long)=sizeof(void*)=4。當然C++標準對此沒有任何保證,我們


C++ Tricks

farseerfc.wordpress.com 導入

C++ Tricks

By  FarseerFc

從今天起,我再將在 LiveSpace QQZone 同時發表一系列文章,暫定名爲“C++Tricks”。

本文旨在記錄和闡述一些本人學習C++時所得的心得、技巧。總體來看,本文涉及的內容是每一個C++程序員都應