<?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>えらーなブログ</title>
<link rel="alternate" type="text/html" href="http://www.iamerror.com/blog/" />
<modified>2009-12-13T13:11:49Z</modified>
<tagline>アメリカ発のＦＦＸＩ雑談ブログ</tagline>
<id>tag:www.iamerror.com,2010:/blog/1</id>
<generator url="http://www.movabletype.org/" version="3.35">Movable Type</generator>
<copyright>Copyright (c) 2009, error</copyright>
<entry>
<title>Aircrack-ng on the Acer Aspire One (AOA-150)</title>
<link rel="alternate" type="text/html" href="http://www.iamerror.com/mt/archives/2009/12/aircrackng_on_t.html" />
<modified>2009-12-13T13:11:49Z</modified>
<issued>2009-12-13T12:44:18Z</issued>
<id>tag:www.iamerror.com,2009:/blog/1.146</id>
<created>2009-12-13T12:44:18Z</created>
<summary type="text/plain">Dell 1390使用のAcer Aspire One (AOA-150)でBackTrack (aircrack)を使ってWEPキーをクラックするチュートリアル</summary>
<author>
<name>error</name>
<url>http://www.iamerror.com</url>
<email>error@iamerror.com</email>
</author>
<dc:subject>Tech</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.iamerror.com/blog/">
<![CDATA[<p>Lately I've been fooling around with aircrack-ng to test out my own network and it's been a real eye-opener for me on how weak WEP is after I was able to crack my 128 bit password in about 5 minutes on a rather underpowered netbook (and this includes the time it takes to boot up the PC). Here's a short tutorial on how it's done, and I recommend anybody who is interested to give it a try!</p>

<p>Apparently there is a pretty solid self-contained distro of aircrack tailored for the AOA, which can be found here:<br />
<a href="http://aircrack-ng.org/doku.php?id=slitaz">Slitaz Aircrack-ng Distribution</a><br />
But unfortunately this one didn't work for me because I swapped out the included Atheros wireless in favor of a Dell 1390 card with a Broadcom chipset. I know the Atheros is better for performance and especially for poking around for security testing, but to get my Hackintosh running reliably I needed to perform the swap.</p>

<p>Since I'm probably not the only person in the world who has done this (if the aspireoneuser.com OSX forums are any indication), I had to look around and find an alternative way, which turned out to be not that bad. I'm certainly no Linux guru, but this is as much for myself as it is for others, and these simple steps worked for me with *my* setup, and if it can also benefit others in my situation then that's great.</p>

<p>1. Download BackTrack 4 Pre from its <a href="http://www.remote-exploit.org/backtrack.html">website</a><br />
2. Either burn it to DVD and boot it from an external drive, or get a suitable USB stick and use <a href="http://unetbootin.sourceforge.net/">UNetbootin</a> to make a bootable stick.<br />
3. A boot menu will pop up, and on my screen it was almost impossible to tell which menu option I had highlighted; once you get the screen just press Down once (it will be on the 800x600 option) and hit Enter<br />
4. Once the console is up, type "startx" and hit Enter<br />
5. X will boot, and open up a console from here (it's a little black box icon in the lower left corner)<br />
6. Type "airmon-ng start wlan0" to set the card in monitor mode<br />
7. Next type "airodump-ng wlan0" and a list of APs detected will present itself, find yours and note its channel (CH). Make sure it's using WEP too!<br />
8. Now to set the channel, type "airodump-ng -c channel wlan0" where channel is a the channel of your AP from earlier<br />
9. Leave this running and open up a new console window<br />
10. Type "airodump-ng -c channel --bssid macaddr -w dump wlan0" where channel is your channel and macaddr is the mac address of your AP, which can be copied over from the first window you left running<br />
11. Leave this running too, and open up another console<br />
12. Type "aireplay-ng --fakeauth 0 -e essid wlan0" where essid is the name of your AP. It should spit some stuff and say Authentication Successful :-)<br />
13. Check the previous window and you should see some connected clients, notably your own PC, note your own mac address if you don't know it off hand<br />
14. Now type "aireplay-ng --arpreplay -b macaddr -h yourmac wlan0" where macaddr is the AP mac address and yourmac is the mac address of your wireless card from the previous step<br />
15. Give it a few moments and the window should start scrolling like mad<br />
16. Open up a new console again, and now type "aircrack-ng -b macaddr dump*.cap" where macaddr is the AP mac. It will print out a nice little table and start crunching numbers.<br />
17. Give it some time, but if you have enough data collected it should take no more than a few seconds to get the key. Note the number of "IVs" it has collected. We are looking for something in the range of 50,000 IVs to make getting the passkey viable. If you have less than that, then just hit ctrl+c and exit, wait a few more minutes and try again. I've personally seen as little as 10k IVs and still been able to get the passkey, and other times had more than 100k and got nothing. In the end it's just a bit of old-fashioned trial-and-error, if it keeps going and going just quit and give it some time, then give it another shot. Eventually you'll have enough data to analyze and pop! Out comes the WEP key (in hex).</p>

<p>I hope this helped and most of all have fun!</p>]]>

