<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
   <channel>
      <title>a blog</title>
      <link>http://log.hgwlab.com/</link>
      <description></description>
      <language>ja</language>
      <copyright>Copyright 2009</copyright>
      <lastBuildDate>Mon, 05 Oct 2009 17:36:00 +0900</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>my new blog</title>
         <description><![CDATA[<p style="font-size:22px;"><strong><a href="http://shunyahagiwara.com/blog/">http://shunyahagiwara.com/blog/</a></strong></p><p style="font-size:22px;">ドメインまとめたいし、ブログ　いどうします！</p>
]]></description>
         <link>http://log.hgwlab.com/entry/2009/000260.html</link>
         <guid>http://log.hgwlab.com/entry/2009/000260.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">BOOKMARK</category>
        
        
         <pubDate>Mon, 05 Oct 2009 17:36:00 +0900</pubDate>
      </item>
            <item>
         <title>APMT WEEK</title>
         <description><![CDATA[APMTWEEKが始まって終わって、セミトラ展が始まって、本の原稿が大詰めを迎えていたりなんかいろいろと忙しかった９月ももう終わりかけています。ドークボットで妙に盛り上がったり、ついに<a href="http://www.group94.com/">group94</a>と会うことができたり、Q+yang02が普通に楽しかったり、今回は半分スタッフ半分お客さんといういいところにいたからAPMT WEEKはどっちの気持ちでも楽しめてよかったなぁ。写真はまとめてFlickrにあげよ、いつの日か。

<a href="http://log.hgwlab.com/P9257459.jpg"><img alt="P9257459.jpg" src="http://log.hgwlab.com/P9257459-thumb.jpg" width="450" height="337" /></a>
空港ではGロゴ出してG94を迎えたけど、気さくないい人たちだった。


<a href="http://log.hgwlab.com/P9047770.jpg"><img alt="P9047770.jpg" src="http://log.hgwlab.com/P9047770-thumb.jpg" width="450" height="337" /></a>
<a href="http://www.quehouxo.com/">Q</a>+<a href="http://yang02.org/">yang02</a>のライブペインとがかっこ良かった。Qくんは絵よりも描く姿が絵になる。yang02くんの照明制御がすごくいい“ダシ”になっていたが、（京都のお吸い物くらい）ひっそりとアンビエントすぎて気がつかれてなかったんじゃないか。


<a href="http://log.hgwlab.com/P9047717.jpg"><img alt="P9047717.jpg" src="http://log.hgwlab.com/P9047717-thumb.jpg" width="450" height="337" /></a>
羨望のまなざしの<a href="http://orista.jp/">オリスタこと山口画伯</a>。しかし、かれもちかぢか麹町で個展があるらしい。それもたのしみです。]]></description>
         <link>http://log.hgwlab.com/entry/2009/000259.html</link>
         <guid>http://log.hgwlab.com/entry/2009/000259.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">NIQQuI</category>
        
        
         <pubDate>Fri, 25 Sep 2009 16:35:08 +0900</pubDate>
      </item>
            <item>
         <title>provisions arrives allowed users growth</title>
         <description><![CDATA[<h1 style="color:rgb(0, 170, 0);">ﾄﾞｰｸﾎﾞｯﾄ大東京<br /><br />頂上決戦 - ｻﾞ･ｺﾝﾃｽﾂ </h1>

今週末、日曜日に行われる<a href="http://dorkbot.org/dorkbottokyo/">dorkbot tokyo</a>ですが、その中で、ぼくもaekleybillさんが企画した<a href="http://dorkbot.org/dorkbottokyo/contests/list.cgi">provisions arrives allowed users growth</a>というコンテストに出ます！どういうコンテスとかというと<blockquote>trends growth effects assessment projections 2009 [url=http://issuu.com]small influence[/url] http://weblogs.baltimoresun.com</blockquote>という感じで、より<em>aekleybill</em>な参加者が勝ち、勝者には<em>aekleybill</em>がもらえるようです。なんといきなりの決勝戦、対戦相手が<a href="http://www.exonemo.com/">sembo</a>さんのようです。
意味わかんないっすけどがんばります。]]></description>
         <link>http://log.hgwlab.com/entry/2009/000258.html</link>
         <guid>http://log.hgwlab.com/entry/2009/000258.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">EVENT</category>
        
        
         <pubDate>Fri, 04 Sep 2009 12:16:38 +0900</pubDate>
      </item>
            <item>
         <title>flash.net.Socket</title>
         <description><![CDATA[ん。AS3。SocketのEventがおかしい。Socketが遅いです。
いろいろ試したがFlashPlayerがバグってるのでは？という結論。

WindowsでProgressEvent.SOCKET_DATAの取得回数が少ないのが歴然。なんか適当にデータを送信して、受け取る回数をカウントしてみたところ、平均するとMac 40回に対してWin 10回程度の差がありそう。XMLSocketのDataEvent.DATAを使ったときはそんなことないんだけどな。

<pre class="brush: javascript;">
package
{
	import flash.events.ProgressEvent;
	import flash.net.Socket;
	public class Main extends Sprite
	{
		private var socket:Socket;
		private var count:int=0;
		private var timer:Timer;
		private var text:TextField;
		public function Main( )
		{
			text = new TextField();
			addChild(text);
			socket = new Socket();
			socket.connect('sdafsdfsadfasd', 0);
        		socket.addEventListener(ProgressEvent.SOCKET_DATA, onSocketData);
        		timer = new Timer();
        		timer.addEventListener(TimerEvent.TIMER, check);
        		timer.start();
		}		
		private function check():void
		{
			text.text = String(count);
			count = 0;
		}		
		private function onSocketData( event:ProgressEvent):void
		{
			count++;
		}
	}
}
</pre>]]></description>
         <link>http://log.hgwlab.com/entry/2009/000257.html</link>
         <guid>http://log.hgwlab.com/entry/2009/000257.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">FLASH</category>
        
        
         <pubDate>Thu, 03 Sep 2009 12:19:05 +0900</pubDate>
      </item>
            <item>
         <title>新潮2009年9月号</title>
         <description><![CDATA[<img src="http://rcm-images.amazon.com/images/P/B002GCGJDC.09.LZZZZZZZ.jpg"  width="250" border="0" class="recommend" ><br /><a href="http://www.amazon.co.jp/o/ASIN/B002GCGJDC/hgwlab0d-22/" class="recommend-caption">新潮2009年9月号</a>
久々に舞城です、ビッチマグネットという長編が。新潮に。すっとこどっこいしょ以降掲載ってあったんですかね？しばらくたっていたのでどういう方向に行くのかがとても楽しみです。

これから読みます。]]></description>
         <link>http://log.hgwlab.com/entry/2009/000251.html</link>
         <guid>http://log.hgwlab.com/entry/2009/000251.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">BOOKS</category>
        
        
         <pubDate>Wed, 26 Aug 2009 14:39:11 +0900</pubDate>
      </item>
            <item>
         <title>neen orz</title>
         <description><![CDATA[<img alt="neen09.png" src="http://log.hgwlab.com/neen09.png" width="450" height="363" />
<em>行く川の流れは絶えずして、しかも元の水にあらず。澱みに浮かぶ泡沫はかつ消えかつ結びて、久しくとどまりたる例なし。</em>
。。。絶妙なタイミングでドメイン失効、ニーン復活を期待。こういうのって勝手に取得できちゃうものなのかな？]]></description>
         <link>http://log.hgwlab.com/entry/2009/000250.html</link>
         <guid>http://log.hgwlab.com/entry/2009/000250.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">BOOKMARK</category>
        
        
         <pubDate>Fri, 21 Aug 2009 19:19:19 +0900</pubDate>
      </item>
            <item>
         <title>ランダムに文脈</title>
         <description><![CDATA[<img alt="flow3.gif" src="http://log.hgwlab.com/flow3.gif" width="450" height="450" />
　事実と文脈をつなぐのはデザインでしょうかね。編集でしょうかね。]]></description>
         <link>http://log.hgwlab.com/entry/2009/000249.html</link>
         <guid>http://log.hgwlab.com/entry/2009/000249.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">NIQQuI</category>
        
        
         <pubDate>Fri, 21 Aug 2009 12:12:25 +0900</pubDate>
      </item>
            <item>
         <title>Youtube get_video.php</title>
         <description><![CDATA[Youtubeからvideoを取得したいとき、今まではget_video.phpにidくっつけて投げればよかったのに、いつの間にかトークン(t)をくっつけないと403が帰ってくるようになってしまった。

<pre class="brush: javascript;">
private var video_id:String = 'hogehoge';
private function getvideoinfo():void
{
	var request:URLRequest = new URLRequest("http://www.youtube.com/get_video_info?video_id="+video_id);
	request.method = URLRequestMethod.GET;
	var yLoader:URLLoader = new URLLoader();
	yLoader.dataFormat = URLLoaderDataFormat.VARIABLES;
	yLoader.addEventListener( Event.COMPLETE, doConnectVideo );
	yLoader.load( request );
}
private function doConnectVideo(e:Event):void
{
	var variables:URLVariables = new URLVariables( e.target.data );
	var t:String = variables.token;
	var url:String = "http://www.youtube.com/get_video.php?video_id=" +video_id+"&t="+t;
	var _ns_metaobj:Object = new Object();
	_ns_metaobj.onMetaData	= onInitMetaData;
	_nc = new NetConnection();
	_nc.connect(null);
	_ns = new NetStream(_nc);
	_ns.client = _ns_metaobj;
	_ns.play(url);
}		
</pre>

2009/08/06の時点です]]></description>
         <link>http://log.hgwlab.com/entry/2009/000242.html</link>
         <guid>http://log.hgwlab.com/entry/2009/000242.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">LAB.</category>
        
        
         <pubDate>Thu, 06 Aug 2009 17:32:25 +0900</pubDate>
      </item>
            <item>
         <title>APMT5</title>
         <description><![CDATA[<a href="http://www.apmt.jp/" target="_blank"><img title="apmtweek09_banner160b" src="http://www.apmt.jp/images/apmtweek09_banner160b.gif" alt="apmtweek09_banner160b" width="160" height="260" /> </a>

今年もAPMTの季節がきました。たのしみですね〜、g94。１週間イベント目白押しです。
APMTウィークのすぐあとには<a href="http://www.ycam.jp/art/2009/04/semitra.html">semitra個展</a>も！これはまた追って告知いたします。]]></description>
         <link>http://log.hgwlab.com/entry/2009/000240.html</link>
         <guid>http://log.hgwlab.com/entry/2009/000240.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">EVENT</category>
        
        
         <pubDate>Sat, 01 Aug 2009 01:40:46 +0900</pubDate>
      </item>
            <item>
         <title>クリエイターバトン</title>
         <description><![CDATA[<img alt="ycreb.jpg" src="http://log.hgwlab.com/ycreb.jpg" width="450" height="400" />

Yahoo! JAPAN のアワードの企画？で、<a href="http://www.takashikawashima.com/">川島さん</a>からバトンをいただき、<a href="http://creative-award.yahoo.co.jp/baton/#/no52">ぽんっと解答</a>させていただきました。こういうときに何もひねったことが言えなくて悲しくなりますね。たぶん、語彙がないわけじゃないんです。

<img src="http://rcm-images.amazon.com/images/P/4788510146.09.LZZZZZZZ.jpg"  width="100" border="0" class="recommend" ><br /><a href="http://www.amazon.co.jp/o/ASIN/4788510146/hgwlab0d-22/" class="recommend-caption">スケートボーディング、空間、都市―身体と建築　イアン ボーデン </a>
ちょうど上のバトンに解答していたときに読んでいた本が、スケーターで社会学者のイアン・ボーデンという人のものなのですが、これは面白かったのでスケボーと都市に興味のある方はぜひどうぞ。]]></description>
         <link>http://log.hgwlab.com/entry/2009/000238.html</link>
         <guid>http://log.hgwlab.com/entry/2009/000238.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">NEWS</category>
        
        
         <pubDate>Fri, 31 Jul 2009 14:37:10 +0900</pubDate>
      </item>
            <item>
         <title>pirates of the internet</title>
         <description><![CDATA[<object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/OrUOO-K-1q8&hl=ja&fs=1&hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/OrUOO-K-1q8&hl=ja&fs=1&hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object>
<a href="http://www.maiueda.com">Mai Ueda</a>さんのユニット<a href="http://www.myspace.com/wearepiratesoftheinternet">pirates of the internet</a>。そのライブの様子。カラオケじゃありません、海賊です。]]></description>
         <link>http://log.hgwlab.com/entry/2009/000233.html</link>
         <guid>http://log.hgwlab.com/entry/2009/000233.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">BOOKMARK</category>
        
        
         <pubDate>Tue, 07 Jul 2009 14:51:32 +0900</pubDate>
      </item>
            <item>
         <title>雑感 Gmailについて</title>
         <description><![CDATA[<img alt="newgmail.jpg" src="http://log.hgwlab.com/newgmail-thumb.jpg" width="450" height="294" />

　最近<a href="http://www.techcrunch.com/2009/06/30/twitter-rolls-ui-changes-to-simplify-your-social-connections/">TwitterのUIが変わって</a>とても使いやすくなりました。そして<a href="http://gmailblog.blogspot.com/2009/07/labels-drag-and-drop-hiding-and-more.html">Gmailもデザインの改善</a>がされてさらに直感的になりました。

　と、いう記事をよんではおお～とおもいます。が、ふと考えてみるとこの「使いやすさ」とか「直感的」ってのは今までの教育の賜物なんですよね。GoogleだったらHTMLでも要素をドラッグできるということを、カレンダーやiGoogleと徹底してがんばってきたわけだし、それをユーザが学習して、ある程度世の中に浸透してきたから、今回みたいな改変がユーザにとって便利と感じられるようになってきつつあるわけですよね。ぼくはわりとプライミングとかアフォーダンスはもともとあるものではなくてデザインの教育によってデザイナーが作り出したもののように感じています。
　
　「iPhoneは使いにくかったけど、慣れてきた。」という感覚がいつの間にか「iPhoneは使いやすい」に変換されるタイミングがあるように感じています。他方、UIの一貫性がまるで考えられてないと「使いにくくってやめちゃった」のパターンもあるんですがね。（昨年、冬くらいに<a href="http://www.amazon.co.jp/o/ASIN/4756151345/hgwlab0d-22/">おもてなしの経営学</a>を読んだときにiPhoneのUIに関して手放しで肯定していて、あまり納得できなかったのを覚えてます）

　この部分はユーザの動きを予想して空間や流れを作るという点で建築の設計とたぶんすこし似ていると思います。だったらそれを遊ぶスケーターみたいな輩もいてほしいし、スケートパークみたいな設計のウェブサイトも面白そうだと感じています。<a href="http://www.group94.com/">Groupe94</a>にはある意味でそういう部分を感じますけど最近はあまり見かけないなぁ、自分もがんばってかんと。一サイトで突飛なFlashのUIにすると、ユーザが学習する時間もなく消費されてしまうので、つかいにくいFlashとかいわれるんだと思いますのでそこらをどうずらせるかが当面のポイントでしょうか。]]></description>
         <link>http://log.hgwlab.com/entry/2009/000229.html</link>
         <guid>http://log.hgwlab.com/entry/2009/000229.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">NIQQuI</category>
        
        
         <pubDate>Thu, 02 Jul 2009 06:50:58 +0900</pubDate>
      </item>
            <item>
         <title>Pachube</title>
         <description><![CDATA[<img alt="pachube.png" src="http://log.hgwlab.com/pachube.png" width="450" height="225" />

<a href="http://www.pachube.com/">http://www.pachube.com/</a>

　<a href="http://saqoosha.net/">さくーしゃさん</a>とICC～<a href="http://www.2121designsight.jp/bones/">骨</a>に行ってきた。Open Space 09で作品展示中の<a href="http://yang02.org/">やんつ先生</a>に<a href="http://www.ntticc.or.jp/index_j.html">ICC</a>を案内をしてもらえて、そうでなければ全く理解できなかったであろうPachube。世界中の誰かがセンサーなど使って記録した気候や環境のデータをリアルタイムにAPIとして配信・共有使用というプロジェクトだったように理解しています。

　自分の倦怠感などの感覚を数値化してtwitterにポストするとそれを自動でPachubeから配信するような感情センシングとかできたらわりと面白い気がした。「倦怠:8」とかってつぶやきを自動で探すアプリ作ってそれをPachubeにまとめ上げる感じ？

　<a href="http://weather.yahoo.co.jp/weather/promo/live/">Yahoo天気ではみんなのアンケート結果から天気予報を作ってる</a>けど、ライフログとかセンシングの共有が自分以外のところで役に立つことってどういう状況でありえるかなとふと考えてしまった。]]></description>
         <link>http://log.hgwlab.com/entry/2009/000222.html</link>
         <guid>http://log.hgwlab.com/entry/2009/000222.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">BOOKMARK</category>
        
        
         <pubDate>Mon, 22 Jun 2009 11:33:35 +0900</pubDate>
      </item>
            <item>
         <title>HugoHUD</title>
         <description><![CDATA[<img alt="hgadum.jpg" src="http://log.hgwlab.com/hgadum.jpg" width="450" height="274" />

<a href="http://www.adiumxtras.com/index.php?a=xtras&xtra_id=6788">HugoHUD</a>

Mac用のマルチIMクライアントに<a href="http://www.adium.im/">Adium</a>というのがあるんですが、そのAdiumテーマをHugo Ahlbergさんが作ったみたいです。シンプルでなかなかいい。

テーマをインストールしたら、

Adium>環境設定>アピアランスへ
テーマカラー　：　HugoHUD
リストレイアウト　：　HugoHUD
ウィンドウスタイル　：　枠なしウィンドウ
透過度　：　０％
自動調節　：　高さ、幅、両方にチェック
最大幅　：　できるだけ広く設定

ってかんじで、あらキュート。

ちなみに、透過度じゃなくて不透明度だとおもう。]]></description>
         <link>http://log.hgwlab.com/entry/2009/000215.html</link>
         <guid>http://log.hgwlab.com/entry/2009/000215.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">BOOKMARK</category>
        
        
         <pubDate>Tue, 16 Jun 2009 12:25:26 +0900</pubDate>
      </item>
            <item>
         <title>flatneighborhood.com</title>
         <description><![CDATA[<img alt="fn09_ent.jpg" src="http://log.hgwlab.com/fn09_ent.jpg" width="450" height="300" />

<a href="http://flatneighborhood.com/">http://flatneighborhood.com/</a>

　そんなことが可能かはわかりませんが、最近「君がオブジェクトに触れる」という類の二人称的なインタラクションに興味があります。<!-- またオブジェクトと体験者の間に引かれるラインのようなものとかその線上に見えるものとか。 -->

長嶋有氏とナオコーラ氏の対談で小説から“私”は消せるかというのがあった気がしますが、インタラクションから“私”は消せるんでしょうかね。ということで消えそうな作品（ちがうか）。]]></description>
         <link>http://log.hgwlab.com/entry/2009/000214.html</link>
         <guid>http://log.hgwlab.com/entry/2009/000214.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">WORKS</category>
        
        
         <pubDate>Thu, 11 Jun 2009 15:55:56 +0900</pubDate>
      </item>
      
   </channel>
</rss>
