<?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>black★mage shooter &#187; Anime</title>
	<atom:link href="http://www.blkmage.net/section/anime/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blkmage.net</link>
	<description>ブラック★メイジシューター</description>
	<lastBuildDate>Fri, 27 Jan 2012 04:20:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Kenji the quantum computer, Part 2</title>
		<link>http://www.blkmage.net/2012/01/12/kenji-the-quantum-computer-part-2/</link>
		<comments>http://www.blkmage.net/2012/01/12/kenji-the-quantum-computer-part-2/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 03:41:29 +0000</pubDate>
		<dc:creator>blkmage</dc:creator>
				<category><![CDATA[Anime]]></category>
		<category><![CDATA[complexity theory]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[quantum computing]]></category>
		<category><![CDATA[shor's algorithm]]></category>

		<guid isPermaLink="false">http://www.blkmage.net/?p=1740</guid>
		<description><![CDATA[So back when I was moving in at the start of the school year, I decided to try out my BD player on my hot new Dell monitor. Since I didn&#8217;t want to take out my Kara no Kyoukai BDs from their box, I opted to crack open the cheap flimsy Summer Wars case and [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_2056" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.blkmage.net/wp-content/uploads/2011/12/shot0001.png" alt="" title="Shor's Algorithm" width="500" height="280" class="size-full wp-image-2056" /><p class="wp-caption-text">He will use this knowledge in less than 24 hours.</p></div>
<p>So back when I was moving in at the start of the school year, I decided to try out my BD player on my hot new Dell monitor. Since I didn&#8217;t want to take out my Kara no Kyoukai BDs from their box, I opted to crack open the cheap flimsy Summer Wars case and throw in the disc. I hadn&#8217;t actually tried playing it yet anyway. I opted to skip the OZ introduction and go straight to the opening. First of all, I was disappointed that Funimation set the credits in goddamn Arial. Seriously, what? I find it difficult to believe they didn&#8217;t have Helvetica already from one of countless projects they could&#8217;ve used it on already.</p>
<p>More importantly, Funimation translated the chapter title of the book that Kenji was reading on the train. It turns out he was reading about Shor&#8217;s Algorithm. Shor&#8217;s Algorithm is the quantum algorithm that can factor integers in polynomial time. I alluded to it when I <a href="http://www.blkmage.net/2011/03/14/the-1st-annual-%CF%80-day-anime-and-mathematics-lecture/">talked about Summer Wars and cryptography</a> a while back and now&#8217;s as good a time as ever to get into it, since, you know, this means Kenji really is a quantum computer and all.</p>
<p>In quantum computing, instead of dealing with bits that are 1s and 0s, we deal with quantum bits, or qubits, that are denoted $|1\rangle$ and $|0\rangle$. These are really just quantum states. Quantum states have interesting properties, the most famous of which is being in superposition. Essentially, what this means is that we can have qubits that are in a state where it represents 1 and 0 simultaneously.</p>
<p>This turns out to be a very neat property to have. If we&#8217;ve got $n$ qubits, then we&#8217;ve got like $2^n$ inputs simultaneously. That&#8217;s great, right? We can compute things exponentially fast now! Well, it turns out it isn&#8217;t that simple. </p>
<p>Suppose that we do end up running an algorithm or something on our $2^n$ states. What happens when we want an answer? Well, we measure the state. The problem with that is that on measuring a quantum state, you won&#8217;t get all $2^n$ results. You&#8217;ll only get one of those results with a certain probability. What&#8217;s more is that once you measure a quantum state, you&#8217;re stuck with whatever it gave you and you can&#8217;t go back and check for another result.</p>
<p>That is obviously no good, because we want not just any answer, but, you know, the <em>right</em> answer. So it looks like approaching our problem from the naive interpretation doesn&#8217;t seem to work. And in fact, that immediately tells us that quantum computers aren&#8217;t a magic bullet that can help us solve SAT in a reasonable amount of time.</p>
<p>What we can do is manipulate our resultant quantum state so that the actual correct result we want is the one with very, very high probability and reduce the probability of getting any of the other results to near-zero. Of course, the problem is that we don&#8217;t know which result is the correct one to begin with. It&#8217;s actually this exact hitch that prevents us from efficiently solving general NP-complete problems.</p>
<p>Luckily, if we want to factor some numbers, we can take advantage of this. We can reduce the problem of factoring any old number into prime factors to the problem of order finding, which I&#8217;d mentioned before. For an integer $N$, there&#8217;s another integer $m$ such that $k^m=1\bmod N$ and we call $m$ the order of $k$ in the integers modulo $N$.</p>
<p>So suppose we have $k\bmod N$ with order $m$ and we decide to keep on taking powers of it, like $k\bmod N,k^2\bmod N, k^3\bmod N$ and so on. Eventually, we&#8217;ll get up to $k^m\bmod N$, at which point, that&#8217;s just $1$ and we start our cycle over again. The thing to note here is that this sequence is finite and periodic, which narrows down what we have to search through.</p>
<p>So what do we do? We create a quantum state for our period that&#8217;s in a superposition over all the powers of $k$ in $\bmod N$. We don&#8217;t know what our period is (that&#8217;s what we&#8217;re trying to find), so we just choose a large enough one that our order will be in the period. Now, in order to find this order, we do some magic with a Quantum Fourier Transform.</p>
<p><em>What?</em></p>
<p>So I mentioned at the beginning that when we look at a quantum state in superposition, we can think of it as returning one of the possible states with a certain amount of probability. How the probabilities for these quantum states work is actually more complicated and it&#8217;s from this that we can massage an answer out of our magic quantum algorithm.</p>
<p>Quantum states have something called amplitudes, which are kind of like probabilities, except that amplitudes can be basically any complex number as long as all of the amplitudes $a_i$ for a quantum state satisfy $\sum|a_i|^2=1$. If we&#8217;re just measuring a quantum state, this really doesn&#8217;t change anything, we just get state $|i\rangle$ back with probability $|a_i|^2$. But when we&#8217;re manipulating quantum states, there&#8217;s more to the amplitudes to consider.</p>
<p>If we think about amplitudes in terms of waves, we can see that we can cancel waves out. For instance, the states $\alpha|1\rangle$ and $-\alpha|1\rangle$ have the same probability if we were to measure them (since $|\alpha|^2=|-\alpha|^2$), but if we put them together and add them, they&#8217;d cancel each other out. What&#8217;s more is that since amplitudes are complex numbers, so we can think of them as having a direction (like a vector on the complex plane) and we end up with weird stuff like having things partially cancel out.</p>
<p>So just like a regular Fourier transform extracts some information about frequencies from a sequence, we can use the Quantum Fourier Transform to extract some information about all of this amplitude stuff that we can&#8217;t see just by measuring the state. And this is exactly how we can manipulate our state so that it increases the probability of the answer we want when we go to measure it and depress the probabilities of all the other answers.</p>
<p>Now after rambling about amplitudes and Fourier transforms and orders, we should probably step back and see what we&#8217;ve done in perspective. What we have is a way to find the order $m$ of an element $k \bmod N$. Well, actually, we don&#8217;t even have that quite yet. What we get out of all of that quantum stuff is just some information about $m$ that we have to manipulate further, except we just do that with plain old number theory instead of quantum computation. But, what we&#8217;ve kind of stumbled through is kind of a vague description of Shor&#8217;s algorithm.</p>
<p>Like I mentioned in the first Summer Wars post, this is the only way we know of so far that lets us factor large numbers (especially the ones that are used in cryptography) within a feasible amount of time. Again, Kenji (or at least his brain) is basically a quantum computer. Coincidentally, I played around a bit with what the implications could be if our brains were quantum computers in <a href="http://www.blkmage.net/2011/11/23/fun-with-computer-science-in-kaiba/">an earlier post on Kaiba</a>.</p>
<p>But even if Kenji isn&#8217;t a quantum computer, he&#8217;s goddamn smart for a high school student. The theory behind the computing part of quantum computing is really just a ton of linear algebra, so an understanding of quantum mechanics isn&#8217;t really necessary (which is great, because I don&#8217;t know any of that crap). The quantum computing course that I took in my undergrad only had second year linear algebra as a formal prerequisite, but that was mainly to allow students from different departments to take it and also implies that you&#8217;ve got first and second year math down at the very least.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blkmage.net/2012/01/12/kenji-the-quantum-computer-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>12 Days XII: Make a contract with me and （ｒｙ</title>
		<link>http://www.blkmage.net/2011/12/25/12-days-xii-make-a-contract-with-me-and/</link>
		<comments>http://www.blkmage.net/2011/12/25/12-days-xii-make-a-contract-with-me-and/#comments</comments>
		<pubDate>Sun, 25 Dec 2011 05:00:34 +0000</pubDate>
		<dc:creator>blkmage</dc:creator>
				<category><![CDATA[Anime]]></category>
		<category><![CDATA[／人◕ ‿‿ ◕人＼]]></category>
		<category><![CDATA[12 days]]></category>
		<category><![CDATA[butch gen]]></category>
		<category><![CDATA[madoka magica]]></category>
		<category><![CDATA[magical girl]]></category>
		<category><![CDATA[shaft]]></category>

		<guid isPermaLink="false">http://www.blkmage.net/?p=1711</guid>
		<description><![CDATA[This show was made for me. I think that should be your sign that you won&#8217;t find a paean to the greatness of Madoka and why it is man&#8217;s greatest work. I mean, I was sold on the show already back when it was just &#8220;Shinbo makes an original anime&#8221;. That&#8217;s all it took. And [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1965" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.pixiv.net/member_illust.php?mode=medium&amp;illust_id=17950273"><img src="http://www.blkmage.net/wp-content/uploads/2011/12/madoka.jpeg" alt="" title="「魔法少女まどか☆マギカ」/「ゆーげん」" width="500" height="280" class="size-full wp-image-1965" /></a><p class="wp-caption-text">「魔法少女まどか☆マギカ」/「ゆーげん」</p></div>
<p>This show was made for me.</p>
<p>I think that should be your sign that you won&#8217;t find a paean to the greatness of Madoka and why it is man&#8217;s greatest work. </p>
<p>I mean, I was sold on the show already back when it was just &#8220;Shinbo makes an original anime&#8221;. That&#8217;s all it took.</p>
<p>And then it became &#8220;Shinbo makes an original magical girl anime&#8221; and I&#8217;m like, whoa, even better. I mean, I liked Nanoha. More of that? Yes, please.</p>
<p>And then it became &#8220;Shinbo makes an original magical girl anime with character designs by Ume Aoki, music by Yuki Kajiura, and script by Urobuchi Gen&#8221;. By this point I&#8217;d gone nuts. Magical girls! Designed by Ume-tentei! I mean, yeah, Kajiura and Urobuchi were kinda weird choices for a wide face magical girl show, but still, they&#8217;re great too. This will be amazing!</p>
<p>And then the characters! The character designs! Aoi Yuuki! Friggin Chiwa Saitou voicing mahou shoujo Senjougahara. Mizuhashi Kaori voicing a magical girl WITH GUNS. KitaEri voicing swords girl. An adorable mascot character!</p>
<p>If the anime that we got was the anime that was presented through only these CMs, I would have been ready to call it anime of the year already.</p>
<p>And then the actual first episode happened. I watched most of the episode going THIS IS AMAZING and then we get to the witch barrier. </p>
<p>FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF</p>
<p><em>And then</em> Mami comes with her Gate of Babylon and her GUNS.</p>
<p>I mean, you can probably imagine my mental state as I wait for each week of this cartoon. And so this goes on and I flip out each week and once episode 3 rolls around I go, screw this, I&#8217;ll just watch the live stream.</p>
<p>Yes, I watched episode 3 raw when it aired.</p>
<p><strong>FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF</strong></p>
<p>And of course, each week while I&#8217;m watching this, I just send my friend a series of FFFFFFFFFFFFFFFFFFFFs.</p>
<p>And then we get to episode 10. I don&#8217;t know if it was apparent, but my favourite character is Homura, probably largely because Senjougahara is one of my favouritest characters. So yeah, we get to episode 10 and this is the best anime of the year and possibly of all years.</p>
<p>The end.</p>
<p>Yes, I know a lot of people have problems with it and a lot of what people have said about the show is pretty hyperbolic. Maybe there it does strain itself in trying to be deep and all. Maybe the characters weren&#8217;t amazing. I will admit that it very likely is not the best anime ever. </p>
<p>But I don&#8217;t think there&#8217;s been an anime that has been quite so attuned to my brain. And that is why I love it so.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blkmage.net/2011/12/25/12-days-xii-make-a-contract-with-me-and/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>12 Days XI: Zettai Unmei Seizon Senryaku</title>
		<link>http://www.blkmage.net/2011/12/24/12-days-xi-zettai-unmei-seizon-senryaku/</link>
		<comments>http://www.blkmage.net/2011/12/24/12-days-xi-zettai-unmei-seizon-senryaku/#comments</comments>
		<pubDate>Sat, 24 Dec 2011 05:00:11 +0000</pubDate>
		<dc:creator>blkmage</dc:creator>
				<category><![CDATA[Anime]]></category>
		<category><![CDATA[mawaru penguindrum]]></category>
		<category><![CDATA[star driver]]></category>
		<category><![CDATA[survival strategy]]></category>
		<category><![CDATA[utena]]></category>

		<guid isPermaLink="false">http://www.blkmage.net/?p=1839</guid>
		<description><![CDATA[Yeah, I made the same joke last year. But who would&#8217;ve thought that we&#8217;d get two Utena derived shows within a year? Certainly not me. But yes, Mawaru Penguindrum is a show that has penguins in it. It&#8217;s fascinating how different Penguindrum is from Star Driver but still manage to be so heavily evocative of [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_2032" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.pixiv.net/member_illust.php?mode=medium&amp;illust_id=23312423"><img src="http://www.blkmage.net/wp-content/uploads/2011/12/penguins1.jpeg" alt="" title="「little world」/「momoc」" width="500" height="280" class="size-full wp-image-2032" /></a><p class="wp-caption-text">「little world」/「momoc」</p></div>
<p>Yeah, I made the same joke last year. But who would&#8217;ve thought that we&#8217;d get <em>two</em> Utena derived shows within a year? Certainly not me.</p>
<p>But yes, Mawaru Penguindrum is a show that has penguins in it.</p>
<p>It&#8217;s fascinating how different Penguindrum is from Star Driver but still manage to be so heavily evocative of Utena. Having Penguindrum as a comparison, I realized that there really was no reason to expect that Star Driver would make as many callbacks to Utena as it does. I mean, it&#8217;s not like Igarashi and Enokido hadn&#8217;t worked on stuff together before.</p>
<p>Like Star Driver, Penguindrum exudes its own sense of style. In Star Driver, a lot of that is constrained to the more fantastical parts of the show, like whenever we&#8217;re dealing with Cybodies and the Glittering Crux. There&#8217;s no such separation in Penguindrum. Even in the real world, the architecture and shots of the locations are still really surreal. So while in Star Driver, there&#8217;s a clear delineation between real and fantasy, we&#8217;re often left wondering which is which in Penguindrum.</p>
<p>And the penguins don&#8217;t help very much in this department either.</p>
<p>Looking back at Star Driver, there actually isn&#8217;t that much weird stuff going on during the school life section of each episode. I mean, yes, weird events happen and all, but what you saw was pretty much what happened. In Utena, weird things where we&#8217;re not really sure how to take happen in the school life parts, which is the route that Penguindrum takes.</p>
<p>Structurally, Star Driver resembles Utena much more because of the clearly defined events that take place in each episode. On occasion, we&#8217;ll be missing, say, a song or something but for the most part, we know how each episode goes down. Penguindrum is not very repetitive at all, at least not in how each episode goes. Yeah, there&#8217;s SEIZON SENRYAKU, but those are really more diversions than a shadow play and then ZETTAI UNMEI MOKUSHIROKU followed by a substantial duel or APPRIVOISE followed by GINGA BISHOUNEN and a substantial duel.</p>
<p>Of course, all three still make use of visual symbols and phrases and keep on repeating them a lot. The obvious messages are pretty obvious because they&#8217;re shoved in front of you, but it just sort of piles on to you to the point that there are probably some other messages hidden under this mound of symbols you&#8217;ve suddenly got. I mean, every goddamn thing that shows up on the screen or uttered by anyone is probably a symbol. Has anyone dissected the Triple-H/ARB songs yet?</p>
<p>Penguindrum also differs from Utena and Star Driver by not being about a prince who strolls into town and upsets the establishment trying to revolutionize the world. Certainly, we&#8217;ve got our shadowy cabal trying to revolutionize the world, but it&#8217;s really more about two brothers trying to save their sister, which is much less grand. Of course, the penguins would probably deflate any sense of awe pretty quickly.</p>
<p>Not that I don&#8217;t appreciate the penguins. I think they&#8217;re an awesome part of the show. It&#8217;s an interesting way of adding another layer to all of those symbols we&#8217;re buried under, in that they supposedly are reflective of the state of mind of the characters they shadow. More importantly, their antics are just plain enjoyable and the show would be much more depressing without them.</p>
<p>Does the choice of penguins mean anything or does Ikuhara just really, really like them? It is a mystery.</p>
<p>Man, I wish I had a penguin that mirrored my internal thoughts and did errands for me and was invisible to everyone except me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blkmage.net/2011/12/24/12-days-xi-zettai-unmei-seizon-senryaku/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>12 Days VIII: Actually, I don&#8217;t think I quite caught the bunny allusion</title>
		<link>http://www.blkmage.net/2011/12/21/12-days-viii-actually-i-dont-think-i-quite-caught-the-bunny-allusion/</link>
		<comments>http://www.blkmage.net/2011/12/21/12-days-viii-actually-i-dont-think-i-quite-caught-the-bunny-allusion/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 05:00:06 +0000</pubDate>
		<dc:creator>blkmage</dc:creator>
				<category><![CDATA[Anime]]></category>
		<category><![CDATA[manga]]></category>
		<category><![CDATA[usagi drop]]></category>
		<category><![CDATA[what ending]]></category>

		<guid isPermaLink="false">http://www.blkmage.net/?p=1847</guid>
		<description><![CDATA[Single dad manga? Why not? Yotsuba&#038;!&#8217;s great! I don&#8217;t know whether there&#8217;s much I can add about Usagi Drop. The whole thing is fairly straightforward. It&#8217;s a great story about a guy who ends up having to look after a kid all of a sudden and gets into the ups and downs and details of [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1894" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.pixiv.net/member_illust.php?mode=medium&amp;illust_id=21047247"><img src="http://www.blkmage.net/wp-content/uploads/2011/12/usagi.jpeg" alt="" title="「うさぎドロップ」/「ゆーた」" width="500" height="280" class="size-full wp-image-1894" /></a><p class="wp-caption-text">「うさぎドロップ」/「ゆーた」</p></div>
<p>Single dad manga? Why not? Yotsuba&#038;!&#8217;s great!</p>
<p>I don&#8217;t know whether there&#8217;s much I can add about Usagi Drop. The whole thing is fairly straightforward. It&#8217;s a great story about a guy who ends up having to look after a kid all of a sudden and gets into the ups and downs and details of it. I&#8217;m sure we&#8217;ve all been told that raising a kid is hard and doubly so if you&#8217;re the only doing it. Although I guess Daikichi lucked the hell out because Rin is probably the best kid you could hope for.</p>
<p>Okay, maybe I can say something about the much more contentious second half of the story, in which Rin is no longer an adorable child but is a teenager. The immediate reaction is &#8220;NOOOO why can&#8217;t Usagi Drop be about Daikichi taking care of little Rin forever?&#8221; but you know, it doesn&#8217;t work like that. Kids grow up and parents should get a chance to feel proud if their kids turn out to be decent human beings, which Rin is in spades.</p>
<p>But also important is that it has some loose threads that need to be resolved. Does anything end up happening between Rin and her mother? Do Daikichi and Kouki&#8217;s mom get together? Or do Rin and Kouki get together? I&#8217;d imagine a ton of people were interested in seeing how the last two questions get answered. Which of course leads us to the ending.</p>
<p>I&#8217;ve already <a href="http://www.blkmage.net/2011/08/12/brian-mulroney-on-the-usagi-drop-ending/">talked about the ending</a> and I&#8217;ve tried to understand where it came from. So a lot of people are pissed at the ending because it&#8217;s weird as hell and came out of nowhere. But more importantly, it was basically a punch in the gut for everyone who was waiting on those last two questions because it basically resolved the &#8220;problem&#8221; (because if you think about it, you can&#8217;t really have both happen) in the worst way imaginable.</p>
<p>Really, that&#8217;s the only snag of the entire thing and I&#8217;ll admit it&#8217;s a pretty big one. One of the great things about Usagi Drop is its realism and believability, which this development was not. Of course, this is only a concern if you&#8217;re at all interested in the manga. If your only desire is to remain in bliss solely in the realm of a guy tries to raise a kid without knowing how, then stick to the anime and the first half of the manga, which is the most adorable thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blkmage.net/2011/12/21/12-days-viii-actually-i-dont-think-i-quite-caught-the-bunny-allusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>12 Days VII: I want to be a superhero</title>
		<link>http://www.blkmage.net/2011/12/20/12-days-vii-i-want-to-be-a-superhero/</link>
		<comments>http://www.blkmage.net/2011/12/20/12-days-vii-i-want-to-be-a-superhero/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 05:00:30 +0000</pubDate>
		<dc:creator>blkmage</dc:creator>
				<category><![CDATA[Anime]]></category>
		<category><![CDATA[butch gen]]></category>
		<category><![CDATA[fate/zero]]></category>
		<category><![CDATA[light novel]]></category>
		<category><![CDATA[unlimited ideal works]]></category>

		<guid isPermaLink="false">http://www.blkmage.net/?p=1707</guid>
		<description><![CDATA[The first time I read Fate/Zero, I got through about half of the prologue before forgetting about it. That was before I read Fate/stay night. One of the great things about Fate/Zero is that the particular Holy Grail War it covers is serious business. Instead of having a bunch of high school students kind of [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1915" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.pixiv.net/member_illust.php?mode=medium&amp;illust_id=5337589"><img src="http://www.blkmage.net/wp-content/uploads/2011/12/zero.jpeg" alt="" title="「Mage Killer」/「三輪」" width="500" height="280" class="size-full wp-image-1915" /></a><p class="wp-caption-text">「Mage Killer」/「三輪」</p></div>
<p>The first time I read Fate/Zero, I got through about half of the prologue before forgetting about it. That was before I read Fate/stay night.</p>
<p>One of the great things about Fate/Zero is that the particular Holy Grail War it covers is serious business. Instead of having a bunch of high school students kind of flail about, you have some powerful magi all scheming against each other. These dudes know what they&#8217;re doing. And actually, that all of these guys basically off each other one way or another kind of explains why we&#8217;re left with high school students ten years later.</p>
<p>The main draw of Fate/zero for me has always been that I&#8217;d heard it&#8217;s particularly brutal and that there was a magus going around ruining everyone with the help of modern technology. After reading Fate/stay night, Kiritsugu&#8217;s character became much, much more interesting. As much as people seem to think that Rider is the best (and I&#8217;ll admit he is pretty fantastic), Kiritsugu has always been the most compelling character to me.</p>
<p>Those who are familiar with Fate/ will know that it&#8217;s all about dealing with ideals, whether it&#8217;s defending your ideals, sorting out your ideals, or having your ideals challenged. It&#8217;s kind of an easy subject to bring up when fighting for the Holy Grail. Fate/stay night is essentially about Shirou sorting out his ideals. In Fate/zero, we have Kiritsugu, who has the same ideals as Shirou, but ends up choosing a vastly different way of realizing them.</p>
<p>This combined with the high calibre of opponents means that there is a ton of cool stuff that goes down in this story. The fact that these are people prepared for the Grail War and not high school students not only means that their fights are better just because they&#8217;re better, but they&#8217;re also much better prepared. Calling the Grail War a war in Fate/stay night always seemed a bit silly to me, but in Fate/zero, I think there are enough casualties and heavy weaponry to justify it.</p>
<p>Of course, that&#8217;s all after I went through Fate/stay night. So what drove me to try and read the books the first time? Well, I&#8217;d just finished playing Saya no Uta at the time. Saya no Uta probably remains one of the most horrifying and disturbing things I&#8217;ve read. So obviously, I was looking for more in that vein and found this light novel that the same guy wrote.</p>
<p>On the physical horror front, I think Team Caster&#8217;s got it covered. In terms of emotional despair, we&#8217;ve got everyone else who&#8217;s connected to the events of Fate/stay night. It&#8217;s mentioned somewhere in the notes of the first volume that there is basically no happy ending for Fate/zero given what we know plays out in Fate/stay night. Basically, everyone involved bets the house on winning the Grail and ends up ruining their childrens&#8217; lives in the process.</p>
<p>It&#8217;s going to be a long three months once the first half of Fate/zero is finished. I guess there&#8217;s uncensored Team Caster fun times to look forward to in March, though.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blkmage.net/2011/12/20/12-days-vii-i-want-to-be-a-superhero/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>12 Days VI: http://www.johntitor.com</title>
		<link>http://www.blkmage.net/2011/12/19/12-days-vi-httpwww-johntitor-com/</link>
		<comments>http://www.blkmage.net/2011/12/19/12-days-vi-httpwww-johntitor-com/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 05:00:34 +0000</pubDate>
		<dc:creator>blkmage</dc:creator>
				<category><![CDATA[Anime]]></category>
		<category><![CDATA[12 days]]></category>
		<category><![CDATA[steins;gate]]></category>
		<category><![CDATA[the internet before memes]]></category>

		<guid isPermaLink="false">http://www.blkmage.net/?p=1985</guid>
		<description><![CDATA[Even though the track record for anime adaptations of Nitro+ games has been abysmal, I couldn&#8217;t help but hope that Steins;Gate would turn out well. After all, it&#8217;s the best visual novel ever or something according to Japan. And if it didn&#8217;t pan out, I guess I&#8217;d just fall back on the visual novel with [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1986" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.pixiv.net/member_illust.php?mode=medium&#038;illust_id=19571291"><img src="http://www.blkmage.net/wp-content/uploads/2011/12/steins.jpeg" alt="" title="「シュタインズゲート・瓦礫と助手」/「huke」" width="500" height="280" class="size-full wp-image-1986" /></a><p class="wp-caption-text">「シュタインズゲート・瓦礫と助手」/「huke」</p></div>
<p>Even though the track record for anime adaptations of Nitro+ games has been abysmal, I couldn&#8217;t help but hope that Steins;Gate would turn out well. After all, it&#8217;s the best visual novel ever or something according to Japan. And if it didn&#8217;t pan out, I guess I&#8217;d just fall back on the visual novel with huke&#8217;s pretty art.</p>
<p>And as I was watching it, I thought it was pretty funny and all. I was still trying to figure out why Japan loved this thing so much. It wasn&#8217;t until someone mentioned something about 2ch jokes that I think I got it.</p>
<p>So I&#8217;d known that Steins;Gate was about time travel, based on the synopsis. What I didn&#8217;t know was that the story was basically based on the John Titor story. And it the connection wasn&#8217;t superficial either. It wasn&#8217;t just, there&#8217;s a guy calling himself John Titor from the future on 2ch. A lot of details, like the IBM 5100 and the mechanics of time travel and divergence numbers, are taken straight from the story. You can think of Steins;Gate as one giant John Titor reference.</p>
<p>This is fascinating to me, because even though I&#8217;m not intimately familiar with the details of the John Titor story, I&#8217;ve been on the Internet long enough to remember this whole thing. It&#8217;s kind of weird to see something that was sort of the early-web version of an internet meme be used as the skeleton of a more fleshed-out story. I guess something like Densha Otoko would qualify as well, but I think there&#8217;s a lot less you can do with it to make something unique like Steins;Gate.</p>
<p>This whole aspect of Steins;Gate got me because I am a nerd and nerds friggin love references. I mean, look at any Shaft anime. But yes, Steins;Gate has tons of references and where there aren&#8217;t any, it&#8217;ll just create memes. For the most part, these references are all internet memes. If it&#8217;s not part of the John Titor mythos, they&#8217;ll be working in a 2ch meme. And then there&#8217;s stuff like EL PSY CONGROO and tutturu~ which seems like it was designed to be spammed across the internet.</p>
<p>The characters themselves are exactly the same kinds of people. After all, they encounter John Titor on 2ch. What kind of people read and post on 2ch? Daru and Okarin are really obvious otaku. But Mayuri seems relatively normal, except that she works at a maid cafe in Akiba and buys doujin at Toranoana. Okay. Even the most respectable and well-adjusted of the cast, Kurisu-TINA, is a closet VIPPER.</p>
<p>So I guess what&#8217;s special about Steins;Gate isn&#8217;t that it&#8217;s just a good story about a bunch of friends who fall into some time travel conspiracy. It&#8217;s that it&#8217;s a good story about a bunch of friends who are just like the people watching it who fall into a time travel conspiracy based on an internet urban legend.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blkmage.net/2011/12/19/12-days-vi-httpwww-johntitor-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>12 Days V: The flower spreading throughout the land</title>
		<link>http://www.blkmage.net/2011/12/18/12-days-v-the-flower-spreading-throughout-the-land/</link>
		<comments>http://www.blkmage.net/2011/12/18/12-days-v-the-flower-spreading-throughout-the-land/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 05:00:31 +0000</pubDate>
		<dc:creator>blkmage</dc:creator>
				<category><![CDATA[Anime]]></category>
		<category><![CDATA[heatcatch precure]]></category>
		<category><![CDATA[magical girl]]></category>
		<category><![CDATA[pretty cure]]></category>
		<category><![CDATA[subversion of subversion of magical girl]]></category>

		<guid isPermaLink="false">http://www.blkmage.net/?p=1709</guid>
		<description><![CDATA[I&#8217;d been hearing about how awesome Heartcatch Precure was so I&#8217;d always intended to eventually watch it. The art was fantastic and I&#8217;d seen some great clips of the fights. The problem is that when I found out about it, it was already really far into the 50 or so episodes. So once I got [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1918" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.pixiv.net/member_illust.php?mode=medium&#038;illust_id=16278959"><img src="http://www.blkmage.net/wp-content/uploads/2011/12/heartcatch.png" alt="" title="「一面の花」/「k野」" width="500" height="280" class="size-full wp-image-1918" /></a><p class="wp-caption-text">「一面の花」/「k野」</p></div>
<p>I&#8217;d been hearing about how awesome Heartcatch Precure was so I&#8217;d always intended to eventually watch it. The art was fantastic and I&#8217;d seen some great clips of the fights. The problem is that when I found out about it, it was already really far into the 50 or so episodes. So once I got a ton of time after I graduated and was looking for a show to watch, I figured it was time. After all, I rolled through Cardcaptor Sakura pretty quickly.</p>
<p>I&#8217;ve been thinking about whether I&#8217;d put Heartcatch at the top of my magical girl list, but I think it ends up coming second to Cardcaptor Sakura. Still, this means I think that Heartcatch is pretty damned good. I think it&#8217;s a better magical girl show than Madoka or Nanoha and I friggin love those two shows. </p>
<p>What makes Heartcatch so great is that it&#8217;s just good. It has a great cast of characters, the story is wonderful, and the production is stellar. Most importantly, it&#8217;s just a magical girl show. It isn&#8217;t magical girl with lasers. It isn&#8217;t magical girl with zombies. It is what it is and it stands toe to toe with all of those magical girl and x shows, where x is something that makes it more palatable to people who need an excuse for why they&#8217;re watching shows for little girls. </p>
<p>And Heartcatch is girly as hell. Yeah, the Cures might be throwing some punches around, but the show is tripping flowers and fashion. You can attempt to reframe Nanoha as scifi and talk about intelligent devices and stuff, but the Cures spray perfume to transform. At this point, Nanoha&#8217;s pretty much decked out in mecha gear in Force. Meanwhile, this is a show with tambourines and those spinny things that look way too much like their only function is to sell toys. </p>
<p>There&#8217;s also the characters&#8217; boundless optimism and energy. There isn&#8217;t anything that&#8217;s especially dark about is show, even the villains are kind of goofy. Everyone&#8217;s got dreams and everyone&#8217;s fighting to protect their dreams and it&#8217;s terrible that villains use the uncertainty in people&#8217;s hearts against them. Here, the objective isn&#8217;t to seal away some rogue magics or befriend the opposition with lasers, but to restore people&#8217;s hearts.</p>
<p>The other Precure series are going to have a tough time measuring up to the Heartcatch bar, but I hope they do.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blkmage.net/2011/12/18/12-days-v-the-flower-spreading-throughout-the-land/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>12 Days IV: Robots standing stoically, crossing their arms</title>
		<link>http://www.blkmage.net/2011/12/17/12-days-iv-robots-standing-stoically/</link>
		<comments>http://www.blkmage.net/2011/12/17/12-days-iv-robots-standing-stoically/#comments</comments>
		<pubDate>Sat, 17 Dec 2011 05:00:49 +0000</pubDate>
		<dc:creator>blkmage</dc:creator>
				<category><![CDATA[Anime]]></category>
		<category><![CDATA[bun guster]]></category>
		<category><![CDATA[diebuster]]></category>
		<category><![CDATA[gunbuster]]></category>

		<guid isPermaLink="false">http://www.blkmage.net/?p=1841</guid>
		<description><![CDATA[It&#8217;s quite illuminating to watch Gunbuster and recognize things that I&#8217;ve seen before scattered throughout so many shows just because they decided to pay an homage to this. The obvious case is Gurren Lagann, where certain little things are straight up ripped out from this show. Another case would be Lucky Star&#8217;s Bun Guster track. [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1911" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.pixiv.net/member_illust.php?mode=medium&#038;illust_id=1673919"><img src="http://www.blkmage.net/wp-content/uploads/2011/12/gunbuster.jpeg" alt="" title="「ガンバスター」/「タガナー」" width="500" height="280" class="size-full wp-image-1911" /></a><p class="wp-caption-text">「ガンバスター」/「タガナー」</p></div>
<p>It&#8217;s quite illuminating to watch Gunbuster and recognize things that I&#8217;ve seen before scattered throughout so many shows just because they decided to pay an homage to this. The obvious case is Gurren Lagann, where certain little things are straight up ripped out from this show. Another case would be Lucky Star&#8217;s Bun Guster track. At many of these points, it was like a light flipped on in my head and I went <em>ohhhhhhhhhhhh</em>.</p>
<p>What&#8217;s more impressive is that even though this is one of the oldest shows I&#8217;ve watched, it still felt new. It was kind of like when I watched Utena for the first time. In this case, the time dilation stuff added a really interesting dimension to the entire plot. While Gurren Lagann relies on physical size alone to give it that grand sense of scale, here, time and distance are used as well. It&#8217;s not on the same scale physically, but it definitely matches in the sort of awe you feel when you watch it.</p>
<p>This all makes Diebuster quite interesting as well. While it&#8217;s a &#8220;sequel&#8221;, it feels very different. There are some callbacks and some of the same themes, but it&#8217;s largely doing its own thing. I spent a lot of time trying to figure it out and how it connected to Gunbuster but it just ended up giving me all the answers I was looking for. I don&#8217;t think there was the same sort of awe as when I watched Gunbuster, but it was more like &#8216;wow, that&#8217;s pretty neat&#8217;.</p>
<p>But comparing these two to Gurren Lagann makes their similarities a lot more apparent. Both are about a girl who look up to a girl who&#8217;s very successful as their role model. Both of them eventually surpass their role model and achieve their dreams through hard work and guts. And then both of them save the world together with the mentor they&#8217;ve surpassed.</p>
<p>Watching these was kind of exciting because everyone loves Gurren Lagann and the question is whether Gainax will be able to top it. I imagine everyone who watched Gunbuster and Diebuster must&#8217;ve thought the same thing, that surely they can&#8217;t top THIS. I&#8217;m glad that they&#8217;ve proven us wrong twice now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blkmage.net/2011/12/17/12-days-iv-robots-standing-stoically/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>12 Days III: Peaceful island, serene man</title>
		<link>http://www.blkmage.net/2011/12/16/12-days-iii-peaceful-island-serene-man/</link>
		<comments>http://www.blkmage.net/2011/12/16/12-days-iii-peaceful-island-serene-man/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 05:00:19 +0000</pubDate>
		<dc:creator>blkmage</dc:creator>
				<category><![CDATA[Anime]]></category>
		<category><![CDATA[durarara!!]]></category>
		<category><![CDATA[IIIIIIZAAAAYAAAAAA]]></category>
		<category><![CDATA[light novel]]></category>

		<guid isPermaLink="false">http://www.blkmage.net/?p=1684</guid>
		<description><![CDATA[I&#8217;d planned to write about Durarara!! during the whole twelve days of anime thing, but I dropped it at the last minute to make room for Utena and Star Driver. But now, you&#8217;re going, wait a second, there was no Durarararararara!! this year, how can it be a special moment in anime for this year? [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1903" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.pixiv.net/member_illust.php?mode=medium&amp;illust_id=10575231"><img src="http://www.blkmage.net/wp-content/uploads/2011/12/drrr.jpeg" alt="" title="「静雄無双」/「巖本英利/旧PNス・タンリー」" width="500" height="280" class="size-full wp-image-1903" /></a><p class="wp-caption-text">「静雄無双」/「巖本英利/旧PNス・タンリー」</p></div>
<p>I&#8217;d planned to write about Durarara!! during the whole twelve days of anime thing, but I dropped it at the last minute to make room for Utena and Star Driver. But now, you&#8217;re going, wait a second, there was no Durarararararara!! this year, how can it be a special moment in anime for this year?</p>
<p>Well, you see, it turns out a chunk of the light novels was decently far along. I went through books four through six, which, if we allow ourselves to dream a bit, would correspond to the second season. I liked the anime, but I think everyone is in agreement that the second half is weaker, although whether it was still good or terrible is up for debate. The nice thing about the three books immediately after is that the focus is not on Anri or Kida, so you won&#8217;t have to worry about them being a downer in your anime about crazy and exciting things in the big city.</p>
<p>So it should please everyone that a second season of the anime focuses much, much more heavily on everyone&#8217;s favourite really angry guy, Heiwajima Shizuo. The fourth book goes back to the Durarara/Baccano standard of telling a story with about a thousand different threads somehow coming together at the end. The fifth and sixth books form one story in which Shizuo is the focus in the same way that Mikado, Anri, and Kida were the main characters of their respective arcs. We&#8217;ll also see some familiar faces. An interesting thing about the fourth book is the return of some characters that you may or may not remember and the introduction of several new ones.</p>
<p>Shizuo was a really great side character before. He shows up, gets trolled by Izaya, and proceeds to destroy things, usually with other things. The focus that books 5 and 6 puts on him is great because it develops him from the guy that can be described by the previous sentence into a legitimate badass. I feel like he&#8217;s always been thoughtful and that his only real problem is getting pissed off really easily, so I enjoyed watching him put his talents to use in a more focused way.</p>
<p>The thing that I enjoy about Ryohgo Narita&#8217;s stuff is his ability to launch a million seemingly unrelated characters and plot threads and be able to tie them together. The one-volume version of that is very neat to read through, but I have a feeling that there&#8217;s some longer term stuff that he&#8217;s set up in the early books that will come back in a big way and there are already hints of that at the end of the sixth book. This isn&#8217;t unlike the Haruhi series, where seemingly inconsequential details come back later in an earthshattering way, although, here the pieces are bigger, I guess.</p>
<p>Really looking forward to that second season.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blkmage.net/2011/12/16/12-days-iii-peaceful-island-serene-man/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>12 Days II: My body is lady</title>
		<link>http://www.blkmage.net/2011/12/15/12-days-ii-my-body-is-lady/</link>
		<comments>http://www.blkmage.net/2011/12/15/12-days-ii-my-body-is-lady/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 05:00:36 +0000</pubDate>
		<dc:creator>blkmage</dc:creator>
				<category><![CDATA[Anime]]></category>
		<category><![CDATA[12 days]]></category>
		<category><![CDATA[hourou musuko]]></category>
		<category><![CDATA[manga]]></category>
		<category><![CDATA[not an im@s post]]></category>

		<guid isPermaLink="false">http://www.blkmage.net/?p=1843</guid>
		<description><![CDATA[The main problem for the characters is some variation of that, isn&#8217;t it? Anime is full of traps and when you sit back and think about it, it&#8217;s kind of like, wow, they&#8217;re everywhere, aren&#8217;t they? Which, if you think about it, is kind of strange that Hourou Musuko feels so different from everything else. [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1951" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.pixiv.net/member_illust.php?mode=medium&amp;illust_id=17825503"><img src="http://www.blkmage.net/wp-content/uploads/2011/12/hourou.jpeg" alt="" title="「ありがとう放浪息子」/「神田川」" width="500" height="280" class="size-full wp-image-1951" /></a><p class="wp-caption-text">「ありがとう放浪息子」/「神田川」</p></div>
<p>The main problem for the characters is some variation of that, isn&#8217;t it?</p>
<p>Anime is full of traps and when you sit back and think about it, it&#8217;s kind of like, wow, they&#8217;re everywhere, aren&#8217;t they? Which, if you think about it, is kind of strange that Hourou Musuko feels so different from everything else. I mean, it&#8217;s an anime about traps.</p>
<p>An easy description of Hourou Musuko would be that it&#8217;s about gender and sexual identity and it does it realistically, unlike the usual fetish or comedy treatment. But what&#8217;s more interesting isn&#8217;t just that it examines these things in a realistic and mature manner, but that it starts from square one. These are <em>children</em> that are dealing with these things.</p>
<p>So we have these kids and we&#8217;re watching them struggle with it on their own. If they&#8217;re lucky, they meet someone to struggle along with. Maybe they&#8217;re doing okay for a while. Suddenly, things change, and they&#8217;re in middle school and have a whole new slew of bullshit to worry about. There&#8217;s never really any rest from these things, there are no answers and the kids just have to keep on growing up and dealing with crap that comes their way.</p>
<p>That the anime chose to focus on the middle school parts was something I found kind of unfortunate. Yeah, it&#8217;s really exciting that there&#8217;s a ton of relationship drama here, but I thought a nice thing about Hourou Musuko was that it took the time to take a look at the slower parts of the characters&#8217; lives as well. Of course, it worked out that the particular slice that they chose to animate has some sort of closure, so that was nice. But just like how the manga starts long before the anime does, now the manga has gone beyond where the anime ends and everyone&#8217;s in high school.</p>
<p>Just like with Usagi Drop, we&#8217;ve had our fun times watching these kids grow up, but that&#8217;s not going to last forever. I don&#8217;t know whether this mangaka typically focuses on long term things, but I&#8217;d really like to see where this crew ends up in five, ten, or more years down the road.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blkmage.net/2011/12/15/12-days-ii-my-body-is-lady/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>12 Days I: Catch you, catch me</title>
		<link>http://www.blkmage.net/2011/12/14/12-days-i-catch-you-catch-me/</link>
		<comments>http://www.blkmage.net/2011/12/14/12-days-i-catch-you-catch-me/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 05:00:42 +0000</pubDate>
		<dc:creator>blkmage</dc:creator>
				<category><![CDATA[Anime]]></category>
		<category><![CDATA[12 days]]></category>
		<category><![CDATA[cardcaptor sakura]]></category>
		<category><![CDATA[I AM A DREAMER]]></category>
		<category><![CDATA[magical girl]]></category>

		<guid isPermaLink="false">http://www.blkmage.net/?p=1713</guid>
		<description><![CDATA[I don&#8217;t think it&#8217;s that much of a surprise if I tell you that Madoka made me watch Cardcaptor Sakura. Well, that&#8217;s not entirely true. A more accurate phrasing of that statement would be, I watched Cardcaptor Sakura in anticipation of Madoka. Yep, I spent a good chunk of the Christmas break just before Madoka [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1721" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.pixiv.net/member_illust.php?mode=medium&amp;illust_id=17830486"><img src="http://www.blkmage.net/wp-content/uploads/2011/08/void01-e1312255426355.jpeg" alt="" title="「闇の力を秘めし鍵よ」/「hatsuko」" width="500" height="280" class="size-full wp-image-1721" /></a><p class="wp-caption-text">「闇の力を秘めし鍵よ」/「hatsuko」</p></div>
<p>I don&#8217;t think it&#8217;s that much of a surprise if I tell you that Madoka made me watch Cardcaptor Sakura. Well, that&#8217;s not entirely true. A more accurate phrasing of that statement would be, I watched Cardcaptor Sakura in anticipation of Madoka. Yep, I spent a good chunk of the Christmas break just before Madoka aired watching the entirety of Cardcaptor Sakura.</p>
<p>Cardcaptor Sakura seems to be one of those childhood anime that sits alongside the likes of Dragon Ball or Sailor Moon. I actually had no idea it was dubbed in English and aired here until when I was way too old and cool for that crap. More recently, it went from &#8216;that show that a few of my friends watched that seemed lame&#8217; to &#8216;that show that people cite as the epitome of its genre&#8217;.</p>
<p>CCS is a pretty lengthy show, at about 70 episodes. After I got into the whole magical girl thing, I&#8217;d planned to watch it eventually, but never really had the time or motivation to do so (which is fairly common for shows that I plan to watch because I &#8220;should&#8221;). But with 2011 and Madoka quickly approaching and having finished all of my grad school applications, I convinced myself to finally start.</p>
<p>Up until then, my benchmark for magical girl shows was Nanoha. As far as Sakura and Nanoha go, they&#8217;re pretty similar. For a while, before I watched either of them, I&#8217;d get them confused sometimes. Obviously, I knew that CCS wasn&#8217;t going to have huge explosions or funnels, but it was sort of surprising because I&#8217;d forgotten that magic doesn&#8217;t necessarily manifest itself as a giant pink beam of death. It turns out magic has a wide array of uses.</p>
<p>Speaking of magic, I was surprised to learn that Sakura&#8217;s magical girl outfit was not and that there wasn&#8217;t even a default outfit. I don&#8217;t even know if she actually ever wears the one that she&#8217;s seen wearing in most promotional art in the show. The only constant in her magical girl wardrobe is her staff. But nope, Sakura&#8217;s eclectic fashion is thanks to Tomoyo.</p>
<p>And I&#8217;m not entirely sure when it happened but the focus of the show seemed to shift slightly from Sakura learning to be a magical girl to include falling in love. She basically spends the entire show tracking down the Clow Cards in some way, but somewhere along the line we also get scenes of her and Syaoran sorting their feelings out. Something that I didn&#8217;t expect was for the entire show to basically consist of Sakura dealing with the Clow Cards. But even then, the last thing that Sakura had to do before everything ended wasn&#8217;t to save the world, it was to tell Syaoran that she loved him.</p>
<p>This love thing was new to me, especially coming from Nanoha, where at best, we have some best friends forever stuff crossing the line occasionally with undertones. Girls and boys interested in each other? Why I never! But it was interesting because it actually went there instead of dancing around it. And it was quite nice seeing Sakura and Syaoran growing in that way.</p>
<p>I think this show made me realize it&#8217;s okay to watch shows made for little girls even if they&#8217;re not wrapped in a layer of beam weaponry and sci-fi military trappings.</p>
<p><em>P.S. despite this post&#8217;s title, the best OP is Platinum</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blkmage.net/2011/12/14/12-days-i-catch-you-catch-me/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>&#8220;12 Days of Japanimu&#8221;</title>
		<link>http://www.blkmage.net/2011/12/13/12-days-of-japanimu/</link>
		<comments>http://www.blkmage.net/2011/12/13/12-days-of-japanimu/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 05:00:32 +0000</pubDate>
		<dc:creator>blkmage</dc:creator>
				<category><![CDATA[Anime]]></category>
		<category><![CDATA[12 days]]></category>
		<category><![CDATA[bad at blogs]]></category>

		<guid isPermaLink="false">http://www.blkmage.net/?p=1850</guid>
		<description><![CDATA[It&#8217;s that time of year again, in which I brush off a bunch of drafts that I&#8217;d hoped to post over the course of the year but didn&#8217;t get around to finishing on time. A funny thing happened on the way here, which is that I was expecting to not have enough to post about. [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1899" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.pixiv.net/member_illust.php?mode=medium&amp;illust_id=23123957"><img src="http://www.blkmage.net/wp-content/uploads/2011/12/intro.jpeg" alt="" title="「キャスターと龍之介」/「ラク」" width="500" height="280" class="size-full wp-image-1899" /></a><p class="wp-caption-text">「キャスターと龍之介」/「ラク」</p></div>
<p>It&#8217;s <a href="http://www.blkmage.net/2010/12/13/12-days-of-anime/">that time of year</a> again, in which I brush off <a href="http://www.blkmage.net/tag/12-days/">a bunch of drafts</a> that I&#8217;d hoped to post over the course of the year but didn&#8217;t get around to finishing on time. A funny thing happened on the way here, which is that I was expecting to not have enough to post about. The reason is that I would have been posting consistently about all the things I wanted to post about all this time. But as it turns out, well, <a href="https://twitter.com/#!/8bmp/status/142441815419789312">&#8220;@blkmage ha ha haaaaa&#8221;</a>.</p>
<p>Look forward to twelve days of <del datetime="2011-12-06T20:39:07+00:00">quality</del> handcrafted posts about some japtoons.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blkmage.net/2011/12/13/12-days-of-japanimu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Suugaku Girl supplementary handout for chapter 2: On definitions</title>
		<link>http://www.blkmage.net/2011/12/08/suugaku-girl-supplementary-handout-for-chapter-2-on-definitions/</link>
		<comments>http://www.blkmage.net/2011/12/08/suugaku-girl-supplementary-handout-for-chapter-2-on-definitions/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 05:44:23 +0000</pubDate>
		<dc:creator>blkmage</dc:creator>
				<category><![CDATA[Anime]]></category>
		<category><![CDATA[lol engineers]]></category>
		<category><![CDATA[manga]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[suugaku girl]]></category>

		<guid isPermaLink="false">http://www.blkmage.net/?p=1771</guid>
		<description><![CDATA[In chapter 2 of Suugaku Girl, we&#8217;re introduced to the third component of the little love triangle that&#8217;s forming. Tetra is the underclassman that the main character is tutoring and she&#8217;s one of the many people who think they might like math but school eventually beats that silly thought out of them. Anyone who&#8217;s taken [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1941" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.blkmage.net/wp-content/uploads/2011/12/Mathematical-Girls-v1-p035.png" alt="" title="An introduction to mathematical writing" width="500" height="280" class="size-full wp-image-1941" /><p class="wp-caption-text">An introduction to mathematical writing</p></div>
<p>In chapter 2 of Suugaku Girl, we&#8217;re introduced to the third component of the little love triangle that&#8217;s forming. Tetra is the underclassman that the main character is tutoring and she&#8217;s one of the many people who think they might like math but school eventually beats that silly thought out of them.</p>
<p>Anyone who&#8217;s taken a <em>real</em> math class will know that by the end of it, your notes are essentially a giant list of definitions, theorems, and proofs along with an example thrown in once in a while. By a real math class, I mean a math class that&#8217;s actually concerned about reasoning about how we get our theorems instead of focusing on how to use them for practical applications. I did my undergrad at a school where math has its own faculty and where there&#8217;s a lot of rivalry between the various faculties. Everyone in math often jokes about how an example suffices as a proof for engineers and their ilk.</p>
<blockquote cite="http://www.mathnews.uwaterloo.ca/Issues/mn11106/pq.php"><p>I checked your textbook for a proof and it said that we&#8217;ve done enough examples for it to be plausible. Must have been written by engineers.<br />
<a href="http://www.mathnews.uwaterloo.ca/Issues/mn11106/pq.php">&#8212; Vanderburg, PMATH 340 (F09)</a></p></blockquote>
<p>Here, Tetra falls into the same trap when the main character asks her to define what prime numbers are. So MC-kun has to explain how definitions work. First of all, definitions have to be precise, just like theorems. It&#8217;s pretty easy to lose marks for misstating theorems and definitions by leaving off an edge case for 0 or 1 or something silly like that. Of course, that leads Tetra to question why these things need to be so precise and arbitrary.</p>
<p>One of the things I realized about math is that it&#8217;s all about trying to do things with the definitions you start out with. You can kind of see that in how the number system is built up. We can start with plain old numbers that we use to count things. And then we can add things to it. Like, what happens if we have less of a thing, how would we represent that? Tada, we&#8217;ve got negative numbers. Okay, now what if we have a part of a thing? Now we&#8217;ve got fractions. And so on and so forth. We realize that not every number can be written as a fraction and suddenly we&#8217;ve defined real numbers.</p>
<p>I&#8217;m sure we&#8217;ve all wondered why complex numbers work out the way they do. It&#8217;s because we&#8217;ve defined everything to work out like that. Some guy tried to take the square root of a negative number and found that it didn&#8217;t work out very well, so we defined the square root of -1 to be $i$. Now we have this $i$ thing, what can we do with it? Well, we can just start writing crazy things like $3 + i + 4i^2 + 5i^3 + 9i^4 + 2i^5 + 6i^6$, but then we realize that it just becomes $2-2i$. Well, okay that&#8217;s kind of neat.</p>
<p>But now we know that all complex numbers can be written as $a+bi$ with $a,b\in\mathbb{R}$. So someone along the line must&#8217;ve been like, what would happen if we tried to graph these things? So we treat $a$ as the $x$ component and $b$ as the $y$ component and it turns out we can think of complex numbers as other structures like a vector or just a 2-tuple or something. And suddenly, this gives us a way to compare complex numbers, by taking the length of the vector that they define. And now that we have vectors, we can do some weird geometry stuff with them. We can think of these things as the length of the vector and the angle that they form. And then you can go crazy and talk about roots of unity or what multiplication of complex numbers might mean.</p>
<p>The point is that all of mathematics is built up like this. You start off with some definitions or premises and you go nuts. Of course, you don&#8217;t have to use the same definitions as everyone else. The problem with doing that is you might not end up with anything interesting. Like, what if we did something nuts and defined 1 to be a prime number like so many people do when they leave off that condition? Well, not much, we&#8217;d probably just rephrase all of our theorems to exclude 1.</p>
<p>On the other hand, sometimes when we play around with definitions, we do end up with something interesting. For instance, we can define something called the extended complex numbers, which is just the set $\mathbb{C}\cup\{\infty\}$. Yep, we just say okay, infinity is a number now, deal with it. So what can we do now?</p>
<p>Well, we can divide by 0 now.</p>
<p>I imagine there might be a few people who might flip out at this notion, but yes, since $\infty$ is included in our number system, we can define $\frac{1}{0}=\infty$. Of course, we can&#8217;t do everything &#8212; $0\times\infty$ and $\infty-\infty$ still don&#8217;t mean anything. But if you&#8217;ve been paying attention, you might be going, okay well, we can divide by 0, but what else can we do? Dividing by 0 is kinda meaningless if there&#8217;s nothing new we can do.</p>
<p>As it turns out, the extended complex numbers defines a very different geometric object. If we remember from the example of the complex numbers, we can basically define every complex number as a vector over a two-dimensional plane. Here, with the extended complex numbers, we can define every number as a line passing through something called the Riemann sphere. And like the complex plane, this sphere lets us create weird relationships between numbers and angles and stuff. This turns out to have interesting properties in complex analysis and quantum mechanics.</p>
<p>So yes, definitions are often arbitrary. Why? Because it&#8217;s just useful and interesting that way. You could argue that it&#8217;s because nature forces us to define things a certain way. Kind of like, of course you can&#8217;t take a square root of a negative number, you just can&#8217;t do it! What happens, though, is that we always seem to end up finding useful things that line up with our mathematics rather than inventing our mathematics to do useful things with. After all, mathematicians have been playing around with imaginary numbers for at least a few decades before electromagnetism was even discovered.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blkmage.net/2011/12/08/suugaku-girl-supplementary-handout-for-chapter-2-on-definitions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fun with computer science in Kaiba</title>
		<link>http://www.blkmage.net/2011/11/23/fun-with-computer-science-in-kaiba/</link>
		<comments>http://www.blkmage.net/2011/11/23/fun-with-computer-science-in-kaiba/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 01:52:05 +0000</pubDate>
		<dc:creator>blkmage</dc:creator>
				<category><![CDATA[Anime]]></category>
		<category><![CDATA[complexity theory]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[kaiba]]></category>
		<category><![CDATA[MADDO KONPYUTAA SCIENTISTO]]></category>
		<category><![CDATA[quantum computation]]></category>
		<category><![CDATA[scott aaronson is a cool guy]]></category>

		<guid isPermaLink="false">http://www.blkmage.net/?p=1811</guid>
		<description><![CDATA[I&#8217;d been rewatching Kaiba with a bunch of people a while ago. Kaiba&#8217;s a great show to watch if you want to talk about things, especially if you like dealing with the sorts of moral and ethical issues that come about in a world that&#8217;s so starkly different from ours. The obvious things to talk [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1827" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.pixiv.net/member_illust.php?mode=medium&amp;illust_id=3739509"><img src="http://www.blkmage.net/wp-content/uploads/2011/11/member_illust.jpeg" alt="" title="「希望」/「niuya」" width="500" height="280" class="size-full wp-image-1827" /></a><p class="wp-caption-text">「希望」/「niuya」</p></div>
<p>I&#8217;d been rewatching Kaiba with a bunch of people a while ago. Kaiba&#8217;s a great show to watch if you want to talk about things, especially if you like dealing with the sorts of moral and ethical issues that come about in a world that&#8217;s so starkly different from ours. The obvious things to talk about revolve around identity and existence. Being the computer scientist and the guy who likes to make laboured analogies to things I like, I began to think about memories and cognition from a CS point of view.</p>
<p>Kaiba&#8217;s already done a lot of the &#8220;what if&#8221; in exploring the idea of memories that are as easy to work with as data on today&#8217;s computers. There was an observation in one of the episodes that it seemed like one of the characters&#8217; had too many memories and seemed to be unable to create anymore since there was no more room to store them. The obvious answer to me seemed to be just to throw in another disk or something. Of course, another thing we can do, since we can manipulate memories like data, is to selectively choose less important things to throw onto that extra &#8220;disk&#8221;. In a way, that&#8217;s kind of like what we do already, except instead of having a machine suck out our memories, we do things like write them down or take pictures of them. And in the case of photos, it kind of is like having a machine suck a memory out. In either case, that relieves us of the burden of having to keep it in our brain.</p>
<p>In light of this, it&#8217;s kind of a good thing that our brain cells do decay eventually and we do forget things. Otherwise, without a way to manipulate our memories like they do in Kaiba, we&#8217;d actually run out of room. Usually, we like to think of data or information as this ethereal sort of thing, but realistically, it&#8217;s constrained by the physical world. Those bits have to be written down somewhere, whether it&#8217;s on a magnetic platter on a hard disk or in a cell in our brains or in a photon in a quantum computer or in a weird capsule like it is in Kaiba.</p>
<p>Recently, someone linked to something about solving NP-complete problems in polynomial time by taking advantage of the many-worlds interpretation of quantum mechanics. This lead me to some of Scott Aaronson&#8217;s papers. Scott Aaronson is a complexity theorist who does quantum stuff at MIT and writes <a href="http://scottaaronson.com/blog">a neat blog</a>. I read through the lecture notes for this course he did while he was a postdoc at Waterloo called <a href="http://www.scottaaronson.com/democritus/">Quantum Computing Since Democritus</a> and a paper called <a href="http://arxiv.org/abs/1108.1791">Why Philosophers Should Care About Computational Complexity</a>. These two things attempt to tie computational complexity and quantum computing with philosophy (duh). The Democritus stuff is pretty accessible if you have a bit of mathematical background and it introduces concepts like computability, complexity, and quantum computation if you&#8217;re not familiar with them. The complexity for philosophers paper assumes you&#8217;ve done some computational complexity.</p>
<p>So in Kaiba, we can send our minds around and stick them in other bodies or even in machines. But if we can stick them in machines, what&#8217;s running it? We&#8217;re not sure, but if we can build machines to interface with our minds or run those processes, then we&#8217;ve got a computer that can simulate our brains. This is where computational complexity comes into play.</p>
<p>Aaronson notes that a lot of people who think they consider AI a metaphysical impossibility really haven&#8217;t thought it through that far and are only considering the practical impossibility. For instance, what can we extract from the fact that Kaiba has computers that can simulate brains? One thing is that simulating a brain can be done efficiently, presumably in polynomial time.</p>
<p>See, in computer science, a lot of things (like simulating a brain) are possible if you just hardcode everything into a lookup table. Luckily, like I mentioned before, there&#8217;s a finite amount of stuff we can hold in our heads. So yeah, you could simulate a brain like that and it&#8217;ll work because the table&#8217;s finite, but you&#8217;d probably run out of atoms in the universe to hold all of that data and the possible choices that would branch out that the computer could make as it went along. Of course, that&#8217;s only a practical concern.</p>
<p>Which is why Kaiba&#8217;s brain simulating must be efficient, otherwise it wouldn&#8217;t be physically feasible. This would seem to imply that simulating a brain didn&#8217;t turn out to be that hard. Of course, this means that we&#8217;ve got a way to formally describe and model the way brains work too. Anyhow, this is all to ask, if we did have a way of doing this, would a computer simulating a person be that person? And then, we can go a bit further and ask whether a person that we&#8217;ve fabricated the data for and is simulated by the computer also constitutes a person.</p>
<p>It&#8217;s kind of the same question as whether clones would be people, isn&#8217;t it? Except instead of creating perfect copies of the entire person, we can just create perfect copies of the person&#8217;s memories and throw it into a computer. Of course, this leads us to the implication that brains are deterministic. Otherwise, this entire memory transfer thing wouldn&#8217;t work. You wouldn&#8217;t be able to designate a person as their memories if how they behaved changed with the brain that they occupied.</p>
<p>We do have some indication that the brains seem to function differently based on the body that they&#8217;re controlling. When Kaiba is in Chroniko&#8217;s body and meets the girl who&#8217;s in the huge guy&#8217;s body, they mention something about getting used to the body. It does make sense that biological processes are governed by the brain and isn&#8217;t tied to the person&#8217;s identity, but then we see how the body interacts with the person when they start to have ~feelings~ for each other. Of course we can consider the body as another part of the input into the brain and then that discrepancy goes away.</p>
<p>So the thing is that in Kaiba, we&#8217;ve got a way of creating something that&#8217;s literally indistinguishable from a person. Well, okay, we did start with the premise that it&#8217;s possible to simulate a person&#8217;s brain, which is kind of a stretch in the real world. But now we ask, what properties would human consciousness need to have in order for a computer to be unable to efficiently simulate it?</p>
<p>It turns out there are some possible ways for this to happen. For instance, if we could solve NP-complete problems or do quantum computations, then a classical computer wouldn&#8217;t be able to simulate our brains. Of course, that&#8217;s assuming P≠NP, so if it turns out that P=NP, then we might have to rethink this condition, and a quantum computer will be able to do quantum computations, so if we ever built one of those, then that also reduces our options. And of course, the bigger problem is that it assumes we can solve NP-complete problems or do quantum computations in our head.</p>
<p>On a slight tangent, this idea of quantum computations in our head leads to the question of what happens if our brains stored quantum information. That would make it very difficult to make perfect copies of our memories because of the no-cloning theorem in quantum information. The theorem is exactly what it sounds like: it&#8217;s impossible to make a perfect copy of an unknown quantum state. What this would imply is that if you tried to make a copy of yourself, it would not be 100% identical to you. Admittedly, it&#8217;s pretty unlikely that our brains can store any quantum information.</p>
<p>To close, something that&#8217;s slightly related, since it happened around the same time as I was watching, was a department seminar I went to where the guy was talking about neuroscience and brain imaging and tying it into graph theory. Essentially, what he did was he took a bunch of MRI scans of someone&#8217;s brain and created some <a href="http://en.wikipedia.org/wiki/Graph_(mathematics)">graphs</a> on them somehow. He then ran a bunch of algorithms on the graphs for a bunch of metrics to see if graph theory were any use for neuroscience purposes.</p>
<p>What he found was that the brain activity that could be seen from the scans translated to changes on the graph. Those graph transformations acted on the graphs in a predictable way from the metrics. He raised the possibility of linking thought or computations in the brain with graph transformations. The nice thing about graphs is that, even though there are plenty of problems that are hard, we still know a lot about them and we&#8217;ve got a ton of graph algorithms already.</p>
<p>Who knows, maybe we&#8217;re further along in figuring this brain thing out than we might think.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blkmage.net/2011/11/23/fun-with-computer-science-in-kaiba/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Suugaku Girl supplementary handout for chapter 1: Sequences</title>
		<link>http://www.blkmage.net/2011/08/21/suugaku-girl-supplementary-handout-for-chapter-1-sequences/</link>
		<comments>http://www.blkmage.net/2011/08/21/suugaku-girl-supplementary-handout-for-chapter-1-sequences/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 02:33:45 +0000</pubDate>
		<dc:creator>blkmage</dc:creator>
				<category><![CDATA[Anime]]></category>
		<category><![CDATA[an application of this math is other math]]></category>
		<category><![CDATA[manga]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[sequences]]></category>
		<category><![CDATA[suugaku girl]]></category>

		<guid isPermaLink="false">http://www.blkmage.net/?p=1715</guid>
		<description><![CDATA[Suugaku Girl is a manga about people who really like math. The great thing about it is that it contains a substantial amount of math. This is also great because it will give me plenty to blog about. The first chapter of Suugaku Girl is about the main character&#8217;s initial meeting with Milka, our socially [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1780" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.blkmage.net/wp-content/uploads/2011/08/Mathematical-Girls-v1-p006.png" alt="" title="Sequences" width="500" height="280" class="size-full wp-image-1780" /><p class="wp-caption-text">That really isn&#039;t enough terms to identify as Fibonacci</p></div>
<p>Suugaku Girl is a manga about people who really like math. The great thing about it is that it contains a substantial amount of math. This is also great because it will give me plenty to blog about.</p>
<p>The first chapter of Suugaku Girl is about the main character&#8217;s initial meeting with Milka, our socially retarded genius meganekko. She just starts spouting out numbers and, for whatever reason, he feels compelled to guess what comes next. And that is apparently the beginning of this love story.</p>
<p>In the chapter, we&#8217;re introduced to a few sequences, some of which are famous and some of which you might not have considered a sequence. It&#8217;ll probably help to understand what a sequence is beyond just being a bunch of numbers in a prescribed order. </p>
<p>Formally, we define a sequence as a function $a:S\to R$. The set $S$ is basically our index and is $\{1,2,&#8230;,n\}$ if $a$ is a finite sequence or the set of natural numbers $\mathbb{N}$ if we&#8217;re dealing with an infinite sequence. Normally, functions are written as $a(n)$, but, as was alluded to before, we refer to terms by index as in $a_n$.</p>
<p>However, $R$ can be any set. In the case of Suugaku Girl, it seems to be sticking with integers, but we can have sequences of bitstrings, vectors, complex numbers, functions, or whatever. What this also means is that a sequence doesn&#8217;t necessarily need to have a &#8220;pattern&#8221;, but can really be any ordered list of numbers (or functions or vectors or&#8230;). </p>
<p>Milka also brings up the idea of infinite sequences. A lot of the time, people will try to &#8220;solve&#8221; a sequence by completing it when they&#8217;re given only the first few terms. But, like Milka suggests, what they&#8217;re doing in that case is assuming that the rest of the sequence goes on as initially implied. Really, we can define any sequence we like with any behaviour we like. Again, remember that a sequence can be anything we want it to be. In fact, the sequence that Milka defines using the digits of π is kind of like that in that it&#8217;s completely arbitrary and doesn&#8217;t really have the kind of sequence definitions we&#8217;re used to seeing.</p>
<p>For finite sequences, we can just list all of the terms of our sequence like $(1,1,1,1,1,1000000,1)$. Obviously, we can&#8217;t do that for an infinite sequence. Luckily, a lot of the time we define sequences that have some sort of useful pattern that we can represent in a succinct way. Sometimes, like the digits of π sequence, this is harder.</p>
<p>We can try to formally define all of the sequences that were given in the manga. For instance, the Fibonacci sequence $(a_n)_{n=1}^\infty$ is commonly defined as $a_n = a_{n-2} + a_{n-1}$, but we have to give the first two terms $a_1 = 1, a_2 = 1$. The second sequence (which we&#8217;ll call $(b_n)_{n=1}^\infty$) takes a bit more work to define. We&#8217;ll need to define $p_n$ to be the $n$th prime number and <em>then</em> we can define $b_n = p_n \times p_{n+1}$. The third sequence $(c_n)_{n=1}^\infty$ is easy, it&#8217;s just $c_n = n^n$. And we can formalize the last one, which I&#8217;ll call $(d_n)_{n=1}^\infty$, just like the first two with a few more words. We let $\pi = q_1q_2q_3\cdots$ be the decimal expansion of π. Then $d_n = 2\cdot q_n$.</p>
<p>So that&#8217;s all fine, but what exactly are sequences used for? I&#8217;m pretty sure everyone&#8217;s learned about arithmetic and geometric sequences in grade school. Obviously, we can study sequences and their behaviour on their own. We can talk about whether they increase or decrease or how fast they grow or whether they converge. Apart from that, I don&#8217;t remember seeing sequences used for something besides sequences until analysis.</p>
<p>Analysis is basically the field of pure math that formalizes the concepts that we&#8217;re introduced to in calculus and generalizes them to spaces. Limits are a fundamental idea in calculus and analysis and these are defined by how a sequence converges. And this is where those weird sequences of vectors or functions comes into play, since we can talk about the convergence of a sequence of vectors or a sequence of functions in these other spaces that we want to do analysis in.</p>
<p>That&#8217;s probably the easiest example of an &#8220;application&#8221; of sequences. For myself, over the last few months I&#8217;ve read about automatic sequences, which are sequences that can be generated by a deterministic finite automaton. This gives us a way to relate automata theory to number theory and algebra. For instance, once we have k-automatic sequences, we can talk about k-regular sequences and come up with power series with respect to certain rings and fields and bla bla bla.</p>
<p>If you ever want to find out what crazy sequence you might have a part of, check out the <a href="http://oeis.org/">Online Encyclopedia of Integer Sequences</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blkmage.net/2011/08/21/suugaku-girl-supplementary-handout-for-chapter-1-sequences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brian Mulroney on the Usagi Drop ending</title>
		<link>http://www.blkmage.net/2011/08/12/brian-mulroney-on-the-usagi-drop-ending/</link>
		<comments>http://www.blkmage.net/2011/08/12/brian-mulroney-on-the-usagi-drop-ending/#comments</comments>
		<pubDate>Sat, 13 Aug 2011 01:22:34 +0000</pubDate>
		<dc:creator>blkmage</dc:creator>
				<category><![CDATA[Anime]]></category>
		<category><![CDATA[awful analogies]]></category>
		<category><![CDATA[brian mulroney]]></category>
		<category><![CDATA[manga]]></category>
		<category><![CDATA[usagi drop]]></category>

		<guid isPermaLink="false">http://www.blkmage.net/?p=1633</guid>
		<description><![CDATA[One of the few famous quotes in Canadian politics is one by Brian Mulroney, leader of the Progressive Conservative Party of Canada and the 18th Prime Minister of Canada, during the 1984 campaign. As the leader of the Liberal Party of Canada that took over after Pierre Trudeau resigned, John Turner inherited Trudeau&#8217;s premiership (yes, [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1747" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.pixiv.net/member_illust.php?mode=medium&amp;illust_id=20833254"><img src="http://www.blkmage.net/wp-content/uploads/2011/08/void02.jpeg" alt="" title="「うさぎドロップ」/「 LC斐爾 」" width="500" height="280" class="size-full wp-image-1747" /></a><p class="wp-caption-text">「うさぎドロップ」/「 LC斐爾 」</p></div>
<p>One of the few famous quotes in Canadian politics is one by Brian Mulroney, leader of the Progressive Conservative Party of Canada and the 18th Prime Minister of Canada, during the 1984 campaign. As the leader of the Liberal Party of Canada that took over after Pierre Trudeau resigned, John Turner inherited Trudeau&#8217;s premiership (yes, we can swap prime ministers without elections) and government in the latter part of his term. Just before resigning, Trudeau had appointed a ton of loyalists to various positions. </p>
<p>Technically, it is the Governor General of Canada (who acts as the representative the Crown) who makes these appointments, but he or she only does so on the advice of the prime minister. In this case, the appointments had only been recommended by Trudeau but weren&#8217;t finalized by the governor general when Turner became prime minister, so he could have stopped them. During the 1984 leaders&#8217; debate, Mulroney attacked Turner for allowing these appointments and Turner replied that he had no option. This was the lead-in to Mulroney&#8217;s famous line: </p>
<blockquote><p>You had an option, sir. You could have said, &#8216;I am not going to do it. This is wrong for Canada, and I am not going to ask Canadians to pay the price.&#8217; You had an option, sir — to say &#8216;no&#8217; — and you chose to say &#8216;yes&#8217; to the old attitudes and the old stories of the Liberal Party. That sir, if I may say respectfully, that is not good enough for Canadians.</p></blockquote>
<p>This left Turner shattered in the debate and pretty much won the election for Mulroney. Unfortunately, ever since then, media coverage of electoral debates has always focused on finding that snappy equivalent knockout line, but no one has produced one since.</p>
<p>I like Usagi Drop. Yes, I have read the entire thing. No, the ending was not what I would have liked, but I&#8217;m not particularly angry about it. I mean, 95% of it was great, which is a far better ratio than most stuff out there. What&#8217;s more is that I think the initial reaction absent the surrounding context made it seem much worse than it actually was, especially with the important reveal that Rin isn&#8217;t actually Grandpa&#8217;s biological kid.</p>
<p>In fact, I&#8217;d say that I don&#8217;t really have a problem with most of the ending &#8220;arc&#8221; and it&#8217;s only the very last chapter that makes me raise an eyebrow. I can buy that Rin could have developed romantic feelings for Daikichi. After all, I think it&#8217;s an important note that she sees him as a guardian and not her father. He&#8217;s always simply been Daikichi to her.</p>
<p>The problem, then, and the part I find hard to believe is Daikichi&#8217;s response, which pretty much amounts to a &#8216;welp, guess I have no choice&#8217;. It&#8217;s really strange because, even though he was clearly uncomfortable the idea, he didn&#8217;t put up that much resistance. It&#8217;s strange enough that he offers to wait two years and hopes the problem might go away. After the two year wait period, Rin kind of goes &#8216;hey, it&#8217;s been two years&#8217; and he&#8217;s sort of resigned to the whole thing.</p>
<p>What I&#8217;m struck by with Usagi Drop&#8217;s ending is that Daikichi had an option: <em>he could have said no</em>, but he chose to say yes. It would have been perfectly fine for him to say no. Rin couldn&#8217;t have seriously been expecting Daikichi to reciprocate. She would&#8217;ve been fine if things continued the way they were. She was prepared to have things stay the same. Things might&#8217;ve been awkward for a while, but a &#8216;no&#8217; would have closed the matter. Instead, we&#8217;re left with, well, whatever it is that we have now.</p>
<p>I&#8217;d like to stress again that I still think the manga is excellent, even the second half of it. However, Daikichi&#8217;s response is baffling and his rationale is unconvincing. Quite frankly, it&#8217;s not good enough, especially for such an otherwise great manga. I&#8217;ll defend it, but I&#8217;ll concede that the end is not at all what I wanted.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blkmage.net/2011/08/12/brian-mulroney-on-the-usagi-drop-ending/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Future Gadget Lab vs. Kolmogorov complexity</title>
		<link>http://www.blkmage.net/2011/08/01/the-future-gadget-lab-vs-kolmogorov-complexity/</link>
		<comments>http://www.blkmage.net/2011/08/01/the-future-gadget-lab-vs-kolmogorov-complexity/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 04:26:05 +0000</pubDate>
		<dc:creator>blkmage</dc:creator>
				<category><![CDATA[Anime]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[kolmogorov complexity]]></category>
		<category><![CDATA[MADDO KONPYUTAA SCIENTISTO]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[steins;gate]]></category>

		<guid isPermaLink="false">http://www.blkmage.net/?p=1573</guid>
		<description><![CDATA[In Steins;Gate 12, the Future Gadget Lab is faced with a problem. They need to send a copy of a person&#8217;s memory, or about 3.24 TB, to the past, but they can only send 36 bytes. What is a MADDO SCIENTISTO to do? What they end up doing is sending that data to the Large [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1704" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.pixiv.net/member_illust.php?mode=medium&amp;illust_id=20211405"><img src="http://www.blkmage.net/wp-content/uploads/2011/08/void0.jpeg" alt="" title="「Steins;Gate」/「いさりび」" width="500" height="280" class="size-full wp-image-1704" /></a><p class="wp-caption-text">「Steins;Gate」/「いさりび」</p></div>
<p>In Steins;Gate 12, the Future Gadget Lab is faced with a problem. They need to send a copy of a person&#8217;s memory, or about 3.24 TB, to the past, but they can only send 36 bytes. What is a MADDO SCIENTISTO to do? What they end up doing is sending that data to the Large Hadron Collider to compress with a black hole. Problem solved! Or is it?</p>
<p>Obviously, using a black hole to compress data is silly, since a black hole would probably just destroy the data. In fact, it&#8217;s probably unnecessary, since if it were physically possible to achieve that kind of compression, you&#8217;d be able to do it on any computer because of the Church-Turing thesis. The only thing that would change is how quickly the algorithm would run. Luckily, in theoretical computer science, when dealing with the question of whether something is possible or not, we don&#8217;t care how long it&#8217;ll take. So, is there a compression algorithm that can give us the desired result?</p>
<p>Basically what we&#8217;re doing when were compressing stuff is we&#8217;re trying to rewrite a bunch if zeroes and ones, or strings, into a smaller bunch of zeroes and ones that mean the same thing. In general, this is impossible to do, since there are less strings of zeroes and ones when you have less digits, so you can&#8217;t arbitrarily stuff, say eight bits of information into seven bits. What you can do is create a way to describe the zeroes and ones in a way that is smaller than what you start out with.</p>
<p>For instance, we can describe strings of zeroes and ones in plain English. It&#8217;s shorter to write &#8220;one hundred zeroes followed by one hundred ones&#8221; than writing </p>
<p>00000000000000000000000000000000000000000000000000<br />
00000000000000000000000000000000000000000000000000<br />
11111111111111111111111111111111111111111111111111<br />
11111111111111111111111111111111111111111111111111</p>
<p>The obvious problem with our compression scheme so far is that there are some strings that are not very easy to describe and it might be longer to describe in English than it would be to just write the bits themselves.</p>
<p>Again, it appears to be difficult to create a compression scheme that works for any old string. It&#8217;s much easier to create such an algorithm when you know something about the kind of string you want to compress, like if it&#8217;s a certain size or if it has any patterns or something. In the case of the FG lab, we know they won&#8217;t need to worry about compressing strings of length 288 or less. Unfortunately, there isn&#8217;t much more we know about the strings they want to compress other than the fact that they&#8217;re huge.</p>
<p>Actually, there&#8217;s another problem, which is that they need a way to decompress the string they&#8217;ve sent. If I give you a description of the string in English, it&#8217;s not going to do you any good unless you already know English. So in addition to sending a compressed string, they need to send information about the compression scheme they used, all in 36 bytes.</p>
<p>In information theory, the length of the shortest description of a string $x$ is its Kolmogorov complexity, which we&#8217;ll denote $C(x)$. Formally, $C(x)$ is defined in terms of encodings of Turing machines that generate $x$, but it&#8217;s pretty easy to argue that the choice of how we describe $x$ doesn&#8217;t matter up to a constant term.</p>
<p>We know that $C(x) \leq |x| + O(1)$ (where $|x|$ is the length of $x$), since we can always just write out $x$. We also know that for every length $n$, we can always find a string $x$ such that $C(x) \geq |x|$ since there are $2^n$ strings of length $n$ but only $2^n-1$ shorter descriptions of those strings. These strings that can&#8217;t be compressed are defined to be <em>random</em>.</p>
<p>We can quantify this idea of compressibility by saying that a string $x$ is $c$-compressible if $C(x) \leq |x| &#8211; c$. And so, we can argue about how likely it is that we have a string that can be compressed to the degree that we want. For strings of length $n$, we have that at least $2^n &#8211; 2^{n-c+1} + 1$ of them are incompressible by $c$.</p>
<p>We have some numbers, so let&#8217;s play around with them. Remember from earlier that the approximate size of Okarin&#8217;s memories is 3.24 TB, or $3.24 \times 2^{40} \times 8$ bits, while the limit we can send is 36 $\times$ 8 = 288 bits. If we want to squeeze Okarin&#8217;s memories into a text message, we&#8217;ll have $c = 3.24 \times 2^{40} \times 8 &#8211; 288 = 2.849934139166592 \times 10^{13}$. <a href="http://www.wolframalpha.com/input/?i=%283.24*8*2^40%29+-+288">WolframAlpha</a> helpfully tells me that this is slightly more than 1.4 times as many red blood cells in the human body.</p>
<p>We can calculate the probability that we have a compressible string by figuring out the probability that incompressible, which we can do with our lower bound on the number of incompressible strings we have. Taking $n = 3.24 \times 2^{40} \times 8$, the probability is given by $1 &#8211; \frac{2^n &#8211; 2^{n-c+1} + 1}{2^n} = \frac{1}{2^{c-1}} &#8211; \frac{1}{2^n}$. Plugging our numbers in, we get $\frac{1}{2^{3.24 \times 2^{40} \times 8 &#8211; 288 &#8211; 1}} &#8211; \frac{1}{2^{3.24 \times 8 \times 2^{40}}}$. </p>
<p>And unfortunately, after this step, WolframAlpha kind of refused to try to do the computation. I gave it a shot on my laptop in Python but all that happened was CPU usage went up to 100% for a few minutes and it started eating all of my memory. I kind of wanted to keep using my computer instead of waiting it out for a MemoryError exception, so I interrupted it. Doing some further estimation, I threw $2^{2^{40}}$ at WolframAlpha, since it&#8217;s kind of about the same neighbourhood in magnitude as the number we&#8217;re trying to get. Apparently, it&#8217;s a number that&#8217;s about 300 billion digits long, so one in <em>that</em> are the kind of odds you&#8217;re looking at.</p>
<p>I guess this is another way of saying there&#8217;s no chance in hell that what the FG Lab tried to do would ever work. And remember that we&#8217;re not talking about any particular compression algorithms or technologies here. We can&#8217;t come up with a better algorithm or scheme. We can&#8217;t use faster computers. We can&#8217;t use quantum computers (Holevo&#8217;s theorem says that we can&#8217;t, in general, use less qubits than classical bits for the same string). From an information theoretic standpoint, it is <em>impossible</em>.</p>
<p>But I&#8217;m pretty sure everyone already could&#8217;ve guessed that anyway.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blkmage.net/2011/08/01/the-future-gadget-lab-vs-kolmogorov-complexity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>La linéale géométrique dans un labyrinthe étranger</title>
		<link>http://www.blkmage.net/2011/07/26/la-lineale-geometrique-dans-un-labyrinthe-etranger/</link>
		<comments>http://www.blkmage.net/2011/07/26/la-lineale-geometrique-dans-un-labyrinthe-etranger/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 21:05:53 +0000</pubDate>
		<dc:creator>blkmage</dc:creator>
				<category><![CDATA[Anime]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[french]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[la croisée dans un labynrinthe étranger]]></category>
		<category><![CDATA[someone is wrong on the internet]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://www.blkmage.net/?p=1581</guid>
		<description><![CDATA[Ikoku Meiro no Croisée, or La croisée dans un labyrinthe étranger, was a pleasant surprise and one of my favourite shows this season. Even though Junichi Sato is only doing series composition, it still feels like Aria. We have girls leaving their homes to go to a strange foreign land and learn about it, set [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1597" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.blkmage.net/wp-content/uploads/2011/07/galerie2-copy.png" alt="" title="Galerie du Roy" width="500" height="281" class="size-full wp-image-1597" /><p class="wp-caption-text">A typical 19th century French galerie... or is it?</p></div>
<p>Ikoku Meiro no Croisée, or La croisée dans un labyrinthe étranger, was a pleasant surprise and one of my favourite shows this season. Even though Junichi Sato is only doing series composition, it still feels like Aria. We have girls leaving their homes to go to a strange foreign land and learn about it, set to classy music. All we have to do is trade MANHOME for Japan, Space-Venice for Paris, 23rd century for 19th century, and <a href="http://www.youtube.com/watch?v=SYPMrfsrw30">strings</a> for <a href="http://www.youtube.com/watch?v=M3iJr2X61Ls">clarinets</a>.</p>
<p>But there was one thing that caught my eye and has bugged me ever since.</p>
<div id="attachment_1596" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.blkmage.net/wp-content/uploads/2011/07/futura-copy.png" alt="" title="Futura" width="500" height="280" class="size-full wp-image-1596" /><p class="wp-caption-text">Why does this text on my window look so round?</p></div>
<p>Now, I&#8217;m not a graphic design student or anything. I just think typography is cool, so please bear with me as I play amateur type historian. I&#8217;m also not that confident in my ability to identify typefaces on the spot. I&#8217;m relying heavily on <a href="http://www.linotype.com/31/fontfeatures.html">Linotype&#8217;s excellent sans serif history articles</a> and Robert Bringhurst&#8217;s excellent <a href="http://www.amazon.ca/Elements-Typographic-Style-Robert-Bringhurst/dp/0881792063/">The Elements of Typographic Style</a> for more general stuff. I&#8217;ve been using a combination of <a href="http://www.identifont.com/">Identifont</a> and <a href="http://www.fontbook.com/">FontBook</a> to attempt to identify stuff. Anyhow, I expect I will say some wrong things.</p>
<p>A few months ago, I got the chance to read through some type history for a paper. While most of it was on neoclassical type, which was late 1700s/early 1800s, I did skim through 19th and 20th century stuff. Armed with that knowledge, I thought it was a bit weird seeing  stores with sans serif signage in general. But other than the problem of sans serifs possibly existing before they were created, they just felt wrong because they looked too &#8220;new&#8221;. Croisée is set some time in the second half of the 19th century and a quick search revealed that the earliest sans serif faces showed up early in the 19th century but didn&#8217;t get big until almost 100 years later.</p>
<div id="attachment_1603" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.blkmage.net/wp-content/uploads/2011/07/futura2.png" alt="" title="Futura" width="500" height="280" class="size-full wp-image-1603" /><p class="wp-caption-text">An attempted reproduction of the above</p></div>
<p>So I&#8217;m <em>pretty sure</em> this is Futura. If it&#8217;s not, it&#8217;s definitely a geometric sans serif. And as it turns out, geometric sans serifs are products of the early 20th century, with Futura being created in the 1920s. Geometric faces are born from attempts to form idealized letterforms out of circles and lines, coming out of the whole Constructivist movement. It&#8217;s a pretty huge contrast to anything from the Romantic era, which is why it look so strange hiding among all of the old shops in the Galerie.</p>
<div id="attachment_1599" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.blkmage.net/wp-content/uploads/2011/07/helvetica-copy.png" alt="" title="Helvetica?" width="500" height="280" class="size-full wp-image-1599" /><p class="wp-caption-text">Definitely not Arial</p></div>
<p>Here, we have what appears to be Helvetica, that venerable Swiss typeface that is used everywhere nowadays, from subway signage to being slapped on photos on tumblr. Or, at least, I&#8217;m pretty sure it&#8217;s Helvetica, based on the G. The problem is that Helvetica was created in the 1950s. Of course, that&#8217;s not a lot of letters to go by and it could be one of Helvetica&#8217;s ancestors, but the earliest of those seems to have appeared in the 1880s or 1890s at the earliest. These typefaces, called Grotesques, were pretty popular in Germany, but didn&#8217;t catch on elsewhere until the 20th century. This might make its appearance in Paris a little strange, although I&#8217;m not sure of the exact timeline.</p>
<div id="attachment_1598" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.blkmage.net/wp-content/uploads/2011/07/gothic-copy.png" alt="" title="Gothic" width="500" height="280" class="size-full wp-image-1598" /><p class="wp-caption-text">The lowercase letters were especially helpful</p></div>
<p>On this cart, we have a gothic sans serif. Gothics are a British creation from the late 19th century and early 20th century. These are recognizable as the ones that show up in old-timey newspaper headlines. Again, I&#8217;m not sure about the exact timeline so I&#8217;m not sure how it propagated in Europe, but they were pretty popular in the States. However, it&#8217;s my understanding that very few gothics were drawn before 1900.</p>
<div id="attachment_1600" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.blkmage.net/wp-content/uploads/2011/07/humanist2-copy.png" alt="" title="Humanist" width="500" height="280" class="size-full wp-image-1600" /><p class="wp-caption-text">It was annoying trying to take screens with this lady in the way</p></div>
<p>Finally, here&#8217;s what appears to be a humanist sans serif, based on the R and the C. Humanists are supposed to resemble writing more than the mechanical construction of geometrics or grotesques, but it&#8217;s hard to tell from just the capital letters. And again, since there aren&#8217;t too many letters to go by, it could turn out to be something else, but I don&#8217;t recall seeing anything that resembles that C when going through the other early 20th century typefaces. Anyhow, I feel like that could&#8217;ve come straight off of a Windows 7 screen or something.</p>
<div id="attachment_1611" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.blkmage.net/wp-content/uploads/2011/07/shot0040-copy.png" alt="" title="Stores" width="500" height="281" class="size-full wp-image-1611" /><p class="wp-caption-text">What other typographical shenanigans are hiding on those storefronts?</p></div>
<p>I focused on sans serif typefaces because they&#8217;re relatively easy to pick out and differentiate between. I&#8217;m not pro enough to be able to distinguish between serifed fonts yet. But, this little exercise makes me wonder if there isn&#8217;t any typographical weirdness lurking among the signage set in serif faces.</p>
<p>I got started on this entire thing because I remembered <a href="http://www.marksimonson.com/article/223/indiana-jones-and-the-fonts-on-the-maps">Mark Simonson writing about the fonts on the maps in the Indiana Jones movies</a>. I actually didn&#8217;t think about it until that Le Papillon d&#8217;Or sign caught my eye and made me go &#8216;waaaaaaait a second&#8217;. It&#8217;s the first time I remember doing that for anime, probably because most of the time, the signs are in Japanese. I guess the fact that it&#8217;s trying to present an accurate historical depiction of Paris also creates a sort of uncanny valley effect and things that would normally get passed over start to pop out.</p>
<p>Anyway, everyone should watch this show, because clarinets and cheese and baguettes and 19th century weeaboos and Yuneeeeeeeeee.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blkmage.net/2011/07/26/la-lineale-geometrique-dans-un-labyrinthe-etranger/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Anime North 2: Con Harder</title>
		<link>http://www.blkmage.net/2011/05/31/anime-north-2-con-harder/</link>
		<comments>http://www.blkmage.net/2011/05/31/anime-north-2-con-harder/#comments</comments>
		<pubDate>Tue, 31 May 2011 16:19:05 +0000</pubDate>
		<dc:creator>blkmage</dc:creator>
				<category><![CDATA[Anime]]></category>

		<guid isPermaLink="false">http://www.blkmage.net/?p=1553</guid>
		<description><![CDATA[I&#8217;ve only been to Anime North once before, four years ago. Back then, I was still reading Naruto, the most novel thing I&#8217;d watched was Haruhi, and Lucky Star just started airing. It&#8217;d be about another year before I got into my current anime and other Japanese media consumption habits. I ended up coming away [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve only been to Anime North once before, four years ago. Back then, I was still reading Naruto, the most novel thing I&#8217;d watched was Haruhi, and Lucky Star just started airing. It&#8217;d be about another year before I got into my current anime and other Japanese media consumption habits. I ended up coming away from AN unimpressed and I was pretty sure I was done with it. However, a few years of reading interesting blog posts coming out of it and actually having time to go now that I&#8217;ve graduated let me dive in and take another look at this anime convention stuff.</p>
<p>Yeah, the first time I went, I basically went on a Saturday and wandered around the dealers&#8217; room with no money, so that probably had something to do with my lacklustre experience. This time, I&#8217;d be staying at a hotel with my software engineering pals and would try to actually go to some stuff. Also, I had monies and had an idea of what I wanted to acquire.</p>
<p>Friday started out with discovering that none of the big events actually starts on time. The first thing we went to see (other than the last half of the opening ceremonies because they couldn&#8217;t finish on time) was The 404s. They were okay, I guess, but I don&#8217;t know if watching Whose Line coloured my impressions of their show. The audience suggestions kinda sucked too so they didn&#8217;t have the greatest stuff to work with. Basically, it was not hilarious enough to compel me to watch their show again on Saturday.</p>
<p>After dinner, we managed to spend some time wandering around the dealers&#8217; room, where I scoped out some stuff I wanted to come back for on Saturday after checking prices on Amazon once I got back to the hotel. I ended up with a few CDs (Houkago Tea Time II, cosMo/初音ミクの消失, and buzzG/Symphony) by the time we moved on to line up for Anime Hell. Anime Hell was actually pretty terrible, in large part because about 10% of the content was anime. The rest was just videos on the internet that the MC thought were <em>hilarious</em>. And actual pacing and comedic timing issues aside, it felt like I could&#8217;ve spent two hours on /b/ for the same experience.</p>
<p>Saturday was better. I&#8217;d went and got those things I&#8217;d left behind on Friday in the dealers&#8217; room (Hidamari Sketch for $30/volume and Mameshiba). AN Idol was equal parts decent and eyebrow-raising. Four of the six performances stuck out: the girl with the shiny pants who sang the least best Card Captor Sakura opening, the guy who was off beat and off key for the first half of some One Piece song (who ended up winning), the kid who sang that Full Moon o Sagashite song that inadvertently revealed all the shotacons in the audience, and the break-dancing Gackt guy who forgot the lyrics.</p>
<p>The AMV contest results were okay, other than there being a really low proportion of AMVs that I actually liked. It mostly reinforced my dislike of the entire concept of AMVs. Like, cutting Final Fantasy FMV sequences to a sweeping orchestral track is not something that is hard to do. There was even one of those stereotypical Linkin Park AMVs. How the hell did that happen?</p>
<p>After waiting a few minutes for onigiri and finding out that they forgot to turn on the rice cooker, it was off to wait for the Masquerade thing to start. It was kind of irritating because the MC was really slow and people in the audience don&#8217;t stfu and shout generally unfunny things. Most of the costumes were nice and there were a few super impressive ones. Unfortunately, no one really did any characters I really wanted to see. I really liked the FF9 cosplayers though.</p>
<p>Sunday was panel day. AI in anime was kinda dry and I couldn&#8217;t hear Refighting WWII because people were being loud assholes right outside the door. Pokemon Biology was the most fantastic thing ever. It involved extrapolating hilarious things from game mechanics and lore, which is exactly the sort of thing I love to do. Topics included the evolution of humans from Mews, Arceus deniers, and Tangela&#8217;s ballin&#8217; shoes. The visual novel panel was okay, I guess. There wasn&#8217;t much new, but it was kind of neat to see people talking about visual novels, I guess. And then it was back to the dealers&#8217; room to look for artbooks and finding some super expensive pixiv catalogues and not buying them.</p>
<p>I think if I go again, I&#8217;ll stay away from the big highlight events and check out more panels or video rooms. I think staying in a hotel that was a 30 minute walk was a huge factor. Of course, it beats going back home across the city each night, but I think I would&#8217;ve been much more open to exploring stuff if I&#8217;d stayed at the Doubletree.</p>
<p><a href="http://www.blkmage.net/wp-content/uploads/2011/05/gza09voj.jpeg"><img src="http://www.blkmage.net/wp-content/uploads/2011/05/gza09voj-300x225.jpg" alt="" title="Anime North loots" width="300" height="225" class="aligncenter size-medium wp-image-1566" /></a></p>
<p>Loots are: an edamame Mameshiba, Houkago Tea Time II, cosMo/初音ミクの消失, buzzG feat. 初音ミク×VOCALISTS/Symphony, Hidamari Sketch, and Hidamari Sketch ×365.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blkmage.net/2011/05/31/anime-north-2-con-harder/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The (1st annual?) π day anime and mathematics lecture</title>
		<link>http://www.blkmage.net/2011/03/14/the-1st-annual-%cf%80-day-anime-and-mathematics-lecture/</link>
		<comments>http://www.blkmage.net/2011/03/14/the-1st-annual-%cf%80-day-anime-and-mathematics-lecture/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 05:59:56 +0000</pubDate>
		<dc:creator>blkmage</dc:creator>
				<category><![CDATA[Anime]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[computational complexity]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[number theory]]></category>
		<category><![CDATA[saving the internet to save the world]]></category>
		<category><![CDATA[summer wars]]></category>

		<guid isPermaLink="false">http://www.blkmage.net/?p=1506</guid>
		<description><![CDATA[Happy $\pi$ day. We&#8217;ll begin with an obligatory video. One of the reasons I enjoyed Summer Wars so much is because the main character&#8217;s superpower is math. Well, okay, you say, he&#8217;s really good at math, but so what? A lot of people complain about the implausibility of OZ, but those of us with a [...]]]></description>
			<content:encoded><![CDATA[<p>Happy $\pi$ day. We&#8217;ll begin with an obligatory video.</p>
<p><iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/ZDYcAF8XKlw" frameborder="0" allowfullscreen></iframe></p>
<p>One of the reasons I enjoyed Summer Wars so much is because the main character&#8217;s superpower is math. Well, okay, you say, he&#8217;s really good at math, but so what? A lot of people complain about the implausibility of OZ, but those of us with a basic understanding of cryptography and number theory will have been drawn to Kenji&#8217;s quick problem solving work with an eyebrow raised. So let&#8217;s talk about why Kenji is a wizard.</p>
<div id="attachment_1530" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.blkmage.net/wp-content/uploads/2011/03/shot0001.png" alt="Kenji doing some friggin mathematics" title="Kenji doing some friggin mathematics" width="500" height="280" class="size-full wp-image-1530" /><p class="wp-caption-text">Kenji doing some friggin mathematics</p></div>
<p>We&#8217;ll start with modular arithmetic, which Kenji mentions to Natsuki on the train ride to Ueda. When we divide numbers, we often end up with remainders. Suppose we divide some integer $k$ by $N$ and we get a remainder of $r$. Then we say that $k$ and $r$ are equivalent $\bmod{N}$ and we denote that by $k = r \bmod{N}$. Because it&#8217;s how division works, for any integer $k, r$ will be some number from $0$ to $N-1$. It turns out a lot of arithmetic operations work the same way in modular arithmetic: adding, subtracting, and multiplying numbers and then taking the modulus of the result will give you the same number as adding, subtracting, and multiplying the moduli of the numbers you started out with.</p>
<p>However, division doesn&#8217;t work as we would expect it to. So we have to think about division (or the equivalent operation) differently. Instead of thinking of division as splitting a group of stuff into smaller groups, we&#8217;ll think of it as multiplying by an inverse. What&#8217;s an inverse? Well, we can try thinking of it in terms of addition.  It&#8217;s pretty intuitive that subtraction is the opposite of addition. If we have some integer $k$, then the additive inverse of $k$ is $-k$. When we add $k$ and $-k$, we get $0$, the additive identity. The identity is just the special number that we can add to anything and get that same thing back unchanged ($n+0 = n$). In the same way, if we multiply $k$ by its inverse, $k^{-1}$, then we&#8217;ll get $1$, since $k \times 1$ is just $k$ again. What this means is that the inverse of $k \bmod{N}$ is just some other number $j$ from $0$ to $N-1$ such that $j\cdot k = 1 \bmod{N}$ and it&#8217;s just multiplication again.</p>
<p>Now, the problem with this is that it&#8217;s not guaranteed that there&#8217;s always an inverse hanging around in $\bmod{N}$. In particular, if $k$ and $N$ share any divisors, then $k$ won&#8217;t have an inverse $\bmod{N}$. This is interesting because it also tells us that if we consider integers mod a prime number $P$, then every integer $\bmod{P}$ has an inverse, since $P$ doesn&#8217;t share any divisors with any integers from $0$ to $P-1$. We call these things that have inverses units. So if we have a unit $k$, then $k^m$ is also a unit, for any integer $m$. We even have a funny function $\phi$ defined such that $\phi(n)$ is the number of units in $\bmod{n}$.</p>
<div id="attachment_1529" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.blkmage.net/wp-content/uploads/2011/03/shot0005.png" alt="Love Machine solicits help" title="Love Machine solicits help" width="500" height="280" class="size-full wp-image-1529" /><p class="wp-caption-text">Love Machine solicits help</p></div>
<p>So taking everything we&#8217;ve learned, we can set up a cryptosystem! The one we&#8217;ll be looking at is called RSA, after the guys who invented it. We have Bob who wants to securely send a message $M$ to Alice. Alice chooses two prime numbers $p$ and $q$ and figures out $m = pq$. She also goes and figures out $\phi(m)$, which happens to be $(p-1)(q-1)$. Finally, she picks some integer $k$, a unit in $\bmod{\phi(m)}$. She lets everyone know $m$ and $k$, but she keeps $p$, $q$, and $\phi(m)$ secret.</p>
<p>So Bob wants to send $M$, which is just his message conveniently in number form. He makes $M$ into a number between $0$ and $m$, and if $M$ is too big, he can just break it up into chunks. Bob figures out the smallest $b$ such that $b = a^k \bmod{m}$ and sends $b$ over to Alice. Now, since Alice has $k$ and $\phi(m)$, she can also find $k^{-1}$ pretty easily. Once she has that, she can get the original message by figuring out $b^{k^{-1}} = (M^k)^{k{-1}} = M \bmod{m}$, since $kk^{-1} = 1 \bmod \phi(m)$.</p>
<p>The interesting thing here is that all of the information is out there for someone to encrypt a message to send to Alice, but no one is able to decrypt it. Well, they&#8217;re able to decrypt it if they know what $p$ and $q$ are, since once they&#8217;ve got that, they can get $\phi(m)$. But it turns out getting $p$ and $q$ from $m$ (which Alice just throws up on the interwebs) is really hard. And it really works for reals, because RSA is pretty widely deployed for things like keeping your credit card information safe while you send it through the tubes to Amazon.</p>
<div id="attachment_1528" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.blkmage.net/wp-content/uploads/2011/03/shot0007.png" alt="A conveniently displayed ciphertext" title="A conveniently displayed ciphertext" width="500" height="280" class="size-full wp-image-1528" /><p class="wp-caption-text">A conveniently displayed ciphertext</p></div>
<p>Let&#8217;s go back and think about units some more. Of course, there are only $N$ numbers in the integers $\bmod{N}$, so there&#8217;s a point at which $k^m$ is just $1$ again and starts over. If $k^m = 1 \bmod{N}$, we say that $m$ is the order of $k$. But why do we care about finding the order of $k$? </p>
<p>It turns out finding the order of elements is very, very similar to factoring an integer into primes and other related problems, like discrete logarithms. If we can find orders of elements, it won&#8217;t be too hard to figure out how to factor a number. In this case, the eavesdropper wants to figure out what $p$ and $q$ are, so they&#8217;ll want to factor $m$. And it turns out a lot of other public-key cryptosystems (like elliptic curves) are based on the difficulty of factoring.</p>
<p>How hard could it be? Well, we could just check every possibility, which doesn&#8217;t seem that bad for a number like 48, but once we get into numbers that are hundreds of digits long, that might start to suck. It turns out the fastest known algorithms for order finding take approximately $e^{O(\log N \log \log N)^{\frac{1}{2}}}$ steps. Current key lengths for RSA are at least 1024 bits, which would give us about 4.4 x 10<sup>29</sup> operations. Assuming three trillion operations per second (3 GHz), it&#8217;d take a PC about 4.7 billion years. Sure, you could just throw more powerful computers at it, but they&#8217;d just double the key size and suddenly, you&#8217;d need to do 10<sup>44</sup> operations.</p>
<div id="attachment_1526" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.blkmage.net/wp-content/uploads/2011/03/shot0008.png" alt="It&#039;s a lot easier to write math than typeset it" title="It&#039;s a lot easier to write math than typeset it" width="500" height="280" class="size-full wp-image-1526" /><p class="wp-caption-text">It&#039;s a lot easier to write math than typeset it</p></div>
<p>Well, that&#8217;s not entirely true. One of the breakthroughs in quantum computing was coming up with a fast algorithm for factoring. It turns out quantum order finding takes $O((\log N)^2 \log \log N \log \log \log N)$ steps, which, for a 1024-bit key is just over 60 operations. Doubling the key-size to 2048 bits only increases the number of operations by just over 20. Unfortunately (or fortunately, because we&#8217;d be pretty screwed if someone could easily break RSA right now), we haven&#8217;t built any quantum computers that large yet, nor are we capable of doing so anytime soon.</p>
<p>tl;dr &#8211; Kenji is a quantum computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blkmage.net/2011/03/14/the-1st-annual-%cf%80-day-anime-and-mathematics-lecture/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

