十九年
Education
- 默書好 Quote: 強行要把學習的最終發展,塑造成一個是只有快樂,沒有痛苦的幻象,不是自欺欺人嗎?
- 打機通識回憶錄(3)-Half-life系列
- 打機通識回憶錄(2)-模擬城市Simcity Quote: 畢竟一個模擬遊戲,
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
十九年
Education

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
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
剛在美國這邊看了,不知香港上畫沒有。
今晚是星期五晚,播放的劇院居然也頗冷清,另一邊的幾間劇院,正在排隊的,都是去看Kung Fu Panda。
坐在我後面的兩位小朋友,相信是被與我年齡相約的爸爸強逼帶來看,電影中段,爸爸不
One enduringly popular model for blogging engines is that entries willbe files in the filesystem, and the blog engine will just wrap themup in various simple ways. This approach has a clear and attractivesimplicity and thus an obvious appeal, but as I have found out fromfollowing this route myself this simplicity hides a number of subtle problems .
All of the problems can be summarized in one word: metadata . Blogentries have (or need) quite a lot of of metadata associated with them,and making files your entries