博客地圖的定位問題

最近有一個博客地圖推出,以 Million Dollar Homepage 的意念,推出專為 Blogger 而設的收費廣告服務,標榜收費便宜,目的是增加博客間的交流。對此,有人 支持 也有人 反對 ,掀起了一番爭論風波。我在想如果同類事件,是由 Oui 或者 Blog-you ,以「留紀


人生苦悶,奇文共賞

網上輾轉傳來一篇浸會大學學生會外務副會長的講辭,查將於學聯周年大會上宣讀。人生苦悶,難得好文,不禁要與眾同樂。 浸大的朋友尤其應要格外留意,因為有人如此令你們的學校蒙羞。 此文充斥一種 當明星的虛榮心 態,對

Fun with control characters and the web

Yesterday, I broke WanderingThoughts ' syndication feeds (and madethe main page not validate). I did this by accidentally putting a ^Dcharacter into an entry ; oneof the editors I use makes this unfortunately easy to do by accident,and hard to spot.

Neither HTML 4.01 Transitional nor XML (which the Atom syndicationformat is a dialect of) allow control characters (apart from tabs(and linefeeds)). A lot of things are forgiving of crappy HTML, butthings that eat Atom


請各位聯署,任何人都可以聯署

八樓一直落力支援社運,而且不是關注那些惹人好感的社運事件,而是專門支援和關注一些極其小眾邊緣、被大眾遺棄的事件,如居港權、同志組織、深水埗清拆、大[碪斤]村等等。每次遊行完畢之後,留守在政府總部裡被清

20060215網摘 – 香港諧音字文化

另一個

  • Zooomr 另一 photo sharing 服務,但更集中於交朋友講故事,不用登記,可使用第三方登入 (如 google account)
  • Squeet – Free Email RSS Reader 另一 RSS to Mail 服務,提供管理 subscription 的介面
  • co.mments 另一個類似 cocomment 的應用,但不需要留言就可以 keep track 回應,也支持在 flickr, digg 裏的回

節同時異,我勞如何

其實我有很多文章想寫,但
還是應節吧。

〈寫給別人〉  夏宇

我在他的手心上寫字筆劃繁複
到成其為勾引而且還寫錯了
又擦掉重寫一橫一豎
一捺一撇勾勒摩擦引他
進入一個象形皮筏裏我把
皮筏的氣放掉我們沉入
湖裏我說我愛你
沒有

慕尼黑 – 千年恩怨,徒嘆奈何

munich

去看《慕尼黑》之前,其實不用擔心對以巴歷史毫不熟識,只要知道這兩幫人是世仇就足夠了,慕尼黑事件只不過是這段世仇裏的冰山一角。故事十分簡單:以牙還牙,以眼還眼,復仇又復仇,永遠迴圈,萬劫難復。但影片本身


An advantage of using a non-standard shell

One of the surprising advantages of using a completely non-standardshell (in my case, Byron Rakitzis' Unix version of rc ) is all of the things that are not automatically set up for you by modern systems. As someone I read found out recently ,these days this includes colourized ls listings, colourizedsuper-intelligent vi , and so on.

(I might not mind colourization so much if it paid any attention to whatthe baseline terminal colours were, but I haven't seen that happen yet.


20060214網摘 – 玩命馬拉松

港聞

  • 騎呢玩命馬拉松 Quote: 今天見很多身體發福的男人女人也在馬拉松,化了妝美女也馬拉松,一班似去慣唱K的男女生也柴嘩嘩去馬拉松,看到其骨架肌肉狀態根本是平日操練不足的普通人 ,這樣騎呢參加馬拉松不出問題就怪。

GNU bc for the birthday paradox

So that I don't have to redo this again if I ever need it, the GNU bcmagic for the Birthday paradox stuff isas follows. First, you need to start GNU bc as bc -l to load the mathlibrary, then:

define p(n, m) {return 1 - e( (-(n * (n-1))) / (2*m))}define p32(n, m) {return p(n, 2^