最近幫朋友用 Dapper 製作了一個 MySinaBlog 的 Comment RSS Feed,製法簡單,在此公諸同好。雖然簡單,但要說明還是很複雜,所以錄了個 Screencast (首個!),以自己的舊 MySinaBlog 為例子。不過做得很簡陋,沒有什麼解說,而且上了 Youtube 後更是「矇查查」,敬請見諒
其後
Why I don't have a GPG key
In theory I ought to be just the sort of person who has a GPG key; afterall, I'm geeky, quite aware of how easy it is to impersonate people onthe Internet, reasonably concerned about privacy, and so on. But inpractice I don't have one because I don't feel I could keep it secureenough for what people believe a digital signature implies.
As a system administrator, I get to be quite aware of all the waysthat a bad guy could attack the
星期一的一次過又回來了
嘉賓:周俊輝、梁展峰
2. 報平安
習慣嬉皮笑臉,但其實有些事不應講到好輕鬆。不想大家擔心,又不想大家太不擔心——因為這不是我一個人的事。書比較好,既輕盈又沉重。
落案是很沉悶的,因為大家都

揮我生命寫正義故事

(對,老人家又要想當年了…)
最近大家都談集體回憶,看著電視播映的星矢「冥王十二宮篇」的動畫,相信也會喚起不少人的回憶吧!當時星矢也是在深夜播映,主題曲是由譚耀文主唱的,片頭通常只會播「中」段:
匆匆一生
Configuring VLANs on Fedora Core
Interactive VLAN configuration is done with the vconfig program. Thebasic usage is ' vconfig add eth0 6 '; this makes a new Ethernet devicecalled eth0.6 (by default; vconfig can change this, but you probablydon't want to). ' vconfig rem eth0.6 ' will then remove the VLAN.
A configured VLAN is up enough so that you can receive traffic on it. Ifall you're interested in is doing things like bridging virtual machinesonto the VLAN's
「只要 從今 我們好好經營 自己的想像」--- 雄仔叔叔
或者是有關於方向、人、反思而動人。
特別是 雄仔叔叔 這一首《天星: 我們的理由》,看到第一段(尾)我也忍不住眼眶的星形淚光。
是的,我
Wrapping exceptions versus propagating them untouched
I have somewhat recently written a program that makes heavy use of Python's xmlrpclib module . While thexmlrpclib module is very nice, the whole experience has given me somestrong views on how it does exception handling.
The basic problem with xmlrpclib's error handling is that it doesn'tcapture exceptions from stuff that it calls, so they leak out to you.Fortunately I don't think xmlrpclib calls anything that can raise errorsexcept the socket module, but I'm not sure (so my program
An alarming reflex in my use of find
It makes me nervous that my fingers appear to feel that the rightthing to type after ' find . type f -print | ' is ' xargs rm -f '.Sometimes they're quite insistent about it.
I am not sure where this reflex comes from, because I don't thinkI've done that particular operation that many times. It certainlymakes typing 'for all files' find operations a twitchy exercise, andI get to worry that someday I will, eg, accidentally delete all