報應來臨

1.

眾所周知,這是近期最被消費的笑話:才子周某被才子張某批評,話佢d文睇唔明。 前者 素有「筆戰滅聲器」之稱,每逢出手,總可令最熱烈的筆戰砰一聲冷卻下來,唔知點應;後者則以丙左人人地都唔知見稱。我等作為被

Excluding buggy RPMs from a yum repository

We mirror the Fedora Core 4 updates area, and we use yum to installthings from it, and Red Hat recently released an extremely unsuitable(for us) update to xorg-x11 (as recounted in MoreFC4Problems ). So weneeded to take those buggy RPMs out of circulation and keep them out.

Fortunately this turns out to be pretty easy, because not all RPMs ina directory have to be in the repository metadata that yum uses. This let us continue to pull a full mirror from


What vendor updates are pending on your Linux system?

One of those routine system management tasks these days ischecking to make sure that I'm up to date on vendor security releasesand other updates. And when I'm not up to date, I generally want toknow what's out of date; being out of date on diff is one thing,being out of date on a kernel or glibc is quite another. (For astart, I probably want to test the kernel a bit more before pushing itinto our local update queue.)

Since


More Fedora Core 4 problems with X

Important update : the buggy RPMs have been superseded. See the end.

You may remember back to FC4FirstIrritations , where I talked aboutseveral X problems. Well, Red Hat managed to outdo itself recently, aswe discovered the hard way: their latest update to the xorg-x11 packages, 6.8.2-37.FC4.48.1 (released September 16th or so) nowcauses almost all of our workstations to explode.

Not literally exploded, but


錯別字

1.

有位朋友不幸路經敝站。敝站是他的search list第一位,因為他search「 除若宣床戲片段 」,yahoo就給了他「Rhetorical Pain ... 簡單,我們一般習慣明晰的結束和開始, 某事件不清楚完結,它就不能到達 ... 形式:每次一小時電影 片段 欣賞

恐怖小劇場之黃

9月10日星期六,因為喉嚨太痛而醒來,覺得世上最折磨人的就是吞口水。掙扎著找鏡子張大口,赫然發現,整條舌頭都是 鮮黃色 的,熟蛋黃那種鮮黃。好罷,認輸,去看醫生。醫生說扁桃腺超級發炎,紅腫而且流膿。那麼,

籌謀與沉緬

是怎麼回事呢,有個中四女生的中史考卷上,縱橫寫滿《紫釵記.花前遇俠》的「寡婦彈情」詞:「邂逅盼莫盼於郎長情/劫後痛莫痛於郎無情/你查名和問姓/霍小玉/哀配夫夢已醒/李十郎負我高攀燕貞」。這是一段自我介

白食與械鬥(多角色)

話說中大學生報今年以延攬人才為首要目標。樓下學生會迎新夜,學生報仍然空群而出,企圖挖角。我參與其中是因為當晚學生會準備了食物,可以吃白食。

話說學生報今年有特派ORATOR(可理解為terminator之一種)覃某(05哲學),剛

Two Python import tricks

Here's an extreme example of import and namespace trickery, drawnfrom the standard Python ftplib module:

try:  import SOCKS  socket = SOCKS  del SOCKS  from socket import getfqdn  socket.getfqdn = getfqdn  del getfqdnexcept ImportError:  import socket

(linebreaks added for clarity)

Modules are objects in Python, so a module's name binding can bemanipulated like anything else. This leads to the two things that ftplib is doing here.

First, the ftplib module would like to use the SOCKS module if itexists and otherwise


Some words of wisdom for free webmail providers

Vernon Schryver, in news.admin.net-abuse.email:

The buck always stops or is at least duplicated at the SMTP client.It does not matter to rational spam targets whether the operators ofa spam relay are paid for their services or forward spam as acharity.

(From Message-ID ,and let's hope that link stays working.)