<?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"
	>

<channel>
	<title>Dreamizm.Networks</title>
	<atom:link href="http://dreamizm.net/feed" rel="self" type="application/rss+xml" />
	<link>http://dreamizm.net</link>
	<description>飛行機と音楽とマーチングとコンピュータと食べ物と旅・・・</description>
	<pubDate>Tue, 11 Nov 2008 04:15:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>ja</language>
			<item>
		<title>FreeNAS</title>
		<link>http://dreamizm.net/archives/197</link>
		<comments>http://dreamizm.net/archives/197#comments</comments>
		<pubDate>Tue, 11 Nov 2008 03:03:59 +0000</pubDate>
		<dc:creator>たけひろ</dc:creator>
		
		<category><![CDATA[FreeBSD]]></category>

		<category><![CDATA[コンピュータ]]></category>

		<guid isPermaLink="false">http://dreamizm.net/archives/197</guid>
		<description><![CDATA[Atom+CFの無音NASを組んでみようと思います。音がするのはHardDisksとPowerSupplyUnitだけ、となります。 OSにはFreeBSDをベースにしたFreeNASというものを考えています。インストールも簡単そうですし。
あくまで計画段階ですので、実際にやってみたらログを書いてみようと思います。
]]></description>
		<wfw:commentRss>http://dreamizm.net/archives/197/feed</wfw:commentRss>
		</item>
		<item>
		<title>ファイルをまとめてUTF-8に変換する</title>
		<link>http://dreamizm.net/archives/196</link>
		<comments>http://dreamizm.net/archives/196#comments</comments>
		<pubDate>Sat, 25 Oct 2008 23:25:36 +0000</pubDate>
		<dc:creator>たけひろ</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[コンピュータ]]></category>

		<guid isPermaLink="false">http://dreamizm.net/archives/196</guid>
		<description><![CDATA[今回はLinux/Unixの備忘録です。
ファイルの文字コードを変換するにはnkf（日本語漢字フィルタ）をつかいますが、ファイルが多すぎて大変だ、というときにはxargsを使うといいようです。
具体的には次のようにします。
find -name &#8216;*.txt&#8217; &#124; xargs nkf &#8211;overwrite -w

便利です。



]]></description>
		<wfw:commentRss>http://dreamizm.net/archives/196/feed</wfw:commentRss>
		</item>
		<item>
		<title>自宅サーバーのHDD</title>
		<link>http://dreamizm.net/archives/189</link>
		<comments>http://dreamizm.net/archives/189#comments</comments>
		<pubDate>Fri, 12 Sep 2008 11:28:34 +0000</pubDate>
		<dc:creator>たけひろ</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[コンピュータ]]></category>

		<guid isPermaLink="false">http://dreamizm.net/archives/189</guid>
		<description><![CDATA[自宅サーバーの内蔵型SATA HDDを外付けUSB2.0にしました。
以下、bonnie++の結果です。
 

青いほうがSATA(Before)、赤いほうがUSB2.0(After)です。 データはK/secです。単純に考えると単位時間当たりの量ですから、大きいほうが高速です。
Blockに注目すると、SATAの方が1秒間にたくさんアクセスできています。USB2.0のおよそ2倍。
ネックを感じたら対策を練らねばなりません…。
]]></description>
		<wfw:commentRss>http://dreamizm.net/archives/189/feed</wfw:commentRss>
		</item>
		<item>
		<title>FormationPlayerの実験</title>
		<link>http://dreamizm.net/archives/177</link>
		<comments>http://dreamizm.net/archives/177#comments</comments>
		<pubDate>Wed, 13 Aug 2008 02:31:35 +0000</pubDate>
		<dc:creator>たけひろ</dc:creator>
		
		<category><![CDATA[FormationPlayer開発]]></category>

		<category><![CDATA[コンピュータ]]></category>

		<guid isPermaLink="false">http://dreamizm.net/archives/177</guid>
		<description><![CDATA[C++でDLLを書いてそれを呼び出したら高速化できるかな、ということで基本的な処理部分をつくっています。
新機能追加ができなくて申し訳御座いません。
ページ毎のカウント数の指定だとか音楽との同期とか、そういったことを実装すべきかもしれません。
自分でもそう思いますが、コードが煩雑になってしまって（センスがないんでしょう…）複雑に絡んでしまっています。
それを解決するためにも新たな試みとしてC++化を進めています。
申し訳御座いません。
]]></description>
		<wfw:commentRss>http://dreamizm.net/archives/177/feed</wfw:commentRss>
		</item>
		<item>
		<title>C++言語辞典</title>
		<link>http://dreamizm.net/archives/176</link>
		<comments>http://dreamizm.net/archives/176#comments</comments>
		<pubDate>Mon, 04 Aug 2008 13:09:54 +0000</pubDate>
		<dc:creator>たけひろ</dc:creator>
		
		<category><![CDATA[コンピュータ]]></category>

		<guid isPermaLink="false">http://dreamizm.net/archives/176</guid>
		<description><![CDATA[これは勉強になります。
辞典というのは興味のない項目でも目に飛び込んでくる、というのがいいですね。
おすすめの一冊。
]]></description>
		<wfw:commentRss>http://dreamizm.net/archives/176/feed</wfw:commentRss>
		</item>
		<item>
		<title>Vistaがblueback screenで落ちる</title>
		<link>http://dreamizm.net/archives/175</link>
		<comments>http://dreamizm.net/archives/175#comments</comments>
		<pubDate>Sat, 02 Aug 2008 03:05:21 +0000</pubDate>
		<dc:creator>たけひろ</dc:creator>
		
		<category><![CDATA[コンピュータ]]></category>

		<guid isPermaLink="false">http://dreamizm.net/archives/175</guid>
		<description><![CDATA[最近Windows Vistaがblueback screenで落ちています。
寝る前につけて朝起きたら落ちてます。会社に行って帰ってくると落ちてます。
具体的にはrebootされているのですが・・・
最近したことといえば、地デジのチューナーを導入したこととメモリの増設しようとしたことでしょうか。
メモリを3GBにしたら起動直後にcore dumpを吐いて落ちたりしました。なのでやめたのですが・・・
それ以来bluebackが出るようになりました。何なのでしょう。
]]></description>
		<wfw:commentRss>http://dreamizm.net/archives/175/feed</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu 8.04 Server導入</title>
		<link>http://dreamizm.net/archives/173</link>
		<comments>http://dreamizm.net/archives/173#comments</comments>
		<pubDate>Thu, 03 Jul 2008 02:55:52 +0000</pubDate>
		<dc:creator>たけひろ</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://dreamizm.net/archives/173</guid>
		<description><![CDATA[UbuntuのDesktop版を使っていましたが、なんか最近ディスプレイをつながずsshかwebminで操作していたので思い切ってServer版にしました。
中身がすっきりしていい感じ。かな？
今日やったこと

LOCALE変更
TIMEZONE確認
SSHのRootLogin拒否
vimの導入
IP Addressの固定
apt-getでdist-upgrade

LOCALEはただ~/.bashrcにexport LANG=Cって書いただけです。
IPaddressは sudo vi /etc/network/interfaces して dhcpをstaticに、address, netmask, network, broadcast, gatewayを記述。あとは/etc/init.d/networking restart。
TIMEZONEは/etc/default/rcSにUTC=yesというのがあることを確認（私はUTCで使ってますので。）つづいてtimezoneはdpkg-reconfigure tzdataして選ぶだけ。
SSHは/etc/ssh/sshd_configのPermitRootLoginをさがしてnoに変更。
vimはapt-get install vimでOKでした。
]]></description>
		<wfw:commentRss>http://dreamizm.net/archives/173/feed</wfw:commentRss>
		</item>
		<item>
		<title>LinuxでLP-1400をつかえるか</title>
		<link>http://dreamizm.net/archives/172</link>
		<comments>http://dreamizm.net/archives/172#comments</comments>
		<pubDate>Wed, 18 Jun 2008 07:38:28 +0000</pubDate>
		<dc:creator>たけひろ</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://dreamizm.net/archives/172</guid>
		<description><![CDATA[ESC/PageSをつかっているLP-1400はLinuxで使うことができませんでした。
今まではあきらめていたのですが、先日それに成功したとの記事を見つけました。
http://blogs.yahoo.co.jp/yasushi_suzudo/55071881.html
まだ試してはいませんが、機会があればUbuntu8.04で実験して報告したいと思います。
]]></description>
		<wfw:commentRss>http://dreamizm.net/archives/172/feed</wfw:commentRss>
		</item>
		<item>
		<title>内部処理を変更</title>
		<link>http://dreamizm.net/archives/170</link>
		<comments>http://dreamizm.net/archives/170#comments</comments>
		<pubDate>Tue, 10 Jun 2008 12:08:53 +0000</pubDate>
		<dc:creator>たけひろ</dc:creator>
		
		<category><![CDATA[FormationPlayer開発]]></category>

		<guid isPermaLink="false">http://dreamizm.net/archives/170</guid>
		<description><![CDATA[これまで駒のポジションなどの情報はすべて文字列で格納していましたが、実数に変更しました。
将来のリリースでこれの副作用が出てくるかもしれませんが、バグを発見されましたらご連絡ください。
作業中に「駒を強調表示した状態で『駒の追加』をすると、すぐ左側（画面上は右）に出てくるはずが、縦方向の座標がセンターライン上になって出る」不具合を見つけました。
これは特に害はないと考え、次回のリリースで修正とさせていただきます。
将来的にはデータ周りはC言語で実装し高速化を図りたいのですが果たして効果はあるのかどうか・・・
]]></description>
		<wfw:commentRss>http://dreamizm.net/archives/170/feed</wfw:commentRss>
		</item>
		<item>
		<title>保護中: マビノギのギルドの皆さんへ</title>
		<link>http://dreamizm.net/archives/167</link>
		<comments>http://dreamizm.net/archives/167#comments</comments>
		<pubDate>Sat, 15 Mar 2008 09:02:55 +0000</pubDate>
		<dc:creator>たけひろ</dc:creator>
		
		<category><![CDATA[日常]]></category>

		<guid isPermaLink="false">http://dreamizm.net/archives/167</guid>
		<description><![CDATA[この投稿は保護されているので抜粋文はありません。]]></description>
		<wfw:commentRss>http://dreamizm.net/archives/167/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
