<?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.144.169</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.144.169"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/172.68.144.169"/>
		<updated>2026-04-14T22:08:00Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2030:_Voting_Software&amp;diff=161087</id>
		<title>2030: Voting Software</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2030:_Voting_Software&amp;diff=161087"/>
				<updated>2018-08-11T07:35:58Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.144.169: Punctuation and grammar fixes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2030&lt;br /&gt;
| date      = August 8, 2018&lt;br /&gt;
| title     = Voting Software&lt;br /&gt;
| image     = voting_software.png&lt;br /&gt;
| titletext = There are lots of very smart people doing fascinating work on cryptographic voting protocols. We should be funding and encouraging them, and doing all our elections with paper ballots until everyone currently working in that field has retired.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BLOCKCHAIN - Do NOT delete this tag too soon.}}&lt;br /&gt;
The first two panels of this comic involve a reporter talking to professionals of a given field regarding the given safety of the products/solutions that each of their fields help to produce, or are at least partially involved in said production (Airplanes from aircraft designers in Panel 1, Elevators from building engineers in Panel 2). While the two inventions selected are relatively new when compared to how long humans have existed, the two fields mentioned have existed for multiple human generations, giving enough time to find flaws in their products/solutions and solve said flaws to the point that they can be considered safe for the general public to use.&lt;br /&gt;
&lt;br /&gt;
The comic from Panel 3 onwards contrasts this with [[Megan]] and [[Cueball]] both agreeing that their given field (computer science / software development / software engineering) does not have the overall consistent competency that other fields have or, at the very least, appear to have. This is true (at least anecdotally) since there are very few ethical and security restrictions for what developers can/cannot do, and relatively minor consequences when catastrophes arise from poor decisions. &lt;br /&gt;
&lt;br /&gt;
Computer systems, operating primarily in a digital domain, fail differently from most traditional areas of engineering, which operate in analog (or continuous) domains.  A small error in an analog part often gives a result which is close to the desired properties (it almost fits, it works most of the time).  By contrast, a small error in a digital system (just one bit being changed) can easily make the system function in radically different ways.  So not only is software engineering younger than other areas of engineering, but the domain is much less forgiving.  Even small errors/variations are likely to produce radically different behavior.&lt;br /&gt;
&lt;br /&gt;
The title text confirms the comic's stance by implicitly saying that any digital voting systems that are produced are to not be used under any circumstances. &lt;br /&gt;
&lt;br /&gt;
The main joke of the comic is that when other engineers say something is safe, people don't believe them: People are scared of flying and elevators even though they are, statistically, very safe. However, the opposite is true for software engineers: When software engineers say something is dangerous, people don't believe them.&lt;br /&gt;
&lt;br /&gt;
This is a result of a fundamental difference between computer security and other types of safety measures -- in cryptography, there is ''always'' somebody trying to undo what you've built. Not only that, but new advances in cryptography tend to point out vulnerabilities with previous versions, making them not only obsolete, but dangerously so.&lt;br /&gt;
&lt;br /&gt;
For these reasons, it is especially important to make sure that whoever is selling you the security method is both competent and non-malicious, but because crypto software is highly technical and often confidential/proprietary, it can be hard to verify this if you're not an expert in the field (which you won't be, if you're buying it).&lt;br /&gt;
&lt;br /&gt;
These issues are especially pertinent to {{w|voting machine}}s, which store incredibly sensitive information but are often catastrophically outdated due to lack of funding. There are also major issues with electronic voting in general; for example, [https://www.youtube.com/watch?v=w3_0x6oaDmI this video from Computerphile] raises issues of malware infections, transferring the votes to the election authorities without having them intercepted, and needing to trust both the machine's software and central counting system to present an accurate account of the votes. Furthermore, the people purchasing them, the politicians, are generally not known for their technical understanding -- or their impartiality.&lt;br /&gt;
&lt;br /&gt;
{{w|Blockchain}} is a relatively new technology that is intended to solve some computer security issues by making it difficult to doctor old data. However, in the process of solving the old computer security issues, it has introduced new computer security issues that have not yet been ironed out. It also doesn't solve input fraud issues, only data-doctoring fraud, so if a program caused the voting machine to record a vote for candidate B whenever a vote for candidate A was cast (such a program could be uploaded to the voting machines through USB, or through the internet which the voting machine must be connected to for blockchain), blockchain would not prevent it.&lt;br /&gt;
&lt;br /&gt;
Most computer security specialists are more worried about programs that randomly deliberately misrecord a vote, than people changing the votes after they're already recorded, so blockchain would solve an issue that most computer security specialists are less worried about, while causing new issues (the perpetual internet connection among them).&lt;br /&gt;
&lt;br /&gt;
Also, the security issues that Blockchain solves could also be solved via write-once memory, which would be more secure and more difficult to doctor.&lt;br /&gt;
&lt;br /&gt;
The topic of voting machines has been covered before in [[463: Voting Machines]], where the use of anti-virus software on the machines has been discussed.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&lt;br /&gt;
:Asking aircraft designers about airplane safety:&lt;br /&gt;
:Hairbun: Nothing is ever foolproof, but modern airliners are incredibly resilient. Flying is the safest way to travel.&lt;br /&gt;
&lt;br /&gt;
:Asking building engineers about elevator safety:&lt;br /&gt;
:Cueball: Elevators are protected by multiple tried-and-tested failsafe mechanisms. They're nearly incapable of falling.&lt;br /&gt;
&lt;br /&gt;
:Asking software engineers about computerized voting:&lt;br /&gt;
:Megan: That's ''terrifying''.&lt;br /&gt;
&lt;br /&gt;
:Ponytail: Wait, really?&lt;br /&gt;
:Megan: Don't trust voting software and don't listen to anyone who tells you it's safe.&lt;br /&gt;
:Ponytail: Why?&lt;br /&gt;
:Megan: I don't quite know how to put this, but our entire field is bad at what we do, and if you rely on us, everyone will die.&lt;br /&gt;
&lt;br /&gt;
:Ponytail: They say they've fixed it with something called &amp;quot;blockchain.&amp;quot;&lt;br /&gt;
:Megan: AAAAA!!!&lt;br /&gt;
:Cueball: Whatever they sold you, don't touch it.&lt;br /&gt;
:Megan: Bury it in the desert.&lt;br /&gt;
:Cueball: Wear gloves.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Hairbun]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Hairy]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;/div&gt;</summary>
		<author><name>172.68.144.169</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=925:_Cell_Phones&amp;diff=160812</id>
		<title>925: Cell Phones</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=925:_Cell_Phones&amp;diff=160812"/>
				<updated>2018-08-04T11:21:42Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.144.169: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 925&lt;br /&gt;
