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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2210:_College_Athletes&amp;diff=180736</id>
		<title>2210: College Athletes</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2210:_College_Athletes&amp;diff=180736"/>
				<updated>2019-10-02T00:44:46Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: /* Explanation */ fix w|currying link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2210&lt;br /&gt;
| date      = October 2, 2019&lt;br /&gt;
| title     = College Athletes&lt;br /&gt;
| image     = college_athletes.png&lt;br /&gt;
| titletext = Their signature play is the three-point combinator, a recursive offense which is guaranteed not to halt and continues accumulating points until the buzzer.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a Steph Curry. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
In this comic, Cueball claims that all members of his college basketball team changed their name to Steph Curry, after the NBA Player of the same name. In particular, one player copied the name from the NBA player, then another member of the team copied the name from that player, and so on.&lt;br /&gt;
&lt;br /&gt;
This process is called &amp;quot;Currying&amp;quot;, a play on both the name &amp;quot;Curry&amp;quot; used here, as well as the mathematical procedure called {{w|currying}}, wherein a multivariable function is broken down into a sequence of single-variable functions, each of which outputs a new function until the final variable is consumed. For example, the function f(x,y,z) can be curried into f(x)(y)(z), where f is a function that consumes x and produces a function f(x), which in turn consumes y, yielding the function f(x)(y), and that in turn is a function f(x)(y) which consumes the parameter z to finally produce f(x)(y)(z), which is equal to the original f(x,y,z). This is not commonly used in most areas of math except for foundational logic and pure functional programming.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
Ponytail: Oh, huh. California passed a law giving college athletes full rights to their names and images.&lt;br /&gt;
&lt;br /&gt;
White Hat: Good, I think?&lt;br /&gt;
&lt;br /&gt;
Cueball: That's nothing. OUR state gave college players rights to use the names and images of ANY California athletes.&lt;br /&gt;
&lt;br /&gt;
Ponytail: It did not.&lt;br /&gt;
&lt;br /&gt;
Cueball: Sure it did! That's how our school fielded a basketball team made up entirely of Steph Currys.&lt;br /&gt;
&lt;br /&gt;
Ponytail: Or is the plural &amp;quot;Stephs Curry?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Cueball: They didn't copy the original Steph, though. One player got the rights to his name, then the next player got it from them, and so on. This process is known as &amp;quot;Currying.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Ponytail: ...I hate you so much.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2210:_College_Athletes&amp;diff=180735</id>
		<title>2210: College Athletes</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2210:_College_Athletes&amp;diff=180735"/>
				<updated>2019-10-02T00:41:31Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: /* Transcript */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2210&lt;br /&gt;
