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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1179:_ISO_8601&amp;diff=92190</id>
		<title>1179: ISO 8601</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1179:_ISO_8601&amp;diff=92190"/>
				<updated>2015-05-04T02:13:04Z</updated>
		
		<summary type="html">&lt;p&gt;199.27.128.172: /* Explanation */ european dates are stupid&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1179&lt;br /&gt;
| date      = February 27, 2013&lt;br /&gt;
| title     = ISO 8601&lt;br /&gt;
| image     = iso_8601.png&lt;br /&gt;
| titletext = ISO 8601 was published on 06/05/88 and most recently amended on 12/01/04.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
When abbreviating the date into numerical form, {{w|Date format by country|various areas of the world}} tend to list the year, month, and day in different orders (as well as with different delimiting symbols), which can cause confusion particularly when the day value is 12 or lower allowing it to be easily interpreted as the month and vice versa. As a {{w|public service announcement}}, this comic states that there is in fact one international standard for writing numeric dates, set by the {{w|International Organization for Standardization}} in its {{w|ISO 8601}} standard.&lt;br /&gt;
&lt;br /&gt;
The comic then proceeds to list several discouraged ways of writing out the date of the comic's publication, as they do not match the standard. It begins with several commonly used ones in countries around the world, but then begins to list increasingly uncommon ways, ranging from strange (Roman numerals) to quirky (binary, Unix time) to essentially impossible (painting the numbers onto a black cat).&lt;br /&gt;
&lt;br /&gt;
The title text provides a perfect example of the kind of ambiguity that can arise when non-standard formats are used. The ISO standard was in fact published on 1988-06-05 and amended on 2004-12-01. This is mentioned in the title text in mm/dd/yy format; however, there is no way to naturally figure this out, particularly with the second date. With the year truncated to two digits and all three numbers at 12 or lower, the date may well be interpreted as 12 January 2004, or 4 January 2012.&lt;br /&gt;
&lt;br /&gt;
Date formats was again the subject in [[1340: Unique Date]].&lt;br /&gt;
&lt;br /&gt;
The other mentioned formats are:&lt;br /&gt;
&lt;br /&gt;
{| class=wikitable&lt;br /&gt;
! Date !! Explanation&lt;br /&gt;
|-&lt;br /&gt;
| 02/27/2013&lt;br /&gt;
| MM/DD/YYYY, used mostly in the United States.&lt;br /&gt;
|-&lt;br /&gt;
| 02/27/13&lt;br /&gt;
| MM/DD/YY, same as above but with the year shortened to two digits.&lt;br /&gt;
|-&lt;br /&gt;
| 27/02/2013&lt;br /&gt;
| DD/MM/YYYY, used variously in South America, Canada ({{w|Date_and_time_notation_in_Canada|officially uses ISO 8601}}), Australia, New Zealand and Europe.&lt;br /&gt;
|-&lt;br /&gt;
| 27/02/13&lt;br /&gt;
| DD/MM/YY, same as above but with the year shortened to two digits.&lt;br /&gt;
|-&lt;br /&gt;
| 20130227&lt;br /&gt;
| YYYYMMDD, same as ISO 8601 without delimiting punctuation. Allowed by the standard. Technically not ambiguous but is hard to read as a date at first glance.&lt;br /&gt;
|-&lt;br /&gt;
| 2013.02.27&lt;br /&gt;
| YYYY.MM.DD, used in Japan. Same as ISO 8601 except with different punctuation.&lt;br /&gt;
|-&lt;br /&gt;
| 27.02.13&lt;br /&gt;
| DD.MM.YY, used in Germany, Russia, etc.&lt;br /&gt;
|-&lt;br /&gt;
| 27-02-13&lt;br /&gt;
| DD-MM-YY, used in Denmark, Netherlands, Indonesia, India, Bangladesh, etc.&lt;br /&gt;
|-&lt;br /&gt;
| 27.2.13&lt;br /&gt;
| D.M.YY. It is common in several areas to abbreviate the month or day to a single digit and drop the leading zero when possible.&lt;br /&gt;
|-&lt;br /&gt;
| 2013. II. 27.&lt;br /&gt;
| YYYY. MM. DD., with month as {{w|Roman numerals}}, used in Hungary.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;sup&amp;gt;27&amp;lt;/sup&amp;gt;⁄&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;-13&lt;br /&gt;
| &amp;lt;sup&amp;gt;D&amp;lt;/sup&amp;gt;⁄&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;-YY, traditional format in Sweden&lt;br /&gt;
|-&lt;br /&gt;
| 2013.158904109&lt;br /&gt;
| Year and decimal fraction of year. 0.158904109 is a decimal approximation of 58/365, with February 27 being the 58th day of the year. Allowed in ISO 8601 as it is not ambiguous; presumably easier to read for computers/programs but difficult for humans.&lt;br /&gt;
|-&lt;br /&gt;
| MMXIII-II-XXVII&lt;br /&gt;
| The ISO 8601 standard but written in Roman numerals. Never used as a traditional standard anywhere as it is hard to read, parse, and interpret for no benefit.&lt;br /&gt;
|-&lt;br /&gt;
| MMXIII &amp;lt;sup&amp;gt;LVII&amp;lt;/sup&amp;gt;⁄&amp;lt;sub&amp;gt;CCCLXV&amp;lt;/sub&amp;gt;&lt;br /&gt;
| Year followed by its partial fraction 57/365, all in Roman numerals. Equally useless as the above. As a note, apparently this 'standard' is different from the decimal fraction two rows above, as the decimal fraction notation uses the ''end'' of the day (first day of the year is 1/365 while the last is 365/365), while this uses the ''beginning'' (first day is 0/365 and last is 364/365).&lt;br /&gt;
|-&lt;br /&gt;
| 1330300800&lt;br /&gt;
| {{w|Unix time|UNIX Timestamp}}, a standard method of storing absolute time in many computer systems and defined as the number of seconds since 00:00:00 on 1 January 1970 (UTC). The Unix time listed here appears to mistakenly be for '''2012'''-02-27, which is also mentioned by [[Randall]] in the original transcript.&lt;br /&gt;
|-&lt;br /&gt;
| ((3+3)×(111+1)-1)×3/3-1/3&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
| A useless format where the numbers 2013, 2, and 27 written as needlessly long arithmetic expressions using just the digits 1 and 3. For additional confusion, the values are delimited by slashes, enabling confusion with the fraction bar.  (If evaluated literally, the entire expression evaluates to 670.963, or 671 minus 1 divided by 27.)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;span style=&amp;quot;position:absolute;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;2&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;position:absolute;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;27&amp;lt;/span&amp;gt;2013&lt;br /&gt;
| A nearly impossible to read date &amp;quot;format&amp;quot; that can be considered a parody &amp;quot;compromise&amp;quot; between different formats: rather than argue about the order in which the year, month, and day should be, they are simply all written on top of each other. As a &amp;quot;bonus&amp;quot;, there is also no arguing over which separator character to use.&lt;br /&gt;
|-&lt;br /&gt;
| 10/11011/1101&lt;br /&gt;
| The US mm/dd/yy format in {{w|Binary number|binary}}, corresponding to 2/27/13. Never used for obvious reasons.&lt;br /&gt;
|-&lt;br /&gt;
| 02/27/20/13&lt;br /&gt;
| MM/DD/CC/YY, where CC stands for century. This format is never used. Note that while months and days count starting from 1, centuries and years in this format count from 0 for extra confusion. But the CC value is widely used on many operating systems to distinguish between the 20th and 21st century, represented by the values &amp;quot;19&amp;quot; and &amp;quot;20&amp;quot; because 1950 belongs to the 20th century.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;sup&amp;gt;&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;lt;/sup&amp;gt;0&amp;lt;sub&amp;gt;&amp;lt;sub&amp;gt;5&amp;lt;/sub&amp;gt;&amp;lt;/sub&amp;gt;&amp;lt;sup&amp;gt;&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&amp;lt;/sup&amp;gt;1&amp;lt;sup&amp;gt;&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&amp;lt;/sup&amp;gt;2&amp;lt;sub&amp;gt;&amp;lt;sub&amp;gt;67&amp;lt;/sub&amp;gt;&amp;lt;/sub&amp;gt;&amp;lt;sup&amp;gt;&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&amp;lt;/sup&amp;gt;37&amp;lt;sub&amp;gt;&amp;lt;sub&amp;gt;8&amp;lt;/sub&amp;gt;&amp;lt;/sub&amp;gt;&lt;br /&gt;
| An obfuscated format where the small numbers indicate the positions where the large digits should be placed. In this reading, 0 is used at positions 2 and 5, 1 is used on position 3, etc.; the result being 20130227&lt;br /&gt;
|-&lt;br /&gt;
| [A hissing black cat with &amp;quot;2-27-13&amp;quot; painted on it]&lt;br /&gt;
| In Western cultures, black cats and the number 13 are associated with bad luck. The cat might also just be angry that someone covered it in paint.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:Public Service Announcement:&lt;br /&gt;
&lt;br /&gt;
:Our different ways of writing dates as numbers can lead to online confusion. That's why in 1988 ISO set a global standard numeric date format. This is '''''the''''' correct way to write numeric dates:&lt;br /&gt;
&lt;br /&gt;
::2013-02-27&lt;br /&gt;
&lt;br /&gt;
:The following formats are therefore discouraged:&lt;br /&gt;
:*02/27/2013&lt;br /&gt;
:*02/27/13&lt;br /&gt;
:*27/02/2013&lt;br /&gt;
:*27/02/13&lt;br /&gt;
:*20130227&lt;br /&gt;
:*2013.02.27&lt;br /&gt;
:*27.02.13&lt;br /&gt;
:*27-02-13&lt;br /&gt;
:*27.2.13&lt;br /&gt;
:*2013. II. 27.&lt;br /&gt;
:*&amp;lt;sup&amp;gt;27&amp;lt;/sup&amp;gt;⁄&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;-13&lt;br /&gt;
:*2013.158904109&lt;br /&gt;
:*MMXIII-II-XXVII&lt;br /&gt;
:*MMXIII &amp;lt;sup&amp;gt;LVII&amp;lt;/sup&amp;gt;⁄&amp;lt;sub&amp;gt;CCCLXV&amp;lt;/sub&amp;gt;&lt;br /&gt;
:*1330300800 [This is the UNIX time for *2012*-02-27, Randall.]&lt;br /&gt;
:*((3+3)×(111+1)-1)×3/3-1/3&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&lt;br /&gt;
:*&amp;lt;span style=&amp;quot;position:absolute;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;2&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;position:absolute;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;27&amp;lt;/span&amp;gt;2013 [the numbers 2013, 02, and 27 written overlapping each other]&lt;br /&gt;
:*10/11011/1101&lt;br /&gt;
:*02/27/20/13&lt;br /&gt;
:*&amp;lt;sup&amp;gt;&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;lt;/sup&amp;gt;0&amp;lt;sub&amp;gt;&amp;lt;sub&amp;gt;5&amp;lt;/sub&amp;gt;&amp;lt;/sub&amp;gt;&amp;lt;sup&amp;gt;&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&amp;lt;/sup&amp;gt;1&amp;lt;sup&amp;gt;&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&amp;lt;/sup&amp;gt;2&amp;lt;sub&amp;gt;&amp;lt;sub&amp;gt;67&amp;lt;/sub&amp;gt;&amp;lt;/sub&amp;gt;&amp;lt;sup&amp;gt;&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&amp;lt;/sup&amp;gt;37&amp;lt;sub&amp;gt;&amp;lt;sub&amp;gt;8&amp;lt;/sub&amp;gt;&amp;lt;/sub&amp;gt;&lt;br /&gt;
:*[A black cat with 2-27-13 scrawled across its body in dripping white paint.]&lt;br /&gt;
:**Cat: ''Hissss''&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Math]]&lt;/div&gt;</summary>
		<author><name>199.27.128.172</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1506:_xkcloud&amp;diff=88043</id>
		<title>Talk:1506: xkcloud</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1506:_xkcloud&amp;diff=88043"/>
				<updated>2015-04-02T06:01:01Z</updated>
		
		<summary type="html">&lt;p&gt;199.27.128.172: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The lack of a hover text breaks all sorts of things :) e.g. Floern's unofficial xkcd browser linked here via the hover text but it won't display the link or the lack of give text if there's no hover text! We may get a few less visitors for this comic as a result...&lt;br /&gt;
