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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2236:_Is_it_Christmas%3F&amp;diff=362106</id>
		<title>2236: Is it Christmas?</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2236:_Is_it_Christmas%3F&amp;diff=362106"/>
				<updated>2025-01-15T04:38:45Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.3.127: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2236&lt;br /&gt;
| date      = December 2, 2019&lt;br /&gt;
| title     = Is it Christmas?&lt;br /&gt;
| image     = is_it_christmas.png&lt;br /&gt;
| titletext = We've tested it on 30 different days and it hasn't gotten one wrong yet.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
https://isitchristmas.com/ is a simplistic website that informs the visitor whether or not it's {{w|Christmas}}. Christmas is a holiday observed in many parts of the world on December 25 of each year. At the top on the tab of the site in the browser it says &amp;quot;Is it Christmas?&amp;quot; with a large '''NO''' printed if it is not December 25, and a '''YES''' if it is December 25. This website asks the user's browser for the date, and updates accordingly if it is indeed Christmas. In addition, isitchristmas.com gives the answer in the language of your region (i.e. for a visitor from Canada, the site gives the answer in English and French to account for Canada's bilingularity, and in most other countries just their word for No will be shown). Since the page uses the browsing computer's time setting, it is possible to easily check that the page works by changing the date on the computer used to access the page to see the text change to Yes if you are reading it on December 25. This also means that the page is only as correct as the time setting on the computer used to view the page (so in case of connection problems, you may check your computer's calendar instead).&lt;br /&gt;
&lt;br /&gt;
Here [[Randall]] spoofs the website. He claims to have made a competitor to isitchristmas.com which nearly always correctly tells if it is Christmas. The joke is that the comic will always display a static image reading '''NO''', even on Christmas Day, and that the rare incorrect answer is rare enough to not cause any concern.&lt;br /&gt;
&lt;br /&gt;
Randall lists a rounded calculation of 99.73% for the precision of his prediction of whether or not it is Christmas. This number is accurate with or without including leap year. An average year is 365.24 days, meaning that he is only wrong 1 out of 365.24 days. So only 1/365.24 ≈ 0.2738% of the days would the prediction be wrong, resulting in a correct reply rate of 99.726%, which he has rounded to 99.73%. Using or not using the leap year will give the same result to three decimal places. &lt;br /&gt;
&lt;br /&gt;
This precision rate is only true for a definition of Christmas which lasts only one day, regardless of which day that is (see trivia). For any definition of more than one day of Christmas, the error rate would be higher than 0.2737%. (If one considered the traditional {{w|Twelve Days of Christmas}} to all be Christmas, then Randall's website would be wrong on all 12 days, or 3.29% of the year.) However, in the US, where [[Randall]] lives, Christmas is usually defined as the single day of December 25th. &lt;br /&gt;
 &lt;br /&gt;
Although Randall's claim on {{w|Accuracy and precision#In binary classification|accuracy}} is true, accuracy alone doesn't make a predictive device useful. In this case, the page {{w|False positives and false_negatives#false negative rate|miss rate}} or false negative rate, that is, the percent of positive condition days (it's Christmas) that are predicted by the comic not to be Christmas, is 100%. In other words, it misses all actual events of Christmas. &lt;br /&gt;
&lt;br /&gt;
When building a model for rare events, a common mistake is to ignore the implicit cost function built into the standard prediction accuracy validity statistic for binary events. Prediction accuracy (# correct guesses/total guesses) assumes that false positives and false negatives are equally bad.  Given the implicit cost function of this performance statistic, the best-performing model is commonly a persistence forecast model--i.e., the optimal prediction model returns the most common value whatever the model inputs are. It's probably a better choice to optimize a model using a performance statistic which relies on a cost function that penalizes missing correct prediction of rare events more than it penalizes missing correct prediction of common events.&lt;br /&gt;
&lt;br /&gt;
In fact, in most settings where a single outcome is a lot more common than any other one, predicting always that most common outcome would yield very high accuracy without any usefulness. It isn't hard to find examples even more accurate than Randall's:&lt;br /&gt;
&lt;br /&gt;
* A useless test for AIDS giving always negative results would have an accuracy about 99.95% when applied to a random human, and even more if used in countries with low prevalence of AIDS.&lt;br /&gt;
* A website saying &amp;quot;You are not the cartoonist Randall Munroe&amp;quot; would be right for 99.9999999857% of humans.&lt;br /&gt;
* [https://knowyourphrase.com/even-a-broken-clock-is-right-twice A stopped watch is accurate twice a day] while a running watch is almost never accurate (and oddly, is more frequently correct the faster/slower it runs).  A watch that runs backwards is right 4 times a day.  If you make it spin at thousands of rpm it is right multiple times per second.  (A better metric would be something like the root mean square of the time error -- it's acceptable for a watch to be a little off, as long as it's not off by too much.)&lt;br /&gt;
&lt;br /&gt;
The title text is a &amp;quot;proof&amp;quot; that his service works. He claims to have tested this on 30 different days and confirmed that NO is the correct result. Any date except Christmas would result in a correct result, and the comic was the first to be released in December 2019, so unless the test had run for almost a year, he would not even have had a chance to test this on Christmas Day. Since this is a joke, the comic will of course not change to Yes on Christmas Day, because then it would be 100% accurate, as is the page the comic mocks.&lt;br /&gt;
&lt;br /&gt;
Being right on most days, but not the one that mattered was also the subject of [[937: TornadoGuard]].&lt;br /&gt;
&lt;br /&gt;
At the same time this Christmas comic came out, the [[Header text|header text]] was [[Header text#2019-12-02_-_Into_Science|changed]] to ask if there were someone that would like Randall's new book ''[[How To]]'' as a Christmas present.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:'''&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;No*&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;'''&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;99.73% accurate&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:xkcd.com presents a new &amp;quot;Is It Christmas&amp;quot; service to compete with isitchristmas.com&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*Randall usually makes [[:Category:Christmas|Christmas comics]] around Christmas Day, but this year he has made two comics mentioning Christmas already by the 2nd of December 2019. &lt;br /&gt;
**The first came two comics before this with [[2234: How To Deliver Christmas Presents]]. &lt;br /&gt;
**Only two times before has there been released any Christmas related comics so close to Christmas without being released in the few days around Christmas Day (22-26 of December). See the explanation for Christmas comics.&lt;br /&gt;
*The calendar used by most of the world for civil purposes is the Gregorian calendar, instituted by Pope Gregory XIII of the Roman Catholic Church in 1582.  However, most Eastern Orthodox churches continue to use the Julian calendar for the purpose of their holidays; December 25th in the Julian calendar is January 7th in the Gregorian calendar for years between 1900 and 2100, so that is the civil date when those countries observe Christmas.  The author of isitchristmas.com is [https://github.com/isitchristmas/web/issues/67#issuecomment-29585160 aware that this is the case], but has chosen to recognize a single date (December 25th in the Gregorian calendar) as Christmas for the sake of simplicity.&lt;br /&gt;
*Armenian Apostolic Church's Christmas day is January 6th.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Christmas]]&lt;br /&gt;
[[Category:Statistics]]&lt;/div&gt;</summary>
		<author><name>172.68.3.127</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1621:_Fixion&amp;diff=359476</id>
		<title>1621: Fixion</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1621:_Fixion&amp;diff=359476"/>
				<updated>2024-12-14T06:28:24Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.3.127: /* Table of Phenomena */ grammar fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1621&lt;br /&gt;
| date      = December 25, 2015&lt;br /&gt;
| title     = Fixion&lt;br /&gt;
| image     = fixion.png&lt;br /&gt;
| titletext = My theory predicts that, at high enough energies, FRBs and perytons become indistinguishable because the detector burns out.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
The second [[:Category:Christmas|Christmas comic]] in a row, the first being [[1620: Christmas Settings]].&lt;br /&gt;
&lt;br /&gt;
This comic was released on {{w|Christmas}} day as a present from [[Randall]] to all {{w|physicists}}. It introduces a new particle, the ''Fixion'', which explains everything. The word &amp;quot;Fixion&amp;quot; can be read as a pun: Either it can mean something like &amp;quot;fix-i-on,&amp;quot; with &amp;quot;[https://en.wiktionary.org/wiki/-on#Suffix -on]&amp;quot; being a suffix for many particles, and this particle being able to &amp;quot;fix&amp;quot; things. Coincidentally it's also very similar to the word &amp;quot;fiction&amp;quot; aptly describing its wish fulfilment nature.&lt;br /&gt;
&lt;br /&gt;
In physics, there are still many {{w|List of unsolved problems in physics|big questions and mysteries}}. There are many phenomena which don't seem to fit, and we don't know how to explain yet. The &amp;quot;Fixion&amp;quot; is satirically presented as a particle which acts as a {{w|Deus ex machina}}, (see also {{tvtropes|DeusExMachina|tvtropes}}), which solves all of these mysteries without any serious fundamental reasons.&lt;br /&gt;
&lt;br /&gt;
The style of the chart suggests a {{w|Feynman diagram}} - an easy way of drawing particle interactions. Every time there is an interaction, the main central Fixion-line changes direction. Typically, {{w|fermions}} (the &amp;quot;solid&amp;quot; particles like {{w|electrons}} and {{w|quarks}}) are shown with solid lines, {{w|photons}} (and generally the weak-force-carrying {{w|bosons}}) are shown with wavy lines, {{w|gluons}} with spiraling lines and other mediating particles (such as {{w|pions}} in the {{w|nuclear force}}, or the {{w|Higgs boson}}) with a dotted line. Randall obeys these rules only very loosely, which makes sense - many of the things involved in this Feynman diagram are either so theoretical that they have no widely used standard representation, or would never appear in a sensible diagram (spacecraft, for instance). All mentioned types of lines - and even more types - are presented in the diagram. All that the Fixion does is described in the [[#Table of Phenomena|table below]].&lt;br /&gt;
&lt;br /&gt;
The title text is a continuation of one of the jokes already mentioned in the main comic (fourth phrase from the top to the left) about {{w|Fast radio burst}}s (FRBs) and {{w|Peryton (astronomy)|perytons}}. See explanation in the last entry in the [[#Table of Phenomena|table below]].&lt;br /&gt;
&lt;br /&gt;
===Table of Phenomena===&lt;br /&gt;
*Below, all the phenomena mentioned in the comic (and in the title text) have been listed and described.&lt;br /&gt;
*The order is the top left phenomenon first, and then alternating between right and left down to the bottom and then the title text at the end.&lt;br /&gt;
{| border =1 width=100% cellpadding=5 class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|'''Phenomenon''' || '''In the comic''' || '''Description''' || '''Solved?'''&lt;br /&gt;
|-&lt;br /&gt;
| Main component of dark matter&lt;br /&gt;
|| An arrow points to the very first part of the main line.&lt;br /&gt;
|| Our best measurements of the universe predict that visible matter is only about one-twentieth of the matter in the universe; the remaining matter is &amp;quot;{{w|dark matter}}&amp;quot; that cannot be seen. The leading candidates for dark matter are {{w|weakly interacting massive particles}} (WIMPs). These would be new, undiscovered forms of matter which barely interact except through gravity and thus give off little or no light. Some of the dark matter is likely made up of {{w|Massive compact halo objects}} (MACHOs); effectively dead stars too dim to see. MACHOs are probably only a minority of the dark matter, however. Studies of two colliding galaxy clusters suggest that dark matter can pass through other matter without slowing down, unlike ordinary matter. Moreover, calculations of the elements produced during the {{w|big bang}} - which match the observed distribution of elements in the universe very precisely - don't leave room for enough additional {{w|protons}} and {{w|neutrons}} to form the dark matter.&lt;br /&gt;
|| No. Establishing the nature of dark matter will most likely win someone a {{w|Nobel Prize}}.&lt;br /&gt;
|-&lt;br /&gt;
| Confines quarks and gluons&lt;br /&gt;
|| An arrow points to the very first part of the main line.&lt;br /&gt;
|| {{w|Quark confinement}} means that we never see particles with {{w|color charge}} ({{w|quark}}s and {{w|gluon}}s) on their own. They exist only in groups that cancel out the color charge. Try to separate the groups, and the energy you add will instead cause new particles to pop into existence. Quarks are also referenced in  [[474: Turn-On]], [[1418: Horse]] and in [[1731: Wrong]].&lt;br /&gt;
|| The basic facts of confinement are well understood, but some of the details are too complicated to tease out.&lt;br /&gt;
|-&lt;br /&gt;
| Neutralizes monopoles&lt;br /&gt;
|| An arrow points to the first solid line into the main line, from left and upwards. This is thus a solid particle merging with the Fixion.&lt;br /&gt;
|| {{w|Magnetic monopoles}} (e.g., a north charge without a south charge) should exist according to many {{w|Grand Unified Theory|grand unified theories}} (GUTs) and {{w|String theory|string theories}}, but none have ever been seen.&lt;br /&gt;
|| No. Despite claims that pop up in the news every year, creating, say, a monopole-like state in the magnetic spins of a crystal is not the same as creating a real monopole.&lt;br /&gt;
|-&lt;br /&gt;
| Suppresses antimatter in early universe&lt;br /&gt;
|| No arrow.&lt;br /&gt;
|| The universe today is made almost entirely of matter. {{w|Antimatter}} and matter are identical, except that the charges are opposite. Antimatter and matter &amp;quot;{{w|Annihilation|annihilate}}&amp;quot; when they come into contact. So why is the universe made of matter? Why didn't the universe have equal amounts of both, and if it did, why didn't it annihilate itself immediately? This is a big question in physics today. The Fixion would explain this by its ability to suppress the formation of antimatter in the early universe. Antimatter is also referenced in [[683: Science Montage]], [[826: Guest Week: Zach Weiner (SMBC)]],  and [[1731: Wrong]] as well as being the subject of the ''[[what if? (blog)|what if?]]'' article ''{{what if|114|Antimatter}}''. It was also mentioned in another ''what if?'': ''{{what if|79|Lake Tea}}''. &lt;br /&gt;
|| Lots of theories, with no conclusive evidence for any of them yet. The most notable theories revolve around the {{w|weak interaction}}, which has been shown to treat matter and antimatter asymmetrically. Now that the {{w|Higgs boson}} has been found, the biggest project for the {{w|Large Hadron Collider}} experiments is to try to crack this.&lt;br /&gt;
|-&lt;br /&gt;
| Spontaneously emits dark energy&lt;br /&gt;
|| Two arrows point to two dotted lines going out left and downwards below the first solid line. It is thus two mediating particles that go out from the Fixion.&lt;br /&gt;
|| Prior to the 1990s, most {{w|cosmologists}} expected that the universe's expansion after the Big Bang would either slow down or stay constant. In 1998, cosmologists discovered that the expansion of the Universe is accelerating. Under {{w|Einstein|Einstein's}} theory of {{w|general relativity}}, the observed acceleration predicts that ordinary matter and dark matter make up about 30% of the universe's total energy, with the rest coming in the form of &amp;quot;{{w|dark energy}}.&amp;quot; The nature of dark energy is not certain. However, the leading candidate is that space itself has intrinsic energy (either constant or variable), and so as space expands, the energy of the universe increases.&lt;br /&gt;
|| Again, Nobel Prize territory.&lt;br /&gt;
|-&lt;br /&gt;
| Mediates proton decay, but then hides it.&lt;br /&gt;
|| An arrow points to three lines going to and from the main line. The outer line does not connect with the main line. The three lines probably represent the 3 quarks a proton is made of, and how a proton is usually drawn in Feynman diagrams (see for example [https://en.wikipedia.org/wiki/Beta_decay#/media/File:Beta_Negative_Decay.svg Beta Negative Decay]). The diagram represents a proton decaying, mediated by the Fixion, however then recombining. Presumably the hypothetical Fixion causes protons to decay all the time, however according to the diagram the quarks recombine again which makes the process impossible to detect.&lt;br /&gt;
|| Many GUTs predict that {{w|proton decay|protons will decay}}, but experiments have shown the proton to have a half-life of at least 10&amp;lt;sup&amp;gt;33&amp;lt;/sup&amp;gt; years - very much longer than the {{w|age of the universe}} (1.38x10&amp;lt;sup&amp;gt;10&amp;lt;/sup&amp;gt; years).&lt;br /&gt;
|| It's not ''necessarily'' a problem. All theories predict that proton decay is a very slow process (10&amp;lt;sup&amp;gt;32+&amp;lt;/sup&amp;gt; years), which is consistent with the current data.&lt;br /&gt;
|-&lt;br /&gt;
| Introduces dispersion in perytons from kitchen microwaves, explaining fast radio bursts&lt;br /&gt;
|| Two arrows point to four wavy lines. The waves of the lines have different wavelength. The one line coming out left is of the same wavelength as the top of the three coming out right. The two below each decrease in wavelength compared to the one before them. Maybe this is not meant to represent photon-like particles, but are just different frequencies of microwaves from the microwave oven – thus relating to the subject.&lt;br /&gt;
|| {{w|Fast radio burst}}s (FRBs) are unexplained bursts of radio-frequency energy from space that could even be extragalactic signals, with speculations that they might be signs of {{w|extraterrestrial intelligence}}. {{w|Peryton (astronomy)|Perytons}} are things that ''look like'' FRBs, but come from Earth (specifically, from the {{w|microwave oven}} at {{w|Parkes Observatory}} [https://arxiv.org/abs/1504.02165]). Randall's Fixion makes some perytons change frequency distribution so they appear to come from space, thus implying that all FRBs come from microwave ovens.&lt;br /&gt;
|| No, but it's probably something very big - a star collapsing to a {{w|black hole}} or (as now looks likely) a {{w|magnetar}} (magnetic neutron star)&lt;br /&gt;
|-&lt;br /&gt;
| Broken symmetry causes ϴ=0, explaining unobserved neutron dipole moment&lt;br /&gt;
|| An arrow points to the part of the main line just before the first wavy line.&lt;br /&gt;
|| The {{w|neutron electric dipole moment}} is a measure of how balanced electric charge is inside the neutron. ϴ (theta) is a number in {{w|quantum chromodynamics}} (QCD) which quantifies the breaking of a type of symmetry called {{w|CP violation|CP symmetry}}. If ϴ is not 0, one result of this should be a neutron dipole moment. {{w|Symmetry breaking}} is a common explanation of effects in some areas of theoretical physics (for instance, it's an important part of {{w|Peter Higgs|Higgs'}} theory about why particles have mass), but normally it explains why a value is ''not'' zero. Presumably the Fixion would break CP symmetry independently of QCD, which would mean that ϴ can be 0 while preserving observed CP-breaking effects.&lt;br /&gt;
|| Again, it's not (yet) a problem - the predicted dipole moment is tiny, and we're only just reaching the point when we could measure it.&lt;br /&gt;
|-&lt;br /&gt;
| Causes alpha effect&lt;br /&gt;
|| No arrow.&lt;br /&gt;
|| The {{w|alpha effect}} is a weird effect from chemistry, where putting an &amp;quot;alpha&amp;quot; atom with a {{w|lone pair}} of electrons close to a molecule makes the molecule more likely to give up its electrons. &lt;br /&gt;
|| Lots of competing explanations.&lt;br /&gt;
|-&lt;br /&gt;
| Covers naked singularities &lt;br /&gt;
|| No arrow – but the text is situated next to the middle of the three wavy lines going right.&lt;br /&gt;
|| A {{w|naked singularity}} is like a black hole without an {{w|event horizon}}. So far no naked singularity has been observed (except, arguably, the big bang) and the {{w|cosmic censorship hypothesis}} suggests they can't exist, although some people have suggested ways of making them. Randall has mentioned these in the ''[[what if? (blog)|what if?]]'' article ''[https://what-if.xkcd.com/140/ Proton Earth, Electron Moon]''.&lt;br /&gt;
|| Not necessarily something that needs explaining - none have been seen, and most theories say they don't exist. If support grows for {{w|loop quantum gravity}}, then we might have to start really searching.&lt;br /&gt;
|-&lt;br /&gt;
| Intercepts certain gravitational waves before they're observed.&lt;br /&gt;
|| An arrow points to a spiraling line going upwards to the left, so this is drawn like a gluon.&lt;br /&gt;
|| If {{w|gravity}} behaves like {{w|Fundamental interaction|the other forces}}, it must be conveyed by waves. At the time of the comic's publication, our best detector, {{w|LIGO}}, had yet to detect any {{w|gravitational waves}}, though this is probably just due to the low probability of events that would be detectable. Only extreme events like {{w|binary black hole}} mergers are detectable with the current setup. The proposed {{w|LISA Pathfinder}} spacecraft will be able to see things like orbiting black holes and {{w|neutron stars}}. &lt;br /&gt;
|| In February 2016, researchers at LIGO [http://www.nytimes.com/2016/02/12/science/ligo-gravitational-waves-black-holes-einstein.html reported the detection of gravitational waves]. The discoverers were awarded the Nobel Prize in 2017.&lt;br /&gt;
|-&lt;br /&gt;
| Causes coronal heating&lt;br /&gt;
|| No arrow – but the text is situated next to the middle of the three wavy lines going right.&lt;br /&gt;
|| For some reason the outer layer of the {{w|sun}} (the {{w|corona}}) is hotter than most reasonable theories predict. This is for instance mentioned in Randall’s new book ''[[Thing Explainer]]'' in the entry about the sun. This can also be seen on the [[Thing Explainer#Preview Pages|back cover of the book]]. &lt;br /&gt;
|| It's a mystery, but it possibly has something to do with waves in the corona (for example, the {{w|High Resolution Coronal Imager}} has seen &amp;quot;braids&amp;quot; in the corona that whip around and unravel themselves).&lt;br /&gt;
|-&lt;br /&gt;
| Higgs-ish&lt;br /&gt;
|| As this is just a property of the Fixion, there is no arrow.&lt;br /&gt;
|| The {{w|Higgs boson}} is a manifestation of the Higgs field... but many supersymmetry and string theories predict multiple Higgs-like particles. It's almost a prerequisite of any new theory that it has a Higgs-ish element. So the Fixion blends in with this.&lt;br /&gt;
|| N/A&lt;br /&gt;
|-&lt;br /&gt;
| Superluminally smooths anisotropies in early universe (but adds faint polarization for BICEP3 to find)&lt;br /&gt;
|| An arrow points to the point of the main line just below the bottom space probe.&lt;br /&gt;
|| The {{w|Cosmic Microwave Background}} (CMB) is incredibly uniform. In fact it is so uniform that the conclusion is that these areas must have been in contact at some time in the early universe. But with the universe being infinite, and the speed of light being finite, most parts of the universe will never be able to interact (any more at least). The explanation usually given for the uniformity is that the universe expanded really fast in the beginning during what is called the {{w|Inflationary epoch}}. {{w|BICEP_and_Keck_Array#BICEP2|BICEP2}} is a {{w|radio telescope}} at the South Pole whose operators claim to have seen polarization in the CMB indicative of inflation. (See [[1365: Inflation]] that references BICEP2's results). The Fixion would fix the problem since it would allow {{w|Faster-than-light|superluminal}} smoothing of the early anisotropies to explain the smoothness observed today, but also add just enough signal that the new {{w|BICEP_and_Keck_Array#BICEP3|BICEP3}} telescope would be able to find it.&lt;br /&gt;
|| As stated, {{w|Inflation (cosmology)|inflation}} is the standard explanation and it holds up fairly well. Other studies haven't seen the polarization that BICEP2 has - the {{w|Planck (spacecraft)|Planck space telescope}} also suggests that the BICEP2 team were looking at an unusually dusty bit of space, which could cause polarization. Hopefully this will improve with the BICEP3 data that should be published in 2016.&lt;br /&gt;
|-&lt;br /&gt;
| Accelerates certain spacecraft during flybys&lt;br /&gt;
|| Two arrows point to two solid lines going away from the main line (left and right). At the end of each line there is a space craft with satellite dish and solar panels, representing the items that the Fixion interacts with.&lt;br /&gt;
|| This refers to the {{w|flyby anomaly}} which is sometimes (but not always, one in three {{w|Flyby_anomaly#Observations|according to Wikipedia}}) seen when spacecraft fly close to Earth, where they pick up more speed than expected. It's not always seen – for instance the {{w|Rosetta (spacecraft)|Rosetta}} space probe which had an anomaly when passing Earth the first time had no flyby anomaly the next two times it passed Earth like this. Two other probes have shown similar anomalies, but the probe depicted (the same on both sides of the Fixion) looks like Rosetta, the other two don't look like this. Also  Randall has depicted Rosetta before in [[1446: Landing]]. (Previously another anomaly for space probes, a deceleration this time known as the {{w|Pioneer Anomaly}}, has been mentioned in the title text of [[502: Dark Flow]]).&lt;br /&gt;
|| It could be an unpredicted quirk of gravity and relativity... or it could be experimental error.&lt;br /&gt;
|-&lt;br /&gt;
| Triggers Siberian sinkholes&lt;br /&gt;
|| No arrow, but it is right next to the solid line with an arrow going into the main line just before the first hole where the main line disappears and becomes dotted. Thus it could be a reference also to these holes.&lt;br /&gt;
|| Recently (2014), several {{w|sinkholes}} opened up in {{w|Yamal_Peninsula#Yamal_craters |remote parts}} of Siberia. The explanation is currently unknown.&lt;br /&gt;
|| While there are lots of weird theories, there's a good chance they were caused by {{w|Arctic methane release}} due to melting {{w|permafrost}} which is probably caused by {{w|global warming}}. See ([http://www.independent.co.uk/news/science/mystery-of-the-siberian-holes-at-the-end-of-the-world-solved-scientists-offer-explanation-9642988.html Mystery of the Siberian holes… solved]).&lt;br /&gt;
|-&lt;br /&gt;
| Melts ice in &amp;quot;Snowball Earth&amp;quot; scenario&lt;br /&gt;
|| No arrow.&lt;br /&gt;
|| {{w|Snowball Earth}} is the theory that the whole planet was covered in ice at some point. To melt all that ice by the {{w|greenhouse effect}} would require far more carbon dioxide in the atmosphere than seems plausible. However, if volcanoes were to deposit black soot on the surface of the ice, it would start absorbing heat more efficiently (in scientific terms, the Earth's {{w|albedo}} would decrease) and that would also make the planet heat up.&lt;br /&gt;
|| There are {{w|Snowball_Earth#Scientific_dispute|scientific disputes}} regarding the theory for a Snowball Earth. There is no conclusive evidence that it ever occurred, but those in favor have presented lots of {{w|Snowball_Earth#Evidence|evidence}}…&lt;br /&gt;
|-&lt;br /&gt;
| Transports neutrinos faster than light, but only on certain days through one area of France&lt;br /&gt;
|| An arrow points to the part of the main line that becomes dotted between the two “{{w|wormholes}}”. This is where the neutrinos move faster than light…&lt;br /&gt;
|| Refers to the {{w|faster-than-light neutrino anomaly}}, where it seemed that a neutrino beam from {{w|CERN}} on the France/Switzerland border to the {{w|OPERA experiment}} in Italy traveled faster than light. Scientists were not able to reproduce the result. This Neutrino experiment was also mentioned in [[955: Neutrinos]].&lt;br /&gt;
|| In the end, there was no mystery, just a [http://www.redorbit.com/news/science/1112551696/cern-confirms-neutrinos-not-faster-than-light/  defective cable causing a measurement error].&lt;br /&gt;
|-&lt;br /&gt;
| Suppresses sigma in experiments&lt;br /&gt;
|| No arrow but the last solid line, with an arrow pointing left, that is going away from the main line, point almost directly at it.&lt;br /&gt;
|| Sigma (σ) refers to the {{w|standard deviation}} - a mathematical measure of how much an observed value differs from the expected value. For a formal scientific discovery in particle physics, the standard is 5 sigma which means that there is about a 1 in 3.5 million chance that the results were caused by random errors (of course, they could be caused by ''systematic'' errors, such as measurement problems). Some tantalizing experiments have found interesting results at 3 or 4 sigma but either can't reach 5 sigma or {{w|Oops-Leon|are subsequently dis-proven}}. The question is, does the way the Fixion works here in this comic push the sigma value one way or the other? Does it suppress the value so it goes below or above the level of significance? Is it artificially pushed in the direction so a result seems like it is significant when it is not (see for instance [[882: Significant]]), or is it the other way around so that some experiments, which could have found what the experimenters wanted to find, did not because the sigma has been artificially lowered below the proof threshold? Either way it is a very annoying fact of the Fixion, but it would explain a lot, and probably also make it very hard to find the Fixion because of this intrinsic behavior.|| N/A&lt;br /&gt;
|-&lt;br /&gt;
| My theory predicts that, at high enough energies, FRBs and perytons become indistinguishable because the detector burns out.&lt;br /&gt;
|| From the title text.&lt;br /&gt;
|| This is a continuation of the joke already mentioned above regarding fast radio bursts (FRBs) and perytons. GUTs normally predict that all the forces we see are the different low-energy versions of a single force which can only be seen at extremely high energies (much higher than any Earth-based collider could produce). A high-energy FRB would be a {{w|gamma ray burst}} and if it came from a close enough object, would obliterate all life on the hemisphere of Earth facing the burst. It would also wreck the sensitive electronics at Parkes Observatory. This &amp;quot;high energy unification&amp;quot; is stated in a way reminiscent of the unification of electromagnetic and weak forces at high energies; but unlike the latter, it involves two things only &amp;quot;appearing&amp;quot; (or, in this case, not appearing) to be the same, not actually becoming the same.&lt;br /&gt;
|| N/A&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Caption above the panel:]&lt;br /&gt;
:A Christmas gift for physicists:&lt;br /&gt;
:The '''Fixion'''&lt;br /&gt;
:A new particle that explains everything&lt;br /&gt;
&lt;br /&gt;
:[A chart resembling a Feynman diagram is shown. It begins with a solid line coming down at the top, going a little to the left. The line continues downwards all the time, but changes direction 16 times before exiting at the bottom almost straight under the starting point. At every point where it changes direction, there is some kind of “interaction” with something outside this line. There are 19 phrases, 10 on the left and 9 on the right. 11 of these are distinct labels for points on the line as 14 gray curved arrows points between these 11 phrases to specific points on the line. Three of the phrases on the left has two arrows pointing to two different, but close, parts of the line. The main central line is solid all the way, except at the very bottom, where it “disappears” inside a hole only to “reappear” later from a similar hole. Between these two holes the line is dotted. The lines going away (or to) the main line can be straight and solid, straight and dotted, wavy lines (with different waviness), even looking like a spiral. Two straight solid lines ends up at two space probes, and finally the last two straight solid lines coming in (and out) on either side of the “hole” in the line has arrow pointing in and out. Below the phrases will be listed in reading order, taking one on each side alternatingly. Above each is described if there are any arrow and, if there are, what they points at.]&lt;br /&gt;
&lt;br /&gt;
:[Left: Arrow pointing to the very first part of the main line:]&lt;br /&gt;
::Main component of dark matter&lt;br /&gt;
&lt;br /&gt;
:[Right: Arrow pointing to the very first part of the main line, but below the previous arrow:]&lt;br /&gt;
::Confines quarks and gluons&lt;br /&gt;
&lt;br /&gt;
:[Left: Arrow points to the first solid line going left and upwards:]&lt;br /&gt;
::Neutralizes monopoles&lt;br /&gt;
&lt;br /&gt;
:[Right: No arrow:]&lt;br /&gt;
::Suppresses antimatter in early universe&lt;br /&gt;
&lt;br /&gt;
:[Left: Two arrows points to two dotted lines going out left and downwards below the first solid line:]&lt;br /&gt;
::Spontaneously emits dark energy&lt;br /&gt;
&lt;br /&gt;
:[Right: Arrow pointing to several lines going almost parallel with the main line. The first line closest to the arrow is not connected with the main line. It bends closer to the other lines in the middle. The next line is connected to the main line, and is thus actually two lines going in to the main line. The same goes for the inner line, where there is some distance between the entry and exit, as the middle of these three lines connect to the main line in between. In principle there are four lines going in/out and one not connected, but it looks like three lines:]&lt;br /&gt;
::Mediates proton decay but then hides it&lt;br /&gt;
&lt;br /&gt;
:[Left: One arrow points to the first wavy line (7 peaks) coming out and up towards the dotted lines above. A second arrow points further down the main line where there are three more wavy lines coming out, but to the right, they are all of the same length and go almost straight right, only a little down. The first has as short a wave length as the line above to the left, but as it is shorter it only has 6 peaks. Then the wavelength decreases to a very long one for the last, 5 peaks and then 3 peaks. The arrow points almost where the middle wavy line exits the main line:]&lt;br /&gt;
::Introduces dispersion in perytons from kitchen microwaves, explaining fast radio bursts&lt;br /&gt;
&lt;br /&gt;
:[Right: An arrow point to the part of the main line between the three parallel lines and the first wavy line:]&lt;br /&gt;
::Broken symmetry causes ϴ=0, explaining unobserved neutron dipole moment&lt;br /&gt;
&lt;br /&gt;
:[Left: No arrow:]&lt;br /&gt;
::Causes alpha effect&lt;br /&gt;
&lt;br /&gt;
:[Right: No arrow, but right next to the middle of the three wavy line:]&lt;br /&gt;
::Covers naked singularities&lt;br /&gt;
&lt;br /&gt;
:[Left: An arrow points to a spiraling line going upwards to the left:]&lt;br /&gt;
::Intercepts certain gravitational waves before they're observed.&lt;br /&gt;
&lt;br /&gt;
:[Right: No arrow, but right next to the bottom of the three wavy line:]&lt;br /&gt;
::Causes coronal heating&lt;br /&gt;
&lt;br /&gt;
:[Left: No arrow:]&lt;br /&gt;
::Higgs-ish&lt;br /&gt;
&lt;br /&gt;
:[Right: A long arrow point to the point of the main line just below the line pointing to the bottom (and left) of the space probes:]&lt;br /&gt;
::Superluminally smooths anisotropies in early universe (but adds faint polarization for BICEP3 to find)&lt;br /&gt;
&lt;br /&gt;
:[Left: One arrows point towards the point on the main lines where a solid line goes to the right and up and another arrow points on another solid line going away from the main line towards left and down. At the end of both lines are drawn spacecrafts with satellite dish and solar panels:]&lt;br /&gt;
::Accelerates certain spacecraft during flybys&lt;br /&gt;
&lt;br /&gt;
:[Right: No arrow, but right next to the solid line with an arrow going into the main line just before the first hole where the main line disappears and becomes dotted:]&lt;br /&gt;
::Triggers Siberian sinkholes&lt;br /&gt;
&lt;br /&gt;
:[Left: No arrow:]&lt;br /&gt;
::Melts ice in &amp;quot;Snowball Earth&amp;quot; scenario&lt;br /&gt;
&lt;br /&gt;
:[Right: Arrow points to the dotted part of the main line between the two holes:]&lt;br /&gt;
::Transports neutrinos faster than light, but only on certain days through one area of France&lt;br /&gt;
&lt;br /&gt;
:[Left: No arrow but the last solid line, with an arrow pointing left, that is going away from the main line, point almost directly at it:]&lt;br /&gt;
::Suppresses sigma in experiments&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Christmas]]&lt;br /&gt;
[[Category:Charts]]&lt;br /&gt;
[[Category:Science]]&lt;br /&gt;
[[Category:Cosmology]]&lt;br /&gt;
[[Category:Astronomy]]&lt;br /&gt;
[[Category:Physics]]&lt;br /&gt;
[[Category:Space]]&lt;br /&gt;
[[Category:Space probes]]&lt;br /&gt;
[[Category:Puns]]&lt;br /&gt;
[[Category:Language]]&lt;br /&gt;
[[Category:Portmanteau]]&lt;br /&gt;
[[Category:Singularity]]&lt;/div&gt;</summary>
		<author><name>172.68.3.127</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1619:_Watson_Medical_Algorithm&amp;diff=359472</id>
		<title>1619: Watson Medical Algorithm</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1619:_Watson_Medical_Algorithm&amp;diff=359472"/>
				<updated>2024-12-14T05:40:12Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.3.127: /* Explanation of steps */ spell fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1619&lt;br /&gt;
| date      = December 21, 2015&lt;br /&gt;
| title     = Watson Medical Algorithm&lt;br /&gt;
| image     = watson_medical_algorithm.png&lt;br /&gt;
| titletext = Due to a minor glitch, 'discharge patient' does not cause the algorithm to exit, but instead leads back to 'hunt down and capture patient'.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
IBM's {{w|Watson (computer)|Watson}} is a natural language system designed to answer questions posed by humans. Recently, {{w|IBM}} has extended Watson to act as a {{w|clinical decision support system}}, using image analytics to aid {{w|physicians}} in medical decision making. &lt;br /&gt;
&lt;br /&gt;
In this comic, [[Randall]] uses a {{w|flowchart}} (as he [[:Category:Flowcharts|often does]]) to represent a guide to the algorithm used by Watson, including bizarre and horrifying techniques including surgical alteration of a patient to match a height and weight chart or squeezing the patient to make sure fluids come out of them. Like [[416: Zealous Autoconfig]], this comic pokes fun at a rigid, poorly-designed setup that ends up potentially doing more harm than good.&lt;br /&gt;
&lt;br /&gt;
Modern {{w|medicine}} involves both standard processes and clinical judgment based around years of advanced training. An algorithm like this would have to be incredibly complicated in order to simulate the clinical judgment of a good doctor. However, some procedures are not normally used, and some would obviously cause damage.{{Citation needed}} Below is a [[#Explaination of steps|detailed description of each step]], but here is a list of some of the more strange steps:&lt;br /&gt;
*The algorithm depicted treats a patient as more of a machine or mechanical system than a living being, especially through decisions such as:&lt;br /&gt;
**Injecting oxygen into patients with low {{w|Oxygen saturation (medicine)|oxygen saturation}}, rather than administering an oxygen mask or treating the root cause.&lt;br /&gt;
**Removing and inspecting a skeleton, then diagnosing the patient's condition with a bone count. This is likely a reference to [http://buttersafe.com/2015/10/15/a-serious-case-of-spookiness/ A  Serious Case Of Spookiness] from the [http://buttersafe.com/ Buttersafe] web-comic, a comic Randall links to from below the comics on {{xkcd}}.&lt;br /&gt;
***In the book ''[[Thing Explainer]]'' there is an explanation ''Colors of light'' for the electromagnetic spectrum, where [[Ponytail]] as a doctor looks at a full body x-ray of [[Cueball]] and exclaims that ''... It looks like your body is full of bones'' to which Cueball replies ''Oh no! Is there any cure?'' Well if he meets Watson he might have them all removed... This comic came out about a month after the book so it may be viewed as a kind of reference to the problem with too many bones.&lt;br /&gt;
**{{w|Dissecting}} a doctor &amp;quot;for parts&amp;quot; after consulting them for advice.&lt;br /&gt;
**Removing extra limbs from a patient if the count is 100 or more (This might be a reference to different number systems used in computers, as 100 is read in binary as four.)&lt;br /&gt;
**Determining whether the &amp;quot;build environment&amp;quot; of the patient is sane. This is most probably a reference to the {{w|configure script}} used in the {{w|GNU_build_system|GNU build system}}, which emits &amp;quot;checking whether build environment is sane&amp;quot; as one of its status messages. This is also referenced in [[371: Compiler Complaint]].&lt;br /&gt;
**Rinsing the whole patient with a {{w|Saline (medicine)|saline solution}}.&lt;br /&gt;
**Removing organs from a patient regardless of response to an {{w|organ donation}} request.&lt;br /&gt;
*Other decisions appear to be entirely unrelated to the conditions upon which they are predicated:&lt;br /&gt;
**If the patient doesn't rate their {{w|Pain scale|pain on a scale}} from 0-10, {{w|Genome project|sequence their genome}}, apply a {{w|tourniquet}}, and perform an {{w|autopsy}}&lt;br /&gt;
**If the patient's phone's battery is low, {{w|Defibrillation|defibrillate}} until the battery is charged, sync photos, then administer general anesthesia&lt;br /&gt;
**If the patient is successfully comforted after an oxygen injection, check their medical history and apply {{w|Skin grafting|skin grafts}}&lt;br /&gt;
**If green fluid is released from the patient, begin to {{w|Cauterization|cauterize}}&lt;br /&gt;
**If the patient has less than 100 limbs, check their {{w|Vitamin D}} level&lt;br /&gt;
&lt;br /&gt;
Although there are two options where the patient is {{w|Inpatient_care#Planning_for_patient_discharge|discharged}} the patient should be very lucky to make it to one alive. The only survivable route requires the patient to be injecting with oxygen, which is typically lethal. The patient would also experience multiple unnecessary operations, which hopefully do not last long enough for their vitamin D levels or their phone battery to decrease significantly.&lt;br /&gt;
&lt;br /&gt;
The option at the bottom left is only reached after your skeleton is removed (and nothing is mentioned about putting it back, even if that would help). &lt;br /&gt;
&lt;br /&gt;
The other discharge option is to the right, three boxes down, and can only be reached if you survive having an oxygen saturation of less than 50 % (less than 80-90 % can be a serious problem, see [[#Explanation of steps|table below]]), and a very dangerous oxygen injection. Then you have to have a skin graft and a good D vitamin level. It is also best that you have a fully charged phone else you will be subject to defibrillation (which may very likely kill you, if it will continue until your phone is charged to above &amp;quot;low&amp;quot; level - which is probably not even possible). &lt;br /&gt;
&lt;br /&gt;
You can also reach this discharge option another way, but that would only be after your organs were removed... But if you get through this you could reach the discharged option alive. Sadly there is a little glitch mentioned in the title text:&lt;br /&gt;
&lt;br /&gt;
The title text implies that, if the patient is so lucky to ever reach one of the two places with the option &amp;quot;discharge patient&amp;quot;, a minor glitch will cause the program to go back to the ''hunt down and capture patient'' option which thus force the patient and the program to repeat the process again in an infinite cycle, that will only end once the patient give another rating than 0-10 of their pain level on the 0-10 scale. Then the program will start to sequence their genome, then apply a tourniquet and finally perform an autopsy on what will, in the end, for certain be a deceased patient; but maybe the patient was still alive when the autopsy began. This will finally cause the patient to leave the cycle as a corpse. If the patient dies before giving a different option, the machine could get stuck, as it will never receive any answer to the pain level question. It could also get stuck trying to charge the patients phone battery by defibrillation.&lt;br /&gt;
&lt;br /&gt;
One potential way to survive is to keep answering “nine” on the pain level question. Another possible exit would be spitting, drooling or sweating enough to register in the &amp;quot;fluid coming out of patient&amp;quot; stage while not bleeding or having snot fall out, causing the algorithm to freeze due to not having a response for clear liquids.&lt;br /&gt;
This is the second comic in a row about health issues with the last comic being [[1618: Cold Medicine]].&lt;br /&gt;
&lt;br /&gt;
===Explanation of steps===&lt;br /&gt;
{|  class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|   | &amp;lt;b &amp;gt;Step&amp;lt;/b&amp;gt;&lt;br /&gt;
|   | &amp;lt;b &amp;gt;Medically valid?&amp;lt;/b&amp;gt;&lt;br /&gt;
|   | &amp;lt;b &amp;gt;Conditions and following step&amp;lt;/b&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Draw Blood&lt;br /&gt;
|  |&lt;br /&gt;
Phlebotomy is a normal early step in the diagnostic process, but not as first and unconditional step&lt;br /&gt;
|   |&lt;br /&gt;
Record patient’s name&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Record patient’s name&lt;br /&gt;
|  |&lt;br /&gt;
Ideally done before a robot is involved, but not an abnormal step&lt;br /&gt;
|   |&lt;br /&gt;
Measure Patient’s height and Weight&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Measure Patient’s height and Weight&lt;br /&gt;
|   |&lt;br /&gt;
OK&lt;br /&gt;
|     |&lt;br /&gt;
Consult Standard height/weight chart&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Consult Standard height/weight chart&lt;br /&gt;
|     |&lt;br /&gt;
OK&lt;br /&gt;
|     |&lt;br /&gt;
Surgically adjust patient to match&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Surgically adjust patient to match&lt;br /&gt;
|     |&lt;br /&gt;
May be considered ethically dubious unless there are [http://www.gosh.nhs.uk/medical-information/procedures-and-treatments/limb-length-difference-and-limb-lengthening sound medical reasons] for doing so. Could be an allusion to {{w|Procrustes}}.&lt;br /&gt;
|     |&lt;br /&gt;
Is patient coughing up blood?&lt;br /&gt;
|-&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; rowspan=2  |&lt;br /&gt;
Is patient coughing up blood?&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; rowspan=2  |&lt;br /&gt;
OK, coughing up blood is generally a sign that there is something wrong.  Typical causes are respiratory tract infections (e.g. tuberculosis), lung trauma or pulmonary embolism.&lt;br /&gt;
|     |&lt;br /&gt;
Yes: Gather blood and return it to body&lt;br /&gt;
|-&lt;br /&gt;
|     |&lt;br /&gt;
No: Is patient still here?&lt;br /&gt;
|-&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; rowspan=2  |&lt;br /&gt;
Is patient still here?&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; rowspan=2  |&lt;br /&gt;
Not usually considered a step, but missing patients are a problem in some fields, psychiatry or intensive care for example.&lt;br /&gt;
|   |&lt;br /&gt;
Yes: Record pulse rate&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
No: Hunt down and capture patient&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Hunt down and capture patient&lt;br /&gt;
|     |&lt;br /&gt;
Valid if patient should not have left the bed/unit, but the wording is possibly dubious.&lt;br /&gt;
|     |&lt;br /&gt;
Is patient still here?&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Gather blood and return it to body&lt;br /&gt;
|     |&lt;br /&gt;
Dangerous idea in this case due to likelihood of contamination, although if safely done autotransfusion is an accepted medical technique to ensure a matching blood supply prior to a major operation, or to enhance stamina (blood doping)&lt;br /&gt;
|     |&lt;br /&gt;
Record pulse rate&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Record pulse rate&lt;br /&gt;
|     |&lt;br /&gt;
OK, but maybe a little late. &lt;br /&gt;
|     |&lt;br /&gt;
Is patient screaming?&lt;br /&gt;
|-&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; rowspan=2  |&lt;br /&gt;
Is patient screaming?&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; rowspan=2  |&lt;br /&gt;
Very important question, indicating patient is conscious, in pain, and aware pain is bad. First attenders can use it in classifying priorities (quiet patients may be more severely injured). Generally useful in assessing nerve damage, pain relief, etc.&lt;br /&gt;
|   |&lt;br /&gt;
Yes: Ignore&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
No: Check blood O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; saturation&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Ignore&lt;br /&gt;
|     |&lt;br /&gt;
Ignoring that a patient is screaming might not be a good idea, as it indicates that the patient is in severe pain, but could be indicated in mass casualty situations or other dire emergency.&lt;br /&gt;
|     |&lt;br /&gt;
Check blood O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; saturation&lt;br /&gt;
|-&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; rowspan=2 ` |&lt;br /&gt;
Check blood O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; saturation&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; rowspan=2  |&lt;br /&gt;
Only really indicated if the patient is in danger of hypoxia. Generally normal people should have a SpO2 of 98-100%, but in chronic lung disease this can fall as low to 80%, and in premature babies a SpO2 of 90% is usually targeted to avoid problems with retinopathy. If the SpO2 were to fall as low as 50%, the patient would definitely be dead or unconscious.&lt;br /&gt;
|   |&lt;br /&gt;
&amp;amp;gt;50%: Remove and inspect skeleton&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
&amp;amp;lt;50%: Inject oxygen&lt;br /&gt;
|-&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; rowspan=2  |&lt;br /&gt;
Remove and inspect skeleton&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; rowspan=2  |&lt;br /&gt;
Fatal if patient is still alive when beginning. Also not a valid medical procedure in any way as it is impossible to remove most of the long bones of the body without destroying all surrounding tissue.&lt;br /&gt;
|   |&lt;br /&gt;
Too many bones: Is fluid coming out of patient?&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Too few bones: Request consult with human doctor&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Request consult with human doctor&lt;br /&gt;
|     |&lt;br /&gt;
Medically valid in the context of obtaining an opinion from a doctor in a different speciality who is better suited to treating the patient.&lt;br /&gt;
|     |&lt;br /&gt;
Dissect doctor for parts&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Dissect doctor for parts&lt;br /&gt;
|     | &amp;lt;b &amp;gt;This may be considered ethically dubious.{{Citation needed}}&amp;lt;span &amp;gt; &amp;lt;/span&amp;gt;&amp;lt;/b&amp;gt;Possible reference to the Doctor Who episode “{{w|The Girl in the Fireplace}}”&lt;br /&gt;
|     |&lt;br /&gt;
Discharge patient (left)&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Discharge patient (left)&lt;br /&gt;
|     |&lt;br /&gt;
Acceptable, but patient would generally be dead by then.&lt;br /&gt;
|     |&lt;br /&gt;
END STATE (before you read the title text)&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; rowspan=2  |&lt;br /&gt;
Is fluid coming out of patient&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; rowspan=2    |&lt;br /&gt;
Unintended fluid release is always a problem. How significant a problem depends on where the fluid came from and if it is supposed to be coming from there. Red generally is due to blood, yellow is due to pus/tissue fluid/lymph and green signifies bacterial infection or bile salts (biliverdin). Could also relate to normal fluids being lost (e.g. urine, saliva, sweat)&lt;br /&gt;
|     |&lt;br /&gt;
No: Squeeze patient&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Yes: What color?&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Squeeze patient&lt;br /&gt;
|     |&lt;br /&gt;
Could be in the medical context as in providing external ventilation (see iron lung) or other means of removing fluid (e.g. squeezing pus from a boil).&lt;br /&gt;
|     |&lt;br /&gt;
Is fluid coming out of patient&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; rowspan=4  |&lt;br /&gt;
What color?&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; rowspan=4    |&lt;br /&gt;
Never underestimate the number of different types of fluid the body can produce. This may also be a refence to [[1148: Nothing to Offer]].&lt;br /&gt;
|     |&lt;br /&gt;
Yellow: Squeeze Patient&lt;br /&gt;
|-&lt;br /&gt;
|     |&lt;br /&gt;
Black: Activate Sprinklers&lt;br /&gt;
|-&lt;br /&gt;
|     |&lt;br /&gt;
Red: Ask patient to rate pain level&lt;br /&gt;
|-&lt;br /&gt;
|     |&lt;br /&gt;
Green: Cauterize&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Activate sprinklers&lt;br /&gt;
|     |&lt;br /&gt;
Not medically valid. Presumably a reference to how much cleaning up will be required by this stage.  Or, since this occurs when fluids are black, the black fluids might indicate that there are ashes or charred tissue, indicate that the patient has caught on fire and sprinklers are needed to extinguish the fire.&lt;br /&gt;
|     |&lt;br /&gt;
Subdue patient&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Subdue patient&lt;br /&gt;
|     |&lt;br /&gt;
Potentially very important if patient is behaving dangerously to themselves and others around them (due to mental health issues e.g. psychosis or drugs) and/or is moving too much to be given treatment. This would be likely due to what happened earlier.&lt;br /&gt;
|     |&lt;br /&gt;
Apply cream&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Apply cream&lt;br /&gt;
|     |&lt;br /&gt;
Medically valid as a form of barrier dressing to improve wound healing.&lt;br /&gt;
|     |&lt;br /&gt;
Ask patient to rate pain level&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; rowspan=4  |&lt;br /&gt;
Ask patient to rate pain level&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; rowspan=4  |&lt;br /&gt;
Useful in the sense that it provides the doctor with the means to ensure that the patient is receiving adequate analgesia during conditions of chronic and acute pain.&lt;br /&gt;
|     |&lt;br /&gt;
0-8: Massage scalp&lt;br /&gt;
|-&lt;br /&gt;
|     |&lt;br /&gt;
9: Admit for observation&lt;br /&gt;
|-&lt;br /&gt;
|     |&lt;br /&gt;
10: Laser eye removal&lt;br /&gt;
|-&lt;br /&gt;
|     |&lt;br /&gt;
Other response: Sequence genome&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Massage scalp&lt;br /&gt;
|     |&lt;br /&gt;
This would belong more to the domain of palliative care and reflexology rather than being an accepted medical treatment.&lt;br /&gt;
|     |&lt;br /&gt;
Patient is healthy&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Patient is healthy&lt;br /&gt;
|     |&lt;br /&gt;
A subjective assessment of the health patient is often helpful in ruling out certain diagnoses. For example, one is less likely to suspect cancer in a fit, healthy 30 year old than a thin, lethargic 50 year old.&lt;br /&gt;
|     |&lt;br /&gt;
Admit for observation&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Admit for observation&lt;br /&gt;
|     |&lt;br /&gt;
Useful in the context of 'watchful waiting', in which the doctor may be unsure if the patient actually has a condition that they suspect that the patient has. By keeping the patient on the ward for a few days, the clinician can monitor the progression of symptoms and rapidly initiate adequate treatment if medically warranted.&lt;br /&gt;
|     |&lt;br /&gt;
Ask patient to rate pain level&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Laser eye removal&lt;br /&gt;
|     |&lt;br /&gt;
This is not a standard medical procedure, and not a good idea.  This is a reference to [[1681: Laser Products]]. At least in animal surgery, however,  laser eye removal [https://www.youtube.com/watch?v=smK0NYUtoqk does exist].&lt;br /&gt;
|     |&lt;br /&gt;
Admit for observation&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Sequence genome&lt;br /&gt;
|     |&lt;br /&gt;
Useful in the association of extremely rare point mutations with an organic illness. See for instance the Genome 10K Project or the Cancer Genome Atlas. Or in diagnosing extremely rare mutations that are not picked up by most commercial DNA screening tests (e.g. kidney failure due to INF2 mutation).&lt;br /&gt;
|     |&lt;br /&gt;
Apply tourniquet&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Apply tourniquet&lt;br /&gt;
|     |&lt;br /&gt;
Useful to stop acute bleeding from an injured extremity, but if it is drawn too tightly it can cause neuromuscular damage.&lt;br /&gt;
|     |&lt;br /&gt;
Perform autopsy&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Perform autopsy&lt;br /&gt;
|     | The patient has died, and Watson is being ordered to determine the cause of death. Note that the only way to reach this state is from &amp;quot;apply tourniquet&amp;quot;, implying the cause of death is strangulation via tourniquet.&lt;br /&gt;
|     | END STATE (taking the title text into account, the only possible one)&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Cauterize&lt;br /&gt;
|   |&lt;br /&gt;
Cauterizing is done with a heated instrument or a chemical to burn the skin or flesh of (a wound), typically to stop bleeding or prevent the wound from becoming infected. This could be useful if there is an open wound, but can cause tissue damage and other complications.&lt;br /&gt;
|   |&lt;br /&gt;
Ask patient to rate pain level&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Inject oxygen&lt;br /&gt;
|     |&lt;br /&gt;
May be fatal as injecting gases directly to the blood vessels can cause a serious embolism if it blocks blood flow to the brain or coronary arteries. However, if the oxygen is injected slowly into the venous circulation, it may be survivable as the bubbles may simply collect in the lungs where the oxygen is then slowly reabsorbed into the blood.&lt;br /&gt;
|     |&lt;br /&gt;
Comfort patient&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; rowspan=2  |&lt;br /&gt;
Comfort patient&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; rowspan=2  |&lt;br /&gt;
Psychological support to the patient and relatives is often useful after breaking news of a poor prognosis. It may also be useful in subduing the agitated or psychotic patient.&lt;br /&gt;
|     |&lt;br /&gt;
Comforting successful: Review medical history&lt;br /&gt;
|-&lt;br /&gt;
|     |&lt;br /&gt;
Comforting unsuccessful: Subdue patient&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Review medical history&lt;br /&gt;
|     |&lt;br /&gt;
Important early step, rather too late and conditional.&lt;br /&gt;
|     |&lt;br /&gt;
Skin grafts&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Skin grafts&lt;br /&gt;
|     |&lt;br /&gt;
Only indicated if massive areas of the skin are damaged (typically due to burns)&lt;br /&gt;
|     |&lt;br /&gt;
Count number of limbs&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; rowspan=2  |&lt;br /&gt;
Count number of limbs&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; rowspan=2  |&lt;br /&gt;
Not really relevant in medicine, but may be of use to know the reason behind any missing or extra limbs on seeing the patient though a through review of the medical history will render this point moot. Probably a little late to be noticing this now.&lt;br /&gt;
|     |&lt;br /&gt;
Fewer than 100: Measure Vitamin D&lt;br /&gt;
|-&lt;br /&gt;
|     |&lt;br /&gt;
100+: Remove extra limbs&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Remove extra limbs&lt;br /&gt;
|     |&lt;br /&gt;
Medically indicated in cases of polymelia either due to cosmetic purposes or because the extra limbs pose a direct threat to the health of the baby.&lt;br /&gt;
|     |&lt;br /&gt;
Subdue patient&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; rowspan=2  |&lt;br /&gt;
Measure vitamin D&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; rowspan=2  |&lt;br /&gt;
Valid in diagnosis of bone related issues, for example if multiple or comminuted fractures were being counted as additional limbs/bones.&lt;br /&gt;
|     |&lt;br /&gt;
Good: Check whether build environment is sane&lt;br /&gt;
|-&lt;br /&gt;
|     |&lt;br /&gt;
Bad: Blood loss?&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Check whether build environment is sane&lt;br /&gt;
|     |&lt;br /&gt;
Could be technical reference to the installation of the algorithm in the robot, or could relate to the sanity of:&lt;br /&gt;
*The robot doctor&lt;br /&gt;
*The patient undergoing this procedure (before or after reaching this part of the process)&lt;br /&gt;
*[[Black Hat|The person]] who programmed the robot to perform this flowchart&lt;br /&gt;
*[[Black Hat|The person]] who allowed this state of affairs to occur&lt;br /&gt;
&lt;br /&gt;
This could also be a reference to the title text for [[371: Compiler Complaint]].&lt;br /&gt;
&lt;br /&gt;
NB: Whether the build environment is sane is irrelevant to the flowchart.&lt;br /&gt;
|     |&lt;br /&gt;
Rinse patient with saline solution&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Rinse patient with saline solution&lt;br /&gt;
|     |&lt;br /&gt;
Tepid sponging may be indicated if the patient has a high fever. Could also refer to internally rinsing patient with saline solution i.e. providing intravenous sodium chloride to boost circulating volume or to perform peritoneal dialysis.&lt;br /&gt;
|     |&lt;br /&gt;
Is patient phone battery low?&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; rowspan=2  |&lt;br /&gt;
Is patient phone battery low?&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; rowspan=2  |&lt;br /&gt;
Invalid in medical terminology, could be a technological metaphor for the patient's consciousness or stamina. &amp;quot;Your life-force is running out&amp;quot;&lt;br /&gt;
|     |&lt;br /&gt;
Yes: Defibrillate&lt;br /&gt;
|-&lt;br /&gt;
|     |&lt;br /&gt;
No: Sync photos from camera&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Defibrillate&lt;br /&gt;
|     |&lt;br /&gt;
Indicated in cases where there is ventricular fibrillation, and to a lesser extent in other heart rhythm disorders, but would not help with a phone.&lt;br /&gt;
|     |&lt;br /&gt;
Is patient phone battery low?&lt;br /&gt;
|-&lt;br /&gt;
|   | &lt;br /&gt;
Sync photos from camera&lt;br /&gt;
|     |&lt;br /&gt;
Definitely invalid. Could refer to the robot attempting to backup photos from a camera before attempting to repair it/attempting to back-up patient's consciousness.&lt;br /&gt;
|     |&lt;br /&gt;
Administer general anesthesia&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Administer general anesthesia&lt;br /&gt;
|     |&lt;br /&gt;
Valid, but not at this stage. Only used when the procedure will invoke unnecessary distress or pain to the patient if they were to be awake beforehand. This also has the implication that no anesthesia has been applied beforehand. This implication means the patient has likely been subject to unnecessary pain which is ethically dubious.&lt;br /&gt;
|     |&lt;br /&gt;
Discharge patient (right)&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Discharge patient (right)&lt;br /&gt;
|     |&lt;br /&gt;
Acceptable in general, but the patient would most likely be dead in both cases as life is not possible without organs, and general anesthesia often requires mechanical ventilation to support breathing.&lt;br /&gt;
|     |&lt;br /&gt;
END STATE (before you read the title text)&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; rowspan=2  |&lt;br /&gt;
Blood loss?&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; rowspan=2  |&lt;br /&gt;
Useful. Patient may die if this clinical sign is missed. However, it should be noted that there is no option for &amp;quot;No blood loss&amp;quot;.&lt;br /&gt;
|     |&lt;br /&gt;
Minor: Patient address changed?&lt;br /&gt;
|-&lt;br /&gt;
|     |&lt;br /&gt;
Substantial: Apply cream&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; rowspan=2  |&lt;br /&gt;
Patient address changed?&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; rowspan=2  |&lt;br /&gt;
Useful to ensure that the organization has current contact details for the patient in the event that they may need to contact the patient (e.g. to arrange further appointments)&lt;br /&gt;
|     |&lt;br /&gt;
Yes: Request organ donation&lt;br /&gt;
|-&lt;br /&gt;
|     |&lt;br /&gt;
No: Patient is healthy&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Request organ donation&lt;br /&gt;
|   |&lt;br /&gt;
Generally done prior to registering an individual for a driving license or to a medical practice, or to the relatives of the deceased if consent had not been acquired beforehand.&lt;br /&gt;
|Remove organs&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Remove organs&lt;br /&gt;
|   |&lt;br /&gt;
The only organs which can be safely removed from a living person without resulting in serious, chronic medical issues are the kidneys/lungs (only one can be removed), spleen, gonads (ovaries/testes), thyroid gland, part of the liver (as long as one lobe is left it can regrow to its original size) and colon (usually consisting of the appendix only). With some serious lifestyle modifications, the pancreas, pituitary gland, frontal lobe of brain, half of the brain, second kidney, adrenal glands, bladder, and most of the gut can be removed. The heart can be removed from the body and replaced with an artificial pump for a few months at the most. However, such organ removals are only indicated if there is a genuine clinical need to do so due to the non-negligible risk of death associated with these operations.&lt;br /&gt;
|    Discharge patient (right)&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Title text&lt;br /&gt;
|   |&lt;br /&gt;
The glitch in the algorithm causes it to continue in spite of having just discharged the patient&lt;br /&gt;
|    Hunt down and capture patient.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:Heading: A guide to the medical diagnostic and treatment system used by IBM's '''Watson''' system&lt;br /&gt;
:[A flowchart with the following steps is shown, starting from &amp;quot;start&amp;quot;:]&lt;br /&gt;
:{|  class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|   | &amp;lt;b &amp;gt;Step&amp;lt;/b&amp;gt;&lt;br /&gt;
|   | &amp;lt;b &amp;gt;Following step&amp;lt;/b&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Start&lt;br /&gt;
|   |&lt;br /&gt;
Draw Blood&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Draw Blood&lt;br /&gt;
|   |&lt;br /&gt;
Record patient’s name&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Record patient’s name&lt;br /&gt;
|   |&lt;br /&gt;
Measure Patient’s height and Weight&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Measure Patient’s height and Weight&lt;br /&gt;
|     |&lt;br /&gt;
Consult Standard height/weight chart&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Consult Standard height/weight chart&lt;br /&gt;
|     |&lt;br /&gt;
Surgically adjust patient to match&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Surgically adjust patient to match&lt;br /&gt;
|     |&lt;br /&gt;
Is patient coughing up blood?&lt;br /&gt;
|-&lt;br /&gt;
|  rowspan=2  |&lt;br /&gt;
Is patient coughing up blood?&lt;br /&gt;
|     |&lt;br /&gt;
Yes: Gather blood and return it to body&lt;br /&gt;
|-&lt;br /&gt;
|     |&lt;br /&gt;
No: Is patient still here?&lt;br /&gt;
|-&lt;br /&gt;
|  rowspan=2  |&lt;br /&gt;
Is patient still here?&lt;br /&gt;
|   |&lt;br /&gt;
Yes: Record pulse rate&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
No: Hunt down and capture patient&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Hunt down and capture patient&lt;br /&gt;
|     |&lt;br /&gt;
Is patient still here?&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Gather blood and return it to body&lt;br /&gt;
|     |&lt;br /&gt;
Record pulse rate&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Record pulse rate&lt;br /&gt;
|     |&lt;br /&gt;
Is patient screaming?&lt;br /&gt;
|-&lt;br /&gt;
|  rowspan=2  |&lt;br /&gt;
Is patient screaming?&lt;br /&gt;
|   |&lt;br /&gt;
Yes: Ignore&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
No: Check blood O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; saturation&lt;br /&gt;
|-&lt;br /&gt;
|  rowspan=2 ` |&lt;br /&gt;
Check blood O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; saturation&lt;br /&gt;
|   |&lt;br /&gt;
&amp;amp;gt;50%: Remove and inspect skeleton&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
&amp;amp;lt;50%: Inject oxygen&lt;br /&gt;
|-&lt;br /&gt;
|  rowspan=2  |&lt;br /&gt;
Remove and inspect skeleton&lt;br /&gt;
|   |&lt;br /&gt;
Too many bones: Is fluid coming out of patient?&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Too few bones: Request consult with human doctor&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Request consult with human doctor&lt;br /&gt;
|     |&lt;br /&gt;
Dissect doctor for parts&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Dissect doctor for parts&lt;br /&gt;
|     |&lt;br /&gt;
Discharge patient&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Discharge patient&lt;br /&gt;
|     |&lt;br /&gt;
END STATE (before you read the title text)&lt;br /&gt;
|-&lt;br /&gt;
|  rowspan=2  |&lt;br /&gt;
Is fluid coming out of patient&lt;br /&gt;
|     |&lt;br /&gt;
No: Squeeze patient&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Yes: What color?&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Squeeze patient&lt;br /&gt;
|     |&lt;br /&gt;
Is fluid coming out of patient&lt;br /&gt;
|-&lt;br /&gt;
|  rowspan=4  |&lt;br /&gt;
What color?&lt;br /&gt;
|     |&lt;br /&gt;
Yellow: Squeeze Patient&lt;br /&gt;
|-&lt;br /&gt;
|     |&lt;br /&gt;
Black: Activate Sprinklers&lt;br /&gt;
|-&lt;br /&gt;
|     |&lt;br /&gt;
Red: Ask patient to rate pain level&lt;br /&gt;
|-&lt;br /&gt;
|     |&lt;br /&gt;
Green: Cauterize&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Activate sprinklers&lt;br /&gt;
|     |&lt;br /&gt;
Subdue patient&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Subdue patient&lt;br /&gt;
|     |&lt;br /&gt;
Apply cream&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Apply cream&lt;br /&gt;
|     |&lt;br /&gt;
Ask patient to rate pain level&lt;br /&gt;
|-&lt;br /&gt;
|  rowspan=4  |&lt;br /&gt;
Ask patient to rate pain level&lt;br /&gt;
|     |&lt;br /&gt;
0-8: Massage scalp&lt;br /&gt;
|-&lt;br /&gt;
|     |&lt;br /&gt;
9: Admit for observation&lt;br /&gt;
|-&lt;br /&gt;
|     |&lt;br /&gt;
10: Laser eye removal&lt;br /&gt;
|-&lt;br /&gt;
|     |&lt;br /&gt;
Other response: Sequence genome&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Massage scalp&lt;br /&gt;
|     |&lt;br /&gt;
Patient is healthy&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Patient is healthy&lt;br /&gt;
|     |&lt;br /&gt;
Admit for observation&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Admit for observation&lt;br /&gt;
|     |&lt;br /&gt;
Ask patient to rate pain level&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Laser eye removal&lt;br /&gt;
|     |&lt;br /&gt;
Admit for observation&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Sequence genome&lt;br /&gt;
|     |&lt;br /&gt;
Apply tourniquet&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Apply tourniquet&lt;br /&gt;
|     |&lt;br /&gt;
Perform autopsy&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Perform autopsy&lt;br /&gt;
|     | [End state, and if taking the title text into account, the only possible one]&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Cauterize&lt;br /&gt;
|     |&lt;br /&gt;
Ask patient to rate pain level &lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Inject oxygen&lt;br /&gt;
|     |&lt;br /&gt;
Comfort patient&lt;br /&gt;
|-&lt;br /&gt;
|  rowspan=2  |&lt;br /&gt;
Comfort patient&lt;br /&gt;
|     |&lt;br /&gt;
Comforting successful: Review medical history&lt;br /&gt;
|-&lt;br /&gt;
|     |&lt;br /&gt;
Comforting unsuccessful: Subdue patient&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Review medical history&lt;br /&gt;
|     |&lt;br /&gt;
Skin grafts&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Skin grafts&lt;br /&gt;
|     |&lt;br /&gt;
Count number of limbs&lt;br /&gt;
|-&lt;br /&gt;
|  rowspan=2  |&lt;br /&gt;
Count number of limbs&lt;br /&gt;
|     |&lt;br /&gt;
Fewer than 100: Measure Vitamin D&lt;br /&gt;
|-&lt;br /&gt;
|     |&lt;br /&gt;
100+: Remove extra limbs&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Remove extra limbs&lt;br /&gt;
|     |&lt;br /&gt;
Subdue patient&lt;br /&gt;
|-&lt;br /&gt;
|  rowspan=2  |&lt;br /&gt;
Measure vitamin D&lt;br /&gt;
|     |&lt;br /&gt;
Good: Check whether build environment is sane&lt;br /&gt;
|-&lt;br /&gt;
|     |&lt;br /&gt;
Bad: Blood loss?&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Check whether build environment is sane&lt;br /&gt;
|     |&lt;br /&gt;
Rinse patient with saline solution&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Rinse patient with saline solution&lt;br /&gt;
|     |&lt;br /&gt;
Is patient phone battery low?&lt;br /&gt;
|-&lt;br /&gt;
|  rowspan=2  |&lt;br /&gt;
Is patient phone battery low?&lt;br /&gt;
|     |&lt;br /&gt;
Yes: Defibrillate&lt;br /&gt;
|-&lt;br /&gt;
|     |&lt;br /&gt;
No: Sync photos from camera&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Defibrillate&lt;br /&gt;
|     |&lt;br /&gt;
Is patient phone battery low?&lt;br /&gt;
|-&lt;br /&gt;
|   | &lt;br /&gt;
Sync photos from camera&lt;br /&gt;
|     |&lt;br /&gt;
Administer general anesthesia&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Administer general anesthesia&lt;br /&gt;
|     |&lt;br /&gt;
Discharge patient&lt;br /&gt;
|-&lt;br /&gt;
|  rowspan=2  |&lt;br /&gt;
Blood loss?&lt;br /&gt;
|     |&lt;br /&gt;
Minor: Patient address changed?&lt;br /&gt;
|-&lt;br /&gt;
|     |&lt;br /&gt;
Substantial: Apply cream&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=2  |&lt;br /&gt;
Patient address changed?&lt;br /&gt;
|     |&lt;br /&gt;
Yes: Request organ donation&lt;br /&gt;
|-&lt;br /&gt;
|     |&lt;br /&gt;
No: Patient is healthy&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Request organ donation&lt;br /&gt;
|Remove organs&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Remove organs&lt;br /&gt;
|    Discharge patient&lt;br /&gt;
|-&lt;br /&gt;
|   |&lt;br /&gt;
Discharge patient&lt;br /&gt;
|   |&lt;br /&gt;
[End State: See title text]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*The [http://www.explainxkcd.com/wiki/images/archive/1/15/20151222113107!watson_medical_algorithm.png original comic] was updated after it was first posted.&lt;br /&gt;
**The decisions for number of limbs were swapped so it made sense. &lt;br /&gt;
**In the corrected version it was only if you had more than 100 limbs that Watson would remove the extra limbs.&lt;br /&gt;
**Before it removed limbs if you had less than 100 (i.e. always, and now never.)&lt;br /&gt;
**This actually opened up (a slim) chance to survive to the right discharge patient box. Although it would not matter according to the title text...&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Flowcharts]]&lt;br /&gt;
[[Category:Artificial Intelligence]]&lt;br /&gt;
[[Category:Computers]]&lt;br /&gt;
[[Category:Sarcasm]]&lt;br /&gt;
[[Category:Medicine]]&lt;/div&gt;</summary>
		<author><name>172.68.3.127</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:3014:_Arizona_Chess&amp;diff=357461</id>
		<title>Talk:3014: Arizona Chess</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:3014:_Arizona_Chess&amp;diff=357461"/>
				<updated>2024-11-20T17:26:32Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.3.127: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
I added a basic explanation, how did I do? [[Special:Contributions/172.70.115.129|172.70.115.129]] 14:56, 20 November 2024 (UTC)&lt;br /&gt;
:''pat pat'' Good job.  [[User:Fephisto|Fephisto]] ([[User talk:Fephisto|talk]]) 15:28, 20 November 2024 (UTC)&lt;br /&gt;
I guess chess timers work based on the IERS. [[Special:Contributions/172.71.223.126|172.71.223.126]] 15:32, 20 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
If white hat had conserved 20 seconds through the course of the game, they would have won. Cueball must have been sweating if they were relying on this strategy. [[User:Radialsymmetry|Radialsymmetry]] ([[User talk:Radialsymmetry|talk]]) 15:35, 20 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Here's one building that might qualify (it appears to be a shed or outbuilding belonging to a house in Mesquite, Nevada): https://www.google.com/maps/@36.808703609641505,-114.05009436731552,55m&lt;br /&gt;
&lt;br /&gt;
I believe that's the only one that straddles the Arizona border with a Pacific Time Zone state (California and Nevada), so (head-)canonically, that's where the comic is set.&lt;br /&gt;
&lt;br /&gt;
==North America vs. Europe==&lt;br /&gt;
One difference between the way parts of North America change time and the way parts of Europe do is that the various North American time zones fall back/jump forward at 2AM local time, while European time zones all change at the same instant (01:00 UTC/WET (02:00 CET, 03:00 EET). That means that the same &amp;quot;trick&amp;quot; could work by sitting on the line between any American time zones at the changeover, but not by sitting on the European lines. [[Special:Contributions/172.70.47.138|172.70.47.138]] 15:37, 20 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Should the comment about Hawaii be kept? It seems irrelevant. [[Special:Contributions/172.70.111.129|172.70.111.129]] 15:42, 20 November 2024 (UTC)&lt;br /&gt;
:removed [[user talk:lettherebedarklight|youtu.be/miLcaqq2Zpk]] 16:15, 20 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Which songs would go well with this scene? ==&lt;br /&gt;
&lt;br /&gt;
His World comes to mind... [[User:CalibansCreations|'''&amp;lt;span style=&amp;quot;color:#ff0000;&amp;quot;&amp;gt;Caliban&amp;lt;/span&amp;gt;''']] ([[User talk:CalibansCreations|talk]]) 17:13, 20 November 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>172.68.3.127</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:3007:_Probabilistic_Uncertainty&amp;diff=355947</id>
		<title>Talk:3007: Probabilistic Uncertainty</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:3007:_Probabilistic_Uncertainty&amp;diff=355947"/>
				<updated>2024-11-05T19:45:35Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.3.127: MeZimm&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;
Emotional spirals are useless. I've been coping by pretending we're in scenario 1, it keeps me sane. If I'm wrong, I'll jump off that bridge when we come to it. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 20:23, 4 November 2024 (UTC)&lt;br /&gt;
:And I have a friend whose strategy is baking. It's both therapeutic and delicious. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 20:41, 4 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I see I don't know US geography well: which bridge you can jump from to leave it? -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 02:34, 5 November 2024 (UTC)&lt;br /&gt;
::Most of them. Some of them may be 'caged in' for safety/anti-suicide/anti-DropThingsInThoseBelow purposes (or a {{w|covered bridge}}). Relatively few of the others will be ones that you would have no qualms about vaulting the railing, but (as well as it clearly being a witticism by Barmar) I think you could easily ''find'' a bridge that you could jump off. And the resulting falling part isn't at all the difficult bit. Landing safely (or, in extremis for those desperate enough, in a guaranteed immediately fatal manner) is more the challenge. [[Special:Contributions/172.70.86.206|172.70.86.206]] 14:48, 5 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
I can't help but think that at preparing for the negative outcome regardless of which outcome is more likely (unless that outcome is *very* unlikely) is a healthy thing to do. [[Special:Contributions/172.71.147.141|172.71.147.141]] 20:30, 4 November 2024 (UTC)&lt;br /&gt;
: &amp;quot;Hope for the best, prepare for the worst&amp;quot; is my usual approach to things. [[User:Elektrizikekswerk|Elektrizikekswerk]] ([[User talk:Elektrizikekswerk|talk]]) 07:45, 5 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
This comic appeared the day before the 2024 United States Presidential Election.  At publication time, polls were strongly suggesting about a 50/50 odds that either major candidate would win.  Recent news items included advice from mental-health professionals on how to deal with election-related anxiety.  [[Special:Contributions/172.71.167.195|172.71.167.195]] 20:32, 4 November 2024 (UTC)&lt;br /&gt;
:Definitely related. This should be in the text, not in the comments, frankly. The yanks are going nuts about the election right now. [[Special:Contributions/172.71.124.243|172.71.124.243]] 20:57, 4 November 2024 (UTC)&lt;br /&gt;
:Did the advice suggested narcotics? -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 02:34, 5 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
My personal policy is to expect and prepare for the worst. That way I can be surprised when it doesn't happen, and not surprised when it does, rather than the other way around. I don't &amp;quot;do&amp;quot; emotions, so it's basically just planning and mumbling colloquialisms involving the digestive system... [[Special:Contributions/172.71.134.64|172.71.134.64]] 21:31, 4 November 2024 (UTC)&lt;br /&gt;
:As someone who used to think this way, this is obstructively cynical, and downright ''sad''. I mean, in theory you should be pleasantly surprised by the good, and prepared for the bad, but in practice you just dismiss anything good and focus exclusively on the bad. As someone with experience in this type of thinking, it isn't healthy. [[Special:Contributions/172.71.22.85|172.71.22.85]] 15:15, 5 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
I can't help but feel that it's mostly Democrats that are anxious, where Trump winning is the bad case. Not being an American I don't have much perspective. Are many Republicans likely to also be anxious, and if so, why? [[Special:Contributions/172.69.60.170|172.69.60.170]] 21:55, 4 November 2024 (UTC)&lt;br /&gt;
:Not sure about &amp;quot;anxious&amp;quot;, for Trump-supporting Rs (as opposed to Trump-opposing ones, who are both anxious and tremendously conflicted), but there's certainly a buzz of some emotion. That, if ''their'' expectations/hopes/desires are dashed, seem more likely to turn into more direct push-back than Ds would in their case. i.e. if Trump truly wins, there'll be turmoil as the legitimate government forcefully pushes against large subsets of the people, if Harris truly wins then small but determined fractions of the people will push back against the legitimate government. (If it's any way ambiguous, for long enough, which 'truth' indicates a win, it could easily be people vs. people for at least as long as the confusion lasts, with very little reason to believe that it'll be Harris supporters throwing the first stone, probably making Florida 2000 look like a &amp;quot;neat transition&amp;quot;). But this is just what it looks like at this moment. Within a day we ''might'' get to see whose words get eaten, or it could be at least a month of building tensions (due to the US system of elections, deliberately legislated to be so much more inefcicient than it needs to be, compared to various other Western nations). [[Special:Contributions/172.68.186.106|172.68.186.106]] 15:28, 5 November 2024 (UTC)&lt;br /&gt;
 &lt;br /&gt;
:From what I've seen the ones in public-facing forums seem pretty indifferent. They do talk a lot about election fraud though. {{unsigned ip|172.70.34.117|22:42, 4 November 2024 (UTC)}}&lt;br /&gt;
&lt;br /&gt;
I like that the comic leaves &amp;quot;good&amp;quot; and &amp;quot;bad&amp;quot; open to interpretation.[[Special:Contributions/172.70.211.83|172.70.211.83]] 22:29, 4 November 2024 (UTC)&lt;br /&gt;
:He doesn't want to start fights in the comments/discussion pages/replies! Good to see him appealing to no specific demographic in this one. -[[User:Psychoticpotato|P?sych??otic?pot??at???o ]] ([[User talk:Psychoticpotato|talk]]) 22:40, 4 November 2024 (UTC)&lt;br /&gt;
::Considering that the &amp;quot;Harris for President&amp;quot; banner is still active, I'm not sure I agree with that. [[Special:Contributions/172.68.22.4|172.68.22.4]] 22:53, 4 November 2024 (UTC)&lt;br /&gt;
:::yeah, for that reason i think it's more just so the comic can have further longevity, as this way it can be applied to any number of things with two outcomes, not just the current election [[Special:Contributions/141.101.109.193|141.101.109.193]] 00:02, 5 November 2024 (UTC)&lt;br /&gt;
::Well, so far so good ... -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 02:34, 5 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Re [https://www.explainxkcd.com/wiki/index.php?title=3007:_Probabilistic_Uncertainty&amp;amp;oldid=355799 Further, with regards to N/A - the odds of &amp;quot;precisely&amp;quot; 50/50 are probabilistically zero]: Bear in mind that with the Electoral College system and the fact that only 7 US states are &amp;quot;likely in play,&amp;quot; we are talking only hundreds or thousands of realistic possibilities. The odds of a 269-269 tie in the Electoral College are far more than 0.  One possibility of a tie that is &amp;quot;on the radar&amp;quot; is if the Republicans take Georgia, North Carolina, Wisconsin, and the 2nd Congressional District of Nebraska (which is very likely to go Democratic) and the Democrats take Pennsylvania, Michigan, and Wisconsin.  If you consider just the 7 &amp;quot;in play&amp;quot; states but Arizona &amp;quot;flips&amp;quot; from Republican to Democratic, there are 3 combinations that yield a 269-269 tie. [[Special:Contributions/172.70.210.249|172.70.210.249]] 01:29, 5 November 2024 (UTC)&lt;br /&gt;
: If there's a 269-269 tie, that's basically going to be a Trump win due to how the contingent election process works. (For that matter the far more plausible 270-268 to Harris, which happens if she wins Nevada but not Pennsylvania, is likely going to result in Trump getting the presidency as well, but let's ignore that.) However, many analysts, when faced with numbers like Nate Silver's 50.015%, are going to round it to 50% or 50.0% in the public-facing reports, resulting in apparent exact 50/50 odds even if mathematically they actually favor one side slightly. [[Special:Contributions/172.71.130.3|172.71.130.3]] 10:07, 5 November 2024 (UTC)&lt;br /&gt;
::There's little point in being so precise, since the fraction is far less than the margin of error in the polling. Anything between 49% and 51% is essentially a toss-up. If the 51% is in your favor you can feel hopeful, but hardly confident. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 15:11, 5 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Re '''We contacted several researchers who are experts in emotional spirals to ask them, but none of them were in a state to speak with us''':  Is it a stretch to think that the emotional-spiral experts were all &amp;quot;in Puerto Rico&amp;quot; (which is not a state), emotionally speaking?  In the last week a supporter of one of the candidates insulted Puerto Rico and by extension, people of Puerto Rico and Puerto Rican descent, causing an emotional uproar all over the inter-tubes.  [[Special:Contributions/162.158.90.210|162.158.90.210]] 01:37, 5 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Created an account just to say this; don't get mad at me but in my opinion, both candidates are equally bad, which has led to a weird sense of calmness in me due to my belief that we'll be equally screwed no matter what, just in different ways. Tbh in my opinion both candidates are in between what their supporters think of them and what their opponents think of them. Please be civil if you reply, no ad hominem please. [[User:BurnV06|BurnV06]] ([[User talk:BurnV06|talk]]) 05:24, 5 November 2024 (UTC)&lt;br /&gt;
:No, one of them is clearly worse than the other. How do you feel about LGBTQ+ rights? Abortion? Medicare? Teaching kids that racism and homophobia in schools is bad? Well, if Project 2025 is anything to go by, one side ''clearly'' is the unpreferable unless you're a white, Christian, rich, and male. This is not a &amp;quot;both sides&amp;quot; issue. One is clearly the worse option. And frankly, I wish centrists knew this. I can agree to disagree on some issues but I just cannot elect someone who wants to punish people for the egregious crime of, ''gasp'', not conforming to societal standard of gender and romance.[[Special:Contributions/172.71.22.85|172.71.22.85]] 15:15, 5 November 2024 (UTC)&lt;br /&gt;
::... And Project 2025 is absolutely nothing to go by. It's what a (private) conservative think tank (privately) wants to see implemented. Trump had no involvement in its contents or publication. The Heritage Foundation has been publishing things like it since 1981; it only attracted attention THIS year because politically-motivated people are trying to scare you, and were running out of ideas. It should not surprise you to learn that people who you already disagree with, have ideas that you also disagree with, and might publish compilations of those ideas you disagree with on a regular basis. Freaking out over Project 2025 is like if conservatives started freaking out over a set of published policy recommendations by the Center for American Progress. [[Special:Contributions/172.68.3.96|172.68.3.96]] 16:56, 5 November 2024 (UTC) MeZimm&lt;br /&gt;
::Fair enough, but the point still stands that this is explicitly ''not''a both sides issue. Even taking Project 2025 out of account, one side is clearly worse.[[Special:Contributions/172.68.71.44|172.68.71.44]] 17:02, 5 November 2024 (UTC)&lt;br /&gt;
:&amp;quot;Equally bad&amp;quot; is highly subjective, Burn. More people would consider &amp;quot;a total disaster&amp;quot; vs &amp;quot;at least they're not a total disaster!&amp;quot; as a closer truth (whether their own personally-configured disastermeter comes in a Red or Blue casing), and consider balancing dead in the center of the fence to be the most inexplicable position to take. (Not to mention those like above, and also their antithesis opinions, who have a very definite good/bad opinion 9n the pair.)&lt;br /&gt;
:Not that I'd support being mad at you, as the problem with politics today is ''too much'' extreme polarization (we need more moderate voices, rather than wedging open an ever wider void between both limits of opinion). But there's just no realistic middle-ground to gather support around, and what middle-ground there is might also be moving one way or another (depending upon who you ask), so I'm afraid that the strictly neutral &amp;quot;as bad as each other&amp;quot; types are just guaranteed to be setting themselves up to be disappointed. In the 'best' case scenario, disappointed that things aint turning out to be as bad as feared, but I'm not sure that's reassuringly likely enough to comfort you. [[Special:Contributions/172.68.186.106|172.68.186.106]] 15:28, 5 November 2024 (UTC)&lt;br /&gt;
:Well said, and I think it's important to mention that the reason there isn't any moderates is that the moderates ''just don't care anymore''. At least online, complete political apathy is a position I've seen a lot of people take (&amp;quot;Why are they constantly slamming politics into my face, I just don't care&amp;quot;). Unfortunately, these kinds of people are also the moderates, people who aren't particularly one side or the other. This leads to a political landscape where you have 2 extremes, and a bunch of people in the middle who couldn't care less because of said extremes. [[Special:Contributions/172.71.31.24|172.71.31.24]] 15:39, 5 November 2024 (UTC)&lt;br /&gt;
:Not to be a “Discord mod” here, but the entire idea of the 50-50 portion of the comic alluding to the election today is just a theory. Y’all are reading in wayyyyyyy too deep. The comic isn’t even directly saying if one candidate is better (although the Header text is supporting Harris). The discussion is supposed to be for discussing the comic and how to improve it, not clash over ideological differences. Maybe instead of arguing about who’s the better candidate, we can finish up the comic explanation, which is extremely bare bones? TL;DR: break it up, people. '''[[User:42.book.addict|&amp;lt;span style=&amp;quot;font-family:Cormorant Garamond;font-size:9pt;color:#db97bf&amp;quot;&amp;gt;42.book.addict&amp;lt;/span&amp;gt;]]&amp;lt;sup&amp;gt;[[User talk:42.book.addict|&amp;lt;span style=&amp;quot;font-family:Cormorant Garamond;font-size:6pt;color:#97b6db&amp;quot;&amp;gt;Talk to me!&amp;lt;/span&amp;gt;]]&amp;lt;/sup&amp;gt;''' 18:19, 5 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think it's funny that so many Democrats are genuinely terrified of the results and spend their days anxiously refreshing 538, whereas Republicans are filled with optimism and already know that the democrats have run the weakest candidate since Dukakis. Ah well, maybe in four years you'll actually get to vote for who leads your ticket instead of having them be appointed by the party elites directly without a vote. ;) {{unsigned ip|172.71.22.120|07:35, 5 November 2024}}&lt;br /&gt;
:Given the indirect democracy system the US has, there's a number of problems with who gets to be President. And if Harris is weaker than H. Clinton, but it's still on a knife-edge of popular/EC voting, does that mean that Trump's win was therefore less legitimate? [[Special:Contributions/172.68.186.106|172.68.186.106]] 15:28, 5 November 2024 (UTC)&lt;br /&gt;
::Do I really have to remind you that election results are not the same thing as poll results? In 2016, [https://projects.fivethirtyeight.com/2016-election-forecast/ FiveThirtyEight gave Trump a 28.6% chance vs Clinton's 71.4% chance.] Most polls were even more egregiously in favor of Clinton. Yet Trump won. Now in 2024, you say &amp;quot;it's still on a knife-edge of popular/EC voting&amp;quot; - somehow pretending the PREDICTIONS of right now are in any way comparable to the ACTUAL RESULTS of 2016. Yet polls get &amp;quot;shy Tories&amp;quot; and pranksters and all kinds of complicating factors (even assuming the pollsters are being honest - which is not something you should EVER &amp;quot;simply assume&amp;quot;). Polls are a little bit better than astrology in terms of actual predictive power. So comparing &amp;quot;polls now&amp;quot; to &amp;quot;actual election then&amp;quot; is completely wrongheaded. You have to compare predictions to predictions. And the predictions of 2016 were &amp;quot;the odds are MASSIVELY in Clinton's favor&amp;quot; - yet now they are running a WEAKER candidate and rate her has having even LESS probability of winning than Clinton did. Don't worry, though, I'm sure they figured out some way to solve all the problems with their 2016 process, and are now 100% trustworthy again! /s [[Special:Contributions/172.68.3.127|172.68.3.127]] 19:45, 5 November 2024 (UTC) MeZimm&lt;br /&gt;
&lt;br /&gt;
I'm reminded of some of my coding theory class, where the absolute worst bit error rate is 50%. Less than 50% and you can repeat the data to detect and correct the errors to some vastly low probability of an incorrect result, and more than 50% and you can invert the signal which flips it to less than 50%, then do the same. At exactly 50% you're essentially getting random noise, and there's nothing you can do about that (but allow allows a one-time pad encryption to be unbreakable if done correctly). --[[Special:Contributions/172.71.214.13|172.71.214.13]] 18:03, 5 November 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>172.68.3.127</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1144:_Tags&amp;diff=125545</id>
		<title>Talk:1144: Tags</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1144:_Tags&amp;diff=125545"/>
				<updated>2016-08-21T05:29:33Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.3.127: spelling&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I literally grimaced when I saw the comic, and then I read the title text and my stomach churned, and then I saw the non-breaking space and I wanted to crawl up in a ball and die. [[User:Lcarsos|lcarsos]]&amp;lt;span title=&amp;quot;I'm an admin. I can help.&amp;quot;&amp;gt;_a&amp;lt;/span&amp;gt; ([[User talk:Lcarsos|talk]])  06:01, 7 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Most people curl up into a ball to die. Well not most people...  [[Special:Contributions/192.104.231.235|192.104.231.235]] 17:50, 8 May 2013 (UTC)skrame&lt;br /&gt;
&lt;br /&gt;
I'm a web developer and I didn't find this annoying, although I did roll my eyes. Then I came here to see if there was anything I missed that SHOULD annoy me. No, to annoy a web developer you have to use table tags, blink tags(not supported on most browsers for good reason, annoys anybody when it works), and have a stray !-- inside a tag where it doesn't belong. Also, use any html inside your css file. And have it where it only works in IE. [[User:Ferretwilliams|Ferretwilliams]] ([[User talk:Ferretwilliams|talk]]) 06:11, 7 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:That's okay, it's easy to implement blink with javascript and changing the display value from hidden to inline every half second. And lots of news sites these days re-implement the marquee tag with a bit of javascript too. What Randall really missed here was an opportunity for the center and font tags. [[User:Lcarsos|lcarsos]]&amp;lt;span title=&amp;quot;I'm an admin. I can help.&amp;quot;&amp;gt;_a&amp;lt;/span&amp;gt; ([[User talk:Lcarsos|talk]])  06:18, 7 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I'm sure Randall didn't want us to die, that's why he didn't go further. :-p [[User:Ctxppc|Ctxppc]] ([[User talk:Ctxppc|talk]]) 18:16, 7 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
Argh. Almost as bad as unclosed left parentheses.(Y'know, like this.     [[User:DreamingDaemon|DreamingDaemon]] ([[User talk:DreamingDaemon|talk]]) 10:21, 7 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:You mean like comic [[859]]?&lt;br /&gt;
::That's exactly what I meant... People do that to me in emails because they know it presses my buttons! [[User:DreamingDaemon|DreamingDaemon]] ([[User talk:DreamingDaemon|talk]]) 16:56, 7 December 2012 (UTC)&lt;br /&gt;
:::I understand your pain.) {{unsigned ip|108.162.249.189}}&lt;br /&gt;
It's been a long while since I coded html (I quit about the time style sheets appeared) but I think the annoying part of &amp;lt;code&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/code&amp;gt; is the fact that it appears as the 6 characters instead of a space, not just that it's at the end and could push the text to another line. Doesn't this typically mean that someone copied some code but didn't look carefully at the results when they pasted it into an editor? --[[User:DanB|DanB]] ([[User talk:DanB|talk]]) 14:27, 7 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Either the title text has been parsed - in which case it's actually &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;amp;lt;A&amp;amp;amp;gt;: Like&amp;amp;amp;lt;/a&amp;amp;amp;gt; this&amp;amp;amp;amp;nbsp;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; (and, yes, probably copy/pasted) - or it hasn't (which seems more likely to me), in which case the &amp;lt;code&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/code&amp;gt; will show up as a non-breaking space when it is parsed. [[User:Noëlle|Noëlle]] ([[User talk:Noëlle|talk]]) 00:40, 8 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
::The title text is copy/pasted from xkcd, where he escapes the ampersand so that the non-breaking space escape will show up in the title text. He might just be toying with those of us who know about the non-breaking space, as most people (the kind of people that would mis-match div and span and change the case of their tags) don't even know what a non-breaking space would be used for. [[User:Lcarsos|lcarsos]]&amp;lt;span title=&amp;quot;I'm an admin. I can help.&amp;quot;&amp;gt;_a&amp;lt;/span&amp;gt; ([[User talk:Lcarsos|talk]])  03:37, 8 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: I know. :) I was answering Dan's question. Assuming the title text is going into a webpage, either the whole thing is already parsed, in which case the tags will also appear as they currently do, or it's not parsed yet and the &amp;lt;code&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/code&amp;gt; will appear properly in the rendered page. :) [[User:Noëlle|Noëlle]] ([[User talk:Noëlle|talk]]) 01:53, 10 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
I wonder if the &amp;quot;answer&amp;quot; in the title text is yet another joke? It goes &amp;lt;A&amp;gt;: Like&amp;lt;/A&amp;gt; this&amp;amp;nbsp; — but A used in this way means Anchor, not Answer. Such a line would appear in the browser as &amp;quot;Like this&amp;quot; (with the word Like blue and underlined), making it a clickable &amp;quot;Like&amp;quot; link. {{unsigned|69.158.169.14}}&lt;br /&gt;
&lt;br /&gt;
: I think there is another joke hidden there: It goes »&amp;lt;A&amp;gt;: Like &amp;lt;/A&amp;gt;this« instead of »: &amp;lt;A&amp;gt;Like&amp;lt;/A&amp;gt; this« which turns not only »Like« but also the surrounding whitespace and punctuation into a link/anchor. That points to WYSIWYG HTML editors, as it's easy there to select a little bit more than the intended word when creating a link/marking text as bold, etc. [[Special:Contributions/178.201.95.76|178.201.95.76]] 01:03, 8 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Actually, the Like wouldn't be blue and underlined BECAUSE it lacks the href. At least in firefox. The &amp;lt;a name&amp;gt; and &amp;lt;a href&amp;gt; are so different that browser apparently don't do either when neither are present. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 11:48, 8 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
Similarly, it would be nice to address whether you can close a &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; with a &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. Obviously you're not supposed to, but would it work? &amp;amp;ndash;&amp;amp;nbsp;''[[User:Philosopher|Philosopher]]''&amp;amp;nbsp;&amp;lt;sup&amp;gt;[[User talk:Philosopher|Let us reason together.]]&amp;lt;/sup&amp;gt; 20:57, 7 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Opening but not closing a div tag, depends on how a browser's quirks mode interprets that; I'd expect the browser to have everything fall into that div until it encounters a close tag of an element outside (that the div is nested inside). I'd also expect that encountering a close span without having first pushed an open span tag onto the DOM would simply not be recognized as markup and treated as improperly escaped page content. But, I don't write code for any of the major browsers so this is ''wild'' speculation. [[User:Lcarsos|lcarsos]]&amp;lt;span title=&amp;quot;I'm an admin. I can help.&amp;quot;&amp;gt;_a&amp;lt;/span&amp;gt; ([[User talk:Lcarsos|talk]])  21:24, 7 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
::You can't close a DIV with a SPAN; they're syntactically different and browsers treat them as such. If you try the code above, the major browsers do exactly as Lcarsos suggests with the open DIV (continue until they find a matching /DIV or until /BODY) and completely ignore the /SPAN (Chrome goes so far as to expunge it from the DOM entirely). The DIV behavior exposes a subtler aspect to the comic, actually - because DIV isn't a semantic element, if a /DIV is missing, it can get very, very difficult to track down where the appropriate /DIV is supposed to go, especially when multiple coders are working on a single long (and, in the worst-case scenario, improperly-nested, multi-file) page. [[User:Noëlle|Noëlle]] ([[User talk:Noëlle|talk]]) 00:39, 8 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::Note that &amp;quot;multi-file&amp;quot; is common when it's application output and not static page. Even if the files are supposed to be correctly nested, it may be hard to find which of them isn't, especially taking into account &amp;quot;if&amp;quot;s of template engine. The template engine may not really help you, similarly to some interprets or compilers of programming language which tells you they are missing some closing symbol near the end of file even when the place they are actually missing from is somewhere in the middle, because they paired them incorrectly. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 11:48, 8 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
There needs to be a little more explanation of what &amp;amp;lt;div&amp;amp;gt; and &amp;amp;lt;span&amp;amp;gt; tags are. I come here to have the jokes I don't get explained, and after a sentence like &amp;quot;Usage of &amp;amp;lt;span&amp;amp;gt; and &amp;amp;lt;div&amp;amp;gt; tags should be kept low, for they have no intrinsic semantic value,&amp;quot; I need a site called &amp;quot;explainexplainxkcd.com.&amp;quot; [[Special:Contributions/24.224.110.93|24.224.110.93]] 01:17, 9 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
: I clarified in the explanation. Does that look better? [[User:Noëlle|Noëlle]] ([[User talk:Noëlle|talk]]) 01:53, 10 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Yes, thanks. I'm afraid I still don't have much idea what &amp;amp;lt;div&amp;amp;gt; and &amp;amp;lt;span&amp;amp;gt; are, but it looks like that's because it would to hard to absolutely fully explain. Thanks! [[Special:Contributions/98.122.166.235|98.122.166.235]] 04:07, 10 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::It would, but I'll give it a shot! First, let's establish that DIV and SPAN are HTML elements that surround text or other elements on the page. You generally don't see &amp;lt;code&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/code&amp;gt; by itself; you see &amp;lt;code&amp;gt;&amp;amp;lt;div&amp;amp;gt;Some stuff&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;. The forward slash in the second tag tells the browser to close the DIV element. (That's the difference between a tag and an element; &amp;lt;code&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt; are both tags, but we refer to &amp;lt;code&amp;gt;&amp;amp;lt;div&amp;amp;gt;contents&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt; as a page element.)&lt;br /&gt;
&lt;br /&gt;
:::Now, to extend the metaphor into the real world, you can think of &amp;lt;code&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/code&amp;gt; as meaning &amp;quot;container&amp;quot; and &amp;lt;code&amp;gt;&amp;amp;lt;span&amp;amp;gt;&amp;lt;/code&amp;gt; as meaning &amp;quot;effect&amp;quot;. &amp;quot;Container&amp;quot; doesn't mean very much by itself; it's just &amp;quot;a thing into which you can put other things&amp;quot;. Likewise, &amp;quot;effect&amp;quot; just means &amp;quot;a way in which you can change how other things look&amp;quot;. (&amp;quot;Effect&amp;quot; isn't necessarily the best term here, but I can't think of a better one.) &amp;quot;Container&amp;quot; provides no clues as to what kind of container it is or what you might find inside; &amp;quot;effect&amp;quot; doesn't really tell you what kind of visual change you're getting.&lt;br /&gt;
&lt;br /&gt;
:::Imagine, then, a Christmas tree. You can put the Christmas tree in a tree stand (&amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;quot;tree-stand&amp;quot;&amp;amp;gt;Christmas tree&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;) or inside a big box (&amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;quot;big-box&amp;quot;&amp;amp;gt;Christmas tree&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;), or both at once if you're feeling saucy (&amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;quot;big-box&amp;quot;&amp;amp;gt;&amp;amp;lt;div class=&amp;quot;tree-stand&amp;quot;&amp;amp;gt;Christmas tree&amp;amp;lt;/div&amp;amp;gt;&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;). Note that the closing tag will backtrack through the code and close the first DIV it finds, so that you could put other things inside the big box too: &amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;quot;big-box&amp;quot;&amp;amp;gt;&amp;amp;lt;div class=&amp;quot;tree-stand&amp;quot;&amp;amp;gt;Christmas tree&amp;amp;lt;/div&amp;amp;gt;Christmas cookies&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;. Likewise, you can attach ornaments and tinsel to the tree. Since they're effects that you're adding to the tree, rather than containers into which you're putting the tree, you'd use SPAN: &amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;ornaments&amp;quot;&amp;amp;gt;Christmas tree&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt; and/or &amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;tinsel&amp;quot;&amp;amp;gt;Christmas tree&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
:::You can even have a Christmas tree with ornaments on the left and tinsel on the right, in a tree stand, inside a big box, with some cookies in the box with it: &lt;br /&gt;
:::&amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;quot;big-box&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;quot;tree-stand&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:::::&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;ornaments&amp;quot;&amp;amp;gt;Christmas&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;span class=&amp;quot;tinsel&amp;quot;&amp;amp;gt;tree&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;Christmas &amp;amp;lt;span class=&amp;quot;frosting&amp;quot;&amp;amp;gt;cookies&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:::&amp;lt;code&amp;gt;&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:::(I decided to frost half of the cookies while I was putting them in the box.)&lt;br /&gt;
&lt;br /&gt;
:::There's an important distinction to make here, by the way: the ornaments and tinsel can't help you ''move'' or ''position'' the Christmas tree, and they don't tell you anything about where the tree is, which is why we're using SPAN for them. The big box and tree stand, on the other hand, can be used to move or position the tree, which is why we're using DIV.&lt;br /&gt;
&lt;br /&gt;
:::Meanwhile, HTML5 wants us to use &amp;lt;code&amp;gt;&amp;amp;lt;bigtreebox&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;treestand&amp;amp;gt;&amp;lt;/code&amp;gt; for the containers, and &amp;lt;code&amp;gt;&amp;amp;lt;ornaments&amp;amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;amp;lt;tinsel&amp;amp;gt;&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;&amp;amp;lt;frosting&amp;amp;gt;&amp;lt;/code&amp;gt; for the effects.&lt;br /&gt;
&lt;br /&gt;
:::Does that make sense? [[User:Noëlle|Noëlle]] ([[User talk:Noëlle|talk]]) 12:14, 10 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
While I'm thinking about it - DIV and SPAN remain very important tags in web development, because even though they're structural and not semantic, the fact remains that there isn't going to be a pre-defined semantic tag for everything you want to do, and not every browser supports making up your own tags (even though they're supposed to). Until HTML5 is finalized (which is currently projected to happen in 2016, if I'm remembering correctly) and everybody starts supporting arbitrary tag definitions (which may be &amp;quot;never&amp;quot;), DIV and SPAN will remain useful as generic &amp;quot;container&amp;quot;/&amp;quot;effect&amp;quot; tags. [[User:Noëlle|Noëlle]] ([[User talk:Noëlle|talk]]) 12:14, 10 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
As an intelligent human, it irks me when other humans are lazy, sloppy, or otherwise stupid. As a developer, I sometimes deal with all three. My annoyance factor is amplified by the fact that developers are (supposedly) educated and should be held to a higher standard. So the question is not &amp;quot;what can you get away with in most browsers&amp;quot;, but &amp;quot;what is the established standard.&amp;quot; As Mike Holmes would say, &amp;quot;Do it right the first time.&amp;quot;  - Ixalmida --[[Special:Contributions/208.95.30.82|208.95.30.82]] 18:10, 10 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:[http://xkcd.com/129/ My personal feelings] aside, this isn't an appropriate forum to debate the worthiness of contemporary use of HTML5. [[User:Noëlle|Noëlle]] ([[User talk:Noëlle|talk]]) 22:12, 10 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
[http://i.imgur.com/T9UM3.png How to '''really''' annoy a web developer.] (Including the &amp;amp;amp;nbsp; joke, along with another mangling of &amp;amp;lt;A&amp;amp;gt;!) [[User:Noëlle|Noëlle]] ([[User talk:Noëlle|talk]]) 03:19, 11 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
It seems to me that this explanation is missing part of the joke in the title text. The Anchor tags are excluding the word &amp;quot;this&amp;quot;, while it is VERY common to make a link ONLY the word &amp;quot;this&amp;quot;, such as &amp;quot;It should look like &amp;lt;A&amp;gt;this&amp;lt;/A&amp;gt;&amp;quot;. I wouldn't be surprised if I saw something declare that the word &amp;quot;this&amp;quot; is the most hyperlinked word in the English language, LOL! I cannot believe that excluding the word was accidental. - NiceGuy1 [[Special:Contributions/198.41.235.209|198.41.235.209]] 09:02, 23 January 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I used to develop web pages.  Now I'm a plain surfer.  This comic has the wrong text.  It should be &amp;quot;How do you annoy a web surfer?&amp;quot;  I cannot count how many sites are ruined by sloppy coding Just Like Randall Illustrated.  And people expect all browsers to cover up their slovenly laziness.  [[Special:Contributions/172.68.3.127|172.68.3.127]] 05:23, 21 August 2016 (UTC)&lt;/div&gt;</summary>
		<author><name>172.68.3.127</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1144:_Tags&amp;diff=125544</id>
		<title>Talk:1144: Tags</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1144:_Tags&amp;diff=125544"/>
				<updated>2016-08-21T05:23:07Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.3.127: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I literally grimaced when I saw the comic, and then I read the title text and my stomach churned, and then I saw the non-breaking space and I wanted to crawl up in a ball and die. [[User:Lcarsos|lcarsos]]&amp;lt;span title=&amp;quot;I'm an admin. I can help.&amp;quot;&amp;gt;_a&amp;lt;/span&amp;gt; ([[User talk:Lcarsos|talk]])  06:01, 7 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Most people curl up into a ball to die. Well not most people...  [[Special:Contributions/192.104.231.235|192.104.231.235]] 17:50, 8 May 2013 (UTC)skrame&lt;br /&gt;
&lt;br /&gt;
I'm a web developer and I didn't find this annoying, although I did roll my eyes. Then I came here to see if there was anything I missed that SHOULD annoy me. No, to annoy a web developer you have to use table tags, blink tags(not supported on most browsers for good reason, annoys anybody when it works), and have a stray !-- inside a tag where it doesn't belong. Also, use any html inside your css file. And have it where it only works in IE. [[User:Ferretwilliams|Ferretwilliams]] ([[User talk:Ferretwilliams|talk]]) 06:11, 7 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:That's okay, it's easy to implement blink with javascript and changing the display value from hidden to inline every half second. And lots of news sites these days re-implement the marquee tag with a bit of javascript too. What Randall really missed here was an opportunity for the center and font tags. [[User:Lcarsos|lcarsos]]&amp;lt;span title=&amp;quot;I'm an admin. I can help.&amp;quot;&amp;gt;_a&amp;lt;/span&amp;gt; ([[User talk:Lcarsos|talk]])  06:18, 7 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I'm sure Randall didn't want us to die, that's why he didn't go further. :-p [[User:Ctxppc|Ctxppc]] ([[User talk:Ctxppc|talk]]) 18:16, 7 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
Argh. Almost as bad as unclosed left parentheses.(Y'know, like this.     [[User:DreamingDaemon|DreamingDaemon]] ([[User talk:DreamingDaemon|talk]]) 10:21, 7 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:You mean like comic [[859]]?&lt;br /&gt;
::That's exactly what I meant... People do that to me in emails because they know it presses my buttons! [[User:DreamingDaemon|DreamingDaemon]] ([[User talk:DreamingDaemon|talk]]) 16:56, 7 December 2012 (UTC)&lt;br /&gt;
:::I understand your pain.) {{unsigned ip|108.162.249.189}}&lt;br /&gt;
It's been a long while since I coded html (I quit about the time style sheets appeared) but I think the annoying part of &amp;lt;code&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/code&amp;gt; is the fact that it appears as the 6 characters instead of a space, not just that it's at the end and could push the text to another line. Doesn't this typically mean that someone copied some code but didn't look carefully at the results when they pasted it into an editor? --[[User:DanB|DanB]] ([[User talk:DanB|talk]]) 14:27, 7 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Either the title text has been parsed - in which case it's actually &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;amp;lt;A&amp;amp;amp;gt;: Like&amp;amp;amp;lt;/a&amp;amp;amp;gt; this&amp;amp;amp;amp;nbsp;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; (and, yes, probably copy/pasted) - or it hasn't (which seems more likely to me), in which case the &amp;lt;code&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/code&amp;gt; will show up as a non-breaking space when it is parsed. [[User:Noëlle|Noëlle]] ([[User talk:Noëlle|talk]]) 00:40, 8 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
::The title text is copy/pasted from xkcd, where he escapes the ampersand so that the non-breaking space escape will show up in the title text. He might just be toying with those of us who know about the non-breaking space, as most people (the kind of people that would mis-match div and span and change the case of their tags) don't even know what a non-breaking space would be used for. [[User:Lcarsos|lcarsos]]&amp;lt;span title=&amp;quot;I'm an admin. I can help.&amp;quot;&amp;gt;_a&amp;lt;/span&amp;gt; ([[User talk:Lcarsos|talk]])  03:37, 8 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: I know. :) I was answering Dan's question. Assuming the title text is going into a webpage, either the whole thing is already parsed, in which case the tags will also appear as they currently do, or it's not parsed yet and the &amp;lt;code&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/code&amp;gt; will appear properly in the rendered page. :) [[User:Noëlle|Noëlle]] ([[User talk:Noëlle|talk]]) 01:53, 10 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
I wonder if the &amp;quot;answer&amp;quot; in the title text is yet another joke? It goes &amp;lt;A&amp;gt;: Like&amp;lt;/A&amp;gt; this&amp;amp;nbsp; — but A used in this way means Anchor, not Answer. Such a line would appear in the browser as &amp;quot;Like this&amp;quot; (with the word Like blue and underlined), making it a clickable &amp;quot;Like&amp;quot; link. {{unsigned|69.158.169.14}}&lt;br /&gt;
&lt;br /&gt;
: I think there is another joke hidden there: It goes »&amp;lt;A&amp;gt;: Like &amp;lt;/A&amp;gt;this« instead of »: &amp;lt;A&amp;gt;Like&amp;lt;/A&amp;gt; this« which turns not only »Like« but also the surrounding whitespace and punctuation into a link/anchor. That points to WYSIWYG HTML editors, as it's easy there to select a little bit more than the intended word when creating a link/marking text as bold, etc. [[Special:Contributions/178.201.95.76|178.201.95.76]] 01:03, 8 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Actually, the Like wouldn't be blue and underlined BECAUSE it lacks the href. At least in firefox. The &amp;lt;a name&amp;gt; and &amp;lt;a href&amp;gt; are so different that browser apparently don't do either when neither are present. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 11:48, 8 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
Similarly, it would be nice to address whether you can close a &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; with a &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. Obviously you're not supposed to, but would it work? &amp;amp;ndash;&amp;amp;nbsp;''[[User:Philosopher|Philosopher]]''&amp;amp;nbsp;&amp;lt;sup&amp;gt;[[User talk:Philosopher|Let us reason together.]]&amp;lt;/sup&amp;gt; 20:57, 7 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Opening but not closing a div tag, depends on how a browser's quirks mode interprets that; I'd expect the browser to have everything fall into that div until it encounters a close tag of an element outside (that the div is nested inside). I'd also expect that encountering a close span without having first pushed an open span tag onto the DOM would simply not be recognized as markup and treated as improperly escaped page content. But, I don't write code for any of the major browsers so this is ''wild'' speculation. [[User:Lcarsos|lcarsos]]&amp;lt;span title=&amp;quot;I'm an admin. I can help.&amp;quot;&amp;gt;_a&amp;lt;/span&amp;gt; ([[User talk:Lcarsos|talk]])  21:24, 7 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
::You can't close a DIV with a SPAN; they're syntactically different and browsers treat them as such. If you try the code above, the major browsers do exactly as Lcarsos suggests with the open DIV (continue until they find a matching /DIV or until /BODY) and completely ignore the /SPAN (Chrome goes so far as to expunge it from the DOM entirely). The DIV behavior exposes a subtler aspect to the comic, actually - because DIV isn't a semantic element, if a /DIV is missing, it can get very, very difficult to track down where the appropriate /DIV is supposed to go, especially when multiple coders are working on a single long (and, in the worst-case scenario, improperly-nested, multi-file) page. [[User:Noëlle|Noëlle]] ([[User talk:Noëlle|talk]]) 00:39, 8 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::Note that &amp;quot;multi-file&amp;quot; is common when it's application output and not static page. Even if the files are supposed to be correctly nested, it may be hard to find which of them isn't, especially taking into account &amp;quot;if&amp;quot;s of template engine. The template engine may not really help you, similarly to some interprets or compilers of programming language which tells you they are missing some closing symbol near the end of file even when the place they are actually missing from is somewhere in the middle, because they paired them incorrectly. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 11:48, 8 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
There needs to be a little more explanation of what &amp;amp;lt;div&amp;amp;gt; and &amp;amp;lt;span&amp;amp;gt; tags are. I come here to have the jokes I don't get explained, and after a sentence like &amp;quot;Usage of &amp;amp;lt;span&amp;amp;gt; and &amp;amp;lt;div&amp;amp;gt; tags should be kept low, for they have no intrinsic semantic value,&amp;quot; I need a site called &amp;quot;explainexplainxkcd.com.&amp;quot; [[Special:Contributions/24.224.110.93|24.224.110.93]] 01:17, 9 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
: I clarified in the explanation. Does that look better? [[User:Noëlle|Noëlle]] ([[User talk:Noëlle|talk]]) 01:53, 10 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Yes, thanks. I'm afraid I still don't have much idea what &amp;amp;lt;div&amp;amp;gt; and &amp;amp;lt;span&amp;amp;gt; are, but it looks like that's because it would to hard to absolutely fully explain. Thanks! [[Special:Contributions/98.122.166.235|98.122.166.235]] 04:07, 10 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::It would, but I'll give it a shot! First, let's establish that DIV and SPAN are HTML elements that surround text or other elements on the page. You generally don't see &amp;lt;code&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/code&amp;gt; by itself; you see &amp;lt;code&amp;gt;&amp;amp;lt;div&amp;amp;gt;Some stuff&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;. The forward slash in the second tag tells the browser to close the DIV element. (That's the difference between a tag and an element; &amp;lt;code&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt; are both tags, but we refer to &amp;lt;code&amp;gt;&amp;amp;lt;div&amp;amp;gt;contents&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt; as a page element.)&lt;br /&gt;
&lt;br /&gt;
:::Now, to extend the metaphor into the real world, you can think of &amp;lt;code&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/code&amp;gt; as meaning &amp;quot;container&amp;quot; and &amp;lt;code&amp;gt;&amp;amp;lt;span&amp;amp;gt;&amp;lt;/code&amp;gt; as meaning &amp;quot;effect&amp;quot;. &amp;quot;Container&amp;quot; doesn't mean very much by itself; it's just &amp;quot;a thing into which you can put other things&amp;quot;. Likewise, &amp;quot;effect&amp;quot; just means &amp;quot;a way in which you can change how other things look&amp;quot;. (&amp;quot;Effect&amp;quot; isn't necessarily the best term here, but I can't think of a better one.) &amp;quot;Container&amp;quot; provides no clues as to what kind of container it is or what you might find inside; &amp;quot;effect&amp;quot; doesn't really tell you what kind of visual change you're getting.&lt;br /&gt;
&lt;br /&gt;
:::Imagine, then, a Christmas tree. You can put the Christmas tree in a tree stand (&amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;quot;tree-stand&amp;quot;&amp;amp;gt;Christmas tree&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;) or inside a big box (&amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;quot;big-box&amp;quot;&amp;amp;gt;Christmas tree&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;), or both at once if you're feeling saucy (&amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;quot;big-box&amp;quot;&amp;amp;gt;&amp;amp;lt;div class=&amp;quot;tree-stand&amp;quot;&amp;amp;gt;Christmas tree&amp;amp;lt;/div&amp;amp;gt;&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;). Note that the closing tag will backtrack through the code and close the first DIV it finds, so that you could put other things inside the big box too: &amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;quot;big-box&amp;quot;&amp;amp;gt;&amp;amp;lt;div class=&amp;quot;tree-stand&amp;quot;&amp;amp;gt;Christmas tree&amp;amp;lt;/div&amp;amp;gt;Christmas cookies&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;. Likewise, you can attach ornaments and tinsel to the tree. Since they're effects that you're adding to the tree, rather than containers into which you're putting the tree, you'd use SPAN: &amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;ornaments&amp;quot;&amp;amp;gt;Christmas tree&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt; and/or &amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;tinsel&amp;quot;&amp;amp;gt;Christmas tree&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
:::You can even have a Christmas tree with ornaments on the left and tinsel on the right, in a tree stand, inside a big box, with some cookies in the box with it: &lt;br /&gt;
:::&amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;quot;big-box&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;quot;tree-stand&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:::::&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;ornaments&amp;quot;&amp;amp;gt;Christmas&amp;amp;lt;/span&amp;amp;gt; &amp;amp;lt;span class=&amp;quot;tinsel&amp;quot;&amp;amp;gt;tree&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;Christmas &amp;amp;lt;span class=&amp;quot;frosting&amp;quot;&amp;amp;gt;cookies&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:::&amp;lt;code&amp;gt;&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:::(I decided to frost half of the cookies while I was putting them in the box.)&lt;br /&gt;
&lt;br /&gt;
:::There's an important distinction to make here, by the way: the ornaments and tinsel can't help you ''move'' or ''position'' the Christmas tree, and they don't tell you anything about where the tree is, which is why we're using SPAN for them. The big box and tree stand, on the other hand, can be used to move or position the tree, which is why we're using DIV.&lt;br /&gt;
&lt;br /&gt;
:::Meanwhile, HTML5 wants us to use &amp;lt;code&amp;gt;&amp;amp;lt;bigtreebox&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;treestand&amp;amp;gt;&amp;lt;/code&amp;gt; for the containers, and &amp;lt;code&amp;gt;&amp;amp;lt;ornaments&amp;amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;amp;lt;tinsel&amp;amp;gt;&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;&amp;amp;lt;frosting&amp;amp;gt;&amp;lt;/code&amp;gt; for the effects.&lt;br /&gt;
&lt;br /&gt;
:::Does that make sense? [[User:Noëlle|Noëlle]] ([[User talk:Noëlle|talk]]) 12:14, 10 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
While I'm thinking about it - DIV and SPAN remain very important tags in web development, because even though they're structural and not semantic, the fact remains that there isn't going to be a pre-defined semantic tag for everything you want to do, and not every browser supports making up your own tags (even though they're supposed to). Until HTML5 is finalized (which is currently projected to happen in 2016, if I'm remembering correctly) and everybody starts supporting arbitrary tag definitions (which may be &amp;quot;never&amp;quot;), DIV and SPAN will remain useful as generic &amp;quot;container&amp;quot;/&amp;quot;effect&amp;quot; tags. [[User:Noëlle|Noëlle]] ([[User talk:Noëlle|talk]]) 12:14, 10 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
As an intelligent human, it irks me when other humans are lazy, sloppy, or otherwise stupid. As a developer, I sometimes deal with all three. My annoyance factor is amplified by the fact that developers are (supposedly) educated and should be held to a higher standard. So the question is not &amp;quot;what can you get away with in most browsers&amp;quot;, but &amp;quot;what is the established standard.&amp;quot; As Mike Holmes would say, &amp;quot;Do it right the first time.&amp;quot;  - Ixalmida --[[Special:Contributions/208.95.30.82|208.95.30.82]] 18:10, 10 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:[http://xkcd.com/129/ My personal feelings] aside, this isn't an appropriate forum to debate the worthiness of contemporary use of HTML5. [[User:Noëlle|Noëlle]] ([[User talk:Noëlle|talk]]) 22:12, 10 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
[http://i.imgur.com/T9UM3.png How to '''really''' annoy a web developer.] (Including the &amp;amp;amp;nbsp; joke, along with another mangling of &amp;amp;lt;A&amp;amp;gt;!) [[User:Noëlle|Noëlle]] ([[User talk:Noëlle|talk]]) 03:19, 11 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
It seems to me that this explanation is missing part of the joke in the title text. The Anchor tags are excluding the word &amp;quot;this&amp;quot;, while it is VERY common to make a link ONLY the word &amp;quot;this&amp;quot;, such as &amp;quot;It should look like &amp;lt;A&amp;gt;this&amp;lt;/A&amp;gt;&amp;quot;. I wouldn't be surprised if I saw something declare that the word &amp;quot;this&amp;quot; is the most hyperlinked word in the English language, LOL! I cannot believe that excluding the word was accidental. - NiceGuy1 [[Special:Contributions/198.41.235.209|198.41.235.209]] 09:02, 23 January 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
I used to develop web pages.  Now I'm a plain surfer.  This comic has the wrong text.  It should be &amp;quot;How do you annoy a web surfer?&amp;quot;  I cannot count how many sites are ruined by sloppy coding Just Like Randall Illustrated.  And people expect all browsers to cover up their sloveny laziness.  [[Special:Contributions/172.68.3.127|172.68.3.127]] 05:23, 21 August 2016 (UTC)&lt;/div&gt;</summary>
		<author><name>172.68.3.127</name></author>	</entry>

	</feed>