ライフストリーミングの新しい形態Flashbake

プログラムを書くのと同様にsubversionやgitなどのバージョンコントロールシステムを小説を書くために使うのはそれほど珍しいことではないが、小説のバックアップと同時に時間や天気や直近のブログ記事やコンピュータのアップタイムや聞いていた音楽まで記録するのは新奇なことといえるだろう。これを実現するのがboing boingの寄稿者で小説家のCory DoctorowとThomas Gideonの作ったflashbake。flashbakeはpythonスクリプトで、15分ごとにテキストファイルの変化をローカルのgitにチェックインさせる。flashbakeは基本的にこれまでのライフストリーミングのコンセプトに沿ったものだが違うのは特定のアクティビティーを中心にして、それをとりまくデータを集めてくる点。同様に考えられる活用法としてグラフィック・デザイナーがフォトショップのPSDデータを15分ごとに記録すると同時にそのときに使っていたカラーパレットやフィルター、聞いていた音楽、見ていたflickrの写真やデザイン関係のウェブサイトなどをかき集めてくる、などが思い当たるだろう。もしこうしたことのできる適当なツールがつくられたとしたら創造プロセスを深く探る手段として興味深いものとなるかもしれない。

Flashbake, is the tool he is using which he created in collaboration with Thomas "cmdln" Gideon. It's a set of Python scripts that check your files for changes (in this case his book text file) every 15 minutes, and checks in changes to a local git repository. Git is a fast growing version control program similar to Subversion. So every 15 minutes the new revision is recorded and along with it Timestamp, weather, recent blog posts, computer uptime, and recent songs listened to data is also pulled in. [...] Those are just two quick (and possibly goofy) ideas but by expanding a Lifestream to incorporating local machine data beyond simply using 3rd party web services you can open up a whole new world of archiving your Life.

http://lifestreamblog.com/cory-doctorow-on-lifestreaming-contextual-snapshots-using-new-tool-flashbake/

For the past couple weeks, I've been working with Thomas "cmdln" Gideon (host of the fabulously nerdy Command Line podcast) on a free software project for writers called "Flashbake." This is a set of Python scripts that check your hot files for changes every 15 minutes, and checks in any changed files to a local git repository. Git is a free "source control" program used by programmers to track changes to source-code, but it works equally well on any text file. If you write in a text-editor like I do, then Flashbake can keep track of your changes for you as you go.

http://craphound.com/?p=2171
http://github.com/commandline/flashbake/downloads