<?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.68.141.4</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.68.141.4"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/172.68.141.4"/>
		<updated>2026-04-16T19:20:11Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2176:_How_Hacking_Works&amp;diff=176712</id>
		<title>2176: How Hacking Works</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2176:_How_Hacking_Works&amp;diff=176712"/>
				<updated>2019-07-15T15:01:18Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.141.4: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2176&lt;br /&gt;
| date      = July 15, 2019&lt;br /&gt;
| title     = How Hacking Works&lt;br /&gt;
| image     = how_hacking_works.png&lt;br /&gt;
| titletext = If only somebody had warned them that the world would roll them like this.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by SMASH MOUTH. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
In similar spirit to [[538: Security]] this comic deals with how many people perceive hacking and security best practices. Specifically, the comic points out the flaw in the argument of some security minded people that writing passwords down on a sheet of paper is a massive {{w|OPSEC|operational security}} vulnerability, not accounting for the {{w|threat model}} of the general public: reused passwords being leaked from seemingly benign places.&lt;br /&gt;
&lt;br /&gt;
While it is true that storing passwords on paper is generally a bad idea, one has to keep in mind the alternatives&amp;amp;mdash;password reuse or unencrypted password documents on a computer&amp;amp;mdash;that non-technical people might otherwise engage in. These are far easier to exploit for a casual attacker that goes for quantity over quality. The trade-off of course being that targeted attacks (for example by a family member or close friend) are more easily possible.&lt;br /&gt;
&lt;br /&gt;
The second panel goes into detail how such an attack is usually executed: First, a database containing usernames/emails and associated passwords/password hashes is stolen from an improperly secured website. Randall's example uses a fictional breach of a small forum, but even large companies are {{w|not immune}} to leaks. Assuming the passwords were not hashed, the crooks then go on and automatically try to log in to a popular payment service with the harvested credentials. Even though the success rate might be just fractions of a percent, due to the scale and cheapness of the attack it is likely still profitable. Such an attack has previously been discussed in [[792: Password Reuse]].&lt;br /&gt;
&lt;br /&gt;
The title text is referring to Smash Mouth's song, All Star, where the first line of the lyrics is &amp;quot;Somebody once told me the world is gonna roll me&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[Two panels with a caption below each panel:]&lt;br /&gt;
&lt;br /&gt;
:[Panel 1]&lt;br /&gt;
:[Three masked characters standing near a desk with a computer inside a home]&lt;br /&gt;
:Masked Character 1: Control, we have flown to the USA and breached the target's house.&lt;br /&gt;
:Masked Character 2: They wrote all their passwords in a book labeled &amp;quot;Passwords&amp;quot;!&lt;br /&gt;
:Masked Character 3: The fool!&lt;br /&gt;
:Caption: How people think hacking works&lt;br /&gt;
&lt;br /&gt;
:[Two characters, each sitting on opposite sides of a desk with computers in front of them]&lt;br /&gt;
:Character 1: Hey look, someone leaked the emails and passwords from the Smash Mouth message boards.&lt;br /&gt;
:Character 2: Cool, let's try them all on Venmo.&lt;br /&gt;
:Caption: How it actually works&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>172.68.141.4</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2173:_Trained_a_Neural_Net&amp;diff=176539</id>
		<title>2173: Trained a Neural Net</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2173:_Trained_a_Neural_Net&amp;diff=176539"/>
				<updated>2019-07-11T20:08:07Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.141.4: After sleeping on it, this paragraph is more explainer than trivia&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2173&lt;br /&gt;
