<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" xml:lang="ja" xml:base="http://www.eisbahn.jp/yoichiro/wp-atom.php">
	<title type="text">天使やカイザーと呼ばれて</title>
	<subtitle type="text">思ってることってこんなもんだよ</subtitle>

	<updated>2012-05-19T02:45:10Z</updated>

	<link rel="alternate" type="text/html" href="http://www.eisbahn.jp/yoichiro" />
	<id>http://www.eisbahn.jp/yoichiro/feed/atom</id>
	

	<generator uri="http://wordpress.org/" version="3.3.1">WordPress</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/eisbahn/yoichiro/feed/atom" /><feedburner:info uri="eisbahn/yoichiro/feed/atom" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry>
		<author>
			<name>yoichiro</name>
					</author>
		<title type="html"><![CDATA[Google OAuth2 Web Server Profileでのリフレッシュトークン]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/eisbahn/yoichiro/feed/atom/~3/FXwaZ-sH_Oo/google_oauth2_web_server_profile_refreshtoken.html" />
		<id>http://www.eisbahn.jp/yoichiro/?p=1471</id>
		<updated>2012-05-19T02:45:10Z</updated>
		<published>2012-05-19T02:45:10Z</published>
		<category scheme="http://www.eisbahn.jp/yoichiro" term="Social web" />		
		<link rel="replies" type="text/html" href="http://www.eisbahn.jp/yoichiro/2012/05/google_oauth2_web_server_profile_refreshtoken.html#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.eisbahn.jp/yoichiro/2012/05/google_oauth2_web_server_profile_refreshtoken.html/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	<content type="html">久々にGoogleのOAuth 2.0のWeb Server Profileを使っていて、あれ？って思ったので、ここでメモ代わりに書いておきます。 基本的には、以下のブログエントリで語られている話です。 Upcoming changes to OAuth 2.0 endpoint &amp;#8211; The official Google Code blog OAuth 2.0でのWeb Server Profileのセオリーでは、以下の手順が踏まれます。 Client IDとScopeを指定して認... &lt;a href="http://www.eisbahn.jp/yoichiro/2012/05/google_oauth2_web_server_profile_refreshtoken.html"&gt;more&lt;/a&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/XT6q6BKIl13ve9HktLZhLj7VkyU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XT6q6BKIl13ve9HktLZhLj7VkyU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/XT6q6BKIl13ve9HktLZhLj7VkyU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XT6q6BKIl13ve9HktLZhLj7VkyU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/eisbahn/yoichiro/feed/atom/~4/FXwaZ-sH_Oo" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.eisbahn.jp/yoichiro/2012/05/google_oauth2_web_server_profile_refreshtoken.html</feedburner:origLink></entry>
		<entry>
		<author>
			<name>yoichiro</name>
					</author>
		<title type="html"><![CDATA[ChromeにてWebページ内の画像を一気にDropboxへ登録する方法]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/eisbahn/yoichiro/feed/atom/~3/QPq9JIw5Wfo/image_collector_extension_dropbox.html" />
		<id>http://www.eisbahn.jp/yoichiro/?p=1444</id>
		<updated>2012-05-17T07:15:50Z</updated>
		<published>2012-05-17T01:58:19Z</published>
		<category scheme="http://www.eisbahn.jp/yoichiro" term="Chrome" />		
		<link rel="replies" type="text/html" href="http://www.eisbahn.jp/yoichiro/2012/05/image_collector_extension_dropbox.html#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.eisbahn.jp/yoichiro/2012/05/image_collector_extension_dropbox.html/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	<content type="html">Webページ内の画像をいかに一気に自分のPCに保存するかを考えて開発を始めたChrome Webブラウザ向け拡張機能「Image Collector extension」ですが、昨夜にバージョン2.0.1をリリースしました。 このバージョンにおいて、大きな機能追加を行いました。それは「Dropboxへの画像の登録」をできるようにしたことです。スクリプトファイルを自分で実行することなく、リンククリックのみでWebページ上の条件にあった画像を一気にDropbox上のフォルダに登録することができます。... &lt;a href="http://www.eisbahn.jp/yoichiro/2012/05/image_collector_extension_dropbox.html"&gt;more&lt;/a&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/vMTGysxRZpTYfm5WZsyj30iiAXg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vMTGysxRZpTYfm5WZsyj30iiAXg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/vMTGysxRZpTYfm5WZsyj30iiAXg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vMTGysxRZpTYfm5WZsyj30iiAXg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/eisbahn/yoichiro/feed/atom/~4/QPq9JIw5Wfo" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.eisbahn.jp/yoichiro/2012/05/image_collector_extension_dropbox.html</feedburner:origLink></entry>
		<entry>
		<author>
			<name>yoichiro</name>
					</author>
		<title type="html"><![CDATA[ヨドバシAkibaの有隣堂で書籍紹介しています]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/eisbahn/yoichiro/feed/atom/~3/RPOS-cijJQI/yodobashi-akiba-book-fair.html" />
		<id>http://www.eisbahn.jp/yoichiro/?p=1436</id>
		<updated>2012-04-29T09:44:41Z</updated>
		<published>2012-04-29T09:44:41Z</published>
		<category scheme="http://www.eisbahn.jp/yoichiro" term="Recommend" />		
		<link rel="replies" type="text/html" href="http://www.eisbahn.jp/yoichiro/2012/04/yodobashi-akiba-book-fair.html#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.eisbahn.jp/yoichiro/2012/04/yodobashi-akiba-book-fair.html/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	<content type="html">4月22日から、秋葉原にあるヨドバシカメラ7Fの有隣堂にて、技術評論社による特選フェアが行われています。昨日実際に見てきました。 40名ほどの人たちが、それぞれ３〜４冊のオススメ本を紹介しています。光栄にもその中の1人として僕も参加させていただいています。探したところ、下の段にありました。 5月22日まで行われていますので、ぜひ現地まで足を運んでください！ ヨドバシAkira &amp;#8211; 有隣堂
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/8AcTBdlKVDSdamaS_lFdQ5ChfAI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/8AcTBdlKVDSdamaS_lFdQ5ChfAI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/8AcTBdlKVDSdamaS_lFdQ5ChfAI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/8AcTBdlKVDSdamaS_lFdQ5ChfAI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/eisbahn/yoichiro/feed/atom/~4/RPOS-cijJQI" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.eisbahn.jp/yoichiro/2012/04/yodobashi-akiba-book-fair.html</feedburner:origLink></entry>
		<entry>
		<author>
			<name>yoichiro</name>
					</author>
		<title type="html"><![CDATA[3200ユーザ突破！]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/eisbahn/yoichiro/feed/atom/~3/PLPjbvrWsPY/3200.html" />
		<id>http://www.eisbahn.jp/yoichiro/?p=1432</id>
		<updated>2012-04-28T01:17:07Z</updated>
		<published>2012-04-28T01:17:07Z</published>
		<category scheme="http://www.eisbahn.jp/yoichiro" term="Chrome" />		
		<link rel="replies" type="text/html" href="http://www.eisbahn.jp/yoichiro/2012/04/3200.html#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.eisbahn.jp/yoichiro/2012/04/3200.html/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	<content type="html">あともうちょっとで3000だ！と思ってたら、すでに3200ユーザを突破していました。 Chromeを使っている方は、ぜひご利用してみてください！
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/LCPM-rcyWizJtvzpi8_qSRKn6m0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/LCPM-rcyWizJtvzpi8_qSRKn6m0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/LCPM-rcyWizJtvzpi8_qSRKn6m0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/LCPM-rcyWizJtvzpi8_qSRKn6m0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/eisbahn/yoichiro/feed/atom/~4/PLPjbvrWsPY" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.eisbahn.jp/yoichiro/2012/04/3200.html</feedburner:origLink></entry>
		<entry>
		<author>
			<name>yoichiro</name>
					</author>
		<title type="html"><![CDATA[Rubyで重複しない結果を得るための効率的な方法]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/eisbahn/yoichiro/feed/atom/~3/_OEOvnowBc4/ruby_uniq_array.html" />
		<id>http://www.eisbahn.jp/yoichiro/?p=1413</id>
		<updated>2012-04-26T00:57:48Z</updated>
		<published>2012-04-26T00:57:48Z</published>
		<category scheme="http://www.eisbahn.jp/yoichiro" term="Ruby on Rails" />		
		<link rel="replies" type="text/html" href="http://www.eisbahn.jp/yoichiro/2012/04/ruby_uniq_array.html#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.eisbahn.jp/yoichiro/2012/04/ruby_uniq_array.html/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	<content type="html">今まで「Rubyのuniqは遅い」という思い込みをしていました。ある配列から重複を取り除いた配列を作り出すためにはいくつかの方法が考えられますが、何が効率的なのか、実測してみました。 試した方法は以下の4つです。 Array#uniq Array#uniq! Set Hash それぞれのコードは最後に掲載するとして、さっそく実測値です。使ったマシンはmacbook air 11&amp;#8242;。CPUは1.6GHz Intel Core 2 Duo。メモリは4GBです。rubyのバージョンは以下に... &lt;a href="http://www.eisbahn.jp/yoichiro/2012/04/ruby_uniq_array.html"&gt;more&lt;/a&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/LQ9tuLWoB60zYIP2QEwYN4k3iRk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/LQ9tuLWoB60zYIP2QEwYN4k3iRk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/LQ9tuLWoB60zYIP2QEwYN4k3iRk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/LQ9tuLWoB60zYIP2QEwYN4k3iRk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/eisbahn/yoichiro/feed/atom/~4/_OEOvnowBc4" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.eisbahn.jp/yoichiro/2012/04/ruby_uniq_array.html</feedburner:origLink></entry>
		<entry>
		<author>
			<name>yoichiro</name>
					</author>
		<title type="html"><![CDATA[Google URL Shortener extension version 1.24.0をリリースしました]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/eisbahn/yoichiro/feed/atom/~3/J7GZPHFzftw/the-version-1-24-0-of-google-url-shortener-extension-has-been-released.html" />
		<id>http://www.eisbahn.jp/yoichiro/?p=1410</id>
		<updated>2012-04-08T11:45:03Z</updated>
		<published>2012-04-08T11:45:03Z</published>
		<category scheme="http://www.eisbahn.jp/yoichiro" term="Chrome" />		
		<link rel="replies" type="text/html" href="http://www.eisbahn.jp/yoichiro/2012/04/the-version-1-24-0-of-google-url-shortener-extension-has-been-released.html#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.eisbahn.jp/yoichiro/2012/04/the-version-1-24-0-of-google-url-shortener-extension-has-been-released.html/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	<content type="html">久々のリリースです。Google URL Shortener extensionに、Facebookへ共有する機能を追加しました。 TwitterじゃなくFacebookをメインに使っている方は便利な機能でしょう。お試しあれ！
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/8UfTpZ2bEoYhWSX43JJobAXgbc8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/8UfTpZ2bEoYhWSX43JJobAXgbc8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/8UfTpZ2bEoYhWSX43JJobAXgbc8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/8UfTpZ2bEoYhWSX43JJobAXgbc8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/eisbahn/yoichiro/feed/atom/~4/J7GZPHFzftw" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.eisbahn.jp/yoichiro/2012/04/the-version-1-24-0-of-google-url-shortener-extension-has-been-released.html</feedburner:origLink></entry>
		<entry>
		<author>
			<name>yoichiro</name>
					</author>
		<title type="html"><![CDATA[さくらまつり！]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/eisbahn/yoichiro/feed/atom/~3/N471UXneoUs/cherry_blossom_festival.html" />
		<id>http://www.eisbahn.jp/yoichiro/?p=1404</id>
		<updated>2012-04-08T01:11:28Z</updated>
		<published>2012-04-08T01:11:28Z</published>
		<category scheme="http://www.eisbahn.jp/yoichiro" term="Etc" />		
		<link rel="replies" type="text/html" href="http://www.eisbahn.jp/yoichiro/2012/04/cherry_blossom_festival.html#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.eisbahn.jp/yoichiro/2012/04/cherry_blossom_festival.html/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	<content type="html">昨年は震災で自粛された「蓮田市さくらまつり」が、今年は無事開催されました。 元荒川沿いにかなり長い範囲で桜の木が並んでいます。まだ半分くらいの開花状況なので、もう少し経つと満開になって絶景になります。 出店が多く、焼きそば、名産の梨が入ったカレー、焼き鳥、クレープを食べましたが、なんでお祭りの場で食べると美味しいんでしょうねー。
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/o9DeVF_B9vO3QNxJPkhJVfD0RCg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/o9DeVF_B9vO3QNxJPkhJVfD0RCg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/o9DeVF_B9vO3QNxJPkhJVfD0RCg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/o9DeVF_B9vO3QNxJPkhJVfD0RCg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/eisbahn/yoichiro/feed/atom/~4/N471UXneoUs" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.eisbahn.jp/yoichiro/2012/04/cherry_blossom_festival.html</feedburner:origLink></entry>
		<entry>
		<author>
			<name>yoichiro</name>
					</author>
		<title type="html"><![CDATA[VMware Workstationでネットワークが遅い場合の改善策]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/eisbahn/yoichiro/feed/atom/~3/wtNTDVAgNLc/vmware-workstation-network-too-late.html" />
		<id>http://www.eisbahn.jp/yoichiro/?p=1399</id>
		<updated>2012-04-05T11:48:24Z</updated>
		<published>2012-04-05T11:46:31Z</published>
		<category scheme="http://www.eisbahn.jp/yoichiro" term="My PC environment" />		
		<link rel="replies" type="text/html" href="http://www.eisbahn.jp/yoichiro/2012/04/vmware-workstation-network-too-late.html#comments" thr:count="1" />
		<link rel="replies" type="application/atom+xml" href="http://www.eisbahn.jp/yoichiro/2012/04/vmware-workstation-network-too-late.html/feed/atom" thr:count="1" />
		<thr:total>1</thr:total>
	<content type="html">僕は会社のPCでは、Windows 7にVMware Workstationを入れて、ゲストOSとしてUbuntu 11.10を入れて「プログラミングはUbuntu、それ以外はWindows」って感じで仕事してます。開発をする時はどっぷりUbuntuの世界の中で、それ以外の業務はWindowsで、って感じで完全に独立して作業してることがほとんどでした。 しかし、あるツールを作っている時に、Ubuntuでサーバを上げて、Windows上のWebブラウザからそのサーバにアクセスしてテストする、ってこ... &lt;a href="http://www.eisbahn.jp/yoichiro/2012/04/vmware-workstation-network-too-late.html"&gt;more&lt;/a&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/BuvXCVfsOZiFKfMzWxtD4cY2tEw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/BuvXCVfsOZiFKfMzWxtD4cY2tEw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/BuvXCVfsOZiFKfMzWxtD4cY2tEw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/BuvXCVfsOZiFKfMzWxtD4cY2tEw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/eisbahn/yoichiro/feed/atom/~4/wtNTDVAgNLc" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.eisbahn.jp/yoichiro/2012/04/vmware-workstation-network-too-late.html</feedburner:origLink></entry>
		<entry>
		<author>
			<name>yoichiro</name>
					</author>
		<title type="html"><![CDATA[Google URL Shortener extensionユーザの増加]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/eisbahn/yoichiro/feed/atom/~3/4MZqSqpPaHM/increasing-users-of-google-url-shortener-extension.html" />
		<id>http://www.eisbahn.jp/yoichiro/?p=1394</id>
		<updated>2012-03-31T03:03:11Z</updated>
		<published>2012-03-31T03:03:11Z</published>
		<category scheme="http://www.eisbahn.jp/yoichiro" term="Chrome" />		
		<link rel="replies" type="text/html" href="http://www.eisbahn.jp/yoichiro/2012/03/increasing-users-of-google-url-shortener-extension.html#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.eisbahn.jp/yoichiro/2012/03/increasing-users-of-google-url-shortener-extension.html/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	<content type="html">Google URL Shortener extensionを利用してくれているユーザの数は、毎週増加しています。 もしまだこの拡張機能を使っていない場合は、すぐにお試しください。また、もしご利用されている方は、ぜひ「こんな機能が欲しい」といったご意見を気軽に教えてください。
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/EvS6iLUsXFsNgLqNoShT6MC0i0k/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EvS6iLUsXFsNgLqNoShT6MC0i0k/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/EvS6iLUsXFsNgLqNoShT6MC0i0k/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EvS6iLUsXFsNgLqNoShT6MC0i0k/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/eisbahn/yoichiro/feed/atom/~4/4MZqSqpPaHM" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.eisbahn.jp/yoichiro/2012/03/increasing-users-of-google-url-shortener-extension.html</feedburner:origLink></entry>
		<entry>
		<author>
			<name>yoichiro</name>
					</author>
		<title type="html"><![CDATA[菖蒲にできた蔦屋書店に行ってきた]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/eisbahn/yoichiro/feed/atom/~3/tQSzYyXX_ko/tutaya_book_store.html" />
		<id>http://www.eisbahn.jp/yoichiro/?p=1384</id>
		<updated>2012-03-18T05:22:46Z</updated>
		<published>2012-03-18T05:17:06Z</published>
		<category scheme="http://www.eisbahn.jp/yoichiro" term="Recommend" />		
		<link rel="replies" type="text/html" href="http://www.eisbahn.jp/yoichiro/2012/03/tutaya_book_store.html#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.eisbahn.jp/yoichiro/2012/03/tutaya_book_store.html/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	<content type="html">昨日、日本一の売り場面積を売りにした蔦屋書店のオープン日だったので、さっそく見に行ってきました。 蔦屋書店 フォレオ菖蒲店 もうGoogle Mapにフォレオ菖蒲って書かれてるところがなにげにすごい。 入り口からパノラマで写真を撮ってみました。 すっごい広いです。となりにあるK&amp;#8217;s電気もでかいけど、それ以上です。 品揃えというと、文庫本はすごい量があります。探せない本はないと思うほどに。そしてどこにどの本があるかは結構わかりやすく上の方に掲示されているので、すぐにその棚に行くことがで... &lt;a href="http://www.eisbahn.jp/yoichiro/2012/03/tutaya_book_store.html"&gt;more&lt;/a&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/0SfghFzC1QV1gqhyHgVjvt4efSY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0SfghFzC1QV1gqhyHgVjvt4efSY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/0SfghFzC1QV1gqhyHgVjvt4efSY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0SfghFzC1QV1gqhyHgVjvt4efSY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/eisbahn/yoichiro/feed/atom/~4/tQSzYyXX_ko" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.eisbahn.jp/yoichiro/2012/03/tutaya_book_store.html</feedburner:origLink></entry>
		<entry>
		<author>
			<name>yoichiro</name>
					</author>
		<title type="html"><![CDATA[iSCSIでたまに接続が切れてしまうのなんで？]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/eisbahn/yoichiro/feed/atom/~3/VqWfhB2H6eo/iscsi_often_disconnected.html" />
		<id>http://www.eisbahn.jp/yoichiro/?p=1380</id>
		<updated>2012-03-14T13:47:23Z</updated>
		<published>2012-03-14T13:20:10Z</published>
		<category scheme="http://www.eisbahn.jp/yoichiro" term="My PC environment" />		
		<link rel="replies" type="text/html" href="http://www.eisbahn.jp/yoichiro/2012/03/iscsi_often_disconnected.html#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.eisbahn.jp/yoichiro/2012/03/iscsi_often_disconnected.html/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	<content type="html">タイトル通りなんですけど、FreeNASでiSCSIのターゲットを作って、Fedora 16をイニシエータにしてマウントしてるんですが、2日に1回くらいの頻度で接続が切れてる(?)ような現象が出て困ってます。 logwatch君が報告してくるメールには、以下のように書かれていました。 WARNING: Kernel Errors Present connection9:0: detected conn error (1011) &amp;#8230;: 17 Time(s) connection9:0:... &lt;a href="http://www.eisbahn.jp/yoichiro/2012/03/iscsi_often_disconnected.html"&gt;more&lt;/a&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ldcgT0lsYv0qw7CQXjDVD3XsToE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ldcgT0lsYv0qw7CQXjDVD3XsToE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ldcgT0lsYv0qw7CQXjDVD3XsToE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ldcgT0lsYv0qw7CQXjDVD3XsToE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/eisbahn/yoichiro/feed/atom/~4/VqWfhB2H6eo" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.eisbahn.jp/yoichiro/2012/03/iscsi_often_disconnected.html</feedburner:origLink></entry>
		<entry>
		<author>
			<name>yoichiro</name>
					</author>
		<title type="html"><![CDATA[ErlangでQRコードを生成する方法]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/eisbahn/yoichiro/feed/atom/~3/_jI9nidLY1o/erlang_qr_code.html" />
		<id>http://www.eisbahn.jp/yoichiro/?p=1373</id>
		<updated>2012-03-14T00:22:01Z</updated>
		<published>2012-03-14T00:22:01Z</published>
		<category scheme="http://www.eisbahn.jp/yoichiro" term="Erlang" />		
		<link rel="replies" type="text/html" href="http://www.eisbahn.jp/yoichiro/2012/03/erlang_qr_code.html#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.eisbahn.jp/yoichiro/2012/03/erlang_qr_code.html/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	<content type="html">ErlangでQRコードの画像を生成するのは、とても簡単です。rebarでプロジェクト管理をしていれば、なおさらです。 まず、rebar.configファイルに以下のように記述します。 {deps, [ {qrcode, ".*", {git, "https://github.com/coolchevy/qrcode.git", "master"}}, ... これでqrcodeモジュールが使えるようになります。makeを走らせておくと、githubから自動的にqrcodeモジュール一式がdep... &lt;a href="http://www.eisbahn.jp/yoichiro/2012/03/erlang_qr_code.html"&gt;more&lt;/a&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/j1sU7NBuzqSKAeHnpgQJrw6rGpc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/j1sU7NBuzqSKAeHnpgQJrw6rGpc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/j1sU7NBuzqSKAeHnpgQJrw6rGpc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/j1sU7NBuzqSKAeHnpgQJrw6rGpc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/eisbahn/yoichiro/feed/atom/~4/_jI9nidLY1o" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.eisbahn.jp/yoichiro/2012/03/erlang_qr_code.html</feedburner:origLink></entry>
		<entry>
		<author>
			<name>yoichiro</name>
					</author>
		<title type="html"><![CDATA[懐かしさたっぷりの「ファミコンの驚きべき発想力」]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/eisbahn/yoichiro/feed/atom/~3/gqUjR6le97I/famicon.html" />
		<id>http://www.eisbahn.jp/yoichiro/?p=1361</id>
		<updated>2012-03-11T02:30:44Z</updated>
		<published>2012-03-11T02:30:44Z</published>
		<category scheme="http://www.eisbahn.jp/yoichiro" term="Recommend" />		
		<link rel="replies" type="text/html" href="http://www.eisbahn.jp/yoichiro/2012/03/famicon.html#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.eisbahn.jp/yoichiro/2012/03/famicon.html/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	<content type="html">昨日書店に行き、「これ面白そうじゃない？」と嫁が見つけた書籍がありました。そのまま購入してさっき読み終えた、僕にとって短時間で一気に最後まで読み込めた珍しい本、それは「ファミコンの驚きべき発想力」です。 ファミコンの驚くべき発想力　－限界を突破する技術に学べ－ (PCポケットカルチャー) 現状の富豪プログラミングの真逆であるファミコンの貧弱な環境の説明から入るのですが、その貧弱さがゲームデザインにどう有利に働いていたか、がこの本の中心的なポイントとなります。価格を2万円以下に抑えながら如何に必要... &lt;a href="http://www.eisbahn.jp/yoichiro/2012/03/famicon.html"&gt;more&lt;/a&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/K9lgyGg8yRujO9bfA53T8UfUDIc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/K9lgyGg8yRujO9bfA53T8UfUDIc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/K9lgyGg8yRujO9bfA53T8UfUDIc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/K9lgyGg8yRujO9bfA53T8UfUDIc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/eisbahn/yoichiro/feed/atom/~4/gqUjR6le97I" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.eisbahn.jp/yoichiro/2012/03/famicon.html</feedburner:origLink></entry>
		<entry>
		<author>
			<name>yoichiro</name>
					</author>
		<title type="html"><![CDATA[「OpenSocial 3.0 Summit 議事録」から読み取れる流れ]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/eisbahn/yoichiro/feed/atom/~3/Uk8eU-DXHO8/opensocial-3-0-summit-minutes.html" />
		<id>http://www.eisbahn.jp/yoichiro/?p=1336</id>
		<updated>2012-03-04T02:32:55Z</updated>
		<published>2012-03-04T02:32:55Z</published>
		<category scheme="http://www.eisbahn.jp/yoichiro" term="OpenSocial" />		
		<link rel="replies" type="text/html" href="http://www.eisbahn.jp/yoichiro/2012/03/opensocial-3-0-summit-minutes.html#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.eisbahn.jp/yoichiro/2012/03/opensocial-3-0-summit-minutes.html/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	<content type="html">2月28日に、メジャーバージョンアップとなるOpenSocial 3.0をテーマにしたサミットが行われました。その議事録が公開されています。 OpenSocial 3.0 Summit Minutes 参加者の所属企業を抜き出してみると、以下のような感じになります。ちなみに括弧内の数字は参加人数です。 Jive Software (5) Mitre (2) IBM (6) Sutro Software (1) Sugar CRM (1) EPFL (1) Office of the DoD (1... &lt;a href="http://www.eisbahn.jp/yoichiro/2012/03/opensocial-3-0-summit-minutes.html"&gt;more&lt;/a&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/UEzHHwnZ8bER6ubWPEtzPoiIRxE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/UEzHHwnZ8bER6ubWPEtzPoiIRxE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/UEzHHwnZ8bER6ubWPEtzPoiIRxE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/UEzHHwnZ8bER6ubWPEtzPoiIRxE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/eisbahn/yoichiro/feed/atom/~4/Uk8eU-DXHO8" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.eisbahn.jp/yoichiro/2012/03/opensocial-3-0-summit-minutes.html</feedburner:origLink></entry>
		<entry>
		<author>
			<name>yoichiro</name>
					</author>
		<title type="html"><![CDATA[FreeNASを8.0.3から8.0.4にバージョンアップ]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/eisbahn/yoichiro/feed/atom/~3/huBoFHtIf1I/freenas_8-0-3_8-0-4_verup.html" />
		<id>http://www.eisbahn.jp/yoichiro/?p=1329</id>
		<updated>2012-03-03T10:57:57Z</updated>
		<published>2012-03-03T10:57:57Z</published>
		<category scheme="http://www.eisbahn.jp/yoichiro" term="My PC environment" />		
		<link rel="replies" type="text/html" href="http://www.eisbahn.jp/yoichiro/2012/03/freenas_8-0-3_8-0-4_verup.html#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.eisbahn.jp/yoichiro/2012/03/freenas_8-0-3_8-0-4_verup.html/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	<content type="html">FreeNAS 8.0.4 RELEASEが公開されたので、さっそくバージョンアップしてみました。 まずは以下からバージョンアップ用のイメージをゲット。ついでにハッシュ値も入手。僕が使っているのは64bit版なので、x64向けのものをダウンロードします。 http://sourceforge.net/projects/freenas/files/FreeNAS-8.0.4/ ・FreeNAS-8.0.4-RELEASE-x64.GUI_Upgrade.xz ・FreeNAS-8.0.4-RELE... &lt;a href="http://www.eisbahn.jp/yoichiro/2012/03/freenas_8-0-3_8-0-4_verup.html"&gt;more&lt;/a&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/I1ocQ3YokN6lqcnR4bsYL_wyFu4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/I1ocQ3YokN6lqcnR4bsYL_wyFu4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/I1ocQ3YokN6lqcnR4bsYL_wyFu4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/I1ocQ3YokN6lqcnR4bsYL_wyFu4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/eisbahn/yoichiro/feed/atom/~4/huBoFHtIf1I" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.eisbahn.jp/yoichiro/2012/03/freenas_8-0-3_8-0-4_verup.html</feedburner:origLink></entry>
		<entry>
		<author>
			<name>yoichiro</name>
					</author>
		<title type="html"><![CDATA[ITproにてセマンティックWebに関する連載を始めました]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/eisbahn/yoichiro/feed/atom/~3/EXro8WME6Qw/itpro-semanticweb-articles.html" />
		<id>http://www.eisbahn.jp/yoichiro/?p=1327</id>
		<updated>2012-02-20T01:41:41Z</updated>
		<published>2012-02-20T01:41:41Z</published>
		<category scheme="http://www.eisbahn.jp/yoichiro" term="Social web" />		
		<link rel="replies" type="text/html" href="http://www.eisbahn.jp/yoichiro/2012/02/itpro-semanticweb-articles.html#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.eisbahn.jp/yoichiro/2012/02/itpro-semanticweb-articles.html/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	<content type="html">「ソーシャルメディアで情報を正しく共有しよう」という題名で、全6回の連載をITproにて始めました。 ソーシャルメディアで情報を正しく共有しよう &amp;#8211; ITpro Open Graph ProtocolやHTML Microdataなどについて解説していきます。お楽しみに！
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/hIgwZ4SUhh0lW6GXMN3VZ-42Lww/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hIgwZ4SUhh0lW6GXMN3VZ-42Lww/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/hIgwZ4SUhh0lW6GXMN3VZ-42Lww/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hIgwZ4SUhh0lW6GXMN3VZ-42Lww/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/eisbahn/yoichiro/feed/atom/~4/EXro8WME6Qw" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.eisbahn.jp/yoichiro/2012/02/itpro-semanticweb-articles.html</feedburner:origLink></entry>
		<entry>
		<author>
			<name>yoichiro</name>
					</author>
		<title type="html"><![CDATA[mnesiaからオブジェクトをソートして得るには]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/eisbahn/yoichiro/feed/atom/~3/b0qJ3KrnBPk/mnesia_sort.html" />
		<id>http://www.eisbahn.jp/yoichiro/?p=1320</id>
		<updated>2012-02-19T04:32:12Z</updated>
		<published>2012-02-19T04:32:12Z</published>
		<category scheme="http://www.eisbahn.jp/yoichiro" term="Erlang" />		
		<link rel="replies" type="text/html" href="http://www.eisbahn.jp/yoichiro/2012/02/mnesia_sort.html#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.eisbahn.jp/yoichiro/2012/02/mnesia_sort.html/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	<content type="html">qlc:sort()関数を使えば実現できます。例えば以下のようなRecordがあったとして、 -record(sample, {id, name, sort_order}). sort_orderでソートした結果を得るには、以下のような感じになります。 mnesia:transaction(fun() -&gt; 　　QH1 = qlc:q([X &amp;#124;&amp;#124; X 　　　　Sample1#sample.sort_order &lt; Sample2#sample.sort_order 　　end), 　　qlc:e... &lt;a href="http://www.eisbahn.jp/yoichiro/2012/02/mnesia_sort.html"&gt;more&lt;/a&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/6euv6B0DQPYnY9U-pzO5KQlxV8U/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6euv6B0DQPYnY9U-pzO5KQlxV8U/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/6euv6B0DQPYnY9U-pzO5KQlxV8U/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6euv6B0DQPYnY9U-pzO5KQlxV8U/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/eisbahn/yoichiro/feed/atom/~4/b0qJ3KrnBPk" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.eisbahn.jp/yoichiro/2012/02/mnesia_sort.html</feedburner:origLink></entry>
		<entry>
		<author>
			<name>yoichiro</name>
					</author>
		<title type="html"><![CDATA[ErlangでUUIDの生成をするには]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/eisbahn/yoichiro/feed/atom/~3/enmx6H0jkGs/erlang_uuid.html" />
		<id>http://www.eisbahn.jp/yoichiro/?p=1318</id>
		<updated>2012-02-19T23:15:17Z</updated>
		<published>2012-02-19T03:11:15Z</published>
		<category scheme="http://www.eisbahn.jp/yoichiro" term="Erlang" />		
		<link rel="replies" type="text/html" href="http://www.eisbahn.jp/yoichiro/2012/02/erlang_uuid.html#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.eisbahn.jp/yoichiro/2012/02/erlang_uuid.html/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	<content type="html">erlang-uuidモジュールを使えば良さそう。 travis / erlang-uuid &amp;#8211; Github 厳密に言えばmac addressとか使ってなくて完全乱数なんだけど、まぁきっと大丈夫。 追記：2012-02-20 voluntasな人にこのようにご指摘いただきました。代わりのものを探してみると、こんなのもあるっぽい。 mrijkeboer / euuid &amp;#8211; Github あと、voluntasな人からこれを勧められました。 boundary / flak... &lt;a href="http://www.eisbahn.jp/yoichiro/2012/02/erlang_uuid.html"&gt;more&lt;/a&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/WFuz9xYirQJ3ethkXDE5z92X5VA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WFuz9xYirQJ3ethkXDE5z92X5VA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/WFuz9xYirQJ3ethkXDE5z92X5VA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WFuz9xYirQJ3ethkXDE5z92X5VA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/eisbahn/yoichiro/feed/atom/~4/enmx6H0jkGs" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.eisbahn.jp/yoichiro/2012/02/erlang_uuid.html</feedburner:origLink></entry>
		<entry>
		<author>
			<name>yoichiro</name>
					</author>
		<title type="html"><![CDATA[rebar、それはErlangのビルドツール]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/eisbahn/yoichiro/feed/atom/~3/AS47VOkNyas/erlang_rebar.html" />
		<id>http://www.eisbahn.jp/yoichiro/?p=1316</id>
		<updated>2012-02-14T13:53:59Z</updated>
		<published>2012-02-14T13:53:59Z</published>
		<category scheme="http://www.eisbahn.jp/yoichiro" term="Erlang" />		
		<link rel="replies" type="text/html" href="http://www.eisbahn.jp/yoichiro/2012/02/erlang_rebar.html#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.eisbahn.jp/yoichiro/2012/02/erlang_rebar.html/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	<content type="html">Erlangのコンパイラと言えばerlcですが、Erlang専用のビルドツールが存在します。それがrebarです。 まず、入手から。githubから落としてきます。 git clone git://github.com/basho/rebar.git そして、rebarをビルドします。もちろんErlang OTPはインストール済みな状態からやりましょう。 cd rebar ./bootstrap これでrebarコマンドができあがります。さっそく実行してみましょう。rebarがサポートするコマン... &lt;a href="http://www.eisbahn.jp/yoichiro/2012/02/erlang_rebar.html"&gt;more&lt;/a&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/APjiH0l46CJYcFv_NxMwnqt3Da8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/APjiH0l46CJYcFv_NxMwnqt3Da8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/APjiH0l46CJYcFv_NxMwnqt3Da8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/APjiH0l46CJYcFv_NxMwnqt3Da8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/eisbahn/yoichiro/feed/atom/~4/AS47VOkNyas" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.eisbahn.jp/yoichiro/2012/02/erlang_rebar.html</feedburner:origLink></entry>
		<entry>
		<author>
			<name>yoichiro</name>
					</author>
		<title type="html"><![CDATA[Happy Valentine&#8217;s Day]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/eisbahn/yoichiro/feed/atom/~3/MFF4PEzEjl0/happy-valentines-day.html" />
		<id>http://www.eisbahn.jp/yoichiro/?p=1313</id>
		<updated>2012-02-13T23:54:22Z</updated>
		<published>2012-02-13T23:54:22Z</published>
		<category scheme="http://www.eisbahn.jp/yoichiro" term="Other" />		
		<link rel="replies" type="text/html" href="http://www.eisbahn.jp/yoichiro/2012/02/happy-valentines-day.html#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.eisbahn.jp/yoichiro/2012/02/happy-valentines-day.html/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	<content type="html">今日はバレンタインデー。さっき妻から2つのプレゼントをもらいました。一つはチョコレート、もう一つは手編みのマフラーです。 とても幸せです！
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/vwzc5ST0bnGw66MVBxZ61Qayih4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vwzc5ST0bnGw66MVBxZ61Qayih4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/vwzc5ST0bnGw66MVBxZ61Qayih4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vwzc5ST0bnGw66MVBxZ61Qayih4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/eisbahn/yoichiro/feed/atom/~4/MFF4PEzEjl0" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.eisbahn.jp/yoichiro/2012/02/happy-valentines-day.html</feedburner:origLink></entry>
	</feed>

