<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>ヱビスブログ - Mac</title>
    <link>http://thug4dev.com/</link>
    <description>ThugDevLife</description>
    <dc:language>ja</dc:language>
    <generator>Serendipity 1.5.3 - http://www.s9y.org/</generator>
    <pubDate>Fri, 06 Mar 2009 00:40:46 GMT</pubDate>

    <image>
        <url>http://thug4dev.com/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: ヱビスブログ - Mac - ThugDevLife</title>
        <link>http://thug4dev.com/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>MacPorts の Screen 4.0.3_3 がおかしいのでなんとかする</title>
    <link>http://thug4dev.com/index.php?/archives/217-MacPorts-Screen-4.0.3_3.html</link>
            <category>Mac</category>
    
    <comments>http://thug4dev.com/index.php?/archives/217-MacPorts-Screen-4.0.3_3.html#comments</comments>
    <wfw:comment>http://thug4dev.com/wfwcomment.php?cid=217</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://thug4dev.com/rss.php?version=2.0&amp;type=comments&amp;cid=217</wfw:commentRss>
    

    <author>nospam@example.com (kiyosick)</author>
    <content:encoded>
    deflogin が unknown command だ、みたいな事を言われるようになってしまった。あと mate コマンドで TextMate が起動出来ない。&lt;br /&gt;
&lt;br /&gt;
これは困るので 4.0.3_1 に戻したい。&lt;br /&gt;
screen はアンインストールした状態で始めます。&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;1. trac で確認する&lt;/strong&gt;&lt;br /&gt;
MacPorts Trac&lt;br /&gt;
&lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/trac.macports.org/browser/trunk/dports&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/trac.macports.org/browser/trunk/dports&#039;]);&quot;  href=&quot;http://trac.macports.org/browser/trunk/dports&quot;&gt;http://trac.macports.org/browser/trunk/dports&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
今回の件はチケットがあった。&lt;br /&gt;
&lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/trac.macports.org/ticket/18235&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/trac.macports.org/ticket/18235&#039;]);&quot;  href=&quot;http://trac.macports.org/ticket/18235&quot;&gt;http://trac.macports.org/ticket/18235&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
4.0.3_1 のリビジョンを確認する。これだ。&lt;br /&gt;
&lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/trac.macports.org/browser/trunk/dports/sysutils/screen/Portfile?rev=45522&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/trac.macports.org/browser/trunk/dports/sysutils/screen/Portfile?rev=45522&#039;]);&quot;  href=&quot;http://trac.macports.org/browser/trunk/dports/sysutils/screen/Portfile?rev=45522&quot;&gt;http://trac.macports.org/browser/trunk/dports/sysutils/screen/Portfile?rev=45522&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;2. svn co する&lt;/strong&gt;&lt;br /&gt;
適当な所でもいいし、自分の local portfile 置き場あるならそこに。俺は $HOME/dports というディレクトリを作ってるのでそこへチェックアウト。&lt;br /&gt;
&lt;pre&gt;
% cd ~/dports
% svn co –r 45522 http://svn.macports.org/repository/macports/trunk/dports/sysutils/screen \
sysutils/screen/&lt;/pre&gt;&lt;br /&gt;
&lt;strong&gt;3. sudo port install する&lt;/strong&gt;&lt;br /&gt;
Portfile のあるディレクトリで port install すると宜しくやってくれるようだ。&lt;br /&gt;
&lt;pre&gt;
% cd ./sysutils/screen
% sudo port install&lt;/pre&gt;&lt;br /&gt;
&lt;strong&gt;4. 確認する&lt;/strong&gt;&lt;br /&gt;
&lt;pre&gt;
% port installed | grep screen
  screen @4.0.3_1 (active)&lt;/pre&gt;&lt;br /&gt;
いいんじゃないでしょうか。&lt;br /&gt;
&lt;br /&gt;
local portfile の手法でチェックアウト後に portindex したんだけれども、どうもリビジョンまでは見てもらえないっぽい？ sudo port install screen @4.0.3_1 にしても 4.0.3_3 が入ってしまった。&lt;br /&gt;
&lt;br /&gt;
screen に限らず MacPorts で older revision のアイテムが欲しい時はこのやり方でいけそう。&lt;br /&gt;
&lt;br /&gt;
ref&lt;br /&gt;
&lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/trac.macports.org/wiki/howto/InstallingOlderPort&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/trac.macports.org/wiki/howto/InstallingOlderPort&#039;]);&quot;  href=&quot;https://trac.macports.org/wiki/howto/InstallingOlderPort&quot;&gt;https://trac.macports.org/wiki/howto/InstallingOlderPort&lt;/a&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Thu, 05 Mar 2009 16:32:05 -0800</pubDate>
    <guid isPermaLink="false">http://thug4dev.com/index.php?/archives/217-guid.html</guid>
    
</item>
<item>
    <title>[俺メモ] Safari のショートカットキーを変更する</title>
    <link>http://thug4dev.com/index.php?/archives/206-Safari.html</link>
            <category>Blog</category>
            <category>Mac</category>
            <category>TextMate</category>
    
    <comments>http://thug4dev.com/index.php?/archives/206-Safari.html#comments</comments>
    <wfw:comment>http://thug4dev.com/wfwcomment.php?cid=206</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://thug4dev.com/rss.php?version=2.0&amp;type=comments&amp;cid=206</wfw:commentRss>
    

    <author>nospam@example.com (kiyosick)</author>
    <content:encoded>
    Safari のタブ選択ショートカットキーはデフォルトが「⌘{ / ⌘}」なんですが、Dvorak-Qwerty⌘ の環境だとイマイチ動いてくれない。&lt;br /&gt;
