FALLHUNTER

Web & Mobile, Design & Code

本周小记

最近,Google动静不小,Google Wave, Google Squared, GSA及streetview都有点动作。
而MS则是忙于其Bing。

本周发现了stackoverflow的中国版, cnprog,不管他人怎么评价,从其blog上可以看得出其真诚。反正,自打从有互联网起,C2C( Copy to China)大法就一直很好使。你可以说它没创意,你也可以说它抄袭,我认为,敢动手去做就是值得尊敬的,不然你抄一个试试?

其实stackoverlfow 本身也有动静呢,它在近期推出了其姐妹篇:serverfault  顾名思义,如果说stackoverflow是面向一般的软件开发者,则serverfault就是面向服务器开发者。我在想,不久会不会又出来一个类似的中国版呢,其实,拷贝也好,抄袭也好,可往往我们只是学习其表面,而看不到本质。stackoverflow的成功源于其专注,专注于专业的人群,维护高质量的数据内容,而不仅仅是你能看到的表面特性:如不用注册、较好的rating机制等等,这些特性都是为其专注的核心服务的,serverfault则更进一步,将开发者又进一步细分,势必形成更为稳固的社区环境。纵观国内的技术社区,则没有能做到专业与专注的,鱼龙混杂,较低的数据质量是其通病。stackoverflow的拷贝/抄袭/借鉴者们,如果没有认识到这点,只是抄袭其表面功能特性,当用户新鲜感过后,则很难长久发展;相反,如果能做到专业、专注,其实不需要很多花哨的特性,仅仅维护一个普通性质的论坛,都能达到很好的效果,因为国内高质量专业社区实在是太少了。

 

说完了比较感兴趣的问题,虽然fallhunter已经渐渐远离“愤青”,鉴于今日一些特殊现象,有必要让像我一样长期生活在高墙内的人们了解一些信息。

  • youtube上不去是很久的事情了
  • MS的新bing也上不去了
  • 新bing上不去或许是新服务器不稳定吧,live.com, hotmail.com 也挂了?
  • twitter也挂了
  • flicker 上不去了
  • wordpress 居然也宕机
  • blogger 无法访问

如此大规模的网络瘫痪?新闻没报道啊,原来是 china blocks twitter and almost everything else, 看到了没有Almost Everything!!   这里也有说。当然,最忍无可忍的还是国内的同仁们, 于是,有人感叹:中国的长城还是高高的屹立着,依然无法战胜

可长城自古以来都是抵御外敌入侵的,而如今的长城,更是承担了防范内忧与外患的双重任务。

  • verycd 3日至7日停机维护达3天之久!看来verycd有重大的架构调整了,我在互联网公司工作两年多,最多的停机维护不过10个小时,真希望看看verycd会变成什么样。
  • 饭否开始进行技术维护了!二十年后,尚能饭否
  • 校内网部分功能仍在维护中?

看来这几天确实是中国互联网维护日,The day of site maintenance。让我们都来维护吧,具我所知,web领域应该没有什么公认的节日吧。我们弱势,我们无奈,我们无助,我们就用停机维护的方式,来祭奠那些值得尊敬的灵魂。


添加评论(2)

Google Wave

 在昨天的google io上,最重要的消息莫过于Google Wave了

什么是Google Wave

简单的说,Google Wave是一个实时通讯平台(real-time communication platform)
它将电子邮件、即时通讯、wiki、sns、文件共享等集成到一起,在一个浏览器界面中实现这些功能。

为什么激动

你只需要去google一下google wave或随便看几个下面的参考资料,如果你还没有感到兴奋、激动甚至恐惧,听我一句劝,不要做web了,这个世界上还有更适合你的工作。

个人认为,Google Wave 的伟大之处在于平台的力量。google已经依靠搜索引擎统治了web上的信息,如今,它又要统治信息交流的方式。在搜索引擎流行之前,大家是否还记得我们寻找信息的方式?如今,google已经是很多人的浏览器主页,实际上也就是一个web信息的入口。同样,在信息交流的领域,我们使用email、im等,却没有统一的入口,如果googlewave能成功,那么以后的信息交流将从此开始。所以,才有人说google在重新发明emailgoogle能否重新定义email和web通讯Google Wave设定了web交互的新标准.

