就來出來的 Firefox 3 在處理網頁安全時有更嚴格的規定,例如我們用 https 連接一些網站時,Firefox 會驗查伺服器發出的「安全憑證」是不是一張「受到信任」的憑證。一張受信任的憑證,通常都會由一些認可的憑證機構 (Certificate Authority) 簽發,來證
錯誤
問題一:澳門人是否能坦然接受他人的批評,哪怕是善意的批評?
問題二:批評者如何可以令被批評者口服心服,被批
最近做的事,最近寫的稿
周一床上的小玲
Mirrored system disks should be trivial to set up
I have a simple request for people putting together installers formodern systems, especially systems generally aimed at servers: it shouldbe dirt simple to do an install with mirrored system disks .
With most modern servers having two drive bays (often hotswap ones) anddisk space being so cheap, going to mirrored system disks make a lotof sense. But most people won't move to this configuration until it issomewhere between easy and trivial to set up, much like many people didnot move to LVM-based system
20080609 網摘 – 十九年
十九年
Education
- 默書好 Quote: 強行要把學習的最終發展,塑造成一個是只有快樂,沒有痛苦的幻象,不是自欺欺人嗎?
- 打機通識回憶錄(3)-Half-life系列
- 打機通識回憶錄(2)-模擬城市Simcity Quote: 畢竟一個模擬遊戲,
歌頌
「他確是邏輯史上的要角。」
「邏輯本無歷史,今為邏鬼而變。」
「他是邏輯史的第一章,邏輯史的第一個名字。」
「簡直是伊甸園的那條蛇,帶我們看見羞恥。
微笑承受災難

Recovering my Eee PC from a post-update problem
I recently applied a bunch of pending Eee updatesfrom Asus, and suddenly the full desktop mode that I prefer stoppedworking. The Eee always booted into the basic interface, and when Iswitched back to advanced mode everything in my Desktop directory haddisappeared (which is bad, because I have some customized launchersthere)
(Fortunately I had an off-machine backup of my Desktop directory so I couldrestore my customizations.)
I enabled advanced desktop mode the easy way , namely by installing the advanced-desktop-eeepc
Thinking about Python's inheritance model
I recently read an entry by someone whowas surprised that Python subclasses did not automatically call theirparent class's 'constructor' method, by which he meant __init__ .This is a straightforward consequence of Python's inheritance model,but Python's inheritance model is slightly odd.
The straightforward way to explain Python's inheritance model is thatit uses what I could call 'lookup based' or 'name based' subclassing,where what subclassing does is change what binding will be returned when
