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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1654:_Universal_Install_Script&amp;diff=114707</id>
		<title>Talk:1654: Universal Install Script</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1654:_Universal_Install_Script&amp;diff=114707"/>
				<updated>2016-03-11T16:02:39Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.217.17: /* Errors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A few comments:&lt;br /&gt;
&lt;br /&gt;
* curl | sh is still a common way to install things like package managers. Until you have Homebrew, or pip (for older versions of Python that didn't bootstrap it), etc., you can't use a package manager to install it, so they usually give you a one-liner to download and run a shell script that installs the package manager. Of course this isn't an issue for linux distros (which, unlike OS X, come with a built-in package manager).&lt;br /&gt;
* Mac users probably only interact with Steam through its GUI, but on linux, running steamcmd is more common. And this command will install a game that's in your library but not downloaded yet.&lt;br /&gt;
* I don't know why _only_ apt gets a sudo, but for brew, and for typical installations of Python on a Mac, you don't want or need sudo; they encourage you to leave the relevant directory writable by your normal user account.&lt;br /&gt;
* This script only handles the popular package managers on OS X and current popular linux distros. No port for FreeBSD, no Choco for Windows, etc. In fact, if you try it on Windows, you should get an error message telling you that you've ruined the joke by trying to extend it.&lt;br /&gt;
&lt;br /&gt;
--[[Special:Contributions/162.158.255.82|162.158.255.82]] 10:44, 11 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Also, docker is a deployment tool for deploying isolated, complete applications. For example, instead of just installing the Python scripts to run your web server behind nginx, you'd deploy nginx, Python, the modules you need for each, the appropriate configurations, a variety of tools the server depends on, and your scripts all as one big hunk of stuff. The docker website probably explains it better. :) --[[Special:Contributions/162.158.255.82|162.158.255.82]] 10:50, 11 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Errors  ==&lt;br /&gt;
&lt;br /&gt;
He forgot the .git on the end of the git clone command. &lt;br /&gt;
&lt;br /&gt;
--[[Special:Contributions/173.245.54.53|173.245.54.53]] 11:16, 11 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Actually, the command works fine anyway. I don't know whether it's git or GitHub which works around this. [[Special:Contributions/141.101.75.161|141.101.75.161]] 11:46, 11 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
Also, the TLD in the curl. And, the install script would probably be at /install.sh, and use sh not bash. &lt;br /&gt;
&lt;br /&gt;
Sh is generally preferred in scripting anyway since it comes on all *nix systems by default. Bash is on a very large number of systems, but not all. &lt;br /&gt;
&lt;br /&gt;
Apt-get should have the -y flag. &lt;br /&gt;
&lt;br /&gt;
If installing a program, npm should be given the -g flag to install globally instead of just in this directory. &lt;br /&gt;
&lt;br /&gt;
Most programs print errors (as would arise if a package did not exist) to the console even if they are run with an &amp;amp; to indicate it should not be attached to the session. In this case, it should be &amp;amp;&amp;gt;/dev/null. &lt;br /&gt;
&lt;br /&gt;
The program as a whole ignores previous programs and continues anyway. If it was found in one package manager, it would be a a very bad idea to write over it with another package manager's copy. This is part of the point of the comic, as is noted in the title text, but it's still an error. &lt;br /&gt;
--[[Special:Contributions/173.245.54.53|173.245.54.53]] 11:38, 11 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
He forgot cpanm. :) [[Special:Contributions/108.162.217.17|108.162.217.17]] 16:02, 11 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Question ==&lt;br /&gt;
&lt;br /&gt;
That whooshing sound you heard was the Linux-y stuff going way over my head, but could part of the joke be that he's trying to install money? With all the $1's in the script? [[Special:Contributions/173.245.54.53|173.245.54.53]] 15:47, 11 March 2016 (UTC)&lt;br /&gt;
:No, all those $ are just part of the scripting language -- the $1's get replaced with the name of the program you're trying to install.  There are so many $ simply because he's included so many install commands, each one of which needs the name of the program.[[User:N0lqu|-boB]] ([[User talk:N0lqu|talk]]) 16:00, 11 March 2016 (UTC)&lt;/div&gt;</summary>
		<author><name>108.162.217.17</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:398:_Tap_That_Ass&amp;diff=105340</id>
		<title>Talk:398: Tap That Ass</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:398:_Tap_That_Ass&amp;diff=105340"/>
				<updated>2015-11-19T16:22:35Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.217.17: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;no, &amp;quot;tap&amp;quot; in the first frame means &amp;quot;pick,&amp;quot; as in, &amp;quot;today the mayor tapped Mike Smith to be interim head of the planning department.&amp;quot;  No idea where you got the borrowing money bit from. [[User:MR|MR]] ([[User talk:MR|talk]]) 22:27, 5 March 2013 (UTC)MR&lt;br /&gt;
:Agreed. Someone who is better at life than us should correct it.--[[User:JSekula71|JSekula71]] ([[User talk:JSekula71|talk]]) 20:29, 27 April 2013 (UTC)&lt;br /&gt;
::Also agreed. I've changed it, but it could be better :-) [[User:Markhurd|Mark Hurd]] ([[User talk:Markhurd|talk]]) 02:35, 28 April 2013 (UTC)&lt;br /&gt;
:::Changed the explanation about the first panel and mentioned the title text at the end, but it really could be better:D [[Special:Contributions/141.101.97.215|141.101.97.215]] 05:21, 23 April 2014 (UTC)&lt;br /&gt;
It should be known that &amp;quot;xkcd: Volume 0&amp;quot; includes a continuation of this comic in which Cueball has sex with the tree and eventually a child. [[Special:Contributions/108.162.217.17|108.162.217.17]] 16:22, 19 November 2015 (UTC)&lt;/div&gt;</summary>
		<author><name>108.162.217.17</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=what_if%3F&amp;diff=105198</id>
		<title>what if?</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=what_if%3F&amp;diff=105198"/>
				<updated>2015-11-17T10:52:53Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.217.17: Clarifying a Word Choice&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;:&amp;lt;small&amp;gt;''Not to be confused with [[17: What If]].''&amp;lt;/small&amp;gt;&lt;br /&gt;
[[File:whatifbanner.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''''[http://what-if.xkcd.com/ what if?]''''' is a blog hosted on the [[xkcd]].com domain and written by [[Randall Munroe]] with entries posted [http://www.phrases.org.uk/meanings/once-in-a-blue-moon.html occasionally].  Before publishing the what if? book, articles were posted weekly.&lt;br /&gt;
&lt;br /&gt;
On the blog, Randall uses his degree in physics and strong scientific background to discuss hypothetical physics questions apparently submitted by readers.&lt;br /&gt;
Since 2014, there's also a book of the blog.&lt;br /&gt;
&lt;br /&gt;
Unlike other sites which answer readers' questions, ''what if?'' typically takes the question beyond the original scope likely intended by the reader and takes it to some extreme for humorous effect. For example, in {{what if|1|the first article}}, he discusses what would happen if a baseball were pitched at 90% of the speed of light. After effectively describing what would occur as a nuclear explosion, leveling the stadium and the surrounding mile radius, he concludes with the note ''&amp;quot;A careful reading of official Major League Baseball Rule 6.08(b) suggests that in this situation, the batter would be considered 'hit by pitch', and would be eligible to advance to first base.&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
The questions Randall tackles range from realistic possibilities (e.g. the probability of achieving a {{what if|2|perfect SAT score by guessing}}) to completely fictional questions (e.g. {{what if|3|How much Force power}} can {{w|Yoda}} output?). In his explanations, Randall, often uses diagrams in an ''xkcd'' style. Regardless of the context, Randall tends to take the questions extremely literally and responds seriously to them, even if they are whimsical (such as the Yoda question). This is clear from his response to the question of what would happen if everybody on Earth stood together and {{what if|8|jumped at the same time}}. After acknowledging that the question has been answered elsewhere, he recaps the result, but then focuses more intently on the unasked resulting issue of the aftermath of everyone on Earth being magically transported to one location as they all try to return home.&lt;br /&gt;
&lt;br /&gt;
This site is not under [http://creativecommons.org/licenses/by-nc/2.5/ Creative Commons Attribution-NonCommercial 2.5 License] like [[xkcd]] is.&lt;br /&gt;
&lt;br /&gt;
Randal took a hiatus from updates from May 2015 to July 14th 2015 with a note stating &amp;quot;What If updates are temporarily on hold, and will resume on July 14th, 2015 at 7:49:59 AM EDT.&amp;quot;  This was the date and time that the New Horizons probe achieved its closest approach to Pluto.  The article for July 14th was about the New Horizons probe.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The book==&lt;br /&gt;
Randall announced his ''what if?'' book on 12 March 2014 in [http://blog.xkcd.com/2014/03/12/what-if-i-wrote-a-book/ the blag]. It was published on September 2, 2014, and the UK edition of the book was published on September 4, 2014.&lt;br /&gt;
[[Image:What_If?.jpeg|frame|The general cover of the book]]&lt;br /&gt;
It is just like 'xkcd:volume 0' a compilation of some questions from the website, but half of them are new.&lt;br /&gt;
&lt;br /&gt;
In the UK edition of the book, Randall included a preface about his thoughts on the units used in the UK. (The Metric System)&lt;br /&gt;
====Summary====&lt;br /&gt;
'''The summary on the back of the book reads:'''&lt;br /&gt;
&lt;br /&gt;
''Randall Munroe left NASA in 2005 to start up his hugely popular site XKCD 'a web comic of romance, sarcasm, math and language' which offers a witty take on the world of science and geeks. It now has 600,000 to a million page hits daily. Every now and then, Munroe would get emails asking him to arbitrate a science debate. 'My friend and I were arguing about what would happen if a bullet got struck by lightning, and we agreed that you should resolve it . . . ' He liked these questions so much that he started up What If.&lt;br /&gt;
&lt;br /&gt;
*If your cells suddenly lost the power to divide, how long would you survive?&lt;br /&gt;
*How dangerous is it, really, to be in a swimming pool in a thunderstorm?&lt;br /&gt;
*If we hooked turbines to people exercising in gyms, how much power could we produce?&lt;br /&gt;
*What if everyone only had one soulmate?&lt;br /&gt;
*When (if ever) did the sun go down on the British empire?&lt;br /&gt;
*How fast can you hit a speed bump while driving and live?&lt;br /&gt;
*What would happen if the moon went away?&lt;br /&gt;
&lt;br /&gt;
''In pursuit of answers, Munroe runs computer simulations, pores over stacks of declassified military research memos, solves differential equations, and consults with nuclear reactor operators. His responses are masterpieces of clarity and hilarity, studded with memorable cartoons and infographics. They often predict the complete annihilation of humankind, or at least a really big explosion. Far more than a book for geeks, WHAT IF: Serious Scientific Answers to Absurd Hypothetical Questions explains the laws of science in operation in a way that every intelligent reader will enjoy and feel much the smarter for having read.''&lt;br /&gt;
&lt;br /&gt;
'''The summary on the back of the UK edition of the book reads:'''&lt;br /&gt;
&lt;br /&gt;
''Hey! Thanks for looking at my book. If you're thinking about buying it, here are some things you might want to know:''&lt;br /&gt;
&lt;br /&gt;
Humans can't digest the cellulose in paper, but if we could, eating this book would give you about 2,300 calories (including the cover).&lt;br /&gt;
&lt;br /&gt;
This book can't stop most bullets; if you want to use it for armour, you may want a lot more than one copy.&lt;br /&gt;
&lt;br /&gt;
If you have a good arm, you could probably throw this book about 45 feet. With practice, it's possible to throw a book every 800 milliseconds, which means that if human attackers are sprinting towards you, you'll have three or four chances to hit them before they reach you. If, on the other hand, you're being attacked by a coyote, it's higher top speed means you'll have only one chance to hit it. Aim carefully.&lt;br /&gt;
&lt;br /&gt;
''HIDDEN FEATURE: The inside of this book has words and pictures, plus a special UK foreword.'' It answers many important questions, including whether you could jump from a plane with a helium tank and inflate balloons fast enough to slow your fall and survive (yes) and whether you could hide from a supersonic windstorm in Finland (yes, but it won't help).&lt;br /&gt;
&lt;br /&gt;
==Articles==&lt;br /&gt;
# {{what if|1|Relativistic Baseball}}&lt;br /&gt;
# {{what if|2|SAT Guessing}}&lt;br /&gt;
# {{what if|3|Yoda}}&lt;br /&gt;
# {{what if|4|A Mole of Moles}}&lt;br /&gt;
# {{what if|5|Robot Apocalypse}}&lt;br /&gt;
# {{what if|6|Glass Half Empty}}&lt;br /&gt;
# {{what if|7|Everybody Out}}&lt;br /&gt;
# {{what if|8|Everybody Jump}}&lt;br /&gt;
# {{what if|9|Soul Mates}}&lt;br /&gt;
# {{what if|10|Cassini}}&lt;br /&gt;
# {{what if|11|Droppings}}&lt;br /&gt;
# {{what if|12|Rain Drop}}&lt;br /&gt;
# {{what if|13|Laser Pointer}}&lt;br /&gt;
# {{what if|14|Short Answer Section}}&lt;br /&gt;
# {{what if|15|Mariana Trench Explosion}}&lt;br /&gt;
# {{what if|16|Today's Topic: Lightning}}&lt;br /&gt;
# {{what if|17|Green Cows}}&lt;br /&gt;
# {{what if|18|BB Gun}}&lt;br /&gt;
# {{what if|19|Tie Vote}}&lt;br /&gt;
# {{what if|20|Diamond}}&lt;br /&gt;
# {{what if|21|Machine Gun Jetpack}}&lt;br /&gt;
# {{what if|22|Cost of Pennies}}&lt;br /&gt;
# {{what if|23|Short Answer Section II}}&lt;br /&gt;
# {{what if|24|Model Rockets}}&lt;br /&gt;
# {{what if|25|Three Wise Men}}&lt;br /&gt;
# {{what if|26|Leap Seconds}}&lt;br /&gt;
# {{what if|27|Death Rate}}&lt;br /&gt;
# {{what if|28|Steak Drop}}&lt;br /&gt;
# {{what if|29|Spent Fuel Pool}}&lt;br /&gt;
# {{what if|30|Interplanetary Cessna}}&lt;br /&gt;
# {{what if|31|FedEx Bandwidth}}&lt;br /&gt;
# {{what if|32|Hubble}}&lt;br /&gt;
# {{what if|33|Ships}}&lt;br /&gt;
# {{what if|34|Twitter}}&lt;br /&gt;
# {{what if|35|Hairdryer}}&lt;br /&gt;
# {{what if|36|Cornstarch}}&lt;br /&gt;
# {{what if|37|Supersonic Stereo}}&lt;br /&gt;
# {{what if|38|Voyager}}&lt;br /&gt;
# {{what if|39|Hockey Puck}}&lt;br /&gt;
# {{what if|40|Pressure Cooker}}&lt;br /&gt;
# {{what if|41|Go West}}&lt;br /&gt;
# {{what if|42|Longest Sunset}}&lt;br /&gt;
# {{what if|43|Train Loop}}&lt;br /&gt;
# {{what if|44|High Throw}}&lt;br /&gt;
# {{what if|45|ISS Music Video}}&lt;br /&gt;
# {{what if|46|Bowling Ball}}&lt;br /&gt;
# {{what if|47|Alien Astronomers}}&lt;br /&gt;
# {{what if|48|Sunset on the British Empire}}&lt;br /&gt;
# {{what if|49|Sunless Earth}}&lt;br /&gt;
# {{what if|50|Extreme Boating}}&lt;br /&gt;
# {{what if|51|Free Fall}}&lt;br /&gt;
# {{what if|52|Bouncy Balls}}&lt;br /&gt;
# {{what if|53|Drain the Oceans}}&lt;br /&gt;
# {{what if|54|Drain the Oceans: Part II}}&lt;br /&gt;
# {{what if|55|Random Sneeze Call}}&lt;br /&gt;
# {{what if|56|Restraining an Airplane}}&lt;br /&gt;
# {{what if|57|Dropping a Mountain}}&lt;br /&gt;
# {{what if|58|Orbital Speed}}&lt;br /&gt;
# {{what if|59|Updating a Printed Wikipedia}}&lt;br /&gt;
# {{what if|60|Signs of Life}}&lt;br /&gt;
# {{what if|61|Speed Bump}}&lt;br /&gt;
# {{what if|62|Falling With Helium}}&lt;br /&gt;
# {{what if|63|Google Datacenters on Punchcards}}&lt;br /&gt;
# {{what if|64|Rising Steadily}}&lt;br /&gt;
# {{what if|65|Twitter Timeline Height}}&lt;br /&gt;
# {{what if|66|500 MPH}}&lt;br /&gt;
# {{what if|67|Expanding Earth}}&lt;br /&gt;
# {{what if|68|Little Planet}}&lt;br /&gt;
# {{what if|69|Facebook of the Dead}}&lt;br /&gt;
# {{what if|70|The Constant Groundskeeper}}&lt;br /&gt;
# {{what if|71|Stirring Tea}}&lt;br /&gt;
# {{what if|72|Loneliest Human}}&lt;br /&gt;
# {{what if|73|Lethal Neutrinos}}&lt;br /&gt;
# {{what if|74|Soda Planet}}&lt;br /&gt;
# {{what if|75|Phone Keypad}}&lt;br /&gt;
# {{what if|76|Reading Every Book}}&lt;br /&gt;
# {{what if|77|Growth Rate}}&lt;br /&gt;
# {{what if|78|T-rex Calories}}&lt;br /&gt;
# {{what if|79|Lake Tea}}&lt;br /&gt;
# {{what if|80|Pile of Viruses}}&lt;br /&gt;
# {{what if|81|Catch!}}&lt;br /&gt;
# {{what if|82|Hitting a Comet}}&lt;br /&gt;
# {{what if|83|Star Sand}}&lt;br /&gt;
# {{what if|84|Paint the Earth}}&lt;br /&gt;
# {{what if|85|Rocket Golf}}&lt;br /&gt;
# {{what if|86|Far-Travelling Objects}}&lt;br /&gt;
# {{what if|87|Enforced by Radar}}&lt;br /&gt;
# {{what if|88|Soda Sequestration}}&lt;br /&gt;
# {{what if|89|Tungsten Countertop}}&lt;br /&gt;
# {{what if|90|Great Tree, Great Axe}}&lt;br /&gt;
# {{what if|91|Faucet Power}}&lt;br /&gt;
# {{what if|92|One-Second Day}}&lt;br /&gt;
# {{what if|93|Windshield Raindrops}}&lt;br /&gt;
# {{what if|94|Billion-Story Building}}&lt;br /&gt;
# {{what if|95|Pyramid Energy}}&lt;br /&gt;
# {{what if|96|$2 Undecillion Lawsuit}}&lt;br /&gt;
# {{what if|97|Burning Pollen}}&lt;br /&gt;
# {{what if|98|Blood Alcohol}}&lt;br /&gt;
# {{what if|99|Starlings}}&lt;br /&gt;
# {{what if|100|WWII Films}}&lt;br /&gt;
# {{what if|101|Plastic Dinosaurs}}&lt;br /&gt;
# {{what if|102|Keyboard Power}}&lt;br /&gt;
# {{what if|103|Vanishing Water}}&lt;br /&gt;
# {{what if|104|Global Snow}}&lt;br /&gt;
# {{what if|105|Cannibalism}}&lt;br /&gt;
# {{what if|106|Ink Molecules}}&lt;br /&gt;
# {{what if|107|Letter to Mom}}&lt;br /&gt;
# {{what if|108|Expensive Shoebox}}&lt;br /&gt;
# {{what if|109|Into the Blue}}&lt;br /&gt;
# {{what if|110|Walking New York}}&lt;br /&gt;
# {{what if|111|All the Money}}&lt;br /&gt;
# {{what if|112|Balloon Car}}&lt;br /&gt;
# {{what if|113|Visit Every State}}&lt;br /&gt;
# {{what if|114|Antimatter}}&lt;br /&gt;
# {{what if|115|Into the Sun}}&lt;br /&gt;
# {{what if|116|No-Rules Nascar}}&lt;br /&gt;
# {{what if|117|Distant Death}}&lt;br /&gt;
# {{what if|118|Physical Salary}}&lt;br /&gt;
# {{what if|119|Laser Umbrella}}&lt;br /&gt;
# {{what if|120|Alternate Universe What Ifs}}&lt;br /&gt;
# {{what if|121|Frozen Rivers}}&lt;br /&gt;
# {{what if|122|Lava Lamp}}&lt;br /&gt;
# {{what if|123|Fairy Demographics}}&lt;br /&gt;
# {{what if|124|Lunar Swimming}}&lt;br /&gt;
# {{what if|125|Bowling Ball}}&lt;br /&gt;
# {{what if|126|Stairs}}&lt;br /&gt;
# {{what if|127|Tug of War}}&lt;br /&gt;
# {{what if|128|Zippo Phone}}&lt;br /&gt;
# {{what if|129|Black Hole Moon}}&lt;br /&gt;
# {{what if|130|Snow Removal}}&lt;br /&gt;
# {{what if|131|Microwaves}}&lt;br /&gt;
# {{what if|132|Hotter Than Average}}&lt;br /&gt;
# {{what if|133|Flagpole}}&lt;br /&gt;
# {{what if|134|Space Burial}}&lt;br /&gt;
# {{what if|135|Digging Downward}}&lt;br /&gt;
# {{what if|136|Spiders Vs. the Sun}}&lt;br /&gt;
# {{what if|137|New Horizons}}&lt;br /&gt;
# {{what if|138|Jupiter Submarine}}&lt;br /&gt;
# {{what if|139|Jupiter Descending}}&lt;br /&gt;
# {{what if|140|Proton Earth, Electron Moon}}&lt;br /&gt;
[[Category:Meta]]&lt;/div&gt;</summary>
		<author><name>108.162.217.17</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=what_if%3F&amp;diff=103553</id>
		<title>what if?</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=what_if%3F&amp;diff=103553"/>
				<updated>2015-10-18T17:13:34Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.217.17: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;:&amp;lt;small&amp;gt;''Not to be confused with [[17: What If]].''&amp;lt;/small&amp;gt;&lt;br /&gt;
[[File:whatifbanner.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''''[http://what-if.xkcd.com/ what if?]''''' is a blog hosted on the [[xkcd]].com domain and written by [[Randall Munroe]] with entries posted [http://www.phrases.org.uk/meanings/once-in-a-blue-moon.html every month].  On the blog, Randall uses his degree in physics and strong scientific background to discuss hypothetical physics questions apparently submitted by readers.&lt;br /&gt;
Since 2014 , there's also a book of the blog.&lt;br /&gt;
&lt;br /&gt;
Unlike other sites which answer readers' questions, ''what if?'' typically takes the question beyond the original scope likely intended by the reader and takes it to some extreme for humorous effect. For example, in [http://what-if.xkcd.com/1/ the first article], he discusses what would happen if a baseball were pitched at 90% of the speed of light. After effectively describing what would occur as a nuclear explosion, leveling the stadium and the surrounding mile radius, he concludes with the note ''&amp;quot;A careful reading of official Major League Baseball Rule 6.08(b) suggests that in this situation, the batter would be considered 'hit by pitch', and would be eligible to advance to first base.&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
The questions Randall tackles range from realistic possibilities (e.g. the probability of achieving a [http://what-if.xkcd.com/2/ perfect SAT score by guessing]) to completely fictional questions (e.g. [http://what-if.xkcd.com/3/ How much Force power] can {{w|Yoda}} output?). In his explanations, Randall, often uses diagrams in an ''xkcd'' style. Regardless of the context, Randall tends to take the questions extremely literally and responds seriously to them, even if they are whimsical (such as the Yoda question). This is clear from his response to the question of what would happen if everybody on Earth stood together and [http://what-if.xkcd.com/8/ jumped at the same time]. After acknowledging that the question has been answered elsewhere, he recaps the result, but then focuses more intently on the unasked resulting issue of the aftermath of everyone on Earth being magically transported to one location as they all try to return home.&lt;br /&gt;
&lt;br /&gt;
This site is not under [http://creativecommons.org/licenses/by-nc/2.5/ Creative Commons Attribution-NonCommercial 2.5 License] like [[xkcd]] is.&lt;br /&gt;
&lt;br /&gt;
Randal took a hiatus from updates from May 2015 to July 14th 2015 with a note stating &amp;quot;What If updates are temporarily on hold, and will resume on July 14th, 2015 at 7:49:59 AM EDT.&amp;quot;  This was the date and time that the New Horizons probe achieved its closest approach to Pluto.  The article for July 14th was about the New Horizons probe.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The book==&lt;br /&gt;
{{Incomplete|Maybe give the most (popular) articles their own link. That would be nice. A full list of all articles can be viewed [https://what-if.xkcd.com/archive/ here]}}&lt;br /&gt;
Randall announced his ''what if?'' book on 12 March 2014 in [http://blog.xkcd.com/2014/03/12/what-if-i-wrote-a-book/ the blag]. It was published on September 2, 2014, and the UK edition of the book was published on September 4, 2014.&lt;br /&gt;
[[Image:What_If?.jpeg|frame|The general cover of the book]]&lt;br /&gt;
It is just like 'xkcd:volume 0' a compilation of some questions from the website, but half of them are new.&lt;br /&gt;
&lt;br /&gt;
In the UK edition of the book, Randall included a preface about his thoughts on the units used in the UK. (The Metric System)&lt;br /&gt;
====Summary====&lt;br /&gt;
'''The summary on the back of the book reads:'''&lt;br /&gt;
&lt;br /&gt;
''Randall Munroe left NASA in 2005 to start up his hugely popular site XKCD 'a web comic of romance, sarcasm, math and language' which offers a witty take on the world of science and geeks. It now has 600,000 to a million page hits daily. Every now and then, Munroe would get emails asking him to arbitrate a science debate. 'My friend and I were arguing about what would happen if a bullet got struck by lightning, and we agreed that you should resolve it . . . ' He liked these questions so much that he started up What If.&lt;br /&gt;
&lt;br /&gt;
*If your cells suddenly lost the power to divide, how long would you survive?&lt;br /&gt;
*How dangerous is it, really, to be in a swimming pool in a thunderstorm?&lt;br /&gt;
*If we hooked turbines to people exercising in gyms, how much power could we produce?&lt;br /&gt;
*What if everyone only had one soulmate?&lt;br /&gt;
*When (if ever) did the sun go down on the British empire?&lt;br /&gt;
*How fast can you hit a speed bump while driving and live?&lt;br /&gt;
*What would happen if the moon went away?&lt;br /&gt;
&lt;br /&gt;
''In pursuit of answers, Munroe runs computer simulations, pores over stacks of declassified military research memos, solves differential equations, and consults with nuclear reactor operators. His responses are masterpieces of clarity and hilarity, studded with memorable cartoons and infographics. They often predict the complete annihilation of humankind, or at least a really big explosion. Far more than a book for geeks, WHAT IF: Serious Scientific Answers to Absurd Hypothetical Questions explains the laws of science in operation in a way that every intelligent reader will enjoy and feel much the smarter for having read.''&lt;br /&gt;
&lt;br /&gt;
'''The summary on the back of the UK edition of the book reads:'''&lt;br /&gt;
&lt;br /&gt;
''Hey! Thanks for looking at my book. If you're thinking about buying it, here are some things you might want to know:''&lt;br /&gt;
&lt;br /&gt;
Humans can't digest the cellulose in paper, but if we could, eating this book would give you about 2,300 calories (including the cover).&lt;br /&gt;
&lt;br /&gt;
This book can't stop most bullets; if you want to use it for armour, you may want a lot more than one copy.&lt;br /&gt;
&lt;br /&gt;
If you have a good arm, you could probably throw this book about 45 feet. With practice, it's possible to throw a book every 800 milliseconds, which means that if human attackers are sprinting towards you, you'll have three or four chances to hit them before they reach you. If, on the other hand, you're being attacked by a coyote, it's higher top speed means you'll have only one chance to hit it. Aim carefully.&lt;br /&gt;
&lt;br /&gt;
''HIDDEN FEATURE: The inside of this book has words and pictures, plus a special UK foreword.'' It answers many important questions, including whether you could jump from a plane with a helium tank and inflate balloons fast enough to slow your fall and survive (yes) and whether you could hide from a supersonic windstorm in Finland (yes, but it won't help).&lt;br /&gt;
&lt;br /&gt;
==Articles==&lt;br /&gt;
*[http://www.what-if.xkcd.com/1/ Relativistic baseball]&lt;br /&gt;
*[http://www.what-if.xkcd.com/2/ SAT guessing]&lt;br /&gt;
*[http://www.what-if.xkcd.com/3/ Yoda]&lt;br /&gt;
*[http://www.what-if.xkcd.com/4/ A mole of moles]&lt;br /&gt;
*[http://www.what-if.xkcd.com/5/ Robot apocalypse]&lt;br /&gt;
*[http://www.what-if.xkcd.com/6/ Glass half empty]&lt;br /&gt;
*[http://www.what-if.xkcd.com/7/ Everybody out]&lt;br /&gt;
*[http://www.what-if.xkcd.com/8 Everybody jump]&lt;br /&gt;
*[http://www.what-if.xkcd.com/9 Soul mates]&lt;br /&gt;
*[http://www.what-if.xkcd.com/10 Cassini]&lt;br /&gt;
*[http://www.what-if.xkcd.com/11 Droppings]&lt;br /&gt;
*[http://www.what-if.xkcd.com/12 Rain drop]&lt;br /&gt;
*[http://www.what-if.xkcd.com/13 Laser pointer]&lt;br /&gt;
*[http://www.what-if.xkcd.com/14 Short answer section]&lt;br /&gt;
*[http://www.what-if.xkcd.com/15 Mariana trench explosion]&lt;br /&gt;
*[http://www.what-if.xkcd.com/16 Today's topic: Lightning]&lt;br /&gt;
*[http://www.what-if.xkcd.com/17 Green cows]&lt;br /&gt;
*[http://www.what-if.xkcd.com/18 BB gun]&lt;br /&gt;
*[http://www.what-if.xkcd.com/19 Tie vote]&lt;br /&gt;
*[http://www.what-if.xkcd.com/20 Diamond]&lt;br /&gt;
*[http://www.what-if.xkcd.com/21 Machine gun jetpack]&lt;br /&gt;
*[http://www.what-if.xkcd.com/22 Cost of pennies]&lt;br /&gt;
*[http://www.what-if.xkcd.com/23 Short answer section II]&lt;br /&gt;
*[http://www.what-if.xkcd.com/24 Model rockets]&lt;br /&gt;
*[http://www.what-if.xkcd.com/25 Three wise men]&lt;br /&gt;
*[http://www.what-if.xkcd.com/26 Leap seconds]&lt;br /&gt;
*[http://www.what-if.xkcd.com/27 Death rate]&lt;br /&gt;
*[http://www.what-if.xkcd.com/28 Steak drop]&lt;br /&gt;
*[http://www.what-if.xkcd.com/29 Spent fuel pool]&lt;br /&gt;
*[http://www.what-if.xkcd.com/30 Interplanetary Cessna]&lt;br /&gt;
*[http://www.what-if.xkcd.com/31 FedEx bandwidth]&lt;br /&gt;
*[http://www.what-if.xkcd.com/32 Hubble]&lt;br /&gt;
*[http://www.what-if.xkcd.com/33 Ships]&lt;br /&gt;
*[http://www.what-if.xkcd.com/34 Twitter]&lt;br /&gt;
*[http://www.what-if.xkcd.com/35 Hairdryer]&lt;br /&gt;
*[http://www.what-if.xkcd.com/36 Cornstarch]&lt;br /&gt;
*[http://www.what-if.xkcd.com/37 Supersonic stereo]&lt;br /&gt;
*[http://www.what-if.xkcd.com/38 Voyager]&lt;br /&gt;
*[http://www.what-if.xkcd.com/39 Hockey puck]&lt;br /&gt;
*[http://www.what-if.xkcd.com/40 Pressure cooker]&lt;br /&gt;
*[http://www.what-if.xkcd.com/41 Go west]&lt;br /&gt;
*[http://www.what-if.xkcd.com/42 Longest sunset]&lt;br /&gt;
*[http://www.what-if.xkcd.com/43 Train loop]&lt;br /&gt;
*[http://www.what-if.xkcd.com/44 High throw]&lt;br /&gt;
*[http://www.what-if.xkcd.com/45 ISS music video]&lt;br /&gt;
*[http://www.what-if.xkcd.com/46 Bowling ball]&lt;br /&gt;
*[http://www.what-if.xkcd.com/47 Alien astronomers]&lt;br /&gt;
*[http://www.what-if.xkcd.com/48 Sunset on the British Empire]&lt;br /&gt;
*[http://www.what-if.xkcd.com/49 Sunless Earth]&lt;br /&gt;
*[http://www.what-if.xkcd.com/50 Extreme boating]&lt;br /&gt;
*[http://www.what-if.xkcd.com/51 Free fall]&lt;br /&gt;
*[http://www.what-if.xkcd.com/52 Bouncy balls]&lt;br /&gt;
*[http://www.what-if.xkcd.com/53 Drain the oceans]&lt;br /&gt;
*[http://www.what-if.xkcd.com/54 Drain the oceans: Part II]&lt;br /&gt;
*[http://www.what-if.xkcd.com/55 Random sneeze call]&lt;br /&gt;
*[http://www.what-if.xkcd.com/56 Restraining an airplane]&lt;br /&gt;
*[http://www.what-if.xkcd.com/57 Dropping a mountain]&lt;br /&gt;
*[http://www.what-if.xkcd.com/58 Orbital speed]&lt;br /&gt;
*[http://www.what-if.xkcd.com/59 Updating a printed Wikipedia]&lt;br /&gt;
*[http://www.what-if.xkcd.com/60 Signs of life]&lt;br /&gt;
*[http://www.what-if.xkcd.com/61 Speed bump]&lt;br /&gt;
*[http://www.what-if.xkcd.com/62 Falling with helium]&lt;br /&gt;
*[http://www.what-if.xkcd.com/63 Google datacenters on punchcards]&lt;br /&gt;
*[http://www.what-if.xkcd.com/64 Rising steadily]&lt;br /&gt;
*[http://www.what-if.xkcd.com/65 Twitter timeline height]&lt;br /&gt;
*[http://www.what-if.xkcd.com/66 500MPH]&lt;br /&gt;
*[http://www.what-if.xkcd.com/67 Expanding earth]&lt;br /&gt;
*[http://www.what-if.xkcd.com/68 Little planet]&lt;br /&gt;
*[http://www.what-if.xkcd.com/69 Facebook of the dead]&lt;br /&gt;
*[http://www.what-if.xkcd.com/70 The constant groundskeeper]&lt;br /&gt;
*[http://www.what-if.xkcd.com/71 Stirring tea]&lt;br /&gt;
*[http://www.what-if.xkcd.com/72 Loneliest human]&lt;br /&gt;
*[http://www.what-if.xkcd.com/73 Lethal neutrinos]&lt;br /&gt;
*[http://www.what-if.xkcd.com/74 Soda planet]&lt;br /&gt;
*[http://www.what-if.xkcd.com/75 Phone keypad]&lt;br /&gt;
*[http://www.what-if.xkcd.com/76 Reading every book]&lt;br /&gt;
*[http://www.what-if.xkcd.com/77 Growth rate]&lt;br /&gt;
*[http://www.what-if.xkcd.com/78 T-rex calories]&lt;br /&gt;
*[http://www.what-if.xkcd.com/79 Lake tea]&lt;br /&gt;
*[http://www.what-if.xkcd.com/80 Pile of viruses]&lt;br /&gt;
*[http://www.what-if.xkcd.com/81 Catch!]&lt;br /&gt;
*[http://www.what-if.xkcd.com/82 Hitting a comet]&lt;br /&gt;
*[http://www.what-if.xkcd.com/83 Star sand]&lt;br /&gt;
*[http://www.what-if.xkcd.com/84 Paint the Earth]&lt;br /&gt;
*[http://www.what-if.xkcd.com/85 Rocket golf]&lt;br /&gt;
*[http://www.what-if.xkcd.com/86 Far-travelling objects]&lt;br /&gt;
*[http://www.what-if.xkcd.com/87 Enforced by radar]&lt;br /&gt;
*[http://www.what-if.xkcd.com/88 Soda sequestration]&lt;br /&gt;
*[http://www.what-if.xkcd.com/89 Tungsten countertop]&lt;br /&gt;
*[http://www.what-if.xkcd.com/90 Great tree, great axe]&lt;br /&gt;
*[http://www.what-if.xkcd.com/91 Faucet power]&lt;br /&gt;
*[http://www.what-if.xkcd.com/92 One-second day]&lt;br /&gt;
*[http://www.what-if.xkcd.com/93 Windshield raindrops]&lt;br /&gt;
*[http://www.what-if.xkcd.com/94 Billion-story building]&lt;br /&gt;
*[http://www.what-if.xkcd.com/95 Pyramid energy]&lt;br /&gt;
*[http://www.what-if.xkcd.com/96 $2 undecillion lawsuit]&lt;br /&gt;
*[http://www.what-if.xkcd.com/97 Burning pollen]&lt;br /&gt;
*[http://www.what-if.xkcd.com/98 Blood alcohol]&lt;br /&gt;
*[http://www.what-if.xkcd.com/99 Starlings]&lt;br /&gt;
*[http://www.what-if.xkcd.com/100 WWII films]&lt;br /&gt;
*[http://www.what-if.xkcd.com/101 Plastic dinosaurs]&lt;br /&gt;
*[http://www.what-if.xkcd.com/102 Keyboard power]&lt;br /&gt;
*[http://www.what-if.xkcd.com/103 Vanishing water]&lt;br /&gt;
*[http://www.what-if.xkcd.com/104 Global snow]&lt;br /&gt;
*[http://www.what-if.xkcd.com/105 Cannibalism]&lt;br /&gt;
*[http://www.what-if.xkcd.com/106 Ink molecules]&lt;br /&gt;
*[http://www.what-if.xkcd.com/107 Letter to mom]&lt;br /&gt;
*[http://www.what-if.xkcd.com/108 Expensive shoebox]&lt;br /&gt;
*[http://www.what-if.xkcd.com/109 Into the blue]&lt;br /&gt;
*[http://www.what-if.xkcd.com/110 Walking New York]&lt;br /&gt;
*[http://www.what-if.xkcd.com/111 All the money]&lt;br /&gt;
*[http://www.what-if.xkcd.com/112 Balloon car]&lt;br /&gt;
*[http://www.what-if.xkcd.com/113 Visit every state]&lt;br /&gt;
*[http://www.what-if.xkcd.com/114 Antimatter]&lt;br /&gt;
*[http://www.what-if.xkcd.com/115 Into the Sun]&lt;br /&gt;
*[http://www.what-if.xkcd.com/116 No-rules NASCAR]&lt;br /&gt;
*[http://www.what-if.xkcd.com/117 Distant death]&lt;br /&gt;
*[http://www.what-if.xkcd.com/118 Physical salary]&lt;br /&gt;
*[http://www.what-if.xkcd.com/119 Laser umbrella]&lt;br /&gt;
*[http://www.what-if.xkcd.com/120 Alternate universe what ifs]&lt;br /&gt;
*[http://www.what-if.xkcd.com/121 Frozen rivers]&lt;br /&gt;
*[http://www.what-if.xkcd.com/122 Lava lamp]&lt;br /&gt;
*[http://www.what-if.xkcd.com/123 Fairy demographics]&lt;br /&gt;
*[http://www.what-if.xkcd.com/124 Lunar swimming]&lt;br /&gt;
*[http://www.what-if.xkcd.com/125 Bowling ball]&lt;br /&gt;
*[http://www.what-if.xkcd.com/126 Stairs]&lt;br /&gt;
*[http://www.what-if.xkcd.com/127 Tug of war]&lt;br /&gt;
*[http://www.what-if.xkcd.com/128 Zippo phone]&lt;br /&gt;
*[http://www.what-if.xkcd.com/129 Black hole moon]&lt;br /&gt;
*[http://www.what-if.xkcd.com/130 Snow removal]&lt;br /&gt;
*[http://www.what-if.xkcd.com/131 Microwaves]&lt;br /&gt;
*[http://www.what-if.xkcd.com/132 Hotter than average]&lt;br /&gt;
*[http://www.what-if.xkcd.com/133 Flagpole]&lt;br /&gt;
*[http://www.what-if.xkcd.com/134 Space burial]&lt;br /&gt;
*[http://www.what-if.xkcd.com/135 Digging downward]&lt;br /&gt;
*[http://www.what-if.xkcd.com/136 Spiders vs. the Sun]&lt;br /&gt;
*[http://www.what-if.xkcd.com/137 New Horizons]&lt;br /&gt;
*[http://www.what-if.xkcd.com/138 Jupiter Submarine]&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
[http://www.what-if.xkcd.com/Short answer section II]&lt;br /&gt;
[http://www.what-if.xkcd.com/Model rockets]&lt;br /&gt;
[http://www.what-if.xkcd.com/Three wise men]&lt;br /&gt;
[http://www.what-if.xkcd.com/Leap seconds]&lt;br /&gt;
[http://www.what-if.xkcd.com/Death rate]&lt;br /&gt;
[http://www.what-if.xkcd.com/Steak drop]&lt;br /&gt;
[http://www.what-if.xkcd.com/Spent fuel pool]&lt;br /&gt;
[http://www.what-if.xkcd.com/Interplanetary Cessna]&lt;br /&gt;
[http://www.what-if.xkcd.com/FedEx bandwidth]&lt;br /&gt;
[http://www.what-if.xkcd.com/Hubble]&lt;br /&gt;
[http://www.what-if.xkcd.com/Ships]&lt;br /&gt;
[http://www.what-if.xkcd.com/Twitter]&lt;br /&gt;
[http://www.what-if.xkcd.com/Hairdryer]&lt;br /&gt;
[http://www.what-if.xkcd.com/Cornstarch]&lt;br /&gt;
[http://www.what-if.xkcd.com/Supersonic stereo]&lt;br /&gt;
[http://www.what-if.xkcd.com/Voyager]&lt;br /&gt;
[http://www.what-if.xkcd.com/Hockey puck]&lt;br /&gt;
[http://www.what-if.xkcd.com/Pressure cooker]&lt;br /&gt;
[http://www.what-if.xkcd.com/Go west]&lt;br /&gt;
[http://www.what-if.xkcd.com/Longest sunset]&lt;br /&gt;
[http://www.what-if.xkcd.com/Train loop]&lt;br /&gt;
[http://www.what-if.xkcd.com/High throw]&lt;br /&gt;
[http://www.what-if.xkcd.com/ISS music video]&lt;br /&gt;
[http://www.what-if.xkcd.com/Bowling ball]&lt;br /&gt;
[http://www.what-if.xkcd.com/Alien astronomers]&lt;br /&gt;
[http://www.what-if.xkcd.com/Sunset on the British Empire]&lt;br /&gt;
[http://www.what-if.xkcd.com/Sunless Earth]&lt;br /&gt;
[http://www.what-if.xkcd.com/Extreme boating]&lt;br /&gt;
[http://www.what-if.xkcd.com/Free fall]&lt;br /&gt;
[http://www.what-if.xkcd.com/Bouncy balls]&lt;br /&gt;
[http://www.what-if.xkcd.com/Drain the oceans]&lt;br /&gt;
[http://www.what-if.xkcd.com/Drain the oceans: Part II]&lt;br /&gt;
[http://www.what-if.xkcd.com/Random sneeze call]&lt;br /&gt;
[http://www.what-if.xkcd.com/Restraining an airplane]&lt;br /&gt;
[http://www.what-if.xkcd.com/Dropping a mountain]&lt;br /&gt;
[http://www.what-if.xkcd.com/Orbital speed]&lt;br /&gt;
[http://www.what-if.xkcd.com/Updating a printed Wikipedia]&lt;br /&gt;
[http://www.what-if.xkcd.com/Signs of life]&lt;br /&gt;
[http://www.what-if.xkcd.com/Speed bump]&lt;br /&gt;
[http://www.what-if.xkcd.com/Falling with helium]&lt;br /&gt;
[http://www.what-if.xkcd.com/Google datacenters on punchcards]&lt;br /&gt;
[http://www.what-if.xkcd.com/Rising steadily]&lt;br /&gt;
[http://www.what-if.xkcd.com/Twitter timeline height]&lt;br /&gt;
[http://www.what-if.xkcd.com/500MPH]&lt;br /&gt;
[http://www.what-if.xkcd.com/Expanding earth]&lt;br /&gt;
[http://www.what-if.xkcd.com/Little planet]&lt;br /&gt;
[http://www.what-if.xkcd.com/Facebook of the dead]&lt;br /&gt;
[http://www.what-if.xkcd.com/The constant groundskeeper]&lt;br /&gt;
[http://www.what-if.xkcd.com/Stirring tea]&lt;br /&gt;
[http://www.what-if.xkcd.com/Loneliest human]&lt;br /&gt;
[http://www.what-if.xkcd.com/Lethal neutrinos]&lt;br /&gt;
[http://www.what-if.xkcd.com/Soda planet]&lt;br /&gt;
[http://www.what-if.xkcd.com/Phone keypad]&lt;br /&gt;
[http://www.what-if.xkcd.com/Reading every book]&lt;br /&gt;
[http://www.what-if.xkcd.com/Growth rate]&lt;br /&gt;
[http://www.what-if.xkcd.com/T-rex calories]&lt;br /&gt;
[http://www.what-if.xkcd.com/Lake tea]&lt;br /&gt;
[http://www.what-if.xkcd.com/Pile of viruses]&lt;br /&gt;
[http://www.what-if.xkcd.com/Catch!]&lt;br /&gt;
[http://www.what-if.xkcd.com/Hitting a comet]&lt;br /&gt;
[http://www.what-if.xkcd.com/Star sand]&lt;br /&gt;
[http://www.what-if.xkcd.com/Paint the Earth]&lt;br /&gt;
[http://www.what-if.xkcd.com/Rocket golf]&lt;br /&gt;
[http://www.what-if.xkcd.com/Far-travelling objects]&lt;br /&gt;
[http://www.what-if.xkcd.com/Enforced by radar]&lt;br /&gt;
[http://www.what-if.xkcd.com/Soda sequestration]&lt;br /&gt;
[http://www.what-if.xkcd.com/Tungsten countertop]&lt;br /&gt;
[http://www.what-if.xkcd.com/Great tree, great axe]&lt;br /&gt;
[http://www.what-if.xkcd.com/Faucet power]&lt;br /&gt;
[http://www.what-if.xkcd.com/One-second day]&lt;br /&gt;
[http://www.what-if.xkcd.com/Windshield raindrops]&lt;br /&gt;
[http://www.what-if.xkcd.com/Billion-story building]&lt;br /&gt;
[http://www.what-if.xkcd.com/Pyramid energy]&lt;br /&gt;
[http://www.what-if.xkcd.com/$2 undecillion lawsuit]&lt;br /&gt;
[http://www.what-if.xkcd.com/Burning pollen]&lt;br /&gt;
[http://www.what-if.xkcd.com/Blood alcohol]&lt;br /&gt;
[http://www.what-if.xkcd.com/Starlings]&lt;br /&gt;
[http://www.what-if.xkcd.com/WWII films]&lt;br /&gt;
[http://www.what-if.xkcd.com/Plastic dinosaurs]&lt;br /&gt;
[http://www.what-if.xkcd.com/Keyboard power]&lt;br /&gt;
[http://www.what-if.xkcd.com/Vanishing water]&lt;br /&gt;
[http://www.what-if.xkcd.com/Global snow]&lt;br /&gt;
[http://www.what-if.xkcd.com/Cannibalism]&lt;br /&gt;
[http://www.what-if.xkcd.com/Ink molecules]&lt;br /&gt;
[http://www.what-if.xkcd.com/Letter to mom]&lt;br /&gt;
[http://www.what-if.xkcd.com/Expensive shoebox]&lt;br /&gt;
[http://www.what-if.xkcd.com/Into the blue]&lt;br /&gt;
[http://www.what-if.xkcd.com/Walking New York]&lt;br /&gt;
[http://www.what-if.xkcd.com/All the money]&lt;br /&gt;
[http://www.what-if.xkcd.com/Balloon car]&lt;br /&gt;
[http://www.what-if.xkcd.com/Visit every state]&lt;br /&gt;
[http://www.what-if.xkcd.com/Antimatter]&lt;br /&gt;
[http://www.what-if.xkcd.com/Into the Sun]&lt;br /&gt;
[http://www.what-if.xkcd.com/No-rules NASCAR]&lt;br /&gt;
[http://www.what-if.xkcd.com/Distant death]&lt;br /&gt;
[http://www.what-if.xkcd.com/Physical salary]&lt;br /&gt;
[http://www.what-if.xkcd.com/Laser umbrella]&lt;br /&gt;
[http://www.what-if.xkcd.com/Alternate universe what ifs]&lt;br /&gt;
[http://www.what-if.xkcd.com/Frozen rivers]&lt;br /&gt;
[http://www.what-if.xkcd.com/Lava lamp]&lt;br /&gt;
[http://www.what-if.xkcd.com/Fairy demographics]&lt;br /&gt;
[http://www.what-if.xkcd.com/Lunar swimming]&lt;br /&gt;
[http://www.what-if.xkcd.com/Bowling ball]&lt;br /&gt;
[http://www.what-if.xkcd.com/Stairs]&lt;br /&gt;
[http://www.what-if.xkcd.com/Tug of war]&lt;br /&gt;
[http://www.what-if.xkcd.com/Zippo phone]&lt;br /&gt;
[http://www.what-if.xkcd.com/Black hole moon]&lt;br /&gt;
[http://www.what-if.xkcd.com/Snow removal]&lt;br /&gt;
[http://www.what-if.xkcd.com/Microwaves]&lt;br /&gt;
[http://www.what-if.xkcd.com/Hotter than average]&lt;br /&gt;
[http://www.what-if.xkcd.com/Flagpole]&lt;br /&gt;
[http://www.what-if.xkcd.com/Space burial]&lt;br /&gt;
[http://www.what-if.xkcd.com/Digging downward]&lt;br /&gt;
[http://www.what-if.xkcd.com/Spiders vs. the Sun]&lt;br /&gt;
[http://www.what-if.xkcd.com/New Horizons]&lt;br /&gt;
[http://www.what-if.xkcd.com/Jupiter Submarine]&lt;br /&gt;
[http://www.what-if.xkcd.com/]--&amp;gt;&lt;br /&gt;
[[Category:Meta]]&lt;/div&gt;</summary>
		<author><name>108.162.217.17</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=816:_Applied_Math&amp;diff=101657</id>
		<title>816: Applied Math</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=816:_Applied_Math&amp;diff=101657"/>
				<updated>2015-09-14T03:11:32Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.217.17: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number = 816&lt;br /&gt;
| date = November 8, 2010&lt;br /&gt;
| title = Applied Math&lt;br /&gt;
| image = applied_math.png&lt;br /&gt;
| titletext = Dear Reader: Enclosed is a check for ninety-eight cents. Using your work, I have proven that this equals the amount you requested.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{w|Donald Knuth}} is a {{w|computer scientist}} who has written several computer science textbooks and he offers {{w|Knuth reward check|monetary rewards}} for anyone finding errors in his publications. The first error found in each book is worth US$2.56. Other suggestions are worth less than $2.56, but a check is still sent out if Dr. Knuth finds them to be reasonable.&lt;br /&gt;
&lt;br /&gt;
[[Megan]] uses a proof to invalidate logic itself. According to the logic symbols [[File:contradiction.png]] at the bottom of the proof, she has proved that &amp;quot;the proposition (statement) is true and the proposition is false,&amp;quot; i.e. &amp;quot;something is both true and false.&amp;quot; (Specifically, ∴ means &amp;quot;therefore&amp;quot;, ''P'' represents that a proposition is true, ∧ stands for &amp;quot;and&amp;quot;, and an overbar negates a proposition (so ''&amp;lt;span style=&amp;quot;text-decoration: overline&amp;quot;&amp;gt;P&amp;lt;/span&amp;gt;'' represents that a proposition is false)). If someone were to prove this, it would indeed derail the very foundation of logic and result in the {{w|principle of explosion}}, which is referenced in [[704: Principle of Explosion|a previous comic]].&lt;br /&gt;
&lt;br /&gt;
Since most of the content of computer science textbooks is fundamentally based on logic, Megan's proof obviously spells doom for Dr. Knuth's, as each instance of logic can now be considered an error. After Megan's friend confirms the validity of her proof, Megan writes a letter to Dr. Knuth to collect her money for the 1,317,408 errors in {{w|The Art of Computer Programming}} at $2.56 each. According to the amount Megan demands as a reward, she apparently considers this textbook to have an average of more than 400 instances of logic per page (if she has the latest edition of each volume).&lt;br /&gt;
&lt;br /&gt;
The title text is the reply from Dr. Knuth, in which he uses Megan's logic-disproving proof against her by claiming — with no logical explanation — that the amount of money she is in fact due as a reward is only 98 cents. He does this presumably to a) get out of paying her over three million dollars, b) demonstrate his contempt for or disbelief in her proof, and/or c) to show her, rather passive-aggressively, that she herself is not exempt from any ill effects resulting from her ridiculous proof.  If logic is proved to be false, then all mathematics are proved false and 3,372,564.48 = 0.98.&lt;br /&gt;
&lt;br /&gt;
The title of the comic, &amp;quot;Applied Math,&amp;quot; is a play on {{w|Applied mathematics}}, &amp;quot;mathematical methods that are typically used in science, engineering, business, and industry,&amp;quot; as opposed to {{w|pure math}}, which focuses exclusively on abstract concepts. Instead of using math to calculate something like the speed of a falling object, Megan uses it for an ostensibly more frivolous reason: to gain a huge reward via a proof of dubious validity.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Ponytail is standing at a whiteboard considering a logical proof. The proof assumes ''P'' and deduces ''P'' ∧ ''&amp;lt;span style=&amp;quot;text-decoration: overline&amp;quot;&amp;gt;P&amp;lt;/span&amp;gt;''.]&lt;br /&gt;
:Ponytail: Wow. I can't find fault with your proof.&lt;br /&gt;
&lt;br /&gt;
:[Ponytail is still looking at the white board, the frame expands to show Megan walking away, rubbing her hands together in an evil manner.]&lt;br /&gt;
:Ponytail: You've show the inconsistency — and thus the invalidity — of basic logic itself.&lt;br /&gt;
:Megan: Excellent. On to step two...&lt;br /&gt;
&lt;br /&gt;
:[Megan sits down at a desk and begins to write.]&lt;br /&gt;
:Dear Dr. Knuth,&lt;br /&gt;
&lt;br /&gt;
:[She continues to write.]&lt;br /&gt;
:I am writing to collect from you the $3,372,564.48 I am owed for discovering 1,317,408 errors in ''The Art of Computer Programming...''&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Comics featuring Donald Knuth]]&lt;br /&gt;
[[Category:Logic]]&lt;/div&gt;</summary>
		<author><name>108.162.217.17</name></author>	</entry>

	</feed>