<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>The Rebertian Times &#187; college</title>
	<atom:link href="http://blog.rebertia.com/tag/college/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rebertia.com</link>
	<description>All my thoughts that are fit to blog. Which mostly consists of stuff about programming.</description>
	<lastBuildDate>Mon, 09 May 2011 20:44:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>CodeRally</title>
		<link>http://blog.rebertia.com/2009/06/01/coderally/</link>
		<comments>http://blog.rebertia.com/2009/06/01/coderally/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 07:51:34 +0000</pubDate>
		<dc:creator>Chris Rebert</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[college]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[UCSD]]></category>

		<guid isPermaLink="false">http://blog.rebertia.com/?p=170</guid>
		<description><![CDATA[[Meta-note: Yes, I realize this is a bit dated and definitely out of chronological order; So sue me.] Earlier this quarter, I, in partnership with Nick, participated in a programming contest put on by the CSE Department. It used a Java framework called &#8220;CodeRally&#8221; and involved programming an AI for a car on a virtual [...]]]></description>
			<content:encoded><![CDATA[<p>[<strong>Meta-note</strong>: Yes, I realize this is a bit dated and definitely out of chronological order; So sue me.]</p>
<p>Earlier this quarter, I, in partnership with Nick, participated in a programming contest put on by the CSE Department. It used a Java framework called &#8220;CodeRally&#8221; and involved programming an AI for a car on a virtual track. The cars start out at random locations and score points by doing various things, such as going through the track flags in order, throwing and hitting other cars with spare tires, etc. until time runs out. We named our AI &#8220;King Regicide&#8221; (all credit to <a href="http://unterseeboot.blogspot.com">my Desmondian counterpart</a> for the name).</p>
<p>Our initial strategy we dubbed &#8220;tirespamming&#8221;; that is, just try and hit people with tires constantly and ignore trying to go around the track circuit. We got it partially working, but then decided that due to the point spread we should focus on writing logic to go around the track circuit. After fixing a particularly nasty bug that sometimes surfaced when turning from say 5° to 355°, we tuned the tire-firing logic and did decently in simulated contests. We also wrote some smart logic for when to activate our emergency shields. We had dreams of writing some code to evade tires, but we never got around to it.</p>
<p>We ended up finishing 19th in the second qualifying round, one short of the top 18 who got to advance to the final round. However, a couple instructors and TAs, who were ineligible to win any titles/prizes, finished ahead of us, and due to the aforementioned random starting locations there was a large random factor involved and not enough rounds were done, in my opinion, to mitigate this, so we got slightly screwed over. Oh well. Se la vie.</p>
<p>This was almost made up for by the hilarity of &#8220;Disappointer&#8221;, Prof. Dana Dahlstrom&#8217;s entry in the contest. I forget the exact details, but I believe that after a set amount of time stuck in a pileup (see next paragraph), it would extricate itself, tirespam the car who caused the pile-up and throw all available tires at it, and then go back to being stuck. All assembled got a grand laugh out of it.</p>
<p>On an interesting note, the biggest problem in the contests ended up being &#8220;pileups&#8221;. These are when one car runs out of fuel while going around the circuit, and another car hits it and is too stupid to go around it. Yet more cars would then also pile-up behind these cars, blocking the inner cars from moving at all. This would usually cascade until all the cars were motionless and part of the pile-up. Only one or two cars had AIs which were smart enough to deal with this situation, and interestingly they weren&#8217;t even the top finishers. We tried to add such a feature near the end of the contest, but completely ran out of time.</p>
<p>In the end, those who actually won the contest admitted that their AIs didn&#8217;t do anything particularly fancy compared to the average entrant: just go around the circuit, throw tires occasionally, and activate shields when necessary; I believe this further supports my assertion about the large, unaddressed random factors involved.</p>
<p>All in all, it was grand fun even though we were robbed of our chance to advance to the finals, and I look forward to next year&#8217;s contests. Props to the Dini Group for sponsoring the contest and providing caffeine and food!</p>
<img src="http://blog.rebertia.com/?ak_action=api_record_view&id=170&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.rebertia.com/2009/06/01/coderally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>F before D, except after C</title>
		<link>http://blog.rebertia.com/2009/04/04/f-before-d-except-after-c/</link>
		<comments>http://blog.rebertia.com/2009/04/04/f-before-d-except-after-c/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 20:25:07 +0000</pubDate>
		<dc:creator>Chris Rebert</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[broken]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[college]]></category>
		<category><![CDATA[complain]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[frustration]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[stupid]]></category>
		<category><![CDATA[UCSD]]></category>

		<guid isPermaLink="false">http://blog.rebertia.com/?p=129</guid>
		<description><![CDATA[A public service announcement to anyone taking the Math 20 series at UCSD: I would strongly advise you to take Math 20F (Linear Algebra) before Math 20D (Differential Equations), despite how that seems alphabetically out of order. Why? Because a few classes into 20D last quarter, my Prof basically said that the current order is weird [...]]]></description>
			<content:encoded><![CDATA[<p>A public service announcement to anyone taking the Math 20 series at UCSD:</p>
<p>I would strongly advise you to take Math 20F (Linear Algebra) <strong>before</strong> Math 20D (Differential Equations), despite how that seems alphabetically out of order. Why? Because a few classes into 20D last quarter, my Prof basically said that the current order is weird (she has taught both courses) because 20D uses matrices a lot, yet there isn&#8217;t enough time to go over them in detail in 20D, so you basically have to hope learning matrices in a rushed fashion mostly from the book will work for you (it didn&#8217;t work well enough for me and definitely affected my grade). And now that I am taking 20F, I can further corroborate this since so far (and looking a bit ahead in the textbook), 20F seems like it could be summarized as &#8220;Matrices 101&#8243;.</p>
<p>So, save yourself a lot of pain and:</p>
<blockquote><p><strong><big>Take 20F before 20D!</big></strong></p></blockquote>
<p>If you have any questions, feel free to use the Comments section.</p>
<img src="http://blog.rebertia.com/?ak_action=api_record_view&id=129&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.rebertia.com/2009/04/04/f-before-d-except-after-c/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Biohazard (no, my room isn&#039;t that dirty)</title>
		<link>http://blog.rebertia.com/2009/01/18/biohazard-no-my-room-isnt-that-dirty/</link>
		<comments>http://blog.rebertia.com/2009/01/18/biohazard-no-my-room-isnt-that-dirty/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 05:20:37 +0000</pubDate>
		<dc:creator>Chris Rebert</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[college]]></category>
		<category><![CDATA[danger]]></category>
		<category><![CDATA[surreal]]></category>
		<category><![CDATA[weird]]></category>

		<guid isPermaLink="false">http://blog.rebertia.com/?p=43</guid>
		<description><![CDATA[I thought I&#8217;d chronicle this just because of the sheer weirdness factor. As I took the elevator up and back, to and from the math homework boxes so I could turn in my MATLAB homework, both times two students got on the elevator wearing gloves and moving a large, wheeled trash bin with biohazard warnings [...]]]></description>
			<content:encoded><![CDATA[<p>I thought I&#8217;d chronicle this just because of the sheer weirdness factor.</p>
<p>As I took the elevator up and back, to and from the math homework boxes so I could turn in my MATLAB homework, both times two students got on the elevator wearing gloves and moving a large, wheeled trash bin with biohazard warnings on it, apparently relatively empty with its top cover askew. And if I recall correctly, I noticed on the down trip another sticker which indicated that its contents was used needles. This obviously was a bit unsettling.</p>
<p>Now in the abstract, this isn&#8217;t all that surreal; if it had happened in the Biology Department, Medical School, Pharmacy School, or Medical Center, it would have been quite reasonable.</p>
<p>However, as should be apparent by the second sentence of my post, this didn&#8217;t happen in any of those places. It happened in the <strong>Math building</strong>. What the heck? Why on earth should there be used needles in the math building? Personally, I&#8217;m at a loss.</p>
<p>I&#8217;m reminded of a Calvin and Hobbes comic (paraphrased):</p>
<blockquote><p>(Phone rings in the house)</p>
<p>(Calvin answers the phone)</p>
<p>Calvin: Oh, hi! Yes, I&#8217;d like a large pepperoni pizza please, extra anchovies.</p>
<p>(Caller expresses befuddlement)</p>
<p>Calvin: What? Oh, sorry, must be a wrong number. (Hangs up phone)</p>
<p>Calvin (breaking the fourth wall and addressing the reader): I like making a person&#8217;s day just a bit more surreal.</p></blockquote>
<p>Have a surreal day, <strong><a title="For Adrian" href="http://www.escapistmagazine.com/videos/view/zero-punctuation/203-Braid">ADRIAN</a></strong>!</p>
<img src="http://blog.rebertia.com/?ak_action=api_record_view&id=43&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.rebertia.com/2009/01/18/biohazard-no-my-room-isnt-that-dirty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freakin&#039; TritonLink!</title>
		<link>http://blog.rebertia.com/2009/01/18/freakin-tritonlink/</link>
		<comments>http://blog.rebertia.com/2009/01/18/freakin-tritonlink/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 04:51:18 +0000</pubDate>
		<dc:creator>Chris Rebert</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[college]]></category>
		<category><![CDATA[complain]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[frustration]]></category>
		<category><![CDATA[TritonLink]]></category>
		<category><![CDATA[UCSD]]></category>

		<guid isPermaLink="false">http://blog.rebertia.com/?p=37</guid>
		<description><![CDATA[Ok, so I recently experienced significant problems trying to enroll in CSE 15L (Debugging Lab), but finally got them resolved and am now in the class. Summary Let me give you a rundown of what happened: When my enrollment time came around, all the seats for 15L were full, so I put myself on the [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, so I recently experienced significant problems trying to enroll in CSE 15L (Debugging Lab), but finally got them resolved and am now in the class.</p>
<h1>Summary</h1>
<p>Let me give you a rundown of what happened:</p>
<ol>
<li>When my enrollment time came around, all the seats for 15L were full, so I put myself on the waitlist.</li>
<li>Some time later, <a title="Computer Science Engineering Dept" href="http://www.cs.ucsd.edu/">UCSD&#8217;s CSE Department</a> sent out a notice that a new section of the class had opened up. Unfortunately, this new section conflicted badly with my schedule, so I did not remove myself from the waitlist. For reasons that I&#8217;ll come to in a second, here&#8217;s a redacted copy of the email:</li>
<blockquote><p>This e-mail is intended for students waitlisted in:<br />
CSE 15L (list of sections redacted)</p>
<p>To all students waitlisted in CSE 15L [list of sections redacted]:<br />
A new section has opened for CSE 15L!</p>
<p>You have been cleared to enroll in CSE 15L [section identification redacted],<br />
[identification information about the new section redacted]</p>
<p>If this lab time works for you then you are free to enroll on Webreg.</p>
<p>If you have any questions or concerns please contact:<br />
[contact information redacted]</p>
</blockquote>
<li>After the passage of some time, I checked and saw I was now 1st on the waitlist. I thought to myself, &#8220;Yay! It won&#8217;t be long now!&#8221;</li>
<li>A day or so later, at 11PM, I get an email from <a title="TritonLink" href="http://tritonlink.ucsd.edu">TritonLink</a> saying that it tried to add me to the class but I didn&#8217;t satisfy the prerequisites and thus was dropped from the waitlist.
<ul>
<li>(A) WTF!? Why did you even let me put myself on the waitlist then? Or why didn&#8217;t I get a warning message about this?</li>
<li>(B) Liar! I do very much indeed satisfy the prerequisites! Again, WTF!?</li>
</ul>
</li>
<li>I go to <a href="http://www-cse.ucsd.edu/index.php?id=55" class="broken_link">CSE Advising</a> to complain. The receptionist says the department is aware of the problem and has me put my name down on a clipboard of affected people.</li>
<li>A day or 2 passes. The deadline for adding classes is drawing near.</li>
<li>I go to CSE Advising again, this time to see my actual advisor. After a long wait (I don&#8217;t blame that on the department; I could have gotten a reservation), I am told by my advisor that everyone on the waitlist had been given priority for the new section, which was barring me from adding any other section of 15L. Nowhere was this mentioned in the email above, and the phrasing does nothing to suggest it. She removes the priority and I successfully enroll using a computer in the lobby.</li>
</ol>
<h1>Conclusion</h1>
<p>Overall, this pisses me off because:</p>
<ul>
<li>TritonLink should have been smarter. Its error email should have mentioned this hidden &#8220;priority&#8221; and its implications. Not to mention that its prereq-checking definitely leaves something to be desired.</li>
<li>The department&#8217;s email should have mentioned and explained this priority and its implications. As it was phrased, it did not suggest taking any action if the lab time did not work for you; that&#8217;s obviously wrong as action was very much necessary. [EDIT: I want to emphasize that I don't hold the writer particularly at fault and don't think they should be reprimanded, but rather I think the Department would do well to learn from this example in the future.]</li>
</ul>
<h1>Update [added 1/31/09]</h1>
<p>I have since sent feedback to TritonLink and got a quick and kind, albeit vague and not entirely satisfying, email response about how their development team is taking all feedback into account (while not mentioning any specifics about my problems), and that my comments were also forwarded to the Registrar&#8217;s office since they relate to the Waitlist process, which I appreciate.</p>
<p>I also sent a formal letter by post to the CSE Department regarding their role in this and how they could improve the situation. I have yet to receive a response.</p>
<ul></ul>
<img src="http://blog.rebertia.com/?ak_action=api_record_view&id=37&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.rebertia.com/2009/01/18/freakin-tritonlink/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xkcd is My Homecomic</title>
		<link>http://blog.rebertia.com/2008/11/09/xkcd-is-my-homecomic/</link>
		<comments>http://blog.rebertia.com/2008/11/09/xkcd-is-my-homecomic/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 08:56:24 +0000</pubDate>
		<dc:creator>Chris Rebert</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[coincidence]]></category>
		<category><![CDATA[college]]></category>
		<category><![CDATA[comic]]></category>
		<category><![CDATA[shirt]]></category>
		<category><![CDATA[xkcd]]></category>

		<guid isPermaLink="false">http://rebertia.wordpress.com/?p=16</guid>
		<description><![CDATA[This is quite a bit belated, but about a month ago, on the way back to ERC from the Computer Science Engineering (CSE) building, I ran into a guy wearing the same shirt as me, specifically, the one based on this comic. He was talking on a phone as we walked each other. We looked [...]]]></description>
			<content:encoded><![CDATA[<p>This is quite a bit belated, but about a month ago, on the way back to ERC from the Computer Science Engineering (CSE) building, I ran into a guy wearing the same shirt as me, specifically, <a title="My normal approach is useless here" href="http://xkcd.com/55/">the one based on this comic</a>. He was talking on a phone as we walked each other. We looked at each other and complimented each other on excellent choice of shirt. I wonder what the odds of that happening are? If only I had taken Stats&#8230;</p>
<img src="http://blog.rebertia.com/?ak_action=api_record_view&id=16&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.rebertia.com/2008/11/09/xkcd-is-my-homecomic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Military</title>
		<link>http://blog.rebertia.com/2008/11/09/the-military/</link>
		<comments>http://blog.rebertia.com/2008/11/09/the-military/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 08:30:26 +0000</pubDate>
		<dc:creator>Chris Rebert</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[college]]></category>
		<category><![CDATA[UCSD]]></category>

		<guid isPermaLink="false">http://rebertia.wordpress.com/?p=14</guid>
		<description><![CDATA[Apparently UCSD is located near a military base. I&#8217;ve seen and heard military jets and a group of Apache helicopters fly by a few times now. It&#8217;s kinda surreal, not to mention noisy. Not exactly something they mention in the promotional pamphlet :)]]></description>
			<content:encoded><![CDATA[<p>Apparently UCSD is located near a military base. I&#8217;ve seen and heard military jets and a group of Apache helicopters fly by a few times now. It&#8217;s kinda surreal, not to mention noisy. Not exactly something they mention in the promotional pamphlet :)</p>
<img src="http://blog.rebertia.com/?ak_action=api_record_view&id=14&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.rebertia.com/2008/11/09/the-military/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Six Colleges of UCSD &#8211; A Ranking Guide for Applicants</title>
		<link>http://blog.rebertia.com/2008/11/08/the-six-colleges-of-ucsd-a-guide-for-applicants/</link>
		<comments>http://blog.rebertia.com/2008/11/08/the-six-colleges-of-ucsd-a-guide-for-applicants/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 05:41:00 +0000</pubDate>
		<dc:creator>Chris Rebert</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[college]]></category>
		<category><![CDATA[UCSD]]></category>

		<guid isPermaLink="false">http://rebertia.wordpress.com/?p=11</guid>
		<description><![CDATA[[Last updated: November 2010; Hi, College Confidential folks!] A friend of mine who&#8217;s currently applying to college recently asked me about which college of UCSD to apply to, not knowing that you don&#8217;t choose one but rather rank them. Anyway, in the interests of helping him and other future UCSD applicants, I&#8217;m writing this guide [...]]]></description>
			<content:encoded><![CDATA[<p>[Last updated: <em><span style="text-decoration: underline;">November 2010</span></em>; Hi, <a href="http://talk.collegeconfidential.com/">College Confidential</a> folks!]</p>
<p>A friend of mine who&#8217;s currently applying to college recently asked me about which college of UCSD to apply to, not knowing that you don&#8217;t choose one but rather rank them. Anyway, in the interests of helping him and other future UCSD applicants, I&#8217;m writing this guide based on my personal experience so far. I wish someone had written this for me before I&#8217;d applied; I definitely would have changed my rankings on the application. [<strong>EDIT:</strong> Just found <a href="http://www.ucsd.edu/prospective-students/undergraduate-college-system/index.html">this great webpage</a> on the differences between the colleges. Now if they'd just link to it on the UC application...][<strong>YET ANOTHER EDIT:</strong> Here's <a href="http://www.ucsd.edu/catalog/front/Choosing.html">one more</a>.][<strong>FURTHER EDIT</strong>: Here's <a href="http://admitspit.wordpress.com/2006/11/10/the-six-colleges-of-ucsd/">another person's blog post</a> on the subject.]</p>
<h1>Disclaimer</h1>
<p>I&#8217;m a <span style="text-decoration: line-through;">freshman</span> <span style="text-decoration: line-through;">sophomore</span> (now a) junior at Eleanor Roosevelt College and my non-ERC friends are mostly from Warren, so take this all with a grain of salt. I ranked Muir first on my application and ERC second; below that, I can&#8217;t remember precisely, except that Sixth was near the bottom. Also, note that the colleges are listed below in no particular order.<br />
<span class="thankyoucodinghorror"><em>Disclosure:</em> This post contains 1 brief paid advertisement; it is clearly distinct from the regular content.</span></p>
<h1><a title="Roosevelt College" href="http://roosevelt.ucsd.edu/">Eleanor Roosevelt College (ERC)</a></h1>
<p>Eleanor Roosevelt&#8217;s emphasis is on internationalism, politics, and globalization. It&#8217;s also got the longest name of all the colleges by number of syllables, hence why everyone calls it either &#8220;ERC&#8221; or &#8220;Roosevelt&#8221;. Its logo is appropriately a simple shining blue globe with longitude and latitude lines (such symbolism&#8230;). It&#8217;s home to <a title="I-House" href="http://ihouse.ucsd.edu/">International House (I-House)</a>, which is where foreign study abroad students live at UCSD. Anyone at UCSD can also apply to live at I-House if they want to be amongst all the various cultures. It&#8217;s Core Course (and chief defining attribute) is <a title="MMW homepage" href="http://roosevelt.ucsd.edu/mmw/courses/index.html">Making of the Modern World (MMW)</a>, which is 6 quarters long (the longest core course of any of the colleges) and is infamous for its difficulty and the amounts of reading involved. Essentially, it&#8217;s about the history of culture, society, the human race, and the human world from prehistory to the modern day. Picture a shrunken version of <a title="Columbia" href="http://en.wikipedia.org/wiki/Columbia_University">Columbia University&#8217;s</a> (in)famous &#8220;Core&#8221; and you&#8217;d have something close to MMW. Except for the first 2 classes, the rest require 8-page research papers in addition to having final exams. ERC also requires that you take 3 courses about a specific geographic region of your choice (your so-called Regional Specialization), which makes some sense in today&#8217;s interconnected world. The dorms are low-rise, only 4 stories all. Yearly concert: Rockin&#8217; Roosevelt. [<strong>UPDATE</strong>: A new, very tall transfer student housing complex has opened up in Roosevelt's hexant of campus. Aside from some dining hall crowding at the highest peak hours, no huge impact so far, but side benefit: they have a combination coffee shop/convenience store called The Village open until 1AM, and it's just a short walk from Roosevelt.]</p>
<h2>Pros</h2>
<ul>
<li>Newest and best dorms of all the colleges; unless you&#8217;re particularly unlucky, you&#8217;ll get a single Sophomore year</li>
<li>Best dining hall: <a title="Cafe Ventanas" href="http://hds.ucsd.edu/cafeventanas/">Cafe Ventanas (aka Cafe V)</a>, with huge floor-to-ceiling windows and beautiful wood ceiling</li>
<li>Best looking, with a beautiful green quad flanked by the dorms and terminating at the entrance to Cafe V</li>
<li>In close proximity to <a title="RIMAC" href="http://en.wikipedia.org/wiki/RIMAC_Arena">RIMAC gym</a> and the new athletic field</li>
<li>More girls than guys demographically (not necessarily unique to ERC)</li>
<li>The Village (see &#8220;Update&#8221; above)</li>
<li>Goody&#8217;s (see &#8220;Update&#8221; under Thurgood Marshall below) is within decent walking distance (though certainly farther away than The Village, but as The Village doesn&#8217;t actually offer cooked food&#8230;). Apparently ERC is now the place for all you late-night diners (or studiers who need another Red Bull to make it through your no-sleep cram session; I say this from experience :-).</li>
</ul>
<h2>Cons</h2>
<ul>
<li>A bit far away from classes and somewhat isolated from the rest of campus; not much more than MMW classes take place here as far as I can tell, and you have to go up one decently steep hill to get to classes</li>
<li>Having to take MMW; <span style="text-decoration: underline;"><strong>do not</strong></span> underestimate this</li>
</ul>
<h2>Bottom Line</h2>
<p>The college for Political Science or International Relations majors, Humanities majors, those very interested in foreign cultures, or people who place dorm and food quality above all else. Beware the intense challenge, or alternately if you&#8217;re a raving masochist, enjoy the intriguing delight, that is MMW. If you&#8217;re not going to be majoring in one of the aforementioned subjects, I&#8217;d stay the <a href="http://en.wikipedia.org/wiki/Fsck#Use_as_profanity">fsck</a> away from ERC, unless all you care about is the dorms and the dining hall, which seems rather shortsighted to me, but whatever.</p>
<h1><a title="Muir College" href="http://muir.ucsd.edu/">John Muir College</a></h1>
<p>John Muir College (usually abbreviated to just &#8220;Muir&#8221;), is most frequently ranked 1st on the UCSD application and for quite good reason. It&#8217;s named after the famous naturalist John Muir, and is noted for inheriting his ethos of appreciating the beauty of nature. It&#8217;s so popular mainly because of its very flexible General Education requirements compared to the other colleges (think <a href="http://en.wikipedia.org/wiki/Brown_University">Brown University</a>, only less so); just pick courses off long lists for each category (there are a variety of courses to satisfy any given GE and you&#8217;re bound to like a few of the ones on the list). Muir is also notable for having the <a title="Sun God" href="http://en.wikipedia.org/wiki/Sun_God_(statue)">Sun God</a> statue on its college green (ironically because none of the other colleges would take it at the time). In case you don&#8217;t already know, the Sun God is a vividly colored statue of a bird often used as the unofficial campus mascot (the official one is the Triton, which there&#8217;s now a fountain of at the <a title="Price Center" href="http://en.wikipedia.org/wiki/UCSD_Price_Center">Price Center</a>, but he&#8217;s significantly less popular). Its Core Course is <a title="Muir Writing" href="http://muir.ucsd.edu/muir-writing/">Muir Writing</a>. It appears to have several well-established student groups in its Cave of Organizations (this name might be a bit off).</p>
<h2>Pros</h2>
<ul>
<li><strong>Most flexible/lenient General Education requirements</strong></li>
<li>the Sun God is located here</li>
<li>close to the old student center and the Price Center</li>
<li>close to the old gym and smaller sports fields</li>
<li><span style="text-decoration: line-through;">has its own surf/skateboard shop</span> (<strong>EDIT</strong>: Muir Skate &amp; Surf has sadly relocated off campus)</li>
<li>Has <a href="http://hds.ucsd.edu/pines/">Pines</a>, a recently-opened, pretty good, wannabe-gourmet dining hall. <span style="text-decoration: line-through;">[<strong>EDIT</strong>: <strong><em>Had</em></strong> Sierra Summit cafeteria, which I recently went to and found that it rocked. It even had a fancy coffee/ice cream/fruit drink counter. And the pizza/pasta is self-service (unlike the other dining halls). Also had El Mercado, a decent taqueria. Unfortunately, they're remodeling both these they'll only reopen 2010 or so (bummer).]</span></li>
</ul>
<h2><strong>Cons</strong></h2>
<ul>
<li>Its dorms are really tall, gray, and from the Art-Deco era (don&#8217;t know about the interiors though)</li>
<li>[<strong>SUBSEQUENT EDIT</strong>]: This Con no longer applies since &#8220;Pines&#8221; has now opened.<span style="text-decoration: line-through;">[<strong>EDIT</strong>: No dining halls within the college. You're gonna have to hoof it further for food than everyone else.]</span></li>
<li>I honestly couldn&#8217;t think of any other cons; just rank it your first choice already!</li>
</ul>
<h2>Bottom Line</h2>
<p>Unless one of the other colleges really grabs you, I strongly recommend ranking Muir as your first choice.</p>
<h1><a title="Warren College" href="http://warren.ucsd.edu/">Earl Warren College</a></h1>
<p>Earl Warren College (usually referred to simply as &#8220;Warren&#8221;) is unofficially the college for engineers. If UCSD&#8217;s summary webpage had been more helpful, I probably would have ranked Warren over Roosevelt, which is the main reason I&#8217;m writing this guide in the first place. All the Engineering and Computer Science buildings are located in Warren, probably due to its aforementioned popularity with engineers (or is it the other way around?). Its GEs are noted to be much easier for engineers than the other colleges, with the possible exception of Muir. Its Core Course is <a title="Warren Writing" href="http://warren.ucsd.edu/academics/warren-writing/index.html">Warren Writing</a>, which consists of 2 quarters of writing essays based on readings followed by 1 quarter of Philosophy.</p>
<h2>Pros</h2>
<ul>
<li>It&#8217;s where the Engineering and Computer Science buildings are located</li>
<li>Very close to the Price Center</li>
<li>Has <a title="Earl's Place" href="http://hds.ucsd.edu/earlsplace/">Earl&#8217;s Place</a>, a combination general store and coffee shop open until 1AM</li>
<li>[<strong>EDIT</strong>: Canyon Vista cafeteria has decent food and a spectacular view]</li>
<li>Engineers only have to complete 2 Area Studies (3 quarters each) in topics of their choice as their distribution requirements!</li>
</ul>
<h2>Cons</h2>
<ul>
<li>Requires non-engineers to complete 2 Programs of Concentration in areas of your choice (6 quarters <em>each</em>)</li>
</ul>
<h2>Bottom Line</h2>
<p>Are you an Engineer or Scientist? Then Warren should be your first or second choice. Don&#8217;t make the same mistake I did by not ranking it high.</p>
<h1><a title="Sixth College" href="http://sixth.ucsd.edu/">Sixth College</a></h1>
<p>Sixth College (people just call it &#8220;Sixth&#8221;) is the newest of the colleges, having been founded only in 2002. This is incidentally why it hasn&#8217;t been properly named yet; a college is called by its number until it gets named (e.g. ERC used to be Fifth College). It&#8217;s emphasis and Core Course is <a title="CAT" href="http://www.ucsd.edu/portal/site/ucsd/menuitem.135225ab0c7ce3c0c0020010d34b01ca/?vgnextoid=9bd9a78f2c741110a78f2c741110cdca5105RCRD">CAT: Culture, Art, and Technology</a>; it claims to be an education for 21st century modernity. Sixth&#8217;s dorms are widely known to be not so great; they&#8217;re nicknamed &#8220;Camp Snoopy&#8221; since they look quite like summer camp housing. Sixth is also off in a corner of the campus and thus somewhat isolated like ERC is, though it&#8217;s closer to the Price Center. Sponsors UCSD&#8217;s RPG Club and a yearly videogame event whose name escapes me. Yearly concert: Kuncocshun</p>
<h2>Pros</h2>
<ul>
<li>Cool name and logo; just say it to yourself: &#8220;Sixth College&#8221;, the name is a number &#8212; that&#8217;s pretty awesome IMHO</li>
<li>Modern</li>
<li>High culture</li>
<li>Technology</li>
<li>The dorms are said to be roomy compared to the other colleges</li>
</ul>
<h2>Cons</h2>
<ul>
<li>Founded very very recently; not firmly well-established or defined; might not have all the kinks worked out yet. This was my main concern and reason for ranking it low on my application. Not being a student at it, the situation on the ground may be different.</li>
<li>The dorms (relatively speaking)</li>
<li>A bit isolated</li>
<li>Smallest of the 6 colleges (possibly a Pro depending on your POV)</li>
<li>FoodWorx dining hall &#8211; Comparatively small, with basic fare; but you can get custom personal pizzas (!)</li>
</ul>
<h2>Bottom Line</h2>
<p>Do you like to try new things? Do you like the idea of being a fearless trailblazer? Are you a technophile who also likes high culture? Does the fact it was founded only in 2002 not bother you? Then rank Sixth College high on your application.</p>
<h1><a title="Revelle College" href="http://revelle.ucsd.edu/">Revelle</a></h1>
<p>Revelle was UCSD&#8217;s first college and as such is very traditional and has the oldest buildings. It&#8217;s notable for having <a title="CLICS" href="http://www.ucsd.edu/portal/site/Libraries/menuitem.7974bc238fac0eb7147f6defd34b01ca/?vgnextoid=6969c70d381c3110VgnVCM10000045b410acRCRD">its own library with integrated computer lab called CLICS</a>. The physics department and most math classes are located here. This is about the extent of my knowledge about Revelle.</p>
<h2>Pros</h2>
<ul>
<li>Close to the old gym and sports fields</li>
<li>Has its own library</li>
<li>Close to the old student center</li>
</ul>
<h2>Cons</h2>
<ul>
<li>Oldest dorms</li>
<li>Oldest architecture/buildings</li>
<li>Supposedly has the (comparatively) worst cafeteria; haven&#8217;t confirmed this personally though</li>
<li>[<strong>EDIT</strong>: Its core course, "Humanities" (abbreviation: Hum), is said to rival MMW in difficulty. &lt;<em>Shudder&gt;</em>]</li>
</ul>
<h2>Bottom Line</h2>
<p>If the other colleges haven&#8217;t grabbed you so far, research Revelle further, as I don&#8217;t know nearly enough to make a recommendation about it. However, based on the little information I do have, it seems like Roosevelt but with less internationalism and worse amenities.</p>
<h1><a title="Marshall College" href="http://marshall.ucsd.edu/index.php">Thurgood Marshall</a></h1>
<p>Thurgood Marshall (if you haven&#8217;t discovered the pattern yet, &#8220;Marshall&#8221;) is named after the <a title="Thurgood Marshall" href="http://en.wikipedia.org/wiki/Thurgood_Marshall">Supreme Court Justice</a> and emphasizes community involvement and multiculturalism. Its logo is appropriately a drawing of three hands grasping each other&#8217;s wrists in unity. Its Core Course is <a title="DOC" href="http://marshall.ucsd.edu/doc/index.html">Dimensions of Culture (DOC)</a>, which is about race, identity, and the law in the USA, paralleling the historical times of Marshall&#8217;s namesake. <a title="DOC Overhaul" href="http://ucsdguardian.org/index.php?option=com_content&amp;task=view&amp;id=10516&amp;Itemid=2">According to The Guardian</a> (UCSD&#8217;s student newspaper), DOC is currently in the process of being revamped. Its freshman dorms are tall, industrial, concrete buildings located right next to OVT (see Pros). Its apartment dorms are a large group of brown and white 2-story buildings located in a cluster.</p>
<h2><strong>Pros</strong></h2>
<ul>
<li>Home to <a title="OVT" href="http://hds.ucsd.edu/oceanview/">Oceanview Terrace Cafe (OVT)</a>, which is open until <span style="text-decoration: line-through;">1AM</span> 9PM (<strong>curse you</strong>, UC budget cuts!), one of the latest on campus; it&#8217;s known for its breakfast burritos</li>
<li>[<strong>UPDATE</strong>: Now also home to Goody's, a Mexican eatery and convenience store featuring burritos (slightly on the small and overpriced side compared to OVT's no-longer-offered non-breakfast burritos) and mediocre sandwiches that's open until <strong>1AM</strong> (<em>somewhat</em> makes up for OVT closing earlier).]</li>
</ul>
<h2>Cons</h2>
<ul>
<li>Insufficient information to know what the Cons are; Probably a decent filler choice to put some distance between your application and ERC.</li>
</ul>
<h2>Bottom Line</h2>
<p>Same as for Revelle; I simply don&#8217;t know enough to make a recommendation. But if you like its emphasis, you should look into it.</p>
<h1>Conclusion</h1>
<p><strong>EDIT</strong><strong>:</strong> It seems my timing is excellent. The Guardian&#8217;s current issue has a great <a title="Don’t Dive in — College Ranking Pool Shallow at Both Ends" href="http://ucsdguardian.org/index.php?option=com_content&amp;task=view&amp;id=10560&amp;Itemid=3">article about the difficulty of uninformed applicants ranking the six colleges </a>[<strong>Further EDIT</strong>: Link unfortunately deadened by the Guardian's website remodel!]. The post has been updated with the article&#8217;s additional info.</p>
<p>I hope you found this guide helpful; I know I would have. If you have any comments, questions, or if you went or are currently going to one of the colleges and think I misrepresented it, please feel free to tell me and I&#8217;ll update this post. Best of luck on your college applications! Get started early and don&#8217;t procrastinate about them.</p>
<p><!--Expires 14 Jul 2011--></p>
<h1>Addendum: Switching colleges</h1>
<p>[Written in response to a comment on this post.]</p>
<p>The little-known secret of UCSD&#8217;s college system: though discouraged and made to sound impossible by the administration, you <strong>can</strong> switch colleges (a couple of my suitemates from last year who were engineers managed to), but there are restrictions. Here&#8217;s the skinny: You <em>can</em> switch colleges, <strong>but only</strong> if you would be able to graduate at least <strong>2 quarters earlier</strong> by doing it (due to differing General Education requirements); if you won&#8217;t graduate any earlier, you unfortunately can&#8217;t change <em>just</em> because your GEs suck. You also can&#8217;t apply for the switch until Spring Quarter of your Freshman year (if granted, the switch is effective the following Fall), so you&#8217;re gonna have to take at least the first three quarters of your college&#8217;s core course. There are some other fairly minor restrictions.</p>
<p>For details on <a href="http://registrar.ucsd.edu/StudentLink/Intercollege_Transfer_Form.pdf">switching colleges at UCSD, read the Inter-College Transfer Request form</a> (PDF).</p>
<img src="http://blog.rebertia.com/?ak_action=api_record_view&id=11&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.rebertia.com/2008/11/08/the-six-colleges-of-ucsd-a-guide-for-applicants/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

