<?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.90.100</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.90.100"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/172.70.90.100"/>
		<updated>2026-06-24T08:46:05Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2835:_Factorial_Numbers&amp;diff=324616</id>
		<title>2835: Factorial Numbers</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2835:_Factorial_Numbers&amp;diff=324616"/>
				<updated>2023-09-29T23:47:43Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.100: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2835&lt;br /&gt;
| date      = September 29, 2023&lt;br /&gt;
| title     = Factorial Numbers&lt;br /&gt;
| image     = factorial_numbers_2x.png&lt;br /&gt;
| imagesize = 628x481px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = So what do we do when we get to base 10? Do we use A, B, C, etc? No: Numbers larger than about 3.6 million are simply illegal.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a VARIABLE-BASED BOT BEING ESCORTED OUT OF THE COMPUTER SCIENCE DEPARTMENT BY SECURITY - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
This comic is based upon a similar system to the {{w|factorial number system}}, which is based on {{w|factorial|factorials}}. Unlike the 'proper' version of this system, [[Randall]]'s version does not include the &amp;quot;position zero, factorial zero, only zero&amp;quot; rightmost digit that adds no useful distinction to the value. For the illustrated version, no digit in a number will be larger than the position of that number (starting with 1, in the rightmost position, which can therefore be 0 or 1 as base or {{w|radix}} 2) and the positional factor for any digit is the factorial of that same position, rather than the more traditional (constant) radix to the power of the position minus one (or to the power of the positional index, which starts at zero).&lt;br /&gt;
&lt;br /&gt;
This 'works' because each additional digit is required when the prior digit is 'full'. The second digit is needed when the value goes beyond 0 or 1 units/ones (factorial 1, which is 1) and you start to need to know how many twos you might need. 0, 1 or 2 twos (factorial 2, or 2x1) can be invoked. This suffices up until the point where sixes (factorial 3, =3x2x1) are necessary, having exceeded the point at which 2 twos and 1 one are sufficient. Beyond 3 sixes, 2 twos and 1 one (which is 23), the fourth digit must represent the number (0 to 4) of twenty-fours (factorial 4, =4x3x2x21), etc.&lt;br /&gt;
&lt;br /&gt;
In the comic, the top example represents 3x(720) + 5x(120) + 3x(24) + 0x(6) + 1x(1), after calculating each factorial accordingly, which gives the decimal value of 2835, [[2835|this comic's number]].&lt;br /&gt;
&lt;br /&gt;
The title-text 'addresses' the issue of which digits are used once any individual digit's radix goes beyond base-10 by... not allowing numbers to get so big that you'd try to use digits with a place-value greater than 9, which would limit any use to below factorial 10.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- REPEATED INFO? In the xkcd version of this number system, the rightmost digit has a value of 1!, the second one 2! and so on (that is, the i-th digit has a value i!). That can be compared with the usual decimal system where the i-th digit has value 10^(i-1) or the binary system where the i-th digit has value 2^(i-1). --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For completion of the examples shown in the panel, the numbers up to 200 in this variable base are:&lt;br /&gt;
&lt;br /&gt;
1=1&lt;br /&gt;
2=10&lt;br /&gt;
3=11&lt;br /&gt;
4=20&lt;br /&gt;
5=21&lt;br /&gt;
6=100&lt;br /&gt;
7=101&lt;br /&gt;
8=110&lt;br /&gt;
9=111&lt;br /&gt;
10=120&lt;br /&gt;
11=121&lt;br /&gt;
12=200&lt;br /&gt;
13=201&lt;br /&gt;
14=210&lt;br /&gt;
15=211&lt;br /&gt;
16=220&lt;br /&gt;
17=221&lt;br /&gt;
18=300&lt;br /&gt;
19=301&lt;br /&gt;
20=310&lt;br /&gt;
21=311&lt;br /&gt;
22=320&lt;br /&gt;
23=321&lt;br /&gt;
24=1000&lt;br /&gt;
25=1001&lt;br /&gt;
26=1010&lt;br /&gt;
27=1011&lt;br /&gt;
28=1020&lt;br /&gt;
29=1021&lt;br /&gt;
30=1100&lt;br /&gt;
31=1101&lt;br /&gt;
32=1110&lt;br /&gt;
33=1111&lt;br /&gt;
34=1120&lt;br /&gt;
35=1121&lt;br /&gt;
36=1200&lt;br /&gt;
37=1201&lt;br /&gt;
38=1210&lt;br /&gt;
39=1211&lt;br /&gt;
40=1220&lt;br /&gt;
41=1221&lt;br /&gt;
42=1300&lt;br /&gt;
43=1301&lt;br /&gt;
44=1310&lt;br /&gt;
45=1311&lt;br /&gt;
46=1320&lt;br /&gt;
47=1321&lt;br /&gt;
48=2000&lt;br /&gt;
49=2001&lt;br /&gt;
50=2010&lt;br /&gt;
51=2011&lt;br /&gt;
52=2020&lt;br /&gt;
53=2021&lt;br /&gt;
54=2100&lt;br /&gt;
55=2101&lt;br /&gt;
56=2110&lt;br /&gt;
57=2111&lt;br /&gt;
58=2120&lt;br /&gt;
59=2121&lt;br /&gt;
60=2200&lt;br /&gt;
61=2201&lt;br /&gt;
62=2210&lt;br /&gt;
63=2211&lt;br /&gt;
64=2220&lt;br /&gt;
65=2221&lt;br /&gt;
66=2300&lt;br /&gt;
67=2301&lt;br /&gt;
68=2310&lt;br /&gt;
69=2311&lt;br /&gt;
70=2320&lt;br /&gt;
71=2321&lt;br /&gt;
72=3000&lt;br /&gt;
73=3001&lt;br /&gt;
74=3010&lt;br /&gt;
75=3011&lt;br /&gt;
76=3020&lt;br /&gt;
77=3021&lt;br /&gt;
78=3100&lt;br /&gt;
79=3101&lt;br /&gt;
80=3110&lt;br /&gt;
81=3111&lt;br /&gt;
82=3120&lt;br /&gt;
83=3121&lt;br /&gt;
84=3200&lt;br /&gt;
85=3201&lt;br /&gt;
86=3210&lt;br /&gt;
87=3211&lt;br /&gt;
88=3220&lt;br /&gt;
89=3221&lt;br /&gt;
90=3300&lt;br /&gt;
91=3301&lt;br /&gt;
92=3310&lt;br /&gt;
93=3311&lt;br /&gt;
94=3320&lt;br /&gt;
95=3321&lt;br /&gt;
96=4000&lt;br /&gt;
97=4001&lt;br /&gt;
98=4010&lt;br /&gt;
99=4011&lt;br /&gt;
100=4020&lt;br /&gt;
101=4021&lt;br /&gt;
102=4100&lt;br /&gt;
103=4101&lt;br /&gt;
104=4110&lt;br /&gt;
105=4111&lt;br /&gt;
106=4120&lt;br /&gt;
107=4121&lt;br /&gt;
108=4200&lt;br /&gt;
109=4201&lt;br /&gt;
110=4210&lt;br /&gt;
111=4211&lt;br /&gt;
112=4220&lt;br /&gt;
113=4221&lt;br /&gt;
114=4300&lt;br /&gt;
115=4301&lt;br /&gt;
116=4310&lt;br /&gt;
117=4311&lt;br /&gt;
118=4320&lt;br /&gt;
119=4321&lt;br /&gt;
120=10000&lt;br /&gt;
121=10001&lt;br /&gt;
122=10010&lt;br /&gt;
123=10011&lt;br /&gt;
124=10020&lt;br /&gt;
125=10021&lt;br /&gt;
126=10100&lt;br /&gt;
127=10101&lt;br /&gt;
128=10110&lt;br /&gt;
129=10111&lt;br /&gt;
130=10120&lt;br /&gt;
131=10121&lt;br /&gt;
132=10200&lt;br /&gt;
133=10201&lt;br /&gt;
134=10210&lt;br /&gt;
135=10211&lt;br /&gt;
136=10220&lt;br /&gt;
137=10221&lt;br /&gt;
138=10300&lt;br /&gt;
139=10301&lt;br /&gt;
140=10310&lt;br /&gt;
141=10311&lt;br /&gt;
142=10320&lt;br /&gt;
143=10321&lt;br /&gt;
144=11000&lt;br /&gt;
145=11001&lt;br /&gt;
146=11010&lt;br /&gt;
147=11011&lt;br /&gt;
148=11020&lt;br /&gt;
149=11021&lt;br /&gt;
150=11100&lt;br /&gt;
151=11101&lt;br /&gt;
152=11110&lt;br /&gt;
153=11111&lt;br /&gt;
154=11120&lt;br /&gt;
155=11121&lt;br /&gt;
156=11200&lt;br /&gt;
157=11201&lt;br /&gt;
158=11210&lt;br /&gt;
159=11211&lt;br /&gt;
160=11220&lt;br /&gt;
161=11221&lt;br /&gt;
162=11300&lt;br /&gt;
163=11301&lt;br /&gt;
164=11310&lt;br /&gt;
165=11311&lt;br /&gt;
166=11320&lt;br /&gt;
167=11321&lt;br /&gt;
168=12000&lt;br /&gt;
169=12001&lt;br /&gt;
170=12010&lt;br /&gt;
171=12011&lt;br /&gt;
172=12020&lt;br /&gt;
173=12021&lt;br /&gt;
174=12100&lt;br /&gt;
175=12101&lt;br /&gt;
176=12110&lt;br /&gt;
177=12111&lt;br /&gt;
178=12120&lt;br /&gt;
179=12121&lt;br /&gt;
180=12200&lt;br /&gt;
181=12201&lt;br /&gt;
182=12210&lt;br /&gt;
183=12211&lt;br /&gt;
184=12220&lt;br /&gt;
185=12221&lt;br /&gt;
186=12300&lt;br /&gt;
187=12301&lt;br /&gt;
188=12310&lt;br /&gt;
189=12311&lt;br /&gt;
190=12320&lt;br /&gt;
191=12321&lt;br /&gt;
192=13000&lt;br /&gt;
193=13001&lt;br /&gt;
194=13010&lt;br /&gt;
195=13011&lt;br /&gt;
196=13020&lt;br /&gt;
197=13021&lt;br /&gt;
198=13100&lt;br /&gt;
199=13101&lt;br /&gt;
200=13110&lt;br /&gt;
&lt;br /&gt;
Note the apparent gap at 24 (4!) and 120 (5!) - apparent for those of us who are used to decimal numbers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- REPEATED INFO, AND WRONG IN THE &amp;quot;above 10!&amp;quot; BIT? The title text discusses a &amp;quot;problem&amp;quot; with this system, in that numbers above 3,628,800 (10!) have ambiguous notation, as it can be difficult to know whether the number in this system is (10)000000000, or (1)0000000000. Some use the letters A-Z to denote such larger numbers, e.g. A000000000. However, Cueball in this comic just announces that an number above 987654321 in this number system (or 3,628,799) is illegal. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon. - Would be best done entirely without wikitables. And actually describe the police/security intervention going on. But there'll be plenty of editors passing this way soon enough...}}&lt;br /&gt;
:Variable-base Factoradic™ numbers&lt;br /&gt;
&lt;br /&gt;
:{|&lt;br /&gt;
|Base 7||Base 6||Base 5||Base 4||Base 3||Base 2&lt;br /&gt;
|-&lt;br /&gt;
|3||5||3||0||1||1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
:Left side&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|Base 10||Factoradic&lt;br /&gt;
|-&lt;br /&gt;
|1||1&lt;br /&gt;
|-&lt;br /&gt;
|2||10&lt;br /&gt;
|-&lt;br /&gt;
|3||11&lt;br /&gt;
|-&lt;br /&gt;
|4||20&lt;br /&gt;
|-&lt;br /&gt;
|5||21&lt;br /&gt;
|-&lt;br /&gt;
|6||100&lt;br /&gt;
|-&lt;br /&gt;
|7||101&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|21||311&lt;br /&gt;
|-&lt;br /&gt;
|22||320&lt;br /&gt;
|-&lt;br /&gt;
|23||321&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
:Right side&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|Base 10||Factoradic&lt;br /&gt;
|-&lt;br /&gt;
|24||1,000&lt;br /&gt;
|-&lt;br /&gt;
|25||1,001&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|5,038||654,320&lt;br /&gt;
|-&lt;br /&gt;
|5,039||654,321&lt;br /&gt;
|-&lt;br /&gt;
|5,040||1,000,000&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|999,998||266,251,210&lt;br /&gt;
|-&lt;br /&gt;
|999,999||266,251,211&lt;br /&gt;
|-&lt;br /&gt;
|1,000,000||266,251,220&lt;br /&gt;
|-&lt;br /&gt;
|1,000,001||266,251,221&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
:Cueball: Small numbers like seven or nineteen shouldn't use big numerals like &amp;quot;7&amp;quot; or &amp;quot;9&amp;quot;.&lt;br /&gt;
:Cueball: I mean, &amp;quot;9&amp;quot; is the biggest numeral we have! It should be reserved for '''''big''''' numbers.&lt;br /&gt;
:Cueball: Small numbers should be written with small numerals like &amp;quot;1&amp;quot; or &amp;quot;2&amp;quot;.&lt;br /&gt;
:Cueball: That's why my variable-base system uses...Hey! No, listen!&lt;br /&gt;
&lt;br /&gt;
:Factorial numbers are the number system that sounds most like a prank by someone who's about to be escorted out of the math department by security.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Characters with hats]]&lt;br /&gt;
[[Category:Math]]&lt;br /&gt;
[[Category:Self-reference]] &amp;lt;!-- Comic number encoded in image 'example' --&amp;gt;&lt;/div&gt;</summary>
		<author><name>172.70.90.100</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User_talk:NiceGuy1&amp;diff=324542</id>
		<title>User talk:NiceGuy1</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User_talk:NiceGuy1&amp;diff=324542"/>
				<updated>2023-09-28T08:05:45Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.100: /* User page */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Andrew vs NiceGuy1==&lt;br /&gt;
Hi NiceGuy1. Was looking at the [[Special:ContributionScores|Contribution scores]], and was wondering who Andrew was. When I clicked in, I was directed to your page. Can you explain why your account list your contributions under a different name? Just curious --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:51, 11 June 2022 (UTC)&lt;br /&gt;
:Andrew is my real name, I didn't realize I had put it on my account (this was a few years ago now), and I'm not sure why ExplainXKCD would be using it anywhere like that instead of my user name. ??? I certainly don't approve. And I don't see any Account page where I can see it listed at all... As it is I'm annoyed that the site keeps insisting on showing my username as red, saying my Talk page doesn't exist (this message MAY have changed that, but it doesn't look like it). Might be that it needs confirmation but the site refuses to send me the confirmation email. [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 06:31, 13 June 2022 (UTC)&lt;br /&gt;
::I've created your user page, so now your username doesn't appear red. [[User:While False|While False]] ([[User talk:While False|talk]]) 13:55, 13 June 2022 (UTC)&lt;br /&gt;
:::Thanks! Though it HAS been handy for spotting my comments, :) [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 13:54, 14 June 2022 (UTC)&lt;br /&gt;
:Found the Preferences page, it has an optional entry for &amp;quot;Real Name&amp;quot;, I entered Andrew there. I would question why ExplainXKCD is showing Real Name anywhere. :) [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 06:37, 13 June 2022 (UTC)&lt;br /&gt;
::Have you then changed it to NiceGuy1, that would be smart for you and others (I have put in Kynde as my real name there I see now). Agree that it is silly it post the real name. But guess the contribution score looks deeper... I'm happy you contribute so much. Did not know of course as I knew NiceGuy but not Andrew was posting changes ;-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 13:11, 14 June 2022 (UTC)&lt;br /&gt;
:::Yeah, I guess I should do that. It seems wrong to put anything besides my real name as Real Name, but looks like that's the best thing to do. [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 13:54, 14 June 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Notifying of an overdue reply ==&lt;br /&gt;
&lt;br /&gt;
Hi there,&lt;br /&gt;
&lt;br /&gt;
As I was very late replying to you on [[Talk:2736: Only Serifs]], I just wanted to notify you that I have replied out of courtesy.&lt;br /&gt;
&lt;br /&gt;
Apologies for the delay! There's no obligation to reply; I just figured it would make sense to let you know. --[[User:Sophira|Sophira]] ([[User talk:Sophira|talk]]) 12:32, 8 March 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Huge vandalism returned ==&lt;br /&gt;
&lt;br /&gt;
Hello there... Apparently the xkcd vandalism with childish pictures has returned yet again... Do you think we need automated bots to revert this type of inane BS vandalism? [[Special:Contributions/172.70.42.122|172.70.42.122]] 01:01, 25 July 2023 (UTC)&lt;br /&gt;
:Well, I have no ability to implement bots, and feels like a steep learning curve to learn to program one... I HAVE to think that admins can block the guilty IP addresses? Or at least can lock editing pages, or restrict it until the immature people give up. [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 14:16, 27 July 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
== *cough* ==&lt;br /&gt;
&lt;br /&gt;
A [https://www.lspace.org/fandom/filks/genfilk/the-lurkers-support-me-in-email.html word to the wise], maybe..? [[Special:Contributions/172.71.178.153|172.71.178.153]] 13:10, 26 August 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
== User page ==&lt;br /&gt;
Could you create my user page, please? [[User:Contact Merge|2801: Contact Merge]] ([[User talk:Contact Merge|talk]]) 23:47, 27 September 2023 (UTC)&lt;br /&gt;
:Could I, in turn, petition against all these &amp;quot;users that take the names of comics&amp;quot; being actively helped in this way... whatever it is they want to do. Unnecessary, as far as actual helpful moderation. Of course they may ''eventually'' gain the right to sort themselves out, but it should remain at least as much a hurdle as an ordinary username. (Unless they're admin-sanctioned/-operated, in which case they wouldn't ''need'' to ask!) [[Special:Contributions/172.70.90.100|172.70.90.100]] 08:05, 28 September 2023 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.90.100</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2833:_Lying&amp;diff=324471</id>
		<title>2833: Lying</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2833:_Lying&amp;diff=324471"/>
				<updated>2023-09-27T01:36:35Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.100: /* Trivia */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2833&lt;br /&gt;
| date      = September 25, 2023&lt;br /&gt;
| title     = Lying&lt;br /&gt;
| image     = lying_2x.png&lt;br /&gt;
| imagesize = 295x444px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = I was, at least at the start of this disastrous game night, your friend.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by an HONEST CITIZEN COERCED FOR YEARS USING ARTIFICIAL INTELLIGENCE TO TAKE OVER HIS OWN COUNTRY FOR A PRIVATE POWER - Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
{{w|Mafia (party game)|Mafia}} (and other games such as Werewolf) is a party game centered around two opposing teams who must eliminate each other: the mafiosi (or werewolves, accordingly) whose aim is to secretly gain a majority and the ordinary players (who may be termed 'townies' or 'villagers') who have to resist this. While the mafiosi know who are mafiosi and who are villagers, the villagers do not know any other person's role. The mafioso also need to keep their affiliation secret from the villagers so long as they are outnumbered. The game alternates between day and night phases. During the day, all villagers (and their opponents, under the guise of being villagers) vote on which suspected to be anti-villager should be 'lynched' (removed from the game). During the night, all surviving members of the mafia decide upon which villager should be 'killed' to further their own purposes.&lt;br /&gt;
&lt;br /&gt;
Play can be undertaken in person or across a suitable online forum/group-chat, whilst similar mechanics have been adopted for networked games such as {{w|Town of Salem}} or {{w|Among Us}}.&lt;br /&gt;
&lt;br /&gt;
Here we have [[Cueball]] (possibly [[Randall]]), [[Megan]], [[Ponytail]], and [[White Hat]] sitting at a table, apparently playing this type of game, in which some sort of secret must be maintained by lying. Cueball seems to have been unable to maintain the lie and came clean, perhaps hoping that they would remain friends, or somehow fearing that playing the game as required would lose him the friendship that brought them together to play the game in the first place. The other members are annoyed by his undermining of the basic concept of the game, and White Hat offers to switch to playing another game called {{w|Taboo (game)|Taboo}}. This may not improve things; given Cueball's apparent inability to maintain secrets, he may feel compelled to tell them the word concealed on his card, and thereby immediately lose.&lt;br /&gt;
&lt;br /&gt;
The title text could both be referring to what Cueball says about how the others are his friends, and also that the others could have gotten so annoyed that they stop being his friends. It is clearly very similar to Spock's dying words in Star Trek II: &amp;quot;I have been, and always shall be, your friend&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
In reality, Cueball could actually be cleverly playing one of a number of other roles that a mafia/werewolf game can have. There are additional player-types that win by [https://wiki.mafiascum.net/index.php?title=Jester ''being'' voted off] (often this must be a day-vote, a night-vote by the 'bad guys' is a loss), and others that make the player [https://wiki.mafiascum.net/index.php?title=Diplomat invulnerable to votes] in certain conditions, make the 'kill' act upon another player and/or result in assisting those in a further 'team' of conspirators. Though usually such complications aren't included in gaming groups with as few as four players, and they usually rely on bluff (or multiple layers of bluff) against players who are aware of what they entail.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&lt;br /&gt;
:[Cueball, Megan, Ponytail, and White Hat sit around a table.]&lt;br /&gt;
:Cueball: It's me. I can't look you in the eyes and tell you it's not. I'm sorry, I know this ruins everything.&lt;br /&gt;
:Cueball: I just need you to know that you're my friends and you can trust me.&lt;br /&gt;
:Megan: ...This is ridiculous.&lt;br /&gt;
:White Hat: Let's just play Taboo instead.&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:I'm really bad at those Mafia-style games where you have to lie.&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
This comic was published as an upscaling of the original drawing, at an outstanding 4422x6653. This could have been an accident. A side effect of this is that details on Randall's graphic process and subtle penmanship habits were made obvious in the image.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Comics featuring White Hat]]&lt;br /&gt;
[[Category:Games]]&lt;/div&gt;</summary>
		<author><name>172.70.90.100</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2777:_Noise_Filter&amp;diff=313468</id>
		<title>Talk:2777: Noise Filter</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2777:_Noise_Filter&amp;diff=313468"/>
				<updated>2023-05-19T18:09:32Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.100: &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;
&lt;br /&gt;
Took me a moment. It is very on-point for me. Randal proposes a sound level meter in such as Google reviews. Showing the real-time racket in a restaurant or other venue. Just this week I walked out of a new TOO-LOUD restaurant. I wish this feature existed! It is not total fantasy. Any Android cellphone &amp;quot;could&amp;quot; report location and sound-level to its masters.&lt;br /&gt;
&lt;br /&gt;
I'm autistic. I would have liked this feature since I was first going places on my own.&lt;br /&gt;
[[Special:Contributions/162.158.2.167|162.158.2.167]] 02:31, 18 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hear hear! (Pun intended.) There are several restaurants my family won't go back to because they're too loud. One was PAINFULLY loud - well over 80 dBA. Hmm. Maybe I should take my sound level meter with me next time we eat out, and put the readings into a review. [[Special:Contributions/172.70.110.214|172.70.110.214]] 12:24, 18 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
I interpreted the title as a pun on noise filters that block out ambient noise. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 14:13, 18 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
How long until another of Randall's xkcd &amp;quot;jokes&amp;quot; becomes real? [[Special:Contributions/108.162.216.173|108.162.216.173]] 15:09, 18 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
I would like one for temperature, some places are just too damn cold. [[User:SDSpivey|SDSpivey]] ([[User talk:SDSpivey|talk]]) 18:40, 18 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
Should the explanation include recent news articles about how restaurants are louder than they were a few decades ago? Such as https://www.theatlantic.com/technology/archive/2018/11/how-restaurants-got-so-loud/576715/ and https://www.popsci.com/story/technology/restaurant-noise-levels-solutions/ [[Special:Contributions/172.69.65.46|172.69.65.46]] 20:13, 18 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
: I think it should. Good get.[[Special:Contributions/162.158.91.35|162.158.91.35]] 22:12, 18 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
The thing that gets me is the different radio/checkbox/range selection techniques being used. Almost like the same UI designer didn't add each subsection into this bit of the interface.&lt;br /&gt;
*Obvious &amp;quot;radio&amp;quot;-like choice for the opening Hours. You choose one or other presets (&amp;quot;Any&amp;quot;/no preference, &amp;quot;Now&amp;quot;/current status) or a probable pop-up dialogue (&amp;quot;Open at...&amp;quot;) for date/time of more flexible choice or range.&lt;br /&gt;
*Rating that's also &amp;quot;radio&amp;quot;-appearing, as a way of giving the single minimum acceptible value for Rating.&lt;br /&gt;
*The slider which implies the single ''maximum'' acceptible value for noise level. Could have been set up similar to that with Rating (though clearly needs more than the six guide-labels as buttons, and &amp;quot;&amp;lt;=value&amp;quot; rather than &amp;quot;value+&amp;quot;).&lt;br /&gt;
**The version for Party Mode would have been like the minimum for Rating, both of which could either be &amp;quot;top-down selected&amp;quot; sliders or this bottom-up one but reverse-labeled. Or &amp;quot;number+&amp;quot; buttons.&lt;br /&gt;
*Buttons of a multi-select/checkbox type for Price choice. Not visually different from 'radio buttons', except for that they have been multi-selected... perhaps the real thing in the appropriate interface-tk would show more rounded/square button profiles. Or give another clue as to whether selecting a second would add to/replace anything previously selected in that grouping. But it ''could'' have been a range-type choice for &amp;quot;up to&amp;quot;, really.&lt;br /&gt;
**Or a double-slider, to accomodate minimum and maximum, allowing mid-sub-range &amp;quot;$$+$$$&amp;quot;, if not &amp;quot;$+$$$$&amp;quot; for only extremes. Or a slider and separate toggle between whether the slider is bottom-up and top-down.&lt;br /&gt;
**But would you ever anticipate split-range choices? And also to what relative quantities do the given numbers of $s map onto, subjectively?&lt;br /&gt;
It shows that the design decisions involved weren't part of the same holistic design-time process. (This is not a comment against Randall's compositional choices, he's clearly parodying the actual &amp;quot;options&amp;quot;-type configuration screens that you get. Consciously or unconsciously replicating ''their'' design and implemention inconsistencies.)&lt;br /&gt;
&amp;lt;br /&amp;gt;But thought it wasn't really worth a main-page explanation about, just thought it worth an extended comment in here for possible passing interest of others. [[Special:Contributions/172.70.86.153|172.70.86.153]] 23:45, 18 May 2023 (UTC)&lt;br /&gt;
The slider should go down to 30dB. [[Special:Contributions/172.70.114.89|172.70.114.89]] 02:48, 19 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
I, and probably every other autistic person here, wishes this were a thing. For me at least, sound louder than about 70 dB physically hurts.  [[User:Beanie|&amp;lt;span style=&amp;quot;text-shadow:0 0 6px black;font-size:11pt;color:#dddddd&amp;quot;&amp;gt;Beanie]]&amp;lt;/span&amp;gt; [[User talk:Beanie|&amp;lt;sup&amp;gt;&amp;lt;span style=&amp;quot;text-shadow:0 0 3px black;font-size:8pt;color:#dddddd&amp;quot;&amp;gt;talk]]&amp;lt;/span&amp;gt;&amp;lt;/sup&amp;gt; 10:02, 19 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
I ALWAYS carry hearing protection. I play bassoon in wind ensembles and orchestras and sometimes need to ‘stopper’ because of trumpets, etc. It comes in handy in other noisy situations and takes up almost no space in my pocket.&lt;br /&gt;
[[User:Joem5636|Joem5636]] ([[User talk:Joem5636|talk]]) 11:39, 19 May 2023 (UTC)&lt;br /&gt;
:You should make sure you have pockets big enough for a bassoon, too. Be popular at parties. (At least at first.) [[Special:Contributions/172.70.90.100|172.70.90.100]] 18:09, 19 May 2023 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.90.100</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2774:_Taxiing&amp;diff=312900</id>
		<title>Talk:2774: Taxiing</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2774:_Taxiing&amp;diff=312900"/>
				<updated>2023-05-11T21:33:22Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.100: Undo revision 312899 by 172.68.174.123 (talk) See prior non-Bot undo. Hey, maye, either your Bot is badly targetting (don't see it doing anything else, anywhere else) or it's just you..&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;
&lt;br /&gt;
I don't understand why you would buy Detour signs, when you can often so easily pick them up for free from the side of a road... :P [[Special:Contributions/172.70.86.32|172.70.86.32]] 20:35, 10 May 2023 (UTC)&lt;br /&gt;
:I don't understand why you'd take detour signs for free, when people can pay you to watch you steal flatbed trucks. [[Special:Contributions/172.70.178.191|172.70.178.191]] 20:37, 10 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
But would an airplane even fit on a truck?  Or on a treadmill for that matter? [[Special:Contributions/172.71.182.47|172.71.182.47]] 21:11, 10 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
On TV, you don't even need detour signs.  Just hack their GPS for free. [[User:Jordan Brown|Jordan Brown]] ([[User talk:Jordan Brown|talk]]) 22:51, 10 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
I would have expected Black Hat to be doing something like that, not Cueball. [[Special:Contributions/172.70.210.191|172.70.210.191]] 23:15, 10 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
:That was my first thought, too.  Or even Beret Guy. [[Special:Contributions/172.70.127.133|172.70.127.133]] 00:30, 11 May 2023 (UTC)Pat&lt;br /&gt;
&lt;br /&gt;
:Black hat would be sending the airplane into a [[1484|recycling facility]] (see bottom lines of text), and Beret Guy would be raiding it for scones. Or turning it into scones. [[Special:Contributions/172.68.58.140|172.68.58.140]] 03:48, 11 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
As a pilot, i would not follow these glowsticks onto a trailer due to safety restrictions on how far away the wheels should be. That's why airports are so big. [[Special:Contributions/172.64.238.44|172.64.238.44]] 06:36, 11 May 2023 (UTC)&lt;br /&gt;
:Sometimes, one could see an airplane on a flatbed truck. Some flatbed trucks (or rather trailers) are HUGE. However, presumably the plane had not taxied onto the trailer under pilot control and its own power, but had been lowered by a crane, which had a completely different set of &amp;quot;marshalls&amp;quot; -- [[Special:Contributions/162.158.103.165|162.158.103.165]] 08:26, 11 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
Weird. Almost back to back &amp;quot;Did you know you can just BUY...?&amp;quot; comics. [[Special:Contributions/172.69.71.11|172.69.71.11]] 08:36, 11 May 2023 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.90.100</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User_talk:ClassicalGames&amp;diff=312723</id>
		<title>User talk:ClassicalGames</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User_talk:ClassicalGames&amp;diff=312723"/>
				<updated>2023-05-10T08:22:41Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.100: Undo revision 312709 by 172.71.158.36 (talk) Restoring sanity.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You can create pages.&lt;br /&gt;
&lt;br /&gt;
I've changed my password for you. [[User:ChristmasGospel|ChristmasGospel]] ([[User talk:ChristmasGospel|talk]]) 23:00, 8 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Thank you. You can change your password back and continue to use your own computer. [[User:ClassicalGames|ClassicalGames]] ([[User talk:ClassicalGames|talk]]) 07:28, 9 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
::As a computer security professional, can I just internally scream at this whole premise of a scenario? If it's even a real premise. I'm not convinced. But bad practice, regardless. And even more bad to publicly announce such things when you would clearly have had another more private back-channel (or even in-person chat) that you used to coordinate the initial request through, without then 'going public' with such inanities. You're liable to being modded out of existence, in some places, for even suggesting that you're sharing accounts.&lt;br /&gt;
::Look, kids, whatever you want to do in the privacy of your own server-rooms (whether with a 'friend' or even on your own) is all well and good, but the message should be to ''always'' practice Safe Hex. And &amp;quot;oral hex&amp;quot; doesn't mean that you have to indiscretely talk about it afterwards! [[Special:Contributions/172.71.242.172|172.71.242.172]] 12:34, 9 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Done! [[User:ChristmasGospel|ChristmasGospel]] ([[User talk:ChristmasGospel|talk]]) 22:54, 9 May 2023 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.90.100</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1092:_Michael_Phelps&amp;diff=312658</id>
		<title>1092: Michael Phelps</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1092:_Michael_Phelps&amp;diff=312658"/>
				<updated>2023-05-09T10:39:41Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.100: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1092&lt;br /&gt;
| date      = August 8, 2012&lt;br /&gt;
| title     = Michael Phelps&lt;br /&gt;
| image     = michael phelps.png&lt;br /&gt;
| titletext = [shortly] ...he ate ALL of it!?&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{w|Michael Phelps}} is an American {{w|Olympics|Olympic}} swimmer, who could easily be considered the best swimmer worldwide: he is the most decorated Olympic athlete of all time, with 28 medals, 23 of them gold (won in the 2004, 2008, 2012 and 2016 summer Olympics, so it would have been 18 Olympic gold medals at the time the comic was published). He was most dominant in the 2008 Beijing Olympics where he won gold in all of the eight events in which he competed, the record for a single games.&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] and [[Megan]] find that the Olympic medalist is in Megan's pool. He refuses to leave, and is too fast to be caught. Cueball brings in boxes of {{w|Jello}} Mix to fill the pool with, thereby gelifying the pool and trapping Phelps or forcing him to leave.&lt;br /&gt;
&lt;br /&gt;
However, according to the title text, after having waited the time necessary for the water to gelify, Cueball realizes that Phelps has eaten all of the resulting Jello. This may be a reference to Phelps being used to eating [https://web.archive.org/web/20101113024452/http://www.michaelphelps.net/michael-phelps-diet/ impressive food quantities (about 12,000 calories daily)], to keep up with his strenuous exercise regimen; or it may be a reference to pictures of Phelps smoking from a bong that arose after the 2008 Olympics in Beijing, China, as Marijuana use is often associated with an increased appetite. Otherwise, the text may simply be a reference to Phelps being capable of achieving super-human feats, such as devouring an entire pool full of Jello.&lt;br /&gt;
&lt;br /&gt;
Interestingly enough, just pouring Jello powder into a pool would not solidify the water into Jello. The water would have to be boiled, then quickly chilled, for the Jello to set correctly. As Randall is a scientist, he should have known this; therefore, it's possible that he purposefully ignored this fact in favor of the humor. Michael Phelps' top speed is also only around 2.3 m/s, which can easily be outrun by anyone on land.&lt;br /&gt;
&lt;br /&gt;
This may also be a reference to {{w|1628:_Magnus}}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Megan and Cueball standing outside their en-Phelps-ified swimming pool.]&lt;br /&gt;
:Cueball: Why is Michael Phelps in your backyard pool?&lt;br /&gt;
:Megan: I don't know. He's been there all day. ''Go home, Michael!''&lt;br /&gt;
:Michael Phelps: Woo! 18 gold medals!&lt;br /&gt;
&lt;br /&gt;
:[Megan and Cueball break out a pair of pool nets and unsuccessfully try to snag Phelps.]&lt;br /&gt;
:Cueball: Can you get him?&lt;br /&gt;
:Megan: He's so '''''fast'''''!&lt;br /&gt;
:Phelps: Ha hah! Can't catch me!&lt;br /&gt;
:''Splash splash''&lt;br /&gt;
&lt;br /&gt;
:[Cueball heads off to fetch something.]&lt;br /&gt;
&lt;br /&gt;
:[Cueball returns with a hand truck full of Jello mix.]&lt;br /&gt;
:Phelps: Oh crap.&lt;br /&gt;
&lt;br /&gt;
{{Comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring real people]]&lt;/div&gt;</summary>
		<author><name>172.70.90.100</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2770:_Tapetum_Lucidum&amp;diff=312316</id>
		<title>2770: Tapetum Lucidum</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2770:_Tapetum_Lucidum&amp;diff=312316"/>
				<updated>2023-05-04T11:59:25Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.100: Nonexistent cat. Re-add if it becomes 'a thing', of course, but for now...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2770&lt;br /&gt;
| date      = May 1, 2023&lt;br /&gt;
| title     = Tapetum Lucidum&lt;br /&gt;
| image     = tapetum_lucidum_2x.png&lt;br /&gt;
| imagesize = 412x492px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = Using a reflective wall in a game to give one shot two chances to hit is called a double-tapetum lucidum.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by BILL NYE'S CAT - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
{{w|Bill Nye}}, perhaps best known for his children's educational series ''{{w|Bill Nye the Science Guy}}'', wearing the same lab coat as in [[200: Bill Nye]], beats an unseen player (presumably [[Randall]]) in an online multiplayer game resembling {{w|XPilot}}, in which players pilot spaceships using simulated rocket physics and attempt to shoot and kill each other. During a laser battle, Bill Nye provides a scientific explanation for the {{w|tapetum lucidum}}, the layer behind the {{w|retina}} of a cat's eye. He explains that the layer reflects back some of the light that bounces off the retina, giving it a second chance to hit the retina again. This allows a cat's eye to capture more light than it otherwise would, and thus improves their night vision. It's also why [https://carnegiemnh.org/meowfest-why-do-cat-eyes-glow-in-the-dark/ cat's eyes appear to glow in the dark]. &lt;br /&gt;
&lt;br /&gt;
At the same time, Bill Nye's battle tactic in the online game perfectly analogizes the point he is making. His spaceship is firing energy pulses into the path of an approaching ship in an attempt to destroy it. Due to the difficulty of hitting a small, fast-moving target, it's likely that most or all of these shots will miss. However, because Bill Nye is firing at a reflective wall, each shot that misses bounces back into the path of the opponent's ship, giving it a second chance to hit the target and effectively doubling the density of the firepower. With double the number of shots to avoid, the opponent's ship is hit and explodes. This explanation is similar to how Bill Nye would explain scientific concepts by using analogous demonstrations of other things. &lt;br /&gt;
&lt;br /&gt;
In the analogy, the weapon shots fired by Bill Nye's ship are the light photons entering the cat's eye, the reflective wall is the tapetum lucidum, and the opponent's ship is a retinal cell. Destroying the opponent's ship with a shot is analogous to a light photon being absorbed by the cat's retina (and therefore seen). If the reflective wall hadn't been there, the ship might have survived, which means the retina would never have seen that photon.&lt;br /&gt;
&lt;br /&gt;
Randall presumably considers this &amp;quot;extra infuriating&amp;quot; because Bill Nye is showing off his scientific knowledge in some other field while also beating him in the game.&lt;br /&gt;
&lt;br /&gt;
The title text is a pun that refers to &amp;quot;tapetum lucidum&amp;quot; and uses &amp;quot;double tap&amp;quot; in the way that online games, memes, and films refer to shooting something twice in rapid succession to ensure its demise.  This phrase is famously{{Actual citation needed}} used in the film &amp;quot;Zombieland,&amp;quot; and is the subtitle of the 2019 &amp;quot;Zombieland: Double Tap&amp;quot; sequel.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Two triangles with two long sides of equal length (isosceles triangles) but with the short side curving a bit in, are moving inside a black structure, their movement indicated with three and two curved lines below the left and above the right triangle. Both triangles shoots green lasers out of their sharp tip, indicating they represents space ships. They are flying inside a black structure, maybe a maze. There is nothing above the left ship. but below the ships are a black segment making a triangle in the lower left corner. The right ship is inside an opening created by this triangle below it, and another black triangle above it, that centers on the middle of the right side of the panel. The left ship has shot three green laser beams, one of them hits inside the opening on the right triangle and the beam bounces off this wall. But it is not close to the right ship. The right ship has only fires one green laser, which bounces off the left wall also far from the left ship. A voice emanates from the left ship, via a star burst at the top corner. And there are sounds because of the shots it has fired.]&lt;br /&gt;
:Left ship: Cats have a shiny layer behind their retina called the tapetum lucidum.&lt;br /&gt;
:Laser shots: Pew pew pew&lt;br /&gt;
&lt;br /&gt;
:[Same setting but the scene has panned a bit to the left and up so less of the black walls can be seen. The left ship has moved closer to the right wall and has turned so it's sharp tip points almost straight down, still with three curved lines to indicate movement, probably turning movement. It again fires green lasers at the other ship, four this time, with sounds coming from the shooting. The right spaceship is accelerating forward as indicated with three wavy lines behind it's short side moving in to the line of fire. It seems as though all four lasers might miss it, but one of those that already has passed it, is being reflected up against it from below the left black wall. Again a voice emanates from the left ship via a starburst in the left corner:]&lt;br /&gt;
:Left ship: After light passes through the retina, this layer reflects it back through a second time.&lt;br /&gt;
:Laser shots: Pew pew&lt;br /&gt;
&lt;br /&gt;
:[Same setting but the scene has again panned a bit to show a different segments of the black walls. The ship originally to the left is now above and a bit to the right of where the right ship originally was, and it is even closer to the right wall. It is not firing any more shots, because the reflected shot from the previous panel has hit the right ship which explodes in large green cloud with the black pieces of the ship inside it, and a huge sound. The tail of the laser shot that hits it can be seen entering the explosion. Three other laser shots from before are still moving down, but might all have missed the ship. There are no movement lines now but again the voice emanates from the left ship via a starburst in the left corner:]&lt;br /&gt;
:Left ship: This extra bounce gives photons another chance to interact with the retinal cells...&lt;br /&gt;
:Explosion: Boom!&lt;br /&gt;
&lt;br /&gt;
:[A man with short black hair wearing a labcoat is sitting in an office chair typing on his computer while speaking. Below him is a frame with a caption, from which it becomes clear that the man, and the owner of the voice from the left ship, is Bill Nye.]&lt;br /&gt;
:Bill Nye: ...Improving their night vision! Isn't science cool?&lt;br /&gt;
:Caption: There's something extra infuriating about losing online games to Bill Nye.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Comics featuring real people]]&lt;br /&gt;
[[Category:Video games]]&lt;br /&gt;
[[Category:Biology]]&lt;br /&gt;
[[Category:Cats]]&lt;/div&gt;</summary>
		<author><name>172.70.90.100</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2149:_Alternate_Histories&amp;diff=312257</id>
		<title>2149: Alternate Histories</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2149:_Alternate_Histories&amp;diff=312257"/>
				<updated>2023-05-03T13:13:37Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.100: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2149&lt;br /&gt;
| date      = May 13, 2019&lt;br /&gt;
| title     = Alternate Histories&lt;br /&gt;
| image     = alternate_histories.png&lt;br /&gt;
| titletext = &amp;quot;So their universe wouldn't have the iconic photo of a screaming Truman being hoisted aloft by the newspaper-printing machinery...&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
Alternate histories are a common device in speculative fiction. One of the most common (even cliche) uses of alternate history is to posit a world in which the {{w|Hypothetical Axis victory in World War II|Axis Powers achieved victory in World War II}}.  This is presumably so compelling because it was a relatively recent event in which a series of relatively minor changes could have altered world history in major ways.  One of the standard literary works along this line is Philip K. Dick's ''{{W|The Man in the High Castle}}'', where the world is split into spheres of influence controlled by the {{W|Empire of Japan}} and {{W|Nazi Germany}}. This novel has been developed into a {{w|The Man in the High Castle (TV series)|popular TV series}} of the same name on Amazon Prime.&lt;br /&gt;
&lt;br /&gt;
At one point, ''The Man in the High Castle'' discusses the fiction of their own world, which includes their own alternate histories in which the Allies had won the war instead. ''The Grasshopper Lies Heavy'' is one such novel. Because these stories are speculative, they don't entirely match the 'real' history of our world, differing in key ways. This results in an &amp;quot;alternate-alternate&amp;quot; history where the Allies won World War II, but the details still differ rather significantly than the history of World War II in our reality -- most notably, ''The Grasshopper Lies Heavy'' depicts a post-World War II world defined by a {{w|Cold War}} between the United States and the British Empire, rather than one between the United States and Soviet Union. In one sense, this functions as a meta-critique of the very concept of alternate histories, highlighting the reality that we can never know the details of what would have happened if history had gone differently.&lt;br /&gt;
&lt;br /&gt;
In this comic, Megan and Cueball discuss this fictional device. Then in typical xkcd fashion, things start to get exaggerated to ridiculous proportions: Megan points out that, if characters in our stories have their own fiction, then the characters in their stories presumably have their own body of fiction, and so on, creating a recursive loop. If each alternate history contains its own alternate history, presumably each iteration would deviate more and more from our own reality, because each would be speculation based on increasing layers of speculation. Eventually (by the 500th iteration) the history would differ so wildly from our own as to be completely absurd to us, with very few elements being even recognizable. &lt;br /&gt;
&lt;br /&gt;
The 500th iteration timeline apparently includes hovercraft and cybernetic horses. {{w|Hovercraft}} are a real technology which does have military applications as landing craft, but their use in actual warfare has been limited. Cybernetic horses do not exist in our timeline yet{{Citation needed}}, but {{w|Boston Dynamics}} is getting close. In our timeline, Scotland is part of the United Kingdom, and would likely not develop military technology independently. New Jersey is a state in the United States and Madagascar was controlled by France during World War II; neither of these would normally be able to pursue an independent foreign policy that would have allowed them to join alliances and fight wars unless their parent governments also did. Belgium was occupied by the Axis Powers early in the war. These three regions developing a alliance and fighting against Canada (which was also an Allied power) would require a highly unlikely combination of events. How this war would be affected by the lack of Scottish hovercraft is unclear. This scenario also apparently contains a theocracy of some variety in Missouri, which (remarkably!) is vaguely plausible.&lt;br /&gt;
&lt;br /&gt;
Interestingly, even within the bounds of the exceedingly meta-fiction, it is bordering on impossible for the scenario to come into existence; the reason for this is that while the ending would become evermore bizarre, the actual events will only be able to vary so much, as they are based on predetermined scenarios that occur before the changes take place. Unless at least two wars are being modified, or the events are based on a later occurrence, (basically the two are discussing something different entirely, albeit still a historical scenario) the idea of so many implausible things occurring is unlikely no matter what the circumstances, unless they all happened over the course of the war. Of course, it's possible several of those 500 iterations involve BAD alternate histories fiction. Or possibly fiction based on history which was deliberately falsified.&lt;br /&gt;
&lt;br /&gt;
It's unlikely, but it's worth noting that &amp;quot;cybernetic horses&amp;quot; could be a reference to {{w|cyber force}}s, since in [[1418: Horse]] that substitution is suggested.&lt;br /&gt;
&lt;br /&gt;
{{W|Laura Ingalls Wilder}} was an American author, best known for her ''{{W|Little House on the Prairie}}'' series. In the 500th iteration timeline, she apparently became &amp;quot;God-Emperor of Missouri&amp;quot;, despite not being known as a political figure in our timeline. {{W|Harry S Truman}}, in our timeline, became 33rd President of the United States, following the death of Franklin Delano Roosevelt. In the 500th iteration timeline, Truman apparently died in an accident involving pajamas and a printing press (a possibility is that he has big loose pyjamas which get caught in the press) while still a senator (presumably a U.S. senator, since in our reality he was serving in the United States Senate prior to being nominated as Roosevelt's vice president in 1944). He apparently remained a significant enough figure for 500th-iteration Megan to speculate that he would have become God-Emperor of Missouri if he'd survived.&lt;br /&gt;
&lt;br /&gt;
The title text continues the discussion about Truman, mentioning a photograph of Truman screaming in horror as he is hoisted by newspaper-printing machinery. This plays off {{w|Dewey Defeats Truman|a famous photograph from our world}} where Truman is the one hoisting up a copy of the ''Chicago Tribune'' in triumph, as said newspaper erroneously claimed he was defeated in the {{w|1948 United States presidential election}} by {{w|Thomas Dewey}}.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Megan and Cueball are walking together]&lt;br /&gt;
:Megan: In alternate history stories where the allies lost WWII, sometimes they have their own fiction with the premise &amp;quot;what if the allies had ''won''?&amp;quot; which differs from our world since they'd be speculating and wouldn't predict everything.&lt;br /&gt;
:Cueball: Yeah, I think they do that in ''Man in the High Castle''.&lt;br /&gt;
&lt;br /&gt;
:[Megan and Cueball continue walking together]&lt;br /&gt;
:Megan: But within ''those'' stories, they should have &amp;quot;what if the allies had ''lost''?&amp;quot; fiction which is even ''more'' removed from our world.&lt;br /&gt;
:Cueball: Uh oh.&lt;br /&gt;
:Megan: So how deep does it go?&lt;br /&gt;
&lt;br /&gt;
:[Cueball and Megan, wearing tall black ball-topped hats and large bracelets and presumably from some alternate history, are walking together. There is a caption in a frame over the top of the panel]&lt;br /&gt;
:500 levels in:&lt;br /&gt;
:Megan: In my alternate history, Scotland never develops hovercraft, so Canada's cybernetic horses ''defeat'' the Belgium-Madagascar-New Jersey alliance.&lt;br /&gt;
:Cueball: Wow!&lt;br /&gt;
&lt;br /&gt;
:[Alternate history Cueball and Megan continue walking together]&lt;br /&gt;
:Cueball: Then who becomes God-Emperor of Missouri, if not Laura Ingalls Wilder?&lt;br /&gt;
:Megan: Senator Truman!&lt;br /&gt;
:Cueball: He survives the accident?!&lt;br /&gt;
:Megan: Yeah, the pajama craze never catches on, so he's wearing normal clothes when he walks by the printing press...&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Characters with hats]]&lt;br /&gt;
[[Category:Fiction]]&lt;br /&gt;
[[Category:Comics featuring real people]]&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>172.70.90.100</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2055:_Bluetooth&amp;diff=312251</id>
		<title>Talk:2055: Bluetooth</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2055:_Bluetooth&amp;diff=312251"/>
				<updated>2023-05-03T11:12:18Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.100: &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;
Wireless charging standard may be a pun on the word &amp;quot;charging.&amp;quot;  Vikings were certainly known for &amp;quot;charging&amp;quot; into battle, and so Harald may indeed have invented a &amp;quot;wireless charging standard&amp;quot; or a standardized way for his Vikings to enter a battle.  If so, it was unlikely to have used wires. {{unsigned|Tomkonrad}}&lt;br /&gt;
: That's just what I was thinking! [[User:Asimong|Asimong]] ([[User talk:Asimong|talk]]) 07:38, 9 October 2018 (UTC)&lt;br /&gt;
: Or maybe it's a &amp;quot;wireless charging _standard_&amp;quot; i.e. a flag signal which says &amp;quot;CHAAAARGE!!!!&amp;quot;. The term &amp;quot;standard&amp;quot; would be somewhat off and anachronistic, though, but the general idea of giving a kind of visual signal to tell the troops to charge seems legit, imho. Albeit, in that time those signals were most commonly acoustic rather than visual. But I like the idea of playing with the word &amp;quot;standard&amp;quot; besides the word &amp;quot;charge&amp;quot; [[User:Elektrizikekswerk|Elektrizikekswerk]] ([[User talk:Elektrizikekswerk|talk]]) 07:47, 8 October 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
Uh, I don't know anything really about Bluetooth, but do they really use accelerometer timing?  That doesn't sound right...  [[Special:Contributions/172.68.90.88|172.68.90.88]] 17:34, 5 October 2018 (UTC)SiliconWolf&lt;br /&gt;
: If you read it again, you should notice that WhiteHat admits that he's lying. Bluetooth doesn't pair that way. He was joking. [[User:ProphetZarquon|ProphetZarquon]] ([[User talk:ProphetZarquon|talk]]) 19:05, 5 October 2018 (UTC)&lt;br /&gt;
:: Some of them do pair this way...sort of, their accelerometers tell them they've been picked up and get ready for close range communication (like a couple inches) that exchange information for their bluetooth settings[[Special:Contributions/162.158.75.190|162.158.75.190]] 19:47, 7 October 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
My headphones use NFC to connect to my phone, I just have to hold the two devices together and they connect! Except they don't, in 90% of cases it doesn't react or I have to move it around a lot. But at least I can just turn the headphones and bluetooth on my phone on and they connect! Unless I have used the headphones for a different device previously, then I need to manually initiate the connection on my phone. Or just randomly when it isn't in a connection-making mood right now. But at least they work on all devices with Bluetooth! Except on my old laptop and my desktop PC (with bluetooth dongle), there it either has a horrible audio quality or completely freezes the system. But at least… No. [[User:Fabian42|Fabian42]] ([[User talk:Fabian42|talk]]) 17:37, 5 October 2018 (UTC)&lt;br /&gt;
: My tablet connects to any Bluetooth audio device, no problem; as long as I make it &amp;quot;Forget&amp;quot; every other device in its pairing list first, otherwise it tries to pair to a device which isn't even around. Also, my Mom's car doesn't have GPS navigation or 4G LTE service, but it doesn't seem to have a way to turn off Bluetooth, 4G, or the OnStar system, either. Also, her friend uses a set of Bluetooth speakers to play audio from her Mac, but you can only connect one speaker at a time unless you run a proprietary app which doesn't work very well. Also, neither my phone nor my tablet will transfer any file larger than 1MB by Bluetooth, since a couple system updates over a year ago (Oh, &amp;amp; only a few file types, too). Also, the audio delay when watching videos with Bluetooth audio is so pronounced I have to use a media player with manual A\V synch controls. Also, controlling a &amp;quot;smart TV&amp;quot; by Bluetooth doesn't work anymore for some reason, unless I install a specific app for each TV brand; Infrared still works fine. Also, I've still never had a Bluetooth headset that continues to work when the playback device is in my pocket &amp;amp; I take a step forward. Also, there's a Bluetooth HCI log file stored in my internal memory which gradually grows to hundreds of megs even though I don't have the setting for that log turned on. Also, whenever I turn Location on, or even exit Airplane mode, Bluetooth, WiFi, &amp;amp; NFC all activate briefly, even though I keep them turned off as much as possible; The icons don't light up, but my other devices show the polling attempts in their logs. I got suspicious enough to do a diagnostic &amp;amp; some scans, but aside from the usual usage-tracking from Google, there doesn't seem to be any spyware or malware installed. Bluetooth is awful. [[User:ProphetZarquon|ProphetZarquon]] ([[User talk:ProphetZarquon|talk]]) 19:05, 5 October 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
I miss the jokes in the incomplete discussion banner. Is there really not enough room for both a quip ''and'' the instructions? --[[Special:Contributions/108.162.245.154|108.162.245.154]] 21:16, 5 October 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
[https://www.impossible.com/josiah/ Josiah Bluetooth] [[User:N0lqu|-boB]] ([[User talk:N0lqu|talk]]) 21:25, 5 October 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
I tried to share link over bluetooth to three people. For one, it worked completely flawlessly. Second one got the file but then it got lost somehow and was unable to use the content. Third one ... the phones didn't even see each other. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 23:20, 5 October 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
This car comes with Bluetooth compatibility. What's Bluetooth? Bluetooth is Bluetooth? What is it? BlUuUuUeEeEeToOoOoOoOoOoOoOoOoOoOoOoOoOoOoth [[Special:Contributions/162.158.78.70|162.158.78.70]] 13:24, 6 October 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
I’ve actually had a relatively positive experience with Bluetooth lately, at least compared to how it used to be. These days it’s actually useable, airpods work great to pair easily with other apple devices (usually). &lt;br /&gt;
&lt;br /&gt;
Also where my old car couldn’t be connected to Bluetooth unless you wanted a deafening sound to blare whenever you got a call, and it couldn’t be used to play music, my new car’s media system works pretty well with Bluetooth music, the only annoyance being that when the car is set to a different audio source the phone still tries to route audio to it through Bluetooth, so there is silence when you expect sound from the phone, until you manually change it back to output through its internal speakers.&lt;br /&gt;
&lt;br /&gt;
Bluetooth is still far from perfect, but it’s actually useable now, a huge leap from a few years ago. [[User:PotatoGod|PotatoGod]] ([[User talk:PotatoGod|talk]]) 16:38, 6 October 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
Follow up a year and a half later:&lt;br /&gt;
&lt;br /&gt;
Nope, Bluetooth routing still sucks in complex situations: when in a phone call over Bluetooth headphones, if I open my car's door to get something out of it (or someone else in my family does so in the garage while I'm in another room), and suddenly my phone call is routed through the car's speakers instead of my headphones, then I have to frantically switch the phone's output back to the headphones and apologize for needing to ask the person on the other end to repeat the last ten seconds of what they said. Happens every time, except sometimes it will go to speakerphone or the phone's internal speakers instead of the when the door is closed again.&lt;br /&gt;
&lt;br /&gt;
Summary: Bluetooth is great at getting sound from point A to point B, and within an ecosystem (ie Airpods with Apple devices). Outside of those situations, it's a random lottery how it'll behave. [[User:PotatoGod|PotatoGod]] ([[User talk:PotatoGod|talk]]) 02:00, 10 January 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It's still hit and miss a lot of times, depending on the devices in question.  My friend's car has Bluetooth, and when it worked it worked great.  But then every once in a while it would stop working, he'd ask me as his tech friend to try to get it working, and I couldn't... and then he had to take it to the car dealership to get it working. [[User:N0lqu|-boB]] ([[User talk:N0lqu|talk]]) 20:45, 6 October 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think the &amp;quot;Josiah&amp;quot; is a reference to &amp;quot;Josiah Wedgwood,&amp;quot; a famous English entrepreneur and potter. Should this be added? {{unsigned|172.68.141.4|00:39, 7 October 2018}}&lt;br /&gt;
&lt;br /&gt;
:If you think it is a reference, without more, then no it should not be added. If you want to post here what the reasons are (why do you think so?), then we can evaluate them and recommend. But without more, no. Certainly a casual review of {{w|Josiah Wedgwood}} doesn't give any obvious reasons to connect him with &amp;quot;Josiah Bluetooth.&amp;quot; p.s.: please sign your posts (with &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;). [[User:JohnHawkinson|JohnHawkinson]] ([[User talk:JohnHawkinson|talk]]) 02:04, 7 October 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
Years ago I bought a Linux-compatible USB Bluetooth dongle.  It had several pages of detailed and complex instructions for Windows and Mac, indicating the exact order of operations - if one connected the device before installing drivers and rebooting, for instance, one would have to dig deep into the OS and remove various automatically-installed components - but I couldn't find any instructions for Linux.  Finally I found them - it was one line, &amp;quot;Plug the dongle in&amp;quot;.  Worked perfectly.&lt;br /&gt;
&lt;br /&gt;
On the other hand, my very good headphones, which have the wireless connection on the right ear, still lose connection to my laptop if I turn my head to the right... [[User:Cosmogoblin|Cosmogoblin]] ([[User talk:Cosmogoblin|talk]]) 12:00, 7 October 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
The link between &amp;quot;Josiah&amp;quot; and &amp;quot;Josiah Wedgwood&amp;quot; is probably correct. One of the styles that Josiah Wedgwood is famous for is a blue and white design. A quick Internet search gives lots of examples. This is probably the reason that the ceramic Bluetooth speaker mentioned in the explanation text is named &amp;quot;Josiah&amp;quot;. They're both making reference to Josiah Wedgwood and his blue and white pottery.[[User:Hjmillman|Hjmillman]] ([[User talk:Hjmillman|talk]]) 12:29, 8 October 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
Yes, sorry I didn't mention his pottery style in the original comment. Wedgwood was famous for doing a lot of R&amp;amp;D to develop a style of pottery that replicated Chinese porcelain with blue/white patterns. The 'Josiah' referenced in the comic is probably a reference to Wedgwood. 23:58, 8 October 2018 (UTC) {{unsigned ip|172.68.141.58}}&lt;br /&gt;
: I must agree with JohnHawkinson, that doesn't sound like enough of a link. It sounds like stretching a LOT. I feel it actually probably ISN'T a reference to him. Josiah is just a very old fashioned sounding name, sorry. And as John mentioned, please sign your posts with &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;. :) [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 04:07, 12 October 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have great trouble believing the statement that Bluetooth was designed for transfer of information &amp;quot;and audio&amp;quot;. I suspect the reality is simply that several audio applications have been found (speakers, headphones, handsfree devices for cars...). The audio is the information in those applications, not that audio transfer was part of the original intent of Bluetooth. [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 04:12, 12 October 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I took a look at [https://grouper.ieee.org/groups/802/15/Bluetooth/core_10_b.pdf the official 1999 Bluetooth 1.0B standard (PDF, 1000+ pages)] which specifies &amp;quot;Bluetooth audio&amp;quot; in the &amp;quot;Baseband Specification&amp;quot;. In terms of actual use back then, ''&amp;quot;The first consumer Bluetooth device was launched in 1999. It was a hands-free mobile headset that earned the &amp;quot;Best of show Technology Award&amp;quot; at COMDEX.&amp;quot;'' --[https://en.wikipedia.org/wiki/Bluetooth#History The Other Wiki] - the first product being audio is pretty relevant, right? [More useful history/context https://www.headphonesty.com/2021/01/bluetooth-versions/] noting that BT development &amp;quot;... was initiated by Ericsson Mobile CTO Nils Rydbeck in 1989. The first version was ... (developed by) an engineer ... at the same company.&amp;quot; (Being a mobile phone comapny in the 90s, audio was pretty much item #1.[[User:Overand|Overand]] ([[User talk:Overand|talk]]) 17:12, 4 April 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I've found it just works on linux, with the exception of a) HFP/HFC, which has poor sound quality, and b) conflicts from the hellscape of the windows bluetooth stack. It's actually why I switched originally, linux has good a2dp sink behavior (can act as headphones and recieve sound from say a phone), windows has none whatsoever. More recently, I decided to use a wii remote as a mouse. The bluetooth connection was already installed and configured, just needed the x driver. Yes. It literally &amp;quot;just works&amp;quot; with f****** WII REMOTES&lt;br /&gt;
[[Special:Contributions/172.69.34.170|172.69.34.170]] 06:21, 27 August 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
Noone mentions, that white hat uses brackets while speaking? --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 15:48, 7 November 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
Above, people speculated that Josiah Bluetooth owes his existence to Josiah Wedgewood. I personally immediately thought of Jebediah Springfield, another made-up historical figure whose name starts with &amp;quot;J&amp;quot; and ends with &amp;quot;h&amp;quot; and sounds old-timey and Biblical. [[User:Nitpicking|Nitpicking]] ([[User talk:Nitpicking|talk]]) 10:40, 3 May 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
Interesting bluetooth 'problem' encountered a few years back. On a two-hire-car trip across country, which I joined part-way through, it became obvious that people/drivers had swapped cars. When some passengers in one car phoned those in the other (to coordinate who was going ahead/stopping for various reasons) the conversation would be punctuated by the voice of the present person speaking across to the other vehicle suddenly being rebroadcast out of our car's speakers as the other vehicle (and the phone of the recipient of the call) came briefly in range of our own and re-established an original hands-free pairing (wanted or unwanted, but probably tried out deliberately when originally driving the other car. Can't recall a connection-tone, but it was clear what was happening. But not sure I recall if it cut handest audio from the phone involved so that the 'conversation' was now only between our handset and our car-audio... or maybe it was now between ''their'' audio (using our handset) and ''our'' audio (using their handset), crossing between vehicles twice (plus a pair of phone signals to the nearest mast and back). I think some settings were unset at some point, though. [[Special:Contributions/172.70.90.100|172.70.90.100]] 11:12, 3 May 2023 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.90.100</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1503:_Squirrel_Plan&amp;diff=312198</id>
		<title>1503: Squirrel Plan</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1503:_Squirrel_Plan&amp;diff=312198"/>
				<updated>2023-05-02T20:16:33Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.100: /* Explanation */ It is our Sun (or at least these squrrels' Sun, from their native squirrelish) which is &amp;quot;the Sun&amp;quot;, not just &amp;quot;a sun&amp;quot; that just happens to be some other star, and titletext shows Randall agrees. Also acorns do float, possibly, in water.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1503&lt;br /&gt;
| date      = March 25, 2015&lt;br /&gt;
| title     = Squirrel Plan&lt;br /&gt;
| image     = squirrel plan.png&lt;br /&gt;
| titletext = [Halfway to the Sun ...] Heyyyy ... what if this BALLOON is full of acorns?!&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
These particular squirrels are ambitious but misguided, like the characters in the myth of {{w|Icarus}} and {{w|Daedalus}} (it should be noted that [[Randall]] does not see it that way, as seen in the bottom of {{what if|30|&amp;quot;Interplanetary Cessna&amp;quot;}}), or the {{w|Tower of Babel}}. The squirrels' understanding of astrophysics is lacking, regarding the distance to the Sun and appropriate transportation to reach it in addition to the need to resist the sun's heat and exist in the vacuum of space. Their belief that the Sun is made of acorns reflects their uniquely acorn-focused worldview, a reference to the tendency of real-life squirrels to gather and store acorns as winter food, as well as their single-minded dedication to overcoming obstacles (even [https://www.youtube.com/watch?v=hFZFjoX2cGg elaborately-constructed obstacle courses]) for the sake of obtaining nuts.&lt;br /&gt;
&lt;br /&gt;
The title text reveals that &amp;quot;halfway to the Sun,&amp;quot; 75 million kilometers from all known acorns in our universe, the airborne squirrel seems to jeopardize the entire mission because he wants to test if the balloon itself is full of acorns. Basic observational skills will tell anyone that acorns are not lighter than air,{{Citation needed}} but the idea follows the logic stated by the squirrels:  If the Sun, being so magnificent, must be full of acorns, then a balloon powerful enough to take a squirrel to the Sun must also be powered by something amazing, like acorns. Obviously, neither the Sun or balloons are filled with acorns{{Citation needed}}. That we know of..... Maybe those squirrels were onto something.&lt;br /&gt;
&lt;br /&gt;
Usage of balloons for space travel is a prominent motif in early science fiction; see, for example, &amp;quot;{{w|The Unparalleled Adventure of One Hans Pfaall}}&amp;quot; by Edgar Allan Poe.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[There are three squirrels.  One is suspended from a balloon. The other two are sitting on the ground, looking up at it.]&lt;br /&gt;
&lt;br /&gt;
:Squirrel to the right: Once you've chewed a hole in the Sun, shoot the balloon to fall back to earth, then pull the parachute ripcord to land.&lt;br /&gt;
&lt;br /&gt;
:Squirrel tied to balloon: Are you '''''sure''''' it's full of acorns?&lt;br /&gt;
&lt;br /&gt;
:Squirrel to the right: Look how bright and magnificent it is! What ''else'' could be in there?&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*It is commonly believed that real squirrels use their ''tails'' as parachutes, although as yet [http://io9.com/5946627/squirrel-hurls-itself-through-a-fourth-story-window-scampers-off-unscathed &amp;quot;there have been no observational studies on the aerodynamics of free-falling squirrels.&amp;quot;]&lt;br /&gt;
*In the real world [http://www.thenakedscientists.com/forum/index.php?topic=1020.0 helium balloons cannot escape the stratosphere.]  Perhaps the squirrel only ''thinks'' he's halfway to the sun. Or maybe the acorns in the balloon are pushing on the [[1404:_Quantum_Vacuum_Virtual_Plasma|quantum vacuum virtual plasma]].&lt;br /&gt;
*The &amp;quot;shooting a hole in the balloon&amp;quot; is based on Larry Walters, who actually flew in a lawn chair suspended below a large cluster of helium balloons, using a pellet gun to shoot out balloons to descend. Featured in {{what if|62|What If: Falling With Helium}}.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Squirrels]]&lt;/div&gt;</summary>
		<author><name>172.70.90.100</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2769:_Overlapping_Circles&amp;diff=312166</id>
		<title>2769: Overlapping Circles</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2769:_Overlapping_Circles&amp;diff=312166"/>
				<updated>2023-05-02T13:27:27Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.100: /* Transcript */ Would be better in Explanation than transcript.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2769&lt;br /&gt;
| date      = April 28, 2023&lt;br /&gt;
| title     = Overlapping Circles&lt;br /&gt;
| image     = overlapping_circles_2x.png&lt;br /&gt;
| imagesize = 369x260px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = &amp;quot;The Venn diagram of the sun and the moon is a circle.&amp;quot; --someone being snarky at totality&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by THE SET OF ALL STARS WHICH DO NOT CONTAIN THEMSELVES. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
The comic shows two overlapping circles. This is a simple example of a {{w|Venn Diagram}}, which is a way that set theorists often illustrate the relationships between sets. The portion of the diagram where the two circles overlap represents the intersection of the sets (items that are in both sets). There are [[:Category:Venn diagrams|several other comics about Venn diagrams]].&lt;br /&gt;
&lt;br /&gt;
The two sets in this diagram are set theorists and astronomers. Set theorists would find the shape here interesting because such diagrams would appear regularly in their work. Astronomers also find overlapping circles interesting, because this is what they see during {{w|eclipses}}, when one astronomical body is directly or partially in front of another. In the overlapping section in the middle would be people who are both set theorists and astronomers. The joke here is that these people would be particularly excited by the shape, because it represents the overlapping of both their fields of study.&lt;br /&gt;
	&lt;br /&gt;
A common snarky comment on the Internet is &amp;quot;The Venn diagram of [x] and [y] is a circle&amp;quot; (for example, &amp;quot;fanfic writers&amp;quot; and &amp;quot;virgins&amp;quot;), implying that the two sets are identical. {{w|Totality}} describes a total (full) eclipse, when one astronomical body completely blocks the light from another. During totality, the shape of the eclipse is a circle. The title text references the totality that occurs during a total solar eclipse and its corresponding shape (or &amp;quot;Venn diagram,&amp;quot; as the title text phrases it).&lt;br /&gt;
&lt;br /&gt;
This comic was released 8 days after the {{w|Solar eclipse of April 20, 2023}}, which was visible across parts of South East Asia and Australia, and of which an excited astronomer would certainly be aware.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[The comic is an image of Venn diagram, which is used to compare groups of objects.]&lt;br /&gt;
:[The Venn diagram in the comic has two overlapping circles. The leftmost circle is labeled &amp;quot;set theorists,&amp;quot; the rightmost circle is labeled &amp;quot;astronomers,&amp;quot; and the intersection between the circles is labeled &amp;quot;people who get excited about this shape.&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
[[Category:Venn diagrams]]&lt;br /&gt;
[[Category:Astronomy]]&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>172.70.90.100</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2754:_Relative_Terms&amp;diff=311940</id>
		<title>2754: Relative Terms</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2754:_Relative_Terms&amp;diff=311940"/>
				<updated>2023-04-30T08:26:44Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.100: /* Explanation */ Punctuation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2754&lt;br /&gt;
| date      = March 24, 2023&lt;br /&gt;
| title     = Relative Terms&lt;br /&gt;
| image     = relative_terms_2x.png&lt;br /&gt;
| imagesize = 425x442px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = Small sewing machines are sewing machines that are smaller than a sewing machine. A sewing machine is larger than a small sewing machine, but quieter than a loud sewing machine.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
The terms &amp;quot;small&amp;quot; and &amp;quot;big&amp;quot; are used to refer to size; the terms &amp;quot;loud&amp;quot; and &amp;quot;quiet&amp;quot; are used to refer to (audial) volume. While these terms are relative, they are often used even when there is nothing obvious being compared against (e.g. &amp;quot;A windmill is a big thing&amp;quot; or &amp;quot;An ant is a small thing&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
This comic humorously suggests that the item defined to be in the middle of all four terms (&amp;quot;neither small nor big; neither quiet nor loud&amp;quot;) is a sewing machine, as a sewing machine seems (at least in comparison to the other items on the graph) to be neither particularly big nor particularly small; neither particularly quiet nor particularly loud. A standard sewing machine is roughly 60dB in volume and approximately 42” X 21”, although this is for industrial machines, and those in the home (table-top electric models) would be both smaller and quieter. More antique treadle-powered sewing machines might include the treadle-table, as an integral part of its size, but could be even quieter if kept well-maintained.&lt;br /&gt;
&lt;br /&gt;
As the reference point, the sewing machine is placed in the center of the chart, while a selection of other example objects are located in the four quadrants around it, based on whether they are considered to be small or big, and loud or quiet. Many of the items might appear to have been placed in the wrong quadrant for their actual attributes; locations may reflect more how Randall generally thinks of these things, as opposed to others' subjective ideas of their real-life relationship to a sewing machine.&lt;br /&gt;
&lt;br /&gt;
Other references from everyday life that could be placed in the center include the average adult human (the perspective from which people might measure other things), a bread-bin/box (a popular comparison for size {{w|breadbox#As a saying|in certain situations}}, but doesn't fit the bill in terms of loudness), or even something like &amp;quot;the size of a large/small/medium-sized dog&amp;quot; (which highly depends upon a shared reference of which breeds are commonly encountered, and dogs might be considered too loud to be in the middle of the volume range), all things that are often encountered. A sewing machine may once have been found in many homes, but some of the comic's comedic value may arise from the relative rarity in modern times.&lt;br /&gt;
&lt;br /&gt;
The title text is humorously tautological because it compares the standard against those things that are themselves defined against the standard. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Small and quiet (upper left)&lt;br /&gt;
|-&lt;br /&gt;
! Item !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Ant || Randall has used ants as a small comparator in [[2733:_Size_Comparisons|a previous comic]] on the topic of comparisons.&lt;br /&gt;
|-&lt;br /&gt;
| Balloon || A party balloon is quite loud when it pops, or if someone 'squeaks' it by rubbing; a hot-air balloon is big enough to carry a few humans, and the burner can be surprisingly loud.&lt;br /&gt;
|-&lt;br /&gt;
| Book || Books are typically sized to be handheld, and thus smaller than a sewing machine, though some very large books do exist.[https://www.smithsonianmag.com/smart-news/longest-book-in-the-world-impossible-to-read-180980814/#:~:text=At%2021%2C450%20Pages%2C%20the%20Longest,World%20Is%20Impossible%20to%20Read&amp;amp;text=Artist%20Ilan%20Manouach%20bound%20together,the%20commodification%20of%20comic%20books.] Similarly, books are associated with quiet activity, making no more sound than a quiet turning of a page in typical use, but could make a very loud bang if slammed shut on thrown forcefully on to a hard surface.&lt;br /&gt;
|-&lt;br /&gt;
| Bun (rabbit or pastry) || &amp;quot;Bun&amp;quot; is an informal term for a rabbit and a loaf of bread; a comparison between the two was made in [[1871: Bun Alert]]. While {{w|Flemish_Giant_rabbit|some rabbits}} may reach the size of a small dog or a child, and specially baked items for promotional activity or record attempts may exceed the size of a sewing machine, both would typically be smaller. However, while bread, even when being eaten, is usually very quiet, rabbits can make a large amount of noise that is at odds with their common image.&lt;br /&gt;
|-&lt;br /&gt;
| Butterfly || Butterflies are used as an exemplar of something small, unnoticeable and seemingly insignificant in the metaphor of the Butterfly Effect.&lt;br /&gt;
|-&lt;br /&gt;
| Hat || A hat, being a non-living item of clothing, is very quiet. They also come in a range of sizes, hence their position in the middle of the Big/Small axis.&lt;br /&gt;
|-&lt;br /&gt;
| Mouse || A mouse is a very small, quiet animal. This might also be a reference to the expression &amp;quot;quiet as a mouse&amp;quot;, meaning very quietly.&lt;br /&gt;
|-&lt;br /&gt;
| Newt || A newt is a semi-aquatic salamander. Being fairly small and living in water most of the time, they are very quiet.&lt;br /&gt;
|-&lt;br /&gt;
| Pin drop || The expression &amp;quot;hear a pin drop&amp;quot; is used to indicate that an area is exceptionally quiet; the idea is that the space is so silent that even something as insubstantial and tiny as a pin can be heard hitting the ground.&lt;br /&gt;
|-&lt;br /&gt;
| Snow globe || A {{w|snow globe}} is much smaller than a sewing machine. Some snow globes have a small music box that can be wound up to play a melody. Snow globes without a music box are silent.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Small and loud (upper right)&lt;br /&gt;
|-&lt;br /&gt;
! Item !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Baby || Babies are usually considered small, and can be quite loud when they cry.&lt;br /&gt;
|-&lt;br /&gt;
| Blender || Blenders make a lot of noise when in use. Most household blenders are smaller than a sewing machine.&lt;br /&gt;
|-&lt;br /&gt;
| Cricket || Given that it is in the small/loud quadrant, this would refer to the insect, which is pretty small and can be quite loud; the sport of cricket or a cricket game would be much larger (though potentially much louder).&lt;br /&gt;
|-&lt;br /&gt;
| Fire alarm || The primary purpose of a fire alarm is to notify people of fire, so fire alarms are usually very loud, but ideally take up little space.&lt;br /&gt;
|-&lt;br /&gt;
| Firecracker || A {{w|Firecracker}} is a small explosive firework that makes a very loud bang when lit.&lt;br /&gt;
|-&lt;br /&gt;
| Flute || An example of a small musical instrument that can nevertheless be audibly quite dominant.&lt;br /&gt;
|-&lt;br /&gt;
| Harmonica || See Flute.&lt;br /&gt;
|-&lt;br /&gt;
| Popcorn || A snack that, as the name implies, is known for a popping sound when cooked, owing to moisture inside the kernels being heated and creating pressure. May also be annoyingly loud in a cinema setting. However, this is largely due to the otherwise low volume environment, and arguably a sewing machine might be equally or more annoying. Individual kernels, popped or unpopped, are generally smaller than a sewing machine.{{Citation needed}} Actual servings of popcorn in some cinemas, however, may be larger than a sewing machine.&lt;br /&gt;
|-&lt;br /&gt;
| Songbird || {{w|Songbirds}}, despite being very small, are well known for their songs that can be heard over a large area.&lt;br /&gt;
|-&lt;br /&gt;
| Whistle || This is of course a device known as a whistle, as these are small. The human act of whistling, or a whistle produced by, for example, a kettle, has no size (other than that of the whistler or whistling object). A whistle is used as an alert or signal, or could be another musical instrument (see Flute). The loudest human whistle ever recorded was 8372 Hz and roughly 110 DB, which is a C9 in the standard musical scale and is roughly as loud as a jackhammer[https://www.vnews.com/West-Lebanon-man-sets-a-world-record-for-whistling-24480844#:~:text=Guinness'%20website%20says%20Stanford%20reached,in%20the%20standard%20musical%20notation.]. Since a whistle should be able to beat this it must be seen as loud.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Big and quiet (lower left)&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
! Item !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Anaconda || Snakes typically aren’t that loud, especially constrictors like anacondas.&lt;br /&gt;
|-&lt;br /&gt;
| Giraffe ||  Giraffes can be quite loud, but they usually vocalise using frequencies well below the range of human hearing.  So, to a human, giraffes are quiet.&lt;br /&gt;
|-&lt;br /&gt;
| Northern lights || &amp;quot;In 2016, a Finnish study confirmed that the Aurora Borealis does produce a sound that can be heard&amp;quot; [https://www.techexplorist.com/listen-sound-aurora-borealis/47421/]&lt;br /&gt;
|-&lt;br /&gt;
| Shark || When people think of sharks, they typically envisage something large and dangerous, yet eerily silent as they swim (up until entering a feeding frenzy), like a {{w|Great_white_shark|great white}}. However, sharks come in a large variety of sizes, often {{w|Dwarf_lanternshark|considerably smaller}} than a sewing machine.&lt;br /&gt;
|-&lt;br /&gt;
| Statue || A stereotypical statue is a large piece of public art, intended to be viewed from afar, which would be larger than a sewing machine – even discounting the plinth or {{w|Statue of Abraham Lincoln (Lincoln Memorial)|other}} {{w|Nelson's Column|bases}}; however, there is no easily agreed lower size limit for when a statue becomes a statuette, figurine, bust or merely a carved/cast ornament, as any smaller examples of figurative art could be considered statues in a given situation. Famous and major examples do tend to be life-sized (or larger-than-life-sized) depictions of people, sometimes even depicted atop horses, making them significantly larger; even fractional-scale depictions could be easily of greater size than this comic's reference item.&lt;br /&gt;
Most statues are silent, but some may be plumbed in as fountains. Or occasionally equipped with other devices that make sound. There is also &amp;quot;musical statues&amp;quot; being a {{w|party game}}, that can be intermittently loud and quite large.&lt;br /&gt;
|-&lt;br /&gt;
| The Moon || The Moon is very, very big{{fact}}, but it is also completely silent{{fact}} from the perspective of most humans, since sound cannot travel through the vacuum of space.&lt;br /&gt;
|-&lt;br /&gt;
| Tree || A tree can be small and big, but generally aren't noisy outside the rustling of leaves and like. This might be a reference to the philosophical question &amp;quot;If a tree falls in a forest and no one is around to hear it, does it make a sound?&amp;quot;. According to Randall, a tree falling like this would be fairly quiet.&lt;br /&gt;
|-&lt;br /&gt;
| Windmill || Windmills need to have significant height in order to catch enough air movement to drive them. They are thought of as quiet, relative to other forms of power generation; in reality, though, the passage of the blades through the air can cause considerable noise, as can [https://www.youtube.com/watch?v=dzwqBgWKalI the machinery that they drive].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Big and loud (lower right)&lt;br /&gt;
|-&lt;br /&gt;
! Item !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Airplane || An airplane produces a loud sound from its engines, while also being between 40 and 50 meters in length.&lt;br /&gt;
|-&lt;br /&gt;
| Cannon || A cannon produces a loud sound when fired, and is on average 2.5 meters in length.&lt;br /&gt;
|-&lt;br /&gt;
| Riding mower || Riding mowers are big in order to accommodate a person, and are known for being very loud, with a loudness of 85-90 decibels on average.&lt;br /&gt;
|-&lt;br /&gt;
| [[wikipedia:Calliope_(music)|Steam calliope]] || A large musical device which functions by sending steam (or more recently compressed air) through attached whistles.&lt;br /&gt;
|-&lt;br /&gt;
| Train || A form of public or cargo transport with carriages, variable size and noise production.&lt;br /&gt;
|-&lt;br /&gt;
| Tuba || A musical brass instrument that creates a musical note by air blown through its mouthpiece.&lt;br /&gt;
|-&lt;br /&gt;
| Volcano || Lower right corner. Volcanic eruptions can be extremely loud. The {{w|1883 eruption of Krakatoa}} made a pressure wave of 180 dB, the loudest sound ever recorded.&lt;br /&gt;
|-&lt;br /&gt;
| Waterfall || A waterfall makes noise as it crashes over rocks. However, the sound of a waterfall is a relaxing sound to many.&lt;br /&gt;
|-&lt;br /&gt;
| Whale || Whales are the largest mammals currently living on earth, and are extremely loud in their underwater 'songs' and vocalisations, often reaching over 140 decibels. However, the frequency of these sounds is well outside the range of human hearing, which is why they're placed close to the center on the Quiet/Loud axis.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A chart, with &amp;quot;Quiet&amp;quot; to &amp;quot;Loud&amp;quot; on the X-axis, and &amp;quot;Small&amp;quot; to &amp;quot;Big&amp;quot; on the Y-axis. It is split into four quarters, with &amp;quot;Sewing machine&amp;quot; in the center.]&lt;br /&gt;
&lt;br /&gt;
:[Upper left quadrant (Small &amp;amp; Quiet items):] Butterfly, Pin drop, Mouse, Ant, Bun (rabbit or pastry), Snow globe, Newt, Balloon, Book, Hat&lt;br /&gt;
&lt;br /&gt;
:[Upper right quadrant (Small &amp;amp; Loud items):] Popcorn, Cricket, Songbird, Whistle, Baby, Harmonica, Flute, Fire alarm, Blender, Firecracker&lt;br /&gt;
&lt;br /&gt;
:[Lower left quadrant (Big &amp;amp; Quiet items):] Shark, Tree, Anaconda, Giraffe, Statue, Windmill, Northern lights, The Moon&lt;br /&gt;
&lt;br /&gt;
:[Lower right quadrant (Big &amp;amp; Loud items):] Tuba, Riding mower, Cannon, Airplane, Train, Waterfall, Steam calliope, Whale, Volcano&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:''Big'', ''Small'', ''Loud'', and ''Quiet'' are relative terms. The thing they're relative to is a sewing machine.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Charts]]&lt;br /&gt;
[[Category:Aviation]]&lt;br /&gt;
[[Category:Animals]]&lt;br /&gt;
[[Category:Buns]]&lt;br /&gt;
[[Category:Sharks]]&lt;br /&gt;
[[Category:Music]]&lt;br /&gt;
[[Category:Volcanoes]]&lt;br /&gt;
[[Category:Food]]&lt;/div&gt;</summary>
		<author><name>172.70.90.100</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2763:_Linguistics_Gossip&amp;diff=310404</id>
		<title>2763: Linguistics Gossip</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2763:_Linguistics_Gossip&amp;diff=310404"/>
				<updated>2023-04-14T14:31:10Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.100: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2763&lt;br /&gt;
| date      = April 14, 2023&lt;br /&gt;
| title     = Linguistics Gossip&lt;br /&gt;
| image     = linguistics_gossip_2x.png&lt;br /&gt;
| imagesize = 269x329px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = The E's wedding invitation definitely used the word LOVE more times than was strictly necessary.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a Æ's DIVORCE ATTORNEY - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
{{w|Æ}} is the {{w|Ligature (writing)|ligature}} used to represent the Latin diphthong ae. The comic personifies the letters &amp;quot;A&amp;quot; and &amp;quot;E&amp;quot;, imagining that the character Æ represents a romantic relationship between the two. It then imagines a situation in which the two letters end the relationship and eventually marry other letters, giving rise to two new ligatures.&lt;br /&gt;
&lt;br /&gt;
The title text plays with the idea of the personified letters using their own letters in writing as a way to reference themselves. In the comic, E's new relationship appears to be with the letter &amp;quot;V&amp;quot; (although because the letter is sideways in the ligature it is unclear, it could also be with the letter &amp;quot;I&amp;quot; which, if drawn vertically joined to E would not be an obvious ligature and so it was drawn at an angle). If indeed E's spouse is the letter V, E's wedding invitation using the word &amp;quot;LOVE&amp;quot; more times than is strictly necessary could be because E likes seeing the letters V and E next to each other.&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.90.100</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:Main_Page&amp;diff=309321</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=309321"/>
				<updated>2023-03-28T14:25:32Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.100: /* lol */&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;
I hope you kept your Bitcoins ;) --[[User:192·168·0·1|192·168·0·1]] ([[User talk:192·168·0·1|talk]]) 21:43, 5 May 2022 (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;
:I think that a random button next to the XKCD button would make sense too, but also with the link on the sidebar. [[Special:Contributions/172.71.151.78|172.71.151.78]] 22:50, 15 February 2023 (UTC)&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 'cause 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 'cause 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;
There seems a pretty clear consensus to get rid of the jarring insult, with no apparent objections. Has been for years now. What do we need to do to delete it? What's the blocker, here?&lt;br /&gt;
&amp;quot;first we need a consensus on replacement&amp;quot; isn't an answer. It sets too high a bar for something which is trivial, and anyway replacement is a separate task which can be performed later. Deletion is step 1, so what needs to be done to perform step 1, since none of us seems to have access to do so?&lt;br /&gt;
Personally, I'd argue for making it publicly editable, which then magically also resolves step 2, replacement. Any tagline that stayed for any amount of time would then only remain because it was widely considered worthy by site members. --[[Special:Contributions/172.69.71.143|172.69.71.143]] 16:39, 30 September 2021 (UTC)&lt;br /&gt;
:I like that idea, it efficiently gets rid of the years-old issue, and any further issues would have their own discussion page, plus any change that's problematic, obscene or spam could easily be reversed. I can imagine that at first there would be many changes, but after a few weeks/ months it should stabilize itself. [[User:256.256.256.256|256.256.256.256]] ([[User talk:256.256.256.256|talk]]) 14:19, 30 November 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
In my opinion it is not an issue of political correctness, or any related flavour of woke nonsense. It is much simpler. Problem is, ''&amp;quot;It's 'cause you're dumb&amp;quot;'' is extremely pretentious and high-horsed, while simultaneously having absolutely no business being so. It feels like it is said by someone who unironically refers to him/herself in third person. Someone whose professional CV includes the fact that he/she used to be a class leader in second grade of primary school. Someone who used to remind a teacher about homework that the teacher was supposed to check, but forgot. Someone who still asks his/her mom to cut the crust off his/her sandwiches. I am not offended nor insulted by this line, I am just cringing because of that line's author being too socially inept to realize that he/she is not in the place to judge and attempt insulting readers' intellectual capabilities. Understanding Munroe's poorly drawn stick figures, diatribes, and diagrams originating from his neurotic turmoil does not come with an added bonus of entering the supposed high echelons of intelligence, and certainly not comedy nor humour. Munroe's &amp;quot;humour&amp;quot; actually requires only the superficial sliver of knowledge from any given domain to understand and thus does not really come with too many prerequisites, while at the same time it succeeds in making readers feel rare and exceptional as a result of being able to understand said &amp;quot;humour&amp;quot;, and makes them feel much smarter than they actually are. That's why those comics were able to find quite a large audience within their niche. It is quite smart in itself, actually: while Munroe may be poor quality comedian, he seems to be self-aware enough to realize the existence of his own shortcomings, and compensate by &amp;quot;bribing&amp;quot; his readers via appeasing their egos. In return, the readers are willing to overlook poor comedic value of virtually all Munroe's content, as long as they are being deluded to feel exceptionally intelligent and sophisticated for understanding the comics' supposedly hyperintellectual subtle references. Meanwhile, doing what this website does: insulting that audience is basically, in principle, going in the completely opposite direction to what actually made Munroe's content successful in the first place, and hence is quite self-destructive from this website's point of view. --[[Special:Contributions/172.70.242.207|172.70.242.207]] 00:20, 3 May 2022 (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;
==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;
::: Feels a great idea. Given the dearth of opinion ventured either way, and given you've given plenty of time for people to declare an opinion, I'd argue to be bold, do it, and see if people squeal. It can always be reverted if required. --[[Special:Contributions/172.70.178.161|172.70.178.161]] 17:02, 9 November 2021 (UTC)&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;br /&gt;
&lt;br /&gt;
== Problems creating account ==&lt;br /&gt;
&lt;br /&gt;
I just attempted to create an account, and got the following message:&lt;br /&gt;
There are problems with some of your input.&lt;br /&gt;
&lt;br /&gt;
I made an adjustment to the password (which seemed to be the problem), consisting of making one of the letters of my original attempt a capital. This didn't work.&lt;br /&gt;
&lt;br /&gt;
There is no point telling me there are problems with my input and not telling me what the problems are. I can't read your mind at this distance.&lt;br /&gt;
&lt;br /&gt;
Cheers&lt;br /&gt;
Copey.&lt;br /&gt;
&lt;br /&gt;
== 2530: Clinical Trials ==&lt;br /&gt;
&lt;br /&gt;
Maybe step 3 should come before step 2?&lt;br /&gt;
&lt;br /&gt;
== add non-numbered comics ==&lt;br /&gt;
&lt;br /&gt;
idea: for the &amp;quot;We have an explanation for all [number] xkcd comics...&amp;quot; make the number include the non-numbered comics like five minute comics part 4, Syndication, Blue Eyes, and that one book-publishing-rate one. what do you guys think? [[Special:Contributions/108.162.221.93|108.162.221.93]] 17:52, 22 October 2021 (UTC)Bumpf&lt;br /&gt;
&lt;br /&gt;
:Good point, also as of right now even only including the numbered comics it's not up-to-date, as the newest comic is 2555 and it says &amp;quot;We have an explanation for all 2554 xkcd comics&amp;quot; -- [[User:256 256.256.256|256.256.256.256]] ([[User talk:256 256.256.256|talk]]) 09:38, 16 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: That is likely due to:&lt;br /&gt;
    &amp;lt;nowiki&amp;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;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
::  -- [[Special:Contributions/108.162.237.65|108.162.237.65]] 17:21, 21 February 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== fix these articles please! ==&lt;br /&gt;
&lt;br /&gt;
What If chapters should be a redirect, not a mirror of [[What If? chapters]] ! [[Special:Contributions/172.69.71.10|172.69.71.10]] 17:38, 19 November 2021 (UTC)Bumpf&lt;br /&gt;
:Done.&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; 07:00, 28 November 2021 (UTC)&lt;br /&gt;
::The redirect page now deleted --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:10, 23 May 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== lol ==&lt;br /&gt;
&lt;br /&gt;
https://www.reddit.com/r/xkcd/comments/6xbc78/reading_xkcd_comics/ 13:14, 17 December 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
: What was the point of making this post? [[Special:Contributions/172.70.90.100|172.70.90.100]] 14:25, 28 March 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Top 10 includes no more than 9 people? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Top_10_but_it's_just_nine.png]]&lt;br /&gt;
&lt;br /&gt;
have only nine users edited in the past seven days (unlikely) or does that top ten list really show no more than nine users? [[User:256.256.256.256|256.256.256.256]] ([[User talk:256.256.256.256|talk]]) 09:13, 6 January 2022 (UTC)&lt;br /&gt;
:My guess is that it is because currently place 10 and 11 have a tie with a score of 4 due to 3 edits on 2 pages and the top 10 table can show a maximum of 10 entries and cannot &amp;quot;decide&amp;quot; which one to show as no 10.&lt;br /&gt;
:You can view the full list by clicking the &amp;quot;lots of people&amp;quot; below the table. --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 13:19, 6 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
::That would make sense, except right now it alternates between ElijaRock and Asdf who both have two edits, two points and two unique pages edited, and pure chance seems to decide which one of the two gets 10th place every time I hit F5 [[User:256.256.256.256|256.256.256.256]] ([[User talk:256.256.256.256|talk]]) 14:31, 12 January 2022 (UTC)&lt;br /&gt;
:::PS: The actual 10th place right now is neither Asdf nor ElijaRock, it´s Jack (or at least it should be and sometimes, when the wind is blowing in the right direction, it even is) [[User:256.256.256.256|256.256.256.256]] ([[User talk:256.256.256.256|talk]]) 14:34, 12 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
... maybe it's because everyone else is dumb... ^_^ [[User:20040302|20040302]] ([[User talk:20040302|talk]])&lt;br /&gt;
&lt;br /&gt;
== Countdown Timer? ==&lt;br /&gt;
&lt;br /&gt;
What’s the timer at the top right of the xkcd site counting down to? Apologies if there’s already a page on this; I didn’t look very hard :P&lt;br /&gt;
&lt;br /&gt;
    See https://www.explainxkcd.com/wiki/index.php/Talk:2566:_Decorative_Constants -- [[Special:Contributions/172.70.114.39|172.70.114.39]] 02:17, 11 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
    Now here: https://www.explainxkcd.com/wiki/index.php/Countdown_in_header_text.&lt;br /&gt;
&lt;br /&gt;
== Set up X-Forwarded-For for correct IP address reporting ==&lt;br /&gt;
&lt;br /&gt;
(I already posted this on David's talk, but I noticed he's no longer active... Hopefully an admin will read this here) This should be done server-side, as right now (and for a very long time) it's been reporting load balancer / cache IP addresses for all the users. With recent vandalism, it'd help. [[User:BytEfLUSh|BytEfLUSh]] ([[User talk:BytEfLUSh|talk]]) 22:27, 29 April 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== It says &amp;quot;all 2626 xkcd comics&amp;quot;?? ==&lt;br /&gt;
&lt;br /&gt;
so i get that there are one less than the category, so it should be 2627 (at the time of writing, [[2628]] is the most recent) right? where is the extra one being removed from?[[Special:Contributions/162.158.78.33|162.158.78.33]] 21:05, 6 June 2022 (UTC)Bumpf&lt;br /&gt;
:Backend counting error that'll be refreshed when whichever page is missing from the count is updated '''[[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:39, 7 June 2022 (UTC)&lt;br /&gt;
:: Still not fixed. [[User:GcGYSF(asterisk)P(vertical line)e|GcGYSF(asterisk)P(vertical line)e]] ([[User talk:GcGYSF(asterisk)P(vertical line)e|talk]]) 23:32, 30 June 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.90.100</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2753:_Air_Handler&amp;diff=309066</id>
		<title>2753: Air Handler</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2753:_Air_Handler&amp;diff=309066"/>
				<updated>2023-03-23T16:25:37Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.100: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2753&lt;br /&gt;
| date      = March 22, 2023&lt;br /&gt;
| title     = Air Handler&lt;br /&gt;
| image     = air_handler_2x.png&lt;br /&gt;
| imagesize = 591x228px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = It maintains odor levels in a normal familiar range, so if you open the windows and the air gets too fresh, it filters it through some dirty laundry samples to compensate.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by an UNUSUAL AMOUNT OF BEES - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
[[Black Hat]] is demonstrating some form of air-conditioning unit that covers a wide-variety of air qualities, as opposed to a heater that just warms air, a filter that just removes dust or a dehumidifier with the main purpose of removing moisture from the air.&lt;br /&gt;
&lt;br /&gt;
If such a unit contains both heating and refrigeration elements to it, it would be neither practical nor desirable to have a single temperature reference, below which the heating is triggered and above which the cooling is activated, as the sharp transition between the two could trigger a rapid switch backwards and forward between the two modes after any gross difference has been ameliorated and the instantaneous amount of difference from the ideal is much smaller (in either direction) than the change that a burst of alternating effects can propagate into the room. Instead, a lower limit and an upper limit can prompt each respective correction, with a range of degrees between which is deemed acceptable, though the measurement may drift a bit as doors are opened, people enter the room or just that convection finally sends volumes of previously severely heated or cooled air past the sensor. The engineering choices involved in making a usable device may be pre-set or left user-configurable. The same principle can be applied to humidifier/dehumidifier functions, to create a comfortable condition not too dry nor damp for comfort, etc.&lt;br /&gt;
&lt;br /&gt;
It is not particularly usual to directly monitor the number of bees in an air-stream (usually, insect-screens are the main way to filter out any pesky creatures that might find themselves likely to be caught up in that way), and one might imagine that the upper limit ''should'' be zero, for use indoors in standard living/working spaces, but it might be technically feasible to accurately count bees (with or without distinguishing from wasps and other flying insects) and be able to allow ''some''. But, unlike temperature or humidity, it would be rare (outside of a location used for agriculture) to have a non-zero ''minimum'' desirable quantity of bees. Even more so to then be directly equipped to upwardly correct the current value. For any minimum value that is not zero, this machine would be equipped to deal with it by, presumably, releasing bees (it seems to have at least one trapped inside it ready to be released, judging by the buzzing sound), or by generating smoke, dust and odors – something one would typically not miss if lacking.&lt;br /&gt;
&lt;br /&gt;
As the title text elaborates, the machine analyses and adjusts the 'freshness' of the air. A smart system in charge of odor-control (by spraying smell-suppressing chemicals and/or more desirable and dominant scents) could be made less wasteful by only trying to 'freshen' the air when it detects enough necessity. But, of course, this machine also has an opposing limit. And, when the air is considered ''too'' fresh, it has a way of ''adding'' staleness/stinkiness, to meet expectations.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Black Hat is standing to the right of an &amp;quot;air handler&amp;quot;, talking to Cueball and Megan on the left side, probably presenting the sales pitch for the air handler in between them.]&lt;br /&gt;
:Black Hat: Our device monitors your home's air and keeps every variable between a lower and upper limit.&lt;br /&gt;
&lt;br /&gt;
:[Zoom in on Black Hat]&lt;br /&gt;
:Black Hat: Temperature, humidity, pressure, dust, smoke, odors, number of bees...&lt;br /&gt;
&lt;br /&gt;
:[Zoom out similar to Frame #1]&lt;br /&gt;
:Megan: Wait.&lt;br /&gt;
:Megan: What's the '''''lower''''' limit for &amp;quot;number of bees&amp;quot;?&lt;br /&gt;
:Black Hat: A normal amount.&lt;br /&gt;
:Air Handler: Bzzzzzz&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Black Hat]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Bees]]&lt;/div&gt;</summary>
		<author><name>172.70.90.100</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2751:_March_Madness&amp;diff=308860</id>
		<title>Talk:2751: March Madness</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2751:_March_Madness&amp;diff=308860"/>
				<updated>2023-03-19T23:19:06Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.100: &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;
&lt;br /&gt;
== Difficult ==&lt;br /&gt;
&lt;br /&gt;
An hour, and still no explanation. Is this harder to get than usual, or is it just me?&lt;br /&gt;
&lt;br /&gt;
Left top two are march [word], next two are [word] of march, bottom left section all reference Seventy-Six Trombones, which is apparently a common song for marching bands. Top right section is March of the [word], and bottom right is [word] March. [[User:NyanSequitur|NyanSequitur]] ([[User talk:NyanSequitur|talk]]) 19:15, 17 March 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
Well I was going to say something, but now I find myself doubting my ability to find patterns and understand references. This man is on another level. [[User:Toriski3037|Toriski3037]] ([[User talk:Toriski3037|talk]]) 19:29, 17 March 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
Not confident enough to edit the actual article directly, but I can get the gist of these references:&lt;br /&gt;
&lt;br /&gt;
:- March Madness (NCAA Basketball Tournament)&lt;br /&gt;
:- March Hare (&amp;quot;Mad as a march hare&amp;quot; being a common idiom in English, and the March Hare being a 'mad' character in Alice in Wonderland)&lt;br /&gt;
:- Middlemarch (novel by George Eliot)&lt;br /&gt;
:- Ides of March (March 15th, aka Julius Caesar Assassination Day)&lt;br /&gt;
:- aforementioned &amp;quot;Seventy-Six Trombones&amp;quot; references - the first three lines, followed by an impressive option later in the lyrics&lt;br /&gt;
::- &amp;quot;Seventy-six trombones led the big parade&amp;quot;&lt;br /&gt;
::- &amp;quot;with a hundred and ten cornets right behind&amp;quot;&lt;br /&gt;
::- &amp;quot;there were more than a thousand reeds springing up like weeds&amp;quot;&lt;br /&gt;
::- &amp;quot;there were fifty mounted cannon in the battery/ thundering, thundering, louder than before&amp;quot;&lt;br /&gt;
::- (possibly worth noting: the first version of the song ends with &amp;quot;the kids began to march/ and they're marching still, right today!&amp;quot; - it was a pain to confirm this, since the reprise of the song is much easier to find)&lt;br /&gt;
::- (also worth noting for the title text: the song is introduced with the character claiming that the 76 trombone parade was from the day when several historical notables, culminating in &amp;quot;John Philip Sousa&amp;quot;, &amp;quot;all came to town on the very same historic day&amp;quot;)&lt;br /&gt;
:- March of the Dimes (charity)&lt;br /&gt;
:- March of the Toy Soldiers (musical piece from Tchaikovsky's The Nutcracker)&lt;br /&gt;
:- March of the Ents (from Lord of the Rings)&lt;br /&gt;
:- March of the Penguins (documentary about emperor penguins, narrated by Morgan Freeman, also relevant to title text)&lt;br /&gt;
:- Wedding March (musical piece - per Wikipedia, the &amp;quot;here comes the bride&amp;quot; piece which I thought of is actually the &amp;quot;Bridal Chorus&amp;quot; from Wagner's Lohengrin; the most famous Wedding March is from Felix Mendelssohn's Midsummer Night's Dream, used more commonly at the end of weddings)&lt;br /&gt;
:- Funeral March (musical piece - most famous version is Chopin's)&lt;br /&gt;
:- Imperial March (musical piece by John Williams for Star Wars)&lt;br /&gt;
:- Nissan March (model of car; Nissan is also the official sponsor of March Madness)&lt;br /&gt;
&lt;br /&gt;
Hopefully this will help someone look up properly cited references! [[Special:Contributions/172.70.134.144|172.70.134.144]] 19:53, 17 March 2023 (UTC)&lt;br /&gt;
:: nice work! [[User:Iggynelix|Iggynelix]] ([[User talk:Iggynelix|talk]]) 12:51, 18 March 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
I hope the previous contributor doesn't mind that I tidied up their layout. I hope the ExplainXKCD Police don't object to the way I did that. :) [[Special:Contributions/172.68.210.5|172.68.210.5]] 00:46, 18 March 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
March is not another word for parade. [[Special:Contributions/172.70.130.84|172.70.130.84]] 01:27, 18 March 2023 (UTC)&lt;br /&gt;
:It can be. I wouldn't call a Mardi Gras parade a march, but I would do an {{w|Orange Order|Orange Order}} one, for example. And the defining characteristic of a &amp;quot;band parade&amp;quot;, above even a mishmash of men just shuffling along the road in a group, is (generally!) walking in lockstep (keeping the music in lockstep), so that (frivolity and syncopation aside) it is as much a march as anything. I mean, I'm not the OA of that phrase linking the sense, but there's clear overlap that cannot be denied as intended. [[Special:Contributions/172.71.242.12|172.71.242.12]] 09:59, 18 March 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
For the second bracket in the top left quadrant, &amp;quot;Ides&amp;quot; refers to &amp;quot;Ides of March&amp;quot;, which implies the structure used here is &amp;quot;___ of March&amp;quot;, which means that the reference would rather be &amp;quot;Middle of March&amp;quot; (rather than Middlemarch), which is used in crossword puzzle as a clue for the word &amp;quot;arc&amp;quot;. [[Special:Contributions/172.71.178.186|172.71.178.186]] 12:23, 18 March 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Since the &amp;quot;Ides of March&amp;quot; and &amp;quot;Middle of March&amp;quot; are almost the same, this bracket will settle that question. I do not see any relationship between &amp;quot;Ides of March&amp;quot; and the novel &amp;quot;Middlemarch.&amp;quot; Therefore, I agree with &amp;quot;Middle of March&amp;quot; over &amp;quot;Middlemarch&amp;quot; for the explanation. [[User:TCMits|TCMits]] ([[User talk:TCMits|talk]]) 14:46, 18 March 2023 (UTC)&lt;br /&gt;
::Why does there need to be any kind of relationship between Ides (Of) March and Middlemarch, other than the &amp;quot;March&amp;quot; bit? And &amp;quot;Middle Of March&amp;quot; is weirdly generic/obscure for a humourous reference, anyway. If you ask me, Randall just missed a trick to put &amp;quot;Ides Of&amp;quot; in that spot, for the sake of pedants. Or deliberately didn't as a pedant-snipe, perhaps. I'll live with Middlemarch as a good enough basis for what is written, because it's perfectly in keeping with other bracket-oddities we've seen. IMHO, HTH, HAND, TTFN. [[Special:Contributions/172.70.162.46|172.70.162.46]] 15:55, 18 March 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
The note about the (effective) oxymoronicity of &amp;quot;Middlemarch&amp;quot; is nice to see, but note that the Midlands (more or less) reflect the ancient kingdom of Mercia (a &amp;quot;march&amp;quot;/borderland, in its own time, where the heptarchy of the Anglo-Saxons butted up against those they) and the rather middling-midlands location would be considered a 'modern' instance of mid-Mercia. We have a lot of such legacy placenames. (Though I think I prefer Torpenhow (which is &amp;quot;Hillhillhill&amp;quot;), Pendle Hill (likewise), etc...) [[Special:Contributions/172.70.90.100|172.70.90.100]] 23:19, 19 March 2023 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.90.100</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2751:_March_Madness&amp;diff=308821</id>
		<title>2751: March Madness</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2751:_March_Madness&amp;diff=308821"/>
				<updated>2023-03-18T10:11:52Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.100: /* Explanation */ It is not strictly unusual, and is indeed usually expected to be seen at this time of year (if you see hares at all).&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2751&lt;br /&gt;
| date      = March 17, 2023&lt;br /&gt;
| title     = March Madness&lt;br /&gt;
| image     = march_madness_2x.png&lt;br /&gt;
| imagesize = 593x333px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = My bracket has 76 trombones led by John Philip Sousa facing off against thousands of emperor penguins led by Morgan Freeman.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a PENGUIN OVERLORD - Do we need a chart? - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
[[Randall]] has created [[:Category:Tournament bracket|yet another]] {{w|Tournament bracket|single-elimination tournament bracket}}. This time, everything in the bracket relates to the word March. The first section has things that are named after March.&lt;br /&gt;
&lt;br /&gt;
{{w|NCAA Division I men's basketball tournament|March Madness}} is a college basketball tournament played each spring in the US.&lt;br /&gt;
&lt;br /&gt;
{{w|Mad as a March hare|March Hare}} refers to the observed chaotic behaviour of the European hare said to occur during its breeding season, which peaks in March in Europe. Lewis Carroll comically used the phrase as the name of a {{w|March Hare|'mad' character}} in Alice's Adventures in Wonderland as though it referred to a type of hare rather than a seasonal behaviour.&lt;br /&gt;
&lt;br /&gt;
{{w|Middlemarch|Middlemarch}}, A Study of Provincial Life is a novel by the English author George Eliot.&lt;br /&gt;
&lt;br /&gt;
{{w|Ides of March|The Ides of March}}, is the 74th day of the Roman Calendar, corresponding to March 15th, and is notorious for being the date {{w|Assassination of Julius Caesar|Julius Caesar was assassinated}}.&lt;br /&gt;
&lt;br /&gt;
The Lower left quadrant all refers to {{w|Seventy-Six Trombones|Seventy-Six Trombones}}, which is a song from the 1957 musical &amp;quot;The Music Man,&amp;quot; about the instruments in an imagined parade. (&amp;quot;March&amp;quot; is another word for &amp;quot;parade.&amp;quot;) The [https://genius.com/Meredith-willson-seventy-six-trombones-lyrics opening line] of that song states that &amp;quot;76 trombones led the big parade, with 110 cornets close behind.&amp;quot; Later in the song the lyrics &amp;quot;there were more than a thousand reeds springing up like weeds&amp;quot; and &amp;quot;there were fifty mounted cannon in the battery&amp;quot; inspire the next match up.&lt;br /&gt;
&lt;br /&gt;
{{w|March of Dimes|March of Dimes}} is a charity program advocating for moms and babies.&lt;br /&gt;
&lt;br /&gt;
{{w|March of the Toy Soldiers|March of the Toy Soldiers}} is a musical piece from Tchaikovsky's Nutcracker Suite.&lt;br /&gt;
&lt;br /&gt;
{{w|Ent|The Last March of the Ents}} is a scene in the Lord of the Rings: The Two towers, where ents, fictional treelike creatures, march against Isengard.&lt;br /&gt;
&lt;br /&gt;
{{w|March of the Penguins|March of the Penguins}} is a 2005 nature documentary directed by Luc Jacquet.&lt;br /&gt;
&lt;br /&gt;
Wedding March may refer to {{w|Wedding March (Mendelssohn)|Felix Mendelssohn's musical composition in C Major}}, or as a more general description of a bridal chorus as the bride enters a wedding.&lt;br /&gt;
&lt;br /&gt;
{{w|Funeral March|Funeral March}} is a musical genre, usually in a minor key, in a slow &amp;quot;simple duple&amp;quot; metre, imitating the solemn pace of a funeral procession.&lt;br /&gt;
&lt;br /&gt;
{{w|The Imperial March|The Imperial March}} is a theme from Star Wars which often plays when characters from the empire, particularly large batches of storm troopers, are on screen.&lt;br /&gt;
&lt;br /&gt;
{{w|Nissan Micra|The Nissan March}} is a supermini car produced in Japan.&lt;br /&gt;
&lt;br /&gt;
In the alt text, Randall claims his bracket has 76 trombones being led by Sousa (a famous bandleader; the lead character in &amp;quot;The Music Man&amp;quot; claims that he led the supposed parade) against the March of the Penguins, led by Morgan Freeman (who narrated the English release of the film).&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;
:[Title:]&lt;br /&gt;
:March Madness&lt;br /&gt;
&lt;br /&gt;
:[A tournament bracket tree is shown with 16 competitors, 8 on the left and 8 on the right side]&lt;br /&gt;
&lt;br /&gt;
:[Left side:]&lt;br /&gt;
:Madness&lt;br /&gt;
:Hare&lt;br /&gt;
&lt;br /&gt;
:Middle&lt;br /&gt;
:Ides&lt;br /&gt;
&lt;br /&gt;
:76 Trombones&lt;br /&gt;
:110 Cornets&lt;br /&gt;
&lt;br /&gt;
:1000+ Reeds&lt;br /&gt;
:50 Mounted Cannon&lt;br /&gt;
&lt;br /&gt;
:[Right side:]&lt;br /&gt;
:Dimes&lt;br /&gt;
:Toy Soldiers&lt;br /&gt;
&lt;br /&gt;
:Ents&lt;br /&gt;
:Penguins&lt;br /&gt;
&lt;br /&gt;
:Wedding&lt;br /&gt;
:Funeral&lt;br /&gt;
&lt;br /&gt;
:Imperial&lt;br /&gt;
:Nissan&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Tournament bracket]]&lt;/div&gt;</summary>
		<author><name>172.70.90.100</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=850:_World_According_to_Americans&amp;diff=308429</id>
		<title>850: World According to Americans</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=850:_World_According_to_Americans&amp;diff=308429"/>
				<updated>2023-03-13T03:32:51Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.100: /* Table of items in the map */ Minor modification of words/punctuation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 850&lt;br /&gt;
| date      = January 21, 2011&lt;br /&gt;
| title     = World According to Americans&lt;br /&gt;
| image     = world according to americans.png&lt;br /&gt;
| titletext = It's not our fault we caught a group on their way home from a geography bee. And they taught us that Uzbekistan is one of the world's two doubly-landlocked countries!&lt;br /&gt;
}}&lt;br /&gt;
*A [http://xkcd.com/850_large/ larger version] of this image can be found by clicking the image at xkcd.com - the comic's page can also be accessed by clicking on the comic number above.&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
{{notice2|'''This article may contain something offensive to non-Americans.'''&amp;lt;br&amp;gt;''An edit war has occurred''&amp;lt;br&amp;gt;If you are in doubt, please [[Special:Random|do not read]] further.|image=semi-protection-lock.png}}&lt;br /&gt;
&lt;br /&gt;
There's a somewhat well-circulated image on the internet entitled &amp;quot;[http://google.com/search?q=the+world+according+to&amp;amp;tbm=isch The World According to Americans]&amp;quot; which plays on the stereotype of the ignorant American. In it, the entirety of Eastern Europe and most of Asia are entitled &amp;quot;commies&amp;quot; and the Middle-East as &amp;quot;evil-doers,&amp;quot; and so on. Later, other people created similar maps to re-do the concept. It later spread to other cultures. &lt;br /&gt;
&lt;br /&gt;
This comic is an anti-joke playing on that idea. You expect to see something which plays on the {{w|stereotypes}} that exist in American culture of various parts of the world. However, instead, the map is remarkably well-informed, and shows how sampling bias can be used to conflate results. See below the [[#Table of items in the map|table of items in the map]].&lt;br /&gt;
&lt;br /&gt;
The title text jokes that in fact the only reason that the map is fairly well annotated is that the group of people labeling it were actually on the way back from a {{w|National Geographic Bee|geography bee}}. This could add weight to the 'Ignorant American' stereotype as these individuals should know more than the common person, implying that if even apparent geography buffs use vague labels such as &amp;quot;rest of South America&amp;quot; and &amp;quot;various former Soviet states&amp;quot; instead of using more detailed labels, the average American must be even less geographically knowledgeable (Although, as the illustrators wrote below Cape Horn, the reason they did not draw Antarctica or many South American, Middle Eastern and British countries and the lack of detail may be because the people who asked them to draw this map were beginning to 'look impatient' since they did not get the expected ignorant result.)&lt;br /&gt;
&lt;br /&gt;
A {{w|landlocked country}} is a country that does not border any major bodies of water. Furthering the concept, a {{w|Landlocked_country#Doubly_landlocked|doubly-landlocked}} country is a country that not only has no connection to water, but is only bordered by ''other'' landlocked countries. As the title text states, there are only two such countries in the world as of 2012: {{w|Uzbekistan}} and {{w|Liechtenstein}}. This is the type of fact that may be stereotypically expected of a geography bee competitor.&lt;br /&gt;
&lt;br /&gt;
===Table of items in the map===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!style=&amp;quot;width: 25%;&amp;quot;|Annotation&lt;br /&gt;
! Further details&lt;br /&gt;
|-&lt;br /&gt;
| Hey so what projection should we use? I’ll aim for &amp;quot;Robinson&amp;quot;.&lt;br /&gt;
| Any flat [[977|map projection]] of a sphere must have inaccuracies. {{w|Mercator projection}} displays shapes well at the expense of size. For example, Mercator's Greenland appears larger than South America, but is actually one eighth the size. {{w|Gall-Peters projection}} does the opposite, showing accurate surface area with distorted (&amp;quot;awful&amp;quot;) shapes. {{w|Robinson projection}} compromises between shape &amp;amp; size for aesthetics; hence Greenland is &amp;quot;still too big&amp;quot;.&lt;br /&gt;
|- &lt;br /&gt;
| Did you know Maine is actually the US state closest to Africa?&lt;br /&gt;
| The distance is about 5076&amp;amp;nbsp;km (~3754&amp;amp;nbsp;mi). Measurement points are {{w|Sail Rock (disambiguation)|Sail Rock (Maine)}}, the most eastern point of the USA, and a point which seems to be the most southern (and as such western) point of el-Beddouza Beach, {{w|Morocco}}. It's not the most western point of Morocco (or Africa), though.&lt;br /&gt;
|-&lt;br /&gt;
| Do we have to label all the Virgin Islands?&lt;br /&gt;
| Which are {{w|Virgin_Islands#Larger_Islands|9 larger}} and about 100 {{w|List of Caribbean islands#British Virgin Islands|smaller}} {{w|List of Caribbean islands#United States Virgin Islands|islands}} - surely a lot of labels.&lt;br /&gt;
|-&lt;br /&gt;
| French, and I think Dutch and English&lt;br /&gt;
| The three separated areas are (from west to east) {{w|Guyana}} (former British colony), {{w|Suriname}} (former Dutch colony) and {{w|French Guiana}} (still officially part of France). The former two often switched between French, Dutch and British colonial rule. The latter was French most times except for a short Portuguese episode.&lt;br /&gt;
|-&lt;br /&gt;
| Brazil (Portugese-speaking)&lt;br /&gt;
Rest of South America (Spanish-speaking)&lt;br /&gt;
| In green is Portuguese-speaking (misspelled) Brazil, and in blue are the Spanish speaking Venezuela, Colombia, Ecuador, Peru, Bolivia, Chile, Paraguay, Uruguay and Argentina.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Greenland}} (Still too big!)&lt;br /&gt;
Yeah, but the Peters map is awful&lt;br /&gt;
| Relating back to the choice of map projection, the apparent size of Greenland is one of the most commonly known projection based inaccuracies. The {{w|Gall-Peters projection}} shows accurate surface area, but with distorted (&amp;quot;awful&amp;quot;) shapes.&lt;br /&gt;
|-&lt;br /&gt;
|Scandanavia&lt;br /&gt;
| A typo of {{w|Scandinavia}}. The area shown includes Norway, Finland, Sweden, and Denmark, but the actual area of Scandinavia excludes Finland. The Scandinavian peninsula countries include Norway, Finland, and Sweden, and those can be collectively (and nerdily) referred to as &amp;quot;Fennoscandia.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Western Europe&lt;br /&gt;
Eastern Europe&lt;br /&gt;
| The line here approximately follows that of the {{w|Iron Curtain}} that separated the {{w|Warsaw Pact}} states (the Soviet Union and other Communist allies) from the {{w|NATO}} (US-allied) and neutral states. However, all of Germany is included in Western Europe (when during the Cold War it was divided into East and West Germany) while Austria (which was officially neutral in the Cold War but closely tied to the West and therefore blocked off from its Communist neighbors) is marked as Eastern Europe. Here, Eastern Europe also includes the {{w|Balkans}} (the southern peninsula east of Italy), which are usually considered separate. During the Cold War, the Balkans were divided between Soviet-allied Albania (which later left the Pact) and Bulgaria, NATO-allied Greece and Turkey, and Yugoslavia, which was a neutral Communist state. It's also worth noting that there should be a blob of Russian red in the middle of Eastern Europe, representing the Russian exclave of {{w|Kaliningrad oblast}}.&lt;br /&gt;
|-&lt;br /&gt;
| British Isles&lt;br /&gt;
Ireland&lt;br /&gt;
| Although {{w|Ireland}} belongs to the {{w|British Isles}} geographically, it does not belong to the {{w|British Islands}} politically. That may be the reason why Ireland is labeled additionally - to show it's known that Ireland does not belong to the {{w|United Kingdom}}. {{w|Northern Ireland}} does, though.&lt;br /&gt;
|-&lt;br /&gt;
| Rainforest DRC&lt;br /&gt;
| The area shown is actually not completely the {{w|Democratic Republic of the Congo}} (DRC), but since one of the persons who made this map says they don't know the African map very well (see statement below), it's fairly accurate. Also the area called rainforest is somewhat larger than the area depicted as {{w|tropical rainforest}} on Wikipedia.&lt;br /&gt;
|-&lt;br /&gt;
| So this is one of those things where you point out our ignorance and stereotypes?&lt;br /&gt;
Yeah – I mean I freely admit I don’t know the African map very well, which speaks volumes in itself.&lt;br /&gt;
| Here two of the persons involved in drawing this map discusses what their lack of knowledge about Africa says about them. The African portion of the map is for sure the most poorly labeled, which lends weight to the stereotype of the 'Ignorant American'. Although it has to be mentioned, that the geography of Africa is in general not well known - at least within the Western world. So that's not really an American thing, here. The few countries which are labeled here mostly are well known because of their unstable political situation or because of their remarkable location. The labeled locations (and the presumably reasons of their &amp;quot;publicity&amp;quot;) are west to east, north to south: {{w|Morocco}} ({{w|Arab Spring}}, location), {{w|Algeria}} (Arab Spring, {{w|Algerian Civil War|Civil War}}), {{w|Sahara|Sahara Desert}} (largest hot desert of the world), {{w|Sudan}} ({{w|Second Sudanese Civil War|Civil war}}, Arab Spring), {{w|West Africa}} ({{w|West Africa#Postcolonial eras|Lots of Civil wars}} and thus bad humanitarian situation, {{w|Blood diamond|Blood diamonds}}), {{w|Somalia}} ({{w|Somali Civil War|Civil war}}, {{w|Piracy in Somalia|pirates}}), {{w|Lake Victoria}} (largest lake of Africa, quite remarkable even at large scale maps (as here)), {{w|Mozambique}} ({{w|Mozambican Civil War|Civil war}}), {{w|Angola}} ({{w|Angolan Civil War|Civil War}}) and {{w|Madagascar}} (one of the worlds large island at the east coast - quite remarkable).&lt;br /&gt;
|-&lt;br /&gt;
| Cape Horn&lt;br /&gt;
| {{w|Cape Horn}} is the southern tip of ''South America'', not ''Africa''. The southern tip of Africa is called {{w|Cape Agulhas}}.&lt;br /&gt;
|-&lt;br /&gt;
| Should we include {{w|Antarctica}}?&lt;br /&gt;
Let’s not – these guys are looking impatient&lt;br /&gt;
| Here it is made clear that those who came with this assignment are getting impatient since their project of proving how little Americans know about the world has failed miserably. It also shows that if some labels or parts are missing, then it could be because of this and not for lack of knowledge. This is also a joke on the lack of labels that would be required for the map of Antarctica. Drawing Antarctica and labeling it would probably take less time than having the discussion about whether to include it, and then writing that discussion on the map.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Aral Sea}} (Gone)&lt;br /&gt;
| Formerly one of the largest fresh-water lakes of the world, now actually not completely gone, but almost.&lt;br /&gt;
|-&lt;br /&gt;
| Various former Soviet states&lt;br /&gt;
| Which are (west to east) {{w|Kazakhstan}}, {{w|Turkmenistan}}, {{w|Uzbekistan}}, {{w|Tajikistan}} and {{w|Kyrgyzstan}}. The former {{w|Soviet Union|Union of Soviet Socialist Republics}} was dissolved in 1991 and thus the {{w|Cold War}} ended.&lt;br /&gt;
|-&lt;br /&gt;
| Middle East&lt;br /&gt;
| Drawn here to include {{w|Egypt}} and {{w|Turkey}}. Whether these should be included depends on whether you mean the phrase ''Middle East'' politically or geographically. They are both Muslim countries, but geographically Egypt is in Africa and Turkey is usually not included because of its close affiliation with Europe.&lt;br /&gt;
|-&lt;br /&gt;
| Boxing Day quake&lt;br /&gt;
Wait, &amp;quot;Boxing Day&amp;quot;? There’s no way you’re American.&lt;br /&gt;
&lt;br /&gt;
I read BBC News, OK?&lt;br /&gt;
| On December 26, 2004, a {{w|2004 Indian Ocean earthquake and tsunami|huge earthquake}} struck off the coast of Indonesia, causing severe tsunamis. December 26, the day after {{w|Christmas Day}}, is celebrated as {{w|Boxing Day}} in the UK, Canada, Australia, and some other English-speaking countries, but not the US. As such, the earthquake became known as the Boxing Day Quake.&lt;br /&gt;
One of the people who came asked these people to draw this map picks up on the use of 'Boxing Day' as something no American would say and questions if this person is, in fact, American. But an American reader of {{w|BBC News}} (part of the British Broadcasting Corporation) may start to use the phrase &amp;quot;Boxing Day&amp;quot; about the Tsunami.&lt;br /&gt;
|-&lt;br /&gt;
| India -&amp;gt; Mostly Muslim&lt;br /&gt;
India -&amp;gt; Mostly Hindu&lt;br /&gt;
| In general {{w|India}} is separated in {{w|Religion in India|two religious groups}}. Muslims in the north-west, Hindus in the rest. As visible on the [https://commons.wikimedia.org/wiki/File:Religion_in_India.svg map] in Wikimedia Commons, the area with a predominant Muslim population is far smaller (and mostly concentrated to Kashmir) than depicted in the comic.&lt;br /&gt;
|-&lt;br /&gt;
| Tibet (contested)&lt;br /&gt;
| The area was annexed by the {{w|People's Republic of China}} in the 1950s. Since then there are {{w|Tibetan independence movement|moves to gain}} some degree or other of independence. The marked area is fairly inaccurate, though. Today's {{w|Tibet Autonomous Region}} (former {{w|Kingdom of Tibet}}) is roughly the southern half of the marked area extended a bit to the south-east.&lt;br /&gt;
|-&lt;br /&gt;
| Kamchatka Peninsula, but I admit I only know this one from Risk&lt;br /&gt;
|''{{w|Risk (game)|Risk}}'' is a board game played on a map of the world, where players own territories and battle each other for world domination. The person in the comic admits to knowing {{w|Kamchatka Peninsula}} only from the territory &amp;quot;Kamchatka&amp;quot; in the game. Kamchatka is notable among the territories in the game because it and Alaska are connected, despite being on opposite sides of the board- a fact that can easily be overlooked.&lt;br /&gt;
|-&lt;br /&gt;
| Koreas&lt;br /&gt;
| The two Koreas are the &amp;quot;{{w|Democratic People's Republic of Korea}}&amp;quot; (North Korea) and the &amp;quot;{{w|Republic of Korea}}&amp;quot; (South Korea). &lt;br /&gt;
|-&lt;br /&gt;
| Japan, duh.&lt;br /&gt;
| Well...{{w|Japan}}.&lt;br /&gt;
|-&lt;br /&gt;
| Taiwan (actually called &amp;quot;The Republic of China&amp;quot; – it's complicated).&lt;br /&gt;
| This is a reference to the complicated political history of {{w|Taiwan}}. After the {{w|Chinese Civil War}}, the Nationalists fled {{w|mainland China}} for the island of Taiwan and set up a {{w|martial law in Taiwan|martial law}} there, vowing to return. In the intervening 70 years or so, Taiwan eventually began to transform into a democracy, being a self-governing state in its own right, but hasn't shed the name, or the animosity with the new rulers of mainland China. According to Americans, China and Taiwan are {{w|Taiwan Relations Act#Since 2000|separate countries}}, but many other nations do not feel able to treat with the latter to that degree, given the political pressures from the former. The government of China claims ''de jure'' {{w|Political status of Taiwan|sovereignty of Taiwan}}, even though there is ''de facto'' separation of governance, and the island is not represented as a sovereign territory by the United Nations …hence the &amp;quot;it's complicated&amp;quot; tag. There is also a missing end-paren here, which is either a typo or a reference to [[859#Trivia|859]]. The tag &amp;quot;it's complicated&amp;quot; is one of the options for relationship statuses on Facebook, and denotes two people whose relationship defies the usual labels. In this case, it is the relationship between the &amp;quot;countries&amp;quot; which is complicated.&lt;br /&gt;
|-&lt;br /&gt;
| Sulawesi&lt;br /&gt;
| As a running gag, the island of {{w|Sulawesi}} (formerly known as Celebes) is depicted in several map-like drawings and charts (see [[256: Online Communities]], [[273: Electromagnetic Spectrum]], [[802: Online Communities 2]], and [[1555: Exoplanet Names 2]]). Of course, there are good reasons to show it on an actual world map like the one here.&lt;br /&gt;
|-&lt;br /&gt;
| Paupa New Guinea&lt;br /&gt;
| A spelling mistake of {{w|Papua New Guinea}}.&lt;br /&gt;
|-&lt;br /&gt;
| Phillipines&lt;br /&gt;
| A spelling mistake of the {{w|Philippines}}.&lt;br /&gt;
|-&lt;br /&gt;
| Southeast Asia&lt;br /&gt;
| {{w|Southeast Asia}} is a region in Asia, which includes Buddhist-majority countries of Myanmar, Thailand, Cambodia, Laos and Vietnam, Muslim-majority countries of Malaysia, Indonesia and Brunei, and Christian-majority countries of the Philippines and Timor-Leste. However, in this map, Indonesia is depicted separately from the rest of SE Asia.&lt;br /&gt;
|-&lt;br /&gt;
| Malaysia&lt;br /&gt;
| Malaysia is a country in Southeast Asia (it is not known why it was excluded on the map) &lt;br /&gt;
|-&lt;br /&gt;
| Indonesia&lt;br /&gt;
| Indonesia is another country in Southeast Asia (it is not known why it was excluded on the map).&lt;br /&gt;
|-&lt;br /&gt;
| Sri Lanka&lt;br /&gt;
| Sri Lanka is a small island country near India.&lt;br /&gt;
|-&lt;br /&gt;
| Tasmania&lt;br /&gt;
| Tasmania is an Australian state.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:THE WORLD&lt;br /&gt;
:According to a Group of&lt;br /&gt;
:'''AMERICANS'''&lt;br /&gt;
:who turned out to be unexpectedly good at geography, derailing our attempt to illustrate their country's attitude toward the rest of the world.&lt;br /&gt;
&lt;br /&gt;
:[Left to right, up to down.]&lt;br /&gt;
&lt;br /&gt;
:[North of Canada.] Hey so what projection should we use?&lt;br /&gt;
:I'll aim for &amp;quot;Robinson.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:[North America.] Alaska; Canada; Hudson Bay; Québec; United States&lt;br /&gt;
:Did you know Maine is actually the US state closest to Africa?; Bermuda (British!)&lt;br /&gt;
&lt;br /&gt;
:[Central America.] Baja California (Mexico); Mexico; Central America; Panama Canal; Gulf of Mexico; Cuba; Hispañola; POR.; Jamaica&lt;br /&gt;
:Do we have to label all the Virgin Islands?&lt;br /&gt;
&lt;br /&gt;
:[South America.] Rest of South America (spanish-speaking); Brazil (portugese-speaking); French, and I think Dutch and English; Tierra del Fuego&lt;br /&gt;
&lt;br /&gt;
:[Greenland.] Greenland (still too big!); Yeah but the Peters map is awful; Iceland&lt;br /&gt;
&lt;br /&gt;
:[Europe.] British Isles; [https://iecasimile.com/ Ireland]; Gibralter; Scandanavia; Western Europe; Eastern Europe; Black sea; Middle East&lt;br /&gt;
&lt;br /&gt;
:[Africa.] Morocco; Algera; Sahara Desert; West Africa; Sudan; Rainforest DRC; Lake Victoria; Somalia; Angola; Mozambique; South Africa; Cape Horn; Madagascar&lt;br /&gt;
&lt;br /&gt;
:[West of DRC.] So this is one of those things where you point out our ignorance and stereotypes?&lt;br /&gt;
:Yeah – I mean, I freely admit I don't know the African map very well, which speaks volumes in itself.&lt;br /&gt;
&lt;br /&gt;
:[West Asia.] Russia; Aral sea (Gone); Various former Soviet states; Afghanistan &amp;amp; Pakistan; India; Mostly Muslim; Mostly Hindu&lt;br /&gt;
&lt;br /&gt;
:[Indian Ocea.] Sri Lanka; Boxing Day Quake&lt;br /&gt;
:Wait, &amp;quot;Boxing day&amp;quot;? There's no way you're American.&lt;br /&gt;
:I read BBC News, OK?&lt;br /&gt;
&lt;br /&gt;
:[East Asia.] Mongolia; Tibet (contested); China; Southeast Asia&lt;br /&gt;
&lt;br /&gt;
:[Pacific Ocean.] Kamchatka Pennisula, but I admit I only know this one from Risk.&lt;br /&gt;
:Koreas; Japan, duh.; Taiwan (actually called &amp;quot;The Republic of China.&amp;quot; – it's complicated.); Phillipines; Malaysia; Indonesia; Sulawesi; Paupa New Guinea; Australia; Tasmania; New Zealand&lt;br /&gt;
&lt;br /&gt;
:[South of Africa.] Should we include Antarctica?&lt;br /&gt;
:Let's not – these guys are looking impatient.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Geography]]&lt;br /&gt;
[[Category:Maps]]&lt;br /&gt;
[[Category:Board games]]&lt;/div&gt;</summary>
		<author><name>172.70.90.100</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:507:_Experimentation&amp;diff=308401</id>
		<title>Talk:507: Experimentation</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:507:_Experimentation&amp;diff=308401"/>
				<updated>2023-03-12T12:11:28Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.100: Intended indent?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A proper sample for Megan is at least three (or four) groups: definite lesbians; other curious girls; hetero males; possibly a randomised group (trans, bi, intersex, fetishes and kinks: depending on source) and an ordinary mixed-sex control, all of which could include the entirety of her year level. The other students might have felt uncomfortable with her empirically recording the data, though (filming and surveys). {{unsigned ip|‎123.211.217.96}}&lt;br /&gt;
&lt;br /&gt;
I like the implication that perhaps years after college, her test groups still hang out together. If well chosen, the &amp;quot;dudes from control group B&amp;quot; would have nothing in common except Megan, but this has been enough of a bonding experience.[[Special:Contributions/141.101.98.174|141.101.98.174]] 08:08, 7 April 2015 (UTC)&lt;br /&gt;
:Or the groups were large enough or the college tight-knit that 12 of the people were still likely to be friends. [[Special:Contributions/108.162.241.180|108.162.241.180]] 04:58, 12 March 2023 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.90.100</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2746:_Launch_Window&amp;diff=307343</id>
		<title>2746: Launch Window</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2746:_Launch_Window&amp;diff=307343"/>
				<updated>2023-03-07T16:38:06Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.100: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2746&lt;br /&gt;
| date      = March 6, 2023&lt;br /&gt;
| title     = Launch Window&lt;br /&gt;
| image     = launch_window_2x.png&lt;br /&gt;
| imagesize = 501x256px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = &amp;quot;Confirmed, we have to scrub.&amp;quot; &amp;quot;Ugh, okay. I'll get the bucket and sponge.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a WINDEX-SCRUBBED LAUNCH WINDOW - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
A {{w|launch window}} is a brief period of time in which a spacecraft can be launched from Earth's surface such that the spacecraft can reach its destination with the minimal amount (or an amount lower than a threshold of acceptance) of energy expenditure.&lt;br /&gt;
&lt;br /&gt;
This comic takes the concept of a &amp;quot;launch window&amp;quot; in a more literal direction, implying that they have an actual physical window that is only open at certain times, and through which the rocket presumably has to be launched. One character suggests moving the rocket outside in order to avoid issues that arise from dealing with the window. Ironically, this gets pushback because 'it's so sunny', which would normally indicate good conditions that would permit a launch. It also meets resistance because it would cause them to have to deal with  bugs, presumably not of the technical type which might commonly prevent a launch, but more of the biological kind.&lt;br /&gt;
&lt;br /&gt;
The title text continues the comic’s theme of taking aerospace terms literally, with a play on the two meanings of ''scrub''. Normally, in the context of a rocket launch, this would mean to cancel the launch, but here it apparently means that some cleaning job is required, possibly of the window in question (though how that would help them to launch the rocket through it is unclear), or possibly to deal with the aftermath of launching through the closed window.&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;
[First panel: Ponytail and Hairy can be seen sitting behind a console]&lt;br /&gt;
&lt;br /&gt;
Ponytail: The launch window will only be open for another 90 minutes. We may have to scrub.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Second panel: Slightly zoomed out, left from Ponytail and Hairy, Cueball can be seen behind a console as well]&lt;br /&gt;
&lt;br /&gt;
Cueball: You know, given all our issues with the launch window,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Third panel: Cueball turns around, facing the others]&lt;br /&gt;
&lt;br /&gt;
Cueball: Have we thought about moving the rocket outside?&lt;br /&gt;
&lt;br /&gt;
Ponytail: Ugh, no. It's so sunny out.&lt;br /&gt;
&lt;br /&gt;
Hairy: And there are bugs.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Space]]&lt;br /&gt;
[[Category: Comics featuring Ponytail]]&lt;br /&gt;
[[Category: Comics featuring Cueball]]&lt;br /&gt;
[[Category: Comics featuring Hairy]]&lt;/div&gt;</summary>
		<author><name>172.70.90.100</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2746:_Launch_Window&amp;diff=307342</id>
		<title>2746: Launch Window</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2746:_Launch_Window&amp;diff=307342"/>
				<updated>2023-03-07T16:37:25Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.100: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2746&lt;br /&gt;
| date      = March 6, 2023&lt;br /&gt;
| title     = Launch Window&lt;br /&gt;
| image     = launch_window_2x.png&lt;br /&gt;
| imagesize = 501x256px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = &amp;quot;Confirmed, we have to scrub.&amp;quot; &amp;quot;Ugh, okay. I'll get the bucket and sponge.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a WINDEX-SCRUBBED LAUNCH WINDOW - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
A {{w|launch window}} is a brief period of time in which a spacecraft can be launched from Earth's surface such that the spacecraft can reach its destination with the minimal amount (or an amount lower than a threshold of acceptance) of energy expenditure.&lt;br /&gt;
&lt;br /&gt;
This comic takes the concept of a &amp;quot;launch window&amp;quot; in a more literal direction, implying that they have an actual physical window that is only open at certain times, and through which the rocket presumably has to be launched. One character suggests moving the rocket outside in order to avoid issues that arise from dealing with the window. Ironically, this gets pushback because 'it's so sunny', which would normally indicate good conditions that would permit a launch. It also meets resistance because it would cause them to have to deal with  bugs, presumably not of the technical type, but more of the biological kind.&lt;br /&gt;
&lt;br /&gt;
The title text continues the comic’s theme of taking aerospace terms literally, with a play on the two meanings of ''scrub''. Normally, in the context of a rocket launch, this would mean to cancel the launch, but here it apparently means that some cleaning job is required, possibly of the window in question (though how that would help them to launch the rocket through it is unclear), or possibly to deal with the aftermath of launching through the closed window.&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;
[First panel: Ponytail and Hairy can be seen sitting behind a console]&lt;br /&gt;
&lt;br /&gt;
Ponytail: The launch window will only be open for another 90 minutes. We may have to scrub.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Second panel: Slightly zoomed out, left from Ponytail and Hairy, Cueball can be seen behind a console as well]&lt;br /&gt;
&lt;br /&gt;
Cueball: You know, given all our issues with the launch window,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Third panel: Cueball turns around, facing the others]&lt;br /&gt;
&lt;br /&gt;
Cueball: Have we thought about moving the rocket outside?&lt;br /&gt;
&lt;br /&gt;
Ponytail: Ugh, no. It's so sunny out.&lt;br /&gt;
&lt;br /&gt;
Hairy: And there are bugs.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Space]]&lt;br /&gt;
[[Category: Comics featuring Ponytail]]&lt;br /&gt;
[[Category: Comics featuring Cueball]]&lt;br /&gt;
[[Category: Comics featuring Hairy]]&lt;/div&gt;</summary>
		<author><name>172.70.90.100</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2745:_Obituary_Editor&amp;diff=307220</id>
		<title>Talk:2745: Obituary Editor</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2745:_Obituary_Editor&amp;diff=307220"/>
				<updated>2023-03-04T13:22:38Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.100: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
I think it's a shame the editor wasn't playing Twister with Death. --[[Special:Contributions/162.158.34.75|162.158.34.75]] 15:55, 3 March 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think this comic is similar to [[393: Ultimate Game]]. Anyone else agree? --[[User:Purah126|Purah126]] ([[User talk:Purah126|talk]]) 16:04, 3 March 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is this the first xkcd character with they/them pronouns? [[User:ISaveXKCDpapers|ISaveXKCDpapers]] ([[User talk:ISaveXKCDpapers|talk]]) 17:31, 3 March 2023 (UTC)&lt;br /&gt;
:Nope! [[145: Parody Week: Dinosaur Comics]] came first! [[Special:Contributions/172.71.254.100|172.71.254.100]] 17:48, 3 March 2023 (UTC)&lt;br /&gt;
::Au contraire, mon ami. ''That'' comic only contains a discussion of the singular ''they'' and does not imply the existence of any character with they/them pronouns. In this comic, such a character is explicitly identified, that being the editor. [[User:ISaveXKCDpapers|ISaveXKCDpapers]] ([[User talk:ISaveXKCDpapers|talk]]) 18:10, 3 March 2023 (UTC)&lt;br /&gt;
:::I think it's rather the much older use of &amp;quot;they&amp;quot; to avoid specifying gender when you don't know the person--to avoid saying &amp;quot;s/he&amp;quot; or whatever.[[Special:Contributions/198.41.238.11|198.41.238.11]] 03:41, 4 March 2023 (UTC)&lt;br /&gt;
::::One knows one's own gender more than anyone else, however. I think the suggestion here is that the this is a deliberate act by a &amp;quot;my pronouns are they/them&amp;quot; person, perhaps notable as being a particularly progressive characterisation by Randall (I don't ''think'' he's had trans/gender-fluid characters, before, to any obvious or identifiable degree, BICBW) and so if we presume that they're expressing their identity in such a blatent way then it might be worth a word or two about it).&lt;br /&gt;
::::Though I'm as happy to believe that this is an &amp;quot;introextrovert&amp;quot;, in life happy to work behind the scenes, an otherwise invisible individual (save for regular and unavoidable interactions with work colleagues, who don't have any confusion about who they are dealing with) who just gets enjoyment from getting the job done, just knowing what 'power' (and concomitant responsibility) they have. Yet, once there is no way that the fuss will affect them, this is what their (post-)final act will be. It's relatively benign (in the grand scheme of such things, nothing like a Dead Hand device sparking full nuclear retaliation upon the world, or anything) and highlights the job at least as much as the person.&lt;br /&gt;
::::Or they're a trans-ally, deliberately making ''that'' point. Or this is an option built into the autoposting software, tickbox activated but the (even more unseen/un-selfpublicising) autoposter-author defaulted its output to the non-assuming pronouns. Or any one of a number of other explanations. It could just be Randall determined to not pin down such an irrelevent detail, either way, and never intending to spark a discussion on pronoun-use by accident. [[Special:Contributions/172.70.90.100|172.70.90.100]] 13:22, 4 March 2023 (UTC)&lt;br /&gt;
:::These are very good points. --[[User:Purah126|Purah126]] ([[User talk:Purah126|talk]]) 18:23, 3 March 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is this not a reference to Bill and Ted who challenged Death to a long set of games?&lt;br /&gt;
[[Special:Contributions/172.70.110.231|172.70.110.231]] 01:29, 4 March 2023 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.90.100</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2744:_Fanservice&amp;diff=307069</id>
		<title>Talk:2744: Fanservice</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2744:_Fanservice&amp;diff=307069"/>
				<updated>2023-03-01T16:47:06Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.100: &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;
&lt;br /&gt;
I don’t want to be that guy but “I got to the explanation so early that its only 1 sentence!” [[Special:Contributions/172.70.174.43|172.70.174.43]]&lt;br /&gt;
:I also don't want to be that other guy, but while I was composing my &amp;quot;there wasn't anything yet, let's put something there&amp;quot; text, something actually appeared. (Though it just appended my bit, didn't give me Edit Conflict warning.) I'll let someone else mish-mash the useful bits of both cresh-starts together, though. Might be that non of my contribution is worthwhile.&lt;br /&gt;
:(I took quite a while trying to decide whether to make a joke that if he was a ''specialist'' in air-movement devices, without necessarily branching out into any air-conditioning elements, then ''&amp;lt;something something, insert some useful words here&amp;gt;'' OnlyFans! So then I obviously eventually decided it wasn't worth it. ;) ) [[Special:Contributions/172.70.90.100|172.70.90.100]] 16:47, 1 March 2023 (UTC)&lt;br /&gt;
== New recurring subject? ==&lt;br /&gt;
&lt;br /&gt;
First we had [[2036: Edgelord]]. Then we had [[2654: Chemtrails]]. Now we have this comic. They all start with &amp;quot;So, I hear&amp;quot; and end with &amp;quot;How to annoy&amp;quot;. So I think that &lt;br /&gt;
a new recurring subject has been established. I'm thinking it should be called something like &amp;quot;How To Annoy Comics&amp;quot;. [[User:SilverTheTerribleMathematician|Silver]] ([[User talk:SilverTheTerribleMathematician|talk]]) 16:40, 1 March 2023 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.90.100</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2741:_Wish_Interpretation&amp;diff=306744</id>
		<title>Talk:2741: Wish Interpretation</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2741:_Wish_Interpretation&amp;diff=306744"/>
				<updated>2023-02-24T09:11:53Z</updated>
		
		<summary type="html">&lt;p&gt;172.70.90.100: &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;
To all you people reading the discussion, why can't I add my own person page? I mean, is a year too new? I think I know, [[User:No Idea If There&amp;amp;#39;s A Character Limit LMAO|(but I&amp;amp;#39;m not completely sure.)]] ([[User talk:No Idea If There&amp;amp;#39;s A Character Limit LMAO|talk]]) 23:29, 22 February 2023 (UTC)&lt;br /&gt;
:Oh, you have to have an old enough account to make one? I had been wondering how to. [[User:Thexkcdnerd|Thexkcdnerd]] ([[User talk:Thexkcdnerd|talk]]) 00:02, 23 February 2023 (UTC)&lt;br /&gt;
::To &amp;quot;No Idea If There's A Character Limit LMAO&amp;quot;: I have granted your wish, hope that will teach you a valuable lesson. If the Thexkcdnerd or any one else need the same favor just write me a message on my page --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:06, 24 February 2023 (UTC). &lt;br /&gt;
&lt;br /&gt;
Ironically, a banknote created by a genie would be counterfeit, although the odds of legal trouble over $20 are nonetheless low.  23:43, 22 February 2023 (UTC)&lt;br /&gt;
:It doesn't have to be. The genie could take one away from someone, or just get one that's been lost. Also, the sentence for counterfeiting is the same regardless of the denomination. [[User:SDSpivey|SDSpivey]] ([[User talk:SDSpivey|talk]]) 00:31, 23 February 2023 (UTC)&lt;br /&gt;
:The sentence for counterfeiting may be the same but the probability someone would actually go through the trouble of prosecuting you for $20 is much less than say $10,000 [[Special:Contributions/172.70.214.151|172.70.214.151]] 03:04, 23 February 2023 (UTC)&lt;br /&gt;
::The US Treasury Dept. prosecutes every case it can prove. [[User:SDSpivey|SDSpivey]] ([[User talk:SDSpivey|talk]]) 04:06, 23 February 2023 (UTC)&lt;br /&gt;
:::So 2 things: First of all they need to prove it. For that someone has to notice. Not every 20-Dollar-note will be scanned, and I guess the genie could make a pretty good copy (if he needs to copy it). Also noone said US-Dollar. The Genie could make a twist and use one of over 20 other currencies called dollar. Not sure if US Treasury Dept. would be interested in that :D by the way, the eastern caribean dollar has the short &amp;quot;XCD&amp;quot; - does anyone think that a thousand of those would be labeled XkCD? --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 13:13, 23 February 2023 (UTC)&lt;br /&gt;
::::Or he could use Monopoly money. Or Geniedollars. He never said it would be legal tender, after all.[[Special:Contributions/172.70.86.148|172.70.86.148]] 14:42, 23 February 2023 (UTC)&lt;br /&gt;
:::::For me, Monopoly Money has always been in £s (the board I always used going from Old Kent Road to Mayfair, naturally), though I've noticed that online (hyperinternational) representations, that I see in game-ads, now seem to use a special &amp;quot;barred-M&amp;quot; currency symbol (to copy how £, €, ¥ and $ are variously barred versions of L, E, Y and S).&lt;br /&gt;
:::::What Cueball-genie would use is an interesting phosophical question. I suspect he just gets whatever he needs (for personal use) out of petty cash and settles it up later. [[Special:Contributions/172.70.91.152|172.70.91.152]] 15:47, 23 February 2023 (UTC)&lt;br /&gt;
::Yes, I've read some story where a wish-granting entity generated money by re-printing money lost in some catastrophe (like, burned down, sunk in ship or something). Technically, such banknote is counterfeit, but it's impossible to prove it. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 00:58, 24 February 2023 (UTC)&lt;br /&gt;
:::A all powerful genie could make a 20 dollar bill that is now valid without taking it from anyone. Just making a new one and changing reality so it is one of the &amp;quot;real&amp;quot; bills. Also after all the trouble with Black Hat and the Genie offering the bill I'm sure it is valid. Suggesting he has his own money it ridiculous. What should he use those for? I'm sure it is a perfectly valid 20 dollar bill. And the discussion above is irrelevant for such a powerful genie. ;-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:18, 24 February 2023 (UTC)&lt;br /&gt;
::::What would he have it for? For buying his frappegenieos, obviously.[[Special:Contributions/172.70.85.56|172.70.85.56]] 09:08, 24 February 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
That's cool. Try https://what-if.xkcd.com/23/. Part 1. I need a new signature. [[User:No Idea If There&amp;amp;#39;s A Character Limit LMAO|(but I&amp;amp;#39;m not completely sure.)]] ([[User talk:No Idea If There&amp;amp;#39;s A Character Limit LMAO|talk]]) 23:46, 22 February 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
I would (as the genie) just teleport Black Hat to the desert. No other trickery or devastation needed. [[User:SDSpivey|SDSpivey]] ([[User talk:SDSpivey|talk]]) 00:34, 23 February 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
The oldest &amp;quot;Wish that I wish I didn't wish&amp;quot; I am personally aware of is Midas turning everything he touched into gold, including the food he tried to eat and his beloved daughter. Personally, I'd wish that the genie teach me a lesson. [[User:Nitpicking|Nitpicking]] ([[User talk:Nitpicking|talk]]) 03:16, 23 February 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
It's kinda funny how a citation is needed for claiming that wishing rain doesn't exist is bad because Randall will just cover it in &amp;quot;What If 3&amp;quot; 20:59, 22 February 2023 (UTC)&lt;br /&gt;
:He already replaced the rain with candy in What If 2. --[[Special:Contributions/162.158.129.151|162.158.129.151]] 07:28, 23 February 2023 (UTC)&lt;br /&gt;
::Citation needed is used way too much{{citation needed}} and we are already two that have removed two of those from the explanation. It is rarely funny{{citation needed}} and should really only be used when a citation is needed{{citation needed}}. ;-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:18, 24 February 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
The proper way of teaching Black Hat a lesson would be twisting his wish to make it beneficial to humanity. [[User:Tkopec|Tkopec]] ([[User talk:Tkopec|talk]]) 08:20, 23 February 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;And I want you to put it in my house.&amp;quot; / [POOF!] - &amp;quot;Here, I turned your house into a Klein bottle.&amp;quot;&lt;br /&gt;
[[Special:Contributions/172.71.160.39|172.71.160.39]] 08:25, 23 February 2023 (UTC)&lt;br /&gt;
:That would better satisfy &amp;quot;And I want my house to contain it&amp;quot;, from one single-step literalist perspective... Wishes-gone-strange ''usually'' work on the basis of the 'laziest' misinterpretation (with or without the intention of mallice) that doesn't require too much reinterpretation.&lt;br /&gt;
:But how to misinterpret &amp;quot;put it in my house&amp;quot;? Hmmm... Nothing to suggest that it must stay there. Perhaps everything is going to be squeezed in through the front door and (Niagra Straw-like) eventually pushes most out of the back door. The house structure (but not fixtures and fittings) magically strengthened to continue being houselike, even as whatever the back yard is like (before it gets its own turn of being sequentially transported through) fills up with mountains (literally!) of the resulting wreckage/mishmash.&lt;br /&gt;
:But not sure if the house itself is not already &amp;quot;in the house&amp;quot;, i.e. its structure, to be exempt by prior &amp;quot;in&amp;quot;ness (if not ownership)... I'm not a genie, and have not gone through the rather extensive training/job-orientation that they clearly go through. [[Special:Contributions/172.70.90.34|172.70.90.34]] 14:56, 23 February 2023 (UTC)&lt;br /&gt;
::Wouldn't the simplest thing be to just turn the house inside-out?[[Special:Contributions/172.70.91.151|172.70.91.151]] 16:48, 23 February 2023 (UTC)&lt;br /&gt;
:::&amp;quot;I've turned your house inside-out, and we redefine 'inside' and 'outside'.  Everything, including the house itself, is within the 'outside' surface of the house.&amp;quot;  Except the small amount of air 'outside', of course.  See also the &amp;quot;Asylum&amp;quot; in Douglas Adams's ''So Long, and Thanks for all the Fish''. [[User:BunsenH|BunsenH]] ([[User talk:BunsenH|talk]]) 16:55, 23 February 2023 (UTC)&lt;br /&gt;
::::This idea has already been used by Randall in [[2403: Wrapping Paper]] --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:20, 24 February 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
I had a good laugh when I saw [https://www.explainxkcd.com/wiki/index.php?title=2741:_Wish_Interpretation&amp;amp;diff=prev&amp;amp;oldid=306692 one of these 'corrections']. US English mandates &amp;quot;fulfill&amp;quot;, where the UK/etc English version is &amp;quot;fulfil&amp;quot;, yet it also goes the other way and uzes words like &amp;quot;reveler&amp;quot; where most (al?) other versions of English would prefer &amp;quot;reveller&amp;quot;.&lt;br /&gt;
&amp;lt;br /&amp;gt;And would hope that, whenever words get UZified, the editor involved realises (or &amp;quot;realizes&amp;quot;, yet surprisingly not ever &amp;quot;realizez&amp;quot;!) that they aren't actually correcting typos (like they sometimes comment), merely relocalising the wordz.. sorry.. ''words''! :P [[Special:Contributions/172.71.178.65|172.71.178.65]] 15:21, 23 February 2023 (UTC)&lt;br /&gt;
:...--[[User:JLZ0kTC5|JLZ0kTC5]] ([[User talk:JLZ0kTC5|talk]]) 01:02, 24 February 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
In https://xkcd.com/1086/, it's shown that Black Hat gained the ability to wish on his eyelashes via wish; and if his wish on February 6th is anything to go by it's likely that whichever entity granted that wish deliberately misinterprets wishes in much the same way as this genie wants to. Should this be mentioned in the explanation? --[[User:A Stingray|A Stingray]] ([[User talk:A Stingray|talk]]) 19:47, 23 February 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
Curious - if you put all the objects of the world's surface into Black Hat's house, would that be a neutron star, or would it get to a micro black hole? {{unsigned ip|172.70.85.56|19:49, 23 February 2023}}&lt;br /&gt;
:The Schwarzschild radius of the whole Earth is less than 1cm, so we can say for sure that an accumulation of 'just' all things upon its surface into a volume the size of any house would be far short of gravitational collapse into a singularity.  &lt;br /&gt;
:I don't offhand know how much stuff there actually will be, thoug. We could start by extrapolating from [https://www.vox.com/platform/amp/science-and-health/2018/5/29/17386112/all-life-on-earth-chart-weight-plants-animals-pnas something like this] to work out how dense a packing you'd need in any given volume of house.&lt;br /&gt;
:Likely still not anywhere near neutronium level, I'm guessing, because a tablespoon of neutron star apparently is the mass of Mt Everest, and you could fit a lot of tablespoons (or pour a lot of tablespoons'-worth of stuff into, though the distinction itself hardly matters) into even the smallest &amp;quot;bedsit&amp;quot; living space. [[Special:Contributions/172.70.86.128|172.70.86.128]] 21:01, 23 February 2023 (UTC)&lt;br /&gt;
:an Earth-mass neutron star wold be 305m in diameter (source: https://en.wikipedia.org/wiki/Neutron_star#Density_and_pressure).  If you compress that down to the size of a typcal house, it would collapse into a black hole (question 3 here: https://www.astro.umd.edu/~miller/teaching/questions/neutron.html therefor if you have a house-size neutron star and add enough mass to make an earth-mass neutron star, it would collapse to a black hole).  Ergo, if you have earth-mass matter in the space of a house, it would immediately become a singularity, and collapse down to the size of a coin.  however, there is also another possibility, depending on how the genie adds the mass to the house.  If the genie simple adds matter to the house, if slow enough it would start to undergo fusion and radiate the energy away.  Third possibility. There is no known process to get neutronium except in supernovae, so we have to assume the genie will simply start with a house-sized amount of neutronium, and added mass. This would quickly form a VERY SMALL black hole.  Adding mass from here would put the material in the BH's accretion disk; some would fall in, some would stay in the disk, and some would radiate away. - Weylin Piegorsch [[Special:Contributions/172.70.34.186|172.70.34.186]] 03:22, 24 February 2023 (UTC)&lt;br /&gt;
::Everything in the world could mean the entire universe too. And even if just the Earth, what then about Earth it self? If threes are things then what about rocks? If rocks are things then what about molten rocks? And if that's a thing then the entire Earth should be in the house. Still it would not become a black hole. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:18, 24 February 2023 (UTC)&lt;/div&gt;</summary>
		<author><name>172.70.90.100</name></author>	</entry>

	</feed>