<?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>じぇっつ どっと ねっと</title>
	<atom:link href="http://dodeka.net/~j2/wp/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://dodeka.net/~j2/wp</link>
	<description>技術系な雑談メイン</description>
	<lastBuildDate>Tue, 25 May 2010 00:49:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Visual Studio 2010 は地雷ぽい</title>
		<link>http://dodeka.net/~j2/wp/?p=553</link>
		<comments>http://dodeka.net/~j2/wp/?p=553#comments</comments>
		<pubDate>Mon, 24 May 2010 07:34:20 +0000</pubDate>
		<dc:creator>j2</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[雑記]]></category>

		<guid isPermaLink="false">http://dodeka.net/~j2/wp/?p=553</guid>
		<description><![CDATA[Visual C++ 2010 を少し使ってみたんだけど、これは酷い。
前回の投稿で「最新版出たよ、なかなか良さそう！」と書いたのに、蓋を開けたら何とやらですよ。
良くなった点も当然あるんだけど、それ以上に駄目な点が多すぎる。
・テキストエディタがへぼすぎる。メモ帳に劣る -> Visual Studio 2010のword  wrapの遅さ
・でかいヘッダインクルードするとファイルサーチでしばらく止まる
・C++0x 対応のお粗末さ
・vcproj 形式からのコンバートミスが多い
・MPLPPL あんまり早くない (OpenMP で良いです)
・プロパティ弄っていると突然ちらついて、プロパティウィンドウが背景に溶け込む (XPだから？環境次第？)
・プロパティの構成切り替えだけでもたつく
・プロパティの保存も遅い、ちょっと固まる
他にも stdint.h が間違っているとか、ヘルプ使いづらいとか、その他たくさんの不満が聞こえてきます。(twitterで)
これにお金出すのは勿体無い、ね。
今回は Express Edition で。
Hotfix はやくきて。
]]></description>
		<wfw:commentRss>http://dodeka.net/~j2/wp/?feed=rss2&amp;p=553</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2010 Release</title>
		<link>http://dodeka.net/~j2/wp/?p=549</link>
		<comments>http://dodeka.net/~j2/wp/?p=549#comments</comments>
		<pubDate>Tue, 13 Apr 2010 09:20:12 +0000</pubDate>
		<dc:creator>j2</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[雑記]]></category>

		<guid isPermaLink="false">http://dodeka.net/~j2/wp/?p=549</guid>
		<description><![CDATA[Microsoft Visual Studio 2010
http://www.microsoft.com/japan/visualstudio/
リリースされました。
日本語版の発売は 4/20 だそうです。
英語版ですが、さっそく Visual C++ 2010 を試してみました。
RC 版では既に軽快だったかもしれませんが、beta2 では重すぎて使い物になりませんでした。
そんな IDE も、リリース版ではかなり軽快です。
コードを書いていると、構文チェックしてくれたり、インテリセンスの仕組みが変わって賢くなっているのがわかります。
C++0x の機能は完全にはサポートされていませんが、いくつか取り込まれました。
 [Visual C++ Team Blog : C++0x Core Language Features In VC10: The Table]
http://blogs.msdn.com/vcblog/archive/2010/04/06/c-0x-core-language-features-in-vc10-the-table.aspx
STL も 中身を見てみたところ、Rvalue references 対応しているみたいです。
最適化レベルも上がっているので、VC++ 2010 でコンパイルするだけで実行速度が上がりそうすね。
価格は従来より割高？
Standard Edition がなくなり、有料版の一番下のモデルが Professional Edition になったみたいです。エディションが最近のWindows OSっぽくなった。
価格一覧 http://www.microsoft.com/japan/msdn/vstudio/2010/product/price/default.aspx

発売後、一定期間のみ安く販売する 「Microsoft Visual Studio 2010 Professional &#8211; Standard Edition 乗り換え優待パッケージ」があるみたいです。
これはアップグレード版になりますが、従来どおり Express Edition からでもアップグレードできるのでお得ですね。
]]></description>
		<wfw:commentRss>http://dodeka.net/~j2/wp/?feed=rss2&amp;p=549</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>opensocial-java-client のバグ？</title>
		<link>http://dodeka.net/~j2/wp/?p=545</link>
		<comments>http://dodeka.net/~j2/wp/?p=545#comments</comments>
		<pubDate>Mon, 08 Feb 2010 02:44:58 +0000</pubDate>
		<dc:creator>j2</dc:creator>
				<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[雑記]]></category>

		<guid isPermaLink="false">http://dodeka.net/~j2/wp/?p=545</guid>
		<description><![CDATA[GAE/J で opensocial-java-client の OpenSocialRequestValidator#getRequestUrl 使ってみたら
http://hogehoge.appspot.com:0
のような感じになった。ポートがおかしい。
# version : opensocial-20091229.jar 
ソースを追いかけてみると、80, 443 でないポートの場合はポート番号をくっ付けるコードになっていた。
てことは、GAE がポート０を返しているのか。
とりあえずポート０番も無視するようにコードを書き換えると、意図した挙動になった。
もう少し検証したら Issue で投げてみてもいいかも。
]]></description>
		<wfw:commentRss>http://dodeka.net/~j2/wp/?feed=rss2&amp;p=545</wfw:commentRss>
		<slash:comments>79</slash:comments>
		</item>
		<item>
		<title>Thunderbird のメールフィルタコピー</title>
		<link>http://dodeka.net/~j2/wp/?p=542</link>
		<comments>http://dodeka.net/~j2/wp/?p=542#comments</comments>
		<pubDate>Mon, 01 Feb 2010 09:24:00 +0000</pubDate>
		<dc:creator>j2</dc:creator>
				<category><![CDATA[雑記]]></category>

		<guid isPermaLink="false">http://dodeka.net/~j2/wp/?p=542</guid>
		<description><![CDATA[メールサーバの以降作業があったのだけど、メールフィルタは同じものを使いたい、そんな備忘録。
アカウント追加したけど、同じメールフィルタ使いたいとか、PC変更したとかそういう時に使えるでしょう。
以下のファイルをコピーすれば良いです。
C:\Documents and Settings\{USER_NAME}\Application Data\Thunderbird\Profiles\xxxxxxxx.default\Mail
環境によって Mail じゃなくて ImapMail だったりする。
このディレクトリ内にはメールサーバ別にディレクトリがある。ローカルフォルダなら 「Local Folder」
そのディレクトリ内に msgFilterRules.dat というファイルがあるので、これをコピーすれば良い。
msgFilterRules.dat の中身はテキスト平文なので、余計なフィルタは削除しても良いです。
]]></description>
		<wfw:commentRss>http://dodeka.net/~j2/wp/?feed=rss2&amp;p=542</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>あけました 2010</title>
		<link>http://dodeka.net/~j2/wp/?p=538</link>
		<comments>http://dodeka.net/~j2/wp/?p=538#comments</comments>
		<pubDate>Sat, 02 Jan 2010 12:11:37 +0000</pubDate>
		<dc:creator>j2</dc:creator>
				<category><![CDATA[雑記]]></category>

		<guid isPermaLink="false">http://dodeka.net/~j2/wp/?p=538</guid>
		<description><![CDATA[新年です。
明けましておめでとうございます。
去年はつぃったーでの飲み会等の機会は少なかったですが、別方面でいろんな人と出会えたのが良かったです。
今年もいろんな人と関わりを持てれば良いなと思います。
今年も宜しくお願いいたします。
]]></description>
		<wfw:commentRss>http://dodeka.net/~j2/wp/?feed=rss2&amp;p=538</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>GAE/J めも</title>
		<link>http://dodeka.net/~j2/wp/?p=536</link>
		<comments>http://dodeka.net/~j2/wp/?p=536#comments</comments>
		<pubDate>Thu, 24 Dec 2009 09:48:19 +0000</pubDate>
		<dc:creator>j2</dc:creator>
				<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[雑記]]></category>

		<guid isPermaLink="false">http://dodeka.net/~j2/wp/?p=536</guid>
		<description><![CDATA[いろいろ調べていたんだけど、GAE/J でアプリを作成するなら slim3 が良さそう。
以下、雑多なメモ
slim3 + Lift というのはどう？ どちらもDatastore 操作は Enhancer だし、うまくやれば動くんでない？
これをやるなら Lift(scala) + slim3(java) を行き来することになりそう。
Scala のアノテーションが完璧になるのは 2.8 なので, もう少し待ちたい肝。
GAE/J は何でもない処理でもエラーが出る！なにこれ仕様なの？
memcacheの信頼性が低い。
memcache のインクリメントがatomic
memcache から引っ張るのと、Datastore から引っ張るのはそこまで速度変わらない
Datastoreは異なるテーブル間でjoinできない
10秒の壁、30秒の壁
さて、面白くなってきた
]]></description>
		<wfw:commentRss>http://dodeka.net/~j2/wp/?feed=rss2&amp;p=536</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Lift プロジェクト作成でエラーが出る</title>
		<link>http://dodeka.net/~j2/wp/?p=528</link>
		<comments>http://dodeka.net/~j2/wp/?p=528#comments</comments>
		<pubDate>Thu, 03 Dec 2009 08:50:52 +0000</pubDate>
		<dc:creator>j2</dc:creator>
				<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[雑記]]></category>

		<guid isPermaLink="false">http://dodeka.net/~j2/wp/?p=528</guid>
		<description><![CDATA[時間ができたときに Google App Engine for Java + Lift/Scala を調べたりしてるんだけど、
前回作ったプロジェクト作成コマンドがいつのまにかエラーが出るようになっていた。
# mvn archetype:create -U
 -DarchetypeGroupId=net.liftweb
 -DarchetypeArtifactId=lift-archetype-blank
 -DarchetypeVersion=1.1-SNAPSHOT
 -DremoteRepositories=http://scala-tools.org/repo-snapshots
 -DgroupId=j2
 -DartifactId=PROJECT_NAME
1.1-SNAPSHOT から 1.1-M7 にすることで動くようになった。
でもいつからエラーが出るようになったんだろう・・・
# mvn archetype:create -U -DarchetypeGroupId=net.liftweb
 -DarchetypeArtifactId=lift-archetype-blank
 -DarchetypeVersion=1.1-M7
 -DremoteRepositories=http://scala-tools.org/repo-snapshots
 -DgroupId=j2
 -DartifactId=PROJECT_NAME
ちなみに 1.1-M7 の方が開発版ということもあって更新されている。
とりあえず M7版でやってみることにします。
1.1-M7 以外にも 1.1-scala2.7.7.RC1-SNAPSHOT, 1.1-scala2.7.7.RC2-SNAPSHOT なんてものあるみたい。
]]></description>
		<wfw:commentRss>http://dodeka.net/~j2/wp/?feed=rss2&amp;p=528</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Lift/Scala を Google App Engine for Java に載せてみた</title>
		<link>http://dodeka.net/~j2/wp/?p=523</link>
		<comments>http://dodeka.net/~j2/wp/?p=523#comments</comments>
		<pubDate>Tue, 24 Nov 2009 08:18:56 +0000</pubDate>
		<dc:creator>j2</dc:creator>
				<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[雑記]]></category>

		<guid isPermaLink="false">http://dodeka.net/~j2/wp/?p=523</guid>
		<description><![CDATA[Google App Engine for Java に Scala で作られている Lift というフレームワークを載せてみた。
**Lift の導入
***Apache Maven
Lift は Apache Maven でプロジェクトを作成できる。最新版は 2.2.1
http://maven.apache.org/download.html
こちらは
C:\Program Files\Apache\Maven\2.2.1 にインストール。※インストーラでは無いのでコピー
インストールした後はパスを通す
set PATH=C:/Program Files/Apache/Maven/2.2.1/bin;%PATH%

***プロジェクト作成
Apache Maven が導入できたら、プロジェクト作成
Lift が GAE/J に対応しているのは 1.1 以降なので安定版である 1.0 は利用できない。
1.1-SNAPSHOT を利用する
PROJECT_NAME は適当に変更してください
# mvn archetype:create -U -DarchetypeGroupId=net.liftweb -DarchetypeArtifactId=lift-archetype-blank -DarchetypeVersion=1.1-SNAPSHOT -DremoteRepositories=http://scala-tools.org/repo-snapshots -DgroupId=j2 -DartifactId=PROJECT_NAME

***ビルド環境
Simple Build Tool を利用する
最新版は sbt-launcher-0.5.6.jar
http://code.google.com/p/simple-build-tool/
ダウンロードしたら、先ほど作成した PROJECT_NAME プロジェクトに入れる
PROJECT_NAME/pom.xml
PROJECT_NAME/src
PROJECT_NAME/sbt-launcer-0.5.6.jar
同ディレクトリに sbt.bat を作成する
set SCRIPT_DIR=%~dp0
java -Xmx512M -jar &#8220;%SCRIPT_DIR%sbt-launcher.jar&#8221; %*
と記述して保存。
詳しくはここ読んで。
http://code.google.com/p/simple-build-tool/wiki/Setup
sbt.bat を叩くとプロジェクトが作成される
# [...]]]></description>
		<wfw:commentRss>http://dodeka.net/~j2/wp/?feed=rss2&amp;p=523</wfw:commentRss>
		<slash:comments>124</slash:comments>
		</item>
		<item>
		<title>Google App Engine for Java 入れてみた</title>
		<link>http://dodeka.net/~j2/wp/?p=516</link>
		<comments>http://dodeka.net/~j2/wp/?p=516#comments</comments>
		<pubDate>Fri, 20 Nov 2009 09:00:49 +0000</pubDate>
		<dc:creator>j2</dc:creator>
				<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[雑記]]></category>

		<guid isPermaLink="false">http://dodeka.net/~j2/wp/?p=516</guid>
		<description><![CDATA[クラウド使う機会がありそうなので、まずは環境を導入してみました。
Googleの導入事例に沿ってのメモなので特に特筆すべき点とかはないです（＾＾；
*GAE/J (Google App Engine for Java) 導入メモ
**環境
windwos XP SP3
Mac OS X 10.5.8
**必要なものなど
Java5, または Java 6 (JDK5, JDK6)
Google App Engine for Java
eclipse (option)
**手順
***JDK6
http://java.sun.com/javase/downloads/widget/jdk6.jsp
Mac の場合は下記
http://developer.apple.com/java/download/
windows では
C:/Program Files/JDK/1.6.0_17 にインストールした。
インストールした後はパスを通す
set PATH=C:/Program Files/JDK/1.6.0_17/bin;%PATH%
下記のコマンドを叩いてバージョンを確認する。
# java -version
 -> java version &#8220;1.6.0_17&#8243;
# javac -version
 -> javac 1.6.0_17
***Google App Engine for Java (GAE/J)
GAE/J をインストールします。現在の最新バージョンは 1.2.6
http://code.google.com/intl/ja/appengine/downloads.html
>Eclipse と Google Plugin を使用している場合は、Eclipse のソフトウェア更新機能で
>App Engine SDK をインストールできます。「Google App [...]]]></description>
		<wfw:commentRss>http://dodeka.net/~j2/wp/?feed=rss2&amp;p=516</wfw:commentRss>
		<slash:comments>147</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2010 のエディション</title>
		<link>http://dodeka.net/~j2/wp/?p=512</link>
		<comments>http://dodeka.net/~j2/wp/?p=512#comments</comments>
		<pubDate>Mon, 16 Nov 2009 01:25:48 +0000</pubDate>
		<dc:creator>j2</dc:creator>
				<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[雑記]]></category>

		<guid isPermaLink="false">http://dodeka.net/~j2/wp/?p=512</guid>
		<description><![CDATA[http://www.itmedia.co.jp/enterprise/articles/0910/20/news056.html
http://itpro.nikkeibp.co.jp/article/NEWS/20091113/340428/
エディションが「Ultimate」「Premium」「Professional」の3種類
価格が
    * Ultimate with MSDN：新規購入価格は1万1924ドル、アップグレードは3841ドル
    * Premium with MSDN：新規は5469ドル、アップグレードは2299ドル
    * Professional with MSDN：新規は1199ドル、アップグレードは799ドル
    * Professional without MSDN：799ドル
MSDN 無しのProfessional はアップグレードないの？
]]></description>
		<wfw:commentRss>http://dodeka.net/~j2/wp/?feed=rss2&amp;p=512</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
