<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" version="2.0">
  <channel>
    <title>light-hearted.net</title>
    <link>http://www.light-hearted.net/</link>
    <description>人は計画を立て、神はそれを笑う</description>
    <language>en-us</language>
    <copyright>yama3</copyright>
    <lastBuildDate>Fri, 20 Aug 2010 06:31:23 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 1.9.7174.0</generator>
    <managingEditor>yama3@light-hearted.net</managingEditor>
    <webMaster>yama3@light-hearted.net</webMaster>
    <item>
      <trackback:ping>http://www.light-hearted.net/Trackback.aspx?guid=08910335-c343-46df-a339-593573d1d8ba</trackback:ping>
      <pingback:server>http://www.light-hearted.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.light-hearted.net/PermaLink,guid,08910335-c343-46df-a339-593573d1d8ba.aspx</pingback:target>
      <dc:creator>yama3</dc:creator>
      <wfw:comment>http://www.light-hearted.net/CommentView,guid,08910335-c343-46df-a339-593573d1d8ba.aspx</wfw:comment>
      <wfw:commentRss>http://www.light-hearted.net/SyndicationService.asmx/GetEntryCommentsRss?guid=08910335-c343-46df-a339-593573d1d8ba</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
winrm set winrm/config/client @{TrustedHosts="&lt;server&gt;"}<br />
winrs -r:&lt;server&gt; -u:administrator cmd
</p>
      </body>
      <title>winrs</title>
      <guid isPermaLink="false">http://www.light-hearted.net/PermaLink,guid,08910335-c343-46df-a339-593573d1d8ba.aspx</guid>
      <link>http://www.light-hearted.net/2010/08/20/winrs.aspx</link>
      <pubDate>Fri, 20 Aug 2010 06:31:23 GMT</pubDate>
      <description>&lt;p&gt;
winrm set winrm/config/client @{TrustedHosts="&amp;lt;server&amp;gt;"}&lt;br&gt;
winrs -r:&amp;lt;server&amp;gt; -u:administrator cmd
&lt;/p&gt;</description>
      <comments>http://www.light-hearted.net/CommentView,guid,08910335-c343-46df-a339-593573d1d8ba.aspx</comments>
      <category>Windows</category>
    </item>
    <item>
      <trackback:ping>http://www.light-hearted.net/Trackback.aspx?guid=e0dfd42c-4974-4b91-bd54-a30a1fbeb0c1</trackback:ping>
      <pingback:server>http://www.light-hearted.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.light-hearted.net/PermaLink,guid,e0dfd42c-4974-4b91-bd54-a30a1fbeb0c1.aspx</pingback:target>
      <dc:creator>yama3</dc:creator>
      <wfw:comment>http://www.light-hearted.net/CommentView,guid,e0dfd42c-4974-4b91-bd54-a30a1fbeb0c1.aspx</wfw:comment>
      <wfw:commentRss>http://www.light-hearted.net/SyndicationService.asmx/GetEntryCommentsRss?guid=e0dfd42c-4974-4b91-bd54-a30a1fbeb0c1</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
もともとPythonを良く使ってたので、IronPythonには大きな期待をしていました。
</p>
        <p>
最近は仕事でも使ってます。
</p>
        <p>
で、こないだ書いたC#のコード。
</p>
        <blockquote>
          <pre>
            <span style="color: Black; background-color: Transparent; font-family: Courier New; font-size: 11px;">
              <span style="color: Blue; background-color: Transparent; font-family: Courier New; font-size: 11px;">public</span>
              <span style="color: Blue; background-color: Transparent; font-family: Courier New; font-size: 11px;">class</span> Hoge
: BaseClass { <span style="color: Blue; background-color: Transparent; font-family: Courier New; font-size: 11px;">public</span> Hoge()
: <span style="color: Blue; background-color: Transparent; font-family: Courier New; font-size: 11px;">base</span>(“hoge.py”)
{ } }</span>
          </pre>
        </blockquote>のみです。 
<p>
ドン引きされたのは言うまでもなく。。。
</p><p>
BaseClassの方はまた今度。
</p></body>
      <title>IronPythonなのです。</title>
      <guid isPermaLink="false">http://www.light-hearted.net/PermaLink,guid,e0dfd42c-4974-4b91-bd54-a30a1fbeb0c1.aspx</guid>
      <link>http://www.light-hearted.net/2010/08/12/IronPython%e3%81%aa%e3%81%ae%e3%81%a7%e3%81%99.aspx</link>
      <pubDate>Thu, 12 Aug 2010 04:26:45 GMT</pubDate>
      <description>&lt;p&gt;
