Bad patch management at Sun

Today, I tried to use ssh from my Solaris test machine to anothermachine for the first time in a while (I usually push stuff the otherway):

$ scp pca-out.html linux:www/
dlopen(/usr/lib/gss/gl/mech_krb5.so): ld.so.1: ssh: fatal: /usr/lib/gss/gl/mech_krb5.so: open failed: No such file or directory
xmalloc: zero size


我係Mac友你唔係


做了Mac友十幾廿年,雖然平時上班都是被迫用PC居多,當然Mac機還是My飛弗。

喜歡Mac機,也喜歡Mac廣告,剛上Apple網站看到他們的新廣告,擺明向 PC(Bill Gates)對著幹。

賣電腦而不賣電腦Functions卻只賣形象或賣Message,以一貫人性化手法(你


替網摘說句好話

由我這個「罪魁禍手」搞出來的有關 網摘引文 的討論,吹到台灣後已經由本來「引文」合法性,轉變為「商業網摘」是否可以使用 blogger 們的文章,因為台灣 智邦 有專業「網摘師」一職。因為那邊人更多的關係,所以討論更為複雜和


Link: an excerpt from On Writing Well

Here are chapters 2 through 4 of William Zinsser's On Writing Well , a classic book on, well,writing well. Just start with the opening of chapter 2 and keep going:

Clutter is the disease of American writing. We are a societystrangling in unnecessary words, circular constructions, pompousfrills and meaningless jargon.

Remind you of any computer manuals you've read recently? (Hopefully itdoes not remind you too much of WanderingThoughts . I try, but I knowI have a long way to go


A really stupid web spider

Today WanderingThoughts had a visit from the worst stealth spider thatI've ever seen. Given the previous contestants this is a fairly tall order, but I'm confidantI have a winner. The spider:

  • made two requests for directories without the trailing slash, earningit redirections to the proper URLs.
  • followed the redirections, making two valid requests.
  • promptly made 95 bad requests by failing to treat URLs with a leading slash properly.

    I've seen spiders


    文化作動

    從五月八日開始,晚上 八至九 點,香港電台第二台會有「文化作動」 ,逢星期一會有梁文道和胡世傑,梁文道會當四星期的嘉賓,而我會以輕便旅行箱的方式, 一起出現四星期。

    節目重溫 。若有意見可以留言,或電郵我啊。

    20060508網摘 – 標籤效應

    Kidult, Otaku 與隱青是不同的,香港社會的標籤效應


    回鄉二

    短程回鄉,星期六晚到星期日晚,雜記如下:

    1. 過關時,工作人員到處派紙,說有回鄉卡的就要填。原來這是一張授權書,容許關卡拍你的相片和取你的指模。搞過這個後,應該就可以用類似「e道」的設施過關了。可是,我奇怪

    Link: Search engine page size limits for indexing

    Search Engine Indexing Limits: Where Do the Bots Stop? takesan experimental approach to seeing how big a page various search enginebots will fetch, and how much of large pages they index.I find this an interesting question because it affects how you organizeyour content and generate indexes to it, especially for dynamic websiteswith auto-generated aggregate pages.

    One area not investigated in the article is how far down the pages thesearch engine bots will go looking for links to follow. I smell afollowup project for someone


    SCGI versus FastCGI

    SCGI and FastCGI are both CGI 'replacements', in that they areprotocols for forwarding HTTP requests to persistent daemons instead ofstarting a possibly big, heavyweight program for each request. Ideallyyour web server will have a built in gateway for them; less ideally youcan run a tiny, fast to start CGI program to talk the protocol toyour persistent daemon.There's discussions around the Internet about which one is better; youcan find people on both sides, and to some extent it depends on whatyour