<?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>- - - - - - - - - M I C H A E L - C H I N E N - - - - - - -</title>
	<atom:link href="http://michaelchinen.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaelchinen.com</link>
	<description>yes</description>
	<lastBuildDate>Sat, 18 Feb 2012 10:02:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>The Class Class as an argument in objective C++</title>
		<link>http://michaelchinen.com/2012/02/16/the-class-class-as-an-argument-in-objective-c/</link>
		<comments>http://michaelchinen.com/2012/02/16/the-class-class-as-an-argument-in-objective-c/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 03:26:32 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[debugged]]></category>

		<guid isPermaLink="false">http://michaelchinen.com/?p=283</guid>
		<description><![CDATA[When you say the same word over and over it starts to become meaningless. Mix this together with metaclasses and reflection. Then take objective-C and add it to C++. You then have an objective-C @Class construct for forward declaration, the Class object, the NSObject class method, and the C++ class keyword. It was only a [...]]]></description>
		<wfw:commentRss>http://michaelchinen.com/2012/02/16/the-class-class-as-an-argument-in-objective-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>std::vector size() method and gotcha with unsigned vs signed</title>
		<link>http://michaelchinen.com/2012/02/01/stdvector-size-method-and-gotcha-with-unsigned-vs-signed/</link>
		<comments>http://michaelchinen.com/2012/02/01/stdvector-size-method-and-gotcha-with-unsigned-vs-signed/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 02:08:49 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[debugged]]></category>

		<guid isPermaLink="false">http://michaelchinen.com/?p=272</guid>
		<description><![CDATA[Guess who wins in signed vs unsigned integer conversion? I guessed wrong today, or rather, I&#8217;ve been assuming wrong for quite a while. consider this example: std::vector&#60;SomeClass*&#62; myVec; int countdown = -1; // ... (fill the vector) if (countdown &#60; myVec.size()) countdown++; // this will never get hit myVec.size() returns size_t, which is an unsigned [...]]]></description>
		<wfw:commentRss>http://michaelchinen.com/2012/02/01/stdvector-size-method-and-gotcha-with-unsigned-vs-signed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asia Computer Music Project</title>
		<link>http://michaelchinen.com/2012/01/18/asia-computer-music-project/</link>
		<comments>http://michaelchinen.com/2012/01/18/asia-computer-music-project/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 02:49:01 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://michaelchinen.com/?p=257</guid>
		<description><![CDATA[This conference, organized by the Asia Computer Music Project, which has the aim to bring the communities of computer music from Asian countries, was held on Dec 16-18, 2010, making this post exactly a month tardy. The conference was held by Tokyo Denki University, organized by Naotoshi Osaka, under whom I studied in 2006. I [...]]]></description>
		<wfw:commentRss>http://michaelchinen.com/2012/01/18/asia-computer-music-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>audio IO on the iPhone gotchas</title>
		<link>http://michaelchinen.com/2012/01/05/audio-io-on-the-iphone-gotchas/</link>
		<comments>http://michaelchinen.com/2012/01/05/audio-io-on-the-iphone-gotchas/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 11:21:18 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[debugged]]></category>

		<guid isPermaLink="false">http://michaelchinen.com/?p=245</guid>
		<description><![CDATA[This is a basic outline that I will expand on. I just finished debugging this stuff and want to write the main points before I forget my references and main issues. Summary: two basic gotchas of full duplex (record from mic and output to speaker) audio IO on the iphone that I ran into are: [...]]]></description>
		<wfw:commentRss>http://michaelchinen.com/2012/01/05/audio-io-on-the-iphone-gotchas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flash ios air certificate password issues</title>
		<link>http://michaelchinen.com/2011/10/21/flash-ios-air-certificate-password-issues/</link>
		<comments>http://michaelchinen.com/2011/10/21/flash-ios-air-certificate-password-issues/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 18:33:17 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[debugged]]></category>

		<guid isPermaLink="false">http://fuckingsound.com/?p=236</guid>
		<description><![CDATA[Today I had to publish an iOS app written in actionscript. There are a number of almost good guides like this one, which would be good if they just had more pictures.At first I used Flash Builder 4.5.1, which didn&#8217;t do the trick. I then used CS 5, and had everything building and running fine [...]]]></description>
		<wfw:commentRss>http://michaelchinen.com/2011/10/21/flash-ios-air-certificate-password-issues/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Berlin Japanese Music in Review</title>
		<link>http://michaelchinen.com/2011/10/09/berlin-japanese-music-in-review/</link>
		<comments>http://michaelchinen.com/2011/10/09/berlin-japanese-music-in-review/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 21:02:42 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fuckingsound.com/?p=229</guid>
		<description><![CDATA[After almost exactly two years, I&#8217;m moving out of Berlin, back to Hawaii before my probable return to Japan. When I first got here I didn&#8217;t know a single person. I came here expecting to work at my academic affiliation, but perhaps because of the school&#8217;s financial problems or the change in management upon my [...]]]></description>
		<wfw:commentRss>http://michaelchinen.com/2011/10/09/berlin-japanese-music-in-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Justin.tv desktop streaming in linux</title>
		<link>http://michaelchinen.com/2011/06/27/justin-tv-streaming-in-linux/</link>
		<comments>http://michaelchinen.com/2011/06/27/justin-tv-streaming-in-linux/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 19:16:32 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[debugged]]></category>

		<guid isPermaLink="false">http://fuckingsound.com/?p=215</guid>
		<description><![CDATA[There are really no good tutorials for this that I could find, so here&#8217;s a tutorial on how to get justin.tv up on ubuntu. This should work with other linux distros. Before you start calculating the millions you&#8217;ll be making from ad revenue, lets first get you working with a stream. Then you can broadcast [...]]]></description>
		<wfw:commentRss>http://michaelchinen.com/2011/06/27/justin-tv-streaming-in-linux/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Linux Audio Conference 2011</title>
		<link>http://michaelchinen.com/2011/05/25/linux-audio-conference-2011/</link>
		<comments>http://michaelchinen.com/2011/05/25/linux-audio-conference-2011/#comments</comments>
		<pubDate>Wed, 25 May 2011 14:50:27 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fuckingsound.com/?p=211</guid>
		<description><![CDATA[I did a performance a few weeks ago at the Linux Audio Conference in Maynooth, Ireland. I had no idea that the cars run their like in Japan &#8211; on the left side. I guess this is the urban equivalent of galapagos island evolutionary theory. The performance was done as a 4 hour long installation [...]]]></description>
		<wfw:commentRss>http://michaelchinen.com/2011/05/25/linux-audio-conference-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Workshop and Concert in the Netherlands</title>
		<link>http://michaelchinen.com/2011/04/09/workshop-and-concert-in-the-netherlands/</link>
		<comments>http://michaelchinen.com/2011/04/09/workshop-and-concert-in-the-netherlands/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 16:27:37 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fuckingsound.com/?p=207</guid>
		<description><![CDATA[Last month I did a concert in Den Haag at Loos Foundation. This was part of a series organized by Marie Guileray. Last year I did a concert there as a part of the Wonderwerp series, and the energy there was amazing, giving me one of the best memories I have of a performance. (I [...]]]></description>
		<wfw:commentRss>http://michaelchinen.com/2011/04/09/workshop-and-concert-in-the-netherlands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMB filesharing on mac (works with windows clients)</title>
		<link>http://michaelchinen.com/2010/12/24/smb-filesharing-on-mac-works-with-windows-clients/</link>
		<comments>http://michaelchinen.com/2010/12/24/smb-filesharing-on-mac-works-with-windows-clients/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 23:27:36 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[debugged]]></category>

		<guid isPermaLink="false">http://fuckingsound.com/?p=198</guid>
		<description><![CDATA[I have an old powerbook g4 (2004,) which was my main computer until last year. Apple products are expensive but I think it was pretty worth it&#8217;s money. Now I have a Core Duo (2006) macbook and a sweet homebrew core 2 quad pc whose main purpose in life is to fix audacity bugs on [...]]]></description>
		<wfw:commentRss>http://michaelchinen.com/2010/12/24/smb-filesharing-on-mac-works-with-windows-clients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