&lt;br /&gt;
で、これを変更する方法をたまに忘れるので例によって俺メモ。&lt;br /&gt;
Safari に限った事ではなくて Mac OS X のアプリケーション全体で使えます。&lt;br /&gt;
&lt;br /&gt;
	&lt;ol&gt;
	&lt;li&gt;「システム環境設定」 → 「キーボードとマウス」&lt;/li&gt;
		&lt;li&gt;「キーボードショートカット」タブ&lt;/li&gt;
		&lt;li&gt;「+」をクリック、変更したいアプリケーションを選択する&lt;/li&gt;
		&lt;li&gt;メニュー項目を入力（「次のタブを選択」）&lt;/li&gt;
		&lt;li&gt;ショートカットキーを入力&lt;/li&gt;
	&lt;/ol&gt;&lt;br /&gt;
&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://thug4dev.com/uploads/SystemPrefScreenSnapz001.png&#039;&gt;&lt;!-- s9ymdb:73 --&gt;&lt;img width=&quot;110&quot; height=&quot;99&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://thug4dev.com/uploads/SystemPrefScreenSnapz001.serendipityThumb.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
これだけ。すげーカンタン。&lt;br /&gt;
&lt;br /&gt;
Firefox と同等にしました。&lt;br /&gt;
TextMate のタブ切り替えもこれなのでコンテキストスイッチする必要が無くて安心。&lt;br /&gt;
&lt;br /&gt;
SafariStand を入れておくと更に「カンマ / ピリオド」でもいけるようになる。 
    </content:encoded>

    <pubDate>Thu, 14 Feb 2008 00:58:00 -0800</pubDate>
    <guid isPermaLink="false">http://thug4dev.com/index.php?/archives/206-guid.html</guid>
    
</item>
<item>
    <title>livedoor Reader の使い方を間違っていた</title>
    <link>http://thug4dev.com/index.php?/archives/204-livedoor-Reader.html</link>
            <category>Blog</category>
            <category>Mac</category>
    
    <comments>http://thug4dev.com/index.php?/archives/204-livedoor-Reader.html#comments</comments>
    <wfw:comment>http://thug4dev.com/wfwcomment.php?cid=204</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://thug4dev.com/rss.php?version=2.0&amp;type=comments&amp;cid=204</wfw:commentRss>
    

    <author>nospam@example.com (kiyosick)</author>
    <content:encoded>
    livedoor Reader と言えば視点移動の少ない UI のおかけで楽にフィード閲覧が出来る、ピン機能、Greasemonkey でイジりまわせる等々。&lt;br /&gt;
&lt;br /&gt;
ただどうもここ最近使っている俺のテンポが悪い。ピンがすぐ埋まってしまう。&lt;br /&gt;
登録フィード数は5000件ちょいくらい。&lt;br /&gt;
&lt;br /&gt;
フローはこんな感じ&lt;br /&gt;
&lt;br /&gt;
1. ピンを立てる&lt;br /&gt;
2. 記事を読みにいく&lt;br /&gt;
3. 内容次第では &lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/www.barebones.com/products/yojimbo/&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/www.barebones.com/products/yojimbo/&#039;]);&quot;  href=&quot;http://www.barebones.com/products/yojimbo/&quot;&gt;Yojimbo&lt;/a&gt; にブックマークあるいはアーカイブ&lt;br /&gt;
&lt;br /&gt;
ピンは100件までなので溜まりきったら読んで空きを確保するわけですが、この作業が頻発する。&lt;br /&gt;
そのせいか「ピンを立ててもいいんだが空きが少ないから止めておこう」という非常に宜しくない事を考えるようになってしまった。&lt;br /&gt;
&lt;br /&gt;
ピンを同時に別の何か、SBM 的なモノに投げるようなグリモンでも書こう。でもわざわざそんなことせんでも「一発クリップ」があるなー、という段階でピンの使い方を間違っていた事にようやく気付いた。重要度の高い（であろう）記事は一発クリップ、ニュースや中身の薄そうな記事はピン、という使い方が良いんじゃないか。&lt;br /&gt;
&lt;br /&gt;
一昨日くらいからこのスタイルにしてみたんですが、これが結構いい具合。ピンの溜まるスピードがかなり落ちる。ピンに立ててある記事は比較的どうでもいいものがほとんどなので開いて斜め読みして閉じていく事で LDR にすぐ戻れる。意外と良ければ Yojimbo に投げる。&lt;br /&gt;
&lt;br /&gt;
livedoor Clip は LDRize でバツバツ読めるし、自分の clip したフィードを &lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/www.opencommunity.co.uk/vienna2.php&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/www.opencommunity.co.uk/vienna2.php&#039;]);&quot;  href=&quot;http://www.opencommunity.co.uk/vienna2.php&quot;&gt;Vienna&lt;/a&gt; に食わせておくようにもしている。タブで元記事表示が出来るので悪くない。Vienna 単体で RSS リーダーとして使うには複数台環境で厄介になるが、フィード1件ならどうでもいい。Vienna から Yojimbo にブックマークやアーカイブする AppleScript を書けばより幸せになれる。&lt;br /&gt;
&lt;br /&gt;
&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://thug4dev.com/uploads/ViennaScreenSnapz002.png&#039;&gt;&lt;!-- s9ymdb:72 --&gt;&lt;img width=&quot;110&quot; height=&quot;93&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://thug4dev.com/uploads/ViennaScreenSnapz002.serendipityThumb.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
購読数が7000や8000になるとまた読み方が変わってくるとは思いますが、今の所はこれで機能しそうです。 
    </content:encoded>

    <pubDate>Mon, 21 Jan 2008 05:29:00 -0800</pubDate>
    <guid isPermaLink="false">http://thug4dev.com/index.php?/archives/204-guid.html</guid>
    
