新增留言板

之前個調查反應好好
令我對這地方了解更多
我會盡量按大家需要的方向寫文章的

為方便交流互動
今日開始加設了留言板
之前討論過的話題可以在此繼續

如果有朋友仲想參加調查
唔好比佢停呀

A Bourne shell irritation

I was bitten by this today, so I am going to grump about it.Today's irritation with the Bourne shell is that the followingis illegal syntax:

echo hi &;

This probably looks peculiar and silly, so let me give a real examplethat is also illegal:

for i in *watch; do nohup ./$i >/dev/null 2>&1

So is ' ; ; ', and for the same reason: in the Bourne


20060809網摘 – 七彩中大

Blog

  • 網誌研究 研究發現 xanga 用戶有很多歧視仇恨,很有「破壞力」。事實上,這只是人心的反照,Blog 是使這些仇恨具體化於文字上的一個公開媒介。問題是,這個公開平台,是否具有足夠的破壞力和影響力

攻殼


龍虎門


看了電影“龍虎門”
這公仔書是我兒童時代的主要讀物
我睇呢本書應該勤力過讀書的
一度很熟悉這個其實很爛的故事
以為是真人真事
如果我有十字追魂棍你話幾無得頂呢

雖然已經十幾年沒有再買這公仔書
但入電影院是為了情意結

法蘭克福

大抵沒人會習慣寂寞,

但在法蘭克福,

那種寂寞卻很寫意。

第一天,

已經疲憊得說不出話,

卻要匆匆忙忙在Mainz四處跑去買東西,

很累人很想哭。

第二天起床後泡在甘菊浴鹽中良久,

心情慢慢好了。

星期天所有店舖都休息,

隨便買

Slashdot's tacit admission of failure

Slashdot has recently started running what it calls 'Backslash'stories, which have (as it puts it):

[...] some of the most interesting comments and exchanges on a handfulof yesterday's Slashdot posts [...]

To me, the most interesting thing about these stories is that they area tacit admission that Slashdot's comment management model is brokenand that a lot of people don't read the comments on Slashdot stories.If most people did regularly read Slashdot comments,


填補信仰、喚醒良知

farseerfc.wordpress.com 導入

填補信仰、喚醒良知

我們聽盡了呼籲與號召,對於良知,我不必譴責喪失它的國人,不必盛讚良知的美好。我只想討論,喪失了良知的原因——空缺的信仰。

一、空缺信仰喪失良知

現代的國人缺少信仰,以至於


殘疾人士爭取交通票價優惠行動短片 (2006 )



























殘疾人士爭取交通票價優惠行動短片 (2006 )
https://www.smrc8a.org/video/mtr_video.mpg ( 建議用右鍵另存目標download)


睇番一兩年前有關 「殘疾人士爭取交通票價優惠」的報導 ,提出的主要是政府指此舉違反《殘疾歧視條例》

A problem in Python's implementation of closures

Python's implementation of closures for inner functions has a well knownproblem: you can't mutate the binding of capturedouter variables. In other words, the following code does not work:

def cfunc(a):  def _if(b):    a = a + b    return a  return _if

There is nothing in the semantics of Python that require this result.Unlike the case of writing to a global variable in a function, what the a variable refers to in the scope of _if is


舊時澳門.舊相齊齊貼



Continue reading...