聖誕新年衝殺過後

1. 文明單位:影像香港
嘉賓:黎健強、謝健華

看了覺得令人滿足的展覽,難得既有策展人講理念,也有藝術家講技術問題,我一邊看兩位娓娓道來,一邊密謀要寫評論,跟住就已經過左兩個禮拜——由於本blog update失了時機,大家

優質股發掘人早前給的貼士:創科實業---今日升接近30%

今日 0669.HK (創科實業)上升29.22%!

可能有對沖基金和其他大戶開始留意這隻股票。
筆者(為我的朋友)覺得在正常情況(即是4-5%net margin,和7-8倍PE)下,股價應是$4以上。

please visit:

優質股發崛人


生男生女問題

今天在 Coding Horror 看到這麼一條看似簡單的問題,但想了好一陣子才明白真正答案的意思,也給大家玩玩。

某人有兩孩子,其一為女,那其育有一男一女的機率為何?

答案就在該篇文章裏,又或可看 Boy or Girl paradox


Why SSL needs certificate authorities, or at least trust roots

Despite what I wrote yesterday and my general viewson authenticating SSL , I thinkthat in real life SSL still needs certificate authorities, or at leastsome sort of trust roots. The problem is that normal people are simplynot interested in assessing trust issues and probably are not capable ofdoing so. In fact I'm not sure that I'm capable of doing it.

(As I wrote once before, in practice I make no attempt to actuallyverify the SSH host keys that I get prompted to approve,


2008 個人電影列表

各位新年快樂!整理一下 2008 年看過的戲:

Jan

Feb

Mar

  • Horton Hears

Flaws in the 'web of trust' approach to trust issues

One alternative to monolithic certificate authorities is a web oftrust approach to trustissues. Here's my view of the flaws this model as an alternative toCAs, when used in practice.

First, you haven't actually removed the need to pick trust roots; everyuser has to start their web somewhere, and usually they are going tostart from some well-known root or roots. What you have really doneis made trust roots less subject to detailed scrutiny and criticism,and probably made it less obvious


袁彌明睇張舒雅 難在娛樂圈發展

文匯報 【本報訊】(記者 梁靜儀)剛與男友前往澳洲旅行回港的袁彌明,昨日接受網上財經節目訪問,對於港姐冠軍張舒雅以病為由退選國際中華小姐,袁彌明說:「張舒雅都算係破晒紀 錄,不過佢有醫生紙又唔話得佢,以往都

《空姐的行李篋》出版了!!!


《空姐的行李篋》于各大書局有售。

以下是我為Elaine寫的序

Elaine,教我怎樣寫

兩個80年秋冬天出生的女人,都喜歡寫,都有開blog,兩個blog的瀏覽人數都達七十多萬。問題是,我是公眾人物,她是匿名作家,即時給比下去。但不要緊

New Year's Eve

At the end of a year - at least according to the Chinese lunar calendar - we are supposed to toss away the used items. Time to clean up.

Before the advent of such smart gadgets as personal digital assistant, I used to copy my friends' address and phone number in my diary anew each year. I had never learned to love this painstaking ritual of renewing my friends yearly.

As for me, friends are never meant to be used items for cleaning up.

Why is there such a need to delete

One of Python 3's fundamental problems on Unix

Here is a thesis that I have been mulling over lately:

One of Python 3's fundamental problems is that it is trying very hardto pretend that Unix is fundamentally a Unicode operating system, sothat Python itself can be Unicode-based while still working on Unix. Theproblem with this is that it is demonstrably false, as seen in the os.listdir() problem ; Unix is fundamentally a'bytecode strings' environment, and attempts to pretend otherwise canrun into problems any time that this pretense runs