もともとPythonを良く使ってたので、IronPythonには大きな期待をしていました。
&lt;/p&gt;
&lt;p&gt;
最近は仕事でも使ってます。
&lt;/p&gt;
&lt;p&gt;
で、こないだ書いたC#のコード。
&lt;/p&gt;
&lt;blockquote&gt;&lt;pre&gt;&lt;span style="color: Black; background-color: Transparent; font-family: Courier New; font-size: 11px;"&gt;&lt;span style="color: Blue; background-color: Transparent; font-family: Courier New; font-size: 11px;"&gt;public&lt;/span&gt; &lt;span style="color: Blue; background-color: Transparent; font-family: Courier New; font-size: 11px;"&gt;class&lt;/span&gt; Hoge
: BaseClass { &lt;span style="color: Blue; background-color: Transparent; font-family: Courier New; font-size: 11px;"&gt;public&lt;/span&gt; Hoge()
: &lt;span style="color: Blue; background-color: Transparent; font-family: Courier New; font-size: 11px;"&gt;base&lt;/span&gt;(“hoge.py”)
{ } }&lt;/span&gt;&lt;/pre&gt;
&lt;/blockquote&gt;のみです。 
&lt;p&gt;
ドン引きされたのは言うまでもなく。。。
&lt;/p&gt;
&lt;p&gt;
BaseClassの方はまた今度。
&lt;/p&gt;</description>
      <comments>http://www.light-hearted.net/CommentView,guid,e0dfd42c-4974-4b91-bd54-a30a1fbeb0c1.aspx</comments>
      <category>.NET</category>
      <category>DLR</category>
      <category>Python</category>
    </item>
    <item>
      <trackback:ping>http://www.light-hearted.net/Trackback.aspx?guid=bb729184-1d4f-4c83-92df-d799b2406087</trackback:ping>
      <pingback:server>http://www.light-hearted.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.light-hearted.net/PermaLink,guid,bb729184-1d4f-4c83-92df-d799b2406087.aspx</pingback:target>
      <dc:creator>yama3</dc:creator>
      <wfw:comment>http://www.light-hearted.net/CommentView,guid,bb729184-1d4f-4c83-92df-d799b2406087.aspx</wfw:comment>
      <wfw:commentRss>http://www.light-hearted.net/SyndicationService.asmx/GetEntryCommentsRss?guid=bb729184-1d4f-4c83-92df-d799b2406087</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
ミラーリングしたDBに .NET アプリからSQL Server認証でアクセスする場合、<br />
同名のログインをプリンシパルとミラーに作る必要がある。
</p>
        <p>
SIDが異なれば、ログイン名が同じでも異なるユーザと認識されるので、<br />
プリンシパルとミラーが自動で切り替わった場合、<br />
アプリからは接続できなくなるので注意が必要。
</p>
        <p>
SIDを調べる。
</p>
        <p>
-- プリンシパル側<br />
USE master;<br />
SELECT sid FROM master.sys.server_principals WHERE name = 'user1'
</p>
        <p>
そいで、CREATE LOGINでSIDを指定してやることで、SIDが同一のログインが作れる。
</p>
        <p>
-- ミラー側<br />
USE master<br />
CREATE LOGIN user1 WITH PASSWORD=’…’, SID=0x123…;<br />
USE db1;<br />
CREATE USER user1 FOR LOGIN user1 WITH DEFAULT_SCHEMA=dbo;
</p>
      </body>
      <title>SQL Server ミラーリング</title>
      <guid isPermaLink="false">http://www.light-hearted.net/PermaLink,guid,bb729184-1d4f-4c83-92df-d799b2406087.aspx</guid>
      <link>http://www.light-hearted.net/2010/08/11/SQLServer%e3%83%9f%e3%83%a9%e3%83%bc%e3%83%aa%e3%83%b3%e3%82%b0.aspx</link>
      <pubDate>Wed, 11 Aug 2010 08:18:36 GMT</pubDate>
      <description>&lt;p&gt;