</item>
<item>
    <title>iTunes で MixCD のトラック管理を簡便にする見事なアイディア</title>
    <link>http://thug4dev.com/index.php?/archives/195-iTunes-MixCD.html</link>
            <category>Blog</category>
            <category>Mac</category>
    
    <comments>http://thug4dev.com/index.php?/archives/195-iTunes-MixCD.html#comments</comments>
    <wfw:comment>http://thug4dev.com/wfwcomment.php?cid=195</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://thug4dev.com/rss.php?version=2.0&amp;type=comments&amp;cid=195</wfw:commentRss>
    

    <author>nospam@example.com (kiyosick)</author>
    <content:encoded>
    仰々しくソレっぽいタイトルを付けてみましたが、大技を使ってるとかじゃないです。&lt;br /&gt;
でもすっごい感動した！のでちょっと紹介させて下さい。&lt;br /&gt;
もしかすると有名な手法なのかもしれないけど。&lt;br /&gt;
&lt;br /&gt;
年末なんで &lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/www.musiclove.co.jp/mixtape/hirokicd22.html&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/www.musiclove.co.jp/mixtape/hirokicd22.html&#039;]);&quot;  href=&quot;http://www.musiclove.co.jp/mixtape/hirokicd22.html&quot;&gt;DJ HIROKI が Best of 2007 の MixCD を発売した&lt;/a&gt;わけですが、2 枚合わせて 120 曲！&lt;br /&gt;
で、これをそのまま iTunes でインポートしちゃうと大変な事になってしまうのは想像に易い。そもそも MixCD のトラックをバラして聴くのもおかしいので、大体は「CD トラックを統合」オプションを使って 1 曲扱いにしてインポートしております。&lt;br /&gt;
&lt;br /&gt;
ただこれをやっちゃうと「35:13 で掛かってるトラック名が知りたい」という時にちょっと不便する。&lt;br /&gt;
&lt;br /&gt;
どうしたものかと思っていたんですが、見事なアイディアを教えてもらいました。&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;「歌詞にトラックリストを入れておく」&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://thug4dev.com/uploads/iTunesScreenSnapz001.png&#039;&gt;&lt;!-- s9ymdb:4 --&gt;&lt;img width=&quot;110&quot; height=&quot;101&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://thug4dev.com/uploads/iTunesScreenSnapz001.serendipityThumb.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
これだけ。&lt;br /&gt;
その発想はなかったわ。&lt;br /&gt;
&lt;br /&gt;
確かにほぼフリースペースとして使える歌詞枠であれば、かなりのトラックリストでも突っ込んでおける。ベタ付きで見る事も滅多に無いので、気になった時に使うだけであればそんなに面倒でも無い。&lt;br /&gt;
&lt;br /&gt;
歌詞表示対応の iPod だと今聴いてるトラック名を簡単に調べられるそうですよ。&lt;br /&gt;
俺は普段使いが iPod Shuffle なんでわからんですけど。 
    </content:encoded>

    <pubDate>Tue, 11 Dec 2007 02:03:00 -0800</pubDate>
    <guid isPermaLink="false">http://thug4dev.com/index.php?/archives/195-guid.html</guid>
    
</item>
<item>
    <title>（Leopardの）MacPortsでApache2が起動しないmod_ssl問題</title>
    <link>http://thug4dev.com/index.php?/archives/194-LeopardMacPortsApache2mod_ssl.html</link>
            <category>Mac</category>
    
    <comments>http://thug4dev.com/index.php?/archives/194-LeopardMacPortsApache2mod_ssl.html#comments</comments>
    <wfw:comment>http://thug4dev.com/wfwcomment.php?cid=194</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://thug4dev.com/rss.php?version=2.0&amp;type=comments&amp;cid=194</wfw:commentRss>
    

    <author>nospam@example.com (kiyosick)</author>
    <content:encoded>
    退院したMacBookのセットアップをザクザク進めていて、MacPortsでApache2をブッコんだ。&lt;br /&gt;
&lt;br /&gt;
で、httpd.confのチェックをすると&lt;br /&gt;
&lt;pre&gt;
% /opt/local/apache2/bin/httpd -t
httpd: Syntax error on line 96 of /opt/local/apache2/conf/httpd.conf: 
Cannot load /opt/local/apache2/modules/mod_ssl.so into server: 
Symbol not found: _ssl_cmd_SSLCACertificateFile¥n  
Referenced from: /opt/local/apache2/modules/mod_ssl.so¥n  Expected in: flat namespace¥n
&lt;/pre&gt;こんな事を言われる。&lt;br /&gt;
&lt;br /&gt;
適当に検索して見えた事&lt;br /&gt;
&lt;br /&gt;
・Apache2.2.6で起きてるらしい&lt;br /&gt;
・Tigerでも発生する？&lt;br /&gt;
・LeopardのデフォルトのApache2.2.6とOpenSSLがMacPortsのモノとコンフリクトしてるんじゃないの説&lt;br /&gt;
・未だに解決はされていないらしい&lt;br /&gt;
&lt;br /&gt;
mod_sslを呼んでる部分をコメントアウトする、というオカマみたいな方法で逃げる事は出来るようだ。&lt;br /&gt;
&lt;br /&gt;
tracにチケット発行済みですが、これといった進捗はなさそう。&lt;br /&gt;
&lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/trac.macports.org/projects/macports/ticket/13182&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/trac.macports.org/projects/macports/ticket/13182&#039;]);&quot;  href=&quot;http://trac.macports.org/projects/macports/ticket/13182&quot;&gt;http://trac.macports.org/projects/macports/ticket/13182&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
バンドルされてるApache使えばいいじゃん、みたいな話かもしれません。 
    </content:encoded>

    <pubDate>Fri, 30 Nov 2007 03:49:00 -0800</pubDate>
    <guid isPermaLink="false">http://thug4dev.com/index.php?/archives/194-guid.html</guid>
    
