<?xml version="1.0" encoding="UTF-8"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="ja">
<title>Jay&apos;s Room</title>
<link rel="alternate" type="text/html" href="http://soph.jp/MT/" />
<modified>2011-10-16T21:56:19Z</modified>
<tagline>思ったこと、感じたこと、未来の自分に伝えたいことを記していきたい</tagline>
<id>tag:soph.jp,2006:/MT//1</id>
<generator url="http://www.movabletype.org/" version="5.12">Movable Type</generator>
<copyright>Copyright (c) 2010, Jay</copyright>

<entry>
<title>qmailanalogでログが正常に集計されない</title>
<link rel="alternate" type="text/html" href="http://soph.jp/MT/archives/2010/12/19234911.php" />
<modified>2011-10-16T21:56:19Z</modified>
<issued>2010-12-19T14:49:11Z</issued>
<id>tag:soph.jp,2010:/MT//1.831</id>
<created>2010-12-19T14:49:11Z</created>
<summary type="text/plain">昨日になって急に気付いたのだが、日時でログを集計しているのqmailanalog...</summary>
<author>
<name>Jay</name>
<url>http://soph.jp/MT/</url>
<email>jay@soph.jp</email>
</author>
<dc:subject>Linux</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://soph.jp/MT/">
<![CDATA[<p>昨日になって急に気付いたのだが、日時でログを集計しているのqmailanalogが正常に動いていないみたい。</p>

<p>こんな感じで一件集計されているように見えるけど、<br />
deferralのメッセージがあるのにzdeferralsのデータがなかったり、<br />
zrhosts・zfailures・zsuids・zdeferralsが動いていない模様。</p>

<blockquote><small><small>-----------Result of zoverall------------

<p>Basic statistics</p>

<p>qtime is the time spent by a message in the queue.</p>

<p>ddelay is the latency for a successful delivery to one recipient---the<br />
end of successful delivery, minus the time when the message was queued.</p>

<p>xdelay is the latency for a delivery attempt---the time when the attempt<br />
finished, minus the time when it started. The average concurrency is the<br />
total xdelay for all deliveries divided by the time span; this is a good<br />
measure of how busy the mailer is.</p>

<p>Completed messages: 153<br />
Recipients for completed messages: 153<br />
Total delivery attempts for completed messages: 153<br />
Average delivery attempts per completed message: 1<br />
Bytes in completed messages: 1501110<br />
Bytes weighted by success: 1501110<br />
Average message qtime (s): 1.12839</p>

<p>Total delivery attempts: 153<br />
 success: 153<br />
 failure: 0<br />
 deferral: 0<br />
Total ddelay (s): 165.507989<br />
Average ddelay per success (s): 1.081752<br />
Total xdelay (s): 122.277667<br />
Average xdelay per delivery attempt (s): 0.799200<br />
Time span (days): 0.945623<br />
Average concurrency: 0.00149663</p>

<p>-----------Result of zddist------------<br />
Distribution of ddelays for successful deliveries</p>

<p>Meaning of each line: The first pct% of successful deliveries<br />
all happened within doneby seconds. The average ddelay was avg.</p>

<p>doneby   avg  pct<br />
 0.27  0.17  10<br />
 ...<br />
 4.24  1.08  100</p>

<p>-----------Result of zdeferrals------------<br />
Reasons for deferral</p>

<p>One line per reason for deferral. Information on each line:<br />
* del is the number of deliveries that ended for this reason.<br />
* xdelay is the total xdelay on those deliveries.</p>

<p>del  xdelay  reason</p>

<p>-----------Result of zfailures------------<br />
Reasons for failure</p>

<p>One line per reason for delivery failure. Information on each line:<br />
* del is the number of deliveries that ended for this reason.<br />
* xdelay is the total xdelay on those deliveries.</p>

<p>del  xdelay  reason</p>

<p>-----------Result of zrhosts------------<br />
Recipient hosts</p>

<p>One line per recipient host. Information on each line:<br />
* sbytes is the number of bytes successfully delivered to this host.<br />
* mess is the number of messages sent to this host (success plus failure).<br />
* tries is the number of delivery attempts (success, failure, deferral).<br />
* xdelay is the total xdelay incurred by this host.</p>

<p>sbytes  mess  tries  xdelay  host</p>

<p>-----------Result of zsuids------------<br />
Sender uids</p>

<p>One line per sender uid. Information on each line:<br />
* mess is the number of messages sent by this uid.<br />
* bytes is the number of bytes sent by this uid.<br />
* sbytes is the number of bytes successfully received from this uid.<br />
* rbytes is the number of bytes from this uid, weighted by recipient.<br />
* recips is the number of recipients (success plus failure).<br />
* tries is the number of delivery attempts (success, failure, deferral).<br />
* xdelay is the total xdelay incurred by this uid.</p>

<p>mess  bytes  sbytes  rbytes  recips  tries  xdelay  uid</p>

<p>-----------Result of zrxdelay------------<br />
Recipients in the best order for mailing lists</p>

<p>One line per recipient, sorted by avg. Information on each line:<br />
* avg is the _average_ xdelay for the recipient.<br />
* tries is the number of deliveries that avg is based on.</p>

<p>avg  tries  recipient<br />
0.10     36  local.soph.jp-xxxxxxxx@soph.jp<br />
0.38     15  remote.xxxxxxxxxx@i.softbank.jp<br />
0.42     28  local.soph.jp-xxxxxxxxx@soph.jp<br />
0.63      2  remote.xxxxxxxx@xxx.ocn.ne.jp<br />
2.63     28  remote.xxxxx@gmail.com<br />
...</small></small></blockquote></p>]]>
<![CDATA[<p>そこで再インストールしたり、qmailanalogのスクリプトを直したりしたんだけど効果なし。</p>

<p>んでいろいろ調べてみたら、やっとのことで発見しました。</p>

<p><a href="http://www.gimmix.org/max/article.php?id=862" target="_blank">ひとにやさしく : sort の -k オプション</a></p>

<p>どうやらsortのオプションが変わったことが原因で集計が出来ていなかったみたい。<br />
公開しているパッチ適用してから再インストールすると、きちんと集計されるようになりました。</p>

<p><a href="http://soph.jp/MT/archives/2010/12/20/qmailanalog-sort.patch">qmailanalog-sort.patch</a></p>]]>
</content>
</entry>

