<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.takashiyoshida.org/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Takashi Yoshida's Blog</title>
	
	<link>http://takashiyoshida.org</link>
	<description>Just another weblog on AppleScript, Cocoa, Python and Ruby on Rails</description>
	<lastBuildDate>Mon, 19 Jul 2010 14:44:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.takashiyoshida.org/TakashiYoshidasBlog" /><feedburner:info uri="takashiyoshidasblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Getting Printer Icon For Your CUPS-PDF Printer</title>
		<link>http://feeds.takashiyoshida.org/~r/TakashiYoshidasBlog/~3/Fv5qk8dFYg0/</link>
		<comments>http://takashiyoshida.org/?p=367#comments</comments>
		<pubDate>Fri, 28 May 2010 11:48:25 +0000</pubDate>
		<dc:creator>Takashi Yoshida</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[CUPS-PDF]]></category>
		<category><![CDATA[Icon]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Printer]]></category>

		<guid isPermaLink="false">http://takashiyoshida.org/?p=367</guid>
		<description><![CDATA[I use CUPS-PDF to print all documents as PDF files. Mac OS X allows user to save documents as PDF without additional software, but I prefer to use CUPS-PDF instead. Reasons for choosing CUPS-PDF: I&#8217;m too lazy to choose &#8216;Save as PDF&#8217; from print dialog You can also share this CUPS-PDF with virtual machines so [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I use <a href="http://www.cups-pdf.de/welcome.shtml" title="CUPS-PDF">CUPS-PDF</a> to print all documents as PDF files. Mac OS X allows user to save documents as PDF without additional software, but I prefer to use CUPS-PDF instead. </p>

<p>Reasons for choosing CUPS-PDF:</p>

<ul>
<li>I&#8217;m too lazy to choose &#8216;Save as PDF&#8217; from print dialog</li>
<li>You can also share this CUPS-PDF with virtual machines so that documents printed under Windows or Linux VMs will print to the same folder.</li>
<li>My main (and only) computer is a MacBook Pro so I do not always have access to a printer. CUPS-PDF goes wherever my MacBook Pro is. </li>
</ul>

<p>I used <a href="http://www.macports.org/" title="The MacPorts Project">MacPorts</a> to install CUPS-PDF. With MacPorts, it&#8217;s as simple as:</p>

<pre><code>sudo port install cups-pdf
</code></pre>

<p>And a few more additional instructions:</p>

<pre><code>sudo /opt/local/libexec/cups-pdf_link.sh
</code></pre>

<p>Optionally, edit the <code>/opt/local/etc/cups/cups-pdf.conf</code>.</p>

<p>And finally:</p>

<pre><code>sudo killall -1 cupsd
</code></pre>

<p>Once this is done, add a new printer from System Preferences.</p>

<p>All your printed documents will be stored at <code>/opt/local/var/spool/cups-pdf/${USER}</code>, where <code>${USER}</code> is your username.</p>

<p>The path is little troublesome to access if you print very often. So, create a symbolic link at your desktop.</p>

<pre><code>ln -s /opt/local/var/spool/cups-pdf/${USER} ~/Desktop/CUPS-PDF
</code></pre>

<p>This creates a shortcut (<code>CUPS-PDF</code>) to your printouts at your Desktop. Now, this shortcut looks like a normal folder and I want this folder to look like a printer so I can tell all my printouts are there.</p>

<p>I looked around for a nice printer icon at <a href="http://iconfactory.com/home" title="Iconfactory: Home">Iconfactory</a> (and a few other places) but I could not find any that I liked. </p>

<p>Actually, nice looking printer icons are already installed. Go to <code>/Library/Printers</code>. Installed printer drivers are kept at this folder. Look around and find the printer icon you like.</p>

<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://takashiyoshida.org/wp-content/uploads/2010/07/CUPS-PDF.png" alt="CUPS-PDF.png" title="CUPS-PDF.png" border="0" width="480" height="300" /></p>
<img src="http://feeds.feedburner.com/~r/TakashiYoshidasBlog/~4/Fv5qk8dFYg0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://takashiyoshida.org/?feed=rss2&amp;p=367</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://takashiyoshida.org/?p=367</feedburner:origLink></item>
		<item>
		<title>Visualizing Your Project History with Gource</title>
		<link>http://feeds.takashiyoshida.org/~r/TakashiYoshidasBlog/~3/2ngF-RfgvX4/</link>
		<comments>http://takashiyoshida.org/?p=359#comments</comments>
		<pubDate>Mon, 24 May 2010 15:44:11 +0000</pubDate>
		<dc:creator>Takashi Yoshida</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[data visualization]]></category>
		<category><![CDATA[FFmpeg]]></category>
		<category><![CDATA[Gource]]></category>
		<category><![CDATA[TFS]]></category>
		<category><![CDATA[TFSConverter]]></category>

		<guid isPermaLink="false">http://takashiyoshida.org/?p=359</guid>
		<description><![CDATA[I recently came across an open source project called Gource through Gizmodo. Gource allows you to visualize commit history of software projects hosted by Git and Mercurial. It is maintained by Andrew Caudwell. When I found out about Gource, I only knew it supported Git and Mercurial repositories. I later found out about support for [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I recently came across an open source project called <a href="http://github.com/acaudwell/Gource" title="acaudwell's Gource">Gource</a> through <a href="http://gizmodo.com/5542882/what-seven-years-of-source-code-for-flickrcom-looks-like" title="What Seven Years of Source Code for Flickr.com Looks Like">Gizmodo</a>. Gource allows you to visualize commit history of software projects hosted by Git and Mercurial. It is maintained by <a href="http://www.thealphablenders.com/" title="The Alpha Blenders | Procedural computer graphics blog">Andrew Caudwell</a>.</p>

<p>When I found out about Gource, I only knew it supported Git and Mercurial repositories. I later found out about support for Subversion and CVS through scripts, but I was not sure if it supported projects hosted by TFS at all. I thought I might be able to get Gource to work with TFS commit logs if I wrote a script for it.</p>

<p>Luckily for me, <a href="http://github.com/mikeashley" title="mikeashley's Profile">Mike Ashley</a> has already developed an application that does just that. <a href="http://github.com/mikeashley/TFSConverter" title="mikeashley's TFSConverter">TFSConverter</a> takes a few parameters from command line and spits out log files that Gource understands. I could not get TFSConverter to work with all projects initially, but I modified TFSConverter a bit and got it to work with all projects.</p>

<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://takashiyoshida.org/wp-content/uploads/2010/07/Gource-TFS.png" alt="Gource-TFS.png" title="Gource-TFS.png" border="0" width="480" height="300" /></p>

<p>Now that I have Gource working with TFS commit logs, I am happily generating video files from the log files. I stumbled a little with FFmpeg and x264 encoding at first, but once I learned about <code>-vpre</code> option from <a href="http://rob.opendot.cl/index.php/useful-stuff/ffmpeg-x264-encoding-guide/" title="FFmpeg x264 encoding guide">robert.swain</a>&#8216; blog, I got the ffmpeg to generate video from Gource&#8217;s output nicely.</p>

<pre><code>gource --disable-progress --stop-at-end --output-ppm-stream - &lt;project.log&gt; | ffmpeg -y -b 3000K -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -vpre libx264-default﻿ &lt;project.mp4&gt;
</code></pre>

<p>You can replace <code>-vpre</code> option that suits your purpose better. You can see the available options at <code>${prefix}/share/ffmpeg</code>. Mine is at <code>/opt/local/share/ffmpeg</code>. Yours might be somewhere else.</p>
<img src="http://feeds.feedburner.com/~r/TakashiYoshidasBlog/~4/2ngF-RfgvX4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://takashiyoshida.org/?feed=rss2&amp;p=359</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://takashiyoshida.org/?p=359</feedburner:origLink></item>
		<item>
		<title>Playing Quake 2 on Web Browser</title>
		<link>http://feeds.takashiyoshida.org/~r/TakashiYoshidasBlog/~3/BH1NeSwcFYU/</link>
		<comments>http://takashiyoshida.org/?p=351#comments</comments>
		<pubDate>Sat, 03 Apr 2010 06:17:30 +0000</pubDate>
		<dc:creator>Takashi Yoshida</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[GWT]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://takashiyoshida.org/?p=351</guid>
		<description><![CDATA[Google Web Toolkit team used Jake2, Google Web Toolkit, WebGL and WebSocket to run Quake 2 on web browsers. The project has comprehensive instructions on how you can get started, but I found out that some instructions are missing so it was not possible to build and play Quake 2 immediately. I hope this post [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://googlewebtoolkit.blogspot.com/" title="Google Web Toolkit Blog">Google Web Toolkit</a> team used <a href="http://bytonic.de/html/jake2.html" title="Bytonic Software - Jake2">Jake2</a>, Google Web Toolkit, WebGL and WebSocket to run Quake 2 on web browsers. The project has <a href="http://code.google.com/p/quake2-gwt-port/wiki/BuildingAndRunning" title="quake2-gwt-port - Building and Running the Code">comprehensive instructions</a> on how you can get started, but I found out that some instructions are missing so it was not possible to build and play Quake 2 immediately.</p>

<p>I hope this post will help you to clear obstacles and start playing Quake 2 on a web browser.</p>

<p>This post assumes that you are running Mac OS X (10.6.x). It might also work on older Mac OS X, but I do not have any way to verify this. </p>

<h3>Prerequisite</h3>

<ul>
<li>Xcode</li>
<li>MacPorts</li>
</ul>

<p>You need the following tools to get started. Your should already have Xcode on the Mac OS X installation DVD. If you cannot find it, you can also download it from <a href="http://developer.apple.com/" title="Apple Developer">Apple</a>.</p>

<p>You can download MacPorts from <a href="http://www.macports.org/" title="The MacPorts Project">MacPorts</a>&#8216; web page. Be sure to download the correct version if you install from a disk image.</p>

<p>After installing Xcode and MacPorts, follow the rest of the instructions.</p>

<h3>Rest of the Instructions</h3>

<p>Launch Terminal and install <code>mercurial</code>, <code>vorbis-tools</code> and <code>lame</code>.</p>

<pre><code>port install mercurial
port install vorbis-tools
port install lame
</code></pre>

<p>Clone the <code>quake2-gwt-port</code> repository</p>

<pre><code>hg clone https://quake2-gwt-port.googlecode.com/hg/ quake2-gwt-port
</code></pre>

<p>Go to <code>quake2-gwt-port</code> directory.</p>

<pre><code>cd quake2-gwt-port
</code></pre>

<p>You need to specify an additional parameter for <code>maven</code>. Otherwise, you may run out of memory during the build process.</p>

<pre><code>export MAVEN_OPTS=-Xmx512m
</code></pre>

<p>Run <code>build-dedicated-server</code>.</p>

<pre><code>./build-dedicated-server
</code></pre>

<p>Run <code>install-resources</code>.</p>

<pre><code>./install-resources
</code></pre>

<p>According to Google, there is an issue with maven build files, so you need to copy some files into war directory. If you do not do this, the browser may display a blank (black) window when you connect to the server.</p>

<pre><code>cp -r maven-build/server/target/gwtquake/r/gwtquake war
</code></pre>

<p>Start the server.</p>

<pre><code>./run-dedicated-server
</code></pre>

<p>You need the latest nightly build of <a href="http://webkit.org/" title="The WebKit Open Source Project">WebKit</a>. Go to WebKit and download the latest <a href="http://nightly.webkit.org/" title="WebKit Nightly Builds">nightly build</a>.</p>

<p>Enable WebGL.</p>

<pre><code>defaults write com.apple.Safari WebKitWebGLEnabled -bool YES
</code></pre>

<p>Launch WebKit.
Navigate to your server: <a href="http://localhost:8080/GwtQuake.html">http://localhost:8080/GwtQuake.html</a></p>

<p>Have a blast!</p>

<p><img src="http://takashiyoshida.org/wp-content/uploads/2010/04/quake_2_browser.png" alt="Quake 2 Browser" /></p>
<img src="http://feeds.feedburner.com/~r/TakashiYoshidasBlog/~4/BH1NeSwcFYU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://takashiyoshida.org/?feed=rss2&amp;p=351</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://takashiyoshida.org/?p=351</feedburner:origLink></item>
		<item>
		<title>Testing My New SIM Card Reader</title>
		<link>http://feeds.takashiyoshida.org/~r/TakashiYoshidasBlog/~3/fm1mBVxDzfQ/</link>
		<comments>http://takashiyoshida.org/?p=345#comments</comments>
		<pubDate>Sun, 21 Feb 2010 14:20:59 +0000</pubDate>
		<dc:creator>Takashi Yoshida</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[SIM]]></category>

		<guid isPermaLink="false">http://takashiyoshida.org/?p=345</guid>
		<description><![CDATA[So I built a SIM card reader. What&#8217;s next? Obviously, I want to test it by reading my SIM card. For Mac (and Linux), you can download PySimReader. It requires pySerial and wxPython to run. Unfortunately, I could not get wxPython to build and install via MacPorts (ticket 20952). It did not look like there [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>So I built a SIM card reader. What&#8217;s next? Obviously, I want to test it by reading my SIM card. For Mac (and Linux), you can download <a href="http://www.ladyada.net/make/simreader/download.html" title="SIM Reader - Download files and software">PySimReader</a>. It requires <a href="http://pyserial.sourceforge.net/" title="Welcome to pySerial's documentation">pySerial</a> and <a href="http://www.wxpython.org/" title="wxPython">wxPython</a> to run. Unfortunately, I could not get wxPython to build and install via MacPorts (<a href="https://trac.macports.org/ticket/20952" title="wxWidgets fails to build 64-bit">ticket 20952</a>). </p>

<p>It did not look like there was a quick and easy fix for this issue. I decided to install Windows version of pySimReader. It is a standalone package (no additional software is required). I installed a driver for <a href="http://www.tripplite.com/en/products/model.cfm?txtModelID=3914" title="High-Speed USB Serial Adapter">Trip Lite (formerly) USB Serial Adapter</a> but that was all I needed to do.</p>

<p>Here&#8217;s a screenshot of pySimReader getting information from my SIM card reader.</p>

<p><a href="http://takashiyoshida.org/?attachment_id=344" rel="attachment wp-att-344"><img src="http://takashiyoshida.org/wp-content/uploads/2010/02/pySimReader-300x253.png" alt="" title="pySimReader" width="300" height="253" class="alignnone size-medium wp-image-344" /></a></p>

<p>I will look into getting the PySimReader working on my Mac soon.</p>
<img src="http://feeds.feedburner.com/~r/TakashiYoshidasBlog/~4/fm1mBVxDzfQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://takashiyoshida.org/?feed=rss2&amp;p=345</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://takashiyoshida.org/?p=345</feedburner:origLink></item>
		<item>
		<title>Built a SIM Card Reader</title>
		<link>http://feeds.takashiyoshida.org/~r/TakashiYoshidasBlog/~3/fpZ8mw3B69s/</link>
		<comments>http://takashiyoshida.org/?p=331#comments</comments>
		<pubDate>Sun, 21 Feb 2010 11:36:23 +0000</pubDate>
		<dc:creator>Takashi Yoshida</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://takashiyoshida.org/?p=331</guid>
		<description><![CDATA[This afternoon, I spent a few hours to build a SIM card reader. I bought this kit from Adafruit Industries awhile ago. It came with a good looking comic book. I cannot remember when was the last time I actually soldered anything together but I found it rather easy. It was little difficult to solder [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This afternoon, I spent a few hours to build a <a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=27&amp;products_id=183" title="SIM reader &amp; Commic book - Citizen Engineer Volume 01">SIM card reader</a>. I bought this kit from <a href="http://www.adafruit.com/" title="Adafruit Industries, Unique &amp; fun DIY electronics and kits">Adafruit Industries</a> awhile ago. It came with a good looking comic book.</p>

<p>I cannot remember when was the last time I actually soldered anything together but I found it rather easy. It was little difficult to solder a SIM card holder onto a PCB, but everything else went well.</p>

<p>Here is a picture of my new creation.</p>

<p><a href="http://takashiyoshida.org/?attachment_id=330" rel="attachment wp-att-330"><img src="http://takashiyoshida.org/wp-content/uploads/2010/02/SIM-Reader-Kit-300x225.png" alt="" title="SIM Reader Kit" width="300" height="225" class="alignnone size-medium wp-image-330" /></a></p>
<img src="http://feeds.feedburner.com/~r/TakashiYoshidasBlog/~4/fpZ8mw3B69s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://takashiyoshida.org/?feed=rss2&amp;p=331</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://takashiyoshida.org/?p=331</feedburner:origLink></item>
		<item>
		<title>Gathering Components for AeroQuad</title>
		<link>http://feeds.takashiyoshida.org/~r/TakashiYoshidasBlog/~3/O1j6IAvXWbg/</link>
		<comments>http://takashiyoshida.org/?p=316#comments</comments>
		<pubDate>Wed, 17 Feb 2010 15:09:16 +0000</pubDate>
		<dc:creator>Takashi Yoshida</dc:creator>
				<category><![CDATA[AeroQuad]]></category>
		<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://takashiyoshida.org/?p=316</guid>
		<description><![CDATA[Today, I received Arduino-based microcontroller and other components from Carancho Engineering LLC. I am very excited to get started but I still need to buy more components and also some tools. Just for a record, I bought these items from them. Arduino MEGA w/Atmega 1280 ARDUINO-02 USD64.95 AeroQuad Shield v1.6 AQ1-006 USD24.95 IMU 5 Degrees [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Today, I received Arduino-based microcontroller and other components from <a href="http://carancho.com/AeroQuad/store/" title="AeroQuad, Your on-line store for quadrocopter parts!">Carancho Engineering LLC</a>. I am very excited to get started but I still need to buy more components and also some tools. </p>

<p>Just for a record, I bought these items from them.</p>

<pre><code>Arduino MEGA w/Atmega 1280      ARDUINO-02  USD64.95
AeroQuad Shield v1.6            AQ1-006     USD24.95
IMU 5 Degrees of Freedom        SEN-09268   USD74.95
Dual Axis Gyro Breakout IXZ500  SEN-09510   USD39.95
Receiver Cables                 RCVR-001    USD 7.95
2 x Stackable Headers           CONN-001    USD 9.90
</code></pre>

<p>The components will be used as a flight controller for a quad-rotor helicopter. Receiver cables will link the flight controller and a receiver. I will be getting a set of transmitter and a receiver soon.</p>
<img src="http://feeds.feedburner.com/~r/TakashiYoshidasBlog/~4/O1j6IAvXWbg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://takashiyoshida.org/?feed=rss2&amp;p=316</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://takashiyoshida.org/?p=316</feedburner:origLink></item>
		<item>
		<title>Singapore Airshow 2010</title>
		<link>http://feeds.takashiyoshida.org/~r/TakashiYoshidasBlog/~3/cAs6jkeSQ7Y/</link>
		<comments>http://takashiyoshida.org/?p=287#comments</comments>
		<pubDate>Tue, 09 Feb 2010 18:05:32 +0000</pubDate>
		<dc:creator>Takashi Yoshida</dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[Aircrafts]]></category>
		<category><![CDATA[Airshow]]></category>
		<category><![CDATA[Singapore]]></category>

		<guid isPermaLink="false">http://takashiyoshida.org/?p=287</guid>
		<description><![CDATA[Here are some photos of flying display on last Saturday morning and afternoon. This was my first time taking photos of aircrafts and I wish I studied the techniques a bit more before this event. I do not know if I am attending another one in 2012 but if I am, I&#8217;m going to take [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Here are some photos of flying display on last Saturday morning and afternoon. This was my first time taking photos of aircrafts and I wish I studied the techniques a bit more before this event.</p>

<p>I do not know if I am attending another one in 2012 but if I am, I&#8217;m going to take lots of sunblock cream. I got sunburned pretty bad last Saturday.</p>

<p>There are more aircraft photos at my <a href="http://www.flickr.com/photos/tyoshida/sets/72157623383225142/">Flickr photo set</a>.</p>


<a href='http://takashiyoshida.org/?attachment_id=233' title='Singapore Air Show 2010-2010-02-06-2004'><img width="150" height="150" src="http://takashiyoshida.org/wp-content/uploads/2010/02/Singapore-Air-Show-2010-2010-02-06-2004-150x150.jpg" class="attachment-thumbnail" alt="Singapore Air Show 2010-2010-02-06-2004" title="Singapore Air Show 2010-2010-02-06-2004" /></a>
<a href='http://takashiyoshida.org/?attachment_id=274' title='Singapore Air Show 2010-2010-02-06-2395'><img width="150" height="150" src="http://takashiyoshida.org/wp-content/uploads/2010/02/Singapore-Air-Show-2010-2010-02-06-2395-150x150.jpg" class="attachment-thumbnail" alt="Singapore Air Show 2010-2010-02-06-2395" title="Singapore Air Show 2010-2010-02-06-2395" /></a>
<a href='http://takashiyoshida.org/?attachment_id=275' title='Singapore Air Show 2010-2010-02-06-2400'><img width="150" height="150" src="http://takashiyoshida.org/wp-content/uploads/2010/02/Singapore-Air-Show-2010-2010-02-06-2400-150x150.jpg" class="attachment-thumbnail" alt="Singapore Air Show 2010-2010-02-06-2400" title="Singapore Air Show 2010-2010-02-06-2400" /></a>
<a href='http://takashiyoshida.org/?attachment_id=276' title='Singapore Air Show 2010-2010-02-06-2421'><img width="150" height="150" src="http://takashiyoshida.org/wp-content/uploads/2010/02/Singapore-Air-Show-2010-2010-02-06-2421-150x150.jpg" class="attachment-thumbnail" alt="Singapore Air Show 2010-2010-02-06-2421" title="Singapore Air Show 2010-2010-02-06-2421" /></a>
<a href='http://takashiyoshida.org/?attachment_id=237' title='Singapore Air Show 2010-2010-02-06-2087'><img width="150" height="150" src="http://takashiyoshida.org/wp-content/uploads/2010/02/Singapore-Air-Show-2010-2010-02-06-2087-150x150.jpg" class="attachment-thumbnail" alt="Singapore Air Show 2010-2010-02-06-2087" title="Singapore Air Show 2010-2010-02-06-2087" /></a>
<a href='http://takashiyoshida.org/?attachment_id=241' title='Singapore Air Show 2010-2010-02-06-2177'><img width="150" height="150" src="http://takashiyoshida.org/wp-content/uploads/2010/02/Singapore-Air-Show-2010-2010-02-06-2177-150x150.jpg" class="attachment-thumbnail" alt="Singapore Air Show 2010-2010-02-06-2177" title="Singapore Air Show 2010-2010-02-06-2177" /></a>
<a href='http://takashiyoshida.org/?attachment_id=247' title='Singapore Air Show 2010-2010-02-06-2228'><img width="150" height="150" src="http://takashiyoshida.org/wp-content/uploads/2010/02/Singapore-Air-Show-2010-2010-02-06-2228-150x150.jpg" class="attachment-thumbnail" alt="Singapore Air Show 2010-2010-02-06-2228" title="Singapore Air Show 2010-2010-02-06-2228" /></a>
<a href='http://takashiyoshida.org/?attachment_id=264' title='Singapore Air Show 2010-2010-02-06-2336'><img width="150" height="150" src="http://takashiyoshida.org/wp-content/uploads/2010/02/Singapore-Air-Show-2010-2010-02-06-2336-150x150.jpg" class="attachment-thumbnail" alt="Singapore Air Show 2010-2010-02-06-2336" title="Singapore Air Show 2010-2010-02-06-2336" /></a>
<a href='http://takashiyoshida.org/?attachment_id=257' title='Singapore Air Show 2010-2010-02-06-2314'><img width="150" height="150" src="http://takashiyoshida.org/wp-content/uploads/2010/02/Singapore-Air-Show-2010-2010-02-06-2314-150x150.jpg" class="attachment-thumbnail" alt="Singapore Air Show 2010-2010-02-06-2314" title="Singapore Air Show 2010-2010-02-06-2314" /></a>

<img src="http://feeds.feedburner.com/~r/TakashiYoshidasBlog/~4/cAs6jkeSQ7Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://takashiyoshida.org/?feed=rss2&amp;p=287</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://takashiyoshida.org/?p=287</feedburner:origLink></item>
		<item>
		<title>My New Timbuk2 Bag?</title>
		<link>http://feeds.takashiyoshida.org/~r/TakashiYoshidasBlog/~3/cBMDy-B8UX8/</link>
		<comments>http://takashiyoshida.org/?p=231#comments</comments>
		<pubDate>Thu, 28 Jan 2010 14:11:35 +0000</pubDate>
		<dc:creator>Takashi Yoshida</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Bags]]></category>

		<guid isPermaLink="false">http://takashiyoshida.org/?p=231</guid>
		<description><![CDATA[Actually, it&#8217;s not my bag (yet). I am seriously thinking about ordering a MacBook Pro 13&#8243; and I thought it might be nice to get a bag to go with it. New fabrics from Timbuk2 are really nice and I just love trying different combinations of fabrics and customizing &#8220;my&#8221; bag. This is my current [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Actually, it&#8217;s not my bag (yet). I am seriously thinking about ordering a MacBook Pro 13&#8243; and I thought it might be nice to get a bag to go with it. New fabrics from <a href="http://www.timbuk2.com/tb2/products/home" title="Timbuk2 Bags - Timbuk2">Timbuk2</a> are really nice and I just love trying different combinations of fabrics and customizing &#8220;my&#8221; bag.</p>

<p>This is my current design that I really like. Maybe I will place an order for it after I get my MacBook Pro. Until then, I will playing around with the customization options.</p>

<p><img src="http://takashiyoshida.org/wp-content/uploads/2010/01/timbuk_2_laptop_messenger.png" alt="Timbuk 2 Laptop Messenger" /></p>
<img src="http://feeds.feedburner.com/~r/TakashiYoshidasBlog/~4/cBMDy-B8UX8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://takashiyoshida.org/?feed=rss2&amp;p=231</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://takashiyoshida.org/?p=231</feedburner:origLink></item>
		<item>
		<title>Moving Into A New Place</title>
		<link>http://feeds.takashiyoshida.org/~r/TakashiYoshidasBlog/~3/NA8aq4vrrV4/</link>
		<comments>http://takashiyoshida.org/?p=20#comments</comments>
		<pubDate>Wed, 16 Dec 2009 17:06:39 +0000</pubDate>
		<dc:creator>Takashi Yoshida</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://takashiyoshida.org/?p=20</guid>
		<description><![CDATA[I recently got a new slice (512MB RAM, 20GB disk, 200GB bandwidth) from Slicehost. With the new slice, I decided to start from scratch and I am now in the process of importing my old blog posts. Yes, I know I can do dump or import of old posts, but I want to start fresh [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I recently got a new slice (512MB RAM, 20GB disk, 200GB bandwidth) from <a href="http://www.slicehost.com/">Slicehost</a>. With the new slice, I decided to start from scratch and I am now in the process of importing my old blog posts.</p>

<p>Yes, I know I can do dump or import of old posts, but I want to start fresh so I will be uploading posts individually. You will see them by the end of this month.</p>
<img src="http://feeds.feedburner.com/~r/TakashiYoshidasBlog/~4/NA8aq4vrrV4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://takashiyoshida.org/?feed=rss2&amp;p=20</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://takashiyoshida.org/?p=20</feedburner:origLink></item>
		<item>
		<title>Working Around HTTP Test Issue in Go Programming Language</title>
		<link>http://feeds.takashiyoshida.org/~r/TakashiYoshidasBlog/~3/GNFtcVLRR0U/</link>
		<comments>http://takashiyoshida.org/?p=130#comments</comments>
		<pubDate>Mon, 30 Nov 2009 15:56:53 +0000</pubDate>
		<dc:creator>Takashi Yoshida</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://takashiyoshida.org/?p=130</guid>
		<description><![CDATA[This is just a note on installing/testing the Go Programming Language from Google. I followed the instructions from IT戦記 (in Japanese). According to the article, 早速 Go 言語を試してみる！, amachang reported that HTTP test failed. I also had the same test failure, but after I disabled the firewall temporarily and ran the test again, HTTP test [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This is just a note on installing/testing the <a href="http://golang.org/" title="The Go Programming Language">Go Programming Language</a> from Google. </p>

<p>I followed the instructions from <a href="http://d.hatena.ne.jp/amachang/" title="IT戦記">IT戦記</a> (in Japanese). According to the article, <a href="http://d.hatena.ne.jp/amachang/20091111/1257928890" title="早速 Go 言語を試してみる！">早速 Go 言語を試してみる！</a>, <a href="http://d.hatena.ne.jp/amachang/about" title="ブログ情報 - IT戦記">amachang</a> reported that HTTP test failed. I also had the same test failure, but after I disabled the firewall temporarily and ran the test again, HTTP test passed fine.</p>
<img src="http://feeds.feedburner.com/~r/TakashiYoshidasBlog/~4/GNFtcVLRR0U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://takashiyoshida.org/?feed=rss2&amp;p=130</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://takashiyoshida.org/?p=130</feedburner:origLink></item>
	</channel>
</rss>
