May 27

http://club.blogbeta.com/2010/05/13-sunpinyin

时间:2010年6月4日星期五晚上,19: 00开始
地点:奇遇花园咖啡馆(问路电话010-88320741)
地址:西直门北展北街9号华远企业号(华远地产)D座一层(地图

演讲题目:What’s new of SunPinyin 2.0

内容预览:

演讲人简介:
孙勇,SunPinyin项目的Lead Engineer之一,SunPinyin Mac Porting的主要维护者。
个人blog,http://yongsun.me,twitter: @yongsun

参与说明:无需报名,参加免费,点单AA

Tagged with:
May 04

这是准备向同事介绍Python v2.x的Slides,很抱歉我成了标题党,“mastering”的说法实在是言过其实的。我只是把一些python常用的用法,以及例如decorator和metaclass等不是很常用但比较常见的用法,罗列在一起。总体还是比较粗糙,也不免有很多遗漏和误谬,请大家多指正了 …

Tagged with:
Aug 19

It’s the hardest decision I ever made, that I’m leaving Sun, tomorrow is my last working day. It’s the best ~6 years in my life and career, I really enjoyed working in such a great company, and with you guys, the most talented people. Thanks for your great supports and help for the years.

I will continue to contribute to oso-inputmethod and SunPinyin project as much as I can, as I can not stop my love of SunPinyin. :)

As you may have seen, I’d setup a new blog at http://yongsun.me,  keep in touch …

EMAIL: mail@yongsun.me
GTALK: findsun@gmail.com
MSN: findsun@hotmail.com
FACEBOOK: http://facebook.com/sunyong
TWITTER: http://twitter.com/yongsun

Aug 04

I finally registered a domain name (yongsun.me) for myself on godaddy.com, and purchased a “WordPress Hosting” plan. So I deleted yongsun.wordpress.com, and moved it to yongsun.me. Sorry for the inconvenience :(

Here are the new URL and Feed:

URL: http://yongsun.me
FEED: http://yongsun.me/feed

May 19

std::vector::insert (…) in SunStudio’s RW STL, does not support reverse iterator, a workaround is to use std::copy (…) and back_inserter (…) instead, as following,

-    dest.insert (dest.end(), src.rbegin(), src.rend());
+    std::copy (src.rbegin(),src.rend(),back_inserter(dest));

Apr 11

新买了2Gx2内存,把MBP上的1Gx2换了,然后暴力拆解了我的Mac Mini上,换上MBP上淘汰下来的1Gx2,两台机器的性能都有提升啊,呵呵 …

Tagged with:
Mar 23

客厅里的大书桌被小小(确切地说是被小小的玩具、水果和零食等等)占领了,之前买了个小的电脑桌放在卧室里,不过太短了,要是摆上两台机器,就没地儿了。前几天得闲到IKEA买了个比较长的书桌(120×60),组装很费劲,差点拧坏了两把螺丝刀。然后把MBP的第二个DVI口和LCD显示器连接起来。老婆还送我一个她不用的笔记本支架,使得两个显示器并排在一起不至于太参差不齐。用两个屏幕的确是很爽啊,一边浏览文档、一边写代码,呵呵 …

Feb 06

Though, I was in the "Popular Blogs" list, this is also a test entry for feed readers …

P.S., just figured it out, it’s because I corrupted my template when I was customizing it, thus the 404 error happened, sorry …

Jan 06

$ otool -L <object file>
$ vmmap <pid>

Thanks to jjgod for tellming me the 2nd tip, I really googled for a while without any result.

Tagged with:
Jan 01

自我总结一下,08年上半年的状态尚可,但下半年比较糟糕,不时会出现莫名其妙的失误,并且发现难于集中自己的注意力;除了bug fixing之外,工作上的进展也不理想。09年要做的就是两个字:专注!要集中注意力将SunPinyin的后续开发做好,并在NLP领域内继续学习和提高自己。

preload preload preload