<?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>carlo angiuli (blog)</title>
	<atom:link href="http://www.carloangiuli.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.carloangiuli.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 24 Mar 2010 05:13:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>#</title>
		<link>http://www.carloangiuli.com/blog/archives/269</link>
		<comments>http://www.carloangiuli.com/blog/archives/269#comments</comments>
		<pubDate>Wed, 24 Mar 2010 05:12:20 +0000</pubDate>
		<dc:creator>Carlo</dc:creator>
				<category><![CDATA[Academia]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.carloangiuli.com/blog/?p=269</guid>
		<description><![CDATA[A while back, on a whim, I asked my tweeps and Facebook friends &#8220;What do you call the # symbol?&#8221; For some reason, everybody is really excited about #, and all in all, I received 7 responses on Twitter and 24 on Facebook. Some of you are indecisive, so of those 32 responses (counting myself), [...]]]></description>
			<content:encoded><![CDATA[<p>A while back, on a whim, I asked my tweeps and Facebook friends <a href="http://twitter.com/carloangiuli/status/8018525086">&#8220;What do you call the # symbol?&#8221;</a> For some reason, everybody is <em>really excited</em> about #, and all in all, I received 7 responses on Twitter and 24 on Facebook. Some of you are indecisive, so of those 32 responses (counting myself), there were 48 total answers.</p>
<p>I only recently got around to counting up the results, and of those 48, I grouped them into six essentially different responses:</p>
<ul>
<li>pound (or pound sign, or &#8220;pound that shit bro&#8221;),</li>
<li>hash (or hatch),</li>
<li>number (or number sign),</li>
<li>sharp,</li>
<li><a href="http://en.wiktionary.org/wiki/octothorpe">octothorpe</a>,</li>
<li>and a few other responses (tic-tac-toe board, and 0&#215;23).</li>
</ul>
<p>Many respondents seemed to have a primary answer, followed by caveats (e.g., &#8220;Pound, except in music, where it&#8217;s a sharp.&#8221;) so I differentiated between the primary and subsequent responses for each person. The following graph shows the results, where dark blue indicates primary responses, and light blue indicates all subsequent responses.</p>
<p><img class="alignnone" title="What do you call #?" src="http://chart.apis.google.com/chart?cht=bvs&amp;chs=500x300&amp;chxt=x,y&amp;chxl=0:|pound|hash|number|sharp|octothorpe|other&amp;chd=t:20,7,3,1,1,2|5,3,2,3,1,0&amp;chds=0,25&amp;chco=024769,95cbe9&amp;chtt=What+do+you+call+%23%3f&amp;chts=000000&amp;chxs=1,000000|0,000000&amp;chbh=a&amp;chxr=1,0,25,5" alt="" width="500" height="300" /></p>
<p>If you want the raw responses for some reason, and you don&#8217;t want to cull it yourself from my Twitter and Facebook, I can send you a spreadsheet. Graph is courtesy of the Google Charts API, which is a pretty sweet way to make easily-modified charts. (Check out the image URL if you&#8217;re curious how it works. I wrote a trivial Perl script to make it easier to incrementally edit the parameters and view the results.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carloangiuli.com/blog/archives/269/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>vim protips</title>
		<link>http://www.carloangiuli.com/blog/archives/263</link>
		<comments>http://www.carloangiuli.com/blog/archives/263#comments</comments>
		<pubDate>Fri, 12 Feb 2010 22:21:09 +0000</pubDate>
		<dc:creator>Carlo</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://www.carloangiuli.com/blog/?p=263</guid>
		<description><![CDATA[There are two schools of thought when it comes to text editing: vim and emacs. Although the &#8220;official&#8221; text editor of IU&#8217;s Computer Science department is emacs, I am a die-hard vim user. (If you have no idea what I&#8217;m talking about, this post isn&#8217;t for you.) I think emacs has a perfectly fine control [...]]]></description>
			<content:encoded><![CDATA[<p>There are two schools of thought when it comes to text editing: vim and emacs. Although the &#8220;official&#8221; text editor of IU&#8217;s Computer Science department is emacs, I am a die-hard vim user. (If you have no idea what I&#8217;m talking about, this post isn&#8217;t for you.)</p>
<p>I think emacs has a perfectly fine control scheme, and is certainly a very powerful program, but I prefer the simplicity of vim&#8217;s modal input. Many vim users, however, seem unaware of many things that vim can do. (Many emacs users, similarly, seem to think vim isn&#8217;t capable of emacs-like tricks.)</p>
<p>But I am here to dispel these false notions! Here&#8217;s a list of many possibly-lesser-known vim tricks, many of which I use on a daily basis. They aren&#8217;t complicated, so you don&#8217;t need to know much about vim to figure them out. If you have any other tips, leave them in a comment. If you don&#8217;t know how to use vim but want to find out, type &#8220;vimtutor&#8221; at a command line and read the instructions.</p>
<p><strong>Multipliers:</strong> Prefixing any command with a number causes that command to occur that many times. If you want to write the character &#8216;x&#8217; 80 times, just type <strong>80 i x [ESC]</strong> and the character x will be inserted 80 times. This works for all sorts of things.</p>
<p><strong>Actions and motions:</strong> You might be unaware, but actions like delete (<strong>d</strong>), change (<strong>c</strong>), and yank (<strong>y</strong>) take &#8220;motions&#8221; as an argument of sorts. Motions include end of file (<strong>G</strong>), start of line (<strong>^</strong>), end of line (<strong>$</strong>), next word (<strong>w</strong>), and matching brace (<strong>%</strong>). Executing any of these motions as a command causes the cursor to immediately jump to that location. (If the cursor is on a parenthesis, square bracket, or curly brace, <strong>%</strong> jumps you to the matching one, whether before or after.) Their true power comes when you combine them with actions, however: <strong>d%</strong> deletes the matching braces and everything in between; <strong>cG</strong> deletes the rest of the file and places you into insert mode; <strong>yw</strong> will copy the next word. In Scheme, I&#8217;ve found <strong>d%</strong> and <strong>y%</strong> indispensable for moving around S-expressions.</p>
<p><strong>Repeat last command: </strong>The <strong>.</strong> command repeats the last thing you did. If your last action was to delete the current line, <strong>.</strong> will delete the new current line. That&#8217;s all.</p>
<p><strong>Navigating directories/archives: </strong>If you open a directory or archive in vim, it will show a file listing. You can move up and down the list as usual, but if you hit Enter, it will open the file/directory that your cursor is on. If you&#8217;re in an archive, it extracts a copy into a temporary directory.</p>
<p><strong>Make: </strong>The command <strong>:mak</strong> or <strong>:make</strong> runs &#8220;make&#8221; in the current directory, showing you the result. If there are any compile errors, vim will <em>automagically</em> jump your cursor to the first one, even if it&#8217;s in a different file. The command <strong>:cn</strong> gets you to the next error, and <strong>:cN</strong> to the previous. This drastically reduces the time it takes to compile and fix errors, and is definitely the most useful tip here for any C programmers.</p>
<p><strong>TOhtml: </strong>Your files are syntax highlighted when you view them in vim. But what if you want a syntax-highlighted copy of your file to distribute to others? Use the command <strong>:TOhtml</strong>, which opens a new edit buffer with an HTML syntax-highlighted version of your file, ready to save. If you prefer CSS instead of &lt;font&gt; tags, which you should, then first use the command <strong>:let html_use_css=1</strong> or, better yet, put it in your .vimrc file so it&#8217;s always set.</p>
<p><strong>Searching: </strong>To find a string in a file, use <strong>/</strong> followed by that string. For instance, <strong>/char [Enter]</strong> will jump you to the next occurrence of &#8220;char.&#8221; The setting <strong>:set hlsearch </strong>(best placed in your .vimrc) causes vim to highlight every matching search occurrence in the file. Simply typing <strong>/</strong> [Enter] will get you to the next one. <strong>:noh</strong> turns off the highlighting.</p>
<p><strong>Indentation:</strong> If you want to indent with spaces instead of tabs, <strong>set expandtab</strong> in your .vimrc. Either way, set both <strong>shiftwidth</strong> and <strong>tabstop</strong> to the desired size of your tabs. To reindent the current line, use the command <strong>==</strong>. A single <strong>=</strong> is an action, so <strong>=G</strong> will reindent every line from the current one to the end of the file. <strong>gg=G</strong> will therefore reindent your entire file. (<strong>gg</strong> moves to the beginning of the file.)</p>
<p><strong>Splitting:</strong> You can edit multiple files side-by-side in a single instance of vim. Type in <strong>:sp</strong> for a horizontal split, or <strong>:vs</strong> for a vertical split, followed by the filename you want to open. You can further split either of these new windows. <strong>ctrl-W</strong> followed by an arrow key (or <strong>h</strong>, <strong>j</strong>, <strong>k</strong>, <strong>l</strong>) moves your cursor between files. Commands like <strong>:e</strong>, <strong>:w</strong>, and <strong>:q</strong> only affect the active split. (For instance, to close one file and continue editing the others, type in <strong>:q</strong> while that window is active.</p>
<p>This is just a small subset of vim&#8217;s features. I try to learn something new every week. By slowly adding more features to your repertoire, you&#8217;ll get increasingly efficient with your editing, without any additional thinking. And after all, that&#8217;s the goal with any text editor.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carloangiuli.com/blog/archives/263/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>A brief note on mathematics</title>
		<link>http://www.carloangiuli.com/blog/archives/261</link>
		<comments>http://www.carloangiuli.com/blog/archives/261#comments</comments>
		<pubDate>Tue, 26 Jan 2010 06:43:51 +0000</pubDate>
		<dc:creator>Carlo</dc:creator>
				<category><![CDATA[Academia]]></category>
		<category><![CDATA[Math]]></category>

		<guid isPermaLink="false">http://www.carloangiuli.com/blog/?p=261</guid>
		<description><![CDATA[This short excerpt started off an essay which will never see the light of day. I hope to eventually have a suitable way to complete this idea, but until then, maybe somebody will find it good food for thought. (You may also substitute &#8220;mathematics&#8221; for the theoretical subject of your choice, with varying degrees of [...]]]></description>
			<content:encoded><![CDATA[<p>This short excerpt started off an essay which will never see the light of day. I hope to eventually have a suitable way to complete this idea, but until then, maybe somebody will find it good food for thought. (You may also substitute &#8220;mathematics&#8221; for the theoretical subject of your choice, with varying degrees of success.)</p>
<blockquote><p>In mathematics, a proof is no more than a convincing argument of a statement&#8217;s validity. But as <em>justification</em> for a theorem, a proof alone is wanting. Why state one theorem over another?</p>
<p>The metric of real-world utility seems not to apply. After all, the very objects of study are, in some sense, artificial.</p>
<p>But the allure of mathematics&#8211;to me, at least&#8211;is how well those objects fit together: the degree to which mathematics unifies apparently different concepts is staggering. Perhaps nobody said it better than G.H. Hardy in <em>A Mathematician&#8217;s Apology</em>: &#8220;The &#8216;seriousness&#8217; of a mathematical theorem lies in&#8230;the significance of the mathematical ideas it connects.&#8221;</p>
<p>If research mathematics is about connecting ideas, surely math education ought to convey that interconnectedness. On the contrary; until reaching senior-level courses, mathematics appears an amalgam of essentially disparate concepts.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.carloangiuli.com/blog/archives/261/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>UPS tracking oddity</title>
		<link>http://www.carloangiuli.com/blog/archives/256</link>
		<comments>http://www.carloangiuli.com/blog/archives/256#comments</comments>
		<pubDate>Mon, 31 Aug 2009 18:10:57 +0000</pubDate>
		<dc:creator>Carlo</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://www.carloangiuli.com/blog/?p=256</guid>
		<description><![CDATA[This has been happening to me a lot lately with UPS. It gives some sort of insight into how their tracking system works, and it&#8217;s odd enough I thought some of you might appreciate it. I&#8217;ll get a tracking number from, say, Amazon, before the package information is entered into their system. Fair enough. Other [...]]]></description>
			<content:encoded><![CDATA[<p>This has been happening to me a lot lately with UPS. It gives some sort of insight into how their tracking system works, and it&#8217;s odd enough I thought some of you might appreciate it.</p>
<p>I&#8217;ll get a tracking number from, say, Amazon, before the package information is entered into their system. Fair enough. Other services (USPS, and I think FedEx as well) will return a page stating that the tracking number has been issued but they don&#8217;t have the package yet. But this is what I get from UPS (with the tracking number blacked out):</p>
<div id="attachment_257" class="wp-caption alignnone" style="width: 660px"><img class="size-full wp-image-257" title="UPS tracking" src="http://www.carloangiuli.com/blog/wp-content/uploads/2009/08/upstracking.png" alt="UPS tracking screenshot" width="650" height="387" /><p class="wp-caption-text">UPS tracking screenshot</p></div>
<p>The shipping date reflects my package&#8217;s shipping date, but the status, delivery date, signature, location, destination, service, and weight all correspond to a package which (presumably) previously used this same tracking number? (To wit, the delivery date is over a year before the shipping date.) Clicking on some links on that page gets me further tracking information about that previous package.</p>
<p>It seems as though they don&#8217;t actually delete tracking data&#8211;they merely overwrite it with new data as it comes in. They currently have only the shipping date of my package, so that&#8217;s the only part of that page which has been updated with my data. (Once they receive the package, all the remaining data is updated to reflect my package.)</p>
<p>This doesn&#8217;t seem like the right thing to do&#8211;they should clear out all the previous data once the tracking number is reissued. It doesn&#8217;t really matter, but I do get some information about some arbitrary package from about a year ago, and it could be potentially confusing. More importantly, it&#8217;s just kind of weird, and it&#8217;s happened to me several times recently.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carloangiuli.com/blog/archives/256/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mathematical rigor, I</title>
		<link>http://www.carloangiuli.com/blog/archives/252</link>
		<comments>http://www.carloangiuli.com/blog/archives/252#comments</comments>
		<pubDate>Mon, 17 Aug 2009 05:55:25 +0000</pubDate>
		<dc:creator>Carlo</dc:creator>
				<category><![CDATA[Academia]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Math]]></category>

		<guid isPermaLink="false">http://www.carloangiuli.com/blog/?p=252</guid>
		<description><![CDATA[Mathematical rigor. This is an issue that has been at the front of my mind for a long time, and one which, despite first appearances, is surprisingly storied and even controversial. Math is usually perceived as a completely rigorous field concerned with finding &#8220;correct&#8221; answers, and verifying the &#8220;correctness&#8221; of theorems. This is true in [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Mathematical rigor.</strong></p>
<p>This is an issue that has been at the front of my mind for a long time, and one which, despite first appearances, is surprisingly storied and even controversial.</p>
<p>Math is usually perceived as a completely rigorous field concerned with finding &#8220;correct&#8221; answers, and verifying the &#8220;correctness&#8221; of theorems. This is true in a very limited sense &#8212; math is indeed an <a href="http://en.wikipedia.org/wiki/Axiomatic_system">axiomatic system</a> under which certain conclusions follow from the premises, and others do not.</p>
<p>Of course, an axiomatic system can encompass any set of &#8220;truths&#8221; &#8212; after all, one can take any set of (non-contradictory) statements as a foundation. Thus, merely choosing axioms is an aesthetic decision not strictly based on any sort of reality.</p>
<p>While this may seem like a pedantic point, choosing axioms in math is actually a somewhat controversial issue. Apropos <a href="http://en.wikipedia.org/wiki/G%C3%B6del%27s_incompleteness_theorems">Godelian incompleteness</a>, there is an infinite set of independent axioms to accept or reject. A few prominent examples are the <a href="http://en.wikipedia.org/wiki/Axiom_of_choice">axiom of choice</a> and the <a href="http://en.wikipedia.org/wiki/Continuum_hypothesis">continuum hypothesis</a> in <a href="http://en.wikipedia.org/wiki/Set_theory">set theory</a>, and a generalized <a href="http://en.wikipedia.org/wiki/Fubini%27s_theorem">Fubini&#8217;s theorem</a> in <a href="http://en.wikipedia.org/wiki/Mathematical_analysis">analysis</a>.</p>
<p><strong>Historical axiomatization.</strong></p>
<p>But has math always been a purely axiomatic system? Not really, as it turns out. <a href="http://en.wikipedia.org/wiki/Euclid">Euclid</a>&#8216;s <a href="http://en.wikipedia.org/wiki/Euclid%27s_Elements"><em>Elements</em></a> is perhaps the greatest (or at least, most famous) specimen of axiomatization in mathematics. By taking several (reasonable) <a href="http://en.wikipedia.org/wiki/Euclidean_geometry#Axioms">geometric truths</a> as self-evident, Euclid was able to develop many non-obvious results in geometry.</p>
<p>(I must, of course, pause to note that one of his axioms is significantly less self-evident than the other. In fact, altering that axiom &#8212; the <a href="http://en.wikipedia.org/wiki/Parallel_postulate">parallel postulate</a> &#8212; yields a <a href="http://en.wikipedia.org/wiki/Non-Euclidean_geometry"><em>different</em> kind of geometry</a>, akin to conducting your business on the <a href="http://en.wikipedia.org/wiki/Elliptic_geometry">surface of a sphere</a> instead of a plane.)</p>
<p>However, the lack of a concise shorthand for algebraic notions appears to have held back the rigorous treatment of non-geometric concepts. For instance, Newton&#8217;s second law, <img src='http://s.wordpress.com/latex.php?latex=F%3Dma&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='F=ma' title='F=ma' class='latex' />, was expressed by him as <em>&#8220;The alteration of motion is ever proportional to the motive force impress&#8217;d.&#8221;</em> While it sounds pompous now, that&#8217;s simply how equations were discussed back in the day. Imagine solving a set of equations written that verbosely!</p>
<p>In fact, great mathematicians like Euler often stated results somewhat informally, and without proof. Even by the middle of the nineteenth century, Galois had to invent many terms in group theory to explain his highly-technical theory linking fields and groups.</p>
<p><strong>Nicolas Bourbaki.</strong></p>
<p>The true breakthrough in axiomatization began in the 1930s by a group of French mathematicians operating under the pseudonym <a href="http://en.wikipedia.org/wiki/Nicolas_Bourbaki">Nicolas Bourbaki</a>.</p>
<p>Bourbaki aimed to produce a coherent treatment of modern mathematics, publishing nine volumes covering a large portion of the field. While opinions on Bourbaki vary drastically, I think it&#8217;s evident that they accomplished their goal admirably, and in the process, very heavily influenced the way mathematics is performed.</p>
<p>Bourbaki took a very rigorous approach to mathematics, systematically building up concepts from set theory to <a href="http://en.wikipedia.org/wiki/Algebra">algebra</a>, <a href="http://en.wikipedia.org/wiki/Topology">topology</a>, analysis, and <a href="http://en.wikipedia.org/wiki/Spectral_theory">beyond</a>. The development is very rigorous and dry; no actual problems or applications are discussed, and virtually no diagrams are included.</p>
<p>At the time, Bourbaki&#8217;s books were undoubtedly the best references available; it is not surprising, then, that their new approach had a profound effect on mathematicians (particularly nascent ones). Even their vocabulary has stuck, such as the <a href="http://en.wikipedia.org/wiki/Empty_set">empty set symbol</a> <img src='http://s.wordpress.com/latex.php?latex=%5Cvarnothing&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\varnothing' title='\varnothing' class='latex' /> and the words <a href="http://en.wikipedia.org/wiki/Injective_function">injective</a>, <a href="http://en.wikipedia.org/wiki/Surjective_function">surjective</a>, and <a href="http://en.wikipedia.org/wiki/Bijection">bijective</a>.</p>
<p>Since then, mathematicians have essentially agreed to conduct mathematics more or less in the manner of Bourbaki. (It may seem surprising that math was at one point much less rigorous, but this merely reflects the huge influence of Bourbaki.)</p>
<p><strong>Rigor considered harmful?</strong></p>
<p>In my view, the most important question at this point is how beneficial (or detrimental) rigor is to mathematics. For reasons I will explain in the next installment, it seems evident (though initially counterintuitive) that rigor often helps clarify the situation. At the same time, I believe there is an alarming dearth of non-rigorous treatments of math.</p>
<p>Please comment on this if you have anything to add or ask; I plan on writing at least several more posts about mathematics, and I would like to focus on whatever points everyone finds most interesting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carloangiuli.com/blog/archives/252/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>My computerweb</title>
		<link>http://www.carloangiuli.com/blog/archives/245</link>
		<comments>http://www.carloangiuli.com/blog/archives/245#comments</comments>
		<pubDate>Sat, 15 Aug 2009 19:12:34 +0000</pubDate>
		<dc:creator>Carlo</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://www.carloangiuli.com/blog/?p=245</guid>
		<description><![CDATA[I&#8217;m starting to lose track of what devices I have and what they&#8217;re named, so for myself and anyone who&#8217;s interested: yggdrasil: old headless Compaq box procured from Jonah; main entry point in LAN (port 22 forwarded here) midgard: my primary computer; micro-ATX desktop I built in March ratatoskr: Windows 7 VM on midgard; needed [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m starting to lose track of what devices I have and what they&#8217;re named, so for myself and anyone who&#8217;s interested:</p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Yggdrasil">yggdrasil</a>: old headless Compaq box procured from Jonah; main entry point in LAN (port 22 forwarded here)</li>
<li><a href="http://en.wikipedia.org/wiki/Midgard">midgard</a>: my primary computer; micro-ATX desktop I built in March</li>
<li><a href="http://en.wikipedia.org/wiki/Ratatoskr">ratatoskr</a>: Windows 7 VM on midgard; needed a separate name for networking (samba, mostly?) purposes</li>
<li><a href="http://en.wikipedia.org/wiki/N%C3%AD%C3%B0h%C3%B6ggr">nidhoggr</a>: my Dell Latitude D620 laptop; recently rehabilitated since I&#8217;m carrying it around campus next year</li>
<li><a href="http://en.wikipedia.org/wiki/Huginn_and_Muninn">huginn</a>: cell phone&#8217;s Bluetooth device name</li>
<li><a href="http://en.wikipedia.org/wiki/Huginn_and_Muninn">muninn</a>: iPod touch (8 GB, 1st gen) for music and internet in my pocket</li>
</ul>
<p>I think that&#8217;s about it. All computers are running Ubuntu; midgard and nidhoggr have Vista and XP installs, respectively, in case I need Windows for something.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carloangiuli.com/blog/archives/245/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Earbud review</title>
		<link>http://www.carloangiuli.com/blog/archives/240</link>
		<comments>http://www.carloangiuli.com/blog/archives/240#comments</comments>
		<pubDate>Wed, 10 Jun 2009 16:30:55 +0000</pubDate>
		<dc:creator>Carlo</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.carloangiuli.com/blog/?p=240</guid>
		<description><![CDATA[So I bought some Skullcandy Titan earbuds a little while ago, on sale for $20. (They normally go for $40.) I&#8217;m very satisfied with them, especially because the only earbuds I had were the iPod ones, which are basically terrible. I have a pair of headphones that I&#8217;m pretty satisfied with, but lately they&#8217;ve been [...]]]></description>
			<content:encoded><![CDATA[<p>So I bought some <a href="http://www.skullcandy.com/shop/titan-p-122.html">Skullcandy Titan earbuds</a> a little while ago, on sale for $20. (They normally go for $40.)</p>
<p>I&#8217;m very satisfied with them, especially because the only earbuds I had were the iPod ones, which are basically terrible. I have a pair of headphones that I&#8217;m pretty satisfied with, but lately they&#8217;ve been sitting on my <a href="http://www.kurzweilmusicsystems.com/Product.php?product=52">keyboard</a>, and I&#8217;ve been using the earbuds for my computer and iPod.</p>
<p>(Yesterday I also bought a pair of cheapo speakers at the IU surplus warehouse for $10. They&#8217;re okay; the sound isn&#8217;t very clear, but they&#8217;re not for music anyway.)</p>
<p>Anyway, some people have asked me what I think of the earbuds. Since MS Paint is worth a thousand words, here&#8217;s my review:</p>
<p><img class="alignnone size-full wp-image-241" title="earbuds" src="http://www.carloangiuli.com/blog/wp-content/uploads/2009/06/earbuds.png" alt="earbuds" width="404" height="275" /></p>
<p>They&#8217;re pretty much as good as my headphones, which is an accomplishment for cheap-ish earbuds, which are typically quite lousy. At any rate, I do recommend them, assuming you&#8217;re interested in buying earbuds for less than $100. According to the Internet, Skullcandy&#8217;s cheaper earbuds aren&#8217;t as good as the Titans, but I haven&#8217;t tried any others. In audio equipment, though, more money does translate into better sound (up to a certain point) so I wouldn&#8217;t try skimping.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carloangiuli.com/blog/archives/240/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Octavarium</title>
		<link>http://www.carloangiuli.com/blog/archives/234</link>
		<comments>http://www.carloangiuli.com/blog/archives/234#comments</comments>
		<pubDate>Fri, 29 May 2009 23:00:45 +0000</pubDate>
		<dc:creator>Carlo</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.carloangiuli.com/blog/?p=234</guid>
		<description><![CDATA[Given that I tend to appreciate albums in their entireties, and favor complex, layered sounds over, for example, the bare production of typical &#8217;90s power pop, it&#8217;s no surprise that my tastes have recently gravitated towards progressive metal. Pause for a conversation about genres. &#8220;Metal&#8221; encompasses a hugely diverse group of sounds, from the fast, [...]]]></description>
			<content:encoded><![CDATA[<p>Given that I tend to <a href="http://www.carloangiuli.com/blog/archives/230">appreciate albums in their entireties</a>, and favor complex, layered sounds over, for example, the bare production of <a href="http://en.wikipedia.org/wiki/Weezer">typical &#8217;90s</a> <a href="http://en.wikipedia.org/wiki/Power_pop">power pop</a>, it&#8217;s no surprise that my tastes have recently gravitated towards <a href="http://en.wikipedia.org/wiki/Progressive_metal">progressive metal</a>.</p>
<p>Pause for a conversation about genres. &#8220;Metal&#8221; encompasses a hugely diverse group of sounds, from the fast, aggressive riffs in <a href="http://en.wikipedia.org/wiki/Thrash_metal">thrash metal</a>, to the melodic, punk-inspired <a href="http://en.wikipedia.org/wiki/Metalcore">metalcore</a>, and even the stupidly violent, distorted&#8230;sounds&#8230;of <a href="http://en.wikipedia.org/wiki/Grindcore">grindcore</a> (ugh). Progressive metal, a highly complex, technical genre, often doesn&#8217;t sound like metal at all. <a href="http://en.wikipedia.org/wiki/Dream_Theater">Dream Theater</a> is one of the oldest, most successful bands in the genre, and in my opinion, the best.</p>
<p>Apparently, they&#8217;re one of those bands everyone either loves or hates. All the album reviews I have found are either too raving, or&#8211;ack! they just don&#8217;t get it at all!&#8211;somewhat confused and unimpressed. There doesn&#8217;t seem to be anyone who listens to them in serious moderation. (As a side note, while I was looking through the <a href="http://www.last.fm/">last.fm</a> <a href="http://www.last.fm/api">API</a>, I discovered that <a href="http://www.last.fm/api/show?service=300">many examples</a> are about Dream Theater; I was confused until I realized that <a href="http://www.last.fm/user/RJ">Audioscrobbler&#8217;s founder is a huge fan</a>.)</p>
<p><a href="http://en.wikipedia.org/wiki/Octavarium_(album)"><em>Octavarium</em></a> is probably my favorite album of theirs, though I had a hard time deciding whether to write about it or <a href="http://en.wikipedia.org/wiki/Six_Degrees_of_Inner_Turbulence"><em>Six Degrees of Inner Turbulence</em></a>, a double album ending in a namesake 40+ minute <a href="http://en.wikipedia.org/wiki/Six_Degrees_of_Inner_Turbulence_(song)">eight-movement epic</a>. (Note to Dream Theater fans: I&#8217;m sorry; I just don&#8217;t get why everyone thinks <a href="http://en.wikipedia.org/wiki/Metropolis_Pt._2:_Scenes_from_a_Memory"><em>Metropolis Pt. 2</em></a> is so good!)</p>
<p><em>Octavarium</em> isn&#8217;t their best example of extreme technical proficiency, and isn&#8217;t particularly metal, but it&#8217;s just so rich. It&#8217;s absolutely their most progressive album, in its diversity of sounds and abundance of self-reference. Even if you don&#8217;t like metal, I think the title track at least is required listening for everyone reading this post. It&#8217;s just a <em>totally different </em><em>way of doing music</em>.</p>
<p>Their eighth studio album, <em>Octavarium</em> is a sort of concept album about cycles, filled with the numbers eight and five in surprising places. (<a href="http://dt.spatang.com/octavarium.php">Here&#8217;s a ten-page summary</a> of little details people have found in the album.) In particular, the dominating cycle in the album is that the first track starts on F, the next on G, and so forth until the eighth and final track, which starts again on F and ends with the same piano note which begins the album.</p>
<p>&#8220;The Root of All Evil&#8221; starts out the album, centered around a driving, heavy guitar riff. Written by their drummer about his past alcoholism, it&#8217;s actually the third song in his five-song &#8220;<a href="http://en.wikipedia.org/wiki/Twelve-step_Suite">Twelve-Step Suite</a>&#8221; mirroring the steps of Alcoholics Anonymous, and is full of references to the previous two songs.</p>
<p>&#8220;The Answer Lies Within&#8221; is, in stark contrast, a slow, melodic ballad dominated by piano and strings. This track perhaps best showcases James LaBrie&#8217;s soft, soaring vocals. This is one of the two songs on the album which almost sounds like it could be played on the radio.</p>
<p>&#8220;These Walls&#8221; is a mellow, atmospheric song which slowly builds to a climax that just washes over the listener. Ensemble doesn&#8217;t get much better than this.</p>
<p>&#8220;I Walk Beside You&#8221; was Dream Theater&#8217;s attempt at a single on this album; it&#8217;s rare to see a DT song clocking under five minutes (or often, even eight). It&#8217;s catchy and interesting, and I do wonder why it wasn&#8217;t actually released as one.</p>
<p>&#8220;Panic Attack&#8221; is the virtuosic performance on the album, with a strange guitar riff and constantly morphing, complex rhythms. It only gets stranger (especially starting around 4:39) but somehow captures the breathlessness of a panic attack.</p>
<p>&#8220;Never Enough&#8221; is a rant about ungrateful fans, a pretty unique song in DT&#8217;s catalog if only for how much it sounds like Muse.</p>
<p>&#8220;Sacrificed Sons&#8221; is about 9/11, a dark, largely instrumental track with a long introduction and gothic-sounding vocals. It&#8217;s definitely my least favorite track on the album: it&#8217;s a bit too slow for me, and the instrumental break at 4:15 is, while great, rather incongruous.</p>
<p>&#8220;<a href="http://en.wikipedia.org/wiki/Octavarium_(song)">Octavarium</a>&#8221; is, in my opinion, Dream Theater&#8217;s best song. I really don&#8217;t want to give much of it away, so I won&#8217;t say too much here. It starts with a fantastically expansive four-minute solo on the <a href="http://en.wikipedia.org/wiki/Continuum_(instrument)">Haken Continuum</a>, before a flute melody leads to the first of five sections. The first two sections are downtempo and soft; the third, &#8220;Full Circle,&#8221; (13:48) is an upbeat wordplay tribute to many of the bands which influenced Dream Theater. But the fourth section, &#8220;Intervals,&#8221; (18:30) is my favorite part. It references each of the tracks on the album, in order, while distorted samples from the tracks play in the background; crescendoing masterfully from a low growl to a hair-raising climax (&#8220;Trapped inside this Octavarium&#8221;).</p>
<p>Seriously, listen to this album. At least the last track. YouTube quality doesn&#8217;t really do it justice, so try to find a better-quality version somewhere (or just ask me). And do comment here if you listen to it; I&#8217;m interested to hear what other people think.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carloangiuli.com/blog/archives/234/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Colour and the Shape</title>
		<link>http://www.carloangiuli.com/blog/archives/230</link>
		<comments>http://www.carloangiuli.com/blog/archives/230#comments</comments>
		<pubDate>Mon, 25 May 2009 06:44:47 +0000</pubDate>
		<dc:creator>Carlo</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.carloangiuli.com/blog/?p=230</guid>
		<description><![CDATA[It&#8217;s summer, so I feel I ought to be writing something here once in a while. I have a few entries on math in the works, but until I get back to those, I figured I&#8217;d write a bit about music. Much of my initial exposure to music was of the classical variety, and perhaps [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s summer, so I feel I ought to be writing something here once in a while. I have a few entries on math in the works, but until I get back to those, I figured I&#8217;d write a bit about music.</p>
<p>Much of my initial exposure to music was of the classical variety, and perhaps as a result, I have always conceived of music as something larger than a sequence of singles. I don&#8217;t like listening to the radio, because the selection is so manic (and repetitive). I prefer to listen to artists one at a time, and in particular, albums from start to finish.</p>
<p>So when I think of my favorite music, I think primarily in terms of albums. Which albums do I love in their entirety? Which albums do I keep turning back to, and rarely skip a track? I started forming a list, and realized that these are albums I have quite a bit to say about, and want to evangelize as simply <em>great albums</em>.</p>
<p>The first one I&#8217;m going to mention is the <a href="http://en.wikipedia.org/wiki/Foo_Fighters">Foo Fighters</a>&#8216; <a href="http://en.wikipedia.org/wiki/The_Colour_and_the_Shape"><em>The Colour and the Shape</em></a>.</p>
<p>The Foo Fighters are an &#8220;alternative rock&#8221; (whatever that means) band fronted and formed by <a href="http://en.wikipedia.org/wiki/Dave_Grohl">Dave Grohl</a> (previously <a href="http://en.wikipedia.org/wiki/Nirvana_(band)">Nirvana</a>&#8216;s drummer) shortly after Kurt Cobain&#8217;s death. Their eponymous first album was entirely written and performed by Grohl himself. CatS was their second album, and first with a band besides Grohl. Of course, Grohl was dissatisfied with their drummer, William Goldsmith, and ended up re-recording almost all the drum parts without telling Goldsmith, who subsequently left the band.</p>
<p>The album loosely follows the arc of a relationship, but I wouldn&#8217;t really consider it a concept album. It&#8217;s probably Nick&#8217;s favorite, and definitely one of mine. I don&#8217;t need to comment extensively on it, since theoretically you will go listen to it, but here are my liner notes:</p>
<p>&#8220;Doll&#8221; is a short, quiet prelude to the album, immediately followed by the fast, loud &#8220;Monkey Wrench.&#8221; One of the popular songs off the album, and one of my favorite, it uses the loud chorus, quiet verse structure that the Foo Fighters follow in many of their songs. (I think this song, in particular, shows &#8217;80s metal&#8217;s influence on Grohl, a genre to which he later paid tribute with his solo metal side project, <a href="http://en.wikipedia.org/wiki/Probot">Probot</a>.)</p>
<p>The next few tracks build from a calm happiness to a sort of loud elation that seems to climax at the end of &#8220;Up in Arms.&#8221; Following that is &#8220;My Hero,&#8221; a song that received a lot of radio play but which I honestly think is the weakest track on the album. I really don&#8217;t understand why people like it so much, besides its vague subject matter.</p>
<p>A few tracks later comes &#8220;February Stars,&#8221; a quietly resigned song that seems to signal something went wrong. After that is &#8220;Everlong,&#8221; without question my favorite Foo Fighters song, and one of my favorite songs ever. It&#8217;s the first track on the album since &#8220;Monkey Wrench&#8221; that I&#8217;d call <em>driven</em>, and it&#8217;s pretty much the opposite of &#8220;Monkey Wrench&#8221;&#8216;s &#8220;good riddance.&#8221;</p>
<p>To me, &#8220;Everlong&#8221; perfectly captures the point just past the apex of a relationship, when everything&#8217;s too perfect and you feel an impending fall. It&#8217;s a sort of blissful desperation to keep things exactly the way they are. (&#8220;And I wonder / If everything could ever feel this real forever / If anything could ever be this good again.&#8221;) It&#8217;s a catchy song, almost therapeutic in its recklessness, as you remember what it is to feel that way. (Or maybe it&#8217;s just about sex, but is that reading really any different? SURPRISE CLAIM)</p>
<p>&#8220;Walking After You&#8221; follows through on the breakup, with a whispered, sad hope that things can be back that way. (&#8220;If you walk out on me, I&#8217;m walking after you&#8221;) But the album ends with hope, in what&#8217;s maybe my second favorite track on the album, &#8220;New Way Home.&#8221; It&#8217;s a persistently hopeful track that ends in the repeated insistence that &#8220;I&#8217;m not scared.&#8221;</p>
<p>I&#8217;ll also mention that one B-side to this album is a great cover of Gerry Rafferty&#8217;s &#8220;Baker Street.&#8221; You should <a href="http://www.youtube.com/watch?v=dmAXamKz4LQ">check it out</a>.</p>
<p>Anyway, I&#8217;m about out of things to say, so I hope you&#8217;ll check out this album, and love it as much as I (and Nick) do. If nothing else, listen to Everlong.</p>
<p>NEXT UP: Dream Theater&#8217;s <em>Octavarium</em>, an immense concept album made of total awesome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carloangiuli.com/blog/archives/230/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reflections</title>
		<link>http://www.carloangiuli.com/blog/archives/227</link>
		<comments>http://www.carloangiuli.com/blog/archives/227#comments</comments>
		<pubDate>Sat, 16 May 2009 09:39:12 +0000</pubDate>
		<dc:creator>Carlo</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Quizbowl]]></category>

		<guid isPermaLink="false">http://www.carloangiuli.com/blog/?p=227</guid>
		<description><![CDATA[(Cross-posted from Aegis Questions&#8217; blog.) I’ve been writing Illinois Scholastic Bowl questions since my junior year of high school, when Nick and I wrote the first New Trier Varsity tournament. Matt started Aegis with us the next year, and we’ve been writing tons of questions ever since. It’s sad to see the end of this [...]]]></description>
			<content:encoded><![CDATA[<p><em>(Cross-posted from <a href="http://www.aegisquestions.com/blog/">Aegis Questions&#8217; blog</a>.)</em></p>
<div class="postcontent">
<p>I’ve been writing Illinois Scholastic Bowl questions since my junior year of high school, when Nick and I wrote the first New Trier Varsity tournament. Matt started Aegis with us the next year, and we’ve been writing tons of questions ever since.</p>
<p>It’s sad to see the end of this era, but at the same time, I’m glad it’s ending. Lately, whenever I’m not doing long math problem sets, I’m busy trying to juggle friends and research and side jobs. I spent last summer taking classes and doing <a href="http://en.wikipedia.org/wiki/Enumerative_geometry#Schubert_calculus">math research</a>, so I didn’t really get a chance to write any questions until fall semester. And, as I found out, I simply don’t have time in my fall semester to write hundreds of questions on top of everything else.</p>
<p>It’s partly that our writers have never been as invested in the process as Matt, Nick, and I were. That’s somewhat an effect of our business model–people asynchronously submit questions, as we edit them into packets. I can sympathize that it’s hard to get really excited about writing lots of questions when they just disappear into a black hole. I would write to fill quotas–to finish the science in Masonic State, to write the non-computational math for Kickoffs. It would have been much harder to motivate myself if I wasn’t sure how, or if, my questions were going to get used.</p>
<p>But I think the general lack of enthusiasm is understandable from another perspective. I mean, we were the ones who started a company to write questions. Of course, we were the ones most excited by the prospect. And I don’t mean to say that our writers were apathetic–Brad and Kristin in particular stand out in my memory for all the times they would stay up with us finishing tournaments. Greg and Jonah were given specific assignments and kept well-informed of our time tables, and they performed admirably.</p>
<p>In general, though, I associate Aegis with a recurring frustration that I had to pick up the slack so often. I was responsible for a large amount of the infrastructure in Aegis–not only did I put up our website and write the program we relied on for all our question editing, but I was the only person able to assemble the packets when all was said and done. I’m not whining about it–the technology just happened that way. And Matt and Nick certainly did much more than their fair shares as well. But still, I was just always frustrated at how much needed to be done, and how little our writers were, on average, helping.</p>
<p>I’m much more frustrated, however, at the Illinois Scholastic Bowl community. Aegis was formed at a time when I thought it was becoming clear to everyone that pyramidal questions were clearly the way to go, but there was not enough supply to meet the growing demand.</p>
<p>I was half-right. There is, and continues to be, a dearth of good pyramidal questions in IHSA format. NAQT only creates one IHSA set every year, and HSAPQ refuses to include computational math. With Aegis’s departure, there isn’t really any reliable provider of pyramidal questions. Sure, Jonah is around to edit some tournaments, but as he gets further from the current circuit, it will be difficult for him to keep rounding up high schoolers and recent graduates interested in helping out. Coach Reinstein writes Solo every year, but it isn’t extraordinarily pyramidal, and he doesn’t write any other tournaments himself.</p>
<p>More importantly, <em>Illinois does not even agree that pyramidal questions are best</em>. Not only are many coaches simply unaware of the argument, but many are indifferent or insist that they know what’s best, rather than the players themselves.</p>
<p>Again and again, the players I have talked to, from all over the state, agree that pyramidal questions are more fun to play on. But I have heard coaches argue that they “know the players don’t want that.” Even when we put out a players’ survey, coaches attacked its validity for a number of silly reasons. (For instance, the survey was put up after the season, so only the “dedicated” players responded to it; the others, apparently, had already forgotten all about Scholastic Bowl.)</p>
<p>Collegiate players’ typical contribution to the pyramidal argument is, “You have to think about this logically, and without ad hominem attacks. But you’re stupid if you don’t think pyramidal questions are the best, and I don’t care to explain why again.”</p>
<p>I am happy to speak with people who honestly are unfamiliar with pyramidal questions, or people who have legitimate concerns about the potential adoption of ACF format in Illinois. But frankly, the discourse on the subject is idiotic. It’s entirely idiotic. The organization in charge of Scholastic Bowl is an athletic organization which doesn’t understand Scholastic Bowl and has no reason to. Fair enough. But why are they still in charge?</p>
<p>And the IHSSBCA is bogged down by combative coaches who refuse to let any change happen to the activity they’ve been coaching for 20 years. The new questions are too hard; they’re too long; nobody likes them. The Sterling Kickoff finished their morning–five 16-question rounds–after <strong>2 PM</strong>. A tossup went dead <strong>on the Revolutionary War</strong>, after mentioning Cornwallis and Yorktown. So did another on <strong>Avogadro’s number</strong>, after mentioning moles and its value.</p>
<p>You know what? I love quizbowl because it is a true test of cultural literacy. To win at quizbowl, you must be well-versed in everything; you must quickly recall all sorts of non-trivial knowledge from ancient history, English poetry, biochemistry…every subject.</p>
<p><strong>Quizbowl is, inherently, an elitist activity.</strong> The express purpose is for the more knowledgeable team to win. Coaches complain that it’s unfair that the Chicagoland teams keep winning. It’s unfair that they have AP classes and their students know more.</p>
<p>Yes, it’s unfair. The better students are better at the game. <em>That’s the point. </em>If you want an unpredictable game where unknowledgeable teams can win just as often, play ping pong. It’s just absurd to me that coaches literally object that the better teams always win. It’s just absurd.</p>
<p>I don’t have the energy to continue this debate. I have been pushing against the tide, and the tide has won. Aegis can’t continue; there are, in my mind, no great question providers left in Illinois. Maybe some day, Illinois Scholastic Bowl will catch up to modern quizbowl standards, but I don’t count on it. I’m not even sure that’s what we want. Only a handful of teams <em>truly </em>want that, and they can always travel to college tournaments. The rest would prefer not to lose all the time, and simply aren’t interested in putting in the time and effort required to become culturally literate on top of all of their schoolwork.</p>
<p>I don’t blame them. I don’t have the time, either.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.carloangiuli.com/blog/archives/227/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
