<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=172.71.222.235</id>
		<title>explain xkcd - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=172.71.222.235"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/172.71.222.235"/>
		<updated>2026-06-24T10:26:40Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1223:_Dwarf_Fortress&amp;diff=368585</id>
		<title>1223: Dwarf Fortress</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1223:_Dwarf_Fortress&amp;diff=368585"/>
				<updated>2025-03-10T23:52:39Z</updated>
		
		<summary type="html">&lt;p&gt;172.71.222.235: /* Explanation */ Secured two links, all others have already been secured, cannot be secured due to lack of certificate, or are dead.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1223&lt;br /&gt;
| date      = June 10, 2013&lt;br /&gt;
| title     = Dwarf Fortress&lt;br /&gt;
| image     = dwarf_fortress.png&lt;br /&gt;
| titletext = I may be the kind of person who wastes a year implementing a Turing-complete computer in Dwarf Fortress, but that makes you the kind of person who wastes ten more getting that computer to run Minecraft.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic is a reaction to the recent reveal of a U.S. electronic telecom surveillance program called {{w|PRISM (surveillance program)|PRISM}}, run by the {{w|NSA}}. There is [http://www.guardian.co.uk/world/2013/jun/06/us-tech-giants-nsa-data a Guardian article] about it. PRISM, leaked by a former NSA official, incited some controversy since it provides government access to private data (e-mails, videos, chats, file transfers, etc.). &amp;lt;!-- please expand/correct this   ~Alpha --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''{{w|Dwarf Fortress}}'' is a freeware strategy game in which the player builds a civilization by giving orders to — as opposed to directly controlling — a group of dwarves. It is famous for having a very detailed simulation of its world and for allowing deep micro-management (as well as an incredibly difficult learning curve).&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Big Brother&amp;quot; means &amp;quot;a tyrannical government body that constantly monitors all its citizens.&amp;quot; The term comes from the classic dystopian novel ''{{w|Nineteen Eighty-Four}}'' by George Orwell, wherein propaganda videos are narrated by an actor with the stage name of Big Brother and the dystopia's surveillance system is said to be monitored by Big Brother himself.&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] has a discussion with Big Brother (&amp;quot;corporate surveillance state&amp;quot;), in which he mocks Big Brother's interest in the inconsequential activity of playing a video game (''Dwarf Fortress'' in particular) by drawing a parallel between Big Brother's omniscient surveillance of Cueball and Cueball's omniscient surveillance of the dwarves. Big Brother appears to be mortified when it realizes the accuracy of Cueball's comparison.&lt;br /&gt;
&lt;br /&gt;
Informally, a system exhibits ''Turing-completeness'' when it is theoretically capable of executing any algorithm. One of the simplest Turing-complete systems is the {{w|Turing machine}}, a device that manipulates symbols on a strip of tape according to a table of rules — it {{w|Church-Turing thesis|can be proven}} to have the same capabilities as any ordinary programming language. Other very simple systems include {{w|Rule 110}}, {{w|lambda calculus}}, {{w|Conway's game of life}}, and {{w|Brainfuck}}. The reason we don't work with these is because they're a real pain in the ass. Would you rather build a network of spaceships that collide with each other to simulate the successor function, or just write &amp;lt;tt&amp;gt;i := i + 1&amp;lt;/tt&amp;gt;?&lt;br /&gt;
&lt;br /&gt;
A common CS nerd challenge is to prove the Turing-completeness of a system that wasn't intended to be that way &amp;amp;mdash; games in particular. The usual way to do this is to construct a Turing machine simulator within the system. It has been done for [https://mkv25.net/dfma/map-8269 Dwarf Fortress], [https://web.mat.bham.ac.uk/R.W.Kaye/minesw/infmsw.pdf (infinite) Minesweeper] (pdf), [http://www.toothycat.net/~hologram/Turing/HowItWorks.html Magic the Gathering], [http://www.youtube.com/watch?v=13GOFa1C4e4 Little Big Planet], [http://www.youtube.com/watch?v=1X21HQphy6I Minecraft] ([http://www.youtube.com/watch?v=7sNge0Ywz-M another Minecraft example])&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;, [http://aurellem.org/vba-clojure/html/total-control.html Pokémon Yellow] (through the elaborate use of many in-game glitches) and [http://cp4space.wordpress.com/2013/04/05/3d-chess-is-turing-complete/ 3D chess]. These kinds of proofs often involve formulating ridiculously complex creations just to simulate a little machine writing symbols on a tape!&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, Randall makes a crack that users will try to nest their Turing-complete computers; after finishing his Turing-complete Dwarf Fortress computer, someone else will try to make the Dwarf Fortress computer run Minecraft (a highly inefficient process that would be a nightmare to coordinate, and would run incredibly slowly).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; The youtuber legomasta99 even built a whole programmable PC in Minecraft as can be seen [https://www.youtube.com/watch?v=SbO0tqH8f5I here].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;Technically, a computer is not really Turing-complete. A Turing-complete system has to have unlimited space, and that's not possible for a memory-limited computer or any software running inside it. But even if we don't have access to Turing-completeness, we can build a theoretical machine and show how it can be extended indefinitely. In a few of the games, we prove Turing-completeness in infinite variants.&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball sits at a desk with a computer, hands on the keyboard, talking to an unseen observer.]&lt;br /&gt;
:Cueball: If the corporate surveillance state monitors and controls every aspect of my life...&lt;br /&gt;
:Big Brother: We do.&lt;br /&gt;
:Cueball: And I play Dwarf Fortress all day...&lt;br /&gt;
:Big Brother: You do.&lt;br /&gt;
:Cueball: Then you're effectively Dwarf Fortress players watching your dwarves play Dwarf Fortress.&lt;br /&gt;
:Big Brother: ... Oh God.&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:Big Brother realizes he's trapped in the most tedious possible Hell.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Programming]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Video games]]&lt;br /&gt;
[[Category:Politics]]&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Fiction]]&lt;br /&gt;
[[Category:Minecraft]]&lt;/div&gt;</summary>
		<author><name>172.71.222.235</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:899:_Number_Line&amp;diff=329959</id>
		<title>Talk:899: Number Line</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:899:_Number_Line&amp;diff=329959"/>
				<updated>2023-12-01T03:01:47Z</updated>
		
		<summary type="html">&lt;p&gt;172.71.222.235: Added signature&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Where does sqrt(-1) go? [[Special:Contributions/67.78.183.206|67.78.183.206]] 19:07, 2 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:It goes up (literally above 0). A number line can be extended to a complex plane with sqrt(-1) as the unit of measurement in the vertical direction. Or at least, that's where it actually goes. I don't know where Randall would put it. [[Special:Contributions/75.69.96.225|75.69.96.225]] 01:04, 5 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm sorry...are you indicating the ACTUAL location for an IMAGINARY number? {{unsigned|‎74.213.186.41}}&lt;br /&gt;
&lt;br /&gt;
Yes, that's exactly where it is (up to switching clockwise for counterclockwise). There is nothing strange about providing a location for imaginary or complex numbers, the location described is logical, and the adjective 'imaginary' is an artifact of nomenclature and nothing more.[[Special:Contributions/173.48.140.216|173.48.140.216]] 20:40, 30 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
In fact, complex numbers are nearly more real than real ones! Complex analysis really opened my eyes to how much &amp;quot;stepping out&amp;quot; can help in solving problems. The complex notion of analyticity yields fruit in real analysis. Extensions to hypercomplex numbers are weirder, however. --[[User:Quicksilver|Quicksilver]] ([[User talk:Quicksilver|talk]]) 20:27, 17 August 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Analyticity must be an imaginary word, and therefore would be found one unit directly above any dictionary. [[Special:Contributions/50.203.89.169|50.203.89.169]] 14:19, 9 October 2013 (UTC)&lt;br /&gt;
:Oh my god, I can't believe how hard I laughed at that. Would an imaginary friend actually be above you then? I'm going to use that sometime. [[Special:Contributions/108.162.219.61|108.162.219.61]] 21:25, 24 April 2014 (UTC)&lt;br /&gt;
:&amp;quot;I'm sorry, you have reached an imaginary number. Please rotate the phone by 90 degrees and try again.&amp;quot;[[Special:Contributions/141.101.98.250|141.101.98.250]] 17:01, 21 October 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is unexplored a map reference? [[User:Halfhat|Halfhat]] ([[User talk:Halfhat|talk]]) 17:53, 13 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Note that the digits 5 and 6 do not show up on any of the numbers in the comic, reinforcing the fact that the integers 5 and 6 are unexplored. [[User:Blitzer|Blitzer]] ([[User talk:Blitzer|talk]]) 02:34, 15 May 2014 (UTC)&lt;br /&gt;
:So the 5th digit of pi can not be known either? [[User:Tharkon|Tharkon]] ([[User talk:Tharkon|talk]]) 03:56, 12 July 2014 (UTC)&lt;br /&gt;
:: The ''wha''th digit of pi? [[Special:Contributions/108.162.215.119|108.162.215.119]] 01:59, 1 January 2015 (UTC)&lt;br /&gt;
Thank God (or someone else, I'm not choosy) that the SCP link here still works. The rest of the site's gone private. {{unsigned ip|108.162.250.223}}&lt;br /&gt;
&lt;br /&gt;
It appears that Wikipedia had noticed the implications of the title text here. The message now says that it might never be complete, but can be expanded with reliably sourced articles. I'm not 100% sure it's due to Randall's involvement, but I like to think so. --[[Special:Contributions/141.101.104.17|141.101.104.17]] 22:01, 9 December 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
I am not American, but the linked Wikipedia Article does not support the claims about president's day being observed between the 2 birthdays of Washington and Lincoln in general, but just that in some states Lincoln is also referenced on that day. Even if it was put as a day between these birthdays by definition and on purpose, I do not see the reference here... Especially as this number is given as specific, unlike presidents day, which can occur in a range of days... Someone who knows more of American culture, and also what &amp;quot;observed&amp;quot; (which would link it to holidays....) can mean in English language please revert this. --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 12:41, 18 September 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
The link to &amp;quot;bleem&amp;quot; does not work for me, but the word can be found in Urban Dictionary. ——[[Special:Contributions/172.69.63.161|172.69.63.161]] 02:12, 21 August 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
While 8 is not the &amp;quot;largest even prime&amp;quot;, 9 is in fact the ''lowest odd composite'' number.  So 8 is the largest in the unbroken line of natural numbers that are even ''or'' prime (or whatever 1 is).  [[Special:Contributions/141.101.76.205|141.101.76.205]] 10:48, 18 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
Surely Gird is a reference to Bleem and to the philosophical concepts of Grue and Bleen? Just as they derive from Blue and Green, so we would have Bird and Gleem. [[Special:Contributions/172.71.98.86|172.71.98.86]] 20:33, 29 November 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1 pixel &amp;lt;nowiki&amp;gt;~&amp;lt;/nowiki&amp;gt; 0.012&lt;br /&gt;
start of unexplored zone &amp;lt;nowiki&amp;gt;~&amp;lt;/nowiki&amp;gt; 4.381&lt;br /&gt;
end of unexplored zone &amp;lt;nowiki&amp;gt;~&amp;lt;/nowiki&amp;gt; 6.714&lt;br /&gt;
length of unexplored zone &amp;lt;nowiki&amp;gt;~&amp;lt;/nowiki&amp;gt; 2.333&lt;br /&gt;
coincedence? [[User:Plushiefan4111|plushie fan]] ([[User talk:Plushiefan4111|talk]]) 00:07, 30 November 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
For f(f(x))=11x, one example is: write x=a*11^b where a%11&amp;gt;0.  If a%11 is odd, let f(x)=(a+1)11^b; otherwise a%11 is even, let f(x)=(a-1)11^(b+1).[[Special:Contributions/172.71.222.235|172.71.222.235]] 03:01, 1 December 2023 (UTC)&lt;/div&gt;</summary>
		<author><name>172.71.222.235</name></author>	</entry>

	</feed>