<?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=Tague</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=Tague"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/Tague"/>
		<updated>2026-04-29T00:13:38Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1692:_Man_Page&amp;diff=213275</id>
		<title>1692: Man Page</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1692:_Man_Page&amp;diff=213275"/>
				<updated>2021-06-08T13:20:38Z</updated>
		
		<summary type="html">&lt;p&gt;Tague: Note about man #fun manpages in actual UNIX&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1692&lt;br /&gt;
| date      = June 10, 2016&lt;br /&gt;
| title     = Man Page&lt;br /&gt;
| image     = man_page.png&lt;br /&gt;
| titletext = For even more info, see blarbl(2)(3) and birb(3ahhaha I'm kidding, just Google it like a normal person.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic shows a {{w|Unix}} manual page, i.e. a ''{{w|man page}}'' (hence the title), for a fictional program called &amp;quot;[http://www.urbandictionary.com/define.php?term=blerp blerp]&amp;quot;. Unix man pages are meant to provide a brief reference on the usage of a command, not extended explanations with tutorials as may be found in many hardcopy product manuals. Unfortunately, some Unix commands tend to be very bloated and include lots of optional behavior that is often irrelevant to the original intent of the command and can be done much more easily using shell features like piping and redirection, and thus the manpage grows to explain all of the features. This example exaggerates the obscurity and terseness found in many man pages, making fun of the typical style of the genre.&lt;br /&gt;
&lt;br /&gt;
It follows the prescribed format for a man page, with the following sections:&lt;br /&gt;
*Command Name: self-explanatory&lt;br /&gt;
*Synopsis: a synopsis of the valid command line formats&lt;br /&gt;
*Description: a summary of the purpose and operation of the command&lt;br /&gt;
*Options: detailed description of all the available command line arguments&lt;br /&gt;
*See Also: references to other man pages with relevance&lt;br /&gt;
*Bug Reports: contact details for the support group (if any)&lt;br /&gt;
*Copyright: details of the ownership and rights status of the man page (not the program)&lt;br /&gt;
&lt;br /&gt;
For comic effect, most of this particular man page is not meaningful, and sometimes doesn't obey the expected syntax.&lt;br /&gt;
&lt;br /&gt;
The Synopsis section is supposed to be in a {{w|Regular Expression|regex}}-like language called {{w|Wirth Syntax Notation}}, with structures like&lt;br /&gt;
&lt;br /&gt;
*{&amp;lt;list of valid alternatives&amp;gt;}, e.g. blerp {A,B,C}&lt;br /&gt;
*[&amp;lt;optional element&amp;gt;], e.g. blerp [-o [&amp;lt;output file&amp;gt;]]&lt;br /&gt;
*&amp;lt;something&amp;gt;... meaning repeat &amp;lt;something&amp;gt; as many times as you need&lt;br /&gt;
&lt;br /&gt;
But the two Synopsis lines given do not have valid Wirth syntax; they randomly mix objects and syntactic characters, and the brackets and braces are not properly nested or paired.&lt;br /&gt;
&lt;br /&gt;
The Description section provides an unhelpful summary that could apply to almost any Unix command. Processing input files (or output of other commands in a pipeline) is a generic function for Unix shell tools, as is specifying their behaviour with command line arguments, environment variables and flags. The text leaves to the reader's imagination what the program actually ''does'', and what behavior the various options modify, which gives maximum scope for humorous possibilities.&lt;br /&gt;
&lt;br /&gt;
The options are in conventional alphabetical order, except that lower case is placed before upper case, and an em-dash is inserted between b and c.&lt;br /&gt;
&lt;br /&gt;
{{w|Command-line_interface#Command-line_option|Command-line options}}, also known as flags, are typed after the program's name to change how the program runs. For example, a user of ''blerp'' might type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;blerp -a -d -t -p &amp;quot;AVIGNON&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
According to the man page, this would run blerp in attack mode, piping its output to DEBUG.EXE, with tumble dry, and the true Pope set to &amp;quot;AVIGNON&amp;quot;. In most cases, any number of flags can be used in any order, and flags can be followed by argument (such as &amp;quot;AVIGNON&amp;quot; in this example).&lt;br /&gt;
&lt;br /&gt;
For a walkthrough of all possible flags see the '''[[#Table of flags|table of flags]]''' below.&lt;br /&gt;
&lt;br /&gt;
Below the flags there is a ''see also'' list with other ludicrous program names (blirb, [http://www.urbandictionary.com/define.php?term=Blarb blarb] and [http://www.urbandictionary.com/define.php?term=Blorp blorp]), each followed by a number in parentheses. This is a common way to refer to a command in Unix environments, where the number denotes the documentation section the program is found in. This serves to disambiguate man pages with the same name, in this instance those for the blerp command (section 1, &amp;quot;General commands&amp;quot;) and the blerp() C library function (section 3, &amp;quot;C library functions&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
It is unknown which section the man page in this comic resides in. It looks like it could be in section 1, &amp;quot;General commands&amp;quot;, which would make it self-referential. Section numbers only go up to 8, so blarb(51) is not a valid section number. The last blorp(501)(c)(3) is not a valid section number either, it is however a slightly covert reference to {{w|501(c)_organization#501.28c.29.283.29|501(c)(3)}} which is an organization that is {{w|Tax exemption|tax-exempt}}.&lt;br /&gt;
&lt;br /&gt;
Then follows a bug report site. www.inaturalist.org is a site working to extend biological research, and the exact address given, http://www.inaturalist.org/taxa/47744-Hemiptera, points to the same page as http://www.inaturalist.org/taxa/Hemiptera. {{w|Hemiptera}} is the order classifying ''true bugs'', making it a good place to report any biological bugs discovered while running a program (Like the bees found without using -b.) Insects got into some early computers, causing them to malfunction, and hence computer malfunctions are often called &amp;quot;bugs&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Finally there is a &amp;quot;{{w|copyright}}&amp;quot; line which references several variously open-source content licenses, which is a recurring theme on xkcd (see [[225: Open Source]]). For instance, GPL references {{w|GNU General Public License}} and the (2) and (3+) refers to {{w|GNU_General_Public_License#Version_2|GPL 2}} and {{w|GNU_General_Public_License#Version_3|GPL 3 or higher}}. ''CC'' refers to {{w|creative commons}} where ''BY'' is the {{w|Creative_Commons_license#Types_of_licenses|type of license}}, ''5.0'' refers to the attribution and ''RV 41.0'' refers to revision 41.0. However there were no higher attribution than [https://creativecommons.org/licenses/by/4.0/legalcode 4.0] at the time of this comic's release. xkcd is released under [http://creativecommons.org/licenses/by-nc/2.5/ CC BY-NC 2.5] as can be seen at the bottom of the {{xkcd}}&amp;amp;nbsp;&amp;amp;nbsp;homepage. A few comics have been released under the [[:Category:CC-BY-SA comics|CC-BY-SA license]] or [http://creativecommons.org/licenses/by-sa/3.0/ 3.0]. BSD refers to {{w|BSD licenses}}, another [[:Category:BSD|recurring theme]] in xkcd. &amp;quot;Like Gecko&amp;quot; is a reference to a web browser user-agent string; modern user-agent strings include a [http://webaim.org/blog/user-agent-string-history/ lot of text designed] to allow browsers to masquerade as different browsers/renderers, and &amp;quot;(like Gecko)&amp;quot; is the standard text for a browser that wants to be treated as if it were {{w|Gecko (software)|Gecko}} while admitting, if you look closely, that it isn't really Gecko. This copyright line, which includes a lot of mashed-together text that might appear to match any of several different licenses, resembles a {{w|user agent}} string.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Or best offer&amp;quot; is usually seen on a notice of a private sale, where it proclaims the intent to be flexible on asking price in the hope of expediting the sale, with a suggestion that the seller will sell to the highest bidder even if the offer is nowhere near the asking price. In the context of the comic, it suggest that the rights for the program are available for purchase by anyone who makes the &amp;quot;best&amp;quot; offer. Since the other licenses listed would allow free usage without incurring any royalty charge, it would be pointless to buy the rights to this program. It is possible to revoke the other licenses though. Perhaps the program's creator is suggesting the rights could be given to someone making him a different sort of offer, perhaps romantic or sexual?&lt;br /&gt;
&lt;br /&gt;
In the title text there is a list with even more info, again with silly names like [http://blarbl.blogspot.dk/ blarbl] and [http://www.urbandictionary.com/define.php?term=birb birb]. Again there are section numbers. While writing about birb, and without bothering to close the brackets around (3), the writer breaks off to laugh at the reader, telling them that he is kidding and suggesting that they ''just Google it like a normal person''. The implication is that anyone trying to pick through a man page to find out what a program does is going the long way round, when it's much simpler to get Google to tell you.&lt;br /&gt;
&lt;br /&gt;
Man pages were part of the subject of [[293: RTFM]], [[912: Manual Override]] and [[1343: Manuals]] and were mentioned in [[434: xkcd Goes to the Airport]] and [[456: Cautionary]].&lt;br /&gt;
&lt;br /&gt;
===Table of flags===&lt;br /&gt;
*There are 28 flags.&lt;br /&gt;
**Only these five letters are not used: l, m, w, x, z.&lt;br /&gt;
**j and k are used together as jk.&lt;br /&gt;
**The following seven capital letters are used: D, I, O, R, S, U, V.&lt;br /&gt;
***That makes it one capital letter for every lower case letter that is not used by itself.&lt;br /&gt;
**Finally the em dash &amp;quot;—&amp;quot; is used as the only non-letter character. Also the only that breaks the strict alphabetical sorting of the list, with lower case before upper case letters.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Flag!!Description!!Explanation&lt;br /&gt;
|-&lt;br /&gt;
| -a||ATTACK MODE||This sounds like a command for a robot or something similar. Strange for a command line program. Possibly this is designed to break something? Sounds as if you have to ''really'' know what you're doing to use this option.&lt;br /&gt;
|-&lt;br /&gt;
| -b||SUPPRESS BEES||Nonsensical option. This is a word play, meaning either to suppress {{w|Bee|Bees}} (the insects) or the letter '''B'''. A possible implication is that running the program without this flag would somehow result in the user being attacked by bees. This is also a possible {{w|Discworld}} reference, as the ''{{W|Hex_(Discworld)#Structure_and_technology|long-term storage}}'' of the only recurring computer in the series, ''{{w|Hex (Discworld)|Hex}}'', is composed of a beehive. (Note that the actual computer runs on ants.) Another explanation is that there will be smoke, which is used by beekeepers to suppress bees.&lt;br /&gt;
|-&lt;br /&gt;
| -—||FLAGS USE EM DASHES||Command line options (flags) typically use {{w|Hyphen|hyphens}} (short horizontal lines largely used within words). {{w|Dash#Em_dash|Em dashes}} (longer, with the same length as the letter &amp;quot;m&amp;quot;) can't always be easily typed into a command line interface, so by invoking ''blerp'' with this flag you are intentionally making things difficult for yourself.&lt;br /&gt;
&lt;br /&gt;
This may be a play on how a lot of commands accept both single-dash options, like -h for help, as well as double-dash options like --help also for help. In word processors, a double-dash (--) is often replaced with the longer em dash (—), making them kind of synonymous.&lt;br /&gt;
&lt;br /&gt;
Also implies a paradox where if flags were to use em dashes, this flag would be invalid.&lt;br /&gt;
|-&lt;br /&gt;
| -c||COUNT NUMBER OF ARGUMENTS||Most likely not useful, but the only function of ''blerp'' whose behaviour is at all well defined, although there is no indication whether it would count duplicate flags or only distinct ones.&lt;br /&gt;
|-&lt;br /&gt;
| -d||PIPES OUTPUT TO DEBUG.EXE||{{w|DEBUG.EXE}} is the old 16-bit debugger that came with MS-DOS. On a Unix system it is much more likely that one would use the {{w|GNU Debugger}} (GDB). A debugger is usually called by calling the debugger with the program (or script) to be debugged as parameter.&lt;br /&gt;
{{w|Pipeline (Unix)|Piping}} in Unix means that the output of one program serves as input for another program.&lt;br /&gt;
|-&lt;br /&gt;
| -D||DEPRECATED||Many programs contain legacy options to avoid breaking scripts that use them. While the option should still work, the documentation is changed to say &amp;quot;deprecated&amp;quot; to discourage further use. Eventually such options usually get removed. (However, given the nature of this comic, it's likely that -D has always stood for &amp;quot;deprecated&amp;quot;.)&lt;br /&gt;
|-&lt;br /&gt;
| -e||EXECUTE SOMETHING||Vague. Also a possible pun on a kill-switch.&lt;br /&gt;
|-&lt;br /&gt;
| -f||FUN MODE||Strange and slightly ominous, given some of the other options. How does the program know what the user would consider fun? Perhaps ''blerp'' is sentient, and has its own concept of &amp;quot;fun&amp;quot;. See under -O.&lt;br /&gt;
|-&lt;br /&gt;
| -g||USE GOOGLE||As an actual program flag, a bit hackjob-ish, but it is possible it is telling the user to use Google to find out what this tag does. Or, the program might actually use Google functionality (e.g. a code library online) or even simply the search mask to achieve the filtering it is supposed to do. The fact that this is optional suggests that there is also a 'native' implementation that does not use Google.&lt;br /&gt;
Possible reference to the title text, which could mean that the title text is telling the user to use this flag.&lt;br /&gt;
|-&lt;br /&gt;
| -h||CHECK WHETHER INPUT HALTS||The {{w|Halting problem}} is the problem of determining, from a description of an arbitrary computer program and an input, whether the program will finish running or continue to run forever. {{w|Alan Turing}} proved in 1936 that a general algorithm to solve the halting problem for all possible program-input pairs cannot exist. Halting problem also featured in the comic [[1266: Halting Problem]].&lt;br /&gt;
&lt;br /&gt;
Many Unix and Linux commands reserve -h for help, so using it for a different function is non-standard. The ''shutdown'' command is a real example of an exception: it uses -h to cause the computer to halt.&lt;br /&gt;
|-&lt;br /&gt;
| -i||IGNORE CASE (LOWER)||Usually, ignoring case means that a program will run without differentiating between upper- and lowercase. This flag suggests that blerp will run ignoring all the lowercase characters completely, or ignoring all the uppercase characters with the next flag &amp;quot;-I&amp;quot;. Alternatively it will ignore the case of all lower case characters, but not upper case ones. Or perhaps this option makes the program ignore the case of flags like -i and -I...&lt;br /&gt;
|-&lt;br /&gt;
| -I||IGNORE CASE (UPPER)||See above. Also possible that all text is converted to upper case, or that upper-case requirements only are ignored.&lt;br /&gt;
|-&lt;br /&gt;
| -jk||KIDDING||A common acronym for [http://www.urbandictionary.com/define.php?term=jk Just Kidding], not usually a program flag! Also note that standard behavior of Unix command line options is that a single &amp;quot;-&amp;quot; can be followed by multiple one-letter options, making -jk equivalent to -j -k. Perhaps this is a reference to the -WhatIf flag provided by many programs written in {{w|powershell}}. Some UNIX programs do offer a &amp;quot;simulation mode&amp;quot; before important, irreversible operations, such as the &amp;quot;-n&amp;quot; switch of mke2fs.&lt;br /&gt;
|-&lt;br /&gt;
| -n||BEHAVIOR NOT DEFINED||Who would ever knowingly run a program, knowing that {{w|Nondeterministic programming|its behaviour was non-deterministic or random}}? Doing such a thing seems potentially sinister. (Possible debug/unstable feature flag.)&lt;br /&gt;
|-&lt;br /&gt;
| -o||OVERWRITE||Standard program flag, usually meaning that the program will overwrite a file rather than make a new one when data is output. But the text does not indicate ''what'' the program will overwrite, it could be anything. May work strangely with -d.&lt;br /&gt;
|-&lt;br /&gt;
| -O||OPPOSITE DAY||Strange flag, possibly a reference to {{w|Opposite Day}}, perhaps indicating that it makes all other flags have the opposite effects to usual. If so, a lot of strange things would happen, especially with -b, -e, -f, -jk, -O, -S, and -y. On the other hand, it may simply indicate that absent flags are treated as if present and vice versa.&lt;br /&gt;
|-&lt;br /&gt;
| -p||SET TRUE POPE; ACCEPTS &amp;quot;ROME&amp;quot; OR &amp;quot;AVIGNON&amp;quot;||This refers to a {{w|Western_Schism|historical schism}} in the {{w|Catholic Church}}. In the 14th century, the Pope briefly ruled from Avignon, France, instead of Rome. After the Papacy was returned to Rome in 1377, the Church split (the so-called Western Schism) as not everyone accepted the move or the authority of the Pope who ordered it. This flag apparently allows the user to select a preferred Pope. A possible feature request for ''blerp'' would be to allow &amp;quot;PISA&amp;quot;. It is the second time this week that Popes have been mentioned, last time was two comics before in [[1690: Time-Tracking Software]] regarding the Pope's sexual activity.&lt;br /&gt;
|-&lt;br /&gt;
| -q||QUIET MODE; OUTPUT IS PRINTED TO STDOUT INSTEAD OF BEING SPOKEN ALOUD||In most cases, a program will output basic information to the console, and running it in quiet mode will make it run without outputting anything. Blerp, on the other hand, apparently outputs information through audio, and the quiet flag causes it to run like a normal program. &amp;quot;STDOUT&amp;quot; is short for &amp;quot;standard output&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| -r||RANDOMIZE ARGUMENTS||Pointless and possibly damaging. Presumably the randomization takes the form of any flag randomly causing the behavior of another. This would perhaps be similar in effect to the -n flag.&lt;br /&gt;
|-&lt;br /&gt;
| -R||RUN RECURSIVELY ON &amp;lt;nowiki&amp;gt;http://*&amp;lt;/nowiki&amp;gt;||The star (*) symbol is often used as a wildcard to match any string of characters. &amp;quot;&amp;lt;nowiki&amp;gt;http://*&amp;lt;/nowiki&amp;gt;&amp;quot; suggests that blerp will be run recursively on every (unsecured) webpage on the internet. Programming requirements that might make this a valid thing to want to do are ominous.&lt;br /&gt;
|-&lt;br /&gt;
| -s||FOLLOW SYMBOLIC LINKS SYMBOLICALLY||A {{w|symbolic link}} is a filesystem feature that allows the creation of &amp;quot;fake&amp;quot; files which when accessed redirect to another file path. Many commands offer an option to follow filesystem links and operate on the actual file rather than the fake pointer; this option however seems to suggest that it will only politely pretend to do so.&lt;br /&gt;
|-&lt;br /&gt;
| -S||STEALTH MODE||Similar to -a, in that it sounds more like an option for some kind of robot. In this mode it appears the program will attempt to make sneaky changes without drawing any attention to itself.&lt;br /&gt;
|-&lt;br /&gt;
| -t||TUMBLE DRY||Perhaps useful for a program that runs on a clothes dryer. Refers to [https://img1.etsystatic.com/000/0/5254504/il_570xN.184726893.jpg directions like these]. Many clothing items are marked &amp;quot;do not tumble dry&amp;quot; in the care instructions, but this would be extremely difficult to make relevant to a program. Given the other flags, this may be less nonsensical than it would first appear. This flag could also be a reference to the dry-run flags that are sometimes available to make command line tools do a simulation run without making any actual modifications to the system.&lt;br /&gt;
|-&lt;br /&gt;
| -u||UTF-8 MODE; OTHERWISE DEFAULTS TO ANSEL||{{w|ANSEL}} is an old and obscure character encoding that predates ASCII. Using ANSEL as a default would be strange and largely incompatible with most modern systems. By comparison, UTF-8 is standard in the mainstream. Similar in this regard to -q, blerp does something non-standard by default. The problem with using different modes (where the original was also UTF-8) is shown in the title text of [[1683: Digital Data]].&lt;br /&gt;
|-&lt;br /&gt;
| -U||UPDATE (DEFAULT: FACEBOOK)||Update usually refers to replacing an old software with a newer version. The default here suggests posting a status update to Facebook, sourcing an update from Facebook, or updating Facebook itself.&lt;br /&gt;
|-&lt;br /&gt;
| -v||VERBOSE; ALIAS TO find / -exec cat {}||Almost standard flag, in ordinary programs the opposite of -q - instead of silencing output, it generates more, usually to help with debugging. For ''blerp'', this flag gets replaced with a command that prints the contents of all files in the filesystem tree. However, it will never complete, as certain device files never end (/dev/urandom contains random bytes). In any case, the &amp;quot;find&amp;quot; command is missing &amp;lt;code&amp;gt;\;&amp;lt;/code&amp;gt; and will not run, instead complaining &amp;lt;code&amp;gt;find: missing argument to `-exec'&amp;lt;/code&amp;gt; .&lt;br /&gt;
|-&lt;br /&gt;
| -V||SET VERSION NUMBER||Many programs will have a flag to view their version number. This flag ''changes'' the version number instead. Version number should only be changed when the program is updated (because it's used for distinguishing which edition of a program you have), so manually changing the version number like this is strange and potentially damaging.&lt;br /&gt;
|-&lt;br /&gt;
| -y||YIKES||{{Wiktionary|yikes}} is an interjection which can express fear or empathy with unpleasant or undesirable circumstances. It is unclear how this would influence the program.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A terminal screen; the background is black and the text is white.]&lt;br /&gt;
&amp;lt;div style=&amp;quot;background-color:black;color:white;white-space:pre-wrap;font-family:monospace;padding: 0 2em;max-width:50em;&amp;quot;&amp;gt;&lt;br /&gt;
;NAME&lt;br /&gt;
:blerp&lt;br /&gt;
;SYNOPSIS&lt;br /&gt;
:blerp {[ OPTION | ARGS ]...[ ARGS ... -f [FLAGS] ...}&lt;br /&gt;
:blerp {... DIRECTORY ... URL | BLERP} OPTIONS ] -{}&lt;br /&gt;
;DESCRIPTION&lt;br /&gt;
:blerp FILTERS LOCAL OR REMOTE FILES OR RESOURCES USING PATTERNS DEFINED BY ARGUMENTS AND ENVIRONMENT VARIABLES. THIS BEHAVIOR CAN BE ALTERED BY VARIOUS FLAGS.&lt;br /&gt;
;OPTIONS&lt;br /&gt;
:-a      ATTACK MODE&lt;br /&gt;
:-b      SUPPRESS BEES&lt;br /&gt;
:-—      FLAGS USE EM DASHES&lt;br /&gt;
:-c      COUNT NUMBER OF ARGUMENTS&lt;br /&gt;
:-d      PIPES OUTPUT TO DEBUG.EXE&lt;br /&gt;
:-D      DEPRECATED&lt;br /&gt;
:-e      EXECUTE SOMETHING&lt;br /&gt;
:-f      FUN MODE&lt;br /&gt;
:-g      USE GOOGLE&lt;br /&gt;
:-h      CHECK WHETHER INPUT HALTS&lt;br /&gt;
:-i      IGNORE CASE (LOWER)&lt;br /&gt;
:-I      IGNORE CASE (UPPER)&lt;br /&gt;
:-jk     KIDDING&lt;br /&gt;
:-n      BEHAVIOR NOT DEFINED&lt;br /&gt;
:-o      OVERWRITE&lt;br /&gt;
:-O      OPPOSITE DAY&lt;br /&gt;
:-p      SET TRUE POPE; ACCEPTS &amp;quot;ROME&amp;quot; OR &amp;quot;AVIGNON&amp;quot;&lt;br /&gt;
:-q      QUIET MODE; OUTPUT IS PRINTED TO STDOUT INSTEAD OF BEING SPOKEN ALOUD&lt;br /&gt;
:-r      RANDOMIZE ARGUMENTS&lt;br /&gt;
:-R      RUN RECURSIVELY ON &amp;lt;nowiki&amp;gt;http://*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:-s      FOLLOW SYMBOLIC LINKS SYMBOLICALLY&lt;br /&gt;
:-S      STEALTH MODE&lt;br /&gt;
:-t      TUMBLE DRY&lt;br /&gt;
:-u      UTF-8 MODE; OTHERWISE DEFAULTS TO ANSEL&lt;br /&gt;
:-U      UPDATE (DEFAULT: FACEBOOK)&lt;br /&gt;
:-v      VERBOSE; ALIAS TO find / -exec cat {}&lt;br /&gt;
:-V      SET VERSION NUMBER&lt;br /&gt;
:-y      YIKES&lt;br /&gt;
;SEE ALSO&lt;br /&gt;
:blerp(1), blerp(3), blirb(8), blarb(51) blorp(501)(c)(3)&lt;br /&gt;
;BUG REPORTS&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;http://www.inaturalist.org/taxa/47744-Hemiptera&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
;COPYRIGHT&lt;br /&gt;
:GPL(2)(3+) CC-BY/5.0 RV 41.0 LIKE GECKO/BSD 4(2) OR BEST OFFER&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
Actual UNIX manpages exist on some systems which are written in a similar, nonsensical style to these.&lt;br /&gt;
Manual pages distributed for the ''&amp;lt;n&amp;gt;fun'' sections describe similarly humorous &amp;quot;commands&amp;quot; with unusual options.&lt;br /&gt;
On some systems, these manual pages are available in funny-manpages or asr-manpages packages.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]]&lt;br /&gt;
[[Category:Computers]]&lt;br /&gt;
[[Category:BSD]]&lt;br /&gt;
[[Category:Bees]]&lt;br /&gt;
[[Category:Man pages]]&lt;/div&gt;</summary>
		<author><name>Tague</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:Tague/common.css&amp;diff=211546</id>
		<title>User:Tague/common.css</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:Tague/common.css&amp;diff=211546"/>
				<updated>2021-05-05T00:14:43Z</updated>
		
		<summary type="html">&lt;p&gt;Tague: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;@media all and (orientation: portrait) {&lt;br /&gt;
/* Mobile viewing hack */&lt;br /&gt;
#mw-panel { top: 0 !important; height: 200px !important; width: 100% !important; }&lt;br /&gt;
#mw-panel &amp;gt; .portal { height: 100px; ; margin: 0 !important; }&lt;br /&gt;
#mw-panel &amp;gt; .portal &amp;gt; .body &amp;gt; ul { display: flex; flex-direction: column; flex-wrap: wrap; height: 90px; }&lt;br /&gt;
#mw-panel &amp;gt; .portal &amp;gt; h3 { display: none; }&lt;br /&gt;
#mw-panel &amp;gt; #p-.portal { display: none !important; }&lt;br /&gt;
#mw-panel #p-logo { display: none; }&lt;br /&gt;
div#mw-head-base { height: calc(5em + 200px); }&lt;br /&gt;
div#mw-head { top: 200px; }&lt;br /&gt;
#content.mw-body { margin-left: 0; }&lt;br /&gt;
#left-navigation { margin-left: 0; }&lt;br /&gt;
.g-follow, .fb-root, .twitter-follow-button { display: none !important; }&lt;br /&gt;
#p-Ads { display: none !important; }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Tague</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:Tague/common.css&amp;diff=211545</id>
		<title>User:Tague/common.css</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:Tague/common.css&amp;diff=211545"/>
				<updated>2021-05-05T00:06:14Z</updated>
		
		<summary type="html">&lt;p&gt;Tague: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;@media all and (orientation: portrait) {&lt;br /&gt;
#mw-panel { top: 0 !important; height: 100px; width: 100% !important; display: flex; flex-direction: row; }&lt;br /&gt;
#mw-panel * { display: flex; flex-direction: column; height: 100px; flex-wrap: wrap; }&lt;br /&gt;
#mw-panel #p-logo { display: none; }&lt;br /&gt;
div#mw-head-base { height: calc(5em + 100px); }&lt;br /&gt;
div#mw-head { top: 100px; }&lt;br /&gt;
#content.mw-body { margin-left: 0; }&lt;br /&gt;
#left-navigation { margin-left: 0; }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Tague</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:Tague/common.css&amp;diff=211544</id>
		<title>User:Tague/common.css</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:Tague/common.css&amp;diff=211544"/>
				<updated>2021-05-05T00:02:58Z</updated>
		
		<summary type="html">&lt;p&gt;Tague: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;@media all and (orientation: portrait) {&lt;br /&gt;
#mw-panel { top: 0 !important; width: 100% !important; display: flex; flex-direction: row; height: 200px; }&lt;br /&gt;
#mw-panel * { display: flex; flex-direction: column; flex-wrap: wrap; }&lt;br /&gt;
#content.mw-body { margin-left: 0; }&lt;br /&gt;
#left-navigation { margin-left: 0; }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Tague</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:Tague/common.css&amp;diff=211543</id>
		<title>User:Tague/common.css</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:Tague/common.css&amp;diff=211543"/>
				<updated>2021-05-05T00:02:21Z</updated>
		
		<summary type="html">&lt;p&gt;Tague: Created page with &amp;quot;@media all and (orientation: portrait) { #mw-panel { top: 0 !important; width: 100% !important; display: flex; flex-direction: row; height: 500px; } #mw-panel * { display: fle...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;@media all and (orientation: portrait) {&lt;br /&gt;
#mw-panel { top: 0 !important; width: 100% !important; display: flex; flex-direction: row; height: 500px; }&lt;br /&gt;
#mw-panel * { display: flex; flex-direction: column; flex-wrap: wrap; }&lt;br /&gt;
#content.mw-body { margin-left: 0; }&lt;br /&gt;
#left-navigation { margin-left: 0; }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Tague</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2244:_Thumbtacks_And_String&amp;diff=211409</id>
		<title>2244: Thumbtacks And String</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2244:_Thumbtacks_And_String&amp;diff=211409"/>
				<updated>2021-05-01T00:15:45Z</updated>
		
		<summary type="html">&lt;p&gt;Tague: Note &amp;quot;obsessive&amp;quot; tendency when depicting these boards in media&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2244&lt;br /&gt;
| date      = December 20, 2019&lt;br /&gt;
| title     = Thumbtacks And String&lt;br /&gt;
| image     = thumbtacks_and_string.png&lt;br /&gt;
| titletext = A tattoo of a tattoo parlor receipt&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{tvtropes|StringTheory|In many media}}, crimes and conspiracy theories are solved on bulletin boards. &amp;quot;Leads&amp;quot; are attached to the board using {{w|Drawing pin|thumbtacks}}, and the leads are connected to each other using string (specifically {{w|twine}} is mentioned), in order to sort out connections and possibilities. There are many systems for {{w|information mapping}} that show entities as nodes in a {{w|Graph (discrete mathematics)|graph}}, with relationships represented by connections between nodes.  &lt;br /&gt;
&lt;br /&gt;
[[Beret Guy]], eccentric as always, manipulates this by making just such a setup solely to determine where to buy the thumbtacks and string for use in it. The joke is that the bulletin board is entirely [[:Category:Self-reference|self-referential]] -- without a need for thumbtacks and string to hold and connect things on the bulletin board, there would be no need for the bulletin board itself, but because of the bulletin board's string and thumbtacks, Beret Guy needs the items advertised on it. An additional minor joke may be that the Office Depot store map near the bottom of the bulletin board has markers that are often called [https://www.perkinselearning.org/technology/blog/how-create-digital-pushpin-map &amp;quot;digital pushpins&amp;quot;].&lt;br /&gt;
&lt;br /&gt;
In media, characters (especially conspiracy theorists) tend to obsess over these boards, overanalyzing or staring at every little detail to try and make sense of them - Beret Guy may be so obsessed with these string boards that he has been driven to obsessing further over the details of making ''more'' of these boards. &lt;br /&gt;
&lt;br /&gt;
The title text continues the self-reference theme: The receipt for the tattoo is tattooed to the person who orders the tattoo, which is the receipt for said tattoo of the receipt. This has happened for real [https://www.eonline.com/news/528117/teen-tattoos-mcdonald-s-receipt-on-his-arm-a-week-later-tattoos-the-tattoo-receipt-on-his-other-arm in Norway].&lt;br /&gt;
&lt;br /&gt;
The idea of the receipt being the object you buy, has been used in a rug that used to be sold by {{w|IKEA}}.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript}}&lt;br /&gt;
:[Beret Guy is in front of a bulletin board covered in images, connected by thumbtacks and string. The below transcripts of each image are left to right, top to bottom.]&lt;br /&gt;
:&amp;lt;u&amp;gt;Sale&amp;lt;/u&amp;gt; String and Twine 🧵 🧵&lt;br /&gt;
:Where to Buy Thumbtacks&lt;br /&gt;
:Scrapbooking Supplies (partially covered:) Call Now&lt;br /&gt;
:Sale&lt;br /&gt;
:📌&lt;br /&gt;
:???&lt;br /&gt;
:Great Deals YARN 🧶&lt;br /&gt;
:Office Supplies Thumbtacks Pushpins &amp;amp; More 📌&lt;br /&gt;
:Office Depot&lt;br /&gt;
:?&lt;br /&gt;
:Office Supply Liquidation SALE ⭐&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Beret Guy]]&lt;br /&gt;
[[Category:Self-reference]]&lt;/div&gt;</summary>
		<author><name>Tague</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2456:_Types_of_Scientific_Paper&amp;diff=211310</id>
		<title>Talk:2456: Types of Scientific Paper</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2456:_Types_of_Scientific_Paper&amp;diff=211310"/>
				<updated>2021-04-29T14:41:32Z</updated>
		
		<summary type="html">&lt;p&gt;Tague: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've a feeling we could find actual papers that paraphrase down to those in the comic. Also, lol at the 500 scientists' &amp;quot;citation&amp;quot; section. [[Special:Contributions/162.158.159.104|162.158.159.104]] 20:36, 28 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
As we edit this we should probably pay attention to the content / layout of the article images: The number of lines beneath the title and layout of each &amp;quot;paper&amp;quot; he's drawn could be relevant to the joke. For example, the &amp;quot;500 scientists&amp;quot; presumably have a massive authors list, and the one on how &amp;quot;everyone else is doing it wrong&amp;quot; has a single author and a particularly &amp;quot;article-esque&amp;quot; layout.&lt;br /&gt;
&lt;br /&gt;
[[Special:Contributions/172.68.132.45|172.68.132.45]] 21:04, 28 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
:True. Do you think we should add another column describing the pictured paper to the explanation chart?&lt;br /&gt;
[[User:Reywas|Reywas]] ([[User talk:Reywas|talk]]) 21:06, 28 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
For the &amp;quot;student volunteers&amp;quot; paper, many experiments involve adding hurdles for the participants to deal with. Like interrupting them, depriving them of sleep, adding distracting information, etc. It's not uncommon that these make them worse at the tasks. So this is just another research paper like that. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 01:24, 29 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Nobody has pointed out that the &amp;quot;Maybe all these categories are wrong&amp;quot; title directly pertains to this very comic... [[User:John.Adriaan|John.Adriaan]] ([[User talk:John.Adriaan|talk]]) 02:17, 29 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I think that’s the more likely ‘correct’ interpretation, honestly. Maybe we should add more detail now that it’s mentioned? [[User:Tague|Tague]] ([[User talk:Tague|talk]]) 12:56, 29 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Should we add another colum to include the corresponding LaTeX template? Some of them seem like that could easily be found.&lt;br /&gt;
&lt;br /&gt;
These are titles of papers, so shouldn't each word be capitalized? For example: &amp;quot;We Put a Camera Somewhere New&amp;quot;. I realize that the original is in all caps, but that's because that's the usual format for comics . . . . [[Special:Contributions/172.68.57.179|172.68.57.179]] 10:45, 29 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Paper titles are usually not capitalized, contrary to journal names. You can see an example at the [https://repositorio.uc.cl/xmlui/bitstream/handle/11534/13948/Observation%20of%20a%20new%20particle%20in%20the%20search%20for%20the%20Standard%20Model%20Higgs%20boson%20with%20the%20ATLAS%20detector%20at%20the%20LHC.pdf Higgs Boson] paper cited in the comic description (there are, of course, others.) [[Special:Contributions/141.101.105.134|141.101.105.134]] 11:32, 29 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Why does the explanation say &amp;quot;There are no headers&amp;quot; for the &amp;quot;We put a camera somewhere new&amp;quot; paper? I assume &amp;quot;headers&amp;quot; refers to &amp;quot;section headers&amp;quot;, of which I see more in the camera-paper than in e.g. the immune system-paper (or the old records-paper). [[Special:Contributions/141.101.96.28|141.101.96.28]] 11:25, 29 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Probably referring to the lack of actual legible ''text'' for us to comment on the content of the paper. [[User:Tague|Tague]] ([[User talk:Tague|talk]]) 12:49, 29 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I feel that the assumption made in a lot of the table that the text in each Paper is meant to be their literal title, is wrong. It strikes me more as an humorous explanation of &amp;quot;what sort of paper this is&amp;quot; for instance the first paper would indicate that a relevant category of scientific papers are about a camera being put someplace new and the data/photo's gathered from that, rather than an example of &amp;quot;clickbait&amp;quot;. The actual papers in that category would presumably have an actual name relating to where the camera was actually put. 14:29, 29 April 2021 (UTC)~&lt;br /&gt;
&lt;br /&gt;
::I interpret them as a mix of &amp;quot;over-generalized&amp;quot; headlines and less-than-literal summaries of that general sort of paper's content. [[User:Tague|Tague]] ([[User talk:Tague|talk]]) 14:41, 29 April 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>Tague</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2456:_Types_of_Scientific_Paper&amp;diff=211287</id>
		<title>2456: Types of Scientific Paper</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2456:_Types_of_Scientific_Paper&amp;diff=211287"/>
				<updated>2021-04-29T13:17:50Z</updated>
		
		<summary type="html">&lt;p&gt;Tague: Smart quotes are killing me.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2456&lt;br /&gt;
| date      = April 28, 2021&lt;br /&gt;
| title     = Types of Scientific Paper&lt;br /&gt;
| image     = types_of_scientific_paper.png&lt;br /&gt;
| titletext = Others include &amp;quot;We've incrementally improved the estimate of this coefficient,&amp;quot; &amp;quot;Maybe all these categories are wrong,&amp;quot; and &amp;quot;We found a way to make student volunteers worse at tasks.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a RESEARCH DEPARTMENT ON A LUNCHBREAK. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
In this comic, Randall describes categories of scientific papers with somewhat humorous generalized titles.&lt;br /&gt;
&lt;br /&gt;
==Table of papers==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Breakdown of Papers&lt;br /&gt;
|-&lt;br /&gt;
!Paper Title&lt;br /&gt;
!Explanation&lt;br /&gt;
!Article Description&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|We put a camera somewhere new&lt;br /&gt;
|This may involve miniaturisation or other improvements of imaging sensors, power supply, transmission or retention of data, environmental hardening and (possibly) recovery afterwards. Photographs and videos can be especially helpful in understanding what is or was going on, especially for the layman, than more limited signal traces.&lt;br /&gt;
&lt;br /&gt;
Cameras have been inserted into ''every'' obvious bodily orifice (including swallowed, to be later excreted), placed in habitats to monitor wildlife, attached to wildlife to monitor habitats, sent into volcanic craters/ocean trenches/high altitudes/nuclear reactors, launched into space and sent past/round/onto several of the solar-system's more interesting bodies. This makes the &amp;quot;somewhere new&amp;quot; claim intriguing, possibly even comparable to 'clickbait'.&lt;br /&gt;
|There are no headers, so the text may discuss the records without undertaking a more structured study. Includes a large figure, likely an image captured with the camera.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|Hey, I found a trove of old records! They don't turn out to be particularly useful, but still, cool!&lt;br /&gt;
|Rather than starting with the aim of investigating some question, and finding some way of answering it by uncovering evidence, sometimes a writer may have stumbled upon a cache of historic documents that they then feel compelled to justify the resulting 'WikiWalk' they may have found themselves sucked into. The author may be far more excited about this than any future reader.&lt;br /&gt;
|Small figure may show the most interesting fragment of the records.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|My colleague is wrong and I can finally prove it&lt;br /&gt;
|This title refers to the occasional rivalries between scientists within a field, which can push them to seek proof that they, and not their colleague, are correct. It reflects a tone of smug self-satisfaction.&lt;br /&gt;
|Note the lack of headers, suggesting an argument more than an explanation of data&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|The immune system is at it again&lt;br /&gt;
|The human immune system is notoriously complex, and there are countless papers in medical fields just describing its strangeness. While it is best known for preventing and battling infections, in auto-immune disease, it can also turn against the body that it is supposed to protect. Moreover it can overreact, for instance in allergic reactions or in a potentially lethal {{w|cytokine storm}}  known to occur in certain viral infections, including {{w|Influenza}} and {{w|COVID-19}}. The title may convey exasperation with the amorphous nature of their study subject. &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|We figured out how to make this exotic material, so email us if you need some&lt;br /&gt;
|Researchers often attempt to create materials despite there not being any demand, predicting that in the future their material will be game-changing without any actual applications. These researchers have created such a material, and are offering to produce it for anyone who needs it. It is couched in terms of having created an answer for which there was not yet any proper question.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|What are fish even doing down there&lt;br /&gt;
|Deep sea marine biology regularly discovers [https://www.youtube.com/watch?v=u7QXdlSBGGY strange lifeforms] in unexpected places, and theories explaining deep sea ecosystems are regularly confounded by new data.&lt;br /&gt;
&lt;br /&gt;
Scientists may also bump into marine organisms when looking for something else. For example, one planned underwater neutrino detector [https://www.nature.com/articles/srep44938 picked up bioluminescence instead].&lt;br /&gt;
&lt;br /&gt;
Whichever way, the title probably reflects a totally unexpected result that is possibly too cross-disciplinary to be properly comprehended as an actual scientific advance by the authors. &lt;br /&gt;
|This paper does not appear to have any headers, implying a longer, free-flowing format.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|This task I had to do anyway turned out to be hard enough for its own paper&lt;br /&gt;
|There is a huge variety in the complexity and importance of subjects studied in scientific papers, and often some supposedly easy task will be sufficiently complicated as to merit its own paper.&lt;br /&gt;
&lt;br /&gt;
The author may be glad to have been able to turn mundane 'housekeeping' activities, that don't normally do much to enhance academic reputations, into an actual opportunity to be cite-worthy.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|Hey, at least we showed that this method can produce results! That's not nothing, right?&lt;br /&gt;
|One of the struggles of the scientific method is that many experiments will not produce the results scientists desired or expected. Negative or conflicting results of well-conducted research are as important as positive or dramatic ones, but are often ignored in favor of more novel findings. As a result, some journals are established specifically for negative results, reducing the bias towards only positive claims that may actually be outliers or anomalies.&lt;br /&gt;
&lt;br /&gt;
In this case, the authors may otherwise have worked on their problem and been left with no citable proof of their efforts. The title perhaps reflects an attempt to present this as 'success' of a different kind, rather than a submission to such a null/negative-results platform. &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|Check out this weird thing one of us saw while out for a walk&lt;br /&gt;
|This paper may be imagined as an opportunistic publication. A department or team has seen itself low down on the local 'league table' for academic output. A brainstorming session for a way of rectifying this led to desperately seizing upon the first idle comment made (in lieu of any better sounding ideas) that can somehow be shoehorned into their respective subject area, and is now being presented similar to &amp;quot;this one weird thing&amp;quot; clickbait titles that almost always oversell their content.&lt;br /&gt;
&lt;br /&gt;
This also works in the context of entomology. Insects have the most species of any class of animals [https://www.si.edu/spotlight/buginfo/bugnos by a wide margin], but due to their small size, they're not easily seen. As a result, new species are constantly being discovered in places as innocuous as [https://wildlife.org/video-entomologists-discover-30-new-species-in-la-backyards/ someone's backyard.]&lt;br /&gt;
|Includes several large figures, likely close-up photographs of the weird thing. There are no headers, as the paper may have little background or methodology, just observations.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|We are 500 scientists and here's what we've been up to for the last 10 years&lt;br /&gt;
| Some papers summarize the work of big research teams, like those working on the [https://repositorio.uc.cl/xmlui/bitstream/handle/11534/13948/Observation%20of%20a%20new%20particle%20in%20the%20search%20for%20the%20Standard%20Model%20Higgs%20boson%20with%20the%20ATLAS%20detector%20at%20the%20LHC.pdf Higgs Boson] (list of authors starts at page 17 and goes to page 26 with foot notes about authors to page 29, and a dedication in the header would suggest that more than one other contributor ''died'' over the course of the research, which would be rather unusual for a smaller project) or LIGO. Since the discoveries which are made are a team effort, probably outlasting many of the individual tenures involved, the papers have many authors listed.&lt;br /&gt;
A credit for participation may not mean any particularly great contribution by each individual, but being left out (even for one summer's secondment, seven years before any results could be recorded) would be taken as a slight, and an opportunity missed to be 'citable' in the future.&lt;br /&gt;
|A huge portion of the page is taken up by the presumably 500 authors' names, above the main horizontal bar.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|Some thoughts on how everyone else is bad at research&lt;br /&gt;
|Similar to the &amp;quot;my colleague is wrong&amp;quot; paper, but in this case applied to far greater swathes of the community by the author(s) of this (possibly unfocussed) tract. Usually a &amp;quot;systematic review&amp;quot;, the words 'some thoughts' might indicate a meta-approach with no original research - and possibly a passive-aggressive style of assessment.&lt;br /&gt;
|No header sections, possibly because these particular thoughts are in the form of an essay or letter without an accompanying investigation.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|We scanned some undergraduates&lt;br /&gt;
|Some initial research, especially that on a low budget, may recruit students at the same institution as easily available test-subjects. Quite often these are psychological or sociological studies, but can involve more medical (but non-invasive) 'scans', from simple eyeball-tracking to full-body MRI. The low-key approach to the title (concentrating blandly upon the method, compared to some of the more 'clickbait' titles above) may indicate that the results obtained are very trivial and no great developments were even made in implementation. Alternately, this is a truly ground-breaking paper obscured entirely by the lead author's over-narrow professional focus and avoidance of any hype.&lt;br /&gt;
&lt;br /&gt;
When misread as &amp;quot;scammed&amp;quot;, this paper can also refer to numerous famous psychological studies done before the establishment of certain ethical rules, such as the Milgram experiment.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|We've incrementally improved the estimate of this coefficient&lt;br /&gt;
|Often scientific research, e.g. in cosmology or physics, will work with an assumed constant value that is known to be only an 'educated guess' of the actual definite value, or an inclusive range. However accurate/certain this is, further experimentation or observation may further narrow down the uncertainty involved to a statistically significant degree.&lt;br /&gt;
&lt;br /&gt;
Even if these improvements may seem trivial to those outside the discipline (e.g. narrowing down a seemingly esoteric value from 99.99% certainty to 99.995% certainty), they are probably understood as significant achievements by those aware of the effort needed to obtain such diminishing returns, and the authors are probably very excited to have done what they did.&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|(Only referenced in Title Text)&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|Maybe all these categories are wrong&lt;br /&gt;
|In some field that relies heavily upon classification (e.g. phylogenetic biology, or the Standard Model in physics) sometimes observations arise that cast doubt on the previously established ideas. It seems that this may have happened here, hopefully with a suggestion of how to reimagine the situation.&lt;br /&gt;
&lt;br /&gt;
The article may have been written with with a sense of euphoria (the chance to present a paradigm shift in thinking, to rewrite the textbooks) or pessimism (it demonstrates only the failings in current thinking, without any obvious solution).&lt;br /&gt;
&lt;br /&gt;
Alternatively, it may be a reference to the categories of papers that this comic proposes.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|We found a way to make student volunteers worse at tasks&lt;br /&gt;
|Possibly a psychology experiment, and maybe not even the result expected. In general, the repetition of an activity will induce greater skill/capacity in a tested individual. By accident or design, the study group in this instance has induced the opposite correlation. (There ''are'', however, some studies that explicitly look at how e.g. lack of sleep reduces productivity.)&lt;br /&gt;
&lt;br /&gt;
Exactly what emotion the title reflects might depend upon whether the worsening was an intended result, or even how the team were able to refocuss and seize upon the adverse outcomes.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Could need description of each paper}}&lt;br /&gt;
:[Heading:]&lt;br /&gt;
:Types of Scientific Paper &lt;br /&gt;
&lt;br /&gt;
:[An array of 4 rows with 3 scientific papers each, is shown. The first page of each is shown, but only the papers titles are legible. Black lines for headings, several lines for paragraphs of text and white rectangles indicating figures are used to make each paper look different. Titles are as follows:]&lt;br /&gt;
:We put a camera somewhere new&lt;br /&gt;
:Hey, I found a trove of old records! They don't turn out to be particularly useful, but still, cool!&lt;br /&gt;
:My colleague is wrong and I can finally prove it&lt;br /&gt;
:The immune system is at it again&lt;br /&gt;
:We figured out how to make this exotic material, so email us if you need some&lt;br /&gt;
:What are fish even doing down there&lt;br /&gt;
:This task I had to do anyway turned out to be hard enough for its own paper&lt;br /&gt;
:Hey, at least we showed that this method can produce results! That's not nothing, right?&lt;br /&gt;
:Check out this weird thing one of us saw while out for a walk&lt;br /&gt;
:We are 500 scientists and here's what we've been up to for the last 10 years&lt;br /&gt;
:Some thoughts on how everyone else is bad at research&lt;br /&gt;
:We scanned some undergraduates&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*Originally, this comic's title text misspelled &amp;quot;volunteers&amp;quot; as &amp;quot;volunters&amp;quot;. &lt;br /&gt;
**This could have been intentional (''we'' might be the volunteers)&lt;br /&gt;
**But it was not as it was quickly corrected.&lt;br /&gt;
*Another comic, [[2012: Thorough Analysis]], similarly categorizes or mocks research papers.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Research Papers]]&lt;br /&gt;
[[Category:Science]]&lt;/div&gt;</summary>
		<author><name>Tague</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2456:_Types_of_Scientific_Paper&amp;diff=211286</id>
		<title>2456: Types of Scientific Paper</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2456:_Types_of_Scientific_Paper&amp;diff=211286"/>
				<updated>2021-04-29T13:17:00Z</updated>
		
		<summary type="html">&lt;p&gt;Tague: Note the interesting dedication at the top of the bosom article&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2456&lt;br /&gt;
| date      = April 28, 2021&lt;br /&gt;
| title     = Types of Scientific Paper&lt;br /&gt;
| image     = types_of_scientific_paper.png&lt;br /&gt;
| titletext = Others include &amp;quot;We've incrementally improved the estimate of this coefficient,&amp;quot; &amp;quot;Maybe all these categories are wrong,&amp;quot; and &amp;quot;We found a way to make student volunteers worse at tasks.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a RESEARCH DEPARTMENT ON A LUNCHBREAK. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
In this comic, Randall describes categories of scientific papers with somewhat humorous generalized titles.&lt;br /&gt;
&lt;br /&gt;
==Table of papers==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Breakdown of Papers&lt;br /&gt;
|-&lt;br /&gt;
!Paper Title&lt;br /&gt;
!Explanation&lt;br /&gt;
!Article Description&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|We put a camera somewhere new&lt;br /&gt;
|This may involve miniaturisation or other improvements of imaging sensors, power supply, transmission or retention of data, environmental hardening and (possibly) recovery afterwards. Photographs and videos can be especially helpful in understanding what is or was going on, especially for the layman, than more limited signal traces.&lt;br /&gt;
&lt;br /&gt;
Cameras have been inserted into ''every'' obvious bodily orifice (including swallowed, to be later excreted), placed in habitats to monitor wildlife, attached to wildlife to monitor habitats, sent into volcanic craters/ocean trenches/high altitudes/nuclear reactors, launched into space and sent past/round/onto several of the solar-system's more interesting bodies. This makes the &amp;quot;somewhere new&amp;quot; claim intriguing, possibly even comparable to 'clickbait'.&lt;br /&gt;
|There are no headers, so the text may discuss the records without undertaking a more structured study. Includes a large figure, likely an image captured with the camera.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|Hey, I found a trove of old records! They don't turn out to be particularly useful, but still, cool!&lt;br /&gt;
|Rather than starting with the aim of investigating some question, and finding some way of answering it by uncovering evidence, sometimes a writer may have stumbled upon a cache of historic documents that they then feel compelled to justify the resulting 'WikiWalk' they may have found themselves sucked into. The author may be far more excited about this than any future reader.&lt;br /&gt;
|Small figure may show the most interesting fragment of the records.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|My colleague is wrong and I can finally prove it&lt;br /&gt;
|This title refers to the occasional rivalries between scientists within a field, which can push them to seek proof that they, and not their colleague, are correct. It reflects a tone of smug self-satisfaction.&lt;br /&gt;
|Note the lack of headers, suggesting an argument more than an explanation of data&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|The immune system is at it again&lt;br /&gt;
|The human immune system is notoriously complex, and there are countless papers in medical fields just describing its strangeness. While it is best known for preventing and battling infections, in auto-immune disease, it can also turn against the body that it is supposed to protect. Moreover it can overreact, for instance in allergic reactions or in a potentially lethal {{w|cytokine storm}}  known to occur in certain viral infections, including {{w|Influenza}} and {{w|COVID-19}}. The title may convey exasperation with the amorphous nature of their study subject. &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|We figured out how to make this exotic material, so email us if you need some&lt;br /&gt;
|Researchers often attempt to create materials despite there not being any demand, predicting that in the future their material will be game-changing without any actual applications. These researchers have created such a material, and are offering to produce it for anyone who needs it. It is couched in terms of having created an answer for which there was not yet any proper question.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|What are fish even doing down there&lt;br /&gt;
|Deep sea marine biology regularly discovers [https://www.youtube.com/watch?v=u7QXdlSBGGY strange lifeforms] in unexpected places, and theories explaining deep sea ecosystems are regularly confounded by new data.&lt;br /&gt;
&lt;br /&gt;
Scientists may also bump into marine organisms when looking for something else. For example, one planned underwater neutrino detector [https://www.nature.com/articles/srep44938 picked up bioluminescence instead].&lt;br /&gt;
&lt;br /&gt;
Whichever way, the title probably reflects a totally unexpected result that is possibly too cross-disciplinary to be properly comprehended as an actual scientific advance by the authors. &lt;br /&gt;
|This paper does not appear to have any headers, implying a longer, free-flowing format.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|This task I had to do anyway turned out to be hard enough for its own paper&lt;br /&gt;
|There is a huge variety in the complexity and importance of subjects studied in scientific papers, and often some supposedly easy task will be sufficiently complicated as to merit its own paper.&lt;br /&gt;
&lt;br /&gt;
The author may be glad to have been able to turn mundane 'housekeeping' activities, that don't normally do much to enhance academic reputations, into an actual opportunity to be cite-worthy.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|Hey, at least we showed that this method can produce results! That's not nothing, right?&lt;br /&gt;
|One of the struggles of the scientific method is that many experiments will not produce the results scientists desired or expected. Negative or conflicting results of well-conducted research are as important as positive or dramatic ones, but are often ignored in favor of more novel findings. As a result, some journals are established specifically for negative results, reducing the bias towards only positive claims that may actually be outliers or anomalies.&lt;br /&gt;
&lt;br /&gt;
In this case, the authors may otherwise have worked on their problem and been left with no citable proof of their efforts. The title perhaps reflects an attempt to present this as 'success' of a different kind, rather than a submission to such a null/negative-results platform. &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|Check out this weird thing one of us saw while out for a walk&lt;br /&gt;
|This paper may be imagined as an opportunistic publication. A department or team has seen itself low down on the local 'league table' for academic output. A brainstorming session for a way of rectifying this led to desperately seizing upon the first idle comment made (in lieu of any better sounding ideas) that can somehow be shoehorned into their respective subject area, and is now being presented similar to &amp;quot;this one weird thing&amp;quot; clickbait titles that almost always oversell their content.&lt;br /&gt;
&lt;br /&gt;
This also works in the context of entomology. Insects have the most species of any class of animals [https://www.si.edu/spotlight/buginfo/bugnos by a wide margin], but due to their small size, they're not easily seen. As a result, new species are constantly being discovered in places as innocuous as [https://wildlife.org/video-entomologists-discover-30-new-species-in-la-backyards/ someone's backyard.]&lt;br /&gt;
|Includes several large figures, likely close-up photographs of the weird thing. There are no headers, as the paper may have little background or methodology, just observations.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|We are 500 scientists and here's what we've been up to for the last 10 years&lt;br /&gt;
| Some papers summarize the work of big research teams, like those working on the [https://repositorio.uc.cl/xmlui/bitstream/handle/11534/13948/Observation%20of%20a%20new%20particle%20in%20the%20search%20for%20the%20Standard%20Model%20Higgs%20boson%20with%20the%20ATLAS%20detector%20at%20the%20LHC.pdf Higgs Boson] (list of authors starts at page 17 and goes to page 26 with foot notes about authors to page 29, and a dedication in the header would suggest that more than one other contributor ‘’died’’ over the course of the research, which would be rather unusual for a smaller project) or LIGO. Since the discoveries which are made are a team effort, probably outlasting many of the individual tenures involved, the papers have many authors listed.&lt;br /&gt;
A credit for participation may not mean any particularly great contribution by each individual, but being left out (even for one summer's secondment, seven years before any results could be recorded) would be taken as a slight, and an opportunity missed to be 'citable' in the future.&lt;br /&gt;
|A huge portion of the page is taken up by the presumably 500 authors' names, above the main horizontal bar.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|Some thoughts on how everyone else is bad at research&lt;br /&gt;
|Similar to the &amp;quot;my colleague is wrong&amp;quot; paper, but in this case applied to far greater swathes of the community by the author(s) of this (possibly unfocussed) tract. Usually a &amp;quot;systematic review&amp;quot;, the words 'some thoughts' might indicate a meta-approach with no original research - and possibly a passive-aggressive style of assessment.&lt;br /&gt;
|No header sections, possibly because these particular thoughts are in the form of an essay or letter without an accompanying investigation.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|We scanned some undergraduates&lt;br /&gt;
|Some initial research, especially that on a low budget, may recruit students at the same institution as easily available test-subjects. Quite often these are psychological or sociological studies, but can involve more medical (but non-invasive) 'scans', from simple eyeball-tracking to full-body MRI. The low-key approach to the title (concentrating blandly upon the method, compared to some of the more 'clickbait' titles above) may indicate that the results obtained are very trivial and no great developments were even made in implementation. Alternately, this is a truly ground-breaking paper obscured entirely by the lead author's over-narrow professional focus and avoidance of any hype.&lt;br /&gt;
&lt;br /&gt;
When misread as &amp;quot;scammed&amp;quot;, this paper can also refer to numerous famous psychological studies done before the establishment of certain ethical rules, such as the Milgram experiment.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|We've incrementally improved the estimate of this coefficient&lt;br /&gt;
|Often scientific research, e.g. in cosmology or physics, will work with an assumed constant value that is known to be only an 'educated guess' of the actual definite value, or an inclusive range. However accurate/certain this is, further experimentation or observation may further narrow down the uncertainty involved to a statistically significant degree.&lt;br /&gt;
&lt;br /&gt;
Even if these improvements may seem trivial to those outside the discipline (e.g. narrowing down a seemingly esoteric value from 99.99% certainty to 99.995% certainty), they are probably understood as significant achievements by those aware of the effort needed to obtain such diminishing returns, and the authors are probably very excited to have done what they did.&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|(Only referenced in Title Text)&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|Maybe all these categories are wrong&lt;br /&gt;
|In some field that relies heavily upon classification (e.g. phylogenetic biology, or the Standard Model in physics) sometimes observations arise that cast doubt on the previously established ideas. It seems that this may have happened here, hopefully with a suggestion of how to reimagine the situation.&lt;br /&gt;
&lt;br /&gt;
The article may have been written with with a sense of euphoria (the chance to present a paradigm shift in thinking, to rewrite the textbooks) or pessimism (it demonstrates only the failings in current thinking, without any obvious solution).&lt;br /&gt;
&lt;br /&gt;
Alternatively, it may be a reference to the categories of papers that this comic proposes.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|We found a way to make student volunteers worse at tasks&lt;br /&gt;
|Possibly a psychology experiment, and maybe not even the result expected. In general, the repetition of an activity will induce greater skill/capacity in a tested individual. By accident or design, the study group in this instance has induced the opposite correlation. (There ''are'', however, some studies that explicitly look at how e.g. lack of sleep reduces productivity.)&lt;br /&gt;
&lt;br /&gt;
Exactly what emotion the title reflects might depend upon whether the worsening was an intended result, or even how the team were able to refocuss and seize upon the adverse outcomes.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Could need description of each paper}}&lt;br /&gt;
:[Heading:]&lt;br /&gt;
:Types of Scientific Paper &lt;br /&gt;
&lt;br /&gt;
:[An array of 4 rows with 3 scientific papers each, is shown. The first page of each is shown, but only the papers titles are legible. Black lines for headings, several lines for paragraphs of text and white rectangles indicating figures are used to make each paper look different. Titles are as follows:]&lt;br /&gt;
:We put a camera somewhere new&lt;br /&gt;
:Hey, I found a trove of old records! They don't turn out to be particularly useful, but still, cool!&lt;br /&gt;
:My colleague is wrong and I can finally prove it&lt;br /&gt;
:The immune system is at it again&lt;br /&gt;
:We figured out how to make this exotic material, so email us if you need some&lt;br /&gt;
:What are fish even doing down there&lt;br /&gt;
:This task I had to do anyway turned out to be hard enough for its own paper&lt;br /&gt;
:Hey, at least we showed that this method can produce results! That's not nothing, right?&lt;br /&gt;
:Check out this weird thing one of us saw while out for a walk&lt;br /&gt;
:We are 500 scientists and here's what we've been up to for the last 10 years&lt;br /&gt;
:Some thoughts on how everyone else is bad at research&lt;br /&gt;
:We scanned some undergraduates&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*Originally, this comic's title text misspelled &amp;quot;volunteers&amp;quot; as &amp;quot;volunters&amp;quot;. &lt;br /&gt;
**This could have been intentional (''we'' might be the volunteers)&lt;br /&gt;
**But it was not as it was quickly corrected.&lt;br /&gt;
*Another comic, [[2012: Thorough Analysis]], similarly categorizes or mocks research papers.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Research Papers]]&lt;br /&gt;
[[Category:Science]]&lt;/div&gt;</summary>
		<author><name>Tague</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=explain_xkcd:Community_portal/Proposals&amp;diff=211284</id>
		<title>explain xkcd:Community portal/Proposals</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=explain_xkcd:Community_portal/Proposals&amp;diff=211284"/>
				<updated>2021-04-29T13:13:02Z</updated>
		
		<summary type="html">&lt;p&gt;Tague: /* Archiving interactive comics? */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{Community links}}&lt;br /&gt;
&lt;br /&gt;
{|-&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; width=&amp;quot;100%&amp;quot;|[[File:Crystal Clear app ktip.png|left|120px]] &amp;lt;big&amp;gt;&amp;lt;big&amp;gt;&amp;lt;b&amp;gt;Proposals&amp;lt;/b&amp;gt;&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;Place for ideas and suggestions to improve the wiki's design and organization on general issues can be incubated for later submission for consensus discussion. Be sure to check whether your proposal has already been submitted. &amp;lt;/i&amp;gt;{{AddNewSection|Page=Explain XKCD:Community portal/Proposals|Text=&amp;lt;small&amp;gt;(+post)&amp;lt;/small&amp;gt;}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Discussion Area =&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Add unexplained strips ==&lt;br /&gt;
&lt;br /&gt;
At the moment, browsing through the explanations using the previous and next buttons is interrupted whenever there's an explanation missing.&lt;br /&gt;
&lt;br /&gt;
I think adding a page with the strip fr all of those with a short message like &amp;quot;no one has explained this yet, want to give it a shot?&amp;quot; would make the wiki easier to browse through and will get more strips explained faster.&lt;br /&gt;
&lt;br /&gt;
:I don't think that would happen. If suddenly it was much easier for people to skip over pages that had no explanation, I think they would do exactly that, skip right over it. On the same side of that coin, If suddenly there are no longer any red links on the [[List of all comics]] then everyone perusing that page assumes that all the comics have been explained and don't need to contribute any more. It's astonishing how quickly an [[589: Designated Drivers|embedded]] red link gets an explanation page created simply to get rid of the red link.&lt;br /&gt;
&lt;br /&gt;
:Secondarily, ''many'' of the pages created recently aren't being created with their numerical and titular redirects. Without the numerical redirect, the comic template can't find that there is a previous/next comic to link to. Every once in a while somebody will go through and try to notice all the pages that don't have their redirects created but it's an unscientific process that only happens occasionally. If we could get every joe blow that comes in and vomits up a poorly done explanation to create the redirects I wouldn't be quite as annoyed at their lack of show-don't-tell-manship. But, since they can't be bothered to put the date in the comic template, I doubt we'll ever get people to create the redirects.&lt;br /&gt;
&lt;br /&gt;
:'''TL;DR:''' No more red links, no more work gets done on the back catalog.&lt;br /&gt;
&lt;br /&gt;
:--[[User:Lcarsos|lcarsos]]&amp;lt;span title=&amp;quot;I'm an admin. I can help.&amp;quot;&amp;gt;_a&amp;lt;/span&amp;gt; ([[User talk:Lcarsos|talk]])  14:28, 21 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== xplainkcd.com ==&lt;br /&gt;
&lt;br /&gt;
When I first saw this site I thought it should definitely be at xplainkcd.com or at least redirect from that url {{unsigned|115.166.22.158|12:45, 3 January 2013 (UTC)}}&lt;br /&gt;
&lt;br /&gt;
: I like that idea! --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 13:28, 3 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Yeah! If it's possible, it would be cool! At least as a redirect. -- [[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 15:46, 3 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Not technically the same thing, but I just took [http://expxkcd.com http://expxkcd.com]. More explanation &amp;lt;del&amp;gt;is&amp;lt;/del&amp;gt; was given on the website itself. {{User:Grep/signature|05:10, 29 March 2014}}&lt;br /&gt;
::We do that with explainxkcd.com as well, but yay shorter URLs! Mind if I use that for our social media links? '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 06:45, 29 March 2014 (UTC)&lt;br /&gt;
:::I had no idea that you did that, but sure, go ahead! If you want, I can change any DNS records if you wish to have it go directly to you guys. {{User:Grep/signature|07:16, 29 March 2014}}&lt;br /&gt;
:::In case you were wondering, I just did the following: &amp;lt;code&amp;gt;^/([0-9]+)(/large)?/?$&amp;lt;/code&amp;gt; {{User:Grep/signature|07:25, 29 March 2014}}&lt;br /&gt;
::::Hrm. We're just matching with &amp;lt;code&amp;gt;^(\d+)/?$&amp;lt;/code&amp;gt;. You can keep ownership of the URL if you want, unless you have traffic concerns or whatever and you want us to handle it, which we're very capable of doing. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 08:47, 29 March 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have made http://www.xkcd.ga and http://www.xkcd.tk both forward to http://www.explainxkcd.com/wiki/index.php/Main_Page. Is this ok? [[User:17jiangz1|17jiangz1]] ([[User talk:17jiangz1|talk]]) 08:49, 26 December 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Section style and usage ==&lt;br /&gt;
&lt;br /&gt;
I am new here and I'm trying to get up to speed with the culture. I have a few questions about how and where to use sections (== this ==). I am more willing to go with (and enforce) whatever norms there are here, but I have not seen them actually discussed. &lt;br /&gt;
&lt;br /&gt;
# '''Is it OK to create sections in Discussion pages?''' I have been told no, but there are many examples extant of this usage in this Wiki and indeed in Wikipedia.&lt;br /&gt;
# '''Section title case''' [http://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style/Capital_letters#Acronyms Wikipedia's style guide] recommends sentence case, not title case. There are many title cased section headers here. &lt;br /&gt;
# '''Links''' I do not have a reference for this but it seems to me putting links in section code (== [[&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;this&amp;lt;/nowiki&amp;gt;&amp;lt;/span&amp;gt;]] == ) is bad form. &lt;br /&gt;
&lt;br /&gt;
Last note -- it's understood if these bylaws have not yet been written. I can see that a few of you have made a huge personal investment to make this Wiki what it is today, and that is a credit to you all -- this is awesome! As a long-time aficionado of xkcd I applaud your work and look forward to further collaboration.&lt;br /&gt;
--[[User:Smartin|Smartin]] ([[User talk:Smartin|talk]]) 04:15, 4 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:As a general rule, we stick to the standard format that existing pages follow, with an optional trivia section below the transcript. Some zealous editors like to add other sections though, which tend to be for the most part unneeded or redundant. If something you want to add doesn't help to explain the comic in some way, but the inclusion of which would somehow still add to the page, *and* it doesn't fall under the trivia category, a new section is warranted. This isn't the case most of the time though, so editors usually fold the content of extraneous sections into &amp;quot;Explanation&amp;quot; or &amp;quot;Trivia.&amp;quot; We have no policy on links in titles, and they're allowed so long as they are appropriate; the link is useful and can't be folded into the section itself. And we use title case for titles cuz it just makes sense. '''[[User:Davidy22|&amp;lt;span title=&amp;quot;I want you.&amp;quot;&amp;gt;&amp;lt;u&amp;gt;&amp;lt;font color=&amp;quot;purple&amp;quot; size=&amp;quot;2px&amp;quot;&amp;gt;David&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot; size=&amp;quot;3px&amp;quot;&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;indigo&amp;quot; size=&amp;quot;1px&amp;quot;&amp;gt;22&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;&amp;lt;/span&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 05:08, 4 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:We generally do not (or at least, discourage) use sections on the talk/discussion pages for explanation pages. This is purely for looks. The comic discussion section of the explanation page looks/feels wrong if there are level 2 section breaks in the transclusion. Also, if the [http://www.mediawiki.org/wiki/Manual:Table_of_contents Table of Contents] starts showing up on a page, such as on [[Click and Drag]] the sections created on the talk page also show up in the TOC. This gets confusing, and this is why we prefer not to use them on explanation talk pages. Everywhere else we follow standard wiki format and do use sections on the discussion pages.&lt;br /&gt;
&lt;br /&gt;
:Personally, I think that links in section titles looks wrong, but I choose not to be the dictator of style in this matter. :p&lt;br /&gt;
&lt;br /&gt;
:Please feel free to make edits. The worst that happens is someone reverts your edit. If it's a big enough issue and/or you don't seem to be learning from what people are fixing about your edits someone will leave a comment on your talk page. That's it. We might leave a nasty-gram in the edit summary, but oh well. We only ban for malicious intent. Honestly working to better the wiki is good, even if sometimes we grumble about it.&lt;br /&gt;
&lt;br /&gt;
:--[[User:Lcarsos|lcarsos]]&amp;lt;span title=&amp;quot;I'm an admin. I can help.&amp;quot;&amp;gt;_a&amp;lt;/span&amp;gt; ([[User talk:Lcarsos|talk]])  07:00, 4 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Oh, I just looked at your talk page. I completely forgot that that happened. Don't worry about it. Learning the ropes is part of the experience. Do make edits, and if they're wrong, we'll nudge you in the right direction. [[User:Lcarsos|lcarsos]]&amp;lt;span title=&amp;quot;I'm an admin. I can help.&amp;quot;&amp;gt;_a&amp;lt;/span&amp;gt; ([[User talk:Lcarsos|talk]])  07:18, 4 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have been moving some trivia sections to directly below the explanation, in order to make it more consistent, and easier to survey and maintain. Often the dividing line between trivia and explanation is not entirely clear, and in articles without a trivia section the end of the explanation very often contains trivia-like information. (e.g. [[1155: Kolmogorov Directions]]) -- [[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 10:13, 4 January 2013 (UTC)&lt;br /&gt;
===Title case doesn't make any sense===&lt;br /&gt;
At first sight title case in titles just makes sense. However title case '''never''' makes sense. It's worse than all caps. Besides, only Americans and children like title case. [[Special:Contributions/190.96.48.48|190.96.48.48]] 20:04, 10 August 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==New character==&lt;br /&gt;
As per [[Talk:1178: Pickup Artists]], the character with hair has appeared in quite a few comics now, and he's starting to become a recurring character. Shall we go ahead with inaugurating him into our list of regular characters, and what name shall we assign him? Current candidate names include Hairy and Harry. Anyone? '''[[User:Davidy22|&amp;lt;u&amp;gt;&amp;lt;font color=&amp;quot;purple&amp;quot; title=&amp;quot;I want you&amp;quot;&amp;gt;David&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot; size=&amp;quot;3px&amp;quot;&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=&amp;quot;indigo&amp;quot; size=&amp;quot;4px&amp;quot;&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 00:07, 26 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
: I like Harry :) --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 01:04, 26 February 2013 (UTC)&lt;br /&gt;
::Cos made a point in the discussion on [[Talk:1178: Pickup Artists]] that Hairy is directly descriptive, whereas Harry is not obvious to visitors. On the other hand, not all names are descriptive ([[Danish]]) and I think this wiki is entitled to create some xkcd-in-culture, and not just describe. And Harry is quite funny.&lt;br /&gt;
::I wonder: has [[Randall]] ever called him anything at all in the transcript? –[[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 21:52, 26 February 2013 (UTC)&lt;br /&gt;
:::Well, he's not named in a any official transcripts, but he's already called Harry in quite a few comic explanations. Then again, I do like having a more descriptive name for him. Shall we hold this up to a vote? '''[[User:Davidy22|&amp;lt;u&amp;gt;&amp;lt;font color=&amp;quot;purple&amp;quot; title=&amp;quot;I want you&amp;quot;&amp;gt;David&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot; size=&amp;quot;3px&amp;quot;&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=&amp;quot;indigo&amp;quot; size=&amp;quot;4px&amp;quot;&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 23:29, 26 February 2013 (UTC)&lt;br /&gt;
::::I think we should wait a little for a few more viewpoints to crop up. Also, can someone link to some more comics he's been featured in? I've got [[1028: Communication]], [[1027: Pickup Artist]] and [[1178: Pickup Artists]]. –[[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 23:41, 27 February 2013 (UTC)&lt;br /&gt;
:::::I actually like what that anon said: ''Curly''.  Second choice: Hairy (being descriptive, a la Black Hat, Beret, Cueball, etc.)  While there's talk about in-culture, we've done that with the names Cueball, Beret, etc.  It's my opinion that the only names that should be &amp;quot;real&amp;quot; proper names are those that are named in the comic.  Megan, Miss Lenhart, etc.  Danish (as is discussed below) isn't truly a proper name, but you could argue it's a meta-description (one attributed by Black hat.)  So that's my vote: yes for '''Curly''' or '''Hairy''', no for Harry.  [[User:IronyChef|IronyChef]] ([[User talk:IronyChef|talk]]) 05:21, 2 March 2013 (UTC)&lt;br /&gt;
:::That's right, [[Danish]] is not descriptive, but 1/ that name was suggested because the character [[515: No One Must Know|was called that way in the comic]], which is a tiny bit like a name given by the author (at least more than Harry which we have completely made up), and 2/ in that case it's hard to find a descriptive term: use something that revolves around her black hair (her only descriptive feature), and you easily mix up with [[Megan]]; the only graphical difference is that her hair is ''long'', but what kind of name can you make out of that?&lt;br /&gt;
:::For this new character, I suggest Hairy because it comes as the easy solution with every advantage: descriptive, easy to understand, and it's not ugly... I actually see no reason to resort to a made-up name like Harry.&lt;br /&gt;
:::[[User:Cos|Cos]] ([[User talk:Cos|talk]]) 22:29, 27 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
: '''Alright. So the discussion's been had, and the most oft recommended name appears to be Hairy. All in favor, say aye. If more than 1/3 of editors agree and we have more than 6 votes, Hairy it is.''' '''[[User:Davidy22|&amp;lt;u&amp;gt;&amp;lt;font color=&amp;quot;purple&amp;quot; title=&amp;quot;I want you&amp;quot;&amp;gt;David&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot; size=&amp;quot;3px&amp;quot;&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=&amp;quot;indigo&amp;quot; size=&amp;quot;4px&amp;quot;&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 05:58, 2 March 2013 (UTC)&lt;br /&gt;
:# '''Aye''' '''[[User:Davidy22|&amp;lt;u&amp;gt;&amp;lt;font color=&amp;quot;purple&amp;quot; title=&amp;quot;I want you&amp;quot;&amp;gt;David&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot; size=&amp;quot;3px&amp;quot;&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=&amp;quot;indigo&amp;quot; size=&amp;quot;4px&amp;quot;&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 05:58, 2 March 2013 (UTC)&lt;br /&gt;
:# '''Aye''' [[User:Guru-45|Guru-45]] ([[User talk:Guru-45|talk]]) 06:14, 2 March 2013 (UTC)&lt;br /&gt;
:# '''Aye''' to Hairy. [[User:IronyChef|IronyChef]] ([[User talk:IronyChef|talk]]) 15:43, 2 March 2013 (UTC)&lt;br /&gt;
:# '''Aye'''. Harry would be a nice nod to the fact that he's actually hairy, but indeed it's better to avoid inside jokes. --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 17:05, 2 March 2013 (UTC)&lt;br /&gt;
:# '''Aye'''. I'm convinced! –[[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 17:52, 3 March 2013 (UTC)&lt;br /&gt;
:# '''Aye'''. Hairy. [[User:Lcarsos|lcarsos]]&amp;lt;span title=&amp;quot;I'm an admin. I can help.&amp;quot;&amp;gt;_a&amp;lt;/span&amp;gt; ([[User talk:Lcarsos|talk]]) 20:52, 3 March 2013 (UTC)&lt;br /&gt;
::Hooray! We now have a [[:Category:Comics featuring Hairy]], with four pages already! Does anyone feel compelled to create &amp;quot;[[Hairy]]&amp;quot;, with a brief description and a nice profile pic like the other characters? –[[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 22:58, 3 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Ambiguous characters ==&lt;br /&gt;
&lt;br /&gt;
I've been thinking about the problem of the ambiguity of characters. &amp;quot;Is this really Cueball even though he has an eye and half a nose?&amp;quot;, &amp;quot;This is very likely ''not'' x.&amp;quot; &amp;quot;Darnit, these arn't Cueballs, these are Randall and his friends!&amp;quot;, and so on. The character ambiguity is standard for xkcd (not less so in the early ones), and comes from the very loose or &amp;quot;free&amp;quot; way Randall uses his characters to be whatever he needs at the moment.  It's simply often impossible for us to know whether he had e.g. &amp;quot;Cueball&amp;quot; or himself in mind, when drawing a particular comic (and I'd say: probably often both).&lt;br /&gt;
&lt;br /&gt;
I want to suggest that we in general have a likewise rather loose policy towards including characters in the categories for the comics. So that reasonably ambiguous cases should be included in e.g. (does she have a ponytail?) This is not because I believe this or that to really be this or that; I just don't believe in objective truth (here!). I feel that when doing research :) on a character, the borderline cases are often the most interesting ones, and you want to be able to find them through the &amp;quot;Comics featuring miss x&amp;quot;!&lt;br /&gt;
&lt;br /&gt;
I came to think this through now, when I wanted to (and did) list two comics with [[Miss Lenhart]] (?) where she was drawn but not named. Any thoughts on this in general? Other case studies? –[[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 21:17, 5 March 2013 (UTC)&lt;br /&gt;
:My take has always been that [[Cueball]], for example, has not been a specific character.  There is not ''a'' cueball, per se, distinct from any other cueball... indeed, there are several comics with several cueballs in-frame, and that is the point.  I see the cueball character as a wildcard character (pun intended) ready to stand in for anybody (and ''not'' necessarily just Randall; I think those readers who suggest &amp;quot;this ''is'' Randall&amp;quot; are missing the point; he's way more META than that...)  [[Megan]], while slightly less generic, still remains the female wild-card significant-other, while Curls seems to be a not-significant-other female used to illustrate a relationship that is transient.  Other characters come and go, and when it's important to visually distinguish them from others in the frame, they're given additional characteristics, to wit [[Hairy]], [[Ponytail]], etc.&lt;br /&gt;
:Unfortunately, that viewpoint is not commonly held, so I daresay I'm in the minority here.&lt;br /&gt;
:-- [[User:IronyChef|IronyChef]] ([[User talk:IronyChef|talk]]) 14:18, 6 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Note at the top, about the server error ==&lt;br /&gt;
&lt;br /&gt;
:''This thread was moved to [[MediaWiki talk:Sitenotice]]''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== I've removed &amp;quot;add a comment!&amp;quot; from Discussion heading ==&lt;br /&gt;
&lt;br /&gt;
This does move it to above the line, and the rule stops early. Undo my change if that's more bothering than when the TOC is displayed as &amp;quot;add a comment!Discussion&amp;quot;... &lt;br /&gt;
&lt;br /&gt;
I don't know how to automatically treat level 2 headers as level 3. That may be why Discussion was a level 1 heading earlier.&lt;br /&gt;
[[User:Markhurd|Mark Hurd]] ([[User talk:Markhurd|talk]]) 11:16, 14 April 2013 (UTC)&lt;br /&gt;
:Actually I now noticed there was a short edit war at {{tl|comic discussion}} over whether it should be a level 1 heading, just for this reason. [[User:Waldir]] seems to have conceeded... [[User:Markhurd|Mark Hurd]] ([[User talk:Markhurd|talk]]) 11:25, 14 April 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: No edit war, hence no (intentional) concession. I reverted a change once, and didn't notice the change being re-implemented by another user. In any case, it is irrelevant now since we actively discourage using headers in talk pages precisely so that they don't display in the TOC for the main comic page, where the discussion page is transcluded to (see the discussion [[#Section style and usage|above]]). This might not scale well for comics that generate lots of discussion. It might be worth discussing our customs (and perhaps write them down somewhere) before performing such changes. What do others think? --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 11:49, 14 April 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Time: The Table ==&lt;br /&gt;
&lt;br /&gt;
Right now on the page [[1190: Time]], we have a whole bunch of tables in the form image-time-hash. The tables take up heaps of vertical space and all have to be collapsed to even be remotely traversible. I propose that we aggregate all the images into one table after Time ends, like so:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time.png|00:00]]||01/00:00||[[Media:time.png|10:00]]||01/10:00||[[Media:time.png|20:00]]||01/20:00||[[Media:time.png|30:00]]||AND MOAR SAMPLE DATAS&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time.png|00:30]]||01/00:30||[[Media:time.png|10:30]]||01/10:30||[[Media:time.png|20:30]]||01/20:30||[[Media:time.png|30:30]]||AND MOAR SAMPLE DATAS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The hash values aren't really a part of the comic, they're gibberish for the most part and they take up space that could be used to compact the table, as shown above. Even if we are conservative and make the table only five columns wide to account for smaller screens, we've divided scrolling time by five and eliminated much of the need for annoying collapsed tables and section headers for each day. Constructing the table shouldn't be particularly hard either, as all our current data is in nice regular tables with clear patterns that are easy enough to parse through. &lt;br /&gt;
&lt;br /&gt;
I'm putting this here because the organization of the frame entries would be unintuitive and difficult to change from the edit window, which would make it a poor choice when we're still expanding it and don't even know how long the comic will continue for. It's merely a space-saving trick for after we're sure that the comic is over. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 09:26, 16 April 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Oh and it'd be really nice if other people could also upload images if you're awake and a new one rolls by. There's gaps in the image record every time I wake up, and I dun likey. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 11:34, 20 April 2013 (UTC)&lt;br /&gt;
:Good work so far; go ahead make it better! :) –[[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 08:34, 24 April 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Featured Explanation, and Archival?==&lt;br /&gt;
&lt;br /&gt;
* Wikipedia has featured content. Now that we are close to reaching the goal of all comics explained, I think it makes more sense to have a &amp;quot;featured explanation&amp;quot; which would serve as a sort of a marker for a complete and good explanation. Many comics, and almost all charts are not fully explained/not a good quality explanation.&lt;br /&gt;
&lt;br /&gt;
* We should set up archival of discussion of the most discussed pages, like this one. Its not very pleasing to see comments from July 2012 still lying around here. It becomes hectic at some point.&lt;br /&gt;
&lt;br /&gt;
Just my 2 cents, feel free to discuss. Cheers,&lt;br /&gt;
[[Special:Contributions/117.194.88.180|117.194.88.180]] 13:36, 24 April 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:We dedicate this wiki to explaining xkcd, and we do actually have a featured comic feature; it changes every week on Monday, Wednesday and Friday, and we usually manage to fill out the explanation for it within an hour or so of it going up. The most recent comic tends to be the one that most people visiting the wiki care about, so we give it prime space on the front page so they can find it easily. xkcd updates frequently enough that there isn't really that big of a time window for us to feature an article on our front page. Also, we're a volunteer project with quite a bit less manpower than Wikipedia.&lt;br /&gt;
:We do need to archive talk pages though. Some of these are getting ridiculously long. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 14:04, 24 April 2013 (UTC)&lt;br /&gt;
::I agree with Davidy22. Archiving topics can be done by anyone, by moving resolved threads to the portal section's corresponding [[explain xkcd talk:Community portal/Proposals|talk page]]. We could start with the threads marked &amp;quot;✓ Closed&amp;quot;. [[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 17:42, 1 May 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: The reason I asked for a &amp;quot;featured explanation&amp;quot; was because many of the comic explanations we currently have are sub-par, and we're almost at our initial goal of explaining all comics. A &amp;quot;featured explanation&amp;quot; would drive our editors towards the goal of having complete and good explanation towards all comics, and would allow us to know which explanations need elaboration.&lt;br /&gt;
:: P.S. My definition of complete explanation would be - To have a good explanation, To have all categories relevant, To link to any comics related and To explain any technical portions of the comic.&lt;br /&gt;
:: [[Special:Contributions/117.194.82.49|117.194.82.49]] 07:45, 8 May 2013 (UTC)&lt;br /&gt;
:::That message on the front page is going to link to all the pages marked by the incomplete template. If you find an unsatisfactory explanation, please mark it with &amp;lt;nowiki&amp;gt;{{incomplete}}&amp;lt;/nowiki&amp;gt; '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 07:54, 8 May 2013 (UTC)&lt;br /&gt;
:::: By my definition, I think all comics will be incomplete. An incomplete template will be focused more towards improving the worst explanations, while a featured one will be to improve the best ones. Since we already have the former, we should focus on the latter. Just my 2 cents. [[Special:Contributions/117.194.85.82|117.194.85.82]] 06:55, 9 May 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Split the list of all comics ==&lt;br /&gt;
&lt;br /&gt;
[[List of all comics]] is getting larger and larger, which makes it hard to read and hard to edit. How about splitting into parts, say [[List of all comics/1-1000]], [[List of all comics/1001-2000]], etc., or something to that effect? --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 17:39, 1 May 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Done. [[Special:Contributions/117.194.88.176|117.194.88.176]] 10:03, 9 May 2013 (UTC)&lt;br /&gt;
::Great job, thanks! [[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 11:09, 9 May 2013 (UTC)&lt;br /&gt;
:::And I've added back [[List of all comics (full)]], which allows, for example, listing all comics by alphabetical order.[[User:Markhurd|Mark Hurd]] ([[User talk:Markhurd|talk]]) 17:29, 10 May 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Sidebar ads ==&lt;br /&gt;
&lt;br /&gt;
''Moved from [[Talk:Main Page]] –– [[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 08:06, 4 May 2013 (UTC)''&lt;br /&gt;
&lt;br /&gt;
Are they generating significant money? The ones I see are pretty sleazy looking and/or scammy - &amp;quot;Power Companies Hate this Device! - click here to break the laws of thermodynamics!&amp;quot; and &amp;quot;Debt relief program click here to lose more money&amp;quot;. How much  money are they generating? Can you set any selections to remove the sleazy ads?  [[User:J-beda|J-beda]] ([[User talk:J-beda|talk]]) 18:30, 3 April 2013 (UTC)&lt;br /&gt;
:Do we have sleazy sidebar ads? Since when? Thanks Google Chrome and AdBlock, I had no idea! –[[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 07:47, 14 April 2013 (UTC)&lt;br /&gt;
::People give 20$ a pop to get a bunch of clicks on explainxkcd, and Jeff uses that money to buy a faster server with a hard drive that doesn't have less space than a public toilet with an elephant in it. It'd be really nice if you didn't turn on adblock, the money is appreciated. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 08:47, 14 April 2013 (UTC)&lt;br /&gt;
:::It's a question of me not turning it off specifically every time I visit this site. More importantly, I do think people would be more likely to click the &amp;quot;donate&amp;quot; if it weren't irrelevant ads around it. –[[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 19:29, 14 April 2013 (UTC)&lt;br /&gt;
:::Generating money is a great thing. Getting &amp;quot;20$ a pop to get a bunch of clicks&amp;quot; is a bit unclear. Do the ads only generate revenue when clicked on? So EXKCD only gets money when someone actually falls for the sleazy ads? I know lots of people do not like Google - but at least their adsense stuff is relevant to the content of the website, which might generate some legitimate traffic for a legitimate advertiser....  [[User:J-beda|J-beda]] ([[User talk:J-beda|talk]]) 11:48, 19 April 2013 (UTC)&lt;br /&gt;
::::Welllll, I didn't pick the ad supplier. You could bring it up with [[User talk:Jeff|Jeff]] if you want, I think he picked the ad provider on basis of which one had a mediawiki plugin or something. If you can link Jeff to a quick and easy way to put adsense on mediawiki, he should change it quickly enough. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 14:21, 19 April 2013 (UTC)&lt;br /&gt;
:::::And I also gather then that they are only a temporary thing? -- [[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 08:27, 24 April 2013 (UTC)&lt;br /&gt;
::::::Until we can buy a server that doesn't poop itself every time a new comic is released, the ads are staying. If you want them to go away sooner, throw more money at Jeff. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 09:25, 24 April 2013 (UTC)&lt;br /&gt;
::::::: The ads are crap.  For sure.  Wish I didn't have to run them, but I don't trust donations alone to hold up continually some better hosting.  The ads really don't bring in that much $$$.  I had google adsense before, but Google shutdown my adsense account for unnamed reason after 1 week.  This new ad service is way sketchier.  If you all think they don't have a place here, I'll ax 'em. --[[User:Jeff|&amp;lt;b&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;Jeff&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;]] ([[User talk:Jeff|talk]]) 16:02, 24 April 2013 (UTC)&lt;br /&gt;
::::::: Thanks for the info Jeff. How much ad money are we talking about? Is it calculated on how many ads are displayed or how many are clicked-through? How close to the goal is the server fund? How about a Kickstarter campaign for the server? $10 gets your name on a thankyou webpage or something like that. [[User:J-beda|J-beda]] ([[User talk:J-beda|talk]]) 17:32, 24 April 2013 (UTC)&lt;br /&gt;
:::::::: It ain't much, last I looked it was $2 or $3 in 2 weeks.  I believe it is based on clicks, it is not nearly as clear as Google adsense.  I'm not really interested in doing a Kickstarter.  I think the donations will cover the initial start up, I just want to be able to cover the monthly costs as well. A few things are still up in the air. --[[User:Jeff|&amp;lt;b&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;Jeff&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;]] ([[User talk:Jeff|talk]]) 16:24, 25 April 2013 (UTC)&lt;br /&gt;
:::::::::Can you find a way to show the donations and ad income on the site, to make it transparent? ––[[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 15:30, 30 April 2013 (UTC)&lt;br /&gt;
::::::::: How about a donation amount that you'll take to turn it (the annoying unethical scummy ads) off for a year? Give me a dollar value and I might step up for the good of us all!  [[User:J-beda|J-beda]] ([[User talk:J-beda|talk]]) 16:28, 3 May 2013 (UTC)&lt;br /&gt;
Since Project wonderful shut down, I block ads even on explainxkcd. The adds are simple and not colourful, which I like, but being part of Google Adsense I block them for keeping my my privacy. I am sad to do this but until there is another, better way to serve them, I have to.&lt;br /&gt;
&lt;br /&gt;
== Economic transparency ==&lt;br /&gt;
&lt;br /&gt;
I think this is very important: How can we make the donations and ad-income transparent, so that we all can see when and how much money is coming in, and how far we are from reaching our goal? – [[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 00:35, 24 May 2013 (UTC)&lt;br /&gt;
: Sounds fine to me, I think I can put something together. --[[User:Jeff|&amp;lt;b&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;Jeff&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;]] ([[User talk:Jeff|talk]]) 15:52, 28 May 2013 (UTC)&lt;br /&gt;
::Hi, may I bump this issue? Or maybe you have done something, and I missed it? Anyway, I would still appreciate it! –[[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 17:43, 22 February 2014 (UTC)&lt;br /&gt;
:::Numberssss. I'll get on with it, just need less homework and a few more numbers. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 07:54, 23 February 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
I would like to respectfully file a complain. I find the banner advertisement of background checks distasteful. [[User:Benjaminikuta|Benjaminikuta]] ([[User talk:Benjaminikuta|talk]]) 05:10, 15 July 2014 (UTC)&lt;br /&gt;
: Hey [[User:Benjaminikuta|Benjaminikuta]] - I am the one who approved those ads.  But, since you have filed a complaint about them, I have gone ahead and removed them.  Thanks. --[[User:Jeff|&amp;lt;b&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;Jeff&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;]] ([[User talk:Jeff|talk]]) 12:52, 15 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
I thank you. [[User:Benjaminikuta|Benjaminikuta]] ([[User talk:Benjaminikuta|talk]]) 03:36, 17 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Using &amp;lt;nowiki&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/nowiki&amp;gt; in transcripts to improve accuracy ==&lt;br /&gt;
&lt;br /&gt;
In the transcripts, &amp;lt;nowiki&amp;gt;[[lines]]&amp;lt;/nowiki&amp;gt; are being changed to [lines] in order to avoid auto-linking. Why not just surround these with &amp;lt;nowiki&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/nowiki&amp;gt; tags and avoid the problem entirely? --[[User:Epauley|Epauley]] ([[User talk:Epauley|talk]]) 04:18, 16 June 2013 (UTC)&lt;br /&gt;
:Because it takes less time to type and single brackets are just as readable as double brackets to visitors. It's also a bit more readable in the editor. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 09:55, 16 June 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Strip Title ==&lt;br /&gt;
&lt;br /&gt;
For someone who commonly browses explainxkcd in place of xkcd, and hence often see the strips for the first time here rather than the parent site, I find it somewhat odd that the 'Title Text' is so poorly displayed given how critical it can be to the strip.&lt;br /&gt;
&lt;br /&gt;
I propose that, while retaining the given name (perhaps moving it top left), the title text be enlarged and relocated to being over the strip as originally intended. {{unsigned ip|175.41.133.18}}&lt;br /&gt;
:The title text is placed very well at bottom of the image.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 07:20, 6 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I would have to agree with Dgbrt, it's placed nicely at the bottom, and there is no need for it to be moved. My reasoning is that you never actually read the title text first, you read it last. Making it &amp;lt;code&amp;gt;text-align: left;&amp;lt;/code&amp;gt; does not make sense, because the image is centered (just like on xkcd.com). I also believe that there is no need for it to be re-sized, mainly due to the fact that it is slightly larger than the title text (for me, at least). {{User:Grep/signature|05:18, 08 September 2013}}&lt;br /&gt;
&lt;br /&gt;
:Plus, if you hover over the image, it's the same as on xkcd.com {{User:Grep/signature|06:13, 08 September 2013}}&lt;br /&gt;
&lt;br /&gt;
:I also agree with Dgbrt and Grep. The title text is kind of a bonus and should not be emphasized more than on the original page. On the original site you only see it before the image, if you have very slow internet access (or very fast eyes) --[[User:Chtz|Chtz]] ([[User talk:Chtz|talk]]) 08:06, 2 October 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Sections in talk pages ==&lt;br /&gt;
&lt;br /&gt;
Is there a reason why there are no sections in talk pages? It is not a very big deal, but especially for longer talk pages it would make editing be much handier, especially when using the preview function (not having to find the section every time). Also it automatically adds a description to the history (thus makes it more easy to look for certain edits, or decide by just looking at the [[Special:RecentChanges]], if a comment should concern you. --[[User:Chtz|Chtz]] ([[User talk:Chtz|talk]]) 08:01, 2 October 2013 (UTC)&lt;br /&gt;
:When discussion pages are transcluded by the comic discussion template, section headers carry over from talk pages and bad things happen. Using ; to denote headers instead of equals signs works well, and doesn't share transclusion pain. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 08:04, 2 October 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== references ==&lt;br /&gt;
&lt;br /&gt;
Any chance we can add [https://www.mediawiki.org/wiki/Extension:Cite/Cite.php cite.php] to this wiki? Most pages don't need it, but some comics take on a life of their own and being able to add reference tags would be really helpful for those. [[User:LadyMondegreen|LadyMondegreen]] ([[User talk:LadyMondegreen|talk]]) 01:33, 9 October 2013 (UTC)&lt;br /&gt;
: Cite has been added to the wiki.  Thanks for the suggestion! --[[User:Jeff|&amp;lt;b&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;Jeff&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;]] ([[User talk:Jeff|talk]]) 01:35, 17 October 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Stylized writing ==&lt;br /&gt;
&lt;br /&gt;
I understand that this wiki isn't as formal as wikipedia or sites like that but it seems that there are a few questionable practices:&lt;br /&gt;
&lt;br /&gt;
1. The use of questions - when a non-rhetorical or unnecessary question is entered into the explanation.&lt;br /&gt;
&lt;br /&gt;
2. Extremely painted/biased view points - when there is obvious bias in the tone of the explanation of the contributor, in other &lt;br /&gt;
words; a lack of neutrality.&lt;br /&gt;
&lt;br /&gt;
3. Extreme repetition/rehashing - the explanation restates things and makes for a long and tedious read when a more straight-forward explanation is possible and clearer.&lt;br /&gt;
&lt;br /&gt;
4. The general informality - &amp;quot;This one's an easy one&amp;quot; &amp;quot;This is simple&amp;quot; &amp;quot;this one's straightforward&amp;quot; &amp;quot;You're an idiot for not understanding this one&amp;quot; etc.&lt;br /&gt;
&lt;br /&gt;
5. Many other practices that make the explanation hard to read, difficult to understand, or plain ugly.&lt;br /&gt;
&lt;br /&gt;
I know that there are disparaging view points on how a comic should be explained, but please let's clean up the site a bit, acknowledge each view point and report on all of them and then tighten up the sloppy writing. Carry out arguments in the talk section, not the explanation. Perhaps we could first try to say the majority view point on the interpretation and then write the alternate explanations, of course this would bring up the debate on which is the majority explanation. Either way, more complete, logical explanations should be given more credence. --[[User:Lackadaisical|Lackadaisical]] ([[User talk:Lackadaisical|talk]]) 00:25, 23 October 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I agree with 2-5. 1, on the other hand, is sometimes useful and can contribute the to explanation, although 1 is still a very good point. I would say that you should edit it to have &amp;quot;arguments in the talk&amp;quot; be a 6th point as well. Unfortunately, though, we are not all logical, comic-understanding machines here, so minor deviations of these rules are still to be expected. But I think that overall, these are good rules, even if 2/3 are sort of part of 5.&lt;br /&gt;
:[[User:Lackadaisical|Lackadaisical]], please sign your post with &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;span style=&amp;quot;float: right;&amp;quot;&amp;gt;{{User:Grep/signature|23:55, 22 October 2013}}&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:I understand the use of questions in certain parts. And it was probably better to put the others as sub-categories to five but I wanted to show some common things that can be easily fixed. I know that some explanations require a lot of text and extensive research because of the abstract subjects Randall deals with and that it's difficult to be completely standardized but I think it would be good for us to try to come up with some general things to try to avoid to help the explanations &amp;quot;flow&amp;quot; --[[User:Lackadaisical|Lackadaisical]] ([[User talk:Lackadaisical|talk]]) 00:25, 23 October 2013 (UTC)&lt;br /&gt;
::Most of that isn't intentional, it's just an awful lot of labor to copy check all the explanations. I've been going through all the current articles and fixing consistency issues, the worst being wrong transcript/title text/dates and the most benign being wikilinks, spelling and trailing spaces. I'm at 682 so far, but my next pass will be on actual language and content, and it'll probably take longer. It takes a while though, and you can totally work on improving language in articles if you want to. Some explanations were pulled from the old blog, some were written and just got lost in the changelog. Copy editing everything we have so far is a very labor-intensive job, and the only way to really deal with it is to knuckle down and do it, or form a wikiproject and hope to heaven that visitors feel charitable enough to join in on it. I'd *probably* push to finish up all our incomplete articles first though, just because that's more directly related to the purpose of the site; tone and style probably comes second to having correct explanations. That doesn't mean you can't do it yourself, it's just that I'll probably only dedicate the subheader on the main page to one project at a time and our current biggest bugbear hasn't been solved yet. I could put up a sitenotice to see if that speeds the process up any. I'll do that when I get back home. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 03:31, 23 October 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Easy redirect to comic? ==&lt;br /&gt;
&lt;br /&gt;
I've been thinking, and there is one thing that would make navigating to the explained comics easier. My method of browsing is I'll see the comic on xkcd.com first, and if there is something curious about it that I don't quite understand, I'll come here. Sometimes it can be a bit troublesome, going to the homepage and then navigatiing to the right comic. Not too bad, but I'd like an easy way to go direct. So I was thinking, what if you had a redirect such that if you typed in, for example, www.explainxkcd.com/505, you would get redirected to http://www.explainxkcd.com/wiki/index.php?title=505:_A_Bunch_of_Rocks. That would mean that you could get to the comic just from adding an &amp;quot;explain&amp;quot; to the start of the xkcd.com URL. I don't know if that is at all possible, but it would be pretty handy if it happened. Thoughts?&lt;br /&gt;
[[User:Alcatraz ii|Alcatraz ii]] ([[User talk:Alcatraz ii|talk]]) 03:01, 25 October 2013 (UTC)&lt;br /&gt;
:[http://www.explainxkcd.com/wiki/index.php?title=explain_xkcd:Community_portal/Technical#Redirect_from_explainxkcd.com.2F1234 That's actually already on the to-do list.] I'm testing it right now and we should have it up soon. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 04:02, 25 October 2013 (UTC)&lt;br /&gt;
:: Awesome :) [[User:Alcatraz ii|Alcatraz ii]] ([[User talk:Alcatraz ii|talk]]) 03:26, 1 November 2013 (UTC)&lt;br /&gt;
:::Whoop, forgot to mark this as complete. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 04:37, 1 November 2013 (UTC) &lt;br /&gt;
:::: Done! Copy this and drag it to your bookmarks bar: |javascript: var url = document.URL; document.location = url.replace('xkcd.com','explainxkcd.com');| {{unsigned ip|173.245.52.29}}&lt;br /&gt;
:::::The feature requested here has also long since been implemented. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 22:20, 4 April 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Increase support via prominent display of copyright and license for text submitted to explainxkcd ==&lt;br /&gt;
&lt;br /&gt;
XKCD itself is rather liberally licensed, and gets lots of good will from that.  As it says on the bottom of every page &amp;quot;This work is licensed under a Creative Commons Attribution-NonCommercial 2.5 License.&amp;quot;  For details see [http://xkcd.com/license.html xkcd - A Webcomic - License].&lt;br /&gt;
&lt;br /&gt;
But I found nothing on most pages of explainxkcd about copyright or licensing, and it discouraged me from contributing or donating.  Finally, as I was writing this proposal up, I found a link on the editing page here: [http://www.explainxkcd.com/wiki/index.php?title=explain_xkcd:Copyrights explain xkcd:Copyrights - explain xkcd] saying that &amp;quot;''The Explain XKCD wiki is generally licensed under the Creative Commons Attribution-ShareAlike 3.0 license (CC-BY-SA-3.0)''&amp;quot;.  That notice should be more prominent on the site, with at least a link on each page.  [[User:Nealmcb|Nealmcb]] ([[User talk:Nealmcb|talk]]) 15:27, 5 November 2013 (UTC)&lt;br /&gt;
:This should be mentioned at the main page, including a reference to the xkcd origin.&lt;br /&gt;
:BTW: NO DOUBLE SPACES after a sentence. Are you US guys still using a typewriter? It's not rendered at a web page and stupid like Gallons, Miles, Foots, and much more unique US behaviours. But that's just a joke beside.&lt;br /&gt;
:The licence hint is much more important, you are just correct.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 21:12, 5 November 2013 (UTC)&lt;br /&gt;
::Added a creative commons icon to the footer of the page, next to the powered by mediawiki button. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 22:16, 5 November 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== New Comics Bot ==&lt;br /&gt;
&lt;br /&gt;
Would there be need for such a thing?&lt;br /&gt;
[[Special:Contributions/108.162.231.52|108.162.231.52]] Synthetica&lt;br /&gt;
:Nice idea, I never thought about that before. I will do some tests on existing comics to check if this could reduce the current number of error posts for a new article. When that is ready and working I will talk to some admins. My bot account [[User:DgbrtBOT|DgbrtBOT]] was originally intended for [[1190: Time]] picture uploads, but I never have used it because Time was over. Creating the new pages should be easy in general, avoiding errors will cost some more work. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 20:31, 6 November 2013 (UTC)&lt;br /&gt;
::If you can get dgbrtBOT to do that, that'd help us an awful lot. It'd allow us to get rid of the ifexist cases in template:LATESTCOMIC as well, since the bot could change automatically that whenever a new comic goes up. It'll also help us get new comics down almost the moment they pop up, since the bot could sample several times a minute until a comic is posted. So long as it gets the general pattern right so that we have a correct page set up, we're good. An admin can come in sometime later to clean up categories and image urls and other piddly easy-to-fix details. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 20:54, 6 November 2013 (UTC)&lt;br /&gt;
:::I will work on this next weekend, just local scripts and no updates here. I also will talk about my results before any automatic updates will be activated. My first focus is on creating the new pages in the general pattern, LATESTCOMIC and also the page &amp;quot;All comics&amp;quot; are maybe a bonus later. And of course all my scripts will be open source.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 21:44, 6 November 2013 (UTC)&lt;br /&gt;
::::The first version is ready and I will test it at my local wiki. If everything goes well I could activate it for Wednesday (2013-11-13). LATESTCOMIC and &amp;quot;All comics&amp;quot; are on my roadmap, but first I want produce correct new pages here. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 20:00, 10 November 2013 (UTC)&lt;br /&gt;
:::::Righty ho. Here goes. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 20:36, 10 November 2013 (UTC)&lt;br /&gt;
Even when my automatic local wiki test did fail today, just a damn wrong password, I will activate the bot here for Wednesday. It will only run from 4:00 PM until 8:00 PM UTC. You will not see my possible updates at [[Special:RecentChanges]] unless you click ''Show bots'' at the top of that page. LATESTCOMIC and &amp;quot;All comics&amp;quot; are not covered, but this is at my TODO list until this test will be successful. Give me a '''GO''' or '''NO-GO''' for this test.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 21:49, 11 November 2013 (UTC)&lt;br /&gt;
:Easily a GO, I'll be ready to clean up if anything goes wrong. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 22:08, 11 November 2013 (UTC)&lt;br /&gt;
::So be ready on Wednesday for the clean up. My worst case is ''it simply does not work'', second worse scenario is still that I could delete some contend already posted here, but I'm trying to avoid this. ''Huston'', the countdown clock is counting. I'm joking about this because I really want to be confident about this ''BOT'' or ROBOT or uncontrolled action here.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 00:28, 12 November 2013 (UTC)&lt;br /&gt;
:::The bot can't do anything that I can't reverse. I can even restore a backup from an hour before the bot's edits if it manages to break the database. How quickly does it poll xkcd, by the way? '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 07:53, 12 November 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
First live test here (comic 1289). Please delete this page: [[Simple_Answers:_1289]]. Since my local wiki did not provide this templates I could not see this error before. In general the bot will update pages differ to any existing pages, but when it is not changed no update will happen. I'm fixing this errors at my script and do a second test here soon. I want to see it's producing correct pages until the bot will do it's work when I'm sleeping.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 22:31, 12 November 2013 (UTC)&lt;br /&gt;
:Ok, test are done here, BOT is scheduled for the next update. Polling is every five minutes on Mon, Wed, and Fri from 04:00 until 08:00 UTC. Let's see how it will work.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 23:08, 12 November 2013 (UTC)&lt;br /&gt;
::Couldja ramp that up to once/twice a minute, push the start time back by an hour, and the end time by a few hours? Also, is it possible to terminate it once it finds a comic for a certain day? '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 01:45, 13 November 2013 (UTC)&lt;br /&gt;
:::It worked! Though it posted the comic 5 minutes past post time. We has technology now, we can afford to poll faster and closer, yeah? '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 05:32, 13 November 2013 (UTC)&lt;br /&gt;
Uhh, it worked... I will increase the polls when I'm more confident about the release times. Today it was approx. 05:00 UTC (GMT) or 01:00 EST (Randall's time zone). Looks like he is still at daylight saving time, would have been 00:00 EDT. The polls will be increased to one minute when I'm sure about the Standard Release Time (SRT). Next steps for the next update on Friday are:&lt;br /&gt;
:The &amp;quot;All comics&amp;quot; page.&lt;br /&gt;
:The LATESTCOMIC template.&lt;br /&gt;
--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 19:54, 13 November 2013 (UTC)&lt;br /&gt;
:The LATESTCOMIC template is included for the next run, it just simply has to return a number. But it's still the most critical part because if it does not work the Main Page is broken. I will change this to a better solution using that IFEXIST syntax soon. The list of all comics is still at my ToDo list. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 22:06, 14 November 2013 (UTC)&lt;br /&gt;
::The desired content of the LATESTCOMIC template should be just the comic number. If we can get out of having to poll multiple IFEXIST statements to find the latest comic, that would be a fantastic boon to our server performance. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 04:43, 15 November 2013 (UTC)&lt;br /&gt;
:::OK, it did work today so I will not change this. Next step is the list for all comics.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 11:10, 15 November 2013 (UTC)&lt;br /&gt;
Next run will include an update on the &amp;quot;All comics&amp;quot; page. I'm crossing my fingers. When this update is also successful I will document my Bot at the Bot user page [[User:DgbrtBOT]]. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 22:15, 17 November 2013 (UTC)&lt;br /&gt;
:Oh, I forgot this detail: The bot is starting at 00:00 EST (RLT - Randall local time), which is 04:00 UTC and 05:00 MET for me. It polls every 5 minutes until 23:55 MET (22:55 UTC, 18:55 RLT) the main page until a new comic is found. I do not poll the comic number because I want to avoid 404 message logs at the servers.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 22:30, 17 November 2013 (UTC)&lt;br /&gt;
:Something went wrong there. That's gonna need fixing. I am enjoying the looks of the apparently faster polling though. Maybe you could also set the start time to 00:00:05 EST to catch the on-time xkcd releases within ten seconds? '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 05:33, 18 November 2013 (UTC)&lt;br /&gt;
::Uh, what a mess. I will do some more tests at my local wiki. At the next time I will do a check against the number from the LATESTCOMIC template, only the next number will be processed. The test against my local history did fail because of some cleanups after testings.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 08:18, 18 November 2013 (UTC)&lt;br /&gt;
:::I don't like mess. So the BOT got many more checks before posting here but the bot was starting at 05:00 local time for me. I'm really asleep at that time. The mess here was covered, but I do need another GO for the next attempt. Otherwise I will just do a test to my local wiki.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 22:35, 18 November 2013 (UTC)&lt;br /&gt;
No GO so far, my next test will run only at my local wiki.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 21:16, 19 November 2013 (UTC)&lt;br /&gt;
:My script is here: [https://github.com/dgbrt/explainXKCD_update explainXKCD_update]. At my current test &amp;quot;explainxkcd.com&amp;quot; is commented out and &amp;quot;localhost&amp;quot; is active. Since I don't like mess and the bot does act while I am sleeping the next update must be done manually here. I'm hoping the bot will be ready for the next update on Friday.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 22:15, 19 November 2013 (UTC)&lt;br /&gt;
::Bot is ready for Friday, everything went smooth at my last local test today. The bot did find the latest comic at 04:05 UTC and all essential pages were properly created. So I will activate it for this site again. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 21:57, 20 November 2013 (UTC)&lt;br /&gt;
Bot did work as expected. So I name it release 1.1337, the next planed release will be 2.1337 (beta) because of this two issues:&lt;br /&gt;
*&amp;quot;Include any categories below this line.&amp;quot; will be removed because it doesn't make any sense any more.&lt;br /&gt;
*BETA: I want to use the full template features at [[List of all comics]], just ensuring that the pictures are working properly. No need for this at the most comics, but the BOT doesn't cover all possibilities on corrupt file names like we have had in &amp;quot;Pi vs. Tau&amp;quot;. The picture was without that dot. My bot just shows the real link it did upload here.&lt;br /&gt;
I'm pretty sure we will have some issues on this bot, but for general pages it should work. So the bot will be active on Mon,Wed,Fri from 0:00 EST (or EDT) every five minutes until it did found a new comic, on success the bot does not poll any more.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 21:51, 22 November 2013 (UTC)&lt;br /&gt;
:Aww, it's a bot. It doesn't need to rest or take time off to do other stuff. It can totally poll once or more times per minute. Also, if you set the start time to a few seconds after midnight, Randall time, when he uploads a comic on-time, you'll get it within a few seconds as opposed to having to wait for the next polling. As for the image names, maybe you could convert spaces in the comic name to underscores, compare the two comic names you have and use that to decide which version of the template to use? '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 23:08, 22 November 2013 (UTC)&lt;br /&gt;
::I have to avoid that the bot is running twice, Internet Timeouts and more. And the comics are also published later sometimes. Look at my release [https://github.com/dgbrt/explainXKCD_update 1.1337], release 2.1337 will be later, Maybe I should start at 2 minutes after 0:00, but let's see right now how the bot does work. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 00:38, 23 November 2013 (UTC)&lt;br /&gt;
Uhh, what a huge discussion here. The bot will get a major update soon: Scheduler does start it once and until a comic is found and uploaded it here or an other limit is reached (maybe the end of the day) the bot will poll by a small delay. But every poll is still an entire download from the main page, When a new comic is found bot stops.&lt;br /&gt;
:Why, you could use http://xkcd.com/info.0.json, right?[[Special:Contributions/108.162.231.52|108.162.231.52]] 07:38, 2 December 2013 (UTC)Synthetica&lt;br /&gt;
::The BOT performs perfect and I prefer to analyze the original page. A title text like the one from today (a text showing a link) will be covered in the future.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 10:35, 2 December 2013 (UTC)&lt;br /&gt;
A great enhancement would be also covering a new comic like 1190 Time was. I'm looking forward on this, some ideas, it does require a complete analyse of the page and then finding some strange content. &lt;br /&gt;
--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 23:05, 27 November 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Require description for 'incomplete' tags ==&lt;br /&gt;
I've been trying to fix some of the incompletes, but several explanation pages I've come across are tagged incomplete without any reason given. The reason should be a required part of the tag. --[[Special:Contributions/173.245.52.223|173.245.52.223]] 03:35, 7 December 2013 (UTC)&lt;br /&gt;
:This incomplete tags are just older than the recent change of that template. Current adds require a description, but it's not easy to figure out all that old reasons. If someone does find a reason, please just add it. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 20:22, 7 December 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Should there be a subwiki to cover the shop links that appear above the comic?  ==&lt;br /&gt;
&lt;br /&gt;
The current one (as of writing) is [http://imgs.xkcd.com/store_news/store_gd_b11_1ze4.png] but this is a different than the usual, and there was also a third in between these.&lt;br /&gt;
[[User:Rsranger65|Rsranger65]] ([[User talk:Rsranger65|talk]]) 06:00, 8 December 2013 (UTC)&lt;br /&gt;
:Those are very ephemeral. They aren't going to exist for very long, I don't know how valuable it would be to archive that stuff. We could probably do it, but having to figure out another naming convention and all for advertisements doesn't appeal to me at the current moment. If you can flesh it out, I'd love to see how you think we should do it. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 07:24, 8 December 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== New Character ==&lt;br /&gt;
&lt;br /&gt;
OK, I think we need a name for the character with a goatee and glasses in comics [[435: Purity]], [[796: Bad Ex]] and [[964: Dorm Poster]] as well as possibly others. Edit: oh and I suggest Goatee and Glasses Guy, but I'm open for suggestions Edit 2: also in [[826: Guest Week: Zach Weiner (SMBC)]] Halfhat {{unsigned|Halfhat}}&lt;br /&gt;
edit 3: Another sighting [[954: Chin-Up Bar]] [[User:Halfhat|Halfhat]] ([[User talk:Halfhat|talk]]) 16:57, 13 January 2014 (UTC)&lt;br /&gt;
: In the transcript, he is called &amp;quot;Person with Glasses and a Goatee&amp;quot; --[[User:Jeff|&amp;lt;b&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;Jeff&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;]] ([[User talk:Jeff|talk]]) 15:39, 21 March 2014 (UTC)&lt;br /&gt;
:: &amp;quot;Glasses Guy&amp;quot;, &amp;quot;Goatee Guy&amp;quot; are both probably descriptive enough! --[[User:Jeff|&amp;lt;b&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;Jeff&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;]] ([[User talk:Jeff|talk]]) 15:41, 21 March 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== What If Comics ==&lt;br /&gt;
&lt;br /&gt;
Hi, I was thinking, maybe at some point we should do the comics in the ''What If?'' section, like [http://what-if.xkcd.com/imgs/a/36/cornstarch_bitcoins.png this one.] [[User:Halfhat|Halfhat]] ([[User talk:Halfhat|talk]]) 20:01, 13 January 2014 (UTC)&lt;br /&gt;
: Start creating the pages for them! --[[User:Jeff|&amp;lt;b&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;Jeff&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;]] ([[User talk:Jeff|talk]]) 15:36, 21 March 2014 (UTC)&lt;br /&gt;
: I think I can start creating one or two pages for What If, if that helps... [[User:Daniel Carrero|Daniel Carrero]] ([[User talk:Daniel Carrero|talk]]) 16:14, 5 April 2014 (UTC)&lt;br /&gt;
:: If nobody has any problem with it, I'm gonna give it a try later. :) [[User:Daniel Carrero|Daniel Carrero]] ([[User talk:Daniel Carrero|talk]]) 13:14, 8 April 2014 (UTC)&lt;br /&gt;
:::I thought they were already pretty self-explanatory though. Also, how are we gonna organize and present them? '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 16:31, 8 April 2014 (UTC)&lt;br /&gt;
::::I totally agree with David: Read the entire What-If page and follow the links provided by Randall. No one of us can do that better in depth. But an overview page for this site is maybe not a bad idea, we just need a proper link here — a link at the main menu on the left. Translations to other languages are just another issue. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 22:37, 8 April 2014 (UTC)&lt;br /&gt;
:::::Yes, I was thinking of an overview, summarizing the contents and discoveries of each what if page. Not to mention, we could also organize what if pages by categories, such as physics/love.&lt;br /&gt;
:::::Would you like me to post here an example of what I would write? That way we can decide if it's worthy of creating an actual page. [[User:Daniel Carrero|Daniel Carrero]] ([[User talk:Daniel Carrero|talk]]) 12:53, 9 April 2014 (UTC)&lt;br /&gt;
:Adding pages for What If? posts would be very helpful. Although the articles themselves are obviously self-explanatory, there are almost as many subtle references, running gags, and in-jokes in What If? posts these days as in the comics themselves.&lt;br /&gt;
I often visit explain xkcd when I feel like I'm missing an inside joke or a pop culture reference in a comic, and it would be very helpful to many people (especially those from other cultures/subcultures) to have the same service.&lt;br /&gt;
For example, today's What If? contains multiple allusions to the Superman Movie, a running Citation Needed joke, and a whole comic that is a not-so-subtle dig at Elon Musk and the Hyperloop. It would be awesome if the community here at explainxkcd could tackle stuff like that.&lt;br /&gt;
Anonymous 20:05, 31 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
I agree. I don't understand the mouseover text on the first image in &amp;quot;Snow Removal&amp;quot;, for example. [[User:Benjaminikuta|Benjaminikuta]] ([[User talk:Benjaminikuta|talk]]) 22:57, 23 February 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Transcripts ==&lt;br /&gt;
&lt;br /&gt;
The whole point of the transcripts is to have those who are unable to view images to still be able to read the comic, right?&lt;br /&gt;
&lt;br /&gt;
Then why is it required to stick to strictly official transcripts, where sometimes rewriting them slightly would make them flow better or otherwise get the ideas across better? I've tried rewriting a few, but they get reverted. I think that having easier-to-understand transcripts would be more important than strictly following official transcripts; what do you think? (For a few examples, see [http://www.explainxkcd.com/wiki/index.php?title=207:_What_xkcd_Means&amp;amp;diff=60061&amp;amp;oldid=57400 this edit] and [http://www.explainxkcd.com/wiki/index.php?title=995%3A_Coinstar&amp;amp;diff=59862&amp;amp;oldid=57316 this edit]. [[User:Zowayix|Zowayix]] ([[User talk:Zowayix|talk]]) 17:38, 19 February 2014 (UTC)&lt;br /&gt;
:We use the original transcript to try and deduce original author intent if it's unclear from the image. I remember one comic where Beret Guy was off in the distance and it was difficult to distinguish him from the image, but the official transcript said it was him. We don't stick to the original transcript if it's obviously wrong, or it has typographical errors: see [[Laser Scope]]. Those edits seem to be mainly targeted at language and clarity, and should be fine. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 23:06, 19 February 2014 (UTC)&lt;br /&gt;
::Would it be helpful to have another (optional) section for expanding on the official transcripts? I too think it could be helpful, especially for complex images (such as 1079/United Shapes [http://www.explainxkcd.com/wiki/index.php/1079]). Or does supplemental description belong in the Explanation sections? Cheers. [[User:Karenb|Karenb]] ([[User talk:Karenb|talk]]) 23:00, 20 March 2014 (UTC)&lt;br /&gt;
:::Naaah, how many people even know there's an original transcript? If the original is wrong, change it. If your additions begin to verge on explanatory, move eet to the trivia/explanation sections. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 00:52, 21 March 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Characters in this Comic&amp;quot; section ==&lt;br /&gt;
&lt;br /&gt;
Should there be a &amp;quot;Characters in this Comic&amp;quot; section in each comic explanation? (I feel like this should be longer but don't have anything else to say.) [[User:Z|Z]] ([[User talk:Z|talk]]) 23:33, 11 May 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:There is a Category section at the bottom of each comic. Just scroll down and you will see any character belonging to a specific comic. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 21:50, 12 May 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Adding the Radiation chart from XKCD ==&lt;br /&gt;
&lt;br /&gt;
Hi &lt;br /&gt;
As there are already other comics with explanations even though they are not part of the number system.&lt;br /&gt;
This one does not seem to have any yet:&lt;br /&gt;
http://xkcd.com/radiation/&lt;br /&gt;
And as it is very alike the Money strip (the unexplained of the week) so I think it should be explained as well.&lt;br /&gt;
If you agree please add it as I'm not sure how to do that.&lt;br /&gt;
&lt;br /&gt;
Best regards&lt;br /&gt;
:[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 18:47, 7 June 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Reddit comments? ==&lt;br /&gt;
&lt;br /&gt;
There should be a link in each comics explanation page somewhere linking to the comment section for the relevant comic on /r/xkcdcomic or reddit.&lt;br /&gt;
:The reddit comments page isn't ''that'' close to what we do though. If this is more popular, we'll do it, though there'll need to be a fair bit of post-hoc editing since I don't think there's a standard URL scheme for all the past comics. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 03:15, 23 June 2014 (UTC)&lt;br /&gt;
:I just came here to ask if we could do this, but I looked into it and it wouldn't be simple. Could we write a bot to run on the xkcd subreddit to post the link here? --[[User:Eluvatar|Eluvatar]] ([[User talk:Eluvatar|talk]]) 05:53, 6 November 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Not insulting new users ==&lt;br /&gt;
&lt;br /&gt;
I am writing a response to a vulnerability assessment.  I have included a link to http://www.explainxkcd.com/wiki/index.php/936 noting that it contains a good explanation of the relative security of passwords vs passphrases.  I just noticed that the top of that page contains &amp;quot;Explain xkcd: It's 'cause you're dumb.&amp;quot;  Looks like I'll have to find a different site to link to.  --[[User:Pascal|Pascal]] ([[User talk:Pascal|talk]]) 17:33, 28 June 2014 (UTC)&lt;br /&gt;
:I agree.  While I'm sure it can seem cute or funny in various circles, that text has always seemed immature and inappropriate to me, and I'm sure to many folks we'd like to invite to the site. I suggest that it be changed.  [[User:Nealmcb|Nealmcb]] ([[User talk:Nealmcb|talk]]) 19:52, 23 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:The XKCD  http://www.explainxkcd.com/wiki/index.php/936 suggestion for password is actually not that good. [http://security.stackexchange.com/questions/62832/is-the-oft-cited-xkcd-scheme-no-longer-good-advice read here] for some more discussion.   [[Special:Contributions/162.158.253.6|162.158.253.6]] 23:49, 10 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I also agree.  I'm not here because I'm stupid, I'm here because I don't know something and I'm hoping this site can help.  It's off putting to have that text there, and there's no benefit to it.  What about just repeating the thing at the top of XKCD.com: &amp;quot;Romance, Sarcasm, Math, and Language: Explained&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
:I agree, and there is actually a very long talk page started about this subject in the miscellaneous section. Eventually people voted to keep it, but the main argument on that side was that that was the way things had always been. I am fairly new to the site (this is actually my first post on it), so I don't know how these things work, but I do think that that should be changed. There were actually a large number of good proposals for replacements with the other one, and I thought it would be funny if there was a randomly selected character every time you loaded a page, with each character having their own tagline. Is there any way to try to get this changed again?[[Special:Contributions/172.68.78.52|172.68.78.52]]&lt;br /&gt;
&lt;br /&gt;
:Another vote for changing it. I like the idea of rotating through a number of taglines. The world already has too many people who habitually verbally reinforce the idea they aren't smart, why try to convince them they're right about themselves when they might otherwise be experiencing curiosity? (Related: Carol Dweck) ''Edit: [https://www.explainxkcd.com/wiki/index.php/explain_xkcd:Community_portal/Miscellaneous#Sightless_readers_offended_by_the_.22It.27s_.27cause_you.27re_dumb.22_tagline. link to prior conversation]'' [[Special:Contributions/172.69.35.37|172.69.35.37]] 10:56, 11 March 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
== RSS feed ==&lt;br /&gt;
&lt;br /&gt;
Is there an RSS feed (or some equivalent) of Explain XKCD available? It's helpful for those using feed readers, and superior to the primary XKCD RSS since there are explanations and the mouse over text is transcribed for the lazy. Thanks [[Special:Contributions/108.162.219.154|108.162.219.154]] 08:24, 28 August 2014 (UTC)&lt;br /&gt;
:[http://www.explainxkcd.com/wiki/index.php?title=Special:NewPages&amp;amp;feed=atom&amp;amp;hideredirs=1&amp;amp;limit=90&amp;amp;offset=&amp;amp;namespace=0&amp;amp;username=&amp;amp;feed=&amp;amp;tagfilter= Why yes, we do!] It's the regular new pages log that all wikis have. It's a little ugly at the moment, and sometimes junk gets in there when a bot chucks spam at us, so a nicer feed is in the works, but the linked one should do you excellently for now. When the nice one is done, you'll see it in the sidebar below the &amp;quot;Help&amp;quot; button. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 11:31, 28 August 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Navigation Pane Link - Categories ==&lt;br /&gt;
&lt;br /&gt;
How about having a link to the &amp;quot;Special:Categories&amp;quot; page in the navigation pane?&lt;br /&gt;
&lt;br /&gt;
A fair amount of effort has gone into categorising the comics, and at the moment it isn't particularly obvious how to browse by category. Is this worth doing?{{unsigned|Pudder}}&lt;br /&gt;
:Space on the sidebar is on a premium. I dunno, I'd probably be against it, but I want to hear what other admins say as well. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 16:45, 29 September 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Alternate realities what if would benefit from a wiki entry ==&lt;br /&gt;
&lt;br /&gt;
The what if entry from the end of November 2014 providing excerpts from alternate reality what ifs would benefit from an explain page. &lt;br /&gt;
I suspect these may have been typos that have been made into jokes, but some of the humor might not be apparent to all.  &lt;br /&gt;
I doubt I have access (or maybe know how) to set it up myself. &lt;br /&gt;
&lt;br /&gt;
Cheers {{unsigned ip|199.27.133.42}}&lt;br /&gt;
&lt;br /&gt;
:  Made it. Check out [[What If: 120: Alternate Universe What Ifs]]. [[User:17jiangz1|17jiangz1]] ([[User talk:17jiangz1|talk]]) 09:10, 26 December 2014 (UTC)&lt;br /&gt;
::We don't actually have a structure for what if pages in general, so I'll have to take that down, but when we do we can make pages for every what if. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 09:57, 26 December 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Secondary URLs? ==&lt;br /&gt;
&lt;br /&gt;
I have made http://www.xkcd.ga and http://www.xkcd.tk both forward to http://www.explainxkcd.com/wiki/index.php/Main_Page. Is this ok? [[User:17jiangz1|17jiangz1]] ([[User talk:17jiangz1|talk]]) 08:50, 26 December 2014 (UTC)&lt;br /&gt;
:While we probably won't advertise them because we can't guarantee the uptime of third-party URLs, and they add an additional redirect layer and lack our shortened URL features, you're free to purchase and link URLs to us independently. We are not owned by Randall and as such cannot claim to actually be xkcd, so I'm not hugely comfortable with you using the plain name &amp;quot;xkcd&amp;quot; to link to us; a url in the format http://www.xkcd.[TLD] should by rights link to the main xkcd site, but no trademark claim has been made or likely will be made, so you should be fine with doing whatever you want to do with URL redirects '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 09:57, 26 December 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== LaTeX (Or MathML, TeX) support? ==&lt;br /&gt;
&lt;br /&gt;
[[1489:_Fundamental_Forces|In the most recent comic at the time of posting]], there was use of formulae, being:&amp;lt;br/&amp;gt;F&amp;lt;sub&amp;gt;gravity&amp;lt;/sub&amp;gt; = G m&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;m&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;/d&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;F&amp;lt;sub&amp;gt;static&amp;lt;/sub&amp;gt; = K&amp;lt;sub&amp;gt;e&amp;lt;/sub&amp;gt; q&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;q&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;/d&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
There are probably many more comics using formulae that cannot be rendered properly without the use of LaTeX or something. The [http://en.wikipedia.org/wiki/Help:Displaying_a_formula help page on Wikipedia] says that the following should work:&amp;lt;br/&amp;gt;&amp;lt;math&amp;gt;F_{gravity}=G\frac{m_1m_2}{d^2}&amp;lt;/math&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;math&amp;gt;F_{static}=K_e\frac{q_1q_2}{d^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
Provided that one has to set &amp;lt;source lang=&amp;quot;php&amp;quot; enclose=&amp;quot;none&amp;quot;&amp;gt;$wgUseTeX = true;&amp;lt;/source&amp;gt; in [[mw:Manual:LocalSettings.php|LocalSettings.php]]. Is there any reason for this to be disabled? If there is, is there any alternative?  —[[Special:Contributions/141.101.106.95|141.101.106.95]] 21:18, 20 February 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:The wgUseTeX flag was deprecated in mediawiki 1.18 in a move to simplify base mediawiki and move niche features into seperate plugins. I vaguely remember this being requested in the past, can't find any evidence of me implementing it. I'll try it now, see what stopped me last time. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 01:12, 21 February 2015 (UTC)&lt;br /&gt;
:Ah, there's a bit of configuration work to it and I was busy at the time probably. I'll put it on the growing to do list on my userpage. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 01:20, 21 February 2015 (UTC)&lt;br /&gt;
This problem is '''solved'''. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 12:03, 15 June 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Merge Cueball &amp;amp; Rob ==&lt;br /&gt;
&lt;br /&gt;
At the risk of posting this idea too many places and annoying everyone, I would like to propose that we consider merging [[Cueball]] and [[Rob]] and redirecting Cueball to Rob, much as [[Cutie]] now redirects to [[Megan]]. The most common name given for a Cueball-like character in the strip is &amp;quot;Rob&amp;quot;. Like Megan, he is not always named. Also, like Megan, Rob tends to have distinct characteristics such as being a nerdy alter-ego to Randall (e.g. [[1168: tar]]) just as Megan often is the appearance given to comic representations of Randall's wife (see [[1141: Two Years]], before hair loss). Megan and Cueball appear to have a relationship (e.g. [[159: Boombox]]) and Megan clearly hangs out with Rob in ways not inconsistent with adventurous couples (e.g. [[782: Desecration]]). Finally, comics that feature both [[Black Hat]] and &amp;quot;Cueball&amp;quot; seem to depict them as friends and possibly roommates. However, we learn in [[1102: Fastest-Growing]] that Black Hat's roommate is named &amp;quot;Rob&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
In short, I believe if [[159: Boombox]] had called &amp;quot;Cueball&amp;quot; &amp;quot;Rob&amp;quot; we would've rewritten both Cutie and Cueball to redirect there.  Because we learned that &amp;quot;Cueball's&amp;quot; name is actually Rob much later (I think the earliest occurrences are [[647: Scary]], and [[716: Time Machine]]; the first time he is seen with Megan in a capacity that might indicate a relationship is [[782: Desecration]]). [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 19:05, 11 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:As I answered your comment on [[1496: Art Project]] Rob is [http://www.explainxkcd.com/wiki/index.php/Category:Comics_featuring_Rob  already listed] as part of the category for Comics featuring Cueball: and this is listed as the first entry when going to the page for [http://www.explainxkcd.com/wiki/index.php/Category:Comics_featuring_Cueball Category:Comics featuring Cueball]. Cueball is such an integral part of explain xkcd that I do not think any other users wish to change. Also the 9 incidences with Rob is maybe a specific person and at the time Randall did not think to give him any features. Also Cueballs have no specific behavior as you allude to. Neither has Megan. You can always find several Cueballs and Megans that behave a certain way. But then you can find many other comics where they behave the opposite way. Thus Rob and Cueball should not be merged. Also there are several comics with more than one Cueball. And here we have this problem: It is typically the first who writes the transcript who decides who of the Cueballs (or Megans) he feels represents the &amp;quot;real&amp;quot; Cueball. However, there is no real behavior of Cueball. So who should decide. I could change all these transcripts so it becomes the other character who becomes Cueball, because I think that the first transcriber did it wrong. And this is why in a comic with more than one Cueball (where neither is called Rob or the like) neither of the two should be called Cueball. It would still be in the category with Cueball, because that is just comics with a Cueball like character no matter how many. But they cannot be named Cueball and friend or Rob and friend (unless Rob's name is mentioned!) They could be called Cueball 1 and Cueball 2, but then guy or man would be better. I know several places have comics with two Cueballs where someone has designated one of them Cueball and the other friend of foe etc. But this should be corrected so none of these are called Cueball. Same should go for more than one Megan. But this is very rare, and I have only found one other than ''Art project'' and here only one Megan had any lines. The problem with different opinions on which Cueball is which came for the first time up with Megan in ''Art project'': The two Megan-like characters was first named (left to right) Megan and Danish. Then unidentified girl and Megan. Then Megan and unidentified girl, then two Megan like girls with short and long hair and finally you reverted it to my first change away from Danish to unidentified girl and Megan. (I can live with that as there is difference in hair length and behavior). But as far as I see it Cueball is not Rob as well as Megan should have continued to be called Cutie (but I would not like to change that now, as I have grown fond of Megan). But at the time the change was done I believe it was wrong. The same fondness for the name Cueball also makes me sure that no one else would wish to call him Rob, even if that is as much his name as Megan is Cuties... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 21:57, 11 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::My argument is that it is inertia and sentiment (&amp;quot;fond of Megan&amp;quot;) that prevents an objective, equal treatment here. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 22:47, 11 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Also, regarding the analogy made above to Danish.  I am fine with a nickname when Randall hasn't named a character.  So she was &amp;quot;unidentified girl&amp;quot; and then became &amp;quot;Danish&amp;quot;.  But, when we named her &amp;quot;Danish&amp;quot;, we went back to &amp;quot;Journal 1&amp;quot; and other places and renamed her.  My proposal is that we should go back through and rename &amp;quot;Cueball&amp;quot; as &amp;quot;Rob&amp;quot;.  Alternatively, we should reinstate &amp;quot;Cutie&amp;quot; for cases in which it is not clear that a character is &amp;quot;Megan&amp;quot; per se, but just Megan in her &amp;quot;everywoman&amp;quot; capacity. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 00:00, 12 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm not sure how to post a poll, but I see the following options:&lt;br /&gt;
&lt;br /&gt;
1) Status quo: Cueball for all unidentified males without distinct characteristics (e.g. hats), Megan for all shoulder-length brunettes.  Rob only for named Cueballs.  Multiple Cueballs in a comic mean one is named Cueball and others get named &amp;quot;Friend&amp;quot;, etc.&lt;br /&gt;
&lt;br /&gt;
2) Symmetry 1: Cueball/Rob stays as is.  Unnamed brunettes get named &amp;quot;Cutie&amp;quot;.  &amp;quot;Megan&amp;quot; like &amp;quot;Rob&amp;quot; is reserved for comics in which a name is used.&lt;br /&gt;
&lt;br /&gt;
3) Symmetry 2: Megan stays as is.  Rob is the default for indistinct males.  &amp;quot;Cueball&amp;quot; page redirects to &amp;quot;Rob&amp;quot; (as &amp;quot;Cutie&amp;quot; now redirect to &amp;quot;Megan&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
4) Expunge all Cueballs from multi-Cueball comics: Basically the status quo, except that in comics with multiple Cueballs none are named &amp;quot;Cueball&amp;quot; and are just all given names &amp;quot;Man 1&amp;quot;, &amp;quot;Man 2&amp;quot;, etc.&lt;br /&gt;
&lt;br /&gt;
I am ambivalent regarding options 2 or 3.  I could live with 1 if there is consensus for it, but I don't like it.  4 is a disaster in my mind and gains nothing. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 22:47, 11 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:We are probably the only one who reads these post...? But anyway as is clear I'm for 4. Which has been used several places already.´I can live with 1. I think 2 and 3 are disasters. Also it would be completely confusing for those who have used this page for many years. Why do you bring this up now? Is it because of the multiple Megan comics, or have you just signed up here, and dislike that it doesn't follow the rules you would have expected?--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:19, 12 March 2015 (UTC) &lt;br /&gt;
::I suggest instead that we create a category for multiple Cueballs, so it is easy to explain why the Cueball is not a specific character, and thus can never be Rob (except when it is clear from the text), or be expected to behave a certain way. And in reverse we make a Named Megan category so it is easy to find the few (three?) where she has been named. This by the way has nothing to do with the other suggestions, so I might just do that to get an overview. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:19, 12 March 2015 (UTC)&lt;br /&gt;
::: It seems more consistent to me to use [[Cutie]] for all unnamed &amp;quot;Megans&amp;quot; and reserve &amp;quot;Megan&amp;quot; for named comics. Thus, Rob is '''a''' Cueball and Megan is '''a''' Cutie. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 13:30, 13 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::I've read through some of your discussions (Here, Kynde's talk page, Art Project discussion), and thought I might put my thoughts forwards. Essentially we have three questions here:&lt;br /&gt;
::::1) Should we merge Cueball and Rob, and rename all Cueballs as Rob?&lt;br /&gt;
::::2) Should we rename all Megans as Cutie, except where she is explicitly named?&lt;br /&gt;
::::3) Once questions 1 &amp;amp; 2 are answered, what do we do where the 'same' character appears multiple times in one comic?&lt;br /&gt;
&lt;br /&gt;
::::*I understand the objective argument for renaming Cueball to Rob, however I'm unconvinced of the importance of being entirely objective, and I can't imagine Cueball being renamed to anything other than Cueball. &lt;br /&gt;
::::*I think its fairly clear where the Cueball label has come from, even if it might not be immediately obvious to some. Even if readers don't make the link between Cueball's head and a cue-ball, it is quite a generic label, which I think fits well with the transient every-man nature of Cueball's usage.&lt;br /&gt;
::::*There is something far more specific about the name Rob, which suggests that he is the same character every time. The origin of the name isn't obvious, which I think would be likely to cause confusion. &lt;br /&gt;
::::This brings me to conclude that for me, the answer to Q1 has to be that Cueball should stay as Cueball, unless explicitly named something else. &lt;br /&gt;
&lt;br /&gt;
::::The question of changing Megan to Cutie is one where I am less confident. Following the arguments I've made above, the outcome has to be that we rename to Cutie unless specifically named Megan, however I am not entirely convinced. The name Megan has a history, there are surely lots of people who now know her as Megan, what do we really stand to gain from all the work of changing to Cutie? I would also suggest that the name Cutie may not be accepted well by those with strong feminist views.&lt;br /&gt;
&lt;br /&gt;
::::As far as multi-character comics, I don't have time right now, but I will come back later and add my thoughts. Now that we've only got a few incomplete comics, we've had to resort to discussing renaming characters!--[[User:Pudder|Pudder]] ([[User talk:Pudder|talk]]) 15:07, 13 March 2015 (UTC)&lt;br /&gt;
:::::I agree with the reasons for keeping Cueball and Megan. And also that Cutie is such a loaded word, that it should never have been used anyway. This I did not immediately think about, but Cutie sounds like something from either a porn movie, or else a Bond Babe... Like the phrase from one of those movies: &amp;quot;Hello, I'm Plenty...&amp;quot; Then we should have to find a third name. And everyone here knows her as Megan. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:24, 15 March 2015 (UTC)&lt;br /&gt;
::::::I have created the [http://www.explainxkcd.com/wiki/index.php/Category:Multiple_Cueballs Category:Multiple Cueballs] to locate them and to show how often there are more than one. Feel free to add any I haven't found yet. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 09:45, 16 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think Rob is Black Hat's roommate and Megan's boyfriend/partner/husband (see above).  The &amp;quot;Cueball&amp;quot; in comics such as [[159: Boombox]] and [[542: Cover-Up]] should, in my view, be renamed &amp;quot;Rob&amp;quot;, even though he is not explicitly called that in those comics.  Most other &amp;quot;Cueball&amp;quot; comics can stay unchanged. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 00:43, 14 March 2015 (UTC)&lt;br /&gt;
:I have left my reason to disagree also with this on the two comics talk page. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:24, 15 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
In my opinion, it is quite clear that [[Randall]] has chosen to name the main male protagonist [[Rob]], for the few occasions where he needs characters to call upon each other, in the same way as he has chosen [[Megan]] for the main female protagonist. We should therefore try to overcome our nostalgia, follow Randall, and call the common male protagonist Rob. The problem with multiple cueballs can most often be resolved by identifying the protagonist, from the first-person narration or the general perspective. Thus, in [[525: I Know You're Listening]] Rob is the comic's &amp;quot;I&amp;quot;, to the left. In [[1110: Click and Drag]], Rob is obviously flying with a balloon. In [[610: Sheeple]] Rob is arguably the guy in the foreground facing us. Non-Rob &amp;quot;cueballs&amp;quot; we could refer to as &amp;quot;friend&amp;quot; &amp;quot;man&amp;quot;, etc. In this way roughly half of the &amp;quot;multiple cueballs&amp;quot; would be resolved. I think I can live with a few unclear cases, like [[220: Philosophy]]. [[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 12:22, 19 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:A featureless character has been ''specifically'' named Rob in 9 comics, compared with 968 'Comics featuring Cueball'. I believe it is fundamentally flawed to assert that because a featureless character is named Rob in less than 1% of appearances, that all featureless characters should therefore be assumed to be Rob. As I've discussed above, I think that Rob strongly implies a specific person, whereas Cueball is a vague 'everyman' character. I feel it would be a huge error to change all Cueballs to Robs.--[[User:Pudder|Pudder]] ([[User talk:Pudder|talk]]) 17:37, 19 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::The problem with that logic is that &amp;quot;Megan&amp;quot; is only named in a small number of comics (fewer that &amp;quot;Rob&amp;quot;).  So we should have a different name for an unnamed generic female.  [[Cutie]] is fine, but if people perceive that as sexist, then another name, maybe &amp;quot;Cuegirl&amp;quot; or &amp;quot;Brunette&amp;quot; would work.  (Side note: I doubt &amp;quot;Cutie&amp;quot; would be perceived as sexist and there's history there.)  What I '''do''' find sexist is the fact that there is asymmetry between male and female &amp;quot;everyperson&amp;quot;s.  In sum, I would say there is at less evidence to support naming Megan-everywoman &amp;quot;Megan&amp;quot; in all cases as there is to name Rob-everyman (here called &amp;quot;Cueball&amp;quot;) &amp;quot;Rob&amp;quot; in all cases.  Asymmetry here ignores the fact that Randall clearly intends his name to be &amp;quot;Rob&amp;quot; and also that we are using a proper name for everywoman but a contrived name for everyman, while creating an artificial distinction between Rob and Cueball and smearing out any possible distinction between Megan-everywoman and Megan-properName. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 13:18, 27 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::As I put in my earlier comment (see above), I do agree that the logical conclusion is that Megan should no longer be named Megan, and should have an equivalent generic name. As an aside, I'm quite partial to your suggestion of Cuegirl. I disagree with your assertion that &amp;quot;Randall clearly intends his name to be Rob&amp;quot;, and I think that is the central point of this discussion. I don't believe that there is anywhere near enough evidence to assign a specific name to what I believe is a generic character. If we want to go for formal logic, consider the syllogism &amp;quot;Some non descipt characters are called Rob, there are many non-descript characters, therfore all non-descript characters are called Rob&amp;quot;. The conclusion simply does not follow. --[[User:Pudder|Pudder]] ([[User talk:Pudder|talk]]) 14:22, 27 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::Great, I vote for Cuegirl &amp;amp; Cueball :: Megan &amp;amp; Rob!  [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 01:31, 31 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I agree with Djbrasier's and St.nerol's arguments, and I too feel that the arguments against dealing with this in an objective, symmetrical and logical way seem mostly based on nostalgia. Either we agree that a few named instances of the everywoman are sufficient to generalize to the (vastly more numerous) unnamed instances, and apply the same standard to the everyman, which is only consistent (and even more justified in the case of Rob since he is named in more comics than Megan), or we decide that the extrapolation is unjustified and we revert the Cutie--&amp;gt;Megan merge. The alternative --having double standards and deciding things based on historical baggage and emotional attachment rather than rationality-- makes no sense for followers of the comic that ''literally invented'' nerd-sniping!&lt;br /&gt;
&lt;br /&gt;
I'd also add that, as a non-native speaker, &amp;quot;cueball&amp;quot; doesn't ring any immediate bells unless the connection to cue balls is pointed out explicitly -- so actually Rob works even better as a generic name than Cueball. We have already [[#New character|agreed previously]] that clarity is better than cleverness when we named [[Hairy]], forgoing the less obvious alliteration &amp;quot;Harry&amp;quot;, so I vote we use the name Randall ''actually'' gave us, let go of our attachments to a creation he never endorsed, and honor our collective nerdiness by doing the logical thing: apply our standards uniformly and adopt Rob the same way we adopted Megan. --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 06:09, 10 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I've already put my thoughts forward above, so I won't repeat the same ground I've covered, other than to say I believe it would be a mistake to turn all Cueballs into Robs. While I will admit to having some nostalgia for the name Cueball, that isn't a major facet of my argument. I believe that any generic name is better than a specific name. Call them Stickboy &amp;amp; Stickgirl if you want! I know there are a fairly significant number of contributors and visitors who do not have English as their first language, but I don't believe that is a reason to choose a specific name, rather than a generic name, even if the origin of the latter isn't immediately obvious to all. It would be interesting to know whether each of us sees Cueball as always being the same person, or Cueball *is* Randall, or Cueball is just a changeable everyman.&lt;br /&gt;
&lt;br /&gt;
:To me, he is a changeable everyman, who I guess may represent or be based on: Randall, his friends, family or acquaintances, famous people, someone he saw in the street, or a completely made up character used to fill a specific role in the comic. The reason I argue againt merging Rob &amp;amp; Cueball is that the Cueball I see is this morphing and fluid character, and to use a specific name to tie him down to being the same character all the time runs completely counter to that. --[[User:Pudder|Pudder]] ([[User talk:Pudder|talk]]) 08:31, 10 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Understood, and sorry for mischaracterizing your argument (the nostalgia part does cloud the discussion though). I suppose I would be somewhat ambivalent to either have Rob+Megan, or Cueball+Cutie -- Cuegirl doesn't work because she has hair :) --, in the interests of reason and symmetry. But I lean slightly towards Rob+Megan because those are names Randall actually gave us, while anything else is our own invention and thus has no claim to legitimacy other than popular support.&lt;br /&gt;
:: Particularly, while I understand your concern about shoehorning the various personality traits the Cueballs show in different comics into a single persona, that doesn't seem to have been a problem for Megan -- not to mention real people ''are'' indeed complex and multi-faceted beings (or &amp;quot;morphing and fluid&amp;quot;, to use your terms) rather than one-dimensional caricatures. Heck, even Black Hat has his romantic side! :) So in light of that, I don't think we have to worry about ruining Cueball by naming him Rob -- if anything, that'd add more depth to him as a character! --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 16:35, 10 April 2015 (UTC)&lt;br /&gt;
:::I'm still very much against changing things here. Call it nostalgia, but there are many users who will never read these arguments, who one day comes back and cannot find Megan or Cueball, and will ask who the heck are Cuegirl/Cutie. I'm completely with Pudder on the problem with giving Cueball the name Rob. It just doesn't make sense. I agree that we have a inconsistency with Megan. But then everyone who uses this page a few times, becomes familiar with that name. However the main problem with all your great ideas is this. Who should correct the either 984 pages where Cueball is mentioned because he is a part of it (and all the other pages relevant to him or where he is exactly mentioned because he isn't part of the comic) and/or who should do the same for 487 comics (plus loose pages) for Megan. Unless those in favor for changing the names will do this, then the discussion is moot. It is already clearly stated in the relevant pages that these two characters are generic and that they have been named but a few times. So what more can we do unless someone is willing to use several days to change this back. I sincerely doubt you can keep the correct syntax if you just try a brute force replacement? There are so many interconnecting links etc. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:21, 25 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I completely disagree with merging Cueball and Rob. Rob has [[276|Emily]] and [[632|Lisa]] as girlfriends, and Cueball has Megan. Rob also lives a more action-filled and stereotypical life compared to Cueball. --[[User:Youforgotthisthing|Youforgotthisthing]] ([[User talk:Youforgotthisthing|talk]]) 13:14, 15 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I think the main stances here are clear:&lt;br /&gt;
* Keep as is&lt;br /&gt;
* Rename Cuball to Rob&lt;br /&gt;
* Change Megan back to Cutie/Cuegirl&lt;br /&gt;
Since keeping it status quo wouldn't change anything and is asymmetrical, I'll go over the others:&lt;br /&gt;
* Rename Cueball to Rob - Arguments:&lt;br /&gt;
** Randall gave him this name;&lt;br /&gt;
** It would offer symmetry to Megan;&lt;br /&gt;
** If the Cutie -&amp;gt; Megan logic is to be followed (as she was changed once named in the comics) then Cueball should be Rob;&lt;br /&gt;
** Even though cueball is a generic everyman name, Rob seems more like a name you could give anyone and would be more recognizable to non-native English speakers.&lt;br /&gt;
* Change Megan back to Cutie/Cuegirl - Arguments:&lt;br /&gt;
** It would cause symmetry again, letting her have an everywoman name;&lt;br /&gt;
** Nostalgia for Cueball;&lt;br /&gt;
** Megan is not always the same character, so she should not always have the name Megan&lt;br /&gt;
&lt;br /&gt;
I happen to agree with the idea of merging Cueball and Rob, but I'm not closed to the idea of Cutie/Cuegirl. The main problem is that these characters are typically interchangeable everymen/everywomen and there can be more than one in a comic. So another question is what we should do for multiple Cueballs/Robs. In my opinion, we should have all the comics with more than one depict them as Man 1, Man 2, etc. --[[User:Sensorfire|Sensorfire]] ([[User talk:Sensorfire|talk]]) 17:04, 20 May 2015 (UTC)&lt;br /&gt;
:Well I disagree. The users are used to refeer to these characters now by these names. It is also impractical to try to change them all. Megan is rarely twice in a comic. Maybe she is more the same like Black Hat is. But it is made clear that they are not the same in every comic in their pages. If there are muliple Cueballs but one is the main protagonist then he us cueball. If none can be singled out then Cueball like guy to the left/right can be used. I have done that for tbose cases I have found so far ([[:Category:Multiple_Cueballs|49 today]]).--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:58, 7 June 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Well, somebody pointed out that the title text of [[1783: Emails]] suggests that the Cueball in the comic is most certainly not Rob, and calling the main comic character 'Man 1' as above would be silly. And on top of all this, 'Cueball' occurs so much we would probably need to take a regex to every explanation in [[:Category:Comics featuring Cueball]]. [[User:Jacky720|That's right, Jacky720 just signed this]] ([[User talk:Jacky720|talk]] | [[Special:Contributions/Jacky720|contribs]]) 14:50, 9 January 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
Why hasn't anyone thought of the name &amp;quot;Hairball&amp;quot;? {{unsigned ip|172.68.189.187}}&lt;br /&gt;
:Please don't forget to sign your posts. And everybody should read this first: [[Characters]] and [[Rob]]. For short: Rob is a named Cueball. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 11:57, 15 June 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to fit explanations of new classes of xkcd-related mysteries into the site: what-if, t-shirts, posters, special comics etc. ==&lt;br /&gt;
&lt;br /&gt;
I suggest that the [http://explainxkcd.com/wiki/index.php/explain_xkcd:About explain xkcd] page should explain how this site is laid out, and what sorts of things are explained here besides the online numbered xkcd comics that come out three times a week.&lt;br /&gt;
&lt;br /&gt;
For example, there is the [[A Smarter Planet]] series, and there are ideas for explaining some of the [http://what-if.xkcd.com/ What-If] series.  I'd like to add my explanation of the [https://gist.github.com/nealmcb/398af29a72f7b3efc202 XKCD Greek t-shirt, with mathematical, scientific and engineering uses for greek letters] and perhaps some other t-shirts, posters and the like.&lt;br /&gt;
&lt;br /&gt;
But I can't even figure out how to find non-numbered-comic-explanations, without going thru the entire [[Special:AllPages]] listing, which includes a huge set of unnumbered aliases as well as the numbered ones.  &lt;br /&gt;
&lt;br /&gt;
I've taken a stab towards that by editing the About page to point to some categories (and to start with a little overview), but since I'm just poking around, I might have missed some things.  [[User:Nealmcb|Nealmcb]] ([[User talk:Nealmcb|talk]]) 19:40, 23 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Link to &amp;quot;Special pages&amp;quot; on main page ==&lt;br /&gt;
&lt;br /&gt;
I think there should be a link to [[Special:SpecialPages]] on the main-page--[[User:17jiangz1|17jiangz1]] ([[User talk:17jiangz1|talk]]) 11:55, 29 March 2015 (UTC)&lt;br /&gt;
:Special pages is a default feature in every mediawiki installation. It's also in the sidebar of every page, and it's not relevant to xkcd. Why does it merit space on the main page? '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 18:56, 29 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Science comic ==&lt;br /&gt;
&lt;br /&gt;
Should the Science Magazine comic be added? http://m.sciencemag.org/content/342/6154/58.full [[User:Mikemk|Mikemk]] ([[User talk:Mikemk|talk]]) 03:14, 4 April 2015 (UTC)&lt;br /&gt;
:I think that would be a great idea. Could there be other copyright rules when the comic has been published on Science? It there anyway to find out if Randall also has a link to it from (or has it on) xkcd? As he has done with the other [[:Category:Extra_Comics|Extra_Comics]]. And how do we create such a page, if there can be no link directly to xkcd (at the top of the comic)? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:24, 30 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;what if?&amp;quot; section? ==&lt;br /&gt;
&lt;br /&gt;
I would like to start a new &amp;quot;what if?&amp;quot; section explaining and discussing what if pages.--[[User:17jiangz1|17jiangz1]] ([[User talk:17jiangz1|talk]]) 06:08, 8 April 2015 (UTC)&lt;br /&gt;
:Why does it need to exist? The main xkcd comic needs it, because Randall tends to be obtuse at times, but the what if articles are sourced and written out already. Supposedly, they're already explanations to questions sent in to Randall. Why do we need to explain explanations? '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 06:29, 8 April 2015 (UTC)&lt;br /&gt;
::Explaining them indeed seems unnecessary, but we could certainly catalog and summarize them. --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 16:38, 10 April 2015 (UTC)&lt;br /&gt;
::The images on what if? also have title texts that could further be explained, and we could organize what if pages by categories, as well as provide summaries. There are also subtle references, running gags, and in-jokes in What If? that should be explained.--[[User:17jiangz1|17jiangz1]] ([[User talk:17jiangz1|talk]]) 08:44, 11 April 2015 (UTC)&lt;br /&gt;
::This https://what-if.xkcd.com/120/ is a example of a what if that could do with some explanations.--[[User:17jiangz1|17jiangz1]] ([[User talk:17jiangz1|talk]]) 08:47, 11 April 2015 (UTC)&lt;br /&gt;
:::That's one of 135 what-ifs, and it's entirely self referential and can be figured out by reading the rest of the archive. The substance of the majority of pages is going to be incredibly thin, Randall doesn't tend to leave much for explanation. Comics that are simple one-shot images are our least used pages for good reason, and the what-if images pretty much all fall into that category, or are used to illustrate Randall's point that he makes in the immediately preceding paragraph. We could archive/catalog all the what-if pages and be a second archive button for the series, though there's a little less value to that than the archiving we did for [[Time]] and [[Externalities]] because there's already an archive along the same lines on the main site. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 19:14, 11 April 2015 (UTC)&lt;br /&gt;
::::I think the main value we could add is a summary (TL;DR style) of each entry, in a short Q&amp;amp;A format. --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 12:13, 13 April 2015 (UTC)&lt;br /&gt;
If we are going forward with this, is there anyway to find the date in which the what if was first published?--[[User:17jiangz1|17jiangz1]] ([[User talk:17jiangz1|talk]]) 09:01, 11 April 2015 (UTC)&lt;br /&gt;
:At the bottom of the page, there's an archive button. Click that. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 19:14, 11 April 2015 (UTC)&lt;br /&gt;
Well, fact is,  the [[what if?]] page is much, '''much''' larger now. [[User:Nk22|Nk22]] ([[User talk:Nk22|talk]]) 11:52, 20 April 2015 (UTC)&lt;br /&gt;
:Thank you, Nk22!  I've added a link from the [http://www.explainxkcd.com/wiki/index.php/explain_xkcd About explain xkcd] page. {{unsigned|Nealmcb}}&lt;br /&gt;
&lt;br /&gt;
== Userscript ==&lt;br /&gt;
&lt;br /&gt;
Hello there, just wrote a simple userscript that adds an 'Explain' button to the original xkcd.com&lt;br /&gt;
&lt;br /&gt;
https://gist.github.com/magazov/934de662d60c9fb5fea9&lt;br /&gt;
&lt;br /&gt;
You can run it via Greasemonkey, Tampermonkey and other similar plugins :)&lt;br /&gt;
&lt;br /&gt;
[[Image:Screen_Shot_xkcd_button.png]]&lt;br /&gt;
{{unsigned|Magazovski}}&lt;br /&gt;
&lt;br /&gt;
:Yeah, there's a few of these floating around. In the future, could you use an imgur link instead of uploading stuff like that to the wiki? Thanks. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 18:02, 21 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::So maybe explainxkcd should host &amp;amp; maintain one of them? --[[User:Magazovski|Magazovski]] ([[User talk:Magazovski|talk]]) 09:30, 22 April 2015 (UTC)&lt;br /&gt;
:::Why would we host an image hosting site? '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 23:17, 23 April 2015 (UTC)&lt;br /&gt;
::::He means we could host and maintain a userscript to help our fans get here from xkcd....  [[User:Nealmcb|Nealmcb]] ([[User talk:Nealmcb|talk]]) 14:36, 9 May 2015 (UTC)&lt;br /&gt;
:::::Hum, that's not a bad idea. I'll put it on the list of things to do. Although, if they're already here, why do they need a userscript to help them get here? '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 00:34, 11 May 2015 (UTC)&lt;br /&gt;
::::::For people who mainly view the comics through the official site, but sometimes need an explanation of the comic. --[[User:Pudder|Pudder]] ([[User talk:Pudder|talk]]) 09:23, 11 May 2015 (UTC)&lt;br /&gt;
:::::I've started collecting helpful tools like these on a [[Browser helpers|new page]], to hopefully make them easier for others to find.  – [[User:Yfmcpxpj|Yfmcpxpj]] ([[User talk:Yfmcpxpj|talk]]) 00:29, 8 November 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Updating the incomplete comic of the day ==&lt;br /&gt;
&lt;br /&gt;
Currently, I think the incomplete comic of the day should be changed more often (i.e. daily), since the incomplete comics are piling up, and most users aren't seeing the notice, as it is dismissible.--[[User:17jiangz1|17jiangz1]] ([[User talk:17jiangz1|talk]]) 11:40, 22 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:While I agree that the comic of the day could be changed more often, I wouldn't say that the incomplete comics are ''piling up''. Over the months I've been active here, the number of incomplete comics had fallen considerably. In fact if you check the comics which are still marked as incomplete, most of them are one where a significant effort would be required to complete them. For example the large comics (Money, Time, Congress) or dynamic comics (Externalities, Click &amp;amp; Drag, Pixels). --[[User:Pudder|Pudder]] ([[User talk:Pudder|talk]]) 15:32, 23 April 2015 (UTC)&lt;br /&gt;
::Yeah. Of the 15 incomplete &amp;quot;pages,&amp;quot; only 10 of them are actual comics that need the attention, and the full count is still dropping. I've been keeping it on single comics as of late because the remaining actual incomplete comics have been cycled through ~3 times already, with no significant effort made on them, because they're such monumental pieces of work. Making the message dismissable is by design, we are a service first and foremost, we're not trying that hard to make visitors do our work for us. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 23:17, 23 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Infrequently recurring minor charachters ==&lt;br /&gt;
&lt;br /&gt;
Should we just group all of the characters that are not of enough significance to warrant their own character page into a single page (i.e. [[Other Minor Characters]])?  --{{User:17jiangz1/signature|02:58, 09 May 2015}}&lt;br /&gt;
:See comic [[1000]] for a sample of what this entails. Also, what value to we stand to provide by cataloging every unique character that has appeared in xkcd? Does it help us explain the comics any better? '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 11:32, 9 May 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Comic page creation ==&lt;br /&gt;
&lt;br /&gt;
Is comic page creation not automated? If it isn't, then [[Help talk:How to add a new comic explanation]] should be created.--{{User:17jiangz1/signature|14:19, 26 May 2015}} 14:19, 26 May 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Comic explanation was, at one point, automated. However, the bot ran on a schedule, and so sometimes there would be a few hours between a new comic being posted and the page getting created. Some editors just can't wait that long, so they do the bot's work before the bot even gets going. I agree that this page should be created and be kept up to date. Historically no one has read any of the help pages I've written. ;p [[User:Lcarsos|lcarsos]]&amp;lt;span title=&amp;quot;I'm an admin. I can help.&amp;quot;&amp;gt;_a&amp;lt;/span&amp;gt; ([[User talk:Lcarsos|talk]]) 17:42, 26 May 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:However, I think that the page should be [[Help:Comic Explanation Page Creation]]. [[User:Lcarsos|lcarsos]]&amp;lt;span title=&amp;quot;I'm an admin. I can help.&amp;quot;&amp;gt;_a&amp;lt;/span&amp;gt; ([[User talk:Lcarsos|talk]]) 17:43, 26 May 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Re-proposing merging Cueball and Rob ==&lt;br /&gt;
&lt;br /&gt;
Okay, so this was previously [[http://www.explainxkcd.com/wiki/index.php/explain_xkcd:Community_portal/Proposals#Merge_Cueball_.26_Rob discussed] but I felt that it was worth bringing up again. Really, at this point, there's no logical reason why the two should not be merged, or Megan and Cutie should be un-merged. Rob and Cueball clearly seem to be the same person, at least when cueball appears as a specific character. In the instances where there are multiple Cueballs, we should just refer to them as Man 1, Man 2, and so on. Can we get a vote or something this time? Yes, I understand that Cueball isn't always the same character. But neither is [[Megan]], and yet we always refer to the short black haired girl (formerly [[Cutie]]) as Megan. If that logic applies to her, it applies to Rob. It's pretty clear that Randall intended to name the character Rob, as most named Cueballs are named Rob and not Fred or something.&lt;br /&gt;
&lt;br /&gt;
In short: Please don't bring nostalgia into this, it's really not relevant. Changing Cueball to Rob or Megan back to Cutie (or Cuegirl?) would have symmetry and make sense. {{unsigned ip|Sensorfire}}&lt;br /&gt;
:I'm ok with dumping a marginal character page that only served to add confusion to character identification in new comics, but this was a subject of contention before so we probably need to see more of people's thoughts first. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 01:03, 5 September 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I agree: let's list the arguments for both sides, ensure that everyone agrees with the objectiveness of that listing, and then vote. If there's support for this plan, and nobody does it first, I'll take a stab at producing a first draft of the summary. --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 23:57, 14 September 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Randall is currently on a booktour. So, how about, instead of us (without the ability to read minds) arguing about his intention or who is/isn't the same character, someone go see him and ask? Then we'll know with absolute 100% certainty. [[User:WaltG123|WaltG123]] ([[User talk:WaltG123|talk]]) 04:49, 25 November 2015 (UTC)&lt;br /&gt;
::Randall never called either character Cueball and Cutie so of course this is not his names. Asking him would make no meaning at all. For any user of xkcd it will create lots of confusion to change the names of Megan and Cueball now. Regarding Rob he is already listed as Cueball in his category. And Cueballs have been called other names several times. Rob is just the only one that has been used a few times. I agree that it may have been wrong to call her Megan, (the name has been used like three times?) Similar it is just as wrong to call Black Hat's girlfriend [[Danish]], a nick name used once. But it is actually very nice to have a real name or at least useful name when speaking of characters. And it has also been mentioned that Cutie could be perused as a sexist name, so we should not move back to that. Well recently even [[Hairbun]] has her name changed from Hairbun girl since a user thought that was a problem given it most often was a grown woman.  So I think we should stick to the solution of the previous debate and leave Cueball, Rob and Megan alone as they are! --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:56, 29 June 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Adjective phrases ==&lt;br /&gt;
&lt;br /&gt;
Overwhelmed with the need to be picayune, I am compelled to point out that on the homepage there is the sentence that begins &amp;quot;There are a lot of comics that don't have set in stone explanations...&amp;quot; This sentence contains a adjective phrase which should be hyphenated thus: &amp;quot;set-in-stone&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please pretend that I have said something witty here, as I am too tired to think of anything funny. {{unsigned|Gamewriter}}&lt;br /&gt;
:Is it actually grammatically wrong in it's current state? Huh. I guess I'll change it. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 20:42, 1 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::This is long after the fact, but I'll throw my two cents in on Davidy22's question. Yes, it is wrong. If the 'set in stone' phrase were after the word explanations (&amp;quot;explanations set in stone&amp;quot;) it would not require hyphens, but used as an adjective before the noun (&amp;quot;set-in-stone explanations&amp;quot;) it requires them. D Miller [[Special:Contributions/108.162.221.41|108.162.221.41]] 18:26, 21 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Update MediaWiki ==&lt;br /&gt;
&lt;br /&gt;
You are currently using MediaWiki 1.19.17. It's ''really'' outdated. Maybe update to 1.26.2, the current recommended stable version? There is an [[mw:Manual:Upgrading|official guide]] for that. [[Special:Contributions/141.101.80.77|141.101.80.77]] 12:03, 24 January 2016 (UTC) (PS my IP address is wrong it's not what you think it is)&lt;br /&gt;
&lt;br /&gt;
== Rename Hair Bun Girl ==&lt;br /&gt;
&lt;br /&gt;
The character [[Hair Bun Girl]] was named in April 2015. There wasn't any discussion of the name at the time, so I'd like to open that discussion now please.&lt;br /&gt;
&lt;br /&gt;
At present we have several other characters named after distinctive visual features: [[Ponytail]], [[Black Hat]], [[White Hat]], [[Beret Guy]], and arguably [[Hairy]] and [[Cueball]]. In all but one of those cases, the name matches the distinctive feature itself, without the addition of &amp;quot;guy&amp;quot;, &amp;quot;girl&amp;quot;, etc. Given the number of comics that Beret Guy is in it's probably too late to modify his name, but it's not too late for Hair Bun Girl.&lt;br /&gt;
&lt;br /&gt;
Besides the consistency issue, there's also the inaccuracy of referring to a grown woman with the term &amp;quot;girl&amp;quot;, particularly when the character has been presented as older than [[Megan]]. I'd really like to fix this while her number of appearances is still manageable.&lt;br /&gt;
&lt;br /&gt;
The name &amp;quot;Hairbun&amp;quot; has been proposed and I think that matches really nicely with Ponytail in particular.&lt;br /&gt;
&lt;br /&gt;
[[User:Jkshapiro|Jkshapiro]] ([[User talk:Jkshapiro|talk]]) 04:23, 9 February 2016 (UTC)&lt;br /&gt;
:As the &amp;quot;guy&amp;quot; who created the Hair Bun Girl characther, I have no objection to changing the name. I did not think about the issue with girl/woman, probably because I'm not native English speaker. (And with the Beret Guy as an example). Jkshapiro was so kind as to [[User_talk:Kynde#Hair_Bun_.22Girl.22|ask my opinion]] before starting this discussion. At first I thought that ''Hairbun'' was a little weird, but then again so is Ponytail in this context. So I '''support''' the change to '''Hairbun'''! --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:06, 9 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''change''' Hair Bun to Hairbun and '''keep''' girl. [[User:Mikemk|Mikemk]] ([[User talk:Mikemk|talk]]) 21:02, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
OK, I'm going ahead. [[User:Jkshapiro|Jkshapiro]] ([[User talk:Jkshapiro|talk]]) 02:47, 25 March 2016 (UTC)&lt;br /&gt;
:Well as I said I would not mind, but you cannot say you got any other to agree with you on this though. Mimek wished to keep girl... It will be a huge job to get all the instances correct, also be careful no to change those places where the talk is of a girl who has a hair bun. You cannot just change all placed with hair bun girl to Hairbun, in case is actually says the hair bun girl about a small girl who has a hair bun!  --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 09:59, 25 March 2016 (UTC)&lt;br /&gt;
::Seems no one cares, so I will remove the notes now. Great job Jkshapiro with changing the names. I like the new name now :-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:35, 2 April 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Mobile friendly website ==&lt;br /&gt;
&lt;br /&gt;
Can we get a mobile friendly version of the wiki?  If we already have one, what about forwarding the main site to it when viewed on a phone? [[User:Mikemk|Mikemk]] ([[User talk:Mikemk|talk]]) 20:59, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Ditto. And/or an app. I would like to be able to keep track of which comics/explanations I have read. [[User:Calion|Calion]] ([[User talk:Calion|talk]]) 13:36, 31 July 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Install [https://m.mediawiki.org/wiki/Extension:MobileFrontend the MobileFrontend-extension] on the wiki. Or is it more complicated than that? [https://www.explainxkcd.com/wiki/index.php/User:Dgbrt Dgbrt] mentions &amp;quot;working on a real mobile version&amp;quot; below, under [https://www.explainxkcd.com/wiki/index.php/explain_xkcd:Community_portal/Proposals#Tables_vs_bold_text Tables vs bold text] [[User:Coverbe|Coverbe]] ([[User talk:Coverbe|talk]]) 15:56, 7 January 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
== New categories ==&lt;br /&gt;
&lt;br /&gt;
I think there may be a need to propose a standard way to decide on categories: what new ones are needed, what are the prerequisites for creating a new category, how to maintain new categories and make sure they are actually used when they apply etc. For now I have gathered all previous discussions about new categories under this section. -- [[User:Malgond|Malgond]] ([[User talk:Malgond|talk]]) 13:39, 17 February 2016 (UTC)&lt;br /&gt;
:I think that whenever there are more than 4-5 comics that you wish to refer to in a given explanation because they are of the same topic as the current comic, then having a category is much to prefer rather than listing 5, 6 or 7 comics. I have made several categories for these instances, for instance for sport including the most used sports. At the time being I keep them up to date. One of the things this site does so well is giving you an easy way to find a specific comic even though you cannot remember the title of any precise quotes etc. If you just have an idea of what the topic was you might find it based on the categories. In this way I do not think we can have too many categories. As long as they describe a recurring subject. Only fault is that there seems to be no way to search for a comic based on more than one category? That would be great. In some cases even only 3 comics in a category can make sense. For instance I would be sorry to see this one go [[:Category:Puts on sunglasses]] (and I did not make it!) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:09, 19 February 2016 (UTC)&lt;br /&gt;
::For instance I have long wished for categories that covered all the space probe related comics, particularly all those referencing the Mars rovers. So today I made them with 16 and 9 comics in them already. [[:Category:Space probes]] [[:Category:Mars rovers]]. I hope people will generally think this was a great idea! :-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:42, 20 February 2016 (UTC)&lt;br /&gt;
:::And [[:Category:The Lion King]]... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 21:47, 1 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Category: Protip ===&lt;br /&gt;
&lt;br /&gt;
Anyone for adding ''Protip'' as a [[:Category:Comic series|Comic series]]. I have found five so far: [[653]], [[711]], [[1022]], [[1047]] and [[1156]]. (There are also a few comics with a protip title text.) -- [[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 10:25, 4 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I think that qualifies as a recurring topic (thus worthy of a category), but not as a series, where you can see a clear sequence. In fact, [[:Category:My Hobby|My Hobby]] has the same limitation, for what I suggest it to be removed from [[:Category:Comic series]]. --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 11:42, 4 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Seconded. Looks general and common enough to be a category. '''[[User:Davidy22|&amp;lt;span title=&amp;quot;I want you.&amp;quot;&amp;gt;&amp;lt;u&amp;gt;&amp;lt;font color=&amp;quot;purple&amp;quot; size=&amp;quot;2px&amp;quot;&amp;gt;David&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot; size=&amp;quot;3px&amp;quot;&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;indigo&amp;quot; size=&amp;quot;1px&amp;quot;&amp;gt;22&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;&amp;lt;/span&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 14:57, 4 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::Okay, great! Do you think that the ones with a &amp;quot;protip:&amp;quot; title text should be included? Besides, I think I might be the one responsiple for moving My Hobby from [[:Category:Comics by topic|Comics by topic]] to Comic series. I felt that all the My Hobby comics were about different topics, but maybe i've got to narrow an interpretation of the word &amp;quot;topic&amp;quot;. -- [[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 15:31, 4 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::: Can you link to the protip-in-title-text comics?&lt;br /&gt;
:::: As for My Hobby, note that categories aren't mutually exclusive. They can be in the &amp;quot;my hobby&amp;quot; topic, and each of them further categorized as appropriate: music, math, etc. Makes sense? --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 03:45, 5 January 2013 (UTC)&lt;br /&gt;
:::: I just searched for protip in the xkcd search bar. Here: [[1084]], [[427]]. And yes, makes sense. I've moved My Hobby back to &amp;quot;by topic&amp;quot;. -- [[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 12:06, 5 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Category: Sports ===&lt;br /&gt;
&lt;br /&gt;
How about creating a new &amp;quot;Sports&amp;quot; category?  [[User:Ekedolphin|Ekedolphin]] ([[User talk:Ekedolphin|talk]]) 15:31, 28 January 2013 (UTC)&lt;br /&gt;
:Well, maybe. Everyone aren't so keen on new categories here. Which comics are you thinking of, for a start? –[[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 20:32, 28 January 2013 (UTC)&lt;br /&gt;
::We definitely need to reach an agreement as a community on when to create new categories. Something simple like a minimum of 3 (or, say, 5) existing comics. Since we're already at the proposals' portal... what do you guys think about that? --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 21:44, 28 January 2013 (UTC)&lt;br /&gt;
:::My opinion:  Five would be enough to qualify.  [[User:Ekedolphin|Ekedolphin]] ([[User talk:Ekedolphin|talk]]) 09:31, 29 January 2013 (UTC)&lt;br /&gt;
::::I vote for four. But it should also be a reasonable thing to categorize, like sports, not like &amp;quot;sports with Cueball containing at least three anagram words&amp;quot;. Wich sholdn't be a problem. :) But the best name choice could be tricky sometimes. e.g. &amp;quot;Film &amp;amp; television&amp;quot;, Film &amp;amp; TV&amp;quot;, &amp;quot;Film&amp;quot;, &amp;quot;Films&amp;quot;, or &amp;quot;Movies&amp;quot;? –[[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 12:59, 29 January 2013 (UTC)&lt;br /&gt;
:::&lt;br /&gt;
::::Agreed, five should be enough to create the category without having to discuss it. - [[User:Cos|Cos]] ([[User talk:Cos|talk]]) 00:50, 26 February 2013 (UTC)&lt;br /&gt;
: OK, let's start with [[588: Pep Rally|588]], [[1092: Michael Phelps|1092]], [[904: Sports|904]] and [[1107: Sports Cheat Sheet|1107]].  Should be able to find a few more.  [[User:Ekedolphin|Ekedolphin]] ([[User talk:Ekedolphin|talk]]) 05:00, 29 January 2013 (UTC)&lt;br /&gt;
::Yeah, it's a broad subject so there are probably several more.  -[[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 12:59, 29 January 2013 (UTC)&lt;br /&gt;
:::I found another one, sort of, in [[929:Speculation|929]] (although it hasn't been explained yet).  Should I get the ball rolling (no pun intended) on setting up the category?  Don't wanna do it unilaterally and get yelled at.  ;)  [[User:Ekedolphin|Ekedolphin]] ([[User talk:Ekedolphin|talk]]) 06:18, 30 January 2013 (UTC)&lt;br /&gt;
::::I think you should. On a wiki, getting stuck in discussions which die without a conclusion, to the point that motivated people give up without having done anything, is definitely counter-productive, and phrases like [[wikipedia:Wikipedia:Be bold|Wikipedia:Be bold]] are here to remind us of that. Seems like people agreed that you ''could'', and after a while nobody said that you ''shouldn't'', so I'd say do it. - [[User:Cos|Cos]] ([[User talk:Cos|talk]]) 00:50, 26 February 2013 (UTC)&lt;br /&gt;
:I did it without looking here first, because it was obvious there were many [[:Category:Sport|sport comics]]. I have even created four under categories (only one was there before, Chess). There are 10 comics at present that are related to other sports than the five under categories. And given the way Randall thinks about sport (not very much) he still has plenty of comics about the subject. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 07:33, 14 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Category: Sex ===&lt;br /&gt;
&lt;br /&gt;
I think we should also create a Sex category.  There's no ''doubt'' we can find more than three examples.  I'll start looking for them and post the ones I find in here; again, I don't wanna create a large category by myself without community consent.  [[User:Ekedolphin|Ekedolphin]] ([[User talk:Ekedolphin|talk]]) 09:20, 2 February 2013 (UTC)&lt;br /&gt;
*OK, the ones for Category: Sex that I've found so far are [[443]], [[219]], [[550]], [[1026]], [[575]], [[468]], [[592]], [[320]], [[1101]], [[417]], [[713]], [[672]], [[230]], [[436]], [[940]], [[532]], [[649]], [[176]], [[1006]], [[596]] and [[717]], and I'm sure there are many more.  Should we create this category?  [[User:Ekedolphin|Ekedolphin]] ([[User talk:Ekedolphin|talk]]) 23:17, 3 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Same as [[#Category: Sports|above]], do it. Oh, already did; well, all the better. - [[User:Cos|Cos]] ([[User talk:Cos|talk]]) 00:53, 26 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Category: Flowcharts ===&lt;br /&gt;
&lt;br /&gt;
Hello, the line &amp;quot;Randall has made use of flowcharts before.&amp;quot; in today's comic explanation made me want a [[:Category:Flowcharts|flowcharts category]] to navigate into...&lt;br /&gt;
&lt;br /&gt;
As it didn't exist, I proceeded to create it, but as the log says, [[User:lcarsos|lcarsos]] deleted such a category in November, saying ''&amp;quot;Insufficient differentiation from Category:Comics with charts, diluting the depth of comics tagged charts&amp;quot;''.&lt;br /&gt;
&lt;br /&gt;
I don't agree with that, and I think we could profit from such a subcategory. I found those pages fitting it:&lt;br /&gt;
* [[94: Profile Creation Flowchart]]&lt;br /&gt;
* [[210: 90's Flowchart]]&lt;br /&gt;
* [[488: Steal This Comic]]&lt;br /&gt;
* [[627: Tech Support Cheat Sheet]]&lt;br /&gt;
* [[844: Good Code]]&lt;br /&gt;
* [[851: Na]]&lt;br /&gt;
* [[854: Learning to Cook]]&lt;br /&gt;
* [[1195: Flowchart]]&lt;br /&gt;
&lt;br /&gt;
So? - [[User:Cos|Cos]] ([[User talk:Cos|talk]]) 10:59, 5 April 2013 (UTC)&lt;br /&gt;
:Weell if you're willing to take charge of the category and personally make sure it's added to all relevant comic explanations, go ahead. The usual objection to making new categories is that we admins can't remember all the categories when we're reviewing new explanations, but it's K if you're willing to take up that responsibility yourself. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 11:17, 5 April 2013 (UTC)&lt;br /&gt;
:&lt;br /&gt;
:: OK. I did it without waiting for further replies, because I think it will be especially profitable today (to viewers).&lt;br /&gt;
:: It doesn't seem a big issue to me if the correct category is not added when a new explanation is made: a passing editor will do it later on... But hey, I'm OK with taking special care of adding pages to this category.&lt;br /&gt;
:: [[User:Cos|Cos]] ([[User talk:Cos|talk]]) 12:28, 5 April 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: I just want to add that Cos' view is indeed the appropriate way to work in wikis: there is no concept of a single author for a page, category, or piece of text, and the workload is meant to be distributed among several editors: it is not necessary that any single editor remembers all existing categories, or knows the wiki markup by heart, or knows how to work with all the features of mediawiki, etc. The reason why wikis can be edited by anyone is precisely a recognition that there *will* be errors and any page can be improved somehow. That reasoning against categories should, IMO, be abandoned, or at most only kept as the opinion of some editors. --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 22:00, 6 April 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Isnt there a page which lists all the categories? If not, there should be one, and it should be accessible to all. Such a page could be useful when trying to quick-add categories to comics. [[Special:Contributions/117.194.83.155|117.194.83.155]] 13:43, 24 April 2013 (UTC)&lt;br /&gt;
:Yes, there is. [[Special:Categories]]. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 14:07, 24 April 2013 (UTC)&lt;br /&gt;
::Of course, there's a gazillion of 'em, over several pages, so I understand any reluctance to add new categories (having just suggested a new one myself which I feel is justified, but knowing that the upkeep needed may be the key point of contention so remaining philosophical about it).&lt;br /&gt;
::A solution perhaps to carry over from another locale that I frequent is to have a &amp;quot;Categories of Character&amp;quot; page, a &amp;quot;Categories of Object&amp;quot; one, perhaps &amp;quot;Categories of Event&amp;quot;, and a &amp;quot;Categories of Publication&amp;quot;.  For each new comic someone can easily check the shorter Character categories list against those present, the Object list against itemsin use, Events, etc, and of course the Publication one has the &amp;quot;Tuesday Comic&amp;quot;/equivalent, and other date-based ones (although isn't that automatic from templated creation?  ...never added a comic, but would imagine it is).  After that it's a trawl through the miscelania categories (perhaps a meta-category just for them?).  But, yeah, a lot of work to set up.  Wouldn't wish it on anyone who wasn't already willing to do it, and I remain an anon-IP person right now so can hardly commit ''myself'' as volunteer maintainer of this. [[Special:Contributions/178.98.31.27|178.98.31.27]] 17:20, 22 June 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Category: (Barred/banned from?) Conferences ===&lt;br /&gt;
&lt;br /&gt;
I come here after realising I erroneously posted (in reply) to the Main page Talk, being anonymous (or at least IP-only) and without a list of qualifying articles to support me, just yet, but still wish to put forward the above category before I forget.  There's no apparent equivalent, that I found, but it's definitely a recurring meme.  I should be back (named or otherwise) with my suggested list of members, if someone else doesn't get there first, but I thought I'd start with the placemarker. [[Special:Contributions/178.98.31.27|178.98.31.27]] 16:41, 22 June 2013 (UTC)&lt;br /&gt;
:Ok, so I got the bee in my bonnet and spent a few minutes actually looking into this.  Revising &amp;quot;Barred from Conferences&amp;quot; (actually more often &amp;quot;Banned&amp;quot; or even &amp;quot;Thrown out of&amp;quot;/equivalent) to just &amp;quot;Conferences&amp;quot;, the subset of comics that I can easily find that are involved is *[[153]], *[[177]], *[[365]], *[[410]], *[[463]], *[[541]], [[545]], [[685]], [[829]] and [[867]], but I'm sure there are more recent ones that I didn't spot/recall.  One alternative title to &amp;quot;Conferences&amp;quot; is &amp;quot;Presentations&amp;quot;, and I'm sure if I'd searched for that I'd have found more potential candidates (less some that might ''exit'' the renamed category).  The asterisked ones ''do'' deal with being barred/banned/thrown out/etc, making it still a suitable category in its own right, IMO, but I'll leave it up to your combined musings to decide. [[Special:Contributions/178.98.31.27|178.98.31.27]] 17:07, 22 June 2013 (UTC)&lt;br /&gt;
::I add [[690]] to the list. --[[User:Chtz|Chtz]] ([[User talk:Chtz|talk]]) 08:12, 13 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: Great suggestions! I created [[:Category:Public speaking]] and [[:Category:Banned from conferences]]. I also added [[Wikipedian Protester]] to the mix, of course :) --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 21:59, 13 November 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Category: Wishes ===&lt;br /&gt;
&lt;br /&gt;
[http://explainxkcd.com/1391/ Several] [http://explainxkcd.com/1086/ comics] [http://explainxkcd.com/wiki/index.php/152:_Hamster_Ball now] [http://xkcd.com/879/ exist] that talk about wishes - probably more. Should there be a category for this? [[User:Z|Z]] ([[User talk:Z|talk]]) 23:22, 7 July 2014 (UTC)&lt;br /&gt;
:Doesn't seem significant enough. If you promise to maintain the category you can make it yourself, although it will be cleared out if it gets neglected as new comics are released. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 15:20, 8 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Category: Artificial Intelligence ===&lt;br /&gt;
&lt;br /&gt;
Hello world.&lt;br /&gt;
&lt;br /&gt;
There are a handful of comics involving Ai - [[1540]], [[1530]], [[1450]] and [[948]] for instance - and maybe it's an idea to give them their own category {{unsigned|Nk22}}&lt;br /&gt;
&lt;br /&gt;
:The usual objection to new categories is that they get abandoned and are too narrow for other people to think of picking them up. If you're going to own it and update it with new comics, you can make it. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 21:01, 23 June 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Category: Size Comparisons ===&lt;br /&gt;
There are numerous comics comparing sizes of things.  I can't get a list right now, but off the top of my head, radiation dosages, money, today's comic, and space shuttles in horses. [[User:Mikemk|Mikemk]] ([[User talk:Mikemk|talk]]) 19:23, 29 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Category: Katamari Damacy ===&lt;br /&gt;
&lt;br /&gt;
There are quite a few comics about this game. [[User:DPS2004|DPS2004]] ([[User talk:DPS2004|talk]])&lt;br /&gt;
&lt;br /&gt;
== Adding Ratings for Explanations ==&lt;br /&gt;
&lt;br /&gt;
I found [http://www.explainxkcd.com/wiki/index.php/1652 today's explanation] excellently written however that is not always the case.   Frequently explanations are walk through of the conversation that are too wordy without any succinct explanation of why or how a strip is funny -- while many of those low quality explanations are not strictly &amp;quot;incomplete&amp;quot; they could benefit from a careful rewrite.   I was wondering if we should add a rating tool such as &amp;quot; ''Was this explanation helpful? yes/no'' &amp;quot; so as to identify explanation that could benefit from improvement without having to be tagged as &amp;quot;incomplete&amp;quot;. [[User:Spongebog|Spongebog]] ([[User talk:Spongebog|talk]]) 17:57, 8 March 2016 (UTC)&lt;br /&gt;
:We have a rather prominent discussion page for feedback, do we really need an additional add-on for this? I did a little research and found that other wikis use [https://www.mediawiki.org/wiki/Extension:Semantic_Rating semantic rating] and [https://www.mediawiki.org/wiki/Extension:ArticleRatings article ratings], which I can install if enough other users want it. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 05:54, 26 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== New Speculation Sections ==&lt;br /&gt;
&lt;br /&gt;
I often see a lot of speculation and conjecture within the explanation of the comic itself. I don't think it has any place in the explanation but I know many editors enjoy speculating and interpreting the comic and the meaning behind it so I've decided to start this discussion on whether we should provide a section where we can provide different speculations.&lt;br /&gt;
&lt;br /&gt;
What I am thinking would not be like the discussion page, where comments are made and discussed, but an edited and reviewed section which outlines different speculations and interpretations of the comics themselves and perhaps even the author's intent.&lt;br /&gt;
&lt;br /&gt;
Of course tone and presentation should be held to the same standards of the comic explanation but I think this would be a good way to better organize a review of the comic.&lt;br /&gt;
&lt;br /&gt;
I have been away too long to remember if there are any comic explanations with something like this so I have no idea how well it would work.&lt;br /&gt;
&lt;br /&gt;
As an example;&lt;br /&gt;
&lt;br /&gt;
This part from comic 1642: [[Gravitational Waves]]&lt;br /&gt;
&lt;br /&gt;
&amp;quot; It seems that Randall knew in advance about this announcement because this comic was published on a Thursday, not following the normal publish schedule, to coincide with the announcement &amp;quot;&lt;br /&gt;
&lt;br /&gt;
Is well supported, and rather likely correct, conjecture which belongs in the body of the explanation because not only is it backed by strong evidence but it provides background on the comic and the time in which the comic was released and aids in understanding the comic itself.&lt;br /&gt;
&lt;br /&gt;
However, this part from comic 478: [[The Staple Madness]]&lt;br /&gt;
&lt;br /&gt;
&amp;quot;From just reading the comic by itself, one may presume that in the last panel, Cueball has been stapled to the ceiling (as obvious evidence to Megan that Beret Guy has indeed been abusing her staple gun). According to the comic's official transcript, however, it is in fact God who is speaking.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Is almost as equally well supported and certainly a valid interpretation of simply the comic. It is only refuted by the official transcript. I believe it is important to acknowledge and may even be a more humorous interpretation than the one which is provided by the official transcript.&lt;br /&gt;
&lt;br /&gt;
If we added a speculation section (or something of the sort) then we would have a place to talk about this interpretation more freely and expound upon it more.&lt;br /&gt;
&lt;br /&gt;
[[User:Lackadaisical|Lackadaisical]] ([[User talk:Lackadaisical|talk]]) 15:16, 13 May 2016 (UTC)&lt;br /&gt;
: Problem is the whole &amp;quot;explanation&amp;quot; is actually conjecture. None of us the author, we're all just guessing. [[User:Jkshapiro|Jkshapiro]] ([[User talk:Jkshapiro|talk]]) 15:23, 13 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Many of the current explanations are conjecture, that's true but not every explanation. Providing information on the science or mathematics behind a particular comic is not conjecture. Stating whether the author intended to belittle the field or state that one field is superior over another (unless fairly explicitly stated) is. And there are many things which can be inferred without being simple speculation. Not every comic would need a section like this, and not every comic needs a trivia section, and I'm not ready to start adding this proposed section myself. But I think it should be considered. [[User:Lackadaisical|Lackadaisical]] ([[User talk:Lackadaisical|talk]]) 15:35, 13 May 2016 (UTC)&lt;br /&gt;
::The intention of the discussion pages was to serve as a place for people to put their conjecture and reaching interpretations of the comics. They're presented alongside the explanation to make people's interpretations more readily visible. Some people may have trouble distinguishing an ungrounded interpretation of a comic from an explanation of it, and they will insert weak text into explanations. If you find something you disagree with, feel free to bring it up in the discussion section and edit it out of the explanation liberally '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 06:17, 17 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Unixkcd ==&lt;br /&gt;
&lt;br /&gt;
Hello everyone. I was just wondering: is there anything on http://uni.xkcd.com/. Because I was just looking and the only thing I found on Unixkcd is a mention of a bug in [[1350]]. There is not even a mention on the April fools article.&lt;br /&gt;
:There's nothing on this site, there's a couple of novel tidbits on the xkcd site that are at best tangentially related to the comic, as Randall originally intended to make xkcd.com his personal site for hosting his own projects. That particular one doesn't show up in any comics. Also, proposals might not be the best place to put this. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 08:46, 21 May 2016 (UTC)&lt;br /&gt;
::I added the unixckd information to [[721: Flatland]]. According to [https://vimeo.com/78912850 Randalls Øredev 2013 talk] unixkcd was the April Fools' prank for April 1st 2010. [[User:Condor70|Condor70]] ([[User talk:Condor70|talk]]) 09:00, 1 December 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== New character category for blonde woman news reporter (from 1699) ==&lt;br /&gt;
&lt;br /&gt;
From today's comic [[1699: Local News]] I just got the idea that there may be needing a new category for either blonde woman and/or comics with news reports. I posted this [[Talk:1699:_Local_News#New_character_category|post]], in the talk page of that comic. Any comments, and if agreeing that there might be one or two different character categories needed then please suggest what they should be called. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 21:00, 27 June 2016 (UTC)&lt;br /&gt;
:Agree with Blondie as new character name and with adding a category for news reports. [[User:Jkshapiro|Jkshapiro]] ([[User talk:Jkshapiro|talk]]) 00:47, 28 June 2016 (UTC)&lt;br /&gt;
:Agree with new character category for Blondie --[[User:Lackadaisical|Lackadaisical]] ([[User talk:Lackadaisical|talk]]) 12:38, 28 June 2016 (UTC)&lt;br /&gt;
:: Thanks for the replies. Could be nice with a few more chipping in. One issue I just found is  [[Miss Lenhart]] and ambiguous situations like in comic [[59: Graduation]], where I would remove the miss reference. But then miss would be a sub category of Blondie (or Blonde? which Randall cals the girl in 59) as [[Rob]] is for [[Cueball]]... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 21:07, 9 July 2016 (UTC)&lt;br /&gt;
:: I think blondie is fine for a name. Miss Lenhart is another character who uses a similar design so I think treating her like Rob is perfectly acceptable. The only thing more I think we should discuss is the role blondie plays in most of the comics (Like how cueball is an everyman, whitehat is often a strawman, Blackhat is blackhat etc.) [[User:Lackadaisical|Lackadaisical]] ([[User talk:Lackadaisical|talk]]) 12:04, 13 July 2016 (UTC)&lt;br /&gt;
:::There are also these two that looks like Blondie:  [[Mrs. Roberts]] or her daughter [[Elaine Roberts]]. I think this is part of why no one has made the category, as there are already three named women with the same hair. But there are so many other comics with this kind of woman, that I think she should be created. I hope I will get the time, but if anyone has any other ideas than just calling them &amp;quot;Blondie&amp;quot; and letting the other three be an subcategory like Rob is of Cueball then say so now before anyone creates Blondie. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 11:19, 24 August 2016 (UTC)&lt;br /&gt;
:::Agree with new character category and characters with the same appearance as sub-categories [[User:Lackadaisical|Lackadaisical]] ([[User talk:Lackadaisical|talk]]) 18:04, 24 August 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Based on the discussion she is now called [[Blondie]] --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 07:27, 10 September 2016 (UTC)&lt;br /&gt;
&amp;lt;br&amp;gt;And now there is also a [[:Category:News anchor]] with 15 entries already. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 10:22, 10 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== fix a page ==&lt;br /&gt;
&lt;br /&gt;
The page Comics featuring Summer Glau is missing:&lt;br /&gt;
https://www.explainxkcd.com/wiki/index.php/526:_Converting_to_Metric {{unsigned ip|108.162.241.130}}&lt;br /&gt;
:Done. In the future, you can add categories yourself, just scroll to the bottom and follow the template the others go by. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 03:56, 7 July 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== New xkcd book out. ==&lt;br /&gt;
&lt;br /&gt;
Any chance of posting a section of explanation pages for the cartoons in the new xkcd book, hopefully explaining some of the cryptic red notes? Thanks! {{unsigned ip|199.27.133.102}}&lt;br /&gt;
&lt;br /&gt;
== Business Plan category ==&lt;br /&gt;
&lt;br /&gt;
I propose renaming [[:Category:Beret Guy's Business]] into Business Plans, and adding it to [[1721: Business Idea]] [[User:Mikemk|Mikemk]] ([[User talk:Mikemk|talk]]) 08:15, 17 August 2016 (UTC)&lt;br /&gt;
::(Note I added a &amp;quot;:&amp;quot; to your category link to show the link instead of adding this page to the category. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 10:43, 10 September 2016 (UTC)) &lt;br /&gt;
:No of course not, that comic is about [[Cueball]]. This is Beret Guy's business we are talking about here. This category is not about business idea but about what [[Beret Guy]] does just like the page with [[:Category:Strange powers of Beret Guy]]. Both are used in the explanation of who he is. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 10:43, 10 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Comics with header text ==&lt;br /&gt;
&lt;br /&gt;
Several comic have some header text, such as [[851]] or [[1052]]. Shouldn't there be a category for them or something? I think it is quite a notable feature. [[User:Jaalenja|Jaalenja]] ([[User talk:Jaalenja|talk]]) 15:23, 16 September 2016 (UTC)&lt;br /&gt;
:I feel like it's not a particularly defining feature, it feels like making a category for comics that have frames with no borders or something, it's just a technique Randall uses. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 07:35, 21 September 2016 (UTC)&lt;br /&gt;
::To me it feels more like a second title text. It is not technically part of the comic itself, but is a separate piece of information included with it on the xkcd website. There is a category for comics without title text, this is the same, only reverse, in my humble opinion [[User:Jaalenja|Jaalenja]] ([[User talk:Jaalenja|talk]]) 07:13, 24 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== purpose of detailed transcripts ==&lt;br /&gt;
&lt;br /&gt;
There are two styles of comic descriptions in the transcripts. Some&lt;br /&gt;
are fairly terse, giving only the information required to understand&lt;br /&gt;
the comic (e.g. &amp;quot;Cueball is talking to Megan, who looks excited&amp;quot;).&lt;br /&gt;
Others give lots of graphic details, as if one should be able to&lt;br /&gt;
reconstruct the picture from the description (e.g. &amp;quot;Cueball, on the&lt;br /&gt;
left, is talking to Megan, on the right. His left hand is pointing to&lt;br /&gt;
her. Megan's arms are raised above her head and her excitement is&lt;br /&gt;
shown by short lines around her head...&amp;quot; and so on). The former style&lt;br /&gt;
used to be the norm, the latter has become increasingly&lt;br /&gt;
common in recent months.&lt;br /&gt;
&lt;br /&gt;
Being visually impaired, I am extremely pleased with the terse style&lt;br /&gt;
of transcript, and have no interest in the verbose style. To me it is&lt;br /&gt;
useless and sometimes fairly annoying. Of course, this is a community&lt;br /&gt;
and I can happily live with it if others find it useful.&lt;br /&gt;
&lt;br /&gt;
So, I'd like to know who needs detailed, graphical transcripts, and&lt;br /&gt;
for what purpose? Were they requested by some users, or did those&lt;br /&gt;
writing transcripts just decide to adopt this new style? If there is&lt;br /&gt;
a clearly identified reason for describing pictures in detail, fine.&lt;br /&gt;
If not, I vote for switching back to the old, terse style.&lt;br /&gt;
&lt;br /&gt;
Zetfr 14:10, 27 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Sorry we did not see this at the time. As we can see you finally found ears for you comment after [[1798]] and a new discussion has begun on  [[User_talk:Kynde#Transcript_TLDR.3B|my user page]]. (Should probably have been here?) But anyway I'm responsible for your problems, and I will try to write less in the transcript and add &amp;quot;other important&amp;quot; either below in the trivia or below the main comic (as maybe - Detailed image description...) It was meant as a way to search for any thing in the comic if you needed it. I guess most people do not read the transcript, so of course annoying if it is not useful for those who always need to read it. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 16:21, 17 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Rename Science Girl &amp;quot;Jill&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
Following the Precedent of &amp;quot;[[Megan]]&amp;quot; and &amp;quot;[[Danish]]&amp;quot; (but oddly enough not [[Rob]]), I propose that we rename [[Science Girl]] Jill, as per [[1662]]. This could serve to give her an easier name and to use in cases where the character doesn't have a connection with science but seems to be the same girl. [[User:Sensorfire|Sensorfire]] ([[User talk:Sensorfire|talk]]) 18:19, 26 October 2016 (UTC)&lt;br /&gt;
:The only time she's called Jill is in Jack and Jill comics (of course), and the only reason you'd want to do that is since [[Randall]] displays them similarly. In some cases Science Girl is even clearly older. We might do that if there was a [[Child-Blackhaired-Ponytail]] character, but these characters are always either Science Girl or Jill. Also, Jill has very, very few appearances anyway. [[User:Jacky720|Jacky720]] ([[User talk:Jacky720|talk]]) 21:37, 2 December 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Make an official transcript site ==&lt;br /&gt;
I've already taken the liberty of making {{template|transcript}}, and think we, together, can do better- which is why I'm implementing [https://jackm.000webhost.com/transcript.html this site], in order to display the official transcript in its intended format. However, it is bugged, and could do better if moved to explain xkcd. Is anyone in on this? [[User:Jacky720|Jacky720]] ([[User talk:Jacky720|talk]]) 21:36, 2 December 2016 (UTC)&lt;br /&gt;
:The transcript site doesn't seem to be accessible. Is the project dead? If it's not I can try to help. [[User:Errpell|Errpell]] ([[User talk:Errpell|talk]]) 21:06, 11 July 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== HTTPS Links Back to XKCD Interfere with Random Button ==&lt;br /&gt;
&lt;br /&gt;
The Links back to the comics that are present just above the comic itself on the wiki pages (and adjacent to the next and previous links) provides an HTTPS link back to XKCD. However, this interferes with users who want to click that link, and then click `random` - because `c.xkcd.com` does NOT support HTTPS, and thus clicking 'random' after returning to xkcd from explainxkcd does not work. These links should be switched back to HTTP.&lt;br /&gt;
&lt;br /&gt;
--[[User:9000 volts|9000 volts]] ([[User talk:9000 volts|talk]]) 21:15, 13 December 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Rearrange for our visually impaired friends. ==&lt;br /&gt;
&lt;br /&gt;
I have a great friend who is blind and he uses this site to &amp;quot;read&amp;quot; XKCD so we can talk about it.  However, there are two things that he finds frustrating.  The first, while it means no harm and most readers gloss over it, when listening to the content of the page every day it can become demeaning to hear &amp;quot;it's because you're dumb&amp;quot; every time.  I certainly agree, I use explain XKCD because I am significantly dumb-er than Randall, but my friend uses it because he's blind.  This is not that big of a deal, but a friendly suggestion.&lt;br /&gt;
&lt;br /&gt;
The second suggestion is to move the transcript section to the top before the explanation so as not to spoil the content of the comic with user explanation right away--in the case that those listening to the article are in fact smart enough to get the joke before needing an explanation.&lt;br /&gt;
&lt;br /&gt;
Thanks for your consideration.&lt;br /&gt;
&lt;br /&gt;
== Incomplete in spotlight ==&lt;br /&gt;
&lt;br /&gt;
The incomplete comic in spotlight should be changed more often, the current one is not even incomplete. [[User:Dontknow|Dontknow]] ([[User talk:Dontknow|talk]]) 16:52, 31 March 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Duplicate Navigation tools at bottom of page (please!) ==&lt;br /&gt;
&lt;br /&gt;
I'm enjoying revisiting xkcd canon through the lens of Explain, but frustrated that after studiously reading through the explanation and discussion, I have to scroll back up to the top to get to the Next button.&lt;br /&gt;
What would the harm be in duplicating the buttons at the foot of each page? &lt;br /&gt;
Thanks for considering this.&lt;br /&gt;
Regards&lt;br /&gt;
&lt;br /&gt;
That would be nice, would help a lot. Also, please sign your comments with four tildes. [[User:Dontknow|Dontknow]] ([[User talk:Dontknow|talk]]) 19:46, 2 May 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== JSON endpoint ==&lt;br /&gt;
There is a [http://www.xkcd.com/info.0.json endpoint] to retrieve information about the comics on the xkcd website. However the info there is not complete, specially when it comes to the transcripts. explainxkcd should provide a similar interface. It would be very useful specially for bots/scripts. The commmunity could help completing the information on the xkcd website and/or provide a new interface. The transcript are already retrieved from this website and a copy can be found [https://github.com/nhatzHK/randi/blob/master/json/xkcd.references.json here]. If there isn't already a complete file or databse with all the information, this file could help building it. However, this document has been compiled by scraping the html of explainxkcd, so there's some errors in it. These errors can be avoid with a clear and easy to access interface like JSON, similar to what is available on the xkcd website. [[User:Errpell|Errpell]] ([[User talk:Errpell|talk]]) 20:43, 11 July 2017 (UTC)&lt;br /&gt;
:Maybe there is a mediawiki addon to support a JSON file. Any ideas? --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 19:08, 1 August 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Suggestion for small improvement to interface ==&lt;br /&gt;
Am I the only one that wishes the Previous / Next buttons were repeated at the bottom of the page?  After reading the explanation, I often want to go to the next one in sequence.&lt;br /&gt;
(Obviously, I don't check this wiki every day :)&lt;br /&gt;
Scrolling back to the top isn't hard, but having the buttons near the bottom would make navigation easier.&lt;br /&gt;
&lt;br /&gt;
Hope you agree!&lt;br /&gt;
Murray in NJ&lt;br /&gt;
&lt;br /&gt;
PS: Aha! I see others have suggested the same thing :) {{unsigned ip|162.158.75.232}}&lt;br /&gt;
:This was also mentioned before. I don't agree because the layout is based on the original xkcd site. '''Protip''': Do not &amp;quot;scroll back&amp;quot;, just use your keyboard. The magic key is called &amp;quot;Home&amp;quot;. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 19:14, 1 August 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Category for The Little Prince? ==&lt;br /&gt;
&lt;br /&gt;
How many comics need to feature/mention a certain thing before we need a category?&lt;br /&gt;
&lt;br /&gt;
I think there are enough featuring the Little Prince to deserve a Category of its own.&lt;br /&gt;
&lt;br /&gt;
== mediawiki things ==&lt;br /&gt;
&lt;br /&gt;
could admin please update to the latest version of mediawiki and add the [https://www.mediawiki.org/wiki/Skin:Timeless?useskin=timeless timeless skin], thx. also would help if you added &amp;lt;code&amp;gt;line-height: 1.5em&amp;lt;/code&amp;gt; to the edit box (&amp;lt;code&amp;gt;#wpTextbox1&amp;lt;/code&amp;gt;) while making it taller to compensate, or added the 2010 code editor to aid readability. [[Special:Contributions/162.158.92.4|162.158.92.4]] 11:50, 4 January 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== The state of &amp;quot;incomplete&amp;quot; explanations and an unified policy ==&lt;br /&gt;
&lt;br /&gt;
Hello, everybody. Recently I went through the &amp;quot;incomplete&amp;quot; explanations and I saw several problems... I think I better split this into sections.&lt;br /&gt;
&lt;br /&gt;
'''1) Many seemingly old and complete explanations are marked either with various creative variations of the auto-generated tag or something along the lines of &amp;quot;rough draft&amp;quot;.''' I have personally removed several incomplete tags during the last days, sometimes adding few information before doing so, but usually not. But there are so many of them and it just would not feel right to take it upon myself to reap them all, so, if anyone can spare a few minutes to quickly scan them and remove (or update, in some cases) the tags, it would be nice. Here is a list of explanations with this particular problem, for convenience: [[1874]], [[1906]], [[1908]], [[1912]], [[1915]], [[1919]], [[1925]], [[1926]], [[1929]], [[1930]], [[1937]]&lt;br /&gt;
&lt;br /&gt;
1940 and 1941 also seem complete IMO, but given how recent they are, they could be given some time.&lt;br /&gt;
&lt;br /&gt;
'''2) Some incomplete tags seem like abuse of the feature.''' [[1909]] is probably the best example of this. Table might be nice, but it is not necessary to explain the comic, it would be just &amp;quot;gilding&amp;quot;. There is nothing wrong about perfecting complete articles, but marking an article incomplete because someone got an idea how it could be done (and is too lazy to do it themselves) should be discouraged IMO. Other examples: [[1904]] - here I actually disagree with the proposal - why should information that does not represent percentages be represented using them? - but that's my personal view. [[1895]] - this one is asking for further perfection of a perfective information. [[1688]] - a '''huge''' example, asks for something that would require quite a lot of effort without helping anyone understand the comic, a cool project, but not needed for the article to be complete. [[1701]] - I really don't think this is necessary and the explanation is already twice the size I'd expect for such simple comic (*obligatory personal opinion disclaimer*).&lt;br /&gt;
&lt;br /&gt;
'''3) Some tags are just... vague.''' [[1856]] and [[1733]]. &amp;quot;Someone could maybe improve this&amp;quot; applies to pretty much everything in the universe, sorry.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''4) A policy proposal.''' Here comes the second half of the topic title. There appear to be two conflicting schools of thoughts among editors. Some seem to prefer long, meticulously detailed explanations. Others, including myself, prefer short and concise explanations. On more than one occasion, this has led to mess, so I think there should be some official policies about what kind of information should be considered considered necessary, useful, and superfluous. Obviously, every comic is different, and defining hard rules for this is impossible, so maybe &amp;quot;guideline&amp;quot; is a better word than &amp;quot;policy&amp;quot; here. Here are some suggestions about what this guideline could contain (please, take this as a &amp;quot;sub-suggestion&amp;quot;, if a guideline gets accepted, but will end up containing nothing out of this, I will still be happy):&lt;br /&gt;
&lt;br /&gt;
* NECESSARY: named people, groups, organizations, websites, works of art, geographic locations etc. should be briefly introduced, unless they can be presumed to be universally known (e.g. Google, Shakespeare, New York). Obscure words should be defined. Scientific and technical terms should be explained.&lt;br /&gt;
* SUPERFLUOUS: recursive explanations - an explanation that mentions concepts that themselves need explaining, but were not relevant to the comic itself.&lt;br /&gt;
&lt;br /&gt;
I guess that's it. Maybe a little disclaimer that I don't have much time now, so I may not be here to further lead this discussion. Maybe I should have waited with posting this when I do have time, but that may not be for a long time, so for what it's worth, here it is.&lt;br /&gt;
--[[User:Jaalenja|Jaalenja]] ([[User talk:Jaalenja|talk]]) 12:16, 13 January 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Your &amp;quot;policy (or guideline) proposal&amp;quot; is that what's widely excepted here. There are some overwhelming explanations and you are welcome to help on more precise writings. But in general there is no censorship here, less important content may be moved to a trivia section below the transcript. Irrelevant content (who decides that?) may be moved to the talk page with a given reason. I'm also a fan of &amp;quot;short and concise explanations&amp;quot; but who will judge what this really is? Further more I really dislike many of those tables, it's bad layout. But changing this takes a lot of work. [[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 13:51, 19 May 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
::The main reason why I want there to be an official policy is so the process of marking explanations as complete can be more straightforward. There would be a community-approved list of things an explanation needs to contain, if an explanation has all that, it is complete. Of course there would still be lot of room for interpretation because every comic is different and coming up with rules that fit all is impossible, but I believe this could still be a massive improvement over the current state.&lt;br /&gt;
::Also, '''please''', when I say something is merely a sub-suggestion, I mean it. Your reply gives me the feeling you understood my proposal as something along the lines of &amp;quot;We should make it an official policy that explanations should look like this:&amp;quot;, whereas it was more along the lines of &amp;quot;There should be an official policy about what explanations should contain. Here is an example of what such policy could maybe look like:&amp;quot; [[User:Jaalenja|Jaalenja]] ([[User talk:Jaalenja|talk]]) 06:49, 22 June 2018 (UTC)&lt;br /&gt;
:::In general I don't think this is a big issue. The vast majority (99%) of the comics is ''not'' marked as incomplete and those you are citing here should be discussed at the corresponding talk pages. Thus I don't see a ''massive improvement'' anyway.&lt;br /&gt;
:::However we can enhance the proper section at the [[explain xkcd:Editor FAQ|Editor FAQ]] by one or two concise sentences. But when you say ''&amp;quot;There should be...&amp;quot;'' nothing would happen; that's why I say: ''&amp;quot;We should make it&amp;quot;''. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 09:36, 23 June 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Tables vs bold text ==&lt;br /&gt;
&lt;br /&gt;
There are many, many, many comics with several things mentioned in the comic that need to be individually explained, and there are two ways we can do it, one being tables (for example: [[1930: Calendar Facts]]), the other being using bold text to separate paragraphs into sections (for example: [[1972: Autogyros]]). The thing is for the most cases, it seems like we should be using tables, but then using bold text to seperate paragraphs looks better, and is also easier... So when should we use tables, and when bold text? [[User:Herobrine|Herobrine]] ([[User talk:Herobrine|talk]]) 12:20, 15 June 2018 (UTC)&lt;br /&gt;
:IMHO we have far too much tables - a structured floating text is much easier to read. Consider this:&lt;br /&gt;
:*A ''List of all planets in our solar'' system with a few columns for distance (in km, mi, and AU), size, and temperature. That's a classical table.&lt;br /&gt;
:*The table in [[1930: Calendar Facts]] contains far too much text in many cells. Try to read this on a smartphone. And furthermore on my ''Google Chrome for Android'' all the tables from this comic are not shown at all when using the ''Simplified View''.&lt;br /&gt;
:*Or compare this: [[1363: xkcd Phone]] and [[1549: xkcd Phone 3]]. I prefer the floating text and even more when I'm using a mobile device.&lt;br /&gt;
:But that's only my opinion.&lt;br /&gt;
:Nevertheless I'm also working on a real mobile version of this Wiki (similar to Wikipedia) and that will require some restrictions to the layout to get it properly rendered. But this will not happen before the FIFA World Cup 2018 is over ;) --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 13:17, 15 June 2018 (UTC)&lt;br /&gt;
::Agreed. Narrow columns with simple facts are ok, but longer text should not be put in a table. --[[User:SlashMe|SlashMe]] ([[User talk:SlashMe|talk]]) 10:15, 18 June 2018 (UTC)&lt;br /&gt;
::: I second this. [[User:Elektrizikekswerk|Elektrizikekswerk]] ([[User talk:Elektrizikekswerk|talk]]) 11:22, 27 August 2018 (UTC)&lt;br /&gt;
::::Please check also this new [[explain xkcd:Editor FAQ|Editor FAQ]] and the belonging talk page. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 13:04, 27 August 2018 (UTC)&lt;br /&gt;
::Any updates? (Why) is it not just a matter of installing [https://m.mediawiki.org/wiki/Extension:MobileFrontend the MobileFrontend-extension]? :) (See also above: [https://www.explainxkcd.com/wiki/index.php/explain_xkcd:Community_portal/Proposals#Mobile_friendly_website Mobile friendly website]) [[User:Coverbe|Coverbe]] ([[User talk:Coverbe|talk]]) 16:01, 7 January 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Add the comic to the edit page ==&lt;br /&gt;
&lt;br /&gt;
While editing the explanation, it would be nice to be able to see the comic on that same page, especially for the transcript. (it's difficult for mobile editors to see two pages at once)&lt;br /&gt;
:Please sign your comments, and that’s not possible from what I know, considering how this website is set up. (I can still edit fine on mobile)  [[User:Netherin5|Netherin5]] ([[User talk:Netherin5|talk]]) 13:49, 15 March 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Dark theme/night mode ==&lt;br /&gt;
&lt;br /&gt;
Should I explain this?&lt;br /&gt;
&lt;br /&gt;
It's for all of us who edit the wiki at 1am and like our retinas.&lt;br /&gt;
&lt;br /&gt;
Firefox has a [https://addons.mozilla.org/en-US/firefox/addon/dark-theme-enhanced/?src=recommended Dark Theme Extension], and it looks pretty good on the Wiki. [https://chrome.google.com/webstore/detail/dark-theme-for-google-chr/annfbnbieaamhaimclajlajpijgkdblo Chrome does too], but I haven't tried it out.&lt;br /&gt;
&lt;br /&gt;
== Change dates to match ISO 8601. ==&lt;br /&gt;
&lt;br /&gt;
Can we change the timestamps to match [[1179: ISO 8601]]? I'm surprised this hasn't been suggested earlier [[User:9yz|9yz]] ([[User talk:9yz|talk]]) 20:33, 5 April 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Add bookmark ==&lt;br /&gt;
&lt;br /&gt;
I have used some simple javascript to create a bookmarklet that automatically opens the wiki-page of the xkcd page that you are reading. I would like to provide it on the wiki. It works as follows.&lt;br /&gt;
&lt;br /&gt;
1. Make a bookmark, give it a recognizable name.&lt;br /&gt;
2. For the url, enter the following: javascript: document.location = document.URL.replace('xkcd.com','explainxkcd.com');&lt;br /&gt;
3. Create the bookmark. To use it, open any xkcd page and click it to go to the corresponding wiki page.&lt;br /&gt;
&lt;br /&gt;
Thanks for considering.&lt;br /&gt;
[[User:Kwonunn|Kwonunn]] ([[User talk:Kwonunn|talk]]) 18:27, 3 May 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Thanks Kwonunn!  I've started collecting these helpful tools on a [[Browser helpers|new page]], to hopefully make them easier for others to find.  – [[User:Yfmcpxpj|Yfmcpxpj]] ([[User talk:Yfmcpxpj|talk]]) 01:30, 29 September 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Regarding using facebook like and google captcha - Privacy concerns ==&lt;br /&gt;
&lt;br /&gt;
Considering that they track users across various sites, it is not in the best interests of the users' privacy. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://complianz.io/google-recaptcha-and-the-gdpr-a-possible-conflict/  - This article explains the issues better than I can. &lt;br /&gt;
&lt;br /&gt;
Especially the users who use VPNs affected more - it takes noticeably longer and more tries to pass the google captcha. Preventing/dis-incentivizing new contributors from behind a VPN. There is anecdotal evidence (in the form of reddit posts) that google captcha discriminates firefox users and allow chrome users to get simpler challenges or none at all. &lt;br /&gt;
&lt;br /&gt;
The Facebook like button is an iframe. Users visiting this page(s) have not explicitly consented to being tracked by facebook and google. &lt;br /&gt;
&lt;br /&gt;
I am speculating here, but from the amount of data these two items are gathering, it seems possible to de-anonymize the users who are behind a vpn. I don't trust either of these companies to not grab the free data. In the article listed above, it seems captcha alone can capture a screenshot of the pages without users' (explicit) consent. I haven't read through all the privacy and terms.  &lt;br /&gt;
&lt;br /&gt;
Captcha is necessary for avoiding spam. There are alternatives. Anything but google one should suffice. Regarding the facebook like button, I think that should be replaced by a link to the facebook page. {{unsigned ip|172.68.38.88}}&lt;br /&gt;
:I think this can be done only by admins, who are currently absent from this wiki. However regarding the Captcha, there is an easy fix: Register here, and log into your account (an one-time e-mail address is sufficient, if you are worried about your privacy). Also please sign your comments to talk pages and other discussions (such as this) - It will not show the IP related to you/your VPN, but one from cloudfare, so it will also not hurt your privacy, but automatically put a timestamp, etc.&lt;br /&gt;
&lt;br /&gt;
== Removing unnecessary 3-comic categories? ==&lt;br /&gt;
&lt;br /&gt;
I count eight categories on explainxkcd that satisfy the following properties: 1. They have only three comics in them. 2. They aren't really a comic series; they just feature or reference a comic theme. 3. They aren't Featuring some person or character. In short, they seem to have no real reason to exist. (They're [[:Category:Spice_Girls|t]][[:Category:Wind_turbine|h]][[:Category:CubeSats|e]][[:Category:Ender%27s_Game|s]][[:Category:Optimization|e]] [[:Category:Git|o]][[:Category:FernGully|n]][[:Category:Giraffes|e]]s.) So my proposal: remove them. -[[User:Account|Account]] ([[User talk:Account|talk]]) 20:37, 9 November 2019 (UTC)&lt;br /&gt;
:In addition, there are [[:Category:Sketches|t]][[:Category:BSD|h]][[:Category:Emacs|i]][[:Category:Identity_Theft|r]][[:Category:Katamari_Damacy|t]][[:Category:Super_Bowl|e]][[:Category:The_Matrix|e]][[:Category:Tournament_bracket|n]][[:Category:Traffic_light| ]][[:Category:Trebuchet|m]][[:Category:Wingsuit|o]][[:Category:Euler_diagrams|r]][[:Category:Pedantic|e]] four-comic categories that also seem rather in need of deletion.&lt;br /&gt;
:: Shouldn't the community at least have some time to expand on these categories, in case they're currently incomplete? For example, [[:Category:The Matrix]] is on your list and now contains 7 strips, and [[:Category:Tournament bracket]] got its 5th entry after your post. Even if they're not, a theme category can save some typing in the search box (and is probably also cheaper in terms of server resources than all the searches it'll eliminate). [[User:Promethean|Promethean]] ([[User talk:Promethean|talk]]) 22:43, 21 November 2019 (UTC)&lt;br /&gt;
:::So what do you think the limit should be for categories? Should we create a category when two comics mention the same topic? Three? --[[User:Account|Account]] ([[User talk:Account|talk]]) 16:28, 22 November 2019 (UTC)&lt;br /&gt;
::::Three seems reasonable to me, and I could see a case being made for two. Categories aren't expensive. [[User:Promethean|Promethean]] ([[User talk:Promethean|talk]]) 00:17, 23 November 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== New transcript ==&lt;br /&gt;
&lt;br /&gt;
The transcripts in the comic pages are quite inconsistent, especially in the brackets where you have to describe what happens in the panels. If I understand correctly, the transcripts are for people to copy the text in the comic without having to type them out. If that's the case, then I think propose a new transcript. This transcript should have the comic with the words erased, and then the copy-pasteable words on top of that. Such a transcript would have no room for error, which would let anyone contribute to a seamless transcript.&lt;br /&gt;
:The aim of the transcript is to provide a text-only version of the comic that would allow someone who is visually impaired to use a text-to-speech converter to understand the comic and also in a machine readable format for searching (see the [[explain_xkcd:Editor_FAQ#What_is_the_format_of_the_transcript_section?|Editor FAQ]]). Anything using mark-up, images or anything other than plain text will interfere with this and so should be avoided in the transcript. [[User:A(l)Chemist|AlChemist]] ([[User talk:A(l)Chemist|talk]]) 18:22, 23 November 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Add title text and heading to transcript section ==&lt;br /&gt;
&lt;br /&gt;
It has always bothered me that the transcript did not include the title text since it contributes so much to the humor of the comics. Also, it looks to me like the comic heading is sometimes included as part of the transcript and sometimes left out. I checked the previous proposals and did not see any discussion of these issues. Please consider having a policy going forward of including the heading and the title text within the transcript. [[User:Rtanenbaum|Rtanenbaum]] ([[User talk:Rtanenbaum|talk]]) 22:43, 1 January 2020 (UTC)&lt;br /&gt;
:To my understanding (and also others, see discussion directly above) one of the main points of the transcript is to make the comics searchable, the other is, to make it readable when images are not an option. In both cases the comic's name and the title text mentioned above and below the image should be sufficient. I personally think this convention is fine. [[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 08:28, 2 January 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Pardon me -- (and, '''&amp;lt;big&amp;gt;''thanks'' for your patience&amp;lt;/big&amp;gt;''') -- if this is too off-topic (/slash &amp;quot;boring&amp;quot;) or [[wikt:TMI|TMI]] (see {{w|Information overload#Web accuracy}} e.g.), '''...OR''' if this should have been posted elsewhere ...instead of here. &lt;br /&gt;
&lt;br /&gt;
::IMHO the term '''&amp;quot;title text&amp;quot;''' is a misnomer. I think the term is used to refer to the little (or, '''BIG!''') pop-up -- (kinda like what is sometimes called a &amp;lt;code&amp;gt;&amp;quot;tooltip&amp;quot;&amp;lt;/code&amp;gt;, but ... aren't those usually pretty '''small?''') -- that appears when one &amp;quot;hovers&amp;quot; his mouse [pointer] over an XKCD cartoon. ...at least, according to '''the &amp;quot;Talk:&amp;quot; page section''' [[Template talk:comic#The template field called .22titletext.22]] which was added almost 3 years ago. I think that calling it a &amp;lt;code&amp;gt;&amp;quot;BONUS text&amp;quot;&amp;lt;/code&amp;gt; would be even better than calling it a &amp;quot;caption&amp;quot;. However, [to me], '''either one''' of those terms would make sense ''WAY'' more than calling it a '''&amp;quot;title text&amp;quot;''' ... for reasons which are stated in the [Template] &amp;quot;Talk:&amp;quot; page section mentioned (and ... '''LINKED TO''') above.&amp;lt;br/&amp;gt;'''&amp;lt;big&amp;gt;Any Comments?  .  .  ''' *** Thanks! *** for listening!&amp;lt;/big&amp;gt; --[[User:Mike Schwartz|Mike Schwartz]] ([[User talk:Mike Schwartz|talk]]) 08:57, 7 April 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::Hi Mike, I see your point, and yes, something like &amp;quot;bonus text&amp;quot; might be a bit more descriptive.  But FWIW, I think the reason it's called &amp;quot;title text&amp;quot; is because that's the text that appears in the &amp;lt;code&amp;gt;[https://www.w3schools.com/tags/att_global_title.asp title]&amp;lt;/code&amp;gt; attribute of the HTML &amp;lt;code&amp;gt;[https://www.w3schools.com/tags/tag_img.asp &amp;amp;lt;img&amp;amp;gt;]&amp;lt;/code&amp;gt; tag of the comic's image on the xkcd.com site.  For example, at https://xkcd.com/2364/, the code for the comic image looks like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;img src=&amp;quot;//imgs.xkcd.com/comics/parity_conservation.png&amp;quot;&lt;br /&gt;
     title=&amp;quot;Bloody Mary is made of antimatter. It explains so much.&amp;quot;&lt;br /&gt;
     alt=&amp;quot;Parity Conservation&amp;quot;&lt;br /&gt;
     srcset=&amp;quot;//imgs.xkcd.com/comics/parity_conservation_2x.png 2x&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
:::In there, you can see the title text as &amp;lt;code&amp;gt;title=&amp;quot;Bloody Mary is made of antimatter. It explains so much.&amp;quot;&amp;lt;/code&amp;gt;  See [[title text|here]] for more explanation about that, and some discussions about it [[explain xkcd:Community portal/Miscellaneous#Common mistake|here]].  – [[User:Yfmcpxpj|Yfmcpxpj]] ([[User talk:Yfmcpxpj|talk]]) 03:11, 29 September 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Wikipedia links. ==&lt;br /&gt;
&lt;br /&gt;
I think the links to Wikipedia should have symbols, so it's not confusing which ones lead to other comic pages.&lt;br /&gt;
&lt;br /&gt;
== It's time to remove the HTTPS lock icon ==&lt;br /&gt;
&lt;br /&gt;
Explainxkcd should do the same thing that browser makers have done: treat HTTPS as the modern standard, and mark HTTP as the deviation instead.&lt;br /&gt;
&lt;br /&gt;
Here are appropriate replacement icons:&lt;br /&gt;
 * https://commons.wikimedia.org/wiki/File:Unlock_Icon_Red_(32_bit).png&lt;br /&gt;
 * https://commons.wikimedia.org/wiki/File:Unlock_Icon_Red_(4_bit).gif&lt;br /&gt;
- [[User:Frankie|Frankie]] ([[User talk:Frankie|talk]]) 12:49, 16 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
== New page for Randall's regular column in the New York Times ==&lt;br /&gt;
Randall Munroe has been writing and illustrating a monthly science column in the New York Times.  I suggest a page in this Wiki, indexing those columns.  For some reason the New York Times itself does not provide such an index.  If they ever do add one, we would still have a topic article here, similar to the one we have for the What If blog, that could link to their index.  --[[User:JohnB|JohnB]] ([[User talk:JohnB|talk]]) 00:47, 11 June 2020 (UTC)&lt;br /&gt;
------&lt;br /&gt;
=== New York Times column: Good Question ===&lt;br /&gt;
&lt;br /&gt;
'''Good Question''' is a more-or-less monthly column written and illustrated by '''[[Randall|Randall Munroe]]'''  in the '''[https://www.nytimes.com/section/science Science section of the New York Times]''', beginning in November 2019.  The columns give serious answers to science questions, in Munroe's inimitable style.&lt;br /&gt;
&lt;br /&gt;
The New York Times website ordinarily requires registration, and its content is always protected by copyright.  Most particularly it is ''not'' under [http://creativecommons.org/licenses/by-nc/2.5/ Creative Commons Attribution-NonCommercial 2.5 License] the way [[xkcd]] is.  The good news: anyone can register for a free digital subscription to the New York Times, with access to 'recent' Science articles among some others, but outside of that only five articles per month.  See [https://archive.nytimes.com/www.nytimes.com/info/help/freesearch.html Free Articles].&lt;br /&gt;
&lt;br /&gt;
Unlike for many of their other regular columnists, the New York Times does not provide a clickable link either on the byline '''Randall Munroe''' or on the column title '''Good Question'''.  The following tables are intended to correct that omission.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ New York Times columns ''by'' Randall Munroe&lt;br /&gt;
! Column !! Headline !! Byline !! Date&lt;br /&gt;
|-&lt;br /&gt;
! SCIENCE&lt;br /&gt;
| [https://www.nytimes.com/2019/08/13/science/what-makes-a-red-sky-at-night-and-at-morning.html What Makes a Red Sky at Night (and at Morning)]&lt;br /&gt;
| Randall Munroe&lt;br /&gt;
| Aug. 13, 2019&lt;br /&gt;
|-&lt;br /&gt;
! GOOD QUESTION&lt;br /&gt;
| [https://www.nytimes.com/2019/11/12/science/randall-munroe-moon.html If I Touched the Moon, What Would It Feel Like?]&lt;br /&gt;
| Randall Munroe&lt;br /&gt;
| Nov. 12, 2019&lt;br /&gt;
|-&lt;br /&gt;
! GOOD QUESTION&lt;br /&gt;
| [https://nytimes.com/2019/12/10/science/earth-size-mass.html Is Earth Getting Bigger Over Time?]&lt;br /&gt;
| Randall Munroe&lt;br /&gt;
| Dec. 10, 2019&lt;br /&gt;
|-&lt;br /&gt;
! GOOD QUESTION&lt;br /&gt;
| [https://www.nytimes.com/2020/01/21/science/human-running-speed-quadruped.html How Fast Can a Human Run?]&lt;br /&gt;
| Randall Munroe&lt;br /&gt;
| Jan. 21, 2020 / Feb. 7, 2020&lt;br /&gt;
|-&lt;br /&gt;
! GOOD QUESTION&lt;br /&gt;
| [https://www.nytimes.com/2020/02/17/science/worst-odor-smell-thioacetone.html What’s the World’s Worst Smell?]&lt;br /&gt;
| Randall Munroe&lt;br /&gt;
| Feb. 17, 2020 / Feb. 26, 2020&lt;br /&gt;
|-&lt;br /&gt;
! GOOD QUESTION&lt;br /&gt;
| [https://nytimes.com/2020/03/10/science/question-randall-munroe-bobsled-gravity.html What if Galileo Had Dropped Bobsleds From the Tower of Pisa?]&lt;br /&gt;
| Randall Munroe&lt;br /&gt;
| March 10, 2020&lt;br /&gt;
|-&lt;br /&gt;
! GOOD QUESTION&lt;br /&gt;
| [https://www.nytimes.com/2020/04/07/science/pulsar-xkcd-munroe-stars.html How’s the View From a Spinning Star?]&lt;br /&gt;
| Randall Munroe&lt;br /&gt;
| April 7, 2020&lt;br /&gt;
|-&lt;br /&gt;
! GOOD QUESTION&lt;br /&gt;
| [https://www.nytimes.com/2020/05/11/science/traffic-barrier-rice-krispies.html What’s the Sweetest, Crispiest Way to Stay Safe in a Car Crash?]&lt;br /&gt;
| Randall Munroe&lt;br /&gt;
| May 11, 2020&lt;br /&gt;
|-&lt;br /&gt;
! GOOD QUESTION&lt;br /&gt;
| [https://www.nytimes.com/2020/06/09/science/randall-munroe-question-eggs.html Can You Boil an Egg Too Long?]&lt;br /&gt;
| Randall Munroe&lt;br /&gt;
| June 9, 2020&lt;br /&gt;
|-&lt;br /&gt;
! GOOD QUESTION&lt;br /&gt;
| [https://www.nytimes.com/2020/07/07/science/neutrinos-snowball-randall-munroe.html Could You Make a Snowball of Neutrinos?]&lt;br /&gt;
| Randall Munroe&lt;br /&gt;
| July 7, 2020&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ New York Times columns ''about'' Randall Munroe&lt;br /&gt;
! Column !! Headline !! Byline !! Date&lt;br /&gt;
|-&lt;br /&gt;
! LINK BY LINK&lt;br /&gt;
| [https://www.nytimes.com/2008/05/26/business/media/26link.html This Is Funny Only if You Know Unix]&lt;br /&gt;
| Noam Cohen&lt;br /&gt;
| May 26, 2008&lt;br /&gt;
|-&lt;br /&gt;
! BITS&lt;br /&gt;
| [https://bits.blogs.nytimes.com/2014/03/14/techs-favorite-cartoonist-enters-mainstream-publishing/ Tech’s Favorite Cartoonist Enters Mainstream Publishing]&lt;br /&gt;
| Noam Cohen&lt;br /&gt;
| March 14, 2014&lt;br /&gt;
|-&lt;br /&gt;
! SCIENCE&lt;br /&gt;
| [https://www.nytimes.com/2014/11/04/science/randall-munroe-the-creator-of-xkcd-explains-complexity-through-absurdity.html He’s Glad You Asked]&lt;br /&gt;
| Kenneth Chang&lt;br /&gt;
| Nov. 3, 2014&lt;br /&gt;
|-&lt;br /&gt;
! BOOKS&lt;br /&gt;
| [https://www.nytimes.com/2015/11/24/books/randall-munroe-explains-it-all-for-us.html Randall Munroe Explains It All for Us]&lt;br /&gt;
| Alexandra Alter&lt;br /&gt;
| Nov. 23, 2015&lt;br /&gt;
|-&lt;br /&gt;
! SCIENCE&lt;br /&gt;
| [https://www.nytimes.com/2016/03/22/science/randall-munroe-xkcd-science-textbook.html Randall Munroe, XKCD Creator, Goes Back to High School]&lt;br /&gt;
| Kenneth Chang&lt;br /&gt;
| March 21, 2016&lt;br /&gt;
|-&lt;br /&gt;
! SCIENCE&lt;br /&gt;
| [https://www.nytimes.com/interactive/2016/03/18/science/document-Munroepages.html Randall Munroe of ‘XKCD’ Explains the Human Body, Elevators and the Saturn 5]&lt;br /&gt;
| (Actual pages from '''{{w|Thing_Explainer|Thing&amp;amp;nbsp;Explainer}}''')&lt;br /&gt;
| March 21, 2016&lt;br /&gt;
|}&lt;br /&gt;
------&lt;br /&gt;
&lt;br /&gt;
: Looks goods to me, you should probably make that an article of its own, maybe [[New York Times: Good Question]]? --[[User:SlashMe|SlashMe]] ([[User talk:SlashMe|talk]]) 22:58, 10 July 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
: {{notice|I went and added the page, here: [[New York Times: Good Question]] --[[User:JohnB|JohnB]] ([[User talk:JohnB|talk]]) 02:42, 11 July 2020 (UTC)}}&lt;br /&gt;
&lt;br /&gt;
== Bring back the {{rw}} template! please ==&lt;br /&gt;
&lt;br /&gt;
Can someone restore the &amp;lt;nowiki&amp;gt;{{rw}}&amp;lt;/nowiki&amp;gt; template? I insist on its existence. I further assure that it will be of much use. It was deleted by an admin. &amp;lt;span&amp;gt; — [[User:Sqrt-1|The &amp;lt;b&amp;gt;𝗦𝗾𝗿𝘁-𝟭&amp;lt;/b&amp;gt;]] &amp;lt;sup&amp;gt;[[User talk:Sqrt-1|&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]] [[Special:Contributions/Sqrt-1|&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;stalk&amp;lt;/span&amp;gt;]]&amp;lt;/sup&amp;gt;&amp;lt;/span&amp;gt; 06:10, 29 September 2020 (UTC)&lt;br /&gt;
:nm, did it myself.&amp;lt;span&amp;gt; — [[User:Sqrt-1|The &amp;lt;b&amp;gt;𝗦𝗾𝗿𝘁-𝟭&amp;lt;/b&amp;gt;]] &amp;lt;sup&amp;gt;[[User talk:Sqrt-1|&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]] [[Special:Contributions/Sqrt-1|&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;stalk&amp;lt;/span&amp;gt;]]&amp;lt;/sup&amp;gt;&amp;lt;/span&amp;gt; 04:15, 1 October 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Link to high-resolution images? ==&lt;br /&gt;
&lt;br /&gt;
The wiki includes the &amp;quot;standard&amp;quot; resolution images, but would it be worth adding a link to the higher-resolution image on each page?  It appears that this could be automated in at least a strong majority of cases: if the standard image is ''xyzzy.png'', the hi-res one is ''xyzzy'''_2x'''.png'' . [[User:BunsenH|BunsenH]] ([[User talk:BunsenH|talk]]) 22:10, 1 October 2020 (UTC)&lt;br /&gt;
:Please stop adding this to the explanations. This is not needed.  [[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:56, 6 October 2020 (UTC)&lt;br /&gt;
::The high-resolution image was quite useful in parsing the &amp;quot;Amelia's Farm Fresh Cookies&amp;quot; comic. I'm not convinced that the hi-res images are commonly known. I've been reading xkcd for about 7 years and hadn't heard about them until I stumbled across a mention of them in one of the Discussions here. What is the harm in having a one-line ''link'' here? -- not, I emphasize, the actual image, which would take up a great deal of space. [[User:BunsenH|BunsenH]] ([[User talk:BunsenH|talk]]) 17:00, 7 October 2020 (UTC)&lt;br /&gt;
:::I didn't know about the high-resolution images either.  While it might be a bit repetitive to add a full sentence to every comic's explanation, I agree that having ''some'' easy way to link to the hi-res image on xkcd.com could be handy.  For example, maybe a &amp;quot;hi-res&amp;quot; or &amp;quot;2x&amp;quot; button before the &amp;quot;Next &amp;gt;&amp;quot; button above the comic in [[Template:comic]]?  That's a bit extreme, but I added an example template, derived from the existing [[Template:comic]], to demonstrate how that could work:&lt;br /&gt;
:::* Template: [[User:Yfmcpxpj/Template:comic 2x test]]&lt;br /&gt;
:::* Demo: [[User:Yfmcpxpj/Sandbox#2x comic template test]]&lt;br /&gt;
:::With those changes to the template, for all comics as of [[1084]] the &amp;quot;2x&amp;quot; button would automatically appear.  (No need to go back and change all comics.)  This assumes the images hosted on explainxkcd generally have the same filename as on xkcd.com, but there are optional parameters to override the filename or omit the &amp;quot;2x&amp;quot; button altogether for specific exceptions.  I'm not suggesting we actually go ahead and implement this; but if there was enough interest, an admin would be needed anyway, to make the changes within [[Template:comic]], which is currently protected.  – [[User:Yfmcpxpj|Yfmcpxpj]] ([[User talk:Yfmcpxpj|talk]]) 23:25, 11 October 2020 (UTC)&lt;br /&gt;
::::FWIW, I like this. [[User:BunsenH|BunsenH]] ([[User talk:BunsenH|talk]]) 20:25, 12 October 2020 (UTC)&lt;br /&gt;
:::::My proposal is that a bot should add it automatically to the description of each comic image when available so that it does not take up space anywhere and is easily accessible.&amp;lt;span&amp;gt; — [[User:Sqrt-1|The &amp;lt;b&amp;gt;𝗦𝗾𝗿𝘁-𝟭&amp;lt;/b&amp;gt;]] &amp;lt;sup&amp;gt;[[User talk:Sqrt-1|&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]] [[Special:Contributions/Sqrt-1|&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;stalk&amp;lt;/span&amp;gt;]]&amp;lt;/sup&amp;gt;&amp;lt;/span&amp;gt; 13:49, 8 February 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Proposal to replace the top section with this... ==&lt;br /&gt;
&lt;br /&gt;
I have come up with a new design for the top section of all community portals...&lt;br /&gt;
It’s located here... https://www.explainxkcd.com/wiki/index.php?title=explain_xkcd:Sandbox&amp;amp;oldid=199882 &amp;lt;span&amp;gt; — [[User:Sqrt-1|The &amp;lt;b&amp;gt;𝗦𝗾𝗿𝘁-𝟭&amp;lt;/b&amp;gt;]] &amp;lt;sup&amp;gt;[[User talk:Sqrt-1|&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]] [[Special:Contributions/Sqrt-1|&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;stalk&amp;lt;/span&amp;gt;]]&amp;lt;/sup&amp;gt;&amp;lt;/span&amp;gt; 14:15, 15 October 2020 (UTC)&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
{|-&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; width=&amp;quot;80%&amp;quot;|[[File:Crystal Clear app ktip.png|left|120px]] &amp;lt;big&amp;gt;&amp;lt;big&amp;gt;&amp;lt;b&amp;gt;Proposals&amp;lt;/b&amp;gt;&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;Ideas to improve the wiki's design and organization can be added here.&amp;lt;/i&amp;gt; {{AddNewSection|Page=Explain XKCD:Community portal/Proposals|Text=&amp;lt;small&amp;gt;(+post)&amp;lt;/small&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
|valign=&amp;quot;top&amp;quot; xalign=&amp;quot;right&amp;quot; width=&amp;quot;100%&amp;quot;|[[File:Crystal Clear app package settings blue.png|50px|link=https://www.explainxkcd.com/wiki/index.php/explain_xkcd:Community_portal/Technical]][[File:Crystal Clear teamwork.png|50px|link=https://www.explainxkcd.com/wiki/index.php/explain_xkcd:Community_portal/Coordination]][[File:Mop.svg|50px|link=https://www.explainxkcd.com/wiki/index.php/explain_xkcd:Community_portal/Admin_requests]][[File:Internet-group-chat.svg|50px|link=https://www.explainxkcd.com/wiki/index.php/explain_xkcd:Community_portal/Miscellaneous]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== I made a template for welcoming new users. ==&lt;br /&gt;
&lt;br /&gt;
{{Welcome}}&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
Any ideas? Suggestions? Objections?&amp;lt;span&amp;gt; — [[User:Sqrt-1|The &amp;lt;b&amp;gt;𝗦𝗾𝗿𝘁-𝟭&amp;lt;/b&amp;gt;]] &amp;lt;sup&amp;gt;[[User talk:Sqrt-1|&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]] [[Special:Contributions/Sqrt-1|&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;stalk&amp;lt;/span&amp;gt;]]&amp;lt;/sup&amp;gt;&amp;lt;/span&amp;gt; 16:35, 13 December 2020 (UTC)&lt;br /&gt;
: this is now in at the top of the Main Page --[[User:Jeff|&amp;lt;b&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;Jeff&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;]] ([[User talk:Jeff|talk]]) 16:38, 5 February 2021 (UTC)&lt;br /&gt;
::Why? This looks like a template intended for (newly created) UserPages. And it replaces interesting data from the frontpage with something not useful for casual visitors (or even non-casual lurkers). I'd undo this change in an instant if I had authority to do so. ((The template looks good, to clarify, just obviously not intended to be in that location.)) [[Special:Contributions/141.101.76.154|141.101.76.154]] 01:36, 6 February 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
== comic groups ==&lt;br /&gt;
&lt;br /&gt;
i think we should have a tech problems list of comics ( as there are quite a few)&lt;br /&gt;
:We already have a category for it. [[:Category:Cueball_Computer_Problems]].&amp;lt;span&amp;gt; — [[User:Sqrt-1|The &amp;lt;b&amp;gt;𝗦𝗾𝗿𝘁-𝟭&amp;lt;/b&amp;gt;]] &amp;lt;sup&amp;gt;[[User talk:Sqrt-1|&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]] [[Special:Contributions/Sqrt-1|&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;stalk&amp;lt;/span&amp;gt;]]&amp;lt;/sup&amp;gt;&amp;lt;/span&amp;gt; 13:44, 8 February 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Archiving interactive comics? ==&lt;br /&gt;
&lt;br /&gt;
Has the possibility of archiving interactive comics been discussed? Of course, users can view them on the original website, but it’d be nice to have a working backup of sorts, especially considering some of the interactive comics haven’t aged too well in terms of compatibility or support (e.g. Umwelt displays a blank page for me.)&lt;br /&gt;
&lt;br /&gt;
It probably wouldn’t be possible to do so directly from mediawiki, but I’d be happy to experiment with cloning a few of them on another server, or as simple PHP pages that could be embedded, if it would help. Most of the interactive comics appear to be implemented mostly in client side JS anyways, so replicating them shouldn’t be too bad.&lt;br /&gt;
&lt;br /&gt;
[[User:Tague|Tague]] ([[User talk:Tague|talk]]) 13:12, 29 April 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>Tague</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2456:_Types_of_Scientific_Paper&amp;diff=211280</id>
		<title>Talk:2456: Types of Scientific Paper</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2456:_Types_of_Scientific_Paper&amp;diff=211280"/>
				<updated>2021-04-29T12:56:42Z</updated>
		
		<summary type="html">&lt;p&gt;Tague: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
I've a feeling we could find actual papers that paraphrase down to those in the comic. Also, lol at the 500 scientists' &amp;quot;citation&amp;quot; section. [[Special:Contributions/162.158.159.104|162.158.159.104]] 20:36, 28 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
As we edit this we should probably pay attention to the content / layout of the article images: The number of lines beneath the title and layout of each &amp;quot;paper&amp;quot; he's drawn could be relevant to the joke. For example, the &amp;quot;500 scientists&amp;quot; presumably have a massive authors list, and the one on how &amp;quot;everyone else is doing it wrong&amp;quot; has a single author and a particularly &amp;quot;article-esque&amp;quot; layout.&lt;br /&gt;
&lt;br /&gt;
[[Special:Contributions/172.68.132.45|172.68.132.45]] 21:04, 28 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
:True. Do you think we should add another column describing the pictured paper to the explanation chart?&lt;br /&gt;
[[User:Reywas|Reywas]] ([[User talk:Reywas|talk]]) 21:06, 28 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
For the &amp;quot;student volunteers&amp;quot; paper, many experiments involve adding hurdles for the participants to deal with. Like interrupting them, depriving them of sleep, adding distracting information, etc. It's not uncommon that these make them worse at the tasks. So this is just another research paper like that. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 01:24, 29 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Nobody has pointed out that the &amp;quot;Maybe all these categories are wrong&amp;quot; title directly pertains to this very comic... [[User:John.Adriaan|John.Adriaan]] ([[User talk:John.Adriaan|talk]]) 02:17, 29 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I think that’s the more likely ‘correct’ interpretation, honestly. Maybe we should add more detail now that it’s mentioned? [[User:Tague|Tague]] ([[User talk:Tague|talk]]) 12:56, 29 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Should we add another colum to include the corresponding LaTeX template? Some of them seem like that could easily be found.&lt;br /&gt;
&lt;br /&gt;
These are titles of papers, so shouldn't each word be capitalized? For example: &amp;quot;We Put a Camera Somewhere New&amp;quot;. I realize that the original is in all caps, but that's because that's the usual format for comics . . . . [[Special:Contributions/172.68.57.179|172.68.57.179]] 10:45, 29 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Paper titles are usually not capitalized, contrary to journal names. You can see an example at the [https://repositorio.uc.cl/xmlui/bitstream/handle/11534/13948/Observation%20of%20a%20new%20particle%20in%20the%20search%20for%20the%20Standard%20Model%20Higgs%20boson%20with%20the%20ATLAS%20detector%20at%20the%20LHC.pdf Higgs Boson] paper cited in the comic description (there are, of course, others.) [[Special:Contributions/141.101.105.134|141.101.105.134]] 11:32, 29 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Why does the explanation say &amp;quot;There are no headers&amp;quot; for the &amp;quot;We put a camera somewhere new&amp;quot; paper? I assume &amp;quot;headers&amp;quot; refers to &amp;quot;section headers&amp;quot;, of which I see more in the camera-paper than in e.g. the immune system-paper (or the old records-paper). [[Special:Contributions/141.101.96.28|141.101.96.28]] 11:25, 29 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Probably referring to the lack of actual legible ''text'' for us to comment on the content of the paper. [[User:Tague|Tague]] ([[User talk:Tague|talk]]) 12:49, 29 April 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>Tague</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2456:_Types_of_Scientific_Paper&amp;diff=211279</id>
		<title>2456: Types of Scientific Paper</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2456:_Types_of_Scientific_Paper&amp;diff=211279"/>
				<updated>2021-04-29T12:54:23Z</updated>
		
		<summary type="html">&lt;p&gt;Tague: Clarify “no headers”.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2456&lt;br /&gt;
| date      = April 28, 2021&lt;br /&gt;
| title     = Types of Scientific Paper&lt;br /&gt;
| image     = types_of_scientific_paper.png&lt;br /&gt;
| titletext = Others include &amp;quot;We've incrementally improved the estimate of this coefficient,&amp;quot; &amp;quot;Maybe all these categories are wrong,&amp;quot; and &amp;quot;We found a way to make student volunteers worse at tasks.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a RESEARCH DEPARTMENT ON A LUNCHBREAK. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
In this comic, [[Randall]] describes categories of scientific papers with somewhat humorous generalized titles.&lt;br /&gt;
&lt;br /&gt;
==Table of papers==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Breakdown of Papers&lt;br /&gt;
|-&lt;br /&gt;
!Paper Title&lt;br /&gt;
!Explanation&lt;br /&gt;
!Article Description&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|We put a camera somewhere new&lt;br /&gt;
|This may involve miniaturisation or other improvements of imaging sensors, power supply, transmission or retention of data, environmental hardening and (possibly) recovery afterwards. Photographs and videos can be especially helpful in understanding what is or was going on, especially for the layman, than more limited signal traces.&lt;br /&gt;
&lt;br /&gt;
Cameras have been inserted into ''every'' obvious bodily orifice (including swallowed, to be later excreted), placed in habitats to monitor wildlife, attached to wildlife to monitor habitats, sent into volcanic craters/ocean trenches/high altitudes/nuclear reactors, launched into space and sent past/round/onto several of the solar-system's more interesting bodies.&lt;br /&gt;
&lt;br /&gt;
|While the headers contain no legible text, the text of such an article might discuss the records without undertaking a more structured study. Includes a large figure, likely an image captured with the camera.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|Hey, I found a trove of old records! They don't turn out to be particularly useful, but still, cool!&lt;br /&gt;
|Rather than starting with the aim of investigating some question, and finding some way of answering it by uncovering evidence, sometimes a writer may have stumbled upon a cache of historic documents that they then feel compelled to justify the resulting 'WikiWalk' they may have found themselves sucked into.&lt;br /&gt;
|Small figure may show the most interesting fragment of the records.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|My colleague is wrong and I can finally prove it&lt;br /&gt;
|This title refers to the occasional rivalries between scientists within a field, which can push them to seek proof that they, and not their colleague, are correct.&lt;br /&gt;
|Note the lack of headers, suggesting an argument more than an explanation of data&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|The immune system is at it again&lt;br /&gt;
|The human immune system is notoriously complex, and there are countless papers in medical fields just describing its strangeness. While it is best known for preventing and battling infections, in auto-immune disease, it can also turn against the body that it is supposed to protect. Moreover it can overreact, for instance in allergic reactions or in a potentially lethal {{w|cytokine storm}}  known to occur in certain viral infections, including {{w|Influenza}} and {{w|COVID-19}}.  &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|We figured out how to make this exotic material, so email us if you need some&lt;br /&gt;
|Researchers often attempt to create materials despite there not being any demand, predicting that in the future their material will be game-changing without any actual applications. These researchers have created such a material, and are offering to produce it for anyone who needs it.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|What are fish even doing down there&lt;br /&gt;
|Deep sea marine biology regularly discovers [https://www.youtube.com/watch?v=u7QXdlSBGGY strange lifeforms] in unexpected places, and theories explaining deep sea ecosystems are regularly confounded by new data.&lt;br /&gt;
&lt;br /&gt;
Scientists may also bump into marine organisms when looking for something else. For example, one planned underwater neutrino detector [https://www.nature.com/articles/srep44938 picked up bioluminescence instead].&lt;br /&gt;
|This paper does not appear to have any headers, implying a longer, free-flowing format.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|This task I had to do anyway turned out to be hard enough for its own paper&lt;br /&gt;
|There is a huge variety in the complexity and importance of subjects studied in scientific papers, and often some supposedly easy task will be sufficiently complicated as to merit its own paper.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|Hey, at least we showed that this method can produce results! That's not nothing, right?&lt;br /&gt;
|One of the struggles of the scientific method is that many experiments will not produce the results scientists desired or expected. Negative or conflicting results of well-conducted research are as important as positive or dramatic ones, but are often ignored in favor of more novel findings. As a result, some journals are established specifically for negative results.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|Check out this weird thing one of us saw while out for a walk&lt;br /&gt;
|This paper may be imagined as an opportunistic publication. A department or team has seen itself low down on the local 'league table' for academic output. A brainstorming session for a way of rectifying this led to desperately seizing upon the first idle comment made (in lieu of any better sounding ideas) that can somehow be shoehorned into their respective subject area.&lt;br /&gt;
&lt;br /&gt;
This also works in the context of entomology. Insects have the most species of any class of animals [https://www.si.edu/spotlight/buginfo/bugnos by a wide margin], but due to their small size, they're not easily seen. As a result, new species are constantly being discovered in places as innocuous as [https://wildlife.org/video-entomologists-discover-30-new-species-in-la-backyards/ someone's backyard.]&lt;br /&gt;
|Includes several large figures, likely close-up photographs of the weird thing. There are no headers, as the paper may have little background or methodology, just observations.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|We are 500 scientists and here's what we've been up to for the last 10 years&lt;br /&gt;
| Some papers summarize the work of big research teams, like those working on the [https://repositorio.uc.cl/xmlui/bitstream/handle/11534/13948/Observation%20of%20a%20new%20particle%20in%20the%20search%20for%20the%20Standard%20Model%20Higgs%20boson%20with%20the%20ATLAS%20detector%20at%20the%20LHC.pdf Higgs Boson] (list of authors starts at page 17 and goes to page 26 with foot notes about authors to page 29) or LIGO. Since the discoveries which are made are a team effort, probably outlasting many of the individual tenures involved, the papers have many authors listed.&lt;br /&gt;
A credit for participation may not mean any particularly great contribution by each individual, but being left out (even for one summer's secondment, seven years before any results could be recorded) would be taken as a slight, and an opportunity missed to be 'citable' in the future.&lt;br /&gt;
|A huge portion of the page is taken up by the presumably 500 authors' names, above the main horizontal bar.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|Some thoughts on how everyone else is bad at research&lt;br /&gt;
|Similar to the &amp;quot;my colleague is wrong&amp;quot; paper, but in this case applied to far greater swathes of the community by the author(s) of this (possibly unfocussed) tract. Usually a &amp;quot;systematic review&amp;quot;.&lt;br /&gt;
|No header sections, possibly because these particular thoughts are in the form of an essay or letter without an accompanying investigation.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|We scanned some undergraduates&lt;br /&gt;
|Some initial research, especially that on a low budget, may recruit students at the same institution as easily available test-subjects. Quite often these are psychological or sociological studies, but can involve more medical (but non-invasive) 'scans', from simple eyeball-tracking to full-body MRI.&lt;br /&gt;
&lt;br /&gt;
When misread as &amp;quot;scammed&amp;quot;, this paper can also refer to numerous famous psychological studies done before the establishment of certain ethical rules, such as the Milgram experiment.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|We've incrementally improved the estimate of this coefficient&lt;br /&gt;
|Often scientific research, e.g. in cosmology or physics, will work with an assumed constant value that is known to be only an 'educated guess' of the actual definite value, or an inclusive range. However accurate/certain this is, further experimentation or observation may further narrow down the uncertainty involved to a statistically significant degree.&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|(Only referenced in Title Text)&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|Maybe all these categories are wrong&lt;br /&gt;
|In some field that relies heavily upon classification (e.g. phylogenetic biology, or the Standard Model in physics) sometimes observations arise that cast doubt on the previously established ideas. It seems that this may have happened here, hopefully with a suggestion of how to reimagine the situation.&lt;br /&gt;
&lt;br /&gt;
Alternatively, it may be a reference to the categories of papers that this comic proposes.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|We found a way to make student volunteers worse at tasks&lt;br /&gt;
|Possibly a psychology experiment, and maybe not even the result expected. In general, the repetition of an activity will induce greater skill/capacity in a tested individual. By accident or design, the study group in this instance has induced the opposite correlation. (There ''are'', however, some studies that explicitly look at how e.g. lack of sleep reduces productivity.)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Could need description of each paper}}&lt;br /&gt;
:[Heading:]&lt;br /&gt;
:Types of Scientific Paper &lt;br /&gt;
&lt;br /&gt;
:[An array of 4 rows with 3 scientific papers each, is shown. The first page of each is shown, but only the papers titles are legible. Black lines for headings, several lines for paragraphs of text and white rectangles indicating figures are used to make each paper look different. Titles are as follows:]&lt;br /&gt;
:We put a camera somewhere new&lt;br /&gt;
:Hey, I found a trove of old records! They don't turn out to be particularly useful, but still, cool!&lt;br /&gt;
:My colleague is wrong and I can finally prove it&lt;br /&gt;
:The immune system is at it again&lt;br /&gt;
:We figured out how to make this exotic material, so email us if you need some&lt;br /&gt;
:What are fish even doing down there&lt;br /&gt;
:This task I had to do anyway turned out to be hard enough for its own paper&lt;br /&gt;
:Hey, at least we showed that this method can produce results! That's not nothing, right?&lt;br /&gt;
:Check out this weird thing one of us saw while out for a walk&lt;br /&gt;
:We are 500 scientists and here's what we've been up to for the last 10 years&lt;br /&gt;
:Some thoughts on how everyone else is bad at research&lt;br /&gt;
:We scanned some undergraduates&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*Originally, this comic's title text misspelled &amp;quot;volunteers&amp;quot; as &amp;quot;volunters&amp;quot;. &lt;br /&gt;
**This could have been intentional (''we'' might be the volunteers)&lt;br /&gt;
**But it was not as it was quickly corrected.&lt;br /&gt;
*Another comic, [[2012: Thorough Analysis]], similarly categorizes or mocks research papers.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Research Papers]]&lt;br /&gt;
[[Category:Science]]&lt;/div&gt;</summary>
		<author><name>Tague</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2456:_Types_of_Scientific_Paper&amp;diff=211278</id>
		<title>Talk:2456: Types of Scientific Paper</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2456:_Types_of_Scientific_Paper&amp;diff=211278"/>
				<updated>2021-04-29T12:50:21Z</updated>
		
		<summary type="html">&lt;p&gt;Tague: Improve my comment. Whoops, I used markdown formatting!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
I've a feeling we could find actual papers that paraphrase down to those in the comic. Also, lol at the 500 scientists' &amp;quot;citation&amp;quot; section. [[Special:Contributions/162.158.159.104|162.158.159.104]] 20:36, 28 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
As we edit this we should probably pay attention to the content / layout of the article images: The number of lines beneath the title and layout of each &amp;quot;paper&amp;quot; he's drawn could be relevant to the joke. For example, the &amp;quot;500 scientists&amp;quot; presumably have a massive authors list, and the one on how &amp;quot;everyone else is doing it wrong&amp;quot; has a single author and a particularly &amp;quot;article-esque&amp;quot; layout.&lt;br /&gt;
&lt;br /&gt;
[[Special:Contributions/172.68.132.45|172.68.132.45]] 21:04, 28 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
:True. Do you think we should add another column describing the pictured paper to the explanation chart?&lt;br /&gt;
[[User:Reywas|Reywas]] ([[User talk:Reywas|talk]]) 21:06, 28 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
For the &amp;quot;student volunteers&amp;quot; paper, many experiments involve adding hurdles for the participants to deal with. Like interrupting them, depriving them of sleep, adding distracting information, etc. It's not uncommon that these make them worse at the tasks. So this is just another research paper like that. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 01:24, 29 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Nobody has pointed out that the &amp;quot;Maybe all these categories are wrong&amp;quot; title directly pertains to this very comic... [[User:John.Adriaan|John.Adriaan]] ([[User talk:John.Adriaan|talk]]) 02:17, 29 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Should we add another colum to include the corresponding LaTeX template? Some of them seem like that could easily be found.&lt;br /&gt;
&lt;br /&gt;
These are titles of papers, so shouldn't each word be capitalized? For example: &amp;quot;We Put a Camera Somewhere New&amp;quot;. I realize that the original is in all caps, but that's because that's the usual format for comics . . . . [[Special:Contributions/172.68.57.179|172.68.57.179]] 10:45, 29 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Paper titles are usually not capitalized, contrary to journal names. You can see an example at the [https://repositorio.uc.cl/xmlui/bitstream/handle/11534/13948/Observation%20of%20a%20new%20particle%20in%20the%20search%20for%20the%20Standard%20Model%20Higgs%20boson%20with%20the%20ATLAS%20detector%20at%20the%20LHC.pdf Higgs Boson] paper cited in the comic description (there are, of course, others.) [[Special:Contributions/141.101.105.134|141.101.105.134]] 11:32, 29 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Why does the explanation say &amp;quot;There are no headers&amp;quot; for the &amp;quot;We put a camera somewhere new&amp;quot; paper? I assume &amp;quot;headers&amp;quot; refers to &amp;quot;section headers&amp;quot;, of which I see more in the camera-paper than in e.g. the immune system-paper (or the old records-paper). [[Special:Contributions/141.101.96.28|141.101.96.28]] 11:25, 29 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Probably referring to the lack of actual legible ''text'' for us to comment on the content of the paper. [[User:Tague|Tague]] ([[User talk:Tague|talk]]) 12:49, 29 April 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>Tague</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2456:_Types_of_Scientific_Paper&amp;diff=211277</id>
		<title>Talk:2456: Types of Scientific Paper</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2456:_Types_of_Scientific_Paper&amp;diff=211277"/>
				<updated>2021-04-29T12:49:03Z</updated>
		
		<summary type="html">&lt;p&gt;Tague: Reply comment&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
I've a feeling we could find actual papers that paraphrase down to those in the comic. Also, lol at the 500 scientists' &amp;quot;citation&amp;quot; section. [[Special:Contributions/162.158.159.104|162.158.159.104]] 20:36, 28 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
As we edit this we should probably pay attention to the content / layout of the article images: The number of lines beneath the title and layout of each &amp;quot;paper&amp;quot; he's drawn could be relevant to the joke. For example, the &amp;quot;500 scientists&amp;quot; presumably have a massive authors list, and the one on how &amp;quot;everyone else is doing it wrong&amp;quot; has a single author and a particularly &amp;quot;article-esque&amp;quot; layout.&lt;br /&gt;
&lt;br /&gt;
[[Special:Contributions/172.68.132.45|172.68.132.45]] 21:04, 28 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
:True. Do you think we should add another column describing the pictured paper to the explanation chart?&lt;br /&gt;
[[User:Reywas|Reywas]] ([[User talk:Reywas|talk]]) 21:06, 28 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
For the &amp;quot;student volunteers&amp;quot; paper, many experiments involve adding hurdles for the participants to deal with. Like interrupting them, depriving them of sleep, adding distracting information, etc. It's not uncommon that these make them worse at the tasks. So this is just another research paper like that. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 01:24, 29 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Nobody has pointed out that the &amp;quot;Maybe all these categories are wrong&amp;quot; title directly pertains to this very comic... [[User:John.Adriaan|John.Adriaan]] ([[User talk:John.Adriaan|talk]]) 02:17, 29 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Should we add another colum to include the corresponding LaTeX template? Some of them seem like that could easily be found.&lt;br /&gt;
&lt;br /&gt;
These are titles of papers, so shouldn't each word be capitalized? For example: &amp;quot;We Put a Camera Somewhere New&amp;quot;. I realize that the original is in all caps, but that's because that's the usual format for comics . . . . [[Special:Contributions/172.68.57.179|172.68.57.179]] 10:45, 29 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Paper titles are usually not capitalized, contrary to journal names. You can see an example at the [https://repositorio.uc.cl/xmlui/bitstream/handle/11534/13948/Observation%20of%20a%20new%20particle%20in%20the%20search%20for%20the%20Standard%20Model%20Higgs%20boson%20with%20the%20ATLAS%20detector%20at%20the%20LHC.pdf Higgs Boson] paper cited in the comic description (there are, of course, others.) [[Special:Contributions/141.101.105.134|141.101.105.134]] 11:32, 29 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Why does the explanation say &amp;quot;There are no headers&amp;quot; for the &amp;quot;We put a camera somewhere new&amp;quot; paper? I assume &amp;quot;headers&amp;quot; refers to &amp;quot;section headers&amp;quot;, of which I see more in the camera-paper than in e.g. the immune system-paper (or the old records-paper). [[Special:Contributions/141.101.96.28|141.101.96.28]] 11:25, 29 April 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Probably referring to the lack of actual legible *text*. [[User:Tague|Tague]] ([[User talk:Tague|talk]]) 12:49, 29 April 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>Tague</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2456:_Types_of_Scientific_Paper&amp;diff=211276</id>
		<title>2456: Types of Scientific Paper</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2456:_Types_of_Scientific_Paper&amp;diff=211276"/>
				<updated>2021-04-29T12:47:25Z</updated>
		
		<summary type="html">&lt;p&gt;Tague: Note a similar comic&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2456&lt;br /&gt;
| date      = April 28, 2021&lt;br /&gt;
| title     = Types of Scientific Paper&lt;br /&gt;
| image     = types_of_scientific_paper.png&lt;br /&gt;
| titletext = Others include &amp;quot;We've incrementally improved the estimate of this coefficient,&amp;quot; &amp;quot;Maybe all these categories are wrong,&amp;quot; and &amp;quot;We found a way to make student volunteers worse at tasks.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a RESEARCH DEPARTMENT ON A LUNCHBREAK. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
In this comic, [[Randall]] describes categories of scientific papers with somewhat humorous generalized titles.&lt;br /&gt;
&lt;br /&gt;
==Table of papers==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Breakdown of Papers&lt;br /&gt;
|-&lt;br /&gt;
!Paper Title&lt;br /&gt;
!Explanation&lt;br /&gt;
!Article Description&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|We put a camera somewhere new&lt;br /&gt;
|This may involve miniaturisation or other improvements of imaging sensors, power supply, transmission or retention of data, environmental hardening and (possibly) recovery afterwards. Photographs and videos can be especially helpful in understanding what is or was going on, especially for the layman, than more limited signal traces.&lt;br /&gt;
&lt;br /&gt;
Cameras have been inserted into ''every'' obvious bodily orifice (including swallowed, to be later excreted), placed in habitats to monitor wildlife, attached to wildlife to monitor habitats, sent into volcanic craters/ocean trenches/high altitudes/nuclear reactors, launched into space and sent past/round/onto several of the solar-system's more interesting bodies.&lt;br /&gt;
&lt;br /&gt;
|There are no headers, so the text may discuss the records without undertaking a more structured study. Includes a large figure, likely an image captured with the camera.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|Hey, I found a trove of old records! They don't turn out to be particularly useful, but still, cool!&lt;br /&gt;
|Rather than starting with the aim of investigating some question, and finding some way of answering it by uncovering evidence, sometimes a writer may have stumbled upon a cache of historic documents that they then feel compelled to justify the resulting 'WikiWalk' they may have found themselves sucked into.&lt;br /&gt;
|Small figure may show the most interesting fragment of the records.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|My colleague is wrong and I can finally prove it&lt;br /&gt;
|This title refers to the occasional rivalries between scientists within a field, which can push them to seek proof that they, and not their colleague, are correct.&lt;br /&gt;
|Note the lack of headers, suggesting an argument more than an explanation of data&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|The immune system is at it again&lt;br /&gt;
|The human immune system is notoriously complex, and there are countless papers in medical fields just describing its strangeness. While it is best known for preventing and battling infections, in auto-immune disease, it can also turn against the body that it is supposed to protect. Moreover it can overreact, for instance in allergic reactions or in a potentially lethal {{w|cytokine storm}}  known to occur in certain viral infections, including {{w|Influenza}} and {{w|COVID-19}}.  &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|We figured out how to make this exotic material, so email us if you need some&lt;br /&gt;
|Researchers often attempt to create materials despite there not being any demand, predicting that in the future their material will be game-changing without any actual applications. These researchers have created such a material, and are offering to produce it for anyone who needs it.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|What are fish even doing down there&lt;br /&gt;
|Deep sea marine biology regularly discovers [https://www.youtube.com/watch?v=u7QXdlSBGGY strange lifeforms] in unexpected places, and theories explaining deep sea ecosystems are regularly confounded by new data.&lt;br /&gt;
&lt;br /&gt;
Scientists may also bump into marine organisms when looking for something else. For example, one planned underwater neutrino detector [https://www.nature.com/articles/srep44938 picked up bioluminescence instead].&lt;br /&gt;
|This paper does not appear to have any headers, implying a longer, free-flowing format.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|This task I had to do anyway turned out to be hard enough for its own paper&lt;br /&gt;
|There is a huge variety in the complexity and importance of subjects studied in scientific papers, and often some supposedly easy task will be sufficiently complicated as to merit its own paper.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|Hey, at least we showed that this method can produce results! That's not nothing, right?&lt;br /&gt;
|One of the struggles of the scientific method is that many experiments will not produce the results scientists desired or expected. Negative or conflicting results of well-conducted research are as important as positive or dramatic ones, but are often ignored in favor of more novel findings. As a result, some journals are established specifically for negative results.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|Check out this weird thing one of us saw while out for a walk&lt;br /&gt;
|This paper may be imagined as an opportunistic publication. A department or team has seen itself low down on the local 'league table' for academic output. A brainstorming session for a way of rectifying this led to desperately seizing upon the first idle comment made (in lieu of any better sounding ideas) that can somehow be shoehorned into their respective subject area.&lt;br /&gt;
&lt;br /&gt;
This also works in the context of entomology. Insects have the most species of any class of animals [https://www.si.edu/spotlight/buginfo/bugnos by a wide margin], but due to their small size, they're not easily seen. As a result, new species are constantly being discovered in places as innocuous as [https://wildlife.org/video-entomologists-discover-30-new-species-in-la-backyards/ someone's backyard.]&lt;br /&gt;
|Includes several large figures, likely close-up photographs of the weird thing. There are no headers, as the paper may have little background or methodology, just observations.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|We are 500 scientists and here's what we've been up to for the last 10 years&lt;br /&gt;
| Some papers summarize the work of big research teams, like those working on the [https://repositorio.uc.cl/xmlui/bitstream/handle/11534/13948/Observation%20of%20a%20new%20particle%20in%20the%20search%20for%20the%20Standard%20Model%20Higgs%20boson%20with%20the%20ATLAS%20detector%20at%20the%20LHC.pdf Higgs Boson] (list of authors starts at page 17 and goes to page 26 with foot notes about authors to page 29) or LIGO. Since the discoveries which are made are a team effort, probably outlasting many of the individual tenures involved, the papers have many authors listed.&lt;br /&gt;
A credit for participation may not mean any particularly great contribution by each individual, but being left out (even for one summer's secondment, seven years before any results could be recorded) would be taken as a slight, and an opportunity missed to be 'citable' in the future.&lt;br /&gt;
|A huge portion of the page is taken up by the presumably 500 authors' names, above the main horizontal bar.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|Some thoughts on how everyone else is bad at research&lt;br /&gt;
|Similar to the &amp;quot;my colleague is wrong&amp;quot; paper, but in this case applied to far greater swathes of the community by the author(s) of this (possibly unfocussed) tract. Usually a &amp;quot;systematic review&amp;quot;.&lt;br /&gt;
|No header sections, possibly because these particular thoughts are in the form of an essay or letter without an accompanying investigation.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|We scanned some undergraduates&lt;br /&gt;
|Some initial research, especially that on a low budget, may recruit students at the same institution as easily available test-subjects. Quite often these are psychological or sociological studies, but can involve more medical (but non-invasive) 'scans', from simple eyeball-tracking to full-body MRI.&lt;br /&gt;
&lt;br /&gt;
When misread as &amp;quot;scammed&amp;quot;, this paper can also refer to numerous famous psychological studies done before the establishment of certain ethical rules, such as the Milgram experiment.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|We've incrementally improved the estimate of this coefficient&lt;br /&gt;
|Often scientific research, e.g. in cosmology or physics, will work with an assumed constant value that is known to be only an 'educated guess' of the actual definite value, or an inclusive range. However accurate/certain this is, further experimentation or observation may further narrow down the uncertainty involved to a statistically significant degree.&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|(Only referenced in Title Text)&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|Maybe all these categories are wrong&lt;br /&gt;
|In some field that relies heavily upon classification (e.g. phylogenetic biology, or the Standard Model in physics) sometimes observations arise that cast doubt on the previously established ideas. It seems that this may have happened here, hopefully with a suggestion of how to reimagine the situation.&lt;br /&gt;
&lt;br /&gt;
Alternatively, it may be a reference to the categories of papers that this comic proposes.&lt;br /&gt;
|-&lt;br /&gt;
!scope=row|We found a way to make student volunteers worse at tasks&lt;br /&gt;
|Possibly a psychology experiment, and maybe not even the result expected. In general, the repetition of an activity will induce greater skill/capacity in a tested individual. By accident or design, the study group in this instance has induced the opposite correlation. (There ''are'', however, some studies that explicitly look at how e.g. lack of sleep reduces productivity.)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Could need description of each paper}}&lt;br /&gt;
:[Heading:]&lt;br /&gt;
:Types of Scientific Paper &lt;br /&gt;
&lt;br /&gt;
:[An array of 4 rows with 3 scientific papers each, is shown. The first page of each is shown, but only the papers titles are legible. Black lines for headings, several lines for paragraphs of text and white rectangles indicating figures are used to make each paper look different. Titles are as follows:]&lt;br /&gt;
:We put a camera somewhere new&lt;br /&gt;
:Hey, I found a trove of old records! They don't turn out to be particularly useful, but still, cool!&lt;br /&gt;
:My colleague is wrong and I can finally prove it&lt;br /&gt;
:The immune system is at it again&lt;br /&gt;
:We figured out how to make this exotic material, so email us if you need some&lt;br /&gt;
:What are fish even doing down there&lt;br /&gt;
:This task I had to do anyway turned out to be hard enough for its own paper&lt;br /&gt;
:Hey, at least we showed that this method can produce results! That's not nothing, right?&lt;br /&gt;
:Check out this weird thing one of us saw while out for a walk&lt;br /&gt;
:We are 500 scientists and here's what we've been up to for the last 10 years&lt;br /&gt;
:Some thoughts on how everyone else is bad at research&lt;br /&gt;
:We scanned some undergraduates&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*Originally, this comic's title text misspelled &amp;quot;volunteers&amp;quot; as &amp;quot;volunters&amp;quot;. &lt;br /&gt;
**This could have been intentional (''we'' might be the volunteers)&lt;br /&gt;
**But it was not as it was quickly corrected.&lt;br /&gt;
*Another comic, [[2012: Thorough Analysis]], similarly categorizes or mocks research papers.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Research Papers]]&lt;br /&gt;
[[Category:Science]]&lt;/div&gt;</summary>
		<author><name>Tague</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2010:_Update_Notes&amp;diff=211275</id>
		<title>2010: Update Notes</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2010:_Update_Notes&amp;diff=211275"/>
				<updated>2021-04-29T12:45:27Z</updated>
		
		<summary type="html">&lt;p&gt;Tague: Note that app updates generally need to wait for a manual review on some platforms&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2010&lt;br /&gt;
| date      = June 22, 2018&lt;br /&gt;
| title     = Update Notes&lt;br /&gt;
| image     = update_notes.png&lt;br /&gt;
| titletext = v3.0.2: Hey, if anyone still using this app is headed to the beach, can you stop at 4th and River St and grab the sunscreen from my car? Trunk should be unlocked. Thanks!&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
Update notes or {{w|release notes}} are notes (or documents) released when software has been updated, to inform the user of any important changes to the software. &lt;br /&gt;
&lt;br /&gt;
In this comic, Randall and his friend are using release notes of their {{w|Mobile application|app}}s as a form of chat service, instead of actual software change information. He says this is possible because the two apps are no longer being maintained, so theoretically, there are not many people using the app who would read the update / change notes. Incidentally, one can still argue that the chat is still technically update notes, only instead of updating users on what has changed about an app, it is now giving Randall and his friend status &amp;quot;updates&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
This comic has a similar theme as [[1305: Undocumented Feature]] both use old software forums as a chat application.&lt;br /&gt;
&lt;br /&gt;
This &amp;quot;chat service&amp;quot; would not be in real time, so presumably, Randall and his friend would have to be constantly checking each other's apps to see if there are updates.&lt;br /&gt;
&lt;br /&gt;
On the &amp;quot;stars&amp;quot; app, the last &amp;quot;actual&amp;quot; notes says &amp;quot;Introduced bugs and degraded performance&amp;quot;. This is a very common change when new features are added, however, developers will normally describe what the new features are rather than just state the negative consequences. It goes in contrast with the typical change note &amp;quot;fixed bugs and improved performance&amp;quot; that usually follows.&lt;br /&gt;
&lt;br /&gt;
The comic also refers to a meteor shower occurring in August, most likely the {{w|Perseids|Perseid meteor shower}}.&lt;br /&gt;
&lt;br /&gt;
The title text says that Randall, who is at the beach, has left his {{w|sunscreen}} in his car, but that the {{w|Trunk (car)|trunk}} (a pun with the name of the main software development branch in SVN) is unlocked, for whoever is still reading the updates for this app. This may invite the attention of thieves, who are now informed that Randall's trunk is unlocked.  However they may not know what city Randall lives in, and conversely readers of the release notes could be anywhere in the world so most are probably not in a position to physically make contact with Randall's car.&lt;br /&gt;
&lt;br /&gt;
This comic could be seen as a subtle reference to how plain sight communication such as gang codes and steganography are used by people, possibly out of coerced necessity, to communicate information both deniably and publicly.  It is likely that this often happens in real app update messages in real life.  This kind of communication would more realistically allow a criminal worker to communicate with a contact point without endangering their anonymity by associating with them directly.&lt;br /&gt;
&lt;br /&gt;
This comic could also be poking fun at the non-descriptive updates many popular apps post in the &amp;quot;What's new&amp;quot; or change log. One example of this would be the Uber app stating &amp;quot;We update the app as often as possible&amp;quot; as a &amp;quot;new&amp;quot; feature every update. Apple recently changed AppStore guidelines[https://developer.apple.com/app-store/review/guidelines/#accurate-metadata] to require clear descriptions of new features and product changes, effectively putting an end to the problem Randall is highlighting.&lt;br /&gt;
&lt;br /&gt;
Realistically, even if it were permitted, this would be a rather slow form of communication, especially on platforms such as Apple’s App Store, where Randall and his friend would need to wait from a few hours to a few days for their app to be manually reviewed for each “update”.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[There are two panels that show smartphone-esque screens with two different apps with different update notes, showing a conversation between two people. New updates are added to the top, so to follow the conversation flow one would start from the bottom and alternate between the second app and the first one.]&lt;br /&gt;
:[At the top, the status bars between the two panels are slightly different: telephone reception, WiFi strength, battery, GPS...]&lt;br /&gt;
&lt;br /&gt;
:[&amp;quot;Updates&amp;quot; is written in uppercase at the top. The first app's icon is an &amp;quot;A&amp;quot; symbol. Next to it, there is the following information:]&lt;br /&gt;
:[The app name is a scribble]&lt;br /&gt;
:Version 3.0.1&lt;br /&gt;
:June 22, 2018&lt;br /&gt;
&lt;br /&gt;
:Update Notes:&lt;br /&gt;
&lt;br /&gt;
:v3.0.1&lt;br /&gt;
:I'm actually off work Monday so that's perfect.&lt;br /&gt;
&lt;br /&gt;
:v3.0&lt;br /&gt;
:Oh, that sounds fun! What night?&lt;br /&gt;
&lt;br /&gt;
:v2.8.31&lt;br /&gt;
:Are you around this weekend? We're heading to the beach.&lt;br /&gt;
&lt;br /&gt;
:v2.8.3&lt;br /&gt;
:Hey Mike, you there?&lt;br /&gt;
&lt;br /&gt;
:[&amp;quot;Updates&amp;quot; is written in uppercase at the top. The second app's icon consists of three stars arranged in a triangle. Next to it, there is:]&lt;br /&gt;
:[The app name is a scribble followed by two stars in parentheses]&lt;br /&gt;
:Version 7.0&lt;br /&gt;
:June 22, 2018&lt;br /&gt;
&lt;br /&gt;
:Update Notes:&lt;br /&gt;
&lt;br /&gt;
:v7.0&lt;br /&gt;
:It peaks August 12-13&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:v6.8.16&lt;br /&gt;
:Sorry, no, going to a wedding. But do you want to camp out for the meteor shower in August?&lt;br /&gt;
&lt;br /&gt;
:v6.8.15&lt;br /&gt;
:Yeah, what's up?&lt;br /&gt;
&lt;br /&gt;
:v6.8.14&lt;br /&gt;
:Introduced bugs and degraded performance[.]&lt;br /&gt;
&lt;br /&gt;
:[At the bottom of each panel, there are menu icons: a star, a stack of rectangles, a bullet list, a magnifying glass and an arrow pointing down to a square]&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panels:]&lt;br /&gt;
:My friend and I both have apps we've stopped maintaining, so we just use the updates to chat.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:[For convenience, here are the update notes in order of release (note that the first is not part of the conversation with Mike):]&lt;br /&gt;
&lt;br /&gt;
:&amp;quot;A&amp;quot; app (v6.8.14): Introduced bugs and degraded performance[.]&lt;br /&gt;
&lt;br /&gt;
:&amp;quot;3-star&amp;quot; app (v2.8.3): Hey Mike, you there?&lt;br /&gt;
&lt;br /&gt;
:A (v6.8.15): Yeah, what's up?&lt;br /&gt;
&lt;br /&gt;
:3-star (v.2.8.31): Are you around this weekend? We're heading to the beach.&lt;br /&gt;
&lt;br /&gt;
:A (v6.8.16): Sorry, no, going to a wedding. But do you want to camp out for the meteor shower in August?&lt;br /&gt;
&lt;br /&gt;
:3-star (v3.0): Oh, that sounds fun! What night?&lt;br /&gt;
&lt;br /&gt;
:A (v7.0): It peaks August 12-13th.&lt;br /&gt;
&lt;br /&gt;
:3-star (v3.0.1): I'm actually off work Monday so that's perfect.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Smartphones]]&lt;/div&gt;</summary>
		<author><name>Tague</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2456:_Types_of_Scientific_Paper&amp;diff=211212</id>
		<title>2456: Types of Scientific Paper</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2456:_Types_of_Scientific_Paper&amp;diff=211212"/>
				<updated>2021-04-28T22:21:53Z</updated>
		
		<summary type="html">&lt;p&gt;Tague: Explain camera article&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2456&lt;br /&gt;
| date      = April 28, 2021&lt;br /&gt;
| title     = Types of Scientific Paper&lt;br /&gt;
| image     = types_of_scientific_paper.png&lt;br /&gt;
| titletext = Others include &amp;quot;We've incrementally improved the estimate of this coefficient,&amp;quot; &amp;quot;Maybe all these categories are wrong,&amp;quot; and &amp;quot;We found a way to make student volunteers worse at tasks.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a RESEARCH DEPARTMENT ON A LUNCHBREAK. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
In this comic, Randall describes categories of scientific papers with somewhat humorous generalized titles.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Breakdown of Papers&lt;br /&gt;
|-&lt;br /&gt;
|Paper Title&lt;br /&gt;
|Explanation&lt;br /&gt;
|Article Description&lt;br /&gt;
|-&lt;br /&gt;
|We put a camera somewhere new&lt;br /&gt;
|Photographs and videos can be especially helpful in understanding what is or was going on. Capturing photos or video of some previously unrecorded phenomena (for example, the inner workings of some part of the human body, or the behaviour of some creature in the deep ocean) can be both exciting and rather helpful for further research. When simplified to &amp;quot;We put a camera somewhere now&amp;quot;, such a feat doesn't sound quite as challenging as it tends to be.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Hey, I found a trove of old records! They don't turn out to be particularly useful, but still, cool!&lt;br /&gt;
|Rather than starting with the aim of investigating some question, and finding some way of answering it by uncovering evidence, sometimes a writer may have stumbled upon a cache of historic documents that they then feel compelled to justify the resulting 'WikiWalk' they may have found themselves sucked into.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|My colleague is wrong and I can finally prove it&lt;br /&gt;
| This title refers to the occasional rivalries between scientists within a field, which can push them to seek proof that they, and not their colleague, are correct.&lt;br /&gt;
|Note the single author listed, and the lack of headers, suggesting an argument more than an explanation of data&lt;br /&gt;
|-&lt;br /&gt;
|The immune system is at it again&lt;br /&gt;
|The human immune system is notoriously complex, and there are countless papers in medical fields just describing its strangeness&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|We figured out how to make this exotic material, so email us if you need some&lt;br /&gt;
|Researchers often attempt to create materials despite there not being any demand, predicting that in the future their material will be game-changing without any actual applications. These researchers have created such a material, and are offering to produce it for anyone who needs it&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|What are fish even doing down there&lt;br /&gt;
|Deep sea marine biology regularly discovers [https://www.youtube.com/watch?v=u7QXdlSBGGY strange lifeforms] in unexpected places, and theories explaining deep sea ecosystems are regularly confounded by new data. &lt;br /&gt;
|This paper does not appear to have any headers&lt;br /&gt;
|-&lt;br /&gt;
|This task I had to do anyway turned out to be hard enough for its own paper&lt;br /&gt;
|There is a huge variety in the complexity and importance of subjects studied in scientific papers, and often some supposedly easy task will be sufficiently complicated as to merit its own paper.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Hey, at least we showed that this method can produce results! That's not nothing, right?&lt;br /&gt;
|One of the struggles of the scientific method is that many experiments will not produce the results scientists desired or expected. These results are still (sometimes) important, but are often ignored compared to research with important findings&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Check out this weird thing one of us saw while out for a walk&lt;br /&gt;
|This paper may be imagined as an opportunistic publication. A department or team has seen itself low down on the local 'league table' for academic output. A brainstorming session for a way of rectifying this led to desperately seizing upon the first idle comment made (in lieu of any better sounding ideas) that can somehow be shoehorned into their respective subject area.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|We are 500 scientists and here's what we've been up to for the last 10 years&lt;br /&gt;
| Some papers summarize the work of big research teams, like those working on the [https://repositorio.uc.cl/xmlui/bitstream/handle/11534/13948/Observation%20of%20a%20new%20particle%20in%20the%20search%20for%20the%20Standard%20Model%20Higgs%20boson%20with%20the%20ATLAS%20detector%20at%20the%20LHC.pdf Higgs Boson] (list of authors starts at page 17) or LIGO. Since the discoveries which are made are a team effort, probably outlasting many of the individual tenures involved, the papers have many authors listed.&lt;br /&gt;
A credit for participation may not mean any particularly great contribution by each individual, but being left out (even for one summer's secondment, seven years before any results could be recorded) would be taken as a slight, and an opportunity missed to be 'citable' in the future.&lt;br /&gt;
|A huge portion of the page is taken up by the presumably 500 authors' names, above the main horizontal bar.&lt;br /&gt;
|-&lt;br /&gt;
|Some thoughts on how everyone else is bad at research&lt;br /&gt;
|Similar to the &amp;quot;my colleague is wrong&amp;quot; paper, but in this case applied to far greater swathes of the community by the author(s) of this (possibly rambling) tract.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|We scanned some undergraduates&lt;br /&gt;
|Some initial research, especially that on a low budget, may recruit students at the same institution as easily available test-subjects. Quite often these are psychological or sociological studies, but can involve more medical (but non-invasive) 'scans', from simple eyeball-tracking to full-body MRI.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Trivia: Originally, this comic's title text misspelt volunteers as volunters. This may be intentional (WE might be the volunteers). This was quickly corrected.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
Title: Types of Scientific Paper&lt;br /&gt;
&lt;br /&gt;
''An array of scientific papers is shown, with only their titles legible. Titles are as follows:''&lt;br /&gt;
&lt;br /&gt;
We put a camera somewhere new&lt;br /&gt;
&lt;br /&gt;
Hey, I found a trove of old records! They don't turn out to be particularly useful, but still, cool!&lt;br /&gt;
&lt;br /&gt;
My colleague is wrong and I can finally prove it&lt;br /&gt;
&lt;br /&gt;
The immune system is at it again&lt;br /&gt;
&lt;br /&gt;
We figured out how to make this exotic material, so email us if you need some&lt;br /&gt;
&lt;br /&gt;
What are fish even doing down there&lt;br /&gt;
&lt;br /&gt;
This task I had to do anyway turned out to be hard enough for its own paper&lt;br /&gt;
&lt;br /&gt;
Hey, at least we showed that this method can produce results! That's not nothing, right?&lt;br /&gt;
&lt;br /&gt;
Check out this weird thing one of us saw while out for a walk&lt;br /&gt;
&lt;br /&gt;
We are 500 scientists and here's what we've been up to for the last 10 years&lt;br /&gt;
&lt;br /&gt;
Some thoughts on how everyone else is bad at research&lt;br /&gt;
&lt;br /&gt;
We scanned some undergraduates&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Tague</name></author>	</entry>

	</feed>