食人魔的踌躇
日历
网志分类
· 所有网志 (15)
· DND (4)
· 未分类 (11)
最新的评论
站内搜索
友情链接
· 歪酷博客
· 我的歪酷 非非共享界

订阅 RSS

0004275

歪酷博客

kingkong @ 2009-04-25 20:27

一年前的今天




如今


but,i can not change my mode,no no no no...


take it easy, my another birthday...


 
kingkong @ 2009-03-13 21:08

     2+2=5
     radiohead
       忙完tapeout后有空上网了,更新下日志,想写一些关于歌曲背景的东西。
       记得复旦版的研究生英语教材上有一课讲听歌曲的三重境界,第一重是沉溺于音符,第二重是理解歌词的意义,最高境界是知道如何创作这首歌曲。我五音不全顶多达到第一重,有些歌每天都在听,却很少关注其本身的意思或者背景,所以整理和写了些相关的东西,试着向第二重境界靠拢,看看十年以后再看这些东西会有啥感觉,本来日志就是写给未来的自己的。
       首先从无敌的radiohead开始,人人都喜欢creep偏爱Paranoid Android,但我觉得2+2=5同样也无可取代。
       如果看过乔治.欧威尔的《一九八四》,那么理解这首歌应该一点问题都没有。很不幸,我没看过。
       概括下这本书的内容,讲的是1984年(对于作者当时是未来)大不列颠成了个由一个老大绝对控制的国家,人民没有任何自由,你不允许怀疑不允许追求真相,如果你反对,你就会被ooxx撒辣椒水KO掉,你只能屈服与老大得意志,就是比封建社会还封建。
     主人公smith是个有为上进的知识分子,他在日记上(注意不是日志)写了如下一句话---"freedom is the freedom to say that two plus two makes four".然后被警察拖了进去,在狱中警察举起4根手指问他问“如果the party说这是不是四而是五,那是多少呢”,有为青年说这还是4。警察就开始极尽各种手段折磨他,然而这不是中国小说,smith最终承认那是5根手指,屈服了,2+2=5是文学史上沉痛至极的名言。
       RadioHead这首歌就是表达这种精神扭曲的状态。
       简单的卡通线条加上主唱恍惚不定的歌声,一开始缓慢节奏,然后到"there is no way out"无力的呐喊,接下来那段paying attention的呻吟,整首歌被压抑的情绪爆发,也随之迈入疯狂与破坏,接著是令人措手不及的嗄然而止,没有出路也没有救赎。
      “Don't question my authority or put me in the box”不要质疑我否则我把你弄进去,哦我不会的,也许不会。

歌词如下:  
Are you such a dreamer
To put the world to rights
I'll stay home forever
Where two and two always makes a five

I'll lay down the tracks
Sandbag and hide
January has April showers
And two and two always makes a five

It's the devil's way now
There is no way out
You can scream and you can shout
It is too late now

Because you're not there
Payin' attention
Payin' attention
Payin' attention
Payin' attention
Yeah I feel it, I needed attention
Payin' attention
Payin' attention
Payin' attention
Yeah I need it, I needed attention
I needed attention
I needed attention
I needed attention
Yeah I love it, the attention
Payin' attention
Payin' attention
Payin' attention

Soon oh
I try to sing along
But the music's all wrong
Cos I'm not
Cos I'm not
I'll swallow up flies?
Back and hide
But I'm not
Oh hail to the thief
Oh hail to the thief
But I'm not
But I'm not
But I'm not
But I'm not
Don't question my authority or put me in the box
Cos I'm not
Cos I'm not
Oh go up to the king, and the sky is falling in
But it's not
But it's not
Maybe not
Maybe not



 
kingkang @ 2009-02-08 22:20

a book about vampire ,it is extremely popular for the youth.I think you should view this book as light reads,something to get into when you have a few hours while away.I don't see it as great literature or anything,but the plot was intriguing enough to make you finish it.
twilight had a classical story ---the romance between two worlds,a woman fall in love with vampire and got conflict of vanpire between warewolf.



 
kingkang @ 2008-11-30 14:21

如果你无法播放任何音频文件,同时打开Gnome volume control出现No volume control GStreamer plugins and/or devices found.可以尝试如下方法。

首先,看一下你的声卡
ls -la /dev/snd
如果出现以下错误  (如果没有请直接跳到下面分割线以后) # ©2007 dsplabs.com.auls: /dev/snd: No such file or directory
那么可能是你的modules package 没安装
使用dpkg来check一下
dpkg -l linux-ubuntu-modules-2.6.22-14-386      (最新的好像是2.6.24)
不出意料的话出现如下信息
No packages found matching linux-ubuntu-modules-2.6.22-14-386
然后查看下是否还有其它版本安装过?
dpkg -l linux-ubuntu-modules-*
你会看到如下:(当然我已经安装了)

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ 名称 版本 简介
+++-==============-==============-============================================
ii linux-ubuntu-m 2.6.24-16.23 Ubuntu supplied Linux modules for version 2.
ii linux-ubuntu-m 2.6.24-21.33 Ubuntu supplied Linux modules for version 2.
ii linux-ubuntu-m 2.6.24-22.35 Ubuntu supplied Linux modules for version 2.

好了你可以在新立得里安装你所需的modules
sudo apt-get install linux-ubuntu-modules-2.6.22-14-386     (安装2.6.22)
重启!

