Category Archives for Interests

小步舞曲2+洪湖水+休息时弹的钢琴 080718

今天把铃木第一册过了一遍,最后一首加沃特还是有点困难,录了一首小步舞曲。弓子是越来越不行了,松香都上不了,在弦上滑啊滑啊,一些声音很刺耳,大家忍忍吧

Audio clip: Adobe Flash Player (version 6 or above) is required to play this audio clip. You also need to have JavaScript enabled in your browser.

练了一下洪湖水的前一部分,用到了一些换把,拉得还很差,但是市长先生强烈要求我录音,也只好放上来委屈大家的耳朵了

Audio clip: Adobe Flash Player (version 6 or above) is required to play this audio clip. You also need to have JavaScript enabled in your browser.

感觉自己最大的问题还是在运弓上,现在每次练琴前都会练空弦长音,希望将来会好一点。还有同指换弦不会弦,在录音里能听出来,杂音太多。

休息之余弹了下钢琴,琴房的破琴有两个黑键没了,极其的不爽,好久没碰钢琴了,依稀记得一点<梦中的婚礼>,也放上来让大家换换口味,笑话笑话我

Audio clip: Adobe Flash Player (version 6 or above) is required to play this audio clip. You also need to have JavaScript enabled in your browser.

A Swedish Birthday Song “Jag må han leva”

I’m busy with making a website for pastor Li, here’s the address http://luxmundi.se , just for fun :)

It has been a long time I haven’t practiced the violin, it was “Mr. Major” ’s birthday, so I played a Swedish birthday song for him.

Audio clip: Adobe Flash Player (version 6 or above) is required to play this audio clip. You also need to have JavaScript enabled in your browser.

Learning Python 1

I’m learning python these days. I’ve set up two projects in google code: dicthon , a Chinese-English and English-Chinese dictionary based on dict.cn. Huahua has writen a script for me. It works perfect, it is my default dictionary now. You can download it from the project site. I’m planning to add some more functions in it, such as “read the word”, “my new words”. The second is tuvio, a violin tuner, I need to read some guitar tuners.

I have the ideas, now I need to make them into practice. However, I’m just a beginner, and there are not so many exercises for beginners. So I picked up some exercises and algorythms in C , and rewrite them by python.

And I’ll recommend another editor Geany, it’s just wonderful, better than editra I introduced before. It can complie and run the script, I could say it’s a lightweight IDE. I’m so bad at vim, and eclipse is too powerful for me, geany just fits well.

Now, it is my first exercise:

Input 2 integers from the keyboard, and print out their sum.

#!/usr/bin/python
# Filename : sum.py
x = int(raw_input(”Please enter a integer for x : “))
y = int(raw_input(”Please enter a integer for y : “))
sum = x + y
print “The sum of x and y is “, sum
print “The sum of x and y is “, x+y #You can either declare a new variance or just sum them up.

Run the script:

Please enter a integer for x : 9
Please enter a integer for y : 78
The sum of x and y is  87
The sum of x and y is  87

What did I learn?

  1. Of course, how to run python: first line of the script; file extension; python filename
  2. How to get input from keyboard: raw_input( ” What ever you want to say ” )
  3. There’s no need to use comma, but if more than one command in one line, you need to use comma. I used to use it in Perl and C :)

Fighting with Mr. Mayor

Please please don’t be surprised, it’s not the major of Gothenburg, he is a “major” in the Violin Forum. He is so persistent that he is keeping posting his records in the forum, no matter how critically people are commentating.

I’m practicing the Suzuki Violin these days, and found that he’s also playing the songs and posted his records. So I posted my records too. I just found a really good example and friend. I won’t be alone any more.

He never uses IM applications to chat, but we chatted on Fetion today. He shared his experience with me and even said he would mail me a book and when I said my bow is kinda broken, he said he could mail his bow to me too. What a kind man! I should practice more and make me deserve it!

Here are my records today:

Long long ago 多年以前

Audio clip: Adobe Flash Player (version 6 or above) is required to play this audio clip. You also need to have JavaScript enabled in your browser.


Perpetual Motion in D Major D大调无穷动

Audio clip: Adobe Flash Player (version 6 or above) is required to play this audio clip. You also need to have JavaScript enabled in your browser.


Allegro 快板

Audio clip: Adobe Flash Player (version 6 or above) is required to play this audio clip. You also need to have JavaScript enabled in your browser.

2008 Till Sjöss - Chalmers Kammarkör - 10 - Att Angora En Brygga

This is a serenade song that girls sing to boys. It was sung by for girls, how lovely!

Talking about serenade, I recalled the news that I saw during the earthquake, those about couples, wives and husbands, the moving love stories. After a girl was rescued, a reporter asked her boyfriend:”How would you think about your future after this time?” He said:”Our whole lives!”  They suffered from this disaster together and sure that they will have a happy life no matter how tough it will be. God bless them!

Please listen…

Audio clip: Adobe Flash Player (version 6 or above) is required to play this audio clip. You also need to have JavaScript enabled in your browser.