| date      = July 15, 2011&lt;br /&gt;
| title     = Cell Phones&lt;br /&gt;
| image     = cell_phones.png&lt;br /&gt;
| titletext = He holds the laptop like that on purpose, to make you cringe.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic is a good explanation of the correlation/causation fallacy, where one party states two unrelated events and posits that they must have influenced each other.&lt;br /&gt;
&lt;br /&gt;
After hearing about the &amp;quot;Cell Phones Don't Cause Cancer&amp;quot; study, which refutes a claim made by the ''{{w|World Health Organization}}'' (just Google the debate or {{w|Mobile phone radiation and health|check out Wikipedia's article on it}}, the comic doesn't focus much on it), [[Black Hat]] plots &amp;quot;Total Cancer Incidence&amp;quot; per 100,000 and &amp;quot;Cell Phone Users&amp;quot; per 100 on the same graph. The graph in frame 3 shows an exponential rise in cancer followed by an exponential rise in cell phone usage, which makes Black Hat comically come to the conclusion that cancer causes cell phones.&lt;br /&gt;
&lt;br /&gt;
The comic highlights a well-known fallacy known as ''{{w|post hoc ergo propter hoc}}'', often shortened to simply ''post hoc.'' The Latin translates to &amp;quot;after this, therefore because of this,&amp;quot; referring to the common mistake that because two events happen in chronological order, the former event must have caused the latter event. The fallacy is often the root cause of many superstitions (e.g., a person noticing he/she wore a special bracelet before getting a good test score thinks the bracelet was the source of his/her good fortune), but it often crosses into more serious areas of thinking. In this case, the scientific research community, which often prides itself on its intellectual aptitude, is gently mocked for being nonetheless prone to such poor reasoning all too often. The different possibilities are generally known as causation, when one thing is proven to cause another, or correlation, when changes in one thing are aligned with changes in another, but there is no proof that they are directly related.&lt;br /&gt;
&lt;br /&gt;
The title text refers to the way Black Hat holds the laptop in panel 2. Being that Cueball (and Randall, for that matter) are quite into computers, the potential damage to a laptop screen either from the weight of its lower body or the pressure of the user's fingers on the LCD screen is enough to make him squirm in discomfort. The risk of dropping the computer is also present.&lt;br /&gt;
&lt;br /&gt;
Note that the graph in frame 3 also shows that the increase in the number of cell phone users appears to coincide with a sudden decrease in cancer. Randall may have intended Cueball, and the reader, to assume Black Hat was going to say that cell phones prevent cancer. However, this makes Black Hat's alternate conclusion unexpected and therefore more ludicrous.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball holds a cellphone. Black Hat is sitting at a desk with a laptop.]&lt;br /&gt;
:Cueball: Another huge study found no evidence that cell phones cause cancer. What was the W.H.O. thinking?&lt;br /&gt;
:Black Hat: I think they just got it backward.&lt;br /&gt;
&lt;br /&gt;
:[Black Hat turns towards Cueball in an unframed panel, holding the laptop with one hand by the upper edge of the screen. Cueball is not visible.]&lt;br /&gt;
:Cueball: Huh?&lt;br /&gt;
:Black Hat: Well, take a look.&lt;br /&gt;
&lt;br /&gt;
:[There is a plot of total cancer incidence and cell phone users. Cancer rises from 1970 to 1990, then stays relatively steady. Cell phone use rises from roughly 1984, and steeply after 1990, to the present.]&lt;br /&gt;
&lt;br /&gt;
:Cueball: You're not... There are ''so'' many problems with that.&lt;br /&gt;
:Black Hat: Just to be safe, until I see more data I'm going to assume cancer causes cell phones.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Black Hat]]&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Line graphs]]&lt;br /&gt;
[[Category:Math]]&lt;br /&gt;
[[Category:Statistics]]&lt;br /&gt;
[[Category:Cancer]]&lt;/div&gt;</summary>
		<author><name>172.68.144.169</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2022:_Sports_Champions&amp;diff=160515</id>
		<title>2022: Sports Champions</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2022:_Sports_Champions&amp;diff=160515"/>
				<updated>2018-07-26T17:48:40Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.144.169: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2022&lt;br /&gt;