<entry>
<title>Movable Type 5.031にアップグレード</title>
<link rel="alternate" type="text/html" href="http://soph.jp/MT/archives/2010/11/27221734.php" />
<modified>2011-10-16T18:29:25Z</modified>
<issued>2010-11-27T13:17:34Z</issued>
<id>tag:soph.jp,2010:/MT//1.830</id>
<created>2010-11-27T13:17:34Z</created>
<summary type="text/plain">久しぶりにサーバのアップデート。 まず最初にMovableTypeから、 5.0...</summary>
<author>
<name>Jay</name>
<url>http://soph.jp/MT/</url>
<email>jay@soph.jp</email>
</author>
<dc:subject>Movable Type</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://soph.jp/MT/">
<![CDATA[<p>久しぶりにサーバのアップデート。</p>

<p>まず最初にMovableTypeから、<br />
5.0から5.031にアップグレードだから、いつもの通りダウンロード→解凍→バックアップ→インストール→アップグレードという流れでやったら、なぜかアップグレードが進まない。</p>

<p>こんな画面のまま進みませんでした。<br />
<a href="http://soph.jp/MT/archives/2010/12/06/mtupgrade.png" rel="lightbox[MT]"><img alt="mtupgrade.png" src="http://soph.jp/MT/archives/assets_c/2010/12/mtupgrade-thumb-200x145-184.png" width="200" height="145" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></p>

<p>仕方がないので一旦全部ファイルを削除してやり直すとアップグレードが出来た。</p>

<p>そこでそのまま前の環境を戻すとダッシュボードさえ開かない状態に。</p>

<p>プラグインが原因だろうと思い、いろいろ外したりしながら調べてみると、nofollowのプラグインと、MTTagInvokeの2つが原因だった模様。何で5.0で動いてたのか分からないけど、取りあえず解決までに3時間ぐらいかかってしまった。</p>

<p>まぁしかたないね。</p>

<p><a href="http://www.movabletype.jp/blog/movable_type_5031.html" target="_blank">Movable Type 5.031 の提供を開始 | MovableType.jp </a></p>]]>

