Explore. Dream. Discover.

Samuel Chen's life

Twenty years from now you will be more disappointed by
the things that you didn't do than by the ones you did do.
So throw off the bowlines. Sail away from the safe harbor.
Catch the trade winds in your sails.

Explore. Dream. Discover.
—— Mark Twain

2006年6月30日 星期五

Google Checkout



Google 终于将他的触角伸向了电子支付领域,这一定会让众多的在线支付公司感到压力。

传闻中的 Google Checkout 今日正式宣布开放,任何有google帐号的用户都可以注册,不过前提是你得有一张Creditcard,

目前,Google只允许注册为美国用户。

闲话少说,大家可以去看看 http://checkout.google.com

标签:

2006年6月20日 星期二

尝试 SPE & bug report

SPE 是python的一个IDE,今天刚刚试用了一下,感觉非常不稳定,经常的crash。

而且SPE好像不支持GUI的断点、单步调试,只能用winpdb;还有代码完成,不可以提示关键字、库,应该是没有自动检索现有的lib和module。

另外还有两个值得试试的IDE,BOA 和 NewEdit,特别是NewEdit,是由国人limodou做的。

给spe的作者发了封email report,不知道信息够不够。
SPE crashed while open files and close files.

Python 2.4.3 (#69, Mar 29 2006, 17:35:34) [MSC v.1310 32 bit (Intel)] on win32
Spe version 0.8.2.a
Python version 2.4.3 (2.3 required)
wxPython version 2.6.3.2. (2.6.1.0. required)

Window XP English version with Chinese Language

SPE is setted to use utf-8.

Plz find attachment for zipped .py files and debug logs .

标签: ,

2006年6月13日 星期二

找出Google隐藏的秘密

大家经常能看到Samuel比较早的发布Google新的服务,这是为什么呢?

一个原因就是Samuel比较注意Google,时常关注国外网站对Google的报道,以及Google自身的Announcement。

还有一个非常重要的原因就是Google自己泄露了天机。

大家知道,搜索引擎会爬行收录发布的网站,那么要限制搜索引擎的访问,就会在robots.txt文件中加入disallow项。

正是这个robots.txt泄露了Google隐藏的秘密。

在浏览器中打开http://www.google.com/robots.txt(Samuel缩略了中间一部分,用......代替了)
User-agent: *
Allow: /searchhistory/
Disallow: /news?output=xhtml&
Allow: /news?output=xhtml
Disallow: /search
Disallow: /groups
Disallow: /images
......
Disallow: /notebook/search?
Disallow: /music
Disallow: /browsersync
Disallow: /call

大家从最后一行就可以看到google新的服务Google Call,以及倒数第3行的Google Music。

是不是很有趣?

其实,由于robots.txt的作用很大,国外大部分网站都会维护这个文件,因此很多hacker/cracker都把robots.txt作为一个突破口。
关于robots.txt的使用,大家可以去 robotstxt.org 查看。

标签:

2006年6月7日 星期三

Google Spreadsheets



Google 的web office 计划正在按部就班的进行着,这不,06年6月6日(昨天)又发布了Google Spreadsheets在线表格处理软件 —— Excel的强劲对手。

和Gmail一样,加入了Chat(GTalk)的对话功能


Samuel 刚开始还以为是iRow被google收购了,跑到iRow网站上一看,乐了:
Outage note: We had an outage yesterday. Following an announcement of Google of their own web spreadsheet, and false rumors that they purchased iRows, we got flooded with traffic, more than we could handle.

ps. 顺带说一下web office的作用在哪里。大家可能认为,writely,iRow这类型的基于web的工作软件,在功能上比起word,excel差的太远,如何能与ms office竞争呢?其实如果大家注意到,Ms Office大多数的功能并没有用到,根据著名的80:20理论,只有20%的功能是常用的,那么web office就只实现这20%的功能,再加上可以随时随地的实用,相信是能抢到不少市场份额的。

想到IBM的一句广告词,随需应变

Google Spreadsheets 试用排队地址 : http://www.google.com/googlespreadsheets/try_out.html

标签: , , ,