Prince of Persia: The Sands of Time("波斯王子:超時空之戰") ----- 不折不扣的商業片!
























Film :  Prince of Persia: The Sands of Time (2010) (USA)
Directed by Mike Newell
Written by Jordan Mechner (story)/ Boaz Yakin/ Doug Miro/ Carlo Bernard
Starring Jake Gyllenhaal/ Gemma Arterton/ Ben Kingsley/ Alfred Molina
Music by Harry Gregson-Williams
Duration : 116mins

1. 故事不算特別,過程也沒有甚麼高潮位!

2. 其實不斷的追逐,被捉,逃脫,再

AT&T's New Data Plans - No More Unlimited...

After hearing about today's AT&T data plan pricing changes , I had a pretty bad gut reaction. After thinking more about the new options, I don't quite not what to think...

The new data plans are as follows:

Data Plus - 200 MB of data for $15/month. Additional 200MB for another $15.
DataPro - 2GB of data for $25/month. Additional 1 GB of data for $10.

iPhone Data Plan Usage - Jeff Geerling

利用 Java 將 Zip 格式解壓縮 (Use Java to decompress a ZIP file)

import java.io.File;import java.io.FileInputStream;import java.io.FileOutputStream;import java.io.IOException;import java.util.zip.ZipEntry;import java.util.zip.ZipInputStream;

public static void decompress(File source, File destination) throws IOException{    if (!destination.exists() || destination.isDirectory()){        destination.mkdirs();        ZipInputStream zis = new ZipInputStream(new FileInputStream(source));        byte[] buffer

利用 Java 將檔案與資料夾壓縮成 Zip 格式 (Use Java to compress file(s) or directory(ies) as ZIP format)

import java.io.File;import java.io.FileInputStream;import java.io.FileOutputStream;import java.io.IOException;import java.util.zip.Deflater;import java.util.zip.ZipEntry;import java.util.zip.ZipOutputStream;

public static void compress(File source, File destination) throws IOException{    compress(source, destination, null, Deflater.DEFAULT_COMPRESSION);}public static void compress(File source, File destination, String comment, int

A ZFS feature wish: rewriting read errors

Today's missing ZFS feature is most easily described by telling youabout the problem. Suppose that you have a redundant pool (okay, aredundant vdev) and one of the disks in it develops some bad sectorsthat can't be read. My current understanding is that this is not a'replace disk immediately' sign the way that write errors are, andthus can happen on otherwise healthy and usable disks.

(A persistent write error is a 'replace disk immediately' sign becauseit means that the


想像自己的葬禮

德國哲學家 Moritz Schlick 曾經提出這樣的一個論證:我們都可以想像看到自己的葬禮,這證明死後的生命(life after death)至少在邏輯上是可能的,因為假如死後的生命在邏輯上不可能,我們便不能有這樣的想像,正如我們不能想像一個圓的三

跳樓價


刊於 2010年6月2日澳門日報新園地版

周六到珠海買書,途經一間手機店,貼出減價標語曰:全場跳樓價。

倘若在平時,這麼一條標語並不足以引人注目,但最近國內代工廠接二連三有工人跳樓自殺,血汗工廠的代價讓人反


繼續大失眠

(又瘋狂失眠。在網上找到有人在高尚的場合罵自己,但不在場也無從辯解,或者終於是要背負這些。為了更高遠的目標,一定要背負那些惡意。但願我只是吃得太飽,才覺得那些惡意難以消化。有時我簡直累得想說,算了算了

親愛的止痛藥

親愛的止痛藥:


猜想你會明白,為甚麼現在我無法洋洋數千字寫下對你的愛,甚至,連該交的稿件也未寫好。

因為,我的左手手肘和手腕,實在痛至無法入睡的地步。

親愛的親愛的,請你的藥效快點發揮好嗎?

我快要撐不住了。

Voigtlander NOKTON 58mm F1.4 SLII

Voigtlander NOKTON 58mm F1.4 SLII

看到網上對這支鳳凰瞳的評鑑,真的是忍不住要品味一下這支光學巨人,看網上有說有三個版本,分什么真.鳳凰瞳呀之類的。我想買之前的,是什麼800枚的限量版,如果真的有賣都炒翻天了。在c/

Continue reading...