PS3 Processor

Ref: PlayStation 3 processor unveiled

The Cell processor, which will drive Sony’s PlayStation 3, will run 10-times faster than current PC chips, its designers have said.

BBCのニュースにもなるぐらいSony PlayStation 3 用の Cell プロセッサは注目を浴びているようです。現PCのチップより10倍速いということです。本当なら性能としては申し分がないので、問題は値段とか発熱量とかになってきます。かなり設備投資がSonyの経営を圧迫しているような気がするので、Cell プロセッサが成功するかどうかは大きな問題ですが、注目してみていきたいところです。

カテゴリー: etc

Open source project

Ref: How to plan your new open source project

Lots of startup projects on the big online free software repositories have been abandoned right after being created, or linger in alpha stage for many years. I have founded four open source projects, of which two have been successful, while the other two just stopped and faded away. From that experience, here’s some practical advice on how to make your project more well-known, how to motivate others to join your project, and how to make sure it stays alive and active for a long time — maybe even reaching a 1.0 release (which should be part of every project’s goal, should it not?).

ということで、オープンソースプロジェクトを成功させるための記事だということです。プロジェクトの全体像をきちんと紹介してロードマップもつくって、良い印象を与えるためにソースコードも公開できるといいみたいな話が書いてあります。まぁ、そうなんだろうな、と、それなりに納得ができる話ですが、なんていうんでしょう。個人的には、公開者の興味を維持することが一番難しいんじゃないかと思うんですが、それについての言及はないってことがちょっと残念ですね。(読み落としているかもしれませんが。)

Java performance

第1回 Javaパフォーマンスチューニングのルール」という記事を見つけた。HP-UXを対象としているような感じだが、参考になりそう。JavaVM Performanceで紹介した記事が秀逸なので、どっちがいいかというと微妙だけど。

それで、実はJava Performance Tuning News(日本語版)もかなり充実していたりする。Sunから公開されている「Java HotSpot/パフォーマンス」もいいかもしれません。

カテゴリー: Java