一大串

1. 文明單位:時間繁史
嘉賓:董啟章

有兩次,董啟章眼裡突然流露出很怪的神色,當下連聲追問「做乜!你諗緊乜!有乜想講!」總是不果。無論如何,節目完結,再無儘快把書看完的實際要求,但這幾天「把書看完」的心情
Continue reading...

A safety tip: keep your different sorts of source trees separate

Like many places we are slowly moving out of an era where we ran Unixesthat came from the vendor with very limited amounts of packages, and sowe had to build and install all sorts of them ourselves. Some of thecollection we just compiled as-is, and some of it we had to modify, andsome of them we wrote ourselves from scratch.

And we put the source code for all of them in the same local sourcetree.

Allow me to suggest that you not do this. If you


我的朋友為何這麼多(小劇場)

知道本人去修眉,幾乎已接近厭世狀態的中產階級行政女王郭某,表現出少有的熱烈。不但馬上建議各種牌子的眉鉗眉筆,而且還打算上我家(八層樓梯啊)教我畫眉和修眉,馬上約日期近乎急不及待。郭某表面冷靜,一旦開心

記憶前書

























書名: 記憶前書
作者:鄭政恆



阿恆是我近年來一起搞很多 音樂的朋友
有天一起夾歌,
他突然送上一書。

我好像試過很少次,
有朋友送上新書(首部作品集)
原來是感覺很暖的。
也加上這書的封面設計及用紙等,
都給我很好的感

救救小玲願望成真大行動

Dear friends:

你地幫我一個忙得唔得呀?

我有一個小願望,需要得到你地既支持。

放心放心,我唔係要去買Chanel Cartier定Manolo。

只係,我真係好想實現呢個願望。

一個我等左好多年既願望。

Love,
Elaine

Why I like Python's large integer support

The simple explanation of why I like Python's large integer support(somewhat misleadingly called longs for historical reasons) is that theymake it convenient to deal with arbitrarily large binary numbers.These crop up surprisingly often, sometimes because a large bunch ofbits is the natural representation of things like IPv6 addresses, andsometimes because they make algorithms clearer and simpler.

For example, take the job of generating a random password that's drawnfrom a given alphabet. The simple approach to doing this is:

from math

以教育摧毀教育


社會不斷討論教育改革,為的是什麼?是為了讓孩子學更多知識?是為了讓老師教得輕鬆?是希望提高教學質素?抑或是爭取投放更多教育資源?無論是為了什麼目的,教育改革的討論總是沒完沒了,但真正得到改善的事情又往

不要忘記8

當一個女人對男人too nice,你只會得到兩種下場 ──
「慘」或「淒涼」。
幸福快樂從來只在娛樂雜誌內出現。

PixelToy 夏春秋 Live

上個週末,有幸被阿山和Candy邀請客串他們第二張專輯的發佈音樂會,玩了兩首半歌(我吹Trumpet)。

其實,他們第一張專輯的發佈音樂會,我也有幸參與,眨眼已經年多兩年。

堅持全職/兼職做音樂,兩者都絕非易事,所以,對於阿


Random passwords are not necessarily good passwords

I was recently writing a random password generator and in the processit occurred to me that there is an important difference between randompasswords and good passwords, because we mean different things by thoseterms.

A truly random password is one that an attacker can't guess betterthan through random chance even if they know your password generationalgorithm, so that on average they would have to try half of all of thepossible passwords before successfully guessing yours.

(How many possible passwords there are is based on how many bits of