04月 20th, 2009 | 278 views当年日志里的两个主角
请看我当年的日志:http://www.casparant.com/some-acquires.html,两个主角,Oracle收购BEA, SUN收购MySQL。
现在的事情……唉……我当年那心仪的SUN公司啊……
以下还是转自纽约时报:
http://www.nytimes.com/2009/04/21/technology/companies/21sun.html?ref=technology
———————————— 转载的分割线 ————————————
Oracle Agrees to Acquire Sun Microsystems
Article Tools Sponsored By
By ASHLEE VANCE
Published: April 20, 2009
Read the rest of this entry »
欢迎光临Caspar Ant,如果您喜欢本站的内容,欢迎订阅我的RSS;如果您需要出于非商业性质的转载,请先阅读版权声明页面。
这是一首灰常有意思的歌曲,翻唱自Julia Ecklar的"God Lives on Terra"。
可以看看这里了解一下这首歌曲的歌词:http://www.gnu.org/fun/jokes/eternal-flame.html
GNU社区还推荐了很多有意思的东东,可以去http://www.gnu.org/fun/humor.html查看,作为一个Linuxer和一个Programmer,这些内容可算是相当不错的休闲佐料了~
顺便试一下WP的1bit插件:eternal-flame
囧,居然不支持ogg格式的播放……传个MP3格式的算了,ogg格式下载点此:eternal-flame
附上歌词一览:
Read the rest of this entry »
在支付宝的官方Blog上,已经可以使用了。打开alipay的页面终于可以登录了,只是登录后要付款,发现招行还是不行,支付宝里面没钱也是白搭啊……
下载地址在这里:http://blog.alipay.com/
下面是官方消息的转载,暂时不支持数字签名。不管怎么说,还是值得期待的。
Read the rest of this entry »
06月 29th, 2008 | 937 views0x5f3759df
Quake III的代码里面找出来的一段飞速计算平方根的倒数的代码。算法是牛顿迭代法的无限逼近,亮点在标题的这个0x5f3759df,被称为“Magic Number”,这个东东让计算平方根比一般的牛顿逼近快了4倍。又据说,0x5f375a86这个数比0x5f3759df效率更高。
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| float Q_rsqrt( float number )
{
long i;
float x2, y;
const float threehalfs = 1.5F;
x2 = number * 0.5F;
y = number;
i = * ( long * ) &y; // evil floating point bit level hacking
i = 0x5f3759df - ( i >> 1 ); // what the fuck?
y = * ( float * ) &i;
y = y * ( threehalfs - ( x2 * y * y ) ); // 1st iteration
// y = y * ( threehalfs - ( x2 * y * y ) ); // 2nd iteration, this can be removed
#ifndef Q3_VM
#ifdef __linux__
assert( !isnan(y) ); // bk010122 - FPE?
#endif
#endif
return y;
} |
Read the rest of this entry »
话说高二的时候有次吃过饭在刷碗,同学说:“听说大菠萝III要出来了诶~”于是翘首期盼。这一转眼大二都结束了……前几天流言放出,说大菠萝三真的要出了。那几天正在重温II,也没怎么在意。没想到就在没在意的时候,暴雪说话了。
转载自:http://news.softpedia.com/news/Diablo-3-Officially-Announced-Trailers-and-Screnshots-Available-88819.shtml
———————————— 分割线 ————————————
All the conspiracy theories can be put aside now because it’s here: Diablo III has been officially announced. The splash screen from Blizzard’s site has made everyone go berserk and until today everything seemed possible, even a merger between the Diablo and the Warcraft universes.
The Blizzard Invitational was to be the perfect opportunity for a Diablo III announcement as it fitted right in the timeframe, with Diablo 2 launched on June 29, 2000 and the Lord of Destruction Expansion on June 29, 2001. True, it’s a day early, but nevertheless we will be seeing Diablo III. The game looks quite good although it wasn’t as mind-blowing as I would have expected. It seems to run on the same engine as Starcraft II (especially in terms of fire effects and splash damage) and the interface remains largely the same with mana and health spheres and the same kind of gameplay we were used to. One addition I find more than interesting consists of the red orbs some enemies will leave behind; these will restore your health without you having to resort to potions.
Read the rest of this entry »
不知道BlogSpot碰到了GFW的哪根神经,Google刚买下它就触了GFW的霉头。幸好有一个服务器是可以直接访问的,可以在不带套的情况下直接访问之。感谢xiefan的分享~
原文转自:http://xiefan198877.blogspot.com/2008/05/google-blog.html
———————————— 转载的分割线 ————————————
贴一下登陆被封blogspot的方法:
1,windows下,在windows/system32/drivers/etc/hosts 里面添加一条
72.14.219.190 <你的用户名>.blogspot.com
2,linux下,在/etc/hosts里面添加一条
72.14.219.190 <你的用户名>.blogspot.com
这样你就可以登上blogspot了
05月 4th, 2008 | 1,151 views[转]鲍尔默给杨致远的信
和上次一样,不发表什么评论了。
转自:
NY Times http://dealbook.blogs.nytimes.com/2008/05/03/microsofts-letter-to-yahoo-2/
———————————— 分割线 ————————————
May 3, 2008
Mr. Jerry Yang
CEO and Chief Yahoo
Yahoo! Inc.
701 First Avenue
Sunnyvale, CA 94089
Dear Jerry:
After over three months, we have reached the conclusion of the process regarding a possible combination of Microsoft and Yahoo!.
Read the rest of this entry »
原文出处:cnBeta
原文链接:http://www.cnbeta.com/articles/52546.htm
这个……我就不说什么了……持续观望中。
———————————— 转载的分割线 ————————————
据国外媒体报道,微软和OpenDoc Society周二宣布,由于赢得了足够的支持,微软的OOXML文档格式已被批准为全球行业标准.
为了使OOXML文档格式成为国际标准,微软一直在努力寻求各界支持,包括积极争取各国政府合同,吸引开发界开发新的应用程序软件等.
此前,OOXML的反对者一直认为将OOXML 文档格式引入,使之成为ISO已经批准的开放文档格式(ODF)的对手,不利于确立标准的初衷.
2007年9月份,ISO曾组织了一次投票,当时微软 OOXML文档标准没有争取到三分之二的多数票同意,未能获准成为国际标准.
但是据OpenDoc Society透露,在截止于今年3月29日的第二轮投票中,OOXML获得的支持率达到了75%.ISO原本计划于本周一公布投票结果,但是考虑到要优先通知各成员国标准机构,因此决定推迟到周三正式公布.
OpenDoc Society表示,它是从各成员国标准机构搜集到的这些信息.而微软则在一份声明中对ISO的这一决定表示欢迎,并称它已经从公开获取的信息了解到OOXML获得了足够的支持票数.
前几天去了Sun公司,回来之后和同学特兴奋地大谈Sun公司的开源盈利,而几乎每个同学都问我,Sun公司是怎么盈利的,既然开源了怎么还能盈利呢?我一时语塞。今天看到linuxeden上登出这篇文章后才知道,我对经济方面了解得太少太少了……汗颜。通观全文,发现通过开源软件盈利的商业模式大概有以下几种:被收购;获得公司风险投资;基于服务授权(一般来说因为是开源的,都是低价授权,有点薄利多销的样子);聚集大量用户,只收取一少部分用户(如Google等大公司)的钱……不一而足。当然,这一切的前提必须是——开源项目受欢迎。MySQL就是一个极成功的例子。
———————————— 转载的分割线 ————————————
本文来自:Linux伊甸园 http://www.linuxeden.com/
文章链接:http://www.linuxeden.com/html/news/20080328/52872.html
开源软件逐渐融入市场并开始走向赢利
去年春天的时候,著名市场评论人员和博客作家Hugh MacLeod在其博客上发表一篇文章,主题是:假如开源只是一个现象,那怎么冒出这么多亿万富翁呢?他的博客读者们并没有被他的文章所逗乐,很快他的博 客上充满了各种漫骂和叱责,这些读者认为,开源软件是一个依赖社区运作的社会软件开发模式,需要志愿者来维护、修补和开发的,并且把它们的作品免费发布。 他们认为Hugh MacLeod为开源运动中的富人排名严重亵渎了开源运动的精神。有的读者回复到:“这些开源软件的开发人员是应该得到回报,但是没你说的那么商业化”, 另外一个读者评论中直接上了脏字:“shut the F**k up,你懂啥啊,净瞎说!”
Read the rest of this entry »