| date      = July 8, 2019&lt;br /&gt;
| title     = Trained a Neural Net&lt;br /&gt;
| image     = trained_a_neural_net.png&lt;br /&gt;
| titletext = It also works for anything you teach someone else to do. &amp;quot;Oh yeah, I trained a pair of neural nets, Emily and Kevin, to respond to support tickets.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a TRAINED NEURAL NET. This is an incredibly stubby explanation; please expand. Do NOT delete this tag too soon.}}&lt;br /&gt;
An {{w|artificial neural network}}, or a neural net, is a computing system inspired by a human brain, which &amp;quot;learns&amp;quot; by considering lots and lots of examples to develop patterns. For example, these are used in image recognition - by analyzing thousands or millions of examples, the system is able to identify particular objects. Neural networks typically function with no prior knowledge, and are &amp;quot;trained&amp;quot; by feeding in examples of the thing that they are told to analyze.&lt;br /&gt;
&lt;br /&gt;
Here, [[Cueball]] is telling [[White Hat]] how he trained a neural net to sort photos into categories. The joke in the comic is that a human brain is already a neural network, albeit a biological one instead of an artificial one. By teaching oneself (or others) to do a task, you are ''de facto'' training a neural network. So instead of designing and training an artificial neural net that could do this task, all he did was manually sort the photos.&lt;br /&gt;
&lt;br /&gt;
It is not advisable to say this in real life, because you might then be expected to use your already-trained neural net to do a similar task (or redo the same task) with much greater speed, thus ruining the façade. Also, people are offended when they are referred to by programmers as deterministic automata with no free will.{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
The title text is a continuation of this joke, as instead of designing and training two artificial neural nets named &amp;quot;Emily&amp;quot; and &amp;quot;Kevin&amp;quot;, all he has done is train two people to manually respond to support tickets.&lt;br /&gt;
&lt;br /&gt;
The extent to which [[wikipedia:Artificial neural network#Models|computer neural nets]] are analogous to [[wikipedia:Neuroscience|human neurobiology]] is a topic which fascinates the scientist and layperson alike. While there is no fully universal consensus on the matter, at least [https://sci-hub.tw/10.1111/j.1749-6632.2001.tb05709.x one] [https://onlinelibrary.wiley.com/doi/full/10.1111/tops.12068 apparently longstanding] [https://www.youtube.com/watch?v=VG8_hlnFdWM theoretical paradigm] has [https://arxiv.org/abs/1902.03121 received attention] recently.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Single panel with White Hat and Cueball, with White Hat holding what appears to be a smartphone.]&lt;br /&gt;
:White Hat: Oh, hey, you organized our photo archive!&lt;br /&gt;
:Cueball: Yeah, I trained a neural net to sort the unlabeled photos into categories.&lt;br /&gt;
:White Hat: Whoa! Nice work!&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:Engineering Tip: When you do a task by hand, you can technically say you trained a neural net to do it.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&amp;lt;!-- I continue to maintain that the following is a legitimate part of the explanation. ~~~~ --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.researchgate.net/profile/Diego_Moussallem/publication/326030040_Neural_Machine_Translation_for_Query_Construction_and_Composition Some contemporary neural nets have been trained to answer questions about the contents of Wikipedia.] You can [https://chat.dbpedia.org try one] that [https://wiki.dbpedia.org/contribute you can also help train]. Technically, improving Wikipedia helps train it, but for example [https://github.com/dbpedia/GSoC/issues/11 you can also look for problems with the net's output.] &lt;br /&gt;
&lt;br /&gt;
Other neural networks are being trained to extract phonological information from spoken audio, as per [https://arxiv.org/pdf/1905.06533.pdf Figure 1 here]. In [[1897: Self Driving]], Randall suggested that crowdsourced applications like ReCAPTCHA, that have been used to train neural nets to recognize objects necessary for safe driving in photographs, may also be used for [[wikipedia:Wizard of Oz experiment|Wizard of Oz experiments]].&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring White Hat]]&lt;br /&gt;
[[Category:Artificial Intelligence]]&lt;/div&gt;</summary>
		<author><name>172.68.141.4</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2071:_Indirect_Detection&amp;diff=165888</id>
		<title>2071: Indirect Detection</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2071:_Indirect_Detection&amp;diff=165888"/>
				<updated>2018-11-13T16:27:00Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.141.4: Replaced content with &amp;quot;{{comic | number    = 2071 | date      = November 12, 2018 | title     = Indirect Detection | image     = indirect_detection.png | titletext = I'm like a prisoner in Plato...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2071&lt;br /&gt;
| date      = November 12, 2018&lt;br /&gt;
| title     = Indirect Detection&lt;br /&gt;
| image     = indirect_detection.png&lt;br /&gt;
| titletext = I'm like a prisoner in Plato's Cave, seeing only the shade you throw on the wall.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
I am a banana&lt;/div&gt;</summary>
		<author><name>172.68.141.4</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1011:_Baby_Names&amp;diff=165794</id>
		<title>1011: Baby Names</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1011:_Baby_Names&amp;diff=165794"/>
				<updated>2018-11-12T05:00:10Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.141.4: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1011&lt;br /&gt;
| date      = February 1, 2012&lt;br /&gt;
| title     = Baby Names&lt;br /&gt;
| image     = baby names.png&lt;br /&gt;
| titletext = I've been trying for a couple years now but I haven't been able to come up with a name dumber than 'Renesmee'.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
This comic is a list of comically terrible baby names invented by Randall. It may relate to his other comics about why he shouldn't be allowed to have access to babies.&lt;br /&gt;
&lt;br /&gt;
This is a list of the names with a short description:&lt;br /&gt;
* Ponzi - An Italian surname, most often associated with &amp;quot;{{w|Ponzi scheme}}&amp;quot;.&lt;br /&gt;
* Eeemily - A corruption of &amp;quot;Emily&amp;quot;. May also be a marketing plug for the {{w|Asus Eee}} brand.&lt;br /&gt;
* Fire Fire - Even a single &amp;quot;Fire&amp;quot; would be odd as a name, at least in the American dialects. It would also not be a good idea to call your child's name in a crowded place.&lt;br /&gt;
* Chipotla - A frequent mispronounciation of {{w|Chipotle|chipotle}} chili or the popular {{w|Chipotle Mexican Grill}} restaurant chain. Many people would readily attempt to correct you when you called your child's name. &lt;br /&gt;
* Astamouthe - Could be pronounced &amp;quot;Ass to mouth&amp;quot;.&lt;br /&gt;
* Eggsperm - A child is conceived by combining an egg and a sperm, this child's name is conceived by combining the names of the two things.&lt;br /&gt;
* [sound of record scratch] - This cannot be spelled or reliably pronounced.&lt;br /&gt;
* Parsley - {{w|Parsley}} is an herb and is not commonly used as a name unlike other herbs like {{w|Rosemary}} and {{w|Sage}}.&lt;br /&gt;
* Hot'n'Juicy Ann - &amp;quot;Ann&amp;quot; is a normal name. Prefacing it with the sexual &amp;quot;Hot'n'Juicy&amp;quot; would not be appropriate for a child's name.&lt;br /&gt;
* Ovari - Female reproductive organ, {{w|Ovary|misspelled}}.&lt;br /&gt;
* Friendly - Odd enough on its own, but when referring to her possessions it would create confusion with the restaurant {{w|Friendly's}}. Can also be humorous in introductions - &amp;quot;Hi I'm Friendly and I hate you.&amp;quot;&lt;br /&gt;
* Sean (pronounced &amp;quot;seen&amp;quot;) - While this isn't an incorrect pronunciation, the more common pronunciation would be &amp;quot;Shawn&amp;quot;. Very likely a reference to the name of the actor Sean Bean (whose name is pronounced Shawn Been), which uses the exact same paring of letters for two pronunciations. &lt;br /&gt;
* Joyst - Corruption of &amp;quot;Joyce&amp;quot;. May also refer to the term &amp;quot;joist&amp;quot;, which is a beam used in construction to support ceilings or floors, or the first part of the word &amp;quot;joystick&amp;quot;, a video game controller.&lt;br /&gt;
&lt;br /&gt;
A further analysis of baby names is presented by Randall in the [[Blag]] post &amp;quot;[http://blog.xkcd.com/2014/01/31/the-baby-name-wizard/ The Baby Name Wizard]&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Renesmee (from the title text) is the name of {{w|Renesmee Cullen#Renesmee Cullen|Renesmee Cullen}}, who is the baby born in the book and movie {{w|Breaking Dawn}} to parents Edward and Bella. Edward and Bella get &amp;quot;Renesmee&amp;quot; from an amalgamation of the names of Bella's mother, Renée, and Edward's adoptive mother, Esme. [[Randall]]'s point is that all those names are terrible, but (arguably) not nearly as terrible as the name Renesmee.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball sits at a desk, thinking with his hand on his chin, his other hand holding a pen over a piece of paper. Megan stands behind him, looking over his shoulder, also with her hand on her chin.]&lt;br /&gt;
&lt;br /&gt;
:[Above the drawing is the list they are writing by hand.]&lt;br /&gt;
&lt;br /&gt;
:Names for daughter&lt;br /&gt;
&lt;br /&gt;
:# Ponzi&lt;br /&gt;
:# Eeemily&lt;br /&gt;
:# Fire Fire&lt;br /&gt;
:# Chipotla&lt;br /&gt;
:# Astamouthe&lt;br /&gt;
:# Eggsperm&lt;br /&gt;
:# [sound of record scratch]&lt;br /&gt;
:# Parsley&lt;br /&gt;
:# Hot'n'Juicy Ann&lt;br /&gt;
:# Ovari&lt;br /&gt;
:# Friendly&lt;br /&gt;
:# Sean (pronounced &amp;quot;seen&amp;quot;)&lt;br /&gt;
:# Joyst&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;/div&gt;</summary>
		<author><name>172.68.141.4</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1400:_D.B._Cooper&amp;diff=165663</id>
		<title>Talk:1400: D.B. Cooper</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1400:_D.B._Cooper&amp;diff=165663"/>
				<updated>2018-11-07T17:57:30Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.141.4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Feels like a conspiracy(?) [[Special:Contributions/108.162.227.35|108.162.227.35]] 12:15, 28 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Isn't it a reference to the Malaysia Airlines conspiracy theory? http://humansarefree.com/2014/07/busted-mh-17-was-in-fact-lost-flight-mh.html?m=0&lt;br /&gt;
- Renee [[Special:Contributions/108.162.245.75|108.162.245.75]] 00:44, 29 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:No.[[Special:Contributions/141.101.98.12|141.101.98.12]] 10:31, 29 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Oh, this is a hilarious comic! --[[User:Dangerkeith3000|Dangerkeith3000]] ([[User talk:Dangerkeith3000|talk]]) 15:14, 28 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Could someone explain what &amp;quot;the Citizen Kane of ____&amp;quot; is all about? --[[User:NeatNit|NeatNit]] ([[User talk:NeatNit|talk]]) 17:05, 28 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
: &amp;quot;Citizen Kane&amp;quot; is regarded as a masterpiece landmark film, and other films are often compared to it as a highly favorable compliment. [[Special:Contributions/173.245.52.211|173.245.52.211]] 18:08, 28 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
: &amp;quot;Citizen Kane&amp;quot; as a reference point here is more meaningful that that. Apart from being a landmark film, &amp;quot;Citizen Kane&amp;quot; was also made by a movie-newbie at that day, namely Orson Welles, who not only played the title role, but also directed, co-wrote and co-produced the movie, very much like Wiseau did with his landmark film; the only significant difference thus being &amp;quot;Citizen Kane&amp;quot; the best and &amp;quot;The Room&amp;quot; the worst movie ever made.  [[Special:Contributions/141.101.88.223|141.101.88.223]] 13:14, 30 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
This is really just a curiosity, but what is unusual about the phrasing &amp;quot;You are tearing me apart&amp;quot;? (I'm obviously not a native speaker) [[User:Ly mar|Ly mar]] ([[User talk:Ly mar|talk]]) 17:12, 28 July 2014 (UTC)&lt;br /&gt;
* Beyond using &amp;quot;You are&amp;quot; instead of &amp;quot;You're&amp;quot;, not much. The oddness of the line is mostly through the delivery in the film, not the grammar. [[User:ImVeryAngryItsNotButter|ImVeryAngryItsNotButter]] ([[User talk:ImVeryAngryItsNotButter|talk]]) 17:14, 28 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
;photograph&lt;br /&gt;
&lt;br /&gt;
Is this the first xkcd to feature a full color photograph of a person? [[Special:Contributions/108.162.216.52|108.162.216.52]] 17:38, 28 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
;con·tem·po·rar·y&lt;br /&gt;
&lt;br /&gt;
adjective: contemporary&lt;br /&gt;
&lt;br /&gt;
    1.&lt;br /&gt;
    living or occurring at the same time.&lt;br /&gt;
    &amp;quot;the event was recorded by a contemporary historian&amp;quot;&lt;br /&gt;
        dating from the same time.&lt;br /&gt;
        &amp;quot;this series of paintings is contemporary with other works in an early style&amp;quot;&lt;br /&gt;
        synonyms:	of the time, of the day, contemporaneous, concurrent, coeval, coexisting, coexistent More&lt;br /&gt;
        &amp;quot;contemporary sources&amp;quot;&lt;br /&gt;
    2.&lt;br /&gt;
    belonging to or occurring in the present.&lt;br /&gt;
    &amp;quot;the tension and complexities of our contemporary society&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;In 1971, a man referred to by the media as D. B. Cooper hijacked a Boeing 727 and escaped with the '''contemporary''' equivalent of over $1 million in ransom money.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
So that can be either 1971 dollars (contemporary to D. B. Cooper's time) or 2014 dollars (contemporary to the present time). &lt;br /&gt;
&lt;br /&gt;
(A lot of people think definition no. 2 is the only definition, but it isn't.)&lt;br /&gt;
&lt;br /&gt;
--[[User:RenniePet|RenniePet]] ([[User talk:RenniePet|talk]]) 00:49, 29 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I appreciate your work to improve the explanations here. But, such theatrics over a one word edit are unnecessary. [[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]]) 02:14, 29 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
::I've changed it now so it's clearer anyway[[Special:Contributions/141.101.98.12|141.101.98.12]] 10:31, 29 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I created an account solely so I could remove the anomalous use of &amp;quot;beg the question&amp;quot;. [http://begthequestion.info/]  [[User:Gidklio|Gidklio]] ([[User talk:Gidklio|talk]]) 04:31, 29 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
What is a &amp;quot;European accent&amp;quot;? Any accent that is not Indian, Chinese, or Japanese? --[[User:Frerin|Frerin]] ([[User talk:Frerin|talk]]) 10:15, 29 July 2014 (UTC)&lt;br /&gt;
: Yeah - or Australian, or Inuit, or African, or South American or any other accent that's not from a cultural/language group primary to Europe (and definitely not North American [clear from the context of the sentence]), but more specifically, not any European form of English (so, perhaps, Icelandic, Polish, Czech, Bulgarian, and many other possibilities) which might be hard for an untrained listener to specifically identify as anything but &amp;quot;European&amp;quot;. Many languages have commonalities due to geographic proximity, not only in terms of accent, but also syntax and vocabulary, which would modify the learners' ability to accurately acquire and render a foreign language in the same ways. That is, someone who natively speaks Portuguese and someone who natively speaks French will have similar troubles in learning subtleties of American English but which would contrast from those troubles encountered by someone who's native language is Hindi, Tagalog, or Yoruba. [[User:Brettpeirce|Brettpeirce]] ([[User talk:Brettpeirce|talk]]) 13:41, 29 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
According to one reddit user, Tommy Wiseau is from Poland, and his last name was &amp;quot;Wieczór&amp;quot; [meaning &amp;quot;Evening&amp;quot;] or variation of it. [[Special:Contributions/141.101.88.219|141.101.88.219]] 17:10, 2 August 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Just popping in to note that Cooper's fate is no longer unknown, his niece came forward in 2011. He was survived the jump with some injuries but had lost the money in the process. Real name Lynn Doyle Cooper, died 1999. {{unsigned ip|173.245.54.169}}&lt;br /&gt;
::Nice try, but the real Dan Cooper wouldn't have used an alias that shared his last name. That's the kind of amateur mistake that always leads to discovery &amp;amp; arrest, but the real guy was pretty damm sharp and one hell of an operator to pull it off. Not that this guy didn't tell his niece he was D.B. Cooper; just that he never told her he was kidding...&lt;br /&gt;
--[[Special:Contributions/172.68.141.4|172.68.141.4]] 17:57, 7 November 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
Not to deny or confirm that, but the Wikipedia article on {{w|D.B. Cooper}} states that 9,710 of the bills are still missing (290 bills were found in Washington State wilderness in 1980). If one does not spend the money one holds (because even if it is to be invested or laundered, someone will notice the serial number(s) and report it; the numbers are now available online, not to mention the look of old bills; the average replacement rate for US bills is about two years, so seeing a large bundle of slightly-peculiar looking 1970s-era bills may engender a slight sense of difference), one will not have enough to make an independent film, because money is only useful to us when it is used. PS. I'm sorry for the length of this comment, but it's just getting all the details ironed out and fixed down - my apology is just making the comment longer? OK... {{unsigned ip|108.162.249.225}}&lt;br /&gt;
&lt;br /&gt;
Ummm... The pictures are red linked :'( [[Special:Contributions/108.162.245.40|108.162.245.40]] 22:48, 6 December 2016 (UTC)&lt;/div&gt;</summary>
		<author><name>172.68.141.4</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=273:_Electromagnetic_Spectrum&amp;diff=164483</id>
		<title>273: Electromagnetic Spectrum</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=273:_Electromagnetic_Spectrum&amp;diff=164483"/>
				<updated>2018-10-20T04:09:53Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.141.4: /* The comic in detail */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 273&lt;br /&gt;
| date      = June 6, 2007&lt;br /&gt;
| title     = Electromagnetic Spectrum&lt;br /&gt;
| image     = electromagnetic spectrum.png&lt;br /&gt;
| titletext = Sometimes I try to picture what everything would look like if the whole spectrum were compressed into the visible spectrum.  Also sometimes I try to picture your sister naked.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This panel is a play on the {{w|Electromagnetic spectrum}}, showing a large piece of the spectrum and examples of phenomena that absorb or emit light along the spectra. Such spectra are commonly used in physics or astronomy education contexts when discussing the nature of light. This comic extends it to absurd lengths by including examples that may be variously hyper-specific, humorous, or non-EM phenomena.&lt;br /&gt;
&lt;br /&gt;
The first two scales at the bottom show the wavelength λ (in meters) and the frequency f (in Hertz) of the wave. The values are related as λ=c/f, where c is the speed of light. The last line showing Q(Gal²/Coloumb) is nonsense; Gal ({{w|Gallon}}) is a unit of liquid volume measurement, and Coloumb is a likely typo for {{w|Coulomb}}, the SI unit of electric charge. Photons do not have volume in the traditional sense of the word, and are electrically neutral (thus carrying no charge). &lt;br /&gt;
&lt;br /&gt;
In 1887, the {{w|Michelson–Morley experiment}} proved for the first time that the {{w|aether theory}} was wrong. The year (1897) cited underneath the comic title may be an incorrectly-dated reference to this experiment. Nevertheless, after that time, many physicists like {{w|Hendrik Lorentz}} or {{w|Joseph Larmor}} were still working on some aether theories. {{w|Albert Einstein}}'s theory of {{w|Special Relativity}} in 1905 helped explain the theoretical basis for the lack of aether and was a definitive step in discarding previous work.&lt;br /&gt;
&lt;br /&gt;
===The comic in detail===&lt;br /&gt;
The wavelength starts at high values on the left and decreases in a {{w|logarithmic scale}} to the right. As a result of the inverse relationship between frequency and wavelength, the frequency scale starts at low values and increases logarithmically. The nonsense ''Q'' parameter does not change monotonically with either frequency or wavelength.&lt;br /&gt;
&lt;br /&gt;
Both scales are labeled with powers of ten and with {{w|metric prefix}}es. For frequencies above 100 {{w|tera-}}Hertz, it just says &amp;quot;other entertaining Greek prefixes like {{w|peta-}} and {{w|exa-}} and zappa-.&amp;quot; The last prefix should be {{w|zetta-}} (denoting a factor of 10&amp;lt;sup&amp;gt;21&amp;lt;/sup&amp;gt;), but is intentionally mislabeled, referencing musician {{w|Frank Zappa}}. &lt;br /&gt;
&lt;br /&gt;
'''Other waves'''&lt;br /&gt;
&lt;br /&gt;
Three drawings of other types of waves than the electromagnetic type:&lt;br /&gt;
*Slinky waves by a coil. These can be either longitudinal or transverse waves, depending on the manner in which the Slinky is driven. Notably, Randall has drawn the Slinky as tangled up; if you've ever played with a Slinky, you know how frustrating it is to untangle it.&lt;br /&gt;
*The human audio spectrum (from 20&amp;amp;nbsp;Hz to 20&amp;amp;nbsp;kHz). The &amp;quot;high-pitched noise in empty rooms&amp;quot; refers to {{w|tinnitus}} (also see [[1590: The Source]]).&lt;br /&gt;
*&amp;quot;{{w|Wave (audience)|The Wave}}&amp;quot; in a stadium, a transverse wave phenomenon that travels through people.&lt;br /&gt;
&lt;br /&gt;
'''Power and Telephone'''&lt;br /&gt;
*&amp;quot;{{w|CIA}} (Secret)&amp;quot; is a joke about all the wiretapping on phones and such.&lt;br /&gt;
 &lt;br /&gt;
'''Radio and TV'''&lt;br /&gt;
*&amp;quot;Shouting car dealership commercials&amp;quot; is a reference to the massive and often extreme advertising for car retailers.&lt;br /&gt;
*{{w|Ham radio}} is a private amateur radio used for communication. &lt;br /&gt;
*&amp;quot;Kosher radio&amp;quot; is playing with the ambiguousness of the word HAM. {{w|Kosher}} is a Jewish law for food, and it states, amongst others, that Jews are never allowed to eat meat from the unclean pigs - so no ham!&lt;br /&gt;
*Some frequencies of famous FM broadcast stations. &amp;quot;99.3 The Fox&amp;quot; is a modern rock station in {{w|Vancouver, British Columbia}}. &amp;quot;101.5 The Badger&amp;quot; is a classic rock station in {{w|Madison, Wisconsin}} (home of the University of Wisconsin, whose mascot is a badger). &amp;quot;106.3 The Frightened Squirrel&amp;quot; is not a real station, but makes a play off of the animal names commonly used as nicknames for either radio stations, programs, or hosts.&lt;br /&gt;
*The rays controlling {{w|Steve Ballmer}} are nonsense, but may reference real {{w|Balmer series}}, a set of transitions in the hydrogen atom that produce photons in the optical and ultraviolet light range.&lt;br /&gt;
*AM {{w|Amplitude modulation}}, VHF {{w|Very high frequency}}, and UHF {{w|Ultra high frequency}} are frequency ranges approved for commercial broadcasting companies.&lt;br /&gt;
*Cell phone cancer rays is playing with the belief of many people that cell phones may cause cancer.&lt;br /&gt;
*Aliens belong to a range slightly higher than the frequencies used by human communications. So they can't hear us.&lt;br /&gt;
&lt;br /&gt;
'''Microwaves'''&lt;br /&gt;
*{{w|SETI}} is the &amp;quot;Search for ExtraTerrestrial Intelligence&amp;quot; project trying to find messages from aliens. Most genuine astronomical research in this area concentrates in the microwave and radio regimes. Since aliens work at different frequencies on this diagram, that might explain why there has of yet been no positive results from SETI.&lt;br /&gt;
*{{w|WIFI}} is the standard for wireless computer communications.&lt;br /&gt;
*FHF is probably &amp;quot;Fucking high frequency;&amp;quot; it is not an abbreviation for any broadcasting frequency ranges and lies above the (real) V(ery)HF and U(ltra)HF.&lt;br /&gt;
*{{w|Gravity wave}}s are a phenomenon in fluid dynamics, and distinct from {{w|Gravitational wave}}s. Neither is related to electromagnetic emission.&lt;br /&gt;
*Brain waves could be a reference to {{w|Neural oscillation}}.&lt;br /&gt;
*{{w|Sulawesi}} is an island in the Indian Ocean that belongs to Indonesia.&lt;br /&gt;
&lt;br /&gt;
'''Toasters'''&lt;br /&gt;
*This is a pun on the microwave oven, which emits light at its namesake frequencies to cook food. It also takes a stab at people who claim that microwaved food is dangerous, by pointing out that toasters also heat food using electromagnetic radiation, of frequencies just higher than microwaves. (The actual spectrum of a toaster goes all the way into visible frequencies.)&lt;br /&gt;
&lt;br /&gt;
'''IR (infrared)'''&lt;br /&gt;
*{{w|Infrared}} belongs to heat. The reference to {{w|Superman}} covers his heat vision power, which has been used many times within the canon. American comedian {{w|Jack Black}} starred in a proposed scifi/comedy television show in 1999 titled &amp;quot;{{w|Heat Vision and Jack}}&amp;quot;, which covered the adventures of an astronaut and his talking motorcycle.&lt;br /&gt;
&lt;br /&gt;
'''Visible light'''&lt;br /&gt;
*At the bottom, it is split into &amp;quot;visible light&amp;quot; and &amp;quot;visible dark.&amp;quot; While dark is the opposite of light in many grammatical contexts, in the physical sense it only reflects the absence of visible photons.&lt;br /&gt;
*The human visible spectrum is shown by all colors, including {{w|octarine}}, the colour of magic on the fictional {{w|Discworld}} (in the books by {{w|Terry Pratchett}}).&lt;br /&gt;
*On top, there are two {{w|absorption spectrum|absorption spectra}}, hydrogen and helium. These are the two most common elements in the Sun, and their presence in the Sun's outer envelope and Earth's atmosphere does block some small frequencies from the Sun.  Next come two cases of {{w|Absorption (chemistry)|absorption}} in the chemical/technical meaning:&lt;br /&gt;
**{{w|Depends}} is a brand of underwear for adults experiencing urinary or fecal incontinence. The color is consequently yellow.&lt;br /&gt;
**{{w|Tampax}} is a brand of tampon. The color is red.&lt;br /&gt;
&lt;br /&gt;
'''UV (ultraviolet)'''&lt;br /&gt;
*{{w|Ultraviolet}} light cannot be seen by humans. No entries here.&lt;br /&gt;
&lt;br /&gt;
'''Miller Light'''&lt;br /&gt;
*{{w|Miller Lite}} is a lager beer. &amp;quot;Light beer&amp;quot; typically has a lower alcohol content and calorie count, although it is also usually a light color for beer.&lt;br /&gt;
&lt;br /&gt;
'''Empty section'''&lt;br /&gt;
*One section is reserved for &amp;quot;Main Death Star Laser&amp;quot;. In ''{{w|Star Wars}}'' the Death Star was a space station with a green laser cannon powerful enough to destroy planets.&lt;br /&gt;
&lt;br /&gt;
'''Censored under {{w|Patriot Act}}'''&lt;br /&gt;
*No entry because it's censored; this is a humorous exaggeration of how much authority the government can supposedly exercise under said bill.&lt;br /&gt;
&lt;br /&gt;
'''X-rays'''&lt;br /&gt;
*Potatoes absorb and reflect radiation waves the same way humans do, because their chemistry and water content is very similar to the human body. Look here: [http://www.usatoday.com/story/todayinthesky/2012/12/24/boeing-wifi-potatoes/1789109/ Boeing uses potatoes to improve Wi-Fi signals].&lt;br /&gt;
*Mail-order x-ray glasses refers to {{w|X-Ray Specs (novelty)|a novelty item}} based on an optical effect, not actual x-rays. {{w|Google Glass}} did not exist at the time when this comic was created.&lt;br /&gt;
&lt;br /&gt;
'''Gamma/Cosmic rays'''&lt;br /&gt;
*Blogorays are emitted by the {{w|Blogosphere}}; apparently only [[Randall]] can detect them.&lt;br /&gt;
*Sinister Google Projects: {{w|Google}}, despite having a motto &amp;quot;don't be evil&amp;quot;, has such significant power that it is a frequent target of conspiracy theories. &lt;br /&gt;
&lt;br /&gt;
And finally, the '''Title Text''': Randall likes to speculate what the world would look like if humans could see radio waves, gamma waves, etc. Such a thought experiment would be pretty abstract due to the total lack of a frame of reference (since everything outside the visible light spectrum is by definition invisible and thus beyond human comprehension), but for many people, that's also what makes it enticing. Randall immediately turns this profound train of thought around with a crude joke that he wants to know what the viewer's sister would look like in the nude.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Missing much of the details}}&lt;br /&gt;
:[Everything is one big panel.]&lt;br /&gt;
&lt;br /&gt;
:The Electromagnetic Spectrum&lt;br /&gt;
&lt;br /&gt;
:These waves travel through the electromagnetic field. They were formerly carried by the aether, which was decommissioned in 1897 due to budget cuts.&lt;br /&gt;
&lt;br /&gt;
:Other waves:&lt;br /&gt;
:*Slinky waves [Cueball and Megan hold the ends of a tangled slinky.]&lt;br /&gt;
:*Sound waves [There is a snippet of a frequency band. Between 20 Hz and 20 KHz is labeled &amp;quot;Audible Sound.&amp;quot; Towards the top is a line labeled &amp;quot;That high-pitched noise in empty rooms.&amp;quot;]&lt;br /&gt;
:*The wave [A row of people does a wave.]&lt;br /&gt;
&lt;br /&gt;
:[Three parallel scales are across the bottom. The first is lambda (m), ranging from 100Mm to 100fm; second is f (Hz), which starts at 1 Hz and reaches 100 THz about 2/3 of the way along, after which the labels read &amp;quot;other entertaining greek prefixes like peta- exa- and zappa-;&amp;quot; last is Q (Gal^2/Coloumb), whose labels are 17, 117, pi, 17, 42, phi, e^pi-pi, -2, 540^50, and 11^2. Above the scales and lined up accurately with the first two are the following:]&lt;br /&gt;
&lt;br /&gt;
:*Power &amp;amp; Telephone (100Mm to 1km)&lt;br /&gt;
:*Radio &amp;amp; TV (1km to somewhere between 1m and 10cm); above that are many boxes showing subranges (AM, VHF, UHF, 24/7 NPR pledge drives, a very thin band for the space rays controlling Steve Ballmer, 99.3 &amp;quot;The Fox,&amp;quot; 101.5 &amp;quot;The Badger,&amp;quot; 106.3 &amp;quot;The Frightened Squirrel,&amp;quot; cell phone cancer rays, CIA, ham radio, kosher radio, shouting car dealership commercials.)&lt;br /&gt;
:*Microwaves (a bit more than 10cm to a bit more than 1mm); it also has subranges (aliens, just below SETI, wifi, FHF, brain waves, sulawesi, gravity)&lt;br /&gt;
:*Toasters (about 1mm to about 100 micrometers)&lt;br /&gt;
:*IR (about 100 micrometers to somewhere between 1 micrometer and 1 nm); above that is a bell graph labeled &amp;quot;Superman&amp;quot;s heat vision,&amp;quot; with a motorcycle driving up the left side labeled &amp;quot;Jack Black's Heat Vision.&amp;quot;&lt;br /&gt;
:*Visible light (and, under it, visible dark); above that is a bell graph labeled &amp;quot;sunlight.&amp;quot; There's a breakout chart above it showing the visible spectrum from 700nm (red) to 450nm (violet). There's an arrow pointing to where octarine would be, somewhere off to the side. Above that are bars showing the absorption spectra for hydrogen, helium, Depends(R) (yellow only), and Tampax(R) (red only).&lt;br /&gt;
:*UV (about 100nm to about 10nm)&lt;br /&gt;
:*Miller Light (a thin bar around 10nm)&lt;br /&gt;
:*An unlabeled section with a thin line above it showing the frequency of the main death star laser&lt;br /&gt;
:*A blocked-off portion labeled &amp;quot;Censored Under Patriot Act.&amp;quot;&lt;br /&gt;
:*X-rays (from about 1nm to about 10pm); a line above shows the frequency of mail-order x-ray glasses. Somewhere vaguely above the 10pm mark is a potato.&lt;br /&gt;
:*Gamma/cosmic rays (10pm and smaller); above that is a bar marked Sinister Google Projects that also trails off into higher frequencies, and blogorays, which are slightly lower.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
'Empty room hum&amp;quot; was later referred to in [[1590: The Source]].&lt;br /&gt;
&lt;br /&gt;
Cell phones as a cause of cancer was later referred to in [[925: Cell Phones]].&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:Science]]&lt;br /&gt;
[[Category:SETI]]&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Charts]]&lt;br /&gt;
[[Category:Your sister]]&lt;/div&gt;</summary>
		<author><name>172.68.141.4</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1070:_Words_for_Small_Sets&amp;diff=164060</id>
		<title>1070: Words for Small Sets</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1070:_Words_for_Small_Sets&amp;diff=164060"/>
				<updated>2018-10-12T05:37:37Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.141.4: /* Transcript */  no more table&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number = 1070&lt;br /&gt;
| date = June 18, 2012&lt;br /&gt;
| title = Words for Small Sets&lt;br /&gt;
| image = words_for_small_sets.png&lt;br /&gt;
| titletext = If things are too quiet, try asking a couple of friends whether &amp;quot;a couple&amp;quot; should always mean &amp;quot;two&amp;quot;. As with the question of how many spaces should go after a period, it can turn acrimonious surprisingly fast unless all three of them agree.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
The noun &amp;quot;couple&amp;quot; means &amp;quot;exactly two items of the same kind&amp;quot;. This comic is satirizing how laymen sometimes use the word &amp;quot;couple&amp;quot; interchangeably with words like &amp;quot;few&amp;quot; or &amp;quot;several&amp;quot;, which in this context mean &amp;quot;comparatively small but definitely greater than one&amp;quot;. It is also satirizing arguments about the relative meaning of phrases like &amp;quot;few&amp;quot; and &amp;quot;several&amp;quot; (some people will argue that &amp;quot;several&amp;quot; should mean more than &amp;quot;few&amp;quot;, while others will argue the opposite or that it doesn't matter), making this comic [http://www.urbandictionary.com/define.php?term=troll+bait troll bait]. [[Randall]] is attempting to &amp;quot;troll&amp;quot; (intentionally provoke) a certain group of people by taking an unpopular side of the argument.  To be certain the side he picked is an unpopular one, Randall has made up his own by proposing a &amp;quot;compromise&amp;quot; more likely to infuriate everyone than to make any side happy (a technique he's [[:Category:Compromise|used before]]).  The comic's claim to &amp;quot;clear things up&amp;quot; also makes it similar to the &amp;quot;definitive standard&amp;quot; proposed in [[394: Kilobyte]].&lt;br /&gt;
&lt;br /&gt;
The title text is just more troll bait. Randall says &amp;quot;Try asking a couple of friends [...] unless all three of them agree,&amp;quot; which implies that a couple means exactly three. The title text also mentions the {{w|Sentence spacing|sentence spacing}} issue as an example of another topic known to ignite energetic arguments among pedantic types without ever leading to consensus. Sentence spacing is later seen in [[1285: Third Way]]. The sentence spacing arguments typically revolve around the question of whether one or two space characters must be used after the period character at the end of the sentence.&lt;br /&gt;
&lt;br /&gt;
The title text also points out a key flaw in troll baiting: namely, intending to spark an argument only works if there is someone who does not agree. If all of the inquired friends have the same opinion on the matter (be it the definition of 'couple' or the number of spaces after a period), then an argument cannot spark, and the trolling attempt has failed.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:Just to clear things up:&lt;br /&gt;
:[A chart with four rows and two columns is shown.]&lt;br /&gt;
:;A few&lt;br /&gt;
::Anywhere from 2 to 5&lt;br /&gt;
&lt;br /&gt;
:;A handful&lt;br /&gt;
::Anywhere from 2 to 5&lt;br /&gt;
&lt;br /&gt;
:;Several&lt;br /&gt;
::Anywhere from 2 to 5&lt;br /&gt;
&lt;br /&gt;
:;A couple&lt;br /&gt;
::2 (but sometimes up to 5)&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Charts]]&lt;br /&gt;
[[Category:Language]]&lt;br /&gt;
[[Category:Compromise]]&lt;/div&gt;</summary>
		<author><name>172.68.141.4</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2055:_Bluetooth&amp;diff=163788</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=163788"/>
				<updated>2018-10-07T00:39:44Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.141.4: &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;
&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;
&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;
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?&lt;/div&gt;</summary>
		<author><name>172.68.141.4</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1834:_Lunch_Order&amp;diff=163630</id>
		<title>1834: Lunch Order</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1834:_Lunch_Order&amp;diff=163630"/>
				<updated>2018-10-03T19:55:57Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.141.4: /* Transcript */ fixed a spelling error&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1834&lt;br /&gt;
| date      = May 8, 2017&lt;br /&gt;
| title     = Lunch Order&lt;br /&gt;
| image     = lunch order.png&lt;br /&gt;
| titletext = GO FOR LUNCH, REPEAT, GO FOR LUNCH.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
The comic plays on the similarity of the words &amp;quot;launch&amp;quot; and &amp;quot;lunch,&amp;quot; and the fact that both &amp;quot;Lunch order&amp;quot; and &amp;quot;Launch order&amp;quot; are common phrases in their respective environments.  A &amp;quot;lunch order&amp;quot; is common in many work places, where a person may be asked to go pick up lunches for multiple coworkers so they don't all need to leave to get their lunches -- they would typically give their lunch order to the person making the run so he or she would know what to order.  A &amp;quot;launch order&amp;quot; would only apply to a place capable of launching missiles, such as military installation housing launch-able missiles.  So while a &amp;quot;lunch order&amp;quot; is pretty benign and could certainly apply to such a place, a &amp;quot;launch order&amp;quot; of a nuclear warhead is a much more drastic command, meaning that the principle of deterrence has failed and {{w|mutually assured destruction}} is imminent.  By receiving an order for &amp;quot;Lunch&amp;quot; instead of to &amp;quot;Launch,&amp;quot; nuclear conflict was avoided.&lt;br /&gt;
&lt;br /&gt;
Autocorrect is a feature in many software text-entry applications (such as smartphone &amp;quot;keyboards&amp;quot;) that will make changes to entered text that it identifies as misspelled in order to quickly increase legibility of the final text. While this process typically makes text entry quicker and easier for users, sometimes the automatically corrected text will not match what the user intended to send, which can lead to miscommunication.&lt;br /&gt;
&lt;br /&gt;
In most circumstances, military units charged with the maintenance of active nuclear weapons will receive their orders to employ those weapons based on direct communication from a commanding authority, these forces in the United States are commanded by the United States Strategic Command. The majority of modern nuclear weapons are prepared to be deployed by rocket launch.&lt;br /&gt;
&lt;br /&gt;
The joke does not depict an actual historic event. To our knowledge, the last time the United States almost launched nuclear missiles at a hostile power was [http://www.rawstory.com/2014/04/nukes-were-almost-used-13-times-since-1962-and-the-risk-of-nuclear-accidents-is-rising-report/ June 1980], while the function we know today as Autocorrect would not enter development until [https://www.wired.com/2014/07/history-of-autocorrect/ the 1990's]. That said, the country still maintains a large nuclear arsenal ready to launch on short notice.  The comic might be playing off recent fears involving [http://www.complex.com/life/2017/04/china-warns-united-states-north-korea-war-possible hostilities between the United States and North Korea]; if any l(a)unch preparations have been taken in 2017, they were not declassified by the time this comic was published.&lt;br /&gt;
&lt;br /&gt;
The title text plays on the similarity between two phrases: &amp;quot;GO FOR LAUNCH&amp;quot; is the standard way to express the {{w|Launch status check}} for a rocket (and means that all checks have passed and launch can proceed), whereas &amp;quot;GO FOR LUNCH&amp;quot; expresses the more mundane act of simply beginning one's lunch break. Despite the repetition (which is intended to reduce the chance of a miscommunication), the autocorrect still managed to distort the message a further two times.&lt;br /&gt;
&lt;br /&gt;
A previous comic also explain the [[898: Chain of Command]] and who's responsible of the red button.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
[Three Hairy's are standing between two control panels, the rightmost one is sitting at the panel, the two others are talking.]&lt;br /&gt;
&lt;br /&gt;
Hairy 1: Sir-Strategic command has sent us a lunch order.&lt;br /&gt;
&lt;br /&gt;
Hairy 2: Don't they have anything better to do?&lt;br /&gt;
&lt;br /&gt;
[Below the panel is a caption.]&lt;br /&gt;
&lt;br /&gt;
Caption: Everyone complains about autocorrect, but we forget about the time it prevented a nuclear war.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&amp;lt;!-- Include any categories below this line. --&amp;gt;&lt;br /&gt;
[[Category:Comics featuring Hairy]]&lt;/div&gt;</summary>
		<author><name>172.68.141.4</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1549:_xkcd_Phone_3&amp;diff=163579</id>
		<title>1549: xkcd Phone 3</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1549:_xkcd_Phone_3&amp;diff=163579"/>
				<updated>2018-10-03T05:03:41Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.141.4: /* Explanation */ Forgot to remove incomplete tag&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1549&lt;br /&gt;
| date      = July 10, 2015&lt;br /&gt;
| title     = xkcd Phone 3&lt;br /&gt;
| image     = xkcd_phone_3.png&lt;br /&gt;
| titletext = If you're not completely satisfied with the phone after 30 days, we will return you to your home at no cost.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This is the third entry in the ongoing [[:Category:xkcd Phones|xkcd Phone series]] which parodies common smartphone specs by attributing absurd or useless features to a fictional phone that sounds impressive but would actually be very impractical. The previous comic in the series [[1465: xkcd Phone 2]] was released over half a year before this one and the next [[1707: xkcd Phone 4]] was released almost a year later.&lt;br /&gt;
&lt;br /&gt;
;2 AA batteries (not included)&lt;br /&gt;
&lt;br /&gt;
:A phrase usually shown on small, low-powered, electronic devices like remote controllers, and not on cellphones; which use lithium-ion batteries and need to be periodically recharged for continuous use.&lt;br /&gt;
&lt;br /&gt;
:The apparently thin phone (according to the scale as judged by the wristband) would also preclude inserting AA batteries, unless a protruding battery compartment is hidden out of view on the back of the phone.&lt;br /&gt;
&lt;br /&gt;
:Alternatively could mean two Anti-Aircraft (artillery) &amp;quot;batteries&amp;quot; which would be groups of light or medium artillery pieces or missiles (2 to 9 weapons per battery, depending on country, weapon system and organisation). In any case, they would badly hamper the portability of the phone.&lt;br /&gt;
&lt;br /&gt;
;Boneless&lt;br /&gt;
&lt;br /&gt;
:Reference to meat or fish products being boneless, i.e. having all the bones removed, making it convenient to cook or eat. Phones do not typically have bones{{Citation needed}}, so this is wholly unremarkable. A possible reference to the iPhone 6's reported problems with its chassis, where it {{w|IPhone 6#Chassis bending|could bend under pressure}}.&lt;br /&gt;
&lt;br /&gt;
:Likely a reference to &amp;quot;Bone Conduction Microphones&amp;quot; implying that needing bones to work is a disadvantage and this phone has the feature of being &amp;quot;Boneless&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:[[xkcd Phone 4]] was instead &amp;quot;seedless&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
;Ear screen&lt;br /&gt;
&lt;br /&gt;
:An overcomplicated term for a speaker, connecting a screen which emits light to send visual information and the portion of a speaker which vibrates to send auditory information. Comparing the two makes a speaker a screen for the ear.&lt;br /&gt;
&lt;br /&gt;
;Heartbeat accelerator&lt;br /&gt;
&lt;br /&gt;
:A mashup of heartbeat sensor and accelerometer. May be some sort of external pacemaker. If that's the case, it's worrying that it only accelerates, potentially causing a positive feedback (heart attack). It may also be the result of the phone being so exciting or frustrating that it increases its user's heart rate.&lt;br /&gt;
&lt;br /&gt;
;MobilePay money clip&lt;br /&gt;
&lt;br /&gt;
:While mobile pay is a form of payment involving electronic transfers via cellphone, this model includes a money clip; a way of holding physical bills together, which defeats the purpose of electronic payment. Whether this is a clip that transfers money digitally or the phrase mobile pay is just a marketing tag is unknown.&lt;br /&gt;
&lt;br /&gt;
;Siri, or whoever it was we put in here&lt;br /&gt;
&lt;br /&gt;
:A joke on intelligent personal assistants. It also hints that Siri and the like are actual people, trapped inside of phones, which is not the case{{Citation needed}}.&lt;br /&gt;
&lt;br /&gt;
;Instead of being on surface only, screen goes all the way through&lt;br /&gt;
&lt;br /&gt;
:A reference to surface screens. Possible reference to smartphones with screen display wrapping one or more edges, like Samsung Galaxy Note Edge or Samsung Galaxy S6 Edge, or dual-screen smartphones with screen on the back (usually e-ink) like YotaPhone 2, or smartphones with minimal bezel like e.g. Sharp AQUOS Crystal.&lt;br /&gt;
&lt;br /&gt;
:Screen going ''all the way through'' would leave no place for innards of smartphone: processor, battery etc., and unless each layer is designed to be semi-transparent to see the inner {{w|voxel}}s the inner displays would be unseeable anyway.&lt;br /&gt;
&lt;br /&gt;
;theknot.com partnership: Phone licensed to perform wedding ceremonies and does so at random&lt;br /&gt;
&lt;br /&gt;
:[https://www.theknot.com/ theknot.com] is a website that assists in all stages of wedding planning. Due to this partnering, the phone has apparently obtained legal status as a {{w|Justice of the peace}} capable of performing legally valid marriages. It exerts this capability randomly, however, so the phone's owner (or potentially any other unsuspecting bystander) could suddenly find themselves with a new spouse without their knowledge, generally an undesired effect{{Citation needed}}. Whether this would result in unintentional {{w|bigamy}} or if the phone restricts itself to pairing up singles, or even enacts divorce first if necessary, is left unclear. May be a reference to how same-sex marriage was fully [http://en.wikipedia.org/wiki/Obergefell_v._Hodges legalized] in the United States just two weeks prior to the release of this comic.&lt;br /&gt;
&lt;br /&gt;
;Fingerprint randomizer&lt;br /&gt;
&lt;br /&gt;
:Presumably randomises the user's fingerprint, which may or may not be inconvenient depending on the intent of the user. It is not clear whether the device will change the person's fingerprint into a human-like fingerprint that is randomly selected from all possibilities, or if it completely mangles the fingerprint of the user. Either way, physically altering the user's finger to this degree will likely involve a painful process. Likely a cynical reference to fingerprint scanners, which are touted as password replacements.&lt;br /&gt;
&lt;br /&gt;
;USB E (hotswappable)&lt;br /&gt;
&lt;br /&gt;
:A USB port that makes fun of the three current systems, A, B, and recently C, by skipping D completely and jumping to E. The port presumably charges the phone and allows to transfer files like normal, but this kind lets you perform {{w|Hot swapping}} (replacing computer system components without turning the system off) with it, which has always been a feature of USB, so mentioning it is redundant at best.&lt;br /&gt;
&lt;br /&gt;
:May be a reference to the eSATAp (Power over eSATA) hybrid port that is functioning as a USB and eSATA port at the same time. The Serial ATA bus interface has standardized hot swapping support.&lt;br /&gt;
&lt;br /&gt;
;Waterproof, but can drown&lt;br /&gt;
&lt;br /&gt;
:Perhaps a reference to Siri or the person trapped in the phone drowning, but the phone itself staying functional. This is another human-like function, which the first 2 XKCD Phone comics had.&lt;br /&gt;
&lt;br /&gt;
;Foretold by prophecy&lt;br /&gt;
&lt;br /&gt;
:Likely mocking people on the internet who attempt to predict when Apple will release their next device. Might also be a joke on many videogames or fantasy novels, in which the main character is 'the chosen one', because 'the prophecy' foretold it.&lt;br /&gt;
&lt;br /&gt;
;Runs Natively&lt;br /&gt;
&lt;br /&gt;
:Usually a description given to ported software, as this statement doesn't make any sense when referring to hardware (notable {{w|Transmeta Crusoe|exceptions}} to the norm are few and far between). When software writers would like to run their apps on multiple platforms, they usually have three choices: re-compile the source code into each platform's codebase (often requiring tweaking to handle practical differences in resources between the systems); use a specially 'pre-portable' code that you can {{w|write once, run anywhere}}, such as Java, but requires a suitable interpreter to be written for each platform (and may still require code tweaks to absorb differences in implementations); create a specific emulator/virtual machine to allow existing code to 'see' the platform it was written for, despite the underlying system.&lt;br /&gt;
&lt;br /&gt;
:Only the first option is 'running natively', often the most optimised and thus best-performing option, and is usually qualified such as &amp;quot;Runs &amp;lt;Software Name&amp;gt; natively&amp;quot;, for particular packages full compiled upon that platform. It would also make little sense for the OS ''itself'' to be non-native, except when intentionally emulating another system (ideally on a more powerful system that can power past the inefficiencies of conversion and translation).&lt;br /&gt;
&lt;br /&gt;
:Or, in this case, it may be that the phone has legs and can literally run.&lt;br /&gt;
&lt;br /&gt;
;Wristband&lt;br /&gt;
&lt;br /&gt;
:Probably mocking trending smart watches, this feature would not be very useful on a full-sized smart phone, as it would be uncomfortable to wear due to its size. Also possibly a follow-up to xkcd Phone 2 being described as a 'phone for your other hand', as the wristband would make it possible to have all three phones accessible at once.&lt;br /&gt;
&lt;br /&gt;
;Wireless discharging&lt;br /&gt;
&lt;br /&gt;
:Some modern smartphones use a system called &amp;quot;wireless charging,&amp;quot; in which power is delivered to the phone without a wire. This phone, however, uses wireless technology to &amp;lt;i&amp;gt;discharge&amp;lt;/i&amp;gt; the phone, which would be useless given that the phone needs power and removing power from its battery doesn't seem to help... May also refer to the standard behavior of the phone's antenna, which communicates wirelessly via EM radio waves, but discharges the battery in doing so. It could also be simply and literally describing the nature of all cell phones, and indeed all battery-powered electronic devices, to gradually use the battery (discharging) when there are no wires attached (wireless), since wireless also means no power cord is plugged in (and assuming the absence or non-use of the aforementioned wireless charging function, which this phone may not even have).  Depending on the avenue of discharge, this may also be related to the heartbeat accelerator, accelerating the user's heartbeat by shocking them. Notably, some devices, when connected by a double-ended USB C cable, can charge the other device; this is wired discharging, so perhaps the xkcd Phone 3 can do this without the wire also.&lt;br /&gt;
&lt;br /&gt;
;Magnetic stripe&lt;br /&gt;
&lt;br /&gt;
:Likely a dig at the NFC (near-field communication) wireless radio modules in many modern phones. NFC allows, among others functions, mobile payment. This magnetic stripe could be a cheap way to imitate payment functionality, but &amp;quot;compatible&amp;quot; with classic credit cards.&lt;br /&gt;
&lt;br /&gt;
:Magnetic stripes are a data storage method used by devices such as credit cards and key cards to hold and transfer small amounts of information like key codes. Usually cellphones don't have them as they utilize more robust and protected ways to store and transmit data (such as NFC). The magnetic stripe shown would likely be unusable with current magnetic stripe readers due to the phone's thickness, in contrast to that of regular cards, thus breaking all imagined 'compatibility' arguments.&lt;br /&gt;
&lt;br /&gt;
:It would also be very annoying as it seems to block part of the screen.&lt;br /&gt;
&lt;br /&gt;
The phrase &amp;quot;We made another one®©™&amp;quot; is a reference to how phone companies release new phones very often, and the trademarks that surround the phone itself.&lt;br /&gt;
&lt;br /&gt;
The title text is a joke on guarantees and customer service. Usually the advertisement says that if the customer is not satisfied with the product, they'll refund the money and take the product back at no additional cost. In this case they guarantee the customer they'll send him/her home without charge; implying they won't fix or refund anything. Or that due to anticipated but unspecified faults of some kind, the phone's owner will ''need'' help to get back home when things go wrong, and probably be thankful for such assistance, in yet another example of a worryingly non-specific 'reassurance'.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[An image of a smartphone lying down, with many labels pointing to it. There is a black stripe across the top left corner of the phone. At the top right something is protruding from the side, like a volume control. There is a wrist band (only partly shown) attached to the middle of each side of the phone. Above the screen are several small features, below only a central square and on the bottom a socket. Clockwise from the top left the labels read:]&lt;br /&gt;
:2 AA batteries &lt;br /&gt;
:&amp;lt;small&amp;gt;(not included)&amp;lt;/small&amp;gt;&lt;br /&gt;
:Boneless&lt;br /&gt;
:Ear screen&lt;br /&gt;
:Heartbeat accelerator&lt;br /&gt;
:MobilePay money clip&lt;br /&gt;
:Siri, or whoever it was we put in here&lt;br /&gt;
:Instead of being on surface only, screen goes all the way through&lt;br /&gt;
:theknot.com partnership: Phone licensed to perform wedding ceremonies and does so at random&lt;br /&gt;
:Fingerprint randomizer&lt;br /&gt;
:USB E &lt;br /&gt;
:&amp;lt;small&amp;gt;(hotswappable)&amp;lt;/small&amp;gt;&lt;br /&gt;
:Waterproof, but can drown&lt;br /&gt;
:Foretold by prophecy&lt;br /&gt;
:Runs natively&lt;br /&gt;
:Wristband&lt;br /&gt;
:Wireless discharging&lt;br /&gt;
:Magnetic stripe&lt;br /&gt;
&lt;br /&gt;
:[Below the phone:]&lt;br /&gt;
:Introducing&lt;br /&gt;
:&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;The xkcd Phone 3&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
:We made another one®©™&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:xkcd Phones]]&lt;br /&gt;
[[Category:Comics sharing name|xkcd Phones]]&lt;br /&gt;
[[Category:Virtual Assistants]]&lt;/div&gt;</summary>
		<author><name>172.68.141.4</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1549:_xkcd_Phone_3&amp;diff=163578</id>
		<title>1549: xkcd Phone 3</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1549:_xkcd_Phone_3&amp;diff=163578"/>
				<updated>2018-10-03T05:02:47Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.141.4: /* Explanation */  Replaced table&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1549&lt;br /&gt;
| date      = July 10, 2015&lt;br /&gt;
| title     = xkcd Phone 3&lt;br /&gt;
| image     = xkcd_phone_3.png&lt;br /&gt;
| titletext = If you're not completely satisfied with the phone after 30 days, we will return you to your home at no cost.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|A table is a bad layout here.}}&lt;br /&gt;
This is the third entry in the ongoing [[:Category:xkcd Phones|xkcd Phone series]] which parodies common smartphone specs by attributing absurd or useless features to a fictional phone that sounds impressive but would actually be very impractical. The previous comic in the series [[1465: xkcd Phone 2]] was released over half a year before this one and the next [[1707: xkcd Phone 4]] was released almost a year later.&lt;br /&gt;
&lt;br /&gt;
;2 AA batteries (not included)&lt;br /&gt;
&lt;br /&gt;
:A phrase usually shown on small, low-powered, electronic devices like remote controllers, and not on cellphones; which use lithium-ion batteries and need to be periodically recharged for continuous use.&lt;br /&gt;
&lt;br /&gt;
:The apparently thin phone (according to the scale as judged by the wristband) would also preclude inserting AA batteries, unless a protruding battery compartment is hidden out of view on the back of the phone.&lt;br /&gt;
&lt;br /&gt;
:Alternatively could mean two Anti-Aircraft (artillery) &amp;quot;batteries&amp;quot; which would be groups of light or medium artillery pieces or missiles (2 to 9 weapons per battery, depending on country, weapon system and organisation). In any case, they would badly hamper the portability of the phone.&lt;br /&gt;
&lt;br /&gt;
;Boneless&lt;br /&gt;
&lt;br /&gt;
:Reference to meat or fish products being boneless, i.e. having all the bones removed, making it convenient to cook or eat. Phones do not typically have bones{{Citation needed}}, so this is wholly unremarkable. A possible reference to the iPhone 6's reported problems with its chassis, where it {{w|IPhone 6#Chassis bending|could bend under pressure}}.&lt;br /&gt;
&lt;br /&gt;
:Likely a reference to &amp;quot;Bone Conduction Microphones&amp;quot; implying that needing bones to work is a disadvantage and this phone has the feature of being &amp;quot;Boneless&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:[[xkcd Phone 4]] was instead &amp;quot;seedless&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
;Ear screen&lt;br /&gt;
&lt;br /&gt;
:An overcomplicated term for a speaker, connecting a screen which emits light to send visual information and the portion of a speaker which vibrates to send auditory information. Comparing the two makes a speaker a screen for the ear.&lt;br /&gt;
&lt;br /&gt;
;Heartbeat accelerator&lt;br /&gt;
&lt;br /&gt;
:A mashup of heartbeat sensor and accelerometer. May be some sort of external pacemaker. If that's the case, it's worrying that it only accelerates, potentially causing a positive feedback (heart attack). It may also be the result of the phone being so exciting or frustrating that it increases its user's heart rate.&lt;br /&gt;
&lt;br /&gt;
;MobilePay money clip&lt;br /&gt;
&lt;br /&gt;
:While mobile pay is a form of payment involving electronic transfers via cellphone, this model includes a money clip; a way of holding physical bills together, which defeats the purpose of electronic payment. Whether this is a clip that transfers money digitally or the phrase mobile pay is just a marketing tag is unknown.&lt;br /&gt;
&lt;br /&gt;
;Siri, or whoever it was we put in here&lt;br /&gt;
&lt;br /&gt;
:A joke on intelligent personal assistants. It also hints that Siri and the like are actual people, trapped inside of phones, which is not the case{{Citation needed}}.&lt;br /&gt;
&lt;br /&gt;
;Instead of being on surface only, screen goes all the way through&lt;br /&gt;
&lt;br /&gt;
:A reference to surface screens. Possible reference to smartphones with screen display wrapping one or more edges, like Samsung Galaxy Note Edge or Samsung Galaxy S6 Edge, or dual-screen smartphones with screen on the back (usually e-ink) like YotaPhone 2, or smartphones with minimal bezel like e.g. Sharp AQUOS Crystal.&lt;br /&gt;
&lt;br /&gt;
:Screen going ''all the way through'' would leave no place for innards of smartphone: processor, battery etc., and unless each layer is designed to be semi-transparent to see the inner {{w|voxel}}s the inner displays would be unseeable anyway.&lt;br /&gt;
&lt;br /&gt;
;theknot.com partnership: Phone licensed to perform wedding ceremonies and does so at random&lt;br /&gt;
&lt;br /&gt;
:[https://www.theknot.com/ theknot.com] is a website that assists in all stages of wedding planning. Due to this partnering, the phone has apparently obtained legal status as a {{w|Justice of the peace}} capable of performing legally valid marriages. It exerts this capability randomly, however, so the phone's owner (or potentially any other unsuspecting bystander) could suddenly find themselves with a new spouse without their knowledge, generally an undesired effect{{Citation needed}}. Whether this would result in unintentional {{w|bigamy}} or if the phone restricts itself to pairing up singles, or even enacts divorce first if necessary, is left unclear. May be a reference to how same-sex marriage was fully [http://en.wikipedia.org/wiki/Obergefell_v._Hodges legalized] in the United States just two weeks prior to the release of this comic.&lt;br /&gt;
&lt;br /&gt;
;Fingerprint randomizer&lt;br /&gt;
&lt;br /&gt;
:Presumably randomises the user's fingerprint, which may or may not be inconvenient depending on the intent of the user. It is not clear whether the device will change the person's fingerprint into a human-like fingerprint that is randomly selected from all possibilities, or if it completely mangles the fingerprint of the user. Either way, physically altering the user's finger to this degree will likely involve a painful process. Likely a cynical reference to fingerprint scanners, which are touted as password replacements.&lt;br /&gt;
&lt;br /&gt;
;USB E (hotswappable)&lt;br /&gt;
&lt;br /&gt;
:A USB port that makes fun of the three current systems, A, B, and recently C, by skipping D completely and jumping to E. The port presumably charges the phone and allows to transfer files like normal, but this kind lets you perform {{w|Hot swapping}} (replacing computer system components without turning the system off) with it, which has always been a feature of USB, so mentioning it is redundant at best.&lt;br /&gt;
&lt;br /&gt;
:May be a reference to the eSATAp (Power over eSATA) hybrid port that is functioning as a USB and eSATA port at the same time. The Serial ATA bus interface has standardized hot swapping support.&lt;br /&gt;
&lt;br /&gt;
;Waterproof, but can drown&lt;br /&gt;
&lt;br /&gt;
:Perhaps a reference to Siri or the person trapped in the phone drowning, but the phone itself staying functional. This is another human-like function, which the first 2 XKCD Phone comics had.&lt;br /&gt;
&lt;br /&gt;
;Foretold by prophecy&lt;br /&gt;
&lt;br /&gt;
:Likely mocking people on the internet who attempt to predict when Apple will release their next device. Might also be a joke on many videogames or fantasy novels, in which the main character is 'the chosen one', because 'the prophecy' foretold it.&lt;br /&gt;
&lt;br /&gt;
;Runs Natively&lt;br /&gt;
&lt;br /&gt;
:Usually a description given to ported software, as this statement doesn't make any sense when referring to hardware (notable {{w|Transmeta Crusoe|exceptions}} to the norm are few and far between). When software writers would like to run their apps on multiple platforms, they usually have three choices: re-compile the source code into each platform's codebase (often requiring tweaking to handle practical differences in resources between the systems); use a specially 'pre-portable' code that you can {{w|write once, run anywhere}}, such as Java, but requires a suitable interpreter to be written for each platform (and may still require code tweaks to absorb differences in implementations); create a specific emulator/virtual machine to allow existing code to 'see' the platform it was written for, despite the underlying system.&lt;br /&gt;
&lt;br /&gt;
:Only the first option is 'running natively', often the most optimised and thus best-performing option, and is usually qualified such as &amp;quot;Runs &amp;lt;Software Name&amp;gt; natively&amp;quot;, for particular packages full compiled upon that platform. It would also make little sense for the OS ''itself'' to be non-native, except when intentionally emulating another system (ideally on a more powerful system that can power past the inefficiencies of conversion and translation).&lt;br /&gt;
&lt;br /&gt;
:Or, in this case, it may be that the phone has legs and can literally run.&lt;br /&gt;
&lt;br /&gt;
;Wristband&lt;br /&gt;
&lt;br /&gt;
:Probably mocking trending smart watches, this feature would not be very useful on a full-sized smart phone, as it would be uncomfortable to wear due to its size. Also possibly a follow-up to xkcd Phone 2 being described as a 'phone for your other hand', as the wristband would make it possible to have all three phones accessible at once.&lt;br /&gt;
&lt;br /&gt;
;Wireless discharging&lt;br /&gt;
&lt;br /&gt;
:Some modern smartphones use a system called &amp;quot;wireless charging,&amp;quot; in which power is delivered to the phone without a wire. This phone, however, uses wireless technology to &amp;lt;i&amp;gt;discharge&amp;lt;/i&amp;gt; the phone, which would be useless given that the phone needs power and removing power from its battery doesn't seem to help... May also refer to the standard behavior of the phone's antenna, which communicates wirelessly via EM radio waves, but discharges the battery in doing so. It could also be simply and literally describing the nature of all cell phones, and indeed all battery-powered electronic devices, to gradually use the battery (discharging) when there are no wires attached (wireless), since wireless also means no power cord is plugged in (and assuming the absence or non-use of the aforementioned wireless charging function, which this phone may not even have).  Depending on the avenue of discharge, this may also be related to the heartbeat accelerator, accelerating the user's heartbeat by shocking them. Notably, some devices, when connected by a double-ended USB C cable, can charge the other device; this is wired discharging, so perhaps the xkcd Phone 3 can do this without the wire also.&lt;br /&gt;
&lt;br /&gt;
;Magnetic stripe&lt;br /&gt;
&lt;br /&gt;
:Likely a dig at the NFC (near-field communication) wireless radio modules in many modern phones. NFC allows, among others functions, mobile payment. This magnetic stripe could be a cheap way to imitate payment functionality, but &amp;quot;compatible&amp;quot; with classic credit cards.&lt;br /&gt;
&lt;br /&gt;
:Magnetic stripes are a data storage method used by devices such as credit cards and key cards to hold and transfer small amounts of information like key codes. Usually cellphones don't have them as they utilize more robust and protected ways to store and transmit data (such as NFC). The magnetic stripe shown would likely be unusable with current magnetic stripe readers due to the phone's thickness, in contrast to that of regular cards, thus breaking all imagined 'compatibility' arguments.&lt;br /&gt;
&lt;br /&gt;
:It would also be very annoying as it seems to block part of the screen.&lt;br /&gt;
&lt;br /&gt;
The phrase &amp;quot;We made another one®©™&amp;quot; is a reference to how phone companies release new phones very often, and the trademarks that surround the phone itself.&lt;br /&gt;
&lt;br /&gt;
The title text is a joke on guarantees and customer service. Usually the advertisement says that if the customer is not satisfied with the product, they'll refund the money and take the product back at no additional cost. In this case they guarantee the customer they'll send him/her home without charge; implying they won't fix or refund anything. Or that due to anticipated but unspecified faults of some kind, the phone's owner will ''need'' help to get back home when things go wrong, and probably be thankful for such assistance, in yet another example of a worryingly non-specific 'reassurance'.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[An image of a smartphone lying down, with many labels pointing to it. There is a black stripe across the top left corner of the phone. At the top right something is protruding from the side, like a volume control. There is a wrist band (only partly shown) attached to the middle of each side of the phone. Above the screen are several small features, below only a central square and on the bottom a socket. Clockwise from the top left the labels read:]&lt;br /&gt;
:2 AA batteries &lt;br /&gt;
:&amp;lt;small&amp;gt;(not included)&amp;lt;/small&amp;gt;&lt;br /&gt;
:Boneless&lt;br /&gt;
:Ear screen&lt;br /&gt;
:Heartbeat accelerator&lt;br /&gt;
:MobilePay money clip&lt;br /&gt;
:Siri, or whoever it was we put in here&lt;br /&gt;
:Instead of being on surface only, screen goes all the way through&lt;br /&gt;
:theknot.com partnership: Phone licensed to perform wedding ceremonies and does so at random&lt;br /&gt;
:Fingerprint randomizer&lt;br /&gt;
:USB E &lt;br /&gt;
:&amp;lt;small&amp;gt;(hotswappable)&amp;lt;/small&amp;gt;&lt;br /&gt;
:Waterproof, but can drown&lt;br /&gt;
:Foretold by prophecy&lt;br /&gt;
:Runs natively&lt;br /&gt;
:Wristband&lt;br /&gt;
:Wireless discharging&lt;br /&gt;
:Magnetic stripe&lt;br /&gt;
&lt;br /&gt;
:[Below the phone:]&lt;br /&gt;
:Introducing&lt;br /&gt;
:&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;The xkcd Phone 3&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
:We made another one®©™&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:xkcd Phones]]&lt;br /&gt;
[[Category:Comics sharing name|xkcd Phones]]&lt;br /&gt;
[[Category:Virtual Assistants]]&lt;/div&gt;</summary>
		<author><name>172.68.141.4</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=386:_Duty_Calls&amp;diff=163354</id>
		<title>386: Duty Calls</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=386:_Duty_Calls&amp;diff=163354"/>
				<updated>2018-09-26T23:13:26Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.141.4: Small spelling fix.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 386&lt;br /&gt;
| date      = February 20, 2008&lt;br /&gt;
| title     = Duty Calls&lt;br /&gt;
| image     = duty calls.png&lt;br /&gt;
| titletext = What do you want me to do? LEAVE? Then they'll keep being wrong!&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
[[Cueball]], and many Internet {{w|nerd}}s, feel an {{Wiktionary|irrepressible}} urge to correct people on the Internet, and often get intensely invested in arguments over mundane or insignificant topics. In this comic, Cueball is presented as an exaggerated example of one such arguer.  His statement that &amp;quot;This is important&amp;quot; shows his excessive investment in whatever [unnamed] topic he is arguing about.  Additionally, Cueball's interpretation of the argument as &amp;quot;someone is wrong, I need to correct them&amp;quot; rather than &amp;quot;someone disagrees with me, I should learn from them&amp;quot; parodies Internet arguers' insistence in the obvious, objective superiority of their viewpoint.&lt;br /&gt;
&lt;br /&gt;
The title text reinforces this satire.  The phrase &amp;quot;Duty Calls&amp;quot; used in the title is traditionally used in much more dramatic contexts [say, by a police officer, firefighter, doctor, etc. when talking about their job], so applying it to the job of arguing on the Internet is a humorous mismatch that puts Cueball's disproportionate investment into perspective. Cueball's exasperated, all-or-nothing retort &amp;quot;What do you want me to do? LEAVE?&amp;quot; in the alt text further highlights the absurd nature of his emotional investment in this argument.  His reasoning that &amp;quot;they'll keep being wrong!&amp;quot; if he leaves suggests that the only solution he sees is to continue to argue until everyone on the Internet has agreed with him on all issues–a ridiculously impossible plan.  By taking this satire to its logical conclusion–an eternity of arguing on the Internet with no time for pleasure in real life–Randall reminds the reader that getting emotionally involved in Internet arguments at the expense of real life is a terrible, terrible idea.&lt;br /&gt;
&lt;br /&gt;
In [[955: Neutrinos]] another incarnation of Cueball is cured of a similar disease. A much later comic is simply called [[1731: Wrong]], but here it is not the other people who are wrong!&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball is behind a computer.]&lt;br /&gt;
:Voice outside frame: Are you coming to bed?&lt;br /&gt;
:Cueball: I can't. This is important.&lt;br /&gt;
:Voice: What?&lt;br /&gt;
:Cueball: Someone is &amp;lt;u&amp;gt;WRONG&amp;lt;/u&amp;gt; on the Internet.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Internet]]&lt;/div&gt;</summary>
		<author><name>172.68.141.4</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=explain_xkcd:Community_portal/Miscellaneous&amp;diff=162077</id>
		<title>explain xkcd:Community portal/Miscellaneous</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=explain_xkcd:Community_portal/Miscellaneous&amp;diff=162077"/>
				<updated>2018-08-29T19:29:03Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.141.4: /* Sightless readers offended by the &amp;quot;It's 'cause you're dumb&amp;quot; tagline. */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{Community portal}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Community Portal's design ==&lt;br /&gt;
&lt;br /&gt;
{{tl|Community portal}} looks too Wikipedia-ish (because that's where I got it).  Someone who can design things should probably fix that.  It isn't protected for the time being, though it probably will be in the future (high-visibility template).  --''[[User:Philosopher|Philosopher]]''&amp;amp;nbsp;&amp;lt;sup&amp;gt;[[User talk:Philosopher|Let us reason together.]]&amp;lt;/sup&amp;gt; 00:54, 4 August 2012 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Common mistake ==&lt;br /&gt;
&lt;br /&gt;
This affects all pages that ever say &amp;quot;alt text&amp;quot; in reference to the TITLE text on xkcd images.  &amp;quot;Alt text&amp;quot; is incorrect; Alt text refers to the text that is shown as an alternative when images are not displayed.  Title text is what xkcd uses and is shown as a tool tip-like bubble when images are hovered over.&lt;br /&gt;
&lt;br /&gt;
I would correct this myself but I saw no way to edit the main page. --[[User:Jillysky|Jillysky]] ([[User talk:Jillysky|talk]]) 14:21, 6 August 2012‎ (UTC)&lt;br /&gt;
&lt;br /&gt;
:You actually don't need to edit the main page to fix it, as what's there is just a mirror (transclusion) of the actual content from the comic page, at [[Curiosity]], which is open for editing by anyone. Then again, the &amp;quot;alt-text&amp;quot; in that case is generated by a template, {{tl|comic}}, so that's where we should fix this. The template's code, however, is currently a terrible mess (sorry!), so I went ahead and took care of it. Thanks for catching that! --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 16:24, 6 August 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Ah? So it's wrong, for instance, on http://m.xkcd.com? because of that I took it for granted that we could call it the alt-text... - [[User:Cos|Cos]] ([[User talk:Cos|talk]]) 17:38, 6 August 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Yes. If you look at the page's html source, you'll see:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;img&lt;br /&gt;
 id=&amp;quot;comic&amp;quot;&lt;br /&gt;
 src=&amp;quot;http://imgs.xkcd.com/comics/curiosity.png&amp;quot;&lt;br /&gt;
 title=&amp;quot;As of this writing the NASA/JPL websites are still overloaded. Trying CURIOSITY-REAR-CAM_[256px_x_256px].torrent.SwEsUb.DVDRip.XviD-aXXo.jpg instead.&amp;quot;&lt;br /&gt;
 alt=&amp;quot;Curiosity&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
::(line breaks added for clarity) --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 23:54, 6 August 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::That was my error in the template. I knew &amp;quot;image text&amp;quot; that has been commonly used by Jeff was not techically correct, but I didn't actually go back and confirm it was alt text before I included that tag in the template. That's to Waldir (I believe?) for correcting the template. [[User:TheHYPO|TheHYPO]] ([[User talk:TheHYPO|talk]]) 14:14, 7 August 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== When the &amp;quot;official&amp;quot; transcript is wrong? ==&lt;br /&gt;
I did [[903: Extended Mind]]. Interestingly, the transcript on xkcd.com is missing the bottom line &amp;quot;When Wikipedia has a server outage, my apparent IQ drops by 30 points.&amp;quot; I assume we want a complete transcript, rather than whatever xkcd.com says it is...? [[User:Stevage|Stevage]] ([[User talk:Stevage|talk]]) 04:10, 17 November 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:We're focusing on the actual transcript of the comic, not the xkcd.com transcript. The official transcript is usually right, but even Randall makes mistakes sometimes. [[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;]] 04:24, 17 November 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Milestone: half the comics explained!! ==&lt;br /&gt;
&lt;br /&gt;
Hi all! I'm pleased to announce that we have just broke the 50% mark for xkcd explanations! The page that balanced the count (568 explained, 568 to go, at the time) was [[877: Beauty]], created 01:31 UTC, 21 November 2012 by [[User:Davidy22]]. Congratulations!! :D --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 03:10, 21 November 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:The caterer's been called! The punch will be arriving soon! Go [[User:Davidy22|Davidy22]]! [[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]])  06:53, 21 November 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
::[[File:freedom.png]] Punch is served! [[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;]] 07:11, 21 November 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
But the Main page says 407 explanations, 731 to go! What's up with that? --[[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 21:00, 23 November 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Reverse? ==&lt;br /&gt;
&lt;br /&gt;
Why in the Archive why are all the thing up until &amp;quot;Heatmap&amp;quot; in Reverse?  Can someone please answer? [[User:Tmack3|Tmack3]] ([[User talk:Tmack3|talk]]) 08:28, 20 February 2013 (UTC)&lt;br /&gt;
:Archive? Can you provide a link or screenshot? '''[[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;]] 04:43, 19 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
http://xkcd.com/archive/ [[User:Tmack3|Tmack3]] ([[User talk:Tmack3|talk]]) 08:28, 20 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Ah, that's because the comic right after that, rtl, has a right-to-left character in it that flips all the proceeding text. '''[[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:13, 20 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Ah, ok, i see that now.  When I 1st saw that RTL I just thought that it was random letters, thankyou for explaining it for me. [[User:Tmack3|Tmack3]] ([[User talk:Tmack3|talk]]) 08:28, 20 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It also depends on what browser you are on because on Google Chrome it was normal. [[User:Tmack3|Tmack3]] ([[User talk:Tmack3|talk]]) 09:08, 20 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Do you think this question was asked by one of the xkcd people? ==&lt;br /&gt;
&lt;br /&gt;
http://answers.yahoo.com/question/index?qid=20090301060752AAtYugc [[User:Tmack3|Tmack3]] ([[User talk:Tmack3|talk]]) 08:38, 20 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Matthew Reilly ==&lt;br /&gt;
&lt;br /&gt;
I would just like to tell everyone that I asked Matthew Reilly (the author) if he is ever scared that a velociraptor is going to attack him, and he said NO!  He clearly needs to start worrying about them! [[User:Tmack3|Tmack3]] ([[User talk:Tmack3|talk]]) 10:45, 22 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== What can we learn section ==&lt;br /&gt;
First of all I love your work. I believe deeper understanding of each XKCD can make a world a better place and I thank you sincerely for starting this webpage. I wanted to ask what you think about &amp;quot;What can we learn?&amp;quot; section I've been adding to some of the pages. Thank you - [[User:E-inspired|E-inspired]] ([[User talk:E-inspired|talk]]) 13:27, 28 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:This site is actually the work of multiple editors working slowly and steadily to fill in explanations for all the old comics. Some of the xkcd comics are incredibly deep - comic [[956]] is such a poignant comic that digs into the DRM issue on so many levels. Your reflections on many of the comics are very much warranted and you're helping us create talk pages with high-quality opening posts, which is great for future discussion on this wiki. It'd be nice if you could refrain from putting headers in talk pages, technical limitations of the wiki make long explanation pages choke when headings are in the discussion page. Other than that, keep up the good work! '''[[User:Davidy22|&amp;lt;u&amp;gt;&amp;lt;font color=&amp;quot;purple&amp;quot; title=&amp;quot;I want you&amp;quot;&amp;gt;David&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot; size=&amp;quot;3px&amp;quot;&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=&amp;quot;indigo&amp;quot; size=&amp;quot;4px&amp;quot;&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 13:42, 28 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
::I've put in my 2 cents to comic [[956]], and thank you for teaching me how to comment and link to other comics - [[User:E-inspired|E-inspired]] ([[User talk:E-inspired|talk]]) 13:58, 28 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: FYI, you can always make pseudo-headings using a horizontal rule and a bold &amp;quot;header&amp;quot;, but honestly I think a simple standard opening sentence would suffice. --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 12:14, 2 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Oh, and the guy who draws xkcd is called {{w|Randall Munroe}}. So many glowing things to be said about him. '''[[User:Davidy22|&amp;lt;u&amp;gt;&amp;lt;font color=&amp;quot;purple&amp;quot; title=&amp;quot;I want you&amp;quot;&amp;gt;David&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot; size=&amp;quot;3px&amp;quot;&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=&amp;quot;indigo&amp;quot; size=&amp;quot;4px&amp;quot;&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 13:44, 28 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Yes, I can't thank him enough for simplifying complex issues to funny stories, I think it's exactly what our generation needs - [[User:E-inspired|E-inspired]] ([[User talk:E-inspired|talk]]) 13:58, 28 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I'm in favor of a Mr. Rogers style of 'what lesson can be learned' on the talk page, but make sure your comments don't come across as sanctimonious and holier-than-thou as that can be really off-putting. [[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]]) 19:06, 28 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: You are absolutely correct, I have not thought of that, please trust me I did not do it on purpose. Thank you Mr. Lcarsos - [[User:E-inspired|E-inspired]] ([[User talk:E-inspired|talk]]) 19:55, 28 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Thank you David, and I apologize that I've not made it clear that by your work, I do mean your collective work (the wiki is only as good as all the people behind it). I was trying to put the headers to allow others to find the section easier in case they start looking for it, perhaps I could make a suggestion to make it a standalone section so that others would be encouraged to contribute their own understanding of lessons they have noticed from each comic. I know the lessons I've seen, but I would love to learn from others as much as I hope they can learn from me and Mr. XKCD, thank you. - [[User:E-inspired|E-inspired]] ([[User talk:E-inspired|talk]]) 13:48, 28 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== DING DONG THE WITCH IS DEAD ==&lt;br /&gt;
&lt;br /&gt;
Hello fellow editors. Do you remember the last time we were hit by a surge of automated spam? Neither do I. ConfirmEdit has really done a number on the volume of spam that we're eating - one spam account has been created since we finished configuring confirmEdit, and zero anon edits have been spam. Zero. Can you say happiness? Can you say party? '''[[User:Davidy22|&amp;lt;u&amp;gt;&amp;lt;font color=&amp;quot;purple&amp;quot; title=&amp;quot;I want you&amp;quot;&amp;gt;David&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot; size=&amp;quot;3px&amp;quot;&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=&amp;quot;indigo&amp;quot; size=&amp;quot;4px&amp;quot;&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 14:41, 1 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Hehe, I'm glad! Thanks for being so relentless on the spam-fighting all this time! Maybe we should make up a new reason to make Jeff remove the /wiki/ in the URL? ;) –[[User:St.nerol|St.nerol]] ([[User talk:St.nerol|talk]]) 18:11, 1 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Awesome news! Finally the patrolling feature will be usable: [{{fullurl:Special:RecentChanges|hideanons=1&amp;amp;hidepatrolled=1&amp;amp;from=20121204025000&amp;amp;days=365&amp;amp;limit=1000}} Unpatrolled changes by registered users] / [{{fullurl:Special:RecentChanges|hideliu=1&amp;amp;hidepatrolled=1&amp;amp;from=20121204025000&amp;amp;days=365&amp;amp;limit=1000}} Unpatrolled changes by anonymous users] :) --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 12:27, 2 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 1000th comic explanation!! ==&lt;br /&gt;
&lt;br /&gt;
Hi all! It apparently went unnoticed that '''we have recently surpassed the mark of 1000 comic explanations!''' Some calculations based on [[:Category:Comics]] and [[Special:NewPages]] led me to the conclusion that the 1000th explanation was [[681: Gravity Wells]], created by [[User:AlexRNL]] just yesterday! Yay! This calls for a celebration, no? Congrats to [[Special:ContributionScores|everyone]] who made this happen! I'll edit [[Mediawiki:Sitenotice]] with a congratulatory message. Way to go, guys! --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 16:04, 10 April 2013 (UTC)&lt;br /&gt;
:ps - I also took the opportunity to flesh out our [[explain xkcd|about/history page]]. Please take a look and fix/add any details I might have missed. --[[User:Waldir|Waldir]] ([[User talk:Waldir|talk]]) 16:06, 10 April 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Style guide ==&lt;br /&gt;
Is there a style guide for this wiki? --[[User:PeterMortensen|PeterMortensen]] ([[User talk:PeterMortensen|talk]]) 20:14, 10 August 2013 (UTC)&lt;br /&gt;
:Oh, sorry, I did forget to answer here. A guide on this is not easy, many individual comics do need special layouts because they have content never can match to a style guide. But I will give a try [[Help:Style Guide]].--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 21:18, 15 August 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Adblock ==&lt;br /&gt;
&lt;br /&gt;
I've whitelisted the site in adblock, but the ads are still blocked.&lt;br /&gt;
Anyone know what' going on here and how I can fix it?--[[User:ParadoX|ParadoX]] ([[User talk:ParadoX|talk]]) 04:34, 27 September 2013 (UTC)&lt;br /&gt;
:Huh. I was wondering why our impression counts weren't rising. I thought it was just because this site had high turnover. I've changed the webpage that the word whitelisting links to, try the instructions there instead. Project wonderful is our ad provider, and they've been pretty good to us so far. Also, thanks for helping to support the site! '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 04:40, 27 September 2013 (UTC)&lt;br /&gt;
::Great! I don't really mid ads as long as they aren't intrusive. Works now, Hope everyone else does it as well.--[[User:ParadoX|ParadoX]] ([[User talk:ParadoX|talk]]) 05:16, 27 September 2013 (UTC)&lt;br /&gt;
::I saw you wrote &amp;quot;the webpage that the word whitelisting links to&amp;quot; so I went to the search box and typed whitelisting. My search didn't yield anything useful: [http://www.explainxkcd.com/wiki/index.php?search=whitelisting&amp;amp;go=Go&amp;amp;title=Special%3ASearch]. I don't know how to create the missing page but there oughta be a link for someone like me who searches for whitelist or whitelisting, to take them to the instructions you refer to. [[User:SaxTeacher|SaxTeacher]] ([[User talk:SaxTeacher|talk]]) 10:59, 17 May 2014 (UTC)&lt;br /&gt;
:::We already have this linked somewhere, but [https://www.projectwonderful.com/adblock.php this] is the link you want. '''[[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;]] 13:41, 17 May 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
I normally access this site through the android app &amp;quot;xkcd browser&amp;quot;. That app only links to the content part of the site and doesn't show the side bar, so the adds aren't shown either. Might be worth discussing it with the author. [[Special:Contributions/109.158.126.139|109.158.126.139]] 08:06, 27 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:We support those avenues completely, you don't need to feel bad if you use an app to browse this site. We're only really concerned when we put up ads and our impressions are less than half our page hits, because that essentially means more than half our readers aren't contributing to server costs. That's really hard to deal with. We have enough daily page hits to qualify as web publishers at very big ad agencies, but we've had to settle for relatively low rates at the smaller Project Wonderful because 60% of our users were using adblock, so the agencies rejected us because our valuable &amp;quot;paying&amp;quot; audience was too low for them to consider us. That's been the difference between us using dedicated servers to host the site and hiring a contractor to set it up, and the (admittedly somewhat decent) shared hosting plan that we have to settle for now. We can only afford the shared hosting, because the small-scale advertisers at Project Wonderful don't even pay for full days of advertising; most of the time, we make less per day than the posted $3.90 price. That said, we're grateful that Project Wonderful would take us as a publisher when no one else would, but it really feels like the difference between being accepted to community college and being accepted to an ivy league school. For a similar reason, the Google ads route was not sufficient to satisfy our needs; not a large enough proportion of our users were looking at ads, so we either needed to spam them and degrade the site, or we needed to make them refresh, which makes pages slow and causes needlessly high traffic for a lot of users. We didn't want our ads to make the site worse, because that would drive away users and defeat the purpose of us being a public resource for xkcd readers. We actually decided to go the agency route pretty early, because adsense takes a massive cut of revenues and gives us little control over what ads or advertisers actually showed, which was not okay with us. Whoah, I wrote a lot. I hope it was coherent. Maybe someday I'll collect my thoughts and write a proper summary on how and why we advertise. Also, if you have any questions about anything ad-related, you can always ask us at [[explain xkcd talk:Advertise Here]]. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 11:15, 27 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Feynman? ==&lt;br /&gt;
&lt;br /&gt;
Feynman (both in [[182: Nash|living]] and [[397: Unscientific|zombie]] form) probably deserves an entry in the [[Template:Navbox characters|character navbox]] template doesn't he? [[Special:Contributions/128.250.152.198|128.250.152.198]] 02:21, 1 October 2013 (UTC)&lt;br /&gt;
:That's two comics out of 1200+. Three if you count the song. Not quite enough yet. '''[[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;
:: If that's the criterion, then we need to get rid of [[Brown Hat]]. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 19:30, 11 March 2015 (UTC)&lt;br /&gt;
:::Potentially, we could create a very minor character category with these two, and other characters with less than 10 appearances. [[User:tplaza64]]&lt;br /&gt;
&lt;br /&gt;
== Job Interview (Atomic Soup) ==&lt;br /&gt;
&lt;br /&gt;
The soup is clearly being poured out of an atomic socket. This &amp;quot;atomic soup&amp;quot; is probably not a reference to the alcoholic brew favoured by Scottish tramps, but more likely to the virtual nature of the company. {{unsigned|Sulis}}&lt;br /&gt;
:Hey, go here [[Talk:1293: Job Interview‎]] for discussions. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 19:58, 20 November 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Is there a similar, transcripted service for The Oatmeal? ==&lt;br /&gt;
&lt;br /&gt;
Hi everyone - this site is a real gem, I've sent it to a friend of mine who can't read XKCD because she's blind. The transcripts on this site are a real boon!&lt;br /&gt;
&lt;br /&gt;
Does anyone know if there is a similar service for The Oatmeal? I've searched and searched, but found nothing so far.&lt;br /&gt;
&lt;br /&gt;
Thanks :)&lt;br /&gt;
&lt;br /&gt;
Jeff&lt;br /&gt;
&lt;br /&gt;
:As far as I know we are kind of unique in the web comics world. I think we get away with it because Randall publishes all his comics as Creative Commons Attribution, Non-Commercial. We liberally link back to xkcd, and we don't make a penny (The ads are just to cover server expenses, because wikis and the databases that support them get big when you're covering a body of work like xkcd). I haven't looked into the copyright Matt uses for the Oatmeal, but he seems like a cool enough guy to not kill a community transcripting effort of his comics. [[User:Lcarsos|lcarsos]]&amp;lt;span title=&amp;quot;I'm an admin. I can help.&amp;quot;&amp;gt;_a&amp;lt;/span&amp;gt; ([[User talk:Lcarsos|talk]]) 20:32, 4 March 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== what if 103: Vanishing Water - comics ==&lt;br /&gt;
&lt;br /&gt;
Please explain the 2nd and the 4th comics from http://what-if.xkcd.com/103/&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Just tried to sail my boat over land, because I didn't learn from that kid in the Zephyr.&amp;quot; (who's the kid from Zephyr?)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;A third time?&amp;quot; (maybe whales were dropped twice before in other what-ifs?) [[User:Daniel Carrero|Daniel Carrero]] ([[User talk:Daniel Carrero|talk]]) 21:57, 9 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:&amp;quot;A third time?&amp;quot; is a reference to a whale falling twice in &amp;quot;Hitchiker's guide to the Galaxy&amp;quot;.  Been a while, so I don't remember the details of how this fit in, but the second time it happened to the whale, he thought &amp;quot;Not again&amp;quot; or something along those lines. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 18:49, 11 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Actually, it was the bowl of petunias that thought to itself &amp;quot;Oh, no, not again.&amp;quot; [[Special:Contributions/108.162.216.73|108.162.216.73]] 00:48, 5 April 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Raises the question of if we should explain jokes imbedded in What If comics. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 18:49, 11 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Discussion usage ==&lt;br /&gt;
&lt;br /&gt;
Am I being a killjoy in feeling that the discussion section should be mainly limited to discussion on improving the explanation, gathering consensus and that type of thing.&lt;br /&gt;
Specifically, the discussion for [[1418: Horse]] is quickly turning into every man and his dog posting a sentence in the style of the comic, which doesn't really add anything to the page other than clutter.&lt;br /&gt;
&lt;br /&gt;
Personally, I'd just delete most of them, but I think I might be turning into a grumpy old bugger... --[[User:Pudder|Pudder]] ([[User talk:Pudder|talk]]) 20:32, 10 September 2014 (UTC)&lt;br /&gt;
:The discussion is also there for just talking about the comic. Those guys aren't wildly off-topic, there's no need to clamp down on what they get to talk about. '''[[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;]] 17:44, 10 September 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Yep, I must just be grumpy and draconian! Lesson learned --[[User:Pudder|Pudder]] ([[User talk:Pudder|talk]]) 20:32, 10 September 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 2014 Christmas header ==&lt;br /&gt;
&lt;br /&gt;
Since the header for the site current contains a [http://imgs.xkcd.com/store/store_default.png graphic link to the store] that promises that Randall probably won't ship you a [[:Category:Bobcats|bobcat]], it seems to me that probably ought to be preserved and explained somewhere. [[Special:Contributions/173.245.56.189|173.245.56.189]] 17:45, 3 December 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== XKCD at LanguageLog ==&lt;br /&gt;
&lt;br /&gt;
Arnold Zwicky (of the well-known linguistics blog Language Log) has put together a list of linguistics-related XKCD strips, here: http://arnoldzwicky.org/the-language-of-comics/comics-lists/xkcd-cartoons/ I thought it might be appropriate for a copy of the list (maybe a category) to be created from it. [[Special:Contributions/199.27.133.79|199.27.133.79]] 03:48, 28 December 2014 (UTC)&lt;br /&gt;
:[[:Category:Language]] '''[[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:39, 28 December 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Bookmarklet ==&lt;br /&gt;
&lt;br /&gt;
Hello there, I've created a little bookmarklet (https://ginkobox.fr/shaarli/?a77vQw) and I thought it might be useful for someone out there.&lt;br /&gt;
&lt;br /&gt;
When launched, it adds the 'explain' before xkcd.com and the browser loads the explainxkcd page. I've tested it only on Firefox.&lt;br /&gt;
&lt;br /&gt;
(Contact @ https://ginkobox.fr/wiki/doku.php?id=about) {{unsigned ip|‎108.162.229.100}}&lt;br /&gt;
&lt;br /&gt;
== Is there a RSS feed for What If? ==&lt;br /&gt;
&lt;br /&gt;
Is there a RSS feed for What If?--[[User:17jiangz1|17jiangz1]] ([[User talk:17jiangz1|talk]]) 11:59, 29 March 2015 (UTC)&lt;br /&gt;
:No, because we cover the comics. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 18:57, 29 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== My User Page ==&lt;br /&gt;
&lt;br /&gt;
Can someone help me with [[user:17jiangz1|my user page]]? I can't seem to remove the large spaaaaaace on top.--[[User:17jiangz1|17jiangz1]] ([[User talk:17jiangz1|talk]]) 07:43, 9 April 2015 (UTC)&lt;br /&gt;
: The only solution I've found is to remove the contribution scores (data6=...). Not sure what exactly is triggering this bug. --[[User:SlashMe|SlashMe]] ([[User talk:SlashMe|talk]]) 21:02, 9 April 2015 (UTC)&lt;br /&gt;
I am receiving &amp;quot;Expression error: Unrecognised punctuation character &amp;quot;&amp;quot;.&amp;quot; for &amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;{{#expr: {{formatnum:{{#cscore:17jiangz1|pages}}|R}}/{{formatnum:{{NUMBEROFARTICLES}}|R}}*100 round 5 }}&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;--[[User:17jiangz1|17jiangz1]] ([[User talk:17jiangz1|talk]]) 05:46, 10 April 2015 (UTC)&lt;br /&gt;
:Bump?--[[User:17jiangz1|17jiangz1]] ([[User talk:17jiangz1|talk]]) 06:48, 14 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== What-If ==&lt;br /&gt;
&lt;br /&gt;
In What-If 150, &amp;quot;Tatoonie Rainbow&amp;quot;, http://what-if.xkcd.com/150/ the first image title-text says: &amp;quot;Vowing not to reference that video any further anywhere in this article, on principle.&amp;quot;.  What video is he talking about? [[User:5mi11er|slmiller]] ([[User talk:5mi11er|talk]]) 14:29, 27 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
It hasn't updated for 2 weeks. why?--[[User:17jiangz1|17jiangz1]] ([[User talk:17jiangz1|talk]]) 06:50, 25 April 2015 (UTC)&lt;br /&gt;
:Looks like they're on hold for a few months (Until July 14th). Too bad, I enjoyed them. ([http://what-if.xkcd.com/ Look at the top of the What-If page])  --[[User:Zman9600|Zman9600]] ([[User talk:Zman9600|talk]]) 20:24, 6 May 2015 (UTC)&lt;br /&gt;
:What is so special about the date and time? Seems very specific: ''July 14th, 2015 at 7:49:59 AM EDT.'' --[[Special:Contributions/141.101.98.99|141.101.98.99]] 12:48, 28 May 2015 (UTC)&lt;br /&gt;
Looks like it's set for the 40th anniversary of the Apollo-Soyuz mission launch. {{unsigned ip|108.162.237.158}}&lt;br /&gt;
&lt;br /&gt;
What If updates will resume on July 14th, 2015 at 7:49:59 AM EDT. By that time {{w|New Horizons}} will have it's closest approach to {{w|Pluto}}. See here: http://pluto.jhuapl.edu/ --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 20:34, 5 June 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== thanks for having a working website ==&lt;br /&gt;
&lt;br /&gt;
the search function on xkcd.com was taken off, and now the random function seems to be having issues, but it's nice that here both work [[Special:Contributions/188.114.97.114|188.114.97.114]] 19:09, 9 June 2015 (UTC)&lt;br /&gt;
:We do our best. '''[[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:27, 9 June 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Ada Munroe ==&lt;br /&gt;
&lt;br /&gt;
The latest [[what if?]] number 139 has a question by &amp;quot;Ada Munroe&amp;quot;. Is she related to [[Randall]] in any way? --{{User:17jiangz1/signature|06:57, 09 August 2015}}&lt;br /&gt;
&lt;br /&gt;
== Out of curiosity ==&lt;br /&gt;
&lt;br /&gt;
I notice that whenever someone links to tvtropes.org in an explanation, someone changes the link to the matching page on allthetropes.org. I'm curious as to why that is. Is there some kind of terms of use conflict at play here that an editor should be keeping in mind? [[Special:Contributions/199.27.128.156|199.27.128.156]] 06:33, 26 October 2015 (UTC)&lt;br /&gt;
:TVtropes does not restrict links to their site, and if this has been happening there are some time-outs that I need to be handing out. Can you point me to some of the edits where this is happening? '''[[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:24, 26 October 2015 (UTC)&lt;br /&gt;
::The specific example I had was, um, [[1468: Worrying]]. On Jan 3rd the links went to tvtropes.org, and on March 18th they were all changed over to allthetropes.orain.org. I just found it curious, I wasn't sure what the reason for it was [[Special:Contributions/162.158.255.47|162.158.255.47]] 10:32, 29 October 2015 (UTC)&lt;br /&gt;
:::Reverted. Typically, the reason people change perfectly good links to specific, obscure links in wikis is usually self-advertising. I'll be watching that guy's edits in the future. Thanks for the heads up. '''[[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:00, 29 October 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Sightless readers offended by the &amp;quot;It's 'cause you're dumb&amp;quot; tagline. ==&lt;br /&gt;
&lt;br /&gt;
I'll admit, every now and again the comic is over my head.   ...because I'm dumb in that particular field.   However, blind users who enjoy xkcd must do so through explainxkcd.   They are NOT dumb.  They are *blind*.  Without explainxkcd, they would have no idea what is in the comics panels.&lt;br /&gt;
&lt;br /&gt;
Explainxkcd is a great site.  There is no question it provides a service to the internet community.&lt;br /&gt;
&lt;br /&gt;
Please see this thread (last paragraph) on Userfriendly.org.   Keep in mind, the end user is sightless and explainxkcd is &amp;quot;viewed&amp;quot; through a screen reader.  http://ars.userfriendly.org/cartoons/read.cgi?id=20160207&amp;amp;tid=3930989 (Anonymous)&lt;br /&gt;
&lt;br /&gt;
: The guy on that other site is complaining about that XKCD does not work well in a screen reader -- that is not our problem, but a problem for Randall to solve on his own site.   We cannot be the catch all for everything on the internet that Randall broke [[User:Spongebog|Spongebog]] ([[User talk:Spongebog|talk]]) 15:37, 8 February 2016 (UTC)&lt;br /&gt;
:: Agreed --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 19:28, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Honestly, I never even noticed the tagline in question.  Humorous to sighted folks, sure.   ...but obviously offensive to those who have no choice but to access xkcd through explainxkcd.&lt;br /&gt;
&lt;br /&gt;
I'll leave it to the administrators or the community to figure something out, if anything at all.   Maybe no one cares?  I didn't come here to make any suggestions, only to point out how offensive those 4 words are to some users of the website. {{unsigned ip|108.162.238.88}}&lt;br /&gt;
&lt;br /&gt;
:Alright, put a link here in the site notice. What does everyone else think? I'm open to changing it, it's something people complain about fairly periodically and our identity isn't completely tied to the tagline, I feel. '''[[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:16, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Well, we definitely shouldn't change anything because that particular guy is upset. It's one thing to be offended, but he's also attacking both this site and Randal Monroe. I don't think that sort of behavior should be rewarded. I actually have a rule online where, if someone acts like a jerk to me, I will be kind, but I won't give them what they want. I think a lot of the problems with people being jerks to others is that they still get what they want, so what reason do they have to stop? If he wants us to change it, he should address us like an adult and ask us himself.&lt;br /&gt;
&lt;br /&gt;
::But you claim this is a common complaint. Then I would say we need more info. My instinct would be that people don't understand that it's a joke. But then my solution would be to do what the site is designed to do and explain the joke, rather than take it down. If there's actually something about it that's offensive to an entire class of people, that's different. I am unaware of a stereotype that blind people are stupid, but I'm open to the idea that I don't know.&lt;br /&gt;
&lt;br /&gt;
::I'm not particularly married to the tag line. I actually didn't even notice it was there. But I'm loathe to take it down over a misunderstanding. I can't think of a similarly humorous replacement that would not be offensive, but I can at least suggest &amp;quot;Because nobody knows everything.&amp;quot; --[[User:Trlkly|Trlkly]] ([[User talk:Trlkly|talk]]) 09:42, 8 February 2016 (UTC)&lt;br /&gt;
:::I've gotten these before. There's a [[Talk:Main_Page#Header_message|slowly growing]] section in the main page discussion page and a complaint buried somewhere in my talk page and they're usually quite unhappy. I pegged it up this time round because there's special needs involved, and a good part of our intended appeal is the transcripts for the blind. '''[[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;]] 10:45, 8 February 2016 (UTC)&lt;br /&gt;
:::I like your reasoning, what if &amp;quot;It's 'cause you're dumb&amp;quot; was follow by &amp;quot;[citation needed]&amp;quot; and make the whole thing a link to a page explaining the header. It would be in character of the page, and xkcd. [[Special:Contributions/108.162.221.34|108.162.221.34]] 00:28, 13 February 2016 (UTC) Sam&lt;br /&gt;
::::Great idea, Sam! That's the funniest suggestion ever [citation needed]. [[Special:Contributions/172.68.141.4|172.68.141.4]] 19:29, 29 August 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Is he one of those people who are so self-centered and 'entitled' that just because they have a disability they assume that everyone is constantly trying to offend them, even in the most unlikeliest of cases? Does he actually believe that the tag line was written with the intention of offending blind people? This is ridiculous. [[Special:Contributions/141.101.106.71|141.101.106.71]] 11:04, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Just in case you feel dumb&amp;quot;?  &amp;quot;Some comics may be funnier than they appear&amp;quot;?[[Special:Contributions/199.27.130.198|199.27.130.198]] 09:55, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
How about simply removing it? At least until we find something that isn't offensive to anyone - which might be very hard to obtain. [[User:Elektrizikekswerk|Elektrizikekswerk]] ([[User talk:Elektrizikekswerk|talk]]) 10:34, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Because you're crippled... That's worse I guess.&amp;lt;br&amp;gt;&lt;br /&gt;
But before considering the &amp;quot;you're dumb&amp;quot; tagline, one must think about the name of this wiki. It is called '''Explain''' xkcd, not read xkcd, and explaining is for dumb people, not blind people.&amp;lt;br&amp;gt;&lt;br /&gt;
Maybe one thing we can do is add a &amp;quot;(unless you are just here for the transcript)&amp;quot; subtext, with a link to the transcript section, which has the advantage of both taming offended blind readers (maybe) and provide a direct, &amp;quot;spoilerless&amp;quot; link. --[[User:GuB|GuB]] ([[User talk:GuB|talk]]) 10:40, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I need explainxkcd for two reasons: being visually impaired, although I can see most of the comics I often miss crucial details that I find only in the transcript; and as a non-American, I lack many cultural references (books, movies, songs, sayings...) that are given in the explanations.&lt;br /&gt;
I don't think either of these reasons makes me &amp;quot;dumb&amp;quot;. However, I never found the tagline offensive. It was immediately obvious to me that it was meant as humor. Who could seriously think that someone is dumb just because they haven't read the specific book that Randall is parodying in a given comic? Or because they're not familiar with a specific programming language or Unix command? IMHO the tagline *is* funny precisely because very few people can actually &amp;quot;get&amp;quot; all the comics without an explanation. Suggesting that anyone who isn't part of the 0.1% of the population who share all of Randall's abilities and references, is dumb, can't be anything but a joke. Adding to the lot those who can't get the comics because they're blind doesn't make the joke more offensive. It's a sad world where political correctness kills all forms of humor.&lt;br /&gt;
&lt;br /&gt;
On the other hand, the tagline is not an essential part of the site and if a significant number want it removed, so be it.&lt;br /&gt;
Zetfr 10:46, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Well not everybody's mind works the same way, and some people legitimately cannot grasp humor very easily. They may come to read the explanations precisely because they can't recognize what about a given comic is supposed to be humorous, and they likewise may not be able to tell that the tagline is just a joke. Besides, the tagline is equating a lack of knowledge with a lack of intelligence, which also makes it inaccurate and kind of kills the humor for those who stop and think about it.&lt;br /&gt;
&lt;br /&gt;
:I personally agree with the above &amp;quot;Because nobody knows everything.&amp;quot; approach. I would suggest something along the lines of &amp;quot;Because you won't always get the joke.&amp;quot; --[[Special:Contributions/108.162.242.134|108.162.242.134]] 11:06, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: This sounds like a bunch of dumb people coming together and suggesting that the rest of people should be more like them (joke intended) [[User:Spongebog|Spongebog]] ([[User talk:Spongebog|talk]]) 15:33, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
: +1 on this. '''Keep'''. --[[User:SlashMe|SlashMe]] ([[User talk:SlashMe|talk]]) 20:15, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''removal''' [[User:Mikemk|Mikemk]] ([[User talk:Mikemk|talk]]) 11:01, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Mostly agree with Zetfr, it is a rather obvious joke, and this is a website about a webcomic which is mostly about fun, it would be different if this was some serious news portal, but it isn't, and in my humble opinion people who can't take a joke shouldn't even be here. There will always be ranters and people who get offended, we should not let them make decisions for us. I sincerely believe vast majority of people, blind or otherwise, understand it. [[User:Jaalenja|Jaalenja]] ([[User talk:Jaalenja|talk]])&lt;br /&gt;
&lt;br /&gt;
:I agree with Zetfr. If a user doesn't understand that it is a joke, then he won't understand XKCD's jokes, either, no matter how much explaination he can get.&lt;br /&gt;
:--[[User:Lou Crazy|Lou Crazy]] ([[User talk:Lou Crazy|talk]]) 12:12, 8 February 2016 (UTC)&lt;br /&gt;
::I also agree with the above, and like the part of Zetfr about because you need a reader to use the page you do not need to be offended by an obvious joke --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 19:28, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
if i had a vote i'd say change the &amp;quot;because you're dumb&amp;quot; from text to a picture with alt text of something slightly less rude. &amp;quot;because you're using a screenreader,&amp;quot; perhaps. although that would show up on mouseover. meh. whatever. --13:01, 8 February 2016 (UTC)&lt;br /&gt;
:and someone isn't &amp;quot;entitled&amp;quot; because they get annoyed about something that doesn't annoy you. as a sighted person i don't even look at the headers on the page. i would imagine that since the text in question is at the top of the page he has to listen to it every single time the page is refreshed. which is annoying enough if it's not insulting. --[[Special:Contributions/141.101.106.161|141.101.106.161]] 13:06, 8 February 2016 (UTC)&lt;br /&gt;
:It is bad to have the alt-text saying something differently, but since the current tagline is not offensive to non-blind people then why would it be offensive to a blind person. [[User:Spongebog|Spongebog]] ([[User talk:Spongebog|talk]]) 15:24, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''keep''' -- Blind people do not have to come to this site, they can just use xkcd.com directly and if that is not working for blind people then that is Randall's problem not ours.   The tag line has been there for years while I have noticed it before and used the site and I have never been offended, if a blind person is offended maybe they should stop using the internet.  [[Special:Contributions/162.158.255.109|162.158.255.109]] 15:18, 8 February 2016 (UTC)&lt;br /&gt;
: I second that -- the tag line does not appear to offend non-blind people, it should not offend blind people either [[User:Spongebog|Spongebog]] ([[User talk:Spongebog|talk]]) 15:24, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Voting '''KEEP''' -- the tag line is a joke, and who is to say that blind people cannot be dumb [[User:Spongebog|Spongebog]] ([[User talk:Spongebog|talk]]) 15:24, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''keep''' as well. I don't see any reason to change it; it's not a jab at disabled people, blind or otherwise. The site is called '''explain'''xkcd, and everything here centers around explaining the comic, not being a transcription service. (If that's not the case, then maybe other things need changing too.) I always thought the tagline fit nicely with the &amp;quot;sarcasm&amp;quot; part of xkcd's own tagline. [[Special:Contributions/108.162.216.26|108.162.216.26]] 15:26, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''KEEP and satisfy both sides'''. If you examine the HTML, or use [https://addons.mozilla.org/en-us/firefox/addon/fangs-screen-reader-emulator/ Fangs] (free screen reader), you may notice there is a jump-to-nav div element that lets people with screen readers jump to various parts of the page. The jump-to-nav div is only a few HTML lines below the tagline. I'd recommend:&lt;br /&gt;
# Moving the jump-to-nav div to '''before''' the tagline&lt;br /&gt;
# Adding a &amp;quot;Jump to Transcript&amp;quot; link in the jump-to-nav div.&lt;br /&gt;
# Test it with [https://addons.mozilla.org/en-us/firefox/addon/fangs-screen-reader-emulator/ Fangs] in Firefox to simulate a screen reader.&lt;br /&gt;
This way, screen-reader users can jump to the transcript and don't have to hear the tagline every time they visit an explainxkcd.com page.&lt;br /&gt;
-- [[User:Hat|Hat]] ([[User talk:Hat|talk]]) 15:44, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Consider &amp;quot;Do you get it now?&amp;quot; [[Special:Contributions/198.41.235.11|198.41.235.11]] 16:09, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''keep''': it's reasonable and no change is warranted&lt;br /&gt;
&lt;br /&gt;
I like the suggestion of '''keeping''' the current tagline, but changing it to an '''image with alttext''' saying something like &amp;quot;because you're using a screenreader&amp;quot;. I also vote to move the link to the transcript to above the tagline. [[User:Rileysci|Rileysci]] ([[User talk:Rileysci|talk]]) 17:32, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Great idea, but here's an even better one: '''Keep''' the tagline for visual browsers, but '''add code''' such as [http://stackoverflow.com/questions/672156/is-there-a-way-to-write-content-that-screen-readers-will-ignore &amp;lt;code&amp;gt; CSS { speak: none; } and aria-hidden=&amp;quot;true&amp;quot;&amp;lt;/code&amp;gt;] that prevents it from being spoken by screen readers. -- [[User:Frankie|Frankie]] ([[User talk:Frankie|talk]]) 15:31, 15 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I get the joke and I'm not offended by it, but it seems to me that it really sticks out on this site and it doesn't seem consistent with Randall's sense of humor. Everyone on this site is very inclusive and eager to share all perspectives and points of view. I come here both to see the humor that I have the knowledge to understand and to learn more about the world the way Randall sees it. In short, I come here to be one of the lucky 10,000. In fact, I would suggest that as the tag line, &amp;quot;Congratulations! You're one of today's lucky 10,000!&amp;quot;. Inside joke that can link to the comic (http://www.explainxkcd.com/wiki/index.php/1053:_Ten_Thousand) and it is welcoming. [[Special:Contributions/108.162.245.170|108.162.245.170]] 18:44, 8 February 2016 (UTC)&lt;br /&gt;
: +1 on this. '''Change''' [[User:Jkshapiro|Jkshapiro]] ([[User talk:Jkshapiro|talk]]) 03:45, 9 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''keep'''. In case it is not kept then it should be changed to something completely different. Te idea of making a title text to an image I really dislike, although I even more dislike adding anything to the existing one to either refer to people coming for the transcript or making excuses for the obvious joke. This has been a part of the page forever, I have seen it almost every time I come here. To begin with I did feel dumb sometimes, but I was never offended by it, just amused. But of course an explain page is for those who did not get the joke. And there are other pages that explains the comic. I do not know if they have a transcript? But I'm happy to know that some people must really enjoy the detailed transcripts that I usually try to provide. I had just not though about the blind perspective. I more use the transcript to make sure every one agrees on what is seen in the images of the comic. Having said all this, I must admit that the best suggestion for a change so far is the one posted above my post (about the lucky 10,000). :-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 19:28, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote keep, for exactly the reasons explained by Zeftr above.  Changing it to an image with alt text would be OK also. [[User:Miamiclay|Miamiclay]] ([[User talk:Miamiclay|talk]]) 20:45, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I vote '''Change''' it because it is too easily mistaken as an insult instead of a joke.  At least change it to ''Because you are stupid''....   Ah, maybe instead ''Because xkcd is far beyond common knowledge'' or ''Because hardly anyone gets everything'' or ''Because it is usually nerdly esoteric even for geeks''.  [[Special:Contributions/108.162.221.46|108.162.221.46]] 21:39, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I vote '''Change'''. I have never been a big fan of the tagline. I don't know everything, but I am certainly not dumb. Also, I echo the reference to (http://www.explainxkcd.com/wiki/index.php/1053:_Ten_Thousand). This comic has always been about expanding knowledge, not making you feel guilty for not knowing something.&lt;br /&gt;
	&lt;br /&gt;
:'''Change''': I realize the &amp;quot;It's because you're dumb&amp;quot; tagline follows the sarcastic nature of Randall's humor, but there are enough people who don't get or appreciate that sort of humor and are likely to be more offended by it, special needs or no.  Here's my suggestion: &amp;quot;For those of us who don't get it.&amp;quot; [[User:KieferSkunk|KieferSkunk]] ([[User talk:KieferSkunk|talk]]) 21:59, 8 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
At what point is &amp;quot;enough&amp;quot; people offended? I've only seen evidence of several (https://xkcd.com/1070/) visually impaired users actually offended by the site, along with a couple people who didn't specify their visual ability. I don't know the traffic on this site, but I would expect it to be on the order of 10^4 or higher. So is this discussion about changing something that a handful of people find offensive? Or is there an actual problem of something inappropriate on the site. If this is all about a couple people finding something offensive, I imagine a few christians might take issue with (https://xkcd.com/709/). Should we start another discussion about accommodating them? Or add a disclaimer that the views expressed by Randall Munroe are his own and do not reflect those of this site? [[User:Beardmcbeardson|Beardmcbeardson]] ([[User talk:Beardmcbeardson|talk]]) 01:25, 9 February 2016 (UTC)&lt;br /&gt;
: So you vote to '''keep''' -- right? [[User:Spongebog|Spongebog]] ([[User talk:Spongebog|talk]]) 04:30, 9 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Slightly Change'''-- make it more obviously tongue in cheek. &amp;quot;It's cause we're dumb&amp;quot; or &amp;quot;For those of us who need it&amp;quot; I agree with the point about not complying with people on the internet who can't behave like adults, however I've never found the line particularly funny. Also change the jump-to-nav, as that would just get annoying to hear it every time you open up the site. I am not recommending changing it based on the imagined offenses of others. I just think it could be funnier.[[User:NotLock|NotLock]] ([[User talk:NotLock|talk]]) 06:29, 9 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
         I like changing to &amp;quot;For those of us who need it&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''Keep''' Trying to satisfy everyone is like trying to understand every comic. It probably won't happen. As an example, using the 'one of 10 000' example provided above can insult a bunch of people that are not from the States simply because the comic (and the reference to the comic for that matter) will make them feel left out. My other reasons for voting keep have all been mentioned already. People get insulted so easily, let's try not to encourage this behavior by rewarding it. [[User:Bon|Bon]] ([[User talk:Bon|talk]]) 07:16, 9 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''Change''' because I find it slightly offensive myself. If we change it, we should replace it with something that everybody would interpret as humorous, e.g. &amp;quot;Because we can't all be rocket scientists&amp;quot;. [[User:Condor70|Condor70]] ([[User talk:Condor70|talk]]) 08:25, 9 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Keep'''. Next thing we know, liberal arts majors will complain about xkcd science being offensive. [[Special:Contributions/141.101.91.229|141.101.91.229]] 10:12, 9 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote for '''change''' or '''remove'''. Regarding the former, while I know it's supposed to be a joke, I never found it humorous myself and, unlike others that wrote before me, I don't think it relates to the humor or sarcasm used by Randall. It being offensive is not part of my motivation for my vote. I agree with some of the suggestions written up to now. Regarding the latter, I don't really think it's existence is necessary. Regardless, changing the div things is a must. [[User:GuiRitter|GuiRitter]] ([[User talk:GuiRitter|talk]]) 16:25, 9 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote for '''change'''. You could keep much of the humour by changing it to something like &amp;quot;because ignorance '''can''' be cured&amp;quot;. [[User:Farnz|Farnz]] ([[User talk:Farnz|talk]])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If I may vote (as a happy international user of this site, but not yet a contributor), one more vote for '''Keep''' - at least as &amp;quot;don't change now, because of this specific request, because of perceived offensiveness&amp;quot;. For several reasons, which have been mentioned already:&lt;br /&gt;
&lt;br /&gt;
a) I think it's funny. It also fits perfectly with the overall XKCD humor. And the same line of thinking as the book &amp;quot;You are now less dumb&amp;quot; from &amp;quot;YouAreNotSoSmart.com&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
b) It's so obviously generic (directed at everyone reading it) I fail to understand how it can be interpreted as insult instead of irony. Even worse: I fail to understand why it should be _especially_ insulting to blind people. Having a transcript for them to use is nice, but it's merely one of the aspects this site provides (and it's not even at the top nor are there pages &amp;quot;transcript only&amp;quot;, so blind are no primary audience)&lt;br /&gt;
&lt;br /&gt;
c) If this site decides to actually help blind people more, how about: putting the tagline in the image (so it's not &amp;quot;read every time&amp;quot;), put the transcript at the top / provide pages with only transcripts, so that the original XKCD can be consumed prior to the explanations here (just as non-blind users would see it)&lt;br /&gt;
&lt;br /&gt;
d) this request follows the current Outragism trend, so I do suspect that it's not actually blind people feeling offended, but privileged SJWs thinking about who might possibly feel offended, bringing change to the world where it's not beneficial even for those they claim to support. Comparable to PETA.&lt;br /&gt;
&lt;br /&gt;
While I'm at it - THANK YOU for this site. Most XKCD I mostly understand. But due to being an international reader, some aspects of American Culture I need explainXKCD to grasp, and other aspects it's just nice to see more details, cross-references with other comics, and hidden gems. &lt;br /&gt;
[[User:Zefiro|Zefiro]] ([[User talk:Zefiro|talk]]) 18:46, 9 February 2016 (UTC)&lt;br /&gt;
:I'm an &amp;quot;international user&amp;quot;, too, and I suppose a lot of users of this site are international users who need to be explained some xkcd jokes that would be obvious to any native English speaker living in the US. I don't have an opinion about changing the tagline or keeping it, but I would like to notice that &amp;quot;Because you are dumb&amp;quot; is the kind of joke that would need an explanation - it would be hard for me to tell if it's a joke or an insult. Therefore, an easier joke could have some advantage.--[[User:Pere prlpz|Pere prlpz]] ([[User talk:Pere prlpz|talk]]) 22:16, 9 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I vote for '''change.'''  I know it's a joke, but it's not particularly funny, and can easily be mistaken for an insult.  [[User:Ekedolphin|Ekedolphin]] ([[User talk:Ekedolphin|talk]]) 20:13, 9 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I agree with Trlkly (and Isaac(https://xkcd.com/1448/)), more information is needed. The purpose of this site is to explain xkcd (obviously, from the name) so people come here primarily to seek knowledge or a better understanding about xkcd. As long as the explanations or the explainers don't act like white hat (https://xkcd.com/1386/), there should be no reason to take the tagline seriously.--[[User:Beardmcbeardson|Beardmcbeardson]] ([[User talk:Beardmcbeardson|talk]]) 01:20, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote KEEP, but I do support the idea of moving the jump-to to above the tagline. I believe that the tagline is obviously a joke, and that pleaing everyone is nigh impossible. I also strongly oppose the proposal to change it to an image with an alt-text of &amp;quot;because you're using a screen reader.&amp;quot; Finally, I do not believe we should change the tagline. We should, if anything, remove it altogether. [[Special:Contributions/173.245.54.20|173.245.54.20]] 03:33, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Slightly Change''' - I like 199.27.130.198's idea, &amp;quot;Just in case you feel dumb.&amp;quot; [[User:Mateussf|Mateussf]] ([[User talk:Mateussf|talk]]) 04:44, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''Change''', preferably to something like &amp;quot;The ''Anti'' Thing Explainer; Simple Stuff in Complicated Words!&amp;quot; Only, you know, more complicated to improve the joke. [[User:KitsunePhoenix|Amaroq (KitsunePhoenix)]] ([[User talk:KitsunePhoenix|talk]]) 05:01, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
What about: it's cause you need more context. I also don't like the current tagline, because dumbness would be more the inability to understand than a lack of knowledge.&lt;br /&gt;
&lt;br /&gt;
'''Change''' - First thing first, as suggested, move the jump-to-nav div to before the tagline and add a &amp;quot;Jump to Transcript&amp;quot; link in the jump-to-nav div.&lt;br /&gt;
&lt;br /&gt;
Then also change the tagline: it's not that good, and not that in line with the xkcd humor - it's actually ''directly opposed'' to the spirit of [[1053]]. Some better ones have already been suggested:&lt;br /&gt;
*&amp;quot;Some comics may be funnier than they appear&amp;quot;&lt;br /&gt;
*&amp;quot;Congratulations! You're one of today's lucky 10,000!&amp;quot;&lt;br /&gt;
*&amp;quot;because sometimes we all need a little help&amp;quot;&lt;br /&gt;
''Or'' we could even have a bunch of good ones like that out of which one is selected at random when the page is loaded --[[User:Jules.LT|Jules.LT]] ([[User talk:Jules.LT|talk]]) 09:17, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I like the joke in the tag line (some of us come here because they are to stupid or to lazy to lookup all the information xkcd is joking about)&lt;br /&gt;
but I also find it to direct to the user. I want to add some suggestions to Jules.LT [[User:SirKitKat|sirKitKat]] ([[User talk:SirKitKat|talk]]) 10:01, 10 February 2016 (UTC)&lt;br /&gt;
* &amp;quot;Error loading tagline, click here to retry.&amp;quot;&lt;br /&gt;
* &amp;quot;Because it is Monday morning.&amp;quot;&lt;br /&gt;
* &amp;quot;Because you like explaining jokes.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
I think people coming here and complaining because &amp;quot;dumb&amp;quot; appears to be aimed at insulting the blind are hilarious, because another meaning for &amp;quot;dumb&amp;quot; is &amp;quot;unable to speak.&amp;quot;  If people who were &amp;quot;dumb&amp;quot; in this way were complaining because we are using the other meaning of &amp;quot;dumb&amp;quot; it would be awkward, but degree of visual acuity is not open for the same misinterpretation. [[User:Swordsmith|Swordsmith]] ([[User talk:Swordsmith|talk]])&lt;br /&gt;
&lt;br /&gt;
'''KEEP''' for the same reasons as [[User:Zefiro|Zefiro]]. If change is necessary, fix it so the screen reader doesnt say it aloud. (This ensures the change is propagated to those who have no other recourse for sightless XKCD enjoyment, and is not a ploy by SJWs who can't take sarcastic humor (why are they reading XKCD in the first place?) [[Special:Contributions/108.162.221.40|108.162.221.40]] 14:06, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It is super obviously not intended seriously, because xkcd is a technical comic that nobody will understand entirely on the first pass. If it's true, then everybody is dumb. Boo hoo.&lt;br /&gt;
&lt;br /&gt;
The guy in question is under the mistaken impression that Randall runs this site and maliciously hides his transcripts under the tagline. He's also very angry about a lot of things. Sighted people have to look at the tagline every time it loads too, it's at the top of the page.&lt;br /&gt;
&lt;br /&gt;
I vote '''Keep''' because I hate negotiating with terrorists. If it has the effect of filtering out people who enjoy being outraged, then it's doing a service. Image search &amp;quot;stephen fry offensive&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
I'd be fine with moving the jump-to-nav div. I'm absolutely against making it an image with a different tagline, because then we would be depriving blind people of the joke. I'm absolutely against changing it to something less offensive. I would settle for removing it entirely, or changing it to something more offensive, such as &amp;quot;It's 'cause you're dumb, and get offended over dumb shit.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Or, you know, make a transcribexkcd.com site. [[Special:Contributions/108.162.217.203|108.162.217.203]] 16:39, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Change''' to one of the cool new suggestions I've seen.  I've always been sad about this tagline, and while I love XKCD humor, I just don't think the tagline is funny.  It makes me hesitate and sometimes decide not to share this site with others who I think would love the humor, but not the tagline.  The issue keeps coming up, and this is just one more way that it irritates people and causes hassle.  It's obvious to me that we should find a new tagline, or just drop it for the time being.  [[User:Nealmcb|Nealmcb]] ([[User talk:Nealmcb|talk]]) 17:39, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Change''' The word &amp;quot;dumb&amp;quot; used as slang for &amp;quot;unintelligent&amp;quot; or &amp;quot;uneducated&amp;quot; is offensive and many better suggestions have been proposed, which retain the wry humor without the offense. Hiding behind &amp;quot;it's just a joke&amp;quot; is beneath the standards of this site. {{unsigned ip|108.162.245.134}}&lt;br /&gt;
:It's not hiding behind &amp;quot;just a joke&amp;quot;, it IS the joke. It's tongue-in-cheek. It's so obviously false that you have to intentionally ignore the joke and manufacture offense about something benign. I'll give you that it's not that funny. It's also not that offensive. Why are we talking about something so petty. [[Special:Contributions/108.162.221.11|108.162.221.11]] 21:11, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Keep'''. I feel like a blind person being insulted by the implication that being sightless somehow makes them unintelligent is a pretty far leap of logic. Not being able to see has no bearing whatsoever on your actual mental acuity. How many actual complaints have there been? One, a few, lots? I don't know, but if it was a significant number I might change my mind. As it stands, though, I think it's pretty clear in the site description that this site is meant for people who don't understand the comic due to its focus on obscure topics and use of technical jargon, being written by a former NASA robot technician with a bent for Linux. Using disabilities as an insult is something I don't condone, but in this case I think it's a case of certain individuals being overly sensitive. Thinking a word as mild as &amp;quot;dumb&amp;quot; is offensive is a bit much, especially since it's often used in contexts other than &amp;quot;uneducated&amp;quot; or &amp;quot;stupid&amp;quot; - I use it to describe myself all the time when I can't word proper-like. I think of it more as &amp;quot;scatter-brained&amp;quot;. --[[User:KingStarscream|KingStarscream]] ([[User talk:KingStarscream|talk]]) 18:55, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
		 		&lt;br /&gt;
'''Change''' I feel like the  &amp;quot;Because we can't all be rocket scientists&amp;quot; tagline suggested above is great; I always found the tagline to be a bit annoying because I often know all of a comic except a small part, and I come here for that. It's just unnecessarily confrontational and Randall himself has expressed in https://xkcd.com/1386/ and https://xkcd.com/1053/ that he doesn't agree with insulting ignorance. {{unsigned ip|198.41.235.179}}&lt;br /&gt;
&lt;br /&gt;
'''Change AND Keep''' I get the original joke, but I love some of the new ones too.  Randomly rotating tag line appear is my vote, BUT let's make the tag line clickable so that we can explain the tag line .... for those of us who don't get the joke! {{unsigned ip|108.162.216.10}}&lt;br /&gt;
&lt;br /&gt;
'''Keep''', but change the jump-to-nav, and maybe make the tagline clickable. I like the tagline. Someone already said this, but this is explainxkcd, not readxkcd. [[Special:Contributions/108.162.216.63|108.162.216.63]] 19:37, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''Keep''', because it's been there for so long! I remember coming here years ago and looking for the references I didn't get, and the tagline was already there. It's a legacy thing, the one thing remaining from the old website in the new fancy wiki format. [[Special:Contributions/198.41.226.204|198.41.226.204]] 20:47, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
For all you people being offended and claiming that the tagline is contrary to the spirit of xkcd, I give you [https://xkcd.com/386/ xkcd.com/386]. This entire argument is offensive to me, can we remove it? [[Special:Contributions/108.162.221.11|108.162.221.11]] 21:20, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Keep''' The referenced posting is obviously a troll. And xkcd has transcripts so the story of the self proclaimed blind person with diabetes does not make sense. --23:43, 10 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Rather than &amp;quot;cuz you're dumb&amp;quot; which both asserts a trait and uses what might not be the best word choice, why not something like &amp;quot;Because you might be ignorant&amp;quot;? Dumb, after all, isn't remediable, though ignorance is. (Also, a consideration, &amp;quot;dumb&amp;quot; can mean &amp;quot;mute,&amp;quot; so if there's something with screenreading for blindness, that could be read as assuming more than one disability? (&amp;quot;blind and dumb&amp;quot; akin to &amp;quot;deaf and dumb&amp;quot;?) // Possibly do something akin to the warning on the comic's site itself: &amp;quot;Because you might be a liberal arts major.&amp;quot; [[Special:Contributions/108.162.221.61|108.162.221.61]] 00:22, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Keep''' because risk of accidental offence is never a good reason to rewrite comedy. If community wants to change suggest &amp;quot;Explaining Xtremely Klever Comedic Drawings&amp;quot;; if only to troll those who insist that the letters XKCD must stand for something (which it doesn't) [[User:Kev|Kev]] ([[User talk:Kev|talk]]) 00:37, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
	 	&lt;br /&gt;
−	&lt;br /&gt;
The issue seems to boil down to:&lt;br /&gt;
 &lt;br /&gt;
−	&lt;br /&gt;
Is it funny?&lt;br /&gt;
 &lt;br /&gt;
−	&lt;br /&gt;
Is it overly offensive?&lt;br /&gt;
 &lt;br /&gt;
−	&lt;br /&gt;
And therefore:&lt;br /&gt;
 &lt;br /&gt;
−	&lt;br /&gt;
Is it worth it?&lt;br /&gt;
 &lt;br /&gt;
 		 	&lt;br /&gt;
−	&lt;br /&gt;
Throwing in my opinion, however small:&lt;br /&gt;
+	&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It's amusing to me.&lt;br /&gt;
The joke is clear, and universal. Offence may be taken equally by anyone reading.&lt;br /&gt;
It fits well.&lt;br /&gt;
Possibly have a hidden link for those offended. A rotating tag line could include more jokes, but...&lt;br /&gt;
By all means move the navigation.&lt;br /&gt;
&lt;br /&gt;
An explain explainxkcd page that is linked to might work, in the spirit of metahumour.&lt;br /&gt;
&lt;br /&gt;
However, it may not be as serious an issue, as the tag line is easy to ignore. Just moving HTML a bit seems like a logical, cheap and easy solution, and then we can test it. Please note that this has no technical knowledge behind it, just a reading of the above.&lt;br /&gt;
&lt;br /&gt;
So, my vote goes to '''keep''', and shuffle HTML or, in order, link, replace with rotating, modify, remove.&lt;br /&gt;
Harmless fun. Possibly have a cookie-based option to permanently hide the tag line.&lt;br /&gt;
[[Special:Contributions/108.162.250.160|108.162.250.160]] 00:56, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Apologies, I have broken formatting in the last few edits, trying to fix it...[[Special:Contributions/108.162.250.160|108.162.250.160]] 00:57, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
: My vote is '''change''', and it's not because of blind people.  Let me run you through a very common scenario for new users:&lt;br /&gt;
:* You have a person who generally thinks of themselves as quite smart.&lt;br /&gt;
:* They read the comics and find most of them extremely funny.&lt;br /&gt;
:* They come across a comic they just can't understand.&lt;br /&gt;
:* They stare at it for minutes, wondering why they just can't get the joke.&lt;br /&gt;
:* Pride already bruised, they eventually give up and turn to Google.&lt;br /&gt;
:* &amp;quot;Explain xkcd! That's exactly what I'm looking for!&amp;quot;&lt;br /&gt;
:* Click the link.&lt;br /&gt;
:* &amp;quot;Explain xkcd: It's 'cause you're dumb&amp;quot;&lt;br /&gt;
:* Gee, what a lovely welcome.  Not.&lt;br /&gt;
&lt;br /&gt;
: Insulting your users the first time you meet them is '''''terrible''''' practice.  You're pointing at them and laughing that they didn't understand the joke.  You're kicking somebody when they're already down. OK, that is exaggeration, but when you look at the line as a new user, it's not friendly and welcoming; it doesn't encourage you to return.  It's just bad UX.&lt;br /&gt;
&lt;br /&gt;
: Now, we could overlook the directed insult if it was indeed funny, but it really isn't.  There's nothing witty about it, nothing punny about it, no double-entendres or sly references.  It's just an insult.  &lt;br /&gt;
&lt;br /&gt;
: Legacy is no reason to keep something that doesn't work.  Just because something wasn't picked up as bad practice 5 years ago doesn't mean that it isn't bad practice.  Can you imagine if Microsoft kept Clippy around for &amp;quot;legacy reasons&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
: It would be one thing if it were kept because there were no other options, but ''so many'' fantastic alternatives have been suggested:&lt;br /&gt;
:* '''It's 'cause we're dumb''' -- Changes it from an insult directed at one person to a statement with an inclusive sense of community.  It saying that, hey, you may not understand all the comics, but neither do we! Let's learn together!&lt;br /&gt;
:* '''Congratulations! You're one of today's lucky 10,000!''' -- Direct reference to comic which celebrates filling gaps in one's knowledge.  Also, as a comic reference, most people won't get it the first time, so make it a link and use it to draw people further in to this wiki!&lt;br /&gt;
:* '''Some comics may be funnier than they appear''' -- Actually humorous, containing reference to a very common message we're all familiar with (objects in the mirror may be closer than they appear).  Also alludes to the hidden depths to many of the comics, where additional levels of meaning are revealed the more about the subject one knows, which is what this wiki is trying to reveal.&lt;br /&gt;
:* '''Error loading tagline, click here to retry.''' -- Looks like the kind of joke you'd actually find in the comments.  Clicking the tagline should then do something completely unrelated to reloading the tagline (I dunno, set off some cool JS magic).&lt;br /&gt;
:* '''Because it is Monday morning.''' -- Should only be shown on Mondays.  Can easily be implemented with parser functions.&lt;br /&gt;
:* '''Because sometimes we all need a little help''' -- Gives an understanding tone that's comforting to new users.&lt;br /&gt;
&lt;br /&gt;
: '''TL;DR''': The current tagline is unnecessarily confrontational and projects a bad welcome to new users, and there is nothing particularly clever/funny/important about the current tag line to recommend keeping it, especially with ''so many'' better suggestions on offer.  Put it this way, if you were seeing &amp;quot;It's 'cause you're dumb&amp;quot; tag as a suggestion to add to this wiki today, would you choose it over the other options? No? Then make like an old meme and &amp;quot;Let It Go!&amp;quot;  [[Special:Contributions/108.162.249.157|108.162.249.157]] 05:49, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
: I think the above comment is a perfect example of different mindsets. I discovered this wiki in exactly the way you described. But I was not offended in anyway when seeing the tagline, which I did almost immediately. Rather, it got a little chuckle out of me along with a thought along the lines of &amp;quot;Haha, yeah, maybe I am dumb.&amp;quot; If you get offended by such a tagline, it suggests to me that you are not all that certain about your own intelligence in the first place. It's a static bit of text. It was not aimed at the person reading it, it was aimed at EVERYONE reading it. EDIT-I realize this post could be seen as offensive or a personal attack, which it's not, please read the &amp;quot;you&amp;quot; not as the poster of the above mentioned comment, but as a generic for any person reading the comment. [[User:Bon|Bon]] ([[User talk:Bon|talk]]) 07:11, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
: If I remember correctly I've heard it origonally was a pic of Blackhat saying it. Would it be possible to use that on this site. It seems like a decent solution? (I haven't read all of this so I don't know if this has been suggested sorry if it has). Like people have said no one gets all of xkcd, as a nonAmerican there is also a lot of references I don't get. Getting offenend over this does seems pretty pathetic to me. I also use this site for non explanation reasons, that is it often links together comics which is handy, and people often post cool links. But as others have pointed out this site isn't transcriptxkcd or linkxkcd it's explainxkcd, so that's what it should be meant for. Claiming i's offensive o the visually impaired seems pretty silly. All in all, maybe it could do with tweaking to make it more obvious but IMO it's a solid '''keep''' [[User:Halfhat|Halfhat]] ([[User talk:Halfhat|talk]]) 11:22, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
::I vote '''change''', for the reasons the Halfhat above listed. I also never thought &amp;quot;It's 'cause you're dumb.&amp;quot; really fit with this wiki. --[[Special:Contributions/141.101.104.33|141.101.104.33]] 12:57, 11 February 2016 (UTC)&lt;br /&gt;
:::I can't believe we've become such a limp-wristed baby society that we can't even have a joke like &amp;quot;It's 'cause you're dumb&amp;quot; as the tagline. Nobody would reasonably get offended at it. '''Keep.''' [[Special:Contributions/108.162.221.33|108.162.221.33]] 13:35, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''keep'''. Blind people have to realize they're not the only ones reading this site. This site was created to explain the comic, not purely to provide a transcript of the comic - that's just icing. [[User:Jarod997|Jarod997]] ([[User talk:Jarod997|talk]]) 14:27, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
If there ever really was a single person who took the tag line seriously, then it was just telling them the truth. I vote '''keep'''. [[Special:Contributions/162.158.255.90|162.158.255.90]] 19:15, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''Keep, or otherwise, Change'''. My opinion: It is not offensive, and I find it humourous. As I am very interested in the maths and the sciences, and I am very nerdy, I do often understand the jokes in each comic. However, sometimes I don't quite get it. This wiki is very good for that, because it collates many people's views and expertise on the comic. If the vote is overall to change, I am a fan of &amp;quot;Because sometimes we all need a little help.&amp;quot; [[Special:Contributions/173.245.54.29|173.245.54.29]] 21:18, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''change''': I've always been a bit unsettled by it myself. Some deaf readers may be more insulted by it than blind ones. vote for &amp;quot;'''Cause you're #dumb''&amp;quot; (or perhaps another NOT symbol... so only people that don't understand are insulted... and the tagline can be linked to a page that explains why it isn't an insult) [[User:Edo|Edo]] ([[User talk:Edo|talk]]) 23:16, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''KEEP'''.  I actually had the feeling the fellow who complained may not understand sarcasm very well. Regardless, the tagline to me is remarkably funny and one of the things I always point out to folks when I first turn them on to XKCD. I worry they will stop following XKCD if they don't understand a post, which is why I am especially glad your site exists.  There are many types of humor that will be lost on folks. Myself, for example. I was just railing to my friends about how much I did not like a recent popular vine which showed a guy,  kinda probably the father, scaring a very young child  strapped in a cat seat, by yelling in horror as the cats convertible roof was closed. Because I did not grow up watching laugh-tracked America's Funniest (sic) Home Video segments, I am not conditioned for casual schadenfreude-driven videos. But I know that's just me. I don't want to limit free-speech merely because it is not for me. Regardless, I really just want you to '''KEEP''' it because to me it is darn funny and just the sort of humor most of the folks who enjoy XKCD appreciate. --[[User:Hugo|Hugo]] ([[User talk:Hugo|talk]]) 23:25, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I will also vote '''keep'''. While it ''might'' be considered offensive, it's really no more &amp;quot;offensive&amp;quot; than XKCD itself. Lest we forget the line at the bottom of every comic page:&lt;br /&gt;
:Warning: this comic occasionally contains strong language (which may be unsuitable for children), unusual humor (which may be unsuitable for adults), and '''advanced mathematics (which may be unsuitable for liberal-arts majors)'''.&lt;br /&gt;
I don't see how &amp;quot;It's 'cause you're dumb.&amp;quot; is any worse. [[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;]]) 23:52, 11 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: I don't think it's offensive, it's more childish, which may be off-putting for first time readers. Hence I vote for '''change'''. [[Special:Contributions/199.27.130.216|199.27.130.216]] 01:12, 14 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''Keep''', per the reasoning of, among other people, Zefiro. I like the tagline a lot and don't see much at all, if anything, that's wrong with it. Like Hugo, I feel like it's a bit of ''entirely'' appropriate humor. [[User:APerson|APerson]] ([[User talk:APerson|talk!]]) 00:36, 12 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''change'''. I know it's supposed to be a joke, but it seems out of place and not particularly funny, and it could discourage potential readers. I don't have an idea for a new tagline, but plenty of good ones have been suggested here. [[User:Cheese Lord Eggplant|Cheese Lord Eggplant]] ([[User talk:Cheese Lord Eggplant|talk]]) 03:13, 12 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Keep''' better sums up my vote, and I wish to explain why. I understand the views (as stated above) that it might discourage potential viewers, but I have seen enough well-put arguments that point out why it should not be removed for the arguments on the other side of the debate. However, I do understand that sightless users would get pretty pissed off at being told that they're dumb over and over. Is there perhaps a way to hide the text from programs designed to assisted the disabled? I have a couple of suggestions.&lt;br /&gt;
&lt;br /&gt;
Perhaps it can instead simply be an image, and can even be done in a more stylized text that hints at the humour behind it (no, I have no specific suggestions). This image should not have the words it says in the meta-text within it. I just think it's not worth removing it over, it's kind of funny (or very funny, depending who you ask), replacement suggestions kinda make it bland, and this is a way to avoid having sightless people get told they're dumb over and over. The stylization is just a suggestion, because most alternative taglines I've heard don't sound up to par compared to it. Just anything to point out the sarcastic and purely humorous intentions.&lt;br /&gt;
&lt;br /&gt;
I'd like to enforce my suggestion of having an image with no meta-text that can be read by bringing up that explainxkcd.com can hardly ''lose'' popularity if for the sensitive minority they don't have a tagline (especially if this tagline they are not aware of could be construed as offensive). 'Cause seriously, who's going to go tell a blind person &amp;quot;hey man the tagline for this site is insulting to you want to hear it?&amp;quot; so they'll just not learn of its existence and go on peacefully. So: Image, stylized to clearly express humour, with no program-interpretable meta-text for the blind to hear. I'd like this opinion to be closely considered, and I'd love to hear intelligent replies. ''For all intents and purposes,'' I vote '''Keep''', but to address the issue proactively and adaptively to get the best for both worlds.&lt;br /&gt;
&lt;br /&gt;
I would like to point out one change I would definitely agree with, however. The commenter at  108.162.249.157 not far up suggests &amp;quot;It's 'cause we're dumb&amp;quot;, and I would totally back that. That one change could make a world of difference for some people. --[[User:Znayx|Znayx]] ([[User talk:Znayx|talk]]) 09:15, 12 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
: &amp;quot;It's cause we're dumb&amp;quot; is actually a pretty acceptable change in my opinion. I still vote keep, but wouldn't mind seeing that one. Right now the no tagline version looks lonely. [[Special:Contributions/108.162.221.40|108.162.221.40]] 14:56, 12 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
::For the record, I would oppose a change of &amp;quot;It's cause we're dumb&amp;quot; because it's simply not as funny (the joke benefits from it sounding like it's a mock insult) and for the reasons in my main post right below this one that I see no reason to change the tagline which should not offend or be taken personally by someone who has enough sense of humour and intelligence to enjoy xkcd. [[User:TheHYPO|TheHYPO]] ([[User talk:TheHYPO|talk]]) 17:25, 12 February 2016 (UTC)&lt;br /&gt;
::This brings up the point that it is indeed a mock insult, and one that everyone gets when they visit the site, those with perfect vision are insulted just as much as the blind, or white, or black, etc... [[Special:Contributions/108.162.221.34|108.162.221.34]] 00:34, 13 February 2016 (UTC) Sam&lt;br /&gt;
&lt;br /&gt;
I would vote '''keep''' as it is. I am mindful of offensive content, but context is key. This is a website whose primary purpose is explaining a humour-based webcomic that touches on topics that require some intelligence to really enjoy. The tagline is obviously (I hope) tongue-in-cheek. &amp;quot;if you need explanation of this sometimes very technical and specialized and sometimes ambiguous webcomic, you're clearly a moron&amp;quot;. I think that most people on this site and elsewhere would consider those who enjoy xkcd (a webcomic that often concerns itself with science, history, technology, etc.) to be relatively intelligent. Just perhaps not in every particular area (as noted right at the top of this discussion). I also think it is clear that this is a wiki an thus the tagline is directed to everyone, even the people who wrote the tagline. We're all here because we're &amp;quot;dumb&amp;quot; in the sense of occasionally needing (or at least enjoying) a deeper explanation for the comics. If someone who is blind is using the site other than for its originally intended purpose, and it helps them, that's awesome. But that doesn't mean the tagline must acknowledge all possible uses of the site. Just the thesis statement of the site, which is &amp;quot;this site is for explaining something you might not understand&amp;quot;. If there are blind people who use this site just to read the comic and never to need or enjoy the explanations, then I guess they are smarter than me. I do not personally believe in changing the tagline of the entire community because it doesn't apply to one small group that is using the site for a different purpose than its intentions (again, not knocking them for using the site at all, but seriously, don't walk into McDonalds and go &amp;quot;''I eat here because my doctor says I need more sodium, and I actually hate the food. I'm offended by your &amp;quot;I'm loving it&amp;quot; tagline. Change it!''&amp;quot;. Or complain about Disneyland's slogan because you suffer from depression.). I would also have expected anyone who reads xkcd often enough to bother coming to this site just to do so because of their blindness would have a sense of humour and would understand the context in which the tagline was intended, and not take it personally. [[User:TheHYPO|TheHYPO]] ([[User talk:TheHYPO|talk]]) 17:25, 12 February 2016 (UTC)&lt;br /&gt;
:I really agree with basically everything TheHypo writes, both here and his above comment on the reason &amp;quot;we're dumb&amp;quot; would not work at all. The idea with keeping the text but only as an image could be used, but I just do not like that we change this because someone made a ''troll complaint'' somewhere, regardless of him being blind or not; that is just one more good reason to keep it. Then again if we really wish to make it better for blind people, then by all means use an image. But keep the text in the image then! If you do enjoy xkcd then you should be able to spot the humor, and with the way Randall himself keep on mocking people on his own page, and in his comics, then why should this not fit well in with this explain page, and why should we not keep on doing what we have been doing so far? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:19, 13 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
How about '''Explain xkcd: It's 'cause you're ''dumb*''.''' (''*Or don't get the joke because it is either outside your area of expertise or in a format that isn't accessible to you'') - [[Special:Contributions/141.101.70.23|141.101.70.23]] 04:48, 13 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Change'''.  I've always realized it was a joke, but I think we could do a bit better.  How about, &amp;quot;Some comics may be funnier than they appear&amp;quot; as suggested by 199.27.130.198? [[Special:Contributions/173.245.54.42|173.245.54.42]] 19:35, 13 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Change'''. When I first started reading this wiki and noticed the tagline, I wasn't offended, and I realized it was a joke. But it also gave me an impression that this wiki is run by immature people as this is a childish insult, used as joke. Naturally, I wasn't too keen on following thissite closely and would only visit here when there's a comic that I don't understand at all. Thankfully, after reading through multiple explanations, I no longer think that the writers are immature and as I started reading other explanations, I started coming here even for the comics that I understand. My point is, it took me couple of months to warm towards explainxkcd and most people aren't that persistent/ give the chance to prove. So we are making lot of people to alienate with the site just at the tagline, even before they get to the content. I vote for '''Some comics may be funnier than they appear'''. [[Special:Contributions/199.27.130.216|199.27.130.216]] 01:07, 14 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Keep''' would be my vote. Today's society puts too much emphasis on protecting people's feelings, to the point that some people have onion-paper-thin skins, too thin to operate effectively when out in public! I feel this complaint falls under this category. Such over sensitivity shouldn't seriously be catered to. Politely listened to and considered, at most. Bending to such things just encourages people to be more sensitive.&lt;br /&gt;
&lt;br /&gt;
The way I see it, you CANNOT enjoy xkcd without being smarter than average, or you'd have to turn to xkcd Explain for every single comic! It cannot be fun to require being walked through every single one. Conversely, I doubt there's very many of these smart people who are smart enough to get every joke (and every nuance) without assistance. Therefore it should be clear that is is a simple tongue-in-cheek joke, you don't really mean it seriously. It should be taken in the tone that it's meant, and it offends me when people don't.&lt;br /&gt;
&lt;br /&gt;
For example, right now I'm at a bar at a Valentine's Day event. As I'm hopelessly single, this day is problematic for me, especially to be in public. I COULD ask that people refrain from love stuff, from flaunting their relationship, etc., that I'm here for other reasons. But as an intelligent adult I realize this would be unreasonable, that many people, especially most here tonight, enjoy the love stuff, enjoy Valentine's Day. It is certainly not their fault I don't, not directly, and they should not be held responsible for my discomfort.&lt;br /&gt;
&lt;br /&gt;
If the final vote is for Change, I like &amp;quot;It's because '''we're''' dumb&amp;quot;, or &amp;quot;we're all dumb&amp;quot;, be inclusive to reduce how derogatory it sounds. Remember, while sightless people might find this site useful, the primary reason for it IS because we're dumb, i.e. we need help getting the joke. - NiceGuy1[[Special:Contributions/198.41.235.215|198.41.235.215]] 04:53, 14 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Wait, so they think they're smarter than me?  I'm offended! ;-)&lt;br /&gt;
Okay so I'm not.  I almost voted keep because the primary raison d'être of exkcd is not for blind people.  It was created specifically for people who need help understanding some of the science, math, and arcana behind the humor.&lt;br /&gt;
But you know what?  &amp;quot;It's 'cause you're dumb&amp;quot; is not that funny.  Some of the suggestions are better.  So I vote &amp;quot;'''CHANGE'''&amp;quot;.  [[User:Saspic45|Saspic45]] ([[User talk:Saspic45|talk]]) 07:30, 14 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
How about &amp;quot;Explain xkcd: It's 'cause we're dumb.&amp;quot;? This has more of a feeling of inclusiveness and camaraderie to me, as in we're all equals more-or-less in the face of RM's brilliance and having a good time enjoying the material together.  Came up with it about a year ago, because as it is the tagline struck me as a bit harsh, and have said it that way in my mind ever since.&lt;br /&gt;
Edit: Ok, I see this has been suggested, so +1 for that minor change.&lt;br /&gt;
&lt;br /&gt;
'''Change.''' While I didn't notice it at first, I was pretty offput when I did. As someone who has some trouble catching sarcasm all the time, I was excited when I found this site -- it helps me with not only things outside my knowledge, but also lets me check when something ''is'' being sarcastic. And when I finally noticed that tagline, even though I knew it couldn't be directed straight at me, it still sort of felt like it. I've been called dumb nearly throughout my life for not catching sarcasm which others seem to understand immediately, and it doesn't exactly feel nice (or in the spirit of XKCD!) to have that little reminder floating there. It's not even worded to be funny, either, just sorta cold. Sarcastically saying someone is dumb for not getting sarcasm... it's a vicious loop. And when there are so many other options -- many of which have fun puns or a much more friendly feel -- why are people so attached to this one? And from what it seems, a lot of people seem attached to it purely for the purpose of being stubborn against people who don't like it. Plus, why is it such an awful thing to try to make people feel more welcome? Jeez, guys. [[Special:Contributions/108.162.216.11|108.162.216.11]] 21:57, 14 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Change it please. I see it all the time, and it feels SO condescending. I often check out the site to get more information about a topic in the scope of a given strip, or to see if there's any subtext outside of the primary joke, and it ALWAYS feels like the site is insulting my ability to understand &amp;quot;simple humor&amp;quot;. I understand that it's supposed to be a tongue-in-cheek joke, but I hate it. I think it should either be changed to one of the previous suggestions, or use a rotating set of taglines, or it should just be removed completely, because I utterly dislike the way it currently is. [[Special:Contributions/130.215.123.52|130.215.123.52]] 12:27, 15 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Definitely '''change''' - I'm surprised what it was doing there in the first place - but I do not like the &amp;quot;we're dumb&amp;quot; version either. My current favorite is &amp;quot;Because we all need a little help&amp;quot;, as it is equally directed at both the non-joke-understanding audience and the screenreading audience; but I definitely like &amp;quot;Some comics may be funnier than they appear&amp;quot; and, to a lesser extent, &amp;quot;You're one of today's lucky 10,000&amp;quot; (not sure, actually, whether that one would benefit from a link to the relevant comic). &amp;lt;small&amp;gt;Incidentally, how did the previous guy manage to post four hours in the future? Or is the AM/PM to 24h conversion broken?&amp;lt;/small&amp;gt; --[[Special:Contributions/141.101.81.88|141.101.81.88]] 08:39, 15 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Wow, this blew up... I never found the tagline particularly funny, but I honestly can't believe so many people appear to be offended by it. If someone is dumb enough to believe it is specifically aimed at them, not realise that it is humor, and think it is actually worth getting upset about, then the tagline is perfectly justified. Should be changed to &amp;quot;Please click here if you are easily offended&amp;quot;, with a link to Disney.com, (or 4chan/b/...) --[[User:Pudder|Pudder]] ([[User talk:Pudder|talk]]) 12:09, 15 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''change'''. Even smart humans need positive words. Many of the proposed alternative with only positive words suits me fine. [[User:MGitsfullofsheep|MGitsfullofsheep]] ([[User talk:MGitsfullofsheep|talk]]) 13:25, 15 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''keep''', but modify the Skip to Content tags to bypass it. It's humorous, and there's no such thing as a humorous tag line that won't offend '''someone'''. Can pretty much guarantee that if it's changed to something else, some wag will start a discussion about how that new subtitle offends them... {{unsigned|Danemcg}}&lt;br /&gt;
&lt;br /&gt;
If it's not too late, I vote '''keep''', I regularly view the site for detailed information about comic topics and am always amused to read the tag line. I hope the poor fellow who tallies our votes here will mind that we're likely an unrepresentative group - if you're offended, you're likely to turn out, where a contented user (nearly myself) might just pass by. [[Special:Contributions/108.162.216.36|108.162.216.36]] 14:34, 15 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''keep'''.  Anyone who's actually offended by this is way to sensitive...[[Special:Contributions/108.162.216.11|108.162.216.11]] 15:09, 15 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Change'''.  Never found it funny.  We can do better. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 16:12, 15 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Change'''. It offends too many people (myself included, although more at first than now) to be kept. [[User:Z|Z]] ([[User talk:Z|talk]]) 16:57, 15 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I too vote '''change''' if it's not too late. Not because it's particularly offensive but more because it's not funny or xkcd-ish enough to justify any offence it may or may not cause. I prefer some of the suggestions we've had:&lt;br /&gt;
* Congratulations! You're one of today's lucky 10,000! (with, of course, a link to the relevant comic)&lt;br /&gt;
* '''Some comics may be funnier than they appear.''' This one is my favourite and I feel it captures very well my main reason for using explainxkcd&lt;br /&gt;
::[[Special:Contributions/141.101.106.149|141.101.106.149]] 21:12, 15 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''Keep'''. If we legitimately had a large group of blind people who were offended at this tagline, I would be in support of changing it. However, the only supposedly blind person who we know of that takes offense was obviously a belligerent individual. Do we really want to take a guy who says &amp;quot;I've found more intelligent, compassionate, humane, wise, sympathetic, inclusive, and infinitely funnier *dingleberries* than [Randall Munroe].*Rude gesture*&amp;quot; seriously? do we really want some ranting asshole somewhere to dictate what our site does or does not do? seriously? [[User:VfiftyV|VfiftyV]] ([[User talk:VfiftyV|talk]]) 00:11, 16 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I vote '''change'''.  I've always disliked the tagline, it's a bland and obvious &amp;quot;joke&amp;quot; that's at odds with the friendly, clever tone of both the comics and the rest of this site.  Even if it's clear we don't mean it, calling every visitor to this site dumb, with no further context, just isn't setting a good example for the kind of *clever* sarcasm that Randall uses. We can do better. [[Special:Contributions/108.162.221.32|108.162.221.32]] 01:12, 16 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Keep''' because it's clearly meant as a joke. It makes no sense to change this site over one person's &amp;quot;offense&amp;quot; that the unaffiliated xkcd site isn't blind-friendly enough.[[Special:Contributions/162.158.142.217|162.158.142.217]] 02:31, 16 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Keep'''. Anyone with a sense of humor can understand that it's at least humorous. And, the primary purpose of the site ''is'' to... explain the comics, mainly to those who don't understand them. If it does get read out loud to every blind person who visits, then please, by all means, '''Change''' the layout at least to keep that from happening. But it shouldn't be removed due to half-baked complaints. [[Special:Contributions/108.162.245.168|108.162.245.168]] 02:57, 16 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I've already voted above, but I would like to call out the sightlessness issue as a red herring. One of the premises of accessible design is that all users get the same content, although perhaps in different ways, so I think we're going in the wrong direction in proposing to change or hide the text for blind users but not for everyone else. If we're to keep it, then let us keep it for all. If we're to change it, then let us change it (to the same thing) for all. If we're to remove it, then let us remove it for all. [[User:Jkshapiro|Jkshapiro]] ([[User talk:Jkshapiro|talk]]) 04:22, 16 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Alright, I've tallied up the votes twice and counted 36-31 the first time, and 39-32 the second time. Both times were majority keep, though there was still a strong showing for people wanting to change it. I've fixed and restored the black hat figure who was supposed to be speaking the tagline back in the old blog days, and I turned the tagline off for screen readers since the blind may only need us for the transcript, and accessibility for the blind is a big part of why we had a transcript to begin with. '''[[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:44, 16 February 2016 (UTC)&lt;br /&gt;
:I think this is a great compromise. And cool that it is Black Hat's line. I did not know this used to be the case. Is it correct that the font color has also been turned gray so it is not so prominent? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:45, 16 February 2016 (UTC)&lt;br /&gt;
::Yeah, back when this site was a blog, [https://web.archive.org/web/20130118141641/http://www.explainxkcd.com/ the tagline was Black Hat's line.] [http://www.explainxkcd.com/wiki/index.php?title=MediaWiki:Tagline&amp;amp;action=history looking at the edit history for the tagline], it looks like we've made some vague attempts to restore black hat's face next to the tagline before, but mediawiki doesn't process markup in that area. I did a little bit of CSS magic this time round to fix it properly this time. He's a little fuzzy though, could be better. The tagline's always been gray though. '''[[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:57, 16 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Just before I start, since I'm an IP user and therefore hard to identify (should probably make an account one of these days, but oh well), I just want to quickly mention that I am the same person as [[Special:Contributions/108.162.249.157|108.162.249.157]] who posted on the 11 Feb.&lt;br /&gt;
&lt;br /&gt;
: Now that's out of the way, I want to say that I disagree with the outcome decided for this post.  While I appreciate the attempt to compromise by having it look a bit more like Black Hat is saying the line, I still think that the substance of the arguments against the current tag line are much stronger than the arguments for keeping it.  The arguments for keeping it all basically boil down to &amp;quot;It's a joke and it's been there forever so there is no need to change and anyone who suggests otherwise should just man the f*** up.&amp;quot; Nowhere have I seen anyone in the keep-camp argue as to why none of the alternatives are just as good or better than the current line.  Pretty much, the only reason ever given to stick to the current tag line is that it's the status quo.&lt;br /&gt;
&lt;br /&gt;
: On the other hand, you have many, many people pointing out that the tagline is offensive and that, even if the reader does understand it to be a joke, it's not a particularly clever one and provides a rather unwelcoming atmosphere.  What many of the people in the keep-camp are ignoring is the fact that not everybody has a high level of self-confidence, and that being called dumb, even if the intention is tongue-in-cheek, just comes off as hostile and drives people away.  It is also true that all tone of voice suggesting sarcasm is completely lost in text, which is why over at the [http://doctorwho.answers.wikia.com/wiki/Doctor_Who_Answers:Policies#Additional Doctor Who Answers Wiki] we specifically point this out in our policy of civility towards fellow users.  This wiki is very different from that one in many ways, but I don't think it would be dumb to look at what others have noticed and learn from their mistakes, especially since that particular wording was added due to a bad misunderstanding leading from lost sarcasm.  There has already been somebody here who admits they find understanding sarcasm to be difficult.  Should we really be calling them dumb?  Furthermore, the quote seems to directly contradict Randall's attitude towards ignorance, summed up so perfectly in [[1053: Ten Thousand]].  We should be welcoming ignorant, or &amp;quot;dumb&amp;quot;, people in the hopes of enlightening them with the wisdom of the community here.  Singling them out as dumb isn't going to help them.  &lt;br /&gt;
&lt;br /&gt;
: Finally, I fear the reason there aren't more change votes are because many of the people who were put off by the tagline simply never came back to this wiki after their first visit.  I wouldn't be surprised if reader retention rates increased if you changed the tagline, and if the number of readers who convert to users also increases if the community provided a more friendly first-impression.&lt;br /&gt;
&lt;br /&gt;
: Now, I know that I have raised this all before, along with many of the other people who voted for change, and it still doesn't seem to have made an impact of the people who try to insist that an insult with no wit or humour is &amp;quot;just a joke&amp;quot;.  I think the best way for us to prove that the tagline needs to change is to conduct a little experiment.  Let's look at a list of commonly supported alternatives:&lt;br /&gt;
&lt;br /&gt;
:# '''It's 'cause we're dumb''' &lt;br /&gt;
:# '''Congratulations! You're one of today's lucky 10,000!'''&lt;br /&gt;
:# '''Some comics may be funnier than they appear'''&lt;br /&gt;
:# '''Because sometimes we all need a little help'''&lt;br /&gt;
&lt;br /&gt;
: Explanations for why these taglines are better than the current have already been provided.  I challenge anyone reading this post from the keep-camp to explain why &amp;quot;It's 'cause you're dumb&amp;quot; is better than each of those taglines individually, without falling back on arguments of legacy or that the people reading the line are thin-skinned wusses.  If reasonable counter-arguments can be made against each of those lines in favour of the current one, then I will back down.  Until then, I cannot accept that the battle of ideas has chosen the current tagline.  There are just so many better alternatives that are funnier, more in-line with the xkcd spirit, and above all, are welcoming to new readers into the community instead of turning them away the moment they reach the front door.  [[Special:Contributions/108.162.250.157|108.162.250.157]] 11:28, 16 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
::  Dude, you are not getting how voting and democracy works.   The people who are proposing a change, are the equivalent of lobbyist --having lots of lobbyist does not equate to &amp;quot;strong support&amp;quot;. None of these lobbyist have been able to agree on a single rewording, so they are not arguing for the same cause.   On the the other hand there are thousands of of visitors (voters), of those who actually voted, voted to keep and not go with the suggestions of the lobbyists.    Had there on the other-hand been a majority for change, the what would the change be?   At best we would have to consolidate the suggestions (candidates), and since there is no term limit on tag-lines, the existing one should be a running candidate as well, and then make an eating contest between all the possible candidates [[Special:Contributions/162.158.255.109|162.158.255.109]] 19:50, 16 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
OK, I'll take a stab at it.  &amp;quot;It's 'cause you're dumb&amp;quot; is better than any of these because it is funnier than any of these.  It's funny for the same reason that the titles of numerous books, &amp;quot;XXX for Dummies&amp;quot; are funny.  In fact, if it weren't such an obvious rip-off, the tag line could be &amp;quot;xkcd for Dummies&amp;quot;, which would be the same joke.&lt;br /&gt;
&lt;br /&gt;
:# '''It's 'cause we're dumb''' is sort of awkward, and why would I want an explanation for something I didn't understand from a bunch of dummies, anyway?  I want somebody smart to explain it to the dummy - me - who didn't get the joke.&lt;br /&gt;
:# '''Congratulations! You're one of today's lucky 10,000!''' is meaningless, and therefore not funny, unless you click on it and then let Randall tell you the joke behind that punch line.  I do love the sentiment now that I've seen that comic, and somehow linking to that comic as an explanation of what explainxkcd.com is all about is a great idea, but as a tag line, by itself, it just isn't funny.&lt;br /&gt;
:# '''Some comics may be funnier than they appear''' is sort of cute, as it relates to the warning in rear-view mirrors, but it is so actually true in the case of xkcd that it loses some of its funniness by being a serious explanation of why the explainxkcd.com site is valuable.&lt;br /&gt;
:# '''Because sometimes we all need a little help''' - is sweet, sympathetic, and inclusive; it's just not very funny.&lt;br /&gt;
&lt;br /&gt;
By contrast, &amp;quot;It's 'cause you're dumb&amp;quot; grabbed me the first time I saw it as being relevant to why explainxkcd.com is a great site, and equally importantly, it made me laugh.  Maybe it is to be expected that among the viewers of a site dedicated to explaining jokes there will be a reasonable percentage that don't get this particular joke, either.  Maybe the solution is a link on that line to a page that explains the &amp;quot;It's 'cause you're dumb&amp;quot; joke in the way xkcd jokes are explained:  &amp;quot;It's funny because you are not really dumb, you just maybe didn't get some very esoteric reference, and you'll enjoy the humor of xkcd more when that reference is explained.  But, when jokes need to be explained, it is common for people to feel like they must be stupid, so we make a joke about that feeling.  It's not really pointed at you in particular; after all, this is a published web-site - the folks who wrote it probably don't even know you.&amp;quot; [[Special:Contributions/108.162.221.41|108.162.221.41]]  18:44, 16 February 2016‎&lt;br /&gt;
&lt;br /&gt;
'''Change''', kind of. How about this: &amp;quot;Explain xkcd: It's 'cause you're &amp;lt;strike&amp;gt;dumb&amp;lt;/strike&amp;gt; of average intelligence.&amp;quot; Maybe even include a (hidden) link to [[1386: People are Stupid]]. [[Special:Contributions/108.162.220.17|108.162.220.17]] 23:42, 16 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
: (I landed in an edit conflict with the person above, so my comments do not take their response into account.)&lt;br /&gt;
&lt;br /&gt;
: Thank you 108.  You actually provided a decent rebuttal against the counterproposal, which has been lacking until this time.  While I do not agree with all your points, I can actually see your point-of-view. Personally, I think that if we're going to use it as a reference to the &amp;quot;___ for Dummies&amp;quot; books, it needs to be clearer so people don't take it as an insult, but otherwise I understand your points.&lt;br /&gt;
&lt;br /&gt;
: @162: As my friend, one of the greatest admins on one of the biggest non-Wikipedia wikis, says, wikis are not democracies.  It is the idea with the best supporting arguments that wins, not the idea with the most votes, as many people support certain ideas for superficial reasons that are not aligned with the overall aim of improving the wiki to attract more readers/editors and improve content.  Especially with such a close vote, I would put more emphasis on the quality of the arguments than the pure numbers of supports/opposes.&lt;br /&gt;
&lt;br /&gt;
: Looking at the proper counter-arguments finally provided, I would shift the counter-proposal for a new tagline to tagline 3 suggested above: '''Some comics may be funnier than they appear'''.  From above, I can see the argument against 1 being that people don't want help from dummies, 2 will probably be obscure for new users and may alienate them upon entry, and 4 is just too soppy.  3 however is funny, it's accessible, and it's actually funnier in my opinion because it actually ''does'' describe exactly what we do here.  To the new user, it will at first just be a mildly amusing reference (still funnier than the current line in my opinion) but it will take on a new meaning and relevance as people use this wiki more, and the gradual realisation of relevance will make the tagline even more appropriate and amusing.  [[Special:Contributions/108.162.250.163|108.162.250.163]] 23:59, 16 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I’m the lurker who suggested “Some comics are funnier than they appear.”  I was bemused to see it get any traction at all, since it’s not that hysterically funny, and perhaps incomprehensible outside the US where convex car mirrors aren’t etched “Objects in mirror are closer than they appear.”&lt;br /&gt;
&lt;br /&gt;
Wow, am I glad I didn’t create an account here when posting it!&lt;br /&gt;
&lt;br /&gt;
I expected to see more spit-balling in kind, not an outpouring of orneriness from a majority of this obviously intelligent community who are apparently too stubborn to admit that there could possibly be anything wrong with greeting newcomers, “It’s ‘cause you’re dumb.”  I took the starting point of the thread to be the obviousness that ANYTHING ELSE would be better than that.&lt;br /&gt;
&lt;br /&gt;
I also expected the admin to deliberate a little harder, showing how he evaluated arguments and suggestions and tried to do the right thing, rather than just counting votes.  Notwithstanding the facade of democracy in his benevolent dictatorship, he also doesn’t seem to have taken into account that the effect of NOT changing the tagline—-thus continuing to alienate a lot of users and potential contributors like me-—far, FAR outweighs any potential backlash from the old guard who are married to it.  What are they going to do, rage-quit because they didn’t get their way?  Because something on their favorite wiki got **gasp!** CHANGED?&lt;br /&gt;
&lt;br /&gt;
Boo hoo, I didn’t get my way on a small thing which doesn’t really matter.  At all.  I only followed up here because I noticed the banner soliciting user input had changed.  However, the ugly tone of this little tempest in a teapot has certainly convinced me that this community isn’t worth joining or contributing to.  I reserve the right to continue lurking, but I’m sure as hell turning my AdBlock back on.[[Special:Contributions/199.27.130.198|199.27.130.198]] 07:10, 17 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Scott Adams (of Dilbert fame) said &amp;quot;We're all idiots 99% of the time about 99% of things. It's the 1% that makes up for all the rest.&amp;quot;  Learning begins by owning your dumb. [[User:Bob Stein - VisiBone|Bob Stein - VisiBone]] ([[User talk:Bob Stein - VisiBone|talk]]) 16:12, 17 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Keep'''. I felt offended -- but -- so what. It is true. [[Special:Contributions/141.101.91.169|141.101.91.169]] 21:20, 17 February 2016 (UTC) Martin&lt;br /&gt;
&lt;br /&gt;
* '''Keep''' It is funny. People are not made of glass, not even dumb ones. [[Special:Contributions/108.162.245.172|108.162.245.172]] 23:15, 17 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
: ''199 wrote:&amp;quot;I was bemused to see it get any traction at all, since it’s [...] perhaps incomprehensible outside the US where convex car mirrors aren’t etched “Objects in mirror are closer than they appear.”&amp;quot;''&lt;br /&gt;
: You don't need to worry about that.  American culture has spread throughout the world so thoroughly that I assume most English speakers will understand it.  I myself am an Aussie, who spent most of her childhood living in Europe, and I understood the reference perfectly.  And while it might not be &amp;quot;hysterically funny&amp;quot;, it is certainly more universally funny than the insult.&lt;br /&gt;
&lt;br /&gt;
: Admins, please heed what 199 said in the rest of his/her message.  You have yet another example in a long line of people being turned off from this wiki community because they don't like the attitude of this statement, nor the stubborn adherence to it despite so many people pointing out how wrong it is.  You are aware that &amp;quot;It was just a joke&amp;quot; is a common defence bullies make, right?  [[Special:Contributions/108.162.250.157|108.162.250.157]] 00:53, 18 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
So, @Davidy22, can you add a &amp;quot;Jump to Transcript&amp;quot; link in the jump-to-nav div, and move the jump-to-nav div to before the tagline in the HTML? Thank you! [[User:Hat|Hat]] ([[User talk:Hat|talk]]) 08:58, 18 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
At 12,000 words this discussion has beaten the H0/HO discussion on wikipedia... How long until we beat Star Trek Into Darkness??? --[[User:Pudder|Pudder]] ([[User talk:Pudder|talk]]) 12:10, 18 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Keep'''. I like the humour in it. 18.February 2016 12:40 (UTC) Fabian&lt;br /&gt;
&lt;br /&gt;
XKCD provides transcripts about a week after a new comic comes out, so saying that blind readers require explainxkcd is a bit of an overstatement (although to be honest the official transcripts are somewhat vague). [[Special:Contributions/141.101.70.217|141.101.70.217]] 19:45, 18 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Generally most transcripts gets completed within hours of the comics being posted. More complex ones can take longer, and there is sometimes a bit of back and forth as far as layout is concerned, but the content tends to be there pretty quickly. --[[User:Pudder|Pudder]] ([[User talk:Pudder|talk]]) 09:35, 19 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Explain xkcd: extra knowledge, see discussions.&amp;quot; I wish I'd thought of that one a week ago. And Randall says it's not an acronym, eh? [[Special:Contributions/199.27.130.198|199.27.130.198]] 09:21, 19 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Ah crap... that's actually really good. I'd have supported this had it been mentioned earlier, even though I voted to keep the current. [[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;]]) 02:39, 20 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Concerning recent spam ==&lt;br /&gt;
&lt;br /&gt;
In light of the recent and large amount of spam that we've been seeing, I've revoked new users of the right to create and move pages, as well as access to the write api. If your account is three days old and has 10 or more edits under it, you will still be allowed to create and move pages. This will end when the spambots decide to leave. To the person who's doing this, don't ruin this for the other people who use this site. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 19:36, 11 February 2016 (UTC)&lt;br /&gt;
:In light of the recent burst of spam, creation of talk pages will also be shut off for new users. We will create an empty talk page for new comics in place of this feature. '''[[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:47, 16 February 2016 (UTC)&lt;br /&gt;
: So what will you do in three days when the spambot can create new pages again? [[User:Mikemk|Mikemk]] ([[User talk:Mikemk|talk]]) 07:58, 16 February 2016 (UTC)&lt;br /&gt;
::They have to hit both criteria. The flaw there is that spambots have also demonstrated themselves to be capable of editing pages, but I'm not sure what to do for that aside from look for a better captcha. If it comes to it, I'll write my own. '''[[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:05, 16 February 2016 (UTC)&lt;br /&gt;
aw man. tfw another troll already beat me to the punch {{unsigned ip|108.162.216.62}}&lt;br /&gt;
&lt;br /&gt;
@Davidy22: Maybe we should use something like [[MW:Extension:TitleBlacklist]] or [[MW:Manual:Combating spam#.24wgSpamRegex]]. --[[User:SlashMe|SlashMe]] ([[User talk:SlashMe|talk]]) 14:25, 16 February 2016 (UTC)&lt;br /&gt;
:Hum. I'll take a look when I get home. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 05:02, 17 February 2016 (UTC)&lt;br /&gt;
:: Sigh, it's getting out of hand again... --[[User:SlashMe|SlashMe]] ([[User talk:SlashMe|talk]]) 15:19, 18 February 2016 (UTC)&lt;br /&gt;
:::Alright, I'm not sure what's happening here. This is what's in the localsettings file:&lt;br /&gt;
&lt;br /&gt;
 $wgGroupPermissions['user']['createtalk'] = false;&lt;br /&gt;
 $wgGroupPermissions['autoconfirmed']['createtalk'] = false;&lt;br /&gt;
&lt;br /&gt;
:::I don't know why this doesn't work. Probably well overdue for a mediawiki upgrade, but I have midterms and papers coming up. This timing is inconvenient. The title blacklist is for a newer mediawiki version, I'll lock and upgrade this weekend. '''[[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:07, 18 February 2016 (UTC)&lt;br /&gt;
:::For now, I'll try removing talk page creation rights from all non-admin users. I'll make the talk pages for new explanations. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 16:09, 18 February 2016 (UTC)&lt;br /&gt;
:::Alright, I made a test account and I realised I'm very dumb. I forgot to turn off createtalk for all, so people could still make talk pages. I've also added mandatory email verification. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 23:34, 18 February 2016 (UTC)&lt;br /&gt;
::::See tagline ;-) --[[User:SlashMe|SlashMe]] ([[User talk:SlashMe|talk]]) 01:51, 19 February 2016 (UTC)&lt;br /&gt;
:::::I do want to find/write a better CAPTCHA though, none of these measures I've taken stop account creation, so the spammers might try just shoving a million accounts at 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;]] 03:03, 19 February 2016 (UTC)&lt;br /&gt;
:::Oooh nevermind forcing email verification turns off anonymous editing. Don't want to go that far, and it didn't stop that one spammer anyways. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 00:17, 19 February 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Will verifying my email turn off the CAPTCHA ==&lt;br /&gt;
&lt;br /&gt;
Pretty much what the section title says. I find the way the captcha works here kinda annoying, since I submit and then get the CAPTCHA. I'd be willing to put in my email address if it would stop the CAPTCHA, but, otherwise, I don't see any point in doing so.&lt;br /&gt;
&lt;br /&gt;
If it does stop the CAPTCHA, I would suggest mentioning this in the preferences as one of the benefits of adding an email, and perhaps point it out on the page when the CAPTCHA appears. &lt;br /&gt;
&lt;br /&gt;
IF not, then will I just have the CAPTCHA forever? Or will it go away once I put in enough edits? Or do I need to do something else? &lt;br /&gt;
&lt;br /&gt;
[[User:Trlkly|Trlkly]] ([[User talk:Trlkly|talk]]) 00:10, 1 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:The email address is optional, we have it set up so that users less than 3 days old with less than 10 edits will have to fill in a CAPTCHA when they edit. It's set up that way to limit and make the damage that spambots can inflict much easier to fix. You appear to have cleared the 10 edit boundery today, so you should be able to start editing CAPTCHA free now. Giving people a way to bypass the anti spam window by providing an email address is an idea though, I'll see if I can't write a plugin for that after I'm done with finals. '''[[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:24, 1 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Why does Mediawiki look so &amp;quot;old&amp;quot; all of a sudden? ==&lt;br /&gt;
&lt;br /&gt;
Screendhots: [http://i.imgur.com/smN1a45.png][http://i.imgur.com/qdpxhdY.png]&lt;br /&gt;
&lt;br /&gt;
I've tried this in three browsers, and they all look the same. [[User:KangaroOS|Kangaro]][[User talk:KangaroOS|OS]] 12:56, 4 April 2016 (UTC)&lt;br /&gt;
:High traffic, high load, everything is on fire. '''[[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:28, 4 April 2016 (UTC)&lt;br /&gt;
:: Man ! The fire started by Randall is out of control.. It has been so long, and this is looking very ugly. Did wiki go in &amp;quot;printer-friendly version only&amp;quot; mode ? [[Special:Contributions/162.158.255.56|162.158.255.56]] 04:10, 5 April 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
(H'rm - realized I posted this in the wrong place - further discussion should go [[explain xkcd:Community portal/Technical#Stylesheets not working?|here]].) [[User:KangaroOS|Kangaro]][[User talk:KangaroOS|OS]] 15:20, 5 April 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Annoying ad ==&lt;br /&gt;
&lt;br /&gt;
From the anti-noscript text shown when an ad is blocked by noscript: &amp;quot;our ads are restricted to unobtrusive images and slow animated GIFs.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Yet the ad blocked features a drawing of a woman in her underwear. I find this very obtrusive.&lt;br /&gt;
&lt;br /&gt;
Also, can you get rid of the captcha needed to even view content on this site using Tor? https://support.cloudflare.com/hc/en-us/articles/203306930-Does-CloudFlare-block-Tor- {{unsigned ip|162.158.17.66}}&lt;br /&gt;
:Looked through our bids, a guy who was auto approved used the privelidge to put that ad up. I cancelled the ad, if he puts it up again he's getting banned. I'll get on the tor options in cloudflare. '''[[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:41, 10 August 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Random Question ==&lt;br /&gt;
Since this is the miscellaneous section, I assume I can ask a question based on anything, even if it's not XKCD or wiki-related. Am I correct? Or is there another place to do that? --[[User:JayRulesXKCD|JayRulesXKCD]] ([[User talk:JayRulesXKCD|talk]]) 16:21, 9 November 2016 (UTC)&lt;br /&gt;
:Nothing expressly forbids it, but do remember the purpose of the site. If you want to ask a question not related to xkcd or the site, there is likely another, better outlet for your question on the internet. '''[[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;]] 17:14, 9 November 2016 (UTC)&lt;br /&gt;
:Ah. Okay. Just making sure. --[[User:JayRulesXKCD|JayRulesXKCD]] ([[User talk:JayRulesXKCD|talk]]) 17:47, 9 November 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;What if: Hide the Atmosphere&amp;quot; question ==&lt;br /&gt;
&lt;br /&gt;
At the end, Randall notes one &amp;quot;may not want to&amp;quot; dig out Texas, and the guy in the illustration mentions &amp;quot;specifically requesting&amp;quot; something. As someone not from the USA, I don't know what he's referring to. Could someone please explain it? {{unsigned ip|172.68.51.28}}&lt;br /&gt;
:It's a reference to {{w|Don't Mess with Texas}}. '''[[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:52, 9 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Blinking advert ==&lt;br /&gt;
&lt;br /&gt;
There's an ad for something called Goliath Fallen that blinks occasionally. A static picture would be fine but the blinking is distracting --[[User:Figvh|Figvh]] ([[User talk:Figvh|talk]]) 04:22, 27 September 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
== What is Randall Munroe's wife's name? ==&lt;br /&gt;
I am curious--haven't been able to find it. {{unsigned ip|162.158.62.141}}&lt;br /&gt;
:We accept privacy. Ask Randall himself. [[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 14:21, 19 May 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 5 bucks that most of these are spambots. ==&lt;br /&gt;
&lt;br /&gt;
[[File:probablyspammers.png]]&lt;br /&gt;
&lt;br /&gt;
🤔&lt;br /&gt;
&lt;br /&gt;
[[User:DPS2004|DPS2004&amp;amp;#39;); DROP TABLE users;--]] ([[User talk:DPS2004|talk]]) 19:07, 12 February 2018 (UTC)&lt;br /&gt;
:I tried &amp;quot;DROP TABLE users;&amp;quot; but then I lost my login... ;)&lt;br /&gt;
:The more serious thing is that when the Captcha was broken (after 31 March) that bots were too dumb but with the new reCaptcha V2 this happens again.&lt;br /&gt;
:But since those users take no further actions and IPs also can edit here it doesn't seem to be a problem. Nevertheless old users with zero edits may be purged in the future.&lt;br /&gt;
:[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 14:17, 19 May 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Header pointing to FAQ implies content that doesn't exist ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;All explain xkcd editors should check the latest update at the Editor FAQ. We now support LaTeX...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Strangely, the FAQ doesn't mention LaTex once.[[Special:Contributions/172.69.210.34|172.69.210.34]] 15:06, 8 June 2018 (UTC)&lt;br /&gt;
:You're right but the (yet last) question &amp;quot;How do I enter mathematical or chemical formulas?&amp;quot; belongs to this. The Math functionality uses LaTeX syntax and I will mention this. I thought people who know the markup &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;math&amp;gt;...&amp;lt;/math&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; do know that it's based on LaTeX. Nevertheless reading this {{w|Help:Displaying a formula|manual}} is mandatory. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 16:08, 8 June 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Unable to create own user page? ==&lt;br /&gt;
&lt;br /&gt;
Hi, I'm a new user here. When I try to put info on my user page it says I don't have permission to create it. Same applies for my talk page. Please help.[[User:VannaWho|VannaWho]] ([[User talk:VannaWho|talk]]) 07:18, 13 June 2018 (UTC)&lt;br /&gt;
:I've clarified the corresponding section in the [[explain xkcd:Editor FAQ|Editor FAQ]]. You will become a trusted user after a few more edits, but right now I've created your user and talk page. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 12:57, 13 June 2018 (UTC)&lt;br /&gt;
:Thanks. I'm looking forwards to becoming an active member of the community here.[[User:VannaWho|VannaWho]] ([[User talk:VannaWho|talk]]) 13:09, 13 June 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 2018 ==&lt;br /&gt;
&lt;br /&gt;
This probably only means something to me, but has anyone else noted that we are approaching comic 2018 in 2018?  I don't think any other comic has been posted in in the year its number represents.  Maybe the sign of the apocalypse?  Or like all the other signs of the apocalypse, just a random occurrence.  I am interested in seeing if it is memorialized in some way. {{unsigned ip|172.69.33.239}}&lt;br /&gt;
:Please do not forget to sign your comments. Nevertheless the apocalypse was already here: [[998: 2012]]. And a comic with the name 2018 was published last December ([[1935: 2018]]). The comic number 2018 will probably happen on July 11 and the number 2019 will be two days later on July 13 (ohhh, it's a Friday...). --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 08:41, 23 June 2018 (UTC)&lt;/div&gt;</summary>
		<author><name>172.68.141.4</name></author>	</entry>

	</feed>