ミラーリングしたDBに .NET アプリからSQL Server認証でアクセスする場合、&lt;br&gt;
同名のログインをプリンシパルとミラーに作る必要がある。
&lt;/p&gt;
&lt;p&gt;
SIDが異なれば、ログイン名が同じでも異なるユーザと認識されるので、&lt;br&gt;
プリンシパルとミラーが自動で切り替わった場合、&lt;br&gt;
アプリからは接続できなくなるので注意が必要。
&lt;/p&gt;
&lt;p&gt;
SIDを調べる。
&lt;/p&gt;
&lt;p&gt;
-- プリンシパル側&lt;br&gt;
USE master;&lt;br&gt;
SELECT sid FROM master.sys.server_principals WHERE name = 'user1'
&lt;/p&gt;
&lt;p&gt;
そいで、CREATE LOGINでSIDを指定してやることで、SIDが同一のログインが作れる。
&lt;/p&gt;
&lt;p&gt;
-- ミラー側&lt;br&gt;
USE master&lt;br&gt;
CREATE LOGIN user1 WITH PASSWORD=’…’, SID=0x123…;&lt;br&gt;
USE db1;&lt;br&gt;
CREATE USER user1 FOR LOGIN user1 WITH DEFAULT_SCHEMA=dbo;
&lt;/p&gt;</description>
      <comments>http://www.light-hearted.net/CommentView,guid,bb729184-1d4f-4c83-92df-d799b2406087.aspx</comments>
      <category>SQL Server</category>
    </item>
    <item>
      <trackback:ping>http://www.light-hearted.net/Trackback.aspx?guid=2e2ecab4-0919-4679-a03e-ac32a8941bc7</trackback:ping>
      <pingback:server>http://www.light-hearted.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.light-hearted.net/PermaLink,guid,2e2ecab4-0919-4679-a03e-ac32a8941bc7.aspx</pingback:target>
      <dc:creator>yama3</dc:creator>
      <wfw:comment>http://www.light-hearted.net/CommentView,guid,2e2ecab4-0919-4679-a03e-ac32a8941bc7.aspx</wfw:comment>
      <wfw:commentRss>http://www.light-hearted.net/SyndicationService.asmx/GetEntryCommentsRss?guid=2e2ecab4-0919-4679-a03e-ac32a8941bc7</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">iPhoneユーザになりました。<br />
一部では裏切り者的な扱いを受けていますが、平気です。気にしません。<br /><br />
アプリ書こうかと思いましたが、Appleへの申請とかがうざくてやめました。<br /><br />
モバイルでアプリやるならAndroidじゃないでしょうか？<br />
「AndroidってJ2MEのGoogle拡張でしょ」って思ってましたが、<br />
Javaそのものもかなりのパッケージをサポートしてるんですね。さらに魅力的ですね。<br /><br />
誰かAndroidください。<br /><p></p></body>
      <title>iPhone4買いました</title>
      <guid isPermaLink="false">http://www.light-hearted.net/PermaLink,guid,2e2ecab4-0919-4679-a03e-ac32a8941bc7.aspx</guid>
      <link>http://www.light-hearted.net/2010/08/09/iPhone4%e8%b2%b7%e3%81%84%e3%81%be%e3%81%97%e3%81%9f.aspx</link>
      <pubDate>Mon, 09 Aug 2010 17:11:27 GMT</pubDate>
      <description>iPhoneユーザになりました。&lt;br&gt;
一部では裏切り者的な扱いを受けていますが、平気です。気にしません。&lt;br&gt;
&lt;br&gt;
アプリ書こうかと思いましたが、Appleへの申請とかがうざくてやめました。&lt;br&gt;
&lt;br&gt;
モバイルでアプリやるならAndroidじゃないでしょうか？&lt;br&gt;
「AndroidってJ2MEのGoogle拡張でしょ」って思ってましたが、&lt;br&gt;
Javaそのものもかなりのパッケージをサポートしてるんですね。さらに魅力的ですね。&lt;br&gt;
&lt;br&gt;
誰かAndroidください。&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;</description>
      <comments>http://www.light-hearted.net/CommentView,guid,2e2ecab4-0919-4679-a03e-ac32a8941bc7.aspx</comments>
      <category>Mobile</category>
    </item>
    <item>
      <trackback:ping>http://www.light-hearted.net/Trackback.aspx?guid=1795ffb4-2d9c-4aa2-a47b-738ee50aa0c0</trackback:ping>
      <pingback:server>http://www.light-hearted.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.light-hearted.net/PermaLink,guid,1795ffb4-2d9c-4aa2-a47b-738ee50aa0c0.aspx</pingback:target>
      <dc:creator>yama3</dc:creator>
      <wfw:comment>http://www.light-hearted.net/CommentView,guid,1795ffb4-2d9c-4aa2-a47b-738ee50aa0c0.aspx</wfw:comment>
      <wfw:commentRss>http://www.light-hearted.net/SyndicationService.asmx/GetEntryCommentsRss?guid=1795ffb4-2d9c-4aa2-a47b-738ee50aa0c0</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">記事読んだだけで、手を動かせていない自分が嫌い。<br /><br /><a href="http://www.atmarkit.co.jp/fdotnet/scottgublog/20100726codefirst/codefirst.html">http://www.atmarkit.co.jp/fdotnet/scottgublog/20100726codefirst/codefirst.html<br /></a><br /><a href="http://weblogs.asp.net/scottgu/archive/2010/08/03/using-ef-code-first-with-an-existing-database.aspx">http://weblogs.asp.net/scottgu/archive/2010/08/03/using-ef-code-first-with-an-existing-database.aspx</a><br /><br />
