
Super Mario Crossover – 可用洛克人、魂斗羅、惡魔城等等角色玩孖寶!用魂斗羅 Billy 吃了 S 炮 (花) 後簡直爽死!不過不懂游泳就是了…
[via 電腦玩物 ]
One of my sysadmin rules of thumb for deciding what to automate in scriptsand programs is this: automate where you can make mistakes. In particular,automate where you are specifying redundant information.
This will make more sense with an example, so let's talk aboutconfiguring iSCSI targets. We use static target configuration, whichmeans that you tell the system a target name and the IP address that itcan be found on; each iSCSI server has two IPs, so we configure each ofits targets twice, once
世界上有一句說話最是無敵。「我說的你就是不聽,忠言逆耳啊!!」這一個忠言逆耳,基本上沒有失敗的可能。你成功了,那就說全靠我提醒了你,可以躲過了危機。你失敗了,那又說我一早提醒了你,你就是不聽。問題在哪

One of the less than obvious things about Python is that it can mattera lot just how you access an object, and not just for performancereasons. Accessing the same object through two different names can havedrastically different results under some circumstances, as yesterday'sentry about frame.f_locals shows.
(This is especially the case when resolving one of the names involvesa C module (instead of just a Python one). C modules generally need'getter' functions to translate their C-level data