做昏頭之愈寫愈長

因為情人節,因而要說許多與愛情有關的話。我的感受如何,想必大家也可猜到。我想說的話,其實由 129居權事件九週年 報導 ),叮噹侵權、 鏗鏘集約見事件 (還有《秋天的童話》被指粗俗)、 迪士尼累人過唔到年 大阪

Link: Why the ease of installing Java matters

In Java in The Land of Make Believe ,Ryan Tomayko unloads a righteous rant about why Java's license mattersand what effects it has in the Linux and *BSD worlds, with greatbits like:

If you want to get on the bad side of software developers and systemadmins, the fastest route is to waste their time .

Amen. What he said .

(The good news is that Sun GPL'ing Java may finally be changing all ofthis mess, which Tomayko happily acknowledges.)

(From many


A temptation with challenge/response anti-spam systems

Every time I see a mail from a C/R system, I get more and more temptedto teach our mail filtering infrastructure about the most common ones,so that it can automatically acknowledge the challenges, discard themessages, and not bother the users with them at all.

Will this acknowledge a lot of spam, and thus dump it on the peopleoperating those C/R systems? Sure, but that's not our problem. AndI'd clearly be doing our users a service, especially if


Weekly spam summary on February 10th, 2007

This week, we:

  • got 15,405 messages from 262 different IP addresses.
  • handled 23,822 sessions from 1,467 different IP addresses.
  • received 258,033 connections from at least 76,977 different IPaddresses.
  • hit a highwater of 7 connections being checked at once.

The overall volume is about the same as last week ; technically it's up a bit, but I figure it'swithin the normal


20070210網摘 – 我要向右還是向左走?

Copyleft

Copyright


貼紙相
















八十年代出生o既女仔, 無一幸免,一定同同學仔朋友仔影過貼紙相。

果D扮可愛超低能既薯樣,都一一成為呈堂證物,記錄o左就快三張野既老妖怪,曾經年輕過... 唉。

P.S 好彩我冇遇過俾五百蚊我叫同佢合照既叔叔.

廣廣廣告

1. 零零零座標
文明單位: 港台視覺藝術交流
嘉賓: 劉建華 梁志和

零座標的疆域blog

零座標展覽文件展
委約新作藝術家:程展緯
(策作:劉建華)

日期: 二OO七年二月十三日至二月二十四日
地點: 香港中文大學邵逸夫堂留足展
Continue reading...

是誰把他放逐在這裡?


工作

他工作的時候,專注、安靜、低調、不令人為難。

這一天,當他埋首工作時,上司來到他面前,拿著一堆文件。

“這些信件為什麼還未發出?”上司問他。

“我已經依你的吩咐把信件寫好,上個星期已經交給你,你還未寄給

斑駁日常:廣場

權威與反叛

公元前8世紀的希臘人。負手於身後,踱步於同城人之間,招呼熟悉的鄰人,聆聽哲者辯論,購買香油織物。自他們的綠色眼瞳望過去,那是亞麻布長袍與皮斗蓬,盛酒的陶土罐,間或有新鮮水果點綴其間。有時是慶

What System V did to the poor ln command

On V7, UCB BSD 4.x, SunOS 2.x, 3.x and 4.x, the *BSDs, Linux, andanything using GNU fileutils:

; touch a b; ln a b && echo oopsln: b: File exists

On System V, including Solaris 8:

; touch a b; ln a b && echo oopsoops

That's right: the System V version of ln goes to significantextra work over just calling link(2) , and in