| date      = July 20, 2018&lt;br /&gt;
| title     = Sports Champions&lt;br /&gt;
| image     = sports_champions.png&lt;br /&gt;
| titletext = For a long time, people thought maybe Usain Bolt was the one for running, until the 2090s and the incredible dominance of Derek Legs.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
In an example of {{w|nominative determinism}}, the comic lists people whose surname relates to their participation in various sports. It is presented as though it was created in the far future, reflecting on champions over the decades through to the 2080s. The first three are real sportspeople, the remainder are imaginary players of the future. The names progress from real, to fictional-but-plausible, to rare or highly unusual, to utterly implausible and impractical names.&lt;br /&gt;
&lt;br /&gt;
The caricatures are participating in their sport, except for Jebediah who is standing at a {{w|lectern}} or , more likely, a reference to kerbal space program.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!style=&amp;quot;width:20%&amp;quot;|Name&lt;br /&gt;
!style=&amp;quot;width:10%&amp;quot;|Years&lt;br /&gt;
!style=&amp;quot;width:15%&amp;quot;|Sport&lt;br /&gt;
!style=&amp;quot;width:55%&amp;quot;|Explanation&lt;br /&gt;
|-&lt;br /&gt;
|Margaret Court&lt;br /&gt;
|1960s&lt;br /&gt;
|Tennis&lt;br /&gt;
|{{w|Margaret Court}} is an Australian tennis player, former world number 1, who won many competitions in the 1960s and 70s. A {{w|tennis court|tennis '''court'''}} is the playing arena used in that sport.&lt;br /&gt;
|-&lt;br /&gt;
|Gary Player&lt;br /&gt;
|1970s&lt;br /&gt;
|Golf&lt;br /&gt;
|{{w|Gary Player}} is a South African golfer who won nine major championships between 1959 and 1978. Competitors are often known as '''player'''s, such as in {{w|The Players Championship}}.&lt;br /&gt;
|-&lt;br /&gt;
|Lonzo Ball&lt;br /&gt;
|2020s&lt;br /&gt;
|Basketball&lt;br /&gt;
|{{w|Lonzo Ball}} is an American professional basketball player, currently with the Los Angeles Lakers. The 2020s decade predicts future success, as he began playing professionally in 2017. Basketball is, of course, a {{w|ball game|'''ball''' game}}.&lt;br /&gt;
|-&lt;br /&gt;
|Jake Halfpipe&lt;br /&gt;
|2030s&lt;br /&gt;
|Skateboarding&lt;br /&gt;
|A '''{{w|half-pipe|halfpipe}}''' is a structure used in extreme sports such as skateboarding and snowboarding.&lt;br /&gt;
|-&lt;br /&gt;
|Sarah Goggles&lt;br /&gt;
|2030s&lt;br /&gt;
|Swimming&lt;br /&gt;
|'''{{w|Goggles}}''' are protective eyewear used in many sports, such as swimming or skiing.&lt;br /&gt;
|-&lt;br /&gt;
|Kevin Slurve&lt;br /&gt;
|2050s&lt;br /&gt;
|Baseball&lt;br /&gt;
|A '''{{w|slurve}}''' is a baseball throwing technique, a portmanteau of '''sl'''ider and c'''urve'''.&lt;br /&gt;
|-&lt;br /&gt;
|Julia Chairlift&lt;br /&gt;
|2050s&lt;br /&gt;
|Skiing&lt;br /&gt;
|A '''{{w|chairlift}}''' is an aerial machine often used to transport winter sports participants up mountains.&lt;br /&gt;
|-&lt;br /&gt;
|Dwight Shuttlecock&lt;br /&gt;
|2060s&lt;br /&gt;
|Badminton&lt;br /&gt;
|A '''{{w|shuttlecock}}''' is a projectile used in the sport of badminton.&lt;br /&gt;
|-&lt;br /&gt;
|Brandon Sponsorship&lt;br /&gt;
|2060s&lt;br /&gt;
|Unclear&lt;br /&gt;
|Sporting professionals are often {{w|Sponsor (commercial)|sponsored}} by corporations. Brandon is holding a pair of shoes, which are probably a branded '''sponsorship''' item.&lt;br /&gt;
|-&lt;br /&gt;
|Kate Dopingscandal&lt;br /&gt;
|2070s&lt;br /&gt;
|Cycling&lt;br /&gt;
|There have been many {{w|Doping in sport|'''doping scandal'''}}s in the world of sport,  notably cyclist {{w|Lance Armstrong}}, and {{w|Doping in Russia|many Russian competitors}} in the Olympics. Doping is the use of drugs to illegally enhance athletic performance.&lt;br /&gt;
|-&lt;br /&gt;
|Jebediah Disasterous Postgame-PressConference&lt;br /&gt;
|2080s&lt;br /&gt;
|kerbal space program&lt;br /&gt;
|jebediah kerman is one of the initial astronauts in game kerbal space program. the reference is to the explosions ,or as they are lovingly called in the community, rapid unplanned disassembly , which happens a lot of time in the game, more than many would care to admit. Randall has chosen{{Citation needed}} to spell his name as &amp;quot;Disasterous&amp;quot;, rather than the more conventional &amp;quot;Disastrous&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|(in title text, not depicted)&lt;br /&gt;
Usain Bolt and Derek Legs&lt;br /&gt;
|2090s&lt;br /&gt;
|Sprinting&lt;br /&gt;
|From the title text, {{w|Usain Bolt}} is a retired world record {{w|100 metres|sprinter}}. He was a solid contender for this list since he can '''bolt''' down the track. However the fictional Derek '''Legs''' is selected, either as an even faster sprinter, or because “legs” more clearly and unambiguously relates to running than “bolt” does.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Two rows of people wielding sports equipment are shown, six in the upper row, five in the lower, only the last has no equipment but is standing behind a lectern with a microphone attached to it. Below each person, their name is given and the decade in which they were champions of their sport is given below their name, in brackets. Here is a list of the 11 people:]&lt;br /&gt;
&lt;br /&gt;
:[Woman with dark hair holding a tennis racket]&lt;br /&gt;
:Margaret Court&lt;br /&gt;
:(1960s)&lt;br /&gt;
&lt;br /&gt;
:[Cueball with a golf club]&lt;br /&gt;
:Gary Player&lt;br /&gt;
:(1970s)&lt;br /&gt;
&lt;br /&gt;
:[Cueball with a basketball]&lt;br /&gt;
:Lonzo Ball&lt;br /&gt;
:(2020s)&lt;br /&gt;
&lt;br /&gt;
:[Hairy on a skateboard]&lt;br /&gt;
:Jake Halfpipe&lt;br /&gt;
:(2030s)&lt;br /&gt;
&lt;br /&gt;
:[Woman with dark hair wearing a swim cap and goggles]&lt;br /&gt;
:Sarah Goggles&lt;br /&gt;
:(2030s)&lt;br /&gt;
&lt;br /&gt;
:[A man with a baseball cap throwing a baseball to the right]&lt;br /&gt;
:Kevin Slurve&lt;br /&gt;
:(2050s)&lt;br /&gt;
&lt;br /&gt;
:[A woman with long black hair in a knit cap and wearing ski googles is standing on skis holding ski poles]&lt;br /&gt;
:Julia Chairlift&lt;br /&gt;
:(2050s)&lt;br /&gt;
&lt;br /&gt;
:[Hairy holding a badminton racket bouncing a shuttlecock on it]&lt;br /&gt;
:Dwight Shuttlecock&lt;br /&gt;
:(2060s)&lt;br /&gt;
&lt;br /&gt;
:[Hairy holding a pair of shoes in his hand]&lt;br /&gt;
:Brandon Sponsorship&lt;br /&gt;
:(2060s)&lt;br /&gt;
&lt;br /&gt;
:[Hairbun standing next to a bicycle.]&lt;br /&gt;
:Kate Dopingscandal&lt;br /&gt;
:(2070s)&lt;br /&gt;
&lt;br /&gt;
:[Hairy standing behind a lectern with a microphone on it.]&lt;br /&gt;
:Jebediah Disasterous Postgame PressConference&lt;br /&gt;
:(2080s)&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:Fun fact: Every sport eventually produces a champion competitor named after a common element of the game.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Hairy]]&lt;br /&gt;
[[Category:Comics featuring Hairbun]]&lt;br /&gt;
[[Category:Comics featuring real people]]&lt;br /&gt;
[[Category:Sport]]&lt;br /&gt;
[[Category:Baseball]]&lt;br /&gt;
[[Category:Basketball]]&lt;/div&gt;</summary>
		<author><name>172.68.144.169</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1927:_Tinder&amp;diff=149101</id>
		<title>Talk:1927: Tinder</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1927:_Tinder&amp;diff=149101"/>
				<updated>2017-12-12T10:31:21Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.144.169: Added some comment?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This comic reminds me of [http://xkcd.com/582] (because of using an inappropriate form of communication in an emergency).&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Cueball is violating the law by using a cell phone that is not in &amp;quot;airplane mode&amp;quot; when on an airplane.&amp;quot;, really? I don't think it's an actual &amp;quot;law&amp;quot; since the entire concept is based on garbage and bullshit (you'd have to be in the cockpit AND within about 2 feet of the equipment in question in order to interfere with it. For both airplanes and hospitals the rule is actually just to try to bully people into being considerate to the people around them). I believe it's just a rule set by the FAA or some other governing body. Also, I believe said rule is limited to during take off and landing, not the entire flight. [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 07:31, 12 December 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
*I also wondered about &amp;quot;Cueball is violating the law by using a cell phone that is not in &amp;quot;airplane mode&amp;quot; when on an airplane.&amp;quot;, but for a different reason: How do we now that the phone is not in airplane mode, but which activated wifi? As some airlines (at least in Europe) offer wifi on board, it would be quite common (and allowed) to be able to use online services on a phone while flying (but not other wireless signals, e.g. phone calls). [[User:Scm|Scm]] ([[User talk:Scm|talk]]) 09:00, 12 December 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Actually, you're correct (at least in the US). However, some countries either explicitly do not allow phone usage on a plane (e.g. Japan) or in implicit terms (using licensed radio frequencies above a certain height is not allowed unless the government says otherwise, like Russia) - [[Special:Contributions/172.68.144.169|172.68.144.169]] 10:29, 12 December 2017 (UTC)&lt;/div&gt;</summary>
		<author><name>172.68.144.169</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1927:_Tinder&amp;diff=149099</id>
		<title>Talk:1927: Tinder</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1927:_Tinder&amp;diff=149099"/>
				<updated>2017-12-12T10:29:10Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.144.169: Added some comment?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This comic reminds me of [http://xkcd.com/582] (because of using an inappropriate form of communication in an emergency).&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Cueball is violating the law by using a cell phone that is not in &amp;quot;airplane mode&amp;quot; when on an airplane.&amp;quot;, really? I don't think it's an actual &amp;quot;law&amp;quot; since the entire concept is based on garbage and bullshit (you'd have to be in the cockpit AND within about 2 feet of the equipment in question in order to interfere with it. For both airplanes and hospitals the rule is actually just to try to bully people into being considerate to the people around them). I believe it's just a rule set by the FAA or some other governing body. Also, I believe said rule is limited to during take off and landing, not the entire flight. [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 07:31, 12 December 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
*I also wondered about &amp;quot;Cueball is violating the law by using a cell phone that is not in &amp;quot;airplane mode&amp;quot; when on an airplane.&amp;quot;, but for a different reason: How do we now that the phone is not in airplane mode, but which activated wifi? As some airlines (at least in Europe) offer wifi on board, it would be quite common (and allowed) to be able to use online services on a phone while flying (but not other wireless signals, e.g. phone calls). [[User:Scm|Scm]] ([[User talk:Scm|talk]]) 09:00, 12 December 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Actually, you're correct (at least in the US). However, some countries either explicitly do not allow phone usage (e.g. Japan) or in implicit terms (using licensed radio frequencies above a certain height is not allowed unless the government says otherwise, like Russia) - [[Special:Contributions/172.68.144.169|172.68.144.169]] 10:29, 12 December 2017 (UTC)&lt;/div&gt;</summary>
		<author><name>172.68.144.169</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1927:_Tinder&amp;diff=149098</id>
		<title>1927: Tinder</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1927:_Tinder&amp;diff=149098"/>
				<updated>2017-12-12T10:22:27Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.144.169: Added some comment?&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|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. The purpose of the app is to get dates, with the intent of a romantic relationship or sexual intercourse. However, in the comic, [[Cueball]] is trying to use it to request assistance flying a plane instead. If the request is genuine, this is a bad situation, because it suggests Cueball is in charge of a plane he is unable to fly, and unless he finds a match with someone who can, and is able to provide assistance, the plane will crash. Even then, unless the matched person happens to be on board, and therefore able to assist directly, providing help through Tinder messages is unlikely to be a sufficiently efficient way of solving the problem.&lt;br /&gt;
&lt;br /&gt;
Alternatively, Cueball may be simply be pretending that there is an emergency so that he can get matches on Tinder. In either case, Cueball is violating the law by using a cell phone that is not in &amp;quot;airplane mode&amp;quot; (in some phones, flight mode or offline mode) when on an airplane. And even if he is either uploading the picture after the flight or using the in-flight internet service, he is still violating other, more serious laws (if he is a pilot, he is liable of negligence, and if he is an ordinary passenger, God knows what he have done...)&lt;br /&gt;
&lt;br /&gt;
The title text explains that Cueball's unwise method for getting help stems from astonishingly skewed priorities and no small amount of selfishness. He claims to strongly dislike conversing over audio-only channels, and this dislike is apparently so overwhelming that he would rather jeopardize the lives of all the passengers on the plane (including his own) than put aside his own hang-ups. Even if we give Cueball the benefit the doubt and assume that he has a phobia of public speaking, most human beings tend to automatically suspend their irrational anxieties when experiencing the fear of imminent mortal peril, at least until after the danger has passed. For example, those normally afraid of dating Cueball would &amp;quot;match&amp;quot; with him to prevent a plane crash, which may be his secret intent after all.&lt;br /&gt;
&lt;br /&gt;
Randall may be satirizing people who use Tinder (and other similar social apps) by portraying an extreme caricature of a Tinder user.&lt;br /&gt;
&lt;br /&gt;
This comic is similar to [[1897: Self Driving]], and as well as [[582: Brakes]], which also is about bad ways to get help in emergencies.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&lt;br /&gt;
:[An iPhone-esque device is shown with the screen facing the viewer. On the screen is the Tinder UI. The main photo is of Cueball, in the cockpit of a plane which appears to be tilting to the left, holding up a makeshift sign saying:]&lt;br /&gt;
:If you know how&lt;br /&gt;
:to fly a plane&lt;br /&gt;
:please swipe&lt;br /&gt;
:right ASAP&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Social networking]]&lt;/div&gt;</summary>
		<author><name>172.68.144.169</name></author>	</entry>

	</feed>