タグ

2006年10月11日のブックマーク (3件)

  • 安藤日記 Google + YouTube考察

    安藤日記 安藤日記:デジタルガジェット好き「安藤幸央」の日々のメモ ( yukio.andoh@gmail.com ) [ http://twitter.com/yukio_andoh ] Google Press Center: Press Release [発表の様子 [Webcast]] [A Message From Chad and Steve] 先週から噂されていた Google による YouTube 買収が 現実のものとなった。 なんと 16億5000万ドル。日円にして 2000億円か。 各所で報道されているので、詳しいことはそっちにまかせて、 僕の視点でこの事象を考察してみると..... ●ほとんどのサービスを自前で開発していた Google が買収という判断をしたこと (Google Earth など一部の例外はあるが....) ●YouTube のブランドはそのまま

    sousk
    sousk 2006/10/11
    安藤さんソースの YouTube 買収考察、Googleの買収した企業一覧
  • Tender Love Making Blog Archive New Ruby BetaBrite - 0.0.2

    I just released a new version of the ruby BetaBrite sign library. It lets you control BetaBrite signs. You can write text, change the color, fonts, display images, and do a bunch of other stuff. In celebration of this new release, I created a DRb server that lets you write to my BetaBrite sign and take a photo of it! Here is the code that will write "Seattle.rb" to my server and take a photo: requ

  • C++ for Haskeller

    http://haskell.g.hatena.ne.jp/mr_konn/20061006/1160138831 Haskellから入った人には、cinとかcoutとか微妙すぎてよくないだろ、と、思ったので、適当に。 対象読者は、Haskellわかるし、C++もわかる人(意味ねー)。ネタを理解できる人です。 C++とは C++とは、以下のような特徴を持ったプログラミング言語です 参照透明(!) 出現評価(occurrence evaluation) (などといういかがわしい単語をつくる) パターンマッチできる 全く直感的でない構文 IOモナドを書くための大量のsyntax sugarがある 説明していくと長くなるので、それぞれ、おいおい必要になったときに説明するようにします。 C++の型 C++には、次の型があります。 整数 真偽値 連想配列 まあ、おいおい説明。(はやくも飽きてきた)

    C++ for Haskeller