EFは4からが本命だと思う。<br />
3はLINQまわりがあれなので、その辺を確認したい。<br /><p></p></body>
      <title>Entity Framework 4 CTP 4</title>
      <guid isPermaLink="false">http://www.light-hearted.net/PermaLink,guid,1795ffb4-2d9c-4aa2-a47b-738ee50aa0c0.aspx</guid>
      <link>http://www.light-hearted.net/2010/08/09/EntityFramework4CTP4.aspx</link>
      <pubDate>Mon, 09 Aug 2010 16:32:13 GMT</pubDate>
      <description>記事読んだだけで、手を動かせていない自分が嫌い。&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.atmarkit.co.jp/fdotnet/scottgublog/20100726codefirst/codefirst.html"&gt;http://www.atmarkit.co.jp/fdotnet/scottgublog/20100726codefirst/codefirst.html&lt;br&gt;
&lt;/a&gt;
&lt;br&gt;
&lt;a href="http://weblogs.asp.net/scottgu/archive/2010/08/03/using-ef-code-first-with-an-existing-database.aspx"&gt;http://weblogs.asp.net/scottgu/archive/2010/08/03/using-ef-code-first-with-an-existing-database.aspx&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;
EFは4からが本命だと思う。&lt;br&gt;
3はLINQまわりがあれなので、その辺を確認したい。&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;</description>
      <comments>http://www.light-hearted.net/CommentView,guid,1795ffb4-2d9c-4aa2-a47b-738ee50aa0c0.aspx</comments>
      <category>.NET</category>
    </item>
    <item>
      <trackback:ping>http://www.light-hearted.net/Trackback.aspx?guid=cdafa8f8-3334-436a-845f-2d0221bf0fca</trackback:ping>
      <pingback:server>http://www.light-hearted.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.light-hearted.net/PermaLink,guid,cdafa8f8-3334-436a-845f-2d0221bf0fca.aspx</pingback:target>
      <dc:creator>yama3</dc:creator>
      <wfw:comment>http://www.light-hearted.net/CommentView,guid,cdafa8f8-3334-436a-845f-2d0221bf0fca.aspx</wfw:comment>
      <wfw:commentRss>http://www.light-hearted.net/SyndicationService.asmx/GetEntryCommentsRss?guid=cdafa8f8-3334-436a-845f-2d0221bf0fca</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">知らなんだ。<br /><br /><b>VHD のオフラインパッチ by DISM<br /></b><a href="http://blog.computerworld.jp/2010/08/09/offlinepatch-by-dism/">http://blog.computerworld.jp/2010/08/09/offlinepatch-by-dism/</a><br /><p></p></body>
      <title>VHD のオフラインパッチ by DISM</title>
      <guid isPermaLink="false">http://www.light-hearted.net/PermaLink,guid,cdafa8f8-3334-436a-845f-2d0221bf0fca.aspx</guid>
      <link>http://www.light-hearted.net/2010/08/09/VHD%e3%81%ae%e3%82%aa%e3%83%95%e3%83%a9%e3%82%a4%e3%83%b3%e3%83%91%e3%83%83%e3%83%81ByDISM.aspx</link>
      <pubDate>Mon, 09 Aug 2010 16:28:20 GMT</pubDate>
      <description>知らなんだ。&lt;br&gt;
