花樣年華的舞步
Take a Ride on the Amtrak Railroad

For the first time since I was a child, I took an Amtrak train rather than drive or fly to another city. I'm currently in Chicago, and the Amtrak ride was a rather uneventful five hours, with many laughing and talking individuals sitting around me… luckily, I had my iPhone and headphones, so I could drown out a lot of that noise!
The train ride was pretty nice, I would say—there were few stops, the ride was extremely quiet (besides some track noise, and
久違了,詩人
Lady First 專欄(68)- 不是最愛
未到死嘅一刻,我哋點樣肯定嗰個人就係最愛?
可能瞓醒一覺,就會發現自己唔係真係咁愛呢個人,又或者,第二日你會遇上另一個令你心動嘅人。
一點一滴
我都知道我們不是很有型
我都知道我們不
閱書(二)
How not to copy a file to standard output in Python
Suppose that you are quickly bashing together a CGI that as part ofits job has to spit out a file. When I needed to do this recently, Ireflexively wrote more or less:
fp = open(fname, "r")for line in fp: print line
(Because this was reading from a file, my usual objections to using file iteration don't apply.)
Somewhat later I got a politely phrased report from the person that thiswas for to the effect that the PDFs this CGI was