从技术层面说,GoogleWave也十分令人敬仰:

  • realtime 这是最近techcrunch等一直提到的2009年web趋势中相当重要的一点,其余的还有开放数据、结构化数据等,这些在google wave里也有体现。但是从技术角度说,在web中实现实时具有相当大的难度,哪怕是延迟不到一分钟的“准实时”与真正的realtime也会有很大区别。
  • open api Openapi已经是被如今的web所接受的方式,做为google来说,openapi是必须的,是基本功能。
  • 数据同步 实时+多点操作将使数据同步更加复杂,这里有个小视频 https://youtubeproxy.org/nocredit.aspx?m=340&mb=8388608&h=8    顺便说一下,从我这里看,youtube依然没有被解封,这给这次资料搜集带来不少麻烦,链接中使用的是youtube代理,但是有限制,欢迎推荐更好的代理来上youtube
  • open source Google Wave 将以开源项目的方式推出,对所有人开放源码,此举将提高google在开发者心中的地位。

不多扯了,有兴趣的会自己看资料,我说了也白说;没兴趣的对此不感冒,我说了更白说。Google Wave正是推出还要几个月,刚好是我们学习api的机会~~

参考资料


添加评论

timeline again

timeline的中国版本出现了Timeku
说真的,很看好这个东西。但不一定是现在这个样子,似乎还要改变点什么…


添加评论

twitter大行其道

/*
  某年某月某日,我曾经和盖奔跑同学用msn的签名档聊天,搞的其他好友都莫名其妙.
  感觉不错的说,后来,我们发现了喋喋不休….
*/

http://twitter.com/怎么火起来的我不太清楚,
但是后来我看到了饭否http://fanfou.com/,总感觉很搞笑,很搞笑的名字:饭否。有人评论说是因为中国人见面就问:吃了吗?
新东西如火如荼,有一个公司必定要介入,于是有了http://www.taotao.com/,已经不敢有什么看法,也不好做什么评论。
然而今天,我有看到了忙否http://www.mangfou.com/www/
于是我就想
这个东西真的这么好吗,我们真的有这么多时间和精力来做这些火爆的应用吗,我们真的除了typing之外没有什么事情可做了吗……
三人成虎,那还是坐山观虎斗好了

通过好友扩大圈子的做法比较早的应该是wallop吧
mangfou把这种思想做成了客户端,可以获取好友的好友。
不过二度了一下确实得到非常多的信息…

An Error has occurred in this application.
org.springframework.orm.hibernate3.HibernateQueryException: unexpected end of subtree [select count(mnu.id) from com.msnnext.bo.MNUser mnu  where mnu.id in ()  and mnu.realName like ? ]; nested exception is org.hibernate.hql.ast.QuerySyntaxException: unexpected end of subtree [select count(mnu.id) from com.msnnext.bo.MNUser mnu  where mnu.id in ()  and mnu.realName like ? ]
org.hibernate.hql.ast.QuerySyntaxException: unexpected end of subtree [select count(mnu.id) from com.msnnext.bo.MNUser mnu  where mnu.id in ()  and mnu.realName like ? ]
    at org.hibernate.hql.ast.ErrorCounter.throwQueryException(ErrorCounter.java:59)
    at org.hibernate.hql.ast.QueryTranslatorImpl.analyze(QueryTranslatorImpl.java:225)
    at org.hibernate.hql.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:158)
    at org.hibernate.hql.ast.QueryTranslatorImpl.compile(QueryTranslatorImpl.java:109)
    at org.hibernate.engine.query.HQLQueryPlan.(HQLQueryPlan.java:75)
    at org.hibernate.engine.query.HQLQueryPlan.(HQLQueryPlan.java:54)
….
下面还有好多…….