</item>
<item>
    <title>MacBook 入院の原因はこれに違いない</title>
    <link>http://thug4dev.com/index.php?/archives/193-MacBook.html</link>
            <category>Mac</category>
    
    <comments>http://thug4dev.com/index.php?/archives/193-MacBook.html#comments</comments>
    <wfw:comment>http://thug4dev.com/wfwcomment.php?cid=193</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://thug4dev.com/rss.php?version=2.0&amp;type=comments&amp;cid=193</wfw:commentRss>
    

    <author>nospam@example.com (kiyosick)</author>
    <content:encoded>
    CNETのそれ。&lt;br /&gt;
&lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/japan.cnet.com/apple/story/0,2000076557,20361827,00.htm&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/japan.cnet.com/apple/story/0,2000076557,20361827,00.htm&#039;]);&quot;  href=&quot;http://japan.cnet.com/apple/story/0,2000076557,20361827,00.htm&quot;&gt;「MacBook」でハードドライブ問題--アップルは調査中:アップルセンター - CNET Japan&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
そして退院してきたHDDもこのファームウェアrevが7.01なんですけどね。&lt;br /&gt;
&lt;br /&gt;
症状的にはまさにこれ。&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
・ 壊れる時は突然。SMARTで監視して問題ないとか、あるとか、関係なし。&lt;br /&gt;
・ 起動中に突然フリーズして、その後、一切のキー操作を受け付けない。（電源ボタンを押し続けて強制終了しかなかった。）&lt;br /&gt;
・ 復旧ソフトウェアで試したが、復旧は無理だった。（そもそも、マウントすらされないのでどうしようもなかった。）&lt;br /&gt;
&lt;br /&gt;
&lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/d.hatena.ne.jp/zariganitosh/20071129/1196302463&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/d.hatena.ne.jp/zariganitosh/20071129/1196302463&#039;]);&quot;  href=&quot;http://d.hatena.ne.jp/zariganitosh/20071129/1196302463&quot;&gt;大当り！MacBookのハードディスク故障問題 - ザリガニが見ていた...。&lt;/a&gt;&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
俺の場合はスリープから復旧させようとしたら虹がまわりっぱになった。&lt;br /&gt;
電源落としたらそのまま二度と目を覚ます事はありませんでした！&lt;br /&gt;
&lt;br /&gt;
HDDがブッコわれる時はいきなりってのは稀で、調子悪い期間を経て、調子悪い期間を経て、調子悪い期間を経てぇぇぇ、壊れる事が多いそうだ。&lt;br /&gt;
&lt;br /&gt;
で、壊れた方のHDDを返してもらい忘れた。&lt;br /&gt;
さすがに残してなさそうだけど一応掛け合ってみます。 
    </content:encoded>

    <pubDate>Fri, 30 Nov 2007 03:22:00 -0800</pubDate>
    <guid isPermaLink="false">http://thug4dev.com/index.php?/archives/193-guid.html</guid>
    
</item>
<item>
    <title>Keynote から書き出した PDF にメタデータを追加する</title>
    <link>http://thug4dev.com/index.php?/archives/192-Keynote-PDF.html</link>
            <category>Mac</category>
            <category>PHP</category>
    
    <comments>http://thug4dev.com/index.php?/archives/192-Keynote-PDF.html#comments</comments>
    <wfw:comment>http://thug4dev.com/wfwcomment.php?cid=192</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://thug4dev.com/rss.php?version=2.0&amp;type=comments&amp;cid=192</wfw:commentRss>
    

    <author>nospam@example.com (kiyosick)</author>
    <content:encoded>
    ちょっと気になったので調べてみる。&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;Keynoteで書き出すPDFにメタ情報つけんのどうやんの？；；&lt;br /&gt;
&lt;br /&gt;
&lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/twitter.com/yonekawa/statuses/392801632&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/twitter.com/yonekawa/statuses/392801632&#039;]);&quot;  href=&quot;http://twitter.com/yonekawa/statuses/392801632&quot;&gt;http://twitter.com/yonekawa/statuses/392801632&lt;/a&gt;&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
この手のメタデータ・拡張属性埋め込みツールみたいのがありそうなもんだが、3分探して見つからなかったので代替策を考える。Leopard なら xattr でいけそうな気もするが MacBook が見事に入院中なので試せない。&lt;br /&gt;
&lt;br /&gt;
とりあえず mdls してみる。 &lt;br /&gt;&lt;a href=&quot;http://thug4dev.com/index.php?/archives/192-Keynote-PDF.html#extended&quot;&gt;&quot;Keynote から書き出した PDF にメタデータを追加する&quot; の続きを読む...&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 27 Nov 2007 16:07:06 -0800</pubDate>
    <guid isPermaLink="false">http://thug4dev.com/index.php?/archives/192-guid.html</guid>
    
