2009-03-01から1ヶ月間の記事一覧

「天使と悪魔」の虚と実

反物質から「無尽蔵のエネルギー」を取り出せるという表現だけは どうかと思いました。 物理学者とともに読む 「天使と悪魔」の虚と実 50のポイント 2009年3月19日追記:3月18日に、本件について記者会見をしました。その意図について若干補足説明をさせてい…

Ian Bicking講演動画

PyCon: PyCon 2009 Videos Topics of Interest (#119) - PyCon 2009 - Chicago - A Conference for the Python Community Ian Bicking, man of interest, discusses topics of interest. Interesting topics may include metaprogramming, whitespace, proce…

はてダにslideshareが貼り付けられる件

はてダ始まっていたんだな slideshareが貼り付けられるようになった - おぎろぐはてな slideshareのスライドのページ右上の "Embed in your blog" のobjectタグをそのままコピペするだけ。 と思ったら現在非対応のようだ。はてなアイデア - slideshareのブロ…

keyconfig+functions_for_keyconfigでFirefoxキーバインド設定

最近入れたアドオン 2008年8月号 - Windows Live keyconfig 20080611http://forums.mozillazine.org/viewtopic.php?t=72994 functions_for_keyconfig-1.4.0http://www.pqrs.org/tekezo/firefox/extensions/functions_for_keyconfig/index.html.ja キーコンフ…

Windows Search Advanced Query Syntaxメモ

Windows Search Advanced Query Syntax Common file propertiesThe terms listed in the preceding table can be used with any of the following file properties. For example, to find e-mail from "patrick" that was sent in 2008, your query would lo…

BloglinesのエクスポートOPMLの不具合について

タイトル、URLが長すぎる場合は"?"で終端されるので、 s/\?/" / の置換が必要になるようです。OPMLインポート & 絞り込み表示 について - Fenrir User Community 1. OPMLインポートがうまくいかないことがある 普段 Bloglines を使っているのですが, export…

メモ:2TB以上のパーティションでの起動

はいじん☆ちゃんねる » RAID構成時には2TBの壁に注意! 2TB以上での起動 ただ、2TB以上のパーティションで起動するとなると話は別。現在のマザーボードに搭載されているBIOSではGPTからの起動がサポートされていない。GPTからの起動には次世代BIOSと言われて…

今日からDtraceをば

DTrace を学習し始める - 傀儡師の館.Python - 楽天ブログ(Blog) そういえば、PostgreSQL 8.2 プレスキット を見ると、 DTrace: PostgreSQLはSolaris DTraceや一般的な監視フレームワークを通してその他の高度な追跡ツール向けの手法を組み込みました。と…

Thriftのtutorialが絶賛準備中な件

ソース読めということかな。Apache Thrift Download ThriftTo get started, download a copy of Thrift.Build and InstallNext, build and install the Thrift libraries and compiler.Writing a Thrift fileLet's define and create a simple service.Using…

Shibuya.lisp TT #2動画がニコ動に

Shibuya.lisp » Blog Archive » 2009/02/28 Shibuya.lisp テクニカルトーク #2 開催!! テクニカル・トーク: higepon 氏: Toy to practical interpreter Mosh intenals ライトニングトーク: okuoku 氏: SchemeでBluetoothスタックを書く (PDF) 源馬 照明 氏: …

ubuntu 9.10の標準AMIが提供される予定

こういう動きは面白いとおもう。 Ubuntuのクラウドへの取り組みをマイクロソフトが警戒すべき理由 - builder by ZDNet Japan Canonicalは、Karmic Koalaの標準Amazon Machine Images(AMI)を提供する、つまりAmazonコミュニティの「標準ビルド」として機能…

Python「落とし穴」

メモ: デフォルト引数にリストを指定した際の挙動に注意 def functionF(argString="abc", argList = []): print argString, argList argString = argString + "xyz" argList.append("F")for i in range(4): functionF() The output of this program is: abc…

tea初めて聞いた

Linuxアプリケーションの隠れた逸品10選 - builder by ZDNet Japan #7:TEA TEAは、ほとんどのプログラミング言語を扱える、プログラマー向けのテキストエディタである。TEAはGPL由 来のさまざまなアプリケーションからのコードを用いて作成されており、プ…

ユーザーのLinuxへの移行を助ける10の方法

家でもLinuxを使うことを強要することが「助け」とか笑える builder by ZDNet Japan 10: Installfestを行う これについては私と一緒に考えてほしい。Installfestとは、多くの人が集まって経験の多い人が経験のない人を助けながら、一緒にインストールを行う…

Hypertableのパフォーマンス(AOL Query Log)

db

一度試してみたい。PerformanceTestAOLQueryLog - hypertable - Performance Test - AOL Query Logs - Google Code The AOL query logs were inserted into an 8-node Hypertable cluster. The average size of each row key was ~7 bytes and each value wa…