~~~~~~~~~~~~~~~~  分割线 ~~~~~~~~~~~~~~~~~~~
继续
ls -la /dev/snd
你将会看到如下
 
total 0
drwxr-xr-x 2 root root 220 2008-12-01 13:40 .
drwxr-xr-x 13 root root 14540 2008-12-01 13:40 ..
crw-rw----+ 1 root audio 116, 0 2008-12-01 13:40 controlC0
crw-rw----+ 1 root audio 116, 24 2008-12-01 13:41 pcmC0D0c
crw-rw----+ 1 root audio 116, 16 2008-12-01 13:42 pcmC0D0p
crw-rw----+ 1 root audio 116, 25 2008-12-01 13:40 pcmC0D1c
crw-rw----+ 1 root audio 116, 26 2008-12-01 13:40 pcmC0D2c
crw-rw----+ 1 root audio 116, 27 2008-12-01 13:40 pcmC0D3c
crw-rw----+ 1 root audio 116, 20 2008-12-01 13:40 pcmC0D4p
crw-rw----+ 1 root audio 116, 1 2008-12-01 13:40 seq
crw-rw----+ 1 root audio 116, 33 2008-12-01 13:40 timer
这说明只有root才可以使用声卡,比如用户kingkong(@@)你如果不在addio这个
group里,你就不能访问了
所以一个最直接的(虽然不很安全的做法是):
修改权限,是所有用户都能使用snd
sudo chmod -R a+rwx /dev/snd
再次
ls -la /dev/snd
你会看到如下权限被修改,所有人都可以使用声卡
total 0
drwxrwxrwx 2 root root
drwxr-xr-x 12 root root
crwxrwxrwx 1 root audio
crwxrwxrwx 1 root audio
crwxrwxrwx 1 root audio
crwxrwxrwx 1 root audio
crwxrwxrwx 1 root audio
crwxrwxrwx 1 root audio
crwxrwxrwx 1 root audio

ok,你的Gnome volume control又可以用了

有时候就是一个小问题会折腾人半天,一般用户谁会google个半天呢
所以可以想象,大众还会继续使用5块钱地摊盗版番茄花园windows,除非
到强制使用2000块的正版windows的那一天。






 
kingkang @ 2008-11-26 13:03

linux下输入法有很多,我用过scim和fcitx,但在windows平台下强大的sougou输入法用惯了,难免觉得不爽。输入法ibus的中文库据说是采用sougou的库,无论从选词频率和词组准确性都胜过前两者。
可以下载源代码进行编译,当然载ubuntu下直接 sudo apt-get install ibus ibus-pinyin    这里我只选了拼音输入法,五笔和其他也是可选的。

装完后,启动输入法,打开preferences选项,找到输入法引擎,点击简体中文这个三角,选中启动和预加载。拼音输入法就开启了


但是问题来了,输入的时候光标无法跟随,输入框一直停在屏幕左下角,很不方便。
google了很久,知道这不是输入法本身的问题,找到了一个解决办法:

编辑 /usr/lib/gtk-2.0/2.10.0/immodule-files.d/libgtk2.0-0.immodules文件,
在文件到最后添加两行:
"/usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so"
"ibus" "X Input Method" "gtk20" "/usr/share/locale" "zh"
重新登录,问题解据觉。



 
kingkang @ 2008-10-18 14:04

中文名应该叫《刺客联盟
     这年头都流行性价比,那硬件来说399块的AMD双核5000+,不锁倍频,轻松上3GHz,比如中端显卡的HD4850,秒杀《孤岛危机-弹头》,电影也是如此,这部《wanted》估计也是性价比最高的电影之一。
    街头追车、枪战、特技、粗口、XX镜头、漫画式旁白、ws男练级成长,要有的元素都有了,一部不带教说的电影(至少我没看出),纯粹就是享受与发泄。句句带fxxk把又肥又丑的上司骂的狗血喷头,抄起键盘把所谓的好友抡得门牙乱飞,键盘和牙齿组成个FXXK You的镜头真tmd爽。黑客帝国的子弹在这里就是小儿科,弧线,甩枪,弹头相撞,以及类似9级Time Stop大招,子弹穿过上司的面包圈,朋友的可乐罐,前进后退,倒带快进,最终穿过了X处的大佬的脑壳,你只不过是个诱饵。没有好莱坞式的平淡纠结高潮的顺序,整个片子没有任何装b教唆的成分,没有一处是低潮,《罪恶之城》后难得爽片之一,要的就是性价比,1张电影票爽到顶,温吞水式的文艺片看多了会伤神。
    也学着主角在google搜素自己的名字,倒没有空白,“约有1,260,000项符合”,但估计一项都和我无关:“家能全金钢28cm无盖不粘煎锅L30428”,“牡丹江金钢钻碳化硼有限公司”...nnd。
  


 
kingkang @ 2008-10-05 17:29

pay attention
i try to say
but you'll forget
maybe not
cos i'm not
release me
please


 
kingkang @ 2008-10-05 16:01

单纯的人
也是最自卑的人
懦弱-谨慎
抱怨-祈祷
命运?shiiiiiiiit
咆哮 呐喊
披上厚重的外套
消失 隐匿与黑暗中

因美丽而自惭形秽

是否没有“自卑”和“破碎”
一样也能成长
不属于华丽世界的孩子
能否也在你天使般的的光芒下
不会被伤害

那无所遁形的卑微
能否不被啃噬
砸碎我外表的同时
能不能不再刺伤我
那颗暗淡的心

只因为我是个怪物