魔女扮o野宅急便


從前收藏了一些舊玩具剪報, 當中包括這一張《魔女宅急便》宣傳活動的剪報. 時年乃1989年, 當時筆者是小學四年級學生. 剪報保存得很好, 報上的字, 仍清晰可見.

小學生常作無聊舉動. 拙劣提上「琪琪」兩字, 琪琪那

Partial entry syndication feeds and updated entries

I've written about my unhappiness with partial entry syndication feeds before . Another limitation of partial feedsthat only struck me recently is that you may well get no sign that anentry has been updated after you've read it.

With a decent feed reader, any change to the text of an entry in thefeed that you've already read gets flagged. With full entries in thefeed, this means that updates get flagged. However, with a partialentry the update may well be made to stuff that


我的新朋友

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

當晚,阿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


吉田喜重前傳

論及日本電影新浪潮, 吉田喜重 (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++標準對此沒有任何保證,我們