看来在web时代有人还是无法放弃客户端
说来也没什么,那些我们曾经热爱、曾经为之动情或曾经伴随我们成长与成熟的东西
对一个平凡的人来说,怎么那么容易就能放弃呢~

让我们静静地,等待颠覆——


添加评论

http://mygoya.com/us

MyGoya

又一个webos

当web时代“网络操作系统”的概念被提出的时候,很多人带着传统“操作系统”的观念对其进行评判,甚至用操作系统五大特征来嘲笑它。
这个时代是个玩弄概念的时代,让人眼花缭乱的概念在让很多人一夜暴富的同时也让那些没有暴富的人耿耿于怀,于是关于概念的声讨开始泛滥,在这个过程中又产生了更多的概念,一些从中出名的人得到了满足……

总觉得,概念这种东西算是个毛吧,所谓皮之不存…… 或许是毛太容易赚钱了吧,那如果连毛都这么好赚钱了,还是只有毛才能赚钱!!?

本文主要还是推荐这个产品,下面的废话用来提醒我自己以及像我自己这样整天晕晕的无耻程序员们……

加个截图,中间loading很有感觉哦… 有transformer的味道……

未命名


添加评论(3)

继续推荐

大概一年前,推荐了box.net,当时没有人反应…
前几天,有人告诉我,box真是不错,是谁我就不说了。

继续推荐一个全新的应用
也就是我们一直期待的
被有些人称为webos的东西
当然也是我一直期待的
我认为,这是未来我们使用计算机的方式

http://www.goowy.com/index.aspx

 

不用多说什么
网络就是计算机~
算不上最新最cool
确是我最为看好的
新时代的应用~~


添加评论

zz:Introducing Xtimeline: A New Way To Write Your History

xtimelineXtimeline is new product being cooked in Shanghai for the last several months, now available to the global market. Lauren Kwan, co-founder of Famento, parent company of Xtimeline, told us they believe they’ve created a useful tool for displaying information in an engaging way which appeals to a global audience.

Xtimeline is a service where you can explore, create and share timeline, which is a widget for visualizing time-based events. Like Slideshare and Swivel, Xtimeline basically follows appearance of Youtube, but concentrates on another data format.

There’re lots of prototypes of timeline application available, especially those open source project. The most significant of them is from MIT SIMILE project. I used to see the geekest VC in Shanghai using it as his life log. But this is still such a geek’s toy. Never believe that it requires zero software installation.

Xtimeline makes this data visualization tool available to the mass. To start with your first timeline, simply click the create button and input basic information like title and description. Then you can add time-based events into the timeline. You timeline is available for preview now. You can switchback for further edit at anytime.

Notice the bottom sliding bar. In its background, there’s a diagram showing density of events, which gives you a big picture of the whole data. And there’s details landing page for every event. So you won’t lose any details as well as get great data visualization solution.

I also some ideas to make this product even better.

1) Chronological view of the data. Although timeline is a great visualization tool, but it’s not the best way to go through a long list of events. It’s good for locating a particular event on a long list or a birds eye view of the orders.

2) Full screen view. This is true for any visualization tools. Some timeline really looks tiring in small resolution.

3) RSS for timeline. Timeline is dynamic data type, isn’t it? If you are maintaining The Life of Britney Spears, the timeline will grow as time going forward. Without RSS, it’s hard to follow.

4) Export and Import. Timeline is more of a rendering engine. So let users move the data in XML or JSON format will make it more flexible.

The product doesn’t support Chinese yet. But Lauren said there’s a Chinese version coming. We are looking forward to it.

History of China timeline,

Share/E-mail

Introducing Xtimeline: A New Way To Write Your History

 

老实说,看到这个很痛苦
关于timeline的想法我也掂量了半年多了
两年来
自己的想法总是被别人实现
而且实现的很好
为什么
还不是因为我只会想
而别人会真正去做

那么,还等什么?!


添加评论(2)

ZZ:Baidu Local Search Sucks, Ex-Employee Sees It

