是日金句

談及近日消費與及Smartone將我提升為PriorityPlus客戶後,

K:「我識你咁多年,宜家先知原來你咁有錢。」

唉。




是日戰勝品:

1. Seven牛仔褲

2. DIANE von FURSTENBERG連身裙

3. Jill Stuart上衣

4. Beverly Feldman涼鞋

Something all full-service backup systems should have

Having spent much of today wrestling with this very question, I have asmall suggestion for people designing full-service backup systems (bywhich I mean ones that have individual file indexes and an environmentfor restoring single files):

Please provide a command that summarizes all of the versions ofa file that you know about.

Most full-service backup systems can go back in time, so you can ask forthings like 'the version of the file on January 28th'. But what I reallywant is


20070215網摘 – 恭喜出書

出書

Blog/Podcast


我有8分sexy,你呢?


以下網站測試你的sexy程度
https://www.sexgage.com/
當然只是玩的
你測得高分都未必要輕舉妄動
不過
快放假了 玩吓啦


RPM tricks for dealing with multiarch machines

Why do we need some new RPM tricks for dealing with multiarch machines?Simple:

; rpm -q glibcglibc-2.5-10.fc6glibc-2.5-10.fc6

That's not an error, that's just my machine having both the 32-bit andthe 64-bit glibc RPMs installed. On a multiarch machine it's routineto have RPMs with identical names, and rpm itself hasn't been fullyadapted for this situation


情人過節


情人過節,一言難盡。澳門地窄人稠,可供情人活動的空間不多,心智成熟的男女自會明白情比金堅比當眾表演更重要,但在這消費至上的社會,報章渲染,商家推動,全城浪漫,處處溫馨,有情人與無情者或因心血來潮,或因

故事

我又想起了這故事。
_________________________________

洋娃娃已經待在失物認領處有一段日子了,它心裡明白,自己不過是一件玩物。

洋娃娃也有爸爸,也有媽媽,可是,它沒有家。

當洋

情人節特備節目

4pm - 530pm:一個人做yoga

630pm - 930pm:一個人去整頭髮 (係,我知我賤格,專登book 630pm既時間,等我個hair stylist同女朋友冇得食情人節晚餐,陪我孤伶伶過。)

10pm - 2am:「5個6」「你輸,飲!」

2am - 4am

情歌

今日有朋友來電
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