</content>
</entry>

<entry>
<title>VMware Converter</title>
<link rel="alternate" type="text/html" href="http://soph.jp/MT/archives/2010/11/27155437.php" />
<modified>2011-10-16T19:10:13Z</modified>
<issued>2010-11-27T06:54:37Z</issued>
<id>tag:soph.jp,2010:/MT//1.827</id>
<created>2010-11-27T06:54:37Z</created>
<summary type="text/plain">サーバーの音や電力消費が気になってきて、Dell PowerEdge1800から...</summary>
<author>
<name>Jay</name>
<url>http://soph.jp/MT/</url>
<email>jay@soph.jp</email>
</author>
<dc:subject>Linux</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://soph.jp/MT/">
<![CDATA[<p>サーバーの音や電力消費が気になってきて、Dell PowerEdge1800からFujitsuTX100 S1に換えることにしました。</p>

<p>これを機に物理サーバから仮想サーバに移行することにしたので、VMwareConverterを使って移行してみました。</p>

<p>手順通り進めてるとエラーで終了してしまって、何度試しても同じ現象。</p>

<p>いろいろ調べてみたら、なぜか/var/log/lastlogのサイズが1TB以上ある。<br />
ハードディスクのサイズは420GBぐらいしかないから、明らかにおかしい。<br />
削除してから再度VMwareConverterを実行すると移行完了。</p>

<p>ここにも同様の現象があるとの報告があった。<br />
<a href="http://communities.vmware.com/thread/199475" target="_blank">VMware Communities: P2V RedHat Linux failed ... </a></p>]]>

</content>
</entry>

<entry>
<title>Linux強制リブート</title>
<link rel="alternate" type="text/html" href="http://soph.jp/MT/archives/2010/11/27154138.php" />
<modified>2011-10-16T18:02:24Z</modified>
<issued>2010-11-27T06:41:38Z</issued>
<id>tag:soph.jp,2010:/MT//1.826</id>
<created>2010-11-27T06:41:38Z</created>
<summary type="text/plain">今日はmysqlとかphpとかコンパイルしているうちにファイルシステムにエラーが...</summary>
<author>
<name>Jay</name>
<url>http://soph.jp/MT/</url>
<email>jay@soph.jp</email>
</author>
<dc:subject>Linux</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://soph.jp/MT/">
<![CDATA[<p>今日はmysqlとかphpとかコンパイルしているうちにファイルシステムにエラーが見つかってReadOnlyになってしまった。<br />
それからというものreboot とか shutdown -r now とか全く効かなくて、再起動できなくて本当に困った。</p>

<p>探してみるとこんな方法もあるんだ。</p>

<p><a href="http://d.hatena.ne.jp/pyopyopyo/20100601/p1" target="_blank">ぴょぴょぴょ？ - Linuxとかプログラミングの覚え書き　linux を強制リブートする方法</a><br />
<blockquote>linux を強制的に遠隔から再起動する方法。</p>

<blockquote># echo b > /proc/sysrq-trigger</blockquote>

<p>これだけ。</blockquote></p>

<p>無事に再起動して復旧。超助かりました。</p>]]>

</content>
</entry>

<entry>
<title>皇居Run</title>
<link rel="alternate" type="text/html" href="http://soph.jp/MT/archives/2010/11/26212801.php" />
<modified>2011-10-16T20:23:38Z</modified>
<issued>2010-11-26T12:28:01Z</issued>
<id>tag:soph.jp,2010:/MT//1.829</id>
<created>2010-11-26T12:28:01Z</created>
<summary type="text/plain">会社にあるランニングサークル（正式に部活認定されているらしい）に参加して、初めて...</summary>
<author>
<name>Jay</name>
<url>http://soph.jp/MT/</url>
<email>jay@soph.jp</email>
</author>
<dc:subject>Run</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://soph.jp/MT/">
<![CDATA[<p>会社にあるランニングサークル（正式に部活認定されているらしい）に参加して、初めての皇居Run。</p>

<p>神田の稲荷湯からスタートして、1周だけ走った。ホントは2周するつもりだったけど、全然ペースが上がらなくて2周目に入ると予定の時間を過ぎてしまうため断念。次に走るときは2周走れるように頑張ろう。</p>

<p>距離　5.02 km<br />
タイム　29:39</p>]]>

