On blocking access from large IP ranges

The Register recently republished a SecurityFocus article by ScottGranneman, called On blocking Chinese IP addresses ,discussing the implications of blocking essentially all of Chinafrom accessing a web host due to the number of spam attacks fromChinese networks.

In the course of the article, Mr Granneman asks:

Here's a good question. What needs to come first: the needs of the webservers my friends run, or the needs of a guy sitting in Shanghai thatwants to view the content of that web site?

In my opinion


飛滿天

曲/詞/唱:林靜
編曲/音樂製作:bono
收錄於"噪音合作社"第二張大碟


來 聽聽我的呼吸聲
雖不算響 但縈繞在你身邊
看看 這瘦小身軀
雖不敵刀槍 但仍能把你燃燒

奢望 讓這點喧嘩聲 更奔放
如塵埃 飛滿天

在這沒喘息的都市裡
讓這被壓

LILO vs GRUB: why LILO still wins for servers

IBM Developerworks recently carried an article comparing the LILO and GRUB Linux bootloaders that wound up concludingthere was nothing LILO did better than GRUB.

I beg to disagree, and strongly. LILO has two important features forserver operation:

First, a one-shot mode, where LILO tries booting a particular kernelonly once ; after that, it goes back to its normal default. This isa reassuring way of trying new kernels that you are not entirely surewill work. If you set the kernel up to reboot on panics


求書

1. 《汪暉自選集》
2. 楊牧《有人》

見書請買,然後上來留言。鄙人定必吸納。二手亦佳。想睇到死。

傳媒與觀眾

早前看 Tony Blue 的一篇《 看圖說話學 》,講的是傳媒看圖作文的故事,將幾幅相片套上自己的想象,寫了個香艷的故事,滿足自己的性幻想。當然,事實又是另一回事了。

不講八卦雜誌新聞做假,炒作新聞,將事情戲劇化也是傳媒最


The Version Control System dependency problem

One of the aphorisms of HCI design is that if users keep making the sameerror with a program, it's the program and not the users that's actuallywrong. By this standard, almost all version control systems really needan HCI makeover, because there is one classical mistake that users keepmaking over and over.

The mistake: make a change, then make an unrelated change, then make athird unrelated change (perhaps fix three different and independent bugsin entirely different files). You get a


20050830網摘 – 裝飾你的網頁

裝飾你的網頁

網絡與社會


驢子走上來了

在網路上 P2P 的勢力越來越大, 這一篇報導 講的是,在上一年大概有一半以上網絡流量,是屬於 P2P 的。但是香港玩家最愛的 BT ,在外國卻有明顯下跌的趨勢:

A year later, peer-to-peer traffic in general continues to account for the majority of data traffic on ISP networks, usually between 5


少言為福

那個孩子的眼睛很漂亮。

不要以「天道人心」之類的大題目為名,干擾他人家事,衝出來下標籤灑鹽花。全城目光集中、頭條一律慈善化的同時,我已經想到會有這一天。一邊強調孩子的刀傷,一邊在傷口上灑以倫理為名的鹽花

Python's dangerous automatic Unicode conversions

I'm a little bit late to the Unicode in Python debate party; Ian Bicking and others were writingabout it back in early August, for example here and here .By now, lots of people around the Python blog community have weighedin on the high-level issues.My grumbles about Python's Unicode support are more low-level, likethe problem with Unicode in hashes that Ian Bicking found.

Specifically, I think that Python is too helpful with automaticconversions between Unicode strings and byte strings,