</item>
<item>
    <title>Speedtestやってみたで</title>
    <link>http://thug4dev.com/index.php?/archives/191-Speedtest.html</link>
            <category>Blog</category>
            <category>Mac</category>
    
    <comments>http://thug4dev.com/index.php?/archives/191-Speedtest.html#comments</comments>
    <wfw:comment>http://thug4dev.com/wfwcomment.php?cid=191</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://thug4dev.com/rss.php?version=2.0&amp;type=comments&amp;cid=191</wfw:commentRss>
    

    <author>nospam@example.com (kiyosick)</author>
    <content:encoded>
    話題の Speedtest をやってみた。&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;thumbnail&quot;&gt;&lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/myskitch.com/kiyoshiyoshida/speedtest-20071122-234200/&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/myskitch.com/kiyoshiyoshida/speedtest-20071122-234200/&#039;]);&quot;  href=&quot;http://myskitch.com/kiyoshiyoshida/speedtest-20071122-234200/&quot;&gt;&lt;img src=&quot;http://myskitch.com/kiyoshiyoshida/speedtest-20071122-234200.jpg/preview.jpg&quot; alt=&quot;speedtest&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/plasq.com/skitch&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/plasq.com/skitch&#039;]);&quot;  style=&quot;font-family: Lucida Grande, Trebuchet, sans-serif, Helvetica, Arial; font-size: 10px; color: #808080&quot; href=&quot;http://plasq.com/skitch&quot;&gt;Uploaded with Skitch!&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
こんな感じ。&lt;br /&gt;
これが良いのか悪いのかわかんないんですが。&lt;br /&gt;
&lt;br /&gt;
ちなみに配列は Dvorak です。&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;Dvorak は本当に気持ちよく英文打てるんですよ。&lt;br /&gt;
&lt;br /&gt;
&lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/d.hatena.ne.jp/technolize/20071122/1195720907&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/d.hatena.ne.jp/technolize/20071122/1195720907&#039;]);&quot;  href=&quot;http://d.hatena.ne.jp/technolize/20071122/1195720907&quot;&gt;US配列は小学生までだよね！ - Technolize&lt;/a&gt;&lt;br /&gt;
&lt;/blockquote&gt;左右の打鍵率が qwerty よりも均等とか言いますよね。確かに気持ちよく打てるんですが、Speedtestで出てくるワードはちょっとイヤらしい感じを受けました。リズムを崩されるというか。&lt;br /&gt;
&lt;br /&gt;
で。&lt;br /&gt;
&lt;br /&gt;
もしやキーボードを換えたらもうちょいいくんじゃね？と思い立ちレペゼン高速打鍵キーボード RealForce を引っ張り出した結果。&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;thumbnail&quot;&gt;&lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/myskitch.com/kiyoshiyoshida/speedtest_realforce-20071122-235144/&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/myskitch.com/kiyoshiyoshida/speedtest_realforce-20071122-235144/&#039;]);&quot;  href=&quot;http://myskitch.com/kiyoshiyoshida/speedtest_realforce-20071122-235144/&quot;&gt;&lt;img src=&quot;http://myskitch.com/kiyoshiyoshida/speedtest_realforce-20071122-235144.jpg/preview.jpg&quot; alt=&quot;speedtest_realforce&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/plasq.com/skitch&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/plasq.com/skitch&#039;]);&quot;  style=&quot;font-family: Lucida Grande, Trebuchet, sans-serif, Helvetica, Arial; font-size: 10px; color: #808080&quot; href=&quot;http://plasq.com/skitch&quot;&gt;Uploaded with Skitch!&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
すげー落ちた。&lt;br /&gt;
さすがに AppleWirelessKeyboard からいきなりコンバートは指が付いてこないな、という言い訳。&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
Dvorak にして結構経ちますが「高速打鍵がしたい！」みたいなカッコいい理由ではなく、（学生時代にAoEのやりすぎで）qwerty の打鍵方法に変なクセが付いていたのを強制するため。&lt;br /&gt;
&lt;br /&gt;
正直不便な事が多い。&lt;br /&gt;
人のキーボード触る時は人さし指タイピングになるし。&lt;br /&gt;
逆に人に触らせると遠回しに変態扱いされるし。&lt;br /&gt;
&lt;br /&gt;
なのであまりオススメは出来ませんが、Dvorak を試した上で qwerty にしてるのか qwerty しか知らないまま年老いて死んでいくのかではキーボード人生の充実具合が7倍位違うと思います。 
    </content:encoded>

    <pubDate>Thu, 22 Nov 2007 23:24:00 -0800</pubDate>
    <guid isPermaLink="false">http://thug4dev.com/index.php?/archives/191-guid.html</guid>
    
</item>
<item>
    <title>[TextMate] また今年もやられたわけですがー</title>
    <link>http://thug4dev.com/index.php?/archives/187-TextMate.html</link>
            <category>Mac</category>
            <category>TextMate</category>
    
    <comments>http://thug4dev.com/index.php?/archives/187-TextMate.html#comments</comments>
    <wfw:comment>http://thug4dev.com/wfwcomment.php?cid=187</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://thug4dev.com/rss.php?version=2.0&amp;type=comments&amp;cid=187</wfw:commentRss>
    

    <author>nospam@example.com (kiyosick)</author>
    <content:encoded>
    &lt;a href=&quot;http://thug4dev.com/index.php?/archives/89-TextMate-TxMt.html&quot;&gt;去年会社で奇声を発する羽目に合わされた&lt;/a&gt;TextMateのハロウィンモード。&lt;br /&gt;
