<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>サイキョウライン &#187; yoshuki</title>
	<atom:link href="http://saikyoline.jp/weblog/author/yoshuki/feed" rel="self" type="application/rss+xml" />
	<link>http://saikyoline.jp/weblog</link>
	<description>コンピュータに関係あることとか、ないこととか。</description>
	<lastBuildDate>Fri, 04 May 2012 15:44:45 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>RewriteLogとRewriteLogLevelがない。</title>
		<link>http://saikyoline.jp/weblog/2012/05/05/004431.html</link>
		<comments>http://saikyoline.jp/weblog/2012/05/05/004431.html#comments</comments>
		<pubDate>Fri, 04 May 2012 15:44:31 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=1456</guid>
		<description><![CDATA[mod_rewrite &#8211; Apache HTTP Server This functionality has been completely replaced by the new per-module l [...]]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://httpd.apache.org/docs/current/mod/mod_rewrite.html#logging" title="mod_rewrite - Apache HTTP Server"><p><a href="http://httpd.apache.org/docs/current/mod/mod_rewrite.html#logging">mod_rewrite &#8211; Apache HTTP Server</a></p>
<p>This functionality has been completely replaced by the new per-module logging configuration mentioned above.</p></blockquote>
<p>あーそうなの。ということで、</p>
<pre class="code"><code>LogLevel alert rewrite:trace3</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2012/05/05/004431.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>プロジェクトごとの.rvmrcがオプトアウトに戻ってた。</title>
		<link>http://saikyoline.jp/weblog/2012/04/25/114021.html</link>
		<comments>http://saikyoline.jp/weblog/2012/04/25/114021.html#comments</comments>
		<pubDate>Wed, 25 Apr 2012 02:40:21 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=1449</guid>
		<description><![CDATA[RVM: Ruby Version Manager &#8211; rvmrc As of RVM 1.8.0, after a survey where greater than 80% of respondants  [...]]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://beginrescueend.com/workflow/rvmrc/" title="RVM: Ruby Version Manager - rvmrc"><p><a href="http://beginrescueend.com/workflow/rvmrc/">RVM: Ruby Version Manager &#8211; rvmrc</a></p>
<p>As of RVM 1.8.0, after a survey where greater than 80% of respondants wanted the feature on by default, project .rvmrc files are opt-out by default (therefore on).</p></blockquote>
<p>戻して欲しいって声が多かったみたい。すでに1を設定していても、そのままで問題なし。<br />
そして&#8211;rvmrcなんてオプションがあるのをいま知った。いつから？これ。</p>
<pre class="code"><code>% rvm --rvmrc --create ruby-1.9.3-p194@hoge</code></pre>
<p>[ref.] <a href="http://saikyoline.jp/weblog/2011/08/20/235809.html">プロジェクトごとの.rvmrcがオプトインになった。</a></p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2012/04/25/114021.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHPマニュアル検索をどうぞ。</title>
		<link>http://saikyoline.jp/weblog/2012/04/04/014230.html</link>
		<comments>http://saikyoline.jp/weblog/2012/04/04/014230.html#comments</comments>
		<pubDate>Tue, 03 Apr 2012 16:42:30 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=1441</guid>
		<description><![CDATA[先日しばらくぶりにPHP、しかも4を書く機会がありました。 そこで数年前に作ったFirefox用の検索プラグイン（OpenSearch）を使いまして、まだまともに動いていたのでなんとなく公開しておきます。作った、といって [...]]]></description>
			<content:encoded><![CDATA[<p>先日しばらくぶりにPHP、しかも4を書く機会がありました。<br />
そこで数年前に作ったFirefox用の検索プラグイン（OpenSearch）を使いまして、まだまともに動いていたのでなんとなく<a href="http://saikyoline.jp/opensearch/">公開</a>しておきます。作った、といってもちょちょっとXML書いただけなんですが。</p>
<p>ともあれ、件のコードはPHP4のシステムとさよならするためのものだったので、自分はもう4系を書くことはないと思います。かといって5系を書くかどうかは別の話ですが。<br />
しかしまぁ、まだ現役で動いている4系が居たりするのでしょうね。たぶん。</p>
<p><a href="http://saikyoline.jp/opensearch/">OpenSearchプラグイン</a></p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2012/04/04/014230.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>桜玉吉が帰ってきた。</title>
		<link>http://saikyoline.jp/weblog/2012/03/14/225911.html</link>
		<comments>http://saikyoline.jp/weblog/2012/03/14/225911.html#comments</comments>
		<pubDate>Wed, 14 Mar 2012 13:59:11 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[日記]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=1432</guid>
		<description><![CDATA[桜玉吉、コミックビームの3.11読切シリーズに5年ぶり新作 &#124; ホビー &#124; マイナビニュース なお玉吉は近日中に再登場する予定だ。 うれしい。]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://news.mynavi.jp/news/2012/03/12/061/" title="桜玉吉、コミックビームの3.11読切シリーズに5年ぶり新作 | ホビー | マイナビニュース"><p><a href="http://news.mynavi.jp/news/2012/03/12/061/">桜玉吉、コミックビームの3.11読切シリーズに5年ぶり新作 | ホビー | マイナビニュース</a></p>
<p>なお玉吉は近日中に再登場する予定だ。</p></blockquote>
<p>うれしい。<br />
<a href="http://saikyoline.jp/weblog/wp-content/uploads/2012/03/tamakichi.jpg"><img src="http://saikyoline.jp/weblog/wp-content/uploads/2012/03/tamakichi.jpg" alt="" title="tamakichi" width="320" height="320" class="alignright size-full wp-image-1433" /></a><br />
<iframe src="http://rcm-jp.amazon.co.jp/e/cm?lt1=_top&#038;bc1=000000&#038;IS2=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=saikyoline-22&#038;o=9&#038;p=8&#038;l=as4&#038;m=amazon&#038;f=ifr&#038;ref=ss_til&#038;asins=B007CDFVUW" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2012/03/14/225911.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GitHubの公開鍵を確認しよう。</title>
		<link>http://saikyoline.jp/weblog/2012/03/08/114656.html</link>
		<comments>http://saikyoline.jp/weblog/2012/03/08/114656.html#comments</comments>
		<pubDate>Thu, 08 Mar 2012 02:46:56 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[プログラミング一般]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=1425</guid>
		<description><![CDATA[GitHubのセキュリティホールがふさがったのでSSH Keyを確認しよう &#8211; ただのにっき(2012-03-08) もっともメールがかなりそっけなないので、tDiaryの開発に加わるためにわざわざGitHu [...]]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://sho.tdiary.net/20120308.html#p01" title="GitHubのセキュリティホールがふさがったのでSSH Keyを確認しよう - ただのにっき(2012-03-08)"><p><a href="http://sho.tdiary.net/20120308.html#p01">GitHubのセキュリティホールがふさがったのでSSH Keyを確認しよう &#8211; ただのにっき(2012-03-08)</a></p>
<p>もっともメールがかなりそっけなないので、tDiaryの開発に加わるためにわざわざGitHubアカウントをとった人も読んでいるであろうここにもいちおうやり方を書いておく。</p></blockquote>
<p>自分にもメールが届いていたのですが、tDiaryのたださんが詳しいやり方を書かれていました。ありがとうございます！<br />
3ステップで書くと、</p>
<ol>
<li>
    自分の公開鍵を確認！</p>
<pre class="code"><code>% ssh-keygen -lf ~/.ssh/id_dsa</code></pre>
</li>
<li>
    GitHubの公開鍵を確認！</p>
<p><a href="https://github.com/settings/ssh/audit">https://github.com/settings/ssh/audit</a></p>
</li>
<li>Reject or Approve!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2012/03/08/114656.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>heroku db:push でエラーが、ね。</title>
		<link>http://saikyoline.jp/weblog/2012/03/01/015527.html</link>
		<comments>http://saikyoline.jp/weblog/2012/03/01/015527.html#comments</comments>
		<pubDate>Wed, 29 Feb 2012 16:55:27 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=1416</guid>
		<description><![CDATA[Taps Server Error: PGError: ERROR: time zone displacement out of range: &#34;2012-02-29 12:00:00.000000+58943 [...]]]></description>
			<content:encoded><![CDATA[<pre class="code"><code>Taps Server Error: PGError: ERROR:  time zone displacement out of range: &quot;2012-02-29 12:00:00.000000+5894368800&quot;</code></pre>
<p>こんなん出たんですが、</p>
<blockquote cite="https://github.com/ricardochimal/taps/issues/93#issuecomment-3266786" title="#93: Taps Server Error: PGError: ERROR: time zone displacement out of range: &quot;2011-11-15 12:00:00.000000+5894114400&quot; - Issues - ricardochimal/taps - GitHub"><p><a href="https://github.com/ricardochimal/taps/issues/93#issuecomment-3266786">#93: Taps Server Error: PGError: ERROR: time zone displacement out of range: &quot;2011-11-15 12:00:00.000000+5894114400&quot; &#8211; Issues &#8211; ricardochimal/taps &#8211; GitHub</a></p>
<p>This is a problem due to remote ruby version mismatching. Just use 1.9.2 until heroku updates to 1.9.3.</p></blockquote>
<p>これでした。ほおぉ。</p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2012/03/01/015527.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>コミットメッセージ。</title>
		<link>http://saikyoline.jp/weblog/2012/02/22/003916.html</link>
		<comments>http://saikyoline.jp/weblog/2012/02/22/003916.html#comments</comments>
		<pubDate>Tue, 21 Feb 2012 15:39:16 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[プログラミング一般]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=1411</guid>
		<description><![CDATA[コミットメッセージの書き方 &#8211; ククログ(2012-02-21) ちなみに、今回の記事では次のスタイルを採用しています(Gitスタイル)。 言語は英語にする 一文の場合にはピリオドを付けない 主語は省き時制は [...]]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://www.clear-code.com/blog/2012/2/21.html" title="コミットメッセージの書き方 - ククログ(2012-02-21)"><p><a href="http://www.clear-code.com/blog/2012/2/21.html">コミットメッセージの書き方 &#8211; ククログ(2012-02-21)</a></p>
<p>ちなみに、今回の記事では次のスタイルを採用しています(<a href="https://github.com/gitster/git/blob/master/Documentation/SubmittingPatches">Gitスタイル</a>)。</p>
<ul>
<li>言語は英語にする</li>
<li>一文の場合にはピリオドを付けない</li>
<li>主語は省き時制は現在の文章形式にする</li>
<li>文頭の英単語を大文字にする</li>
</ul>
</blockquote>
<p>メッセージの文例も分かり易くてありがたいのですが、まさにこれらのポイントはいつも気になってたところでした。<br />
ネイティブの方のコミットログ見て回ってもバラバラだったので、やっと自分が納得いく根拠にたどり着けた気がします。</p>
<p>「だってさーGitがこうやってんだよ？あのGitがさーぁ。えぇ？」</p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2012/02/22/003916.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JUSTのセキュリティソフト。</title>
		<link>http://saikyoline.jp/weblog/2012/02/16/023048.html</link>
		<comments>http://saikyoline.jp/weblog/2012/02/16/023048.html#comments</comments>
		<pubDate>Wed, 15 Feb 2012 17:30:48 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[コンピュータ一般]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=1397</guid>
		<description><![CDATA[最適な機能│JUSTインターネットセキュリティ│無料ウイルス対策、セキュリティ対策ソフト 「JUSTインターネットセキュリティ」は、本当にパソコンを守るのに最適な機能を考え、そして選び抜いた、「これでいい」といえるセキュ [...]]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://www.just-security.com/products/function.html" title="最適な機能│JUSTインターネットセキュリティ│無料ウイルス対策、セキュリティ対策ソフト"><p><a href="http://www.just-security.com/products/function.html">最適な機能│JUSTインターネットセキュリティ│無料ウイルス対策、セキュリティ対策ソフト</a></p>
<p>「JUSTインターネットセキュリティ」は、本当にパソコンを守るのに最適な機能を考え、そして選び抜いた、「これでいい」といえるセキュリティソフトです。</p></blockquote>
<p>先日カスペルスキーとの提携をやめての発表で、自分はJUST経由でカスペルスキーだったので気になってググってみました。</p>
<blockquote cite="http://www.justsystems.com/jp/info/kaspersky.html" title="JustSystems | Kaspersky製品について"><p><a href="http://www.justsystems.com/jp/info/kaspersky.html">JustSystems | Kaspersky製品について</a></p>
<p>カスペルスキー社によるカスペルスキー製品最新バージョン発売開始と、  弊社のカスペルスキー製品販売終了のお知らせ。</p></blockquote>
<p>結果、中身は「<a href="http://global.jiangmin.com/products.htm">KV Antivirus</a>」というものみたいです。ほほぅ・・・っと、このページのJapane、おや、誰か来たようだ。</p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2012/02/16/023048.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress3.2.1の脆弱性が。</title>
		<link>http://saikyoline.jp/weblog/2012/02/01/231756.html</link>
		<comments>http://saikyoline.jp/weblog/2012/02/01/231756.html#comments</comments>
		<pubDate>Wed, 01 Feb 2012 14:17:56 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[運用・管理]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=1393</guid>
		<description><![CDATA[WordPress3.2.1の脆弱性を狙ったマルウェア &#8211; うさぎ文学日記 WordPress3.2.1の脆弱性を狙ったマルウェアが拡がっているそうで、ここ数日で数百のサイトが攻撃で感染しているとのこと。 対 [...]]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://d.hatena.ne.jp/sen-u/20120201/p1" title="Wordpress3.2.1の脆弱性を狙ったマルウェア - うさぎ文学日記"><p><a href="http://d.hatena.ne.jp/sen-u/20120201/p1">WordPress3.2.1の脆弱性を狙ったマルウェア &#8211; うさぎ文学日記</a></p>
<p>WordPress3.2.1の脆弱性を狙ったマルウェアが拡がっているそうで、ここ数日で数百のサイトが攻撃で感染しているとのこと。</p></blockquote>
<p>対象付近だったのでアップデートしました。</p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2012/02/01/231756.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fixtureにcsvが使えなくなる。</title>
		<link>http://saikyoline.jp/weblog/2012/01/20/003957.html</link>
		<comments>http://saikyoline.jp/weblog/2012/01/20/003957.html#comments</comments>
		<pubDate>Thu, 19 Jan 2012 15:39:57 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=1386</guid>
		<description><![CDATA[DEPRECATION WARNING: read_csv_fixture_files is deprecated and will be removed from Rails 3.2. なんてことを言われてるんですが、 [...]]]></description>
			<content:encoded><![CDATA[<pre class="code"><code>DEPRECATION WARNING: read_csv_fixture_files is deprecated and will be removed from Rails 3.2.</code></pre>
<p>なんてことを言われてるんですが、なんでcsv受け付けなくなっちゃうんでしょ？</p>
<p><em>activerecord-3.1.3/lib/active_record/fixtures.rb</em></p>
<pre class="code"><code>684       def read_csv_fixture_files
685         reader = CSV.parse(erb_render(IO.read(csv_file_path)))
686         header = reader.shift
687         i = 0
688         reader.each do |row|
689           data = {}
690           row.each_with_index { |cell, j| data[header[j].to_s.strip] = cell.to_s.strip }
691           fixtures[&quot;#{@class_name.to_s.underscore}_#{i+=1}&quot;] = ActiveRecord::Fixture.new(data, model_class)
692         end
693       end
694       deprecate :read_csv_fixture_files</code></pre>
<p>csv便利なのになぁ。</p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2012/01/20/003957.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

