<?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>The Informational Turn &#187; Miscellaneous</title>
	<atom:link href="http://theinformationalturn.net/category/miscellaneous/feed/" rel="self" type="application/rss+xml" />
	<link>http://theinformationalturn.net</link>
	<description>Including Philosophy and/of Information, Logic and Epistemology</description>
	<lastBuildDate>Sun, 15 Jan 2012 15:23:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Computational Philosophy CFP &#8211; AISB/IACAP World Congress &#8211; July 2012</title>
		<link>http://theinformationalturn.net/philosophy_information/computational-philosophy-cfp-aisbiacap-world-congress-july-2012/</link>
		<comments>http://theinformationalturn.net/philosophy_information/computational-philosophy-cfp-aisbiacap-world-congress-july-2012/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 09:01:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Philosophy and/of Information]]></category>

		<guid isPermaLink="false">http://theinformationalturn.net/?p=685</guid>
		<description><![CDATA[Call for Papers: Symposium on Computational Philosophy
To be held as part of the
AISB/IACAP World Congress 2012
in honour of Alan Turing
July 2nd to 6th, 2012
University of Birmingham, Birmingham, UK
See http://events.cs.bham.ac.uk/turing12
]]></description>
			<content:encoded><![CDATA[<p>Call for Papers: Symposium on Computational Philosophy</p>
<p>To be held as part of the</p>
<p>AISB/IACAP World Congress 2012<br />
in honour of Alan Turing</p>
<p>July 2nd to 6th, 2012<br />
University of Birmingham, Birmingham, UK</p>
<p>See <a href="http://events.cs.bham.ac.uk/turing12" target="_blank">http://events.cs.bham.ac.uk/turing12</a></p>
]]></content:encoded>
			<wfw:commentRss>http://theinformationalturn.net/philosophy_information/computational-philosophy-cfp-aisbiacap-world-congress-july-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Big Bang Theory (T.V. Show)</title>
		<link>http://theinformationalturn.net/miscellaneous/the-big-bang-theory-t-v-show/</link>
		<comments>http://theinformationalturn.net/miscellaneous/the-big-bang-theory-t-v-show/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 13:36:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://theinformationalturn.net/?p=682</guid>
		<description><![CDATA[I have been watching some episodes of this show recently and two scenes particularly caught my attention.
Firstly, Sheldon Cooper makes an unexpected reference to Gottlob Frege: http://www.youtube.com/watch?v=V_TQea0aOnE(1:39)
Secondly, here is some dialogue from one scene:
Howard Wolowitz: [after everyone cheers for him and his team design going to space] It gets better! Someone has to go up [...]]]></description>
			<content:encoded><![CDATA[<p>I have been watching some episodes of this show recently and two scenes particularly caught my attention.</p>
<p>Firstly, Sheldon Cooper makes an unexpected reference to Gottlob Frege: <a href="http://www.youtube.com/watch?v=V_TQea0aOnE" target="_blank">http://www.youtube.com/watch?v=V_TQea0aOnE</a>(1:39)</p>
<p>Secondly, here is some dialogue from one scene:</p>
<blockquote><p><b>Howard Wolowitz:</b> [after everyone cheers for him and his team design going to space] It gets better! Someone has to go up with the telescope as a payload specialist, and guess who that someone is!<br />
<b>Sheldon Cooper:</b> Mohammed Lee. [everyone's looking confused]<br />
<b>Howard Wolowitz:</b> Who&#8217;s Mohammed Lee?<br />
<b>Sheldon Cooper:</b> Mohammed is the most common first name in the world, and Lee the most common surname. As I didn&#8217;t know the answer, I thought that&#8217;d give me a mathematical edge.</p></blockquote>
<p>For someone who is supposed to be a genius, Sheldon seems not to be familiar with basic laws of probability. I think that this scene provides a cool example of the fact that it does not necessarily follow from two things <i>A</i> and <i>B</i> each having a relatively high probability below 1 that their conjunction shares a high probability.</p>
<p>In fact, it can be zero. I wonder if there are any Herman Lee&#8217;s out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://theinformationalturn.net/miscellaneous/the-big-bang-theory-t-v-show/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Error Message</title>
		<link>http://theinformationalturn.net/miscellaneous/sql-server-error-message/</link>
		<comments>http://theinformationalturn.net/miscellaneous/sql-server-error-message/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 14:06:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://theinformationalturn.net/?p=677</guid>
		<description><![CDATA[Developing some code recently for a local intranet application that uses ASP and SQL Server, I came across the following error:
Error Message: A column has been specified more than once in the order by list. Columns in the order by list must be unique.
So basically, if you give SQL Server a query like

SELECT * FROM [...]]]></description>
			<content:encoded><![CDATA[<p>Developing some code recently for a local intranet application that uses ASP and SQL Server, I came across the following error:</p>
<blockquote><p>Error Message: A column has been specified more than once in the order by list. Columns in the order by list must be unique.</p></blockquote>
<p>So basically, if you give SQL Server a query like</p>
<p><code><br />
SELECT * FROM Example ORDER BY Example_Column1, Example_Column1<br />
</code></p>
<p>you get such a message.</p>
<p>I am wondering, is there any logical reason why SQL Server does not tolerate a column being specified more than once in the ORDER BY clause? I would think that ORDER BY should just obey something like <a href="http://en.wikipedia.org/wiki/Idempotence" target="_blank">idempotence</a>, so that the above query simply reduces to:</p>
<p><code><br />
SELECT * FROM Example ORDER BY Example_Column1<br />
</code></p>
<p>This doesn&#8217;t happen with MySQL. As well as the above example, I also tried the following in MySQL and it didn&#8217;t complain:</p>
<p><code><br />
SELECT * FROM Example ORDER BY Example_Column1, Example_Column2, Example_Column1<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://theinformationalturn.net/miscellaneous/sql-server-error-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ray Solomonoff 85th Memorial Conference</title>
		<link>http://theinformationalturn.net/philosophy_information/solomonoff-85th-memorial-conference/</link>
		<comments>http://theinformationalturn.net/philosophy_information/solomonoff-85th-memorial-conference/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 04:21:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Philosophy and/of Information]]></category>

		<guid isPermaLink="false">http://theinformationalturn.net/?p=674</guid>
		<description><![CDATA[http://www.solomonoff85thmemorial.monash.edu
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.solomonoff85thmemorial.monash.edu" target="_blank">http://www.solomonoff85thmemorial.monash.edu</a></p>
]]></content:encoded>
			<wfw:commentRss>http://theinformationalturn.net/philosophy_information/solomonoff-85th-memorial-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Reasoner &#8212; call for papers</title>
		<link>http://theinformationalturn.net/miscellaneous/the-reasoner-call-for-papers/</link>
		<comments>http://theinformationalturn.net/miscellaneous/the-reasoner-call-for-papers/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 12:37:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://theinformationalturn.net/?p=669</guid>
		<description><![CDATA[The Reasoner is a monthly digest highlighting exciting new research on reasoning, inference and method broadly construed. It is interdisciplinary, covering research in, e.g., philosophy, logic, AI, statistics, cognitive science, law, psychology, mathematics and the sciences.
If you are a PhD student or a young researcher, you may want to submit a What’s hot column to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.thereasoner.org/" target="_blank">The Reasoner</a> is a monthly digest highlighting exciting new research on reasoning, inference and method broadly construed. It is interdisciplinary, covering research in, e.g., philosophy, logic, AI, statistics, cognitive science, law, psychology, mathematics and the sciences.</p>
<p>If you are a PhD student or a young researcher, you may want to submit a What’s hot column to alert readers to your new exciting research area. Contact thereasoner@kent.ac.uk for further information</p>
<p><span id="more-669"></span></p>
<p>The Reasoner always welcomes submissions:</p>
<ul>
<li>Submitted articles should concern some exciting new reasoning-related research or argument, or a new perspective on a topic or historical figure connected with reasoning. Articles should be 100-1000 words, self-contained, and comprehensible and of interest to those in other disciplines. Send articles to features@thereasoner.org.</li>
<li>Letters should be 100 words or less, need not be self-contained, and may concern, e.g., previously published articles, questions to put to the community, or announcements of reasoning-related books or papers. Send to features@thereasoner.org.</li>
<li>&#8220;What&#8217;s hot in &#8230;&#8221; columns should alert readers to interesting discussion in blogs, workshops etc. on reasoning-related topics. Send a sample column to features@thereasoner.org.</li>
<li>News items on conferences attended or organised. News items should be 100-500 words. Send to news@thereasoner.org</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://theinformationalturn.net/miscellaneous/the-reasoner-call-for-papers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skeptical scenarios can happen!</title>
		<link>http://theinformationalturn.net/miscellaneous/skeptical-scenarios-can-happen/</link>
		<comments>http://theinformationalturn.net/miscellaneous/skeptical-scenarios-can-happen/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 12:03:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Epistemology]]></category>
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://theinformationalturn.net/?p=667</guid>
		<description><![CDATA[Gaza Zoo Paints Donkeys to Look Like Zebras. Wow!
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=fNjidijtL1I" target="_blank">Gaza Zoo Paints Donkeys to Look Like Zebras</a>. Wow!</p>
]]></content:encoded>
			<wfw:commentRss>http://theinformationalturn.net/miscellaneous/skeptical-scenarios-can-happen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upcoming Talk</title>
		<link>http://theinformationalturn.net/philosophy_information/upcoming-talk/</link>
		<comments>http://theinformationalturn.net/philosophy_information/upcoming-talk/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 09:04:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Epistemology]]></category>
		<category><![CDATA[Logic]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Philosophy and/of Information]]></category>

		<guid isPermaLink="false">http://theinformationalturn.net/?p=665</guid>
		<description><![CDATA[I am giving a talk next Friday at my department&#8217;s logic seminar series. Here are the details:
Title: The Logic of Knowledge and the Flow of Information
Abstract: In this talk I cover some work still in development which concerns the notions of information and knowledge as exemplified in Fred Dretske&#8217;s &#8216;Knowledge and The Flow of Information&#8217;. [...]]]></description>
			<content:encoded><![CDATA[<p>I am giving a talk next Friday at <a href="http://philosophy.unimelb.edu.au/research/conferences-seminars/logic/" target="_blank">my department&#8217;s logic seminar series</a>. Here are the details:</p>
<p><b>Title:</b> The Logic of Knowledge and the Flow of Information</p>
<p><b>Abstract:</b> In this talk I cover some work still in development which concerns the notions of information and knowledge as exemplified in Fred Dretske&#8217;s &#8216;Knowledge and The Flow of Information&#8217;. In particular, I cover (1) some work on the logic of information flow and (2) the issue of developing an epistemic logic which captures Dretske&#8217;s notion of knowledge as a semi-penetrating operator.</p>
]]></content:encoded>
			<wfw:commentRss>http://theinformationalturn.net/philosophy_information/upcoming-talk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zebra or Mule?</title>
		<link>http://theinformationalturn.net/miscellaneous/zebra-or-mule/</link>
		<comments>http://theinformationalturn.net/miscellaneous/zebra-or-mule/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 22:33:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Epistemology]]></category>
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://theinformationalturn.net/?p=655</guid>
		<description><![CDATA[Is this a zebra figurine or a mule figurine cleverly disguised to look like a zebra figurine?



]]></description>
			<content:encoded><![CDATA[<p>Is this a zebra figurine or a mule figurine cleverly disguised to look like a zebra figurine?</p>
<p><center><br />
<a href="http://theinformationalturn.net/wp-content/uploads/2011/10/zebra_mule.jpg"><img src="http://theinformationalturn.net/wp-content/uploads/2011/10/zebra_mule.jpg" alt="zebra_mule" title="zebra_mule" width="400" height="225" class="alignnone size-full wp-image-656" /></a><br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://theinformationalturn.net/miscellaneous/zebra-or-mule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entropy Is Universal Rule of Language</title>
		<link>http://theinformationalturn.net/philosophy_information/entropy-is-universal-rule-of-language/</link>
		<comments>http://theinformationalturn.net/philosophy_information/entropy-is-universal-rule-of-language/#comments</comments>
		<pubDate>Wed, 18 May 2011 01:58:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Philosophy and/of Information]]></category>

		<guid isPermaLink="false">http://theinformationalturn.net/?p=561</guid>
		<description><![CDATA[Entropy Is Universal Rule of Language
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wired.com/wiredscience/2011/05/universal-entropy/" target="_blank">Entropy Is Universal Rule of Language</a></p>
]]></content:encoded>
			<wfw:commentRss>http://theinformationalturn.net/philosophy_information/entropy-is-universal-rule-of-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One Electron Universe and Monism</title>
		<link>http://theinformationalturn.net/miscellaneous/one-electron-universe-and-monism/</link>
		<comments>http://theinformationalturn.net/miscellaneous/one-electron-universe-and-monism/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 04:39:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://theinformationalturn.net/?p=492</guid>
		<description><![CDATA[Has the One Electron Universe hypothesis ever been used to support some form of monism in philosophy?
]]></description>
			<content:encoded><![CDATA[<p>Has the <a href="http://en.wikipedia.org/wiki/One-electron_universe" target="_blank">One Electron Universe</a> hypothesis ever been used to support some form of <a href="http://plato.stanford.edu/entries/monism/" target="_blank">monism in philosophy</a>?</p>
]]></content:encoded>
			<wfw:commentRss>http://theinformationalturn.net/miscellaneous/one-electron-universe-and-monism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