| date      = October 2, 2019&lt;br /&gt;
| title     = College Athletes&lt;br /&gt;
| image     = college_athletes.png&lt;br /&gt;
| titletext = Their signature play is the three-point combinator, a recursive offense which is guaranteed not to halt and continues accumulating points until the buzzer.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a Steph Curry. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
In this comic, Cueball claims that all members of his college basketball team changed their name to Steph Curry, after the NBA Player of the same name. In particular, one player copied the name from the NBA player, then another member of the team copied the name from that player, and so on.&lt;br /&gt;
&lt;br /&gt;
This process is called &amp;quot;Currying&amp;quot;, a play on both the name &amp;quot;Curry&amp;quot; used here, as well as the mathematical procedure called [[currying]|https://en.wikipedia.org/wiki/Currying], wherein a multivariable function is broken down into a sequence of single-variable functions, each of which outputs a new function until the final variable is consumed. For example, the function f(x,y,z) can be curried into f(x)(y)(z), where f is a function that consumes x and produces a function f(x), which in turn consumes y, yielding the function f(x)(y), and that in turn is a function f(x)(y) which consumes the parameter z to finally produce f(x)(y)(z), which is equal to the original f(x,y,z). This is not commonly used in most areas of math except for foundational logic and pure functional programming.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
Ponytail: Oh, huh. California passed a law giving college athletes full rights to their names and images.&lt;br /&gt;
&lt;br /&gt;
White Hat: Good, I think?&lt;br /&gt;
&lt;br /&gt;
Cueball: That's nothing. OUR state gave college players rights to use the names and images of ANY California athletes.&lt;br /&gt;
&lt;br /&gt;
Ponytail: It did not.&lt;br /&gt;
&lt;br /&gt;
Cueball: Sure it did! That's how our school fielded a basketball team made up entirely of Steph Currys.&lt;br /&gt;
&lt;br /&gt;
Ponytail: Or is the plural &amp;quot;Stephs Curry?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Cueball: They didn't copy the original Steph, though. One player got the rights to his name, then the next player got it from them, and so on. This process is known as &amp;quot;Currying.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Ponytail: ...I hate you so much.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2210:_College_Athletes&amp;diff=180734</id>
		<title>2210: College Athletes</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2210:_College_Athletes&amp;diff=180734"/>
				<updated>2019-10-02T00:41:08Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: /* Transcript */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2210&lt;br /&gt;
| date      = October 2, 2019&lt;br /&gt;
| title     = College Athletes&lt;br /&gt;
| image     = college_athletes.png&lt;br /&gt;
| titletext = Their signature play is the three-point combinator, a recursive offense which is guaranteed not to halt and continues accumulating points until the buzzer.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a Steph Curry. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
In this comic, Cueball claims that all members of his college basketball team changed their name to Steph Curry, after the NBA Player of the same name. In particular, one player copied the name from the NBA player, then another member of the team copied the name from that player, and so on.&lt;br /&gt;
&lt;br /&gt;
This process is called &amp;quot;Currying&amp;quot;, a play on both the name &amp;quot;Curry&amp;quot; used here, as well as the mathematical procedure called [[currying]|https://en.wikipedia.org/wiki/Currying], wherein a multivariable function is broken down into a sequence of single-variable functions, each of which outputs a new function until the final variable is consumed. For example, the function f(x,y,z) can be curried into f(x)(y)(z), where f is a function that consumes x and produces a function f(x), which in turn consumes y, yielding the function f(x)(y), and that in turn is a function f(x)(y) which consumes the parameter z to finally produce f(x)(y)(z), which is equal to the original f(x,y,z). This is not commonly used in most areas of math except for foundational logic and pure functional programming.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
Ponytail: Oh, huh. California passed a law giving college athletes full rights to their names and images.&lt;br /&gt;
White Hat: Good, I think?&lt;br /&gt;
Cueball: That's nothing. OUR state gave college players rights to use the names and images of ANY California athletes.&lt;br /&gt;
Ponytail: It did not.&lt;br /&gt;
Cueball: Sure it did! That's how our school fielded a basketball team made up entirely of Steph Currys.&lt;br /&gt;
Ponytail: Or is the plural &amp;quot;Stephs Curry?&amp;quot;&lt;br /&gt;
Cueball: They didn't copy the original Steph, though. One player got the rights to his name, then the next player got it from them, and so on. This process is known as &amp;quot;Currying.&amp;quot;&lt;br /&gt;
Ponytail: ...I hate you so much.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1976:_Friendly_Questions&amp;diff=155313</id>
		<title>1976: Friendly Questions</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1976:_Friendly_Questions&amp;diff=155313"/>
				<updated>2018-04-04T14:39:02Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1976&lt;br /&gt;
| date      = April 4, 2018&lt;br /&gt;
| title     = Friendly Questions&lt;br /&gt;
| image     = friendly_questions.png&lt;br /&gt;
| titletext = Just tell me everything you're thinking about in order from most important to last, and then we'll be friends and we can eat apples together.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BOT - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
[Cueball] Hey!&lt;br /&gt;
&lt;br /&gt;
[Hairy] Oh, Hi!&lt;br /&gt;
&lt;br /&gt;
[Cueball looks down at a sticky note in his hand]&lt;br /&gt;
&lt;br /&gt;
[The sticky note reads: Normal Human Conversation | 1. Ask them about themselves]&lt;br /&gt;
&lt;br /&gt;
[Cueball] How many...apples...have you eaten?&lt;br /&gt;
&lt;br /&gt;
[Hairy] ...Like, in my life?&lt;br /&gt;
&lt;br /&gt;
[Cueball] Yes.&lt;br /&gt;
&lt;br /&gt;
[Hairy] ...&lt;br /&gt;
&lt;br /&gt;
[Cueball] ...I should go.&lt;br /&gt;
&lt;br /&gt;
[Hairy] OK.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=File:right_click_save.png&amp;diff=155281</id>
		<title>File:right click save.png</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=File:right_click_save.png&amp;diff=155281"/>
				<updated>2018-04-03T15:50:58Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Licensing ==&lt;br /&gt;
{{XKCD file}}&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=User:Videblu&amp;diff=155138</id>
		<title>User:Videblu</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=User:Videblu&amp;diff=155138"/>
				<updated>2018-04-02T01:20:32Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Why cheesoid exist?&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1975:_Right_Click&amp;diff=155137</id>
		<title>Talk:1975: Right Click</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1975:_Right_Click&amp;diff=155137"/>
				<updated>2018-04-02T01:15:27Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and not delete this comment.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I created this page manually. DgbrtBOT fail? &lt;br /&gt;
&lt;br /&gt;
Also, notably, while the comic at xkcd.com works as intended (even from Chrome on Android, to a certain degree), the mobile site, m.xkcd.com, does not. It shows the standard system/browser-specific context menu. --[[User:Videblu|Videblu]] ([[User talk:Videblu|talk]]) 00:28, 2 April 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
Oh my gosh this is incredible. The Games section, especially, is mind boggling. Entropy! [[User:Hameltion|Hameltion]] ([[User talk:Hameltion|talk]]) 00:30, 2 April 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
Whoever owns this site update ReCaptcha! [[User:Sizzilingbird|Sizzilingbird]] ([[User talk:Sizzilingbird|talk]]) 00:40, 2 April 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
WOO!!! [https://uni.xkcd.com/ Unicode XKCD]!!! [[User:Phoenix Up|Phoenix Up]] ([[User talk:Phoenix Up|talk]]) 00:44, 2 April 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SPOILER: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I managed to save the image by playing ADVENT.exe, has anyone else found other ways? [[Special:Contributions/162.158.75.172|162.158.75.172]] 00:54, 2 April 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''COMIC MAY BE UNDER CONSTRUCTION''' I think one of the menu options change since the comic was first posted. Randall may still be changing things. --[[User:Videblu|Videblu]] ([[User talk:Videblu|talk]]) 01:15, 2 April 2018 (UTC)&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1975:_Right_Click&amp;diff=155136</id>
		<title>1975: Right Click</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1975:_Right_Click&amp;diff=155136"/>
				<updated>2018-04-02T00:58:07Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: table initial&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1975&lt;br /&gt;
| date      = April 1, 2018&lt;br /&gt;
| title     = Right Click&lt;br /&gt;
| image     = right_click.png&lt;br /&gt;
| titletext = &amp;quot;Right-click or long press (where supported) to save!&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;toclimit-3&amp;quot; style=&amp;quot;float:right; margin-left: 10px;&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
'''NOTE: The above is the first panel of an interactive comic.'''&amp;lt;br&amp;gt;&lt;br /&gt;
To experience the interactive content,  click [https://www.xkcd.com/1975/ here].&amp;lt;br&amp;gt;&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by [[User:Sizzilingbird|Sizzilingbird]] ([[User talk:Sizzilingbird|talk]]) 00:53, 2 April 2018 (UTC) - Please add an explanation table of all functions. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
In an additional fool it introduces the [https://uni.xkcd.com/ Unicode XKCD] as a reference to the [https://en.wikipedia.org/wiki/Telenet Telenet]. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Table - Main Context Menu===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border =1 width=100% cellpadding=5 class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! # !! Menu Item !! Explanation !! Sub-Menu Items&lt;br /&gt;
|-&lt;br /&gt;
! 1 &lt;br /&gt;
| '''File''' &lt;br /&gt;
| Needs Explanation &lt;br /&gt;
|-&lt;br /&gt;
! 2 &lt;br /&gt;
| '''Edit''' &lt;br /&gt;
| Needs Explanation &lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
! 3 &lt;br /&gt;
| '''System''' &lt;br /&gt;
| Needs Explanation &lt;br /&gt;
|-&lt;br /&gt;
! 4 &lt;br /&gt;
| '''View''' &lt;br /&gt;
| Needs Explanation &lt;br /&gt;
|-&lt;br /&gt;
! 5 &lt;br /&gt;
| '''Utilities''' &lt;br /&gt;
| Needs Explanation &lt;br /&gt;
|-&lt;br /&gt;
! 6 &lt;br /&gt;
| '''Games''' &lt;br /&gt;
| Needs Explanation &lt;br /&gt;
|-&lt;br /&gt;
! 7 &lt;br /&gt;
| '''Help''' &lt;br /&gt;
| Needs Explanation &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
[Empty frame with Cueball slightly right of center.]&lt;br /&gt;
&lt;br /&gt;
[Caption]&lt;br /&gt;
&lt;br /&gt;
Editor's Note: Today's comic is optimized for local viewing. To see the full version, just save a copy of the image!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Include any categories below this line. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1975:_Right_Click&amp;diff=155128</id>
		<title>Talk:1975: Right Click</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1975:_Right_Click&amp;diff=155128"/>
				<updated>2018-04-02T00:28:42Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and not delete this comment.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I created this page manually. DgbrtBOT fail? &lt;br /&gt;
&lt;br /&gt;
Also, notably, while the comic at xkcd.com works as intended (even from Chrome on Android, to a certain degree), the mobile site, m.xkcd.com, does not. It shows the standard system/browser-specific context menu. --[[User:Videblu|Videblu]] ([[User talk:Videblu|talk]]) 00:28, 2 April 2018 (UTC)&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1975:_Right_Click&amp;diff=155127</id>
		<title>1975: Right Click</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1975:_Right_Click&amp;diff=155127"/>
				<updated>2018-04-02T00:25:07Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: /* Transcript */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1975&lt;br /&gt;
| date      = April 1, 2018&lt;br /&gt;
| title     = Right Click&lt;br /&gt;
| image     = right_click.png&lt;br /&gt;
| titletext = &amp;quot;Right-click or long press (where supported) to save!&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a dumb HUMAN - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
[Empty frame with Cueball slightly right of center.]&lt;br /&gt;
&lt;br /&gt;
[Caption]&lt;br /&gt;
&lt;br /&gt;
Editor's Note: Today's comic is optimized for local viewing. To see the full version, just save a copy of the image!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Include any categories below this line. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1975:_Right_Click&amp;diff=155126</id>
		<title>Talk:1975: Right Click</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1975:_Right_Click&amp;diff=155126"/>
				<updated>2018-04-02T00:22:44Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: Created page with &amp;quot;&amp;lt;!--Please sign your posts with ~~~~ and not delete this comment.--&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and not delete this comment.--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Right_Click&amp;diff=155125</id>
		<title>Right Click</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Right_Click&amp;diff=155125"/>
				<updated>2018-04-02T00:22:07Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: redirect to the proper page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[1975: Right Click]]&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1975&amp;diff=155124</id>
		<title>1975</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1975&amp;diff=155124"/>
				<updated>2018-04-02T00:21:18Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: redirect to the proper page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[1975: Right Click]]&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1975:_Right_Click&amp;diff=155123</id>
		<title>1975: Right Click</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1975:_Right_Click&amp;diff=155123"/>
				<updated>2018-04-02T00:20:02Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: RIP DgbrtBOT? Created manually.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1975&lt;br /&gt;
| date      = April 1, 2018&lt;br /&gt;
| title     = Right Click&lt;br /&gt;
| image     = right_click.png&lt;br /&gt;
| titletext = &amp;quot;Right-click or long press (where supported) to save!&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a dumb HUMAN - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Include any categories below this line. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=List_of_all_comics_(1501-2000)&amp;diff=155122</id>
		<title>List of all comics (1501-2000)</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=List_of_all_comics_(1501-2000)&amp;diff=155122"/>
				<updated>2018-04-02T00:18:58Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the list of comics from '''1501 to {{LATESTCOMIC}}'''.&lt;br /&gt;
:For the first 500 comics, see [[List of all comics (1-500)]].&lt;br /&gt;
:For comics 501-1000, see [[List of all comics (501-1000)]].&lt;br /&gt;
:For comics 1001-1500, see [[List of all comics (1001-1500)]].&lt;br /&gt;
: The whole list is available at [[List of all comics (full)]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable plainlinks table-padding&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!xkcd&lt;br /&gt;
!Title&lt;br /&gt;
!Talk&lt;br /&gt;
!Image&lt;br /&gt;
!Date&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
{{comicsrow|1975|2018-04-01|Right Click|right click.png}}&lt;br /&gt;
{{comicsrow|1974|2018-03-30|Conversational Dynamics|conversational dynamics.png}}&lt;br /&gt;
{{comicsrow|1973|2018-03-28|Star Lore|star lore.png}}&lt;br /&gt;
{{comicsrow|1972|2018-03-26|Autogyros|autogyros.png}}&lt;br /&gt;
{{comicsrow|1971|2018-03-23|Personal Data|personal data.png}}&lt;br /&gt;
{{comicsrow|1970|2018-03-21|Name Dominoes|name dominoes.png}}&lt;br /&gt;
{{comicsrow|1969|2018-03-19|Not Available|not available.png}}&lt;br /&gt;
{{comicsrow|1968|2018-03-16|Robot Future|robot future.png}}&lt;br /&gt;
{{comicsrow|1967|2018-03-14|Violin Plots|violin plots.png}}&lt;br /&gt;
{{comicsrow|1966|2018-03-12|Smart Home Security|smart home security.png}}&lt;br /&gt;
{{comicsrow|1965|2018-03-09|Background Apps|background apps.png}}&lt;br /&gt;
{{comicsrow|1964|2018-03-07|Spatial Orientation|spatial orientation.png}}&lt;br /&gt;
{{comicsrow|1963|2018-03-05|Namespace Land Rush|namespace land rush.png}}&lt;br /&gt;
{{comicsrow|1962|2018-03-02|Generations|generations.png}}&lt;br /&gt;
{{comicsrow|1961|2018-02-28|Interaction|interaction.png}}&lt;br /&gt;
{{comicsrow|1960|2018-02-26|Code Golf|code golf.png}}&lt;br /&gt;
{{comicsrow|1959|2018-02-23|The Simpsons|the simpsons.png}}&lt;br /&gt;
{{comicsrow|1958|2018-02-21|Self-Driving Issues|self driving issues.png}}&lt;br /&gt;
{{comicsrow|1957|2018-02-19|2018 CVE List|2018 cve list.png}}&lt;br /&gt;
{{comicsrow|1956|2018-02-16|Unification|unification.png}}&lt;br /&gt;
{{comicsrow|1955|2018-02-14|Robots|robots.png}}&lt;br /&gt;
{{comicsrow|1954|2018-02-12|Impostor Syndrome|impostor syndrome.png}}&lt;br /&gt;
{{comicsrow|1953|2018-02-09|The History of Unicode|the history of unicode.png}}&lt;br /&gt;
{{comicsrow|1952|2018-02-07|Backpack Decisions|backpack decisions.png}}&lt;br /&gt;
{{comicsrow|1951|2018-02-05|Super Bowl Watch Party|super bowl watch party.png}}&lt;br /&gt;
{{comicsrow|1950|2018-02-02|Chicken Pox and Name Statistics|chicken pox and name statistics.png}}&lt;br /&gt;
{{comicsrow|1949|2018-01-31|Fruit Collider|fruit collider.png}}&lt;br /&gt;
{{comicsrow|1948|2018-01-29|Campaign Fundraising Emails|campaign fundraising emails.png}}&lt;br /&gt;
{{comicsrow|1947|2018-01-26|Night Sky|night sky.png}}&lt;br /&gt;
{{comicsrow|1946|2018-01-24|Hawaii|hawaii.png}}&lt;br /&gt;
{{comicsrow|1945|2018-01-22|Scientific Paper Graph Quality|scientific paper graph quality.png}}&lt;br /&gt;
{{comicsrow|1944|2018-01-19|The End of the Rainbow|the end of the rainbow.png}}&lt;br /&gt;
{{comicsrow|1943|2018-01-17|Universal Dreams|universal dreams.png}}&lt;br /&gt;
{{comicsrow|1942|2018-01-15|Memorable Quotes|memorable quotes.png}}&lt;br /&gt;
{{comicsrow|1941|2018-01-12|Dying Gift|dying gift.png}}&lt;br /&gt;
{{comicsrow|1940|2018-01-10|The Food Size Cycle|the food size cycle.png}}&lt;br /&gt;
{{comicsrow|1939|2018-01-08|2016 Election Map|2016 election map.png}}&lt;br /&gt;
{{comicsrow|1938|2018-01-05|Meltdown and Spectre|meltdown and spectre.png}}&lt;br /&gt;
{{comicsrow|1937|2018-01-03|IATA Airport Abbreviations|iata airport abbreviations.png}}&lt;br /&gt;
{{comicsrow|1936|2018-01-01|Desert Golfing|desert golfing.png}}&lt;br /&gt;
{{comicsrow|1935|2017-12-29|2018|2018.png}}&lt;br /&gt;
{{comicsrow|1934|2017-12-27|Phone Security|phone security.png}}&lt;br /&gt;
{{comicsrow|1933|2017-12-25|Santa Facts|santa facts.png}}&lt;br /&gt;
{{comicsrow|1932|2017-12-22|The True Meaning of Christmas|the true meaning of christmas.png}}&lt;br /&gt;
{{comicsrow|1931|2017-12-20|Virtual Assistant|virtual assistant.png}}&lt;br /&gt;
{{comicsrow|1930|2017-12-18|Calendar Facts|calendar facts.png}}&lt;br /&gt;
{{comicsrow|1929|2017-12-15|Argument Timing|argument timing.png}}&lt;br /&gt;
{{comicsrow|1928|2017-12-13|Seven Years|seven years.png}}&lt;br /&gt;
{{comicsrow|1927|2017-12-11|Tinder|tinder.png}}&lt;br /&gt;
{{comicsrow|1926|2017-12-08|Bad Code|bad code.png}}&lt;br /&gt;
{{comicsrow|1925|2017-12-06|Self-Driving Car Milestones|self driving car milestones.png}}&lt;br /&gt;
{{comicsrow|1924|2017-12-04|Solar Panels|solar panels.png}}&lt;br /&gt;
{{comicsrow|1923|2017-12-01|Felsius|felsius.png}}&lt;br /&gt;
{{comicsrow|1922|2017-11-29|Interferometry|interferometry.png}}&lt;br /&gt;
{{comicsrow|1921|2017-11-27|The Moon and the Great Wall|the moon and the great wall.png}}&lt;br /&gt;
{{comicsrow|1920|2017-11-24|Emoji Sports|emoji sports.png}}&lt;br /&gt;
{{comicsrow|1919|2017-11-22|Interstellar Asteroid|interstellar asteroid.png}}&lt;br /&gt;
{{comicsrow|1918|2017-11-20|NEXUS|nexus.png}}&lt;br /&gt;
{{comicsrow|1917|2017-11-17|How to Make Friends|how to make friends.png}}&lt;br /&gt;
{{comicsrow|1916|2017-11-15|Temperature Preferences|temperature preferences.png}}&lt;br /&gt;
{{comicsrow|1915|2017-11-13|Nightmare Email Feature|nightmare email feature.png}}&lt;br /&gt;
{{comicsrow|1914|2017-11-10|Twitter Verification|twitter verification.png}}&lt;br /&gt;
{{comicsrow|1913|2017-11-08|A ï¿½|i.png}}&lt;br /&gt;
{{comicsrow|1912|2017-11-06|Thermostat|thermostat.png}}&lt;br /&gt;
{{comicsrow|1911|2017-11-03|Defensive Profile|defensive profile.png}}&lt;br /&gt;
{{comicsrow|1910|2017-11-01|Sky Spotters|sky spotters.png}}&lt;br /&gt;
{{comicsrow|1909|2017-10-30|Digital Resource Lifespan|digital resource lifespan.png}}&lt;br /&gt;
{{comicsrow|1908|2017-10-27|Credit Card Rewards|credit card rewards.png}}&lt;br /&gt;
{{comicsrow|1907|2017-10-25|Immune System|immune system.png}}&lt;br /&gt;
{{comicsrow|1906|2017-10-23|Making Progress|making progress.png}}&lt;br /&gt;
{{comicsrow|1905|2017-10-20|Cast Iron Pan|cast iron pans.png}}&lt;br /&gt;
{{comicsrow|1904|2017-10-18|Research Risks|research risks.png}}&lt;br /&gt;
{{comicsrow|1903|2017-10-16|Bun Trend|bun trend.png}}&lt;br /&gt;
{{comicsrow|1902|2017-10-13|State Borders|state borders.png}}&lt;br /&gt;
{{comicsrow|1901|2017-10-11|Logical|logical.png}}&lt;br /&gt;
{{comicsrow|1900|2017-10-09|Jet Lag|jet lag.png}}&lt;br /&gt;
{{comicsrow|1899|2017-10-06|Ears|ears.png}}&lt;br /&gt;
{{comicsrow|1898|2017-10-04|October 2017|october 2017.png}}&lt;br /&gt;
{{comicsrow|1897|2017-10-02|Self Driving|self driving.png}}&lt;br /&gt;
{{comicsrow|1896|2017-09-29|Active Ingredients Only|active ingredients only.png}}&lt;br /&gt;
{{comicsrow|1895|2017-09-27|Worrying Scientist Interviews|worrying scientist interviews.png}}&lt;br /&gt;
{{comicsrow|1894|2017-09-25|Real Estate|real estate.png}}&lt;br /&gt;
{{comicsrow|1893|2017-09-22|Thread|thread.png}}&lt;br /&gt;
{{comicsrow|1892|2017-09-20|USB Cables|usb cables.png}}&lt;br /&gt;
{{comicsrow|1891|2017-09-18|Obsolete Technology|obsolete technology.png}}&lt;br /&gt;
{{comicsrow|1890|2017-09-15|What to Bring|what to bring.png}}&lt;br /&gt;
{{comicsrow|1889|2017-09-13|xkcd Phone 6|xkcd phone 6.png}}&lt;br /&gt;
{{comicsrow|1888|2017-09-11|Still in Use|still in use.png}}&lt;br /&gt;
{{comicsrow|1887|2017-09-08|Two Down, One to Go|two down one to go.png}}&lt;br /&gt;
{{comicsrow|1886|2017-09-06|Typing Notifications|typing notifications.png}}&lt;br /&gt;
{{comicsrow|1885|2017-09-04|Ensemble Model|ensemble model.png}}&lt;br /&gt;
{{comicsrow|1884|2017-09-01|Ringer Volume/Media Volume|ringer volume media volume.png}}&lt;br /&gt;
{{comicsrow|1883|2017-08-30|Supervillain Plan|supervillain plan.png}}&lt;br /&gt;
{{comicsrow|1882|2017-08-28|Color Models|color models.png}}&lt;br /&gt;
{{comicsrow|1881|2017-08-25|Drone Training|drone training.png}}&lt;br /&gt;
{{comicsrow|1880|2017-08-23|Eclipse Review|eclipse review.png}}&lt;br /&gt;
{{comicsrow|1879|2017-08-21|Eclipse Birds|eclipse birds.png}}&lt;br /&gt;
{{comicsrow|1878|2017-08-18|Earth Orbital Diagram|earth orbital diagram.png}}&lt;br /&gt;
{{comicsrow|1877|2017-08-16|Eclipse Science|eclipse science.png}}&lt;br /&gt;
{{comicsrow|1876|2017-08-14|Eclipse Searches|eclipse searches.png}}&lt;br /&gt;
{{comicsrow|1875|2017-08-11|Computers vs Humans|computers vs humans.png}}&lt;br /&gt;
{{comicsrow|1874|2017-08-09|Geologic Faults|geologic faults.png}}&lt;br /&gt;
{{comicsrow|1873|2017-08-07|Email Reply|email reply.png}}&lt;br /&gt;
{{comicsrow|1872|2017-08-04|Backup Batteries|backup batteries.png}}&lt;br /&gt;
{{comicsrow|1871|2017-08-02|Bun Alert|bun alert.png}}&lt;br /&gt;
{{comicsrow|1870|2017-07-31|Emoji Movie Reviews|emoji movie reviews.png}}&lt;br /&gt;
{{comicsrow|1869|2017-07-28|Positive and Negative Reviews}}&lt;br /&gt;
{{comicsrow|1868|2017-07-26|Eclipse Flights|eclipse flights.png}}&lt;br /&gt;
{{comicsrow|1867|2017-07-24|Physics Confession|physics confession.png}}&lt;br /&gt;
{{comicsrow|1866|2017-07-21|Russell's Teapot|russells teapot.png}}&lt;br /&gt;
{{comicsrow|1865|2017-07-19|Wifi vs Cellular|wifi vs cellular.png}}&lt;br /&gt;
{{comicsrow|1864|2017-07-17|City Nicknames|city nicknames.png}}&lt;br /&gt;
{{comicsrow|1863|2017-07-14|Screenshots|screenshots.png}}&lt;br /&gt;
{{comicsrow|1862|2017-07-12|Particle Properties|particle properties.png}}&lt;br /&gt;
{{comicsrow|1861|2017-07-10|Quantum|quantum.png}}&lt;br /&gt;
{{comicsrow|1860|2017-07-07|Communicating|communicating.png}}&lt;br /&gt;
{{comicsrow|1859|2017-07-05|Sports Knowledge|sports knowledge.png}}&lt;br /&gt;
{{comicsrow|1858|2017-07-03|4th of July|4th of july.png}}&lt;br /&gt;
{{comicsrow|1857|2017-06-30|Emoji Movie|emoji movie.png}}&lt;br /&gt;
{{comicsrow|1856|2017-06-28|Existence Proof|existence proof.png}}&lt;br /&gt;
{{comicsrow|1855|2017-06-26|Telephoto|telephoto.png}}&lt;br /&gt;
{{comicsrow|1854|2017-06-23|Refresh Types|refresh types.png}}&lt;br /&gt;
{{comicsrow|1853|2017-06-21|Once Per Day|once per day.png}}&lt;br /&gt;
{{comicsrow|1852|2017-06-19|Election Map|election map.png}}&lt;br /&gt;
{{comicsrow|1851|2017-06-16|Magnetohydrodynamics|magnetohydrodynamics.png}}&lt;br /&gt;
{{comicsrow|1850|2017-06-14|Air Force Museum|air force museum.png}}&lt;br /&gt;
{{comicsrow|1849|2017-06-12|Decades|decades.png}}&lt;br /&gt;
{{comicsrow|1848|2017-06-09|Glacial Erratic|glacial erratic.png}}&lt;br /&gt;
{{comicsrow|1847|2017-06-07|Dubious Study|dubious study.png}}&lt;br /&gt;
{{comicsrow|1846|2017-06-05|Drone Problems|drone problems.png}}&lt;br /&gt;
{{comicsrow|1845|2017-06-02|State Word Map|state word map.png}}&lt;br /&gt;
{{comicsrow|1844|2017-05-31|Voting Systems|voting systems.png}}&lt;br /&gt;
{{comicsrow|1843|2017-05-29|Opening Crawl|opening crawl.png}}&lt;br /&gt;
{{comicsrow|1842|2017-05-26|Anti-Drone Eagles|anti drone eagles.png}}&lt;br /&gt;
{{comicsrow|1841|2017-05-24|Who?|who.png}}&lt;br /&gt;
{{comicsrow|1840|2017-05-22|Genetic Testing Results|genetic testing results.png}}&lt;br /&gt;
{{comicsrow|1839|2017-05-19|Doctor Visit|doctor visit.png}}&lt;br /&gt;
{{comicsrow|1838|2017-05-17|Machine Learning|machine learning.png}}&lt;br /&gt;
{{comicsrow|1837|2017-05-15|Rental Car|rental car.png}}&lt;br /&gt;
{{comicsrow|1836|2017-05-12|Okeanos|okeanos.png}}&lt;br /&gt;
{{comicsrow|1835|2017-05-10|Random Obsessions}}&lt;br /&gt;
{{comicsrow|1834|2017-05-08|Lunch Order}}&lt;br /&gt;
{{comicsrow|1833|2017-05-05|Code Quality 3|code quality 3.png}}&lt;br /&gt;
{{comicsrow|1832|2017-05-03|Photo Library Management|photo library management.png}}&lt;br /&gt;
{{comicsrow|1831|2017-05-01|Here to Help|here to help.png}}&lt;br /&gt;
{{comicsrow|1830|2017-04-28|ISS Solar Transit 2|iss solar transit 2.png}}&lt;br /&gt;
{{comicsrow|1829|2017-04-26|Geochronology|geochronology.png}}&lt;br /&gt;
{{comicsrow|1828|2017-04-24|ISS Solar Transit|iss solar transit.png}}&lt;br /&gt;
{{comicsrow|1827|2017-04-21|Survivorship Bias|survivorship bias.png}}&lt;br /&gt;
{{comicsrow|1826|2017-04-19|Birdwatching|birdwatching huge.png}}&lt;br /&gt;
{{comicsrow|1825|2017-04-17|7 Eleven|7 eleven.png}}&lt;br /&gt;
{{comicsrow|1824|2017-04-14|Identification Chart|identification chart.png}}&lt;br /&gt;
{{comicsrow|1823|2017-04-12|Hottest Editors|hottest editors.png}}&lt;br /&gt;
{{comicsrow|1822|2017-04-10|Existential Bug Reports|existential bug reports.png}}&lt;br /&gt;
{{comicsrow|1821|2017-04-07|Incinerator|incinerator.png}}&lt;br /&gt;
{{comicsrow|1820|2017-04-05|Security Advice|security advice.png}}&lt;br /&gt;
{{comicsrow|1819|2017-04-03|Sweet 16|sweet 16.png}}&lt;br /&gt;
{{comicsrow|1818|2017-03-31|Rayleigh Scattering|rayleigh scattering.png}}&lt;br /&gt;
{{comicsrow|1817|2017-03-29|Incognito Mode|incognito mode.png}}&lt;br /&gt;
{{comicsrow|1816|2017-03-27|Mispronunciation|mispronunciation.png}}&lt;br /&gt;
{{comicsrow|1815|2017-03-24|Flag|flag.png}}&lt;br /&gt;
{{comicsrow|1814|2017-03-22|Color Pattern|color pattern.png}}&lt;br /&gt;
{{comicsrow|1813|2017-03-20|Vomiting Emoji|vomiting emoji.png}}&lt;br /&gt;
{{comicsrow|1812|2017-03-17|Onboarding|onboarding.png}}&lt;br /&gt;
{{comicsrow|1811|2017-03-15|Best-Tasting Colors|best tasting colors.png}}&lt;br /&gt;
{{comicsrow|1810|2017-03-13|Chat Systems|chat systems.png}}&lt;br /&gt;
{{comicsrow|1809|2017-03-10|xkcd Phone 5|xkcd phone 5.png}}&lt;br /&gt;
{{comicsrow|1808|2017-03-08|Hacking|hacking.png}}&lt;br /&gt;
{{comicsrow|1807|2017-03-06|Listening|listening.png}}&lt;br /&gt;
{{comicsrow|1806|2017-03-03|Borrow Your Laptop|borrow your laptop.png}}&lt;br /&gt;
{{comicsrow|1805|2017-03-01|Unpublished Discoveries|unpublished discoveries.png}}&lt;br /&gt;
{{comicsrow|1804|2017-02-27|Video Content|video content.png}}&lt;br /&gt;
{{comicsrow|1803|2017-02-24|Location Reviews|location reviews.png}}&lt;br /&gt;
{{comicsrow|1802|2017-02-22|Phone|phone.png}}&lt;br /&gt;
{{comicsrow|1801|2017-02-20|Decision Paralysis|decision paralysis.png}}&lt;br /&gt;
{{comicsrow|1800|2017-02-17|Chess Notation|chess notation.png}}&lt;br /&gt;
{{comicsrow|1799|2017-02-15|Bad Map Projection: Time Zones|bad map projection time zones.png}}&lt;br /&gt;
{{comicsrow|1798|2017-02-13|Box Plot|box plot.png}}&lt;br /&gt;
{{comicsrow|1797|2017-02-10|Stardew Valley|stardew valley.png}}&lt;br /&gt;
{{comicsrow|1796|2017-02-08|Focus Knob|focus knob.png}}&lt;br /&gt;
{{comicsrow|1795|2017-02-06|All You Can Eat|all you can eat.png}}&lt;br /&gt;
{{comicsrow|1794|2017-02-03|Fire|fire.png}}&lt;br /&gt;
{{comicsrow|1793|2017-02-01|Soda Sugar Comparisons|soda sugar comparisons.png}}&lt;br /&gt;
{{comicsrow|1792|2017-01-30|Bird/Plane/Superman|bird plane superman.png}}&lt;br /&gt;
{{comicsrow|1791|2017-01-27|Telescopes: Refractor vs Reflector|telescopes refractor vs reflector.png}}&lt;br /&gt;
{{comicsrow|1790|2017-01-25|Sad|sad.png}}&lt;br /&gt;
{{comicsrow|1789|2017-01-23|Phone Numbers|phone numbers.png}}&lt;br /&gt;
{{comicsrow|1788|2017-01-20|Barge|barge.png}}&lt;br /&gt;
{{comicsrow|1787|2017-01-18|Voice Commands|voice commands.png}}&lt;br /&gt;
{{comicsrow|1786|2017-01-16|Trash|trash.png}}&lt;br /&gt;
{{comicsrow|1785|2017-01-13|Wifi|wifi.png}}&lt;br /&gt;
{{comicsrow|1784|2017-01-11|Bad Map Projection: Liquid Resize|bad map projection liquid resize.png}}&lt;br /&gt;
{{comicsrow|1783|2017-01-09|Emails|emails.png}}&lt;br /&gt;
{{comicsrow|1782|2017-01-06|Team Chat|team chat.png}}&lt;br /&gt;
{{comicsrow|1781|2017-01-04|Artifacts|artifacts.png}}&lt;br /&gt;
{{comicsrow|1780|2017-01-02|Appliance Repair|appliance repair.png}}&lt;br /&gt;
{{comicsrow|1779|2016-12-30|2017|2017.png}}&lt;br /&gt;
{{comicsrow|1778|2016-12-28|Interest Timescales|interest timescales.png}}&lt;br /&gt;
{{comicsrow|1777|2016-12-26|Dear Diary|dear diary.png}}&lt;br /&gt;
{{comicsrow|1776|2016-12-23|Reindeer|reindeer.png}}&lt;br /&gt;
{{comicsrow|1775|2016-12-21|Things You Learn|things you learn.png}}&lt;br /&gt;
{{comicsrow|1774|2016-12-19|Adjective Foods|adjective foods.png}}&lt;br /&gt;
{{comicsrow|1773|2016-12-16|Negativity|negativity.png}}&lt;br /&gt;
{{comicsrow|1772|2016-12-14|Startup Opportunity|startup opportunity.png}}&lt;br /&gt;
{{comicsrow|1771|2016-12-12|It Was I|it was i.png}}&lt;br /&gt;
{{comicsrow|1770|2016-12-09|UI Change|ui change.png}}&lt;br /&gt;
{{comicsrow|1769|2016-12-07|Never Seen Star Wars|never seen star wars.png}}&lt;br /&gt;
{{comicsrow|1768|2016-12-05|Settling|settling.png}}&lt;br /&gt;
{{comicsrow|1767|2016-12-02|US State Names|us state names.png}}&lt;br /&gt;
{{comicsrow|1766|2016-11-30|Apple Spectrum|apple spectrum.png}}&lt;br /&gt;
{{comicsrow|1765|2016-11-28|Baby Post|baby post.png}}&lt;br /&gt;
{{comicsrow|1764|2016-11-25|XKCDE|xkcde.png}}&lt;br /&gt;
{{comicsrow|1763|2016-11-23|Catcalling|catcalling.png}}&lt;br /&gt;
{{comicsrow|1762|2016-11-21|Moving Boxes|moving boxes.png}}&lt;br /&gt;
{{comicsrow|1761|2016-11-18|Blame|blame.png}}&lt;br /&gt;
{{comicsrow|1760|2016-11-16|TV Problems|tv problems.png}}&lt;br /&gt;
{{comicsrow|1759|2016-11-14|British Map|british map.png}}&lt;br /&gt;
{{comicsrow|1758|2016-11-11|Astrophysics|astrophysics.png}}&lt;br /&gt;
{{comicsrow|1757|2016-11-09|November 2016|november 2016.png}}&lt;br /&gt;
{{comicsrow|1756|2016-11-07|I'm With Her|im with her.png}}&lt;br /&gt;
{{comicsrow|1755|2016-11-04|Old Days|old days.png}}&lt;br /&gt;
{{comicsrow|1754|2016-11-02|Tornado Safety Tips|tornado safety tips.png}}&lt;br /&gt;
{{comicsrow|1753|2016-10-31|Thumb War|thumb war.png}}&lt;br /&gt;
{{comicsrow|1752|2016-10-28|Interplanetary Experience|interplanetary experience.png}}&lt;br /&gt;
{{comicsrow|1751|2016-10-26|Movie Folder|movie folder.png}}&lt;br /&gt;
{{comicsrow|1750|2016-10-24|Life Goals|life goals.png}}&lt;br /&gt;
{{comicsrow|1749|2016-10-21|Mushrooms|mushrooms.png}}&lt;br /&gt;
{{comicsrow|1748|2016-10-19|Future Archaeology|future archaeology.png}}&lt;br /&gt;
{{comicsrow|1747|2016-10-17|Spider Paleontology|spider paleontology.png}}&lt;br /&gt;
{{comicsrow|1746|2016-10-14|Making Friends|making friends.png}}&lt;br /&gt;
{{comicsrow|1745|2016-10-12|Record Scratch|record scratch.png}}&lt;br /&gt;
{{comicsrow|1744|2016-10-10|Metabolism|metabolism.png}}&lt;br /&gt;
{{comicsrow|1743|2016-10-07|Coffee|coffee.png}}&lt;br /&gt;
{{comicsrow|1742|2016-10-05|Will It Work|will it work.png}}&lt;br /&gt;
{{comicsrow|1741|2016-10-03|Work|work.png}}&lt;br /&gt;
{{comicsrow|1740|2016-09-30|Rosetta|rosetta.png}}&lt;br /&gt;
{{comicsrow|1739|2016-09-28|Fixing Problems|fixing problems.png}}&lt;br /&gt;
{{comicsrow|1738|2016-09-26|Moon Shapes|moon shapes.png}}&lt;br /&gt;
{{comicsrow|1737|2016-09-23|Datacenter Scale|datacenter scale.png}}&lt;br /&gt;
{{comicsrow|1736|2016-09-21|Manhattan Project|manhattan project.png}}&lt;br /&gt;
{{comicsrow|1735|2016-09-19|Fashion Police and Grammar Police|fashion police and grammar police.png}}&lt;br /&gt;
{{comicsrow|1734|2016-09-16|Reductionism|reductionism.png}}&lt;br /&gt;
{{comicsrow|1733|2016-09-15|Solar Spectrum|solar spectrum.png}}&lt;br /&gt;
{{comicsrow|1732|2016-09-12|Earth Temperature Timeline|earth temperature timeline.png}}&lt;br /&gt;
{{comicsrow|1731|2016-09-09|Wrong|wrong.png}}&lt;br /&gt;
{{comicsrow|1730|2016-09-07|Starshade|starshade.png}}&lt;br /&gt;
{{comicsrow|1729|2016-09-05|Migrating Geese|migrating geese.png}}&lt;br /&gt;
{{comicsrow|1728|2016-09-02|Cron Mail|cron mail.png}}&lt;br /&gt;
{{comicsrow|1727|2016-08-31|Number of Computers|number of computers.png}}&lt;br /&gt;
{{comicsrow|1726|2016-08-29|Unicode|unicode.png}}&lt;br /&gt;
{{comicsrow|1725|2016-08-26|Linear Regression|linear regression.png}}&lt;br /&gt;
{{comicsrow|1724|2016-08-24|Proofs|proofs.png}}&lt;br /&gt;
{{comicsrow|1723|2016-08-22|Meteorite Identification|meteorite identification.png}}&lt;br /&gt;
{{comicsrow|1722|2016-08-19|Debugging|debugging.png}}&lt;br /&gt;
{{comicsrow|1721|2016-08-17|Business Idea|business idea.png}}&lt;br /&gt;
{{comicsrow|1720|2016-08-15|Horses|horses.png}}&lt;br /&gt;
{{comicsrow|1719|2016-08-12|Superzoom|superzoom.png}}&lt;br /&gt;
{{comicsrow|1718|2016-08-10|Backups|backups.png}}&lt;br /&gt;
{{comicsrow|1717|2016-08-08|Pyramid Honey|pyramid honey.png}}&lt;br /&gt;
{{comicsrow|1716|2016-08-05|Time Travel Thesis|time travel thesis.png}}&lt;br /&gt;
{{comicsrow|1715|2016-08-03|Household Tips|household tips.png}}&lt;br /&gt;
{{comicsrow|1714|2016-08-01|Volcano Types|volcano types.png}}&lt;br /&gt;
{{comicsrow|1713|2016-07-29|50 ccs|50 ccs.png}}&lt;br /&gt;
{{comicsrow|1712|2016-07-27|Politifact|politifact.png}}&lt;br /&gt;
{{comicsrow|1711|2016-07-25|Snapchat|snapchat.png}}&lt;br /&gt;
{{comicsrow|1710|2016-07-22|Walking Into Things|walking into things.png}}&lt;br /&gt;
{{comicsrow|1709|2016-07-20|Inflection|inflection.png}}&lt;br /&gt;
{{comicsrow|1708|2016-07-18|Dehydration|dehydration.png}}&lt;br /&gt;
{{comicsrow|1707|2016-07-15|xkcd Phone 4|xkcd phone 4.png}}&lt;br /&gt;
{{comicsrow|1706|2016-07-13|Genetic Testing|genetic testing.png}}&lt;br /&gt;
{{comicsrow|1705|2016-07-11|Pokémon Go|pokemon go.png}}&lt;br /&gt;
{{comicsrow|1704|2016-07-08|Gnome Ann|gnome ann.png}}&lt;br /&gt;
{{comicsrow|1703|2016-07-06|Juno|juno.png}}&lt;br /&gt;
{{comicsrow|1702|2016-07-04|Home Itch Remedies|home itch remedies.png}}&lt;br /&gt;
{{comicsrow|1701|2016-07-01|Speed and Danger|speed and danger.png}}&lt;br /&gt;
{{comicsrow|1700|2016-06-29|New Bug|new bug.png}}&lt;br /&gt;
{{comicsrow|1699|2016-06-27|Local News|local news.png}}&lt;br /&gt;
{{comicsrow|1698|2016-06-24|Theft Quadrants|theft quadrants.png}}&lt;br /&gt;
{{comicsrow|1697|2016-06-22|Intervocalic Fortition|intervocalic fortition.png}}&lt;br /&gt;
{{comicsrow|1696|2016-06-20|AI Research|ai research.png}}&lt;br /&gt;
{{comicsrow|1695|2016-06-17|Code Quality 2|code quality 2.png}}&lt;br /&gt;
{{comicsrow|1694|2016-06-15|Phishing License|phishing license.png}}&lt;br /&gt;
{{comicsrow|1693|2016-06-13|Oxidation|oxidation.png}}&lt;br /&gt;
{{comicsrow|1692|2016-06-10|Man Page|man page.png}}&lt;br /&gt;
{{comicsrow|1691|2016-06-08|Optimization|optimization.png}}&lt;br /&gt;
{{comicsrow|1690|2016-06-06|Time-Tracking Software|time tracking software.png}}&lt;br /&gt;
{{comicsrow|1689|2016-06-03|My Friend Catherine|my friend catherine.png}}&lt;br /&gt;
{{comicsrow|1688|2016-06-01|Map Age Guide|map age guide.png}}&lt;br /&gt;
{{comicsrow|1687|2016-05-30|World War III+|world war iii.png}}&lt;br /&gt;
{{comicsrow|1686|2016-05-27|Feel Old|feel old.png}}&lt;br /&gt;
{{comicsrow|1685|2016-05-25|Patch|patch.png}}&lt;br /&gt;
{{comicsrow|1684|2016-05-23|Rainbow|rainbow.png}}&lt;br /&gt;
{{comicsrow|1683|2016-05-20|Digital Data|digital data.png}}&lt;br /&gt;
{{comicsrow|1682|2016-05-18|Bun|bun.png}}&lt;br /&gt;
{{comicsrow|1681|2016-05-16|Laser Products|laser products.png}}&lt;br /&gt;
{{comicsrow|1680|2016-05-13|Black Hole|black hole.png}}&lt;br /&gt;
{{comicsrow|1679|2016-05-11|Substitutions 3|substitutions 3.png}}&lt;br /&gt;
{{comicsrow|1678|2016-05-09|Recent Searches|recent_searches.png}}&lt;br /&gt;
{{comicsrow|1677|2016-05-06|Contrails|contrails.png}}&lt;br /&gt;
{{comicsrow|1676|2016-05-04|Full-Width Justification|full width justification.png}}&lt;br /&gt;
{{comicsrow|1675|2016-05-02|Message in a Bottle|message in a bottle.png}}&lt;br /&gt;
{{comicsrow|1674|2016-04-29|Adult|adult.png}}&lt;br /&gt;
{{comicsrow|1673|2016-04-27|Timeline of Bicycle Design}}&lt;br /&gt;
{{comicsrow|1672|2016-04-25|Women on 20s|women on 20s.png}}&lt;br /&gt;
{{comicsrow|1671|2016-04-22|Arcane Bullshit|arcane bullshit.png}}&lt;br /&gt;
{{comicsrow|1670|2016-04-20|Laws of Physics|laws of physics.png}}&lt;br /&gt;
{{comicsrow|1669|2016-04-18|Planespotting|planespotting.png}}&lt;br /&gt;
{{comicsrow|1668|2016-04-15|Singularity|singularity.png}}&lt;br /&gt;
{{comicsrow|1667|2016-04-13|Algorithms}}&lt;br /&gt;
{{comicsrow|1666|2016-04-11|Brain Upload}}&lt;br /&gt;
{{comicsrow|1665|2016-04-08|City Talk Pages}}&lt;br /&gt;
{{comicsrow|1664|2016-04-06|Mycology}}&lt;br /&gt;
{{comicsrow|1663|2016-04-05|Garden}}&lt;br /&gt;
{{comicsrow|1662|2016-03-30|Jack and Jill}}&lt;br /&gt;
{{comicsrow|1661|2016-03-28|Podium}}&lt;br /&gt;
{{comicsrow|1660|2016-03-25|Captain Speaking|captain speaking.png}}&lt;br /&gt;
{{comicsrow|1659|2016-03-23|Tire Swing|tire swing.png}}&lt;br /&gt;
{{comicsrow|1658|2016-03-21|Estimating Time|estimating time.png}}&lt;br /&gt;
{{comicsrow|1657|2016-03-18|Insanity|insanity.png}}&lt;br /&gt;
{{comicsrow|1656|2016-03-16|It Begins|it begins.png}}&lt;br /&gt;
{{comicsrow|1655|2016-03-14|Doomsday Clock|doomsday clock.png}}&lt;br /&gt;
{{comicsrow|1654|2016-03-11|Universal Install Script|universal install script.png}}&lt;br /&gt;
{{comicsrow|1653|2016-03-09|United States Map|united states map.png}}&lt;br /&gt;
{{comicsrow|1652|2016-03-07|Conditionals|conditionals.png}}&lt;br /&gt;
{{comicsrow|1651|2016-03-04|Robotic Garage|robotic garage.png}}&lt;br /&gt;
{{comicsrow|1650|2016-03-02|Baby|baby.png}}&lt;br /&gt;
{{comicsrow|1649|2016-02-29|Pipelines|pipelines.png}}&lt;br /&gt;
{{comicsrow|1648|2016-02-26|Famous Duos|famous duos.png}}&lt;br /&gt;
{{comicsrow|1647|2016-02-24|Diacritics|diacritics.png}}&lt;br /&gt;
{{comicsrow|1646|2016-02-22|Twitter Bot|twitter bot.png}}&lt;br /&gt;
{{comicsrow|1645|2016-02-19|Toasts|toasts.png}}&lt;br /&gt;
{{comicsrow|1644|2016-02-17|Stargazing|stargazing.png}}&lt;br /&gt;
{{comicsrow|1643|2016-02-15|Degrees|degrees.png}}&lt;br /&gt;
{{comicsrow|1642|2016-02-11|Gravitational Waves}}&lt;br /&gt;
{{comicsrow|1641|2016-02-10|Hot Dogs}}&lt;br /&gt;
{{comicsrow|1640|2016-02-08|Super Bowl Context}}&lt;br /&gt;
{{comicsrow|1639|2016-02-05|To Taste}}&lt;br /&gt;
{{comicsrow|1638|2016-02-03|Backslashes}}&lt;br /&gt;
{{comicsrow|1637|2016-02-01|Salt Mine}}&lt;br /&gt;
{{comicsrow|1636|2016-01-29|XKCD Stack}}&lt;br /&gt;
{{comicsrow|1635|2016-01-27|Birdsong}}&lt;br /&gt;
{{comicsrow|1634|2016-01-25|In Case of Emergency}}&lt;br /&gt;
{{comicsrow|1633|2016-01-22|Possible Undiscovered Planets}}&lt;br /&gt;
{{comicsrow|1632|2016-01-20|Palindrome}}&lt;br /&gt;
{{comicsrow|1631|2016-01-18|Longer Than Usual}}&lt;br /&gt;
{{comicsrow|1630|2016-01-15|Quadcopter}}&lt;br /&gt;
{{comicsrow|1629|2016-01-13|Tools}}&lt;br /&gt;
{{comicsrow|1628|2016-01-11|Magnus}}&lt;br /&gt;
{{comicsrow|1627|2016-01-08|Woosh}}&lt;br /&gt;
{{comicsrow|1626|2016-01-06|Judgment Day}}&lt;br /&gt;
{{comicsrow|1625|2016-01-04|Substitutions 2}}&lt;br /&gt;
{{comicsrow|1624|2016-01-01|2016}}&lt;br /&gt;
{{comicsrow|1623|2015-12-30|2016 Conversation Guide}}&lt;br /&gt;
{{comicsrow|1622|2015-12-28|Henge}}&lt;br /&gt;
{{comicsrow|1621|2015-12-25|Fixion}}&lt;br /&gt;
{{comicsrow|1620|2015-12-23|Christmas Settings}}&lt;br /&gt;
{{comicsrow|1619|2015-12-21|Watson Medical Algorithm}}&lt;br /&gt;
{{comicsrow|1618|2015-12-18|Cold Medicine}}&lt;br /&gt;
{{comicsrow|1617|2015-12-16|Time Capsule}}&lt;br /&gt;
{{comicsrow|1616|2015-12-14|Lunch}}&lt;br /&gt;
{{comicsrow|1615|2015-12-11|Red Car}}&lt;br /&gt;
{{comicsrow|1614|2015-12-09|Kites}}&lt;br /&gt;
{{comicsrow|1613|2015-12-07|The Three Laws of Robotics}}&lt;br /&gt;
{{comicsrow|1612|2015-12-04|Colds}}&lt;br /&gt;
{{comicsrow|1611|2015-12-02|Baking Soda and Vinegar}}&lt;br /&gt;
{{comicsrow|1610|2015-11-30|Fire Ants}}&lt;br /&gt;
{{comicsrow|1609|2015-11-27|Food Combinations}}&lt;br /&gt;
{{comicsrow|1608|2015-11-24|Hoverboard}}&lt;br /&gt;
{{comicsrow|1607|2015-11-23|Supreme Court}}&lt;br /&gt;
{{comicsrow|1606|2015-11-20|Five-Day Forecast|five day forecast.png}}&lt;br /&gt;
{{comicsrow|1605|2015-11-18|DNA}}&lt;br /&gt;
{{comicsrow|1604|2015-11-16|Snakes}}&lt;br /&gt;
{{comicsrow|1603|2015-11-13|Flashlights}}&lt;br /&gt;
{{comicsrow|1602|2015-11-11|Linguistics Club}}&lt;br /&gt;
{{comicsrow|1601|2015-11-09|Isolation}}&lt;br /&gt;
{{comicsrow|1600|2015-11-06|MarketWatch}}&lt;br /&gt;
{{comicsrow|1599|2015-11-04|Water Delivery}}&lt;br /&gt;
{{comicsrow|1598|2015-11-02|Salvage}}&lt;br /&gt;
{{comicsrow|1597|2015-10-30|Git}}&lt;br /&gt;
{{comicsrow|1596|2015-10-29|Launch Status Check}}&lt;br /&gt;
{{comicsrow|1595|2015-10-26|30 Days Hath September}}&lt;br /&gt;
{{comicsrow|1594|2015-10-23|Human Subjects}}&lt;br /&gt;
{{comicsrow|1593|2015-10-21|Play-By-Play|play by play.png}}&lt;br /&gt;
{{comicsrow|1592|2015-10-19|Overthinking}}&lt;br /&gt;
{{comicsrow|1591|2015-10-16|Bell's Theorem|bells theorem.png}}&lt;br /&gt;
{{comicsrow|1590|2015-10-14|The Source}}&lt;br /&gt;
{{comicsrow|1589|2015-10-12|Frankenstein}}&lt;br /&gt;
{{comicsrow|1588|2015-10-09|Hardware Reductionism}}&lt;br /&gt;
{{comicsrow|1587|2015-10-07|Food Rule}}&lt;br /&gt;
{{comicsrow|1586|2015-10-05|Keyboard Problems}}&lt;br /&gt;
{{comicsrow|1585|2015-10-02|Similarities}}&lt;br /&gt;
{{comicsrow|1584|2015-09-30|Moments of Inspiration}}&lt;br /&gt;
{{comicsrow|1583|2015-09-28|NASA Press Conference}}&lt;br /&gt;
{{comicsrow|1582|2015-09-25|Picture a Grassy Field}}&lt;br /&gt;
{{comicsrow|1581|2015-09-23|Birthday}}&lt;br /&gt;
{{comicsrow|1580|2015-09-21|Travel Ghost|travel ghosts.png}}&lt;br /&gt;
{{comicsrow|1579|2015-09-18|Tech Loops}}&lt;br /&gt;
{{comicsrow|1578|2015-09-16|Squirrelphone}}&lt;br /&gt;
{{comicsrow|1577|2015-09-14|Advent}}&lt;br /&gt;
{{comicsrow|1576|2015-09-11|I Could Care Less}}&lt;br /&gt;
{{comicsrow|1575|2015-09-09|Footprints}}&lt;br /&gt;
{{comicsrow|1574|2015-09-07|Trouble for Science}}&lt;br /&gt;
{{comicsrow|1573|2015-09-04|Cyberintelligence}}&lt;br /&gt;
{{comicsrow|1572|2015-09-02|xkcd Survey}}&lt;br /&gt;
{{comicsrow|1571|2015-08-31|Car Model Names}}&lt;br /&gt;
{{comicsrow|1570|2015-08-28|Engineer Syllogism}}&lt;br /&gt;
{{comicsrow|1569|2015-08-26|Magic Tree}}&lt;br /&gt;
{{comicsrow|1568|2015-08-24|Synonym Movies 2}}&lt;br /&gt;
{{comicsrow|1567|2015-08-21|Kitchen Tips}}&lt;br /&gt;
{{comicsrow|1566|2015-08-19|Board Game}}&lt;br /&gt;
{{comicsrow|1565|2015-08-17|Back Seat}}&lt;br /&gt;
{{comicsrow|1564|2015-08-14|Every Seven Seconds}}&lt;br /&gt;
{{comicsrow|1563|2015-08-12|Synonym Movies}}&lt;br /&gt;
{{comicsrow|1562|2015-08-10|I in Team}}&lt;br /&gt;
{{comicsrow|1561|2015-08-07|Water Phase Diagram}}&lt;br /&gt;
{{comicsrow|1560|2015-08-05|Bubblegum}}&lt;br /&gt;
{{comicsrow|1559|2015-08-03|Driving}}&lt;br /&gt;
{{comicsrow|1558|2015-07-31|Vet}}&lt;br /&gt;
{{comicsrow|1557|2015-07-29|Ozymandias}}&lt;br /&gt;
{{comicsrow|1556|2015-07-27|The Sky}}&lt;br /&gt;
{{comicsrow|1555|2015-07-24|Exoplanet Names 2}}&lt;br /&gt;
{{comicsrow|1554|2015-07-22|Spice Girls}}&lt;br /&gt;
{{comicsrow|1553|2015-07-20|Public Key}}&lt;br /&gt;
{{comicsrow|1552|2015-07-17|Rulebook}}&lt;br /&gt;
{{comicsrow|1551|2015-07-14|Pluto}}&lt;br /&gt;
{{comicsrow|1550|2015-07-13|Episode VII}}&lt;br /&gt;
{{comicsrow|1549|2015-07-10|XKCD Phone 3}}&lt;br /&gt;
{{comicsrow|1548|2015-07-08|90s Kid}}&lt;br /&gt;
{{comicsrow|1547|2015-07-06|Solar System Questions}}&lt;br /&gt;
{{comicsrow|1546|2015-07-03|Tamagotchi Hive}}&lt;br /&gt;
{{comicsrow|1545|2015-07-01|Strengths and Weaknesses}}&lt;br /&gt;
{{comicsrow|1544|2015-06-29|Margaret}}&lt;br /&gt;
{{comicsrow|1543|2015-06-26|Team Effort}}&lt;br /&gt;
{{comicsrow|1542|2015-06-24|Scheduling Conflict}}&lt;br /&gt;
{{comicsrow|1541|2015-06-22|Voice}}&lt;br /&gt;
{{comicsrow|1540|2015-06-19|Hemingway}}&lt;br /&gt;
{{comicsrow|1539|2015-06-17|Planning}}&lt;br /&gt;
{{comicsrow|1538|2015-06-15|Lyrics}}&lt;br /&gt;
{{comicsrow|1537|2015-06-12|Types}}&lt;br /&gt;
{{comicsrow|1536|2015-06-10|The Martian}}&lt;br /&gt;
{{comicsrow|1535|2015-06-08|Words for Pets}}&lt;br /&gt;
{{comicsrow|1534|2015-06-05|Beer}}&lt;br /&gt;
{{comicsrow|1533|2015-06-03|Antique Factory}}&lt;br /&gt;
{{comicsrow|1532|2015-06-01|New Horizons}}&lt;br /&gt;
{{comicsrow|1531|2015-05-29|The BDLPSWDKS Effect}}&lt;br /&gt;
{{comicsrow|1530|2015-05-27|Keyboard Mash}}&lt;br /&gt;
{{comicsrow|1529|2015-05-25|Bracket}}&lt;br /&gt;
{{comicsrow|1528|2015-05-22|Vodka}}&lt;br /&gt;
{{comicsrow|1527|2015-05-20|Humans}}&lt;br /&gt;
{{comicsrow|1526|2015-05-18|Placebo Blocker}}&lt;br /&gt;
{{comicsrow|1525|2015-05-15|Emojic 8 Ball}}&lt;br /&gt;
{{comicsrow|1524|2015-05-13|Dimensions}}&lt;br /&gt;
{{comicsrow|1523|2015-05-11|Microdrones}}&lt;br /&gt;
{{comicsrow|1522|2015-05-09|Astronomy}}&lt;br /&gt;
{{comicsrow|1521|2015-05-06|Sword in the Stone}}&lt;br /&gt;
{{comicsrow|1520|2015-05-04|Degree-Off|degree off.png}}&lt;br /&gt;
{{comicsrow|1519|2015-05-01|Venus}}&lt;br /&gt;
{{comicsrow|1518|2015-04-29|Typical Morning Routine}}&lt;br /&gt;
{{comicsrow|1517|2015-04-27|Spectroscopy}}&lt;br /&gt;
{{comicsrow|1516|2015-04-24|Win by Induction}}&lt;br /&gt;
{{comicsrow|1515|2015-04-22|Basketball Earth}}&lt;br /&gt;
{{comicsrow|1514|2015-04-20|PermaCal}}&lt;br /&gt;
{{comicsrow|1513|2015-04-17|Code Quality}}&lt;br /&gt;
{{comicsrow|1512|2015-04-15|Horoscopes}}&lt;br /&gt;
{{comicsrow|1511|2015-04-13|Spice Girl}}&lt;br /&gt;
{{comicsrow|1510|2015-04-10|Napoleon}}&lt;br /&gt;
{{comicsrow|1509|2015-04-08|Scenery Cheat Sheet}}&lt;br /&gt;
{{comicsrow|1508|2015-04-06|Operating Systems}}&lt;br /&gt;
{{comicsrow|1507|2015-04-03|Metaball}}&lt;br /&gt;
{{comicsrow|1506|2015-04-01|xkcloud}}&lt;br /&gt;
{{comicsrow|1505|2015-03-30|Ontological Argument}}&lt;br /&gt;
{{comicsrow|1504|2015-03-27|Opportunity}}&lt;br /&gt;
{{comicsrow|1503|2015-03-25|Squirrel Plan}}&lt;br /&gt;
{{comicsrow|1502|2015-03-23|Wasted Time}}&lt;br /&gt;
{{comicsrow|1501|2015-03-20|Mysteries}}&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics| ]]&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Template:LATESTCOMIC&amp;diff=155121</id>
		<title>Template:LATESTCOMIC</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Template:LATESTCOMIC&amp;diff=155121"/>
				<updated>2018-04-02T00:15:53Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: 1974 --&amp;gt; 1975&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;The latest [[xkcd]] comic is number:&amp;lt;/noinclude&amp;gt; 1975&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=File:right_click.png&amp;diff=155120</id>
		<title>File:right click.png</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=File:right_click.png&amp;diff=155120"/>
				<updated>2018-04-02T00:14:44Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Licensing ==&lt;br /&gt;
{{XKCD file}}&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1975&amp;diff=155119</id>
		<title>1975</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1975&amp;diff=155119"/>
				<updated>2018-04-02T00:13:31Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: RIP DgbrtBOT? Created manually.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1975&lt;br /&gt;
| date      = April 1, 2018&lt;br /&gt;
| title     = Right Click&lt;br /&gt;
| image     = right_click.png&lt;br /&gt;
| titletext = &amp;quot;Right-click or long press (where supported) to save!&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a dumb HUMAN - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1931:_Virtual_Assistant&amp;diff=149558</id>
		<title>1931: Virtual Assistant</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1931:_Virtual_Assistant&amp;diff=149558"/>
				<updated>2017-12-20T15:49:28Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1931&lt;br /&gt;
| date      = December 20, 2017&lt;br /&gt;
| title     = Virtual Assistant&lt;br /&gt;
| image     = virtual_assistant.png&lt;br /&gt;
| titletext = If you ask it to please turn off that feature, it apologizes a whole bunch and promises to try to be quieter, then switches to a slightly lower-volume version of the clip with &amp;quot;sorry!&amp;quot; after the louder sounds.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a Smart Device. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
In this comic, [[Randall]] wants to hack smart devices to act as if they are rushing around a house to get to you, presumably for humorous reasons, as opossed to making a {{w|Botnet}} with them.&lt;br /&gt;
&lt;br /&gt;
The title text further expands on this, with the device apologizing, and playing the sound only slightly quieter when asked to stop.&lt;br /&gt;
&lt;br /&gt;
[[Randall]] thinks it would be funny to imagine virtual assistants as clumsy people, rushing to the phone and tripping over things to answer the user's query.&lt;br /&gt;
&lt;br /&gt;
He wants to hack the world's smart home devices, not to create a {{w|botnet}}, but to program them so that any time you invoke them, you hear the virtual assistant running down the stairs, slamming doors, to answer panting and out-of-breath.&lt;br /&gt;
&lt;br /&gt;
The title text continues with this idea: Randall has programmed this feature such that if you ask the assistant to disable the feature, rather than refrain from playing the clip, the virtual assistant apologetically promises to be quieter next time. Humorously enough, the assistant seems incapable of answering without causing a ruckus, as you'd just hear the same sounds as before, but slightly quieter, and with a more apologetic virtual assistant. &lt;br /&gt;
&lt;br /&gt;
Sounds of things falling over and breaking off-screen is a [http://tvtropes.org/pmwiki/pmwiki.php/Main/OffscreenCrash comedic trope] used in movies.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
[Megan is standing next to a small table with a Google Home sitting on it.]&lt;br /&gt;
&lt;br /&gt;
Megan: Okay Google -&lt;br /&gt;
&lt;br /&gt;
Google Home: THUMP-THUMP-THUMP&lt;br /&gt;
&lt;br /&gt;
	CRASH THUD!&lt;br /&gt;
&lt;br /&gt;
	CLICK THUMP THUMP&lt;br /&gt;
&lt;br /&gt;
	ZIIIIIP! CLICK&lt;br /&gt;
&lt;br /&gt;
	SLAM!&lt;br /&gt;
&lt;br /&gt;
	THUMPATHUMPATHUMPA&lt;br /&gt;
&lt;br /&gt;
	H... ''*Pant*'' ...Hello... ''*Pant*''&lt;br /&gt;
&lt;br /&gt;
	How... How can I help you?&lt;br /&gt;
&lt;br /&gt;
Subtext: I want to hack the world's smart home devices, but not to create a botnet or anything - I just want to make them play this sound clip every time you invoke them.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1931:_Virtual_Assistant&amp;diff=149551</id>
		<title>1931: Virtual Assistant</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1931:_Virtual_Assistant&amp;diff=149551"/>
				<updated>2017-12-20T15:29:21Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: /* Transcript */ oops I put the transcript in the description silly me&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1931&lt;br /&gt;
| date      = December 20, 2017&lt;br /&gt;
| title     = Virtual Assistant&lt;br /&gt;
| image     = virtual_assistant.png&lt;br /&gt;
| titletext = If you ask it to please turn off that feature, it apologizes a whole bunch and promises to try to be quieter, then switches to a slightly lower-volume version of the clip with &amp;quot;sorry!&amp;quot; after the louder sounds.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BOT - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
[Megan is standing next to a table with a Google Home sitting on it.]&lt;br /&gt;
&lt;br /&gt;
Megan: Okay Google -&lt;br /&gt;
&lt;br /&gt;
Google Home: THUMP-THUMP-THUMP&lt;br /&gt;
&lt;br /&gt;
	CRASH THUD!&lt;br /&gt;
&lt;br /&gt;
	CLICK THUMP THUMP&lt;br /&gt;
&lt;br /&gt;
	ZIIIIIP! CLICK&lt;br /&gt;
&lt;br /&gt;
	SLAM!&lt;br /&gt;
&lt;br /&gt;
	THUMPATHUMPATHUMPA&lt;br /&gt;
&lt;br /&gt;
	H... *Pant* ...Hello... *Pant*&lt;br /&gt;
&lt;br /&gt;
	How... How can I help you?&lt;br /&gt;
&lt;br /&gt;
Subtext: I want to hack the world's smart home devices, but not to create a botnet or anything - I just want to make them play this sound clip every time you invoke them.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1931:_Virtual_Assistant&amp;diff=149550</id>
		<title>1931: Virtual Assistant</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1931:_Virtual_Assistant&amp;diff=149550"/>
				<updated>2017-12-20T15:26:54Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: /* Transcript */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1931&lt;br /&gt;
| date      = December 20, 2017&lt;br /&gt;
| title     = Virtual Assistant&lt;br /&gt;
| image     = virtual_assistant.png&lt;br /&gt;
| titletext = If you ask it to please turn off that feature, it apologizes a whole bunch and promises to try to be quieter, then switches to a slightly lower-volume version of the clip with &amp;quot;sorry!&amp;quot; after the louder sounds.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BOT - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[Megan is standing next to a table with a Google Home sitting on it.]&lt;br /&gt;
&lt;br /&gt;
Megan: Okay Google-&lt;br /&gt;
&lt;br /&gt;
Google Home: THUMP-THUMP-THUMP&lt;br /&gt;
&lt;br /&gt;
CRASH THUD!&lt;br /&gt;
&lt;br /&gt;
CLICK THUMP THUMP&lt;br /&gt;
&lt;br /&gt;
ZIIIIIP! CLICK&lt;br /&gt;
&lt;br /&gt;
SLAM!&lt;br /&gt;
&lt;br /&gt;
THUMPATHUMPATHUMPA&lt;br /&gt;
&lt;br /&gt;
H... *Pant* ...Hello... *Pant*&lt;br /&gt;
&lt;br /&gt;
How... How can I help you?&lt;br /&gt;
&lt;br /&gt;
Subtext: I want to hack the world's smart home devices, but not to create a botnet or anything-I just want to make them play this sound clip every time you invoke them.&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1930:_Calendar_Facts&amp;diff=149381</id>
		<title>Talk:1930: Calendar Facts</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1930:_Calendar_Facts&amp;diff=149381"/>
				<updated>2017-12-18T16:45:48Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: &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;
Shouldn't it be &amp;quot;libration&amp;quot; not &amp;quot;libation&amp;quot;?  Pretty sure drinking has nothing to do with it.  Also pretty sure this is a mistake and not a clever alteration.&lt;br /&gt;
[[Special:Contributions/162.158.62.57|162.158.62.57]] 16:41, 18 December 2017 (UTC)&lt;br /&gt;
No, it's a clever alteration because &amp;quot;libration&amp;quot; is listed right above it. --[[User:Videblu|Videblu]] ([[User talk:Videblu|talk]]) 16:45, 18 December 2017 (UTC)&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1929:_Argument_Timing&amp;diff=149306</id>
		<title>1929: Argument Timing</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1929:_Argument_Timing&amp;diff=149306"/>
				<updated>2017-12-15T15:41:40Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: /* Transcript */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1929&lt;br /&gt;
| date      = December 15, 2017&lt;br /&gt;
| title     = Argument Timing&lt;br /&gt;
| image     = argument_timing.png&lt;br /&gt;
| titletext = Of course, everyone has their own profile. There are morning arguers, hangry arguers, meal-time arguers, late-night arguers, and people who get in a meta-argument over what their argument timing is, dredge up examples of past arguments, and end up fighting over THOSE again as well.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BOT - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
[Shown is a curved time plot. There is a black line, marked &amp;quot;Before Smartphones and Facebook&amp;quot; and a red line marked &amp;quot;After.&amp;quot; On the Y axis, &amp;quot;Odds of getting in a friendship-ending argument.&amp;quot; There is no scale shown for the Y axis. On the X axis, at uneven intervals, are times of the day, beginning at &amp;quot;Wake Up&amp;quot; and ending with &amp;quot;Fall Asleep.&amp;quot; With the exception of waking up and falling asleep, the red line is slightly lower than the black line. Directly after waking up and during the interval between going to bed and falling asleep, the black line is near zero while the red line peaks.]&lt;br /&gt;
&lt;br /&gt;
0 - Wake Up: Both the black and red lines are at zero.&lt;br /&gt;
Wake Up - Get Out Of Bed: The black line moves up only slightly, by 1%. The red line sharply jumps up, peaking at 56%, and then falls sharply to about 20%.&lt;br /&gt;
Get Out Of Bed - Breakfast: The black line peaks at 15% as it reaches &amp;quot;Breakfast.&amp;quot; The red line falls to 12%.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1929:_Argument_Timing&amp;diff=149305</id>
		<title>1929: Argument Timing</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1929:_Argument_Timing&amp;diff=149305"/>
				<updated>2017-12-15T15:38:49Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: /* Transcript */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1929&lt;br /&gt;
| date      = December 15, 2017&lt;br /&gt;
| title     = Argument Timing&lt;br /&gt;
| image     = argument_timing.png&lt;br /&gt;
| titletext = Of course, everyone has their own profile. There are morning arguers, hangry arguers, meal-time arguers, late-night arguers, and people who get in a meta-argument over what their argument timing is, dredge up examples of past arguments, and end up fighting over THOSE again as well.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BOT - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
[Shown is a curved time plot. There is a black line, marked &amp;quot;Before Smartphones and Facebook&amp;quot; and a red line marked &amp;quot;After.&amp;quot; On the Y axis, &amp;quot;Odds of getting in a friendship-ending argument.&amp;quot; There is no scale shown for the Y axis. On the X axis, at uneven intervals, are times of the day, beginning at &amp;quot;Wake Up&amp;quot; and ending with &amp;quot;Fall Asleep.&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
0 - Wake Up: Both the black and red lines are at zero.&lt;br /&gt;
Wake Up - Get Out Of Bed: The black line moves up only slightly, by 1%. The red line sharply jumps up, peaking at 56%, and then falls sharply to about 20%.&lt;br /&gt;
Get Out Of Bed - Breakfast: The black line peaks at 15% as it reaches &amp;quot;Breakfast.&amp;quot; The red line falls to 12%.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1929:_Argument_Timing&amp;diff=149304</id>
		<title>1929: Argument Timing</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1929:_Argument_Timing&amp;diff=149304"/>
				<updated>2017-12-15T15:26:34Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: /* Transcript */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1929&lt;br /&gt;
| date      = December 15, 2017&lt;br /&gt;
| title     = Argument Timing&lt;br /&gt;
| image     = argument_timing.png&lt;br /&gt;
| titletext = Of course, everyone has their own profile. There are morning arguers, hangry arguers, meal-time arguers, late-night arguers, and people who get in a meta-argument over what their argument timing is, dredge up examples of past arguments, and end up fighting over THOSE again as well.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BOT - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
[Shown is a line graph. There is a black line, marked &amp;quot;Before Smartphones and Facebook&amp;quot; and a red line marked &amp;quot;After.&amp;quot; On the Y axis, &amp;quot;Odds of getting in a friendship-ending argument.&amp;quot; On the Y axis are times of the day.]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1927:_Tinder&amp;diff=149055</id>
		<title>1927: Tinder</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1927:_Tinder&amp;diff=149055"/>
				<updated>2017-12-11T17:38:39Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: /* Explanation */ fix Tinder Wikipedia link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1927&lt;br /&gt;
| date      = December 11, 2017&lt;br /&gt;
| title     = Tinder&lt;br /&gt;
| image     = tinder.png&lt;br /&gt;
| titletext = People keep telling me to use the radio but I really hate making voice calls.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BOT - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
{{w|Tinder (app)|Tinder}} is a social media/dating app. The main interface of Tinder shows photos of people using the app. Users swipe right for matches that they like, and left otherwise.&lt;br /&gt;
&lt;br /&gt;
In the comic, [[Cueball]] is a pilot of a plane who needs assistance.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
An iPhone-esque device is shown with the screen facing us. On the screen is the Tinder UI. The main photo is of Cueball, in the cockpit of a plane, holding up a sign saying,&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&lt;br /&gt;
&lt;br /&gt;
IF YOU KNOW HOW TO&lt;br /&gt;
&lt;br /&gt;
FLY A PLANE&lt;br /&gt;
&lt;br /&gt;
PLEASE SWIPE&lt;br /&gt;
&lt;br /&gt;
RIGHT ASAP&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1927:_Tinder&amp;diff=149054</id>
		<title>1927: Tinder</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1927:_Tinder&amp;diff=149054"/>
				<updated>2017-12-11T17:35:45Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: /* Transcript */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1927&lt;br /&gt;
| date      = December 11, 2017&lt;br /&gt;
| title     = Tinder&lt;br /&gt;
| image     = tinder.png&lt;br /&gt;
| titletext = People keep telling me to use the radio but I really hate making voice calls.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BOT - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
[[w|Tinder (app)|Tinder]] is a social media/dating app. The main interface of Tinder shows photos of people using the app. Users swipe right for matches that they like, and left otherwise.&lt;br /&gt;
&lt;br /&gt;
In the comic, [[Cueball]] is a pilot of a plane who needs assistance.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
An iPhone-esque device is shown with the screen facing us. On the screen is the Tinder UI. The main photo is of Cueball, in the cockpit of a plane, holding up a sign saying,&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&lt;br /&gt;
&lt;br /&gt;
IF YOU KNOW HOW TO&lt;br /&gt;
&lt;br /&gt;
FLY A PLANE&lt;br /&gt;
&lt;br /&gt;
PLEASE SWIPE&lt;br /&gt;
&lt;br /&gt;
RIGHT ASAP&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1914:_Twitter_Verification&amp;diff=147644</id>
		<title>Talk:1914: Twitter Verification</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1914:_Twitter_Verification&amp;diff=147644"/>
				<updated>2017-11-10T05:54:08Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://twitter.com/jack/status/928658511311097856 Comic may relate to twitter's usage of the verification symbol. Randall might be mocking Twitter for not realizing how the verification symbol would be thought of as a symbol of importance. Character shown may be Jack Dorsey, Twitter CEO. --[[User:Videblu|Videblu]] ([[User talk:Videblu|talk]]) 05:54, 10 November 2017 (UTC)&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1914:_Twitter_Verification&amp;diff=147643</id>
		<title>1914: Twitter Verification</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1914:_Twitter_Verification&amp;diff=147643"/>
				<updated>2017-11-10T05:26:48Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: /* Transcript */ (Incomplete still.)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1914&lt;br /&gt;
| date      = November 10, 2017&lt;br /&gt;
| title     = Twitter Verification&lt;br /&gt;
| image     = twitter_verification.png&lt;br /&gt;
| titletext = When we started distributing special status tokens that signify which people are important enough to join an elite group, we never could have imagined we might be creating some problems down the line.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BOT - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
Everyone Calm Down -&lt;br /&gt;
&lt;br /&gt;
We just need to go figure out how to bestow a global in-or-out status badge on some people, at our discretion, without anyone reading anything into who gets one.&lt;br /&gt;
&lt;br /&gt;
This should only take a moment.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1905:_Cast_Iron_Pan&amp;diff=146901</id>
		<title>1905: Cast Iron Pan</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1905:_Cast_Iron_Pan&amp;diff=146901"/>
				<updated>2017-10-20T04:38:18Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: /* Transcript */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1905&lt;br /&gt;
| date      = October 20, 2017&lt;br /&gt;
| title     = Cast Iron Pan&lt;br /&gt;
| image     = cast_iron_pans.png&lt;br /&gt;
| titletext = If you want to evenly space them, it's easiest to alternate between the Arctic and Antarctic. Some people just go to the Arctic twice, near the equinoxes so the visits are almost 6 months apart, but it's not the same.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BAT - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
[[White hat]] takes the old myth [https://lifehacker.com/go-ahead-and-use-soap-to-clean-your-cast-iron-pan-1658416503] [http://www.thekitchn.com/can-you-really-not-wash-your-cast-iron-with-soap-235237] [http://www.seriouseats.com/2014/11/the-truth-about-cast-iron.html] that you shouldn't wash your cast iron pan with soap and runs with with to absurdity and beyond.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
[White hat is showing a cast iron pan to Cueball.]&lt;br /&gt;
&lt;br /&gt;
White Hat: Never clean a cast-iron pan with soap. It destroys the seasoning.&lt;br /&gt;
&lt;br /&gt;
Cueball: Got it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[White hat lowers the cast iron pan to his side, still facing Cueball.]&lt;br /&gt;
&lt;br /&gt;
White hat: If you ever let soap touch the pan, throw it away. You're clearly not up to taking care of it.&lt;br /&gt;
&lt;br /&gt;
Cueball: Wow, okay.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[In a frame-less panel]&lt;br /&gt;
&lt;br /&gt;
White hat: Apply moisturizer to the pan daily to keep it fresh.&lt;br /&gt;
&lt;br /&gt;
Cueball: ...moisturizer?&lt;br /&gt;
&lt;br /&gt;
White hat: Do you want it to get all wrinkly?&lt;br /&gt;
&lt;br /&gt;
Cueball: ... I... guess not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
White hat: Twice a year, fill the pan with iron filings and leave it in direct sunlight for 24 hours.&lt;br /&gt;
&lt;br /&gt;
Cueball: Wait. 24 hours of sun?&lt;br /&gt;
&lt;br /&gt;
White hat: If you're not willing to travel to the Arctic, you don't '''''deserve''''' cast iron.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1905:_Cast_Iron_Pan&amp;diff=146900</id>
		<title>1905: Cast Iron Pan</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1905:_Cast_Iron_Pan&amp;diff=146900"/>
				<updated>2017-10-20T04:36:10Z</updated>
		
		<summary type="html">&lt;p&gt;Videblu: /* Transcript */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1905&lt;br /&gt;
| date      = October 20, 2017&lt;br /&gt;
| title     = Cast Iron Pan&lt;br /&gt;
| image     = cast_iron_pans.png&lt;br /&gt;
| titletext = If you want to evenly space them, it's easiest to alternate between the Arctic and Antarctic. Some people just go to the Arctic twice, near the equinoxes so the visits are almost 6 months apart, but it's not the same.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BAT - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
[[White hat]] takes the old myth [https://lifehacker.com/go-ahead-and-use-soap-to-clean-your-cast-iron-pan-1658416503] [http://www.thekitchn.com/can-you-really-not-wash-your-cast-iron-with-soap-235237] [http://www.seriouseats.com/2014/11/the-truth-about-cast-iron.html] that you shouldn't wash your cast iron pan with soap and runs with with to absurdity and beyond.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
[White hat is showing a cast iron pan to Cueball.]&lt;br /&gt;
&lt;br /&gt;
White Hat: Never clean a cast-iron pan with soap. It destroys the seasoning.&lt;br /&gt;
&lt;br /&gt;
Cueball: Got it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[White hat lowers the cast iron pan to his side, still facing Cueball.]&lt;br /&gt;
&lt;br /&gt;
White hat: If you ever let soap touch the pan, throw it away. You're clearly not up to taking care of it.&lt;br /&gt;
&lt;br /&gt;
Cueball: Wow, okay.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[In a frame-less panel]&lt;br /&gt;
White hat: Apply moisturizer to the pan daily to keep it fresh.&lt;br /&gt;
&lt;br /&gt;
Cueball: ...moisturizer?&lt;br /&gt;
&lt;br /&gt;
White hat: Do you want it to get all wrinkly?&lt;br /&gt;
&lt;br /&gt;
Cueball: ... I... guess not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
White hat: Twice a year, fill the pan with iron filings and leave it in direct sunlight for 24 hours.&lt;br /&gt;
&lt;br /&gt;
Cueball: Wait. 24 hours of sun?&lt;br /&gt;
&lt;br /&gt;
White hat: If you're not willing to travel to the Arctic, you don't '''''deserve''''' cast iron.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Videblu</name></author>	</entry>

	</feed>