Author Archives for

[lang_en]I’m Feifei, living in Gothenburg. I like music, badminton, swimming, reading…
Wanna know more about me? Just read my blog![/lang_en]
[lang_zh]我是丁小飞,现在在瑞典哥德堡。我喜欢音乐,羽毛球,游泳,读书……
想了解我更多吗?看我的博客吧,希望你能找到答案![/lang]

小步舞曲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.

介绍一个轻量级的Linux音乐管理器

昨天无意中搜到了这一款被作者称为“轻量级”的音乐播放器,名字叫 Consonance。
作者发在这里

还在建设中的网站,有下载的
---------
下面说说我的试用情况

首先是安装

下载地址
要是习惯svn的话可以

svn co https://consonance.svn.sourceforge.net/svnroot/consonance consonance

然后会有一个consonance文件夹,里面还有两个目录,tags和trunk,我们用tags里的就可以了,现在已经到了0.3的版本,进入release-0.3,就可以编译了。我们一般用tags里的就好了,trunk都是小白鼠用的,呵呵。

开始因为我的dbus问题,一直编译不成功,几经周折,现在终于能用了,因为这属于个人问题,就不在这说了,要是有谁碰到跟我同样的问题,欢迎跟贴跟我讨论

这是发的Arch论坛里的,都是源码包,需要自己编译,编译过程跟一般编译一样
./configure 然后 make; sudo make install

过程用到的依赖包如下
dbus-glib
flac
gtk2
libao
libmad
libnotify
libsndfile
libvorbis
sqlite3
taglib

注意要安装相应的dev包,另外还要我装了libalsa的dev包

默认是装在/usr/local/ 下面,要是不习惯可以在./configure的时候改路径

然后是使用
终端下用 consonance& 就可以打开了,要是相在程序菜单里找到就得自己加一个desktop的文件,保存为consonance.desktop放在/usr/share/applications/ 下面

[Desktop Entry]
Name=Consonance
Exec=consonance
Icon=/usr/local/share/consonance/consonance.png
Categories=Application;AudioVideo;Audio;Player;Multimedia
Terminal=false
Type=Application

因为刚开发不久,功能还很简单,没有修改标签功能,对CJK的支持估计也还没有,不过我的音乐标签文件大多用utf-8重新改过了,基本中文显示正常。不过基本的音乐管理的东西都有了,我会一直关注。对于电脑配置不是很高的,还有像我这样常折腾电脑的人是一个挺不错的选择。[/quote]

放几张图,中文显示基本没有问题
点击看大图

点击看大图

点击看大图

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 :)

Cry, Silently…

I talked with Cong for a while yesterday. He has been to China for a few weeks, I haven’t gotten any news from him, finally, he’s still alive. He is still as before, like a big brother, bla bla talks about his experiences.

He is not like the kind of person that has powerful background, he is so independant, he want’s to fight himself. But we still have diffent background. He won’t be worried one day he is tired and don’t wanna fight any more. But not me, to find a bright future for myself, to achieve my childhood dreams, I came to Sweden. Everyone envies me. They thought I was lucky and would live better than them. But it’s not true, indeed. The life here is so stressful.

Dream, is just nothing, once you achieve it, you will nothing to do, and you get nothing from it but some kind of satification.

I’m bored, I really wanna work. I don’t wanna sleep for long every day, but I can’t do anything if I get up, so I just keep sleeping. I play badminton almost everyday, let myself be very tired, so I won’t have time to think about my future.

Joacim said I was so quiet when I was crying. Because I don’t wanna cry, I don’t wanna let anyone know I’m crying. I just wanna find a corner, only me. But finally I cried, for my unknown future, for my parents who are still working hard for me.

I don’t want to say, I don’t what did I say. This post just to tell people I’m alive. Dear friends, don’t worry about me, I’ll be OK.