<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>CS Musings</title>
	<link>http://cs.mu</link>
	<description></description>
	<lastBuildDate>Tue, 25 May 2010 05:34:23 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Installing CouchDB 0.11 on Ubuntu 10.4 Lucid</title>
		<description><![CDATA[After much soul-searching, I&#8217;ve finally figured out the full script for setting up couchdb from source on a newly minted Ubuntu 10.4 Lucid image on linode (should work elsewhere). Some notes: this shell script is my first attempt at one, so it doesn&#8217;t have anything other than a list of commands. I tried to put [...]]]></description>
		<link>http://cs.mu/?p=20</link>
			</item>
	<item>
		<title>Bash History Command</title>
		<description><![CDATA[Recently I came across an idea to more effectively search through the history of commands I typed. I already know about the up arrow will revisit the history in reverse chronological order. However, I would like to have a better way of searching for the command I typed. Typing CTRL-r would give you a prompt [...]]]></description>
		<link>http://cs.mu/?p=17</link>
			</item>
	<item>
		<title>Exercise 4-2</title>
		<description><![CDATA[This particular problem comes from the book Erlang Programming published in 2009 by O&#8217;reilly, it is the ring message problem (ring.erl). It took me a while to do this problem because this is my first foray into concurrency, and I&#8217;m not used to the way they pass information around (always tries to pass information in [...]]]></description>
		<link>http://cs.mu/?p=16</link>
			</item>
	<item>
		<title>Section 3.1</title>
		<description><![CDATA[I have skipped two sections on data-directed programming and generic operations. I have read through most of the texts, but I did not do any exercises for them, it seems boring enough that when I have more time in the future (or when I need the knowledge), I will come back and do the exercises. [...]]]></description>
		<link>http://cs.mu/?p=9</link>
			</item>
	<item>
		<title>SICP 2.3</title>
		<description><![CDATA[This will be the first section that I will post as I work through it. My hope from this point on is to complete one section per two day, see how that works out. Skipped: 2.65, 2.71, 2.72 Without further ado, here is the first question: Exercise 2.53: For this exercise, just need to plug [...]]]></description>
		<link>http://cs.mu/?p=8</link>
			</item>
	<item>
		<title>SICP 2.2</title>
		<description><![CDATA[Due to my need to move on, I will not comment on my solutions for this section either, but if anyone needs further explanation of anything i did, please feel free to ask either in comment or email. The following exercises from this section are not done yet: 2.29 C), 2.32, 2.38, 2.39. They are [...]]]></description>
		<link>http://cs.mu/?p=7</link>
			</item>
	<item>
		<title>SICP 2.1</title>
		<description><![CDATA[Section 2.1, I have kept most of the exercises I did for this section, but for some i got lazy and did not do. If you wish to compare answer for those exercises, please leave a comment and i would be happy to add them in. I will not add any comments since I did [...]]]></description>
		<link>http://cs.mu/?p=6</link>
			</item>
	<item>
		<title>Chapter 1</title>
		<description><![CDATA[Stuff in this chapter i haven&#8217;t kept on my computer, this is largely a placeholder post until i get some time to come back to this. Since I have more or less already done this chapter, I am going to lump the whole thing in one post. Chapter was quite simple for me, since I [...]]]></description>
		<link>http://cs.mu/?p=4</link>
			</item>
	<item>
		<title>scheme test</title>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 &#40;define &#40;make-queue&#41; &#40;let &#40;&#91;front-ptr '&#40;&#41;&#93; &#91;rear-ptr '&#40;&#41;&#93;&#41; &#40;define &#40;empty-queue?&#41; &#40;empty? front-ptr&#41;&#41; &#40;define &#40;insert-queue! new&#41; &#40;if &#40;empty-queue?&#41; &#40;begin &#40;set-front-ptr! new&#41; &#40;set-rear-ptr! new&#41;&#41; &#40;begin &#40;set-cdr rear-ptr new&#41; &#40;set-rear-ptr! new&#41;&#41;&#41;&#41; &#40;define &#40;dispatch m&#41; &#40;cond &#91;&#40;equal? m 'insert-queue!&#41; insert-queue!&#93;&#41;&#41; dispatch&#41;&#41; 1 2 3 [...]]]></description>
		<link>http://cs.mu/?p=15</link>
			</item>
	<item>
		<title>Hello world!</title>
		<description><![CDATA[Hi all, this is my first time blogging, I hope to have something fun/interesting up soon. I hope adding new content to this blog will be something I do regularly, let&#8217;s see how that turns out. This blog is going to be about my hobbies and interests, which currently include computer science (seeing that I [...]]]></description>
		<link>http://cs.mu/?p=13</link>
			</item>
</channel>
</rss>
