<?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>Prometheus &#187; Editors&#8217; Notes</title>
	<atom:link href="http://www.prometheus-journal.com/category/editors-notes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.prometheus-journal.com</link>
	<description>Johns Hopkins Undergraduate Journal of Philosophy</description>
	<lastBuildDate>Thu, 02 Sep 2010 02:57:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Solution to the Hardest Logic Puzzle Ever</title>
		<link>http://www.prometheus-journal.com/2009/09/solution-to-the-hardest-logic-puzzle-ever/</link>
		<comments>http://www.prometheus-journal.com/2009/09/solution-to-the-hardest-logic-puzzle-ever/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 03:14:14 +0000</pubDate>
		<dc:creator>cuong</dc:creator>
				<category><![CDATA[Editors' Notes]]></category>
		<category><![CDATA[Logic]]></category>
		<category><![CDATA[Brian Rabern]]></category>
		<category><![CDATA[George Boolos]]></category>
		<category><![CDATA[Landon Rabern]]></category>

		<guid isPermaLink="false">http://www.prometheus-journal.com/?p=1064</guid>
		<description><![CDATA[<strong>By Cuong Q. Nguyen</strong><br />Last semester I posted a riddle regarded by a number of contemporary philosophers as the "hardest" logic puzzle in the world.  Raymond Smullyan, a prominent logician and philosopher, has a number of logic puzzles available online for people to solve, and this particular puzzle received a lot of attention from our readers.  After some considerable delay, here is both my solution and various other solutions to the puzzle.  Enjoy!</br>]]></description>
			<content:encoded><![CDATA[<p>So after verifying my answer with American philosopher George Boolos’s solution, here is my solution to the “Hardest Logic Puzzle in the World.”  Enjoy.</p>
<p>&#8212;</p>
<p><strong>“Three gods A, B, and C are called, in some order, True, False, and Random. True always speaks truly, False always speaks falsely, but whether Random speaks truly or falsely is a completely random matter. Your task is to determine the identities of A, B, and C by asking three yes-no questions; each question must be put to exactly one god. The gods understand English, but will answer all questions in their own language, in which the words for yes and no are ‘da’ and ‘ja’, in some order. You do not know which word means which.”</strong></p>
<p>Here’s a few clarifications about the puzzle.</p>
<p><strong>1. It could be that some god gets asked more than one question (and hence that some god is not asked any question at all).</strong></p>
<p><strong>2. What the second question is, and to which god it is put, may depend on the answer to the first question. (And of course similarly for the third question.)</strong></p>
<p><strong>3. Whether Random speaks truly or not should be thought of as depending on the flip of a coin hidden in his brain: if the coin comes down heads, he speaks truly; if tails, falsely.</strong></p>
<p><strong>4. Random will answer ‘da’ or ‘ja’ when asked any yes-no question.</strong></p>
<p>&#8212;</p>
<p>The first approach I took here was to find a god that I could be certain is not Random which would make that god either True or False.  This is quite difficult though because you do not know what ‘da’ or ‘ja’ means.  All you know is that each of them either means <em>yes</em> or <em>no</em>.</p>
<p>To get to the appropriate answer then, I thought about forming the question using logical connectives such as:</p>
<p>“Does <em>ja</em> mean <em>no</em> if and only if you are true if and only if B is random?” (p ≡ q ≡ r)</p>
<p>p = <em>ja</em> means <em>no</em></p>
<p>q = you (the god) is true</p>
<p>r = B is random</p>
<p>As you can see from above I used a biconditional to construct my question.  A logical biconditional is a logical operator that connects two statements to assert the statement <em>p if and only if q</em> (or p ≡ q).  The different between a biconditional and a material conditional (if-then statements) is only seen when the hypothesis (p) is false and the consequent (q) is true.  In the case of the material condition that statement is true, but in the biconditional that result is false.  Here is a truth table to show this:</p>
<p><span style="color: #ffffff;">.</span></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="22" valign="top">p</td>
<td width="22" valign="top">q</td>
<td width="53" valign="top">p → q</td>
</tr>
<tr>
<td width="22" valign="top">T</td>
<td width="22" valign="top">T</td>
<td width="53" valign="top">T</td>
</tr>
<tr>
<td width="22" valign="top">T</td>
<td width="22" valign="top">F</td>
<td width="53" valign="top">F</td>
</tr>
<tr>
<td width="22" valign="top"><strong>F</strong></td>
<td width="22" valign="top"><strong>T</strong></td>
<td width="53" valign="top"><strong>T</strong></td>
</tr>
<tr>
<td width="22" valign="top">F</td>
<td width="22" valign="top">F</td>
<td width="53" valign="top">T</td>
</tr>
</tbody>
</table>
<p><span style="color: #ffffff;">.</span></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="22" valign="top">p</td>
<td width="22" valign="top">q</td>
<td width="53" valign="top">p ≡ q</td>
</tr>
<tr>
<td width="22" valign="top">T</td>
<td width="22" valign="top">T</td>
<td width="53" valign="top">T</td>
</tr>
<tr>
<td width="22" valign="top">T</td>
<td width="22" valign="top">F</td>
<td width="53" valign="top">F</td>
</tr>
<tr>
<td width="22" valign="top"><strong>F</strong></td>
<td width="22" valign="top"><strong>T</strong></td>
<td width="53" valign="top"><strong>F</strong></td>
</tr>
<tr>
<td width="22" valign="top">F</td>
<td width="22" valign="top">F</td>
<td width="53" valign="top">T</td>
</tr>
</tbody>
</table>
<p><span style="color: #ffffff;">.</span></p>
<p>You could actually formulate many different questions to found out which god is for certain not random.  The similarity between all these different questions that involve biconditionals is that there are three statements being made and we are asking if an odd number of the following statements are true.</p>
<p>This approach can be a bit difficult if someone doesn’t have a background in basic formal logic.  Another way to solve the puzzle is by using counterfactuals.  A counterfactual is a “if-then” statement that indicated what <em>would be</em> the case if its antecedent <em>were</em> true.  If you are using counterfactuals, the goal is to formulate a yes/no question (Q) for either True or False that asks the following: <em>If I asked you Q, would you say ‘ja’?</em></p>
<p>By doing so, you get an answer to the question that results in the answer ‘ja’ if the truthful answer to Q is yes, and ‘da’ if the truthful answer to Q is no.</p>
<p>You might be asking, “Why can we assume that the answer would be ‘ja’ if the truthful answer to Q is yes and ‘da’ if the truthful answer to Q is no?”  The simple is that this question covers every situation possible and leaves no unanswered questions in figuring out which god is True, False, and Random.  There are eight possible situations within two different circumstances in this puzzle and this question covers all of them.  Let’s look at them.</p>
<p>Let’s assume the answer ‘ja’ means yes and ‘da’ means no.</p>
<ol>
<li>True is asked Q and answers with ‘ja’.  Since she can only tell the truth, the truthful answer to Q is ‘ja’ which means yes.</li>
<li>True is asked Q and answers with ‘da’.  Since she can only tell the truth, the truthful answer to Q is ‘da’ which means no.</li>
<li>False is asked Q and answers with ‘ja’. Since she can only tell lies, it follows that if you asked her Q she would instead answer ‘da’.  Because she’s lying, the truthful answer to Q is ‘ja’ which means yes.</li>
<li>False is asked Q and answers with ‘da’. Since she can only tell lies, it follows that if you asked her Q she would instead answer ‘ja’.  Because she’s lying, the truthful answer to Q is ‘da’ which means no.</li>
</ol>
<p>Now let’s assume the answer ‘ja’ means no and ‘da’ means yes.</p>
<ol>
<li>True is asked Q and answers with ‘ja’.  Since she can only tell the truth, the truthful answer to Q is ‘da’ which means yes.</li>
<li>True is asked Q and answers with ‘da’.  Since she can only tell the truth, the truthful answer to Q is ‘ja’ which means no.</li>
<li>False is asked Q and answers with ‘ja’. Since she can only tell lies, it follows that if you asked her Q she would instead answer ‘ja’.  Because she’s lying, the truthful answer to Q is ‘da’ which means yes.</li>
<li>False is asked Q and answers with ‘da’. Since she can only tell lies, it follows that if you asked her Q she would instead answer ‘da’.  Because she’s lying, the truthful answer to Q is ‘ja’ which means no.</li>
</ol>
<p>As you can see, this makes the puzzle relatively simple.  From this we can finally attack the puzzle and ask the three gods our three questions. (These three steps were taken from Brian Rabern and Landon Rabern’s solution to the logic puzzle which can be found at the bottom of this article.  My solution to the puzzle was quite similar to theirs, but they have written a clear explanation of their solution that is more eloquently written than I could ever conjure up.)</p>
<ol>
<li>Ask god B, &#8220;If I asked you &#8216;Is A Random?&#8217;, would you say &#8216;ja&#8217;?&#8221;. If B answers &#8216;ja&#8217;, then either B is Random (and is answering randomly), or B is not Random and the answer indicates that A is indeed Random. Either way, C is not Random. If B answers &#8216;da&#8217;, then either B is Random (and is answering randomly), or B is not Random and the answer indicates that A is not Random. Either way, A is not Random.</li>
<li>Go to the god who was identified as <em>not</em> being Random by the previous question (either A or C), and ask him: &#8220;If I asked you &#8216;Are you True?&#8217;, would you say &#8216;ja&#8217;?&#8221;. Since he is not Random, an answer of &#8216;ja&#8217; indicates that he is True and an answer of &#8216;da&#8217; indicates that he is False.</li>
<li>Ask the same god the question: &#8220;If I asked you &#8216;Is B Random?&#8217;, would you say &#8216;ja&#8217;?&#8221;. If the answer is &#8216;ja&#8217; then B is Random; if the answer is &#8216;da&#8217; then the god you have not yet spoken to is Random. The remaining god can be identified by elimination</li>
</ol>
<p>Thus, you have supposedly solved the hardest logic puzzle ever.  I believe you can formulate Q in a number of ways in the same fashion that can successfully cover all eight possible situations within the two different circumstances of ‘ja’ and ‘da’.  The goal is to nevertheless</p>
<p>&#8212;</p>
<p>For those who found this puzzle relatively easy, there are ways to make this puzzle a bit more difficult.  Try to solve the puzzle in <em>two questions</em> <em>or less</em>.  It’s entirely possible to do so and people have done it before!</p>
<p>Are there harder ones?  <em>Of course</em> <em>there are</em>.  Unfortunately the new puzzle will be posted in the next issue of the online edition of Prometheus.</p>
<p>&#8212;</p>
<p>If you want to look at a different take to the logic puzzle, please look at George Boolos’s solution <a href="http://www.hcs.harvard.edu/%7Ehrp/issues/1996/Boolos.pdf">here</a>.</p>
<p>If you have any questions about my solution, please check out Brian and Landon Rabern’s solution <a href="http://www.blackwell-synergy.com/doi/abs/10.1111/j.1467-8284.2007.00723.x">here</a>.</p>
<p>If you have specific questions not answered in any of these philosopher’s solutions or a different solution to the puzzle that you want to be verified, please feel free to e-mail me at <a href="mailto:editors@prometheus-journal.com">editors@prometheus-journal.com</a>.  I always look forward to reader’s e-mails.</p>
<h2 style="text-align: right;">Editor-in-Chief</h2>
<h3 style="text-align: right;">Cuong Q. Nguyen</h3>
]]></content:encoded>
			<wfw:commentRss>http://www.prometheus-journal.com/2009/09/solution-to-the-hardest-logic-puzzle-ever/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Announcing Our First Print Journal</title>
		<link>http://www.prometheus-journal.com/2009/04/announcing-our-first-print-journal/</link>
		<comments>http://www.prometheus-journal.com/2009/04/announcing-our-first-print-journal/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 03:04:11 +0000</pubDate>
		<dc:creator>cuong</dc:creator>
				<category><![CDATA[Editors' Notes]]></category>

		<guid isPermaLink="false">http://www.prometheus-journal.com/?p=926</guid>
		<description><![CDATA[The undergraduate students of Johns Hopkins University are pleased to announce that, for spring of 2009, the first publication of Prometheus, Johns Hopkins Undergraduate Philosophy Journal has been released.  The journal may be viewed online by navigating to the archives section or clicking this link.
Prometheus is a peer-reviewed international undergraduate journal of philosophy providing a forum for scholarly discussion among undergraduates on both early and modern philosophy.  The print journal emphasizes discussions on a broad range of philosophical topics emphasizing thoughtful analysis and creative solutions to early and modern philosophical ...]]></description>
			<content:encoded><![CDATA[<p>The undergraduate students of Johns Hopkins University are pleased to announce that, for spring of 2009, the first publication of <em>Prometheus</em>, Johns Hopkins Undergraduate Philosophy Journal has been released.  The journal may be viewed online by navigating to the archives section or <a href="http://prometheus-journal.com/archives/print-archive">clicking this link</a>.</p>
<p><em>Prometheus</em> is a peer-reviewed international undergraduate journal of philosophy providing a forum for scholarly discussion among undergraduates on both early and modern philosophy.  The print journal emphasizes discussions on a broad range of philosophical topics emphasizing thoughtful analysis and creative solutions to early and modern philosophical problems and puzzles prevalent in the field today.</p>
<p>We extend our sincerest gratitude to the members of <em>Prometheus</em> for their hard work and dedication, the philosophy graduate students for their continued support, our submitters for their insightful and illuminating papers, and our graduate advisor Matthew Holtzman for his continued guidance and wisdom throughout the process.</p>
<p><em>Prometheus</em> is distributed throughout Homewood Campus and philosophy departments across the nation.  Printed issues of <em>Prometheus</em> are also available online on our website.</p>
<p>Editorial enquiries and enquiries concerning subscriptions and journal copies should be e-mailed to <a href="mailto:editors@prometheus-journal.com">editors@prometheus-journal.com</a> or should be sent to:</p>
<blockquote><p><em>Prometheus</em></p>
<p>Department of Philosophy</p>
<p>Johns Hopkins University</p>
<p>2850 North Charles Street</p>
<p>Room 1202C</p>
<p>Baltimore, MD 21218</p></blockquote>
<h2 style="text-align: right;">Editors-in-Chief</h2>
<h3 style="text-align: right;"><strong>Cuong Q. Nguyen &amp; Shane Steinert-Threlkeld</strong></h3>
]]></content:encoded>
			<wfw:commentRss>http://www.prometheus-journal.com/2009/04/announcing-our-first-print-journal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hammond Society Essay Contest: Deadline Extended</title>
		<link>http://www.prometheus-journal.com/2009/03/hammond-society-essay-contest-deadline-extended/</link>
		<comments>http://www.prometheus-journal.com/2009/03/hammond-society-essay-contest-deadline-extended/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 19:32:55 +0000</pubDate>
		<dc:creator>shanest</dc:creator>
				<category><![CDATA[Editors' Notes]]></category>

		<guid isPermaLink="false">http://www.prometheus-journal.com/?p=906</guid>
		<description><![CDATA[The Hammond Society essay contest on &#8220;What is a good life?&#8221; has a new deadline of April 10, 2009. The winner will receive a $100 gift card to Barnes and Noble and 2nd place a $50 gift card.  This contest is open to Johns Hopkins undergraduates only.  For further details on the prompt and other requirements, click here to visit the original post.
]]></description>
			<content:encoded><![CDATA[<p>The Hammond Society essay contest on &#8220;What is a good life?&#8221; has a new deadline of <strong>April 10, 2009.</strong> The winner will receive a $100 gift card to Barnes and Noble and 2nd place a $50 gift card.  This contest is open to Johns Hopkins undergraduates only.  For further details on the prompt and other requirements, <a href="http://www.prometheus-journal.com/2008/12/hammond-society-essay-contest-what-is-a-good-life/">click here to visit the original post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.prometheus-journal.com/2009/03/hammond-society-essay-contest-deadline-extended/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The philosopher within: Wittgenstein&#8217;s critical reflection on the beginnings of philosophy</title>
		<link>http://www.prometheus-journal.com/2009/03/the-philosopher-within-wittgensteins-critical-reflection-on-the-beginnings-of-philosophy/</link>
		<comments>http://www.prometheus-journal.com/2009/03/the-philosopher-within-wittgensteins-critical-reflection-on-the-beginnings-of-philosophy/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 03:26:42 +0000</pubDate>
		<dc:creator>shanest</dc:creator>
				<category><![CDATA[Editors' Notes]]></category>

		<guid isPermaLink="false">http://www.prometheus-journal.com/?p=903</guid>
		<description><![CDATA[LOCATION CHANGE: Maryland 114, 04/01 @ 8PM
Graduate Philosophy student Alexander James will be presenting a short talk and leading a discussion on &#8220;The philosopher within: Wittgenstein&#8217;s critical
reflection on the beginnings of philosophy.&#8221;
Coffee and snacks provided.
All are encouraged to attend.
For more information, see:
http://prometheus-journal.com/events/seminar/
]]></description>
			<content:encoded><![CDATA[<p>LOCATION CHANGE: Maryland 114, 04/01 @ 8PM</p>
<p>Graduate Philosophy student Alexander James will be presenting a short talk and leading a discussion on &#8220;The philosopher within: Wittgenstein&#8217;s critical<br />
reflection on the beginnings of philosophy.&#8221;</p>
<p>Coffee and snacks provided.</p>
<p>All are encouraged to attend.</p>
<p>For more information, see:<br />
<a onmousedown="UntrustedLink.bootstrap($(this), &quot;8c771466afaea0afef96ab3b0206178e&quot;, event)" rel="nofollow" href="http://prometheus-journal.com/events/seminar/" target="_blank">http://prometheus-journal.com/events/seminar/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.prometheus-journal.com/2009/03/the-philosopher-within-wittgensteins-critical-reflection-on-the-beginnings-of-philosophy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Hardest Logic Puzzle Ever</title>
		<link>http://www.prometheus-journal.com/2009/02/the-hardest-logic-puzzle-ever/</link>
		<comments>http://www.prometheus-journal.com/2009/02/the-hardest-logic-puzzle-ever/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 01:57:57 +0000</pubDate>
		<dc:creator>cuong</dc:creator>
				<category><![CDATA[Editors' Notes]]></category>
		<category><![CDATA[Logic]]></category>
		<category><![CDATA[Raymond Smullyan]]></category>

		<guid isPermaLink="false">http://www.prometheus-journal.com/?p=820</guid>
		<description><![CDATA[<b>By Cuong Q. Nguyen</b><br />Besides working on Prometheus, I like to distract myself from time to time trying to solve riddles and logic puzzles procured by philosophers. Raymond Smullyan, a prominent logician and philosopher, has a number of logic puzzles available online for people to solve. I'm proud to say that I solved a fair number of them but there's this one particular puzzle by Smullyan that's been coined by many philosophers to be "The hardest logic puzzle ever." I found this early on in September 2008 and I've contemplated and quarreled with myself trying to solve this puzzle. <i>Think you can solve it?</i>]]></description>
			<content:encoded><![CDATA[<p>Besides working on <em>Prometheus</em>, I like to distract myself from time to time trying to solve riddles and logic puzzles procured by philosophers. Raymond Smullyan, a prominent logician, has a number of logic puzzles available online for people to solve. I&#8217;m proud to say that I solved a fair number of them but there&#8217;s this one particular puzzle by Smullyan that&#8217;s been coined by many philosophers to be &#8220;The hardest logic puzzle ever.&#8221;  I found this early on in September 2008 and I&#8217;ve contemplated and quarreled with myself trying to solve this puzzle.  Here&#8217;s how it goes:</p>
<blockquote><p><strong>&#8220;Three gods A, B, and C are called, in some order, True, False, and Random. True always speaks truly, False always speaks falsely, but whether Random speaks truly or falsely is a completely random matter. Your task is to determine the identities of A, B, and C by asking three yes-no questions; each question must be put to exactly one god. The gods understand English, but will answer all questions in their own language, in which the words for yes and no are &#8216;da&#8217; and &#8216;ja&#8217;, in some order. You do not know which word means which.&#8221;</strong></p></blockquote>
<p>Here&#8217;s a few clarifications about the puzzle.</p>
<blockquote><p><strong>1. It could be that some god gets asked more than one question (and hence that some god is not asked any question at all).<br />
</strong></p>
<p><strong>2. What the second question is, and to which god it is put, may depend on the answer to the first question. (And of course similarly for the third question.)</strong></p>
<p><strong>3. Whether Random speaks truly or not should be thought of as depending on the flip of a coin hidden in his brain: if the coin comes down heads, he speaks truly; if tails, falsely.</strong></p>
<p><strong>4. Random will answer &#8216;da&#8217; or &#8216;ja&#8217; when asked any yes-no question.</strong></p></blockquote>
<p>So after five months of on-and-off work on the problem, I think I&#8217;ve finally solved it.  But it wouldn&#8217;t be fun just to tell you my answer and how I solved it.  In all honestly, <em><strong>I&#8217;m more interested IF YOU can solve it and, if so, how quickly</strong></em>.</p>
<p>I&#8217;m positive there&#8217;s someone out there who can solve it faster than I.  If you think you have an answer to the puzzle, feel free to post in the comments section your solution.  At the release of the next issue, I&#8217;ll put up my solution to the puzzle and compare it to the solution given by philosopher George Boolos.</p>
<p><em>Is there a prize?  Of course, you win the honor of solving the hardest logic puzzle ever with your own wit! </em>I encourage everyone to join in on the fun and definitely look forward to your solutions.</p>
<p><strong>NOTE</strong>: <em>I know there are solutions online but, please, don&#8217;t ruin the fun for yourself and everyone else by looking up the answer.  You can do it by yourself.  Trust your own abilities!</em></p>
<p style="text-align: center;"><strong>[ UPDATE: You can find my solution and other solutions to the puzzle <a href="http://www.prometheus-journal.com/2009/09/solution-to-the-hardest-logic-puzzle-ever/">here</a>. ]</strong><em><br />
</em></p>
<h2 style="text-align: right;">Cuong Q. Nguyen</h2>
<p><span style="color: #ffffff;">.</span></p>
<p>Cover image: “introspection” by <a href="http://final-testament.deviantart.com/" target="_blank">~final-testament</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.prometheus-journal.com/2009/02/the-hardest-logic-puzzle-ever/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Let The Reading Begin</title>
		<link>http://www.prometheus-journal.com/2009/02/let-the-reading-begin/</link>
		<comments>http://www.prometheus-journal.com/2009/02/let-the-reading-begin/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 17:19:10 +0000</pubDate>
		<dc:creator>shanest</dc:creator>
				<category><![CDATA[Editors' Notes]]></category>

		<guid isPermaLink="false">http://www.prometheus-journal.com/?p=789</guid>
		<description><![CDATA[As the submission deadline comes to a close, we move forward in the review and publication process.  Already, the volume of submissions and general interest in <em>Prometheus</em> has exceeded our highest hopes:
<span style="color: #ffffff;">.</span>
<center><ul>
	50 submissions from 37 undergraduate philosophers
	<strong>Five</strong> countries: USA, England, Scotland, Canada, Australia</li>
</ul></center>For our first submission cycle, our expectations have been far exceeded. We'd like to thank everyone who has helped us make this possible.]]></description>
			<content:encoded><![CDATA[<p>As the submission deadline for our annual print journal has come and gone, we move forward in the review and publication process.  Already, however, the volume of submissions and general interest in <em>Prometheus</em> has exceeded our highest hopes.</p>
<p>Some numbers:</p>
<ul><em> </p>
<li>50 submissions</li>
<li>37 undergraduate philosophers</li>
<li><strong>5</strong> countries: USA, England, Scotland, Canada, Australia</li>
<p></em> </ul>
<p>For our first submission cycle, our expectations have been far exceeded. We&#8217;d like to thank everyone who has helped us make this possible.</p>
<p>These submissions, however, represent not a successful end, but a very promising start to producing a high quality academic journal.  Only now does the real intensive work begin.  The papers will go through a rather intense review process where they will meet multiple pairs of eyes and pass through many review cycles.</p>
<p>To everyone who submitted a paper, we will keep you posted on its (their) progress through the review process. We plan to have the final product finished before the end of April. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.prometheus-journal.com/2009/02/let-the-reading-begin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plato on the Relationship Between Philosophy and Ethics</title>
		<link>http://www.prometheus-journal.com/2009/02/seminar-plato-on-the-relationship-between-philosophy-and-ethics/</link>
		<comments>http://www.prometheus-journal.com/2009/02/seminar-plato-on-the-relationship-between-philosophy-and-ethics/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 20:20:34 +0000</pubDate>
		<dc:creator>shanest</dc:creator>
				<category><![CDATA[Editors' Notes]]></category>

		<guid isPermaLink="false">http://www.prometheus-journal.com/?p=769</guid>
		<description><![CDATA[James Gilmore will be delivering a seminar on the above subject.  This is the first talk in the spring 2009 series &#8220;Meaning, Method and Motivation: Perspectives on the Nature and Scope of Philosophy.&#8221;
The talk will take place in Maryland 202 at 8PM on Wednesday February 18, 2009.
Q&#38;A session to follow.
Coffee and snacks will be provided.
]]></description>
			<content:encoded><![CDATA[<p>James Gilmore will be delivering a seminar on the above subject.  This is the first talk in the spring 2009 series &#8220;<a href="http://prometheus-journal.com/events/seminar/">Meaning, Method and Motivation: Perspectives on the Nature and Scope of Philosophy</a>.&#8221;</p>
<p>The talk will take place in Maryland 202 at 8PM on Wednesday February 18, 2009.</p>
<p>Q&amp;A session to follow.</p>
<p>Coffee and snacks will be provided.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.prometheus-journal.com/2009/02/seminar-plato-on-the-relationship-between-philosophy-and-ethics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing Spring 2009 Seminar Series</title>
		<link>http://www.prometheus-journal.com/2009/02/announcing-sprint-2009-seminar-series/</link>
		<comments>http://www.prometheus-journal.com/2009/02/announcing-sprint-2009-seminar-series/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 20:07:00 +0000</pubDate>
		<dc:creator>shanest</dc:creator>
				<category><![CDATA[Editors' Notes]]></category>

		<guid isPermaLink="false">http://www.prometheus-journal.com/?p=763</guid>
		<description><![CDATA[The editorial staff of Prometheus, along with the Hammond Society, are pleased to announce a seminar series for the spring semester entitled &#8220;Meaning, Method and Motivation: Perspectives on the Nature and Scope of Philosophy.&#8221;  The seminars will consist of a short talk each session given by a graduate student in the Philosophy Department followed by a Q&#38;A session.
The first seminar will be delivered by James Gilmore on Februrary 18th at 8PM in Maryland 202.  For more details about the seminar, please see:
http://prometheus-journal.com/events/seminar/
Details about future locations, abstracts of the talks, and ...]]></description>
			<content:encoded><![CDATA[<p>The editorial staff of <em>Prometheus</em>, along with the Hammond Society, are pleased to <span class="nfakPe">announce</span> a seminar series for the spring semester entitled &#8220;Meaning, Method and Motivation: Perspectives on the Nature and Scope of Philosophy.&#8221;  The seminars will consist of a short talk each session given by a graduate student in the Philosophy Department followed by a Q&amp;A session.</p>
<p>The first seminar will be delivered by James Gilmore on Februrary 18th at 8PM in Maryland 202.  For more details about the seminar, please see:</p>
<p><a href="http://prometheus-journal.com/events/seminar/" target="_blank">http://prometheus-journal.com/events/seminar/</a></p>
<p>Details about future locations, abstracts of the talks, and any other information will continue to be updated on that page, so keep checking back.</p>
<p>We look forward to hosting this wonderful series and hope to see you there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.prometheus-journal.com/2009/02/announcing-sprint-2009-seminar-series/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Holidays and a Look to the Future</title>
		<link>http://www.prometheus-journal.com/2008/12/happy-holidays-and-a-look-to-the-future/</link>
		<comments>http://www.prometheus-journal.com/2008/12/happy-holidays-and-a-look-to-the-future/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 08:40:40 +0000</pubDate>
		<dc:creator>shanest</dc:creator>
				<category><![CDATA[Editors' Notes]]></category>

		<guid isPermaLink="false">http://www.prometheus-journal.com/?p=736</guid>
		<description><![CDATA[To everyone who has read even one word of our journal, to everyone who has submitted even one word, to everyone who has believed in our vision, to everyone who has provided guidance, to the thankless faces on our staff who have made this journal possible, thank you. Happy Holidays.
When we took on the daunting challenge of creating an undergraduate philosophy journal here at Hopkins, we imagined but also sometimes doubted the success that we have had thus far.  Prometheus has been a labor of love, a vision largely realized ...]]></description>
			<content:encoded><![CDATA[<p>To everyone who has read even one word of our journal, to everyone who has submitted even one word, to everyone who has believed in our vision, to everyone who has provided guidance, to the thankless faces on our staff who have made this journal possible, thank you. Happy Holidays.</p>
<p>When we took on the daunting challenge of creating an undergraduate philosophy journal here at Hopkins, we imagined but also sometimes doubted the success that we have had thus far.  <em>Prometheus</em> has been a labor of love, a vision largely realized between the hours of 12 and 5am.</p>
<p>Beyond the long list of thank yous extended above, we must primarily thank the never-dying ember alive within all of us who seek ansers to life&#8217;s most difficult questions.</p>
<p>In search of these answers, <em>Prometheus</em> has a few ideas, in addition to our print journal at the end of the year, that are currently in the planning stage but should become a reality in this coming semester:</p>
<ol>
<li><em>Seminar on meta-philosophy.</em> We will sponsor, pending approval of the JHU Philosophy department, a graduate-student-run seminar on meta-philosophy. Held bi-weekly, these seminars will consist of a 30-40 minute presentation followed by an open Q&amp;A forum concerning issues in the practice of philosophy.</li>
<li><em>Undergraduate conference.</em> We plan to host a day-long undergraduate philosophy conference, open to any undergraduates who can provide travel expenses. Our schedule is still tentative, so please let us know if you have any ideas for events you would like to see. The main foundation of the conference will be the presentation of undergraduate philosophy papers.</li>
</ol>
<p>To make these great visions happens, we will need all the help we can get.  If there is any way you can and would like to help, please feel free to contact us (info on Staff and Contact pages).</p>
<p>Thanks again for the successful beginnings of a great publication. Here&#8217;s to an even more successful future.</p>
<p>Happy Holidays.</p>
<h3>Shane Steinert-Threlkeld and Cuong Q. Nguyen</h3>
<p><strong>Editors-in-Chief, <em>Prometheus</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.prometheus-journal.com/2008/12/happy-holidays-and-a-look-to-the-future/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hammond Society Essay Contest: What is a Good Life?</title>
		<link>http://www.prometheus-journal.com/2008/12/hammond-society-essay-contest-what-is-a-good-life/</link>
		<comments>http://www.prometheus-journal.com/2008/12/hammond-society-essay-contest-what-is-a-good-life/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 08:00:29 +0000</pubDate>
		<dc:creator>shanest</dc:creator>
				<category><![CDATA[Editors' Notes]]></category>

		<guid isPermaLink="false">http://www.prometheus-journal.com/?p=731</guid>
		<description><![CDATA[The Hammond Society of graduate philosophy students at Johns Hopkins is sponsoring an essay contest with the following prompt:

What is a Good Life?
When asked, &#8216;What do you want from life?&#8217;, or &#8216;What is a good life?&#8217;, many respond with the age-old slogan, &#8216;All that really matters is that you&#8217;re happy&#8217;. Does this slogan capture all that is relevant to a good life?
Imagine that in the future, scientists and engineers develop an &#8216;experience machine&#8217;. People can program into the machine whatever experiences they want to undergo, and hook themselves up to this machine ...]]></description>
			<content:encoded><![CDATA[<p>The Hammond Society of graduate philosophy students at Johns Hopkins is sponsoring an essay contest with the following prompt:</p>
<blockquote><p><span style="border-collapse: collapse;"></span></p>
<div style="text-align: center;"><strong>What is a Good Life?</strong></div>
<div style="text-align: left;"><span style="font-size: x-small;">When asked, &#8216;What do you want from life?&#8217;, or &#8216;What is a good life?&#8217;, many respond with the age-old slogan, &#8216;All that really matters is that you&#8217;re happy&#8217;. Does this slogan capture all that is relevant to a good life?</span></div>
<div style="text-align: left;"><span style="font-size: x-small;">Imagine that in the future, scientists and engineers develop an &#8216;experience machine&#8217;. People can program into the machine whatever experiences they want to undergo, and hook themselves up to this machine such that once inside, the experiences are indistinguishable from reality. Subjects can choose to live out their entire lives in the machine, experiencing whatever joys and achievements their hearts desire just like it were really happening.  Once in the machine the person is ignorant of the fact that they are really just lying in a vat or on a table having their brains manipulated according to the plan they had previously invented. </span></div>
<div style="text-align: left;"><span style="font-size: x-small;">A machine like this seems sufficient to ensure a person&#8217;s happiness, but would a life in the experience machine be a good life?  Assuming that the machine is without flaws, would you agree to be hooked up to the machine and live out your dreams? Why or why not?</span></div>
</blockquote>
<div style="text-align: left;"><span style="font-size: medium;"></p>
<div style="text-align: left;"><span style="font-size: x-small;">Instructions: Open to all undergraduates.  Length: 500 -1000 words.  <strong><span style="font-family: Arial,Helvetica,sans-serif;">Due: Fri, March 27th 2009.</span></strong> Submit electronically in MSW with name and email on a title page to <span style="font-family: Arial,Helvetica,sans-serif;"><strong><a style="color: #114170;" href="mailto:hammondsociety@gmail.com" target="_blank">hammondsociety@gmail.com</a></strong></span><strong></strong>.  Winners announced: Fri, April 10th 2009.</span></div>
<div style="text-align: left;"><span style="font-size: x-small;">1st prize: <span style="font-family: Arial,Helvetica,sans-serif;">$</span>1<span style="font-family: Arial,Helvetica,sans-serif;">0</span>0 Gift Certificate to Barnes &amp; Noble</span></div>
<div style="text-align: left;"><span style="font-size: x-small;">2nd prize: <span style="font-family: Arial,Helvetica,sans-serif;">$</span>50 Gift Certificate to Barnes &amp; Noble</span></div>
<p></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.prometheus-journal.com/2008/12/hammond-society-essay-contest-what-is-a-good-life/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