</content>
</entry>

<entry>
<title>明けましておめでとうございます</title>
<link rel="alternate" type="text/html" href="http://soph.jp/MT/archives/2010/01/01104745.php" />
<modified>2010-01-06T13:29:39Z</modified>
<issued>2010-01-01T01:47:45Z</issued>
<id>tag:soph.jp,2010:/MT//1.821</id>
<created>2010-01-01T01:47:45Z</created>
<summary type="text/plain">みなさま今年も宜しくお願いいたします。 ことしは発展の年になるといいなぁ。今まで...</summary>
<author>
<name>Jay</name>
<url>http://soph.jp/MT/</url>
<email>jay@soph.jp</email>
</author>
<dc:subject>hitorigoto</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://soph.jp/MT/">
<![CDATA[<p>みなさま今年も宜しくお願いいたします。</p>

<p>ことしは発展の年になるといいなぁ。今まで停滞してた感があるし、仕切りなおして一から出直す気分で頑張りたいです！</p>

<p>今年がどうなるのか、本当に楽しみ。<br />
とってもいい年になるといいですね。</p>]]>

</content>
</entry>

<entry>
<title>2009年も終わりですね</title>
<link rel="alternate" type="text/html" href="http://soph.jp/MT/archives/2009/12/31233857.php" />
<modified>2010-01-06T13:25:33Z</modified>
<issued>2009-12-31T14:38:57Z</issued>
<id>tag:soph.jp,2009:/MT//1.820</id>
<created>2009-12-31T14:38:57Z</created>
<summary type="text/plain">2009年で今までいた会社を離れることにしました。 いろいろ考えた結果、いろいろ...</summary>
<author>
<name>Jay</name>
<url>http://soph.jp/MT/</url>
<email>jay@soph.jp</email>
</author>
<dc:subject>hitorigoto</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://soph.jp/MT/">
<![CDATA[<p>2009年で今までいた会社を離れることにしました。</p>

<p>いろいろ考えた結果、いろいろ話し合った結果のことなので後悔はしていません。会社も発展していって欲しいし、これから自分も違う道を思う方向に進んでいければと思います。</p>

<p>これからの自分に起こることが楽しみです。</p>

<p>いろいろ成長させてくれた2009年に感謝。</p>]]>

</content>
</entry>

<entry>
<title>Cyberduckの動作が重い</title>
<link rel="alternate" type="text/html" href="http://soph.jp/MT/archives/2009/12/07104237.php" />
<modified>2009-12-07T01:55:05Z</modified>
<issued>2009-12-07T01:42:37Z</issued>
<id>tag:soph.jp,2009:/MT//1.819</id>
<created>2009-12-07T01:42:37Z</created>
<summary type="text/plain">サーバにSPAMを学習させるときとか、ソースやパッケージをサーバに上げるときなん...</summary>
<author>
<name>Jay</name>
<url>http://soph.jp/MT/</url>
<email>jay@soph.jp</email>
</author>
<dc:subject>Mac</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://soph.jp/MT/">
<![CDATA[<p>サーバにSPAMを学習させるときとか、ソースやパッケージをサーバに上げるときなんかは、いつもCyberduckを使ってるんだけど、最近やたら重い。</p>

<p>そんでなんか解決方法はないかなと思ってググってみたら、いきなり解決方法が見つかりました！</p>

<p><a href="http://blog.btmup.com/wp-content/cache/supercache/blog.btmup.com/web-general/cyberduck.html/index.html" target="_blank">「Cyberduck」の動作が突然遅くなったときの対処法。 ｜ btmup Blog</a><br />
<blockquote>アップロードやダウンロードをすると、その経過や結果が「転送」ウィンドウに表示されます。<br />
その履歴は何もしなければ消えることなく、どんどんたまっていきます。</p>

<p>で、どうやらこの「転送」ウィンドウに履歴がたまったことが、動作を重くしていた原因のようなのです。</p>

<p>理由は分かりません。<br />
それだけ余分なリソースを喰ってたってことなんでしょうか。</p>

<p>とにかく、「転送」ウィンドウの古い情報を適当に選択して「削除」ボタン（竹ぼうきみたいなヤツ）を押したら、それだけで動作が一気に軽くなりました。</blockquote></p>

<p>これやってみたら、本当にめちゃくちゃ軽くなりました！</p>

<p>履歴は必要ないので全部削除したら、今までサーバのログインにも10秒以上かかっていたのが、2秒くらいで済むようになったりと、全ての作業が軽くなりました。</p>

<p>このウィンドウで全部選択して削除。<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://soph.jp/MT/archives/2009/12/07/cyberduck.png" rel="lightbox[cyberduck]" title="Cyberduck転送ウィンドウ"><img alt="Cyberduck転送ウィンドウ" src="http://soph.jp/MT/archives/assets_c/2009/12/cyberduck-thumb-200x117-182.png" width="200" height="117" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>

<p>いやー。ホント助かりました。</p>]]>

