Why you want a recursive-forwarding caching nameserver
One of the things that I mentioned I wanted in a caching nameserver was the ability to forward queriesto other nameservers as both recursive and non-recursive queries. Acommentator asked, effectively, why you needed to forward recursivequeries. As it turns out I did not have a handy answer for this atthe time, because I couldn't remember off the top of my head where I'dneeded it. Well, I think I've come up with the answer.
Why you need this is zone
不如我來當記者
寂寞夜晚
重設平凡再見夢幻,
但願是瀟灑告別,休說可歸返;
斷斷續續的千個夜晚,
無窮濃情怕會漸淡,
靜默地拭乾了淚,
一切請珍惜,一切將吹散。
Blowing in the wind
一定要記下這一天的感覺
一定要記住我們在一起的時光
還有我們這五個月的努力
儘管這是我們人生中最黑暗的一天
可是我們也見證了人性的光輝
謝謝您給過我們的希望
The Fungshui Gamble
Calling this city the Republic of Gambling is so politically correct. Jasper is right: the number of casinos there is comparable with the 7-11s here in Hong Kong. Though (luckily) none of us went for gambling, it is hard not to get drown by the sea of chips and poker cards.
Whenever linked to luck, everything become intimately related to fungshui. The
網誌小詩
One aspect of getting used to modern version control
I've spent a very long time using RCS as a sysadmin. In that time,certain things about how it works have just gotten ingrained in myhindbrain, to the level where I don't think about them consciously;they just are. Now that we're slowly moving away from RCS and to modernversion control systems, I sometimes wind up running into bits ofthis that are no longer true, where I have to let how stuff works inmodern version control gradually soak into my mind until old
Keyword expansion: why RCS rewrites files when you commit them
Given my previous entry , you mightwonder why RCS does such a crazy thing as deleting and recreate fileswhen you just make a commit (in RCS terms, a checkin) when modernversion control systems don't do this. The answer turns out to be prettysimple: keyword expansion. Specifically, that RCS supports keywordexpansion and modern version control systems don't.
RCS has a feature where you can embed magic keywords in your sourcecode that are automatically expanded to various pieces of informationwhen RCS checks out