是日金句

「要勾佬,成本自然高。」

Supporting the real world

Every so often, a vendor's support people tell me something like 'we arenot going to investigate your bug report merely because you are runningan unsupported configuration'. And by 'unsupported configuration' theydo not mean 'something explicitly documented not to work', they mean'some set of hardware and software not in our narrow list of supportedsetups'.

(Nor are the products labeled as being so fragile that they work onlyin certain limited configurations.)

There are two things I hear when vendors


罷工

家有兩腦,一號 Intel 二號 AMD,二號最愛罷工。

二號最怕熱,工作一久,熱力滲透,一聲不響給你斷電,毫不留情。在剛剛冬去春來的日子還算撐得住,但最近反叛情緒越來越深,連現這種溫度也來給我罷工。看 YouTube、Google Video 一兩條片子


one

吃豬肉的豬在blog上播了REM+U2一起玩的one
嘩...
我又開始了成日聽one的日子了

一連可以聽數次的
不過都唔夠「燕窩」勁
一連聽十次!?
不是要鬥多 ,只是我們也十分喜歡

這個歌十分奇怪的
我英文唔得, 但沒有影響我對這個歌

我是個自負盈虧的最佳玩伴

手提電話沒有3G,過了寧靜的一夜。

回到香港,收件匣內盡是不同男人發給我的訊息,留言信箱全是不同男人的聲音。

這代表了甚麼?

代表了我很寂寞,而且單身。

A說掛念我,是想我替他收拾家居餵狗買日用品。

B說掛念我

What computer security is

There is a vital thing to remember about computer security: securityis not math, security is people . Thinking that security is math getsyou mathematical perfection and white hot disasters.

(These disasters happen for much the same reason that firewalls aredangerous: people think that they are completely protected once theyhave math on their side and thus don't take any further precautions.)

You can create the most mathematically perfect computer security systemknown to humanity and people will misuse it, or bypass it. If you makeit


20070507 推介網誌

Joaoko’s blog

https://blog.joaoko.net/

回想網絡暴民給人的其中一個印象,就是「寫科技東西」,但事實上我已經越來越懶,通常以網摘代之。Joaoko 的則是非常勤力的,他的興趣顯然也是科技東東,但比較多寫電腦軟體、網絡服務和工具


蜘蛛俠 3 – 不能太壞

Spiderman 3 - Peter Parker

系出 Marvel 平民英雄之門的蜘蛛俠,經歷第一集「初出茅廬」、第二集「武功盡失」後,來到了這一關:「戰勝心魔」。

雖然說出來好像很公式化,但要將這些大家幾乎每天都會在故事劇集看到的情節,拍得入肉好看,就考驗導演的


壞事可以變好事嗎?

既然事情已經發生了,與其回望過去不如展望將來。

在網上的討論所見,澳門人(包括我)似乎很在意香港人如何評論我們,抽水哥成為被狗仔隊跟及被惡搞而成了當今紅人,社團仍然熱衷登廣告批評發起遊行以及在遊行中不守

What Linux bind mounts are really doing

Lots of Unixes have some form of 'loopback' mounts, where you can mounta bit of an existing filesystem somewhere else; they're called loopbackmounts by analogy with the loopback interface. The general idea behindthem is that they are a more efficient (and easier to use) version ofdoing an NFS mount from localhost .

(I suspect that Sun originated the idea, but I'm not sure.)

Linux's bind mounts (so called because they are done with mount--bind ,