<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>Hackadelic</title>
      <link>http://www.art-code.org/</link>
      <description>Perlの普及と今後のWebアプリケーションについてズバっとね。</description>
      <language>ja</language>
      <copyright>Copyright 2008</copyright>
      <lastBuildDate>Tue, 18 Jul 2006 06:36:57 +0900</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.2-ja-2</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>CygTermで起動するとDOS窓が開いてしまう罠</title>
         <description><![CDATA[<div class="entry-body">
  <p>
    どういう訳か<a href="http://www.dd.iij4u.or.jp/~nsym/cygwin/cygterm/" title="CygTerm">CygTerm</a>をインストールしたらなぜかDOS窓が…。<br />
    仕方ないので<a href="http://ja.poderosa.org/" title="Poderosa">Poderosa</a>で起動させてたんですが、<a href="http://ja.poderosa.org/" title="Poderosa">Poderosa</a>ってたまに音も無くダウンしてる時があるので、結構油断出来ない罠。
  </p>
  <p>
    Googlingしてたら解決策があったのでメモしておきます。
  </p>
</div>]]></description>
         <link>http://www.art-code.org/2006/07/cygtermdos.html</link>
         <guid>http://www.art-code.org/2006/07/cygtermdos.html</guid>
         <category>Cygwin</category>
         <pubDate>Tue, 18 Jul 2006 06:36:57 +0900</pubDate>
      </item>
            <item>
         <title>Editing Template Toolkit on Emacs</title>
         <description><![CDATA[<div class="entry-body">
<dl>
<dt><a href="http://dave.org.uk/emacs/tt-mode.el" title="tt-mode.el">tt-mode.el</a></dt>
<dd>Emacs major mode for editing Template Toolkit files</dd>
</dl>
<p>
こんなelispがあるみたいっすね。
とりあえず使ってみようかな。
</p>
</div>
]]></description>
         <link>http://www.art-code.org/2006/07/editing_template_toolkit_on_em.html</link>
         <guid>http://www.art-code.org/2006/07/editing_template_toolkit_on_em.html</guid>
         <category>Emacs</category>
         <pubDate>Tue, 18 Jul 2006 03:04:46 +0900</pubDate>
      </item>
            <item>
         <title>Shibuya.JS Technical Talk 2</title>
         <description><![CDATA[<body class="entry-body">
<p>先ほど<a href="http://shibuyajs.org/" title="Shibuya.JS">Shibuya.JS</a>の<a href="http://shibuyajs.org/articles/2006/06/15/technical-talk-2" title="Technical Talk #2">Technical Talk #2</a>に行ってまいりました。</p>
<p>前半は<del>ラーメンを食べて来たので</del>ちょっと見れませんでしたが、簡単に感想なんかを</p>
</body>]]></description>
         <link>http://www.art-code.org/2006/06/shibuyajs_technical_talk_2.html</link>
         <guid>http://www.art-code.org/2006/06/shibuyajs_technical_talk_2.html</guid>
         <category>JavaScript</category>
         <pubDate>Fri, 30 Jun 2006 22:10:54 +0900</pubDate>
      </item>
            <item>
         <title>開発合宿に行ってきました</title>
         <description><![CDATA[<div class="entry-body">
<p>
<a href="http://www.100shiki.com/" title="百式">百式</a>の<a href="http://www.ideaxidea.com/" title="田口">田口</a>さん、<a href="http://sidefeed.com/" title="サイドフィード">サイドフィード</a>の<a href="http://blog.myrss.jp/" title="赤松">赤松</a>さん、<a href="http://www.unoh.net/" title="ウノウ">ウノウ</a>の<a href="http://3mon.com/blog/" title="石原">石原</a>さんと共に開発合宿に水上まで行ってきました。
</p>
<p>
折角なので色々とそのときの内容なんかを書いてみます。
</p>
</div>]]></description>
         <link>http://www.art-code.org/2006/06/post.html</link>
         <guid>http://www.art-code.org/2006/06/post.html</guid>
         <category>Diary</category>
         <pubDate>Thu, 29 Jun 2006 02:15:56 +0900</pubDate>
      </item>
            <item>
         <title>rakeコマンド</title>
         <description><![CDATA[<div class="entry-body">
<p><a href="http://rake.rubyforge.org/" title="rake">rake</a>コマンドなる物が存在するとRakefileを使ってパッケージングが出来るそうな。</p>
<p>と言うか<a href="http://rubyforge.org/">rubyforge.org</a>なんてあるんですな。ｗ</p>
<p>余談ですが<a href="http://prototype.conio.net/" title="prototype.js">prototype.js</a>のレポジトリを追いかける際に恐らく必要になるでしょう。</p>
</div>]]></description>
         <link>http://www.art-code.org/2006/06/rake.html</link>
         <guid>http://www.art-code.org/2006/06/rake.html</guid>
         <category>Ruby</category>
         <pubDate>Sun, 25 Jun 2006 21:45:19 +0900</pubDate>
      </item>
            <item>
         <title>Yet Another C Compiler</title>
         <description><![CDATA[<div class="entry-body">
<p>Cコンパイラに普通はgccを使う訳ですが、ApacheやらMySQLやらって高速化したいのが本当の所です。</p>
<p>以前、友人から<a href="http://www.intel.com/cd/software/products/asmo-na/eng/compilers/284264.htm" title="Intel Compiler for Linux">icc</a>と言う存在を聞きましたが、<a href="http://www.goof.com/pcg/index.html" title="pgcc">pgcc</a>なるオープンソースなC Compilerも存在するようです。</p>
</div>]]></description>
         <link>http://www.art-code.org/2006/06/yet_another_c_compiler.html</link>
         <guid>http://www.art-code.org/2006/06/yet_another_c_compiler.html</guid>
         <category>Linux</category>
         <pubDate>Thu, 22 Jun 2006 11:44:57 +0900</pubDate>
      </item>
            <item>
         <title>NEXTモジュールの検証中で</title>
         <description><![CDATA[<p>
ついついみんなハマった件について。
</p>]]></description>
         <link>http://www.art-code.org/2006/06/next.html</link>
         <guid>http://www.art-code.org/2006/06/next.html</guid>
         <category>CPAN</category>
         <pubDate>Wed, 21 Jun 2006 02:52:27 +0900</pubDate>
      </item>
            <item>
         <title>hide from PAUSE</title>
         <description><![CDATA[<p>
どうもpackage宣言を下記のように書くとPAUSEにupしたときにクロール(!?)されないようだ。
</p>
<p>
(via <a href="http://search.cpan.org/~jrobinson/DBIx-Class-0.06003/lib/DBIx/Class.pm" title="DBIx::Class">DBIx::Class::Componentised</a>)
</p>
<code class="perl">
package # hide from PAUSE
    DBIx::Class::Componentised;
</code>]]></description>
         <link>http://www.art-code.org/2006/06/hide_from_pause.html</link>
         <guid>http://www.art-code.org/2006/06/hide_from_pause.html</guid>
         <category>CPAN</category>
         <pubDate>Tue, 20 Jun 2006 17:28:25 +0900</pubDate>
      </item>
            <item>
         <title>MeCabのインストール</title>
         <description><![CDATA[<p>
<a href="http://mecab.sourceforge.jp/" title="MeCab">MeCab</a> 0.91をインストールしてみましたので、そのメモです。
</p>]]></description>
         <link>http://www.art-code.org/2006/06/mecab.html</link>
         <guid>http://www.art-code.org/2006/06/mecab.html</guid>
         <category>Linux</category>
         <pubDate>Mon, 19 Jun 2006 23:39:38 +0900</pubDate>
      </item>
            <item>
         <title>iso-2022-jpのBエンコーディング</title>
         <description><![CDATA[<p>
そういえばBase64 Bエンコーディングをダイレクトにやるモジュールって今まで見たこと無かったけど、たまたま見つけました。
</p>]]></description>
         <link>http://www.art-code.org/2006/06/iso2022jpb.html</link>
         <guid>http://www.art-code.org/2006/06/iso2022jpb.html</guid>
         <category>CPAN</category>
         <pubDate>Mon, 19 Jun 2006 20:13:22 +0900</pubDate>
      </item>
            <item>
         <title>libcのバージョン確認</title>
         <description><![CDATA[<p>
Tipsってよりただのメモ。<br />
/usr/libかと思ったら/libだったってオチ。ｗ
</p>]]></description>
         <link>http://www.art-code.org/2006/06/libc.html</link>
         <guid>http://www.art-code.org/2006/06/libc.html</guid>
         <category>Tips</category>
         <pubDate>Mon, 19 Jun 2006 15:28:13 +0900</pubDate>
      </item>
            <item>
         <title>csshoverを使ったWeb StandardなCSSコーディング</title>
         <description><![CDATA[<p>
IEのせいで、:hoverとか:activeとか使いたいが為に無理やりanchorを使うマークアップを良く見かけますが、
これを極力Web Standardに近づける為の方法に<a href="http://www.xs4all.nl/~peterned/csshover.html" title="csshover">csshover2.htc</a>ってのがあるのでご紹介。
</p>]]></description>
         <link>http://www.art-code.org/2006/06/csshoverweb_standardcss.html</link>
         <guid>http://www.art-code.org/2006/06/csshoverweb_standardcss.html</guid>
         <category>CSS</category>
         <pubDate>Mon, 19 Jun 2006 14:49:31 +0900</pubDate>
      </item>
            <item>
         <title>AUTO_INCREMENTを使わずにシーケンスをエミュレートする</title>
         <description><![CDATA[<div class="abstract">
<p>
冗長化を考えるとAUTO_INCREMENTなカラムってちょっと使いにくかったり…。
あるいはトランザクションセーフな処理を考えて見ても、AUTO_INCREMENTを使うと、
INSERTしてからlast_insert_idで取得って流れになってしまい、やっぱり使いにくいなぁなんて。
</p>
<p>
余り知られていないかもしれないが、公式ドキュメントでも紹介しているシーケンスのエミュレート方法についてメモって見ます。
</p>
</div>]]></description>
         <link>http://www.art-code.org/2006/06/auto_increment.html</link>
         <guid>http://www.art-code.org/2006/06/auto_increment.html</guid>
         <category>MySQL</category>
         <pubDate>Mon, 19 Jun 2006 11:10:57 +0900</pubDate>
      </item>
      
   </channel>
</rss>
