<?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=2001%3A4450%3A813D%3AC800%3A2429%3A612B%3AD3AC%3AC2C7</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=2001%3A4450%3A813D%3AC800%3A2429%3A612B%3AD3AC%3AC2C7"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/2001:4450:813D:C800:2429:612B:D3AC:C2C7"/>
		<updated>2026-04-07T09:02:21Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=unixkcd&amp;diff=389462</id>
		<title>unixkcd</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=unixkcd&amp;diff=389462"/>
				<updated>2025-10-24T11:03:18Z</updated>
		
		<summary type="html">&lt;p&gt;2001:4450:813D:C800:2429:612B:D3AC:C2C7: /* Transcript */  non-vandelism&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| date      = April 1, 2010&lt;br /&gt;
| title     = unixkcd&lt;br /&gt;
| image     = unixkcd.png&lt;br /&gt;
| titletext = &lt;br /&gt;
| lappend   = &lt;br /&gt;
| ldomain   = uni&lt;br /&gt;
| imagesize = 900px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| extra     = yes&lt;br /&gt;
}}&lt;br /&gt;
{{series&lt;br /&gt;
| series        = April&lt;br /&gt;
| number        = 3&lt;br /&gt;
| date          = April 1, 2010&lt;br /&gt;
| days_late     = &lt;br /&gt;
| day_category  = Thursday&lt;br /&gt;
| prev_title    = 404: Not Found&lt;br /&gt;
| prev_date     = April 1, 2008&lt;br /&gt;
| next_title    = 880: Headache&lt;br /&gt;
| next_date     = April 1, 2011&lt;br /&gt;
| extra_text    = In fact, [[April Fools' Day comics|2009 and 2017 are the only years]] in which Randall hasn't marked this day with a comic.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{TOC}}&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|&lt;br /&gt;
*Explain the jokes and references in the [[#Undocumented commands]] section and the sections below it.&lt;br /&gt;
*Describe the website interface a bit, such as the links at the bottom.}}&lt;br /&gt;
On April 1, 2010, [[Randall Munroe|Randall]] altered the [https://xkcd.com xkcd.com] website to mimic a {{w|Unix}} {{w|command-line interface}}. This interface is still available on [https://uni.xkcd.com uni.xkcd.com] and the source code is [https://github.com/chromakode/xkcdfools available on GitHub]. The comic [[721: Flatland]], released on March 31, 2010, was still up on April 1, 2010, but was unrelated to the Unix interface. The terminal only lists a few available commands, but most commands are undocumented.&lt;br /&gt;
&lt;br /&gt;
===Documented commands===&lt;br /&gt;
{| class=&amp;quot;sortable wikitable&amp;quot;&lt;br /&gt;
! Command&lt;br /&gt;
! Response&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''next'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''shows the next comic'')&lt;br /&gt;
|If the latest comic number is given, shows the error &amp;lt;code&amp;gt;Time travel mode not enabled&amp;lt;/code&amp;gt;. See &amp;lt;code&amp;gt;'''[[#Undocumented commands|enable time travel]]'''&amp;lt;/code&amp;gt; below.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''prev'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''shows the previous comic'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''first'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''shows the first comic'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''last'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''shows the last comic'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''display [number]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''shows the comic with the specified number'')&lt;br /&gt;
|Trying to display comic [[404: Not Found]] will result in an endless loading attempt.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''random'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''shows a random comic'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''ls'''&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |(''shows the content of the current directory'')&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''dir'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''cat [filename]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''shows the content of the file'')&lt;br /&gt;
|See also &amp;lt;code&amp;gt;'''[[#Undocumented commands|cat]]'''&amp;lt;/code&amp;gt; below.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''cd [directory]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''changes to the specified directory'')&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Undocumented commands===&lt;br /&gt;
{| class=&amp;quot;sortable wikitable&amp;quot;&lt;br /&gt;
! Command&lt;br /&gt;
! Response&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''&amp;lt;nowiki&amp;gt;:(){:|:&amp;amp;};:&amp;lt;/nowiki&amp;gt;'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;[...]&amp;lt;/code&amp;gt; (''repeats indefinitely'')&lt;br /&gt;
|This command, otherwise known as a [https://askubuntu.com/questions/159491/why-did-the-command-make-my-system-lag-so-badly-i-had-to-reboot shell fork bomb] will make the terminal display the &amp;lt;code&amp;gt;[...]&amp;lt;/code&amp;gt; loading dots indefinitely, as though it crashed.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;9&amp;quot; |&amp;lt;code&amp;gt;'''a/s/l'''&amp;lt;/code&amp;gt; ''or'' &amp;lt;code&amp;gt;'''asl'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|{{w|Age/sex/location|A/S/L}} is not a Unix command, but an acronym of Age/Sex/Location in this case. The following replies are possible:&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;2/AMD64/Server Rack&amp;lt;/code&amp;gt;&lt;br /&gt;
|Answered as if the server replied. sex refered as {{w|AMD}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;328/M/Transylvania&amp;lt;/code&amp;gt;&lt;br /&gt;
|Answered by {{w|Dracula}}.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;6/M/Battle School&amp;lt;/code&amp;gt;&lt;br /&gt;
|Answered by {{w|Ender Wiggin}} or another boy from battle school.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;48/M/The White House&amp;lt;/code&amp;gt;&lt;br /&gt;
|Answered by {{w|Barack Obama}} or another male of the same age in the White House.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;7/F/Rapture&amp;lt;/code&amp;gt;&lt;br /&gt;
|Answered by a {{w|Little Sister (BioShock)|Little Sister}} from {{w|BioShock}}.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;Exactly your age/A gender you're attracted to/Far far away.&amp;lt;/code&amp;gt;&lt;br /&gt;
|Requests for A/S/L are often not answered truthfully, but crafted to suit the one asking the question.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;7,831/F/Lothlórien&amp;lt;/code&amp;gt;&lt;br /&gt;
|Answered by {{w&amp;lt;/code&amp;gt;Galadriel}} or another elf. Lothlorien is the region of middle&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;42/M/FBI Field Office&amp;lt;/code&amp;gt;&lt;br /&gt;
|Answered by an FBI agent, referencing the old [https://tvtropes.org/pmwiki/pmwiki.php/Main/ThereAreNoGirlsOnTheInternet trope] that all girls on the internet are FBI agents impersonating them.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''apt-get'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;This APT has Super Cow Powers.'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|The &amp;lt;code&amp;gt;'''apt-get'''&amp;lt;/code&amp;gt; command is part of the Debian package manager {{w|Advanced_Packaging_Tool|APT}}. This reply is one of the built-in Easter eggs.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''apt-get moo'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
         (__)&lt;br /&gt;
         (oo)&lt;br /&gt;
   /------\/ &lt;br /&gt;
  / |    ||  &lt;br /&gt;
 *  /\---/\  &lt;br /&gt;
    ~~   ~~  &lt;br /&gt;
 &lt;br /&gt;
 ....&amp;quot;Have you mooed today?&amp;quot;...&lt;br /&gt;
|Displays an ASCII drawing of a cow.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''bash'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;You bash your head against the wall. It's not very effective.&amp;lt;/code&amp;gt;&lt;br /&gt;
|{{w|Bash}} is a shell for POSIX-based systems. This also references early text-based adventure games where you need to type the action needed to proceed, which could result in unintended consequences. For example, if you typed in something like &amp;quot;ax in chest&amp;quot;, the game may stab the axe into your character's torso instead of opening a crate. The line 'it's not very effective' may be a reference to Pokemon, where an attack can deal differing amounts of damage depending on effectiveness.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''cat [number]/alt.txt'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''displays the title text of the specified comic'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''cat'''&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(''without a filename or with an invalid filename'')&lt;br /&gt;
|&amp;lt;code&amp;gt;You're a kitty!&amp;lt;/code&amp;gt;&lt;br /&gt;
|A reference to [[231: Cat Proximity]].&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''cheat'''&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |(''opens the [[Store|xkcd Store]]'')&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''buy stuff'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''clear'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''clears the screen'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''curl'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''creates an iframe to the URL specified'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''date'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;March 32nd&amp;lt;/code&amp;gt;&lt;br /&gt;
|Instead of April 1st, which is not a real date.{{Citation needed}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''display title text'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot; colour: red;&amp;quot;&amp;gt;display: unable to open image &amp;quot;title&amp;quot;: No such file or directory.&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Displayed in red text.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''echo'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Echo ... echo ... echo ...&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;'''{{w|Echo (command)|echo}}'''&amp;lt;/code&amp;gt; is a command used to print text to the terminal.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''ed'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;You are not a diety&amp;lt;/code&amp;gt;&lt;br /&gt;
|{{w|Ed (software)|ed}} is a very simple text editor. It is usually not considered very user-friendly. See also &amp;lt;code&amp;gt;'''vi'''&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;'''emacs'''&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''emacs'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;You should use Vim.&amp;lt;/code&amp;gt;&lt;br /&gt;
|A reference to [[378: Real Programmers]].&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''enable time travel'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;TARDIS error: Time Lord missing&amp;lt;/code&amp;gt;&lt;br /&gt;
|A {{w|Doctor Who}} reference. See also the &amp;lt;code&amp;gt;'''next'''&amp;lt;/code&amp;gt; command.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''exit'''&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |(''ends the terminal session'')&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''quit'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''logout'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''find kitten'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''showed the {{w|robotfindskitten}} game'')&lt;br /&gt;
|The link to the Flash version no longer works, but an HTML version is available [http://robotfindskitten.org/play/robotfindskitten/ here].&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''find'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;What do you want to find? Kitten would be nice.&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''finger'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Mmmmmm...&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;'''finger USER'''&amp;lt;/code&amp;gt; is used on UNIX-like systems to get information about another USER. Here, Randall is taking advantage of its suggestive name, with 'finger' referring to an action where one sticks their finger in another's anus, usually for sexual pleasure.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''fuck'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;I have a headache.&amp;lt;/code&amp;gt;&lt;br /&gt;
|fuck is swear word&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''goto [any]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''shows comic [[292: goto]] and asks if you meant &amp;lt;code&amp;gt;'''display'''&amp;lt;/code&amp;gt; instead.'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''go back'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;You cannot go back.&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''go down'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;On our first date?&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''Hello Joshua'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;How about a nice game of Global Thermonuclear War?&amp;lt;/code&amp;gt;&lt;br /&gt;
|A reference to the {{w|WarGames}} movie.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''hello'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Hello.&amp;lt;/code&amp;gt;&lt;br /&gt;
|A second reply &amp;lt;code&amp;gt;Why hello there!&amp;lt;/code&amp;gt; is coded, but it is never used.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''help'''&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |&amp;lt;code&amp;gt;That would be cheating!&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''halp'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''hi'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Hi.&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |&amp;lt;code&amp;gt;'''hint'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;We offer some nice polos.&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |Randomly replies with one of four options.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;This terminal will remain available at '''&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://xkcd.com/unixkcd/ xkcd.com/unixkcd/]'''&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;Use the source, Luke!&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;There are cheat codes.&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''i read the source code'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;3&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''irc [nick]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |(''starts an {{w|IRC}} session on the xkcd channel on irc.foonetic.net'')&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''write [nick]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''kill'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Terminator deployed to 1984.&amp;lt;/code&amp;gt;&lt;br /&gt;
|A reference to the {{w|The_Terminator|Terminator}} movie. In Bash, &amp;lt;code&amp;gt;'''kill'''&amp;lt;/code&amp;gt; is used to end a process.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''latest'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''displays the latest comic'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''locate [filename]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|is normally used to locate a file in a directory. It will give humorous results when searching for &amp;lt;code&amp;gt;'''ninja'''&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;'''keys'''&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;'''joke'''&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;'''problem'''&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;'''raptor'''&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''lpr'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;PC LOAD LETTER&amp;lt;/code&amp;gt;&lt;br /&gt;
|{{w|Line Printer Daemon protocol|&amp;lt;code&amp;gt;'''lpr'''&amp;lt;/code&amp;gt;}} is a command to print documents. {{w|PC_LOAD_LETTER}} is a printer error.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''make love'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;I put on my robe and wizard hat.&amp;lt;/code&amp;gt;&lt;br /&gt;
|A reference to this [http://www.albinoblacksheep.com/text/bloodninja roleplay chat transcript] (NSFW), which was also mentioned in [[442: xkcd Loves the Discovery Channel]]. &amp;lt;code&amp;gt;'''make love'''&amp;lt;/code&amp;gt; is a standard Unix joke, because the reply is &amp;lt;code&amp;gt;make: don't know how to make love&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''make me a sandwich'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;What? Make it yourself.&amp;lt;/code&amp;gt;&lt;br /&gt;
|A reference to [[149: Sandwich]].&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''man [command]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''shows unhelpful information about the command'')&lt;br /&gt;
|Only &amp;lt;code&amp;gt;'''last'''&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;'''help'''&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;'''next'''&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;'''cat'''&amp;lt;/code&amp;gt; have unique responses, all others show a generic &amp;quot;Oh, I\'m sure you can figure it out.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''moo'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;moo&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''more'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Oh, yes! More! More!&amp;lt;/code&amp;gt;&lt;br /&gt;
|The {{w|More (command)|more}} command is used to paginate output.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''nano'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Seriously? Why don't you just use Notepad.exe? Or MS Paint?&amp;lt;/code&amp;gt;&lt;br /&gt;
|{{w|GNU nano|Nano}} is another text editor for Unix systems (see &amp;lt;code&amp;gt;'''vi'''&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;'''emacs'''&amp;lt;/code&amp;gt;).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''ping'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;There is another submarine three miles ahead, bearing 225, forty fathoms down.&amp;lt;/code&amp;gt;&lt;br /&gt;
|The {{w|Ping (networking utility)|ping}} command is used to measure round trip times to a destination. The name of the command comes from sonar technology. A submarine using sonar may 'ping' to illuminate nearby submarines on radar.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''pwd'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;You are in a maze of twisty passages, all alike.&amp;lt;/code&amp;gt;&lt;br /&gt;
|The {{w|pwd}} command prints the current working directory (see &amp;lt;code&amp;gt;'''look'''&amp;lt;/code&amp;gt;). The output is a reference to {{w|Colossal Cave Adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''reddit [number]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''shows the [https://www.reddit.com/ Reddit] voting bar for the specified comic'')&lt;br /&gt;
|If no number is specified, shows xkcd.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''rm [filename]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''removes a file'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''rm -r'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''removes a directory'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''serenity'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;You can't take the sky from me.&amp;lt;/code&amp;gt;&lt;br /&gt;
|This is a line from the Balad of Serenity from the {{w|Firefly_(TV_series)|Firefly}} TV series. Serenity is also the name of an Operating System (that Randall probably wasn't thinking of): [https://www.serenityos.org/ SerenityOS].&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''shutdown'''&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |&amp;lt;code&amp;gt;Must be root.&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |See also &amp;lt;code&amp;gt;'''sudo poweroff'''&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''poweroff'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''ssh'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;ssh, this is a library.&amp;lt;/code&amp;gt;&lt;br /&gt;
|{{w|Secure Shell|ssh}} is the command to start a secure shell, but it also resembles the &amp;quot;{{w|Shh}}&amp;quot; sound.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''su'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;God mode activated. Remember, with great power comes great ... aw, screw it, go have fun.&amp;lt;/code&amp;gt;&lt;br /&gt;
|{{w|Su (Unix)|&amp;lt;code&amp;gt;'''su'''&amp;lt;/code&amp;gt;}} is a command for logging as an upper user, which gives you full and potentially dangerous access to the system. On some systems, &amp;quot;{{w|With great power comes great responsibility|with great power comes great responsibility}}&amp;quot; is also part of a message that is printed the first time &amp;lt;code&amp;gt;'''sudo'''&amp;lt;/code&amp;gt; is used.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sudo [command]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''executes the command with {{w|Superuser|root}} privileges'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sudo apt-get dist-upgrade'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;You are already running [OS].&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sudo apt-get moo'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Have you mooed today?&amp;lt;/code&amp;gt;&lt;br /&gt;
|(apt-get Easter egg).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sudo apt-get update'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Reading package lists... Done&amp;lt;/code&amp;gt;&lt;br /&gt;
|Refreshes the package list so the system knows which updates are available.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sudo apt-get upgrade'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''shows a link to [http://abetterbrowser.org/ A Better Browser] on Internet Explorer and Firefox (&amp;lt; v3). On all other browsers, it doesn't complain.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sudo make me a sandwich'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Okay&amp;lt;/code&amp;gt;&lt;br /&gt;
|Behaves like [[149: Sandwich]].&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sudo !!'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''will sudo the last command'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sudo poweroff'''&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |(''shuts down the system'')&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sudo shutdown'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sudo reboot'''&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |(''restarts the system'')&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sudo restart'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sudo rm -rf /'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''breaks all commands until the page is reloaded'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sudo sudo'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot; colour: red;&amp;quot;&amp;gt;An internal error occurred: RangeError: Maximum call stack size exceeded&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|in red text.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''time travel'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''shows [[630: Time Travel]]'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''top'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;It's up there --^&amp;lt;/code&amp;gt;&lt;br /&gt;
|The {{w|Top_(software)|&amp;lt;code&amp;gt;'''top'''&amp;lt;/code&amp;gt;}} command shows a table of processes. Here it is taken literally.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''uname'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Illudium Q-36 Explosive Space Modulator&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;'''uname'''&amp;lt;/code&amp;gt; on Unix lists system information. The Illudium Q-36 Explosive Space Modulator is an explosive device created by Marvin the Martian in the {{w|Looney Tunes}} series.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''unixkcd'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''opens a new terminal window'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''use the force luke'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;I believe you mean source.&amp;lt;/code&amp;gt;&lt;br /&gt;
|A reference to {{w|The Force (Star Wars)|the Force}} in the {{w|Star Wars}} franchise.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''use the source luke'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;I'm not luke, you're luke!&amp;lt;/code&amp;gt;&lt;br /&gt;
|An old programmers' joke.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''vi'''&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |&amp;lt;code&amp;gt;You should use emacs.&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |A reference to [[378: Real Programmers]].&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''vim'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''wget [URL]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''shows the content of the specified URL'')&lt;br /&gt;
|&amp;lt;code&amp;gt;'''{{w|wget}}'''&amp;lt;/code&amp;gt; is a command on Unix to download the content and not show it.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''who'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Doctor Who?&amp;lt;/code&amp;gt;&lt;br /&gt;
|Another {{w|Doctor Who}} reference. The &amp;lt;code&amp;gt;'''who'''&amp;lt;/code&amp;gt; command on Unix lists the logged-in users.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''Whoami'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;You are Richard Stallman.&amp;lt;/code&amp;gt;&lt;br /&gt;
|The {{w|whoami}} command lists the name of the current user. [[Richard Stallman]] is the creator of the GNU project and the Free Software Foundation.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|&amp;lt;code&amp;gt;'''xkcd'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Yes?&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''xyzzy'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Nothing happens.&amp;lt;/code&amp;gt;&lt;br /&gt;
|{{w|Xyzzy_(computing)|xyzzy}} is a magic word, originally used in the game {{w|Colossal Cave Adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''your gay'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Keep your hands off it!&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''!!'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''reruns the previous command after stating the command'')&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Game commands====&lt;br /&gt;
There are also some other commands borrowed from a {{w|Zork}} like {{w|Text-based game|text-based adventure game}}.&lt;br /&gt;
{| class=&amp;quot;sortable wikitable&amp;quot;&lt;br /&gt;
! Command&lt;br /&gt;
! Response&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''look'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''describes your current surroundings'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''go [direction]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''moves you in the specified direction'')&lt;br /&gt;
|Going West repeatedly will list the refrain from the song {{w|Go West (song)|Go West}}.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''light lamp'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''lights your lamp'')&lt;br /&gt;
|You will be killed by a {{w|Grue (monster)|grue}} if you don't light your lamp when going south.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sleep [seconds]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''sleeps for the specified time'')&lt;br /&gt;
|Without specifying, the nap is 5 seconds.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Konami code====&lt;br /&gt;
[[File:Konami code.png|300px|thumb|The image used as the background after using the Konami code five times.]]The terminal also responds to the {{w|Konami code}} Up, Up, Down, Down, Left, Right, Left, Right, B, A. Entering this code repeatedly will, in order:&lt;br /&gt;
# Transform all characters to uppercase&lt;br /&gt;
# Add a grey text shadow&lt;br /&gt;
# Add an orange text-shadow&lt;br /&gt;
# Shake the screen&lt;br /&gt;
# Add a background image of [[Richard Stallman]] from [[345: 1337: Part 5]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[The screen is black.]&lt;br /&gt;
:[The text is white, monospaced, and in the top left, similar to that of a computer terminal.]&lt;br /&gt;
:[The terminal automatically runs the command:]&lt;br /&gt;
:display&lt;br /&gt;
:[The most recent XKCD comic appears below the current line.]&lt;br /&gt;
:[The terminal runs the command:]&lt;br /&gt;
:cat welcome.txt&lt;br /&gt;
:Terminal: Welcome to the unixkcd console.&lt;br /&gt;
:Terminal: To navigate the comics, enter &amp;quot;next&amp;quot;, &amp;quot;prev&amp;quot;, &amp;quot;first&amp;quot;, &amp;quot;last&amp;quot;, &amp;quot;display&amp;quot;, or &amp;quot;random&amp;quot;.&lt;br /&gt;
:Terminal: Use &amp;quot;ls&amp;quot;, &amp;quot;cat&amp;quot;, and &amp;quot;cd&amp;quot; to navigate the filesystem.&lt;br /&gt;
:[A blinking text cursor appears on the next line, and you can type in commands to make the terminal do stuff.]&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:April Fools' Day comics|0800]]&lt;br /&gt;
[[Category:Comics featuring Richard Stallman]]&lt;br /&gt;
[[Category:Computers]]&lt;br /&gt;
[[Category:Dynamic comics]]&lt;br /&gt;
[[Category:Interactive comics]]&lt;br /&gt;
[[Category:Comics with animation]]&lt;br /&gt;
[[Category:No title text]]&lt;br /&gt;
[[Category:Comics with inverted brightness]]&lt;br /&gt;
[[Category:Programming]]&lt;/div&gt;</summary>
		<author><name>2001:4450:813D:C800:2429:612B:D3AC:C2C7</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=unixkcd&amp;diff=389461</id>
		<title>unixkcd</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=unixkcd&amp;diff=389461"/>
				<updated>2025-10-24T11:02:37Z</updated>
		
		<summary type="html">&lt;p&gt;2001:4450:813D:C800:2429:612B:D3AC:C2C7: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| date      = April 1, 2010&lt;br /&gt;
| title     = unixkcd&lt;br /&gt;
| image     = unixkcd.png&lt;br /&gt;
| titletext = &lt;br /&gt;
| lappend   = &lt;br /&gt;
| ldomain   = uni&lt;br /&gt;
| imagesize = 900px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| extra     = yes&lt;br /&gt;
}}&lt;br /&gt;
{{series&lt;br /&gt;
| series        = April&lt;br /&gt;
| number        = 3&lt;br /&gt;
| date          = April 1, 2010&lt;br /&gt;
| days_late     = &lt;br /&gt;
| day_category  = Thursday&lt;br /&gt;
| prev_title    = 404: Not Found&lt;br /&gt;
| prev_date     = April 1, 2008&lt;br /&gt;
| next_title    = 880: Headache&lt;br /&gt;
| next_date     = April 1, 2011&lt;br /&gt;
| extra_text    = In fact, [[April Fools' Day comics|2009 and 2017 are the only years]] in which Randall hasn't marked this day with a comic.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{TOC}}&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|&lt;br /&gt;
*Explain the jokes and references in the [[#Undocumented commands]] section and the sections below it.&lt;br /&gt;
*Describe the website interface a bit, such as the links at the bottom.}}&lt;br /&gt;
On April 1, 2010, [[Randall Munroe|Randall]] altered the [https://xkcd.com xkcd.com] website to mimic a {{w|Unix}} {{w|command-line interface}}. This interface is still available on [https://uni.xkcd.com uni.xkcd.com] and the source code is [https://github.com/chromakode/xkcdfools available on GitHub]. The comic [[721: Flatland]], released on March 31, 2010, was still up on April 1, 2010, but was unrelated to the Unix interface. The terminal only lists a few available commands, but most commands are undocumented.&lt;br /&gt;
&lt;br /&gt;
===Documented commands===&lt;br /&gt;
{| class=&amp;quot;sortable wikitable&amp;quot;&lt;br /&gt;
! Command&lt;br /&gt;
! Response&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''next'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''shows the next comic'')&lt;br /&gt;
|If the latest comic number is given, shows the error &amp;lt;code&amp;gt;Time travel mode not enabled&amp;lt;/code&amp;gt;. See &amp;lt;code&amp;gt;'''[[#Undocumented commands|enable time travel]]'''&amp;lt;/code&amp;gt; below.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''prev'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''shows the previous comic'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''first'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''shows the first comic'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''last'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''shows the last comic'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''display [number]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''shows the comic with the specified number'')&lt;br /&gt;
|Trying to display comic [[404: Not Found]] will result in an endless loading attempt.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''random'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''shows a random comic'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''ls'''&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |(''shows the content of the current directory'')&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''dir'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''cat [filename]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''shows the content of the file'')&lt;br /&gt;
|See also &amp;lt;code&amp;gt;'''[[#Undocumented commands|cat]]'''&amp;lt;/code&amp;gt; below.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''cd [directory]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''changes to the specified directory'')&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Undocumented commands===&lt;br /&gt;
{| class=&amp;quot;sortable wikitable&amp;quot;&lt;br /&gt;
! Command&lt;br /&gt;
! Response&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''&amp;lt;nowiki&amp;gt;:(){:|:&amp;amp;};:&amp;lt;/nowiki&amp;gt;'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;[...]&amp;lt;/code&amp;gt; (''repeats indefinitely'')&lt;br /&gt;
|This command, otherwise known as a [https://askubuntu.com/questions/159491/why-did-the-command-make-my-system-lag-so-badly-i-had-to-reboot shell fork bomb] will make the terminal display the &amp;lt;code&amp;gt;[...]&amp;lt;/code&amp;gt; loading dots indefinitely, as though it crashed.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;9&amp;quot; |&amp;lt;code&amp;gt;'''a/s/l'''&amp;lt;/code&amp;gt; ''or'' &amp;lt;code&amp;gt;'''asl'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|{{w|Age/sex/location|A/S/L}} is not a Unix command, but an acronym of Age/Sex/Location in this case. The following replies are possible:&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;2/AMD64/Server Rack&amp;lt;/code&amp;gt;&lt;br /&gt;
|Answered as if the server replied. sex refered as {{w|AMD}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;328/M/Transylvania&amp;lt;/code&amp;gt;&lt;br /&gt;
|Answered by {{w|Dracula}}.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;6/M/Battle School&amp;lt;/code&amp;gt;&lt;br /&gt;
|Answered by {{w|Ender Wiggin}} or another boy from battle school.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;48/M/The White House&amp;lt;/code&amp;gt;&lt;br /&gt;
|Answered by {{w|Barack Obama}} or another male of the same age in the White House.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;7/F/Rapture&amp;lt;/code&amp;gt;&lt;br /&gt;
|Answered by a {{w|Little Sister (BioShock)|Little Sister}} from {{w|BioShock}}.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;Exactly your age/A gender you're attracted to/Far far away.&amp;lt;/code&amp;gt;&lt;br /&gt;
|Requests for A/S/L are often not answered truthfully, but crafted to suit the one asking the question.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;7,831/F/Lothlórien&amp;lt;/code&amp;gt;&lt;br /&gt;
|Answered by {{w&amp;lt;/code&amp;gt;Galadriel}} or another elf. Lothlorien is the region of middle&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;42/M/FBI Field Office&amp;lt;/code&amp;gt;&lt;br /&gt;
|Answered by an FBI agent, referencing the old [https://tvtropes.org/pmwiki/pmwiki.php/Main/ThereAreNoGirlsOnTheInternet trope] that all girls on the internet are FBI agents impersonating them.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''apt-get'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;This APT has Super Cow Powers.'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|The &amp;lt;code&amp;gt;'''apt-get'''&amp;lt;/code&amp;gt; command is part of the Debian package manager {{w|Advanced_Packaging_Tool|APT}}. This reply is one of the built-in Easter eggs.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''apt-get moo'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
         (__)&lt;br /&gt;
         (oo)&lt;br /&gt;
   /------\/ &lt;br /&gt;
  / |    ||  &lt;br /&gt;
 *  /\---/\  &lt;br /&gt;
    ~~   ~~  &lt;br /&gt;
 &lt;br /&gt;
 ....&amp;quot;Have you mooed today?&amp;quot;...&lt;br /&gt;
|Displays an ASCII drawing of a cow.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''bash'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;You bash your head against the wall. It's not very effective.&amp;lt;/code&amp;gt;&lt;br /&gt;
|{{w|Bash}} is a shell for POSIX-based systems. This also references early text-based adventure games where you need to type the action needed to proceed, which could result in unintended consequences. For example, if you typed in something like &amp;quot;ax in chest&amp;quot;, the game may stab the axe into your character's torso instead of opening a crate. The line 'it's not very effective' may be a reference to Pokemon, where an attack can deal differing amounts of damage depending on effectiveness.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''cat [number]/alt.txt'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''displays the title text of the specified comic'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''cat'''&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(''without a filename or with an invalid filename'')&lt;br /&gt;
|&amp;lt;code&amp;gt;You're a kitty!&amp;lt;/code&amp;gt;&lt;br /&gt;
|A reference to [[231: Cat Proximity]].&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''cheat'''&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |(''opens the [[Store|xkcd Store]]'')&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''buy stuff'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''clear'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''clears the screen'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''curl'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''creates an iframe to the URL specified'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''date'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;March 32nd&amp;lt;/code&amp;gt;&lt;br /&gt;
|Instead of April 1st, which is not a real date.{{Citation needed}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''display title text'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot; colour: red;&amp;quot;&amp;gt;display: unable to open image &amp;quot;title&amp;quot;: No such file or directory.&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Displayed in red text.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''echo'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Echo ... echo ... echo ...&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;'''{{w|Echo (command)|echo}}'''&amp;lt;/code&amp;gt; is a command used to print text to the terminal.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''ed'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;You are not a diety&amp;lt;/code&amp;gt;&lt;br /&gt;
|{{w|Ed (software)|ed}} is a very simple text editor. It is usually not considered very user-friendly. See also &amp;lt;code&amp;gt;'''vi'''&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;'''emacs'''&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''emacs'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;You should use Vim.&amp;lt;/code&amp;gt;&lt;br /&gt;
|A reference to [[378: Real Programmers]].&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''enable time travel'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;TARDIS error: Time Lord missing&amp;lt;/code&amp;gt;&lt;br /&gt;
|A {{w|Doctor Who}} reference. See also the &amp;lt;code&amp;gt;'''next'''&amp;lt;/code&amp;gt; command.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''exit'''&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |(''ends the terminal session'')&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''quit'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''logout'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''find kitten'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''showed the {{w|robotfindskitten}} game'')&lt;br /&gt;
|The link to the Flash version no longer works, but an HTML version is available [http://robotfindskitten.org/play/robotfindskitten/ here].&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''find'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;What do you want to find? Kitten would be nice.&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''finger'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Mmmmmm...&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;'''finger USER'''&amp;lt;/code&amp;gt; is used on UNIX-like systems to get information about another USER. Here, Randall is taking advantage of its suggestive name, with 'finger' referring to an action where one sticks their finger in another's anus, usually for sexual pleasure.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''fuck'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;I have a headache.&amp;lt;/code&amp;gt;&lt;br /&gt;
|fuck is swear word&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''goto [any]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''shows comic [[292: goto]] and asks if you meant &amp;lt;code&amp;gt;'''display'''&amp;lt;/code&amp;gt; instead.'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''go back'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;You cannot go back.&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''go down'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;On our first date?&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''Hello Joshua'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;How about a nice game of Global Thermonuclear War?&amp;lt;/code&amp;gt;&lt;br /&gt;
|A reference to the {{w|WarGames}} movie.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''hello'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Hello.&amp;lt;/code&amp;gt;&lt;br /&gt;
|A second reply &amp;lt;code&amp;gt;Why hello there!&amp;lt;/code&amp;gt; is coded, but it is never used.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''help'''&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |&amp;lt;code&amp;gt;That would be cheating!&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''halp'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''hi'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Hi.&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |&amp;lt;code&amp;gt;'''hint'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;We offer some nice polos.&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |Randomly replies with one of four options.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;This terminal will remain available at '''&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[https://xkcd.com/unixkcd/ xkcd.com/unixkcd/]'''&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;Use the source, Luke!&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;There are cheat codes.&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''i read the source code'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;3&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''irc [nick]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |(''starts an {{w|IRC}} session on the xkcd channel on irc.foonetic.net'')&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''write [nick]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''kill'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Terminator deployed to 1984.&amp;lt;/code&amp;gt;&lt;br /&gt;
|A reference to the {{w|The_Terminator|Terminator}} movie. In Bash, &amp;lt;code&amp;gt;'''kill'''&amp;lt;/code&amp;gt; is used to end a process.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''latest'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''displays the latest comic'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''locate [filename]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|is normally used to locate a file in a directory. It will give humorous results when searching for &amp;lt;code&amp;gt;'''ninja'''&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;'''keys'''&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;'''joke'''&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;'''problem'''&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;'''raptor'''&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''lpr'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;PC LOAD LETTER&amp;lt;/code&amp;gt;&lt;br /&gt;
|{{w|Line Printer Daemon protocol|&amp;lt;code&amp;gt;'''lpr'''&amp;lt;/code&amp;gt;}} is a command to print documents. {{w|PC_LOAD_LETTER}} is a printer error.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''make love'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;I put on my robe and wizard hat.&amp;lt;/code&amp;gt;&lt;br /&gt;
|A reference to this [http://www.albinoblacksheep.com/text/bloodninja roleplay chat transcript] (NSFW), which was also mentioned in [[442: xkcd Loves the Discovery Channel]]. &amp;lt;code&amp;gt;'''make love'''&amp;lt;/code&amp;gt; is a standard Unix joke, because the reply is &amp;lt;code&amp;gt;make: don't know how to make love&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''make me a sandwich'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;What? Make it yourself.&amp;lt;/code&amp;gt;&lt;br /&gt;
|A reference to [[149: Sandwich]].&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''man [command]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''shows unhelpful information about the command'')&lt;br /&gt;
|Only &amp;lt;code&amp;gt;'''last'''&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;'''help'''&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;'''next'''&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;'''cat'''&amp;lt;/code&amp;gt; have unique responses, all others show a generic &amp;quot;Oh, I\'m sure you can figure it out.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''moo'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;moo&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''more'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Oh, yes! More! More!&amp;lt;/code&amp;gt;&lt;br /&gt;
|The {{w|More (command)|more}} command is used to paginate output.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''nano'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Seriously? Why don't you just use Notepad.exe? Or MS Paint?&amp;lt;/code&amp;gt;&lt;br /&gt;
|{{w|GNU nano|Nano}} is another text editor for Unix systems (see &amp;lt;code&amp;gt;'''vi'''&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;'''emacs'''&amp;lt;/code&amp;gt;).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''ping'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;There is another submarine three miles ahead, bearing 225, forty fathoms down.&amp;lt;/code&amp;gt;&lt;br /&gt;
|The {{w|Ping (networking utility)|ping}} command is used to measure round trip times to a destination. The name of the command comes from sonar technology. A submarine using sonar may 'ping' to illuminate nearby submarines on radar.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''pwd'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;You are in a maze of twisty passages, all alike.&amp;lt;/code&amp;gt;&lt;br /&gt;
|The {{w|pwd}} command prints the current working directory (see &amp;lt;code&amp;gt;'''look'''&amp;lt;/code&amp;gt;). The output is a reference to {{w|Colossal Cave Adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''reddit [number]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''shows the [https://www.reddit.com/ Reddit] voting bar for the specified comic'')&lt;br /&gt;
|If no number is specified, shows xkcd.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''rm [filename]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''removes a file'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''rm -r'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''removes a directory'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''serenity'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;You can't take the sky from me.&amp;lt;/code&amp;gt;&lt;br /&gt;
|This is a line from the Balad of Serenity from the {{w|Firefly_(TV_series)|Firefly}} TV series. Serenity is also the name of an Operating System (that Randall probably wasn't thinking of): [https://www.serenityos.org/ SerenityOS].&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''shutdown'''&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |&amp;lt;code&amp;gt;Must be root.&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |See also &amp;lt;code&amp;gt;'''sudo poweroff'''&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''poweroff'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''ssh'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;ssh, this is a library.&amp;lt;/code&amp;gt;&lt;br /&gt;
|{{w|Secure Shell|ssh}} is the command to start a secure shell, but it also resembles the &amp;quot;{{w|Shh}}&amp;quot; sound.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''su'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;God mode activated. Remember, with great power comes great ... aw, screw it, go have fun.&amp;lt;/code&amp;gt;&lt;br /&gt;
|{{w|Su (Unix)|&amp;lt;code&amp;gt;'''su'''&amp;lt;/code&amp;gt;}} is a command for logging as an upper user, which gives you full and potentially dangerous access to the system. On some systems, &amp;quot;{{w|With great power comes great responsibility|with great power comes great responsibility}}&amp;quot; is also part of a message that is printed the first time &amp;lt;code&amp;gt;'''sudo'''&amp;lt;/code&amp;gt; is used.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sudo [command]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''executes the command with {{w|Superuser|root}} privileges'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sudo apt-get dist-upgrade'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;You are already running [OS].&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sudo apt-get moo'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Have you mooed today?&amp;lt;/code&amp;gt;&lt;br /&gt;
|(apt-get Easter egg).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sudo apt-get update'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Reading package lists... Done&amp;lt;/code&amp;gt;&lt;br /&gt;
|Refreshes the package list so the system knows which updates are available.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sudo apt-get upgrade'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''shows a link to [http://abetterbrowser.org/ A Better Browser] on Internet Explorer and Firefox (&amp;lt; v3). On all other browsers, it doesn't complain.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sudo make me a sandwich'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Okay&amp;lt;/code&amp;gt;&lt;br /&gt;
|Behaves like [[149: Sandwich]].&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sudo !!'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''will sudo the last command'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sudo poweroff'''&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |(''shuts down the system'')&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sudo shutdown'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sudo reboot'''&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |(''restarts the system'')&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sudo restart'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sudo rm -rf /'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''breaks all commands until the page is reloaded'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sudo sudo'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot; colour: red;&amp;quot;&amp;gt;An internal error occurred: RangeError: Maximum call stack size exceeded&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|in red text.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''time travel'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''shows [[630: Time Travel]]'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''top'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;It's up there --^&amp;lt;/code&amp;gt;&lt;br /&gt;
|The {{w|Top_(software)|&amp;lt;code&amp;gt;'''top'''&amp;lt;/code&amp;gt;}} command shows a table of processes. Here it is taken literally.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''uname'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Illudium Q-36 Explosive Space Modulator&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;'''uname'''&amp;lt;/code&amp;gt; on Unix lists system information. The Illudium Q-36 Explosive Space Modulator is an explosive device created by Marvin the Martian in the {{w|Looney Tunes}} series.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''unixkcd'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''opens a new terminal window'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''use the force luke'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;I believe you mean source.&amp;lt;/code&amp;gt;&lt;br /&gt;
|A reference to {{w|The Force (Star Wars)|the Force}} in the {{w|Star Wars}} franchise.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''use the source luke'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;I'm not luke, you're luke!&amp;lt;/code&amp;gt;&lt;br /&gt;
|An old programmers' joke.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''vi'''&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |&amp;lt;code&amp;gt;You should use emacs.&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |A reference to [[378: Real Programmers]].&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''vim'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''wget [URL]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''shows the content of the specified URL'')&lt;br /&gt;
|&amp;lt;code&amp;gt;'''{{w|wget}}'''&amp;lt;/code&amp;gt; is a command on Unix to download the content and not show it.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''who'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Doctor Who?&amp;lt;/code&amp;gt;&lt;br /&gt;
|Another {{w|Doctor Who}} reference. The &amp;lt;code&amp;gt;'''who'''&amp;lt;/code&amp;gt; command on Unix lists the logged-in users.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''Whoami'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;You are Richard Stallman.&amp;lt;/code&amp;gt;&lt;br /&gt;
|The {{w|whoami}} command lists the name of the current user. [[Richard Stallman]] is the creator of the GNU project and the Free Software Foundation.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|&amp;lt;code&amp;gt;'''xkcd'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Yes?&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''xyzzy'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Nothing happens.&amp;lt;/code&amp;gt;&lt;br /&gt;
|{{w|Xyzzy_(computing)|xyzzy}} is a magic word, originally used in the game {{w|Colossal Cave Adventure}}.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''your gay'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;Keep your hands off it!&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''!!'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''reruns the previous command after stating the command'')&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Game commands====&lt;br /&gt;
There are also some other commands borrowed from a {{w|Zork}} like {{w|Text-based game|text-based adventure game}}.&lt;br /&gt;
{| class=&amp;quot;sortable wikitable&amp;quot;&lt;br /&gt;
! Command&lt;br /&gt;
! Response&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''look'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''describes your current surroundings'')&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''go [direction]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''moves you in the specified direction'')&lt;br /&gt;
|Going West repeatedly will list the refrain from the song {{w|Go West (song)|Go West}}.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''light lamp'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''lights your lamp'')&lt;br /&gt;
|You will be killed by a {{w|Grue (monster)|grue}} if you don't light your lamp when going south.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;'''sleep [seconds]'''&amp;lt;/code&amp;gt;&lt;br /&gt;
|(''sleeps for the specified time'')&lt;br /&gt;
|Without specifying, the nap is 5 seconds.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Konami code====&lt;br /&gt;
[[File:Konami code.png|300px|thumb|The image used as the background after using the Konami code five times.]]The terminal also responds to the {{w|Konami code}} Up, Up, Down, Down, Left, Right, Left, Right, B, A. Entering this code repeatedly will, in order:&lt;br /&gt;
# Transform all characters to uppercase&lt;br /&gt;
# Add a grey text shadow&lt;br /&gt;
# Add an orange text-shadow&lt;br /&gt;
# Shake the screen&lt;br /&gt;
# Add a background image of [[Richard Stallman]] from [[345: 1337: Part 5]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Describe the initial interface fully.}}&lt;br /&gt;
:[The screen is black.]&lt;br /&gt;
:[The text is white, monospaced, and in the top left, similar to that of a computer terminal.]&lt;br /&gt;
:[The terminal automatically runs the command:]&lt;br /&gt;
:display&lt;br /&gt;
:[The most recent XKCD comic appears below the current line.]&lt;br /&gt;
:[The terminal runs the command:]&lt;br /&gt;
:cat welcome.txt&lt;br /&gt;
:Terminal: Welcome to the unixkcd console.&lt;br /&gt;
:Terminal: To navigate the comics, enter &amp;quot;next&amp;quot;, &amp;quot;prev&amp;quot;, &amp;quot;first&amp;quot;, &amp;quot;last&amp;quot;, &amp;quot;display&amp;quot;, or &amp;quot;random&amp;quot;.&lt;br /&gt;
:Terminal: Use &amp;quot;ls&amp;quot;, &amp;quot;cat&amp;quot;, and &amp;quot;cd&amp;quot; to navigate the filesystem.&lt;br /&gt;
:[A blinking text cursor appears on the next line, and you can type in commands to make the terminal do stuff.]&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:April Fools' Day comics|0800]]&lt;br /&gt;
[[Category:Comics featuring Richard Stallman]]&lt;br /&gt;
[[Category:Computers]]&lt;br /&gt;
[[Category:Dynamic comics]]&lt;br /&gt;
[[Category:Interactive comics]]&lt;br /&gt;
[[Category:Comics with animation]]&lt;br /&gt;
[[Category:No title text]]&lt;br /&gt;
[[Category:Comics with inverted brightness]]&lt;br /&gt;
[[Category:Programming]]&lt;/div&gt;</summary>
		<author><name>2001:4450:813D:C800:2429:612B:D3AC:C2C7</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3158:_Shielding_Chart&amp;diff=389453</id>
		<title>3158: Shielding Chart</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=3158:_Shielding_Chart&amp;diff=389453"/>
				<updated>2025-10-24T07:42:03Z</updated>
		
		<summary type="html">&lt;p&gt;2001:4450:813D:C800:2429:612B:D3AC:C2C7: /* Transcript */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 3158&lt;br /&gt;
| date      = October 22, 2025&lt;br /&gt;
| title     = Shielding Chart&lt;br /&gt;
| image     = shielding_chart_2x.png&lt;br /&gt;
| imagesize = 740x720px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = Sharks can occasionally travel short distances through air when pursuing prey, but their attenuation coefficient is pretty high.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|This page was created by a SPACE-BASED SHARK DEFENSE BOT. Don't remove this notice too soon.}}&lt;br /&gt;
&lt;br /&gt;
This comic is part of a series on [[:Category:Confusion matrices|confusion matrices]].&lt;br /&gt;
&lt;br /&gt;
Various hazardous (or merely obnoxious) materials, objects, and effects can have their danger reduced with specialized protective equipment. The yellow squares are where the shield fails to protect against the object. The grey-yellow squares are where the shield is partially successful, but still presents some risk. The grey squares are where the shield succeeds.&lt;br /&gt;
&lt;br /&gt;
The first five barriers are materials/conditions which may be used to block some things and not others, which makes for a relatively normal comparison matrix. The last five barriers are devices which are deliberately designed and manufactured to block the last five materials/effects.  Comparing those with effects for which they aren't designed is presented for absurdity.&lt;br /&gt;
&lt;br /&gt;
The first three hazards - Gamma Rays, Neutrons, and Alpha Particles - represent different types of radiation. Their associated &amp;quot;beep&amp;quot; and &amp;quot;click&amp;quot; sounds mirror real detection behavior: &amp;quot;beep&amp;quot; corresponds to ionizing radiation like gamma and alpha particles, detected by standard Geiger counters, while &amp;quot;click&amp;quot; refers to neutron detection, which uses a separate type of counter designed for neutral particles.&lt;br /&gt;
&lt;br /&gt;
All but two tiles&amp;lt;!-- sound through water, with fish; heat through vacuum, with ice --&amp;gt; feature [[Cueball]] who tries to make use of that column's chosen 'protective shield', although in the case of some scenarios (involving vacuum or water) he may also be sufficiently equipped against the environment he finds himself in. Also present will be the row's specific 'effect', either in its own right (an object or creature that embodies the phenomenon automatically) or as conveyed by [[Megan]] (when not just present as onlooker) who may also have had the 'shield' primarily delegated to her. The two main exceptions are where Cueball himself emits the sound (from within 'protective' suits that turn out to be ineffectual sound-blockers), to apparently annoy Megan, and depictions of radio reception (which always shows Cueball's attempt to transmit, whether or not it shows a successful incoming message).&lt;br /&gt;
&lt;br /&gt;
Some hazards, such as {{w|alpha particles}}, a form of radiation with particularly low penetrative power, can be easily deterred by common things; even a relatively short distance through air is enough to minimize their impact. Comparatively, more dangerous hazards, such as the far more penetrative {{w|gamma rays}}, are unaffected by all but the shielding methods actually intended for them. No effect is either all effective or all ineffective, against each form of 'shielding', and neither is any instance of shield consistent against all effects.&lt;br /&gt;
&lt;br /&gt;
The title text notes that, while the shark hazard is shown on the chart to be entirely nullified by a sufficient air barrier, in reality sharks are capable of attacking prey even if it is a short distance out of the water. However, it claims a high &amp;quot;attenuation coefficient&amp;quot;, which is an {{tvtropes|ExpospeakGag|overly scientific way of saying}} that you don't need a ''lot'' of air between you and the shark before it can't hurt you. Indeed, while sharks can jump out of the water to a certain height, there's a hard line between &amp;quot;vulnerable&amp;quot; and &amp;quot;out of reach&amp;quot;, and a person can be within arm's reach of a shark's attack while they themselves are in no danger whatsoever.&lt;br /&gt;
&lt;br /&gt;
===Table===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | style=&amp;quot;background:#E6C3C3;&amp;quot;&lt;br /&gt;
! Shielding Chart&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| {{w|Air}}&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| {{w|Lead}}&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| {{w|Water}}&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| {{w|Glass}}&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| {{w|Vacuum}}&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| {{w|Oven mitts}}&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| {{w|Armor}}&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| {{w|Hazmat suit|Bio-hazard suit}}&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| {{w|Faraday cage}}&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| {{w|Shark cage}}&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot;| {{w|Gamma rays}}&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|Gamma rays are not significantly shielded by air.&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|Lead is commonly used as {{w|Lead shielding|shielding}} against gamma rays. Lead works because of its density and high atomic number, scattering gamma rays.&lt;br /&gt;
| style=&amp;quot;background:#DDDCB2;&amp;quot;|Water can be used to shield against gamma rays, but you need at least 10 feet of water between you and the gamma rays for it to work.&lt;br /&gt;
|colspan=7; style=&amp;quot;background:#FFF978;&amp;quot;|Gamma rays have the highest energy of any type of light and have no mass or charge, making them pass through most materials easily.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot;| {{w|Neutrons}}&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|Neutrons are not stopped by low density materials such as air.&lt;br /&gt;
| style=&amp;quot;background:#DDDCB2;&amp;quot;|Lead's high density means that neutrons will keep bumping into lead nuclei, losing their energy through inelastic scattering. However since lead nuclei are much heavier than neutrons, most of the energy will remain with the neutron; as a result, many collisions are needed to slow the neutrons. Some neutrons will also be absorbed by the nuclei, although the {{w|Cross section (physics)|cross section}} is rather low.&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|Since protons and neutrons have almost the same mass, a collision with a hydrogen atom in water will result in the neutron losing almost half of its energy, resulting in a very rapid attenuation. Moreover the cross section for the fusion of neutrons and protons is high, leading to most neutrons being captured to form deuterium.&lt;br /&gt;
|colspan=7; style=&amp;quot;background:#FFF978;&amp;quot;|None of these materials are dense enough to slow or absorb neutrons in significant quantities.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot;| {{w|Alpha particles}}&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;| Since alpha particles are the only hazard to be entirely blocked by the first three (and indeed, the first four) shields in a row, Cueball worries that his detection equipment may not be working properly.&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|&lt;br /&gt;
|colspan=2; style=&amp;quot;background:#FFF978;&amp;quot;|Outside of a vacuum, alpha particles are detectable only within millimeters, and the presence of the two cages is incidental. In both cases, the emitter has been moved closer to the observer, because otherwise the effect would be masked by the intervening air.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot;| {{w|Light}}&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|Light passes through air easily, which is why we can see.{{cn}}&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|As lead is a solid, opaque material, light is not able to pass through it.&lt;br /&gt;
| style=&amp;quot;background:#DDDCB2;&amp;quot;|Water is mostly transparent to visible light. It will attenuate over long distances, but won't be quickly blocked.&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|As glass is a largely transparent substance, light is usually able to pass through it.&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|Because a lack of air does not impact the travel of light, it reaches Cueball without issue.&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|Cueball is able to use the opaque oven mitts to cover the light source, successfully preventing the light from reaching him.&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|The helmet Cueball is wearing is opaque, blocking the light from reaching him. It also makes this a fairly useless set of armor.&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|As with the oven mitts, Hairy uses the helmet part of the biohazard suit to block the light source.&lt;br /&gt;
|colspan=2; style=&amp;quot;background:#FFF978;&amp;quot;|As both types of cages have holes in them, it is easy for the light to pass through the holes and reach Cueball.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot;| {{w|Sound}}&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|Air is the most common medium through which we perceive sound. It would not serve as an effective barrier between a source of sound and someone's ears, unless it was over a very great distance.&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|&amp;quot;In space, no one can hear you scream.&amp;quot; In a vacuum (like space), there are no atoms or molecules to carry sound waves. &lt;br /&gt;
| style=&amp;quot;background:#DDDCB2;&amp;quot;|&lt;br /&gt;
| colspan=2; style=&amp;quot;background:#FFF978;&amp;quot;| The two cases of whether sound can penetrate suits are the only two cases where Cueball is trying (successfully) to inflict the phenomenon on [[Megan]], who otherwise features only as the (attempted) instigator.&amp;lt;!-- Though Cueball may actively apply the &amp;quot;protection&amp;quot; against Megan's &amp;quot;issue&amp;quot;. --&amp;gt; Neither suit is able (or intended) to significantly block sound waves.&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot;| {{w|Heat}}&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|Air can be a fairly effective thermal insulator when constrained, as in {{w|aerogels}} and many types of insulation. However, freely moving air as depicted in this panel flows as it heats up, transferring heat from the campfire to Cueball's marshmallow. Additionally, air does little to block thermal radiation from the heat source.&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|Lead conducts heat, allowing Cueball to toast a marshmallow on the surface of the shield.  However, since lead is poisonous, he should not do this.&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#DDDCB2;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot;| {{w|Swords}}&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|Air has a negligible force against objects and is unable to stop Megan's sword's thrust.&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|Lead is a heavy and dense metal, and as a result, it can stop blows from a sword.&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|While water has a greater force than air against objects, it is still not enough to stop Megan's attack.&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|Glass is easily broken by sharp blows, especially if it isn't tempered, and as a result does not stop Megan's sword.&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|A vacuum has no resistance against objects and unsurprisingly is not able to stop Megan's attack.&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|Oven mitts are typically made of fabric, which would provide only limited protection. They also do not cover the full body.&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|The metallic armor Cueball is wearing was probably designed to stop sword blows.&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|Swords are sharp, and as such are able to break through the thin hazmat suit Cueball is wearing.&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|A Faraday cage has holes which Megan's sword is able to go through.&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|A shark cage, while able to provide resistance against larger threats, has holes through which Megan's sword can go.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot;| {{w|Particulate matter#Health problems|Toxic dust}}&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#DDDCB2;&amp;quot;|{{w|Lead poisoning|Lead is poisonous}}, so while a solid lead barrier would prevent toxic dust from passing through, any dust or metal fragments from the shield would still be dangerous.&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|Water actually can be {{w|Dust abatement|used to prevent the spread of dust}}. However, toxic dust that gets into drinking water will {{w|Water pollution#Groundwater pollution|contaminate it}}, causing health problems just as airborne toxic dust can.&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|With no air to slow it down, dust in space can move at dangerously high speeds, possibly fast enough to tear through Cueball's space suit.&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot;| {{w|Radio}}&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|Radio waves from two-way radios, like the kind shown in the comic, {{w|Radio propagation#Direct modes (line-of-sight)|cannot penetrate deep water}}. There are {{w|Radio propagation#Surface modes (groundwave)|radio frequencies that ''can'' penetrate deep water}}, but these have a much lower frequency, require more powerful transmitters, and (in the case of {{w|Extremely low frequency#Difficulties of ELF communication|extremely low frequencies}}) cannot transmit audio.&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|A {{w|Faraday cage}} is specifically designed to block electromagnetic fields such as radio waves. In fact, this is the ''only'' hazard here that it blocks.&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot;| {{w|Sharks}}&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|Sharks cannot travel very far on land or in the air.&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|Shielding yourself with lead plates will effectively protect you against sharks.&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|Sharks live in water, so water is not an effective shield against sharks.{{cn}}&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|Glass will effectively protect you against sharks, provided that it is thick enough. In fact, sharks are commonly (and safely) shown to the public in aquariums. &lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|Cueball in the vacuum of space is very far from shark habitat in the ocean.&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|Oven mitts are not very effective at stopping sharks.{{cn}}&lt;br /&gt;
| style=&amp;quot;background:#DDDCB2;&amp;quot;|Depending on the armor, a shark might still be able to bite you through it.&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|A biohazard suit is weak enough that a shark can rip through it.&lt;br /&gt;
| style=&amp;quot;background:#FFF978;&amp;quot;|A Faraday cage is weak enough that a shark can rip through it.&lt;br /&gt;
| style=&amp;quot;background:#C4C5C7;&amp;quot;|A shark cage is specifically designed to protect against sharks. In fact, this is the ''only'' hazard here that it blocks.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Don't remove this notice too soon.}}&lt;br /&gt;
The whole comic is in one panel&lt;br /&gt;
A matrix sits in the middle with the following rows and columns:&lt;br /&gt;
&lt;br /&gt;
Air:&lt;br /&gt;
*Gamma rays - Yellow&lt;br /&gt;
*Neutrons - Yellow&lt;br /&gt;
*Alpha particles - Gray&lt;br /&gt;
*Light - Yellow&lt;br /&gt;
*Sound - Yellow&lt;br /&gt;
*Heat - Yellow&lt;br /&gt;
*Swords - Yellow&lt;br /&gt;
*Toxic dust - Yellow&lt;br /&gt;
*Radio - Yellow&lt;br /&gt;
*Sharks - Gray&lt;br /&gt;
&lt;br /&gt;
Lead:&lt;br /&gt;
*Gamma rays - Gray&lt;br /&gt;
*Neutrons - Grayish-yellow&lt;br /&gt;
*Alpha particles - Gray&lt;br /&gt;
*Light - Gray&lt;br /&gt;
*Sound - Yellow&lt;br /&gt;
*Heat - Yellow&lt;br /&gt;
*Swords - Gray&lt;br /&gt;
*Toxic dust - Grayish-yellow&lt;br /&gt;
*Radio - Gray&lt;br /&gt;
*Sharks - Gray&lt;br /&gt;
&lt;br /&gt;
Water:&lt;br /&gt;
*Gamma rays - Grayish-yellow&lt;br /&gt;
*Neutrons - Gray&lt;br /&gt;
*Alpha particles&lt;br /&gt;
*Light - Grayish-yellow&lt;br /&gt;
*Sound - Yellow&lt;br /&gt;
*Heat - Yellow&lt;br /&gt;
*Swords - Yellow&lt;br /&gt;
*Toxic dust - Yellow&lt;br /&gt;
*Radio - Gray&lt;br /&gt;
*Sharks - Yellow&lt;br /&gt;
&lt;br /&gt;
*Glass:&lt;br /&gt;
*Gamma rays&lt;br /&gt;
*Neutrons&lt;br /&gt;
*Alpha particles&lt;br /&gt;
*Light&lt;br /&gt;
*Sound&lt;br /&gt;
*Heat&lt;br /&gt;
*Swords&lt;br /&gt;
*Toxic dust&lt;br /&gt;
*Radio&lt;br /&gt;
*Sharks&lt;br /&gt;
&lt;br /&gt;
Vacuum:&lt;br /&gt;
*Gamma rays&lt;br /&gt;
*Neutrons&lt;br /&gt;
*Alpha particles&lt;br /&gt;
*Light&lt;br /&gt;
*Sound&lt;br /&gt;
*Heat&lt;br /&gt;
*Swords&lt;br /&gt;
*Toxic dust&lt;br /&gt;
*Radio&lt;br /&gt;
*Sharks&lt;br /&gt;
&lt;br /&gt;
Oven mitts:&lt;br /&gt;
*Gamma rays&lt;br /&gt;
*Neutrons&lt;br /&gt;
*Alpha particles&lt;br /&gt;
*Light&lt;br /&gt;
*Sound&lt;br /&gt;
*Heat&lt;br /&gt;
*Swords&lt;br /&gt;
*Toxic dust&lt;br /&gt;
*Radio&lt;br /&gt;
*Sharks&lt;br /&gt;
&lt;br /&gt;
Armor:&lt;br /&gt;
*Gamma rays&lt;br /&gt;
*Neutrons&lt;br /&gt;
*Alpha particles&lt;br /&gt;
*Light&lt;br /&gt;
*Sound&lt;br /&gt;
*Heat&lt;br /&gt;
*Swords&lt;br /&gt;
*Toxic dust&lt;br /&gt;
*Radio&lt;br /&gt;
*Sharks&lt;br /&gt;
&lt;br /&gt;
Biohazard suit:&lt;br /&gt;
*Gamma rays&lt;br /&gt;
*Neutrons&lt;br /&gt;
*Alpha particles&lt;br /&gt;
*Light&lt;br /&gt;
*Sound&lt;br /&gt;
*Heat&lt;br /&gt;
*Swords&lt;br /&gt;
*Toxic dust&lt;br /&gt;
*Radio&lt;br /&gt;
*Sharks&lt;br /&gt;
&lt;br /&gt;
Faraday cage:&lt;br /&gt;
*Gamma rays&lt;br /&gt;
*Neutrons&lt;br /&gt;
*Alpha particles&lt;br /&gt;
*Light&lt;br /&gt;
*Sound&lt;br /&gt;
*Heat&lt;br /&gt;
*Swords&lt;br /&gt;
*Toxic dust&lt;br /&gt;
*Radio&lt;br /&gt;
*Sharks&lt;br /&gt;
&lt;br /&gt;
Shark cage:&lt;br /&gt;
*Gamma rays&lt;br /&gt;
*Neutrons&lt;br /&gt;
*Alpha particles&lt;br /&gt;
*Light&lt;br /&gt;
*Sound&lt;br /&gt;
*Heat&lt;br /&gt;
*Swords&lt;br /&gt;
*Toxic dust&lt;br /&gt;
*Radio&lt;br /&gt;
*Sharks - cueball on hanged cage and shark&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Confusion matrices]]&lt;br /&gt;
[[Category:Sharks]]&lt;br /&gt;
[[Category:Multiple Cueballs]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics with color]]&lt;/div&gt;</summary>
		<author><name>2001:4450:813D:C800:2429:612B:D3AC:C2C7</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=533:_Laptop_Hell&amp;diff=389411</id>
		<title>533: Laptop Hell</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=533:_Laptop_Hell&amp;diff=389411"/>
				<updated>2025-10-23T20:06:45Z</updated>
		
		<summary type="html">&lt;p&gt;2001:4450:813D:C800:2429:612B:D3AC:C2C7: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 533&lt;br /&gt;
| date      = January 21, 2009&lt;br /&gt;
| title     = Laptop Hell&lt;br /&gt;
| image     = laptop hell.png&lt;br /&gt;
| titletext = The xkcd.com sysadmin has a Q2010, and I can attest that it can handle a fall down several flights of concrete steps. Relatedly, he's upset with me - I hope he doesn't take revenge by messing with my site's contenDISREGARD THAT I SUCK COCKS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
The Devil {{w|Mephistopheles}} (named so in the [http://xkcd.com/533/info.0.json official transcript]) is greeting the new souls sentenced to {{w|Hell}}, and recognizes an executive from {{w|Fujitsu|Fujitsu Ltd}} in the form of [[Hairbun]]. Mephistopheles accuses her of causing his favorite laptop, the Fujitsu Q2010, to be taken out of production. Mephistopheles is displeased because he thought it was a good laptop, just poorly marketed by Hairbun. Hairbun is confused and asks Mephistopheles why he is upset, as acts of evil are generally encouraged by the demons of Hell. Mephistopheles agrees but explains that Hell also needs good laptops, and in her case their need for laptops was greater than the need for her evil works. Though, Mephistopheles then goes on to confess, that it would not really have mattered as Hell has an exclusive deal with Fujitsu competitor, {{w|Sony}}, and he could not have bought the Fujitsu Q2010 anyway. &lt;br /&gt;
&lt;br /&gt;
This would explain why the sale of the laptop failed, and Hairbun also exclaims ''I knew it'' to indicate that she had suspected it was weird that Sony did so well. When one strikes a deal with a devil from Hell, their affairs in life go great, but of course one has then sentenced their soul to eternal damnation in Hell when one eventually dies.{{citation needed}} Seems like Sony has done so according to this comic.&lt;br /&gt;
&lt;br /&gt;
This comic is likely a wish fulfillment fantasy by [[Randall]] for the canceling of his favorite laptop, the Fujitsu Q2010. Exclusivity deals are typically thought ill of as they are bad for competition. Also, since exclusivity deals solely benefit the provider, there are often reciprocal arrangements for the purchaser. This implies that the devil has influence at Sony. Likely, Sony was chosen as the electronic distributor to Hell because of the {{w|Sony BMG copy protection rootkit scandal|Sony rootkit scandal}}. This scandal inspired many to call Sony an evil company.&lt;br /&gt;
&lt;br /&gt;
It is the second time in a short while that a demon was depicted in a similar fashion although without the trident and not in Hell. This devil was also named Mephistopheles in the caption of that comic [[501: Faust 2.0]].&lt;br /&gt;
&lt;br /&gt;
The title text explains that Randall's system administrator is upset with him because he tested the system administrator's laptop by throwing it down several flights of steps. The systems admin is implied to have taken revenge childishly, by replacing part of the text with &amp;quot;DISREGARD THAT I SUCK COCKS&amp;quot; although it was almost certainly done by Randall as a joke.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;suck cocks&amp;quot; part is a reference to [https://web.archive.org/web/20080701195242/http://bash.org/?5775 a post] in bash.org which went on to attain moderate fame.&lt;br /&gt;
&lt;br /&gt;
This also happens to be the {{w|Wikidata}} item {{w|Wikidata:Q2010|Q2010}}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A devil, Mephistopheles (according to the [http://xkcd.com/533/info.0.json official transcript]), with bald head horns, tail with arrow ending, a trident in one hand and a paper in the other hand is ready to welcome Hairbun to hell. Above Mephistopheles there are three large stalactite hanging down and behind Hairbun there is one very large stalagmite and three small and also two small stalactites.]&lt;br /&gt;
:Mephistopheles: Welcome to Hell. Here's— &lt;br /&gt;
:Mephistopheles:Wait. I know you.&lt;br /&gt;
&lt;br /&gt;
:[Zoom in on the two, with white background. Mephistopheles trident breaks the panels frame.]&lt;br /&gt;
:Mephistopheles: You're the Fujitsu exec who killed the Q-series.&lt;br /&gt;
:Hairbun: ...Yes?&lt;br /&gt;
:Mephistopheles: The Q2010 was the perfect laptop!&lt;br /&gt;
&lt;br /&gt;
:[In this frame-less panel with white background Mephistopheles walks away from Hairbun trident pointing up and left. Hairbun throws her arms out to the side.]&lt;br /&gt;
:Mephistopheles: Powerful, durable, had every feature, and made the Air look &amp;lt;u&amp;gt;bulky&amp;lt;/u&amp;gt;. And that was back in 2006!&lt;br /&gt;
:Hairbun: But no one bought it!&lt;br /&gt;
:Mephistopheles: Then you marketed it wrong!&lt;br /&gt;
&lt;br /&gt;
:[Mephistopheles turns around towards Hairbun who both standing as in the first panel but still with white background.]&lt;br /&gt;
:Hairbun: Wait. Don't you ''encourage'' evil acts down here?&lt;br /&gt;
:Mephistopheles: In theory, yes, but we need laptops too! &lt;br /&gt;
:Mephistopheles: Although it's moot, since we have an exclusive deal with Sony.&lt;br /&gt;
:Hairbun: I ''knew'' it!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Hairbun]]&lt;br /&gt;
[[Category:Computers]]&lt;br /&gt;
[[Category:Religion]]&lt;br /&gt;
[[Category:Sysadmins]]&lt;br /&gt;
[[Category:Demons]]&lt;/div&gt;</summary>
		<author><name>2001:4450:813D:C800:2429:612B:D3AC:C2C7</name></author>	</entry>

	</feed>