看今期的《電影雙週刊》的副刊《ForeignFilms》 (第49期) 裏面有一專題「遊戲:電影終結者」,講的是近年來由電影改編而成的遊戲的掘起,用了很多篇幅介紹了一些電影改編的遊戲,並提出隨著遊戲越來越真實,而又比起電影有更
賣金
今有小玲賣金籌生活費。
為甚麼我會窮得這樣窘?
20051005網摘 – Google與Sun在搞什麼?
IT 新聞/評論
- 东拉西扯:Web 2.0不是赢利模式
- Next Up: Google Office? Sun 與 Google 到底搞什麼鬼?
- Sun and Google shake hands 不是 Office, 只是 JRE 附送 google toolbar,以及日後還會有很多合作云云…
- PSP與盜版風 新不如舊的苦惱
有用
- Bookmarklet to sort tables by any column 超級有用的 Bookmarklet!
- centricle : css filters
Thinking about redundant power supplies
The next time a salesman tells you that a server needs redundant powersupplies for reliability, ask him if the server also has redundant CPUfans.
By now, most everyone understands that extended warranties on consumerelectronics are just overpriced insurance (hence why the salescrittertries to get you to buy them, as they're great profit for the store).Redundant power supplies are getting to be a standard option in serverconfigurations, and while they're not necessarily pointless I have tofeel that a fair number of people
去看攻殼 Innocence
昨天晚上去了 PALACE APM 看《攻殼機動隊 2: Innocence》,雖然早已經看過,不過到大銀幕的機會始終是難得的,像這類動畫在香港,真的除非是電影節什麼的,否則大家還是看 DVD 吧! (可是,Innocence 的 DVD 也未有香港代理)
只映三場的關係,所以
A left-field aphorism
If you don't have the time to say hi to a passing cat, you need toslow down.
If you never have time to say hi to passing cats, you definitely need to slow down.
(Aphorism void where prohibited by allergies. Applications to thetypical sysadmin lifestyle are left as an exercise for the readers.)
Keeping changing systems stable
Back in June, I wrote about how unchanging systems should be stable . There isan important consequence of this:
To control stability, you must control change.
(This clearly follows from change being the only thing can destabilizeyour unchanging stable systems.)
I think that this is subtly different from taking changes carefullybecause the changes themselves could possibly be broken. This is therealization that any change may perturb the overall system, requiringit to be restabilized; it is the need to control what one has definedas the
20051004網摘 – 十大網頁設計錯誤
網上工具
- WWW SQL Designer 用 Browser 做 DB Design
- Online Tools and Services 一些有關圖像的資源和工具
- MemeFlow – Your GoTo Page… 一個 Ajax Bookmark 服務
- 合作书写工具:Writeboard 感覺上類似 Jotspot 的 Wiki 功能,最好用的是,你可以在 Backpack 裏加 Writeboard,一向都覺得在 Backpack 裏的打字格太小,用 Writeboard 就很好了,寫長文也
自由音樂
最近香港 Podcast 界漸漸蓬起來,有很多不同的新 Podcast 出現,而也有更多人關心究竟如何可以在 Podcast 裏面播歌。到現在為止,一眾Podcaster 都很守規舉,在 Podcast 裏都是播放外國的 Podsafe 音樂,而遲些日子,他們會和 CASH (香港作曲家及作詞家協會) 開會討
Some important notes on getting all objects in Python
It turns out that I'm wrong about several things I mentioned in GetAllObjects , although the code there is still useful and as correct asyou can reasonably get. However, it does have a few limitations and maymiss objects under some circumstances.
First, gc.get_objects actually returns all container objects .In specific, it returns all objects that can participate in referencecycles; this necessarily includes all container objects (dicts, tuples,and lists), but also include other types as well. (My