</content>
</entry>

<entry>
<title>Google日本語入力</title>
<link rel="alternate" type="text/html" href="http://soph.jp/MT/archives/2009/12/03131915.php" />
<modified>2009-12-03T07:16:33Z</modified>
<issued>2009-12-03T04:19:15Z</issued>
<id>tag:soph.jp,2009:/MT//1.817</id>
<created>2009-12-03T04:19:15Z</created>
<summary type="text/plain">Googleからフリーの日本語入力ソフトが出た。 その名も「Google日本語入...</summary>
<author>
<name>Jay</name>
<url>http://soph.jp/MT/</url>
<email>jay@soph.jp</email>
</author>
<dc:subject>Mac</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://soph.jp/MT/">
<![CDATA[<p>Googleからフリーの日本語入力ソフトが出た。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://soph.jp/MT/archives/2009/12/03/images/capture%EF%BC%882009-12-03%201.18.41%20PM%EF%BC%89.png" rel="lightbox[GoogleInput]"><img alt="Google日本語入力" src="http://soph.jp/MT/archives/assets_c/2009/12/capture（2009-12-03 1.18.41 PM）-thumb-150x194-172.png" width="150" height="194" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>

<p>その名も「Google日本語入力」<br />
もうちょっとましな前つけれくれないかなー。なんてことはさておき、<br />
早速使ってみた。</p>

<p>最初の印象は、動作が軽い！</p>

<p>「かわせみ」も使ってみたけど、それもりもずっと軽い印象。<br />
ATOKみたいに多機能じゃないけど、<br />
基本的な設定は一通りあるし、変換も自分の望む候補がすぐに出てきてすごく使いやすい。<br />
設定画面が英語だったりで粗削りな印象もあるけど、<br />
少しずつでも良くなっていってくれたらいいな。</p>

<p>とりあえずATOKから乗り換えてみます。</p>]]>
<![CDATA[<p>追記：<br />
メモリ使用量を見てみたら、ATOKよりは若干多いかな。<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://soph.jp/MT/archives/2009/12/03/image/googleinputmemoryusage.png" rel="lightbox[GoogleInput]"><img alt="Google日本語入力メモリ使用量" src="http://soph.jp/MT/archives/assets_c/2009/12/googleinputmemoryusage-thumb-150x160-175.png" width="150" height="160" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>]]>
</content>
</entry>

<entry>
<title>新しい家族のJunoです。</title>
<link rel="alternate" type="text/html" href="http://soph.jp/MT/archives/2009/11/22164034.php" />
<modified>2009-12-03T08:01:24Z</modified>
<issued>2009-11-22T07:40:34Z</issued>
<id>tag:soph.jp,2009:/MT//1.818</id>
<created>2009-11-22T07:40:34Z</created>
<summary type="text/plain">新しい家族が増えるかもでかいていた子犬が、正式に家の家族になることが決まりました...</summary>
<author>
<name>Jay</name>
<url>http://soph.jp/MT/</url>
<email>jay@soph.jp</email>
</author>
<dc:subject>hitorigoto</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://soph.jp/MT/">
<![CDATA[<p><a href="http://soph.jp/MT/archives/2009/10/15144714.php">新しい家族が増えるかも</a>でかいていた子犬が、正式に家の家族になることが決まりました！</p>

<p>名前は６月生まれなので、<a href="http://ja.wikipedia.org/wiki/ユノ" target="_blank">6月の女神</a>にちなんで、Juno（ユノ）に決定しました。</p>

<p>最初に見たときは黒柴かなーと思っていたけど、チワワと毛の感じも似てるし、人懐っこさは洋犬っぽい。犬種が分からないからどんな子に成長するのかスゴク楽しみです！</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://soph.jp/MT/archives/2009/12/03/alexandjuno.png" rel="lightbox[juno]" title="アレックスとユノ"><img alt="アレックスとユノ" src="http://soph.jp/MT/archives/assets_c/2009/12/alexandjuno-thumb-200x143-178.png" width="200" height="143" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span><br />
先住犬のアレックスとも仲良しです。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://soph.jp/MT/juno.png" rel="lightbox[juno]" title="ユノと散歩"><img alt="ユノと散歩" src="http://soph.jp/MT/assets_c/2009/12/juno-thumb-200x200-180.png" width="200" height="200" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span><br />
早速旅行に連れていってみました。</p>]]>

</content>
</entry>

<entry>
<title>新しい家族が増えるかも</title>
<link rel="alternate" type="text/html" href="http://soph.jp/MT/archives/2009/10/15144714.php" />
<modified>2009-10-15T07:12:38Z</modified>
<issued>2009-10-15T05:47:14Z</issued>
<id>tag:soph.jp,2009:/MT//1.816</id>
<created>2009-10-15T05:47:14Z</created>
<summary type="text/plain">新しい家族といっても子供が出来たとか兄弟が結婚するとかじゃないんだけど、犬を家族...</summary>
<author>
<name>Jay</name>
<url>http://soph.jp/MT/</url>
<email>jay@soph.jp</email>
</author>
<dc:subject>hitorigoto</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://soph.jp/MT/">
<![CDATA[<p>新しい家族といっても子供が出来たとか兄弟が結婚するとかじゃないんだけど、犬を家族に迎えようと思っています。</p>

<p>今回は<a href="http://animal-note.cool.ne.jp/menu_index.html" target="_blank">ちばわん</a>という団体さん。前に<a href="http://soph.jp/MT/archives/2008/10/17005700.php">アレックス</a>をもらってきた<a href="http://www.lifeboatjapan.org/" target="_blank">LifeBoat</a>と同じように保健所などの施設から一時的に預かって希望する人に譲渡する活動をしているところです。</p>

<p>アレックスをもらってきてからちょうど一年経って、そろそろアレックスにも兄弟が欲しいと思っていたところ、里親募集のサイトですごくかわいい子を見つけたので、早速昨日申し込んで返事を待っているところです。</p>

<p>うちに来ないかもしれないからまだどの子かは書きません。もし他にもらわれていったらそのもらわれた人に迷惑かもしれないしね。うちに来ることになったらまた書きたいと思います。</p>

<p>いつも思うんだけど、ペットショップで買うのもいいけど処分されそうな子をもらって育てることがもっと広まったらいいな。みんながみんな血統書付きがいいって思ってるわけじゃないんだし、普通にペットを飼うときの選択肢の一つとして認知されるようになったらすばらしいと思う。もちろん、処分されるとかそういうことがないのが一番だけど。</p>]]>

</content>
</entry>

<entry>
<title>やっと落ち着いてきました</title>
<link rel="alternate" type="text/html" href="http://soph.jp/MT/archives/2009/09/30221739.php" />
<modified>2009-09-30T13:19:32Z</modified>
<issued>2009-09-30T13:17:39Z</issued>
<id>tag:soph.jp,2009:/MT//1.815</id>
<created>2009-09-30T13:17:39Z</created>
<summary type="text/plain">5月あたりからずっと忙しかったのも、やっとここらで一段落。 これからはもっと自分...</summary>
<author>
<name>Jay</name>
<url>http://soph.jp/MT/</url>
<email>jay@soph.jp</email>
</author>
<dc:subject>hitorigoto</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://soph.jp/MT/">
<![CDATA[<p>5月あたりからずっと忙しかったのも、やっとここらで一段落。</p>

<p>これからはもっと自分のことに時間を使うようにしよう。</p>

<p>Jay's Roomももっと書かないとな。書きたいことはいろいろあるんだけどね。</p>]]>

</content>
</entry>

<entry>
<title>Mac OS X Snow Leopard 発売日決定！</title>
<link rel="alternate" type="text/html" href="http://soph.jp/MT/archives/2009/08/25121630.php" />
<modified>2009-08-25T03:19:59Z</modified>
<issued>2009-08-25T03:16:30Z</issued>
<id>tag:soph.jp,2009:/MT//1.814</id>
<created>2009-08-25T03:16:30Z</created>
<summary type="text/plain">ついにMac OS X Snow Leopardの発売日が決定したみたい。 噂ど...</summary>
<author>
<name>Jay</name>
<url>http://soph.jp/MT/</url>
<email>jay@soph.jp</email>
</author>
<dc:subject>Mac</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://soph.jp/MT/">
<![CDATA[<p>ついにMac OS X Snow Leopardの発売日が決定したみたい。</p>

<p>噂どおり8月28日の発売。って今週の金曜だよね。</p>

<p><a href="http:/store.apple.com/jp/go/snowleopard/" target="_blank">AppleStore</a>では予約も開始したみたいだけど、Amazonとか他のお店ではまだなのかな？</p>

<p>どこで買おうかなｰ。</p>]]>

</content>
</entry>

<entry>
<title>中途半端な時間に仕事が終わったので</title>
<link rel="alternate" type="text/html" href="http://soph.jp/MT/archives/2009/07/11052343.php" />
<modified>2009-07-10T20:31:21Z</modified>
<issued>2009-07-10T20:23:43Z</issued>
<id>tag:soph.jp,2009:/MT//1.811</id>
<created>2009-07-10T20:23:43Z</created>
<summary type="text/plain">昔に途中まで書いたエントリーを完成させまくってみた。RSSで変な日付のエントリー...</summary>
<author>
<name>Jay</name>
<url>http://soph.jp/MT/</url>
<email>jay@soph.jp</email>
</author>
<dc:subject>hitorigoto</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://soph.jp/MT/">
<![CDATA[<p>昔に途中まで書いたエントリーを完成させまくってみた。RSSで変な日付のエントリーがたくさん出てると思いますが、気にしないで下さいねー。</p>

<p>これでやっと始発の時間だ。かえれる〜</p>]]>

</content>
</entry>

<entry>
<title>MovableType 5 発表</title>
<link rel="alternate" type="text/html" href="http://soph.jp/MT/archives/2009/07/10233312.php" />
<modified>2009-07-10T19:33:13Z</modified>
<issued>2009-07-10T14:33:12Z</issued>
<id>tag:soph.jp,2009:/MT//1.807</id>
<created>2009-07-10T14:33:12Z</created>
<summary type="text/plain">MovableType 5が発表になった。 Six Apart - Movabl...</summary>
<author>
<name>Jay</name>
<url>http://soph.jp/MT/</url>
<email>jay@soph.jp</email>
</author>
<dc:subject>Movable Type</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://soph.jp/MT/">
<![CDATA[<p>MovableType 5が発表になった。<br />
<a href="http://www.sixapart.jp/movabletype/news/09/07/08-137.html " target="_blank">Six Apart - Movable Type News: ウェブサイト管理の新標準、「Movable Type 5 」を発表しました</a></p>

<blockquote>Movable Type 5 は、ブログから企業サイト、ソーシャルメディアの構築まで、ウェブサイト運営の『テーマ（目的）』を最短距離で実現するソーシャル・パブリッシング・プラットフォームとして進化します。

<p>これまでのバージョンで熟成した、安定したコア・アーキテクチャ、強力なテンプレート言語、安全なユーザー管理、柔軟なプラグイン拡張をベースに、ウェブサイト全体のコンテンツやデザイン、ユーザー管理を目的にあわせて柔軟にカスタマイズできるようになり、さらに更新しやすく、効果の高いウェブサイト構築・運営・管理が可能となります。</blockquote>さらに更新しやすくっていうのが非常に気になる。今でも十分更新しやすいけど（それでも全然更新してない）どういうふうに変わっていくのだろう。</p>

<p>気になるリリース時期は、<br />
<blockquote>Movable Type 5 のベータ版は8月上旬、正式出荷は10月を予定しています。</blockquote><br />
ということでちょっと先になりそうですね。</p>]]>

</content>
</entry>

</feed>