&lt;br /&gt;
今年は&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;朝から何度もTextMateのUpdateをチェックしてるのは君と僕だけの秘密だ&lt;br /&gt;
&lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/twitter.com/kiyosick/statuses/377200082&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/twitter.com/kiyosick/statuses/377200082&#039;]);&quot;  href=&quot;http://twitter.com/kiyosick/statuses/377200082&quot;&gt;http://twitter.com/kiyosick/statuses/377200082&lt;/a&gt;&lt;/blockquote&gt;&lt;br /&gt;
こんな感じで覚悟完了していました。&lt;br /&gt;
が、特にアップデータが当たるわけでもなく今年はナシかと安心。&lt;br /&gt;
&lt;br /&gt;
すると&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;thumbnail&quot;&gt;&lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/myskitch.com/kiyoshiyoshida/txmt_halloween_2007-20071102-010615/&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/myskitch.com/kiyoshiyoshida/txmt_halloween_2007-20071102-010615/&#039;]);&quot;  href=&quot;http://myskitch.com/kiyoshiyoshida/txmt_halloween_2007-20071102-010615/&quot;&gt;&lt;img src=&quot;http://myskitch.com/kiyoshiyoshida/txmt_halloween_2007-20071102-010615.jpg/preview.jpg&quot; alt=&quot;txmt_halloween_2007&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/plasq.com/skitch&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/plasq.com/skitch&#039;]);&quot;  style=&quot;font-family: Lucida Grande, Trebuchet, sans-serif, Helvetica, Arial; font-size: 10px; color: #808080&quot; href=&quot;http://plasq.com/skitch&quot;&gt;Uploaded with Skitch!&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
また奇声を発する。ノーマーク過ぎる。 
    </content:encoded>

    <pubDate>Fri, 02 Nov 2007 01:20:00 -0700</pubDate>
    <guid isPermaLink="false">http://thug4dev.com/index.php?/archives/187-guid.html</guid>
    
</item>
<item>
    <title>Leopardに付いてくるgem一覧</title>
    <link>http://thug4dev.com/index.php?/archives/184-Leopardgem.html</link>
            <category>Blog</category>
            <category>Mac</category>
            <category>RoR</category>
    
    <comments>http://thug4dev.com/index.php?/archives/184-Leopardgem.html#comments</comments>
    <wfw:comment>http://thug4dev.com/wfwcomment.php?cid=184</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://thug4dev.com/rss.php?version=2.0&amp;type=comments&amp;cid=184</wfw:commentRss>
    

    <author>nospam@example.com (kiyosick)</author>
    <content:encoded>
    全部で29個、のはず。&lt;br /&gt;
RSpecとcgi_multipart_eof_fixを入れてしまったので。&lt;br /&gt;
&lt;br /&gt;
リストはこちら。29個版。&lt;br /&gt;
&lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/pastie.textmate.org/111488&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/pastie.textmate.org/111488&#039;]);&quot;  href=&quot;http://pastie.textmate.org/111488&quot;&gt;http://pastie.textmate.org/111488&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
ほとんどRails周りで使うヤツが主。&lt;br /&gt;
needleはアツい。hpricotも嬉しいんだけど、これ何かの依存で入ってるんかな？&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sun, 28 Oct 2007 00:24:29 -0700</pubDate>
    <guid isPermaLink="false">http://thug4dev.com/index.php?/archives/184-guid.html</guid>
    
</item>
<item>
    <title>Tiger→Leopard移行</title>
    <link>http://thug4dev.com/index.php?/archives/183-TigerLeopard.html</link>
            <category>Mac</category>
            <category>PHP</category>
            <category>RoR</category>
    
    <comments>http://thug4dev.com/index.php?/archives/183-TigerLeopard.html#comments</comments>
    <wfw:comment>http://thug4dev.com/wfwcomment.php?cid=183</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://thug4dev.com/rss.php?version=2.0&amp;type=comments&amp;cid=183</wfw:commentRss>
    

    <author>nospam@example.com (kiyosick)</author>
    <content:encoded>
    早速MacBookにLeopardをブッコみました。&lt;br /&gt;
