情歌

今日有朋友來電
hey , 你會送花給女朋友嘛?
我女朋友不在港喎
加上我都唔興的 (從來未試過情人節搞d咁野)
朋友說
都唔浪漫的
o下!
浪漫唔一定要送花
送花唔代表浪漫
情人節其實同我都唔係太大關係的
情人節都只不過是一個消

On Python's grammar

Python's grammar looks imposingly complex from the outside, but themore I've thought about it the more I've realized that it's simple butclever. In particular, the way the work is split between the tokenizerand the actual grammar simplifies both.

(Technically you could claim that Python's grammar is straightforwardbecause the tokenizer takes care of all the hard bits , but I consider this ducking the issue.)

The actual grammar istypical for an Algol-style language. You have the


備戰

1. 文明單位:又係愛情
嘉賓: 江康泉 呂永佳

L print了一大堆《東邪西毒》的對白來,都傻傻地的——王家衛 d對白,邊係人讀架。本來想串掇他在節目結束時唸大嫂(張曼玉)那段「 你覺唔覺得佢好怪呀 」,然後在他唸完之後

Why thin clients are doomed (part 2)

In an earlier entry I gave short and long termreasons why I think that thin clients were doomed. Now it's timefor the high-level third reason (which occurred to me only afterI'd written ThinClientDoom , or it might have been in there too).

So far, people have always found productive uses for new computingcapabilities and more computing power; time and time again, sillycapabilities have turned out to have important uses, to the point wherethey've become ubiquitous. Betting on


公主不敗

連續拒絕新版blogspot七次以上,你就有機會重新登入舊版。

什麼人訪問什麼人: 公主是我們不敗的夢想


什麼人答:
飯氣公主
公 主就是公主,天上地下由古至今,唯一的公主,任何時候任何地域的only one。聽post-rock,喜歡sonic youth(「因為整
Continue reading...

How to do locking in shell scripts

To do simple locking in shell scripts, you need an atomic system callthat fails if the target already exists, and that is directly exposedin a utility program. Ignoring for a moment what System V did to ln , there are two good candidates on modern Unix systems: link(2) and mkdir(2) .

Mkdir is actually the better of the two (because you don't have tofiddle around with temporary files), but ln is the more common one,probably for two reasons:

  1. with

逐步 逐步 (歌譜)

早前在天星的音樂會上
有位朋友說﹕為何不把你的歌的譜放在blog上面呢?
他說有次跟朋友想夾下
但又唔太清楚d chord
我都覺得突然
有人對這歌有興趣玩
人兄
慢用啦

逐步 逐步 (歌譜)

想聽其他歌曲?
燃亮了 像雪飛花

咳咳咳~~~



























這星期病到人呆了
咳到頭痛痛
咳到同車的人怕了我
咳到開唔到聲
咳到同屋都咳埋一份
咳咳咳~~~
第一個大夫說:氣管敏感
第二個大夫說:感冒底未清
總之
咳到個肺吐埋出來
咳咳咳~~~


為了醒神一點
點了這首近日常聽的歌(歌

做昏頭之愈寫愈長

因為情人節,因而要說許多與愛情有關的話。我的感受如何,想必大家也可猜到。我想說的話,其實由 129居權事件九週年 報導 ),叮噹侵權、 鏗鏘集約見事件 (還有《秋天的童話》被指粗俗)、 迪士尼累人過唔到年 大阪

Link: Why the ease of installing Java matters

In Java in The Land of Make Believe ,Ryan Tomayko unloads a righteous rant about why Java's license mattersand what effects it has in the Linux and *BSD worlds, with greatbits like:

If you want to get on the bad side of software developers and systemadmins, the fastest route is to waste their time .

Amen. What he said .

(The good news is that Sun GPL'ing Java may finally be changing all ofthis mess, which Tomayko happily acknowledges.)

(From many