&lt;br&gt;
&lt;b&gt;VHD のオフラインパッチ by DISM&lt;br&gt;
&lt;/b&gt;&lt;a href="http://blog.computerworld.jp/2010/08/09/offlinepatch-by-dism/"&gt;http://blog.computerworld.jp/2010/08/09/offlinepatch-by-dism/&lt;/a&gt;
&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;</description>
      <comments>http://www.light-hearted.net/CommentView,guid,cdafa8f8-3334-436a-845f-2d0221bf0fca.aspx</comments>
      <category>Virtualization</category>
    </item>
    <item>
      <trackback:ping>http://www.light-hearted.net/Trackback.aspx?guid=9c9493fc-3296-4aaf-b80c-8294f60cfa76</trackback:ping>
      <pingback:server>http://www.light-hearted.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.light-hearted.net/PermaLink,guid,9c9493fc-3296-4aaf-b80c-8294f60cfa76.aspx</pingback:target>
      <dc:creator>yama3</dc:creator>
      <wfw:comment>http://www.light-hearted.net/CommentView,guid,9c9493fc-3296-4aaf-b80c-8294f60cfa76.aspx</wfw:comment>
      <wfw:commentRss>http://www.light-hearted.net/SyndicationService.asmx/GetEntryCommentsRss?guid=9c9493fc-3296-4aaf-b80c-8294f60cfa76</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
gpedit.msc
</p>
        <p>
[ローカル コンピューター ポリシー]<br />
[コンピューターの構成]<br />
[管理用テンプレート]<br />
[Windows コンポーネント]<br />
[Windows エラー報告]<br />
「エラーの通知を表示する」を無効にする
</p>
      </body>
      <title>エラーの通知うざい</title>
      <guid isPermaLink="false">http://www.light-hearted.net/PermaLink,guid,9c9493fc-3296-4aaf-b80c-8294f60cfa76.aspx</guid>
      <link>http://www.light-hearted.net/2010/07/30/%e3%82%a8%e3%83%a9%e3%83%bc%e3%81%ae%e9%80%9a%e7%9f%a5%e3%81%86%e3%81%96%e3%81%84.aspx</link>
      <pubDate>Fri, 30 Jul 2010 07:40:41 GMT</pubDate>
      <description>&lt;p&gt;
gpedit.msc
&lt;/p&gt;
&lt;p&gt;
[ローカル コンピューター ポリシー]&lt;br&gt;
[コンピューターの構成]&lt;br&gt;
[管理用テンプレート]&lt;br&gt;
[Windows コンポーネント]&lt;br&gt;
[Windows エラー報告]&lt;br&gt;
「エラーの通知を表示する」を無効にする
&lt;/p&gt;</description>
      <comments>http://www.light-hearted.net/CommentView,guid,9c9493fc-3296-4aaf-b80c-8294f60cfa76.aspx</comments>
      <category>Windows</category>
    </item>
    <item>
      <trackback:ping>http://www.light-hearted.net/Trackback.aspx?guid=45694fa2-fa36-4d62-be20-c9b4a10e97da</trackback:ping>
      <pingback:server>http://www.light-hearted.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.light-hearted.net/PermaLink,guid,45694fa2-fa36-4d62-be20-c9b4a10e97da.aspx</pingback:target>
      <dc:creator>yama3</dc:creator>
      <wfw:comment>http://www.light-hearted.net/CommentView,guid,45694fa2-fa36-4d62-be20-c9b4a10e97da.aspx</wfw:comment>
      <wfw:commentRss>http://www.light-hearted.net/SyndicationService.asmx/GetEntryCommentsRss?guid=45694fa2-fa36-4d62-be20-c9b4a10e97da</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
ここ数カ月アホみたいな労働状況で、ここの存在を忘れかけてました。<br />
前回のポストが今年だったことに、驚いています。。。
</p>
        <p>
友人から生存確認メールが来たので、応答します。
</p>
        <p>
技術的にやりたいことは山盛りです。<br />
積読も山盛りです。
</p>
        <p>
ですが、時間が全く取れんのです。<br />
以上。ちょっと愚痴ってみました。
</p>
        <p>
それでは。
</p>
      </body>
      <title>生きてますよ。</title>
      <guid isPermaLink="false">http://www.light-hearted.net/PermaLink,guid,45694fa2-fa36-4d62-be20-c9b4a10e97da.aspx</guid>
      <link>http://www.light-hearted.net/2010/04/13/%e7%94%9f%e3%81%8d%e3%81%a6%e3%81%be%e3%81%99%e3%82%88.aspx</link>
      <pubDate>Tue, 13 Apr 2010 08:18:33 GMT</pubDate>
      <description>&lt;p&gt;
