20070622 網摘 – 奶周抄文事件

71

Copycat

IT


不要忘記4

做女人,千萬不要問男人要禮物,就算只是開玩笑也不要。
因為女人的一切優點,在男人眼中即時灰飛湮滅。
雖然那只是開玩笑。

反對白色恐怖

反白色恐怖遊行
抗議公安惡法 反對政治打壓
警方濫用權力 白色恐怖可恥

自特首選舉前後,而至近期高度打壓爭取民生議題的捍衛基層住屋權益聯盟,警方除了淪為政治打壓工具外,更使用一些可恥的濫權的方法,限制市民表達意

再別COACH

********************************

悄悄的我媽飛走了,
要三個月後才回來;
她揮一揮衣袖,
帶走了我那粉紅COACH手袋。

********************************

可愛集體(有話說)


(正經相請到這邊

採訪、整理:鄧小樺、周思中、黃靜(給人一種錯覺:彷彿相裡的三個就是鄧小樺、周思中、黃靜。唉搞這些訪問的時候還在同時搞《今天》;周某還要訓皇后;而看看當日的版位,那麼多字那麼多相都擠得

mac book問題


用了三日mac book
當然還未習慣
但mac的介面比較美觀用法簡易而且有些功能是其他機沒有的
因此到目前為止還是覺得好玩的

其實買mac book的另一原因是價錢
經過一輪格價
現在買pc或其他notebook都要自己買正版軟件逐隻裝
裝得越多就越貴
我問

不要忘記3

「身後有餘忘縮手,眼前無路思回頭」
每個看《紅樓夢》的女人都應該知道 ── 做女人,別太貪心。

More on slot wrapper objects

Following up on the first installment :

Slot wrapper objects do not directly call the C functions that theywrap up. Instead they check that they are being called with a self argument that is an instance of the type that they are wrapping,create a 'method-wrapper' object with the self memorized, andcall that .

We're not done yet, because there is another level of indirection:instead of directly calling the C function, the method-wrapper objectcalls a generic handler function for the particular sort


MALFUNCTION

在離開皇后趕往看《惡童》之的士上,麥catcat替我惡補《惡童》背景,我突然說,遲D再講,現在malfunction。電台正在播《EYES ON ME》。作為一個王菲迷,其實我並不算很迷《EYES ON ME》,以前只是聽到「 Maybe yes, maybe no」便覺得騰飛懸浮,除此

Thinking about types of bugs (and static analysis)

Someone from Coverity recently gave a talkto the local Unix hacks group abouttheir static analysis tools, and in the process got me to thinking aboutthe different types of bugs that I see.

As a first approximation, I think that I can split relatively commonbugs into three different classes:

  • mistakes like using the wrong variable or off by one errors.
  • oversights like forgetting to free memory or unlock a lock under somecircumstances.
  • logic errors, where the code is accurately expressing your desire andyou got all the details right