2010年2月23日星期二

[日记]下V啦

刚才还逛木遥的buzz呢,结果突然发现收件箱多了一封信,一看,Decision letter 8:48(2分钟前),看标题还挺紧张,以为是不是被拒了。

“To whom it may concern

  Please find attached a letter notifying you that your application for a
  Student visa to Australia has now been approved. ……”

一直看到been approved才安心。

下V啦!

2010年2月22日星期一

[日记]昨日一梦&当年的图片

   昨晚做了一个梦,刚醒的时候还挺清楚,现在有点忘了。记得在北京的某同学出事了,我抢(没错,的确是抢)了架直升机(没错,的确是直升机)前去搭救,起飞地点隐约是延吉北面往图们方向的高速路上(-_-)。我还想呢,原来直升机开起来这么简单,不一会就飞到了。当时已是晚上,黄黄的路灯,映在路边的小灰楼上,现在想想那地方根本就不是北航,但当时就觉得那是北航。前面有一堵非常高的墙,于是我拉起操纵杆想飞过去,结果刚飞上去,上面是一个巨大的树的横过来的树杈,一下失控,坠毁在地面上,下半身卡在残骸里。这时从前面楼里跑出一mm(没错,的确是一mm),想把我拉出来。我觉得很痛(谁说做梦不会觉得痛来),就让mm停手,我们就开始闲聊(-_-b),我似乎问她从哪来的,她说,台湾(-_-b)。其间我似乎想给那个同学打电话……之后忘了。

   偶然从电脑中翻出一些当年大三实习的图,加上这两天看了一些当年的文章,突然有点感慨。

大黄:(图里有日期)


画:


英明神武:


2010年2月19日星期五

[日记]帽儿山的老虎,龙井的井和小河龙的千年松

2010-02-17:

上午开车上帽儿山。

我和妈(属虎)和帽儿山的老虎:


我和爹:


爹和妈:


又是我和妈:


我和爹和妈和老虎:


之后直接开到龙井。

龙井的井:


井的碑文:


我和妈和龙井:


爸妈和龙井:



2010-02-18:

上午过小河龙,去到高尔夫球场。
途中一坝:


之后到了千年松处:


爹和一棵千年松:


从千年松的小山上眺望延吉(远处山间雾蒙蒙处):


后来因为不认道,瞎绕,在磨盘山一带山路上绕了很久。12点15才到家吃饭。
下午又去秋天韩大爷领着钓鱼的地方(劳动,村名就是劳动)重游了一下,之后从三道的路回来。去吃饭。

放吃饭全家福。



之后顺利开夜车回家。

就写到这,睡觉去了。



2010年2月16日星期二

[日记]过年这几天

    今年春晚也没什么新奇的,但歌舞似乎有长进,不那么闹了。

    过年这几天继续研究Qt来着。另外趁着过年街上没什么车,开着上街,开始还是有点紧张。还有把《暗黑2》通了一遍,虽然初中就玩过,但直到今天才第一次通关了。

    Qt出4.6.2了,似乎是今天出的,Qt for Maemo5出现了,有空研究一下,不过估计也不会入手Maemo手机。

    不知怎么,iPad出来之后,感觉苹果的纯度下降了,也许是错觉。

    PVA是2月5号来的,Visa还没来,今天发了封信恳切的向Eve询问了一下,不行就defer了。

    Xunlei果然是会偷偷上传的,耍流氓啊。限制一下,还得用它。

没开Xunlei的情况下,偷偷通过这个thunderservice.exe上传。

    用Qt for Symbian有找不到<GL.h>的问题,把GL加到PATH不行,修改.mmp的SYSTEMINCLUDE竟然也不行。本来就是想先用Qt学习一下OpenGL ES,这样下去可能要直接上Mac了。不过我还是挺喜欢Qt。


[Qt]架设Qt for Symbian环境

    这几天学习了一下 Qt for Symbian,还挺麻烦,记下来。主要参考developer.symbian.org的Qt Quick Start

    以下所有文件须安装在C盘下。

    1.Perl 5.8.9(ActivePerl),但保险起见还是安装ActivePerl-5.6.1.638

    2.JDK

    3.ADT(须注册Symbian.org,很简单),Qt Quick Start也给出了一个直接的下载链接(ADT-1.4)ADT by Qt Quick Start。装完运  行一下:
    开始| 所有程序 | Symbian Foundation ADT v1.4 | Carbide.c++ | Configure environment for WINSCW command line
    或者 (ADT目录)\Carbide.c++\configuration\run_env_update.bat
    运行(ADT目录)\Carbide.c++\x86Build\Symbian_Tools\Command_Line_Tools\mwccsym2.exe,如果版本低于3.2.5.487,解压x86Tools_3.2.5_Symbian_b487.zip - windows compiler patch 到(ADT目录)\Carbide.c++\x86Build\

    4.Symbian SDK,S60 SDK

    5.OpenC Plugin

    6.去下一个Qt for Symbian装上。把Qt的bin目录(默认C:\Qt\4.6.1\bin)加到系统Path里。

    7.架设完毕,试验一下,在...\examples\animation\animatedtiles文件夹右键"DOS在这里"。依次键入:
         qmake
         make debug-winscw
         make run
        运行截图:



-----------------------------------------------------------------

    在Qt-Downloads页面下面“Qt Creator IDE”栏里下载Qt Creator装上。

    用Qt Creator建好新的工程后,第一次qmake和make一定要用Dos命令行之后就可在Creator里编译了。编译前需要设置一下Projects:
   
    设置Build Config的Qt版本为需要的版本:


     把Tool Chain改成Winscw:


        设置在模拟器里跑程序:




    待完善。

    继续学习……



2010年1月13日星期三

[日记]Google也许会离开

谷歌官方博客称将退出中国市场(http://www.eeo.com.cn/industry/it_telecomm/2010/01/13/160482.shtml)
经济观察网 记者 韦承武 杨阳
据国外媒体报道,谷歌在其官方博客上宣布,鉴于谷歌中国业务数年来遭受了诸多未经报道的攻击和监视,以及过去几年来政府试图进一步限制互联网上的言论自由,谷歌考虑关闭中国运营及网站Google.cn。

谷歌高级副总裁、公司发展和首席法律官David Drummond在谷歌官方博客上发表文章“A new approach to China”,谈及谷歌目前对于中国运营的看法及考虑。

美国谷歌周二表示,不再愿意继续对谷歌中国的搜索结果进行审查,这可能将不得不关闭google.cn站点和在中国的办公室。

北京时间1月13日早,本网记者在向谷歌中国公关经理王锦红询问时,数次拨通电话后被挂断。

早年谷歌在同意审查其搜索结果的情况下于2006年推出了中文搜索引擎Google.cn。其后谷歌在中国的运营风波不断,先后经历了牌照门,偷税门,搜狗门,涉黄门等一系列波折。谷歌大中华区总裁李开复也于去年宣布离职。

谷歌在当天的交易中股价挫跌,收盘报590.48美元,跌1.77%。

调查:你如何看待谷歌离开中国?

以下为谷歌官方博客翻译全文(本文尚在持续更新中):

标题:中国新路径

内文:

与其他很多著名组织一样,我们经常会碰到各种各样的网络攻击。去年12月中旬,我们检测到一次来自中国的,对我们集团网络设备高度精密和有针对性的网络攻击,在此次攻击中,谷歌公司的知识产权遭到窃取。我们很快就查清这并非只是一场单纯的安全事件。

首先,此次攻击并非仅仅针对谷歌。我们在调查中发现,至少有其他20家大型公司也成为了类似的攻击目标,这些公司所在的行业分布广泛---包括互联网、金融、科技、媒体和化工行业。我们目前正在通知这些公司,并与美国有关部门携手展开调查。

第二,我们有证据表明攻击者的主要目标是入侵中国人权活动者的Gmail邮箱账户。根据我们掌握的调查数据,我们确信他们的攻击还未能达此目的。只有两个Gmail账户有被侵入过的迹象,而入侵者的活动范围也仅限于账户信息(如账户创建时的数据)和邮件主题,而不是邮件内容。

第三,我们在对谷歌案件的调查中发现,有很多拥护人权活动,注册地在美国、中国和欧洲的Gmail邮箱账户似乎经常受到第三方侵入。入侵者并非是通过Google的安全漏洞进行攻击,而极有可能是通过在用户的电脑内植入钓鱼网页或是恶意软件来达到目的。

我们已经利用从这次攻击中所获取的资料,改善基础设施及架构,提高谷歌及我们用户的安全。从个人用户来说,我们我们建议他们在自己的电脑上安装信誉好的反病毒和反间谍软件程序,给他们的操作系统安装补丁,并更新所使用的网络浏览器。在点击即时信息和电子邮件的链接时,或要求在线提供个人密码等个人资料时,要保持警惕。在这里,你能够阅读到更多我们所提出的关于电子安全方面的建议。如果希望获得更多关于这种类型攻击情况,请阅读美国政府的这份报告(PDF)。

2006年1月,虽然我们对一些搜索结果将受到审查而感到不适,但为了加强与中国用户的联系以及建立一个更为开放的互联网环境,我们还是发布了Google.cn。从发布之日起我们就有着明确的运营思路---我们将仔细审视中国的运营环境,包括新法律的发布以及对我们所服务领域的其他规定。如果我们认为我们无法取得既定目标,我们将毫不犹豫的重新考虑我们在中国的发展策略。

这些未经报道的攻击和监视,以及过去几年来政府试图进一步限制互联网上的言论自由已使我们得出结论,我们应重新审视我们在中国的业务运营。我们已决定我们将不再继续审查Google.cn上的搜索结果,且如有可能的话,未来几周内我们将与中国政府就我们是否可以依法运营一个未经过滤的搜索引擎展开讨论。我们认识到这可能意味着我们不得不关闭Google.cn,并有可能关闭我们设在中国的办公部门。




A new approach to China (http://googleblog.blogspot.com/2010/01/new-approach-to-china.html)
1/12/2010 03:00:00 PM
Like many other well-known organizations, we face cyber attacks ofvarying degrees on a regular basis. In mid-December, we detected ahighly sophisticated and targeted attack on our corporateinfrastructure originating from China that resulted in the theft ofintellectual property from Google. However, it soon became clear thatwhat at first appeared to be solely a security incident--albeit asignificant one--was something quite different.

First,this attack was not just on Google. As part of our investigation wehave discovered that at least twenty other large companies from a widerange of businesses--including the Internet, finance, technology, mediaand chemical sectors--have been similarly targeted. We are currently inthe process of notifying those companies, and we are also working withthe relevant U.S. authorities.

Second, we have evidence tosuggest that a primary goal of the attackers was accessing the Gmailaccounts of Chinese human rights activists. Based on our investigationto date we believe their attack did not achieve that objective. Onlytwo Gmail accounts appear to have been accessed, and that activity waslimited to account information (such as the date the account wascreated) and subject line, rather than the content of emails themselves.

Third,as part of this investigation but independent of the attack on Google,we have discovered that the accounts of dozens of U.S.-, China- andEurope-based Gmail users who are advocates of human rights in Chinaappear to have been routinely accessed by third parties. These accountshave not been accessed through any security breach at Google, but mostlikely via phishing scams or malware placed on the users' computers.

Wehave already used information gained from this attack to makeinfrastructure and architectural improvements that enhance security forGoogle and for our users. In terms of individual users, we would advisepeople to deploy reputable anti-virus and anti-spyware programs ontheir computers, to install patches for their operating systems and toupdate their web browsers. Always be cautious when clicking on linksappearing in instant messages and emails, or when asked to sharepersonal information like passwords online. You can read more here about our cyber-security recommendations. People wanting to learn moreabout these kinds of attacks can read this U.S. government report (PDF), Nart Villeneuve's blog and this presentation on the GhostNet spying incident.

Wehave taken the unusual step of sharing information about these attackswith a broad audience not just because of the security and human rightsimplications of what we have unearthed, but also because thisinformation goes to the heart of a much bigger global debate aboutfreedom of speech. In the last two decades, China's economic reformprograms and its citizens' entrepreneurial flair have lifted hundredsof millions of Chinese people out of poverty. Indeed, this great nationis at the heart of much economic progress and development in the worldtoday.

We launched Google.cn in January 2006 in the belief thatthe benefits of increased access to information for people in China anda more open Internet outweighed our discomfort in agreeing to censorsome results. At the time we made clear that "we will carefully monitor conditions in China, including new lawsand other restrictions on our services. If we determine that we areunable to achieve the objectives outlined we will not hesitate toreconsider our approach to China."

These attacks and thesurveillance they have uncovered--combined with the attempts over thepast year to further limit free speech on the web--have led us toconclude that we should review the feasibility of our businessoperations in China. We have decided we are no longer willing tocontinue censoring our results on Google.cn, and so over the next fewweeks we will be discussing with the Chinese government the basis onwhich we could operate an unfiltered search engine within the law, ifat all. We recognize that this may well mean having to shut downGoogle.cn, and potentially our offices in China.

The decision toreview our business operations in China has been incredibly hard, andwe know that it will have potentially far-reaching consequences. Wewant to make clear that this move was driven by our executives in theUnited States, without the knowledge or involvement of our employees inChina who have worked incredibly hard to make Google.cn the success itis today. We are committed to working responsibly to resolve the verydifficult issues raised.

Posted by David Drummond, SVP, Corporate Development and Chief Legal Officer

2010年1月1日星期五

[日记]Hello,2010

今天

上午和爹妈去到百货大楼超市,发现人太多,就拎着别人送妈的一箱螃蟹又去到河南超市买的东西。

中午做俩螃蟹,蒸一只煮一只。

下午溜达去买了个暖气片。卖暖气片的人眼睛有点毛病,是个江苏人,但人很实在。买回家一安,结果有个件坏了,漏水。明天还得去趟,找江苏人。

这就是我2010的第一天。

Hello, 2010, I am wondering what you will bring me, or, what I will give you.