ここ数カ月アホみたいな労働状況で、ここの存在を忘れかけてました。&lt;br&gt;
前回のポストが今年だったことに、驚いています。。。
&lt;/p&gt;
&lt;p&gt;
友人から生存確認メールが来たので、応答します。
&lt;/p&gt;
&lt;p&gt;
技術的にやりたいことは山盛りです。&lt;br&gt;
積読も山盛りです。
&lt;/p&gt;
&lt;p&gt;
ですが、時間が全く取れんのです。&lt;br&gt;
以上。ちょっと愚痴ってみました。
&lt;/p&gt;
&lt;p&gt;
それでは。
&lt;/p&gt;</description>
      <comments>http://www.light-hearted.net/CommentView,guid,45694fa2-fa36-4d62-be20-c9b4a10e97da.aspx</comments>
    </item>
    <item>
      <trackback:ping>http://www.light-hearted.net/Trackback.aspx?guid=911c7233-f2a1-4423-affb-467703d614c4</trackback:ping>
      <pingback:server>http://www.light-hearted.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.light-hearted.net/PermaLink,guid,911c7233-f2a1-4423-affb-467703d614c4.aspx</pingback:target>
      <dc:creator>yama3</dc:creator>
      <wfw:comment>http://www.light-hearted.net/CommentView,guid,911c7233-f2a1-4423-affb-467703d614c4.aspx</wfw:comment>
      <wfw:commentRss>http://www.light-hearted.net/SyndicationService.asmx/GetEntryCommentsRss?guid=911c7233-f2a1-4423-affb-467703d614c4</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
いやまぢで。
</p>
        <p>
          <strong>Entity Framework 4 では Native SQL が実行可能<br /></strong>
          <a href="http://blogs.msdn.com/daisukei/archive/2010/01/12/entity-framework-4-native-sql.aspx">http://blogs.msdn.com/daisukei/archive/2010/01/12/entity-framework-4-native-sql.aspx</a>
        </p>
        <p>
やっぱり、こういう切り口がないと広く普及しないのかなぁと。
</p>
      </body>
      <title>ネタかと思った</title>
      <guid isPermaLink="false">http://www.light-hearted.net/PermaLink,guid,911c7233-f2a1-4423-affb-467703d614c4.aspx</guid>
      <link>http://www.light-hearted.net/2010/01/14/%e3%83%8d%e3%82%bf%e3%81%8b%e3%81%a8%e6%80%9d%e3%81%a3%e3%81%9f.aspx</link>
      <pubDate>Thu, 14 Jan 2010 01:15:23 GMT</pubDate>
      <description>&lt;p&gt;
いやまぢで。
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Entity Framework 4 では Native SQL が実行可能&lt;br&gt;
&lt;/strong&gt;&lt;a href="http://blogs.msdn.com/daisukei/archive/2010/01/12/entity-framework-4-native-sql.aspx"&gt;http://blogs.msdn.com/daisukei/archive/2010/01/12/entity-framework-4-native-sql.aspx&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
やっぱり、こういう切り口がないと広く普及しないのかなぁと。
&lt;/p&gt;</description>
      <comments>http://www.light-hearted.net/CommentView,guid,911c7233-f2a1-4423-affb-467703d614c4.aspx</comments>
    </item>
    <item>
      <trackback:ping>http://www.light-hearted.net/Trackback.aspx?guid=f305d4b8-d3b4-4ed8-a9b1-31c0ec46b743</trackback:ping>
      <pingback:server>http://www.light-hearted.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.light-hearted.net/PermaLink,guid,f305d4b8-d3b4-4ed8-a9b1-31c0ec46b743.aspx</pingback:target>
      <dc:creator>yama3</dc:creator>
      <wfw:comment>http://www.light-hearted.net/CommentView,guid,f305d4b8-d3b4-4ed8-a9b1-31c0ec46b743.aspx</wfw:comment>
      <wfw:commentRss>http://www.light-hearted.net/SyndicationService.asmx/GetEntryCommentsRss?guid=f305d4b8-d3b4-4ed8-a9b1-31c0ec46b743</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
と言いたい記事。
</p>
        <p>
          <strong>Hello World, Windows Azure Platform!!<br /></strong>
          <a href="http://blogs.msdn.com/nakama/archive/2010/01/08/hello-world-windows-azure-platform.aspx">http://blogs.msdn.com/nakama/archive/2010/01/08/hello-world-windows-azure-platform.aspx</a>
        </p>
        <p>
赤間さんの記事です。<br />
まだ未完のようですが、大作の予感です。
</p>
        <p>
確かにいろんな人と話してると「クラウド」に対する考え方・思いが違いますよね。<br />
ただ、「使ってる」っていう人にはあんまり会ったことないのが正直なところ。
</p>
        <p>
私が使うクラウドはコンピュートサービスで、短期決戦的にパワー（CPUとメモリ）が欲しいときに使うくらい。
</p>
        <p>
