<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>凋零的羽</title>
	<atom:link href="http://halfroom.com/feed" rel="self" type="application/rss+xml" />
	<link>http://halfroom.com</link>
	<description>乘着风游荡在蓝天边</description>
	<lastBuildDate>Wed, 10 Mar 2010 18:25:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>zh-cn</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Daily Digest for March 11th</title>
		<link>http://halfroom.com/daily-digest-for-march-11th.html</link>
		<comments>http://halfroom.com/daily-digest-for-march-11th.html#comments</comments>
		<pubDate>Wed, 10 Mar 2010 18:25:55 +0000</pubDate>
		<dc:creator>灰灰</dc:creator>
				<category><![CDATA[Lifestream]]></category>

		<guid isPermaLink="false">http://www.halfroom.com/daily-digest-for-march-11th.html</guid>
		<description><![CDATA[<!-- Easy AdSense V2.82 -->
<!-- Post[count: 2] -->
<div class="ezAdsense adsense adsense-leadin" style="float:right;margin:6px;border:#FDC251 solid 1px;"  onmouseover="this.style.border='#FF0000 solid 1px'" onmouseout="this.style.border='#FDC251 solid 1px'""><script type="text/javascript"><!--
google_ad_client = "pub-0672557539479674";
/* 300x250, 创建于 10-2-22 */
google_ad_slot = "9136948722";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>

]]></description>
			<content:encoded><![CDATA[<table class="lifestream">
<tr class="lifestream_feedid_16 lifestream_feed_googlereader">
<td class="lifestream_icon">
			   <a href="http://feeds.dzone.com/~r/dzone/frontpage/~3/OSfLCGndkYU/mozilla_borrows_from_webkit_to_build_fast_new_js.html"><img src="http://www.halfroom.com/wp-content/plugins/lifestream/icons/default/googlereader.png" alt="googlereader (feed #16)" /></a>
		   </td>
<td class="lifestream_text">
<div class="lifestream_label">Shared <a target="_blank" href="http://feeds.dzone.com/~r/dzone/frontpage/~3/OSfLCGndkYU/mozilla_borrows_from_webkit_to_build_fast_new_js.html">Mozilla borrows from WebKit to build fast new JS engine</a>.</div>
</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://halfroom.com/daily-digest-for-march-11th.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mozilla borrows from WebKit to build fast new JS engine</title>
		<link>http://halfroom.com/mozilla-borrows-from-webkit-to-build-fast-new-js-engine.html</link>
		<comments>http://halfroom.com/mozilla-borrows-from-webkit-to-build-fast-new-js-engine.html#comments</comments>
		<pubDate>Wed, 10 Mar 2010 14:21:39 +0000</pubDate>
		<dc:creator>灰灰</dc:creator>
				<category><![CDATA[Digest]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[diggest]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.halfroom.com/mozilla-borrows-from-webkit-to-build-fast-new-js-engine.html</guid>
		<description><![CDATA[
Mozilla&#8217;s high-performance TraceMonkey JavaScript engine, which was  first introduced in 2008, has lost a lot of its luster as competing  browser vendors have stepped up their game to deliver superior  performance. Firefox now lags behind Safari, Chrome, and Opera in common  JavaScript benchmarks. In an effort to bring Firefox back to [...]]]></description>
			<content:encoded><![CDATA[<div class="posterous_autopost">
<div class="posterous_bookmarklet_entry"><a id="aptureLink_sJOWRlXtEq" style="float: left; padding: 0px 6px;" href="http://static.arstechnica.com/foxkeh-webkit.png"><img style="border: 0px none;" src="http://static.arstechnica.com/foxkeh-webkit.png" alt="" width="300px" height="169px" /></a>Mozilla&#8217;s high-performance TraceMonkey JavaScript engine, which was  first introduced in 2008, has lost a lot of its luster as competing  browser vendors have stepped up their game to deliver superior  performance. Firefox now lags behind Safari, Chrome, and Opera in common  JavaScript benchmarks. In an effort to bring Firefox back to the front  of the pack, Mozilla is building a new JavaScript engine called  JägerMonkey.</p>
<p>The secret sauce that will drive Mozilla&#8217;s new JavaScript engine  engine into the fast lane is some code borrowed from Apple&#8217;s WebKit  project. Mozilla intends to bring together the powerful optimization  techniques of TraceMonkey and the extremely efficient native code  generator of Apple&#8217;s JSCore engine. The mashup will likely deliver a  significant boost in Firefox&#8217;s JavaScript execution speed, making  Mozilla&#8217;s browser a formidable contender in the ongoing JavaScript speed  race.</p>
<p><!--page 1-->Mozilla&#8217;s current JavaScript engine uses nanojit as its native code  generator. Adobe originally developed nanojit to power Flash&#8217;s  ActionScript execution and <a href="http://arstechnica.com/business/news/2006/11/8170.ars">released it</a> under an open source software license in 2006. Mozilla and Adobe were  going to use nanojit to build an ECMAScript 4 implementation called  Tamarin, but the project was largely abandoned when ECMAScript 4 was  shelved. Mozilla integrated nanojit into its existing SpiderMonkey  engine and added tracing optimization to build TraceMonkey.</p>
<p>Mozilla&#8217;s new JägerMonkey engine will continue to use nanojit for  some things, but will rely on Apple&#8217;s Nitro Assembler to generate  efficient native code. This will allow JägerMonkey to benefit from the  performance advantages of method-based just-in-time (JIT) compilation.  JägerMonkey will also use tracing optimization to flatten out loops and  speed up other kinds of execution paths that can benefit from further  optimization. Mozilla says that this blend of technologies potentially  offers the best of all worlds.</p>
<p>&#8220;The reason we&#8217;re [building JägerMonkey] is that TraceMonkey is very  fast for code that traces well, but for code that doesn&#8217;t trace, we&#8217;re  stuck with the interpreter, which is not fast. The JägerMonkey method  JIT will provide a much better performance baseline, and tracing will  continue to speed us up on code where it applies,&#8221; wrote developer David  Mandelin a <a href="http://blog.mozilla.com/dmandelin/2010/02/26/starting-jagermonkey/">blog  entry</a> about the new engine.</p>
<p>The project is said to be at a relatively early stage of development  and is not yet ready to be broadly demonstrated. Developers who want to  have a look at the code can <a href="http://hg.mozilla.org/users/danderson_mozilla.com/jaegermonkey/">download  it</a> from Mozilla&#8217;s version control repository. The current <a href="https://wiki.mozilla.org/JaegerMonkey">development status</a> is  described in a page at the Mozilla wiki.</p>
<div>
<h4>Further reading</h4>
<ul>
<li><a href="http://hacks.mozilla.org/2010/03/improving-javascript-performance-with-jagermonkey/">Mozilla  Hacks (1)</a> (hacks.mozilla.org)</li>
<li><a href="http://hacks.mozilla.org/2010/03/a-quick-note-on-javascript-engine-components/">Mozilla  Hacks (2)</a> (hacks.mozilla.org)</li>
</ul>
</div>
<div class="posterous_quote_citation">via http://arstechnica.com/<a href="http://www.dzone.com/links/rss/mozilla_borrows_from_webkit_to_build_fast_new_js.html"></a></div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://halfroom.com/mozilla-borrows-from-webkit-to-build-fast-new-js-engine.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>令人赞叹的HTML5画图应用</title>
		<link>http://halfroom.com/amazing-html-paint-app.html</link>
		<comments>http://halfroom.com/amazing-html-paint-app.html#comments</comments>
		<pubDate>Wed, 10 Mar 2010 06:57:00 +0000</pubDate>
		<dc:creator>灰灰</dc:creator>
				<category><![CDATA[WEB]]></category>
		<category><![CDATA[业界新闻]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.halfroom.com/?p=970</guid>
		<description><![CDATA[看着下面的图，你是否看到了HTML5的未来呢？或者你也看到互联网的未来？也许将来可能就是WEB主导IT的时代，与桌面应用软件相媲美的WEB应用会不断产生。
Dzone上有一篇名为Amazing HTML5 paint app的文章，有趣的是它的副标题：Sorry Adobe Flash, your days are numbered.（抱歉，Adobe Flash，你的死期到了）。
我们可以在http://mugtug.com/sketchpad/ 看到DEMO，非常不错。
HTML5着实令人期待。

]]></description>
			<content:encoded><![CDATA[<p>看着下面的图，你是否看到了<a id="aptureLink_dTf1kGO4Dc" href="http://www.youtube.com/watch?v=BRG5VNNUq_E">HTML5</a>的未来呢？或者你也看到互联网的未来？也许将来可能就是WEB主导IT的时代，与桌面应用软件相媲美的WEB应用会不断产生。</p>
<p>Dzone上有一篇名为<a onclick="track(this, 'amazing_html5_paint_app', ''); " href="http://mugtug.com/sketchpad/">Amazing HTML5 paint app</a>的文章，有趣的是它的副标题：Sorry Adobe Flash, your days are numbered.（抱歉，Adobe Flash，你的死期到了）。</p>
<p>我们可以在<a id="aptureLink_Z4UyipNm6n" href="http://mugtug.com/sketchpad/">http://mugtug.com/sketchpad/</a> 看到DEMO，非常不错。</p>
<p>HTML5着实令人期待。</p>
<p><a id="aptureLink_MXzxcJKCXh" style="margin: 0pt auto; text-align: center; display: block; padding: 0px 6px;" href="http://apture.s3.amazonaws.com/0000012746d31e260befe5d3007f000000000001.mugtug.com%202010-3-10%2014-45.png"><img class="alignleft" style="border: 0px none;" title="mugtug.com" src="http://apture.s3.amazonaws.com/0000012746d31e260befe5d3007f000000000001.mugtug.com%202010-3-10%2014-45.png" alt="" width="588" height="414" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://halfroom.com/amazing-html-paint-app.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>盖茨悲悯 乔布斯感伤</title>
		<link>http://halfroom.com/%e7%9b%96%e8%8c%a8%e6%82%b2%e6%82%af-%e4%b9%94%e5%b8%83%e6%96%af%e6%84%9f%e4%bc%a4.html</link>
		<comments>http://halfroom.com/%e7%9b%96%e8%8c%a8%e6%82%b2%e6%82%af-%e4%b9%94%e5%b8%83%e6%96%af%e6%84%9f%e4%bc%a4.html#comments</comments>
		<pubDate>Tue, 09 Mar 2010 14:37:50 +0000</pubDate>
		<dc:creator>灰灰</dc:creator>
				<category><![CDATA[Digest]]></category>
		<category><![CDATA[diggest]]></category>

		<guid isPermaLink="false">http://www.halfroom.com/?p=963</guid>
		<description><![CDATA[比特网(Chinabyte)6月23日评论  (雍昊澄)同样的淡出自己一手创立的帝国，两个相互敬佩的死对头：比尔·盖茨和史蒂夫·乔布斯，淡出的原因却截然不同：一个是要去挽救别人、挽救更多的 人，一个却是挽救自己，为了更多的人。






// < ![CDATA[
try{
var TurnAD44=new Cookie(document,"TurnAD44",24);
TurnAD44.load();
TurnAD44.visit=(TurnAD44.visit==null)?parseInt(Math.random()*2+1):TurnAD44.visit;
if(TurnAD44.visit!=0)var intTurnAD44=TurnAD44.visit;
TurnAD44.visit++;
TurnAD44.visit=(TurnAD44.visit>2)?1:TurnAD44.visit;
TurnAD44.store();
function showTurnAD44(basenum){
if (basenum==1){
var sohuFlash2 = new sohuFlash("http://images.sohu.com/bill/s2009/jingwang/fangzheng/836-1/3502500623it.swf", "_bflexO", "350", "250", "7");
sohuFlash2.addParam("quality", "high");
sohuFlash2.addParam("wmode", "Opaque");
sohuFlash2.addVariable("clickthru",escape("http://sohu.ad-plus.cn/event.ng/Type=click&#038;FlightID=200906&#038;TargetID=sohu&#038;Values=2b60895a,1ce2e1aa,d2cb68ae,949d323a&#038;AdID=33305&#038;ff="+document.location.href));
sohuFlash2.write("TurnAD44");
if(typeof(document.pv)=='undefined') document.pv = new Array();var _a=new Image();
_a.src='http://alpha.brand.sogou.com/brand_pv?md5=2b60895a1ce2e1aad2cb68ae949d323a';
document.pv.push(_a);}
else{
var sohuFlash2 = new sohuFlash("http://images.sohu.com/bill/s2009/xuelingyu/huawei/3502500622.swf", "_bflexO", "350", "250", "7");
sohuFlash2.addParam("quality", "high");
sohuFlash2.addParam("wmode", "Opaque");
sohuFlash2.addVariable("clickthru",escape("http://sohu.ad-plus.cn/event.ng/Type=click&#038;FlightID=200906&#038;TargetID=sohu&#038;Values=f68ed746,a1b023ff,eec99df6,183edf52&#038;AdID=67966&#038;ff="+document.location.href));
sohuFlash2.write("TurnAD44");
if(typeof(document.pv)=='undefined') document.pv = new Array();var _a=new Image();
_a.src='http://alpha.brand.sogou.com/brand_pv?md5=f68ed746a1b023ffeec99df6183edf52';
document.pv.push(_a);}
}
showTurnAD44(intTurnAD44);
}catch(e){}
]]&#62;





 // < ![CDATA[
if(window.location.href.getQueryString("ip")==null)
Loc=sohu_IP_Loc.substr(0,4);
else
Loc=window.location.href.getQueryString("ip");
]]&#62;



尽管盖茨和乔布斯如今都已经成为商业传奇，他们的成功成为MBA课程中解读的经典范本，但两个人的经历和际遇，却有如此的反差。
比尔·盖茨一生中没有太多的大起大落，除了在20世纪快结束的那段时光，因为反垄断调查，而被称为“美国最大的商业恶棍”，那个时候他的心情极 差，并且屡屡被爆出在公司内发火——除了鲍尔默，其他人几乎无法在他爆发的时候还敢说话，甚至连呼吸都要小心谨慎。如今，盖茨再度成为全世界的商业偶像， 美国“最适合做副总统的人”。
但即便很暴躁，很容易发火，盖茨还是觉得，乔布斯比自己更难对付。他曾偷偷地对他的朋友说，乔布斯“这个家伙太可怕了”。在乔布斯1997年回 归苹果公司不久，比尔·盖茨就退避三舍地掏出18亿美元，投资给苹果公司，以平息双方法律上的纠纷——在此之前，在此之后，盖茨和微软，都再没有那么“好 说话”过，哪怕是面对美国和欧盟政府。
乔布斯的人生如此的跌宕多变，这或许是他性格过于孤傲、眼神过于锋利所致。
乔布斯是个孤儿，取得成功的历程和故事，在互联网上随处可见。而真正让我对乔布斯感到敬佩的，是他和比尔·盖茨谈判中的小故事：
1997年，在乔布斯刚回到苹果公司不久，在和盖茨的一次会面(其实是谈判)中，狂傲不羁的乔布斯说，“比尔，我们控制了100%的桌面系 统。”一向对胆敢挑战自己的人咆哮不已的盖茨，反而沉默了。其实当时，微软的操作系统市场占有率高达97%，但盖茨还是很认真地认为，乔布斯是个可怕的 人。
1985年，乔布斯被赶出苹果公司的时候，苹果的市值已经高达20亿美元。从数据的对比，可能更能看出差别——微软1985年的市值为5.19 亿美元;Orcale1986年上市的市值为2.7亿美元;戴尔公司成立第二年，刚刚推出自己设计的电脑;除了蓝色巨人的市值已经高达957亿美元外，很 多现今的ICT巨头们，在那时候还“小荷才露尖尖角”。
到了1997年，乔布斯刚回归苹果公司的时候，可怜的苹果几乎陷于破产边缘，而乔布斯的老朋友，同样也是对抗微软的斗士拉里·埃里森 (Larry [...]]]></description>
			<content:encoded><![CDATA[<p>比特网(Chinabyte)6月23日评论  (雍昊澄)同样的淡出自己一手创立的帝国，两个相互敬佩的死对头：比尔·盖茨和史蒂夫·乔布斯，淡出的原因却截然不同：一个是要去挽救别人、挽救更多的 人，一个却是挽救自己，为了更多的人。</p>
<table border="0" cellspacing="0" cellpadding="0" align="left">
<tbody>
<tr>
<td valign="top">
<div id="box">
<div id="TurnAD44"><embed id="_bflexO" class="  votsnwzvdxnfyyssqmni" type="application/x-shockwave-flash" width="350" height="250" src="http://images.sohu.com/bill/s2009/jingwang/fangzheng/836-1/3502500623it.swf" name="_bflexO" quality="high" wmode="Opaque" flashvars="clickthru=http%3A//sohu.ad-plus.cn/event.ng/Type%3Dclick%26FlightID%3D200906%26TargetID%3Dsohu%26Values%3D2b60895a%2C1ce2e1aa%2Cd2cb68ae%2C949d323a%26AdID%3D33305%26ff%3Dhttp%3A//it.sohu.com/20090623/n264707984.shtml"></embed></div>
<p><script>// < ![CDATA[
try{
var TurnAD44=new Cookie(document,"TurnAD44",24);
TurnAD44.load();
TurnAD44.visit=(TurnAD44.visit==null)?parseInt(Math.random()*2+1):TurnAD44.visit;
if(TurnAD44.visit!=0)var intTurnAD44=TurnAD44.visit;
TurnAD44.visit++;
TurnAD44.visit=(TurnAD44.visit>2)?1:TurnAD44.visit;
TurnAD44.store();
function showTurnAD44(basenum){
if (basenum==1){
var sohuFlash2 = new sohuFlash("http://images.sohu.com/bill/s2009/jingwang/fangzheng/836-1/3502500623it.swf", "_bflexO", "350", "250", "7");
sohuFlash2.addParam("quality", "high");
sohuFlash2.addParam("wmode", "Opaque");
sohuFlash2.addVariable("clickthru",escape("http://sohu.ad-plus.cn/event.ng/Type=click&#038;FlightID=200906&#038;TargetID=sohu&#038;Values=2b60895a,1ce2e1aa,d2cb68ae,949d323a&#038;AdID=33305&#038;ff="+document.location.href));
sohuFlash2.write("TurnAD44");
if(typeof(document.pv)=='undefined') document.pv = new Array();var _a=new Image();
_a.src='http://alpha.brand.sogou.com/brand_pv?md5=2b60895a1ce2e1aad2cb68ae949d323a';
document.pv.push(_a);}
else{
var sohuFlash2 = new sohuFlash("http://images.sohu.com/bill/s2009/xuelingyu/huawei/3502500622.swf", "_bflexO", "350", "250", "7");
sohuFlash2.addParam("quality", "high");
sohuFlash2.addParam("wmode", "Opaque");
sohuFlash2.addVariable("clickthru",escape("http://sohu.ad-plus.cn/event.ng/Type=click&#038;FlightID=200906&#038;TargetID=sohu&#038;Values=f68ed746,a1b023ff,eec99df6,183edf52&#038;AdID=67966&#038;ff="+document.location.href));
sohuFlash2.write("TurnAD44");
if(typeof(document.pv)=='undefined') document.pv = new Array();var _a=new Image();
_a.src='http://alpha.brand.sogou.com/brand_pv?md5=f68ed746a1b023ffeec99df6183edf52';
document.pv.push(_a);}
}
showTurnAD44(intTurnAD44);
}catch(e){}
]]&gt;</script></div>
</td>
</tr>
<tr>
<td>
<div></div>
<p><script src="http://txt.go.sohu.com/ip/soip" type="text/javascript"></script> <script>// < ![CDATA[
if(window.location.href.getQueryString("ip")==null)
Loc=sohu_IP_Loc.substr(0,4);
else
Loc=window.location.href.getQueryString("ip");
]]&gt;</script></td>
</tr>
</tbody>
</table>
<p>尽管盖茨和乔布斯如今都已经成为商业传奇，他们的成功成为MBA课程中解读的经典范本，但两个人的经历和际遇，却有如此的反差。</p>
<p>比尔·盖茨一生中没有太多的大起大落，除了在20世纪快结束的那段时光，因为反垄断调查，而被称为“美国最大的商业恶棍”，那个时候他的心情极 差，并且屡屡被爆出在公司内发火——除了鲍尔默，其他人几乎无法在他爆发的时候还敢说话，甚至连呼吸都要小心谨慎。如今，盖茨再度成为全世界的商业偶像， 美国“最适合做副总统的人”。</p>
<p>但即便很暴躁，很容易发火，盖茨还是觉得，乔布斯比自己更难对付。他曾偷偷地对他的朋友说，乔布斯“这个家伙太可怕了”。在乔布斯1997年回 归苹果公司不久，比尔·盖茨就退避三舍地掏出18亿美元，投资给苹果公司，以平息双方法律上的纠纷——在此之前，在此之后，盖茨和微软，都再没有那么“好 说话”过，哪怕是面对美国和欧盟政府。</p>
<p>乔布斯的人生如此的跌宕多变，这或许是他性格过于孤傲、眼神过于锋利所致。</p>
<p>乔布斯是个孤儿，取得成功的历程和故事，在互联网上随处可见。而真正让我对乔布斯感到敬佩的，是他和比尔·盖茨谈判中的小故事：</p>
<p>1997年，在乔布斯刚回到苹果公司不久，在和盖茨的一次会面(其实是谈判)中，狂傲不羁的乔布斯说，“比尔，我们控制了100%的桌面系 统。”一向对胆敢挑战自己的人咆哮不已的盖茨，反而沉默了。其实当时，微软的操作系统市场占有率高达97%，但盖茨还是很认真地认为，乔布斯是个可怕的 人。</p>
<p>1985年，乔布斯被赶出苹果公司的时候，苹果的市值已经高达20亿美元。从数据的对比，可能更能看出差别——微软1985年的市值为5.19 亿美元;Orcale1986年上市的市值为2.7亿美元;戴尔公司成立第二年，刚刚推出自己设计的电脑;除了蓝色巨人的市值已经高达957亿美元外，很 多现今的ICT巨头们，在那时候还“小荷才露尖尖角”。</p>
<p>到了1997年，乔布斯刚回归苹果公司的时候，可怜的苹果几乎陷于破产边缘，而乔布斯的老朋友，同样也是对抗微软的斗士拉里·埃里森 (Larry J.  Ellison)，已经将Orcale的市值推到了280亿美元;微软一路高歌猛进，仅盖茨的个人资产就超过了340亿美元，两年后，1999年7月16 日，微软成为全世界第一个市值超过5000亿美元的公司。</p>
<p>那时候敢于“欺负”苹果公司的大有人在，戴尔公司的创始人迈克尔·戴尔就嘲笑乔布斯说，如果他是苹果公司的负责人，“我应该怎样做?我想我会关 闭公司，然后把资金还给股东。”苹果公司应该关门大吉了。八年之后，当乔布斯领导下的苹果市值在2006年高达戴尔市值时，一向咄咄逼人的乔布斯自然不会 轻易忘记前仇，他给全体员工发邮件称，“看起来麦克·戴尔先生并没有很好的预测苹果的未来，”“苹果已经击败了戴尔。”</p>
<p>这期间，戴尔也和乔布斯一样，淡出公司，又在公司出现危机后，重新回来执掌门户。不同在于：退的时候迈克尔·戴尔是功成名就，乔布斯则是被扫地 出门;回归之后，乔布斯是力挽狂澜，而戴尔的表现却乏善可陈——到2008年5月1日，苹果的市值已经是戴尔公司的四倍——有很多分析师开始怂恿苹果收购 戴尔，乔布斯对其却嗤之以鼻。</p>
<p>曾经亲自编程的盖茨，给自己的帝国命名时是如此的谦逊，“微小的软件”，在低调的路途上，盖茨成就了当前全世界最强大的软件帝国——至少从市值 和市场占有率上是如此的。比尔·盖茨驱动微软帝国的双轮，是科技和商业。如今，一方面他的公司仍不断的被质疑商业道德，一方面他的基金会却尝试着惠及全人 类的最高道德。</p>
<p>也正因如此，比尔·盖茨在向乔布斯谦逊的同时，也保持着自己矜持的骄傲，他说，“微软公司在用人上所表现出的胆略与气魄是别的公司无可比拟 的。”而在离开微软之后，他的人生目标是如此的悲悯人间，他说，“比尔和梅琳达·盖茨基金会”的主要方向是三个，帮助穷人面对疾病、帮助农业使世界进入良 性循环、关注教育。</p>
<p>每一个都是大方向，大问题，也正因为如此的胸怀，才使得同样富可敌国的“股神”、沃伦·巴菲特(Warren  Buffet)，要将大部分财产捐给这个基金会——当世<span class="articleLink"><a href="http://map.sogou.com/new/#c=12840892,3906424,12" target="_blank">界 首</a></span>富和世界第二富联手的时候，整个地球或许都能感受到来自人类的温暖。</p>
<p>而乔布斯，却没有比尔·盖茨那么幸运。尽管他的性格的张扬，让盖茨也愿意让他一席地界，但如今，当比尔盖茨在非洲资助农业和医疗、以便改善更多 人的生活和健康时，乔布斯却不得不为自己的生命而战斗着。</p>
<p>当有消息称乔布斯肝脏移植手术成功，并有可能重新回到苹果公司时，分析师们纷纷表示，苹果已经不再需要乔布斯，至少当前不再需要了。</p>
<p>一直就命运多诘的乔布斯，在听到这样的消息之后，会不会多少有些感伤?</p>
<p>当初乔布斯命名公司为“苹果”，并将Logo设计为被咬了一口的苹果时，他想表明的是“用于向科学进军，探索未知领域”的理想。乔布斯前进的双 轮，是设计和商业，向往的却是思想和科学，他说，“我愿意用自己享受的一切高科技，换取与苏格拉底共度一下午的机会。”</p>
<p>理想主义的苏格拉底，以生命践行了自己的理想，而一直给世人带来最炫、最酷产品的乔布斯，正对抗着人类最为传统的对手——疾病，还惦念着回归， 却已被认为不再被苹果公司需要。</p>
<p>via <a href="http://it.sohu.com/20090623/n264707984.shtml#">盖茨悲悯 乔布斯感伤-搜狐IT</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://halfroom.com/%e7%9b%96%e8%8c%a8%e6%82%b2%e6%82%af-%e4%b9%94%e5%b8%83%e6%96%af%e6%84%9f%e4%bc%a4.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Office 2010 nearing RTM, free upgrade for some 2007 users</title>
		<link>http://halfroom.com/office-2010-nearing-rtm-free-upgrade-for-some-2007-users.html</link>
		<comments>http://halfroom.com/office-2010-nearing-rtm-free-upgrade-for-some-2007-users.html#comments</comments>
		<pubDate>Sun, 07 Mar 2010 03:31:05 +0000</pubDate>
		<dc:creator>灰灰</dc:creator>
				<category><![CDATA[碎月日记]]></category>

		<guid isPermaLink="false">http://www.halfroom.com/office-2010-nearing-rtm-free-upgrade-for-some-2007-users.html</guid>
		<description><![CDATA[




Office 2010 nearing RTM, free upgrade for some 2007 users   
By Matthew DeCarlo, TechSpot.com  Published: March 5, 2010, 3:13 PM EST

  
If you&#8217;ve been eyeing a copy of Microsoft Office 2007, there&#8217;s no better time than the present to make a purchase. In a blog post yesterday, Microsoft announced that customers [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class="posterous_bookmarklet_entry">
<blockquote>
<div>
<div>
<h3>Office 2010 nearing RTM, free upgrade for some 2007 users <br />  </h3>
<div>By <a href="http://www.techspot.com/news/38137-office-2010-nearing-rtm-free-upgrade-for-some-2007-users.html#">Matthew DeCarlo</a>, TechSpot.com  <br />Published: March 5, 2010, 3:13 PM EST</div>
</div>
<p>  <span><img src="http://www.techspot.com/images/teaser/ms-office2.jpg" border="0" /></span>
<div>If you&#8217;ve been eyeing a copy of Microsoft Office 2007, there&#8217;s no better time than the present to make a purchase. In a blog post yesterday, Microsoft announced that customers who buy and activate Office 2007 will receive a <a href="http://blogs.technet.com/office2010/archive/2010/03/04/get-office-today-or-tomorrow.aspx" target="_blank">free upgrade to Office 2010</a>.
<p>  Gaining eligibility to the program &#8212; called &#8220;Office 2010 Technology Guarantee&#8221; &#8212; is easy. Simply purchase Office 2007 or a new PC with the software and activate it between today and September 30, 2010. You will also need a Windows Live ID, and the offer must be redeemed by October 31, 2010.  </p>
<p>  Additionally, Microsoft confirmed that <a href="http://www.techspot.com/news/35422-microsoft-details-office-2010-opens-technical-preview.html">Office 2010</a>, SharePoint 2010, Visio 2010, and Project 2010 are all on schedule and will hit RTM next month. The 2010 set of products will be available to businesses on May 12, and <a href="http://www.techspot.com/news/37145-office-2010-scheduled-for-june-release.html">as expected</a>, consumers can get their mitts on the productivity suite in June &#8212; <a href="http://www.techspot.com/news/37816-office-2010-hits-rc-windows-8-planned-for-july-2011.html" target="_blank">possibly June 15</a>.  </p>
<p>  Pricing for Office 2010 will be as followed:  </p>
</p>
<ul>
<li><b>Professional:</b> $499 boxed, $349 for product key</li>
<li><b>Professional Academic:</b> $99 boxed only</li>
<li><b>Home and Student:</b> $149 boxed, $119 for product key</li>
<li><b>Home and Business:</b> $279 boxed, $199 for a product key</li>
</ul>
<p><a name="jump"></a>    </p>
</div>
<div style="">  <a href="http://ad1.netshelter.net/jump/ns.techspot/bieb;kw=;tile=5;sz=300x100;ord=123456789?" target="_blank"><img class=" gvsucrvbohfxftjczbrh" src="http://ad1.netshelter.net/ad/ns.techspot/bieb;kw=;tile=5;sz=300x100;ord=123456789?" border="0" alt="" /></a>
</p>
</div>
<p><b>Related Stories</b></p>
<ul>
<li><a href="http://www.techspot.com/news/38137-office-2010-nearing-rtm-free-upgrade-for-some-2007-users.html#">Revealed: Office 2010 ballot screen for default file format, OOXML or ODF</a></li>
<li><a href="http://www.techspot.com/news/38137-office-2010-nearing-rtm-free-upgrade-for-some-2007-users.html#">Office 2010 hits RC, Windows 8 planned for July 2011</a></li>
</ul>
<div style="clear: left; margin-top: 10px;"><a href="http://www.techspot.com/news/38137-office-2010-nearing-rtm-free-upgrade-for-some-2007-users.html#comments">31 comments</a><br />
<table border="0" align="right">
<tr>
<td width="80">      <a href="http://www.addthis.com/bookmark.php" rel="nofollow">Share this</a>      </td>
<td align="right" width="50"><a href="http://www.techspot.com/news/38137-office-2010-nearing-rtm-free-upgrade-for-some-2007-users.html#">RSS</a></td>
</tr>
</table>
</div></div>
</blockquote>
<div class="posterous_quote_citation">via <a href="http://www.techspot.com/news/38137-office-2010-nearing-rtm-free-upgrade-for-some-2007-users.html">techspot.com</a></div>
</p>
</div>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via web</a>   from <a href="http://sagittarius.posterous.com/office-2010-nearing-rtm-free-upgrade-for-some">Sagittarius&#8217;s posterous</a>  </p>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://halfroom.com/office-2010-nearing-rtm-free-upgrade-for-some-2007-users.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
