陳智德的後備
1. 陳智德在msn裡找我做主持時,我跟陳生說太忙,問他還有沒有後備人選。頓了一頓,msn傳來答覆:「後備就是我自己。」他說要告訴kubrick「主持正選:鄧小樺,已初步應允,若她臨時有事,後備:陳智德。」我笑得打跌,同時

夏天完全消失之前,我要去吃一次冰
像竊取火熖那樣偷時間,於謊言前保持赤裸,天真如同植物辨認唯一的光源。惟因長期以來的忠懇你是如此得心應手,你所欺騙的人比以往更馴良,稱讚你的幹練,然後就是信念的花朵圍繞,虛無的涼風迎額吹來,無所謂無所謂
facebook幾好玩
這幾天都在玩facebook
其實這玩意很無聊且沒有私隱
但又十分人性化和充滿小趣味
因此我花了些時間在學習
我在facebook內設立了澳門文學群組
歡迎有興趣的文友來加入
其實這玩意很無聊且沒有私隱
但又十分人性化和充滿小趣味
因此我花了些時間在學習
我在facebook內設立了澳門文學群組
歡迎有興趣的文友來加入
Lady First 專欄 (13-14)
How we lie to our Makefiles
I spent part of today updating the system that generates data files forour mail system to add a new computed data file. This system is builtaround a Makefile , and so I added a new rule, which looks like this:
$(CL): $(DL) $(AUXFILE) crunch-dl $(DL) $(AUXFILE) >$(CL).new mv -f $(CL).new $(CL)
(The rule is done in two stages so that we
CLICK---轉載:关于宋以朗
整篇訪問:
https://online.wsj.com/article/SB122115167916724053.html?mod=taste_primar
最讓人感動的部分:
"My goal in running the blog is neither fame nor fortune, but it is a personal attempt to bring about a social transformation," he wrote in 2006. I ask him whether that is still true. "I want
https://online.wsj.com/article/SB122115167916724053.html?mod=taste_primar
最讓人感動的部分:
"My goal in running the blog is neither fame nor fortune, but it is a personal attempt to bring about a social transformation," he wrote in 2006. I ask him whether that is still true. "I want
全跌,美匯升?
什麼都跌,美匯卻升,是讓我最費解的情況。
美匯憑什麼又來個小陽春?它的基本因素根本就不好。
昨晚我見DOW跌,本來很放心(手頭上的金銀),但見油價和金價續跌,就知又是美匯作怪。
見油價、黃金不是因為DOW升而跌,我
美匯憑什麼又來個小陽春?它的基本因素根本就不好。
昨晚我見DOW跌,本來很放心(手頭上的金銀),但見油價和金價續跌,就知又是美匯作怪。
見油價、黃金不是因為DOW升而跌,我
Some thoughts on improving current thread-based programming
However much I would like it to, it does not seem that the thread andshared memory based model of programming concurrency is going to go awayany time soon. So here is a theory on how to improve it.
I will start with a premise: the reason locking is such a problemin thread programming is because so much of it is implicit , and humans do a horrible job atremembering implicit things (especially implicit things at a distance).Thus to improve the situation, we need to make as much