<?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>Don Tai (Canada) Blog &#187; Tech</title>
	<atom:link href="http://dontai.com/wp/category/tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://dontai.com/wp</link>
	<description>Have Lemons, Make Lemonade</description>
	<lastBuildDate>Thu, 17 May 2012 14:23:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Arduino and Eclipse on Xubuntu 10.04 LTS</title>
		<link>http://dontai.com/wp/2012/04/21/installing-arduino-eclipse-on-xubuntu/</link>
		<comments>http://dontai.com/wp/2012/04/21/installing-arduino-eclipse-on-xubuntu/#comments</comments>
		<pubDate>Sat, 21 Apr 2012 18:48:10 +0000</pubDate>
		<dc:creator>dontai</dc:creator>
				<category><![CDATA[Learn]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Arduino IDE]]></category>
		<category><![CDATA[Arduino plugin]]></category>
		<category><![CDATA[baeyens.it]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[LTS]]></category>
		<category><![CDATA[ttyACM0]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[Xubuntu]]></category>

		<guid isPermaLink="false">http://dontai.com/wp/?p=4221</guid>
		<description><![CDATA[There is a whole lot of information on the internet about using the Arduino with Eclipse on Xubuntu 10.04 LTS, much of it out of date. Here I document my experience in the hope that this process becomes more smooth. I followed documentation from a couple of very key people, which helped a lot. Still, [...]]]></description>
			<content:encoded><![CDATA[<p><dropcap><span class="drop">T</span></dropcap>here is a whole lot of information on the internet about using the Arduino with Eclipse on Xubuntu 10.04 LTS, much of it out of date. Here I document my experience in the hope that this process becomes more smooth.</p>
<p>
<para>I followed documentation from a couple of very key people, which helped a lot. Still, there are certain issues that threw me off. I have added my experiences where I had issues. The Arduino IDE is the standard method to connect to and program the Arduino. It is simple to use. If you want a more rich programming environment you can also use Eclipse, with the Arduino plugin. Either method can be used to program and run the Arduino. Here are the steps:</p>
<ol>
<li>Download the Arduino IDE, install and test
<li>Download and install Eclipse, configure
<li>While in Eclipse, download the Arduino plugin, configure and test.
</ol>
<p>
<para>My little Arduino is so cute, as cute as a microprocessor can be. To <strong>install the Arduino IDE</strong> go <a href="http://arduino.cc/playground/Linux/Ubuntu">here</a>. Scroll down to the &#8220;All Ubuntu versions (old and new) can get the newest packages from Debian Sid&#8221;. This is the section for Xubuntu 10.04 LTS. You cannot install the Arduino IDE through the Ubuntu Software Centre, though some prerequisites are there. There are two packages to install, but the second package, only called &#8220;Arduino&#8221; has prerequisites that need to be installed before. The <a href="http://packages.debian.org/sid/arduino-core">Arduino Core</a> installed without issue. The <a href="http://packages.debian.org/sid/arduino">Arduino</a> only package has prerequisites, so install these first. The <strong>java6-runtime</strong> is available through the Software Centre. The <strong>librxtx-java</strong> is also available through the Software Centre, but is backlevel at v1.01. You must override this and install the one at Debian, even though it says the one at the Software Centre is more stable. Install <strong>libjna-java</strong>. After these prerequisites are installed, then install Arduino. This completes the Arduino IDE installation.</p>
<p>
<para>The Arduino IDE will be located at /usr/share/arduino. An icon will be added to your Xubuntu menu, under &#8220;Development&#8221;. Put an LED into port 13 (long leg of the LED) and ground (beside port 13, the short leg and flat side of the LED). Plug a USB cable into your PC and into your Arduino. From your Xubuntu screen, go &#8220;Applications&#8221;, &#8220;Development&#8221;, &#8220;Arduino&#8221;, which start up the Arduino IDE. Within the Arduino program go &#8220;Tools&#8221;, &#8220;Serial Port&#8221;, and select &#8220;/dev/ttyACM0&#8243;, which is the USB port. Then go &#8220;File&#8221; &#8220;Open&#8221; &#8220;Examples&#8221; &#8220;1. Basics&#8221; &#8220;Blink/&#8221; &#8220;Blink.ino&#8221;. Click the &#8220;check mark in a circle&#8221; on the top left side of the screen to verify. Then click the &#8220;right arrow in a circle&#8221;, right beside the &#8220;check mark in a circle&#8221;, which will send the program to the Arduino unit. The Arduino should start blinking. You are done verifying the Arduino IDE and its connection to the Arduino. If the Arduino IDE is good enough for you, you can stop here and play with your Arduino.</p>
<p>
<para>The next step, if you wish, is to <strong>install Eclipse</strong> and the Arduino plugin. The instructions are <a href="http://www.baeyens.it/eclipse/Install.html">here</a> and are very well written. I will add some comments for my Xubuntu 10.04 LTS experience. Specifically here are the instructions for installing <a href="http://www.baeyens.it/eclipse/Install.html">Eclipse</a>. Download the &#8220;Eclipse IDE for C/C++ Developers (includes Incubating components)&#8221; <a href="http://www.eclipse.org/downloads/">here</a>, Linux 32 bit version (My computer is 32 bit). The download is pretty easy. Once downloaded, find it in your system. I found mine under /tmp. Double ckick it and it will install under your Xubuntu login name. It will create a folder called &#8220;Eclipse&#8221;. Using Terminal, move this folder to the /opt directory. For me a Xubuntu novice, this move to the /opt directory was the most difficult. Find the Eclipse icon in the /opt/eclipse directory, right click and make a desktop icon.</p>
<p>
<para>You now have Eclipse installed. Follow the Arduino Eclipse <a href="http://www.baeyens.it/eclipse/Install.html">instructions</a>. Where the instructions say &#8220;give a name to the workspace&#8221;, within Eclipse go &#8220;Window&#8221; &#8220;Preferences&#8221; &#8220;General&#8221; &#8220;Workspace&#8221; to get to the screen in the picture.</p>
<p>
<para> To <strong>Install the Arduino plugin</strong> follow the instructions and use: &#8220;http://www.baeyens.it/eclipse/update site&#8221;. Yes, there is a space between &#8220;update&#8221; and &#8220;site&#8221;. Ensure the URL is correct. I added the http:// in front and inadvertently duplicated this. Select the most current version under Arduino, which for me was 1.2.</p>
<p>
<para>In configuring the Arduino, go &#8220;Windows&#8221; &#8220;preferences&#8221; &#8220;Arduino&#8221; &#8220;Arduino&#8221;. My system put the Arduino IDE into &#8220;/usr/share/arduino&#8221;.</p>
<p>
<para>Once configured, Eclipse would not recognize the ttyACM0 USB port, the same one we used in the Arduino IDE. On the left side of Eclipse, right click on My_Sketch, then &#8220;Properties&#8221; at the very bottom. In port type &#8220;dev/ttyACM0&#8243; over top &#8220;dev/ttyS0&#8243;. Copy an Arduino program, compile it and send it to the Arduino. This will give you an error like &#8220;port ttyACM0 not found&#8221;, but will successfully upload and run on your Arduino unit. To remove this error message follow these <a href="https://github.com/jantje/arduino-eclipse-plugin/issues/7">instructions</a> at the very bottom, which says to edit your eclipse.ini file and add the following line: &#8220;-Dgnu.io.rxtx.SerialPorts=/dev/ttyACM0&#8243; at the right spot. The error message will disappear and you can now easily develop in Eclipse with your little Arduino. When you unplug the Arduino, Eclipse will put in the ttyS0 port. Reattach the Arduino and the ttyACM0 port will return.</p>
<p>
<para>That is it for my experience. The most frustrating issues for this install were how to untar the Eclipse program into a folder /opt/Eclipse, but these are Xubuntu issues and not Eclipse nor Arduino issues.</p>
<p>
<para>Good Luck</p>
]]></content:encoded>
			<wfw:commentRss>http://dontai.com/wp/2012/04/21/installing-arduino-eclipse-on-xubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xubuntu 10.04 LTS: Initial Install and Impressions</title>
		<link>http://dontai.com/wp/2012/04/21/xubuntu-10-04-lts-initial-install-and-impressions/</link>
		<comments>http://dontai.com/wp/2012/04/21/xubuntu-10-04-lts-initial-install-and-impressions/#comments</comments>
		<pubDate>Sat, 21 Apr 2012 17:03:08 +0000</pubDate>
		<dc:creator>dontai</dc:creator>
				<category><![CDATA[hobby]]></category>
		<category><![CDATA[Learn]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[CD]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[LTS]]></category>
		<category><![CDATA[Nautilus]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[Thor]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Xubuntu]]></category>

		<guid isPermaLink="false">http://dontai.com/wp/?p=4216</guid>
		<description><![CDATA[Old PCs die a terrible death, lonely and forlorn. In the Windows world you need to upgrade your physical PC hardware every 3-4 years as well as buy the newest operating system, wasting money and stressing your budget. As an IT professional I not only do not buy into this propaganda, but rail against it. [...]]]></description>
			<content:encoded><![CDATA[<p><dropcap><span class="drop">O</span></dropcap>ld PCs die a terrible death, lonely and forlorn. In the Windows world you need to upgrade your physical PC hardware every 3-4 years as well as buy the newest operating system, wasting money and stressing your budget. As an IT professional I not only do not buy into this propaganda, but rail against it. When the Windows operating systems on old PCs do not receive any upgrades, the PC slows down, often heavily laden with fat, bloated software. Ubuntu, a Linux OS version, and Xubuntu, it&#8217;s lighter version, may be the answer to unlocking the innate functionality of your old PC.</p>
<p>
<para>There is absolutely nothing wrong with old PCs and they should last decades, not 4 years. When the Windows OS as well as other software cannot be upgraded, this reduces the usability of your PC. Often times the system as taken on so much bloated software baggage that it can hardly run. This software baggage can be from the OS or from downloaded programs. While there are programs that can help reduce this garbage, a slimmer and more efficient operating system may be your answer. Great care is needed when deleting software from an Old Windows PC because the delete of an important file could disable the computer.</p>
<p>
<para>Ubuntu, a variant of the Linux operating system, is by far much smaller than Windows. You can download the base of Ubuntu onto one CD, or 700MB. From this single CD you can actually run the OS on your Windows PC in order to test it, or you can install it. Installation can be a pure Ubuntu or a dual boot, where you have a choice to boot up with Ubuntu or Windows. This all comes on one single CD. I call that efficient.</p>
<p>
<para>Granted when you boot up with the Ubuntu CD, your PC will run slow. You really cannot run an operating system efficiently from a CD player, so expect this. When you install Ubuntu on your system everything will be faster than running from the CD.</p>
<p>
<para>Xubuntu is the slimmer version of Ubuntu, slimmer meaning there is less software and therefore works better on old PCs. Like its larger sibling Ubuntu, Xubuntu fits on one single CD. I chose to install Xubuntu on my old Intel P3 boxes. I noticed that with my original 256k of memory, Windows XP actually ran a little better than Xubuntu. Once I upgraded to 512k of RAM Xubuntu was much superior. It is really important to check how much memory and disk space you have before trying an install. Note that installing Xubuntu on 256m of RAM takes a long time, like 1.5 hrs.</p>
<p>
<para>Once Xubuntu 10.04 LTS was installed there were quite a few updates that were needed. This was easily done from Uubuntu&#8217;s Software Centre. Here there are trusted software upgrades that are pretty much guaranteed to work. This is quite different in the Windows world, where you hope that an upgrade will not impale your beloved PC. The Software Centre is quite impressive, not only efficiently upgrading your PC, but keeps track of all your installed packages. More importantly, the installs all worked. This was impressive, coming from the Windows world.</p>
<p>
<para>Xubuntu&#8217;s Software Centre also has many other downloads such as games. The Little Weed was happy to download and test these games, which he was easily able, and the games worked. What he did not like, he deleted, all without impacting the PC.</p>
<p>
<para>Firefox was very easy to upgrade and ran straight out of the box, as did hooking up to the internet. I also downloaded and upgraded Google Chrome as well as Skype, all without issue.</p>
<p>
<para>After the initial install, I had a PC running Xubuntu, with a functioning browser that can get to the internet. There were a few more games on the PC, I noticed. I have yet to install Open Office, but I know I can do this from the Software Centre. Impressive.</p>
<p>
<para>Networking was a big issue with Xubuntu. I found it very easy to find my Windows-based network printer, and attach to it and print a test sheet. The issue I struggled with is that Xubuntu could not view files on other Windows PCs on my network. After a lot of internet searching I found the answer: Xubuntu, which uses Thor as its file manager, has no such capability as yet. Ubuntu, the larger sibling, can do this. The solution is to download and install Ubuntu&#8217;s file manager, called Nautilus. Seriously? An OS that does not allow you to browse other PCs on your network? This issue should be included in the new version of Xubuntu.</p>
<p>
<para>Once I installed Nautilus, again through the Software Centre, I had a PC that I can use to browse the internet, using Firefox or Chrome, instant messaging through Skype, print to my network printer, browse files on my other networked Windows PCs, and is quite fast to run. There is also an easy way to find new software that is safe to download, run and if you do not like it, to delete, all without impacting your PC. All this, without having to pay royalties to any company to use the software. This, I think is the advantage of Xubuntu.</p>
<p>
<para>The next step in my Xubuntu experience was to install Eclipse and set up the PC to interface with an Arduino microprocessor. While I found numerous instructions on the internet, most were outdated. Downloading Eclipse was easy. What was difficult, much to my surprise, was to find a logical location on the disk to put installed programs and to install them there. This is similar to the &#8220;Program Files&#8221; directory on Windows.</p>
<p>
<para>This is where I ran into issues with Xubuntu. From internet advice, best practice was to install all programs in the /opt directory. In fact, this is where Google Chrome automagically installed. I am good with this. I will simply create another directory in /opt called /Eclipse, unzip/untar and install Eclipse in this new subdirectory. Much to my surprise from Thor or Nautilus I did not have authorization to create a new directory, even as an administrator. I was a little surprised at the high requirements to create a directory, but then again, this would prevent users from messing their PC up with unnecessary directories.</p>
<p>
<para>To create a directory the administrator has to go into Terminal mode, a command line interface, and do a sudo command. Not only does the admin have to be more technically savvy, they need know a lot more about Xubuntu. Similar to DOS from the 1980s, Terminal has some online help. Switching back and forth from Terminal (ctrl alt 1) and Xubuntu (ctrl alt 7) was easy, thankfully. Making the Eclipse directory was not so difficult after I was in Terminal and did a sudo. Ditto for deleting a directory. Moving from one directory to another was similar to DOS. Extracting Eclipse into a directory did not work. What I eventually did was extract Eclipse to a directory under my user name, and then using Terminal and sudo to move this directory to /opt. In the end it all worked.</p>
<p>
<para>There is a lot to Xubuntu. For the average user Xubuntu offers a safe and efficient operating system which runs very well on low powered PCs with 512m of RAM or more. With 256m of RAM Xubuntu will be a little laggy, but will still work.</p>
<p>
<para>For administrators, installing software and getting around the file system in Xubuntu can be more difficult. Overall I am really impressed with Xubuntu and so are my Little Weeds.</p>
]]></content:encoded>
			<wfw:commentRss>http://dontai.com/wp/2012/04/21/xubuntu-10-04-lts-initial-install-and-impressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is next in this sequence: SSS  SCC C SC?</title>
		<link>http://dontai.com/wp/2012/01/29/what-is-next-in-sequence-sss-scc-c-sc/</link>
		<comments>http://dontai.com/wp/2012/01/29/what-is-next-in-sequence-sss-scc-c-sc/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 03:30:56 +0000</pubDate>
		<dc:creator>dontai</dc:creator>
				<category><![CDATA[Nonsense]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HR]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[questions]]></category>
		<category><![CDATA[recruiting]]></category>

		<guid isPermaLink="false">http://dontai.com/wp/?p=4088</guid>
		<description><![CDATA[Some interview questions are simply very puzzling to me. They beg the question &#8220;Why do they ask them&#8221;, and what is there to be gained. Interviews are stressful events, and to ask a candidate seemingly idiotic questions that prove seeming little about their innate talents can be worse than pointless. These questions may show that [...]]]></description>
			<content:encoded><![CDATA[<p><dropcap><span class="drop">S</span></dropcap>ome <a href="http://www.thestar.com/business/article/1114501--want-to-work-for-google-here-are-their-weirdest-interview-questions">interview questions</a> are simply very puzzling to me. They beg the question &#8220;Why do they ask them&#8221;, and what is there to be gained. Interviews are stressful events, and to ask a candidate seemingly idiotic questions that prove seeming little about their innate talents can be worse than pointless. These questions may show that the interviewing company treats their employees irresponsibly.</p>
<p>
<para>A case in point the question above: What is the next in the sequence SSS SCC C SC? This IT interview question is said to be from Google Corp. You can google for the answer, as I did. I found the solution <a href="http://www.careercup.com/question?id=175710">here</a>.</p>
<p>
<para>The answer is neither logical, binary nor very clever. &#8220;SSS&#8221; stands for 3 straight lines, with which you can print the letter &#8220;A&#8221;. &#8220;SCC&#8221; stands for one straight line and two curved lines, which makes for the spine of the &#8220;B&#8221;, as well as the chest and belly. &#8220;C&#8221; simply stands for itself. The &#8220;S&#8221; of &#8220;SC&#8221; stands for the spine of &#8220;D&#8221;, and the &#8220;C&#8221; is the belly. Logically the next in the sequence is &#8220;SSSS&#8221;, four straight lines which can then create &#8220;E&#8221;. Write code like this and the support programmer after you will curse you and your ancestors for 1,000 years, and rightly so.</p>
<p>
<para>As a backlash against these corporate interview questions, the <a href="http://www.careercup.com/">Career Cup</a> has created a database of interview questions, sorted by job type, company and question type. This is a logical step in this interview arms race, and I applaud their efforts. Still I wonder if the effort put into remembering the solutions to these obscure questions is really wasted effort. They add nothing to the candidate&#8217;s technical or interpersonal skills, nor do they add to the candidate&#8217;s general knowledge of the world. While learning useless facts and figures may be acceptable for those who wish to learn such, I am sure this is not the case for the vast majority of candidates.</p>
<p>
<para>And what about those who&#8217;s first language is not English? Do these interview questions help find the best candidates, or simply eliminate qualified and talented individuals?</p>
<p>
<para>I wonder aloud if these questions by interviewers are meant to satisfy some perverse need to psychologically torture candidates? Are interviewers simply spicing up their daily grind of a job by having fun at the expense of interviewing candidates? I am unsure. While these questions are not technically illegal they do cast the interviewing company in a very bad light.</p>
<p>
<para>As an interviewer we all have personal choices. Asking questions that have seemingly no bearing on the candidate&#8217;s background, experience, education and applicability to the job position seems like an abuse of your authority over a candidate.</p>
<p>
<para>More bluntly, if you are an interviewer, don&#8217;t be a jerk.</p>
]]></content:encoded>
			<wfw:commentRss>http://dontai.com/wp/2012/01/29/what-is-next-in-sequence-sss-scc-c-sc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My WordPress Blog hijacked: The Pharma Hack</title>
		<link>http://dontai.com/wp/2011/12/01/my-wordpress-blog-hijacked-the-pharma-hack/</link>
		<comments>http://dontai.com/wp/2011/12/01/my-wordpress-blog-hijacked-the-pharma-hack/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 12:57:26 +0000</pubDate>
		<dc:creator>dontai</dc:creator>
				<category><![CDATA[hobby]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Google Search]]></category>
		<category><![CDATA[hijack]]></category>
		<category><![CDATA[indexing]]></category>
		<category><![CDATA[Pharma Hack]]></category>
		<category><![CDATA[pharmaceutical]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[titles]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://dontai.com/wp/?p=4054</guid>
		<description><![CDATA[Rest assured, I have not started a pharmacy and am not promoting illegal drugs on my personal blog. Oh no, as I am a &#8220;No Drugs&#8221; type of person. I was the victim of the Pharma Hack. This virus changes your indexing on Google Search so when people search for your site instead of your [...]]]></description>
			<content:encoded><![CDATA[<p><dropcap><span class="drop">R</span></dropcap>est assured, I have not started a pharmacy and am not promoting illegal drugs on my personal blog. Oh no, as I am a &#8220;No Drugs&#8221; type of person. I was the victim of the Pharma Hack. This virus changes your indexing on Google Search so when people search for your site instead of your blog entry title they get ads for pharmaceutical drugs. I was not happy about this. After many extensive changes in beefing up WordPress security, so far Google search has started to index me correctly. This might take a couple of months, so bear with me.</p>
<p>
<para>The Pharma Hack is very intelligent. Your content is not changed, and when you browse your own site you can detect no change. Search for your site on Google Search and your blog titles and short description will be changed to flogging pharmaceuticals. Search for these blog title changes and you will find none.</p>
<p>
<para>From what I have researched, this Pharma Hack is very common. Even spookier, no one knows how sites get infected. This makes prevention more difficult. Somehow some code is changed in one of your plugins and some extra PHP files are added to this plugin. When WordPress is loaded, this plugin is loaded along with this virus. Certain database changes are also changed.</p>
<p>
<para>I have checked with my host service provider. Their audit of my site shows no breaches of security and no unauthorized changes to my WordPress blog nor account.</p>
<p>
<para>This blog entry from <a href="http://www.pearsonified.com/2010/04/wordpress-pharma-hack.php">Pearsonified</a> helped me diagnose and immunize myself. <a href="http://blog.sucuri.net/2011/02/cleaning-up-an-infected-web-site-part-i-wordpress-and-the-pharma-hack.html">Securi</a>&#8216;s tool did not detect the virus. <a href="http://digwp.com/2010/07/wordpress-security-lockdown/">DigWP</a> recommended some really good plugins that hardens WordPress as well as reports file changes. The <a href="http://wordpress.org/extend/plugins/ultimate-security-checker/">Ultimate Security Checker</a> grades your site and recommends steps to increase your grade.</p>
<p>
<para>It is worth taking these remedial steps to harden your WordPress install. Having someone take destroy your hard work on Google Search really is disappointing. Google Search has already started to reindex my site, a big step in the right direction.  A pox on all those that use the Pharma Hack on all unsuspecting and innocent WordPress authors.</p>
<p>Addendum Mar 14 2012: Found a <a href="http://jsunpack.jeek.org/dec/go?">cool tool</a> to detect malicious or suspicious code.</p>
]]></content:encoded>
			<wfw:commentRss>http://dontai.com/wp/2011/12/01/my-wordpress-blog-hijacked-the-pharma-hack/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Imperial Sewing Machine Model 535 User Manual</title>
		<link>http://dontai.com/wp/2011/09/14/imperial-sewing-machine-model-535-user-manual/</link>
		<comments>http://dontai.com/wp/2011/09/14/imperial-sewing-machine-model-535-user-manual/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 00:20:01 +0000</pubDate>
		<dc:creator>dontai</dc:creator>
				<category><![CDATA[hobby]]></category>
		<category><![CDATA[sewing]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[535]]></category>
		<category><![CDATA[Canada]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[Imperial]]></category>
		<category><![CDATA[Janome]]></category>
		<category><![CDATA[Japan]]></category>
		<category><![CDATA[manual of instruction]]></category>
		<category><![CDATA[New Home]]></category>
		<category><![CDATA[operations manual]]></category>
		<category><![CDATA[sewing machine]]></category>
		<category><![CDATA[user manual]]></category>

		<guid isPermaLink="false">http://dontai.com/wp/?p=3954</guid>
		<description><![CDATA[Since I became the custodian of my Imperial 535 sewing machine I have been looking for a user manual. Many people have written in looking for the same. As luck would have it, Gord Bestwick of British Columbia, Canada happened upon my blog page and has kindly cleaned up and offered me an electronic version [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_3955" class="wp-caption alignright" style="width: 410px"><a href="http://www.flickr.com/photos/15517090@N00/2204465421/in/pool-asewingsoundtrack"><img src="http://dontai.com/wp/wp-content/uploads/2011/09/imperial-535-large2-400.jpg" alt="Imperial sewing machine model 535, as illustrated in the user manual. May also be branded as New Home 535 or Janome 535." title="Imperial sewing machine model 535, as illustrated in the user manual. May also be branded as New Home 535 or Janome 535." width="400" height="307" class="size-full wp-image-3955" /></a><span class="drop">[</span>/caption]
<p><dropcap>S</dropcap>ince I became the custodian of my <a href="http://dontai.com/wp/2010/04/19/imperial-sewing-machine-model-535/">Imperial 535</a> sewing machine I have been looking for a user manual. Many people have written in looking for the same. As luck would have it, <strong>Gord Bestwick</strong> of British Columbia, Canada happened upon my blog page and has kindly cleaned up and offered me an electronic version of his user manual, for free non-commercial distribution. This means no one need pay for this manual and all Imperial, New Home and Janome 535 owners can enjoy it. This manual is applicable to many Japanese sewing machines of similar era. Between us, the world is a better sewing place.</p>
<div id="attachment_3957" class="wp-caption alignright" style="width: 410px"><p class="wp-caption-text">My Imperial 535 sewing machine slightly differs from the user manual, but note the striking family resemblance. Operation is near identical.</p></div><a href="http://dontai.com/wp/2010/04/19/imperial-sewing-machine-model-535/"><img src="http://dontai.com/wp/wp-content/uploads/2011/09/imperial535-front-400.jpg" alt="My Imperial 535 sewing machine slightly differs from the user manual, but note the striking family resemblance. Operation is near identical." title="My Imperial 535 sewing machine slightly differs from the user manual, but note the striking family resemblance. Operation is near identical." width="400" height="266" class="size-full wp-image-3957" /></a><p class="wp-caption-text">Imperial sewing machine model 535, as illustrated in the user manual. May also be branded as New Home 535 or Janome 535.</p></div>
<p>
<para>It looks like when the Japanese were manufacturing sewing machines in the 1950-60s, much &#8220;sharing&#8221; occurred. Sewing machines of a wide variety of makes and models looked and operated very much the same. Specifically the brands <a href="http://www.ismacs.net/newhome/the_men_behind_new_home_a_history.html">New Home</a>, Janome and <a href="http://dontai.com/wp/2010/04/19/imperial-sewing-machines/">Imperial</a>, were made by Janome. Janome had bought the brand New Home in 1960. Janome manufactured many sewing machines that were later branded to suit the needs of retailers.</p>
<p>
<para>What this means is that Gord&#8217;s Imperial 535 looks exactly the same as the one in his manual, yet my Imperial 535 is just slightly different. Important operational issues such as needle threading, bobbin operation and sewing are identical. Minor differences include how to refill the bobbin and the placement of certain buttons and switches. In almost all other respects the user manual is very applicable.</p>
<p>
<para>Differences with my Imperial 535 include:</p>
<ul>
<li>illustration
<li>thread guides
<li>bobbin winder mechanism
<li>drop feed knob: I only have a darn/sew option, no silk
<li>winding a bobbin, adjust bobbin winding device (I use my finger)
</ul>
<p>
<para>As stated, this document is provided free for non-commercial use. If you have information on the Imperial, New Home or Janome 535 that would be a good addition to this manual or to my blog post, feel free to contact me or Gord Bestwick at gbestwickatshaw.ca (change the &#8220;at&#8221; to @).</p>
<p>
<para>If you download this document please leave a comment with a valid email address. This document will be amended as we find more information. When it is I will email you, provided you leave a valid email address. <a href="http://www.dontai.com/wp/images/imperial-535-manual.pdf">Imperial/New Home/Janome 535 Sewing Machine User Manual</a></p>
<div id="attachment_3979" class="wp-caption aligncenter" style="width: 910px"><a href="http://www.flickr.com/photos/15517090@N00/2204465421/in/pool-asewingsoundtrack"><img src="http://dontai.com/wp/wp-content/uploads/2011/09/imperial-535-large2-900.jpg" alt="Imperial sewing machine, model 535, as depicted in the user manual." title="Imperial sewing machine, model 535, as depicted in the user manual." width="900" height="690" class="size-full wp-image-3979" /></a><p class="wp-caption-text">Imperial sewing machine, model 535, as depicted in the user manual.</p></div>
<table border=0>
<tr>
<td valign=top><strong>User Manual Table of Contents</strong></td>
<td valign=top>&nbsp;</td>
<td valign=top>&nbsp;</td>
<td valign=top>&nbsp;</td>
</tr>
<tr>
<td>TO REMOVE BOBBIN CASE</td>
<td>7</td>
<td>TO REGULATE LENGTH OF STITCH AND DIRECTION OF FEED</td>
<td>18</td>
</tr>
<tr>
<td>TO WIND BOBBIN</td>
<td>7</td>
<td>STRAIGHT SEWING AND ZIGZAG SEWING</td>
<td>19</td>
</tr>
<tr>
<td>TO ADJUST BOBBIN WINDING DEVICE</td>
<td>9</td>
<td>MANUAL ZIGZAG PATTERN SEWING</td>
<td>20</td>
</tr>
<tr>
<td>TO THREAD BOBBIN CASE</td>
<td>10</td>
<td>TO REMOVE WORK</td>
<td>20</td>
</tr>
<tr>
<td>TO INSERT BOBBIN CASE INTO THE MACHINE</td>
<td>11</td>
<td>BUTTONHOLE SEWING</td>
<td>21</td>
</tr>
<tr>
<td>TO INSERT NEEDLE</td>
<td>11</td>
<td>DARNING AND EMBROIDERY</td>
<td>23</td>
</tr>
<tr>
<td>RIGHT NEEDLE AND THREAD FOR RIGHT CLOTH</td>
<td>12</td>
<td>HEMMING</td>
<td>24</td>
</tr>
<tr>
<td>TO THREAD NEEDLE</td>
<td>13</td>
<td>SEWING IN A ZIPPER</td>
<td>25</td>
</tr>
<tr>
<td>TO RAISE LOWER THREAD</td>
<td>14</td>
<td>BUTTON SEWING</td>
<td>26</td>
</tr>
<tr>
<td>TO START SEWING</td>
<td>14</td>
<td>BLIND STITCH HEM</td>
<td>27</td>
</tr>
<tr>
<td>TO REGULATE TENSION OF UPPER THREAD</td>
<td>15</td>
<td>TO CLEAN SHUTTLE RACE</td>
<td>28</td>
</tr>
<tr>
<td>TENSION OF LOWER THREAD</td>
<td>16</td>
<td>CARE AND ADJUSTMENT OF THE MOTOR</td>
<td>30</td>
</tr>
<tr>
<td>TO USE BUILT-IN SEWLIGHT</td>
<td>16</td>
<td>Appendix A – Compatible Parts List</td>
<td>34</td>
</tr>
<tr>
<td>TO ADJUST PRESSURE ON PRESSER FOOT</td>
<td>17</td>
<td>Appendix B </td>
<td>35</td>
</tr>
<tr>
<td>TO USE DROP FEED DEVICE</td>
<td>17</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://dontai.com/wp/2011/09/14/imperial-sewing-machine-model-535-user-manual/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Chubb Monitor Qx Security System Maintenance</title>
		<link>http://dontai.com/wp/2011/09/13/chubb-monitor-qx-security-system-maintenance/</link>
		<comments>http://dontai.com/wp/2011/09/13/chubb-monitor-qx-security-system-maintenance/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 18:14:17 +0000</pubDate>
		<dc:creator>dontai</dc:creator>
				<category><![CDATA[Learn]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[452-4713]]></category>
		<category><![CDATA[alarm]]></category>
		<category><![CDATA[Canada]]></category>
		<category><![CDATA[Chubb]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[light]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[Monitor Qx]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[Toronto]]></category>
		<category><![CDATA[trouble]]></category>
		<category><![CDATA[troubleshoot]]></category>
		<category><![CDATA[warning sound]]></category>

		<guid isPermaLink="false">http://dontai.com/wp/?p=3940</guid>
		<description><![CDATA[Somethings in your house just keep working silently in the background. You eventually take them for granted, out of mind and out of sight. Such was my Chubb Monitor Qx security system, 452-4713, until the alarm started going off in the middle of the night, here in Toronto, Canada. It aurally called for attention. The [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_3943" class="wp-caption alignright" style="width: 130px"><p class="wp-caption-text">Chubb Monitor Qx started warnings, the trouble LED always lit. The battery needed replacing.</p></div><a href="http://dontai.com/wp/wp-content/uploads/2011/09/chubb-monitor-qx.jpg"><img src="http://dontai.com/wp/wp-content/uploads/2011/09/chubb-monitor-qx.jpg" alt="Chubb Monitor Qx started warnings, the trouble LED always lit. The battery needed replacing." title="Chubb Monitor Qx started warnings, the trouble LED always lit. The battery needed replacing." width="120" height="214" class="size-full wp-image-3943" /></a><span class="drop">[</span>/caption]
<p><dropcap>S</dropcap>omethings in your house just keep working silently in the background. You eventually take them for granted, out of mind and out of sight. Such was my Chubb Monitor Qx security system, 452-4713, until the alarm started going off in the middle of the night, here in Toronto, Canada. It aurally called for attention. The trouble LED light remained lit, but with no station indicated. It turned out the battery was near dead. Once replaced it returned to its normal state of silence.</p>
<p>
<para>The Chubb Monitor Qx is a small pad type security monitor. Every so often it would sound a high pitched warning and the trouble LED would be lit. I would clear it and the problem would go away. Last night the warning went off seven times in the middle of the night. It needed attention.</p>
<p>
<para>The <a href="http://www.google.ca/url?sa=t&#038;source=web&#038;cd=4&#038;ved=0CDsQxQEwAw&#038;url=http%3A%2F%2Fdocs.google.com%2Fviewer%3Fa%3Dv%26q%3Dcache%3AU5JaHOdIBHoJ%3Awww.chubbsecurity.com%2Futcfs%2Fws-561%2FAssets%2FMonitor%252520Qx%252520User%252520Manual.pdf%2BChubb%2BMonitor%2BQx%2Btroubleshooting%26hl%3Den%26gl%3Dca%26pid%3Dbl%26srcid%3DADGEESjDk9qzDZDmwgKBgYDI1iSL7S1zAfFFym7MNCMxuEsyDuD7Hkw8ZJRjP2uRBEq8hW7rJSOUVJdKxlBCrKEzL5JdASUAuoxEQuZbzcJM0qKqWmdLh2iUSHWQEE2i3UWHcSz9s6xV%26sig%3DAHIEtbSitB8E7DzDPy__I397kVsJygF_fg&#038;rct=j&#038;q=Chubb%20Monitor%20Qx%20troubleshooting&#038;ei=TmhvTrSyJ8-r0AGs8YjlCQ&#038;usg=AFQjCNFjqu6KgCN0oDzFir1teVRrkXNeBA&#038;cad=rja">user manual</a> is online from Chubb, but does not state much about the trouble LED. Do a &#8220;*23&#8243; + pin and see if it gives you a station code. Mine did not. Maybe one of the 8 stations need attention.</p>
<p>
<para>Downstairs I looked at the closed security box. Check that the phone line is firmly plugged into the phone outlet. Undo the cover. Check the three fuses with a multimeter to ensure continuity. All were Ok. The security system has a 12v 7ahr lead acid battery. This metered at 9v. I found my problem. Unfortunately for me there is no code from the Monitor Qx to tell me the battery is dying.</p>
<p>
<para>I got a new 12v 7aHr battery from my local electronics store for ~$12CAD, plugged it in, closed up the box and cleared the alarm. The trouble LED turned off, and all is back to normal.</p>
]]></content:encoded>
			<wfw:commentRss>http://dontai.com/wp/2011/09/13/chubb-monitor-qx-security-system-maintenance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 4.0 not Sufficiently Useful</title>
		<link>http://dontai.com/wp/2011/05/10/firefox-4-0-not-sufficiently-useful/</link>
		<comments>http://dontai.com/wp/2011/05/10/firefox-4-0-not-sufficiently-useful/#comments</comments>
		<pubDate>Tue, 10 May 2011 15:15:53 +0000</pubDate>
		<dc:creator>dontai</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[3.6.17]]></category>
		<category><![CDATA[4.0]]></category>
		<category><![CDATA[downgrade]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[idle]]></category>
		<category><![CDATA[issues]]></category>
		<category><![CDATA[locked up]]></category>
		<category><![CDATA[problems]]></category>

		<guid isPermaLink="false">http://dontai.com/wp/?p=3622</guid>
		<description><![CDATA[I really like Firefox. It is so much better and faster than IE. Still, in the last year that I have upgraded Firefox versions, it has been getting slower. I did quickly research Firefox 4.0 problems before upgrading and still was unprepared for a bad version. I downgraded to 3.6.17 because I could not use [...]]]></description>
			<content:encoded><![CDATA[<p><dropcap><span class="drop">I</span></dropcap> really like Firefox. It is so much better and faster than IE. Still, in the last year that I have upgraded Firefox versions, it has been getting slower. I did quickly research Firefox 4.0 problems before upgrading and still was unprepared for a bad version. I downgraded to 3.6.17 because I could not use my browser.</p>
<p>
<para>Yes, Firefox 4.0 is faster, but they did not tell you that if you leave your browser idle for 5 minutes it would lock up. I have the habit of leaving my computer for a couple of hours during the day, and upon return FF would be locked up tighter than a bank. While it does not crash it also does not respond. Even if you continue to browse Firefox 4.0 starts to slow down markedly so that after an hour it crawls. This is not sufficiently usable. I prefer slightly slower but overall more usable. For the first time I downgraded Firefox to the previous version.</p>
<p>
<para>Maybe it is time to acknowledge that the previous versions were pretty good and future versions will be worse. I don&#8217;t know. Overall Firefox 3.6.17 is markedly faster than 4.0. The downgrade process went without issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://dontai.com/wp/2011/05/10/firefox-4-0-not-sufficiently-useful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ibanez RB800 Roadstar II Bass: Identification</title>
		<link>http://dontai.com/wp/2011/04/04/ibanez-rb800-roadstar-ii-bass-identification/</link>
		<comments>http://dontai.com/wp/2011/04/04/ibanez-rb800-roadstar-ii-bass-identification/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 18:43:50 +0000</pubDate>
		<dc:creator>dontai</dc:creator>
				<category><![CDATA[hobby]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[1987]]></category>
		<category><![CDATA[4 string]]></category>
		<category><![CDATA[800]]></category>
		<category><![CDATA[9v battery]]></category>
		<category><![CDATA[active electronics]]></category>
		<category><![CDATA[bass]]></category>
		<category><![CDATA[black]]></category>
		<category><![CDATA[electric]]></category>
		<category><![CDATA[head]]></category>
		<category><![CDATA[headstock]]></category>
		<category><![CDATA[Ibanez]]></category>
		<category><![CDATA[Id]]></category>
		<category><![CDATA[RB800]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[Roadstar]]></category>
		<category><![CDATA[Smooth Tuner BII]]></category>
		<category><![CDATA[triangle]]></category>
		<category><![CDATA[triangular]]></category>
		<category><![CDATA[truss rod cover]]></category>
		<category><![CDATA[tuner]]></category>

		<guid isPermaLink="false">http://dontai.com/wp/?p=3468</guid>
		<description><![CDATA[Ibanez basses are difficult to identify. They often have no specific model numbers written on the bass. After heavy use these model markings can wear off, making identification of vintage models difficult. Many sellers using Craigslist and Kijiji will also post poor photos of basses, making ID very difficult. This post will positively identify the [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_3483" class="wp-caption alignright" style="width: 178px"><a href="http://dontai.com/wp/wp-content/uploads/2011/04/RB800-front2.jpg"><img src="http://dontai.com/wp/wp-content/uploads/2011/04/RB800-front2.jpg" alt="Ibanez Roadstar II RB800 electric bass, 1987: body finishes were black, pearl, red, fountain blue" title="Ibanez Roadstar II RB800 electric bass, 1987: body finishes were black, pearl, red, fountain blue" width="168" height="571" class="size-full wp-image-3483" /></a><span class="drop">[</span>/caption]
<p><dropcap>I</dropcap>banez basses are difficult to identify. They often have no specific model numbers written on the bass. After heavy use these model markings can wear off, making identification of vintage models difficult. Many sellers using Craigslist and Kijiji will also post poor photos of basses, making ID very difficult. This post will positively identify the Ibanez Roadstar II RB800 electric bass, as well as provide related internet links. There is actually very little information about this Made in Japan, Fugigen factory 1987 model on the internet, so every little bit helps.</p>
<div id="attachment_3488" class="wp-caption alignleft" style="width: 284px"><p class="wp-caption-text">Ibanez Roadstar II RB800 electric bass, 1987: Neck connects to body with 4 Philips head bolts and washers</p></div><a href="http://dontai.com/wp/wp-content/uploads/2011/04/RB800-back-2.jpg"><img src="http://dontai.com/wp/wp-content/uploads/2011/04/RB800-back-2.jpg" alt="Ibanez Roadstar II RB800 electric bass, 1987: Neck connects to body with 4 Philips head bolts and washers" title="Ibanez Roadstar II RB800 electric bass, 1987: Neck connects to body with 4 Philips head bolts and washers" width="274" height="554" class="size-full wp-image-3488" /></a><p class="wp-caption-text">Ibanez Roadstar II RB800 electric bass, 1987: body finishes were black, pearl, red, fountain blue</p></div>
<p>
<para>The Ibanez RB800 has the model label on the bass body to the left of the strings and just above the neck pickup. This area is prone to heavy use and scratching with the thumb and pick. Over time the label will wear off. On the black version, you can tilt the bass and in the right light, you will still be able to read the &#8220;Ibanez RB800&#8243; label as well as &#8220;Ultimate Expression of Craftsmanship&#8221; byline. Reading this is very difficult.</p>
<p>
<para>Putting the model label in this location was a mistake. While it might be Ok for a guitar, it is terrible for a bass. Most other Ibanez bass models do not use this location, thankfully.</p>
<p>
<para>Another interesting feature of the RB800 is the triangular headstock. I read somewhere that they were then sued by Hamer for the triangular headstock design, and therefore were not used in subsequent versions. The triangle tilts more to the right than the left. There is no make nor model marking on the headstock itself. The truss bar cover is plastic and is marked &#8220;Roadstar&#8221;, but because it is a black cover on black varnish, this will not be easily seen in a photo.</p>
<p>
<para>The fretboard has a full 2 octaves, 24 frets. Double dots are used on the 12th and 24th fret. The neck is bolted on the back using 4 bolts. Between the end of the fretboard and the neck pickups is a sloped piece of plastic that transitions the fretboard to the level of the body in one smooth curved surface. This plasic piece is glued to the fretboard and is part of the neck.</p>
<div id="attachment_3494" class="wp-caption alignright" style="width: 347px"><a href="http://dontai.com/wp/wp-content/uploads/2011/04/RB800-body2.jpg"><img src="http://dontai.com/wp/wp-content/uploads/2011/04/RB800-body2.jpg" alt="Ibanez Roadstar II RB800 electric bass, 1987: Label to left of strings on body a bad design" title="Ibanez Roadstar II RB800 electric bass, 1987: Label to left of strings on body a bad design" width="337" height="554" class="size-full wp-image-3494" /></a><p class="wp-caption-text">Ibanez Roadstar II RB800 electric bass, 1987: Label to left of strings on body a bad design</p></div>
<p>
<para>The neck is lovely. The bass is a 34&#8243; scale. The neck is very slim, only 3.9cm/1.5&#8243; at the top of the neck, making playing very easy. The neck cross dimensional shape fits the hand very nicely. I find the bass very easy to play.</p>
<p>
<para>The RB800 uses active EMG pickups that use a 9v battery. There are two pickups at the neck and one very wide pickup at the bridge. All are marked EMG in white uppercase lettering. There are 4 knobs, but I find it difficult to understand them. They are supposed to be 1 volume (nearest to pickups), 2 EQ (one for each pickup, cuts treble) and one balancer (nearest headstock). While I can identify the balancer, the others are not so clear to me. Maybe when I play more it will be more clear.</p>
<p>
<para>The back cover is held closed using 4 Philips head screws. The cover needs to be removed to change the batter and to service the electronics. The cover is made of plastic.</p>
<p>
<para>I do not know much about bass bridges. There are adjustments for intonation and string height, all individual to each string. I have not messed with this. The bridge is marked with an embossed Ibanez label.</p>
<p>
<para>There are four Ibanez labeled tuners. They are marked &#8220;Smooth Tuner BII&#8221;. Each tuner is held to the headstock with two Philips head screws. The tuners work very well and the bass does not easily go out of tune. The plastic truss rod cover is labeled &#8220;Roadstar&#8221;.</p>
<p>
<para>The finish is a deep black laquer, which seems very hard wearing. It is also very difficult to keep clean. Black seems to attract a lot of dust and I can never seem to keep it clean. I use Lemon Pledge, which gives the bass a lovely shine.</p>
<p>Links:<br />
-RB800 bass on <a href-"www.youtube.com/watch?v=amL90leO8SU">Youtube</a>. He is really good.<br />
-Used on Ankorage <a href="http://anchorage.craigslist.org/msg/2234799357.html">Craiglist</a>: most likely out of date or removed<br />
-comments from Big Al on <a href="http://www.guitarsite.com/database/Guitars/rec/5299/wwwboard/messages/354.shtml">Guitarsite</a><br />
-Two photos of a black <a href="http://forum.ibanez.com/Default.aspx?g=posts&#038;t=80110">RB800</a><br />
-specs: Dated to <a href="http://www.ibanezregister.com/Gallery/basses/rb/gal-rb800.htm">1987</a></p>
<table border="1" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" ">BODY</td>
<td valign="top" style="font-family: arial, helvetica, sans-serif; font-size: x-small">
            <font face="Tahoma">BASSWOOD</font></td>
</tr>
<tr>
<td>NECK</td>
<td valign="top" style="font-family: arial, helvetica, sans-serif; font-size: x-small">
            <font face="Tahoma">3Pc MAPLE<br />ALL ACCESS JOINT</font></td>
</tr>
<tr>
<td >SCALE</td>
<td valign="top" style="font-family: arial, helvetica, sans-serif; font-size: x-small">
            <font face="Tahoma">34&quot;</font></td>
<p>      </font><br />
        </tr>
<tr>
<td>FRETBOARD</td>
<td valign="top" style="font-family: arial, helvetica, sans-serif; font-size: x-small">
            <font face="Tahoma">ROSEWOOD</font></td>
</tr>
<tr>
<td>INLAY</td>
<td valign="top" style="font-family: arial, helvetica, sans-serif; font-size: x-small">
            <font face="Tahoma">DOT</font></td>
</tr>
<tr>
<td>BRIDGE<br />TAILPIECE / NUT</font></td>
<td valign="top" style="font-family: arial, helvetica, sans-serif; font-size: x-small">
            <font face="Tahoma">OMNI-ADJUST</font></td>
</tr>
<tr>
<td>HARDWARE</td>
<td valign="top" style="font-family: arial, helvetica, sans-serif; font-size: x-small">
            <font face="Tahoma">COSMO BLACK</font></td>
<p>      </font><br />
        </tr>
<tr>
<td>PICKUP<br />CONFIG</td>
<td valign="top" style="font-family: arial, helvetica, sans-serif; font-size: x-small">
            </td>
</tr>
<tr>
<td>PICKUP&#8217;S</td>
<td valign="top" style="font-family: arial, helvetica, sans-serif; font-size: x-small">
            <font face="Tahoma">LO-P<br />LO-J</font></td>
</tr>
<tr>
<td>CONTROL</td>
<td valign="top" style="font-family: arial, helvetica, sans-serif; font-size: x-small">
            <font face="Tahoma">1VOL 2EQ<br />1 BALANCER</font></td>
<p>      </font><br />
        </tr>
<tr>
<td>FINISHES</td>
<td valign="top" style="font-family: arial, helvetica, sans-serif; font-size: x-small">
            <font face="Tahoma">BK (BLACK)<br />PL (PEARL)<br />
            PR (PEARL RED)<br />FB (FOUNTAIN BLUE)</font></td>
</tr>
</table>
<div id="attachment_3515" class="wp-caption aligncenter" style="width: 781px"><a href="http://www.ibanezregister.com/Gallery/basses/rb/gal-rb800.htm"><img src="http://dontai.com/wp/wp-content/uploads/2011/04/RB800-catalogue1987.jpg" alt="Ibanez Roadstar II RB800 electric bass, 1987: 1987 Ibanez catalogue" title="Ibanez Roadstar II RB800 electric bass, 1987: 1987 Ibanez catalogue" width="771" height="1039" class="size-full wp-image-3515" /></a><p class="wp-caption-text">Ibanez Roadstar II RB800 electric bass, 1987: 1987 Ibanez catalogue</p></div>
<div id="attachment_3504" class="wp-caption aligncenter" style="width: 610px"><a href="http://dontai.com/wp/wp-content/uploads/2011/04/DSC02373-tuner2.jpg"><img src="http://dontai.com/wp/wp-content/uploads/2011/04/DSC02373-tuner2.jpg" alt="Ibanez Roadstar II RB800 electric bass, 1987: tuner labeled Ibanez Smooth Tuner BII" title="Ibanez Roadstar II RB800 electric bass, 1987: tuner labeled Ibanez Smooth Tuner BII" width="600" height="398" class="size-full wp-image-3504" /></a><p class="wp-caption-text">Ibanez Roadstar II RB800 electric bass, 1987: tuner labeled Ibanez Smooth Tuner BII</p></div>
<div id="attachment_3506" class="wp-caption aligncenter" style="width: 610px"><a href="http://dontai.com/wp/wp-content/uploads/2011/04/DSC02371-trcover.jpg"><img src="http://dontai.com/wp/wp-content/uploads/2011/04/DSC02371-trcover.jpg" alt="Ibanez Roadstar II RB800 electric bass, 1987: Truss rod cover labeled Roadstar" title="Ibanez Roadstar II RB800 electric bass, 1987: Truss rod cover labeled Roadstar" width="600" height="525" class="size-full wp-image-3506" /></a><p class="wp-caption-text">Ibanez Roadstar II RB800 electric bass, 1987: Truss rod cover labeled Roadstar</p></div>
<div id="attachment_3508" class="wp-caption aligncenter" style="width: 610px"><a href="http://dontai.com/wp/wp-content/uploads/2011/04/DSC02369-emg.jpg"><img src="http://dontai.com/wp/wp-content/uploads/2011/04/DSC02369-emg.jpg" alt="Ibanez Roadstar II RB800 electric bass, 1987: Active EMG pickups powered by a 9v battery" title="Ibanez Roadstar II RB800 electric bass, 1987: Active EMG pickups powered by a 9v battery" width="600" height="502" class="size-full wp-image-3508" /></a><p class="wp-caption-text">Ibanez Roadstar II RB800 electric bass, 1987: Active EMG pickups powered by a 9v battery</p></div>
<div id="attachment_3509" class="wp-caption aligncenter" style="width: 610px"><a href="http://dontai.com/wp/wp-content/uploads/2011/04/DSC02367-bridge.jpg"><img src="http://dontai.com/wp/wp-content/uploads/2011/04/DSC02367-bridge.jpg" alt="Ibanez Roadstar II RB800 electric bass, 1987: bridge labeled Ibanez" title="Ibanez Roadstar II RB800 electric bass, 1987: bridge labeled Ibanez" width="600" height="266" class="size-full wp-image-3509" /></a><p class="wp-caption-text">Ibanez Roadstar II RB800 electric bass, 1987: bridge labeled Ibanez</p></div>
<div id="attachment_3511" class="wp-caption aligncenter" style="width: 610px"><a href="http://dontai.com/wp/wp-content/uploads/2011/04/DSC02375-rcover.jpg"><img src="http://dontai.com/wp/wp-content/uploads/2011/04/DSC02375-rcover.jpg" alt="Ibanez Roadstar II RB800 electric bass, 1987: rear cover used 4 Philips head screws" title="Ibanez Roadstar II RB800 electric bass, 1987: rear cover used 4 Philips head screws" width="600" height="355" class="size-full wp-image-3511" /></a><p class="wp-caption-text">Ibanez Roadstar II RB800 electric bass, 1987: rear cover used 4 Philips head screws</p></div>
<div id="attachment_3512" class="wp-caption aligncenter" style="width: 610px"><a href="http://dontai.com/wp/wp-content/uploads/2011/04/DSC02374-electrics.jpg"><img src="http://dontai.com/wp/wp-content/uploads/2011/04/DSC02374-electrics-600x398.jpg" alt="Ibanez Roadstar II RB800 electric bass, 1987: electronics use a 9v battery and no ICs. Click for larger photo" title="Ibanez Roadstar II RB800 electric bass, 1987: electronics use a 9v battery and no ICs. Click for larger photo" width="600" height="398" class="size-large wp-image-3512" /></a><p class="wp-caption-text">Ibanez Roadstar II RB800 electric bass, 1987: electronics use a 9v battery and no ICs. Click for larger photo</p></div>
<div id="attachment_3518" class="wp-caption alignleft" style="width: 128px"><a href="http://anchorage.craigslist.org/msg/2234799357.html"><img src="http://dontai.com/wp/wp-content/uploads/2011/04/fb-rb800-bass.jpg" alt="Ibanez Roadstar II RB800 electric bass, 1987 in Fountain Blue" title="Ibanez Roadstar II RB800 electric bass, 1987 in Fountain Blue" width="118" height="300" class="size-full wp-image-3518" /></a><p class="wp-caption-text">Ibanez Roadstar II RB800 electric bass, 1987 in Fountain Blue</p></div>
<div id="attachment_3519" class="wp-caption aligncenter" style="width: 310px"><a href="http://anchorage.craigslist.org/msg/2234799357.html"><img src="http://dontai.com/wp/wp-content/uploads/2011/04/fb-rb800-tuners.jpg" alt="Ibanez Roadstar II RB800 electric bass, 1987 in Fountain Blue: tuners" title="Ibanez Roadstar II RB800 electric bass, 1987 in Fountain Blue: tuners" width="300" height="215" class="size-full wp-image-3519" /></a><p class="wp-caption-text">Ibanez Roadstar II RB800 electric bass, 1987 in Fountain Blue: tuners</p></div>
<div id="attachment_3520" class="wp-caption alignright" style="width: 310px"><a href="http://anchorage.craigslist.org/msg/2234799357.html"><img src="http://dontai.com/wp/wp-content/uploads/2011/04/fb-rb800-head.jpg" alt="Ibanez Roadstar II RB800 electric bass, 1987 in Fountain Blue: headstock" title="Ibanez Roadstar II RB800 electric bass, 1987 in Fountain Blue: headstock" width="300" height="223" class="size-full wp-image-3520" /></a><p class="wp-caption-text">Ibanez Roadstar II RB800 electric bass, 1987 in Fountain Blue: headstock</p></div>
<div id="attachment_3521" class="wp-caption alignleft" style="width: 194px"><a href="http://anchorage.craigslist.org/msg/2234799357.html"><img src="http://dontai.com/wp/wp-content/uploads/2011/04/fb-rb800-back.jpg" alt="Ibanez Roadstar II RB800 electric bass, 1987 in Fountain Blue: back" title="Ibanez Roadstar II RB800 electric bass, 1987 in Fountain Blue: back" width="184" height="300" class="size-full wp-image-3521" /></a><p class="wp-caption-text">Ibanez Roadstar II RB800 electric bass, 1987 in Fountain Blue: back</p></div>
<div id="attachment_3531" class="wp-caption aligncenter" style="width: 610px"><a href="http://forum.ibanez.com/Default.aspx?g=posts&#038;t=80110"><img src="http://dontai.com/wp/wp-content/uploads/2011/04/bk-RB900-front-600x493.jpg" alt="Ibanez RB800 Roadstar II electric Bass, 1987 in black: front" title="Ibanez RB800 Roadstar II electric Bass, 1987 in black: front" width="600" height="493" class="size-large wp-image-3531" /></a><p class="wp-caption-text">Ibanez RB800 Roadstar II electric Bass, 1987 in black: front</p></div>
<div id="attachment_3532" class="wp-caption aligncenter" style="width: 610px"><a href="http://forum.ibanez.com/Default.aspx?g=posts&#038;t=80110"><img src="http://dontai.com/wp/wp-content/uploads/2011/04/bk-RB900-front2-600x442.jpg" alt="Ibanez RB800 Roadstar II electric Bass, 1987 in black: front2" title="Ibanez RB800 Roadstar II electric Bass, 1987 in black: front2" width="600" height="442" class="size-large wp-image-3532" /></a><p class="wp-caption-text">Ibanez RB800 Roadstar II electric Bass, 1987 in black: front2</p></div>
]]></content:encoded>
			<wfw:commentRss>http://dontai.com/wp/2011/04/04/ibanez-rb800-roadstar-ii-bass-identification/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Thoughts on Japan&#8217;s Nuclear Crisis, March 2011</title>
		<link>http://dontai.com/wp/2011/03/25/thoughts-on-japans-nuclear-crisis-march-2011/</link>
		<comments>http://dontai.com/wp/2011/03/25/thoughts-on-japans-nuclear-crisis-march-2011/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 13:27:24 +0000</pubDate>
		<dc:creator>dontai</dc:creator>
				<category><![CDATA[Environment]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[earthquake]]></category>
		<category><![CDATA[fresh food]]></category>
		<category><![CDATA[Fukushima DaiIchi Nuclear Powerplant]]></category>
		<category><![CDATA[Japan]]></category>
		<category><![CDATA[Mother Nature]]></category>
		<category><![CDATA[nuclear]]></category>
		<category><![CDATA[tsunami]]></category>
		<category><![CDATA[vegetables]]></category>

		<guid isPermaLink="false">http://dontai.com/wp/?p=3458</guid>
		<description><![CDATA[Having taught English in Japan for a year, I have first hand experience with people from Japan. I was stationed in Kyushu, the largest southern island of Japan, about 100km away from a very large volcano. When you live in close proximity to a volcano that often blows its top, you become pretty nonchalant about [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_3460" class="wp-caption alignright" style="width: 470px"><p class="wp-caption-text">Man vs Mother Nature, Mother Nature won: Japanese earthquake and Tsunami, Mar 2011. The Fukushima DaiIchi nuclear incident is a man made disaster.</p></div><a href="http://www.telegraph.co.uk/news/worldnews/asia/japan/8405619/Japan-earthquake-death-toll-passes-10000.html"><img src="http://dontai.com/wp/wp-content/uploads/2011/03/JapanDisaster.jpg" alt="Man vs Mother Nature, Mother Nature won: Japanese earthquake and Tsunami, Mar 2011. The Fukushima DaiIchi nuclear incident is a man made disaster." title="Man vs Mother Nature, Mother Nature won: Japanese earthquake and Tsunami, Mar 2011. The Fukushima DaiIchi nuclear incident is a man made disaster." width="460" height="287" class="size-full wp-image-3460" /></a><span class="drop">[</span>/caption]
<p><dropcap>H</dropcap>aving taught English in Japan for a year, I have first hand experience with people from Japan. I was stationed in Kyushu, the largest southern island of Japan, about 100km away from a very large volcano. When you live in close proximity to a volcano that often blows its top, you become pretty nonchalant about tremors. Being Canadian, this never happened to me. The Japanese people love fresh food, especially vegetables. Having some of their food supply deemed unfit to eat is a big psychological blow. We can only hope that this nuclear disaster can be averted. Earthquake, tsunami, and now a nuclear incident: How much can they endure?</p>
<p>
<para>Japan loves fresh. You can see this in their homes, where there is no large refrigerator. All food is bought fresh daily and eaten soon after. Because much of Japan is tropical, this saves energy and increases your quality of food. Imported food is looked on sceptically. I recall a grocer telling me that the cheap &#8220;Grown in America&#8221; oranges were laced with pesticides and would kill me. They were Sunkist from Florida. Of course I bought them and they were delicious.</p>
<p>
<para>It is this attitude of &#8220;Fresh First&#8221; that makes the current nuclear incident even more serious. Contaminated land due to nuclear fallout may never again bear produce fit for human consumption. Here in Canada we would probably import fruit and veggies from some other part of the world and not bat an eye, but in Japan, this will not be the case.</p>
<p>
<para>The other issue is that Japan is a crowded country. In my little area of Japan, far from a large city, land is used intensively. There are fields for planting, and for living, not no area is fallow or otherwise unused. Here in Toronto you can go to many areas and see totally unused land. Small villages in Japan are really not very small when compared to Canadian villages. Japanese homes are not large and have small back yards. My point is that even in small villages in Japan, population density is high. This means that there is really no place to go to get away from a contaminated area. Those that are forced to flee will simply crowd out others in another area.</p>
<p>
<para>I have faith in the Japanese people in that they are hard working and resilient. How they will solve this problem I do not know, but I wish them luck. I hope that the Fukushima DaiIchi Nuclear Powerplant will change the nuclear power industry for the better. In the mean time those in harm&#8217;s way need to move to safety.</p>
<p>
<para>Japan is known for their advanced earthquake technology. Was it a calculated gamble to use nuclear reactors in Japan? Unfortunately the downside of this gamble will now play itself out. I wonder if mankind is really smart enough to control Mother Nature. Maybe the smartest thing for mankind to do may be to coexist with Mother Nature and not try to conquer her. She is unpredictable and incredibly strong. Mankind needs to understand that we are small.</p>
<p>
<para>The Force is with Her, not mankind.</p>
]]></content:encoded>
			<wfw:commentRss>http://dontai.com/wp/2011/03/25/thoughts-on-japans-nuclear-crisis-march-2011/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Project Manager Forsees Bad Project Ending</title>
		<link>http://dontai.com/wp/2011/03/09/a-project-manager-forsees-bad-project-ending/</link>
		<comments>http://dontai.com/wp/2011/03/09/a-project-manager-forsees-bad-project-ending/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 16:59:40 +0000</pubDate>
		<dc:creator>dontai</dc:creator>
				<category><![CDATA[Learn]]></category>
		<category><![CDATA[Nonsense]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[change management]]></category>
		<category><![CDATA[dependencies]]></category>
		<category><![CDATA[due diligence]]></category>
		<category><![CDATA[failure]]></category>
		<category><![CDATA[project management]]></category>
		<category><![CDATA[project plan]]></category>
		<category><![CDATA[work item]]></category>

		<guid isPermaLink="false">http://dontai.com/wp/?p=3451</guid>
		<description><![CDATA[As an experience project manager I often see the planning of projects before they start the actual work. Often I can predict when a project will go off the rails before it actually happens. Small red flags dot my brain and the warning lights go off. If I feel I have a duty, a gentle [...]]]></description>
			<content:encoded><![CDATA[<p><dropcap><span class="drop">A</span></dropcap>s an experience project manager I often see the planning of projects before they start the actual work. Often I can predict when a project will go off the rails before it actually happens. Small red flags dot my brain and the warning lights go off. If I feel I have a duty, a gentle reminder is extended. Most of the time the leader feels more than capable of running the project to completion. My advice is relegated to the garbage pile of idiot verbiage and life goes on. I then sit back and watch the train wreck become reality. It is all so unnecessary.</p>
<p>
<para>There are key tell-tale signs that all is not well on a project. These include:</p>
<ul>
<li>Promising a work item without consulting the person doing the work: It is not so obvious to all that a work item will get done. There are many more permutations to the solution than the one you envision. Without consulting and getting approval from the person doing the actual work, providing a guarantee that a specific work item will be completed, or that certain products will be used, will cause confusion, back tracking, loss of credibility and frustration on your part as well as the customer.
<li>Promising an end date for the completion of a project without consulting those that will implement, nor having a project plan with some buffer. You might think that you have left a lot of time for the project, but without consulting with the implementer, what do you base this on? Even with discussions with the implementer, there are dependencies between work items, such as one item must be completed prior to another item, that need to be considered. Contingency time must be added so that when some item takes longer than expected, or an unplanned issue arises there is buffer in the schedule. All large projects need a project plan.
<li>Delegate the project plan to someone you have no prior project familiarity. Yes, they are very nice, but if this is your project how can you delegate responsibility of the completion of the project to someone you have not previously worked? Implementers usually have many projects on the go, and yours might not be very high priority.
<li>Of course everyone can plan. This is untrue. Most people think they can plan, until something goes off the rails. Project planning requires more discipline than most people acknowledge. The final list of work items is crucial for the implementer as well as the customer. If the customer believes that are getting a work item and the implementer does not have this on their list, then it simply will not get done. This clarity of communication is the key to a happy customer, and is often the downfall of even a simple project.
<li>Not having a formal process for project changes. Project changes are inevitable. You dig down and hit a large rock, so need to veer left or right. By not formalizing this process, which includes writing down how the change will be handled, issues will inevitably arise. Assuming that you can handle these changes by sweet talking customers and implementers is fraught with danger. Customers do not like surprises.
</ul>
<p>
<para>As the project progresses, issues will arise. Customers seek changes or wonder why certain work items are not being done. They have expectations that they may not have vocalized. Implementers go on their merry way, checking off their &#8220;To Do&#8221; list, oblivious of the storm brewing in the background. The leader is stuck in the middle, trying to keep it all together.</p>
<p>
<para>Half way through a project that is going off the rails, the leader is usually oblivious to the pending storm. The time line progressively slips. No matter, just pressure the implementers, who can suck it up, but for a little while. Changes and unrealized expectations come from the customer, which comes as a surprise to implementer. Oh they cannot do these changes, and besides, it was not in the original scope of work and there is no additional money nor time to complete it. Customer squeezes the leader, leader squeezes the implementer, implementer pushes back, leader is in a tight spot, never to dig oneself out.</p>
<p>
<para>Heart brealking it is, to see a train wreck before it occurs. Still, if you have done your due diligence then there is really nothing left to be done. Sit back and wait, watch and learn. An excellent beginning paves the way for a smoother, more controlled landing.</p>
<p><strong>Addendum March 18 2011</strong>: Here&#8217;s an excellent article from <a href="http://www.yourhome.ca/homes/repairsandrenovations/article/955555--baeumler-the-best-job-in-the-world">Brian Baeumler</a> on project management in the home renovation field. It is insightful and a must read for all wanting to do a renovation.</p>
]]></content:encoded>
			<wfw:commentRss>http://dontai.com/wp/2011/03/09/a-project-manager-forsees-bad-project-ending/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

