mimingmart @ 經濟日報


《破》速記

看完福音戰士新劇場版《破》後,感想太多,先速記如下,日後再作整理。

有劇情,慎入

  • 出場後的第一個感覺是:超多內容,有新的有舊的,然後都壓縮在那接近兩小時的片段裏,結果是有點消化不良之餘,還考慮再多看一次,

Learning from Unicorn: the accept() thundering herd non-problem

For a long time, one of my acquired articles of faith has been thatyou needed to worry about and avoid the thundering herd accept() problem. (This is the problem where ifyou have a bunch of processes all waiting in accept() and a singleconnection comes in, many kernels will wake all of the processes up onlyto have most of them immediately go back to sleep.)

One of the things that Unicorn (via Ryan Tomayko and others )has taught me about preforking servers is that the


當故事到了最後

寫一個故事,最難寫的部份也許是結局。還有甚麼結局可以寫呢,不論是大團圓、悲劇收場、接吻關燈、只剩藍天白雲的開放式、或是禁斷秘技的夢結局,都已經有人寫過,不是呢,是實在有太多人寫過,世界上還有甚麼結局,

星期日晚8點有線12台<精算俏佳人>

袁彌明(Erica)、譚凱琪(Zoie)及球彩台主持謝蕙妍(Wendy)為有線新節目《精算俏佳人》擔任主持,節目中她們三人聯同投資專家胡孟青一起 談創業與理財。問到Erica可覺自己是個精打細算的人?她說:「都唔算,我做生意都係睇大
Continue reading...

My CVS Workflow for Updating a Theme on drupal.org

Drupal CVS <ugh> Druplicon Frown
From time to time, I've had to update my airyblue project in CVS ( Airy Blue is a light, airy, Zen subtheme listed on Drupal.org's Themes section). It's always a bother, and I always end up spending about 20 minutes figuring out how to check out the module to my local computer (I use three of them, so even if I have it set up on one, I need to get it going on another sometimes), then another 20

一個難題

以牙還牙有時都算是一種用心良苦的行為,雖然大多數情況,都只是為了宣洩自己的痛苦,將相同甚至更大的傷害,報復在對方身上,雖然結局註定了是剩下空虛,或只是延續了仇恨,但對於有仇未報的人而言,自己的傷痛如果

時間


時間從來會跟人開玩笑,無聲無息的在作弄著我們,看看日曆吧,我們好不容易才適應了新的一年,但忽爾已來到年底,回想在年初時還有很多心願很多大計,到了這時又不免感慨很多光陰已經浪費。

在尋常的日子裏,時間的流

The problem with the OpenSolaris source repository

It's nice that Sun has provided the OpenSolarissource in the form of a VCS repository , but inmany ways it's not terribly useful. The problem with it is that theOpenSolaris repo is not a working repository.

By that I mean that it is not what the Sun developers actually workin; instead it is essentially a series of code snapshots convertedto a repository. It's nice that we get a sequence of snapshots ina convenient form, and it's nice that it happens relatively


The mixed directory/unrelated files VCS problem

To follow up an earlier entry , one might sensibly askwhat the problem is with using a modern, whole-directory version controlsystem on a directory full of unrelated files, the classical examplebeing /etc .

What you effectively have in this situation is a directory with multiple'modules' (files and groups of files) that are logically separate andindependent from each other. As they're separate modules, these filesusually evolve and are developed at least somewhat independently.Putting all of these files into a single