電波老少女漫遊芬蘭 - 機場客運站30小時(下)
12月20日的03:00
選搭廉航的首要事項就是記住他們從不會以常規處理突發事件。RyanAir更是當中的佼佼者,
「你死你事」是他們的待客宗旨。
迅速佔據有利位置是睡機場的第一步。
我二話

做雜誌
Review: Tron: Legacy - Firing on all ... circuits?

Avid fans of the original Tron (like myself) have likely anticipated the release of Tron: Legacy since the day the first hints of a remake appeared in 2008. A lot of pressure was on the Legacy filmmakers to not only keep the original sense of wonderment and otherworldliness of the first movie, but also bring the technology and ideas from the first movie into the twenty-first century.
The short version of this review is: you should see this movie. It is a great homage to the original
從老夫少妻說起
I don't understand how to test complex data structures
One of my weaknesses as a modern programmer is that I don't reallyunderstand how to do test driven development. I understand the basicideas of automated testing and unit testing and so on, and haveused them to reasonable effect every so often; where I fall down isunderstanding how to test things in more advanced and challengingcircumstances.
My current example of this is our ZFS spares handling system. Simplifiedslightly, the core program works by reading state information on all ofthe ZFS pools and their components (some
電波老少女漫遊芬蘭 - 機場客運站30小時(上)
12月19日的早上,
我從Bristol Temple Mead火車站出發,
準備到London Gatwick機場乘坐RyanAir到挪威的Oslo,
逗留兩天再轉飛我的目的地,芬蘭,會合我的朋友Olga。
火車在駛往倫敦中途因大雪阻塞了

三個烏龍男
A tale of memory allocation failure
I have a message for developers, and not the one you might think. Hereis my message:
Sometimes memory allocation failures are not because the system isout of memory .
There is a subset of programmers who do not want to really deal withmemory allocation failures, and to be honest I can't entirely disagreewith them; recovering from memory allocation failures in a complexprogram that also wants to use as little memory as possible is quitenon-trivial and rather contorted. Apart from just exiting on the spot