過去、上書きインストールすると何かと問題が起きていたので&lt;strong&gt;「クリーンインストール&amp;移行アシスタント」&lt;/strong&gt;を組み合わせます。&lt;br /&gt;
&lt;br /&gt;
1. 外付けHDDをつなぐ&lt;br /&gt;
2. インストールDVDを入れて10.5のインストールモードにする（再起動）&lt;br /&gt;
3. ディスクユーティリティでMacBookのHDDをイメージ化して外付けHDDにバックアップ&lt;br /&gt;
4. クリーンインストール（新規アカウントのユーザー名は旧アカウントと被らないように注意）&lt;br /&gt;
5. インストール終了後、HDDに移したイメージをマウント&lt;br /&gt;
6. 移行アシスタントの「別のボリュームから」を選択&lt;br /&gt;
7. 移行するアカウントを選択して移行開始&lt;br /&gt;
8. 終わったら移行したアカウントでログイン&lt;br /&gt;
9. インストール時に作ったアカウントを削除&lt;br /&gt;
10. XcodeToolsのインストール&lt;br /&gt;
&lt;br /&gt;
すげーラク。&lt;br /&gt;
アプリケーションや書類の他に、ホームディレクトリも移行されます。&lt;br /&gt;
MacBookには何故かsvkを入れてなかったのですが、多分その辺もちゃんと移行されるはず。&lt;br /&gt;
zshrc等はいけてます。&lt;br /&gt;
&lt;br /&gt;
後は各アプリケーションのLeopard対応アップデータを当てていく感じになる。&lt;br /&gt;
&lt;br /&gt;
MacPorts周りも移行されますが、&lt;br /&gt;
Leopard自体が割と開発者フレンドリーな作りになってたので構成を変更する予定。&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;【補足】&lt;/strong&gt;&lt;br /&gt;
/Library/LaunchDaemons 以下は移行されてないのでactivateし直す必要アリ&lt;br /&gt;
&lt;br /&gt;
デフォルトがこんな感じだった。&lt;br /&gt;
&lt;br /&gt;
zsh 4.3.4&lt;br /&gt;
subversion 1.4.4&lt;br /&gt;
svk 2.0.1&lt;br /&gt;
Ruby 1.8.6&lt;br /&gt;
rake 0.7.3&lt;br /&gt;
rubygems 0.9.4&lt;br /&gt;
Rails 1.2.3&lt;br /&gt;
mongrel 1.0.1&lt;br /&gt;
capistrano 2.0.0&lt;br /&gt;
PHP 5.2.4&lt;br /&gt;
maven 2.0.6&lt;br /&gt;
&lt;br /&gt;
Ruby方面が力強いなー。&lt;br /&gt;
svkがデフォなのはアツい！&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
やっとPHP5になったー、と思ったらpearが入ってねー。&lt;br /&gt;
PHPはMacPortsにしとく。 
    </content:encoded>

    <pubDate>Sat, 27 Oct 2007 02:31:00 -0700</pubDate>
    <guid isPermaLink="false">http://thug4dev.com/index.php?/archives/183-guid.html</guid>
    
</item>
<item>
    <title>[TextMate] 言語バインディングとRails/RSpec問題</title>
    <link>http://thug4dev.com/index.php?/archives/181-TextMate-RailsRSpec.html</link>
            <category>Mac</category>
            <category>RoR</category>
            <category>TextMate</category>
    
    <comments>http://thug4dev.com/index.php?/archives/181-TextMate-RailsRSpec.html#comments</comments>
    <wfw:comment>http://thug4dev.com/wfwcomment.php?cid=181</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://thug4dev.com/rss.php?version=2.0&amp;type=comments&amp;cid=181</wfw:commentRss>
    

    <author>nospam@example.com (kiyosick)</author>
    <content:encoded>
    RSpecバンドルがrubyforge.orgからmacromates.comのリポジトリに移行して構成自体も変更されたんですが、最も影響度が高いのはrspecのscopeが出来た事。つまりバンドルにLanguageパートが出来て独立した言語として扱うようになった。spec.rbで終わるファイルはRSpecにバインドされる。&lt;br /&gt;
