On the name of USB flash memory drives

I've been somewhat confused about what to call USB flash memory 'diskdrives' for some time, since I've seen several names. Courtesy of PeteZaitcev here ,who should know since he works on the Linux kernel USB stack amongother things, I now have a pretty definite answer; they are properlycalled 'USB keys'. A 'Memory Stick' (with the capitals) is somethingentirely different, and 'memory stick' risks being confused with it.

(I suppose I could just


真身小劇場

這裡 ,選 1213koreafriend.wmv

裡面,有一個好蠢的肥女子(上鏡真係好肥,我唔想再上鏡了),沾到少少胡椒噴霧。在她之後,可以見到一位年輕的南韓示威者,中招的程度不可同日而語。這在在提醒著我們香港人,我們的付出,

我很憤怒,我很憤怒

為什麼這樣不公義沒禮貌的事,竟然在我要教書的時間發生。 為什麼我當時竟然不能在場。
請大家來支持韓國農民及各地朋友,與這樣粗暴的警方劃清界線!

請聯署: 致國際友人的感謝信

獨立媒體 電子報》2005.12.15
〔今期焦點〕


編輯部按:數千國外示威者, 出錢出力來到香港反世貿, 究竟世貿係?咩, 點解要反? 這一期的電子報收集了inmediahk及其他中文網上媒體關於世貿的報導和評論, 希望大家能有

拗底撐飯蓋

「警察公共關係科總督察馬維騄表示,由於灣仔北的示威區附近有潛在的危險,希望市民不要到該區拍攝。」

呢個係咩意思呢——就係連日來民間對反世貿示威、韓國農民的支持不斷上升,游行更有市民及學生加入。朋友沿途與

胡椒與水樽

一如蘇丹紅和孔雀石綠,胡椒噴霧是很美麗的名字。我很喜歡胡椒味的食物,胡椒餅、胡椒麵、胡椒意粉,如果這一切氣化為淡淡輕霧,一定好味到不得了。我以為係我懶sentimental啦,原來胡椒噴霧真係被認為係好正常既手段了。我在

再到灣仔貨物起缷區之前,抄抄書

「巴迪烏拒斥了康德對法國大革命這個事件的解讀。康德的解讀認為,革命的關鍵效慼在於那種崇高的熱切情感,而巴黎的革命事件讓與事件沒有直接關聯的全歐洲的被動觀察者都激起了這種崇高的熱情。接下來,康德把這種崇

請廣傳:致國際友人的感謝信

當日衝過之後,我和陳景輝(此人落了水,冇得黐胡椒噴霧的金糠)說,跟住要開始蓄錢,下次去第度反世貿。投桃報李嘛。後來又有人修正:最好世貿冇下次啦。又岩喎。但係而家應該 聯署 左下面篇文先。

(信件將於12月1

20051215網摘 – 很多 Google news

Google


Another introspection trick

Here's another example of Python's introspection and commandinterpreter being useful:

[x for x in dir(m) if isinstance(getattr(m, x), str) and 'localhost' in getattr(m, x)]

One of our Mailman lists had been accidentally set up thinking thatthe machine's name was 'localhost', instead of the machine's actualhostname, and this was causing problems. Mailman is written in Pythonand offers access to the internals of list data