&lt;br /&gt;
[[Special:Contributions/108.162.229.115|108.162.229.115]] 08:42, 1 April 2015 (UTC)&lt;br /&gt;
:Still getting swamped, it's business as usual for April 1st. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 09:06, 1 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Why is &amp;quot;literally on fire&amp;quot; a question? [[Special:Contributions/108.162.249.163|108.162.249.163]] 09:52, 1 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:It indicates uncertainty. He's not really asking a question, but making a statement hesitantly. {{unsigned ip|141.101.99.22}}&lt;br /&gt;
&lt;br /&gt;
::Indeed, see also {{w|uptalk}}. [[User:Pesthouse|Pesthouse]] ([[User talk:Pesthouse|talk]]) 10:03, 1 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
How does i work? Does it work? When i click the &amp;quot;Help us&amp;quot;-Button i just get a blank comic with &amp;quot;...&amp;quot; written at the top :( [[Special:Contributions/108.162.254.148|108.162.254.148]] 10:14, 1 April 2015 (UTC)&lt;br /&gt;
:same here. any hint? --[[Special:Contributions/141.101.92.82|141.101.92.82]] 22:58, 1 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Oh boy, time to find out if mediawiki does imagemaps.--[[User:Henke37|Henke37]] ([[User talk:Henke37|talk]]) 10:31, 1 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
The image was updated on xkcd.com the button now reads &amp;quot;Click here to help us recover user data before facebook &amp;amp; ca notice we lost it [[User:ẞ qwertz|ẞ qwertz]] ([[User talk:ẞ qwertz|talk]]) 10:48, 1 April 2015 (UTC)&lt;br /&gt;
:Can someone update the picture without just making a screen shoot? It is not like you can save it the normal way. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:39, 1 April 2015 (UTC)&lt;br /&gt;
::I have never understood how this works. I did try to change to the new version, but it somehow keeps loading the old version, even though I know that I did load a new version up. Even on the file page my file loads as the wrong one. I have tried this more than once... Previously the image has updates to the new version later without a new upload appearing. But I have no idea why...? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 19:39, 1 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I decided to '''man up''', get the train rolling and submitted the '''first revision''' of the explanation. Do expand, retouch, overwrite, format and correct my simple explanation. I didn't know if the 3 already existing posts, the ambiguous text posts or the drawings are user-based, so I avoided saying so in the explanation. I'll just add something about the covet/thirst/hanker/crave in a moment, and I'm done. [[Special:Contributions/173.245.53.151|173.245.53.151]] 11:11, 1 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
This comic has an empty alt text. See http://m.xkcd.com/1506/. [[Special:Contributions/108.162.221.201|108.162.221.201]] 13:50, 1 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
* There's a silent character limit (no error message, just non-acceptance; You can still comment the image again, but the text is lost unless you copied it first) somewhere between 222 and 298 chars. I tried to make a start at playing Identik with an image, but only came half way through. Guess, I have to write shorter...&lt;br /&gt;
* Someone figured out, how to copy&amp;amp;paste some grayscale image.&lt;br /&gt;
* I managed to submit a color image, but haven't seen it coming back yet. Tell me when you find a red one.&lt;br /&gt;
* There is at least one image that is too fine to have been drawn in that minimal editor (squirrel+football). I guess, it's one of the initial images that Randall provided. -- [[User:Xorg|Xorg]] ([[User talk:Xorg|talk]]) 14:00, 1 April 2015 (UTC)&lt;br /&gt;
** There's also an image of Buzz Lightyear that appears to be copy-pasted in. I'm not sure how someone would have accomplished that. How did you mange to get color, user 2 above me? If anyone seems a stick-figure comic titled 2006 in which one character says to the other &amp;quot;You're never going to achieve anything if you spend all your time on that web comic ... Now back to my Zune research&amp;quot;, that's mine. Post here and let me know! [[User:TheHYPO|TheHYPO]] ([[User talk:TheHYPO|talk]]) 14:33, 1 April 2015 (UTC)&lt;br /&gt;
*** I used the web console to get a drawing context on the canvas object. After submission the image was actually transferred to the lower area, but now, I suspect that it wasn't really the data that got uploaded... -- [[User:Xorg|Xorg]] ([[User talk:Xorg|talk]]) 15:00, 1 April 2015 (UTC)&lt;br /&gt;
**** I used a similar method (injecting modified base64 directly into the stream) to submit goatse :) --[[User:Okofish|Okofish]] ([[User talk:Okofish|talk]]) 22:41, 1 April 2015 (UTC)&lt;br /&gt;
:Yes although I'm certain that most of the images are from users, it would be nice to hear from someone who can confirm that one of their images has been spotted {{unsigned|Kynde}}&lt;br /&gt;
::I can at least confirm that one of my texts has been spottet by someone else. I got the black image and wrote &amp;quot;I finally managed to disable the flashlight of my camera&amp;quot;. Later I saw an image combining a hammer, a nail and a camera to depict my description. -- [[User:Xorg|Xorg]] ([[User talk:Xorg|talk]]) 15:00, 1 April 2015 (UTC)&lt;br /&gt;
::The last computer device at the far right is a first generation SNES. [[Special:Contributions/173.245.56.193|173.245.56.193]] 15:12, 1 April 2015 (UTC)X&lt;br /&gt;
:::I keep reading the unidentified computer (second to rightmost) as a SunSPARC (that could kinda be the Sun logo) or a NEXT cube (right shape but no match to the logo) or something. Not sure where someone got 'radio transmitter'. [[User:Ijkcomputer|Ijkcomputer]] ([[User talk:Ijkcomputer|talk]]) 19:56, 1 April 2015 (UTC)&lt;br /&gt;
:::My first reaction to the second-to-rightmost was some kind of homebrew like an S-100 CP/M system with open-air cards in slots and a cased power supply or maybe a storage device, and a CRT with a graphic shown on it.[[User:Taibhse|Taibhse]] ([[User talk:Taibhse|talk]]) 04:45, 2 April 2015 (UTC)&lt;br /&gt;
*I think the general idea is based on a game that I think is called the fax machine game? [[Special:Contributions/198.41.242.5|198.41.242.5]] 15:29, 1 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I really, really, hope that some people have seen my contributions. They're pretty damn funny. [[User:YourLifeisaLie|The Goyim speaks]] ([[User talk:YourLifeisaLie|talk]]) 17:20, 1 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
There's a link(Don't contact us) at the bottom of the list on the left that leads to a chatroom.[[User:Foldark|Foldark]] ([[User talk:Foldark|talk]]) 22:29, 1 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Seems like the comic stopped working right now? --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:46, 1 April 2015 (UTC)&lt;br /&gt;
:It is also not working for me.  I had assumed I was personally blocked for polling the server too often... but maybe we DDOSed it. -[[User:452|452]] ([[User talk:452|talk]]) 22:55, 1 April 2015 (UTC)&lt;br /&gt;
:It's working for me again. -[[User:452|452]] ([[User talk:452|talk]]) 22:56, 1 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I believe the 'Don't contact us' button is slowly fading away. [[Special:Contributions/173.245.50.137|173.245.50.137]] 02:18, 2 April 2015 (UTC)&lt;br /&gt;
:I believe the chat has been removed, I just got booted with a &amp;quot;This room requires a passcode&amp;quot;, and now it won't load: https://euphoria.io/room/xkcd/ -[[User:452|452]] ([[User talk:452|talk]]) 02:33, 2 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Looks like something Randall drew originally... https://xkcd.com/1506/#post/d6e6524c-80a5-5672-a539-8076c5c0342f&lt;br /&gt;
--[[Special:Contributions/199.27.128.172|199.27.128.172]] 06:01, 2 April 2015 (UTC)&lt;/div&gt;</summary>
		<author><name>199.27.128.172</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1494:_Insurance&amp;diff=85993</id>
		<title>Talk:1494: Insurance</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1494:_Insurance&amp;diff=85993"/>
				<updated>2015-03-11T01:21:33Z</updated>
		
		<summary type="html">&lt;p&gt;199.27.128.172: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Well...suck for you.&lt;br /&gt;