&lt;br /&gt;
ところがhoge_spec.rbなファイルを開いてもターゲットがRailsになってしまう。&lt;br /&gt;
手動でRSpecにすると今度はRailsファイルがRubyになる。で、Railsにするとhoge_spec.rbがRailsに戻る。これの繰り返しで&lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/www.youtube.com/watch?v=g0nz8hP2WY8&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/www.youtube.com/watch?v=g0nz8hP2WY8&#039;]);&quot;  href=&quot;http://www.youtube.com/watch?v=g0nz8hP2WY8&quot;&gt;お兄ちゃん生きてる気がしないんだよーー！！&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
と思ってたら&lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/macromates.com/blog/2007/file-type-detection-rspec-rails/&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/macromates.com/blog/2007/file-type-detection-rspec-rails/&#039;]);&quot;  href=&quot;http://macromates.com/blog/2007/file-type-detection-rspec-rails/&quot;&gt;macromates.comのブログに見事な回答&lt;/a&gt;が。&lt;br /&gt;
&lt;br /&gt;
まず手動でバインドされてる情報を消す。&lt;br /&gt;
&lt;pre&gt;defaults delete com.macromates.textmate OakLanguageFileBindings&lt;/pre&gt;で、RailsのLanguageのfileTypesを&lt;br /&gt;
&lt;pre&gt;fileTypes = ( &#039;rxml&#039;, &#039;rb&#039; );&lt;/pre&gt;こうすると解決。&lt;br /&gt;
fileTypesの変更のみでいいかもしれない。rbが入ってないのは予想外だった。&lt;br /&gt;
&lt;br /&gt;
ただこれだとRubyスクリプトは全てRails扱いになる（はず）。&lt;br /&gt;
rbを入れなかった理由はこれっぽい。&lt;br /&gt;
&lt;br /&gt;
とはいえscopeはrubyを含んでる（source.ruby.rails）ので実害は今のところ無いです。&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;Presently there is no way to make the binding only for Rails projects, but as the Ruby on Rails grammar is a superset of the Ruby grammar, it shouldn’t be that big a problem.&lt;/blockquote&gt;っちゅーことですね。 
    </content:encoded>

    <pubDate>Thu, 18 Oct 2007 23:57:00 -0700</pubDate>
    <guid isPermaLink="false">http://thug4dev.com/index.php?/archives/181-guid.html</guid>
    
</item>
<item>
    <title>[Mac] Skitchはやはりスゴかった [inviteアリます]</title>
    <link>http://thug4dev.com/index.php?/archives/179-Mac-Skitch-invite.html</link>
            <category>Blog</category>
            <category>Mac</category>
    
    <comments>http://thug4dev.com/index.php?/archives/179-Mac-Skitch-invite.html#comments</comments>
    <wfw:comment>http://thug4dev.com/wfwcomment.php?cid=179</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://thug4dev.com/rss.php?version=2.0&amp;type=comments&amp;cid=179</wfw:commentRss>
    

    <author>nospam@example.com (kiyosick)</author>
    <content:encoded>
    前々から気になっててせせこましくinvite待ちしていた&lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/plasq.com/skitch&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/plasq.com/skitch&#039;]);&quot;  href=&quot;http://plasq.com/skitch&quot;&gt;Skitch&lt;/a&gt;ですが、&lt;br /&gt;
やーーっとアカウントもらえました！やったでー！！&lt;br /&gt;
&lt;br /&gt;
説明ムービー見ればすぐにわかるんですが、ちょっとした画像編集ツールにFlickrライクなWebサービスがガッチャンされてて、クライアントから直アゲできる。楽しすぎて無駄に使ってます。&lt;br /&gt;
&lt;br /&gt;
招待アカウントが2つあるので欲しい方はメール下さい。&lt;br /&gt;
&lt;strong&gt;Mac OS X専用&lt;/strong&gt;なんでご注意を。&lt;br /&gt;
&lt;br /&gt;
早い者勝ちで。無くなったらご容赦。&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;thumbnail&quot;&gt;&lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/myskitch.com/kiyoshiyoshida/s2base_cli_symfonycommandhandler.class.php__s2base.php5-20071004-224915/&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/myskitch.com/kiyoshiyoshida/s2base_cli_symfonycommandhandler.class.php__s2base.php5-20071004-224915/&#039;]);&quot;  href=&quot;http://myskitch.com/kiyoshiyoshida/s2base_cli_symfonycommandhandler.class.php__s2base.php5-20071004-224915/&quot;&gt;&lt;img src=&quot;http://myskitch.com/kiyoshiyoshida/s2base_cli_symfonycommandhandler.class.php__s2base.php5-20071004-224915.jpg/preview.jpg&quot; alt=&quot;S2Base_Cli_SymfonyCommandHandler.class.php 2014 s2base.php5&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/plasq.com/skitch&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/plasq.com/skitch&#039;]);&quot;  style=&quot;font-family: Lucida Grande, Trebuchet, sans-serif, Helvetica, Arial; font-size: 10px; color: #808080&quot; href=&quot;http://plasq.com/skitch&quot;&gt;Uploaded with Skitch!&lt;/a&gt;&lt;/div&gt; 
    </content:encoded>

    <pubDate>Thu, 04 Oct 2007 23:04:00 -0700</pubDate>
    <guid isPermaLink="false">http://thug4dev.com/index.php?/archives/179-guid.html</guid>
    
</item>
<item>
    <title>[俺メモ] Selenium-RCでFirefoxがローンチ出来ない件</title>
    <link>http://thug4dev.com/index.php?/archives/167-Selenium-RCFirefox.html</link>
            <category>Blog</category>
            <category>Mac</category>
    
    <comments>http://thug4dev.com/index.php?/archives/167-Selenium-RCFirefox.html#comments</comments>
    <wfw:comment>http://thug4dev.com/wfwcomment.php?cid=167</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://thug4dev.com/rss.php?version=2.0&amp;type=comments&amp;cid=167</wfw:commentRss>
    

    <author>nospam@example.com (kiyosick)</author>
    <content:encoded>
    前もハマってメモり損ねたので、今度こそ。&lt;br /&gt;
&lt;br /&gt;
Mac OS X 10.4.10でSelenium-RC v0.9.0でFirefoxがオカマみたいに動かない。&lt;br /&gt;
&lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/maven.openqa.org/org/openqa/selenium/selenium-remote-control/&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/maven.openqa.org/org/openqa/selenium/selenium-remote-control/&#039;]);&quot;  href=&quot;http://maven.openqa.org/org/openqa/selenium/selenium-remote-control/&quot;&gt;0.9.2のSNAPSHOT&lt;/a&gt;を取ってきて、「*chrome」を指定する。&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 14 Aug 2007 00:22:00 -0700</pubDate>
    <guid isPermaLink="false">http://thug4dev.com/index.php?/archives/167-guid.html</guid>
    
</item>
<item>
    <title>iGTD1.4日本語チュートリアル書きました</title>
    <link>http://thug4dev.com/index.php?/archives/154-iGTD1.4.html</link>
            <category>Blog</category>
            <category>Mac</category>
    
    <comments>http://thug4dev.com/index.php?/archives/154-iGTD1.4.html#comments</comments>
    <wfw:comment>http://thug4dev.com/wfwcomment.php?cid=154</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://thug4dev.com/rss.php?version=2.0&amp;type=comments&amp;cid=154</wfw:commentRss>
    

    <author>nospam@example.com (kiyosick)</author>
    <content:encoded>
    &lt;a href=&quot;http://thug4dev.com/index.php?/pages/iGTD1.4_tutorial_ja.html&quot; &gt;iGTD 1.4 日本語チュートリアル&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
適当にザラっと和訳。&lt;br /&gt;
あと気になった点を加えた位のモンです。&lt;br /&gt;
&lt;br /&gt;
&lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/bargiel.home.pl/iGTD/14/whatsnew/index.html&#039;]);&quot;  onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/bargiel.home.pl/iGTD/14/whatsnew/index.html&#039;]);&quot;  href=&quot;http://bargiel.home.pl/iGTD/14/whatsnew/index.html&quot; &gt;本家チュートリアル&lt;/a&gt; 
    </content:encoded>

    <pubDate>Thu, 17 May 2007 23:55:00 -0700</pubDate>
    <guid isPermaLink="false">http://thug4dev.com/index.php?/archives/154-guid.html</guid>
    
</item>

</channel>
</rss>