<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>楽：技林ブログ</title>
<link>http://tech.bayashi.jp/</link>
<description>Movable TypeやPerl・CGI・自宅サーバ運用・JavaScriptをメモするブログ版 技林</description>
<language>ja</language>
<copyright>Copyright (C) 2004-2010 bayashi.net</copyright>
<lastBuildDate>Sat, 24 Oct 2009 13:34:23 +0900</lastBuildDate>
<image>
<url>http://www.bayashi.net/images/logo.gif</url> 
<link>http://tech.bayashi.jp/</link> 
<title>楽：技林ブログ</title> 
</image>
<item>
<title>Scalar::Util の xs 版と pp 版がすげかわっておよよよよ/楽</title>
<description>Perlコアモジュール(5.8)の Scalar::Util ですが、これには xs 版と pp 版があって、それぞれ実装されているメソッドが違っていたりするそうです。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2009/002804.html" title="Scalar::Util の xs 版と pp 版がすげかわっておよよよよ"><cite>Scalar::Util の xs 版と pp 版がすげかわっておよよよよ</cite><p><p>Perlコアモジュール(5.8)の Scalar::Util ですが、これには xs 版と pp 版があって、それぞれ実装されているメソッドが違っていたりするそうです。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2009/002804.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2009/002804.html" alt="はてなブックマーク - Scalar::Util の xs 版と pp 版がすげかわっておよよよよ - 技林ブログ" title="はてなブックマーク - Scalar::Util の xs 版と pp 版がすげかわっておよよよよ - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2009/002804.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2009/002804.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2009/002804.html</guid>
<category>Perl</category>
<category>perl</category><category>Perl モジュール</category><category>Scalar-Util</category><category>xs</category>
<pubDate>Sat, 24 Oct 2009 13:34:23 +0900</pubDate>
</item>