</content>
</entry>
<entry>
<title>Androidメモ(remount command)</title>
<link rel="alternate" type="text/html" href="http://www.iamerror.com/mt/archives/2009/06/android.html" />
<modified>2009-06-18T05:26:50Z</modified>
<issued>2009-06-18T05:25:28Z</issued>
<id>tag:www.iamerror.com,2009:/blog/1.145</id>
<created>2009-06-18T05:25:28Z</created>
<summary type="text/plain">いつもrwにremountするコマンドを忘れてしまうのでここに： mount -...</summary>
<author>
<name>error</name>
<url>http://www.iamerror.com</url>
<email>error@iamerror.com</email>
</author>
<dc:subject>Mobile Phones/携帯電話</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.iamerror.com/blog/">
<![CDATA[<p>いつもrwにremountするコマンドを忘れてしまうのでここに：</p>

<p>mount -o rw,remount -t yaffs2 /dev/block/mtdblock03 /system</p>

<p>それだけですｗ</p>]]>
<![CDATA[<p>Just a note on how to remount /system for rw access on Android</p>]]>
</content>
</entry>
<entry>
<title>Installing iWnnIME on the G1</title>
<link rel="alternate" type="text/html" href="http://www.iamerror.com/mt/archives/2009/06/installing_iwnn.html" />
<modified>2009-06-17T09:06:04Z</modified>
<issued>2009-06-17T04:18:59Z</issued>
<id>tag:www.iamerror.com,2009:/blog/1.144</id>
<created>2009-06-17T04:18:59Z</created>
<summary type="text/plain">At the recent Google Developer Day in Yo...</summary>
<author>
<name>error</name>
<url>http://www.iamerror.com</url>
<email>error@iamerror.com</email>
</author>
<dc:subject>Mobile Phones/携帯電話</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.iamerror.com/blog/">
<![CDATA[<p>At the recent Google Developer Day in Yokohama, attendees were all given a HTC Sapphire with the fully Japanese localized version of Android preinstalled. Presumably it is a nonbranded version of the upcoming DoCoMo HT-03A. A ROM dump was quick to follow, and after poking around and some extracting/copying, I was able to get the iWnnIME working fully on my G1. Here's a quick walkthrough.</p>

<p>Things you will need:<br />
1. The ROM dump, found in the usual places<br />
2. A computer running some flavor of *nix (OSX + xcode kit works too, it's what I used)<br />
3. unyaffs<br />
4. The android dev environment, namely adb. Although this probably isn't *required*, you could potentially do everything after unyaffs-ing by copying the requisite files to the sd card and copying via the terminal emulator.</p>

<p>Some notes before getting started:<br />
-A problem you may run into is lack of space on the /system partition. I'm currently using one of the Rogers Dream ROMs and I had to delete the HTC_CIME.apk to free up enough space to copy all the files over (there are quite a few). Depending on which version of Android you are running, this may not be a problem at all, or it may be a major obstacle; YMMV. Deleting HTC_CIME is as easy as rm -r HTC_CIME.apk from the shell and rebooting. No ill side effects other than not being able to use that particular IME, but I don't have a need for Chinese input so it was a non-issue.<br />
-Didn't need to fix any permissions, just copied and it worked<br />
-I'm writing this mostly from memory and it's a bunch of pseudocode, definitely not a "step-by-step" guide. If you don't know what you are doing then you should probably stop now.<br />
-If you mess up your phone I am not responsible, proceed at your own risk. You know the drill.</p>

<p>Now the walkthrough:<br />
1. Get all of the above things, and compile unyaffs for your box with gcc and all that jazz<br />
2. unyaffs data.img and system.img<br />
3. There are only 2 things we need from data.img. First is the jp.co.omronsoft.iwnnime folder in /data/data, copy it to the same location on your phone (make sure to preserve the subfolder structure). There is also a system@app@iWnnIME.apk@classes.dex in the dalvik-cache folder, copy that over too.<br />
4. Now for the fun part with the multitude of files needed from system.img. I'm a total nub when it comes to this stuff, so not all of these may be required. All I know is that they are all referenced by entries in some of the lib files so for completeness I copied them all over. It may be possible to omit some to save space but it's beyond my ability to tell. First, the files in the /system/lib folder:<br />
libiwnn.so<br />
lib_dic.conf.so<br />
lib_dic_e.conf.so<br />
libEnjcon.so<br />
libEnjemailuri.so<br />
libEnjlearn.so<br />
libEnjlearnL.so<br />
libEnjlearnM.so<br />
libEnjrel.so<br />
libEnjyomi.so<br />
libkaomoji_kihon.so<br />
libkaomoji_tyukyu.so<br />
libnjaddress.so<br />
libnjcon.so<br />
libnjemoji.so<br />
libnjexyomi.so<br />
libnjexyomi_new.so<br />
libnjexyomi_re.so<br />
libnjfzk.so<br />
libnjname.so<br />
libnjtan.so<br />
libnjubase1.so<br />
libnjubase2.so<br />
Copy these to /system/lib<br />
5. Now take DroidSansJapanese.ttf from /system/fonts and copy that over to the same folder on your phone.<br />
6. And finally, copy over iWnnIME.apk to your sd card and run it to install it.<br />
7. Go to your locale settings and you should have a nice new iWnnIME to use.</p>

<p>The only limitation I have experienced with the IME is that it doesn't seem to play too well in landscape mode. It works, but sometimes it gets a little confused. This appears to be limitation of the software though, and not a result of using it on the Dream platform. Even romaji input works a charm using the hardware keyboard on the G1, although it suffers from some of the same issues described above.</p>

<p>Credit goes out to jmaurice for providing the ROM dump, and to the great community at xda for the wealth of info that allowed even a nub like me to be able to pull something like this off.</p>

<p>/rant on<br />
And last but not least, it has come to my attention that there are certain companies out there that have been and will continue to make commercial profits off of the hard work done by the fine folks here on xda, particularly in the realm of selling mobiles in the United States that have been reflashed with Japanese firmwares or other localized apps. What I've done isn't anything amazing compared to what people like Haykuro have done, but I can say with confidence that there are a few companies out there that I can think of off the top of my head that will certainly jump on this and start pawning it off to less savvy customers as their own work. It might not be much, but as a contributor I'm proud of my work, and all I can say is that hacking these ROMs as a hobbyist is one thing, but when I see this method commercialized there will be some people at Omron that won't be too happy.<br />
/rant off</p>]]>
<![CDATA[<p>手持ちのＧ１でAndroid日本語IME iWnnIME のインストールに成功しました。<br />
簡単なまとめです。使用は自己責任で。<br />
必要なものは：<br />
GDD2009で配布されたHTC SapphireのROMダンプ<br />
unyaffs<br />
adbもあると楽<br />
注：使用中のディストリビューションによって/systemパーティションの空きが少ない場合がありますので、そういう場合はいらないファイルを削除なりsymlinkなりして空きを作らないと容量が足りなくなる場合があります。<br />
１．data.imgのjp.co.omronsoft.iwnnimeフォルダを本体の同じ場所に<br />
２．system@app@iWnnIME.apk@classes.dexをdalvik-cacheへ<br />
３．system.imgの/system/libにある各種*.soファイルをコピー（本文参照<br />
４．日本語フォントDroidSansJapanese.ttfをコピー<br />
５．最後にメインのＡＰＫをインストール<br />
６．完了<br />
不明な点がある場合はお気軽にコメントを残してください。</p>]]>
</content>
</entry>
<entry>
<title>6boxing in Final Fantasy XI</title>
<link rel="alternate" type="text/html" href="http://www.iamerror.com/mt/archives/2009/04/6boxing_in_fina.html" />
<modified>2009-04-20T07:42:08Z</modified>
<issued>2009-04-20T07:09:41Z</issued>
<id>tag:www.iamerror.com,2009:/blog/1.143</id>
<created>2009-04-20T07:09:41Z</created>
<summary type="text/plain">Ever since I took in this project about ...</summary>
<author>
<name>error</name>
<url>http://www.iamerror.com</url>
<email>error@iamerror.com</email>
</author>
<dc:subject>FFXI</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.iamerror.com/blog/">
<![CDATA[<p>Ever since I took in this project about 6 months ago, I've received a lot of inquiries on how I do it and lots of feedback on it (positive and.. otherwise). So I finally decided to do a writeup on it to show friends how it all happens and also to maybe educate the POIDH and gtfo you botter crowd.</p>

<p>First off, the official FAQ:<br />
<strong>Do you bot?</strong><br />
No</p>

<p><strong>Do you sell accounts?</strong><br />
No</p>

<p><strong>Well then surely you must sell gil.</strong><br />
No</p>

<p><strong>Then what's the point?</strong><br />
Having a full party at my disposal at all times opens up a lot of possibilities for both progressing in the game and for farming gil; doing 6-man BCs and getting the entire loot pool to myself and being able to do mission BCs without having to get a group together are just the tip of the iceberg when it comes to things you can do with six accounts.</p>

<p><strong>"Wow you must wipe your ass with money" -some guy I met in passing in Rolanberry Fields</strong><br />
The base subscription fee for FFXI is $12.95 per month, and factoring in about ten mules amongst the six accounts, totals up to a little over $90 per month after taxes. Is this a lot? Depends on who you are, but I'm not made of money either (and certainly don't wipe my ass with it) and have learned to cut back in other areas to pay my fees. Alas, poor liquor, I knew him well.</p>

<p><strong>What's your power bill like?</strong><br />
Fortunately, the local power company has rather reasonable rates, and my bill was around $35 before I started this and now sits at around $50 a month. Not too bad at all in my opinion.</p>

<p><strong>"Well ok at least I have a life"</strong><br />
Sure thing, we'll just stipulate that I'm a 30-year-old virgin who lives in my mother's basement. </p>

<p>Now, to move on to how it all started. I was going to do the Fenrir fight with a good friend of mine when the local RMT gang popped up and started doing the same BC. We were like lolrmt but what were they doing there? After a few seconds it clicked that they were farming the BC for the gil reward: 15,000g. That's not a lot, but multiply that times 6 and do it every day.. that'll add up quick. I looked at my current setup- I had 4 monitors, 4 computers, and enough spare parts left over from upgrades to build another. I already had 3 accounts active for powerleveling and such, and could easily reactivate another old one I no longer used. This meant I would need:<br />
2 monitors<br />
1 computer<br />
2 new accounts<br />
and I would be able to fire up six copies of FFXI at the same time. </p>

<p>"But I can just fire up 6 copies of FFXI on one computer" you might say.<br />
Surely if I had 5 guys on autofollow running around, I would get reported regardless of what I was doing, so it had to be legit. 100%. This meant no Windower, no third-party software to control keys and automate tasks. Nothing. I was definitely going to be under the magnifying glass over at GM headquarters, so I needed to have my bases covered and completely clean. A quick Google search on "multiboxing" turned up the great community over at <a href="http://www.dual-boxing.com">dual-boxing.com</a>, and I began doing my homework.</p>

<p>The first thing I needed was one of these:<br />
<a href="http://vetra.com/848text.html">VIP-848-BC 8 port PS/2 Keyboard Multiplier / Multicaster</a><br />
In a nutshell, it allows me to hook up one keyboard and have every key I push on that keyboard sent to all of my comptuers at once. Typically I control my "main" with my trusty Nostromo n52, and control all of the others with a separate keyboard that is hooked into the other five. It is done completely in hardware, and no "third-party" tools are used nor required for it to work. I just put one hand hovering over the alt, ctrl, and 0-9 on the keyboard, and put the other on the n52, and I'm good to go.</p>

<p>The rest was trivial; just build some computers, mount a few LCDs on the wall, and presto! The circle was now complete. The only additional piece of hardware I needed was a PS/2 port replicator for my laptop, since I was running the PS/2 version of the Vetra (USB is rather unreliable from what I've read). Well, that and a boxload of cabling.</p>

<p>After all was said and done, here was the end result:<br />
<div id="highslide-container"></div><a href="http://www.iamerror.com/mt/archives/2009/04/20/theoffice.JPG" class="highslide" onclick="return hs.expand(this)"><img alt="theoffice_JPG" src="http://www.iamerror.com/mt/archives/2009/04/20/theoffice-thumb.JPG" width="400" height="300" id='theoffice_JPG' /></a> <br />
I gotta say, it took lots of planning and even more effort to get up and running, but I'm damn proud of how far this project has come since it was but a twinkle in my eye.</p>

<p>Am I any less "legit" than other players? Some will argue that since I can sync everything almost perfectly and not have to worry about lag or communication issues that I have an unfair advantage over others. But I assure those who believe this that although multiboxing carries with it many advantages, there are just as many disadvantages to counteract them. To cite a simple example, if there is only one monster to fight, having six guys zerg it as opposed to trying to solo it with one character is very advantageous. However, there is no way I would be able to handle fighting six different mobs on six different characters, even if they were very easy kills. It's just not possible to divide my attention up six ways. Also, if anything goes wrong, it will often result in a full wipe, when a party of six separate individuals would be able to handle the situation without much difficulty.</p>

<p>NOTHING is automated, and every action any of my characters make is initiated by a bona-fide keypress by myself. I can't stress this enough; there is absolutely no "botting," no automation, and nothing shady going on. I think that the fact that I've been reported on numerous occasions and yet still play reinforces this fact.</p>

<p>Although the information regarding it is centered on WoW, there are two great pieces of reading that I wholeheartedly recommend for those who are not familiar with how multiboxing works and how it is different from botting and other unsavory activities:<br />
<a href="http://dual-boxing.com/wiki/index.php/FAQ_for_Non-Multiboxers">FAQ for Non-Multiboxers - Dual-Boxing Wiki</a><br />
<a href="http://dual-boxing.com/wiki/index.php/Myth_and_Fact">Myth and Fact - Dual-Boxing Wiki</a></p>

<p>My favorite excerpts are:<br />
<em><strong>So what are you, a bot?</strong></p>

<p>Multiboxers are typically offended when being confronted with such a nefarious accusation. However, since you're new, I'll let it slide.</p>

<p>All of the abilities a multiboxer can do are built right into the WoW game. No actions are automated, and everything that each character is doing can be traced back to an action made by the player.</p>

<p><strong>Then how can you be all synchronized? I mean, there's no gap in time for you to alt-tab between windows?</strong></p>

<p>That's because we use this thing called a "keyboard multiplexer". Sometimes it's emulated, in the case of software multibox solutions. Sometimes it's fancy hardware.</p>

<p>Now, there are many ways to do this, but in the simplest form, envision syncing a single wireless keyboard to multiple wireless keyboard receivers. When you press a button on the keyboard, it will be sent to all computers at the same time. </em></p>

<p>I'm not afraid to admit that I am offended when people say I bot. I've put a lot of work to get all of this hardware working, and even more work to actually be able to play the game compentently controlling six characters at once. And I assure anyone that this all involves a lot more than just mashing buttons to execute macros. I've been called just about every name in the book, as have some of the other multiboxers I've met. If you believe that for some reason multiboxing is inherently "wrong," then you're entitled to that opinion, but just because at first glance we may "look" like RMT doesn't mean we are.</p>

<p>I hope I've provided a look into what I do and why I do it, and please feel free to leave questions or comments below or to contact me in-game.</p>

<p>-Kenzo of Ragnarok</p>]]>

</content>
</entry>
<entry>
<title>Another day of 6boxing</title>
<link rel="alternate" type="text/html" href="http://www.iamerror.com/mt/archives/2009/04/another_day_of.html" />
<modified>2009-04-08T11:42:58Z</modified>
<issued>2009-04-08T10:44:14Z</issued>
<id>tag:www.iamerror.com,2009:/blog/1.142</id>
<created>2009-04-08T10:44:14Z</created>
<summary type="text/plain">Broke two records today for avatar BC: I...</summary>
<author>
<name>error</name>
<url>http://www.iamerror.com</url>
<email>error@iamerror.com</email>
</author>
<dc:subject>FFXI</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.iamerror.com/blog/">
<![CDATA[<p>Broke two records today for avatar BC:</p>

<p>Ifrit<br />
<div id="highslide-container"></div><a href="http://www.iamerror.com/mt/archives/2009/04/08/ffxi_2009.04.08_02.44.33.jpg" class="highslide" onclick="return hs.expand(this)"><img alt="ffxi_2009_04.08_02.44.33.jpg" src="http://www.iamerror.com/mt/archives/2009/04/08/ffxi_2009.04.08_02.44.33-thumb.jpg" width="400" height="190" id='ffxi_2009_04.08_02.44.33.jpg' /></a> </p>

<p>Titan<br />
<div id="highslide-container"></div><a href="http://www.iamerror.com/mt/archives/2009/04/08/ffxi_2009.04.08_01.04.19.jpg" class="highslide" onclick="return hs.expand(this)"><img alt="ffxi_2009_04.08_01.04.19.jpg" src="http://www.iamerror.com/mt/archives/2009/04/08/ffxi_2009.04.08_01.04.19-thumb.jpg" width="400" height="246" id='ffxi_2009_04.08_01.04.19.jpg' /></a> </p>

<p>Went and tried Sheep in Antlion's Clothing, drops were:<br />
Forager's Mantle<br />
Some other garbage which I NPC'd</p>

<p>Total take for the day: About 700k</p>

<p><br />
Also making some steady progress on gearing up the boys, bought 5 earth staves and a pair of Austere Sabots today, 3 more pairs and I'll be done! Maybe I'll go get SMN AF pants tomorrow :)</p>]]>
<![CDATA[<p>イフリートとタイタンＢＣ記録更新<br />
猛進転進でフォーレージマントｇｅｔ<br />
本日の利益７００ｋほど<br />
オステアサボ＠３つで全員分<br />
土杖も５つ購入で全員に行き渡った<br />
明日は召喚士ＡＦズボンでも取ろうかな(´・ω・`)</p>]]>
</content>
</entry>
<entry>
<title>SATA CABLES ARE SERIOUS BUSINESS</title>
<link rel="alternate" type="text/html" href="http://www.iamerror.com/mt/archives/2008/09/sata_cables_are.html" />
<modified>2008-09-28T10:40:21Z</modified>
<issued>2008-09-28T10:29:43Z</issued>
<id>tag:www.iamerror.com,2008:/blog/1.141</id>
<created>2008-09-28T10:29:43Z</created>
<summary type="text/plain">Ok So Windows Defender Update fucks up m...</summary>
<author>
<name>error</name>
<url>http://www.iamerror.com</url>
<email>error@iamerror.com</email>
</author>
<dc:subject>メカ</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.iamerror.com/blog/">
<![CDATA[<p>Ok</p>

<p>So Windows Defender Update fucks up my Vista install AGAIN, and I go to reinstall<br />
Since it's only been like 3 days since I reinstalled (my shortest run yet) I don't even bother backing shit up and just pop in the Vista DVD and off I go</p>

<p>"Windows cannot format the disk blahblahblah"</p>

<p>wtf</p>

<p><br />
Now, previously, my RAID5 array (250gb x 4) had a drive fail, so I put the failed drive in another box to test it out... all checks out fine. I'm like ok????? And the first rule of when something goes wrong in a PC is "Is it plugged in lol" and I change the cable and poof! drive works again, array rebuilds itself, and that's the end of that. Then this happens again a few weeks later with a different disk in the array, go through the same steps, back up again. Then another... Soooooo it looks as though the cables that came with my EVGA nForce 780i motherboard are all of the worst quality (or the best, depending on if you're selling or buying).</p>

<p>Then today. I guess I'm just optimistic or some shit and wanted to believe that it was just a fluke that those cables were bad and I was still running one of the oem cables with my main drive, and I swapped that out.. and what do you fucking know, no more error msg, no more bullshit, and Vista is installing happily as I write this.</p>

<p>So a word of WARNING!!!!1<br />
CABLES ARE SERIOUS BUSINESS</p>

<p>and of you are the owner of an EVGA nForce 780i mobo and are using the included black sata cables with the innovative little aluminum? clip that holds them in place, keep an eye on that shit. Cuz it may be just my bad luck but if it's happened to me, it sure as hell can happen to someone else.</p>]]>

</content>
</entry>
<entry>
<title>KE850 LG Prada 携帯</title>
<link rel="alternate" type="text/html" href="http://www.iamerror.com/mt/archives/2008/08/ke850_lg_prada.html" />
<modified>2008-08-23T01:25:28Z</modified>
<issued>2008-08-22T22:58:59Z</issued>
<id>tag:www.iamerror.com,2008:/blog/1.140</id>
<created>2008-08-22T22:58:59Z</created>
<summary type="text/plain">久しぶりの商品レビューです 本日は今は日本でもドコモから発売されているPrada...</summary>
<author>
<name>error</name>
<url>http://www.iamerror.com</url>
<email>error@iamerror.com</email>
</author>
<dc:subject>メカ</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.iamerror.com/blog/">
<![CDATA[<p>久しぶりの商品レビューです</p>

<p>本日は今は日本でもドコモから発売されているPrada Phoneに触れてみました。<br />
しかしこちらのはGSMのみのちょっと旧式？のバージョンです。</p>

<p>まずは簡単なスペック：<br />
General</p>

<p>    * Form Factor: Touchscreen<br />
    * Dimensions: 98.8 x 54 x 12 mm<br />
    * Weight: 85 g<br />
    * Main Screen Type: TFT touchscreen, 256K colors<br />
    * Main Screen Size/Resolution: 240 x 400 pixels, 3 inches<br />
    * Messaging: SMS, EMS, MMS, Email<br />
    * Operating System: Flash UI<br />
    * Built-in Handsfree: Yes<br />
    * Voice-dial/memo: Yes<br />
    * Vibration: Yes<br />
    * Organiser: Yes<br />
    * Office Document Viewer: .ppt, .doc, .xls, .pdf, .txt<br />
    * Battery Stand-By: Up to 300 h<br />
    * Battery Talk Time: Up to 3 h</p>

<p>Connectivity</p>

<p>    * 2G Network: GSM 900 / 1800 / 1900<br />
    * Bluetooth: Yes, v2.0 with A2DP<br />
    * USB: Yes, v2.0</p>

<p>Multimedia</p>

<p>    * 2MP camera: 2 MP, 1600x1200 pixels, video(30fps), flash<br />
    * Internal Memory: 8 MB shared memory<br />
    * Memory Slot: microSD (TransFlash), up to 2GB<br />
    * Games: Halloween Fever, Photo Puzzle, Virus, Pipe<br />
    * Music: MP3 player<br />
    * Radio: Yes<br />
    * Ringtones: Polyphonic (40 channels), MP3<br />
    * Speakers: Built-in handsfree<br />
<a href="http://en.wikipedia.org/wiki/LG_Prada_(KE850)">ウィキペディア</a>より</p>

<p>注目のところは：<br />
・重さ８５ｇ<br />
　手に取った感じ、かなり軽かったのが第一印象。iPhone先生は１３３ｇなのでそのせいもあると思いますが、なんか逆に軽すぎてちょっと高級感が薄れてしまってる気もしなくもないです。<br />
・３型ワイド液晶、２４０ｘ４００<br />
　最近の端末では２４０ｘ４００もそう珍しいものではなくなってきましたが、やっぱり２４０ｘ３２０に比べると目に優しいですね。<br />
・ドキュメントビューア（doc, xls, ppt, txt, pdf）<br />
　各種ファイルを試してみました。当たり前かもしれませんがOffice2007形式のドキュメントは拡張子のフィルタ（？）で弾かれてファイルブラウザにも表示されませんでした。しかし９７－２００３形式（拡張子）のものはいい具合に表示され、テキストファイルを除けば日本語、英語ともに問題なく表示されました。<br />
・2G Network: GSM 900 / 1800 / 1900<br />
　Tri-Bandなところが少し痛いですね・・できれば８５０MHｚ帯にも対応をしてほしかったです。アメリカのキャリアですとAT&Tは結構８５０を多めに使っているので場所によっては本来の電波の良さが発揮できない可能性があります。<br />
・2MP camera: 2 MP, 1600x1200 pixels, video(30fps), flash<br />
　軽くカメラを起動してみてビデオも撮ってみたところ、結構綺麗でした。ドイツのシュナイダー・クロイツナッハ社公認のレンズを使用してるだけはありました。<br />
・Memory Slot: microSD (TransFlash), up to 2GB<br />
　付属品のSDカードは２５６MBなので新たに２GBを買うのがおすすめです。今だと￥１０００前後なので買って損はないかと（笑）。手元のカードを入れてみましたが端末が認識するフォルダストラクチャにフォーマットする必要がありました。</p>

<p>さて箱をあけてみると：<br />
・携帯<br />
・Pradaクリーニングクロス<br />
・Prada皮ケース<br />
・USBケーブル<br />
・充電器<br />
・MicroSD→SDアダプタ<br />
・ソフトCD-ROM<br />
・タッチペン付ストラップ<br />
・リモコン付ヘッドセット<br />
・取扱説明書<br />
ボリューム、パッケージングも質感があってなかなかのものです。</p>

<p>T-MobileのSIMを差し込んでいざ電源を入れます。</p>

<p>まずパケットデータやMMSの設定はまいどおなじみのT-Mobile　Settings　Configuratorより携帯に直接転送しました。</p>

<p>とりあえずブラウザを起動。若干重い感じです。あとフォントが大きいせいか、解像度はそこそこなのに１つの画面に収まるデータの量がすごく少ない気がします。ブラウザ自体はobigo産のものだそうです。<br />
操作性も決してよくはありません・・iPhoneやWindowsMobile携帯とは違って選びたいリンクに直接触れて飛ぶのではなく、画面に表示されるソフト十字キーらしきものを押しながらナビゲーションします。せっかくのタッチスクリーンなのに実にアナログなブラウジング・エクスペリエンス・・<br />
日本語は問題なく表示できました。ブラウザを終了する際にはそのセッションで何KB使ったかが表示されますが、パケホーが主流の今の時代、おまけ程度のものになってしまいましたね。</p>

<p>次はメール。<br />
SMSで日本語表示できました。返事は返せませんが＾＾；<br />
EMAILはPOP,IMAPに対応。しかし、こちらも使い勝手に少し問題が・・<br />
メールボックスを設定してから「新規メール受信」を選択し、メールヘッダを習得するのを待ちます。長いです。「こんなに待たせてるんだから、全部落としてるんだろうな」と思いましたが、ヘッダ収得後メールを開こうとすると今度はまた本文を落としにまた待たされる・・そしてやっとの思いで開くと今度はフォントがでかすぎてスクロールの嵐。軽くSMSを楽しむにはいいかもしれませんが、本格的なEMAILは緊急時以外の使用ははっきり言っておすすめできません。</p>

<p>メディアプレイヤー<br />
・Music Player (MP3, AAC, AAC+, WMA, RA)<br />
・Video Player (MPEG4, H.263, H.264)<br />
様々な形式に対応しているのでよさげです。あまり興味がないので試してませんが・・笑<br />
ヘッドセットについているリモコンにはプレイリストを操作できるボタンが付いているのでマルチメディア携帯の機能は充実してると思われます。</p>

<p>その他思ったこと、感じたこと<br />
タッチスクリーンが若干ずれてるような気がします。押したいボタンの少し「上」を押さないとかなりの確立で押したいところの直接下のボタンを押してしまいます。メールなどを打っているときかなり苦戦しました。キャリブレーションはできないのでなれるしかなさそうです。</p>

<p>OperaMini４がインストール不可。旧バージョンの３はインストールして日本語も表示できていい感じなのですが、なぜか４のインストールを試みると端末が再起動してしまいます。</p>

<p>サマータイムが設定できない。待ち受けに東京の時刻を表示するとアメリカがサマータイム期間中、１時間ずれてしまいます。</p>

<p>でもかっこいい！悪い点もありますが、ちょっとブルジョアな気分が味わえてそれなりに素敵な携帯だと思います。メディアプレイヤーも少ししか試してませんが、いい具合に仕上がってますし、なんといっても世界のPradaですからね笑<br />
機能面でいろいろ求める方には物足りないと思いますが、デートや休日にはぴったりの端末だと思います。GSM携帯は２台目、３台目といろいろ気分によって機種を変えられるのが売りですので、ちょっとかっこつけたいそこのアナタ！今は値段も下がってきていますのでちょっとした「勝負携帯」の購入はいかが？</p>]]>

</content>
</entry>
<entry>
<title>今日のめりぽ</title>
<link rel="alternate" type="text/html" href="http://www.iamerror.com/mt/archives/2008/05/post_88.html" />
<modified>2008-05-16T10:38:16Z</modified>
<issued>2008-05-16T10:24:54Z</issued>
<id>tag:www.iamerror.com,2008:/blog/1.139</id>
<created>2008-05-16T10:24:54Z</created>
<summary type="text/plain">今日もめりぽ行ってきました（＾＾）♪ 編成は 暗／侍（アポカリ） 忍／戦 侍／戦...</summary>
<author>
<name>error</name>
<url>http://www.iamerror.com</url>
<email>error@iamerror.com</email>
</author>
<dc:subject>Rep</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.iamerror.com/blog/">
<![CDATA[<p>今日もめりぽ行ってきました（＾＾）♪<br />
編成は<br />
暗／侍（アポカリ）<br />
忍／戦<br />
侍／戦<br />
コ／戦<br />
白／召<br />
詩／忍<br />
時給は２万ちょいで３時間ぶっ続け('д')<br />
念願のチェーン４００達成しました【/grin】<br />
<img alt="img_20080515_214251_jpg" src="http://www.iamerror.com/mt/archives/2008/05/16/img_20080515_214251.jpg" width="518" height="225" /><br />
Repはこちら：<br />
倒した数：402 平均獲得経験値：105.3(+52.5) 総獲得経験値[内専心]：65472[2029]<br />
平均戦闘時間/間隔：24.8s/2.5s 総狩り時間[戦闘/間隔]：3h2m18s[2h45m51s/16m27s]<br />
時給[専心抜]：21548.7[20880.0] 総獲得ギル：2563G 最大チェーン/平均：401/401.0</p>

<p>モンスター____________ __累計 __割合 総戦闘時間 ____平均 標準経験値 __平均[最大/最小]<br />
Mamool Ja Infiltrator_ ____30 __7.5% ____14m15s _____28s ______4478 _149.3[_170/_134]<br />
Mamool Ja Mimer_______ ____29 __7.2% ____12m32s _____25s ______4310 _148.6[_170/_134]<br />
Mamool Ja Philosopher_ ____30 __7.5% ____12m47s _____25s ______4847 _161.6[_188/_152]<br />
Mamool Ja Pikeman_____ ____30 __7.5% ____11m42s _____23s ______4534 _151.1[_170/__84]<br />
Mamool Ja Stabler_____ ____28 __7.0% ____11m41s _____25s ______4266 _152.4[_170/_134]<br />
Mamool Ja's Raptor____ _____2 __0.5% _______39s _____19s _______115 __57.5[__64/__51]<br />
Mamool Ja's Wyvern____ ____21 __5.2% _____4m38s _____13s ______1365 __65.0[__80/__51]<br />
Sea Puk_______________ ___213 _53.0% __1h26m15s _____24s _____15458 __72.6[__84/__62]<br />
Skoffin_______________ ____19 __4.7% ____11m22s _____35s ______2959 _155.7[_170/_152]</p>

<p><br />
与ダメ__________ ___全部(___._%)__________ __通常___________ __遠隔___________ その他___________ __魔法______<br />
白______________ ______0(__0.0%)[_____0/h] ______[____/____] ______[____/____] ______[____/____] ______[____]<br />
侍______________ _524262(_29.5%)[189664/h] 239194[1730/1961] ______[____/____] 285068[_311/_329] ______[____]<br />
コ______________ _232455(_13.1%)[_84096/h] 112853[2329/2925] ______[____/____] 119602[_161/_178] ______[____]<br />
Kenzo___________ ______0(__0.0%)[_____0/h] ______[____/____] ______[____/____] ______[____/____] ______[____]<br />
忍______________ _283903(_16.0%)[102708/h] 196230[3643/4247] ______[____/____] _87673[_171/_171] ______[____]<br />
暗______________ _729219(_41.0%)[263812/h] 436374[1917/2270] ______[____/____] 292491[_385/_413] ___354[___2]<br />
技連携__________ ___8743(__0.5%)[__3163/h] ______[____/____] ______[____/____] __8743[__21/__21] ______[____]<br />
累計____________ 1778582(100.0%)[643442/h]</p>

<p>与ダメ・通常____ __累計 __平均[最大/最小] __命中___________ __クリティカル___<br />
侍______________ 239194 _138.3[_282/___0] _88.2%[1730/1961] _10.7%[_185/1730] <br />
コ______________ 112853 __48.5[_126/___4] _79.6%[2329/2925] __9.6%[_223/2329] <br />
忍______________ 196230 __53.9[_135/__13] _85.8%[3643/4247] _13.1%[_477/3643] <br />
暗______________ 436374 _227.6[_703/__99] _84.4%[1917/2270] __7.9%[_152/1917] </p>

<p>与ダメ・遠隔____ __累計 __平均[最大/最小] __命中___________ __クリティカル___</p>

<p>与ダメ・その他__ ____________________ __累計 __平均[最大/最小] __命中___________<br />
侍______________ 九之太刀・花車______ _65413 _908.5[1370/_633] _97.3%[__72/__74]<br />
________________ 七之太刀・雪風______ __3904 _780.8[1005/_521] 100.0%[___5/___5]<br />
________________ 弐之太刀・鋒縛______ ___168 _168.0[_168/_168] 100.0%[___1/___1]<br />
________________ 八之太刀・月光______ 215583 _925.2[1710/_368] _93.6%[_233/_249]<br />
コ______________ アースショット______ ___660 _220.0[_220/_220] 100.0%[___3/___3]<br />
________________ アイスショット______ ___220 _220.0[_220/_220] 100.0%[___1/___1]<br />
________________ ウィンドショット____ ___220 _220.0[_220/_220] 100.0%[___1/___1]<br />
________________ サンダーショット____ __8382 _214.9[_242/_110] 100.0%[__39/__39]<br />
________________ スラッグショット____ _91345 1127.7[1400/_720] _87.1%[__81/__93]<br />
________________ デトネーター________ _17199 _661.5[1188/_348] _83.9%[__26/__31]<br />
________________ ファイアショット____ __1540 _220.0[_220/_220] 100.0%[___7/___7]<br />
________________ 追加効果・HP吸収____ ___279 _279.0[_279/_279] 100.0%[___1/___1]<br />
________________ 反撃効果____________ ____36 __12.0[__17/___4] 100.0%[___3/___3]<br />
忍______________ 迅__________________ _87673 _512.7[1019/__92] 100.0%[_171/_171]<br />
________________ 追加効果・HP吸収____ ___706 _235.3[_378/_164] 100.0%[___3/___3]<br />
暗______________ ウェポンバッシュ____ ___262 __21.8[__31/__21] 100.0%[__12/__12]<br />
________________ カウンター__________ __1198 _199.7[_315/_117] 100.0%[___6/___6]<br />
________________ カタストロフィ______ 288864 _806.9[1677/_287] _92.7%[_358/_386]<br />
________________ ギロティン__________ ___853 _853.0[_853/_853] 100.0%[___1/___1]<br />
________________ ドレッドスパイク____ __1314 _164.3[_323/__74] 100.0%[___8/___8]<br />
技連携__________ 闇__________________ __8409 _700.8[1184/__89] 100.0%[__12/__12]<br />
________________ 核熱________________ ___281 __93.7[_166/__52] 100.0%[___3/___3]<br />
________________ 貫通________________ ___794 _264.7[_300/_207] 100.0%[___3/___3]<br />
________________ 重力________________ ___411 _411.0[_411/_411] 100.0%[___1/___1]<br />
________________ 炸裂・敵回復________ __1152 _576.0[_580/_572] 100.0%[___2/___2]</p>

<p>与ダメ・魔法____ ____________________ _累計_ _平均_[最大/最小] __数_ _____フル__ ___ハーフ__ _____レジ__<br />
暗______________ ドレインII__________ ___354 _177.0[_314/__40] ____2 100.0%[__2] __0.0%[__0] __0.0%[__0] </p>

<p>弱体____________ ____________________ 成功率 [成功/回数] [効無/特性/総数]<br />
白______________ リポーズ____________ 100.0% [___3/___3] [___0/___0/___3]<br />
侍______________ 追加・暗闇__________ 100.0% [__18/__18] [___0/___0/__18]<br />
コ______________ ダークショット______ 100.0% [___9/___9] [___0/___0/___9]<br />
________________ ライトショット______ _87.5% [___7/___8] [___0/___0/___8]<br />
________________ 追加・暗闇__________ 100.0% [__18/__18] [___0/___0/__18]<br />
Kenzo___________ 修羅のエレジー______ _96.1% [_220/_229] [___0/___6/_229]<br />
________________ 戦場のエレジー______ 100.0% [__96/__96] [___0/___0/__96]<br />
________________ 魔物のララバイ______ _81.7% [__98/_120] [___2/___0/_122]<br />
________________ 魔物達のララバイ____ _79.5% [__62/__78] [___0/___0/__78]<br />
________________ 魔法のフィナーレ____ 100.0% [__18/__18] [___5/___0/__23]<br />
忍______________ 追加・暗闇__________ 100.0% [__33/__33] [___0/___0/__33]<br />
暗______________ スタン______________ 100.0% [__82/__82] [___0/___0/__82]<br />
________________ 追加・暗闇__________ 100.0% [__52/__52] [___0/___0/__52]</p>

<p></p>

<p>被ダメ__________ ___全部 __通常___________ __遠隔___________ その他___________ __魔法______<br />
白______________ ___5993 __4230[__46/__49] ______[____/____] __1635[__19/__19] ___128[___1]<br />
侍______________ __44771 _25612[_211/_242] ______[____/____] _17787[_111/_115] __1372[___6]<br />
コ______________ __12074 __6268[__48/__54] ______[____/____] __5190[__61/__61] ___616[___3]<br />
Kenzo___________ __11490 __7945[__87/_536] ______[____/____] __2230[__22/__22] __1315[___6]<br />
忍______________ __12580 __5598[__48/_487] ______[____/____] __5766[__58/__60] __1216[___5]<br />
暗______________ _112190 _68233[_570/_635] ______[____/____] _42447[_198/_204] __1510[___8]</p>

<p>被ダメ・通常____ __累計 __平均[最大/最小] __命中___________ __クリティカル___ __ターゲット占有_<br />
白______________ __4230 _108.5[_220/___0] _93.9%[__46/__49] __4.3%[___2/__46] __2.4%[__49/2003]<br />
侍______________ _25612 _121.4[_274/__50] _87.2%[_211/_242] __5.7%[__12/_211] _12.1%[_242/2003]<br />
コ______________ __6268 _130.6[_217/__88] _88.9%[__48/__54] __0.0%[___0/__48] __2.7%[__54/2003]<br />
Kenzo___________ __7945 __91.3[_288/__46] _16.2%[__87/_536] __2.3%[___2/__87] _26.8%[_536/2003]<br />
忍______________ __5598 _116.6[_276/__49] __9.9%[__48/_487] __6.3%[___3/__48] _24.3%[_487/2003]<br />
暗______________ _68233 _119.7[_354/__45] _89.8%[_570/_635] __8.2%[__47/_570] _31.7%[_635/2003]</p>

<p>回避____________ 発生率[発生/回数] _ミス_______ _受け流し___ _幻影・心眼_ _カウンター_ _0ダメージ__<br />
白______________ __6.1%[___3/__49] __6.1%[___3] ___._%[____] ___._%[____] ___._%[____] _15.2%[___7]<br />
侍______________ _12.8%[__31/_242] __5.4%[__13] __5.7%[__13] __2.3%[___5] ___._%[____] ___._%[____]<br />
コ______________ _11.1%[___6/__54] __9.3%[___5] __2.0%[___1] ___._%[____] ___._%[____] ___._%[____]<br />
Kenzo___________ _83.8%[_449/_536] __5.0%[__27] ___._%[____] _82.9%[_422] ___._%[____] ___._%[____]<br />
忍______________ _90.1%[_439/_487] __5.1%[__25] __5.2%[__24] _89.0%[_390] ___._%[____] ___._%[____]<br />
暗______________ _10.2%[__65/_635] __4.3%[__27] __3.3%[__20] __2.0%[__12] __1.0%[___6] ___._%[____]</p>

<p>戦闘不能________ _回数<br />
侍______________ ____1</p>

<p>敵の技________________ _____________________ _実行 _構え 一体平均<br />
Mamool Ja Infiltrator_ サマーソルトキック___ ____7 ____7 ____0.2<br />
______________________ ファイアースピット___ ___10 ___11 ____0.4<br />
______________________ フォースフルブロー___ ___13 ___14 ____0.5<br />
______________________ ワームアップ_________ ___10 ___13 ____0.4<br />
Mamool Ja Mimer_______ クローサイクロン_____ ____2 ____0 ______0<br />
______________________ サマーソルトキック___ ____9 ___10 ____0.3<br />
______________________ スプラウトスマック___ ____1 ____0 ______0<br />
______________________ ファイアースピット___ ____7 ____9 ____0.3<br />
______________________ フォースフルブロー___ ____1 ____1 ______0<br />
______________________ ボーパルブレード_____ ____4 ____6 ____0.2<br />
______________________ まつぼっくり爆弾_____ ____1 ____0 ______0<br />
______________________ ワームアップ_________ ____6 ___10 ____0.3<br />
______________________ 種まき_______________ ____2 ____0 ______0<br />
Mamool Ja Philosopher_ サマーソルトキック___ ____5 ____5 ____0.2<br />
______________________ ファイアースピット___ ____6 ____9 ____0.3<br />
______________________ フォースフルブロー___ ____0 ____1 ______0<br />
______________________ ラッシングドラブ_____ ___11 ___12 ____0.4<br />
______________________ ワームアップ_________ ____6 ____7 ____0.2<br />
Mamool Ja Pikeman_____ サマーソルトキック___ ____9 ___12 ____0.4<br />
______________________ ジャベリンスロー_____ ____4 ____4 ____0.1<br />
______________________ ファイアースピット___ ___10 ___11 ____0.4<br />
______________________ ラッシングスタッブ___ ____9 ____9 ____0.3<br />
______________________ ワームアップ_________ ____8 ___10 ____0.3<br />
Mamool Ja Stabler_____ アックススロー_______ ____3 ____3 ____0.1<br />
______________________ サマーソルトキック___ ____9 ___11 ____0.4<br />
______________________ ファイアースピット___ ___10 ___10 ____0.4<br />
______________________ ラッシングスラッシュ_ ____6 ____6 ____0.2<br />
______________________ ワームアップ_________ ____7 ____8 ____0.3<br />
Mamool Ja's Raptor____ サイズテール_________ ____1 ____1 ____0.5<br />
______________________ ファウルブレス_______ ____1 ____1 ____0.5<br />
______________________ 噛みつきラッシュ_____ ____1 ____1 ____0.5<br />
Mamool Ja's Wyvern____ ハイドロブレス_______ ____1 ____1 ______0<br />
______________________ フレイムブレス_______ ____1 ____1 ______0<br />
______________________ フロストブレス_______ ____1 ____3 ____0.1<br />
______________________ ライトニングブレス___ ____0 ____2 ____0.1<br />
Sea Puk_______________ ウィンドシアー_______ ___54 ___63 ____0.3<br />
______________________ クロスウィンド_______ ___46 ___66 ____0.3<br />
______________________ ゼファーマント_______ ___47 ___53 ____0.2<br />
______________________ 粉塵_________________ ___56 ___70 ____0.3<br />
Skoffin_______________ ウィンドウォール_____ ____0 ____2 ____0.1<br />
______________________ ディスペルウィンド___ ___18 ____4 ____0.2<br />
______________________ テールクラッシュ_____ ____5 ____8 ____0.4<br />
______________________ デッドリードライブ___ ____1 ____3 ____0.2<br />
______________________ ドレッドシュリーク___ ____1 ____3 ____0.2<br />
______________________ ファングラッシュ_____ ____3 ____4 ____0.2<br />
______________________ レイディアントブレス_ ____4 ____8 ____0.4</p>

<p><br />
アビリティ______ ____________________ ____間隔 __数<br />
白______________ デヴォーション______ _3h2m18s ___2<br />
________________ 女神の印____________ __36m27s ___6<br />
侍______________ ウォークライ________ ___5m41s __33<br />
________________ バーサク____________ ___5m41s __33<br />
________________ 心眼________________ __18m13s __11<br />
________________ 星眼________________ __36m27s ___6<br />
________________ 石火之機____________ ___6m30s __29<br />
________________ 八双________________ ____4m3s __46<br />
________________ 明鏡止水____________ ________ ___1<br />
________________ 黙想________________ ___2m59s __62<br />
コ______________ アースショット______ _1h31m9s ___3<br />
________________ アイスショット______ ________ ___1<br />
________________ ウィンドショット____ ________ ___1<br />
________________ ウォークライ________ ___7m55s __24<br />
________________ エボカーズロール____ __20m15s __10<br />
________________ カオスロール________ ___4m55s __38<br />
________________ サムライロール______ ___5m41s __33<br />
________________ サンダーショット____ ___4m47s __39<br />
________________ スネークアイ________ __20m15s __10<br />
________________ ダークショット______ __22m47s ___9<br />
________________ ダブルアップ________ ___1m42s _108<br />
________________ バーサク____________ ____6m4s __31<br />
________________ ファイアショット____ __30m23s ___7<br />
________________ フォールド__________ __30m23s ___7<br />
________________ ライトショット______ ___26m2s ___8<br />
________________ ランダムディール____ _3h2m18s ___2<br />
________________ 挑発________________ _1h0m46s ___4<br />
忍______________ ウォークライ________ ___5m21s __35<br />
________________ 挑発________________ _____41s _264<br />
暗______________ ウェポンバッシュ____ __16m34s __12<br />
________________ ブラッドウェポン____ ________ ___1<br />
________________ ラストリゾート______ ___5m52s __32<br />
________________ 暗黒________________ __30m23s ___7<br />
________________ 心眼________________ __11m23s __17<br />
________________ 星眼________________ ___13m1s __15<br />
________________ 八双________________ ___2m31s __73<br />
________________ 黙想________________ ___3m26s __54</p>

<p>支援____________ 効果_______________ 対象____________ __数<br />
白______________ シェルラV__________ 白______________ ___7<br />
________________ ストンスキン_______ 白______________ ___7<br />
________________ プロテアV__________ 白______________ ___7<br />
________________ ヘイスト___________ 全部____________ _177<br />
________________ ___________________ 侍______________ __50<br />
________________ ___________________ 忍______________ __57<br />
________________ ___________________ 暗______________ __70<br />
________________ リジェネIII________ 全部____________ __81<br />
________________ ___________________ 白______________ ___5<br />
________________ ___________________ 侍______________ __22<br />
________________ ___________________ コ______________ ___7<br />
________________ ___________________ 忍______________ ___4<br />
________________ ___________________ 暗______________ __43<br />
________________ リレイズIII________ 白______________ ___3<br />
Kenzo___________ チョコボのマズルカ_ Kenzo___________ ___1<br />
________________ 栄光の凱旋マーチ___ Kenzo___________ __92<br />
________________ 空蝉の術:壱________ Kenzo___________ __36<br />
________________ 空蝉の術:弐________ Kenzo___________ _152<br />
________________ 魔道士のバラードII_ Kenzo___________ __88<br />
________________ 無敵の進撃マーチ___ Kenzo___________ __91<br />
忍______________ 空蝉の術:壱________ 忍______________ __11<br />
________________ 空蝉の術:弐________ 忍______________ _108<br />
暗______________ ドレッドスパイク___ 暗______________ ___9</p>

<p>被支援__________ 効果_______________ 詠唱者__________ __数<br />
侍______________ ヘイスト___________ 白______________ __50<br />
________________ リジェネIII________ 白______________ __22<br />
コ______________ リジェネIII________ 白______________ ___7<br />
忍______________ ヘイスト___________ 白______________ __57<br />
________________ リジェネIII________ 白______________ ___4<br />
暗______________ ヘイスト___________ 白______________ __70<br />
________________ リジェネIII________ 白______________ __43</p>

<p><br />
HP回復/吸収系___ __累計 __平均 ___数_<br />
白______________ 100938 _248.6 [_406]<br />
コ______________ ___279 _279.0 [___1]<br />
忍______________ ___706 _235.3 [___3]<br />
暗______________ __1668 _166.8 [__10]</p>

<p>リジェネ系______ __累計 __平均 ___数_<br />
白______________ _32400 _400.0 [__81]</p>

<p>MP回復/吸収系___ __累計 __平均 ___数_<br />
白______________ ___368 _184.0 [___2]</p>

<p>リフレシュ系____ __累計 __平均 ___数_<br />
Kenzo___________ __3520 __40.0 [__88]</p>

<p>TP回復/吸収系___ __累計 __平均 ___数_</p>

<p>---------------------------------------------------------<br />
Generated by FFRep+1 Version: 1.0.6</p>]]>

</content>
</entry>
<entry>
<title>HOLY SHIT</title>
<link rel="alternate" type="text/html" href="http://www.iamerror.com/mt/archives/2007/12/holy_shit.html" />
<modified>2007-12-03T02:16:10Z</modified>
<issued>2007-12-03T02:12:13Z</issued>
<id>tag:www.iamerror.com,2007:/blog/1.138</id>
<created>2007-12-03T02:12:13Z</created>
<summary type="text/plain">DUDE this is the most amazing thing ive ...</summary>
<author>
<name>error</name>
<url>http://www.iamerror.com</url>
<email>error@iamerror.com</email>
</author>
<dc:subject>FFXI</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.iamerror.com/blog/">
<![CDATA[<p>DUDE<br />
this is the most amazing thing ive ever seen on the internets!!!!11111111111111111<br />
<a href="http://www.ffxiah.com/screenshots.php?id=731">http://www.ffxiah.com/screenshots.php?id=731</a><br />
WOWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW</p>]]>

</content>
</entry>
<entry>
<title>Argus!</title>
<link rel="alternate" type="text/html" href="http://www.iamerror.com/mt/archives/2007/11/argus.html" />
<modified>2007-12-01T02:42:53Z</modified>
<issued>2007-12-01T02:42:28Z</issued>
<id>tag:www.iamerror.com,2007:/blog/1.137</id>
<created>2007-12-01T02:42:28Z</created>
<summary type="text/plain">全然沸かない(´＿`。)...</summary>
<author>
<name>error</name>
<url>http://www.iamerror.com</url>
<email>error@iamerror.com</email>
</author>
<dc:subject>FFXI</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.iamerror.com/blog/">
<![CDATA[<p>全然沸かない(´＿`。)</p>]]>

</content>
</entry>
<entry>
<title>小ネタ集</title>
<link rel="alternate" type="text/html" href="http://www.iamerror.com/mt/archives/2007/10/post_87.html" />
<modified>2007-10-17T02:03:25Z</modified>
<issued>2007-10-17T01:38:53Z</issued>
<id>tag:www.iamerror.com,2007:/blog/1.136</id>
<created>2007-10-17T01:38:53Z</created>
<summary type="text/plain">最近は特に目立ったことがないのでここ一週間の小ネタをちょっと投稿してみます(^^...</summary>
<author>
<name>error</name>
<url>http://www.iamerror.com</url>
<email>error@iamerror.com</email>
</author>
<dc:subject>FFXI</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.iamerror.com/blog/">
<![CDATA[<p>最近は特に目立ったことがないのでここ一週間の小ネタをちょっと投稿してみます(^^)</p>

<p>まずは・・めでたく釣りスキルが７６になりました！/clap<br />
<img alt="img_20071012_043958_jpg" src="http://www.iamerror.com/mt/archives/2007/10/16/img_20071012_043958.jpg" width="243" height="80" /></p>

<p>そしてBATS君もLVがあがった・・・！<br />
<img alt="img_20071014_051556_jpg" src="http://www.iamerror.com/mt/archives/2007/10/16/img_20071014_051556.jpg" width="244" height="127" /><br />
でもチゴーチャンプに見事にぼろ負けでしｔ<br />
回避特化なので普通の攻撃間隔の相手だとかなり避けてチャンプ相手でも引き分けもしくは優位的に戦うことができるのですが・・やはりチゴーに勝つには防御特化スパイク系か一発必中（魔法）系じゃないと無理ですのう<br />
ちなみにつけてる獣性は<br />
物理回避アップ<br />
AGIアップ<br />
ブリンク<br />
ジョブ特性：シーフ<br />
ジョブ特性：狩人<br />
BATSはNMを盗撮したのでデフォでシ／狩でした。回避特化には非常に向いている感じがします :)<br />
あとしょぼい初期獣性：アクアンキラー :(<br />
２代目は体を張って初期でいいものを狙ってみたいです</p>

<p>またまた某LSの【みなさん】【ありがとう。】でまた昇格できました！<br />
<img alt="img_20071013_081236_jpg" src="http://www.iamerror.com/mt/archives/2007/10/16/img_20071013_081236.jpg" width="298" height="49" /></p>

<p>そしてちょっとおもしろい？SSです<br />
ちょっと前からグラボが調子悪くて、数日に１回こんな画面になりました：<br />
<div id="highslide-container"></div><a href="http://www.iamerror.com/mt/archives/2007/10/16/img_20071013_054837.jpg" class="highslide" onclick="return hs.expand(this)"><img alt="img_20071013_054837_jpg" src="http://www.iamerror.com/mt/archives/2007/10/16/img_20071013_054837-thumb.jpg" width="400" height="226" id='img_20071013_054837_jpg' /></a> <br />
まあ遊べなくはないのですが・・<br />
そして数日前いい加減頭にきてPCあけてみたらグラボのファンの部分にホコリがいっぱい :(<br />
取り除いたらグラボの温度が１０～２０度下がりましたｗｗｗ<br />
その後ずっと安定してます＾＾＾</p>]]>

</content>
</entry>
<entry>
<title>【祝】初のアポリオンアイテム</title>
<link rel="alternate" type="text/html" href="http://www.iamerror.com/mt/archives/2007/10/post_86.html" />
<modified>2007-10-10T23:23:12Z</modified>
<issued>2007-10-10T23:14:30Z</issued>
<id>tag:www.iamerror.com,2007:/blog/1.135</id>
<created>2007-10-10T23:14:30Z</created>
<summary type="text/plain">今朝は某LSの【みなさん】にお世話になってアポリオンNWへ連れてっていただきまし...</summary>
<author>
<name>error</name>
<url>http://www.iamerror.com</url>
<email>error@iamerror.com</email>
</author>
<dc:subject>FFXI</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.iamerror.com/blog/">
<![CDATA[<p>今朝は某LSの【みなさん】にお世話になってアポリオンNWへ連れてっていただきました('∇')<br />
ベヒーモスでけええええ<br />
<div id="highslide-container"></div><a href="http://www.iamerror.com/mt/archives/2007/10/10/img_20071010_070819.jpg" class="highslide" onclick="return hs.expand(this)"><img alt="img_20071010_070819_jpg" src="http://www.iamerror.com/mt/archives/2007/10/10/img_20071010_070819-thumb.jpg" width="400" height="213" id='img_20071010_070819_jpg' /></a> <br />
神９９BC並の迫力でしｔ</p>

<p>そして・・・・・！<br />
<img alt="img_20071010_091712_jpg" src="http://www.iamerror.com/mt/archives/2007/10/10/img_20071010_091712.jpg" width="271" height="65" /><br />
ブルタルにするかロケイシャスにするかかなり悩みました・・・<br />
でもやっぱりせっかく古銭も譲っていただいたし、ブルタルは使う機会あんまりないだろうけどロケイシャスなら常時使えるし、いつもお世話になってる分少しでも役に立てればいいなぁと思ってこっちにしました。<br />
次はブルタルだけどなｗｗっｗ</p>

<p>おまけ：BCG㊥に撮ったSS<br />
<img alt="img_20071008_021114_jpg" src="http://www.iamerror.com/mt/archives/2007/10/10/img_20071008_021114.jpg" width="371" height="113" /><br />
臼パワー炸裂ｗｗｗｗｗｗ</p>]]>

</content>
</entry>
<entry>
<title>これは笑えるｗｗｗ</title>
<link rel="alternate" type="text/html" href="http://www.iamerror.com/mt/archives/2007/10/post_85.html" />
<modified>2007-10-09T08:45:41Z</modified>
<issued>2007-10-09T08:44:03Z</issued>
<id>tag:www.iamerror.com,2007:/blog/1.134</id>
<created>2007-10-09T08:44:03Z</created>
<summary type="text/plain">http://www.gametube.jp/ とにかく１３位の「ナイト６人で闇...</summary>
<author>
<name>error</name>
<url>http://www.iamerror.com</url>
<email>error@iamerror.com</email>
</author>
<dc:subject>FFXI</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.iamerror.com/blog/">
<![CDATA[<p>http://www.gametube.jp/<br />
とにかく１３位の「ナイト６人で闇王」がたまらなくツボｗｗｗｗもう５回くらいみｔ<br />
あんこっく終わったらタルナやろうかな＾＾＾＾</p>]]>

</content>
</entry>
<entry>
<title>裏ボスディンレリックＮＭ行ってきました</title>
<link rel="alternate" type="text/html" href="http://www.iamerror.com/mt/archives/2007/10/post_84.html" />
<modified>2007-10-08T04:57:23Z</modified>
<issued>2007-10-08T04:37:00Z</issued>
<id>tag:www.iamerror.com,2007:/blog/1.133</id>
<created>2007-10-08T04:37:00Z</created>
<summary type="text/plain">今回の裏氷河はちょっといつもとは違って【片手棍】と【両手棍】のレリック証を落とす...</summary>
<author>
<name>error</name>
<url>http://www.iamerror.com</url>
<email>error@iamerror.com</email>
</author>
<dc:subject>FFXI</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.iamerror.com/blog/">
<![CDATA[<p>今回の裏氷河はちょっといつもとは違って【片手棍】と【両手棍】のレリック証を落とすＮＭを倒しに行きました。結果から言いますと<br />
<img alt="img_20071007_050532_jpg" src="http://www.iamerror.com/mt/archives/2007/10/07/img_20071007_050532.jpg" width="305" height="51" /><br />
ｷﾀ━━━━(ﾟ∀ﾟ)━━━━!!!!</p>

<p>ちなみにその時の様子：<br />
片手棍ＮＭ：<br />
<div id="highslide-container"></div><a href="http://www.iamerror.com/mt/archives/2007/10/07/img_20071007_045544.jpg" class="highslide" onclick="return hs.expand(this)"><img alt="img_20071007_045544_jpg" src="http://www.iamerror.com/mt/archives/2007/10/07/img_20071007_045544-thumb.jpg" width="400" height="214" id='img_20071007_045544_jpg' /></a> </p>

<p>そして両手棍ＮＭ：<br />
<div id="highslide-container"></div><a href="http://www.iamerror.com/mt/archives/2007/10/07/img_20071007_051838.jpg" class="highslide" onclick="return hs.expand(this)"><img alt="img_20071007_051838_jpg" src="http://www.iamerror.com/mt/archives/2007/10/07/img_20071007_051838-thumb.jpg" width="400" height="265" id='img_20071007_051838_jpg' /></a> </p>

<p>ちなみに両手棍ＮＭのドロップは片手斧証でした。<br />
たいかんｗから言いますと片手棍ＮＭは祝福使ってくるのでちょっと難しかったですが両手棍の方は安定して倒せました。まあ倒した後にはすーぱーハイドラが襲ってきて言うまでもなく全滅しますがｗ</p>

<p>そしてすべてが揃いました・・・・！<br />
<img alt="img_20071007_212651_jpg" src="http://www.iamerror.com/mt/archives/2007/10/07/img_20071007_212651.jpg" width="371" height="60" /></p>

<p><img alt="img_20071007_212624_jpg" src="http://www.iamerror.com/mt/archives/2007/10/07/img_20071007_212624.jpg" width="370" height="59" /></p>

<p><img alt="img_20071007_212704_jpg" src="http://www.iamerror.com/mt/archives/2007/10/07/img_20071007_212704.jpg" width="372" height="61" /><br />
先は長い・・・・・・・(´＿`。)</p>]]>

</content>
</entry>
<entry>
<title>あんまり更新してなくてすいません；；；；；</title>
<link rel="alternate" type="text/html" href="http://www.iamerror.com/mt/archives/2007/10/post_83.html" />
<modified>2007-10-08T04:36:42Z</modified>
<issued>2007-10-08T04:10:59Z</issued>
<id>tag:www.iamerror.com,2007:/blog/1.132</id>
<created>2007-10-08T04:10:59Z</created>
<summary type="text/plain">読者の【みなさん】【ごめんなさい。】 ってなわけで今回は盛りだくさんの内容だお（...</summary>
<author>
<name>error</name>
<url>http://www.iamerror.com</url>
<email>error@iamerror.com</email>
</author>
<dc:subject>FFXI</dc:subject>
<content type="text/html" mode="escaped" xml:lang="ja" xml:base="http://www.iamerror.com/blog/">
<![CDATA[<p>読者の【みなさん】【ごめんなさい。】<br />
ってなわけで今回は盛りだくさんの内容だお（　＾ω＾）</p>

<p>まず最初に某ＬＳのそ○さんが取ってくれた前からほしかった詩人装備げっと；；<br />
ありがとうです（＞＜；）<br />
<img alt="img_20071004_212441_jpg" src="http://www.iamerror.com/mt/archives/2007/10/07/img_20071004_212441.jpg" width="430" height="98" /></p>

<p><img alt="img_20071004_212518_jpg" src="http://www.iamerror.com/mt/archives/2007/10/07/img_20071004_212518.jpg" width="329" height="35" /><br />
２ｐｔｓってｗｗｗっｗ</p>

<p>＠同じ【みなさん】のおかげで無事上等兵に昇格できました・・・！<br />
<img alt="img_20070916_084913_jpg" src="http://www.iamerror.com/mt/archives/2007/10/07/img_20070916_084913.jpg" width="313" height="35" /></p>

<p>最近の【裏】関連も結構充実してるぜ？<br />
<img alt="img_20070916_041018_jpg" src="http://www.iamerror.com/mt/archives/2007/10/07/img_20070916_041018.jpg" width="299" height="16" /></p>

<p><img alt="img_20071007_031511_jpg" src="http://www.iamerror.com/mt/archives/2007/10/07/img_20071007_031511.jpg" width="291" height="48" /><br />
暗黒きたーｗｗｗみｗなｗぎｗっｗてｗきｗたｗぜｗｗｗｗｗｗ</p>

<p>そして希によくある現象ですがまあ記念に一枚撮っておこうかなと<br />
<div id="highslide-container"></div><a href="http://www.iamerror.com/mt/archives/2007/10/07/img_20070917_083545.jpg" class="highslide" onclick="return hs.expand(this)"><img alt="img_20070917_083545_jpg" src="http://www.iamerror.com/mt/archives/2007/10/07/img_20070917_083545-thumb.jpg" width="400" height="268" id='img_20070917_083545_jpg' /></a> <br />
たまに船が【ラグ】かなんかの影響で内部グラと外部グラがずれてしまい、こんな感じになります(´・ω・`)</p>]]>

</content>
</entry>

</feed>
