Category: 编程、软件、技术

  • How Nexus One changed my mobile life

    I have been using mobile phones for many years, but I just used it, not being influenced by it, until I got this one: Nexus One.

    The most application that I use on N1 is Email. Android 2.X supports Exchange accounts. This is really a must have for my office emails. How can I access my office mails without a handy client, using web access? Come on, buddy, you must be kidding me.

    (more…)

  • 终于有了自己的VPS

    终于下定决心、排除万难,和前令狐一起搞定了一个VPS。这个VPS是在Linode购买的,我们购买的是最便宜的Linode 512套餐,20刀一个月。

    搞这个VPS主要有这么几个动机:

    1. 创建自己的VPN。这样我的手机上也可以直接挂Twitter,Facebook,Youtube了;
    2. 为Go4Pro.org找一个家……我原本很傻很天真的认为用了BlueHost的虚拟主机后应该也可以,但是由于BH对Python的支持是Django,而我们对Go4Pro.org的开发是基于TG2,于是不得不找一个可以让我们随心所欲搞东西的地方。
    3. 为将来的rsywx.net等站点找一个更自由、更有控制力的地方。

    慢慢来吧……

    最后说一句,原来这些站点–抛开VPN的诱惑–都是可以几乎以0成本的代价运行在我家里的2F主机上的。但是随着80端口的被封,我的2F主机已经无法承担这个任务。都是被B的……

  • iriver story体验

    最近购入iriver story电子书一本,1900元,价格还算公道。

    目的:肾后晚上可以看书。

    (more…)

  • 【一日一得】冈仁波齐

    今天继续看由印度作家维卡斯·斯瓦鲁普写的另一本小说《六个嫌疑人》。其中看到这段译注还是挺有收获的:

    伽拉萨山(Mount Kailash):印度教圣山,主神湿婆夫妇居住之地。位于中国西藏,中国一般称之为冈仁波齐山。

    词条见http://zh.wikipedia.org/zh-cn/%E5%86%88%E4%BB%81%E6%B3%A2%E9%BD%90%E5%B3%B0

    (more…)

  • Read Gmail in two panes

    Haha, this is a very interesting trick that it can make you read Gmail in browsers in two panes. The left is the message list, and the right is the message body.

    Normally, when you start to read Gmail in your browser, it looks like this:

    (more…)

  • I need to remember my password… and username!

    I have so many passwords to remember, and usernames. Sometimes I just forget whether or not I have registered at a site, and if yes, what is my password and username combination.

    (more…)

  • An Android application with map

    I had read a few tutorials on how to develop an Android appication with map display. Today I had actually built one. I would like to summarize the key points/steps in making this application work.

    1. First of all, get an Android Map API Key from Google.

    (more…)

  • CodeIgniter和Flex的结合

    BT话痨群的后台中有一个彩蛋,只有资深BT才知道。

    这个彩蛋是肾上开发的,目的是测试CI和Flex(Flash)的结合。

    在这个彩蛋中,解决了一下几个问题:

    • 用CI生成Flex需要的数据(XML格式);
    • 用Flex的HTTPService来获得数据并呈现;
    • 用CI来包含生成的SWF文件并最终以Nice URI呈现。

    (more…)