<?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=173.245.56.198</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=173.245.56.198"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/173.245.56.198"/>
		<updated>2026-06-24T14:38:03Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1513:_Code_Quality&amp;diff=90046</id>
		<title>1513: Code Quality</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1513:_Code_Quality&amp;diff=90046"/>
				<updated>2015-04-17T10:58:54Z</updated>
		
		<summary type="html">&lt;p&gt;173.245.56.198: /* Explanation */ Reworded to mention Swift by name.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1513&lt;br /&gt;
| date      = April 17, 2015&lt;br /&gt;
| title     = Code Quality&lt;br /&gt;
| image     = code quality.png&lt;br /&gt;
| titletext = I honestly didn't think you could even USE emoji in variable names. Or that there were so many different crying ones.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&amp;lt;!-- °\_/° --&amp;gt;&lt;br /&gt;
{{incomplete| Needs fine-tuning and explaining of ponytails three comments}}&lt;br /&gt;
Cueball asks Ponytail to look at some source code that he has written, warning her that he is self-taught so his code probably won't be written the way she is used to.  Although few programming languages require a perfectly rigid style so long as the code is syntactically accurate, most programmers follow some sort of {{w|Programming_style|style}} to make the code easier to read.  This includes indenting lines to show levels and using descriptive variable identifiers with {{w|CamelCase|&amp;quot;camel case&amp;quot;}} capitalization (capitalizing each word except for the first.) In spite of Ponytail's initial (polite) optimism, she comments in three increasingly harsh and absurd similes. Finally, Cueball surrenders and makes the rather weak assurance that he will read “a style guide”—he doesn't think that following a complete course is in order. &lt;br /&gt;
&lt;br /&gt;
A common technique for self-taught programmers is to follow and adapt tutorials, and to find examples of similar problems being solved and try to copy the code.  This can (but doesn't always) lead to code that is hard to follow or otherwise &amp;quot;messy&amp;quot; as various different pieces of code are {{w|Jury_rig|jury-rigged}} together and tinkered with until they seem to work.  Once a piece of code is working, it is usually considered too hard to go back and rewrite it to be cleaner or clearer, also at the risk of breaking something that has been working.  This practice is known as {{w|refactoring}} and code projects that incorporate cycles of refactoring tend to be easier to read and maintain than those that don't.&lt;br /&gt;
&lt;br /&gt;
The title text refers to {{w|emoji}}, or &amp;quot;smiley faces&amp;quot;. They exist in unicode, or can be simulated using ascii characters. There are many crying emojis, as said (e.g. 😢,😭,😂,😿,😹)  In most programming languages it would be impossible to use them in variable names, as the symbols would break the language's syntax rules.  A notable exception to this is {{w|Swift (programming language)|Swift}}, Apple's new programming language, in which the code can understand and use emojis in variables.  Java, as another example, allows unicode characters in variable names as long as they are letter, numeric, combining or non-formatting marks. (See [http://docs.oracle.com/javase/specs/jls/se7/html/jls-3.html#jls-3.8] and [http://docs.oracle.com/javase/7/docs/api/java/lang/Character.html#isUnicodeIdentifierPart%28int%29]).  Also, some C++ compilers support foreign Unicode characters and can have emoji in that manner.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball showing Ponytail his laptop]&lt;br /&gt;
:Cueball: Keep in mind that I'm self-taught, so my code may be a little messy.&lt;br /&gt;
:Ponytail: Lemme see - I'm sure it's fine.&lt;br /&gt;
&lt;br /&gt;
:[Ponytail sits at desk]&lt;br /&gt;
:Ponytail: ...Wow. This is like being in a house built by a child using nothing but a hatchet and a picture of a house.&lt;br /&gt;
&lt;br /&gt;
:Ponytail: It's like a salad recipe written by a corporate lawyer using a phone autocorrect that only knew Excel formulas.&lt;br /&gt;
&lt;br /&gt;
:Ponytail: It's like someone took a transcript of a couple arguing at IKEA and made random edits until it compiled without errors.&lt;br /&gt;
:Cueball: '''''Okay,''''' I'll read a style guide.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&amp;lt;!-- Include any categories below this line. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;/div&gt;</summary>
		<author><name>173.245.56.198</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1473:_Location_Sharing&amp;diff=82967</id>
		<title>1473: Location Sharing</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1473:_Location_Sharing&amp;diff=82967"/>
				<updated>2015-01-18T18:15:38Z</updated>
		
		<summary type="html">&lt;p&gt;173.245.56.198: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1473&lt;br /&gt;
| date      = January 14, 2015&lt;br /&gt;
| title     = Location Sharing&lt;br /&gt;
| image     = location_sharing.png&lt;br /&gt;
| titletext = Our phones must have great angular momentum sensors because the compasses really suck.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
In this comic, [[Megan]] is visiting a website on her mobile phone. After loading it, the website {{w|Location-based service|asks for her location}}. The choice between allowing or denying a website or app access to certain information is common among smartphones. The term &amp;quot;location sharing&amp;quot; specifically refers to when a smartphone user shares their location with such an entity. An example is a weather app which would need your location in order to automatically find the correct forecast.&lt;br /&gt;
&lt;br /&gt;
Megan is then asked her {{w|momentum}}, which she denies. The joke is based on the Heisenberg {{w|uncertainty principle}}, which, in quantum mechanics, states that one cannot accurately know both the location and momentum of any particle simultaneously.&lt;br /&gt;
&lt;br /&gt;
The ramifications of the uncertainty principle being violated in this context are unknown, but the comic might be alluding to security problems that appear if an untrusted application is given access to momentum data generated by the gyroscope. Access to gyroscope data can be used for reading passwords entered into the on-screen keyboard or even guessing keyboard strokes on a keyboard lying on the same table as the phone.&lt;br /&gt;
&lt;br /&gt;
It could also be an attempt to get [[Megan]] to unwillingly reveal her weight (mass to be more exact), as the mass can be inferred by dividing the momentum by velocity (the velocity in turn can be obtained by observing the change of the location over time). In order to be feasible, the location must be polled at least twice, as at least two location points are necessary to compute the velocity. It is a stereotype in many Western cultures that women tend to keep their weight secret. The stereotype implies that women tend to obsess about controlling (and not revealing) their weight in order to conform to societal and sexual pressure.&lt;br /&gt;
&lt;br /&gt;
The title text refers to the inclusion of {{w|gyroscope}}s in modern cell phones that measure angular momentum, mostly to detect when the phone is tilted, but also used in a few mobile games. Randall suggests the poor accuracy of the compasses in mobile phones (measuring the angular position) is due to the gyroscopes being too good. If both the gyroscope and the compasses were completely accurate to a subatomic scale, it would violate the uncertainty principle. Modern phones also include varied technologies (such as GPS) to pinpoint the user's location, with varying degrees of accuracy.&lt;br /&gt;
&lt;br /&gt;
The uncertainty principle has previously been referenced in [[824: Guest Week: Bill Amend (FoxTrot)]]. It has also been discussed in relation to the two comics [[1404: Quantum Vacuum Virtual Plasma]] and [[1416: Pixels]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Megan is holding her phone. Above her is the text she can see on the screen:]&lt;br /&gt;
:This website wants to know your location.&lt;br /&gt;
:[Two buttons are below this text. The first is white with a black frame and black text. The second (the chosen button) also has a black frame, but inside the frame is a black rectangle with white text. Around the chosen button are small lines indication rays.]&lt;br /&gt;
:Deny&lt;br /&gt;
:'''Allow'''&lt;br /&gt;
&lt;br /&gt;
:[Megan is holding her phone.]&lt;br /&gt;
&lt;br /&gt;
:[Megan is holding her phone. Above her is again the text she can see on the screen.]&lt;br /&gt;
:This website wants to know your momentum.&lt;br /&gt;
:[Two buttons are below this text. The first (the chosen button) has a black frame, but inside the frame is a black rectangle with white text. The second is white with a black frame and black text. Around the chosen button are small lines indication rays.]&lt;br /&gt;
:'''Deny'''&lt;br /&gt;
:Allow&lt;br /&gt;
&lt;br /&gt;
:Megan: Nice try.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;/div&gt;</summary>
		<author><name>173.245.56.198</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1474:_Screws&amp;diff=82966</id>
		<title>1474: Screws</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1474:_Screws&amp;diff=82966"/>
				<updated>2015-01-18T18:14:43Z</updated>
		
		<summary type="html">&lt;p&gt;173.245.56.198: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1474&lt;br /&gt;
| date      = January 16, 2015&lt;br /&gt;
| title     = Screws&lt;br /&gt;
| image     = screws.png&lt;br /&gt;
| titletext = If you encounter a hex bolt, but you only brought screwdrivers, you can try sandwiching the head of the bolt between two parallel screwdriver shafts, squeezing the screwdrivers together with a hand at either end, then twisting. It doesn't work and it's a great way to hurt yourself, but you can try it!&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
The comic features various real or imagined types of screws, listed below. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 25%&amp;quot;|Screw type&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| Phillips head&lt;br /&gt;
| {{w|List of screw drives#Phillips|Phillips screw drive}} and its corresponding screw head is one of the most recognizable types of screw heads that is commonly used in construction. This type of screw head was named after its inventor, a US businessman {{w|Henry F. Phillips}}. Neither the inventor nor his invention have any relationship to the Dutch electronics manufacturing company with similar, but not exactly the same name {{w|Philips}}.&lt;br /&gt;
|-&lt;br /&gt;
| Flat head&lt;br /&gt;
|  {{w|List_of_screw_drives#Slot|Slot head screws}} are frequently erroneously referred to as flat heads (a flat head screw refers, in fact, to the shape of the screw head, regardless of the shape of the drive socket). The slot head is also commonly used in construction. The diagram shows the slot truncated, while typically the slot almost always runs across the entire head of the screw (as in the case of the &amp;quot;uranium screw&amp;quot; below).&lt;br /&gt;
|-&lt;br /&gt;
| Uh oh. Maybe it's on Amazon? (star-shaped screw)&lt;br /&gt;
| Manufacturers sometimes use screws that require special screwdrivers in order to prevent the customer from opening the product. The reference to Amazon is presumably a suggestion to search Amazon.com for the screwdriver and seeing the ubiquitous &amp;quot;star reviews&amp;quot; everywhere. It may also be a veiled allusion to the comic book character {{w|Wonder Woman|Wonder Woman}}, who is an Amazon with a red star on her tiara as well as other star designs on her costume and paraphernalia. A number of star-shaped screw heads exist, notably the six-pointed {{w|Torx}}, and Apple's rounded {{w|Pentalobe screw|pentalobe screw}}, although there is no popular design that uses the 5-pointed star shape depicted in the comic. Torx screws are common in automotive applications — they are easier to tighten with electric screwdrivers — and on bicycles where a higher tightening torque is needed than hex screws can support. They are also commonly used on disk brake mounts.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Cursed -1 Phillips head&lt;br /&gt;
| The head of a screw can be stripped by overuse, tightening the screw too much, using the wrong size screwdriver, or other misuse. As the driving surfaces wear away, removing the screw becomes more difficult, and the added pressure needed to drive the screw usually damages it further. &lt;br /&gt;
&lt;br /&gt;
The addition of &amp;quot;cursed&amp;quot; and &amp;quot;-1&amp;quot; in the titles is a reference to various role playing games (e.g. Dungeons and Dragons), where magical &amp;quot;cursed&amp;quot; items appear frequently. This often makes the cursed equipment (in the case of armor or weapons) incredibly difficult to remove, as it will cling to the wielder. Similarly, the cursed Phillips Head screw becomes difficult to remove due to the stripped head.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;-1&amp;quot; refers to the damage of the screw head. In role playing games, items such as weapons and armor may have an &amp;quot;enchantment&amp;quot;, with a positive enchantment making the item more effective, and a negative enchantment making the item less effective. Negatively enchanted items are often also cursed, as is the case with this screw head. The &amp;quot;-1&amp;quot; does not appear to be a reference to a Philips bit-size number, as those are always positive.&lt;br /&gt;
&lt;br /&gt;
Notably, the stripped screw bears a resemblance to a {{w|List_of_screw_drives#Pozidriv|Pozidriv head}}, a modified version of the Phillips head designed to resist slipping and subsequent stripping. Using a Phillips head screwdriver in a Pozidriv screw is very likely to damage the screw head and cause a real Pozidriv screwdriver to no longer mate correctly.&lt;br /&gt;
|-&lt;br /&gt;
| Rivet&lt;br /&gt;
| A {{w|rivet}} is not a screw - it is a permanent fastener which is secured by deforming the body of the fastener. Rivets cannot be removed with a screwdriver, they must be &amp;quot;drilled out&amp;quot;. Some bolts also have rounded rivet-style heads, though, with no means of gripping them.&lt;br /&gt;
|-&lt;br /&gt;
| Phillips head ruiner ''(actually a hex screw)''&lt;br /&gt;
| A reference to the fact that {{w|List_of_screw_drives#Hex_socket|hex socket}} screws can, in a pinch, be removed with a Phillips screwdriver (rather than the intended {{w|Allen wrench}}) but this will likely damage the screwdriver in the process. Hex screws are common on bicycles, where they always come in the metric varieties. The same holds for hex screws which ship with Ikea furniture —who bundle a low-quality hex driver for those people who lack them. Imperial-sized hex screws do sometimes surface, to the dissatisfaction of anyone who owns a hex driver set. The smaller hex screws can enter the &amp;quot;-1&amp;quot; state when attempting to unscrew one that has been overtightened —hence the adoption of Torx screws in high-torque applications.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Uranium screw&lt;br /&gt;
| Uranium screws were [http://blog.nuclearsecrecy.com/2014/11/10/fat-mans-uranium/ used] in the [http://www.scintillators.ru/booc/criticality/reports/ref_050.pdf construction] of [http://www.osti.gov/scitech/servlets/purl/769001 nuclear weapons] during the twentieth century. Multiple radially extending short wave-like lines around the screw head symbolize radiant energy output, although real uranium screws were most likely made of depleted uranium, which is [http://www.gulflink.osd.mil/du_ii/du_ii_tabc.htm 40 percent less radioactive] than &amp;quot;raw&amp;quot; naturally-occurring uranium.&lt;br /&gt;
|-&lt;br /&gt;
| Phillip's head&lt;br /&gt;
| This is a literal (and rather morbid) interpretation of the misspelling &amp;quot;Phillip's head&amp;quot; when &amp;quot;Phillips head&amp;quot; is meant. Rather than refer to the screw type, this &amp;quot;screw&amp;quot; is actually a bloody bag containing the severed head of someone named Phillip. It could possibly be an allusion to one of the {{w|Decapitation|decapitations}} of the royal persons that took place several times in the human history, perhaps even more specifically to {{w|French Revolution|revolutionary France}} where {{w|Capital punishment|capital punishment}} by decapitation was made well-known due to introduction of {{w|Guillotine|guillotine}} and its active use against the former royalty. However, despite the {{w|Philip|name Phillip being used by several members of the upper echelon of French royalty}}, none of the {{w|List of people who were beheaded|famous people ever executed this way in France or anywhere else}} were called Phillip, although {{w|Louis Philippe II, Duke of Orléans|Philippe Égalité}}, the adopted name of Louis Philippe Joseph d'Orléans, ''was'' guillotined. Intentionally or otherwise, this last punchline could be described as a &amp;quot;mind screw&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|Hex bolt (title text)&lt;br /&gt;
|A {{w|List_of_screw_drives#Hex|hex bolt}} has six external sides, so it could in theory be held by squeezing two screwdriver shafts together with the bolt in between. The amount of force on the two screwdriver shafts needed to turn the hex bolt will probably exceed the strength of human hands - the attempt would most likely only result in causing your hands to cramp or causing the screwdrivers to slip and cause further injury.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Eight drawings of different types of heads each with a caption:]&lt;br /&gt;
:Phillips head&lt;br /&gt;
:Flat head&lt;br /&gt;
:Uh oh. Maybe it's on Amazon?&lt;br /&gt;
:Cursed -1 Phillips head&lt;br /&gt;
:Crap, it's a ''rivet''.&lt;br /&gt;
:Phillips-head ruiner&lt;br /&gt;
:Uranium screw (a real thing)&lt;br /&gt;
:Phillip's head&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>173.245.56.198</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1437:_Higgs_Boson&amp;diff=77760</id>
		<title>Talk:1437: Higgs Boson</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1437:_Higgs_Boson&amp;diff=77760"/>
				<updated>2014-10-24T14:37:10Z</updated>
		
		<summary type="html">&lt;p&gt;173.245.56.198: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;They can lose the DATA about Higgs Boson. To help prevent such possibility, I would like to mention that the found Higgs Boson energy is between 125 and 126 GeV/c^2 [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 12:18, 22 October 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:It may be nitpicking because of the 'equivalancy of mass and energy', but isn't the term ''GeV/c2'' usually used to describe a particle's mass while ''GeV'' is used to describe its energy?--[[User:Dangerkeith3000|Dangerkeith3000]] ([[User talk:Dangerkeith3000|talk]]) 15:29, 22 October 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: You are right with the terms. However, when speaking about mass the &amp;quot;/c^2&amp;quot; term is implicit. [[Special:Contributions/108.162.217.125|108.162.217.125]] 03:46, 24 October 2014 (UTC)BK201&lt;br /&gt;
&lt;br /&gt;
Sorry, felt it better to change &amp;quot;play 'hide and seek' with&amp;quot; to &amp;quot;know the current location of&amp;quot;, because it read too as too anthropomorphic for the tone of the explanation. Like I don't play hide-and-seek with my house-keys, when they're temporarily unlocated. (Unless the world is weirder than I'm aware of, and the voices in my head are right after all!) Apologies if the hyperbole was the intent, and feel free to revert. [[Special:Contributions/141.101.98.247|141.101.98.247]] 14:53, 22 October 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
The 4th paragraph begins with &amp;quot;Meagan's mention that &amp;quot;The death isn't even very serious&amp;quot;...&amp;quot;.  Shouldn't it be Ponytail, not Meagan? --[[Special:Contributions/108.162.216.111|108.162.216.111]] 16:28, 22 October 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Or Cueball. Changing to &amp;quot;The comment...&amp;quot; [[Special:Contributions/173.245.54.195|173.245.54.195]] 17:36, 22 October 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Though of course this is a comic and not an actual transcript of a news conference or proceedings determining actual grant money, is there something significant missing or unanswered about the Higgs Boson that would require significantly more money (for e.g. a BIGGER COLLIDER!!!!!!!!)? Or is this rather a play at the &amp;quot;Find/Found&amp;quot; difference, and Randall just used the Higgs to make the point? I believe last I heard they found something that must be it, but I suppose further study was required to confirm it (or something)... [[User:Brettpeirce|Brettpeirce]] ([[User talk:Brettpeirce|talk]]) 20:37, 22 October 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Maybe they just precisely determined it's momentum? {{unsigned|Craignelson7007}}&lt;br /&gt;
&lt;br /&gt;
I don't read the &amp;quot;just one&amp;quot; reference as being just one death - &amp;quot;... to build a death ray.' 'Just one, though.'&amp;quot; certainly sounds like they built just one death ray. [[Special:Contributions/173.245.62.74|173.245.62.74]] 03:11, 24 October 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:In the phrase &amp;quot;the death isn't even very serious&amp;quot;, &amp;quot;the death&amp;quot; is singular.  I read this to mean &amp;quot;we didn't even kill someone important.&amp;quot;  It is likely ambiguous intentionally.  It could also mean &amp;quot;the death ray doesn't cause very serious death.&amp;quot; as though you could cause a mild death.  &amp;quot;Don't worry he's only dead.  He won't mind.&amp;quot; [[Special:Contributions/173.245.48.79|173.245.48.79]] 04:31, 24 October 2014 (UTC)BLuDgeons&lt;br /&gt;
&lt;br /&gt;
In the explination they mention that they caused the eventual death of a helicopter.  It hasn't been proven (as of yet) that helicopter cancer caused the helicopter's early death.  There are plenty of human cancers that that can smolder on for years.  Prostate cancer comes to mind.[[Special:Contributions/173.245.56.198|173.245.56.198]] 14:36, 24 October 2014 (UTC)&lt;/div&gt;</summary>
		<author><name>173.245.56.198</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1437:_Higgs_Boson&amp;diff=77759</id>
		<title>Talk:1437: Higgs Boson</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1437:_Higgs_Boson&amp;diff=77759"/>
				<updated>2014-10-24T14:36:33Z</updated>
		
		<summary type="html">&lt;p&gt;173.245.56.198: Helicopter cancer != Helicopter death&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;They can lose the DATA about Higgs Boson. To help prevent such possibility, I would like to mention that the found Higgs Boson energy is between 125 and 126 GeV/c^2 [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 12:18, 22 October 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:It may be nitpicking because of the 'equivalancy of mass and energy', but isn't the term ''GeV/c2'' usually used to describe a particle's mass while ''GeV'' is used to describe its energy?--[[User:Dangerkeith3000|Dangerkeith3000]] ([[User talk:Dangerkeith3000|talk]]) 15:29, 22 October 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: You are right with the terms. However, when speaking about mass the &amp;quot;/c^2&amp;quot; term is implicit. [[Special:Contributions/108.162.217.125|108.162.217.125]] 03:46, 24 October 2014 (UTC)BK201&lt;br /&gt;
&lt;br /&gt;
Sorry, felt it better to change &amp;quot;play 'hide and seek' with&amp;quot; to &amp;quot;know the current location of&amp;quot;, because it read too as too anthropomorphic for the tone of the explanation. Like I don't play hide-and-seek with my house-keys, when they're temporarily unlocated. (Unless the world is weirder than I'm aware of, and the voices in my head are right after all!) Apologies if the hyperbole was the intent, and feel free to revert. [[Special:Contributions/141.101.98.247|141.101.98.247]] 14:53, 22 October 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
The 4th paragraph begins with &amp;quot;Meagan's mention that &amp;quot;The death isn't even very serious&amp;quot;...&amp;quot;.  Shouldn't it be Ponytail, not Meagan? --[[Special:Contributions/108.162.216.111|108.162.216.111]] 16:28, 22 October 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Or Cueball. Changing to &amp;quot;The comment...&amp;quot; [[Special:Contributions/173.245.54.195|173.245.54.195]] 17:36, 22 October 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Though of course this is a comic and not an actual transcript of a news conference or proceedings determining actual grant money, is there something significant missing or unanswered about the Higgs Boson that would require significantly more money (for e.g. a BIGGER COLLIDER!!!!!!!!)? Or is this rather a play at the &amp;quot;Find/Found&amp;quot; difference, and Randall just used the Higgs to make the point? I believe last I heard they found something that must be it, but I suppose further study was required to confirm it (or something)... [[User:Brettpeirce|Brettpeirce]] ([[User talk:Brettpeirce|talk]]) 20:37, 22 October 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
Maybe they just precisely determined it's momentum? {{unsigned|Craignelson7007}}&lt;br /&gt;
&lt;br /&gt;
I don't read the &amp;quot;just one&amp;quot; reference as being just one death - &amp;quot;... to build a death ray.' 'Just one, though.'&amp;quot; certainly sounds like they built just one death ray. [[Special:Contributions/173.245.62.74|173.245.62.74]] 03:11, 24 October 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
:In the phrase &amp;quot;the death isn't even very serious&amp;quot;, &amp;quot;the death&amp;quot; is singular.  I read this to mean &amp;quot;we didn't even kill someone important.&amp;quot;  It is likely ambiguous intentionally.  It could also mean &amp;quot;the death ray doesn't cause very serious death.&amp;quot; as though you could cause a mild death.  &amp;quot;Don't worry he's only dead.  He won't mind.&amp;quot; [[Special:Contributions/173.245.48.79|173.245.48.79]] 04:31, 24 October 2014 (UTC)BLuDgeons&lt;br /&gt;
&lt;br /&gt;
:In the explination they mention that they caused the eventual death of a helicopter.  It hasn't been proven (as of yet) that helicopter cancer caused the helicopter's early death.  There are plenty of human cancers that that can smolder on for years.  Prostate cancer comes to mind.[[Special:Contributions/173.245.56.198|173.245.56.198]] 14:36, 24 October 2014 (UTC)&lt;/div&gt;</summary>
		<author><name>173.245.56.198</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=325:_A-Minus-Minus&amp;diff=77344</id>
		<title>325: A-Minus-Minus</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=325:_A-Minus-Minus&amp;diff=77344"/>
				<updated>2014-10-16T04:04:59Z</updated>
		
		<summary type="html">&lt;p&gt;173.245.56.198: Added a reference to the comic.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 325&lt;br /&gt;
| date      = October 5, 2007&lt;br /&gt;
| title     = A-Minus-Minus&lt;br /&gt;
| image     = a-minus-minus.png&lt;br /&gt;
| titletext = You can do this one in every 30 times and still have 97% positive feedback&lt;br /&gt;
}}&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
[[Black Hat]] is trying to make the world a weirder place by shipping bobcats to his {{w|eBay}} buyers. Ordinarily, negative feedback is used to warn future buyers about sellers that ship broken products or post misleading listings. In this case, the unfortunate buyer is leaving feedback warning future buyers that Black Hat ships bobcats instead of the actual products, though &amp;quot;would not buy again&amp;quot; seems to be a rather feeble response to the replacement. This appears to have been a continuing project, as [[Cueball]] receives random packages a year and a half later ([[576: Packages]]). Four years later, it is shown that you can blackmail Black Hat into not sending you a bobcat ([[837: Coupon Code]]). This comic is also referenced in [http://www.amazon.com/review/R2PBRQNTVGO7NH/ref=cm_cr_dp_title?ie=UTF8&amp;amp;ASIN=0544272994&amp;amp;nodeID=283155&amp;amp;store=books a popular Amazon review] for Randall Munroe's book, What If: Serious Scientific Answers to Absurd Hypothetical Questions.&lt;br /&gt;
&lt;br /&gt;
Like the weak &amp;quot;would not buy again&amp;quot; comment is a play on the stock &amp;quot;would buy again&amp;quot; comment often found in positive eBay feedback, the title &amp;quot;A-Minus-Minus&amp;quot; is a play on the frequent comment &amp;quot;A++&amp;quot;.  That in turn, sometimes with varying numbers of pluses, seems to be an easy way people use to pad the end of an eBay comment field to the maximum 80 characters. It's also a reference to jokes in which exceptionally good schoolwork is graded with extra pluses after an A+ (and exceptionally bad work is graded with large numbers of minuses after an F). And finally, it's also a subtle reference to the {{w|Futurama}} episode {{w|A Big Piece of Garbage}}; at one point in that episode, one character, as an act of petty revenge, gives another &amp;quot;the worst grade imaginable&amp;quot;: an A-minus-MINUS. &lt;br /&gt;
&lt;br /&gt;
The title text is about a flaw in eBay's feedback system: You can intentionally do nasty things to your buyers and get ''very'' bad reviews, but still have overall high feedback scores as long as you don't do it too often. (See also [[937: TornadoGuard]], which shows a different flaw in the concept of averaging reviews—namely that five-star reviews for aesthetic qualities are weighted equally to one-star reviews for major functional deficits—and [[1098: Star Ratings]], which addresses the topic as well.) These reviews would be disregarded by future customers as well for their weirdness.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Black Hat is packing a bobcat into a box; Megan stands beside him.]&lt;br /&gt;
&lt;br /&gt;
:Megan: What are you doing?&lt;br /&gt;
:Black Hat: Making the world a weirder place.&lt;br /&gt;
&lt;br /&gt;
:Bobcat: ''mrrowlll''&lt;br /&gt;
:[Black Hat has finished taping the package for shipping.]&lt;br /&gt;
:Black Hat: Starting with my eBay feedback page.&lt;br /&gt;
&lt;br /&gt;
:[Bandaged person at a computer with assorted debris around the floor.]&lt;br /&gt;
:Screen: comments:&lt;br /&gt;
:Bandaged person typing: Instead of office chair package contained bobcat.&lt;br /&gt;
:Bandaged person typing: Would not buy again.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Black Hat]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Bobcats]]&lt;/div&gt;</summary>
		<author><name>173.245.56.198</name></author>	</entry>

	</feed>