<item>
<title>recipe growler から COOKPAD が消えます/楽</title>
<description><![CDATA[なんか<a href="http://recipe.bayashi.net/" target="_blank">レシピ横断検索サイト recipe growler</a> にあのCOOKPADさんからメールきてた。]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/web-service/2009/002796.html" title="recipe growler から COOKPAD が消えます"><cite>recipe growler から COOKPAD が消えます</cite><p><p>なんか<a href="http://recipe.bayashi.net/" target="_blank">レシピ横断検索サイト recipe growler</a> にあのCOOKPADさんからメールきてた。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/web-service/2009/002796.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/web-service/2009/002796.html" alt="はてなブックマーク - recipe growler から COOKPAD が消えます - 技林ブログ" title="はてなブックマーク - recipe growler から COOKPAD が消えます - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/web-service/2009/002796.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/web-service/2009/002796.html</link>
<guid>http://tech.bayashi.jp/archives/entry/web-service/2009/002796.html</guid>
<category>web-service</category>
<category>recipe</category><category>Webサービス</category><category>レシピ</category><category>料理</category>
<pubDate>Sat, 17 Oct 2009 10:09:01 +0900</pubDate>
</item>

<item>
<title>Subversion(TortoiseSVN) で 501 Not Implemented エラー/楽</title>
<description><![CDATA[<a href="http://tech.bayashi.jp/archives/entry/server/2009/002728.html" target="_blank">Tracとsvn入れて</a>、ローカルではうまく動作するんだけど、httpを経由するとうまくいかないっぽい。
具体的には、以下のようなエラーが、show repos や co で発生する(まあたぶん他の作業でも発生するであろう)。


<blockquote>2009/09/12&nbsp;-&nbsp;18:13:58
Command&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;Checkout&nbsp;from&nbsp;http://svn.foo.bar.com/repos/trunk,&nbsp;revision&nbsp;HEAD,&nbsp;Fully&nbsp;recursive,&nbsp;Externals&nbsp;included
Error&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;<strong>サーバが、リクエストへのレスポンスとして予想外の戻り値&nbsp;(501&nbsp;Not&nbsp;Implemented)&nbsp;を送信してきました</strong>&nbsp;(リクエスト:&nbsp;OPTIONS,&nbsp;
Error&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;URL:&nbsp;'http://svn.foo.bar.com/repos/trunk')
Finished!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;</blockquote>]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/server/2009/002759.html" title="Subversion(TortoiseSVN) で 501 Not Implemented エラー"><cite>Subversion(TortoiseSVN) で 501 Not Implemented エラー</cite><p><p><a href="http://tech.bayashi.jp/archives/entry/server/2009/002728.html" target="_blank">Tracとsvn入れて</a>、ローカルではうまく動作するんだけど、httpを経由するとうまくいかないっぽい。<br />
具体的には、以下のようなエラーが、show repos や co で発生する(まあたぶん他の作業でも発生するであろう)。</p>

<p><br />
<blockquote>2009/09/12&nbsp;-&nbsp;18:13:58<br />
Command&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;Checkout&nbsp;from&nbsp;http://svn.foo.bar.com/repos/trunk,&nbsp;revision&nbsp;HEAD,&nbsp;Fully&nbsp;recursive,&nbsp;Externals&nbsp;included<br />
Error&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;<strong>サーバが、リクエストへのレスポンスとして予想外の戻り値&nbsp;(501&nbsp;Not&nbsp;Implemented)&nbsp;を送信してきました</strong>&nbsp;(リクエスト:&nbsp;OPTIONS,&nbsp;<br />
Error&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;URL:&nbsp;'http://svn.foo.bar.com/repos/trunk')<br />
Finished!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;</blockquote></p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/server/2009/002759.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/server/2009/002759.html" alt="はてなブックマーク - Subversion(TortoiseSVN) で 501 Not Implemented エラー - 技林ブログ" title="はてなブックマーク - Subversion(TortoiseSVN) で 501 Not Implemented エラー - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/server/2009/002759.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/server/2009/002759.html</link>
<guid>http://tech.bayashi.jp/archives/entry/server/2009/002759.html</guid>
<category>サーバー運用</category>
<category>pound</category><category>subversion</category><category>svn</category><category>TortoiseSVN</category><category>WebDAV</category>
<pubDate>Sat, 12 Sep 2009 20:33:06 +0900</pubDate>
</item>

<item>
<title>Vine Linux4.2にsubversionとtracをインストール/楽</title>
<description>必要なものはすべて aptパッケージで存在した。
もしかしたら不要なパッケージもあるかもしれないが、以下のように作業すると、簡単に Vine Linux4.2 で subversion + trac によるプロジェクト管理が行えるようになる。
個人的には git派だったりしますが、subversion は全然別目的で利用したかったのでいれた。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/server/2009/002728.html" title="Vine Linux4.2にsubversionとtracをインストール"><cite>Vine Linux4.2にsubversionとtracをインストール</cite><p><p>必要なものはすべて aptパッケージで存在した。<br />
もしかしたら不要なパッケージもあるかもしれないが、以下のように作業すると、簡単に Vine Linux4.2 で subversion + trac によるプロジェクト管理が行えるようになる。<br />
個人的には git派だったりしますが、subversion は全然別目的で利用したかったのでいれた。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/server/2009/002728.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/server/2009/002728.html" alt="はてなブックマーク - Vine Linux4.2にsubversionとtracをインストール - 技林ブログ" title="はてなブックマーク - Vine Linux4.2にsubversionとtracをインストール - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/server/2009/002728.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/server/2009/002728.html</link>
<guid>http://tech.bayashi.jp/archives/entry/server/2009/002728.html</guid>
<category>サーバー運用</category>
<category>python</category><category>subversion</category><category>trac</category>
<pubDate>Sat, 15 Aug 2009 19:48:41 +0900</pubDate>
</item>

<item>
<title>お料理レシピの横断検索サイトで使ったPerlモジュール/楽</title>
<description><![CDATA[先週アナウンスした <a href="http://recipe.bayashi.net/" target="_blank">recipe growler</a> で使用している、レシピ画像をぶっこぬくモジュールと、料理・素材名をかき集めるモジュールを github にあげてみました。]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl-module/2009/002721.html" title="お料理レシピの横断検索サイトで使ったPerlモジュール"><cite>お料理レシピの横断検索サイトで使ったPerlモジュール</cite><p><p>先週アナウンスした <a href="http://recipe.bayashi.net/" target="_blank">recipe growler</a> で使用している、レシピ画像をぶっこぬくモジュールと、料理・素材名をかき集めるモジュールを github にあげてみました。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl-module/2009/002721.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl-module/2009/002721.html" alt="はてなブックマーク - お料理レシピの横断検索サイトで使ったPerlモジュール - 技林ブログ" title="はてなブックマーク - お料理レシピの横断検索サイトで使ったPerlモジュール - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl-module/2009/002721.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl-module/2009/002721.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl-module/2009/002721.html</guid>
<category>Perlモジュール</category>
<category>github</category><category>Moose</category><category>perl</category><category>recipe</category>
<pubDate>Sun, 09 Aug 2009 12:36:41 +0900</pubDate>
</item>

<item>
<title>レシピの横断検索サイトを作ってみた/楽</title>
<description>食欲の夏、日本の夏。
上場も果たしたCOOKPADさんを筆頭に、レシピサイトは数あれどありそでなかったのが横断検索。
なければ作ってしまえとばかりにやってみましたよ！ホット！ホット！</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/prototype/2009/002711.html" title="レシピの横断検索サイトを作ってみた"><cite>レシピの横断検索サイトを作ってみた</cite><p><p>食欲の夏、日本の夏。<br />
上場も果たしたCOOKPADさんを筆頭に、レシピサイトは数あれどありそでなかったのが横断検索。<br />
なければ作ってしまえとばかりにやってみましたよ！ホット！ホット！</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/prototype/2009/002711.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/prototype/2009/002711.html" alt="はてなブックマーク - レシピの横断検索サイトを作ってみた - 技林ブログ" title="はてなブックマーク - レシピの横断検索サイトを作ってみた - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/prototype/2009/002711.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/prototype/2009/002711.html</link>
<guid>http://tech.bayashi.jp/archives/entry/prototype/2009/002711.html</guid>
<category>作ってみた</category>
<category>Webサービス</category><category>レシピ</category><category>料理</category>
<pubDate>Mon, 03 Aug 2009 23:10:00 +0900</pubDate>
</item>

<item>
<title>Perl:int関数の挙動について/楽</title>
<description>とある入力値を int関数で丸め込んでいる処理があって、大胆だなあ、あんまりみたことないなあ、どういう挙動になるんだろ？と思ったので、以下のコードを書いて試してみた。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2009/002682.html" title="Perl:int関数の挙動について"><cite>Perl:int関数の挙動について</cite><p><p>とある入力値を int関数で丸め込んでいる処理があって、大胆だなあ、あんまりみたことないなあ、どういう挙動になるんだろ？と思ったので、以下のコードを書いて試してみた。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2009/002682.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2009/002682.html" alt="はてなブックマーク - Perl:int関数の挙動について - 技林ブログ" title="はてなブックマーク - Perl:int関数の挙動について - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2009/002682.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2009/002682.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2009/002682.html</guid>
<category>Perl</category>
<category>perl</category><category>warnings</category><category>関数</category>
<pubDate>Sun, 05 Jul 2009 20:55:35 +0900</pubDate>
</item>

<item>
<title>Moose 使って Acme::Yomeru 書いてみた/楽</title>
<description><![CDATA[Moose の機能の 1% くらいを使って、Acme::Yomeru を書いた。
Acme::Yomeru は２，３週間前に話題になった、<a href="http://hiro.asks.jp/59059.html" target="_blank">なぜか読めるテキスト</a>を生成するモジュールです。
文章をひらがなで渡さなくても、モジュール側で形態素解析してひらがなに変換し、いわゆるケンブリッジ関数的なこと（並べ替え）をして、“なぜか読めてしまう”テキストを返します。]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl-module/2009/002641.html" title="Moose 使って Acme::Yomeru 書いてみた"><cite>Moose 使って Acme::Yomeru 書いてみた</cite><p><p>Moose の機能の 1% くらいを使って、Acme::Yomeru を書いた。<br />
Acme::Yomeru は２，３週間前に話題になった、<a href="http://hiro.asks.jp/59059.html" target="_blank">なぜか読めるテキスト</a>を生成するモジュールです。<br />
文章をひらがなで渡さなくても、モジュール側で形態素解析してひらがなに変換し、いわゆるケンブリッジ関数的なこと（並べ替え）をして、“なぜか読めてしまう”テキストを返します。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl-module/2009/002641.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl-module/2009/002641.html" alt="はてなブックマーク - Moose 使って Acme::Yomeru 書いてみた - 技林ブログ" title="はてなブックマーク - Moose 使って Acme::Yomeru 書いてみた - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl-module/2009/002641.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl-module/2009/002641.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl-module/2009/002641.html</guid>
<category>Perlモジュール</category>
<category>module</category><category>Moose</category><category>ケンブリッジ関数</category>
<pubDate>Sun, 24 May 2009 14:42:00 +0900</pubDate>
</item>

<item>
<title>Perlのリファレンス実践メモ/楽</title>
<description><![CDATA[Perlのヤマにはいろいろあれど、やっぱり<a href="http://tech.bayashi.jp/archives/entry/perl/2008/002065.html" target="_blank">リファレンス</a>が最初のヤマだと思う。
スカラー、リスト、ハッシュまではそうそう難しくないけど、リファレンスでいきなり分かりにくくなる。
これはドラクエで言うと、徒歩で移動して船を手に入れやがて空を移動できるようになったかと思ったら、ある時点から別のマップが出現して世界が膨大に広がってしまった時の絶望感に似ている。
でもリファレンスを使うと様々なデータ構造を表現できてすごく便利だから使おうよ、というわけでメモ。]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2009/002589.html" title="Perlのリファレンス実践メモ"><cite>Perlのリファレンス実践メモ</cite><p><p>Perlのヤマにはいろいろあれど、やっぱり<a href="http://tech.bayashi.jp/archives/entry/perl/2008/002065.html" target="_blank">リファレンス</a>が最初のヤマだと思う。<br />
スカラー、リスト、ハッシュまではそうそう難しくないけど、リファレンスでいきなり分かりにくくなる。<br />
これはドラクエで言うと、徒歩で移動して船を手に入れやがて空を移動できるようになったかと思ったら、ある時点から別のマップが出現して世界が膨大に広がってしまった時の絶望感に似ている。<br />
でもリファレンスを使うと様々なデータ構造を表現できてすごく便利だから使おうよ、というわけでメモ。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2009/002589.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2009/002589.html" alt="はてなブックマーク - Perlのリファレンス実践メモ - 技林ブログ" title="はてなブックマーク - Perlのリファレンス実践メモ - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2009/002589.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2009/002589.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2009/002589.html</guid>
<category>Perl</category>
<category>リファレンス</category><category>変数</category>
<pubDate>Fri, 03 Apr 2009 17:45:59 +0900</pubDate>
</item>

<item>
<title>就職/楽</title>
<description>未曾有の不況のさなか、就職決まりまして、この春からエンジニアとしてお勤めすることになりました。
なにせ32歳IT業界経験ナシなんで、１年計画くらいで考えてたんですけど、出会いってわからないもんです。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2009/002586.html" title="就職"><cite>就職</cite><p><p>未曾有の不況のさなか、就職決まりまして、この春からエンジニアとしてお勤めすることになりました。<br />
なにせ32歳IT業界経験ナシなんで、１年計画くらいで考えてたんですけど、出会いってわからないもんです。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2009/002586.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2009/002586.html" alt="はてなブックマーク - 就職 - 技林ブログ" title="はてなブックマーク - 就職 - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2009/002586.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2009/002586.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2009/002586.html</guid>
<category>Perl</category>
<category>エンジニア</category><category>就職</category>
<pubDate>Wed, 01 Apr 2009 16:03:15 +0900</pubDate>
</item>

<item>
<title>pythonスクリプトで はてなブックマークのお気に入り候補を見つける/楽</title>
<description><![CDATA[自分がブックマークしているページにおいて、自分よりも早くブックマークしている id をリストアップするスクリプトを<a href="http://tech.bayashi.jp/archives/entry/perl/2009/002578.html" target="_blank">Perlで書いてみた</a>ら、「<a href="http://b.hatena.ne.jp/alshine5/20090327#bookmark-12702939" target="_blank">こういうのは嬉しいけど、perlなのが導入する人が少ないからちょっと勿体ない様な気がします</a>」とコメントがあったので、Python への移植を試みてみました。
もうずっと前に <a href="http://tech.bayashi.jp/archives/entry/python/2008/002021.html" target="_blank">python をインストール</a>して以来、何もやってなかったのでアレでしたが、ひと通り動くようなとこまでできました。]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/python/2009/002583.html" title="pythonスクリプトで はてなブックマークのお気に入り候補を見つける"><cite>pythonスクリプトで はてなブックマークのお気に入り候補を見つける</cite><p><p>自分がブックマークしているページにおいて、自分よりも早くブックマークしている id をリストアップするスクリプトを<a href="http://tech.bayashi.jp/archives/entry/perl/2009/002578.html" target="_blank">Perlで書いてみた</a>ら、「<a href="http://b.hatena.ne.jp/alshine5/20090327#bookmark-12702939" target="_blank">こういうのは嬉しいけど、perlなのが導入する人が少ないからちょっと勿体ない様な気がします</a>」とコメントがあったので、Python への移植を試みてみました。<br />
もうずっと前に <a href="http://tech.bayashi.jp/archives/entry/python/2008/002021.html" target="_blank">python をインストール</a>して以来、何もやってなかったのでアレでしたが、ひと通り動くようなとこまでできました。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/python/2009/002583.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/python/2009/002583.html" alt="はてなブックマーク - pythonスクリプトで はてなブックマークのお気に入り候補を見つける - 技林ブログ" title="はてなブックマーク - pythonスクリプトで はてなブックマークのお気に入り候補を見つける - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/python/2009/002583.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/python/2009/002583.html</link>
<guid>http://tech.bayashi.jp/archives/entry/python/2009/002583.html</guid>
<category>Python</category>
<category>hatena</category><category>sbm</category>
<pubDate>Mon, 30 Mar 2009 15:24:18 +0900</pubDate>
</item>

<item>
<title>はてなブックマークのお気に入り候補を見つけるPerlスクリプト/楽</title>
<description>自分の観測範囲でお気に入りを登録し終えると、それ以上増やしたいと思っても、なんか探す手だてがなくて途方に暮れる。
だけど、もっとお気に入り id を増やして面白いエントリーを発見したい！！　と思いますよね。
そこで、自分がブックマークしているページを、自分よりも早くブックマークしている id をリストアップするスクリプトを書いてみた。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2009/002578.html" title="はてなブックマークのお気に入り候補を見つけるPerlスクリプト"><cite>はてなブックマークのお気に入り候補を見つけるPerlスクリプト</cite><p><p>自分の観測範囲でお気に入りを登録し終えると、それ以上増やしたいと思っても、なんか探す手だてがなくて途方に暮れる。<br />
だけど、もっとお気に入り id を増やして面白いエントリーを発見したい！！　と思いますよね。<br />
そこで、自分がブックマークしているページを、自分よりも早くブックマークしている id をリストアップするスクリプトを書いてみた。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2009/002578.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2009/002578.html" alt="はてなブックマーク - はてなブックマークのお気に入り候補を見つけるPerlスクリプト - 技林ブログ" title="はてなブックマーク - はてなブックマークのお気に入り候補を見つけるPerlスクリプト - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2009/002578.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2009/002578.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2009/002578.html</guid>
<category>Perl</category>
<category>hatena</category><category>sbm</category>
<pubDate>Fri, 27 Mar 2009 18:50:11 +0900</pubDate>
</item>

<item>
<title>Raramiの使い方/楽</title>
<description><![CDATA[<a href="http://rarami.com/" target="_blank">Rarami</a> は人工知能を利用したコンテンツアグリゲート＆フィルタリングサービスです。
あらかじめ設定したテーマに沿ったWebページを収集し、閲覧できます。
検索エンジンでは最新の話題が集まりにくかったり、RSSリーダーでは購読量が増えると読む時間はもとより読み飛ばす手間と時間も膨大になってきますが、そこら辺を解決しようというWebサービスが Rarami です。]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/prototype/2009/002562.html" title="Raramiの使い方"><cite>Raramiの使い方</cite><p><p><a href="http://rarami.com/" target="_blank">Rarami</a> は人工知能を利用したコンテンツアグリゲート＆フィルタリングサービスです。<br />
あらかじめ設定したテーマに沿ったWebページを収集し、閲覧できます。<br />
検索エンジンでは最新の話題が集まりにくかったり、RSSリーダーでは購読量が増えると読む時間はもとより読み飛ばす手間と時間も膨大になってきますが、そこら辺を解決しようというWebサービスが Rarami です。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/prototype/2009/002562.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/prototype/2009/002562.html" alt="はてなブックマーク - Raramiの使い方 - 技林ブログ" title="はてなブックマーク - Raramiの使い方 - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/prototype/2009/002562.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/prototype/2009/002562.html</link>
<guid>http://tech.bayashi.jp/archives/entry/prototype/2009/002562.html</guid>
<category>作ってみた</category>
<category>rarami</category><category>Webサービス</category>
<pubDate>Mon, 16 Mar 2009 14:32:32 +0900</pubDate>
</item>

<item>
<title>Perlの不思議な現象を B::Deparse で調査/楽</title>
<description>Perlがソースをどう解釈しているかを知るモジュール B::Deparse。
切り詰められるところまで切り詰めてたり、複雑に入り組んでるワンライナーとか、そもそも記号化しちゃってるスクリプトとかそういうのを知るために使うらしい。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl-module/2009/002552.html" title="Perlの不思議な現象を B::Deparse で調査"><cite>Perlの不思議な現象を B::Deparse で調査</cite><p><p>Perlがソースをどう解釈しているかを知るモジュール B::Deparse。<br />
切り詰められるところまで切り詰めてたり、複雑に入り組んでるワンライナーとか、そもそも記号化しちゃってるスクリプトとかそういうのを知るために使うらしい。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl-module/2009/002552.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl-module/2009/002552.html" alt="はてなブックマーク - Perlの不思議な現象を B::Deparse で調査 - 技林ブログ" title="はてなブックマーク - Perlの不思議な現象を B::Deparse で調査 - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl-module/2009/002552.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl-module/2009/002552.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl-module/2009/002552.html</guid>
<category>Perlモジュール</category>
<category>Bモジュール</category><category>perl</category><category>シジル</category><category>デバッグ</category>
<pubDate>Sun, 08 Mar 2009 14:29:38 +0900</pubDate>
</item>

<item>
<title>GoogleとYahoo!とMSNのインデックス雑感/楽</title>
<description>まったく新しいドメインでサイトを作りはじめたときの個人的経験則ですが、GoogleとYahoo!とMSNのインデックスについて雑感をまとめてみます。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/techweb/2009/002544.html" title="GoogleとYahoo!とMSNのインデックス雑感"><cite>GoogleとYahoo!とMSNのインデックス雑感</cite><p><p>まったく新しいドメインでサイトを作りはじめたときの個人的経験則ですが、GoogleとYahoo!とMSNのインデックスについて雑感をまとめてみます。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/techweb/2009/002544.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/techweb/2009/002544.html" alt="はてなブックマーク - GoogleとYahoo!とMSNのインデックス雑感 - 技林ブログ" title="はてなブックマーク - GoogleとYahoo!とMSNのインデックス雑感 - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/techweb/2009/002544.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/techweb/2009/002544.html</link>
<guid>http://tech.bayashi.jp/archives/entry/techweb/2009/002544.html</guid>
<category>Webの技</category>
<category>google</category><category>msn</category><category>SEO</category><category>Yahoo!</category><category>検索エンジン</category>
<pubDate>Tue, 03 Mar 2009 10:46:18 +0900</pubDate>
</item>

<item>
<title>Rarami というWebサービスを作ってみた/楽</title>
<description><![CDATA[<img alt="Raramiのスクリーンショット" src="http://tech.bayashi.jp/upimages/2009/20090223-01.gif" width="374" height="217" />


<a href="http://rarami.com/" target="_blank">Rarami</a> は、任意のテーマで記事(Webページ)を自動収集し、閲覧できるサイト。
雑誌で流行をななめ読みする感覚（UIではなくて、情報を収集して編集するあたり）をWebで実現する目的で開発しています。
「サッカー」「料理」「プロレス」「漫画」など、あらゆるテーマでオンライン情報をほとんど自動的にそれなりな感じでまとめられればなあ、というのを狙ってます。]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/prototype/2009/002532.html" title="Rarami というWebサービスを作ってみた"><cite>Rarami というWebサービスを作ってみた</cite><p><p><img alt="Raramiのスクリーンショット" src="http://tech.bayashi.jp/upimages/2009/20090223-01.gif" width="374" height="217" /></p>

<p><br />
<a href="http://rarami.com/" target="_blank">Rarami</a> は、任意のテーマで記事(Webページ)を自動収集し、閲覧できるサイト。<br />
雑誌で流行をななめ読みする感覚（UIではなくて、情報を収集して編集するあたり）をWebで実現する目的で開発しています。<br />
「サッカー」「料理」「プロレス」「漫画」など、あらゆるテーマでオンライン情報をほとんど自動的にそれなりな感じでまとめられればなあ、というのを狙ってます。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/prototype/2009/002532.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/prototype/2009/002532.html" alt="はてなブックマーク - Rarami というWebサービスを作ってみた - 技林ブログ" title="はてなブックマーク - Rarami というWebサービスを作ってみた - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/prototype/2009/002532.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/prototype/2009/002532.html</link>
<guid>http://tech.bayashi.jp/archives/entry/prototype/2009/002532.html</guid>
<category>作ってみた</category>
<category>Catalyst</category><category>perl</category><category>rarami</category><category>Webサービス</category>
<pubDate>Mon, 23 Feb 2009 16:35:00 +0900</pubDate>
</item>

<item>
<title>モダンPerl入門届いたので読んだ/楽</title>
<description><![CDATA[<div class="doZON_box"><div class="doZON_img"><a href="http://www.amazon.co.jp/exec/obidos/ASIN/4798119172/wwwbayashinet-22/ref=nosim" target="_blank"><img src="http://ecx.images-amazon.com/images/I/417K6qXAgvL._SL160_.jpg" alt="モダンPerl入門 (CodeZine BOOKS) / 4798119172" border="0" onload="if(this.width=='1'){this.src=('http://images-jp.amazon.com/images/G/09/icons/books/comingsoon_books.gif')}" /></a></div><div class="doZON_product_name"><a href="http://www.amazon.co.jp/exec/obidos/ASIN/4798119172/wwwbayashinet-22/ref=nosim" title="モダンPerl入門 (CodeZine BOOKS)" target="_balnk">モダンPerl入門 (CodeZine BOOKS)</a></div><div class="doZON_author"><a href="http://www.amazon.co.jp/exec/obidos/external-search?tag=wwwbayashinet-22&encoding-string-jp=%E6%97%A5%E6%9C%AC%E8%AA%9E&index=books&keyword=%e7%89%a7%20%e5%a4%a7%e8%bc%94" target="_blank">牧 大輔</a></div><div class="doZON_manufacturer"><a href="http://www.amazon.co.jp/exec/obidos/external-search?tag=wwwbayashinet-22&encoding-string-jp=%E6%97%A5%E6%9C%AC%E8%AA%9E&index=books&keyword=%e7%bf%94%e6%b3%b3%e7%a4%be" target="_blank">翔泳社</a></div><div class="doZON_releasedate"></div><div class="doZON_asin">ASIN:4798119172</div><div class="doZON_show_detail"><a href="http://www.amazon.co.jp/exec/obidos/ASIN/4798119172/wwwbayashinet-22/ref=nosim" title="モダンPerl入門 (CodeZine BOOKS)" target="_balnk">この商品の詳細を見る</a></div><a href="http://bayashi.daa.jp/"><div style="font-size:10px;text-align:right;text-decoration:none;color:#999999;">b</div></a></div><br clear="all" />手に届く前からオイラはこの本のカモネギだろうと予想していたが、完全にその通りで、XSはだいぶ先の話になりそうだけど、Moose とか Catalyst 全般とシステムツールやテストの話（つまり全部やね）はオイラのために書かれたような内容だった。
id:lestrrat さん++]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2009/002528.html" title="モダンPerl入門届いたので読んだ"><cite>モダンPerl入門届いたので読んだ</cite><p><div class="doZON_box"><div class="doZON_img"><a href="http://www.amazon.co.jp/exec/obidos/ASIN/4798119172/wwwbayashinet-22/ref=nosim" target="_blank"><img src="http://ecx.images-amazon.com/images/I/417K6qXAgvL._SL160_.jpg" alt="モダンPerl入門 (CodeZine BOOKS) / 4798119172" border="0" onload="if(this.width=='1'){this.src=('http://images-jp.amazon.com/images/G/09/icons/books/comingsoon_books.gif')}" /></a></div><div class="doZON_product_name"><a href="http://www.amazon.co.jp/exec/obidos/ASIN/4798119172/wwwbayashinet-22/ref=nosim" title="モダンPerl入門 (CodeZine BOOKS)" target="_balnk">モダンPerl入門 (CodeZine BOOKS)</a></div><div class="doZON_author"><a href="http://www.amazon.co.jp/exec/obidos/external-search?tag=wwwbayashinet-22&encoding-string-jp=%E6%97%A5%E6%9C%AC%E8%AA%9E&index=books&keyword=%e7%89%a7%20%e5%a4%a7%e8%bc%94" target="_blank">牧 大輔</a></div><div class="doZON_manufacturer"><a href="http://www.amazon.co.jp/exec/obidos/external-search?tag=wwwbayashinet-22&encoding-string-jp=%E6%97%A5%E6%9C%AC%E8%AA%9E&index=books&keyword=%e7%bf%94%e6%b3%b3%e7%a4%be" target="_blank">翔泳社</a></div><div class="doZON_releasedate"></div><div class="doZON_asin">ASIN:4798119172</div><div class="doZON_show_detail"><a href="http://www.amazon.co.jp/exec/obidos/ASIN/4798119172/wwwbayashinet-22/ref=nosim" title="モダンPerl入門 (CodeZine BOOKS)" target="_balnk">この商品の詳細を見る</a></div><a href="http://bayashi.daa.jp/"><div style="font-size:10px;text-align:right;text-decoration:none;color:#999999;">b</div></a></div><br clear="all" />手に届く前からオイラはこの本のカモネギだろうと予想していたが、完全にその通りで、XSはだいぶ先の話になりそうだけど、Moose とか Catalyst 全般とシステムツールやテストの話（つまり全部やね）はオイラのために書かれたような内容だった。
id:lestrrat さん++</p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2009/002528.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2009/002528.html" alt="はてなブックマーク - モダンPerl入門届いたので読んだ - 技林ブログ" title="はてなブックマーク - モダンPerl入門届いたので読んだ - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2009/002528.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2009/002528.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2009/002528.html</guid>
<category>Perl</category>
<category>Perl</category><category>プログラム</category>
<pubDate>Fri, 20 Feb 2009 18:59:04 +0900</pubDate>
</item>

<item>
<title>decoded_contentで文字コード明示するも化けらった/楽</title>
<description>decoded_content で解消できない文字化けにはまったのでブログ。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2009/002513.html" title="decoded_contentで文字コード明示するも化けらった"><cite>decoded_contentで文字コード明示するも化けらった</cite><p><p>decoded_content で解消できない文字化けにはまったのでブログ。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2009/002513.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2009/002513.html" alt="はてなブックマーク - decoded_contentで文字コード明示するも化けらった - 技林ブログ" title="はてなブックマーク - decoded_contentで文字コード明示するも化けらった - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2009/002513.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2009/002513.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2009/002513.html</guid>
<category>Perl</category>
<category>encode</category><category>perl</category><category>utf8フラグ</category><category>文字コード</category>
<pubDate>Mon, 09 Feb 2009 20:33:08 +0900</pubDate>
</item>

<item>
<title>DOCTYPE宣言ではまって泣いた＞＜/楽</title>
<description>いまさらだし、HTMLやCSS、JavaScript方面の人には超常識だと思われるポイントなんですが、このところサーバサイドばかりやっていて目が曇っておりました。
どうやっても思い通りに動かない jQueryのプラグインがあり、さんざんはまった挙句、原因はDOCTYPE宣言でしたという一部始終をお届けします。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/techweb/2009/002506.html" title="DOCTYPE宣言ではまって泣いた＞＜"><cite>DOCTYPE宣言ではまって泣いた＞＜</cite><p><p>いまさらだし、HTMLやCSS、JavaScript方面の人には超常識だと思われるポイントなんですが、このところサーバサイドばかりやっていて目が曇っておりました。<br />
どうやっても思い通りに動かない jQueryのプラグインがあり、さんざんはまった挙句、原因はDOCTYPE宣言でしたという一部始終をお届けします。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/techweb/2009/002506.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/techweb/2009/002506.html" alt="はてなブックマーク - DOCTYPE宣言ではまって泣いた＞＜ - 技林ブログ" title="はてなブックマーク - DOCTYPE宣言ではまって泣いた＞＜ - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/techweb/2009/002506.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/techweb/2009/002506.html</link>
<guid>http://tech.bayashi.jp/archives/entry/techweb/2009/002506.html</guid>
<category>Webの技</category>
<category>DOCTYPE宣言</category><category>HTML</category><category>jQuery</category><category>plugin</category>
<pubDate>Thu, 05 Feb 2009 09:34:24 +0900</pubDate>
</item>

<item>
<title>TheSchwartz を使ってみる/楽</title>
<description><![CDATA[Catalystアプリでこなすには重そうな感じの処理を非同期で実行するべく、<strong>TheSchwartz</strong> をお勉強。]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl-module/2009/002492.html" title="TheSchwartz を使ってみる"><cite>TheSchwartz を使ってみる</cite><p><p>Catalystアプリでこなすには重そうな感じの処理を非同期で実行するべく、<strong>TheSchwartz</strong> をお勉強。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl-module/2009/002492.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl-module/2009/002492.html" alt="はてなブックマーク - TheSchwartz を使ってみる - 技林ブログ" title="はてなブックマーク - TheSchwartz を使ってみる - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl-module/2009/002492.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl-module/2009/002492.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl-module/2009/002492.html</guid>
<category>Perlモジュール</category>
<category>perl</category><category>TheSchwartz</category><category>ジョブキュー</category><category>非同期処理</category>
<pubDate>Mon, 26 Jan 2009 20:07:26 +0900</pubDate>
</item>

<item>
<title>MySQLコマンド(DB, table, カラム操作)まとめ/楽</title>
<description>MySQLコマンドの超メモ = オレオレチートです。
詳しい説明とかはありませんです。
データ操作については書いてません。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/server/2009/002487.html" title="MySQLコマンド(DB, table, カラム操作)まとめ"><cite>MySQLコマンド(DB, table, カラム操作)まとめ</cite><p><p>MySQLコマンドの超メモ = オレオレチートです。<br />
詳しい説明とかはありませんです。<br />
データ操作については書いてません。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/server/2009/002487.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/server/2009/002487.html" alt="はてなブックマーク - MySQLコマンド(DB, table, カラム操作)まとめ - 技林ブログ" title="はてなブックマーク - MySQLコマンド(DB, table, カラム操作)まとめ - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/server/2009/002487.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/server/2009/002487.html</link>
<guid>http://tech.bayashi.jp/archives/entry/server/2009/002487.html</guid>
<category>サーバー運用</category>
<category>MySQL</category><category>コマンド</category><category>データベース</category>
<pubDate>Thu, 22 Jan 2009 15:17:13 +0900</pubDate>
</item>

<item>
<title>Tube8動画ダウンロード技 [ブックマークレット/script]/楽</title>
<description><![CDATA[早春エロHACKとして、<a href="http://tech.bayashi.jp/archives/entry/perl/2009/002465.html" target="_blank">エロ動画共有サイトTube8のまとめダウンローダー</a>を書いてみたりしたんですが、個別のURLをダウンロードする機能がないのが不満でした(適当なワンライナーでごまかしてたけど)。
ま、せっかくなんで寒中見舞いがてら機能追加して、Tube8 を ブラウザで見てるときに動画をダウンロードするブックマークレットも書いてみたよ！便利だよ！]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/techweb/2009/002480.html" title="Tube8動画ダウンロード技 [ブックマークレット/script]"><cite>Tube8動画ダウンロード技 [ブックマークレット/script]</cite><p><p>早春エロHACKとして、<a href="http://tech.bayashi.jp/archives/entry/perl/2009/002465.html" target="_blank">エロ動画共有サイトTube8のまとめダウンローダー</a>を書いてみたりしたんですが、個別のURLをダウンロードする機能がないのが不満でした(適当なワンライナーでごまかしてたけど)。<br />
ま、せっかくなんで寒中見舞いがてら機能追加して、Tube8 を ブラウザで見てるときに動画をダウンロードするブックマークレットも書いてみたよ！便利だよ！</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/techweb/2009/002480.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/techweb/2009/002480.html" alt="はてなブックマーク - Tube8動画ダウンロード技 [ブックマークレット/script] - 技林ブログ" title="はてなブックマーク - Tube8動画ダウンロード技 [ブックマークレット/script] - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/techweb/2009/002480.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/techweb/2009/002480.html</link>
<guid>http://tech.bayashi.jp/archives/entry/techweb/2009/002480.html</guid>
<category>Webの技</category>
<category>bookmarklet</category><category>flv</category><category>perl</category><category>tube8.com</category><category>エロ動画</category>
<pubDate>Sun, 18 Jan 2009 16:18:33 +0900</pubDate>
</item>

<item>
<title>Debianデビューした/楽</title>
<description><![CDATA[Debianって、なんかアルファなネタに強いイメージがあって、去年くらいから憧れてた。
コミュニティベースで開発されてるってのも魅力に思ってたし。
でも、ずっと使っているのがVineLinuxだったりして、系統が違うので踏ん切りがつかずインストールにはいたっていなかった。
しかし、おりしも<a href="http://etopics.bayashi.jp/archives/entry/coolsoft/2009/002469.html" target="_blank">VMwareを知った</a>ところなので、ためしに入れてみた。]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/server/2009/002473.html" title="Debianデビューした"><cite>Debianデビューした</cite><p><p>Debianって、なんかアルファなネタに強いイメージがあって、去年くらいから憧れてた。<br />
コミュニティベースで開発されてるってのも魅力に思ってたし。<br />
でも、ずっと使っているのがVineLinuxだったりして、系統が違うので踏ん切りがつかずインストールにはいたっていなかった。<br />
しかし、おりしも<a href="http://etopics.bayashi.jp/archives/entry/coolsoft/2009/002469.html" target="_blank">VMwareを知った</a>ところなので、ためしに入れてみた。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/server/2009/002473.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/server/2009/002473.html" alt="はてなブックマーク - Debianデビューした - 技林ブログ" title="はてなブックマーク - Debianデビューした - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/server/2009/002473.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/server/2009/002473.html</link>
<guid>http://tech.bayashi.jp/archives/entry/server/2009/002473.html</guid>
<category>サーバー運用</category>
<category>apt</category><category>Debian</category><category>Linux</category><category>インストール</category>
<pubDate>Wed, 14 Jan 2009 19:25:03 +0900</pubDate>
</item>

<item>
<title>早春エロHACK：Tube8.comまとめダウンローダー/楽</title>
<description>年が明けてから体調の悪い bayashiです。こんにちは。
なんか、2008年の YourFileHost に続いて 2009年にブレイクするとか言われているらしい、Tube8.com(http://www.tube8.com/) の動画をPerlでまとめてダウンロードするエロHACKを紹介します。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2009/002465.html" title="早春エロHACK：Tube8.comまとめダウンローダー"><cite>早春エロHACK：Tube8.comまとめダウンローダー</cite><p><p>年が明けてから体調の悪い bayashiです。こんにちは。<br />
なんか、2008年の YourFileHost に続いて 2009年にブレイクするとか言われているらしい、Tube8.com(http://www.tube8.com/) の動画をPerlでまとめてダウンロードするエロHACKを紹介します。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2009/002465.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2009/002465.html" alt="はてなブックマーク - 早春エロHACK：Tube8.comまとめダウンローダー - 技林ブログ" title="はてなブックマーク - 早春エロHACK：Tube8.comまとめダウンローダー - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2009/002465.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2009/002465.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2009/002465.html</guid>
<category>Perl</category>
<category>flv</category><category>perl</category><category>tube8.com</category><category>エロ動画</category>
<pubDate>Sat, 10 Jan 2009 16:02:02 +0900</pubDate>
</item>

<item>
<title>plaggerのAmazonアソシエイトレポートモジュールのpatch/楽</title>
<description>Plagger::Plugin::CustomFeed::AmazonAssociateReportJP を試してみたら、スクレイピングが上手くいってなかったので修正してみました。
たぶんどこかに最新が反映されてるのがあるのかもしれませんし、うまい修正ではないかもしれませんが、きょう現在、無事にレポートされてきています。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl-module/2009/002458.html" title="plaggerのAmazonアソシエイトレポートモジュールのpatch"><cite>plaggerのAmazonアソシエイトレポートモジュールのpatch</cite><p><p>Plagger::Plugin::CustomFeed::AmazonAssociateReportJP を試してみたら、スクレイピングが上手くいってなかったので修正してみました。<br />
たぶんどこかに最新が反映されてるのがあるのかもしれませんし、うまい修正ではないかもしれませんが、きょう現在、無事にレポートされてきています。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl-module/2009/002458.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl-module/2009/002458.html" alt="はてなブックマーク - plaggerのAmazonアソシエイトレポートモジュールのpatch - 技林ブログ" title="はてなブックマーク - plaggerのAmazonアソシエイトレポートモジュールのpatch - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl-module/2009/002458.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl-module/2009/002458.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl-module/2009/002458.html</guid>
<category>Perlモジュール</category>
<category>Amazon</category><category>feed</category><category>perl</category><category>plagger</category><category>rss</category>
<pubDate>Thu, 08 Jan 2009 15:15:15 +0900</pubDate>
</item>

<item>
<title>CPANモジュールのURLについて/楽</title>
<description>CPANモジュールのURLは合理的なんだけど、ブックマークするときなどはやや鑑みるべし。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl-module/2008/002438.html" title="CPANモジュールのURLについて"><cite>CPANモジュールのURLについて</cite><p><p>CPANモジュールのURLは合理的なんだけど、ブックマークするときなどはやや鑑みるべし。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl-module/2008/002438.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl-module/2008/002438.html" alt="はてなブックマーク - CPANモジュールのURLについて - 技林ブログ" title="はてなブックマーク - CPANモジュールのURLについて - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl-module/2008/002438.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl-module/2008/002438.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl-module/2008/002438.html</guid>
<category>Perlモジュール</category>
<category>CPAN</category><category>perl</category><category>URL</category>
<pubDate>Wed, 24 Dec 2008 05:40:13 +0900</pubDate>
</item>

<item>
<title>Perlモジュールのまともなテストを書きたい(Devel::Cover)/楽</title>
<description><![CDATA[以前、<a href="http://tech.bayashi.jp/archives/entry/perl/2008/002326.html" target="_blank">はじめてのPerlモジュール開発メモ</a>というエントリーで<a href="http://coderepos.org/share/browser/lang/perl/WWW-Hatena-IconURL" target="_blank">WWW::Hatena::IconURL</a>というモジュールを書きました。
しかし、エントリーで「テスト重要」と書いた割にはテストの中身が実にしょぼいものとなっています。
というわけで、今回は WWW::Hatena::IconURL のテストをまともに仕立てることにチャレンジしてみたいと思います。]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl-module/2008/002415.html" title="Perlモジュールのまともなテストを書きたい(Devel::Cover)"><cite>Perlモジュールのまともなテストを書きたい(Devel::Cover)</cite><p><p>以前、<a href="http://tech.bayashi.jp/archives/entry/perl/2008/002326.html" target="_blank">はじめてのPerlモジュール開発メモ</a>というエントリーで<a href="http://coderepos.org/share/browser/lang/perl/WWW-Hatena-IconURL" target="_blank">WWW::Hatena::IconURL</a>というモジュールを書きました。<br />
しかし、エントリーで「テスト重要」と書いた割にはテストの中身が実にしょぼいものとなっています。<br />
というわけで、今回は WWW::Hatena::IconURL のテストをまともに仕立てることにチャレンジしてみたいと思います。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl-module/2008/002415.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl-module/2008/002415.html" alt="はてなブックマーク - Perlモジュールのまともなテストを書きたい(Devel::Cover) - 技林ブログ" title="はてなブックマーク - Perlモジュールのまともなテストを書きたい(Devel::Cover) - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl-module/2008/002415.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl-module/2008/002415.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl-module/2008/002415.html</guid>
<category>Perlモジュール</category>
<category>Devel-Cover</category><category>perl</category><category>test</category><category>モジュール</category>
<pubDate>Mon, 08 Dec 2008 21:20:23 +0900</pubDate>
</item>

<item>
<title>Perlの演算子 || または or/楽</title>
<description>Perl の演算子 || と or について調べてみました。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2008/002411.html" title="Perlの演算子 || または or"><cite>Perlの演算子 || または or</cite><p><p>Perl の演算子 || と or について調べてみました。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2008/002411.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2008/002411.html" alt="はてなブックマーク - Perlの演算子 || または or - 技林ブログ" title="はてなブックマーク - Perlの演算子 || または or - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2008/002411.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2008/002411.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2008/002411.html</guid>
<category>Perl</category>
<category>perl</category><category>演算子</category>
<pubDate>Fri, 05 Dec 2008 11:20:33 +0900</pubDate>
</item>

<item>
<title>MKEditorでPerl/PHP/ruby/python/JavaScriptの文法チェック/楽</title>
<description><![CDATA[<a href="http://www.mk-square.com/home/software/mkeditor/" target="_blank">MKEditor</a>から「任意のキー → エンター」という操作で各種LL言語のファイルを文法チェックする設定のメモ。
emacsのflymake的なことがやれる。
たぶん、外部コマンドと連携できるテキストエディタなら同じようなやり方で文法チェックできると思う。]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2008/002408.html" title="MKEditorでPerl/PHP/ruby/python/JavaScriptの文法チェック"><cite>MKEditorでPerl/PHP/ruby/python/JavaScriptの文法チェック</cite><p><p><a href="http://www.mk-square.com/home/software/mkeditor/" target="_blank">MKEditor</a>から「任意のキー → エンター」という操作で各種LL言語のファイルを文法チェックする設定のメモ。<br />
emacsのflymake的なことがやれる。<br />
たぶん、外部コマンドと連携できるテキストエディタなら同じようなやり方で文法チェックできると思う。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2008/002408.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2008/002408.html" alt="はてなブックマーク - MKEditorでPerl/PHP/ruby/python/JavaScriptの文法チェック - 技林ブログ" title="はてなブックマーク - MKEditorでPerl/PHP/ruby/python/JavaScriptの文法チェック - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2008/002408.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2008/002408.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2008/002408.html</guid>
<category>Perl</category><category>Python</category>
<category>JavaScript</category><category>lint</category><category>MKEditor</category><category>Perl</category><category>PHP</category><category>python</category><category>ruby</category><category>文法</category>
<pubDate>Thu, 04 Dec 2008 11:00:19 +0900</pubDate>
</item>

<item>
<title>MKEditorでPerlの文法チェック/楽</title>
<description>Yokohama.pm#3でid:typesterさんのライブコーディングを見てemacs乗換えを策略したオイラ。
そして、試してみるうちに本気でメインマシン（Win）のOSごとMacかLinuxに乗り換えようかと思いましたが、エディタ以外の環境の資産を移行する手間を考えると踏ん切りがつかず、メインはwindowsでMKEditor、Linuxを直接さわる時はemacsでっという二股戦略をとることにしました。
んで、実はemacsの便利な機能の多くがカスタマイズによって成り立っていることに気づいて、MKEditorもできるだけそういう環境に近づけられないかと挑戦してみました。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2008/002405.html" title="MKEditorでPerlの文法チェック"><cite>MKEditorでPerlの文法チェック</cite><p><p>Yokohama.pm#3でid:typesterさんのライブコーディングを見てemacs乗換えを策略したオイラ。<br />
そして、試してみるうちに本気でメインマシン（Win）のOSごとMacかLinuxに乗り換えようかと思いましたが、エディタ以外の環境の資産を移行する手間を考えると踏ん切りがつかず、メインはwindowsでMKEditor、Linuxを直接さわる時はemacsでっという二股戦略をとることにしました。<br />
んで、実はemacsの便利な機能の多くがカスタマイズによって成り立っていることに気づいて、MKEditorもできるだけそういう環境に近づけられないかと挑戦してみました。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2008/002405.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2008/002405.html" alt="はてなブックマーク - MKEditorでPerlの文法チェック - 技林ブログ" title="はてなブックマーク - MKEditorでPerlの文法チェック - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2008/002405.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2008/002405.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2008/002405.html</guid>
<category>Perl</category>
<category>MKEditor</category><category>Perl</category><category>テキストエディタ</category>
<pubDate>Tue, 02 Dec 2008 14:02:14 +0900</pubDate>
</item>

<item>
<title>Movable Typeで和音画像を表示するプラグイン(音もでるよ)/楽</title>
<description><![CDATA[ギターとかウクレレとかピアノのコード表を Movable Typeで簡単に扱うプラグイン <strong>ChordImg</strong> 作ってみました。
(MT3.xでも4.xでも動くと思います)]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002403.html" title="Movable Typeで和音画像を表示するプラグイン(音もでるよ)"><cite>Movable Typeで和音画像を表示するプラグイン(音もでるよ)</cite><p><p>ギターとかウクレレとかピアノのコード表を Movable Typeで簡単に扱うプラグイン <strong>ChordImg</strong> 作ってみました。<br />
(MT3.xでも4.xでも動くと思います)</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002403.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002403.html" alt="はてなブックマーク - Movable Typeで和音画像を表示するプラグイン(音もでるよ) - 技林ブログ" title="はてなブックマーク - Movable Typeで和音画像を表示するプラグイン(音もでるよ) - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002403.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002403.html</link>
<guid>http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002403.html</guid>
<category>MTプラグイン(4.X)</category>
<category>Movable Type</category><category>plugin</category><category>ウクレレ</category><category>ギター</category><category>ピアノ</category><category>和音</category>
<pubDate>Mon, 01 Dec 2008 20:17:55 +0900</pubDate>
</item>

<item>
<title>Yokohama.pm#3でLTさせて頂きました/楽</title>
<description>昨日、横浜（周辺に住む|にゆかりのある|が好きな）Perlerが集う Yokohama.pmテクニカルトーク#3 というイベントが開催されました。
前回は聞くだけの参加だったオイラですが、なんと今回は頑張って発表してきましたよ！</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2008/002399.html" title="Yokohama.pm#3でLTさせて頂きました"><cite>Yokohama.pm#3でLTさせて頂きました</cite><p><p>昨日、横浜（周辺に住む|にゆかりのある|が好きな）Perlerが集う Yokohama.pmテクニカルトーク#3 というイベントが開催されました。<br />
前回は聞くだけの参加だったオイラですが、なんと今回は頑張って発表してきましたよ！</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2008/002399.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2008/002399.html" alt="はてなブックマーク - Yokohama.pm#3でLTさせて頂きました - 技林ブログ" title="はてなブックマーク - Yokohama.pm#3でLTさせて頂きました - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2008/002399.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2008/002399.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2008/002399.html</guid>
<category>Perl</category>
<category>perl</category><category>yokohama.pm</category>
<pubDate>Sat, 29 Nov 2008 23:14:13 +0900</pubDate>
</item>

<item>
<title>Movable Type3.xでも動く4.xプラグインの書き方/楽</title>
<description>MySQLのダンプデータが取り出せなかったり、もろもろのプラグインの互換性とか、なんやかやで MT3.x を使い続けている人は少なくないはず。
そこで、MT4.x 向けのプラグインに MT3.x 互換を持たせる方法のメモ。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002383.html" title="Movable Type3.xでも動く4.xプラグインの書き方"><cite>Movable Type3.xでも動く4.xプラグインの書き方</cite><p><p>MySQLのダンプデータが取り出せなかったり、もろもろのプラグインの互換性とか、なんやかやで MT3.x を使い続けている人は少なくないはず。<br />
そこで、MT4.x 向けのプラグインに MT3.x 互換を持たせる方法のメモ。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002383.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002383.html" alt="はてなブックマーク - Movable Type3.xでも動く4.xプラグインの書き方 - 技林ブログ" title="はてなブックマーク - Movable Type3.xでも動く4.xプラグインの書き方 - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002383.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002383.html</link>
<guid>http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002383.html</guid>
<category>MTプラグイン(4.X)</category>
<category>movabletype</category><category>plugin</category><category>プラグイン</category>
<pubDate>Sun, 16 Nov 2008 17:58:39 +0900</pubDate>
</item>

<item>
<title>Shibuya.pm#10 / Yokohama.pm#3 開催ですYO!/楽</title>
<description><![CDATA[<a href="http://trac.endeworks.jp/trac/tpfj/wiki/WikiStart" target="_blank">TPF-J(仮)の発足</a>、<a href="http://d.hatena.ne.jp/hide-K/20081112/1226499186" target="_blank">軽量フレームワークの開発競争</a>と、真冬に突入する世間を尻目になぜか熱すぎる盛り上がりを見せる Perl 界隈ですが、その盛り上がりにあわせるかのように、来る11月27日(木)に東京、そして翌日の28日(金)には横浜で Perl コミュニティのイベントが開催されます。]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2008/002377.html" title="Shibuya.pm#10 / Yokohama.pm#3 開催ですYO!"><cite>Shibuya.pm#10 / Yokohama.pm#3 開催ですYO!</cite><p><p><a href="http://trac.endeworks.jp/trac/tpfj/wiki/WikiStart" target="_blank">TPF-J(仮)の発足</a>、<a href="http://d.hatena.ne.jp/hide-K/20081112/1226499186" target="_blank">軽量フレームワークの開発競争</a>と、真冬に突入する世間を尻目になぜか熱すぎる盛り上がりを見せる Perl 界隈ですが、その盛り上がりにあわせるかのように、来る11月27日(木)に東京、そして翌日の28日(金)には横浜で Perl コミュニティのイベントが開催されます。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2008/002377.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2008/002377.html" alt="はてなブックマーク - Shibuya.pm#10 / Yokohama.pm#3 開催ですYO! - 技林ブログ" title="はてなブックマーク - Shibuya.pm#10 / Yokohama.pm#3 開催ですYO! - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2008/002377.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2008/002377.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2008/002377.html</guid>
<category>Perl</category>
<category>perl</category><category>shibuya.pm</category><category>yokohama.pm</category>
<pubDate>Thu, 13 Nov 2008 23:09:53 +0900</pubDate>
</item>

<item>
<title>ポケベル世代の数字暗号化モジュール Acme::CryptPB/楽</title>
<description>084- とか数字だけでやりとりしてた瞬間は、確かにありましたよね。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl-module/2008/002374.html" title="ポケベル世代の数字暗号化モジュール Acme::CryptPB"><cite>ポケベル世代の数字暗号化モジュール Acme::CryptPB</cite><p><p>084- とか数字だけでやりとりしてた瞬間は、確かにありましたよね。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl-module/2008/002374.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl-module/2008/002374.html" alt="はてなブックマーク - ポケベル世代の数字暗号化モジュール Acme::CryptPB - 技林ブログ" title="はてなブックマーク - ポケベル世代の数字暗号化モジュール Acme::CryptPB - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl-module/2008/002374.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl-module/2008/002374.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl-module/2008/002374.html</guid>
<category>Perlモジュール</category>
<category>Acme-CryptPB</category><category>module</category><category>perl</category><category>ポケベル</category>
<pubDate>Tue, 11 Nov 2008 13:58:09 +0900</pubDate>
</item>

<item>
<title>Catalystの超簡単チュートリアル/楽</title>
<description><![CDATA[<a href="http://tech.bayashi.jp/archives/entry/perl/2008/002352.html" target="_blank">インストール</a>に続いて、PerlフレームワークCatalystに触れてみたメモ。
MVCの説明をばっさり省略して、とにかく超簡単に動かしてみます。Let's try!]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl-catalyst/2008/002369.html" title="Catalystの超簡単チュートリアル"><cite>Catalystの超簡単チュートリアル</cite><p><p><a href="http://tech.bayashi.jp/archives/entry/perl/2008/002352.html" target="_blank">インストール</a>に続いて、PerlフレームワークCatalystに触れてみたメモ。<br />
MVCの説明をばっさり省略して、とにかく超簡単に動かしてみます。Let's try!</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl-catalyst/2008/002369.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl-catalyst/2008/002369.html" alt="はてなブックマーク - Catalystの超簡単チュートリアル - 技林ブログ" title="はてなブックマーク - Catalystの超簡単チュートリアル - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl-catalyst/2008/002369.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl-catalyst/2008/002369.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl-catalyst/2008/002369.html</guid>
<category>Perl Catalyst</category>
<category>Catalyst</category><category>perl</category><category>入門</category>
<pubDate>Sat, 08 Nov 2008 19:27:04 +0900</pubDate>
</item>

<item>
<title>こんな僕でもCPAN Authorになれた/楽</title>
<description>永遠のPerl中級者が CPAN Author になりました。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2008/002366.html" title="こんな僕でもCPAN Authorになれた"><cite>こんな僕でもCPAN Authorになれた</cite><p><p>永遠のPerl中級者が CPAN Author になりました。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2008/002366.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2008/002366.html" alt="はてなブックマーク - こんな僕でもCPAN Authorになれた - 技林ブログ" title="はてなブックマーク - こんな僕でもCPAN Authorになれた - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2008/002366.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2008/002366.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2008/002366.html</guid>
<category>Perl</category><category>Perlモジュール</category>
<category>cpan</category><category>PAUSE</category>
<pubDate>Fri, 07 Nov 2008 15:41:29 +0900</pubDate>
</item>

<item>
<title>ピアノのコード表をテキスト出力するText::Chord::Piano書いた/楽</title>
<description><![CDATA[先日 書いた <a href="http://tech.bayashi.jp/archives/entry/perl/2008/002344.html" target="_blank">GD::Chord::Piano</a> のテキスト版を書いてみました。
テキストでピアノのコード表が出力できます。]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2008/002361.html" title="ピアノのコード表をテキスト出力するText::Chord::Piano書いた"><cite>ピアノのコード表をテキスト出力するText::Chord::Piano書いた</cite><p><p>先日 書いた <a href="http://tech.bayashi.jp/archives/entry/perl/2008/002344.html" target="_blank">GD::Chord::Piano</a> のテキスト版を書いてみました。<br />
テキストでピアノのコード表が出力できます。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2008/002361.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2008/002361.html" alt="はてなブックマーク - ピアノのコード表をテキスト出力するText::Chord::Piano書いた - 技林ブログ" title="はてなブックマーク - ピアノのコード表をテキスト出力するText::Chord::Piano書いた - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2008/002361.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2008/002361.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2008/002361.html</guid>
<category>Perl</category><category>Perlモジュール</category>
<category>module</category><category>perl</category>
<pubDate>Tue, 04 Nov 2008 10:11:19 +0900</pubDate>
</item>

<item>
<title>OpenID認証デモをGoogleアカウント対応にしてみた/楽</title>
<description><![CDATA[GoogleアカウントがOpenID対応ということで、深夜、ゴリゴリ試してみたけどどうにもダメダメで困ってたんですけど、朝起きたら<a href="http://twitter.com/miyagawa/status/982965017" target="_blank">miyagawaさんが対応してくれてた</a>。すげー miyagawa++]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/prototype/2008/002353.html" title="OpenID認証デモをGoogleアカウント対応にしてみた"><cite>OpenID認証デモをGoogleアカウント対応にしてみた</cite><p><p>GoogleアカウントがOpenID対応ということで、深夜、ゴリゴリ試してみたけどどうにもダメダメで困ってたんですけど、朝起きたら<a href="http://twitter.com/miyagawa/status/982965017" target="_blank">miyagawaさんが対応してくれてた</a>。すげー miyagawa++</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/prototype/2008/002353.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/prototype/2008/002353.html" alt="はてなブックマーク - OpenID認証デモをGoogleアカウント対応にしてみた - 技林ブログ" title="はてなブックマーク - OpenID認証デモをGoogleアカウント対応にしてみた - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/prototype/2008/002353.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/prototype/2008/002353.html</link>
<guid>http://tech.bayashi.jp/archives/entry/prototype/2008/002353.html</guid>
<category>作ってみた</category>
<category>google</category><category>OpenID</category><category>認証</category>
<pubDate>Fri, 31 Oct 2008 14:01:50 +0900</pubDate>
</item>

<item>
<title>Perlフレームワーク Catalystインストールした/楽</title>
<description>フレームワークもゴリゴリ使えるようになりたいということで、Catalyst。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2008/002352.html" title="Perlフレームワーク Catalystインストールした"><cite>Perlフレームワーク Catalystインストールした</cite><p><p>フレームワークもゴリゴリ使えるようになりたいということで、Catalyst。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2008/002352.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2008/002352.html" alt="はてなブックマーク - Perlフレームワーク Catalystインストールした - 技林ブログ" title="はてなブックマーク - Perlフレームワーク Catalystインストールした - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2008/002352.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2008/002352.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2008/002352.html</guid>
<category>Perl</category>
<category>Catalyst</category><category>perl</category><category>フレームワーク</category>
<pubDate>Fri, 31 Oct 2008 01:21:41 +0900</pubDate>
</item>

<item>
<title>地道に楽しくいろいろリリースしたまとめ/楽</title>
<description>ここ最近作ったものでちょとはてブを集めたものとか、あまり気づいてもらえてないっぽいけど個人的にはコレ便利だぜって思ってるのを列挙してみる。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/prototype/2008/002347.html" title="地道に楽しくいろいろリリースしたまとめ"><cite>地道に楽しくいろいろリリースしたまとめ</cite><p><p>ここ最近作ったものでちょとはてブを集めたものとか、あまり気づいてもらえてないっぽいけど個人的にはコレ便利だぜって思ってるのを列挙してみる。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/prototype/2008/002347.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/prototype/2008/002347.html" alt="はてなブックマーク - 地道に楽しくいろいろリリースしたまとめ - 技林ブログ" title="はてなブックマーク - 地道に楽しくいろいろリリースしたまとめ - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/prototype/2008/002347.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/prototype/2008/002347.html</link>
<guid>http://tech.bayashi.jp/archives/entry/prototype/2008/002347.html</guid>
<category>作ってみた</category>
<category>perl</category><category>Webサービス</category><category>まとめ</category>
<pubDate>Wed, 29 Oct 2008 09:48:36 +0900</pubDate>
</item>

<item>
<title>ピアノのコード表を出力するGD::Chord::Piano/楽</title>
<description><![CDATA[nipotanさんの <a href="http://blog.livedoor.jp/nipotan/archives/51168727.html" target="_blank">GD::Tab::Guitar</a> に触発され、ピアノのコード表（和音）を出力するPerlモジュール書きました。]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2008/002344.html" title="ピアノのコード表を出力するGD::Chord::Piano"><cite>ピアノのコード表を出力するGD::Chord::Piano</cite><p><p>nipotanさんの <a href="http://blog.livedoor.jp/nipotan/archives/51168727.html" target="_blank">GD::Tab::Guitar</a> に触発され、ピアノのコード表（和音）を出力するPerlモジュール書きました。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2008/002344.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2008/002344.html" alt="はてなブックマーク - ピアノのコード表を出力するGD::Chord::Piano - 技林ブログ" title="はてなブックマーク - ピアノのコード表を出力するGD::Chord::Piano - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2008/002344.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2008/002344.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2008/002344.html</guid>
<category>Perl</category><category>Perlモジュール</category>
<category>GD-Chord-Piano</category><category>module</category><category>perl</category>
<pubDate>Mon, 27 Oct 2008 16:16:24 +0900</pubDate>
</item>

<item>
<title>twitterからwassrに転載するPerlスクリプト/楽</title>
<description>twitter の RSS を読んで、wassr に転載する。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/prototype/2008/002337.html" title="twitterからwassrに転載するPerlスクリプト"><cite>twitterからwassrに転載するPerlスクリプト</cite><p><p>twitter の RSS を読んで、wassr に転載する。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/prototype/2008/002337.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/prototype/2008/002337.html" alt="はてなブックマーク - twitterからwassrに転載するPerlスクリプト - 技林ブログ" title="はてなブックマーク - twitterからwassrに転載するPerlスクリプト - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/prototype/2008/002337.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/prototype/2008/002337.html</link>
<guid>http://tech.bayashi.jp/archives/entry/prototype/2008/002337.html</guid>
<category>作ってみた</category>
<category>cron</category><category>perl</category><category>twitter</category><category>wassr</category>
<pubDate>Wed, 22 Oct 2008 20:21:02 +0900</pubDate>
</item>

<item>
<title>お笑い芸人ジョイマンのラップネタ風Webサービス/楽</title>
<description>噂のジョイマンのゆるーいラップネタをwebサービスにしてみました。
twitterボットもおるでよ。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/prototype/2008/002334.html" title="お笑い芸人ジョイマンのラップネタ風Webサービス"><cite>お笑い芸人ジョイマンのラップネタ風Webサービス</cite><p><p>噂のジョイマンのゆるーいラップネタをwebサービスにしてみました。<br />
twitterボットもおるでよ。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/prototype/2008/002334.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/prototype/2008/002334.html" alt="はてなブックマーク - お笑い芸人ジョイマンのラップネタ風Webサービス - 技林ブログ" title="はてなブックマーク - お笑い芸人ジョイマンのラップネタ風Webサービス - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/prototype/2008/002334.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/prototype/2008/002334.html</link>
<guid>http://tech.bayashi.jp/archives/entry/prototype/2008/002334.html</guid>
<category>作ってみた</category>
<category>Webサービス</category><category>お笑い</category><category>ジョイマン</category>
<pubDate>Mon, 20 Oct 2008 18:45:45 +0900</pubDate>
</item>

<item>
<title>はじめてのPerlモジュール開発メモ/楽</title>
<description>ネットで資料を漁り、独学で覚えたのでこれで本当にあっているのか不安がいっぱい。
誰かのツッコミを期待してまとめを書いておきます。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2008/002326.html" title="はじめてのPerlモジュール開発メモ"><cite>はじめてのPerlモジュール開発メモ</cite><p><p>ネットで資料を漁り、独学で覚えたのでこれで本当にあっているのか不安がいっぱい。<br />
誰かのツッコミを期待してまとめを書いておきます。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2008/002326.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2008/002326.html" alt="はてなブックマーク - はじめてのPerlモジュール開発メモ - 技林ブログ" title="はてなブックマーク - はじめてのPerlモジュール開発メモ - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2008/002326.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2008/002326.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2008/002326.html</guid>
<category>Perl</category><category>Perlモジュール</category>
<category>module</category><category>perl</category>
<pubDate>Tue, 14 Oct 2008 11:22:33 +0900</pubDate>
</item>

<item>
<title>はてなid記法をMovable Type4.Xで実装するプラグイン/楽</title>
<description><![CDATA[以前書いたもの(<a href="http://tech.bayashi.jp/archives/entry/movabletype-plugin/2008/002143.html" target="_blank">doHatenaIDプラグイン</a>)もMT4.Xで動くようですが、中身は3.Xの書き方だったりするので、改めて書き換えました。
HatenaIDLinkプラグインは、はてなのid記法(だけ)を Movable Type4.X で実装するプラグインです。


＊MT3.X でもそのまま動きます。]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002322.html" title="はてなid記法をMovable Type4.Xで実装するプラグイン"><cite>はてなid記法をMovable Type4.Xで実装するプラグイン</cite><p><p>以前書いたもの(<a href="http://tech.bayashi.jp/archives/entry/movabletype-plugin/2008/002143.html" target="_blank">doHatenaIDプラグイン</a>)もMT4.Xで動くようですが、中身は3.Xの書き方だったりするので、改めて書き換えました。<br />
HatenaIDLinkプラグインは、はてなのid記法(だけ)を Movable Type4.X で実装するプラグインです。</p>

<p><br />
＊MT3.X でもそのまま動きます。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002322.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002322.html" alt="はてなブックマーク - はてなid記法をMovable Type4.Xで実装するプラグイン - 技林ブログ" title="はてなブックマーク - はてなid記法をMovable Type4.Xで実装するプラグイン - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002322.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002322.html</link>
<guid>http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002322.html</guid>
<category>MTプラグイン(4.X)</category>
<category>id記法</category><category>Movable Type</category><category>plugin</category><category>はてな</category><category>グローバル・モディファイア</category>
<pubDate>Sat, 11 Oct 2008 17:34:56 +0900</pubDate>
</item>

<item>
<title>任意の位置と長さの文字列を取り出すsubstrプラグイン /楽</title>
<description>もしかしたら車輪の再発明かもだけど、目下MT4プラグイン作成勉強中なので書いたら断固公開の方向で頑張る。
今回は、タイトル通り、perl や JavaScript の substr関数と同様の動きをするグローバル・モディファイアを書いてみました。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002319.html" title="任意の位置と長さの文字列を取り出すsubstrプラグイン "><cite>任意の位置と長さの文字列を取り出すsubstrプラグイン </cite><p><p>もしかしたら車輪の再発明かもだけど、目下MT4プラグイン作成勉強中なので書いたら断固公開の方向で頑張る。<br />
今回は、タイトル通り、perl や JavaScript の substr関数と同様の動きをするグローバル・モディファイアを書いてみました。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002319.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002319.html" alt="はてなブックマーク - 任意の位置と長さの文字列を取り出すsubstrプラグイン  - 技林ブログ" title="はてなブックマーク - 任意の位置と長さの文字列を取り出すsubstrプラグイン  - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002319.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002319.html</link>
<guid>http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002319.html</guid>
<category>MTプラグイン(4.X)</category>
<category>Movable Type</category><category>plugin</category><category>substr</category><category>グローバル・モディファイア</category>
<pubDate>Fri, 10 Oct 2008 11:22:33 +0900</pubDate>
</item>

<item>
<title>SPAM対策にAntibotプラグイン/楽</title>
<description>Movable Type4のプラグインを勉強してまして、昔MT3向けに作ったのをMT4向けに書き直してみました。
スパム対策、スパム予防を目的としたプラグインです。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002316.html" title="SPAM対策にAntibotプラグイン"><cite>SPAM対策にAntibotプラグイン</cite><p><p>Movable Type4のプラグインを勉強してまして、昔MT3向けに作ったのをMT4向けに書き直してみました。<br />
スパム対策、スパム予防を目的としたプラグインです。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002316.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002316.html" alt="はてなブックマーク - SPAM対策にAntibotプラグイン - 技林ブログ" title="はてなブックマーク - SPAM対策にAntibotプラグイン - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002316.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002316.html</link>
<guid>http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002316.html</guid>
<category>MTプラグイン(4.X)</category>
<category>bot</category><category>Movable Type</category><category>plugin</category><category>SPAM</category><category>グローバル・モディファイア</category><category>数値参照文字</category>
<pubDate>Thu, 09 Oct 2008 15:43:50 +0900</pubDate>
</item>

<item>
<title>Movable Type4.X 公式ドキュメントまとめ/楽</title>
<description>MT4でよく参照する公式ドキュメントのリンク集とMTについて調べ物をするときのTIPSです。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/mt4-tips/2008/002313.html" title="Movable Type4.X 公式ドキュメントまとめ"><cite>Movable Type4.X 公式ドキュメントまとめ</cite><p><p>MT4でよく参照する公式ドキュメントのリンク集とMTについて調べ物をするときのTIPSです。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/mt4-tips/2008/002313.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/mt4-tips/2008/002313.html" alt="はてなブックマーク - Movable Type4.X 公式ドキュメントまとめ - 技林ブログ" title="はてなブックマーク - Movable Type4.X 公式ドキュメントまとめ - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/mt4-tips/2008/002313.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/mt4-tips/2008/002313.html</link>
<guid>http://tech.bayashi.jp/archives/entry/mt4-tips/2008/002313.html</guid>
<category>Movable Typeの技(4.X)</category>
<category>Movable Type</category><category>まとめ</category><category>ドキュメント</category><category>マニュアル</category><category>リファレンス</category>
<pubDate>Wed, 08 Oct 2008 11:50:44 +0900</pubDate>
</item>

<item>
<title>Movable Typeを愛でつつむ LOVEプラグイン/楽</title>
<description>LOVEはじめました。
ってことで、愛のように全てを包むMT4.Xのプラグインを作ってみました。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002303.html" title="Movable Typeを愛でつつむ LOVEプラグイン"><cite>Movable Typeを愛でつつむ LOVEプラグイン</cite><p><p>LOVEはじめました。<br />
ってことで、愛のように全てを包むMT4.Xのプラグインを作ってみました。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002303.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002303.html" alt="はてなブックマーク - Movable Typeを愛でつつむ LOVEプラグイン - 技林ブログ" title="はてなブックマーク - Movable Typeを愛でつつむ LOVEプラグイン - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002303.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002303.html</link>
<guid>http://tech.bayashi.jp/archives/entry/mt4-plugin/2008/002303.html</guid>
<category>MTプラグイン(4.X)</category>
<category>Movable Type</category><category>plugin</category><category>テンプレート</category><category>ブロックタグ</category><category>プラグイン</category>
<pubDate>Fri, 03 Oct 2008 09:09:11 +0900</pubDate>
</item>

<item>
<title>MT4.Xでファイルアップロード先を便利にデフォルト指定する/楽</title>
<description>たったの１行で、あらかじめ年月別のディレクトリを指定できます。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/mt4-tips/2008/002301.html" title="MT4.Xでファイルアップロード先を便利にデフォルト指定する"><cite>MT4.Xでファイルアップロード先を便利にデフォルト指定する</cite><p><p>たったの１行で、あらかじめ年月別のディレクトリを指定できます。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/mt4-tips/2008/002301.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/mt4-tips/2008/002301.html" alt="はてなブックマーク - MT4.Xでファイルアップロード先を便利にデフォルト指定する - 技林ブログ" title="はてなブックマーク - MT4.Xでファイルアップロード先を便利にデフォルト指定する - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/mt4-tips/2008/002301.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/mt4-tips/2008/002301.html</link>
<guid>http://tech.bayashi.jp/archives/entry/mt4-tips/2008/002301.html</guid>
<category>Movable Typeの技(4.X)</category>
<category>Movable Type</category><category>tmpl</category><category>テンプレート</category>
<pubDate>Thu, 02 Oct 2008 16:08:48 +0900</pubDate>
</item>

<item>
<title>Movable Type4.Xでテンプレートの設定をデフォルト表示する/楽</title>
<description>なるべく１画面にレイアウトしたい気持ちは分かるが、デフォルト表示してくれた方が良いと思うので、テンプレートをカスタマイズする（すぐもとに戻せる方法で）。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/mt4-tips/2008/002300.html" title="Movable Type4.Xでテンプレートの設定をデフォルト表示する"><cite>Movable Type4.Xでテンプレートの設定をデフォルト表示する</cite><p><p>なるべく１画面にレイアウトしたい気持ちは分かるが、デフォルト表示してくれた方が良いと思うので、テンプレートをカスタマイズする（すぐもとに戻せる方法で）。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/mt4-tips/2008/002300.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/mt4-tips/2008/002300.html" alt="はてなブックマーク - Movable Type4.Xでテンプレートの設定をデフォルト表示する - 技林ブログ" title="はてなブックマーク - Movable Type4.Xでテンプレートの設定をデフォルト表示する - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/mt4-tips/2008/002300.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/mt4-tips/2008/002300.html</link>
<guid>http://tech.bayashi.jp/archives/entry/mt4-tips/2008/002300.html</guid>
<category>Movable Typeの技(4.X)</category>
<category>AltTemplatePath</category><category>Movable Type</category><category>tmpl</category><category>テンプレート</category>
<pubDate>Thu, 02 Oct 2008 13:58:07 +0900</pubDate>
</item>

<item>
<title>Movable Type3.36→3.37で不具合発覚/楽</title>
<description>直せない。。。orz
誰か助けて頂けるとうれしい。(原因はわかったので、後述する。コメント欄も参照してください。)</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/techblog/2008/002295.html" title="Movable Type3.36→3.37で不具合発覚"><cite>Movable Type3.36→3.37で不具合発覚</cite><p><p>直せない。。。orz<br />
誰か助けて頂けるとうれしい。(原因はわかったので、後述する。コメント欄も参照してください。)</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/techblog/2008/002295.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/techblog/2008/002295.html" alt="はてなブックマーク - Movable Type3.36→3.37で不具合発覚 - 技林ブログ" title="はてなブックマーク - Movable Type3.36→3.37で不具合発覚 - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/techblog/2008/002295.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/techblog/2008/002295.html</link>
<guid>http://tech.bayashi.jp/archives/entry/techblog/2008/002295.html</guid>
<category>Movable Typeの技(3.Xまで)</category>
<category>Encode</category><category>Movable Type</category><category>movabletype</category><category>不具合</category>
<pubDate>Tue, 30 Sep 2008 21:41:40 +0900</pubDate>
</item>

<item>
<title>Linuxマシンの時刻あわせntpdate/楽</title>
<description>サーバの時計がずれてるとカッチョ悪い。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/server/2008/002291.html" title="Linuxマシンの時刻あわせntpdate"><cite>Linuxマシンの時刻あわせntpdate</cite><p><p>サーバの時計がずれてるとカッチョ悪い。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/server/2008/002291.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/server/2008/002291.html" alt="はてなブックマーク - Linuxマシンの時刻あわせntpdate - 技林ブログ" title="はてなブックマーク - Linuxマシンの時刻あわせntpdate - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/server/2008/002291.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/server/2008/002291.html</link>
<guid>http://tech.bayashi.jp/archives/entry/server/2008/002291.html</guid>
<category>サーバー運用</category>
<category>Linux</category><category>ntpd</category><category>ntpdate</category><category>ntpサーバ</category><category>時刻</category>
<pubDate>Sat, 27 Sep 2008 22:59:53 +0900</pubDate>
</item>

<item>
<title>僕の彼女を紹介します！写真も７枚！チラリもあるよ/楽</title>
<description>これが、何でもやりたいようにやらせてくれる可愛いやつら。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/server/2008/002289.html" title="僕の彼女を紹介します！写真も７枚！チラリもあるよ"><cite>僕の彼女を紹介します！写真も７枚！チラリもあるよ</cite><p><p>これが、何でもやりたいようにやらせてくれる可愛いやつら。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/server/2008/002289.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/server/2008/002289.html" alt="はてなブックマーク - 僕の彼女を紹介します！写真も７枚！チラリもあるよ - 技林ブログ" title="はてなブックマーク - 僕の彼女を紹介します！写真も７枚！チラリもあるよ - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/server/2008/002289.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/server/2008/002289.html</link>
<guid>http://tech.bayashi.jp/archives/entry/server/2008/002289.html</guid>
<category>サーバー運用</category>
<category>Linux</category><category>UPS</category><category>Webサーバ</category><category>ルータ</category><category>自宅サーバ</category>
<pubDate>Fri, 26 Sep 2008 17:03:57 +0900</pubDate>
</item>

<item>
<title>Movable Type3.36→3.37にバージョンアップ/楽</title>
<description>MT3.Xのテンプレ加工系プラグインを修正するのが面倒なのでいまだにMT4に移行していないオイラですが、MT3.36→3.37のバージョンアップはしましたので、メモ。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/techblog/2008/002287.html" title="Movable Type3.36→3.37にバージョンアップ"><cite>Movable Type3.36→3.37にバージョンアップ</cite><p><p>MT3.Xのテンプレ加工系プラグインを修正するのが面倒なのでいまだにMT4に移行していないオイラですが、MT3.36→3.37のバージョンアップはしましたので、メモ。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/techblog/2008/002287.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/techblog/2008/002287.html" alt="はてなブックマーク - Movable Type3.36→3.37にバージョンアップ - 技林ブログ" title="はてなブックマーク - Movable Type3.36→3.37にバージョンアップ - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/techblog/2008/002287.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/techblog/2008/002287.html</link>
<guid>http://tech.bayashi.jp/archives/entry/techblog/2008/002287.html</guid>
<category>Movable Typeの技(3.Xまで)</category>
<category>Movable Type</category><category>MT</category><category>バージョンアップ</category>
<pubDate>Thu, 25 Sep 2008 11:35:38 +0900</pubDate>
</item>

<item>
<title>pixivのランキングをRSS化するスクリプト作ってみた/楽</title>
<description><![CDATA[巨大イラストサイト <a href="http://www.pixiv.net/" target="_blank">pixiv</a> のランキングをRSS化するスクリプトを書いてみた。]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/techweb/2008/002283.html" title="pixivのランキングをRSS化するスクリプト作ってみた"><cite>pixivのランキングをRSS化するスクリプト作ってみた</cite><p><p>巨大イラストサイト <a href="http://www.pixiv.net/" target="_blank">pixiv</a> のランキングをRSS化するスクリプトを書いてみた。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/techweb/2008/002283.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/techweb/2008/002283.html" alt="はてなブックマーク - pixivのランキングをRSS化するスクリプト作ってみた - 技林ブログ" title="はてなブックマーク - pixivのランキングをRSS化するスクリプト作ってみた - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/techweb/2008/002283.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/techweb/2008/002283.html</link>
<guid>http://tech.bayashi.jp/archives/entry/techweb/2008/002283.html</guid>
<category>Webの技</category>
<category>perl</category><category>pixiv</category><category>RSS</category><category>Web-Scraper</category><category>WWW-Mechanize</category><category>イラスト</category>
<pubDate>Mon, 22 Sep 2008 14:22:50 +0900</pubDate>
</item>

<item>
<title>フィードの広告を柔軟に削除する方法/楽</title>
<description>はてなのホッテントリーRSSにも Goole のフィード広告が表示されるようになりまして、いい加減 目に余るのでフィルタしようと挑戦してみました。
自分だけが使うんじゃなくて、レン鯖でCGIが使える環境を持ってたりすると簡単に実行できる仕組みになるよう頑張ってみましたので、広告がうざくてたまらんって人はお試しを。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/techweb/2008/002275.html" title="フィードの広告を柔軟に削除する方法"><cite>フィードの広告を柔軟に削除する方法</cite><p><p>はてなのホッテントリーRSSにも Goole のフィード広告が表示されるようになりまして、いい加減 目に余るのでフィルタしようと挑戦してみました。<br />
自分だけが使うんじゃなくて、レン鯖でCGIが使える環境を持ってたりすると簡単に実行できる仕組みになるよう頑張ってみましたので、広告がうざくてたまらんって人はお試しを。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/techweb/2008/002275.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/techweb/2008/002275.html" alt="はてなブックマーク - フィードの広告を柔軟に削除する方法 - 技林ブログ" title="はてなブックマーク - フィードの広告を柔軟に削除する方法 - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/techweb/2008/002275.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/techweb/2008/002275.html</link>
<guid>http://tech.bayashi.jp/archives/entry/techweb/2008/002275.html</guid>
<category>Webの技</category>
<category>Feed</category><category>RSS</category><category>yahoo</category><category>フィード</category><category>広告</category>
<pubDate>Thu, 18 Sep 2008 14:49:51 +0900</pubDate>
</item>

<item>
<title>ＡＶ女優のスライドショーをわんさか見る方法/楽</title>
<description><![CDATA[<a href="http://eroga.aurifero.us/" target="_blank">エロゲー版</a>に続いて、ＡＶ女優のプロダクトパッケージスライドショー。]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/bookmarklet/2008/002273.html" title="ＡＶ女優のスライドショーをわんさか見る方法"><cite>ＡＶ女優のスライドショーをわんさか見る方法</cite><p><p><a href="http://eroga.aurifero.us/" target="_blank">エロゲー版</a>に続いて、ＡＶ女優のプロダクトパッケージスライドショー。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/bookmarklet/2008/002273.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/bookmarklet/2008/002273.html" alt="はてなブックマーク - ＡＶ女優のスライドショーをわんさか見る方法 - 技林ブログ" title="はてなブックマーク - ＡＶ女優のスライドショーをわんさか見る方法 - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/bookmarklet/2008/002273.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/bookmarklet/2008/002273.html</link>
<guid>http://tech.bayashi.jp/archives/entry/bookmarklet/2008/002273.html</guid>
<category>便利ブックマークレット</category>
<category>AV女優</category><category>DVD</category><category>アダルト</category><category>エロ画像</category>
<pubDate>Thu, 18 Sep 2008 11:40:32 +0900</pubDate>
</item>

<item>
<title>ボケて、人気のボケ Feed も欲しいよー/楽</title>
<description><![CDATA[yusukebe（オモロキ）さんから「<a href="http://bokete.jp/" target="_blank">ボケて</a>」というWebサービスが届いたので、みてみたらスゲー面白かった！
でも、フィードが新着のしかないみたいだったので、人気のボケ Feed を作るスクリプト書きました。]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/prototype/2008/002269.html" title="ボケて、人気のボケ Feed も欲しいよー"><cite>ボケて、人気のボケ Feed も欲しいよー</cite><p><p>yusukebe（オモロキ）さんから「<a href="http://bokete.jp/" target="_blank">ボケて</a>」というWebサービスが届いたので、みてみたらスゲー面白かった！<br />
でも、フィードが新着のしかないみたいだったので、人気のボケ Feed を作るスクリプト書きました。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/prototype/2008/002269.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/prototype/2008/002269.html" alt="はてなブックマーク - ボケて、人気のボケ Feed も欲しいよー - 技林ブログ" title="はてなブックマーク - ボケて、人気のボケ Feed も欲しいよー - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/prototype/2008/002269.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/prototype/2008/002269.html</link>
<guid>http://tech.bayashi.jp/archives/entry/prototype/2008/002269.html</guid>
<category>作ってみた</category>
<category>RSS</category><category>Web-Scraper</category><category>Webサービス</category><category>XML-RSS</category>
<pubDate>Tue, 16 Sep 2008 14:49:33 +0900</pubDate>
</item>

<item>
<title>Wikipediaの人気ワードを表示して概要も読めるウィジット作った/楽</title>
<description>４時間もかかった割には中途半端で、実は goo さんが可愛いのを既に公開してたりしますが、せっかくなので白日のものとする（JavaScriptの練習だし）。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/prototype/2008/002266.html" title="Wikipediaの人気ワードを表示して概要も読めるウィジット作った"><cite>Wikipediaの人気ワードを表示して概要も読めるウィジット作った</cite><p><p>４時間もかかった割には中途半端で、実は goo さんが可愛いのを既に公開してたりしますが、せっかくなので白日のものとする（JavaScriptの練習だし）。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/prototype/2008/002266.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/prototype/2008/002266.html" alt="はてなブックマーク - Wikipediaの人気ワードを表示して概要も読めるウィジット作った - 技林ブログ" title="はてなブックマーク - Wikipediaの人気ワードを表示して概要も読めるウィジット作った - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/prototype/2008/002266.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/prototype/2008/002266.html</link>
<guid>http://tech.bayashi.jp/archives/entry/prototype/2008/002266.html</guid>
<category>作ってみた</category>
<category>API</category><category>JavaScript</category><category>RSS</category><category>Wikipedia</category><category>ウィジット</category><category>ブログパーツ</category><category>マッシュアップ</category>
<pubDate>Sun, 14 Sep 2008 00:07:05 +0900</pubDate>
</item>

<item>
<title>twitter の @付きメッセージを perl で取得してRSS配信/楽</title>
<description>twitter bot に @でメッセージを頂くんですが、普段使ってるアカウントからログインしなおして見に行くのが面倒なので、twitter API で抜き出して RSS Reader で読むことにしました。

</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/web_api/2008/002263.html" title="twitter の @付きメッセージを perl で取得してRSS配信"><cite>twitter の @付きメッセージを perl で取得してRSS配信</cite><p><p>twitter bot に @でメッセージを頂くんですが、普段使ってるアカウントからログインしなおして見に行くのが面倒なので、twitter API で抜き出して RSS Reader で読むことにしました。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/web_api/2008/002263.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/web_api/2008/002263.html" alt="はてなブックマーク - twitter の @付きメッセージを perl で取得してRSS配信 - 技林ブログ" title="はてなブックマーク - twitter の @付きメッセージを perl で取得してRSS配信 - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/web_api/2008/002263.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/web_api/2008/002263.html</link>
<guid>http://tech.bayashi.jp/archives/entry/web_api/2008/002263.html</guid>
<category>Web API なれっじ</category>
<category>API</category><category>RSS</category><category>twitter</category>
<pubDate>Fri, 12 Sep 2008 17:37:46 +0900</pubDate>
</item>

<item>
<title>つぶやきで吟じます！詩吟変換モジュール(Acme::Shigin)/楽</title>
<description>なめててーぇー〜え〜〜ェ〜〜ー</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/prototype/2008/002245.html" title="つぶやきで吟じます！詩吟変換モジュール(Acme::Shigin)"><cite>つぶやきで吟じます！詩吟変換モジュール(Acme::Shigin)</cite><p><p>なめててーぇー〜え〜〜ェ〜〜ー</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/prototype/2008/002245.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/prototype/2008/002245.html" alt="はてなブックマーク - つぶやきで吟じます！詩吟変換モジュール(Acme::Shigin) - 技林ブログ" title="はてなブックマーク - つぶやきで吟じます！詩吟変換モジュール(Acme::Shigin) - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/prototype/2008/002245.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/prototype/2008/002245.html</link>
<guid>http://tech.bayashi.jp/archives/entry/prototype/2008/002245.html</guid>
<category>Perlモジュール</category><category>作ってみた</category>
<category>Perl</category><category>twitter</category><category>モジュール</category><category>詩吟</category>
<pubDate>Sun, 31 Aug 2008 21:28:13 +0900</pubDate>
</item>

<item>
<title>twitterで「これつぶやいて！」というリンクの作り方/楽</title>
<description>twitterで第3者に特定のつぶやきをしてもらうのは、実は超簡単だった。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/techweb/2008/002239.html" title="twitterで「これつぶやいて！」というリンクの作り方"><cite>twitterで「これつぶやいて！」というリンクの作り方</cite><p><p>twitterで第3者に特定のつぶやきをしてもらうのは、実は超簡単だった。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/techweb/2008/002239.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/techweb/2008/002239.html" alt="はてなブックマーク - twitterで「これつぶやいて！」というリンクの作り方 - 技林ブログ" title="はてなブックマーク - twitterで「これつぶやいて！」というリンクの作り方 - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/techweb/2008/002239.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/techweb/2008/002239.html</link>
<guid>http://tech.bayashi.jp/archives/entry/techweb/2008/002239.html</guid>
<category>Webの技</category>
<category>twitter</category>
<pubDate>Tue, 26 Aug 2008 14:36:52 +0900</pubDate>
</item>

<item>
<title>DMMから情報を引っこ抜くPerlモジュール Net::DMM 作った/楽</title>
<description><![CDATA[「これはエロい」と言われたかったのに「これはひどい」と言われて凹んだエロゲー画像スライドショーサイト <a href="http://eroga.aurifero.us/" target="_blank">eroga.aurifero.us</a>。
このサイトの制作過程で Net::DMM というモジュールを作ってみました。
狙ったのは、Perl で 汎用的に <a href="http://www.dmm.com/top/" target="_blank">DMM</a> を検索して情報をひっぱってくるのに便利な（はずの）モジュールです。]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2008/002231.html" title="DMMから情報を引っこ抜くPerlモジュール Net::DMM 作った"><cite>DMMから情報を引っこ抜くPerlモジュール Net::DMM 作った</cite><p><p>「これはエロい」と言われたかったのに「これはひどい」と言われて凹んだエロゲー画像スライドショーサイト <a href="http://eroga.aurifero.us/" target="_blank">eroga.aurifero.us</a>。<br />
このサイトの制作過程で Net::DMM というモジュールを作ってみました。<br />
狙ったのは、Perl で 汎用的に <a href="http://www.dmm.com/top/" target="_blank">DMM</a> を検索して情報をひっぱってくるのに便利な（はずの）モジュールです。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2008/002231.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2008/002231.html" alt="はてなブックマーク - DMMから情報を引っこ抜くPerlモジュール Net::DMM 作った - 技林ブログ" title="はてなブックマーク - DMMから情報を引っこ抜くPerlモジュール Net::DMM 作った - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2008/002231.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2008/002231.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2008/002231.html</guid>
<category>Perl</category><category>Perlモジュール</category>
<category>DMM</category><category>OOP</category><category>Perl</category><category>モジュール</category>
<pubDate>Wed, 20 Aug 2008 16:44:14 +0900</pubDate>
</item>

<item>
<title>.plライブラリから.pmモジュールまで辿ってみる/楽</title>
<description>Perlで、単純なライブラリを require するところから、.pm なモジュールに至るまでのメモ。
package とか require とか use をいろいろ試してみました。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2008/002205.html" title=".plライブラリから.pmモジュールまで辿ってみる"><cite>.plライブラリから.pmモジュールまで辿ってみる</cite><p><p>Perlで、単純なライブラリを require するところから、.pm なモジュールに至るまでのメモ。<br />
package とか require とか use をいろいろ試してみました。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2008/002205.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2008/002205.html" alt="はてなブックマーク - .plライブラリから.pmモジュールまで辿ってみる - 技林ブログ" title="はてなブックマーク - .plライブラリから.pmモジュールまで辿ってみる - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2008/002205.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2008/002205.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2008/002205.html</guid>
<category>Perl</category>
<category>FQN</category><category>package</category><category>require</category><category>use</category><category>モジュール</category><category>ライブラリ</category><category>名前空間</category>
<pubDate>Sun, 03 Aug 2008 20:29:20 +0900</pubDate>
</item>

<item>
<title>Use of uninitialized value in substitution (s///)/楽</title>
<description><![CDATA[<strong>use warnings;</strong> すると、やたら遭遇してた警告。
「<strong>Use of uninitialized value</strong>」の回避策を検討する。]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2008/002203.html" title="Use of uninitialized value in substitution (s///)"><cite>Use of uninitialized value in substitution (s///)</cite><p><p><strong>use warnings;</strong> すると、やたら遭遇してた警告。<br />
「<strong>Use of uninitialized value</strong>」の回避策を検討する。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2008/002203.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2008/002203.html" alt="はてなブックマーク - Use of uninitialized value in substitution (s///) - 技林ブログ" title="はてなブックマーク - Use of uninitialized value in substitution (s///) - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2008/002203.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2008/002203.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2008/002203.html</guid>
<category>Perl</category>
<category>warnings</category><category>警告</category><category>未定義値</category>
<pubDate>Sat, 02 Aug 2008 20:38:49 +0900</pubDate>
</item>

<item>
<title>エロゲー画像をスライドショーするサイト作った/楽</title>
<description>たまらなくエロ暑い夏が続いていますが、お元気ですか。
オイラはみなさんにひと夏の体験を提供するべく、エロWebサービスの開発にいそしんでおりました。
エロゲ好きもそうでない人も、ぜひぜひ、ハアハアしてみてください。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/prototype/2008/002201.html" title="エロゲー画像をスライドショーするサイト作った"><cite>エロゲー画像をスライドショーするサイト作った</cite><p><p>たまらなくエロ暑い夏が続いていますが、お元気ですか。<br />
オイラはみなさんにひと夏の体験を提供するべく、エロWebサービスの開発にいそしんでおりました。<br />
エロゲ好きもそうでない人も、ぜひぜひ、ハアハアしてみてください。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/prototype/2008/002201.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/prototype/2008/002201.html" alt="はてなブックマーク - エロゲー画像をスライドショーするサイト作った - 技林ブログ" title="はてなブックマーク - エロゲー画像をスライドショーするサイト作った - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/prototype/2008/002201.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/prototype/2008/002201.html</link>
<guid>http://tech.bayashi.jp/archives/entry/prototype/2008/002201.html</guid>
<category>作ってみた</category>
<category>DMM</category><category>Webサービス</category><category>これはエロい</category><category>エロゲー</category><category>エロ画像</category><category>スライドショー</category><category>美少女ゲーム</category>
<pubDate>Fri, 01 Aug 2008 17:58:02 +0900</pubDate>
</item>

<item>
<title>Perlの標準モジュール確認君/楽</title>
<description>このモジュールはPerl標準モジュールだっけ？
バージョン5.6にはもう組み込まれてたっけ？
という時に使えるWebアプリ。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/prototype/2008/002194.html" title="Perlの標準モジュール確認君"><cite>Perlの標準モジュール確認君</cite><p><p>このモジュールはPerl標準モジュールだっけ？<br />
バージョン5.6にはもう組み込まれてたっけ？<br />
という時に使えるWebアプリ。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/prototype/2008/002194.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/prototype/2008/002194.html" alt="はてなブックマーク - Perlの標準モジュール確認君 - 技林ブログ" title="はてなブックマーク - Perlの標準モジュール確認君 - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/prototype/2008/002194.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/prototype/2008/002194.html</link>
<guid>http://tech.bayashi.jp/archives/entry/prototype/2008/002194.html</guid>
<category>作ってみた</category>
<category>module</category><category>perl</category><category>モジュール</category>
<pubDate>Mon, 28 Jul 2008 10:23:13 +0900</pubDate>
</item>

<item>
<title>芸能人・著名人の関連人物を返すWebサービス/楽</title>
<description><![CDATA[[2010/01/17 追記]
こちら、サービスの提供を停止しました。


<strike>セマンティックウェブ技術かどうかはわかりませんが、A2S(Amazon Associates Web Service)を利用して、ある人名の関連人物を返すWebサービスを作ってみました。</strike>]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/prototype/2008/002173.html" title="芸能人・著名人の関連人物を返すWebサービス"><cite>芸能人・著名人の関連人物を返すWebサービス</cite><p><p>[2010/01/17 追記]<br />
こちら、サービスの提供を停止しました。</p>

<p><br />
<strike>セマンティックウェブ技術かどうかはわかりませんが、A2S(Amazon Associates Web Service)を利用して、ある人名の関連人物を返すWebサービスを作ってみました。</strike></p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/prototype/2008/002173.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/prototype/2008/002173.html" alt="はてなブックマーク - 芸能人・著名人の関連人物を返すWebサービス - 技林ブログ" title="はてなブックマーク - 芸能人・著名人の関連人物を返すWebサービス - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/prototype/2008/002173.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/prototype/2008/002173.html</link>
<guid>http://tech.bayashi.jp/archives/entry/prototype/2008/002173.html</guid>
<category>作ってみた</category>
<category>A2S</category><category>API</category><category>Webサービス</category><category>セマンティックウェブ</category><category>芸能人</category>
<pubDate>Wed, 16 Jul 2008 19:08:37 +0900</pubDate>
</item>

<item>
<title>はてなブックマークで関連エントリーをぶっこ抜いてみる/楽</title>
<description>良い子は公式APIを待て。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/techweb/2008/002171.html" title="はてなブックマークで関連エントリーをぶっこ抜いてみる"><cite>はてなブックマークで関連エントリーをぶっこ抜いてみる</cite><p><p>良い子は公式APIを待て。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/techweb/2008/002171.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/techweb/2008/002171.html" alt="はてなブックマーク - はてなブックマークで関連エントリーをぶっこ抜いてみる - 技林ブログ" title="はてなブックマーク - はてなブックマークで関連エントリーをぶっこ抜いてみる - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/techweb/2008/002171.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/techweb/2008/002171.html</link>
<guid>http://tech.bayashi.jp/archives/entry/techweb/2008/002171.html</guid>
<category>Webの技</category>
<category>API</category><category>SBM</category><category>Web-Scraper</category><category>はてなブックマーク</category><category>関連エントリ</category>
<pubDate>Tue, 15 Jul 2008 18:55:35 +0900</pubDate>
</item>

<item>
<title>はてダのーキーワードAPIはUTF8フラグが有効/楽</title>
<description>最近は文字化けの原因の９割が utf8フラグな感じ（個人的に）。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/web_api/2008/002170.html" title="はてダのーキーワードAPIはUTF8フラグが有効"><cite>はてダのーキーワードAPIはUTF8フラグが有効</cite><p><p>最近は文字化けの原因の９割が utf8フラグな感じ（個人的に）。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/web_api/2008/002170.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/web_api/2008/002170.html" alt="はてなブックマーク - はてダのーキーワードAPIはUTF8フラグが有効 - 技林ブログ" title="はてなブックマーク - はてダのーキーワードAPIはUTF8フラグが有効 - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/web_api/2008/002170.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/web_api/2008/002170.html</link>
<guid>http://tech.bayashi.jp/archives/entry/web_api/2008/002170.html</guid>
<category>Web API なれっじ</category>
<category>Perl</category><category>UTF-8</category><category>utf8フラグ</category><category>XML-RPC</category><category>文字コード</category>
<pubDate>Tue, 15 Jul 2008 09:39:05 +0900</pubDate>
</item>

<item>
<title>CPAN検索ブックマークレット/楽</title>
<description>ほとんどの人が自作してたり最速CPAN検索をサイドバーに入れて使ってると思いますが、個人的にIE（Donut Q）派だったりするのでCPAN検索用のブックマークレットを作ってみました。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/bookmarklet/2008/002155.html" title="CPAN検索ブックマークレット"><cite>CPAN検索ブックマークレット</cite><p><p>ほとんどの人が自作してたり最速CPAN検索をサイドバーに入れて使ってると思いますが、個人的にIE（Donut Q）派だったりするのでCPAN検索用のブックマークレットを作ってみました。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/bookmarklet/2008/002155.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/bookmarklet/2008/002155.html" alt="はてなブックマーク - CPAN検索ブックマークレット - 技林ブログ" title="はてなブックマーク - CPAN検索ブックマークレット - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/bookmarklet/2008/002155.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/bookmarklet/2008/002155.html</link>
<guid>http://tech.bayashi.jp/archives/entry/bookmarklet/2008/002155.html</guid>
<category>便利ブックマークレット</category>
<category>CPAN</category><category>Perl</category><category>ブックマークレット</category>
<pubDate>Fri, 27 Jun 2008 14:02:44 +0900</pubDate>
</item>

<item>
<title>更新Pingの一括送信サービスつくった/楽</title>
<description>以前、Ping○○!というサービスを見つけて嬉々として利用していたのだけれど、メルマガとか有料サービスへの煽りがうっとおしかったりしたので、自前で更新Pingの一括送信サービスを作ってみました。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/prototype/2008/002153.html" title="更新Pingの一括送信サービスつくった"><cite>更新Pingの一括送信サービスつくった</cite><p><p>以前、Ping○○!というサービスを見つけて嬉々として利用していたのだけれど、メルマガとか有料サービスへの煽りがうっとおしかったりしたので、自前で更新Pingの一括送信サービスを作ってみました。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/prototype/2008/002153.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/prototype/2008/002153.html" alt="はてなブックマーク - 更新Pingの一括送信サービスつくった - 技林ブログ" title="はてなブックマーク - 更新Pingの一括送信サービスつくった - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/prototype/2008/002153.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/prototype/2008/002153.html</link>
<guid>http://tech.bayashi.jp/archives/entry/prototype/2008/002153.html</guid>
<category>作ってみた</category>
<category>Movable Type</category><category>ping</category><category>RSS</category><category>XML</category><category>XMLRPC-Lite</category>
<pubDate>Thu, 26 Jun 2008 08:33:37 +0900</pubDate>
</item>

<item>
<title>はてなid記法をMovable Typeに実装するプラグイン/楽</title>
<description><![CDATA[はてなダイアリーなど、はてなのサービスでは「id:genkivogue」などと記述することで id のダイアリーページに自動リンクする機能があります。
いわゆる“<a href="http://hatenadiary.g.hatena.ne.jp/keyword/%e3%81%af%e3%81%a6%e3%81%aa%e3%83%a6%e3%83%bc%e3%82%b6%e3%83%bc%e3%81%ab%e3%83%aa%e3%83%b3%e3%82%af%e3%81%99%e3%82%8b%ef%bc%88id%e8%a8%98%e6%b3%95%ef%bc%89" target="_blank">はてなid記法</a>”というものですが、この id で呼称する習慣はわりと浸透しているので、MT上でもこの記法が使えればいいのになと思ってプラグインをこさえてみました。
]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/movabletype-plugin/2008/002143.html" title="はてなid記法をMovable Typeに実装するプラグイン"><cite>はてなid記法をMovable Typeに実装するプラグイン</cite><p><p>はてなダイアリーなど、はてなのサービスでは「id:genkivogue」などと記述することで id のダイアリーページに自動リンクする機能があります。<br />
いわゆる“<a href="http://hatenadiary.g.hatena.ne.jp/keyword/%e3%81%af%e3%81%a6%e3%81%aa%e3%83%a6%e3%83%bc%e3%82%b6%e3%83%bc%e3%81%ab%e3%83%aa%e3%83%b3%e3%82%af%e3%81%99%e3%82%8b%ef%bc%88id%e8%a8%98%e6%b3%95%ef%bc%89" target="_blank">はてなid記法</a>”というものですが、この id で呼称する習慣はわりと浸透しているので、MT上でもこの記法が使えればいいのになと思ってプラグインをこさえてみました。<br />
</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/movabletype-plugin/2008/002143.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/movabletype-plugin/2008/002143.html" alt="はてなブックマーク - はてなid記法をMovable Typeに実装するプラグイン - 技林ブログ" title="はてなブックマーク - はてなid記法をMovable Typeに実装するプラグイン - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/movabletype-plugin/2008/002143.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/movabletype-plugin/2008/002143.html</link>
<guid>http://tech.bayashi.jp/archives/entry/movabletype-plugin/2008/002143.html</guid>
<category>MTプラグイン(3.Xまで)</category>
<category>Movable Type</category><category>はてな</category><category>プラグイン</category>
<pubDate>Fri, 06 Jun 2008 16:36:42 +0900</pubDate>
</item>

<item>
<title>Perlの変数：多次元配列とかリファレンスとか/楽</title>
<description>Perlで複雑なデータ構造を変数に組み立てる場合、リファレンスを使って表現する。
だから、多次元配列とかハッシュのハッシュとか無名配列・無名ハッシュ辺りは、リファレンスとまとめて覚えないといけないみたいだ。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2008/002141.html" title="Perlの変数：多次元配列とかリファレンスとか"><cite>Perlの変数：多次元配列とかリファレンスとか</cite><p><p>Perlで複雑なデータ構造を変数に組み立てる場合、リファレンスを使って表現する。<br />
だから、多次元配列とかハッシュのハッシュとか無名配列・無名ハッシュ辺りは、リファレンスとまとめて覚えないといけないみたいだ。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2008/002141.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2008/002141.html" alt="はてなブックマーク - Perlの変数：多次元配列とかリファレンスとか - 技林ブログ" title="はてなブックマーク - Perlの変数：多次元配列とかリファレンスとか - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2008/002141.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2008/002141.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2008/002141.html</guid>
<category>Perl</category>
<category>ARRAY</category><category>HASH</category><category>Perl</category><category>リファレンス</category><category>変数</category><category>連想配列</category>
<pubDate>Tue, 03 Jun 2008 15:10:24 +0900</pubDate>
</item>

<item>
<title>WebService::SimpleでAmazon Web API/楽</title>
<description><![CDATA[ぜんぜんエロくなかった、とかいう感想が散見された<a href="http://yusukebe.com/" target="_blank">Yusukebeさん</a>のYAPC::Asia2008 LT。
そこでいたってまじめに紹介された <strong>WebService::Simple</strong> を使って、Amazon A2S(旧ECS)を使ってみたメモです。]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2008/002139.html" title="WebService::SimpleでAmazon Web API"><cite>WebService::SimpleでAmazon Web API</cite><p><p>ぜんぜんエロくなかった、とかいう感想が散見された<a href="http://yusukebe.com/" target="_blank">Yusukebeさん</a>のYAPC::Asia2008 LT。<br />
そこでいたってまじめに紹介された <strong>WebService::Simple</strong> を使って、Amazon A2S(旧ECS)を使ってみたメモです。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2008/002139.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2008/002139.html" alt="はてなブックマーク - WebService::SimpleでAmazon Web API - 技林ブログ" title="はてなブックマーク - WebService::SimpleでAmazon Web API - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2008/002139.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2008/002139.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2008/002139.html</guid>
<category>Perl</category>
<category>A2S</category><category>Amazon</category><category>API</category><category>CPAN</category><category>ECS</category><category>Perl</category><category>Web</category><category>WebService::Simple</category><category>XML</category><category>yapcasia2008</category><category>モジュール</category>
<pubDate>Tue, 27 May 2008 12:34:56 +0900</pubDate>
</item>

<item>
<title>PersistentPerl（SpeedyCGI）のチューニング/楽</title>
<description><![CDATA[<a href="http://tech.bayashi.jp/archives/entry/perl/2008/002117.html" target="_blank">先日 導入してみた <strong>PersistentPerl</strong>（SpeedyCGI）</a> ですが、どうもうまく動いていない風だったのでチューニングしてみました。]]></description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2008/002126.html" title="PersistentPerl（SpeedyCGI）のチューニング"><cite>PersistentPerl（SpeedyCGI）のチューニング</cite><p><p><a href="http://tech.bayashi.jp/archives/entry/perl/2008/002117.html" target="_blank">先日 導入してみた <strong>PersistentPerl</strong>（SpeedyCGI）</a> ですが、どうもうまく動いていない風だったのでチューニングしてみました。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2008/002126.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2008/002126.html" alt="はてなブックマーク - PersistentPerl（SpeedyCGI）のチューニング - 技林ブログ" title="はてなブックマーク - PersistentPerl（SpeedyCGI）のチューニング - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2008/002126.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2008/002126.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2008/002126.html</guid>
<category>Perl</category>
<category>Apache</category><category>KeepAlive</category><category>MaxClients</category><category>Perl</category><category>PersistentPerl</category>
<pubDate>Tue, 20 May 2008 09:15:10 +0900</pubDate>
</item>

<item>
<title>Crawlerに訪問頻度を明示する/楽</title>
<description>Webページには、様々なCrawlers(bot, robot, Spiders, Web Robot)が訪問してきますが、その訪問頻度について一応、明示することが出来るそうなのでそのやり方をメモ。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/techweb/2008/002125.html" title="Crawlerに訪問頻度を明示する"><cite>Crawlerに訪問頻度を明示する</cite><p><p>Webページには、様々なCrawlers(bot, robot, Spiders, Web Robot)が訪問してきますが、その訪問頻度について一応、明示することが出来るそうなのでそのやり方をメモ。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/techweb/2008/002125.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/techweb/2008/002125.html" alt="はてなブックマーク - Crawlerに訪問頻度を明示する - 技林ブログ" title="はてなブックマーク - Crawlerに訪問頻度を明示する - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/techweb/2008/002125.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/techweb/2008/002125.html</link>
<guid>http://tech.bayashi.jp/archives/entry/techweb/2008/002125.html</guid>
<category>Webの技</category>
<category>bot</category><category>Crawl-delay</category><category>Crawler</category><category>robots.txt</category><category>検索エンジン</category>
<pubDate>Mon, 19 May 2008 05:42:59 +0900</pubDate>
</item>

<item>
<title>YAPC::Asia 2008に行ってきた/楽</title>
<description>名古屋から横浜に引っ越してきてもうすぐ１年になろうとしている。
せっかくだから、越してきたなりの経験をしたいと思っていたところに YAPC::Asia2008 というイベントがあることを知ったので、および腰ながら参加してきました。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2008/002124.html" title="YAPC::Asia 2008に行ってきた"><cite>YAPC::Asia 2008に行ってきた</cite><p><p>名古屋から横浜に引っ越してきてもうすぐ１年になろうとしている。<br />
せっかくだから、越してきたなりの経験をしたいと思っていたところに YAPC::Asia2008 というイベントがあることを知ったので、および腰ながら参加してきました。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2008/002124.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2008/002124.html" alt="はてなブックマーク - YAPC::Asia 2008に行ってきた - 技林ブログ" title="はてなブックマーク - YAPC::Asia 2008に行ってきた - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2008/002124.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2008/002124.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2008/002124.html</guid>
<category>Perl</category>
<category>Perl</category><category>yapcasia2008</category><category>カンファレンス</category>
<pubDate>Sat, 17 May 2008 05:25:00 +0900</pubDate>
</item>

<item>
<title>Amazon A2S(ECS)のカテゴリCheat Sheet/楽</title>
<description>いつのまにかECS4.0からA2S(Amazon Associates Web Service)になってた Amazon Web API ですが、カテゴリもどんどん増えて、いろいろわけがわからなくなってきたので表にまとめてみました。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/web_api/2008/002123.html" title="Amazon A2S(ECS)のカテゴリCheat Sheet"><cite>Amazon A2S(ECS)のカテゴリCheat Sheet</cite><p><p>いつのまにかECS4.0からA2S(Amazon Associates Web Service)になってた Amazon Web API ですが、カテゴリもどんどん増えて、いろいろわけがわからなくなってきたので表にまとめてみました。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/web_api/2008/002123.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/web_api/2008/002123.html" alt="はてなブックマーク - Amazon A2S(ECS)のカテゴリCheat Sheet - 技林ブログ" title="はてなブックマーク - Amazon A2S(ECS)のカテゴリCheat Sheet - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/web_api/2008/002123.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/web_api/2008/002123.html</link>
<guid>http://tech.bayashi.jp/archives/entry/web_api/2008/002123.html</guid>
<category>Web API なれっじ</category>
<category>A2S</category><category>Amazon</category><category>API</category><category>ECS</category><category>カテゴリ</category>
<pubDate>Tue, 13 May 2008 10:21:32 +0900</pubDate>
</item>

<item>
<title>PersistentPerl（SpeedyCGI）のメモ/楽</title>
<description>PersistentPerl は Perlスクリプトをメモリに常駐させて起動時のオーバヘッドを軽減し、サーバ負荷やレスポンスを改善する。同じような機能の mod_perl ほどの効果はないようですが、導入が比較的楽そうなので、インストールから稼動までやってみました。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2008/002117.html" title="PersistentPerl（SpeedyCGI）のメモ"><cite>PersistentPerl（SpeedyCGI）のメモ</cite><p><p>PersistentPerl は Perlスクリプトをメモリに常駐させて起動時のオーバヘッドを軽減し、サーバ負荷やレスポンスを改善する。同じような機能の mod_perl ほどの効果はないようですが、導入が比較的楽そうなので、インストールから稼動までやってみました。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2008/002117.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2008/002117.html" alt="はてなブックマーク - PersistentPerl（SpeedyCGI）のメモ - 技林ブログ" title="はてなブックマーク - PersistentPerl（SpeedyCGI）のメモ - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2008/002117.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2008/002117.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2008/002117.html</guid>
<category>Perl</category>
<category>Apache</category><category>CPAN</category><category>Perl</category><category>PersistentPerl</category><category>SpeedyCGI</category><category>変数</category>
<pubDate>Wed, 30 Apr 2008 09:25:30 +0900</pubDate>
</item>

<item>
<title>Cache::FileCacheのキャッシュを削除する/楽</title>
<description>ながらくURI::Fetch と Cache::FileCache を組み合わせて動的ページの高速化を図ってたんですけど、ついぞおとといまで溜まりにたまったキャッシュファイルに堪らなくなり、これすなわち削除と相成りました。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2008/002112.html" title="Cache::FileCacheのキャッシュを削除する"><cite>Cache::FileCacheのキャッシュを削除する</cite><p><p>ながらくURI::Fetch と Cache::FileCache を組み合わせて動的ページの高速化を図ってたんですけど、ついぞおとといまで溜まりにたまったキャッシュファイルに堪らなくなり、これすなわち削除と相成りました。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2008/002112.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2008/002112.html" alt="はてなブックマーク - Cache::FileCacheのキャッシュを削除する - 技林ブログ" title="はてなブックマーク - Cache::FileCacheのキャッシュを削除する - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2008/002112.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2008/002112.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2008/002112.html</guid>
<category>Perl</category>
<category>Cache::FileCache</category><category>Perl</category><category>purge</category><category>URI::Fetch</category><category>キャッシュ</category><category>モジュール</category>
<pubDate>Tue, 15 Apr 2008 12:59:49 +0900</pubDate>
</item>

<item>
<title>Perlのヒアドキュメント内で関数を呼ぶ/楽</title>
<description>出来ること知らんかった。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2008/002110.html" title="Perlのヒアドキュメント内で関数を呼ぶ"><cite>Perlのヒアドキュメント内で関数を呼ぶ</cite><p><p>出来ること知らんかった。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2008/002110.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2008/002110.html" alt="はてなブックマーク - Perlのヒアドキュメント内で関数を呼ぶ - 技林ブログ" title="はてなブックマーク - Perlのヒアドキュメント内で関数を呼ぶ - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2008/002110.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2008/002110.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2008/002110.html</guid>
<category>Perl</category>
<category>sub</category><category>ヒアドキュメント</category><category>関数</category>
<pubDate>Thu, 10 Apr 2008 09:21:00 +0900</pubDate>
</item>

<item>
<title>Perl5.8でUTF-8のメモ/楽</title>
<description>Perl5.8 においてソースを UTF-8 で記述し、内部的にも UTF-8 で処理するための覚書です。
難しい言葉を避けて、なるべく自分で理解しやすいように書きました。</description>
<content:encoded><![CDATA[<blockquote cite="http://tech.bayashi.jp/archives/entry/perl/2008/002104.html" title="Perl5.8でUTF-8のメモ"><cite>Perl5.8でUTF-8のメモ</cite><p><p>Perl5.8 においてソースを UTF-8 で記述し、内部的にも UTF-8 で処理するための覚書です。<br />
難しい言葉を避けて、なるべく自分で理解しやすいように書きました。</p></p><p><a href="http://b.hatena.ne.jp/entry/http://tech.bayashi.jp/archives/entry/perl/2008/002104.html"><img src="http://b.hatena.ne.jp/entry/image/http://tech.bayashi.jp/archives/entry/perl/2008/002104.html" alt="はてなブックマーク - Perl5.8でUTF-8のメモ - 技林ブログ" title="はてなブックマーク - Perl5.8でUTF-8のメモ - 技林ブログ" border="0" /></a> <a href="http://b.hatena.ne.jp/append?http://tech.bayashi.jp/archives/entry/perl/2008/002104.html"><img src="http://b.hatena.ne.jp/images/append.gif" border="0" alt="はてなブックマークに追加" title="はてなブックマークに追加" /></a></p></blockquote>]]></content:encoded>
<link>http://tech.bayashi.jp/archives/entry/perl/2008/002104.html</link>
<guid>http://tech.bayashi.jp/archives/entry/perl/2008/002104.html</guid>
<category>Perl</category>
<category>Perl</category><category>UTF-8</category><category>utf8</category><category>utf8フラグ</category><category>マルチバイト文字</category><category>文字コード</category>
<pubDate>Tue, 01 Apr 2008 14:31:38 +0900</pubDate>
</item>



</channel>
</rss>