<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>- - - - - - - - - M I C H A E L - C H I N E N - - - - - - -</title>
	<link>http://michaelchinen.com</link>
	<description>yes</description>
	<lastBuildDate>Sat, 18 Feb 2012 10:02:49 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress" -->

	<item>
		<title>The Class Class as an argument in objective C++</title>
		<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>
		<link>http://michaelchinen.com/2012/02/16/the-class-class-as-an-argument-in-objective-c/</link>
			</item>
	<item>
		<title>std::vector size() method and gotcha with unsigned vs signed</title>
		<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>
		<link>http://michaelchinen.com/2012/02/01/stdvector-size-method-and-gotcha-with-unsigned-vs-signed/</link>
			</item>
	<item>
		<title>Asia Computer Music Project</title>
		<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>
		<link>http://michaelchinen.com/2012/01/18/asia-computer-music-project/</link>
			</item>
	<item>
		<title>audio IO on the iPhone gotchas</title>
		<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>
		<link>http://michaelchinen.com/2012/01/05/audio-io-on-the-iphone-gotchas/</link>
			</item>
	<item>
		<title>flash ios air certificate password issues</title>
		<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>
		<link>http://michaelchinen.com/2011/10/21/flash-ios-air-certificate-password-issues/</link>
			</item>
	<item>
		<title>Berlin Japanese Music in Review</title>
		<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>
		<link>http://michaelchinen.com/2011/10/09/berlin-japanese-music-in-review/</link>
			</item>
	<item>
		<title>Justin.tv desktop streaming in linux</title>
		<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>
		<link>http://michaelchinen.com/2011/06/27/justin-tv-streaming-in-linux/</link>
			</item>
	<item>
		<title>Linux Audio Conference 2011</title>
		<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>
		<link>http://michaelchinen.com/2011/05/25/linux-audio-conference-2011/</link>
			</item>
	<item>
		<title>Workshop and Concert in the Netherlands</title>
		<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>
		<link>http://michaelchinen.com/2011/04/09/workshop-and-concert-in-the-netherlands/</link>
			</item>
	<item>
		<title>SMB filesharing on mac (works with windows clients)</title>
		<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>
		<link>http://michaelchinen.com/2010/12/24/smb-filesharing-on-mac-works-with-windows-clients/</link>
			</item>
</channel>
</rss>

