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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2496:_Mine_Captcha&amp;diff=215837</id>
		<title>2496: Mine Captcha</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2496:_Mine_Captcha&amp;diff=215837"/>
				<updated>2021-07-30T22:29:25Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.110.172: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2496&lt;br /&gt;
| date      = July 30, 2021&lt;br /&gt;
| title     = Mine Captcha&lt;br /&gt;
| image     = mine_captcha.png&lt;br /&gt;
| titletext = This data is actually going into improving our self-driving car project, so hurry up--it's almost at the minefield.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a LIVE MINEFIELD WITH HUGE NUMBER CUBES SKEWED AROUND. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
This comic, like [[1897: Self Driving]], references the approach of using {{W|CAPTCHA}} inputs to solve problems, particularly those involving image classification, which are all solvable by computers now, specifically {{W|reCAPTCHA}} v2's fallback puzzle which is based on identifying road features and vehicles. A reCAPTCHA version of this puzzle might ask a user to &amp;quot;check all squares containing a STOP SIGN.&amp;quot;  &lt;br /&gt;
&lt;br /&gt;
The CAPTCHA in this comic, however, asks the user to &amp;quot;Click all the pictures of MINES&amp;quot; by, ironically, clicking on squares that do not show anything more than a gray square, with the understanding that some of those gray squares are hiding 'mines' in a {{w|Minesweeper (video game)|Minesweeper puzzle game}}, hence the title Mine Captcha. &lt;br /&gt;
&lt;br /&gt;
Furthermore, the CAPTCHA in this comic asks the user to click on the squares containing mines themselves, which is the opposite of the traditional goal in Minesweeper, which is to click on all boxes where there are ''no'' mines, and solving the puzzle is usually (although not in this case) impossible without revealing the information in those squares without mines.  So the CAPTCHA in this comic could be a bit of a trap for a user who is familiar with how to play Minesweeper, in addition to being difficult for a user who is familiar with the normal CAPTCHA image-selection puzzle. But would be impossible for anyone that have never heard of the game/know the rules.  Painfully, getting familiar with doing this captcha would result in clicking habits that produce immediate death when playing minesweeper.&lt;br /&gt;
&lt;br /&gt;
A captcha (also spelled CAPTCHA) is a challenge designed to be solvable by humans, but not by computer programs. It is used to protect websites from automated software. For example, editing the explain xkcd wiki without being logged in requires the user to solve a Captcha.&lt;br /&gt;
&lt;br /&gt;
The captcha depicted in this comic is similar in layout to one of the challenges of ''reCAPTCHA'', a captcha system owned by Google. reCAPTCHA requires the user to click on several of 16 tiles laid out in a 4x4 grid. &lt;br /&gt;
&lt;br /&gt;
The comic combines this with the game of Minesweeper, a logic puzzle game where the player must uncover tiles in a grid by clicking on them. Some of the tiles contain &amp;quot;mines&amp;quot;, clicking on those means immediate defeat. When uncovering a tile without a mine, it shows how many of the (up to 8) adjacent tiles contain a mine.&lt;br /&gt;
&lt;br /&gt;
This comic expects users click on the mines in a minesweeper puzzle to proceed with their task. 6 of the 16 tiles has a colored number, in blue font for the three number ones, green for the single instance of two and red for the two number three. Each number used a different font style disregarding the color. As the goal in minesweeper is to click on boxes where there are NOT mines, the puzzle would be especially difficult for anyone used to playing minesweeper. In addition, as long as a computer could be made to read and understand the task (presuming there is no obfuscation of the instruction or grid), a logic puzzle such as this is a case where an automated spambot could actually be prepared to more easily solve the puzzle than most people.&lt;br /&gt;
&lt;br /&gt;
The comic shows a 4x4 grid with mostly grey squares, and a few tiles showing colored numbers. The setup and colors suggest a gaming board of the popular minesweeper game, with a few tiles uncovered. Numbers would then show the number of mines in adjacent squares. Given the current board configuration, one can deduce that there are four mines (in squares A2, B2, B3 and D3, where letters (numbers) mark columns (rows)), see [[#Trivia|trivia section]]. For example, there are two mines within the squares A2,B1,B2, as signified by the 2 in A1, but only one of those can be in B1 or B2 (because of the 1 in C1). Therefore, A2 has to be a mine. The title suggests this as a CAPTCHA, where proving to be human involves first recognizing this as a minesweeper simile, and then solving for those squares with mines.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   A B C D&lt;br /&gt;
  &lt;br /&gt;
1  2 . 1 .&lt;br /&gt;
2  * * 3 .&lt;br /&gt;
3  3 * . *&lt;br /&gt;
4  . 1 . 1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Traditionally, the goal in minesweeper is to click on boxes where there are NOT mines, and solving the puzzle is usually (although not in this case) impossible without revealing the information in those squares, so the puzzle could easily trip up anyone used to playing minesweeper.&lt;br /&gt;
&lt;br /&gt;
The title text is similar to [[1897: Self Driving]] where the CAPTCHA solver is asked to &amp;quot;answer quickly – [the] self-driving car is almost at the intersection&amp;quot;, as a parody of the current tendency for CAPTCHAs to apparently be used to provide training information in order to improve automatic identification of traffic signals, pedestrian crosswalks, bicycles, buses and other potential road hazards. In this case the car is apparently driving into this minefield and can only avoid the mines if the user solves this CAPTCHA fast enough for immediate application of the input. Where the first would be realistic, although very dangerous, this time it is of course just a continuation of that old joke. Even if the car drove into a mine field, there would be no way to have the limited 'clue' information (with typically just the one complete and unambiguous solution) and yet somehow not already be able to have more knowledge of the 'answer' than the CAPTCHA user.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
[A &amp;quot;CAPTCHA&amp;quot; box.]&lt;br /&gt;
&lt;br /&gt;
To proceed, click&amp;lt;br&amp;gt;all the pictures of&amp;lt;br&amp;gt;MINES&lt;br /&gt;
&lt;br /&gt;
[A 4 by 4 ''Minesweeper'' field, with some cells revealed with numbers.  Each number is drawn in a different font/style.]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
2 . 1 .&lt;br /&gt;
. . 3 .&lt;br /&gt;
3 . . .&lt;br /&gt;
. 1 . 1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*Here is where the mines are in this comic, and thus the fields that needs to be pushed in this Captcha to prove you are human:&lt;br /&gt;
:[[File:2946_Mine_Captcha_With_Bombs.png]]&lt;br /&gt;
*Here are the solved puzzle as it would look if played as a real minesweeper game, except the mines would be represented by flags. (The empty square top right corner has 0 bombs next to it. This is not written in the game but indicated as this field has been pushed down):&lt;br /&gt;
:[[File:2946_Mine_Captcha_Solved.png]]&lt;br /&gt;
*The original game can be played here: [https://minesweeper.online/ World of Minesweeper]&lt;br /&gt;
**It is possible to build a 4x4 CAPTCHA game there:&lt;br /&gt;
:[[File:2946_Mine_Captcha_Example_of_4x4_game.png]]&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:CAPTCHA]]&lt;br /&gt;
[[Category:Self-driving cars]]&lt;br /&gt;
[[Category:Comics with color]]&lt;/div&gt;</summary>
		<author><name>172.70.110.172</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1086:_Eyelash_Wish_Log&amp;diff=215743</id>
		<title>Talk:1086: Eyelash Wish Log</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1086:_Eyelash_Wish_Log&amp;diff=215743"/>
				<updated>2021-07-29T23:10:30Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.110.172: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is one of my favorite xkcd comics ever. I can't stop laughing. -- #TEBOWTIME 17:14, 17 August 2012 (UTC)&lt;br /&gt;
: i know right?? feb. 27th is by far the best... --[[User:Douglasadams472|Douglasadams472]] ([[User talk:Douglasadams472|talk]]) 03:12, 16 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
: It seems to me that February 6th's wish implies that, as a result of the previous day's wish, he now has an absurdly large number of eyelashes. Opinions? --[[User:Bobidou23|Bobidou23]] ([[User talk:Bobidou23|talk]]) 02:58, 26 May 2013 (UTC)&lt;br /&gt;
:i thought they were absurdly long eyelashes, like his wings in infinite wings (sry cant make links) {{unsigned ip|173.245.54.5}}&lt;br /&gt;
::Actually, the guy with unlimited wings is Beret Guy.. (as seen in the &amp;quot;strange powers of beret guy&amp;quot; category on this site).. Black Hat's the &amp;quot;classhole&amp;quot;. --[[User:JayRulesXKCD|JayRulesXKCD]] ([[User talk:JayRulesXKCD|talk]]) 11:31, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
: I thought of Black Hat having a crazy number of eyelashes, but not attached to him, so he can't pull them for a wish. They're just in a pile on the floor or something. {{unsigned ip|173.245.56.187}}&lt;br /&gt;
&lt;br /&gt;
I feel that each wish should be thoroughly explained, or at least briefly mentioned. {{unsigned ip|108.162.238.193}}&lt;br /&gt;
: +1, Marking this 'incomplete' [[User:Spongebog|Spongebog]] ([[User talk:Spongebog|talk]]) 20:09, 7 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
March 15 may reference a painting of M.C. Escher so named &amp;quot;House of Stairs&amp;quot;  [[Special:Contributions/199.27.128.79|199.27.128.79]] 08:19, 8 March 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:&amp;quot;Revocation of rules&amp;quot; and especially &amp;quot;meta-wishes&amp;quot; must be references to [http://amberbaldet.com/uploads/little-harmonic-labrynth.html &amp;quot;Typeless Wish&amp;quot; scene in Göedel, Escher, Bach].  &amp;quot;banish people into the TV show they're talking about&amp;quot; might(?) also reference the plot there where Achiles and Tortoise enter Escher's Convex and Concave painting after discussing it.  Surpsingly to me, that episode's only Escher illustrations are Concave and Convex &amp;amp; Reptiles; House of Stairs does not appear anywhere in the book. [[User:Cben|Cben]] ([[User talk:Cben|talk]]) 00:48, 9 September 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
What did &amp;quot;zero wishes&amp;quot; mean? [[Special:Contributions/173.245.48.86|173.245.48.86]] 18:16, 2 April 2014 (UTC) &lt;br /&gt;
:Often when configuring software (especially regarding limits) 0 is taken to mean infinite, for example in a mail server's config file there may be an entry that looks like &amp;quot;Max number of connections: (enter 0 for unlimited)&amp;quot; [[Special:Contributions/141.101.98.170|141.101.98.170]] 19:24, 7 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:My take on &amp;quot;zero wishes&amp;quot;, is that it is a bit of black hattery. He wants to abuse any system he finds, by asking for zero wishes he wants to cause the eyelash wish system to crash in some way. Its not an attempt to gain more wishes, its an attempt to bring the wish system down.[[Special:Contributions/141.101.98.165|141.101.98.165]] 21:16, 8 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
My take on the title text was that Black Hat wanted to alter friction for his own amusement, rather than to affect the outcome of a sporting event as the current explanation seems to lean towards.--[[User:Pudder|Pudder]] ([[User talk:Pudder|talk]]) 12:32, 28 August 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Agreed.  It is very in-characcter for Black Hat to simply want to mess with people, and would be very out of place to care about such trivialities as points.  Ima change the mouseover description now.[[Special:Contributions/173.245.48.97|173.245.48.97]] 16:18, 22 May 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I took the April 22 wish to mean that Black Hat would have a Pokeball that works in real life, allowing him to steal the pets of random strangers on the street.[[Special:Contributions/173.245.52.124|173.245.52.124]] 23:34, 27 May 2015 (UTC)&lt;br /&gt;
:&amp;quot;Hey! No stealing another Trainer's Pokémon!&amp;quot;. Also, talk of changing friction coefficients reminds me of the GTA &amp;quot;Carmageddon&amp;quot; videos, where the wheel friction on all the cars was set to -1, leading to most of the game being filled with cars flying through the air and exploding. -Pennpenn [[Special:Contributions/108.162.250.162|108.162.250.162]] 23:30, 13 August 2015 (UTC)&lt;br /&gt;
::I may have used my Masterball trying to catch another trainer's Pokemon. I cracked up after it failed, but now I have no Masterball. :( {{unsigned ip|198.41.239.34}}&lt;br /&gt;
:::You know, there was a side series of Pokemon games that let you capture another trainer's Pokemon. It was kind of required if you wanted more than one or two Pokemon on your team. And on that day, Black Hat was mailed a copy of Pokemon Colosseum... --[[Special:Contributions/162.158.79.65|162.158.79.65]] 23:06, 14 March 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
The first wish is an example of bootstrapping.  I love it. [[Special:Contributions/108.162.238.76|108.162.238.76]] 23:31, 14 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think the title text is a reference to the comics where he talks about Pole vaul's record involving that some records where obtain because they were nearest of equators[[Special:Contributions/108.162.229.112|108.162.229.112]] 11:22, 20 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
It would appear, for March 7th, that this came true... [[Special:Contributions/173.245.52.96|173.245.52.96]] 00:05, 24 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I got rickrolled. [[Special:Contributions/162.158.62.67|162.158.62.67]] 00:50, 13 March 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
I personally like these wishes: (1) The power to know all knowable things (to include a full understanding of all available trigger conditions for wishes in the universe),&lt;br /&gt;
(2) the ability to always win arguments with wish granting entities, including about numbers of wishes they should grant, (3) for a stone so heavy no wish could lift it, (4) to lift that stone.&lt;br /&gt;
&lt;br /&gt;
(3) and (4) together form the Russell Paradox.  --[[Special:Contributions/108.162.219.170|108.162.219.170]] 18:09, 27 August 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
I interpreted the February 19 entry as being a joke that the US Congressional process of passing legislation is '''so''' dysfunctional that it ends up establishing laws that did not conform to the wishes of ''anyone at all''!&lt;br /&gt;
&lt;br /&gt;
No one could one-up him because he could veto any wishes that could allow that to happen&lt;/div&gt;</summary>
		<author><name>172.70.110.172</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:Main_Page&amp;diff=215655</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:Main_Page&amp;diff=215655"/>
				<updated>2021-07-27T19:37:10Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.110.172: /* TIPS ON HOW TO BUY REAL AND ACTIVE INSTAGRAM FOLLOWERS IN 2021 */ Removing spam&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{notice|This page is for discussion of the [[Main Page]] itself.  For discussion of the latest comic, see [[{{LATESTCOMIC}}#Discussion|its discussion section]].  Other issues probably belong at the [[Explain XKCD:Community portal]].}}&lt;br /&gt;
&lt;br /&gt;
{{notice|This page has a sandbox, located at [[Main Page/sandbox]].}}&lt;br /&gt;
&lt;br /&gt;
As a new user, I think the first page is very important. So I thought why not begin a discussion here what to have on the first page every user visits.--[[User:Relic|Relic]] ([[User talk:Relic|talk]]) 05:59, 1 August 2012 (EDT)  &amp;lt;small&amp;gt;Re-signed here - b/c I broke the comment in two when I added the &amp;quot;List of comics&amp;quot; header. --''[[User:Philosopher|Philosopher]]''&amp;amp;nbsp;&amp;lt;sup&amp;gt;[[User talk:Philosopher|Let us reason together.]]&amp;lt;/sup&amp;gt; 23:01, 2 August 2012 (EDT)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==List of comics==&lt;br /&gt;
I was thinking of having a quick link to the list of comics that is explained. Right know, it took me a while to even see any of them. Eventually I found the &amp;quot;List All Pages&amp;quot; (found it in Special pages) where I could find the comics that have been explained. What do you think?&lt;br /&gt;
:A category tag will do that for you automatically. Having a list of comics indexed by its number would be a little different.--[[User:Relic|Relic]] ([[User talk:Relic|talk]]) 05:59, 1 August 2012 (EDT)&lt;br /&gt;
::Sounds like a great list - I ''think'' it'd have to be manually maintained until/unless we get someone who knows how to make a bot update it.  Categories will be useful, but they only work if someone added the category to the page in the first place. --''[[User:Philosopher|Philosopher]]''&amp;amp;nbsp;&amp;lt;sup&amp;gt;[[User talk:Philosopher|Let us reason together.]]&amp;lt;/sup&amp;gt; 07:21, 1 August 2012 (EDT)&lt;br /&gt;
:::A (somewhat) related question - should [[:Category:Comics]] be sorted alphabetically or by comic number?  --''[[User:Philosopher|Philosopher]]''&amp;amp;nbsp;&amp;lt;sup&amp;gt;[[User talk:Philosopher|Let us reason together.]]&amp;lt;/sup&amp;gt; 07:43, 1 August 2012 (EDT)&lt;br /&gt;
::::I think [[:Category:Comics]] should be sorted by comic number.  If you are looking for a specific comic, you will use the search field.  Is there a way to make that happen? --[[User:Jeff|Jeff]] ([[User talk:Jeff|talk]]) 08:11, 1 August 2012 (EDT)&lt;br /&gt;
:::::They are two different functions.  For the former, instead of adding &amp;lt;nowiki&amp;gt;[[Category:Comics]]&amp;lt;/nowiki&amp;gt;, add, say, &amp;lt;nowiki&amp;gt;[[Category:Comics|1]]&amp;lt;/nowiki&amp;gt;.  For the second, we can create redirects.  Normally, I'd say just make sure the search term was in the article text, but since numbers are going to be use for other purposes than just comic titles, it may be better to create [[1]] and [[Comic 1]] as redirects to the relevant articles right off the bat. --08:24, 1 August 2012 (EDT) &lt;br /&gt;
::::::We could also have a comic-list template on the Main Page, I suppose, or perhaps two - one for number and one for name? --''[[User:Philosopher|Philosopher]]''&amp;amp;nbsp;&amp;lt;sup&amp;gt;[[User talk:Philosopher|Let us reason together.]]&amp;lt;/sup&amp;gt; 08:54, 1 August 2012 (EDT)&lt;br /&gt;
:::::::Here's what I was thinking of for that: {{tl|Comics navbox}}  Thoughts? ''[[User:Philosopher|Philosopher]]''&amp;amp;nbsp;&amp;lt;sup&amp;gt;[[User talk:Philosopher|Let us reason together.]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
:(outdent) It's ugly, but a sortable wikitable [[User:SurturZ/sandbox|(click here for example)]] could be used as a checklist to see what has been uploaded and what hasn't. What's the project namespace here, anyway (analogue of &amp;quot;WP:&amp;quot;)? --[[User:SurturZ|SurturZ]] ([[User talk:SurturZ|talk]]) 03:04, 3 August 2012 (EDT)&lt;br /&gt;
:OK, I've found a way to get all the titles of the comics, so I was confident enough to create&amp;lt;br/ &amp;gt;&amp;lt;br/ &amp;gt;&amp;lt;big&amp;gt;[[Explain XKCD:Checklist]]&amp;lt;/big&amp;gt; &amp;lt;br/ &amp;gt;&amp;lt;br/&amp;gt;which can be used to fill in the gaps. --[[User:SurturZ|SurturZ]] ([[User talk:SurturZ|talk]]) 03:41, 3 August 2012 (EDT)&lt;br /&gt;
::I'm liking the checklist!  That should do quite nicely as a &amp;quot;tool for editors&amp;quot;. (I'm linking to it at the Community Portal).  We still need the &amp;quot;template for readers.&amp;quot;  Did you think {{tl|Comics navbox}} was on the right track or should we do something else for that? --''[[User:Philosopher|Philosopher]]''&amp;amp;nbsp;&amp;lt;sup&amp;gt;[[User talk:Philosopher|Let us reason together.]]&amp;lt;/sup&amp;gt; 20:09, 3 August 2012 (EDT)&lt;br /&gt;
::Better idea - I'm throwing it directly onto the Main Page. --''[[User:Philosopher|Philosopher]]''&amp;amp;nbsp;&amp;lt;sup&amp;gt;[[User talk:Philosopher|Let us reason together.]]&amp;lt;/sup&amp;gt; 20:10, 3 August 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
==Admin list==&lt;br /&gt;
You can find a system-accurate list of admins [{{canonicalurl:Special:ListUsers|group=sysop}} here], so that might good to share, along with the manual list.  --''[[User:Philosopher|Philosopher]]''&amp;amp;nbsp;&amp;lt;sup&amp;gt;[[User talk:Philosopher|Let us reason together.]]&amp;lt;/sup&amp;gt; 07:13, 1 August 2012 (EDT)&lt;br /&gt;
:Added to page. --''[[User:Philosopher|Philosopher]]''&amp;amp;nbsp;&amp;lt;sup&amp;gt;[[User talk:Philosopher|Let us reason together.]]&amp;lt;/sup&amp;gt; 08:10, 1 August 2012 (EDT)&lt;br /&gt;
::That's exactly what I wanted, but couldn't find the auto page for it.  I knew it was somewhere.  I don't see any reason to keep the link to the manual page.  Do you?  --[[User:Jeff|Jeff]] ([[User talk:Jeff|talk]]) 08:11, 1 August 2012 (EDT)&lt;br /&gt;
:::Not unless you want it.  I'll remove it.  Should I add the similar link for 'crats or is that unnecessary at this point? --''[[User:Philosopher|Philosopher]]''&amp;amp;nbsp;&amp;lt;sup&amp;gt;[[User talk:Philosopher|Let us reason together.]]&amp;lt;/sup&amp;gt; 08:25, 1 August 2012 (EDT)&lt;br /&gt;
::::To be honest, I have no idea what the Burecrats role does. Might be unnecessary now but helpful in the future? --[[User:Jeff|Jeff]] ([[User talk:Jeff|talk]]) 11:16, 1 August 2012 (EDT)&lt;br /&gt;
:::::Bureaucrats can turn other users into administrators (or indeed, other bureaucrats). That privilege isn't available to ordinary administrators. I'd keep it to yourself for the time being. :-) --[[User:Yirba|Yirba]] ([[User talk:Yirba|talk]]) 17:39, 1 August 2012 (EDT)&lt;br /&gt;
::::::You can actually see a technical list of which rights each group confers at [[Special:ListGroupRights]].  As the wiki grows, you might want to spin off a few, such as the ability to grant rollbacker and autopatrolled, to admins as some other wikis have.  But for the time being, at least, there's really no reason for the wiki to have more than one 'crat. --''[[User:Philosopher|Philosopher]]''&amp;amp;nbsp;&amp;lt;sup&amp;gt;[[User talk:Philosopher|Let us reason together.]]&amp;lt;/sup&amp;gt; 17:07, 2 August 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Community portal ==&lt;br /&gt;
&lt;br /&gt;
I've created the [[Explain XKCD:Community portal]] as a tools/help page.  If that's not what you want, feel free to change/move/whatever it, but I thought it'd be nice to save this page for discussion of the Main Page and discuss the wiki as a whole/ask for help there.  --''[[User:Philosopher|Philosopher]]''&amp;amp;nbsp;&amp;lt;sup&amp;gt;[[User talk:Philosopher|Let us reason together.]]&amp;lt;/sup&amp;gt; 08:36, 1 August 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Direct link to latest comic ==&lt;br /&gt;
&lt;br /&gt;
There should be a direct link to the latest comic at the top of the Main page.  A nice thing about going to explainxkcd.com was that the latest comic is right there at the top.  For those changing their default link to the wiki, there should be an easy &amp;quot;Latest Comic&amp;quot; link that quickly takes them there.  I'm sure some folks actually skip xkcd.com and come directly here instead to read the latest offering from Randall.  They shouldn't have to search for it.&lt;br /&gt;
[[User:Christopher Foxx|- CFoxx]] ([[User talk:Christopher Foxx|talk]]) 11:59, 1 August 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
: Maybe the page [[latest]] should redirect to the most recent comic? Could that be taken care of by some sort of script/template so it doesn't have to be manually updated? Should each explination page also have &amp;quot;next&amp;quot;, &amp;quot;previous&amp;quot;, &amp;quot;random&amp;quot;, &amp;quot;first&amp;quot; and &amp;quot;latest&amp;quot; links, possibly also generated automatically via scripts/templates? Additionally, shouldn't the number page be the canonical one? It seems like [[Internal monologue]] should redirect to [[1089]] rather than the other way around - certainly it would make a bunch of scripting types of things a lot easier. [[User:J-beda|J-beda]] ([[User talk:J-beda|talk]]) 13:02, 1 August 2012 (EDT)&lt;br /&gt;
:::If you wanted, we could even use wiki-magic to show the title of the page as the Comic name, but the URL as the number - in order to parallel the actual XKCD website.  --''[[User:Philosopher|Philosopher]]''&amp;amp;nbsp;&amp;lt;sup&amp;gt;[[User talk:Philosopher|Let us reason together.]]&amp;lt;/sup&amp;gt; 17:09, 2 August 2012 (EDT)&lt;br /&gt;
:: Shouldn't there be a way to programmatically find the comic with the highest number that has a page with content?  That would work as long as no one puts future comic pages up. --[[User:Jeff|Jeff]] ([[User talk:Jeff|talk]]) 20:25, 1 August 2012 (EDT)&lt;br /&gt;
:::It's all sounding like folks are over-complicating something quite easy.  All I'm suggesting is a prominent link to http://www.xkcd.com/.  No need, I think, to list which number the latest is, or include the next/last/random buttons, etc. [[User:Christopher Foxx|- CFoxx]] ([[User talk:Christopher Foxx|talk]]) 11:41, 3 August 2012 (EDT)&lt;br /&gt;
::::Oh.  We've got that, now, in the sidebar - labeled as &amp;quot;XKCD.&amp;quot;  I do think that having an internal link to the latest (explained) comic would be a great thing, though. --''[[User:Philosopher|Philosopher]]''&amp;amp;nbsp;&amp;lt;sup&amp;gt;[[User talk:Philosopher|Let us reason together.]]&amp;lt;/sup&amp;gt; 16:36, 4 August 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
You can transclude the latest comic on the main page like this: &amp;lt;nowiki&amp;gt;{{:pagename}} e.g. {{:Internal_monologue}} &amp;lt;/nowiki&amp;gt;--[[User:SurturZ|SurturZ]] ([[User talk:SurturZ|talk]]) 00:25, 2 August 2012 (EDT)&lt;br /&gt;
: I've started with just a manual link to the latest comic.  Ideally it will be automatic, but a manual link will work for now as I've had quite a few people ask for it. --[[User:Jeff|Jeff]] ([[User talk:Jeff|talk]]) 21:09, 1 August 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
Transclusion of the latest comic is great. Someone with the right permissions should add (for instance on the top-right corner of the grey transclusion area) a link to edit the corresponding wiki page, so that people seeing something they could add would feel invited to do so (wiki style). In my opinion this would be a good way to improve the quality of the user-generated explanations.&lt;br /&gt;
Also, all the &amp;quot;XKCD&amp;quot;s in the &amp;quot;New here?&amp;quot; section should be converted to the lowercase &amp;quot;xkcd&amp;quot;...&lt;br /&gt;
[[User:Cos|Cos]] ([[User talk:Cos|talk]]) 14:00, 6 August 2012 (UTC)&lt;br /&gt;
:Good points. I've done both. --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 15:48, 6 August 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
Call me dumb, but... You've got a link called &amp;quot;prev&amp;quot; that goes to the explaination for the previous comic. Then a link called &amp;quot;comic #42&amp;quot; but that goes to xkcd. And then a smaller, less prominent link called &amp;quot;go to this comic&amp;quot; that doesn't go to the comic but to its explaination. Anyone else think that's a little back-to-front? [[User:Zootle|Zootle]] ([[User talk:Zootle|talk]]) 17:18, 31 August 2012 (UTC)&lt;br /&gt;
:OK, you're dumb :-).  The standard template for an explanation page includes the header with &amp;quot;Prev&amp;quot;, &amp;quot;Comic # (date)&amp;quot;, and &amp;quot;Next&amp;quot; links.  If we don't have explanation pages for the previous or next comic, we don't show the respective link.  I hadn't noticed that the &amp;quot;Comic # (date)&amp;quot; bit was a link to the xkcd site before, but in context it makes sense to me.  Including a link to the Explain page for the comic who's explain page you are already looking at doesn't make sense.&lt;br /&gt;
:The explanation page for the latest comic is &amp;quot;transcluded&amp;quot; in the main page pretty much as-is, so we get the header, the comic, the explanation, etc.  We don't get the discussion, which is visible at the bottom of the Explain page.  Because there is never an explanation for a comic that hasn't been released yet, there is never a &amp;quot;Next&amp;quot; link on the main page's transcluded header.  So you get &amp;quot;Prev&amp;quot; and &amp;quot;Comic&amp;quot; links.  The &amp;quot;Go to this comic&amp;quot; link is added by the main page above the transcluded explain page.&lt;br /&gt;
:I can see how the &amp;quot;Go to this comic&amp;quot; link might be poorly worded especially as it's placement seems to be within the explanation it's linking to. [[User:Blaisepascal|Blaisepascal]] ([[User talk:Blaisepascal|talk]]) 18:16, 31 August 2012 (UTC)&lt;br /&gt;
::Rather than &amp;quot;Go to this comic&amp;quot; maybe it could be &amp;quot;Go to full explanation&amp;quot; ? Something else? [[User:J-beda|J-beda]] ([[User talk:J-beda|talk]]) 13:38, 5 September 2012 (UTC)&lt;br /&gt;
::There was [http://www.explainxkcd.com/wiki/index.php?title=explain_xkcd:Community_portal/Admin_requests#.22Edit_this_explanation.22_link_on_main_page a discussion at one point] about a wittier/more descriptive link - but no one came up with anything. I do like &amp;quot;Go to Full Explanation&amp;quot; better, for what it's worth. --[[User:DanB|DanB]] ([[User talk:DanB|talk]]) 15:31, 5 September 2012 (UTC)&lt;br /&gt;
:::My problem with that suggestion is that it implies that the main page explanation is not full. As of right now, the full explanation is transcluded on the main page. There's nothing more to see by clicking that link (explanation wise) Perhaps &amp;quot;Go to full explanation page&amp;quot; but that doesn't quite sound right to me... [[User:TheHYPO|TheHYPO]] ([[User talk:TheHYPO|talk]]) 15:42, 7 September 2012 (UTC)&lt;br /&gt;
::::How about &amp;quot;Go to this Comic Explanation Page&amp;quot;? One nice thing about the specific page rather than the [[Main_Page]] transcoding is that it nicely includes the discussion as well. I have a bookmark to the [[Main_Page]] that I look at every day, but I want to easily read the discussions, not only the explanation. Humm, maybe we could have a page [[most recent comic]] that automagically redirects to the most recent comic? [[User:J-beda|J-beda]] ([[User talk:J-beda|talk]]) 12:42, 8 September 2012 (UTC)&lt;br /&gt;
:::::I tried to get [[most recent comic]] to redirect to LATESTCOMIC, but can't get the syntax working - it is possible? [[User:J-beda|J-beda]] ([[User talk:J-beda|talk]]) 13:03, 8 September 2012 (UTC)&lt;br /&gt;
::::::Apparently it isn't. I would have tried &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#REDIRECT [[{{LATESTCOMIC}}]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; like you did, but since that doesn't work, I'll delete the page for now. --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 16:38, 20 November 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Discussion of latest comic ==&lt;br /&gt;
Perhaps include the discussions of the latest comic here? I almost missed there was a discussion field a few times because I would only read about the latest comic on the main page. [[User:Carewolf|Carewolf]] ([[User talk:Carewolf|talk]]) 14:54, 22 September 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
This comics's explanation is complete bollocks, I think. Of course it is NOT a &amp;quot;fact that such a room exists&amp;quot;. This comics parodies trope often used in cop movies - an elderly cop goes to work for the last time before his retirement, packs things, plans fishing the next day ... only to be called to one more case (possibly with a new, young and brash partner). And despites his efforts not to screw anything and stay clear of danger, he is either mortally wounded or screws big time and is degraded. So much clichè, that if someone says &amp;quot;It's my last day or service&amp;quot;, you might be sure one of the two options above happens. See http://tvtropes.org/pmwiki/pmwiki.php/Main/Retirony [[User:edheldil|Edheldil]] 10:17, 26 September 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
I believe this link maybe relevant: http://en.wikipedia.org/wiki/Turtle_graphics {{unsigned|Rhudi}}&lt;br /&gt;
&lt;br /&gt;
I went ahead and filled out the bracket from today's (see edit date) comic:  http://m.imgur.com/gallery/WyPkHx2 {{unsigned|Glaucon81}}&lt;br /&gt;
&lt;br /&gt;
*rise&lt;br /&gt;
&lt;br /&gt;
Btw, why wouldn't I just enter &amp;quot;ipconfig free&amp;quot; if I didn't want my IP address showing? {{unsigned ip|172.68.65.48}}&lt;br /&gt;
&lt;br /&gt;
== The comic explanation count is wrong ==&lt;br /&gt;
&lt;br /&gt;
The adjustment is currently 3, but there are now 6 subcategories and one list making the current correct adjustment 7.&lt;br /&gt;
If the wiki was upgraded to version 1.20, a form exists to automatically exclude subcategories.&lt;br /&gt;
--[[User:Divad27182|Divad27182]] ([[User talk:Divad27182|talk]]) 09:56, 8 October 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Looks like another week of the wiki going down then.&lt;br /&gt;
:But seriously, I've been noticing this too. Didn't know what was causing it, but it's going to have to be fixed sometime.[[User:Davidy22|Davidy22]] ([[User talk:Davidy22|talk]]) 10:25, 8 October 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
::The text reads &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;We already have [[:Category:Comics|'''{{#expr:{{PAGESINCAT:Comics}}-3}}''' comic explanations]]!&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;  The -3 is to account for the subcategories and non-explanation pages in the category.  There apparently used to be three such pages, and now there are seven.  I would fix this myself, but the page is protected.  If the wiki where upgraded to version 1.20, the categories could be explicitly excluded, but the [[List of all comics]] would still be in the category.  (Note that the -3 actually appears twice.)  --[[User:Divad27182|Divad27182]] ([[User talk:Divad27182|talk]]) 05:03, 11 October 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::Mediawiki 1.20 fixes this issue, although it'd be nice if this could be fixed in the meantime via the hack reccommended by divad. [[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;]] 06:40, 16 November 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Looks like Waldir updated the &amp;quot;Comic Correction Count&amp;quot; to &amp;quot;10&amp;quot; (as of 20 November 2012):&lt;br /&gt;
 &amp;lt;nowiki&amp;gt; We already have [[:Category:Comics|'''{{#expr:{{PAGESINCAT:Comics}}-10}}''' comic explanations]]!&amp;lt;/big&amp;gt;&lt;br /&gt;
    Note: the -10 in the calculation above is to discount subcategories (there are 7 of them as of 20 November 2012),&lt;br /&gt;
    non-comic pages (2 as of same date: [[List of all comics]] and [[Exoplanet]])&lt;br /&gt;
    and the comic 404, which was deliberately not posted. Thus 7 + 2 + 1 = 10&lt;br /&gt;
 (But there are still {{#expr:{{LATESTCOMIC}}-({{PAGESINCAT:Comics}}-10)}} to go. Come and [[List of all comics|add yours]]!)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:Could we possibly make this more dynamic by creating a &amp;quot;IGNORE_IN_COUNT&amp;quot; category or something? and then using something like: &amp;lt;nowiki&amp;gt;{#expr:{{PAGESINCAT:Comics}}-{{PAGESINCAT:IGNORE_IN_COUNT}}}&amp;lt;/nowiki&amp;gt;?  Then any additional entries to the &amp;quot;Comics&amp;quot; category (that are 'special' entries) could just have the special category added and no main page editing would be necessary? --[[User:Bpothier|B. P.]] ([[User talk:Bpothier|talk]]) 07:50, 22 November 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Make Jeff stop apologizing==&lt;br /&gt;
The apology for server downtime has been around for a while now. Can we take it down? [[User:Davidy22|Davidy22]] ([[User talk:Davidy22|talk]]) 04:41, 11 October 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Spambots ==&lt;br /&gt;
&lt;br /&gt;
I think someone should install [http://www.mediawiki.org/wiki/Extension:AbuseFilter AbuseFilter]. --[[User:Kronf|Kronf]] ([[User talk:Kronf|talk]]) 10:09, 13 October 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Purge ==&lt;br /&gt;
&lt;br /&gt;
We should regularly purge the server's cache for the main page using http://www.explainxkcd.com/wiki/index.php?title=Main_Page&amp;amp;action=purge to keep the explanation up to date. --[[User:Kronf|Kronf]] ([[User talk:Kronf|talk]]) 02:28, 3 November 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Updating the Rules ==&lt;br /&gt;
&lt;br /&gt;
I've been having a lovely discussion with someone who apparently thought the &amp;quot;edit anything you want&amp;quot; rule applied to the Talk pages. As we don't have any codified rules for ''here'' and can only point to &amp;quot;well the canonical way this is done on Wikipedia is...&amp;quot; I think that there are a few things we need to put into the list of Rules on the front page, and then have a link to a more in-depth talk about why the rules exist and what-not.&lt;br /&gt;
&lt;br /&gt;
Specifically, I'm talking about writing &amp;quot;Feel free to edit any page on the wiki to be better. But, treat talk pages like you would blog comments: comments by other people ''cannot be changed by you'', you can only respond to them.&amp;quot; as a new rule to be plastered on the front page, as there seems to be an increasing number social neophytes that seem to think that editing words that are attributed as being said by another person is perfectly legitimate and non-controversial.&lt;br /&gt;
&lt;br /&gt;
Shall we discuss? [[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]])  01:25, 15 November 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:We could add the etiquette rules as an addendum to the signature reminder at the top of the page. Just an extra note below the alert box asking people to not edit other people's comments. [[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;]] 06:40, 16 November 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
::It really should be right down with the &amp;quot;edited mercilessly&amp;quot; description, because this is an exception to that statement.  Shouldn't have two sets of contradictory instructions in different places. When I made my improper edit, I had a semi-conscious moment of doubt about whether changing the other guy's comment was ok, even though this is a wiki (and even though it wasn't really clear to me that this &amp;quot;discussion&amp;quot; box held something totally separate from the page content), but that statement at the bottom put all such doubts to rest.  I read it multiple times to be sure.   But I did not notice that line at the top about the four tildes until ''much'' later.  It's somewhat lost, visually, in the header line, when you're not looking directly at it.[[Special:Contributions/50.0.38.245|50.0.38.245]] 18:32, 18 November 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::There's discussion to replace that message with a more noticeable alert box. The message at the bottom of the page appears for all pages, including talk pages, so a talk-page specific message there would not entirely fit. [[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;]] 00:18, 19 November 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::If that text at the bottom is in fact alterable, it should be written to take every case into account.  It's an extremely poor user interface that has instructions appearing on a page stating rules that are the exact opposite of reality.  And note that the altert box on the top looks a lot like a banner add, when you don't focus on it and read it.  People will tend to habitually filter out anything written there from their perception.  Also, it can easily be scrolled off the top of the screen when the discussion starts to get long, and they have a preview displayed.&lt;br /&gt;
::::So I think after the &amp;quot;...then do not submit it here.&amp;quot;, it should add, &amp;quot;'''Exception''': others' comments in Discussion pages are not to be altered.  See full rules at &amp;lt;&amp;lt;link to appropriate wikipedia page&amp;gt;&amp;gt;.&amp;quot;[[Special:Contributions/50.0.38.245|50.0.38.245]] 15:46, 28 November 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Update after changes ==&lt;br /&gt;
&lt;br /&gt;
The front page explanation hasn't been updated at all day to match changes in the explanation on the comic's page. This is a major problem i think, as it is the front page explanation people visitors will most often read. --[[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 20:43, 26 November 2012 (UTC)&lt;br /&gt;
: It might be a caching issue. Appending &amp;lt;code&amp;gt;&amp;amp;action=purge&amp;lt;/code&amp;gt; to the URL will probably fix it. Can you confirm it looks good to you now? --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 00:29, 27 November 2012 (UTC)&lt;br /&gt;
::Yep, now it updates instantly! Well done, whatever you did! :) --[[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 16:24, 27 November 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::I've also added a link underneath the comic box that has the action embedded, so no one has to do any manual URL hacking. [[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:38, 11 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::Just wanted to check in on this - are there issues with automated systems or spammers following this link?  I know it can affect performance - caching is important on a busy site! --[[User:Overand|Overand]] ([[User talk:Overand|talk]]) 22:37, 13 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Suggestion: Change &amp;quot;Go to this comic&amp;quot; to &amp;quot;Go to this entry&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
Just a small suggestion. For the Main Page, I suggest changing &amp;quot;Go to this comic&amp;quot; to say &amp;quot;Go to this ''entry''&amp;quot; instead to remove any confusion for new and regular viewers. It certainly took me a while to figure how to go to each featured comic's entry from the main page.&lt;br /&gt;
&lt;br /&gt;
[[Special:Contributions/69.43.114.2|69.43.114.2]] 17:04, 11 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:How about if it reads &amp;quot;Go to this comic explanation&amp;quot;? Would that be less confusing? I only quibble because the explanations aren't really entries, in wiki parlance each page is usually called an article, but that doesn't seem to fit here as we really have explanation pages. [[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:41, 11 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;span style=&amp;quot;font-weight: bold; color: green;&amp;quot;&amp;gt;Agreed.&amp;lt;/span&amp;gt; [[User:Ctxppc|Randy Marsh]] ([[User talk:Ctxppc|talk]]) 22:55, 8 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Explain the Unreleased Comic? ==&lt;br /&gt;
:I wonder if [[http://i56.tinypic.com/a9ton8.png this comic]] is permitted to be explained, despite the double issue of Randall pulling the comic plus me finding the pulled comic through &amp;quot;xkcd overrated&amp;quot;... [[User:Greyson|Greyson]] ([[User talk:Greyson|talk]]) 18:21, 12 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Comic 1156 ==&lt;br /&gt;
&lt;br /&gt;
I don't have an account to edit the page directly, so here's an edit someone should make:&lt;br /&gt;
It looks like whoever wrote the existing page simply googled 'conditioning' and found the first link that came up.&lt;br /&gt;
Please modify the link to point to 'Classical conditioning', not 'Operant conditioning'.&lt;br /&gt;
Thanks. {{unsigned ip|124.191.56.91|05:26, 7 January 2013‎ (UTC)}}&lt;br /&gt;
&lt;br /&gt;
:Hi. This is the talk page for the main page of the wiki. This page only has a &amp;quot;view&amp;quot; of the actual comic explanation. The actual explanation page is at [[1156: Conditioning]], and I assure you, edit permissions have not been restricted for that page. Someone has already changed the page to link to Classical conditioning, but the original editor came back stating that Operant was correct. If you would like to start a discussion about this [[Talk:1156: Conditioning|on the talk page for this explanation]] that would be much more conducive to getting this matter settled. [[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]])  05:52, 7 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Comic Links ==&lt;br /&gt;
&lt;br /&gt;
Some of the links seem to be confusing, as they're titled in a weird way. The link/button 'go to this comic', I'd expect would go to the actual comic on XKCD's page. Yet it goes to the comic's wiki page. And clicking on the comic # and date directs you to the XKCD page, yet I really feel that link should go to the wiki page, as it's right at the top center there, and has the date and everything, sort of indicating that it's a wiki page, yet it's not. And the prev and next buttons next to it don't go to the xkcd page, they go to the wiki pages. Which is really messed up, I think. Because of my confusion, every single time I visit here, I  clicked on the wrong link, though now I've gotten used to it. I suggest rewording the links as '&amp;lt;i&amp;gt;XKCD&amp;lt;/i&amp;gt; Comic # and date' and 'go to this comic&amp;lt;i&amp;gt;'s wiki page&amp;lt;/i&amp;gt;'. And possibly switching the links' positions so that the wiki links could be in that navigation bar and the XKCD links could be off to the side. After all, we are a wiki, so putting our wiki links to the comic off to the side and the direct xkcd link in the center seems odd. Anyway, has anyone had the same thoughts and/or agree with me on this?--[[Special:Contributions/69.119.250.251|69.119.250.251]] 18:19, 9 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Unexplained comics ==&lt;br /&gt;
&lt;br /&gt;
The template that starts each explanation page should be edited to have the next and previous buttons automatically skip over pages that don't exist, rather than simply not being there if comic n+1 or n-1 doesn't exist.  Preferably it would append a notice to the next page (like the redirect notices commonly found on mediawiki) telling you how many comics have been skipped.  I'm not sure how feasible this would be to script, however.  [[Special:Contributions/130.160.145.185|130.160.145.185]] 23:45, 9 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Percentage of remaining comics calculation is off... ==&lt;br /&gt;
&lt;br /&gt;
Okay, I hate to be &amp;quot;that pedantic math guy&amp;quot;, but... Today the main page reads &amp;quot;We have collaboratively explained 936 xkcd comics, and only 252 (27%) remain.&amp;quot;   While I agree that 252/936 is roughly 27%, I believe we should really be calculating the percentage as &amp;quot;the number left to explain&amp;quot; divided by &amp;quot;the total number of comics that exist&amp;quot;, not divided by &amp;quot;the number we have finished&amp;quot;.  That is (today), 252/1188=21%.  Think about it.  If we had completed 594 comics today, with 594 remaining, what should the percentage be?  594/594=100%?  That's not right... 594/1188=50%?  That's what we really want to say.&lt;br /&gt;
&lt;br /&gt;
The page is protected, which makes sense.  So I'll make my suggestion here.&lt;br /&gt;
&lt;br /&gt;
Change this: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
and only {{#expr:{{LATESTCOMIC}}-({{PAGESINCAT:Comics}}-9)}}&lt;br /&gt;
({{#expr: ({{LATESTCOMIC}}-({{PAGESINCAT:Comics}}-9)) / ({{PAGESINCAT:Comics}}-9) * 100 round 0}}%)&lt;br /&gt;
remain.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
To this: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
and only {{#expr:{{LATESTCOMIC}}-({{PAGESINCAT:Comics}}-9)}}&lt;br /&gt;
({{#expr: ({{LATESTCOMIC}}-({{PAGESINCAT:Comics}}-9)) / {{#expr:{{LATESTCOMIC}}}} * 100 round 0}}%)&lt;br /&gt;
remain.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[User:Imperpay|Imperpay]] ([[User talk:Imperpay|talk]]) 15:32, 20 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Done and done. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|purple|David}}&amp;lt;font color=green size=3px&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=indigo size=4px&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 15:37, 20 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Thanks for the heads-up! However, notice that the #expr: around LATESTCOMIC was unnecessary. I've removed it.  [[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 11:30, 21 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Waldir, you have exposed me as a charlatan and a fool!  (I just copied, pasted, and tinkered until I made something that worked.  I don't actually understand it.  No formal training, you see.  It's what we used to call &amp;quot;hacking&amp;quot; back in the dawn of the digital era, before the word took on connotations of vandalism, trespassing, and fraud.  Have you kids come up with another word for it?)  [[User:Imperpay|Imperpay]] ([[User talk:Imperpay|talk]]) 13:59, 22 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: Joke's on me then, 'cause you sure fooled me – I readily assumed you knew your way around those parser functions. Nice job hacking the code, it was a nearly perfect crime ;) --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 03:26, 25 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::I've heard the cool kids call that the &amp;quot;Maker Mentality&amp;quot;, usually with a reference to [http://makezine.com/ Make magazine] and [http://makerfaire.com/ Maker Faire]. But I think there's also a movement to resurrect the original meaning of hacker. [[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]]) 04:21, 25 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==sidebar ads?==&lt;br /&gt;
''Moved to [[explain xkcd:Community portal/Proposals]] –– [[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 08:06, 4 May 2013 (UTC)''&lt;br /&gt;
&lt;br /&gt;
== Expression error on Main Page ==&lt;br /&gt;
&lt;br /&gt;
Please use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{PAGESINCAT:...|R}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{PAGESINCAT:...}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to correct these errors :) --[[Special:Contributions/110.168.83.62|110.168.83.62]] 10:55, 8 April 2013 (UTC)&lt;br /&gt;
:Dun diddly done. '''[[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:21, 8 April 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Compile a list of non-technical comics to non-technical readers? ==&lt;br /&gt;
&lt;br /&gt;
I'm a long-time reader and fan of &amp;gt;&amp;lt; |&amp;lt; C |}, but my normal approach is useless when I introduce this provocative comic series to my less technical friends. They stay at the apparent level of many comics. They don't bother reading the explanations, but they would say, &amp;quot;it's hard to make sense&amp;quot;. Imagine an average non-technical (and non-arts) major guy/girl, can we compile a list of state-of-the-art but less-technical, easy-to-comprehend but &amp;quot;ah ha!!&amp;quot; strips that is suitable for them? --[[User:FrenzY|W shll nvr flly xpln xkcd!]] ([[User talk:FrenzY|talk]]) 12:39, 18 May 2013 (UTC)&lt;br /&gt;
:Oh my god that signature.&lt;br /&gt;
:Gaah, derailment. Uh, pretty much anything that isn't tagged with the physics or math categories are easy enough to understand for the average English speaker, so just check the categories at the bottom of the page for that. Also, avoid comics with the incomplete tag, and that oughta 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;]] 14:41, 18 May 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Quit building? ==&lt;br /&gt;
''This post was moved to [[Talk:1214: Geoguessr]].''&lt;br /&gt;
&lt;br /&gt;
:Hello, this is the talk page for the content of the front page of the wiki, not for discussion of the most recent comic, that happens [[Talk:1214: Geoguessr|here]]. I've moved your post over there for you. Cheers, and welcome to explain xkcd! [[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]]) 05:09, 22 May 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== List of incomplete comics ==&lt;br /&gt;
We need a link to the &amp;quot;Incomplete articles&amp;quot; at the main page below the &amp;quot;Missing link&amp;quot;. Most pages are created but many are incomplete.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 19:06, 7 June 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Header message ==&lt;br /&gt;
&lt;br /&gt;
'''Please don't take this seriously unless you actually think it's a good idea:'''&lt;br /&gt;
&lt;br /&gt;
I think the header should be changed from &amp;quot;explain xkcd: It's 'cause you're dumb.&amp;quot; to &amp;quot;explain xkcd: It's 'cause you're dumb... or still have some hope that comic [[1190]] will end.&amp;quot; or something similar. [[User:Schiffy|&amp;lt;font color=&amp;quot;000999&amp;quot;&amp;gt;Schiffy&amp;lt;/font&amp;gt;]] ([[User_talk:Schiffy|&amp;lt;font color=&amp;quot;FF6600&amp;quot;&amp;gt;Speak to me&amp;lt;/font&amp;gt;]]|[[Special:Contributions/Schiffy|&amp;lt;font color=&amp;quot;FF0000&amp;quot;&amp;gt;What I've done&amp;lt;/font&amp;gt;]]) 14:53, 9 June 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Nope! This page is trying to explain more than 1222 comics, not only [[1190: Time]]. The header just states the truth.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 15:49, 9 June 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'd vote for a change. People have started coming over to discuss the comic even when they've 'gotten' it. That, and the fact that this is one step ahead of Googling the references yourself. So.. maybe, &amp;quot;it's because you're dumb..and lazy.&amp;quot;[[Special:Contributions/220.224.246.97|220.224.246.97]] 02:26, 31 August 2013 (UTC)&lt;br /&gt;
:I honestly don't think it either. This is the most comprehensive comic-by-comic Wiki. People don't come here because they're dumb ''or'' lazy. That's like saying I'm dumb for reading a review of an episode after I've watched it - I'm interested in seeing what other people up with or caught that I didn't. It denigrates the idea of aggregating information, which is a very un-XKCD idea.&lt;br /&gt;
&lt;br /&gt;
As a regular reader of explainxkcd (who was to lazy to cotribute anything until now), I'd like to support the proposed edit. (... and lazy) It really fits to the tone of our favourite waste of otherwise productive time (which is xkcd for myself). Best wishes from Heidelberg, Germany. --[[Special:Contributions/147.142.13.86|147.142.13.86]] 14:38, 10 October 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
A friend that happens to be blind hates this site because of the &amp;quot;It's cause you're dumb&amp;quot; tagline.  If he wants a transcript of the comic on xkcd, his option is to come here and have his screen reader program telling him that he is dumb every single time.&lt;br /&gt;
&lt;br /&gt;
How about, &amp;quot;explain xkcd: because sometimes we all need a little help.&amp;quot;? -- [[Special:Contributions/173.245.54.65|173.245.54.65]] 02:07, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Oh, hadn't thought about that. There's been recurring complaints about this over the years, though the tagline's been around since before we were a wiki. I'll write something up and put this to a vote. '''[[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:00, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== A point of confusion ==&lt;br /&gt;
&lt;br /&gt;
Why is 'Apatosaurus' a category but 'Internet Argument' no longer a category? [[User:Greyson|Greyson]] ([[User talk:Greyson|talk]]) 13:53, 20 June 2013 (UTC)&lt;br /&gt;
:Cuz people hit the random button, see an Apatosaurus feature in three comics and figure it must be a recurring theme. Same as the internet argument thing. Will get round to a category purge after we've cleared out all the incomplete tags. I think there's one for ferrets hidden away somewhere in the dark recesses of our catalog of 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:45, 20 June 2013 (UTC)&lt;br /&gt;
::On the subject, can I suggest a &amp;quot;Barred from Conferences&amp;quot; category, or similar?  That's definitely a recurring theme (for a long, long time), and thus should be justified enough.  I'd be happy to add various qualifying articles as I scroll through again, if I can, but first I'll leave it up to someone else to solidify the actual name. (In case it turns out not to be just conferences, for example.) [[Special:Contributions/178.98.31.27|178.98.31.27]] 16:27, 22 June 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Incomplete comics statement ==&lt;br /&gt;
&lt;br /&gt;
I suggest the minor change: &amp;quot;We have an explanation for all x xkcd comics, and only y (y/x %) are '''marked as''' incomplete.&amp;quot; –[[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 08:07, 21 June 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 1262 is out ==&lt;br /&gt;
&lt;br /&gt;
So what are you waiting for? [[Special:Contributions/75.60.27.102|75.60.27.102]] 06:25, 9 September 2013 (UTC)&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;(diff | hist) . . N 1262: Unquote‎; 06:23, 9 September 2013 (UTC) . . (+322)‎ . . ‎Davidy22 (Talk | contribs | block)‎ (Created page with &amp;quot;{{comic | number = 1262 | date = September 9, 2013 | title = Unquote | image = unquote.png | titletext = I guess it's a saying from the Old Country. }} ==Expl...&amp;quot;)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:Examine the time stamps. '''[[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:30, 9 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Adverts ==&lt;br /&gt;
&lt;br /&gt;
I am not going to disable my adblock, I hate ads. If you accept bitcoin I can make a donation though. [[Special:Contributions/184.66.160.91|184.66.160.91]] 05:24, 27 September 2013 (UTC)&lt;br /&gt;
:Our ads are always easy-to-load images as opposed to flash ads, they're always pointing to some valuable product of some form and we've looked at and approved all of them. They also occupy space that would otherwise have been empty, as our one ad is bound strictly to the sidebar. We used to have a paypal donation button, but it was pitifully tended to and a much less reliable source of income than ads. Ads are the only reliable business model for small sites like this one; unless our readers suddenly become willing to pay all our server costs for us, we can't feasibly afford a better hosting plan without ads. We legally aren't allowed to open a merch store, because that infringes on Randall's shop, and we haven't had a single generous benefactor yet. If you want to stop seeing our server error messages, loosening up adblock for us and contributing to our impressions count will help us massively. '''[[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:00, 27 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
I don't care about your server message, I wanted to make a donation. Sooo, you don't want any bitcoins? [[Special:Contributions/37.221.161.235|37.221.161.235]] 07:16, 27 September 2013 (UTC)&lt;br /&gt;
:This took a bit of digging. We're fine with bitcoin donations, it's just that at the rate donations came in, they were just not enough to pay for anything. [https://coinbase.com/checkouts/b19f921822ac962807a8f72d51509e59] '''[[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:34, 28 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Donation made! [[Special:Contributions/184.66.160.91|184.66.160.91]] 23:23, 30 September 2013 (UTC)&lt;br /&gt;
: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;]] 02:27, 1 October 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Am I the only one that feels it is &amp;quot;wrong&amp;quot; that the explainxkcd site has ads and the real xkcd doesn't have any? It feels like someone is profiting off of Randall's work. Does he officially endorse this website? Do any proceeds help go to support his ongoing publication of an awesome comic? [[Special:Contributions/173.245.54.19|173.245.54.19]] 16:01, 7 July 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:An admin will be able to give you more detail than me, but explainxkcd has a significant number of visitors (and thus hosting costs), and no way to generate income other than donations and ads. In contrast, Randall makes money from his comics by way of books and merchandise (and possibly public speaking), some of which will pay for his hosting. He could choose to have ads on his site to generate additional income, its his choice not to. I have no knowledge of the finances of explainxkcd, however I doubt there is much/any surplus ad revenue being pocketed by the owners/admin. As far as the site being officially endorsed, not as far as I'm aware, no. &lt;br /&gt;
:Also, for more discussion on adverts/income, see [http://www.explainxkcd.com/wiki/index.php/explain_xkcd:Community_portal/Proposals#Sidebar_ads here].--[[User:Pudder|Pudder]] ([[User talk:Pudder|talk]]) 16:21, 7 July 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== /wiki is returning a 403 ==&lt;br /&gt;
&lt;br /&gt;
Hello, &amp;lt;br/&amp;gt;&lt;br /&gt;
http://www.explainxkcd.com/wiki/ is returning a 403 now. In my eyes you should redirect it to the main-page instead :-). --[[User:DaB.|DaB.]] ([[User talk:DaB.|talk]]) 12:41, 8 November 2013 (UTC)&lt;br /&gt;
:We have a new, hopefully better, server. The problem is already reported to [[User_talk:Jeff#Forbidden]] --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 14:22, 8 November 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Explain Explain XKCD / Explain^2 XKCD ==&lt;br /&gt;
&lt;br /&gt;
This particular comic explanation requires explanation.  Way too many potential cross references with each conjecture requiring its own explanation page.  Dial it back a little. {{unsigned ip|108.162.245.11}}&lt;br /&gt;
:Uh, sorry, could you clarify that a little? '''[[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:23, 19 November 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
::He is talking about the [http://www.explainxkcd.com/wiki/ http://www.explainxkcd.com/wiki/] issue. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 21:32, 19 November 2013 (UTC)&lt;br /&gt;
:::Well if it's that, that's an intentional permissions setting on a URL that no-one is feasibly going to type. Unless you can come up with a better use for that URL, with a reason? '''[[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:40, 20 November 2013 (UTC)&lt;br /&gt;
::::A symlink to &amp;quot;index.php&amp;quot; at the root folder would solve the problem.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 09:26, 20 November 2013 (UTC)&lt;br /&gt;
:::::I cannot believe how many weeks that took to fix. Amazing. No one was going to type it, but everyone was going to get redirected to it from the home page! [[Special:Contributions/108.162.222.227|108.162.222.227]] 11:37, 20 November 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
The problem is still not solved. [http://www.explainxkcd.com/wiki/ http://www.explainxkcd.com/wiki/] gives still a 403 error because &amp;quot;index.php&amp;quot; is not included in the http server configuration as a default index page. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 20:07, 20 November 2013 (UTC)&lt;br /&gt;
:: I've fixed this.  Sorry about the delay.  Was super busy! --[[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, 21 November 2013 (UTC)&lt;br /&gt;
:::Thanks Jeff, it's working. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 22:20, 21 November 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Webmaster: Obtrusive video ad on your site ==&lt;br /&gt;
&lt;br /&gt;
In the ad section I saw a box sticking out and blocking out the explanation. This was therefore a very obtrusive botched video ad. Please remove this ad from your site. [[Special:Contributions/199.27.128.188|199.27.128.188]] 22:29, 6 June 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
EDIT: It's now sticking out and preventing me from clicking on the &amp;quot;Save page&amp;quot; button. [[Special:Contributions/199.27.128.188|199.27.128.188]] 22:29, 6 June 2014 (UTC)&lt;br /&gt;
:We only accept GIFs for moving ads. Ads should also be contained within the sidebar as they're techonogically restricted to standard-sized PNGs and GIFs, so an extruding ad would be a CSS error on the site end/browser error. In addition, we run ads from lots of advertisers, and &amp;quot;this ad&amp;quot; is not specific enough to tell us which ad you want us to remove. Could you provide a screenshot/link/more information? '''[[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:54, 6 June 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Adding an arcs list page ==&lt;br /&gt;
&lt;br /&gt;
I think there should be a page listing all webcomics arcs so far (the red spiders, the race, etc.)[[Special:Contributions/188.114.102.134|188.114.102.134]] 12:47, 2 October 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:This already exists, see [[:Category:Comic series]]. --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 05:39, 10 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== This explanation may be incomplete or incorrect: link ==&lt;br /&gt;
&lt;br /&gt;
This has been bothering me for a while now. Why does the link in the info box for the main page link to editing the main page? It needs to link to the editing of the page which the comic's explanation is on. When I would like to edit the latest XKCD explanation, I click that thinking I am going to edit the explanation, but instead I am led to editing the main page. [[User:Auraxangelic|Auraxangelic]] ([[User talk:Auraxangelic|talk]]) 15:19, 24 October 2014 (UTC)&lt;br /&gt;
:Ooooooh, nice catch. I've actually never noticed that before, and it's definitely not intentional. It happens because the text of the explanation page is folded into the main page before mediawiki parses links and syntax, and the &amp;quot;Edit this page&amp;quot; button links to the page that the link is on. I have an idea for how to fix it though, so I'll get on 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;]] 01:49, 25 October 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== #1454 - bad description ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Curly-hair states longingly...&amp;quot; She comes across as disappointed (or even heartbroken), not &amp;quot;longing&amp;quot;, which suggests sounding somewhat positive and energetic, rather than deflated. [[Special:Contributions/141.101.99.88|141.101.99.88]] 22:29, 2 December 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Cueball/Rob merge==&lt;br /&gt;
&lt;br /&gt;
It seems to me from a general reading of the comics that Randall has always intended for the character we here call &amp;quot;Cueball&amp;quot; to have the name &amp;quot;Rob&amp;quot;.  Much as &amp;quot;Cutie&amp;quot; was renamed &amp;quot;Megan&amp;quot; when we learned her name, and now she is identified as &amp;quot;Megan&amp;quot; even in comics where her name is not explicitly mentioned, I think we should consider merging the &amp;quot;Cueball&amp;quot; and &amp;quot;Rob&amp;quot; articles.  I know there's a lot of inertia here, but it seems to me that this is Randall's intention for the character's name. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 13:38, 10 March 2015 (UTC)&lt;br /&gt;
: Alternatively, we should un-merge [[Megan]] and [[Cutie]] for consistency. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 14:50, 10 March 2015 (UTC)&lt;br /&gt;
: I'm pretty sure this is an augmentation of the author's internal characters, including the one he has developed involuntarily as to the nature of his love.  His memory of his love is not his love, yet it is what he has to love.  Randall seems the type to delve into this, and thus I am in support of keeping the character names as they stand. /eof [[Special:Contributions/173.245.56.185|173.245.56.185]] 05:43, 25 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Kerbal Space Program ==&lt;br /&gt;
&lt;br /&gt;
I'm a schizophrenic who's been playing Kerbal Space Program for about five days with no sleep, and I'm pretty sure this is a reference to [https://www.google.com/search?q=xkcd+kerbal+space+program&amp;amp;oq=xkcd+kerbal+space+program&amp;amp;aqs=chrome..69i57.10851j0j7&amp;amp;sourceid=chrome&amp;amp;es_sm=122&amp;amp;ie=UTF-8 comic 1365] :D [[Special:Contributions/173.245.56.185|173.245.56.185]] 05:39, 25 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 1509 is missing ==&lt;br /&gt;
&lt;br /&gt;
When will it be added? By bot, I presume.--[[User:17jiangz1|17jiangz1]] ([[User talk:17jiangz1|talk]]) 04:51, 8 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Broken Date Box on comics ==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Comic #1511 (April 13, 2015)&amp;quot; textbox that appears on top of each comic breaks if you shrink the screen. I think the space after the comma needs to be replaced with a non breaking space.{{unsigned ip|108.162.238.144}}&lt;br /&gt;
&lt;br /&gt;
:Is it fixed now? '''[[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:59, 13 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::It looks like it. I had pointed it out once before and it was fixed. I guess somebody reverted that change or something... --[[Special:Contributions/173.245.56.202|173.245.56.202]] 13:42, 15 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 1515? ==&lt;br /&gt;
&lt;br /&gt;
Is it correct that we have 1515 comics, as of April 15, 2015? --[[Special:Contributions/173.245.48.122|173.245.48.122]] 05:20, 15 April 2015 (UTC)&lt;br /&gt;
:It's not, but some people insist on making comic pages for things that aren't comics. I'll fix 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;]] 06:27, 15 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 972 is broken ==&lt;br /&gt;
&lt;br /&gt;
Look, I'm not going to make an account here or anything, but I just wanted to point out that trying to access the page for comic #972 leads to a database error, and maybe someone should check on that. [[Special:Contributions/173.245.48.102|173.245.48.102]] 07:45, 14 July 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Actually a lot of other pages lead to that same error as well... Even the 'Technical Diskussions' sub-page is broken. Seems to my, like some swap-spac needs cleaning up? [[Special:Contributions/108.162.230.83|108.162.230.83]] 10:32, 14 July 2015 (UTC)&lt;br /&gt;
:Yep. It's a symptom of another problem, but the errors should be cleared up now. '''[[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, 14 July 2015 (UTC)&lt;br /&gt;
::No dice.  [[997]] is still broken.  --[[Special:Contributions/198.41.235.119|198.41.235.119]] 00:27, 3 August 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::Looks like they're working now. 21:01, 2016-11-27 {{unsigned ip|141.101.98.163}}&lt;br /&gt;
&lt;br /&gt;
== #1567 ==&lt;br /&gt;
&lt;br /&gt;
I think the current explanation is missing the connection, and the parody of, many &amp;quot;As Seen On TV&amp;quot; commercials selling kitchen products. Many of these commercials show people trying to use common kitchen equipment (pots, pans, can openers, etc) in a way that no normally functioning human would do it (for example, one has a lady draining the liquid from a pot of food into a sink in an extremely awkward manner — one that no normal person who has ever seen a kitchen would do — but then the lid flies one way, food goes another, there's a huge mess, etc; another commercial has someone trying to open a can of food using a can opener '''backwards''', with the woman looking extremely confused looking on how the can opener is supposed to be used or attached to the can [if you told someone act like they are a clueless monkey trying to use a can opener for the first time, that's basically what the commercial had the woman doing — no joke]). These commercials often begin with phrases such as &amp;quot;If you are like me&amp;quot; or &amp;quot;If you are like most home makers&amp;quot; or some other closely related &amp;quot;If you are like...&amp;quot; phrase (thus this comic is directly tieing itself to these commercials using this catch phrase). [[Special:Contributions/108.162.220.11|108.162.220.11]] 07:50, 21 August 2015 (UTC)&lt;br /&gt;
:: Other opening catch phrases for these commercials include the &amp;quot;Tired of [fill-in made-up frustration]&amp;quot; and the &amp;quot;Do you [fill-in made-up frustration]&amp;quot; kind. [[Special:Contributions/108.162.220.11|108.162.220.11]] 08:09, 21 August 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;I used Google news BEFORE it was clickbait&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
Go to a handful of older pages on this wiki, and it won't be long before you see this phrase in the comments - [[941: Depth Perception]], for instance has two of them. Does anyone know why this happens? [[Special:Contributions/108.162.221.116|108.162.221.116]] 10:59, 23 August 2015 (UTC)&lt;br /&gt;
:That's the signature of a person who used to post here. If you click through, it actually goes to a 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;]] 14:25, 23 August 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== URL ==&lt;br /&gt;
&lt;br /&gt;
I notice that whenever you add &amp;quot;explain&amp;quot; to an xkcd url, it takes you here! neat! [[Special:Contributions/198.41.235.233|198.41.235.233]] 23:13, 28 August 2015 (UTC)&lt;br /&gt;
:Someone noticed! Finally! '''[[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:45, 29 August 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Should we really be using CC-BY-SA? ==&lt;br /&gt;
&lt;br /&gt;
Don't get me wrong, CC-BY-SA is my favorite creative commons license. The problem is, are we really allowed? The reason I'm worried is that I'm not sure if what we are doing really counts as &amp;quot;fair use&amp;quot; with respect to XKCD. It would probably be better to do CC-NC-BY-SA, to respect XKCD, or at least put a note that CC-BY-SA only covers the wiki portion (since it's probably too late to do CC-BY-SA anyway).&lt;br /&gt;
[[Special:Contributions/173.245.54.37|173.245.54.37]] 23:38, 27 January 2016 (UTC)&lt;br /&gt;
:This is a tough one. Mediawiki sites generally use CC-BY-SA, even if the content they're based off is copyrighted (Wikia sites for various topics do this). The license only does apply to content ''created'' here. What should probably be done, if it isn't already, is some specification on pages in the &amp;lt;code&amp;gt;File:&amp;lt;/code&amp;gt; namespace indicating that they are owned by someone other than the owners of this site. [[User:Schiffy|&amp;lt;font color=&amp;quot;000999&amp;quot;&amp;gt;Schiffy&amp;lt;/font&amp;gt;]] ([[User_talk:Schiffy|&amp;lt;font color=&amp;quot;FF6600&amp;quot;&amp;gt;Speak to me&amp;lt;/font&amp;gt;]]|[[Special:Contributions/Schiffy|&amp;lt;font color=&amp;quot;FF0000&amp;quot;&amp;gt;What I've done&amp;lt;/font&amp;gt;]]) 19:37, 7 April 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== #1663: Garden not yet added? ==&lt;br /&gt;
&lt;br /&gt;
For me it's 4:30 AM, 4/4/16 - I have a sleep schedule just like [https://xkcd.com/361/], so I've been first on quite a few xkcd explanations immediately. when they came out.&lt;br /&gt;
I notice that usually, immediately once a new xkcd comic is released, a bot generates a corresponding bare-bones page on this wiki. However, this new comic &amp;quot;1663: Garden&amp;quot; doesn't yet have an automatically-generated page. Maybe it's because of the strange user-session hash key that appears in the URL bar when the &amp;quot;comic&amp;quot; is interacted with? Maybe this sort of interactive thing messes with the bot?&lt;br /&gt;
Am I just being impatient? Do I have to wait a few minutes? (I'm going to bed, and this probably won't be seen until tomorrow, but I am at least interested in knowing how the bot system works.) [[Special:Contributions/173.245.54.21|173.245.54.21]] 09:01, 4 April 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Skins broken ==&lt;br /&gt;
&lt;br /&gt;
It seems both the Classic and Monobook skins are very very broken. Only Vector seems to be laid out normally. [[User:Schiffy|&amp;lt;font color=&amp;quot;000999&amp;quot;&amp;gt;Schiffy&amp;lt;/font&amp;gt;]] ([[User_talk:Schiffy|&amp;lt;font color=&amp;quot;FF6600&amp;quot;&amp;gt;Speak to me&amp;lt;/font&amp;gt;]]|[[Special:Contributions/Schiffy|&amp;lt;font color=&amp;quot;FF0000&amp;quot;&amp;gt;What I've done&amp;lt;/font&amp;gt;]]) 19:39, 7 April 2016 (UTC)&lt;br /&gt;
: Yes, for me too.  Let me see what can be done. [[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]]) 20:10, 12 April 2016 (UTC)&lt;br /&gt;
::All calls to /load.php seem to fail, which results in the broken look. --[[Special:Contributions/162.158.86.167|162.158.86.167]] 11:02, 14 April 2016 (UTC)&lt;br /&gt;
:::Oh wow, I thought I was the only one. [[User:SuperSupermario24|&amp;lt;span style=&amp;quot;color: #c21aff;&amp;quot;&amp;gt;Just some random derp&amp;lt;/span&amp;gt;]] 15:57, 8 May 2016 (UTC)&lt;br /&gt;
::::Should be fixed now. '''[[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:59, 17 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== #1682: Not sure about the reference for Russian meaning for Bun ==&lt;br /&gt;
''Also interesting to note is that in several Slavic languages (including Russian, Czech and Polish), the word for Rabbit literally means Little King''&lt;br /&gt;
&lt;br /&gt;
I'm a native Russian speaker, and i've never heard of Rabbit being used for ''Little King''... &lt;br /&gt;
&lt;br /&gt;
* Rabbit: ''krolik'' (кролик)&lt;br /&gt;
* Little King: ''korolyok'' (королёк)&lt;br /&gt;
&lt;br /&gt;
Not sure if this above statement is correct for Russian language. {{unsigned ip|162.158.255.28}}&lt;br /&gt;
:This is the main page. You probably want to put this in [[Talk:1682: Bun]]'''[[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:36, 20 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Random Button ==&lt;br /&gt;
The actual xkcd site has one and adding one would make it closer to the actual site and make discovering random comics and their explanations easier. It could go next to the comic # button.[[Special:Contributions/173.245.52.69|173.245.52.69]] 01:03, 5 June 2016 (UTC)&lt;br /&gt;
:There is a random page button on the left. '''[[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;]] 02:36, 5 June 2016 (UTC)&lt;br /&gt;
::Oh. Didn't see that. Sorry.[[Special:Contributions/173.245.52.69|173.245.52.69]] 20:16, 5 June 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== XKCD Alignment Chart ==&lt;br /&gt;
&lt;br /&gt;
A while back, I was searching for an XKCD alignment chart, with no success, so I made one. It is not perfect, so I'm wondering what other opinions on the alignment of the characters are.&lt;br /&gt;
&lt;br /&gt;
Lawful Good- Beret&lt;br /&gt;
&lt;br /&gt;
Neutral Good- Ponytail&lt;br /&gt;
&lt;br /&gt;
Chaotic Good- Mrs. Roberts&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Lawful Neutral-Cueball&lt;br /&gt;
&lt;br /&gt;
Neutral Neutral- Megan&lt;br /&gt;
&lt;br /&gt;
Chaotic Neutral- White hat&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Lawful Evil- Hairy&lt;br /&gt;
&lt;br /&gt;
Neutral Evil- Danish&lt;br /&gt;
&lt;br /&gt;
Chaotic Evil- Black Hat&lt;br /&gt;
&lt;br /&gt;
--[[User:Fallencrow305|Fallencrow305]] ([[User talk:Fallencrow305|talk]]) 22:10, 28 July 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:What about Help I'm trapped in a drivers license factory Elaine Roberts? --[[User:JayRulesXKCD|JayRulesXKCD]] ([[User talk:JayRulesXKCD|talk]]) 15:48, 29 September 2016 (UTC)&lt;br /&gt;
::Or Hairbun? Or Science Girl? Here are my predictions: Elaine - Chaotic Good, Hairbun - Lawful Good, Science Girl - Lawful Neutral --[[User:JayRulesXKCD|JayRulesXKCD]] ([[User talk:JayRulesXKCD|talk]]) 16:00, 29 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
What? How can Beret Guy be anything other than chaotic?&lt;br /&gt;
&lt;br /&gt;
== 1713 cc also means carbon copy. So 50 carbon copies of either of those words could be called for.  ==&lt;br /&gt;
&lt;br /&gt;
1713 cc also means carbon copy. So 50 carbon copies of either of those words could be called for. {{unsigned ip|108.162.215.146}}&lt;br /&gt;
:Sorry, but [[User:108.162.215.146|108.162.215.146]], you need to remember to sign your work. --[[User:JayRulesXKCD|JayRulesXKCD]] ([[User talk:JayRulesXKCD|talk]]) 11:50, 26 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Chatroom Idea... What do you guys think? ==&lt;br /&gt;
I have an idea. What if there was a discussion board for the wiki? (And no, I don't mean boards like this or the &amp;quot;comment section&amp;quot; of comic explanations. I mean a live chatroom plugin of sorts. We could add it to the website and enable it so we can talk to each other in real-time and make live edits with each other. This way, we can also let each other know of edits we've made, make new pages altogether, or just talk. What do you guys think? -- [[User:JayRulesXKCD|JayRulesXKCD]] ([[User talk:JayRulesXKCD|talk]]) 9:10, 13 September 2016&lt;br /&gt;
:The [http://www.explainxkcd.com/wiki/index.php/Special:RecentChanges recent changes] log already notifies all users on the site of new pages and edits. User talk pages and the community portals exist for coordination. Also, avoid creating new comment topics in the middle of a talk page in the future, comments are supposed to follow a chronological order. '''[[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:39, 13 September 2016 (UTC)&lt;br /&gt;
::Sorry. --[[User:JayRulesXKCD|JayRulesXKCD]] ([[User talk:JayRulesXKCD|talk]]) 13:59, 26 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Copying versus embedding ==&lt;br /&gt;
&lt;br /&gt;
Hi, I'm new here and I'm trying not to be an asshole. However, I just noticed that this site uses its own archive of copied xkcd comics, rather than using the image URL provided for hotlinking and embedding. I can understand this website will want to have its own archive in case xkcd.org ever goes offline, but until then, why not just embed the images instead of copying?&lt;br /&gt;
&lt;br /&gt;
The reason I'm asking: I just realised I hardly ever go to xkcd.org anymore ever since my browser put explainxkcd above xkcd.org. Explanations get updated, so sometimes I check back later, which rarely happens with the comics. It makes perfect sense. But if more people experience this issue, xkcd.org is getting fewer unique visitors because of it, and this could be fixed by fetching the image directly from there, while still making and storing a copy in case it is needed in the future. Thoughts, anyone? [[Special:Contributions/141.101.104.33|141.101.104.33]] 17:08, 18 October 2016 (UTC)&lt;br /&gt;
:So, we can't do this for every comic, like [[1190]] or other april fools comics. Also, xkcd's revenue comes from merchandise sales, not ad revenue, so I believe it's not actually negatively impacting them that we're serving the images ourselves rather than making the main site serve them 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;]] 05:39, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Embedding images is generally known as &amp;quot;stealing bandwidth&amp;quot;, since it uses resources of the original site's server (may be limited) without bringing it any actual visitors (they won't see anything else of the website, like announcements, shop, other sections, ...). Also, depending on how unique visitors are counted, &amp;quot;visitors&amp;quot; through embedding might be invisible (client's side scripts won't be loaded). So no image embedding without the original site's owner express permission. [[Special:Contributions/141.101.88.106|141.101.88.106]] 12:51, 7 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Other Languages ==&lt;br /&gt;
Are there translations of pages anywhere. It has been mentioned that they are on subdomains of this site, or a sub-page, as Main_Page/es for spanish. I can't seem to find them there. [[User:The Muffin Man|The Muffin Man]] ([[User talk:The Muffin Man|talk]]) 14:48, 7 February 2017 (UTC)&lt;br /&gt;
:It's a work in progress, long delayed but I really do want to get to it eventually. '''[[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:58, 7 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Why are there male/female symbols in some of the entries? ==&lt;br /&gt;
&lt;br /&gt;
Those symbols are not in the comic, but they're in the table. I think a vandal put them there. Can someone remove them from the Lavaball, Bladeball, Eggspotting, Merfishing, Consequence Golf and Heck Escape? (now don't act like someone who criticizes &amp;quot;politically correct leftist &amp;quot;libt++d&amp;quot; SJW snowflakes&amp;quot; just because I said &amp;quot;heck&amp;quot; or censored the derogatory term for &amp;quot;liberal&amp;quot; or not even trying to say these uncensored) -- [[Special:Contributions/108.162.221.106|108.162.221.106]] 12:36, 25 November 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How quaint ==&lt;br /&gt;
&lt;br /&gt;
From the Main Page:&lt;br /&gt;
&lt;br /&gt;
Explain xkcd: '''It's 'cause you're dumb.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From the Rules section:&lt;br /&gt;
&lt;br /&gt;
'''Don't be a jerk. '''&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
(Emphasis mine)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
How very ,very quaint. --[[Special:Contributions/162.158.126.100|162.158.126.100]] 21:00, 5 December 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== HTTPS? ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
With the general trend towards HTTPS being favoured over HTTP for security and speed reasons, would it be possible to force the use of HTTPS and secure the mixed content please?&lt;br /&gt;
&lt;br /&gt;
Please see [https://www.whynopadlock.com/results/7e707bfd-cd71-4b00-b95e-be226fb10fb6 Why no Padlock?] for more details.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
[[Special:Contributions/162.158.179.202|162.158.179.202]] 10:32, 13 January 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Browsing using HTTPS seems to just work. There's even a signed certificate.&lt;br /&gt;
:https://www.explainxkcd.com/wiki/index.php/1946&lt;br /&gt;
&lt;br /&gt;
:I really don't get why people are so convinced that browsing using HTTPS is so much more &amp;quot;secure&amp;quot;. You even seem to claim that it's faster?&lt;br /&gt;
:If you love it so much, install a browser extension like https://www.eff.org/https-everywhere.&lt;br /&gt;
&lt;br /&gt;
:With the exception of the login / register page, I really don't see the point for enforcing this for the whole site. I am no admin though.&lt;br /&gt;
[[Special:Contributions/172.69.54.93|172.69.54.93]] 22:30, 25 January 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
We are already in 2018 and this website still does not even redirect automatically to HTTPS ([https://support.cloudflare.com/hc/en-us/articles/200170536-How-do-I-redirect-all-visitors-to-HTTPS-SSL- you can do it so easily with Cloudflare...]) nor enforce HTTPS with {{w|HSTS}}... I don't know, just check [https://scotthelme.co.uk/hardening-your-http-response-headers/#strict-transport-security on Scott Helme's site] why it's important. Having to rely on the user installing an extension for doing the sysadmin work is a bad joke, really. And it does not fix some issues with mixed content of course. With Let's Encrypt and Cloudflare providing certificates for free and the plethora of tutorials online on securing a website (not limited to HTTPS), there is no excuse to not do it. -- [[User:guest|guest]] ([[User talk:guest|talk]]) 11:22, 31 January 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;It's because you're dumb&amp;quot; ==&lt;br /&gt;
I see that there was some talk about this a while ago, in which people seemed to agree that the &amp;quot;It's because you're dumb&amp;quot; tagline is unnecessarily mean and should be changed... and yet, it's still here. I'd like to add some more fuel to the fire with several reasons why I really hate this tagline:&lt;br /&gt;
&lt;br /&gt;
* The tagline doesn't fit the tone of XKCD. Randall celebrates knowledge. Even Black Hat wouldn't just outright say &amp;quot;You're dumb&amp;quot;, because he's a classhole who can insult way better than that.&lt;br /&gt;
* Many of the people who contribute to this wiki are very smart. They're not dumb.&lt;br /&gt;
* They're also quite amicable from what I've seen. If they wouldn't insult someone, why is the website doing so?&lt;br /&gt;
* Not knowing something is not the same as being dumb. Even the smartest people don't know everything.&lt;br /&gt;
* Having a desire to learn is smart, not dumb.&lt;br /&gt;
* The tagline's logic is flawed. Just because you learn a new thing, doesn't mean you were dumb to begin with.&lt;br /&gt;
&lt;br /&gt;
Anyone with me on this?&lt;br /&gt;
&lt;br /&gt;
[[User:Hawthorn|Hawthorn]] ([[User talk:Hawthorn|talk]]) 14:07, 20 February 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
: The first line of the &amp;quot;Rules&amp;quot; section is &amp;quot;Don't be a jerk&amp;quot; at the time of writing. The first thing this wobsite does is to break that rule. I'm not sure what else is to be said here. --[[Special:Contributions/162.158.126.76|162.158.126.76]] 16:55, 20 March 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I always thought that was weird too. But it's still there... I'll tell the admins about it, and hopefully it will be changed. [[User:Herobrine|Herobrine]] ([[User talk:Herobrine|talk]]) 13:18, 18 April 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
Explanation: ''This'' is a joke... Missing the punchline? --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 15:15, 18 April 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
Personally, I'm fine with the current tagline. I consider it a joke and don't feel offended. However, if there is consensus a) that and b) to what it should be changed, I'm ok with changing it. --[[User:SlashMe|SlashMe]] ([[User talk:SlashMe|talk]]) 16:18, 18 April 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm wondering, would it be possible to temporarily (a week or so?) stop new ads from appearing in the sidebar and replace it with a poll concerning this issue? Right now it's just showing what appeared in the banners in [[1965: Background Apps]], and not a real ad. [[Special:Contributions/162.158.58.81|162.158.58.81]] 10:12, 19 April 2018 (UTC)&lt;br /&gt;
:The advertisement is used to pay the fees needed to run this site. Right now this wiki get's an upgrade but when it's done this discussion will get a proper placement here. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 13:37, 21 April 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
The first time I encountered this tagline I thought it was pretty funny. Satire can be hard to detect online but this one seems clear enough. --[[User:DKMell|DKMell]] ([[User talk:DKMell|talk]]) 20:42, 20 August 2018 (UTC)&lt;br /&gt;
:What is it satirizing? I'm serious; I genuinely don't know. It could well be that I just don't get the joke. [[User:Hawthorn|Hawthorn]] ([[User talk:Hawthorn|talk]]) 13:39, 10 January 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
At first I liked the joke, but now it's either annoying or I ignore it. Personally I don't feel it needs to be changed, as it's in the satirical spirit of xkcd, but I wouldn't care too much. [[User:Nyx goddess|Nyx goddess]] ([[User talk:Nyx goddess|talk]]) 22:56, 5 December 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
It's satire, if it gets removed that's exactly the kind of overzealous political correctness that MAGA chuds are talking about when they accuse us of being snowflakes, howabout let's not give them ammo. - 02:03, 22 December 2018 (UTC) {{unsigned ip|162.158.63.94}}&lt;br /&gt;
:As above: what it is satirizing? Also, for my part, it's not about political correctness at all; it's that the tagline doesn't match my personal positive image of XKCD, nor of this wiki, and it just feels unfitting to me, for all the reasons that I laid out. [[User:Hawthorn|Hawthorn]] ([[User talk:Hawthorn|talk]]) 13:39, 10 January 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm in favor of a change.  Let's drop the &amp;quot;dumb&amp;quot;.  Or at least modify it.  I propose a &amp;quot;strikethrough&amp;quot; of dumb, then add any one of a list of possible words: confused, ignorant, curious, wondering, befuddled...  (Oooh, could it randomly change each time the page is loaded?  Code wizards, advance!)  [[User:Imperpay|Imperpay]] ([[User talk:Imperpay|talk]]) 22:25, 24 January 2019 (UTC)&lt;br /&gt;
:A complete list of all synonyms of dumb, including dumb and all synonyms of those synonyms, according to thesaurus.com. One randomly loads each time you load the page via rng, or on a once a day system, like the incomplete page of the day. That would actually probably make it more mean on average, but more clearly a joke. Wouldn’t be impossible to code either.[[User:Netherin5|Netherin5]] ([[User talk:Netherin5|talk]]) 15:18, 21 February 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
The reason I come to Explain XKCD is because I'm excited to see what other people have said about it. I agree with the above - it doesn't fit the spirit of xkcd's joy for knowledge and it really just isn't why people come here. Furthermore, it skirts demeaning people with disabilities. Please remove it. [[User:Jachra|Jachra]] ([[User talk:Jachra|talk]]) 07:43, 2 July 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
I also agree with Hawthorn. This tagline always was very strange for me. No, this is nothing about political correctness. I don't mind being insulted, if there is a joke, or something ironical or satirical behind it. But there just isn't. It's just not funny at all.&lt;br /&gt;
A random selection on every page load from a long list of completely absurd reasons would be more the XKCDs way. You could even try to create one or more &amp;quot;''It's because ...''&amp;quot; explanations for every comic and randomly display one out of those. 2206: &amp;quot;''... you don't know how to type capital numbers.''&amp;quot;, 2205: &amp;quot;''... you don't assume Pi is one.''&amp;quot;, 2204: &amp;quot;''... you didn't give us a moon.''&amp;quot;, 2203: &amp;quot;''... there wasn't a really big meteor impact for a while.''&amp;quot;  and so on. Pretty straight forward. The more frequent visitors of XKCD would probably even get many of the references and remember the corresponding comic. --[[Special:Contributions/162.158.91.221|162.158.91.221]] 17:39, 24 September 2019 (UTC)&lt;br /&gt;
:I did recently raise the issue again on the [https://www.explainxkcd.com/wiki/index.php/explain_xkcd:Community_portal/Miscellaneous#Is_the_.22It.27s_.27cause_you.27re_dumb.22_tagline_a_relic_of_the_past.3F Community Portal], explaining my case in more detail, although it seems to have garnered little interest. [[User:Hawthorn|Hawthorn]] ([[User talk:Hawthorn|talk]]) 12:13, 30 September 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
What instead, then? It's poor form to suggest half a change; if not &amp;quot;it's cause you're dumb,&amp;quot; what should the tagline be? [[Special:Contributions/173.245.52.85|173.245.52.85]] 16:37, 25 December 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Editor FAQ ==&lt;br /&gt;
Eventually we may need that banner at the top for something else, like the incomplete explanation spotlight, or when the wiki was being upgraded, so I think we should add the Editor FAQ in the New Here? section. [[User:Herobrine|Herobrine]] ([[User talk:Herobrine|talk]]) 11:21, 2 June 2018 (UTC)&lt;br /&gt;
:It's a first draft and I'm just waiting to be convinced that it's NOT incomplete. And be sure I haven't written it without a plan how to present it on the proper places. Furthermore this &amp;quot;Sitenotice&amp;quot; on the top is only &amp;quot;dissmissable&amp;quot; for valid users, every visitor not logged in does see this always. Thanks for your participation and I'm grateful about any help. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 16:30, 2 June 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Categories on Main Page ==&lt;br /&gt;
&lt;br /&gt;
[[MediaWiki:Common.css]] has the following entry:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
.page-Main_Page div#catlinks ul li {&lt;br /&gt;
    border-left: none;&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    left: 70px;&lt;br /&gt;
    bottom: 6px;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The &amp;lt;code&amp;gt;70px&amp;lt;/code&amp;gt; cause an overlap for me in Firefox, and much too small a gap in Chrome. I suggest to actually remove that line completely, just compare it with categories on other pages: The gap is quite large. In Firefox, also the &amp;lt;code&amp;gt;6px&amp;lt;/code&amp;gt; are too much, but in Chrome they are required. But it might be worth to try whether setting vertical align to something else can achieve a more consistent display. --[[Special:Contributions/162.158.88.230|162.158.88.230]] 10:22, 13 July 2018 (UTC)&lt;br /&gt;
:And the comment above that says: &amp;quot;Dirty hack to hide the categories of the current comic from main page. ...&amp;quot;. I'm aware of this but there is much more, especially for a mobile version I'm looking forward to. Only in this case I see three problems: The component is rendered as a list (ul,li) by hiding the bullets. This then empty space is always rendered different in different browsers. Using &amp;quot;position: absolute&amp;quot; tries to circumvent this but absolute positioning is bad layout and never should be used. Furthermore mixing the units ''px'' and ''em'' in many places is also a problem when comparing it at different browsers. I'm working on this with the final goal also having a proper mobile version, not only for Firefox, Chrome, Edge,... on a desktop. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 12:12, 13 July 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Bookmark ==&lt;br /&gt;
&lt;br /&gt;
I think we should add this book mark I made to automatically transfer anything from xkcd to its explainxkcd page (I was frustrated, ok?):&lt;br /&gt;
&lt;br /&gt;
javascript:x=window.location.href;x = x.replace(/\D/g,'');t=document.title.substring(5).replace(/ /g,&amp;quot;_&amp;quot;);window.location.href=&amp;quot;https://www.explainxkcd.com/wiki/index.php/&amp;quot;+x+&amp;quot;:&amp;quot;+t;&lt;br /&gt;
&lt;br /&gt;
I know the code could be more compact, but using this, you can just press a button and it  will take you to the explain page {{unsigned ip|172.68.47.84}}&lt;br /&gt;
:Just changing the URL from &amp;lt;code&amp;gt;xkcd.com/2115/&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;explainxkcd.com/2115/&amp;lt;/code&amp;gt; (putting the word explain to the beginning) does the same. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 16:41, 22 February 2019 (UTC)&lt;br /&gt;
:Collecting these [[Browser helpers|here]].  – [[User:Yfmcpxpj|Yfmcpxpj]] ([[User talk:Yfmcpxpj|talk]]) 04:48, 13 October 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Non-comic explanations? ==&lt;br /&gt;
&lt;br /&gt;
So I was looking at xkcd and I noticed a little jokey line near the bottom of the page in very small print that reads &amp;lt;pre&amp;gt; &amp;lt;nowiki&amp;gt; &amp;quot;xkcd.com is best viewed with Netscape Navigator 4.0 or below on a Pentium 3±1 emulated in Javascript on an Apple IIGS at a screen resolution of 1024x1. Please enable your ad blockers, disable high-heat drying, and remove your device from Airplane Mode and set it to Boat Mode. For security reasons, please leave caps lock on while browsing.&amp;quot; &amp;lt;/nowiki&amp;gt; &amp;lt;/pre&amp;gt;&lt;br /&gt;
Now, I know enough to understand the joke, but it would be nice to have a page for this. Do we have one? Am I just blind? Either way, I would like to know. Thanks! [[User:Nyx goddess|Nyx goddess]] ([[User talk:Nyx goddess|talk]]) 23:39, 28 March 2019 (UTC)&lt;br /&gt;
:Nevermind, I just found it. Sorry! [[User:Nyx goddess|Nyx goddess]] ([[User talk:Nyx goddess|talk]]) 23:40, 28 March 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Latest comic released. ==&lt;br /&gt;
&lt;br /&gt;
I don't know where to post this, but the bots haven't created the page yet.&lt;br /&gt;
[[User:HelloWorld|HelloWorld]] ([[User talk:HelloWorld|talk]]) 19:24, 4 April 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Probably infected by COVID-19. That's why you should wash your keyboards after visiting other websites. Until then, feel free to create the page manually (if possible). --[[Special:Contributions/108.162.242.19|108.162.242.19]] 21:07, 4 April 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Minor edit proposal ==&lt;br /&gt;
&lt;br /&gt;
Line 19 of the main page includes this sentence:&lt;br /&gt;
&amp;lt;pre&amp;gt;Many of the recent contributors, listed above, have [http://www.explainxkcd.com/wiki/index.php?title=Special%3AContributions&amp;amp;contribs=newbie just joined].&amp;lt;/pre&amp;gt;&lt;br /&gt;
That right there is not a wikilink. Could we change it to:&lt;br /&gt;
&amp;lt;pre&amp;gt;Many of the recent contributors, listed above, have [{{fullurl:Special:Contributions|contribs=newbie}} just joined].&amp;lt;/pre&amp;gt;&lt;br /&gt;
Both render as follows:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|Many of the recent contributors, listed above, have [{{fullurl:Special:Contributions|contribs=newbie}} just joined].&lt;br /&gt;
|}&lt;br /&gt;
And I think my way is cleaner. [[User:Jacky720|That's right, Jacky720 just signed this]] ([[User talk:Jacky720|talk]] | [[Special:Contributions/Jacky720|contribs]]) 14:52, 9 April 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Spam==&lt;br /&gt;
It seems that [https://www.explainxkcd.com/wiki/index.php/Category:Incomplete_explanations the page with list with incomplete comics] has been overrun by Spam posts by some logged in users in the last weeks... Maybe ban those users and clean up the page?&lt;br /&gt;
A long time lurker. [[Special:Contributions/141.101.104.149|141.101.104.149]] 06:09, 10 April 2020 (UTC)&lt;br /&gt;
:If you check [[Special:RecentChanges]], you'll see a bunch of accounts being created anyway. I recommend {{w|WP:PP|protecting}} the page. [[User:Jacky720|That's right, Jacky720 just signed this]] ([[User talk:Jacky720|talk]] | [[Special:Contributions/Jacky720|contribs]]) 16:46, 12 April 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==1000: 1000 Comics/1000 characters update==&lt;br /&gt;
I've completed the blank explanations for all the remaining characters in [[1000: 1000 Comics/1000 characters]]; however, it could really use some work in terms of verification. I offer the sweet incentive of being able to get rid of a page's 'incomplete' label as reward for people to double check my, and [[User:Kynde|Kynde's]] work on the project. [[User:BlackHat|Your favourite sociopath]] ([[User talk:BlackHat|(the one who leaves all the parentheses open]] 07:58, 25 October 2020 (UTC&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==2021-02 updates to top of page==&lt;br /&gt;
I don't really like the changed first few lines - I think it takes up too much room and the previous info was better. I look at the main page daily, and want to see the comic and explination not all this stuff that I think would be better down below the daily comic display. [[User:J-beda|J-beda]] ([[User talk:J-beda|talk]]) 17:50, 5 February 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
: I agree, and it drives me crazy that {{tl|Welcome}} is designed for talk pages, so there is a red link to [[User:Main Page]]! [[Special:Contributions/172.68.142.213|172.68.142.213]] 15:22, 6 February 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Since Jeff is much more involved in all this sort of stuff than myself, I would tend to defer to his judgement, but I also agree that the &amp;quot;Main Page&amp;quot; red link is pretty ugly. I will &amp;quot;be bold&amp;quot; and revert the change and then drop it if he really wants it. [[User:J-beda|J-beda]] ([[User talk:J-beda|talk]]) 18:54, 6 February 2021 (UTC)&lt;br /&gt;
::I guess I cannot revert things as there are no &amp;quot;edit&amp;quot; buttons I can view for the Main Page [[User:J-beda|J-beda]] ([[User talk:J-beda|talk]]) 19:01, 6 February 2021 (UTC)&lt;br /&gt;
:::You need administrator privileges to edit the main page. This was done to reduce spam, which is basically non-existent now. I made the {{tl|Welcome}} template, and I certainly did not make it for it to be displayed in the main page! I made it to welcome new users to the site.&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:16, 8 February 2021 (UTC)&lt;br /&gt;
::::I see on [User:Jeff|Jeff]]'s talk page that Sqrt-1 has made a comment about this so maybe it will be taken care of. I am guessing that some automatic bot-like thing might have made an error. Today I got the {{tl|Welcome}} template added to my user page by Sqrt-1. It does seem like a useful template for user pages - less so for the Main page.  [[User:J-beda|J-beda]] ([[User talk:J-beda|talk]]) 13:28, 8 February 2021 (UTC)&lt;br /&gt;
:It looks like [[User:Jeff|Jeff]] has reverted it - Thanks! [[User:J-beda|J-beda]] ([[User talk:J-beda|talk]]) 11:51, 12 February 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Overuse/misuse of incomplete template ==&lt;br /&gt;
&lt;br /&gt;
Instead of having information on why the comic is incomplete or being removed once the explanation is finished, the incomplete template is being treated as a place to put witty comments. This overcrowds the category, making it more difficult to see articles in need of actual help or know why they need help. I have gone through the incomplete articles and posted new topics on ones with incomplete tags that do not provide information on why the template is there, asking to know why the comic is incomplete and, failing that, to have the template removed. For the full details, please see [[User:Quillathe_Siannodel|my user page]].&lt;br /&gt;
&lt;br /&gt;
I would like to request that either a less obtrusive solution or compromise be found or the error of my (relatively new user) ways be explained to me by someone more experienced.&lt;br /&gt;
&lt;br /&gt;
Sincerely, &amp;lt;s&amp;gt;[[406:_Venting|Summer Glau]]&amp;lt;/s&amp;gt;  [[User talk:Quillathe Siannodel|&amp;lt;sup&amp;gt;{)|(}&amp;lt;/sup&amp;gt;]][[User:Quillathe_Siannodel|Quill]][[User talk:Quillathe Siannodel|&amp;lt;sub&amp;gt;{)|(}&amp;lt;/sub&amp;gt;]] &lt;br /&gt;
&lt;br /&gt;
P.S. Maybe an &amp;quot;incomplete incomplete template&amp;quot; template? I don't know.&lt;br /&gt;
&lt;br /&gt;
P.P.S. I can kill you with my brain.&lt;br /&gt;
&lt;br /&gt;
I don't know. I re-signed and edited so many times, March 2021 (UTC)&lt;br /&gt;
: In some cases, the &amp;quot;incomplete&amp;quot; tag is left on for a long time, when nobody takes the trouble to remove it from a page that has migrated out of people's attention.  Sometimes, people remove it inappropriately, while a page is still actively under revision.  In many cases, it's hard for anyone to say what's &amp;quot;incomplete&amp;quot; about a page because there's relevant stuff to add that isn't obvious until someone adds it.  The question is more: at what point can a page be reasonably assumed to be &amp;quot;complete&amp;quot;?  A week after the most recent edit to it?  Some pages undergo revision for quite a while after they're first posted; other pages remain stable after only a few days.  It annoys me when someone edits a page and removes its &amp;quot;incomplete&amp;quot; tag at the same time, which gives me the impression of &amp;quot;now that I have made my change, the page is in its final form, and nobody else should touch it!&amp;quot; [[User:BunsenH|BunsenH]] ([[User talk:BunsenH|talk]]) 22:55, 6 April 2021 (UTC)&lt;br /&gt;
::Proposal: The default text of the incomplete template could be modified to include &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Category: Incomplete Incomplete (or something similar)]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. If the text is modified, the page should be removed from the category. This new category would be easily accessible from the main page, and anyone visiting it should see information about the category's meaning and how to help make said templates more informative.&amp;lt;br&amp;gt;Possible ways to go about this:&lt;br /&gt;
::* Line 315 of the bot script would be changed to read:&amp;lt;br&amp;gt;&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{incomplete|Created by a BOT - Please change this comment when editing this page. Do NOT delete this tag too soon.[[Category: Whatever The Name Ends Up Being]]}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
::* The main page banner would be changed to read:&amp;lt;br&amp;gt;&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;font size=5px&amp;gt;''Welcome to the '''explain [[xkcd]]''' wiki!''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
We have an explanation for all [[:Category:All comics|'''{{#expr:{{PAGESINCAT:All comics|R}}-1}}''' xkcd comics]],&lt;br /&gt;
&amp;lt;!-- Note: the -1 in the calculation above is to discount &amp;quot;comic&amp;quot; 404, which is not really a comic, even though we've categorised it so. --&amp;gt;&lt;br /&gt;
and only {{PAGESINCAT:Incomplete explanations|R}}&lt;br /&gt;
({{#expr: {{PAGESINCAT:Incomplete explanations|R}} / {{LATESTCOMIC}} * 100 round 0}}%) [[:Category:Incomplete explanations|are incomplete]]. Help us finish them! If you're looking for something easier, you could also edit one of the {{PAGESINCAT:Whatever The Name Ends Up Being|R}} pages with [[:Category:Whatever The Name Ends Up Being|incomplete explanations]], which would help other editors.&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
::* The new category would read:&amp;lt;br&amp;gt;&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;This is the category page for incomplete pages that have no explanation for why they are incomplete in the incomplete tag. Do not add pages to this category. See also: [[:Category:Incomplete pages]] and [[:Category:Incomplete transcripts]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
::I will not do this without first seeking community approval, because these are huge edits that could majorly change the wiki. Is this a good idea? [[User talk:Quillathe Siannodel|&amp;lt;sup&amp;gt;{)|(}&amp;lt;/sup&amp;gt;]][[User:Quillathe_Siannodel|Quill]][[Special:Contributions/Quillathe_Siannodel|&amp;lt;sub&amp;gt;{)|(}&amp;lt;/sub&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
== Add another digit to percentage incomplete count ==&lt;br /&gt;
&lt;br /&gt;
With the large majority of comics gaining explanations, I suggest that the current expression be adjusted to the following, changing &amp;quot;round 0&amp;quot; to &amp;quot;round 1&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;({{#expr: {{PAGESINCAT:Incomplete explanations|R}} / {{LATESTCOMIC}} * 100 round 1}}%)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Resulting in: ({{#expr: {{PAGESINCAT:Incomplete explanations|R}} / {{LATESTCOMIC}} * 100 round 1}}%)&lt;br /&gt;
[[User:Gamma|Gamma]] ([[User talk:Gamma|talk]])&lt;/div&gt;</summary>
		<author><name>172.70.110.172</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=519:_11th_Grade&amp;diff=214780</id>
		<title>519: 11th Grade</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=519:_11th_Grade&amp;diff=214780"/>
				<updated>2021-07-08T04:30:52Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.110.172: /* Explanation */ no, it couldn't be, it's obviously playing off of the mysterious nerd stereotype&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 519&lt;br /&gt;
| date      = December 19, 2008&lt;br /&gt;
| title     = 11th Grade&lt;br /&gt;
| image     = 11th_grade.png&lt;br /&gt;
| titletext = And the ten minutes striking up a conversation with that strange kid in homeroom sometimes matters more than every other part of high school combined.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This strip is a comparison about the time spent in 11th&amp;amp;nbsp;grade doing various things, and how important those things are to one's future. The first two bars on the chart are 900 hours of class, which is about 180&amp;amp;nbsp;hours short of how many hours kids spend in school each year (most likely to show the lunch hour), and 400&amp;amp;nbsp;hours of homework, or an average of about 2.2&amp;amp;nbsp;hours per school day. Conversely, idly messing around in {{w|Perl}} (a programming language) for only one weekend is shown to have a much larger impact on one's future — specifically Randall's, as learning how to code would have been key to his job as a robotics engineer at NASA. This is likely due to the skills one can pick up in even just a single weekend in contrast to the often redundant, trivial or generalist information that schools tend to convey.&lt;br /&gt;
&lt;br /&gt;
This is mainly a critique to how school subjects can be rather useless for one's future or that the school is so boring that students are discouraged to pay attention in the class.&lt;br /&gt;
&lt;br /&gt;
The title text continues this sentiment; the fact that the subject of the conversation is left shrouded in mystery deepens the romance (in all senses of the word).&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Above a bar graph:]&lt;br /&gt;
:11th-grade activities:&lt;br /&gt;
:[The y axis is labeled:]&lt;br /&gt;
:Usefulness to career success&lt;br /&gt;
:[Above the x-axis are two small and one huge bar. Below the axis each bar is labeled:]&lt;br /&gt;
:900 hours of classes&lt;br /&gt;
:400 hours of homework&lt;br /&gt;
:One weekend messing with Perl&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Bar charts]]&lt;br /&gt;
[[Category:Programming]]&lt;/div&gt;</summary>
		<author><name>172.70.110.172</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2485:_Nightmare_Code&amp;diff=214666</id>
		<title>2485: Nightmare Code</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2485:_Nightmare_Code&amp;diff=214666"/>
				<updated>2021-07-06T01:42:08Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.110.172: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2485&lt;br /&gt;
| date      = July 5, 2021&lt;br /&gt;
| title     = Nightmare Code&lt;br /&gt;
| image     = nightmare_code.png&lt;br /&gt;
| titletext = Charsets even used to be known as 'alpha-bets' before that word's obvious negative associations caused it to die out.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a SCARY ONGOING NANOBOT SWARM, for real human behaviors are so useful!  Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
It is the (far) future and, due to the mists of time, humans seem to have generally forgotten the Greek language. Its writing system survives in the public consciousness only as a means of assigning names to nightmarish phenomena.&lt;br /&gt;
&lt;br /&gt;
A person using futuristic technology is giving a presentation or lecture. The content of his projected screen includes the first four letters of the Greek alphabet, which he refers to as the Nightmare Code. The presenter expects that the list is familiar to his audience, but that it is novel information to them that it used to have a purpose other than providing arbitrary names to hurricanes, virus variants, and nanobot swarms.&lt;br /&gt;
&lt;br /&gt;
Hurricanes and tropical storms are {{w|Tropical_cyclone_naming|named}} once they have sustained wind speeds of 33 knots (61 km/h; 38 mph) or more. The names for these storms come from pre-defined lists that have {{w|Tropical_cyclone_naming|21 names allocated each yearly period}}. When the 21 names are exhausted, Greek letters were once used to continue naming storms as needed, although the World Meteorological Organization decided not to use Greek letters when naming storms from 2021 onward. Perhaps in this vision of the future, the naming lists have given way to using the Greek alphabet exclusively.&lt;br /&gt;
&lt;br /&gt;
Virus variants may also be {{w|Variants_of_SARS-CoV-2|given names}} once they are deemed sufficiently nightmarish. At the time of this writing, eleven variants of {{w|SARS-CoV-2}} have been labeled with Greek letters.  Previously, variants were named informally for the region in which they were identified (as were many viruses themselves), but this practice has ceased due to risks of discrimination and the {{w|perverse incentive}} of countries to suppress health information for the sake of saving face. A place may become (in)famously known as the origin of a disease by such a name, even if it originated elsewhere; an example is {{w|Spanish flu}}, which was actually first observed in Kansas, USA. Nowadays vague names such as 'bird flu' or partly-informed geographic names tend to be better referenced by their {{w|hemagglutinin}} and {{w|neuraminidase}} subtypes, such as &amp;quot;H1N1&amp;quot; and &amp;quot;H9N2&amp;quot;. The more technical coronavirus identification system uses a term such as &amp;quot;lineage B.1.617.2&amp;quot;, whose awkwardness makes it unlikely to replace better-known names such as the &amp;quot;Kent variant&amp;quot; or &amp;quot;Indian variant&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Another set of historic nightmares the audience clearly knows about, which are still in our own future, are nanobot swarms, presumably nanoengineering failures and/or deliberate misuses of nanotechnology. Significant recurring or sequential events have seemingly earned the need to differentiate their outbreaks, and Greek letters have been used to do this. One may even be tempted to speculate that the futuristic figure and his presentation equipment float in space because the Earth had disintegrated as a result of one or more of said nanotechnology disasters.&lt;br /&gt;
&lt;br /&gt;
The cultural forgetfulness about the neutral basis of the old letters, after perhaps who-knows-what nanobot disasters that may have scoured the Earth clean of all things Greek, has led to no other common use for them ''except'' for their use in identifying far too many crises. The words themselves thus are instantly associated to bad times for almost everyone.&lt;br /&gt;
&lt;br /&gt;
The title text indicates that future's character sets used to be called alphabets, after the first two elements of the Nightmare Code (or possibly misunderstood as the horror-inducing &amp;quot;alpha&amp;quot; and the wagering term to &amp;quot;bet&amp;quot;), but people stopped using the term alphabet due to negative associations with the items named by the Nightmare Code - or so this (possibly) more knowledgeable person asserts.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
[A person giving a presentation is wearing futuristic gear, including a visor with an antenna rising from it, a backpack-like appliance of some kind, and a futuristic pointer.  The audience is not pictured.  The presenter is floating rather than standing.  The presentation is projected from a small device near the bottom of the frame, and the appearance of the presentation suggests it is a hologram. The content of the slide shows the names of the first four letters of the Greek alphabet, ALPHA, BETA, GAMMA, and DELTA.]&lt;br /&gt;
&lt;br /&gt;
Presenter: We all know the NIGHTMARE CODE, used to assign neutral names to scary ongoing lists, such as hurricanes, virus variants, and nanobot swarms. But did you know it actually originated as the letters of an ancient Earth language?&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>172.70.110.172</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2484:_H-alpha&amp;diff=214610</id>
		<title>2484: H-alpha</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2484:_H-alpha&amp;diff=214610"/>
				<updated>2021-07-04T10:54:10Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.110.172: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2484&lt;br /&gt;
| date      = July 2, 2021&lt;br /&gt;
| title     = H-alpha&lt;br /&gt;
| image     = h_alpha.png&lt;br /&gt;
| titletext = &amp;quot;All the companies whose blimps I shot fireworks at are mad, but MetLife is especially miffed because I dressed up as the Red Baron.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a RED BARON. Elaborate on title-text. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
[[Black Hat]] has acquired an {{w|H-alpha}} filter. As he explains to [[Cueball]], these filters are used to look at the Sun during scientific observations, as looking at the Sun bare-eyed will do damage to one's eyes; a camera using such a filter was seen in [[1828: ISS Solar Transit]], and the consequences of not using such a filter were explored in [[2227: Transit of Mercury]]. &lt;br /&gt;
&lt;br /&gt;
Black Hat points out that the filter can also be used to look at {{w|nebula}}e, but doesn't see much further use for it; as the filter only transmits a very narrow bandwidth of light, one generated by hot hydrogen, it is not useful for looking at much else. This gives him an idea, and he leaves.&lt;br /&gt;
&lt;br /&gt;
WARNING: A deep sky nebula H-alpha filter has a wider bandwidth than a solar H-alpha filter and WILL hurt the eyes if used to try and observe the sun !!!!&lt;br /&gt;
&lt;br /&gt;
Upon returning, he shares with Cueball three seemingly unrelated observations which suggest what he got up to in the meantime: that most modern {{w|blimp|blimps}} use helium to keep them aloft, that their household is out of fireworks, and that an advertising company (or several, going by the title text) is upset. Before the 1960s, most {{w|airship|airships}} such as blimps and {{w|zeppelin|zeppelins}} used hydrogen as the lifting gas, which resulted in several catastrophic accidents when the highly flammable gas caught fire such as the {{w|LZ 129 Hindenburg|Hindenburg}}. Apparently, Black Hat was not aware that modern blimps use helium instead, and tried to set light to an advertising blimp using fireworks: he could then have used his H-alpha filter to look at the burning hydrogen. (Several companies use blimps for advertising, as they are an unusual and hence enticing sight in the sky, offer a large surface area that can be used to show a slogan or logo, and can stay aloft for a long time with comparatively little cost.)&lt;br /&gt;
&lt;br /&gt;
While modern blimps do use helium, which is an inert gas, Black Hat also should have failed because advertising blimps typically fly higher than firework range, which raises the question of why Black Hat would have suspected that the blimps did not ignite if the fireworks did not reach the blimps. However, it's possible that Black Hat has a way to make fireworks go higher/farther, especially considering Black Hat's old penchant to change things creatively to meet his goals.  Given the title text he was likely in a small plane or glider.  Fireworks were used possibly aggressively in demonstrations in Oregon (These citations are broken but contain links in the source are they appropriate/relevant?).&amp;lt;ref&amp;gt;{{cite web |last1=Wallace |first1=Danielle |title=Crowds launch fireworks at brewery, draw guns on drivers as riots spread from Portland to smaller Oregon city |url=https://www.foxnews.com/us/portland-riots-spread-eugene-oregon-antifa |website=Fox News |access-date=3 July 2021 |date=27 July 2020 |quote=A small Oregon city less than a two-hour drive from Portland experienced rioting Saturday night as hundreds targeted a county jail and federal courthouse with fireworks before attacking businesses downtown while employees remained trapped inside.}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web |author1=Artemis Moshtaghian |author2=Eliott C. McLaughlin |title=Portland demonstration declared a riot after protesters launch fireworks at federal courthouse |url=https://www.cnn.com/2020/07/05/us/portland-riots-july-4/index.html |website=CNN |access-date=3 July 2021 |quote=During demonstrations in downtown Portland, Oregon, protesters blocked traffic on Main Street and launched fireworks from the street, injuring officers, the Portland Police Bureau said in a Sunday statement.}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web |author1=Artemis Moshtaghian |author2=Eliott C. McLaughlin |title=Portland demonstration declared a riot after protesters launch fireworks at federal courthouse |url=https://www.cnn.com/2020/07/05/us/portland-riots-july-4/index.html |website=CNN |access-date=3 July 2021 |quote=The crowd also blocked traffic and launched &amp;quot;commercial-grade fireworks&amp;quot; toward the justice center and at the nearby federal courthouse, police said.}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web |author1=Artemis Moshtaghian |author2=Eliott C. McLaughlin |title=Portland demonstration declared a riot after protesters launch fireworks at federal courthouse |url=https://www.cnn.com/2020/07/05/us/portland-riots-july-4/index.html |website=CNN |access-date=3 July 2021 |quote=The fireworks injured several officers when they exploded on or near them, the statement said.}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cueball &amp;quot;responds&amp;quot; by holding whatever he's reading closer to his face, apparently hoping to avoid further conversation (or consequences).&lt;br /&gt;
&lt;br /&gt;
The title text references how, until 2016, insurance company MetLife used the character Snoopy as an advertising mascot. In the ''Peanuts'' comics, Snoopy would frequently imagine himself as a fighter pilot in World War I in an aerial battle with the Red Baron, which he would frequently lose.&lt;br /&gt;
&lt;br /&gt;
This comic was published shortly before {{w|Independence Day (United States)|Independence Day}} 2021, a US holiday that is often commemorated with fireworks, which may explain why the house had so many fireworks at the beginning of this comic. As parts of America were undergoing an extreme {{w|2021 Western North America heat wave|heat wave}} at the same time, several regions recommended against or banned the firing of fireworks, to reduce the risk of wildfires.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
:[Black Hat is holding a device in his hand]&lt;br /&gt;
:Black Hat: I got an H-Alpha filter for looking at the sun.&lt;br /&gt;
&lt;br /&gt;
:[non-bordered panel with Black Hat standing behind Cueball, who is reading on an armchair]&lt;br /&gt;
:Black Hat: It also works for nebulae. But that's about it. There just aren't that many hot blobs of hydrogen to look at, I guess.&lt;br /&gt;
&lt;br /&gt;
:[Black Hat is now holding his empty hand to his chin]&lt;br /&gt;
:Black Hat: Unless...&lt;br /&gt;
&lt;br /&gt;
:[Black Hat leaves, away from Cueball]&lt;br /&gt;
&lt;br /&gt;
:[Beat panel]&lt;br /&gt;
&lt;br /&gt;
:[Black Hat re-enters; his black hat is somewhat out of shape; Cueball is now hunched further forward, with his face closer to his reading material]&lt;br /&gt;
:Black Hat: Huh, did you know blimps all use helium now? You learn something new every day! By the way, we're out of fireworks.&lt;br /&gt;
:Black Hat: And some advertising company is ''real'' mad.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Black Hat]]&lt;/div&gt;</summary>
		<author><name>172.70.110.172</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:343:_1337:_Part_3&amp;diff=213288</id>
		<title>Talk:343: 1337: Part 3</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:343:_1337:_Part_3&amp;diff=213288"/>
				<updated>2021-06-09T01:14:23Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.110.172: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I can't narrow it down, but the &amp;quot;I think we should stab bad guys&amp;quot;, coming from a possibly not psychologically 'normal' young girl, comes from ''something''.  Firefly? Not sure, and I've not seen all of the Sarah Connor Chronicles yet, either, to my shame.  Too early a comic to be Parker from Leverage (right attitude, though, c.f. when she got horribly cold-read by the fake psychic and got told what he'd done to her).  But it's that sort of character. [[Special:Contributions/178.98.31.27|178.98.31.27]] 08:14, 19 June 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
-Maybe the title text refers the Liar paradox, since under the paradox we can assume that all NSA people lie which would lead to the NSA man's saying no to lying = that he actually lied {{unsigned ip|108.162.223.47}}&lt;br /&gt;
&lt;br /&gt;
I noticed Randall released this comic under a license for Wikipedia. &lt;br /&gt;
Where is it on Wikipedia? &lt;br /&gt;
[[User:Benjaminikuta|Benjaminikuta]] ([[User talk:Benjaminikuta|talk]]) 18:45, 22 October 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
;Perching on the bedpost&lt;br /&gt;
&lt;br /&gt;
This posture, and the whole composition of the scene, might refers to some classical representation of the devil inspiring the {{w|Devil's Trill}} to {{w|Giuseppe Tartini}}, a sonata considered as its masterpiece. [[Special:Contributions/162.158.91.160|162.158.91.160]] 09:18, 2 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
How do we know Steve didn’t just have really long circular bars at the ends of his bed?&lt;br /&gt;
&lt;br /&gt;
in panel 3 elaine perfectly described the ipod touch&lt;/div&gt;</summary>
		<author><name>172.70.110.172</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2471:_Hippo_Attacks&amp;diff=213047</id>
		<title>Talk:2471: Hippo Attacks</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2471:_Hippo_Attacks&amp;diff=213047"/>
				<updated>2021-06-03T12:30:24Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.110.172: &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;
'Hippo violation' refers to Health Insurance Portability and Accountability Act of 1996 (HIPAA or the Kennedy–Kassebaum Act) - probably ;) [[Special:Contributions/172.69.35.95|172.69.35.95]] 22:08, 2 June 2021 (UTC)&lt;br /&gt;
:I've worked with demographic data and experienced the removal of datapoints with only a couple people in them, because the statistics would reveal the details of the people.  [[Special:Contributions/172.70.114.48|172.70.114.48]] 22:26, 2 June 2021 (UTC)&lt;br /&gt;
:Strictly speaking, wouldn't this be a HIPOO violation? [[Special:Contributions/172.68.142.171|172.68.142.171]] 22:47, 2 June 2021 (UTC)&lt;br /&gt;
:Alternatively, it may refer to violation of [https://en.wikipedia.org/wiki/Hippocratic_Oath Hippocratic Oath] which include provision to respect patients' privacy [[User:Aufa|Aufa]] ([[User talk:Aufa|talk]])&lt;br /&gt;
&amp;quot;But, counting every body of water on the planet, this works out as around 400 (unique) waves per square meter&amp;quot; - Can we get a source for this information? [[Special:Contributions/108.162.221.20|108.162.221.20]] 11:59, 3 June 2021 (UTC)&lt;br /&gt;
:The Wikipedia article &amp;quot;Earth&amp;quot;, in the section &amp;quot;Surface&amp;quot;, says that the area of the oceans is 361.13 million sq km (their source: CIA's World Factbook). If so, then 850 trillion waves would average out to 2.354 million waves per sq km, or 2.354 waves per square meter.--[[Special:Contributions/172.70.110.172|172.70.110.172]] 12:30, 3 June 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.110.172</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2468:_Inheritance&amp;diff=212529</id>
		<title>2468: Inheritance</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2468:_Inheritance&amp;diff=212529"/>
				<updated>2021-05-26T15:31:05Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.110.172: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2468&lt;br /&gt;
| date      = May 26, 2021&lt;br /&gt;
| title     = Inheritance&lt;br /&gt;
| image     = inheritance.png&lt;br /&gt;
| titletext = People ask me whether I feel any moral qualms about the source of the points, but if he hadn't introduced factory farming to Agricola, someone else would have.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by an AGRICOLA FACTORY FARMER. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
This comic is in reference to strategy board games, which often have players collect some type of point system used as &amp;quot;currency&amp;quot;. The joke in this comic is that cueball's grandfather (a tycoon in the board game Agricola according to the title text) handed down a massive sum of points. This is like in real life where people grow wealthy by inheriting vast sums of money from ancestors.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
[Ponytail, White Hat, Megan, and Cuball are playing a board game. There are drinks on the table.]&lt;br /&gt;
&lt;br /&gt;
Ponytail: Let's see...I got 31, you have 28, 35 for you, and-&lt;br /&gt;
&lt;br /&gt;
Cuball: -I've got 10,019&lt;br /&gt;
&lt;br /&gt;
Ponytail: *Sigh*&lt;br /&gt;
&lt;br /&gt;
Cuball: Hey, add another 20 to everyone on me!&lt;br /&gt;
&lt;br /&gt;
White Hat: I hate this. &lt;br /&gt;
&lt;br /&gt;
Caption beneath the panel:&lt;br /&gt;
No one wants to play board games with me ever since I inherited 4,000,000 victory points from my grandfather.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>172.70.110.172</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2468:_Inheritance&amp;diff=212528</id>
		<title>2468: Inheritance</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2468:_Inheritance&amp;diff=212528"/>
				<updated>2021-05-26T15:30:31Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.110.172: /* Transcript */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2468&lt;br /&gt;
| date      = May 26, 2021&lt;br /&gt;
| title     = Inheritance&lt;br /&gt;
| image     = inheritance.png&lt;br /&gt;
| titletext = People ask me whether I feel any moral qualms about the source of the points, but if he hadn't introduced factory farming to Agricola, someone else would have.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by an AGRICOLA FACTORY FARMER. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
This comic is in reference to strategy board games, which often have players collect some type of point system used as &amp;quot;currency&amp;quot;. The joke in this comic is that cueball's grandfather (a tycoon in the board game Agricola according to the title text) handed down a massive sum of points. This is like in real life where people grow wealthy by inheriting vast sums of money from ancestors.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
[Ponytail, White Hat, Megan, and Cuball are playing a board game. There are drinks on the table.]&lt;br /&gt;
Ponytail: Let's see...I got 31, you have 28, 35 for you, and-&lt;br /&gt;
Cuball: -I've got 10,019&lt;br /&gt;
Ponytail: *Sigh*&lt;br /&gt;
Cuball: Hey, add another 20 to everyone on me!&lt;br /&gt;
White Hat: I hate this. &lt;br /&gt;
&lt;br /&gt;
Caption beneath the panel:&lt;br /&gt;
No one wants to play board games with me ever since I inherited 4,000,000 victory points from my grandfather.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>172.70.110.172</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2468:_Inheritance&amp;diff=212527</id>
		<title>2468: Inheritance</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2468:_Inheritance&amp;diff=212527"/>
				<updated>2021-05-26T15:30:01Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.110.172: /* Transcript */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2468&lt;br /&gt;
| date      = May 26, 2021&lt;br /&gt;
| title     = Inheritance&lt;br /&gt;
| image     = inheritance.png&lt;br /&gt;
| titletext = People ask me whether I feel any moral qualms about the source of the points, but if he hadn't introduced factory farming to Agricola, someone else would have.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by an AGRICOLA FACTORY FARMER. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
This comic is in reference to strategy board games, which often have players collect some type of point system used as &amp;quot;currency&amp;quot;. The joke in this comic is that cueball's grandfather (a tycoon in the board game Agricola according to the title text) handed down a massive sum of points. This is like in real life where people grow wealthy by inheriting vast sums of money from ancestors.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[Ponytail, White Hat, Megan, and Cuball are playing a board game. There are drinks on the table.]&lt;br /&gt;
Ponytail: Let's see...I got 31, you have 28, 35 for you, and-&lt;br /&gt;
Cuball: -I've got 10,019&lt;br /&gt;
Ponytail: *Sigh*&lt;br /&gt;
Cuball: Hey, add another 20 to everyone on me!&lt;br /&gt;
White Hat: I hate this. &lt;br /&gt;
&lt;br /&gt;
Caption beneath the panel:&lt;br /&gt;
No one wants to play board games with me ever since I inherited 4,000,000 victory points from my grandfather.&lt;/div&gt;</summary>
		<author><name>172.70.110.172</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2468:_Inheritance&amp;diff=212522</id>
		<title>2468: Inheritance</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2468:_Inheritance&amp;diff=212522"/>
				<updated>2021-05-26T15:03:23Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.110.172: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2468&lt;br /&gt;
| date      = May 26, 2021&lt;br /&gt;
| title     = Inheritance&lt;br /&gt;
| image     = inheritance.png&lt;br /&gt;
| titletext = People ask me whether I feel any moral qualms about the source of the points, but if he hadn't introduced factory farming to Agricola, someone else would have.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by an AGRICOLA FACTORY FARMER. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
This comic is in reference to strategy board games, which often have players collect some type of point system used as &amp;quot;currency&amp;quot;. The joke in this comic is that cueball's grandfather (a tycoon in the board game Agricola according to the title text) handed down a massive sum of points. This is like in real life where people grow wealthy by inheriting vast sums of money from ancestors.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>172.70.110.172</name></author>	</entry>

	</feed>