設計・開発する人としては、ある程度の粒度で作っておいて、必要な時に追加とか削除ができる作りにしておくこと。ってことなんだろうけど、そうなると「どの部分に負荷がかかるのか？（キャパシティプランニング）」を知る方法が必要だよな。あとは、「どのデータをクラウド側へ持ってくか？」とかも。
</p>
      </body>
      <title>まずは読んどけ</title>
      <guid isPermaLink="false">http://www.light-hearted.net/PermaLink,guid,f305d4b8-d3b4-4ed8-a9b1-31c0ec46b743.aspx</guid>
      <link>http://www.light-hearted.net/2010/01/12/%e3%81%be%e3%81%9a%e3%81%af%e8%aa%ad%e3%82%93%e3%81%a9%e3%81%91.aspx</link>
      <pubDate>Tue, 12 Jan 2010 05:16:46 GMT</pubDate>
      <description>&lt;p&gt;
と言いたい記事。
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Hello World, Windows Azure Platform!!&lt;br&gt;
&lt;/strong&gt;&lt;a href="http://blogs.msdn.com/nakama/archive/2010/01/08/hello-world-windows-azure-platform.aspx"&gt;http://blogs.msdn.com/nakama/archive/2010/01/08/hello-world-windows-azure-platform.aspx&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
赤間さんの記事です。&lt;br&gt;
まだ未完のようですが、大作の予感です。
&lt;/p&gt;
&lt;p&gt;
確かにいろんな人と話してると「クラウド」に対する考え方・思いが違いますよね。&lt;br&gt;
ただ、「使ってる」っていう人にはあんまり会ったことないのが正直なところ。
&lt;/p&gt;
&lt;p&gt;
私が使うクラウドはコンピュートサービスで、短期決戦的にパワー（CPUとメモリ）が欲しいときに使うくらい。
&lt;/p&gt;
&lt;p&gt;
設計・開発する人としては、ある程度の粒度で作っておいて、必要な時に追加とか削除ができる作りにしておくこと。ってことなんだろうけど、そうなると「どの部分に負荷がかかるのか？（キャパシティプランニング）」を知る方法が必要だよな。あとは、「どのデータをクラウド側へ持ってくか？」とかも。
&lt;/p&gt;</description>
      <comments>http://www.light-hearted.net/CommentView,guid,f305d4b8-d3b4-4ed8-a9b1-31c0ec46b743.aspx</comments>
    </item>
    <item>
      <trackback:ping>http://www.light-hearted.net/Trackback.aspx?guid=72efdd5b-4f78-4aa5-ab20-59ec57a36e0c</trackback:ping>
      <pingback:server>http://www.light-hearted.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.light-hearted.net/PermaLink,guid,72efdd5b-4f78-4aa5-ab20-59ec57a36e0c.aspx</pingback:target>
      <dc:creator>yama3</dc:creator>
      <wfw:comment>http://www.light-hearted.net/CommentView,guid,72efdd5b-4f78-4aa5-ab20-59ec57a36e0c.aspx</wfw:comment>
      <wfw:commentRss>http://www.light-hearted.net/SyndicationService.asmx/GetEntryCommentsRss?guid=72efdd5b-4f78-4aa5-ab20-59ec57a36e0c</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
ふと、Flash Player 10.1 が Windows Mobile に対応するベータ版を<br />
年内にリリースするというのを思い出したので調べてみる。
</p>
        <p>
まだみたい。
</p>
      </body>
      <title>Flash Player 10.1</title>
      <guid isPermaLink="false">http://www.light-hearted.net/PermaLink,guid,72efdd5b-4f78-4aa5-ab20-59ec57a36e0c.aspx</guid>
      <link>http://www.light-hearted.net/2009/12/31/FlashPlayer101.aspx</link>
      <pubDate>Thu, 31 Dec 2009 09:11:01 GMT</pubDate>
      <description>&lt;p&gt;
