跳至主要内容

岁末

长期住在域外,慢慢的失去了时间感。元旦虽然是新一年的开始,但是真正除旧布新的时候应该是春节吧。亲朋好友们聚在一起,好像并行计算的几个线程,各自忙完了之后,要汇总一下交换数据。说,我们都是一家人,然后再各忙各的去了。在别人的地盘上,春节就像没有假期的端午重阳一样,没有存在感。

现在大概算是美国人的春节吧。圣诞加上新年,中间再请几天假,就是10来天的空闲了。楼里没有一点儿工作的气氛,老板也找不到,我也给自己放了几天假。在家里打扫、运动、看电影、睡觉、长草、发霉。

29日风和日丽,我到芝加哥去了一趟,在公路上来回飞驰八个小时。此去是为换新护照,并且以此为借口买了一堆平时不吃的零食。真的是风和日丽啊。回程是下午,被太阳晒得都想开空调了。

入了一支Waterman的Man 200。便宜入的,到手之后发现笔有点儿小问题。自己修了修。满手的墨水,绿色的。

31日下雨。真是温暖的冬天,这个时候还会下雨。正好为我洗车了。雨停了,我去学校。

是为记。

评论

此博客中的热门博文

闲话

通常我在google上搜索的是,“如何在windows 7下配置ssh”,“vi命令”, 诸如此类的问题。百无聊赖的时候,搜一下“如何才能活得快乐”,这个居然也有答案。 这两天睡的太晚。今天实在挺不住了,回到家先睡了一觉,结果晚上睡不着。喝了点儿酒,还是睡不着。其实也不是为了睡觉才喝酒,就是想喝酒。 现在写着的这支笔,用起来不太舒服。Sailor的pocket pen, 比我另外两支pocket pen还要短1cm。不戴笔帽太短了,戴上笔帽重心太靠后,笔总向上翘,不舒服。想到Ebay上把它卖了,不过在此之前要拍照留念。我现在是不戴笔帽写的。 对,我是在纸上写的,不是在电脑上敲的。有图有真相! 太晚了,还是得去睡觉了。明天早上起来又是一个好人。张爱玲说的。 要是落款的话,现在可以用“醉墨“两个字。 我觉得这笔也没有那么讨厌了。 晚安,再见!

I want to learn Emacs

I'm using crimson editor, a good text editor from Korea. It has worked very well for me till now, but it has not been updated since 2004 and recently I found some features that crimson editor does not have,such as code folding, really useful. So I want to switch to a powerful, up-to-date, extendable and cross-platform editor. Between vi and Emacs, I chose the later one. Emacs is not easy to learn, so I just want to learn some basic features firstly. 1. Switch between buffers, buffer and minibuffer, and modes. One does not need to change into a special mode to input the content in Emacs (This is one reason why I did not choose vi), but Emacs does have a minibuffer to take some complected commands from the user. And in Emacs one can have many buffers and each buffer has a mode (not the same "mode" in vi). So have to learn what they are and how to switch between them. 2. Basic editing, such as creat new, open, save, and close file, copy and paste, search and replace ... 3. F...