[[Special:Contributions/108.162.215.57|108.162.215.57]] 05:17, 4 March 2015 (UTC) RobotGoggles&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Incomplete tag?'''&lt;br /&gt;
I know it's pretty early, and the explanation is bound to be rewritten, but the current explanation is a little confusing, and makes a couple jumps that I wouldn't necessarily make. Maybe the incomplete tag shouldn't be removed yet? I'd do it, but I don't really know enough about actually editing the explanations to feel comfortable doing it yet.&lt;br /&gt;
[[User:ARoseByAnyOtherName|ARoseByAnyOtherName]] ([[User talk:ARoseByAnyOtherName|talk]]) 08:52, 4 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
: I mean, I had written an explanation I'd say was a bit clearer (if a bit more complicated), but some unregistered user removed most of it... Makes me a bit grumpy. The newly added ''Lifehacks vs. IT hacks'' section brings up most of the things that person removed, though, so this should be complete enough. [[User:Obskyr|Obskyr]] ([[User talk:Obskyr|talk]]) 09:44, 4 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Well, for what it's worth, I liked your version better. --[[User:RenniePet|RenniePet]] ([[User talk:RenniePet|talk]]) 10:47, 4 March 2015 (UTC)&lt;br /&gt;
:::Not only that. The new version was so bad I decided to revert to Obskyr's. [http://www.explainxkcd.com/wiki/index.php?title=1494%3A_Insurance&amp;amp;diff=85633&amp;amp;oldid=85624] [[Special:Contributions/108.162.221.201|108.162.221.201]] 13:54, 4 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
;Any meaning to conveyer?&lt;br /&gt;
&lt;br /&gt;
The spelling error in the alt text seems like a simple typo.&lt;br /&gt;
&lt;br /&gt;
Lawyer? I assumed it was a salesman or HR guy. --[[User:RenniePet|RenniePet]] ([[User talk:RenniePet|talk]]) 08:50, 4 March 2015 (UTC)&lt;br /&gt;
:: Insurance agent.  Not exactly a salesman; agents have multiple hats.  You don't get fire insurance from HR.[[User:Taibhse|Taibhse]] ([[User talk:Taibhse|talk]]) 09:34, 4 March 2015 (UTC)&lt;br /&gt;
:::So you're saying the agents are TF2 players. [[Special:Contributions/108.162.237.161|108.162.237.161]] 04:45, 6 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
This is probably a reference to those youtube videos of ''life hacks'' of questionable legality. Eg signing up for one flight to take another[[Special:Contributions/108.162.219.100|108.162.219.100]] 16:44, 4 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I guess this might also relate to that (from my experience) programmers tend to like to break things (anything claimed to be &amp;quot;secure&amp;quot; seems to attract lots of people wanting to test out how secure) or find workarounds for things? [[User:Pinkishu|Pinkishu]] ([[User talk:Pinkishu|talk]]) 10:11, 4 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
;Hacking&lt;br /&gt;
&lt;br /&gt;
Please read [https://stallman.org/articles/on-hacking.html On Hacking]. I think the term you're looking for is cracking, or at least black hat hacking. Hacking a system would mean getting a system to do something unique and/or interesting. Or interacting with the system in a way that wasn't predicted. [[Special:Contributions/108.162.238.191|108.162.238.191]] 10:19, 4 March 2015 (UTC)&lt;br /&gt;
:You're right. But there is at least a second common usage for the word hack that is described by wikipedia as &amp;quot;an inelegant but effective solution to a computing problem&amp;quot;. When the insurance guy speaks about &amp;quot;cool hacks&amp;quot;, he's probably not refering to Stallman's definition. [[User:Nytux|Nytux]] ([[User talk:Nytux|talk]]) 09:41, 5 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
;Hard hacks&lt;br /&gt;
Things like lock-picking is often also seen as physical equivalents of hacking, not necessarily illegal but still something most people would look on with suspicion.[[Special:Contributions/108.162.254.98|108.162.254.98]] 10:21, 4 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Agree, this is excellent example on &amp;quot;hacking the computer&amp;quot;: there is nothing illegal on lock-picking itself. Even if you use it on someone's else door without permission, it would not be crime unless you actually ENTER the door (or damage the lock). Locksmiths MUST know how to do it. But ... first thing you think about when hearing lock-picking is that thiefs do it. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 11:37, 4 March 2015 (UTC)&lt;br /&gt;
::Before coming down into the comments, and seeing the last set of comments, I felt it necessary to make an edit to highlight just such an issue regarding the confusion about 'hacking'.  As a historical sideline, note also the term &amp;quot;cracksman&amp;quot; as used for those who illegally open safes (and others skilled with locks and barred entranceways, in a criminal manner), which predates all the above computer-era terminology. But I didn't want to add ''too'' much more to the explanation. [[Special:Contributions/141.101.98.181|141.101.98.181]] 17:25, 4 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think part of the point of today's comic is to point that contracts are somewhat similar to a computer program (both have definitions and rules by which the system must abide), but lack the strict rigor of the latter. So, when programmers read a  legal contract they immediately start searching for bugs or vulnerabilities or even syntax optimizations. {{unsigned ip|188.114.98.29}}&lt;br /&gt;
&lt;br /&gt;
;Why is it illegal to do things allowed by the contract?&lt;br /&gt;
Why is it illegal if the insurance company agreed that the &amp;quot;fraudulent&amp;quot; maneuver was accepted, by signing the contract allowing it?&lt;br /&gt;
[[Special:Contributions/199.27.128.172|199.27.128.172]] 23:22, 4 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
The contract doesn't have a section that says &amp;quot;and fraud is prohibited&amp;quot; because fraud is already prohibited by criminal law; thus, no need to spell it out.  It turns out that contracts will have many terms added by implication, particularly commercial contracts.&lt;br /&gt;
&lt;br /&gt;
:If you buy a shiny new gun, the instruction manual probably doesn't say &amp;quot;Oh, and by the way, if you point this thing at someone and pull the trigger while it's loaded, you may be charged with a crime.&amp;quot;  You're supposed to know that this is true BEFORE you buy a gun.  That's part of the joke... normal people know that looking for ways to get the insurance to pay out more than it should is insurance fraud.  People who think like programmers think they've found a loophole they can exploit. {{unsigned ip|108.162.237.170}}&lt;br /&gt;
&lt;br /&gt;
::Still, it's fraud to deliberately lie to the insurance company to make more money. I still don't see how taking advantage of the insurance company's mistakes is fraud, especially when you're just following the contract. Do companies have special privileges and entitlements to profit? --[[Special:Contributions/199.27.128.172|199.27.128.172]] 01:09, 11 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Another problem with your analogy is that shooting someone with a gun is a crime against a person, not the gun seller, while fraud is a crime against the other party. --[[Special:Contributions/199.27.128.172|199.27.128.172]] 01:21, 11 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
; ...&lt;br /&gt;
&lt;br /&gt;
Uh, why doesn't it mention life hacks at all in the &amp;quot;lifehacks vs IT hacks&amp;quot; section? Especially since I remember some lifehacks actually advocate for plain fucking stealing, like e.g. one which suggested that if you need a free umbrella, go to a restaurant and say you lost a black umbrella. [[Special:Contributions/141.101.89.224|141.101.89.224]] 01:56, 5 March 2015 (UTC)&lt;br /&gt;
:I absolutely agree with this point. The comic appears to suggest that programmers apply the conditioning that comes from their jobs (that code exploits are cool, and that the system must be designed to prevent exploits) to life (where exploiting a system's vulnerabilities may look cool but is very probably illegal). The airport luggage registration and screening system allows anyone to walk out the door with any item of luggage, but it is quite simply theft to do so. Likewise, exploiting a loophole in a contract is generally acceptable in order to avoid work or liability, but when you do it to obtain material gain then it is quite simply fraud. It would appear that much of the explanation currently misses the point... [[Special:Contributions/108.162.229.50|108.162.229.50]] 13:35, 5 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
;Checking the luggage&lt;br /&gt;
&lt;br /&gt;
Seems like someone already tried this.&lt;br /&gt;
I flew to Saigon last week and they check your luggage against your lost&amp;amp;found tag, before you may leave.&lt;br /&gt;
--[[Special:Contributions/108.162.222.156|108.162.222.156]] 15:54, 5 March 2015 (UTC)&lt;br /&gt;
: Correct. Most airports don't check the luggage tags, but I've been to some that do. Don't remember which. May have been South Asia too. [[User:Chrisahn|Chrisahn]] ([[User talk:Chrisahn|talk]]) 14:20, 8 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I disagree that this is a sequel to ''UV'', it may relate, but as mentioned in that comment it's not even close to legal to burn a house then get fire insurance. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 19:24, 5 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Also, isn't [[Hairy]] the insurance agent? Should the transcript be updated to name him? [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 19:29, 5 March 2015 (UTC)&lt;/div&gt;</summary>
		<author><name>199.27.128.172</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1494:_Insurance&amp;diff=85992</id>
		<title>Talk:1494: Insurance</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1494:_Insurance&amp;diff=85992"/>
				<updated>2015-03-11T01:09:33Z</updated>
		
		<summary type="html">&lt;p&gt;199.27.128.172: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Well...suck for you.&lt;br /&gt;
[[Special:Contributions/108.162.215.57|108.162.215.57]] 05:17, 4 March 2015 (UTC) RobotGoggles&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Incomplete tag?'''&lt;br /&gt;
I know it's pretty early, and the explanation is bound to be rewritten, but the current explanation is a little confusing, and makes a couple jumps that I wouldn't necessarily make. Maybe the incomplete tag shouldn't be removed yet? I'd do it, but I don't really know enough about actually editing the explanations to feel comfortable doing it yet.&lt;br /&gt;
[[User:ARoseByAnyOtherName|ARoseByAnyOtherName]] ([[User talk:ARoseByAnyOtherName|talk]]) 08:52, 4 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
: I mean, I had written an explanation I'd say was a bit clearer (if a bit more complicated), but some unregistered user removed most of it... Makes me a bit grumpy. The newly added ''Lifehacks vs. IT hacks'' section brings up most of the things that person removed, though, so this should be complete enough. [[User:Obskyr|Obskyr]] ([[User talk:Obskyr|talk]]) 09:44, 4 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Well, for what it's worth, I liked your version better. --[[User:RenniePet|RenniePet]] ([[User talk:RenniePet|talk]]) 10:47, 4 March 2015 (UTC)&lt;br /&gt;
:::Not only that. The new version was so bad I decided to revert to Obskyr's. [http://www.explainxkcd.com/wiki/index.php?title=1494%3A_Insurance&amp;amp;diff=85633&amp;amp;oldid=85624] [[Special:Contributions/108.162.221.201|108.162.221.201]] 13:54, 4 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
;Any meaning to conveyer?&lt;br /&gt;
&lt;br /&gt;
The spelling error in the alt text seems like a simple typo.&lt;br /&gt;
&lt;br /&gt;
Lawyer? I assumed it was a salesman or HR guy. --[[User:RenniePet|RenniePet]] ([[User talk:RenniePet|talk]]) 08:50, 4 March 2015 (UTC)&lt;br /&gt;
:: Insurance agent.  Not exactly a salesman; agents have multiple hats.  You don't get fire insurance from HR.[[User:Taibhse|Taibhse]] ([[User talk:Taibhse|talk]]) 09:34, 4 March 2015 (UTC)&lt;br /&gt;
:::So you're saying the agents are TF2 players. [[Special:Contributions/108.162.237.161|108.162.237.161]] 04:45, 6 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
This is probably a reference to those youtube videos of ''life hacks'' of questionable legality. Eg signing up for one flight to take another[[Special:Contributions/108.162.219.100|108.162.219.100]] 16:44, 4 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I guess this might also relate to that (from my experience) programmers tend to like to break things (anything claimed to be &amp;quot;secure&amp;quot; seems to attract lots of people wanting to test out how secure) or find workarounds for things? [[User:Pinkishu|Pinkishu]] ([[User talk:Pinkishu|talk]]) 10:11, 4 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
;Hacking&lt;br /&gt;
&lt;br /&gt;
Please read [https://stallman.org/articles/on-hacking.html On Hacking]. I think the term you're looking for is cracking, or at least black hat hacking. Hacking a system would mean getting a system to do something unique and/or interesting. Or interacting with the system in a way that wasn't predicted. [[Special:Contributions/108.162.238.191|108.162.238.191]] 10:19, 4 March 2015 (UTC)&lt;br /&gt;
:You're right. But there is at least a second common usage for the word hack that is described by wikipedia as &amp;quot;an inelegant but effective solution to a computing problem&amp;quot;. When the insurance guy speaks about &amp;quot;cool hacks&amp;quot;, he's probably not refering to Stallman's definition. [[User:Nytux|Nytux]] ([[User talk:Nytux|talk]]) 09:41, 5 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
;Hard hacks&lt;br /&gt;
Things like lock-picking is often also seen as physical equivalents of hacking, not necessarily illegal but still something most people would look on with suspicion.[[Special:Contributions/108.162.254.98|108.162.254.98]] 10:21, 4 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Agree, this is excellent example on &amp;quot;hacking the computer&amp;quot;: there is nothing illegal on lock-picking itself. Even if you use it on someone's else door without permission, it would not be crime unless you actually ENTER the door (or damage the lock). Locksmiths MUST know how to do it. But ... first thing you think about when hearing lock-picking is that thiefs do it. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 11:37, 4 March 2015 (UTC)&lt;br /&gt;
::Before coming down into the comments, and seeing the last set of comments, I felt it necessary to make an edit to highlight just such an issue regarding the confusion about 'hacking'.  As a historical sideline, note also the term &amp;quot;cracksman&amp;quot; as used for those who illegally open safes (and others skilled with locks and barred entranceways, in a criminal manner), which predates all the above computer-era terminology. But I didn't want to add ''too'' much more to the explanation. [[Special:Contributions/141.101.98.181|141.101.98.181]] 17:25, 4 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think part of the point of today's comic is to point that contracts are somewhat similar to a computer program (both have definitions and rules by which the system must abide), but lack the strict rigor of the latter. So, when programmers read a  legal contract they immediately start searching for bugs or vulnerabilities or even syntax optimizations. {{unsigned ip|188.114.98.29}}&lt;br /&gt;
&lt;br /&gt;
;Why is it illegal to do things allowed by the contract?&lt;br /&gt;
Why is it illegal if the insurance company agreed that the &amp;quot;fraudulent&amp;quot; maneuver was accepted, by signing the contract allowing it?&lt;br /&gt;
[[Special:Contributions/199.27.128.172|199.27.128.172]] 23:22, 4 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
The contract doesn't have a section that says &amp;quot;and fraud is prohibited&amp;quot; because fraud is already prohibited by criminal law; thus, no need to spell it out.  It turns out that contracts will have many terms added by implication, particularly commercial contracts.&lt;br /&gt;
&lt;br /&gt;
If you buy a shiny new gun, the instruction manual probably doesn't say &amp;quot;Oh, and by the way, if you point this thing at someone and pull the trigger while it's loaded, you may be charged with a crime.&amp;quot;  You're supposed to know that this is true BEFORE you buy a gun.  That's part of the joke... normal people know that looking for ways to get the insurance to pay out more than it should is insurance fraud.  People who think like programmers think they've found a loophole they can exploit. {{unsigned ip|108.162.237.170}}&lt;br /&gt;
&lt;br /&gt;
Still, it's fraud to deliberately lie to the insurance company to make more money. I still don't see how taking advantage of the insurance company's mistakes is fraud, especially when you're just following the contract. Do companies have special privileges and entitlements to profit? --[[Special:Contributions/199.27.128.172|199.27.128.172]] 01:09, 11 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Uh, why doesn't it mention life hacks at all in the &amp;quot;lifehacks vs IT hacks&amp;quot; section? Especially since I remember some lifehacks actually advocate for plain fucking stealing, like e.g. one which suggested that if you need a free umbrella, go to a restaurant and say you lost a black umbrella. [[Special:Contributions/141.101.89.224|141.101.89.224]] 01:56, 5 March 2015 (UTC)&lt;br /&gt;
:I absolutely agree with this point. The comic appears to suggest that programmers apply the conditioning that comes from their jobs (that code exploits are cool, and that the system must be designed to prevent exploits) to life (where exploiting a system's vulnerabilities may look cool but is very probably illegal). The airport luggage registration and screening system allows anyone to walk out the door with any item of luggage, but it is quite simply theft to do so. Likewise, exploiting a loophole in a contract is generally acceptable in order to avoid work or liability, but when you do it to obtain material gain then it is quite simply fraud. It would appear that much of the explanation currently misses the point... [[Special:Contributions/108.162.229.50|108.162.229.50]] 13:35, 5 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
;Checking the luggage&lt;br /&gt;
&lt;br /&gt;
Seems like someone already tried this.&lt;br /&gt;
I flew to Saigon last week and they check your luggage against your lost&amp;amp;found tag, before you may leave.&lt;br /&gt;
--[[Special:Contributions/108.162.222.156|108.162.222.156]] 15:54, 5 March 2015 (UTC)&lt;br /&gt;
: Correct. Most airports don't check the luggage tags, but I've been to some that do. Don't remember which. May have been South Asia too. [[User:Chrisahn|Chrisahn]] ([[User talk:Chrisahn|talk]]) 14:20, 8 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I disagree that this is a sequel to ''UV'', it may relate, but as mentioned in that comment it's not even close to legal to burn a house then get fire insurance. [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 19:24, 5 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Also, isn't [[Hairy]] the insurance agent? Should the transcript be updated to name him? [[User:Djbrasier|Djbrasier]] ([[User talk:Djbrasier|talk]]) 19:29, 5 March 2015 (UTC)&lt;/div&gt;</summary>
		<author><name>199.27.128.172</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1494:_Insurance&amp;diff=85655</id>
		<title>Talk:1494: Insurance</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1494:_Insurance&amp;diff=85655"/>
				<updated>2015-03-04T23:22:23Z</updated>
		
		<summary type="html">&lt;p&gt;199.27.128.172: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Well...suck for you.&lt;br /&gt;
[[Special:Contributions/108.162.215.57|108.162.215.57]] 05:17, 4 March 2015 (UTC) RobotGoggles&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Incomplete tag?'''&lt;br /&gt;
I know it's pretty early, and the explanation is bound to be rewritten, but the current explanation is a little confusing, and makes a couple jumps that I wouldn't necessarily make. Maybe the incomplete tag shouldn't be removed yet? I'd do it, but I don't really know enough about actually editing the explanations to feel comfortable doing it yet.&lt;br /&gt;
[[User:ARoseByAnyOtherName|ARoseByAnyOtherName]] ([[User talk:ARoseByAnyOtherName|talk]]) 08:52, 4 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
: I mean, I had written an explanation I'd say was a bit clearer (if a bit more complicated), but some unregistered user removed most of it... Makes me a bit grumpy. The newly added ''Lifehacks vs. IT hacks'' section brings up most of the things that person removed, though, so this should be complete enough. [[User:Obskyr|Obskyr]] ([[User talk:Obskyr|talk]]) 09:44, 4 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Well, for what it's worth, I liked your version better. --[[User:RenniePet|RenniePet]] ([[User talk:RenniePet|talk]]) 10:47, 4 March 2015 (UTC)&lt;br /&gt;
:::Not only that. The new version was so bad I decided to revert to Obskyr's. [http://www.explainxkcd.com/wiki/index.php?title=1494%3A_Insurance&amp;amp;diff=85633&amp;amp;oldid=85624] [[Special:Contributions/108.162.221.201|108.162.221.201]] 13:54, 4 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
;Any meaning to conveyer?&lt;br /&gt;
&lt;br /&gt;
The spelling error in the alt text seems like a simple typo.&lt;br /&gt;
&lt;br /&gt;
Lawyer? I assumed it was a salesman or HR guy. --[[User:RenniePet|RenniePet]] ([[User talk:RenniePet|talk]]) 08:50, 4 March 2015 (UTC)&lt;br /&gt;
:: Insurance agent.  Not exactly a salesman; agents have multiple hats.  You don't get fire insurance from HR.[[User:Taibhse|Taibhse]] ([[User talk:Taibhse|talk]]) 09:34, 4 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
This is probably a reference to those youtube videos of ''life hacks'' of questionable legality. Eg signing up for one flight to take another[[Special:Contributions/108.162.219.100|108.162.219.100]] 16:44, 4 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I guess this might also relate to that (from my experience) programmers tend to like to break things (anything claimed to be &amp;quot;secure&amp;quot; seems to attract lots of people wanting to test out how secure) or find workarounds for things? [[User:Pinkishu|Pinkishu]] ([[User talk:Pinkishu|talk]]) 10:11, 4 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
;Hacking&lt;br /&gt;
&lt;br /&gt;
Please read [https://stallman.org/articles/on-hacking.html On Hacking]. I think the term you're looking for is cracking, or at least black hat hacking. Hacking a system would mean getting a system to do something unique and/or interesting. Or interacting with the system in a way that wasn't predicted. [[Special:Contributions/108.162.238.191|108.162.238.191]] 10:19, 4 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
;Hard hacks&lt;br /&gt;
Things like lock-picking is often also seen as physical equivalents of hacking, not necessarily illegal but still something most people would look on with suspicion.[[Special:Contributions/108.162.254.98|108.162.254.98]] 10:21, 4 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Agree, this is excellent example on &amp;quot;hacking the computer&amp;quot;: there is nothing illegal on lock-picking itself. Even if you use it on someone's else door without permission, it would not be crime unless you actually ENTER the door (or damage the lock). Locksmiths MUST know how to do it. But ... first thing you think about when hearing lock-picking is that thiefs do it. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 11:37, 4 March 2015 (UTC)&lt;br /&gt;
::Before coming down into the comments, and seeing the last set of comments, I felt it necessary to make an edit to highlight just such an issue regarding the confusion about 'hacking'.  As a historical sideline, note also the term &amp;quot;cracksman&amp;quot; as used for those who illegally open safes (and others skilled with locks and barred entranceways, in a criminal manner), which predates all the above computer-era terminology. But I didn't want to add ''too'' much more to the explanation. [[Special:Contributions/141.101.98.181|141.101.98.181]] 17:25, 4 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think part of the point of today's comic is to point that contracts are somewhat similar to a computer program (both have definitions and rules by which the system must abide), but lack the strict rigor of the latter. So, when programmers read a  legal contract they immediately start searching for bugs or vulnerabilities or even syntax optimizations. {{unsigned ip|188.114.98.29}}&lt;br /&gt;
&lt;br /&gt;
;Why is it illegal to do things allowed by the contract?&lt;br /&gt;
Why is it illegal if the insurance company agreed that the &amp;quot;fraudulent&amp;quot; maneuver was accepted, by signing the contract allowing it?&lt;br /&gt;
[[Special:Contributions/199.27.128.172|199.27.128.172]] 23:22, 4 March 2015 (UTC)&lt;/div&gt;</summary>
		<author><name>199.27.128.172</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:33:_Self-reference&amp;diff=85406</id>
		<title>Talk:33: Self-reference</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:33:_Self-reference&amp;diff=85406"/>
				<updated>2015-03-02T00:09:20Z</updated>
		
		<summary type="html">&lt;p&gt;199.27.128.172: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* This comic is not exactly clear to me. What is the self-reference, or what is the humour? [[User:TheHYPO|TheHYPO]] ([[User talk:TheHYPO|talk]]) 14:29, 21 August 2012 (UTC)&lt;br /&gt;
** I added a bit.  Does that help clarify? Of course, one of the hallmarks of self-reference is that clarity tends to be lost. [[User:Blaisepascal|Blaisepascal]] ([[User talk:Blaisepascal|talk]]) 14:44, 21 August 2012 (UTC)&lt;br /&gt;
What if I don't find this humorous, then he's not squeezing humor! --[[Special:Contributions/199.27.128.172|199.27.128.172]] 00:09, 2 March 2015 (UTC)&lt;/div&gt;</summary>
		<author><name>199.27.128.172</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1490:_Atoms&amp;diff=84930</id>
		<title>Talk:1490: Atoms</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1490:_Atoms&amp;diff=84930"/>
				<updated>2015-02-23T06:14:40Z</updated>
		
		<summary type="html">&lt;p&gt;199.27.128.172: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;My dad FORM the dog&amp;quot;? Typo in the actual comic or just the wiki?&lt;br /&gt;
[[Special:Contributions/199.27.128.240|199.27.128.240]] 05:47, 23 February 2015 (UTC)Anonymous&lt;br /&gt;
: The actual comment, the wiki just grabs what the website has listed.--[[Special:Contributions/108.162.216.24|108.162.216.24]] 05:56, 23 February 2015 (UTC)&lt;br /&gt;
plutonium = radiation exposure, or pacemaker?&lt;br /&gt;
&lt;br /&gt;
this guy sees by which elements are contained, not by which visible light?&lt;br /&gt;
--[[Special:Contributions/199.27.128.172|199.27.128.172]] 06:14, 23 February 2015 (UTC)&lt;/div&gt;</summary>
		<author><name>199.27.128.172</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1325:_Rejection&amp;diff=59305</id>
		<title>1325: Rejection</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1325:_Rejection&amp;diff=59305"/>
				<updated>2014-02-03T23:37:02Z</updated>
		
		<summary type="html">&lt;p&gt;199.27.128.172: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1325&lt;br /&gt;
| date      = February 3, 2014&lt;br /&gt;
| title     = Rejection&lt;br /&gt;
| image     = rejection.png&lt;br /&gt;
| titletext = Perhaps you need a crash course in taking hints. Here's your first lesson: We're not actually walking somewhere together; I'm trying to leave this conversation and you're following me.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Incomplete.}}&lt;br /&gt;
&lt;br /&gt;
In popular culture women are sometimes said to not be interested in {{w|nice guys}}, as in common interpretations of the phrase {{w|Nice_guy#The_.22nice_guys_finish_last.22_view|nice guys finish last}} (which was originally about baseball). The guy on the left in this picture is presumably frustrated and complaining because he has been rejected by a woman, and thinks it's because he's the &amp;quot;nice guy&amp;quot; type. Cueball's sarcastic interjection implies that saying that women don't want nice guys and presuming to know what women &amp;quot;really want&amp;quot; is actually showing a rejection of that woman's agency, which might be the real reason she rejected him.  It fits with one of the negative connotations of &amp;quot;nice guy&amp;quot;: one who does not express his true feelings and/or is {{w|Passive-aggressive behavior|passive-aggressive}}.&lt;br /&gt;
&lt;br /&gt;
The title text continues the &amp;quot;conversation&amp;quot;, with Cueball implying that he believes that the first guy is bad at taking hints.  He offers a &amp;quot;crash course&amp;quot; in hint taking by clarifying outright that he is trying to end the conversation while the first guy continues to follow him.&lt;br /&gt;
&lt;br /&gt;
Though this guy might indeed be a jerk, there are also many other reasons why a woman might reject a guy who isn't a jerk.&lt;br /&gt;
&lt;br /&gt;
The concept of the self-identifying &amp;quot;nice guy&amp;quot; who actually may have less than admirable motives is also explored in [[513: Friends]].&lt;br /&gt;
&lt;br /&gt;
See also the concept of &amp;quot;negging&amp;quot; as used in [[1027: Pickup Artist]]: &amp;lt;em&amp;gt;you belittle chicks to undermine their self-confidence so they'll be more vulnerable and seek your approval&amp;lt;/em&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball is walking, and a guy is following him.]&lt;br /&gt;
:Guy: Women ''say'' they want nice guys, but what they ''really'' want are—&lt;br /&gt;
:Cueball: —Guys who respond to rejection by belittling their judgment and self-awareness? If so, don't worry— you'll be ''fine.''&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;/div&gt;</summary>
		<author><name>199.27.128.172</name></author>	</entry>

	</feed>