AibangLocal search is the next hot battle ground of search engine. It’s basically a dynamic online yellow page of all kinds of business. People using local search are with more clear goal in mind. So it more likely results into a real purchase. Everyone sees the opportunity here. How are the players doing now?

Google local search is merged with map search. When you type location plus business category as the keyword in search box, you will get a list of relevant candidates in the left sidebar and a digital map on the right side with several balloons indicating each store’s location. In its US version, you can click and call the store directly. While in its Chinese version, there’s a feature to send the result to your cell phone. Google local search provides detailed information, pictures, and relevant pages about each store.

Baidu local search is similar to Google. It’s also merged with map search, but with less information and less feature. Baidu also has a yellow page search. But there’s more ads than content. Yahoo local search goes a different approach. It’s quite different from its US version. In China, it takes a model like Dianping (profile). The main part of the service is driven by community review.

Among the three, Baidu’s local search seems to be the weakest. There’s a new local search engine Aibang launched in Beijing by Zhou Limin, former chief architect of Baidu. Liu Jianguo, former CTO of Baidu is said to be an advisor of the startup. Both of them left Baidu by the end of last year. QQ has the story.

Aibang takes an approach similar to Yahoo. User review is the main part the service. It puts more emphasis on user interaction. Every user has a profile with his review history. Users can rate reviews by other people, submit new stores or update existing information.

Aibang places user on a more important role in the system. It intends to build a platform for people to help each other. Currently the product is in pre-marketing stage. You won’t feel many users in the system. This also shows there’s no guarantee that users will adopt this model.,

Share/E-mail

Baidu Local Search Sucks, Ex-Employee Sees It

 

/*
这不就是我们步峰哥的作品么
当然要顶!
说真的
步峰算嫁对人了~
*/

在大家各自忙于口水战的时候
aibang悄无声息的上线了
“我叫过的好-我赞过的人-我挑过的刺-我扁过的人”
我一直觉得,低调的公司很可怕
它们会像毒气一样弥漫扩散
等你发觉时,已经无药可救了~


添加评论

zz:东拉西扯:不要听用户的

Jakob Nielsen的可用性第一准则,就是不要听用户的。建硕很早之前也追问道:喜欢有之,还是喜欢用之。苹果的乔布斯相信,用户的需求不是他自己发现的,而是你替他发现的。在iPod出来之前,没人知道自己需要一个iPod。

跟着用户的抱怨跑,死了都不知道是怎么死的。用户,因为他是用户,抱怨是他的权利。世上没有完美的事物,所以不可能没有抱怨。

有人开发个产品,处处听用户的,惟恐得罪了用户,惟恐做出来用户不喜欢,所以每增加一个特性,都要问问用户,网站改改版,也要做用户调查。如果用户都成了你的产品经理,还要你做什么?如果你不能比用户更深刻地理解你的产品,还要你做什么?

Google也搞用户调查,比如Google Talk的新功能投票。但你千万别认为这是Google拿不定主意,所以征求用户的意见。实际上,Google所列出的那些新功能,我相信都会出现在Google Talk的未来版本中,只不过他们需要确定一个优先级。

豆瓣每次网站做些小变动,总会有用户大声反对,要死要活的都有。但结果呢?迄今还没出过人命,而用户对某些功能的访问率明显提高了。因为杨勃相信数据,相信用户怎么做比他们怎么说更本质。

一件有创造性的工作,在很大程度上不是满足用户已有的需求,而是创造尚不存在的需求。你怎么可能指望用户对自己尚未意识到的需求,提供有价值的看法呢?李彦宏曾经问:谁说了算?在百度,当然是PM说了算。网民说了算?别扯了。

现在Twitter面对大量克隆产品的竞争,所以一定会面临来自用户的要求增加功能的压力。听不听?是个大问题。从来没有坏产品,只有不称职的产品经理。

东拉西扯:不要听用户的


添加评论(3)

恰当

© 2009 FALLHUNTER. All Rights Reserved.

This blog is powered by Wordpress and Magatheme by Bryan Helmig.