ふと、Flash Player 10.1 が Windows Mobile に対応するベータ版を&lt;br&gt;
年内にリリースするというのを思い出したので調べてみる。
&lt;/p&gt;
&lt;p&gt;
まだみたい。
&lt;/p&gt;</description>
      <comments>http://www.light-hearted.net/CommentView,guid,72efdd5b-4f78-4aa5-ab20-59ec57a36e0c.aspx</comments>
    </item>
    <item>
      <trackback:ping>http://www.light-hearted.net/Trackback.aspx?guid=d982bb65-8e82-434a-a968-c04284ccd091</trackback:ping>
      <pingback:server>http://www.light-hearted.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.light-hearted.net/PermaLink,guid,d982bb65-8e82-434a-a968-c04284ccd091.aspx</pingback:target>
      <dc:creator>yama3</dc:creator>
      <wfw:comment>http://www.light-hearted.net/CommentView,guid,d982bb65-8e82-434a-a968-c04284ccd091.aspx</wfw:comment>
      <wfw:commentRss>http://www.light-hearted.net/SyndicationService.asmx/GetEntryCommentsRss?guid=d982bb65-8e82-434a-a968-c04284ccd091</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
って、このタイトルって合ってるのか？
</p>
        <p>
「2009年ももうすぐ終わり」と書きたかっただけです。
</p>
        <p>
2009年は4月（特に夏）以降忙しすぎてブログの更新がほとんどできませんでした。<br />
ポストしても、ほとんどメモ代わりのものばかり。。。
</p>
        <p>
2010年は更新頑張ります。
</p>
      </body>
      <title>2009 ends soon.</title>
      <guid isPermaLink="false">http://www.light-hearted.net/PermaLink,guid,d982bb65-8e82-434a-a968-c04284ccd091.aspx</guid>
      <link>http://www.light-hearted.net/2009/12/31/2009EndsSoon.aspx</link>
      <pubDate>Thu, 31 Dec 2009 08:30:20 GMT</pubDate>
      <description>&lt;p&gt;
って、このタイトルって合ってるのか？
&lt;/p&gt;
&lt;p&gt;
「2009年ももうすぐ終わり」と書きたかっただけです。
&lt;/p&gt;
&lt;p&gt;
2009年は4月（特に夏）以降忙しすぎてブログの更新がほとんどできませんでした。&lt;br&gt;
ポストしても、ほとんどメモ代わりのものばかり。。。
&lt;/p&gt;
&lt;p&gt;
2010年は更新頑張ります。
&lt;/p&gt;</description>
      <comments>http://www.light-hearted.net/CommentView,guid,d982bb65-8e82-434a-a968-c04284ccd091.aspx</comments>
    </item>
    <item>
      <trackback:ping>http://www.light-hearted.net/Trackback.aspx?guid=75123270-cf2e-4ab5-833d-4adc3ad35155</trackback:ping>
      <pingback:server>http://www.light-hearted.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.light-hearted.net/PermaLink,guid,75123270-cf2e-4ab5-833d-4adc3ad35155.aspx</pingback:target>
      <dc:creator>yama3</dc:creator>
      <wfw:comment>http://www.light-hearted.net/CommentView,guid,75123270-cf2e-4ab5-833d-4adc3ad35155.aspx</wfw:comment>
      <wfw:commentRss>http://www.light-hearted.net/SyndicationService.asmx/GetEntryCommentsRss?guid=75123270-cf2e-4ab5-833d-4adc3ad35155</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
って、Vista 用のままなの？
</p>
        <p>
          <a href="http://www.microsoft.com/windowsmobile/ja-jp/downloads/microsoft/default.mspx">http://www.microsoft.com/windowsmobile/ja-jp/downloads/microsoft/default.mspx</a>
        </p>
        <p>
この辺に現状の Windows Mobile のおかれてる立場が見え隠れ。。。
</p>
      </body>
      <title>Windows 7 で デバイスセンター</title>
      <guid isPermaLink="false">http://www.light-hearted.net/PermaLink,guid,75123270-cf2e-4ab5-833d-4adc3ad35155.aspx</guid>
      <link>http://www.light-hearted.net/2009/12/18/Windows7%e3%81%a7%e3%83%87%e3%83%90%e3%82%a4%e3%82%b9%e3%82%bb%e3%83%b3%e3%82%bf%e3%83%bc.aspx</link>
      <pubDate>Fri, 18 Dec 2009 01:44:30 GMT</pubDate>
      <description>&lt;p&gt;
って、Vista 用のままなの？
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.microsoft.com/windowsmobile/ja-jp/downloads/microsoft/default.mspx"&gt;http://www.microsoft.com/windowsmobile/ja-jp/downloads/microsoft/default.mspx&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
この辺に現状の Windows Mobile のおかれてる立場が見え隠れ。。。
&lt;/p&gt;</description>
      <comments>http://www.light-hearted.net/CommentView,guid,75123270-cf2e-4ab5-833d-4adc3ad35155.aspx</comments>
      <category>Mobile</category>
    </item>
  </channel>
</rss>