close
今天又在看U-boot的文件,看到了我在Programming skills提到的程式的全文啦,一邊看一邊笑,寫的真是幽默。

今天看完全文後我終於知道為什麼我第一次看到那支小程式時就會那麼喜歡它了,在今天看了完整的程式後,我看到了作者面對事情的心態,也看到了作者個性上的幽默。

但最撼動到我心裡的是--為什麼西方人可以用這麼幽默這麼健康的心態面對他們的工作?難怪他們在很多研究、藝術、文化...領域上都有令人驚歎的成就。

我是用興趣在驅動自己工作,這點我覺得蠻幸福的,在臺灣很多人是為了掙口飯吃而努力工作,談不上什麼做的是自己喜歡想做的事。而這支程式的作著讓我感受到不只是樂在其中,還有樂觀和幽默,甚至是豁達....

心中有種衝動,想去外商的環境看看,或許不會如我現在所感受到那般美好,但我想去感受一下在不同思考價值觀下的工作文化應該是件很棒的事。


int main (int argc, char *argv[])
{
    sighandler_t no_more_time;

    signal (SIGALRM, no_more_time);
    alarm (PROJECT_DEADLINE - toSec (3 * WEEK));

    if (available_money > available_manpower) {
        pay consultant to port U-Boot;
        return 0;
    }

    Download latest U-Boot source;

    Subscribe to u-boot-users mailing list;

    if (clueless) {
        email ("Hi, I am new to U-Boot, how do I get started?");
    }

    while (learning) {
        Read the README file in the top level directory;
        Read http://www.denx.de/twiki/bin/view/DULG/Manual ;
        Read the source, Luke;
    }

    if (available_money > toLocalCurrency ($2500)) {
        Buy a BDI2000;
    } else {
        Add a lot of aggravation and time;
    }

    Create your own board support subdirectory;

    Create your own board config file;

    while (!running) {
        do {
            Add / modify source code;
        } until (compiles);
        Debug;
        if (clueless)
            email ("Hi, I am having problems...");
    }
    Send patch file to Wolfgang;

    return 0;
}

void no_more_time (int sig)
{
      hire_a_guru();
}


arrow
arrow
    全站熱搜
    創作者介紹
    創作者 nix 的頭像
    nix

    nix

    nix 發表在 痞客邦 留言(1) 人氣()