Apocalypse Now


無聊的時候

重看哥普拉的這齣名作

突然覺得大家都像片中那隊士兵

收到命令要去一個遙遠的地方

除了沉默的隊長

大家都不知道去到目的地要做什麼

這段旅程路經的都是戰場

所以一切光怪陸離的事都出現了

電影影像凌厲

真是用畫面

困乏之時,我讀閒書


百忙之中
不能讀艱深的書
困乏之時
又不能無書作伴
隨意找來村上春樹新出中譯的 尋找漩渦貓的方法
讀到這麼一段話:

"Always remember,other may hate you,but those who hate you don't win unless you hate them."

說這話的人是前美國總統尼克遜
在非常時期讀到有非常意

Why we don't use cable management arms

One of the things I discovered when I came here was that while cable management arms camestandard with many of the servers we bought, we weren't using them; infact, when we moved servers that had them, we tended to remove them.This surprised me a bit, since they're generally a part of a wellorganized rack, and I recently got around to asking my co-workers aboutthis.

It turns out that there is a simple reason: heat dissipation. Ourracks are all


The corollary to who actually benefits from bug reports

The corollary of who actually benefits from bug reports and yesterday's principle is that the more work you make people go through to report bugs,the less bug reports you get, and almost certainly the less good,detailed bug reports you get (because those are a lot of work ).

Here, 'work' includes all of the various bits of overhead that you makepeople go through to file bug reports, including creating accounts .Also, every question that you ask in the process of submitting the bugreport


在不信任的年代


不能想像自己的未來是一種很奇怪的感覺。我是說年輕的一代,對於未來,有太多的不可預知,他們的長輩已經難以成為値得學習的對象。在小朋友眼中,不少成年 人都是“扮曬嘢”,而且“好狗”的,大人對小朋友看不順眼,

清理廢墟

1. 文明單位: 月台.年輕雜誌
嘉賓: 鄭政恒 呂永佳 花苑

今期《月台》「灰爆專題」沒我的份,捧著葉輝文章牙癢癢只歎氣。從一開始我就說,《月台》的最大優勢是輕,這優勢應該幫他們做出更多的事來才對。見《月台》

A basic principle of system design

I've mentioned this in passing before, but I should be explicit at leastonce. Here is a very basic principle of designing systems that realpeople will use:

The people that benefit should be doing the work .

Okay, there is one exception: the people getting the benefit can payfor the work instead of doing it directly.

You design systems that violate this principle at your peril, becausegenerally it doesn't work in the long run. You'd think that thisprinciple would be obvious,


後二的世代(排球文章續完!)

什麼時候最不想做香港人?每次看過女排被旁述激心到要站在窗前生悶氣,就忍不住想,如果我生在大陸或台灣,都大概可以有好一點的旁述,「就算是禽獸,難道就不能有生存的權利嗎?」一個排球迷處在香港,就只能苟且偷

20071002 網摘 – 超合金魂

超合金魂

Blog

War

Subtitle


A gotcha with 'bidirectional' pipes to commands

By bidirectional pipes I mean a situation where you start a subordinateprogram and both write to its standard input and read from its standardoutput. There are a fair number of programs that are programmed like thefollowing pseudo-code:

to, from = pipecmd("subprogram", "rw")write(to, stuff)reply = read(from)

People write these programs, test them a bit, start using them, havethem work, and then one day wake up to discover that their program has