<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=108.162.221.62</id>
		<title>explain xkcd - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=108.162.221.62"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/108.162.221.62"/>
		<updated>2026-04-16T17:31:14Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2293:_RIP_John_Conway&amp;diff=347047</id>
		<title>2293: RIP John Conway</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2293:_RIP_John_Conway&amp;diff=347047"/>
				<updated>2024-07-24T14:03:22Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.221.62: /* Table of generations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2293&lt;br /&gt;
| date      = April 13, 2020&lt;br /&gt;
| title     = RIP John Conway&lt;br /&gt;
| image     = rip_john_conway.gif&lt;br /&gt;
| titletext = 1937-2020&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{w|John Horton Conway|John Conway}}, an English mathematician, passed away of [[:Category:COVID-19|COVID-19]] on April 11, 2020. ([http://conwaylife.com/wiki/Conway Alternative link]) Two days later, [[Randall]] created this [[:Category:Tribute|memorial comic]]. It is the 6th memorial comic, but it is the first released in almost 5 years, since [[1560: Bubblegum]].&lt;br /&gt;
&lt;br /&gt;
One of Conway's most famous creations was the {{w|cellular automaton}} known as {{w|Conway's Game of Life}}. A cellular automaton is a machine composed of cells, each of which can be in a different state. Every generation, each cell in the automaton may transition to a new state depending on a set of rules. (Conway's work in mathematics was vast and various, but he is perhaps best known in the field for discovering the {{w|surreal numbers}}, which inspired [[Donald Knuth]] to write a novel which may have been referenced back in [[505: A Bunch of Rocks]].)&lt;br /&gt;
&lt;br /&gt;
Conway's Game of Life was first popularized to the general public in the form of a game, Life Genesis, bundled into some distributions of Windows 3.1, an operating system from the early-90s that Randall most likely used in his preteen years.&lt;br /&gt;
&lt;br /&gt;
Conway's Game of Life is a 2-state automaton (i.e., every cell can be &amp;quot;alive&amp;quot; or &amp;quot;dead&amp;quot;) that is implemented on a two-dimensional grid of cells using the {{w|Moore neighborhood}} - this means that each cell can only be influenced by the eight cells directly surrounding it, both orthogonally and diagonally. The transition rules that Conway used are as follows:&lt;br /&gt;
&lt;br /&gt;
* If an &amp;quot;alive&amp;quot; cell has no live neighbors, or only one live neighbor, it becomes &amp;quot;dead&amp;quot;. (This simulates death by isolation).&lt;br /&gt;
* If an &amp;quot;alive&amp;quot; cell has four or more live neighbors, it becomes &amp;quot;dead&amp;quot;. (This simulates death by overcrowding).&lt;br /&gt;
* If a &amp;quot;dead&amp;quot; cell has exactly three live neighbors, it becomes &amp;quot;alive&amp;quot;. (This simulates birth).&lt;br /&gt;
&lt;br /&gt;
Despite the simplicity of these three rules, Conway showed that patterns of amazing complexity can nonetheless develop out of simple cell arrangements. Some patterns do not evolve at all (&amp;quot;still lifes&amp;quot;), some enter a cyclic, repeating state (&amp;quot;oscillators&amp;quot;), and some reproduce their own pattern displaced by an offset, resulting in patterns that can move across the grid under their own power (&amp;quot;gliders&amp;quot; and &amp;quot;spaceships&amp;quot;). This last category is of particular interest, as it allows the Game of Life to transmit information from one location to another, allowing for rich, dynamic behavior and even for the creation of computational machines within the automaton itself.&lt;br /&gt;
&lt;br /&gt;
This comic begins with the shape of a stick figure as the starting cell configuration of the Game of Life. The black cells are &amp;quot;alive&amp;quot; and the white cells are &amp;quot;dead&amp;quot;. This configuration then evolves via Conway's rules, disintegrating into nothingness except for a five-cell pattern known as a &amp;quot;glider&amp;quot;, which ascends up and to the right. This visually suggests an eternal &amp;quot;soul&amp;quot; breaking away as the corporeal body disintegrates. The glider is perhaps the most iconic pattern of the Game of Life, and is often used symbolically to represent the phenomenon of emergence. &lt;br /&gt;
&lt;br /&gt;
Here the topology of the grid on which the cells evolve is not known, the cellular automaton can be run on many topologies, for example you can choose to make cells reappear from the opposite side once they reach an edge (similarly to the behaviour of the well known Pacman). Here once the glider reaches the top right, we know for sure that the actual grid is bigger (since the glider leaves the frame while continuing its pattern), and we are only seeing part of the full grid.&lt;br /&gt;
&lt;br /&gt;
The initial state presented in the comic does actually evolve in that manner, as can be verified by entering the pattern into a cellular automaton simulator such as [http://golly.sourceforge.net/ Golly] or web services such as [https://bitstorm.org/gameoflife/ this one] or [http://catagolue.hatsya.com/object/xkcd_48jsj8gzwe9e/b3s23 that one]. It seems that no one else have created this pattern before. At least, despite discussion in the comments, no one has found anything to show that this is not Randall's own discovery of this pattern. &lt;br /&gt;
&lt;br /&gt;
The title text simply states Conway's birth and death year: 1937-2020.&lt;br /&gt;
&lt;br /&gt;
Conway's Game of Life was previously mentioned in [[696: Strip Games]]. Cellular automata was also referenced in [[505: A Bunch of Rocks]].&lt;br /&gt;
&lt;br /&gt;
This comic is the 18th comic in a row (not counting the [[2288: Collector's Edition|April Fools' comic]]) in a [[:Category:COVID-19|series of comics]] related to the {{w|COVID-19 pandemic}}. Although this comic is, of course, mainly a tribute to John Conway, the fact that he died of COVID-19 in the middle of this long series of coronavirus-related comics by Randall is relevant.&lt;br /&gt;
&lt;br /&gt;
==Table of generations==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Generation&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Generation 0.jpg|thumb]]||Starting state (or &amp;quot;zeroth generation&amp;quot;).&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Generation 1.jpg|thumb]]||First generation. Note that this image is not aligned with the previous one: the position of all cells has shifted downward by one cell. All further generations are aligned the same as this one.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Generation 2.jpg|thumb]]||Second generation.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Generation 3.jpg|thumb]]||Third generation.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Generation 4.jpg|thumb]]||Fourth generation.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Generation 5.jpg|thumb]]||Fifth generation.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Generation 6.jpg|thumb]]||Sixth generation. The first appearance of the {{w|Glider (Conway's Life)|glider}}, a well-known formation in Conway's Game of Life.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Generation 7.jpg|thumb]]||Seventh generation.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Generation 8.jpg|thumb]]||Eighth generation.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Generation 9.jpg|thumb]]||Ninth generation.&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Generation 10.jpg|thumb]]||Tenth generation. The remains of the chaos down below will take two more generations to disappear completely.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A pixelated image of a stick figure using 21 pixels, could be a pixel Cueball, which waves with one hand up while holding the other hand down. The head consist of 7 pixels, the top row of three having two pixels beneath the two outer pixels, thus having two empty pixels beneath the central pixel. The neck and torso is a typical cross made from six pixels. The two legs are two pixels each shifted left and right of the cross. The arm to the left that waves is two pixels one down and the next back up to the level of the cross central beam. The arm to the right has the first pixel similarly but the second pixel continues one further step down. After less than one second it turns out that the image is animated, with the pixels changing according to the rules of Conway's Game of Life. The figure splits into three groups, two of which dissipates in a similar way at the bottom of the panel. The other becomes a 'glider' and moves off to the top-right corner of the image and out of the frame. The animation then repeats.]&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;XKCD RIP John Conway&amp;quot; has been cited on [http://conwaylife.com/wiki/Pure_glider_generator LifeWiki]&lt;br /&gt;
* &amp;quot;XKCD RIP John Conway&amp;quot; is now available on [http://catagolue.hatsya.com/object/xkcd_48jsj8gzwe9e/b3s23 Catagolue] &amp;lt;!-- Catagolue is down at the moment in some places --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Issues with some clients==&lt;br /&gt;
&lt;br /&gt;
Some clients of the site crashed on this xkcd, most notably the Samsung Smart TV client.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics with animation]]&lt;br /&gt;
[[Category:Comics featuring real people]]&lt;br /&gt;
[[Category:Tribute]]&lt;br /&gt;
[[Category:COVID-19]]&lt;br /&gt;
[[Category:Dynamic comics]]&lt;/div&gt;</summary>
		<author><name>108.162.221.62</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1603:_Flashlights&amp;diff=105070</id>
		<title>Talk:1603: Flashlights</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1603:_Flashlights&amp;diff=105070"/>
				<updated>2015-11-14T06:03:24Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.221.62: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is that it? I swear there must be more to the joke than this explanation implies. It just describes what's going on in the comic. [[User:Enchantedsleeper|Enchantedsleeper]] ([[User talk:Enchantedsleeper|talk]]) 10:29, 13 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
-- Sometimes a cigar is just a cigar. [[User:Pete|Pete]] ([[User talk:Pete|talk]]) 11:19, 13 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
---- but sometimes there is no spoon [[Special:Contributions/108.162.221.62|108.162.221.62]] 06:03, 14 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;A typo&amp;quot;, uh? Sure, sure, of course it was only a typo, Randall ;) [[Special:Contributions/108.162.221.57|108.162.221.57]] 10:38, 13 November 2015 (UTC)&lt;br /&gt;
:I also think the type was that he searched on flashlight instead and found the flashlight enthusiast page from that ;-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:58, 13 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think it's unfair to assume lack of detail in the explanation, the fact that research was obviously done on the meaning of fleshlight an it's association to the comic, is more than I would have original got from the comic by itself. However if you perceive additional meaning please share, the thing I love about 'This' website is for the ability for others to add their interpretations. --[[User:Igwarrender|Igwarrender]] ([[User talk:Igwarrender|talk]]) 10:52, 13 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Quote:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;When Cueball refers to classic Flashlights(torches) as dim and finnicky, this gives reason to assume that the flashlight he is holding is going to be ridiculously overengineered.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
I disagree. In the generation of Randall (and me), the flashlights most of us had as kids really did suck and were dim and finnicky. That's not an exaggeration which, as is implied in the explanation, is used to prepare the joke. It's more of an explanation on why he is interested in modern flashlights in the first place. --[[Special:Contributions/162.158.91.225|162.158.91.225]] 10:58, 13 November 2015 (UTC)&lt;br /&gt;
: AND they almost always had at least half flat batteries. [[Special:Contributions/198.41.239.32|198.41.239.32]] 11:41, 13 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
It's funny how &amp;quot;the explanation&amp;quot; has a need to point out that there were no prior knowledge about fleshlights. (according to Wikipedia) [[Special:Contributions/162.158.180.197|162.158.180.197]] 12:44, 13 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I never leave for work without my trusty '''Lumapower EDC-LM31''' with its '''Cree XML(U2) LED''' and its '''3.7 volt size 14500 Lithium Ion cell.'''  But I'm not a flashlight geek!  Besides, 420 lumens is no where near enough power to set trees on fire.  (Personally, I think this comic is an example of Rule 34.  Randall was originally thinking about Fleshlights, typo'd into flashlights, and discovered a sort of geeky torch porn sort of thing out there.  Also, the flashlight I describe is real, but has nothing on the stuff you'll see in Candlepower Forums.) [[User:Co149|Co149]] ([[User talk:Co149|talk]]) 12:52, 13 November 2015 (UTC)&lt;br /&gt;
:The 100,000 lumen lamps (X-LED MRK72 or is that MKR72?) have to be water-cooled! That's plenty hot enough for me.[[Special:Contributions/162.158.34.147|162.158.34.147]] 14:07, 13 November 2015 (UTC)&lt;br /&gt;
::There are videos of flashlights that set things on fire, without lensens etc. One of them is [https://www.youtube.com/watch?v=DhdKnMlJ4H4 this] video of an ''Magic Scorpion'' flashlight, a halogen variant. But I've also seen video's of (custom-built) LED flashlight that set things to smolder. [[Special:Contributions/141.101.104.111|141.101.104.111]] 14:56, 13 November 2015 (UTC)&lt;br /&gt;
: It's not lumen that sets things on fire, it's lux.  All you need is a good focus. --[[Special:Contributions/198.41.235.101|198.41.235.101]] 17:11, 13 November 2015 (UTC)&lt;br /&gt;
: Also note [https://www.youtube.com/watch?v=NkkU0UO3sek this] flashlight, which is just a bunch of ultra-bright LEDs crammed into a case that resembles an oversized flashlight and on full power drains its battery in about 15 minutes...and lights up a city street like it's day. --NXTangl [[Special:Contributions/108.162.216.42|108.162.216.42]] 21:33, 13 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
It feels to me that &amp;quot;their highest-end models are ALSO capable of setting trees on fire.&amp;quot; is some advertisement where the tree is a metaphore for one's organ. as such it is clear that  &amp;quot;They're impossible to use without severe burns&amp;quot;. which makes it really twisted that &amp;quot;some [people] swear it's worth it&amp;quot; {{unsigned ip|108.162.228.167}}&lt;br /&gt;
&lt;br /&gt;
I think the burning trees joke comes from this [[http://www.wickedlasers.com/torch &amp;quot;...even fry and egg&amp;quot;]] thing. --[[User:Arturojain|Arturo Jain]] ([[User talk:Arturojain|talk]]) 14:26, 13 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Should the explanation contain something about the prevalence of internet forums dedicated to enthusiasts of various activities or hobbies? [[User:Smperron|Smperron]] ([[User talk:Smperron|talk]]) 17:33, 13 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Currently no (albeit indirect) link to https://what-if.xkcd.com/13/ or others like 119?  Ok, so only going to be an incidental link, but... [[Special:Contributions/141.101.106.161|141.101.106.161]] 17:37, 13 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
it is missimg reference to another comic where randall makes a joke about flashlight and fleshlight. The comic had a star wars setting with death vader and luke skywalker. https://xkcd.com/1397/ --anonymous [[Special:Contributions/162.158.153.41|162.158.153.41]] 15:08, 13 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Let's&amp;quot; appears to be missing an apostrophe. [[Special:Contributions/173.245.54.21|173.245.54.21]] 20:23, 13 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Now, see, this is why we Brits call them 'torches'. Less risky with finger trouble. (Hint - don't google 'finger trouble') [[User:Jdluk|Jdluk]] ([[User talk:Jdluk|talk]]) 21:52, 13 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
could it be referencing http://www.wickedlasers.com/torch ?&lt;br /&gt;
&lt;br /&gt;
[[Special:Contributions/173.245.54.38|173.245.54.38]] 17:54, 13 November 2015 (UTC)an internet flashlight enthusiast&lt;br /&gt;
&lt;br /&gt;
Why are there personal opinions like &amp;quot;maybe they're trying to trick you!&amp;quot; in the main body? Weird. [[Special:Contributions/162.158.142.140|162.158.142.140]] 02:26, 14 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Of course, a flashlight that cannot safely be pointed at things is fairly useless for the traditional purpose of a flashlight&amp;quot;. Really now? A flashlight that set targets on fire is pretty useful - you only need to flash something once, and it'll stay illuminated without having to keep the flashlight on![[Special:Contributions/108.162.242.134|108.162.242.134]] 05:26, 14 November 2015 (UTC){{unsigned ip|192.0.189.206|12:34, 5 June 2012 (UTC)}}&lt;/div&gt;</summary>
		<author><name>108.162.221.62</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1603:_Flashlights&amp;diff=105069</id>
		<title>1603: Flashlights</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1603:_Flashlights&amp;diff=105069"/>
				<updated>2015-11-14T06:01:20Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.221.62: /* Explanation */ I have my reasons&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1603&lt;br /&gt;
| date      = November 13, 2015&lt;br /&gt;
| title     = Flashlights&lt;br /&gt;
| image     = flashlights.png&lt;br /&gt;
| titletext = Due to a typo, I initially found a forum for serious Fleshlight enthusiasts, and it turns out their highest-end models are ALSO capable of setting trees on fire. They're impossible to use without severe burns, but some of them swear it's worth it.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
In this comic, [[Cueball]] has acquired or built a new high powered flashlight, which he wants to demonstrate to [[Megan]]. When Cueball refers to classic {{w|flashlights}} (battery torches) as dim and finnicky, this gives reason to assume that the flashlight he is holding is going to be ridiculously overengineered.&lt;br /&gt;
&lt;br /&gt;
Indeed, when he switches it on outside the house, the intense light beam completely drowns out the scene. Only the reflected light from the forest lights up the part of Cueball and Megan's faces that are turned towards it.&lt;br /&gt;
&lt;br /&gt;
Cueball comments that the flashlight lights up the entire forest, but Megan observes that it is the trees that are on fire, indicating that Cueball's flashlight is so overpowered that the energy of its beam is sufficient to cause the organic matter of trees to combust.&lt;br /&gt;
&lt;br /&gt;
Of course, a flashlight that cannot safely be pointed at things is fairly useless for the traditional purpose of a flashlight, which would be to find things in the dark by directing light over them. This mundane and practical reasoning does not seem to matter to Cueball of course, who appears only interested in the intensity and brightness the device is capable of achieving.&lt;br /&gt;
&lt;br /&gt;
Cueball might allude to a number of technical improvements, notably xenon-based incandescent bulbs, multiple-LED assemblies, Lithium batteries (usually used for photography flashes) or rechargeable batteries. A number of companies market &amp;quot;tactical&amp;quot; flashlights that are supposedly powerful enough to incapacitate an opponent, using terms such as &amp;quot;scorching&amp;quot; to advertise their products.&lt;br /&gt;
&lt;br /&gt;
The title text refers to {{w|Fleshlight}} a brand of male masturbation toys modeled after various female or male orifices. Cueball (or [[Randall]]) claims that he only arrived on a forum for Fleshlight enthusiasts due to a typo. Apart from the &amp;quot;e&amp;quot; vs. &amp;quot;a&amp;quot; in Fleshlight, they are also fashioned to look like oversized flashlights. On that forum here he found out that the highest-end models of their product lines was also capable of setting trees on fire. This would probably happen due to violent vibrations inside the orifice, or excessively powerful internal heating. If you use one of these you should expect to obtain severe burns in a very unpleasant area.{{Citation needed}} But some of the enthusiasts swear that it is still worth it, in the same manner that Cueball only cares about the intensity of the flashlight, regardless of the consequences. Maybe they are just trying to trick you into doing something stupid! Or maybe they're just into that kind of thing.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Four panels are laid out horizontally.]&lt;br /&gt;
&lt;br /&gt;
:[Panel 1: Cueball carries a flashlight walking towards Megan who is sitting on a couch]&lt;br /&gt;
:Cueball: Remember how flashlights sucked when we were kids? Always dim and finnicky?&lt;br /&gt;
:Megan: I guess?&lt;br /&gt;
&lt;br /&gt;
:[Panel 2: Cueball and Megan walking to the left]&lt;br /&gt;
:Cueball: Well, I discovered there are now internet flashlight enthusiasts.&lt;br /&gt;
:Cueball: And the technology has... improved.&lt;br /&gt;
:Megan: OK, Let's see.&lt;br /&gt;
&lt;br /&gt;
:[Panel 3: It is dark outside where Cueball turns on the flashlight. The beam is very bright and very visible even seen from the side. Backscattered light reflects off Cueball and Megan's faces, turning them into bright white beings in the dark. The facade of the house and the stairs are also visible in the same manner, with deep dark shadows where anything is in the shadow. Megan averts her face from the light holds up a hand to cover her eyes. When the flashlight turns on it even makes a sound, written in white above the beam:]&lt;br /&gt;
:Flashlight: '''''FWOOSH'''''&lt;br /&gt;
&lt;br /&gt;
:[Panel 4: Cueball and Megan look at what the beam falls on (outside the frame). Megan has taken her hand down. Both their faces are only lit up like a crescent moon. Cueball is holding the flashlight with both hands as if it is pushing back on him. The text is written in white on the dark sky above them.]&lt;br /&gt;
:Cueball: See how it lights up the whole forest?&lt;br /&gt;
:Megan: ... The trees are on fire.&lt;br /&gt;
:Cueball: Real bright, though.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics with inverted brightness]]&lt;br /&gt;
[[Category:Sex]]&lt;/div&gt;</summary>
		<author><name>108.162.221.62</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1054:_The_bacon&amp;diff=103781</id>
		<title>1054: The bacon</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1054:_The_bacon&amp;diff=103781"/>
				<updated>2015-10-22T03:48:21Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.221.62: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1054&lt;br /&gt;
| date      = May 11, 2012&lt;br /&gt;
| title     = The Bacon&lt;br /&gt;
| image     = thebacon.png&lt;br /&gt;
| titletext = Normally pronounced 'THEH-buh-kon', I assume.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic plays off the American {{w|colloquialism}} &amp;quot;bring home the bacon&amp;quot;, which generally means to work hard and bring money home to your family to put food on the table.&lt;br /&gt;
&lt;br /&gt;
[[White Hat]] seems to actually be saying &amp;quot;{{w|thebacon}}&amp;quot;, and is thus calm because his wife gives him drugs. {{w|Vicodin}} is a very common painkiller, that can become a drug of abuse.&lt;br /&gt;
&lt;br /&gt;
According to {{w|thebacon|Wikipedia}}, [[Randall]] seems to be mistaken in (gasp{{Citation needed}}) ''three'' places:&lt;br /&gt;
*The proper name is ''dihydrocodein&amp;lt;u&amp;gt;on&amp;lt;/u&amp;gt;e'' enol acetate.&lt;br /&gt;
*It is a {{w|semisynthetic|''&amp;lt;u&amp;gt;semi&amp;lt;/u&amp;gt;synthetic''}} {{w|opioid}}.&lt;br /&gt;
*The pronunciation is /ˈθiːbəkɒn/ (''thee''-buh-kon).&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:White Hat: I'm out of work, but I'm not stressed about it because my wife is a pharmacist and she brings home thebacon.&lt;br /&gt;
:Caption: Only later did I learn that &amp;quot;thebacon&amp;quot; is the common name for Dihydrocodeine Enol Acetate, a synthetic opioid similar to Vicodin.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring White Hat]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Language]]&lt;/div&gt;</summary>
		<author><name>108.162.221.62</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1032:_Networking&amp;diff=68945</id>
		<title>1032: Networking</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1032:_Networking&amp;diff=68945"/>
				<updated>2014-06-06T03:31:58Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.221.62: /* Explanation */ We haven't quite proven that such things are not common behaviour.  A citation is in order if we can prove such a thing.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1032&lt;br /&gt;
| date      = March 21, 2012&lt;br /&gt;
| title     = Networking&lt;br /&gt;
| image     = networking.png&lt;br /&gt;
| titletext = Our company is agile and lean with a focus on the long tail. Ok, our company is actually a polecat I found in my backyard.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
Obviously, [[Beret Guy]]'s [[business plan]] worked.&lt;br /&gt;
&lt;br /&gt;
Networking, in business, is the act of expanding your group of contacts in order to help your career down the line. Here, in this comic, [[Beret Guy]] meets Chief Technology Officer (CTO, an executive level position overseeing development of new technologies) Connr Clark (perhaps a typo for &amp;quot;Connor&amp;quot; or perhaps a reference to common &amp;quot;Web 2.0&amp;quot; names like the businesses {{w|Flickr}}, {{w|Tumblr}}, etc.) and Beret Guy is as strange as he usually is. This time he has a business card, which usually contains contact information, but only says &amp;quot;This is my business card&amp;quot;. He calls his briefcase, or suitcase, a &amp;quot;handlebox&amp;quot;, which is full of a quarter of a million dollars in cash. Then Beret Guy proceeds to eat Connr's business card. All of these things are not common behavior (citation needed).&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Networking&amp;quot; is often an over-hyped, empty affair. There are zillions of networking meetings of every description going on every day everywhere, and mostly people trade cards and continue to not make money. So that's the joke – Beret Guy does the networking schtick, badly, and yet is somehow making huge amounts of money at it.&lt;br /&gt;
&lt;br /&gt;
The comic is also likely a joke on the idea that many people are excited about becoming a &amp;quot;business professional&amp;quot; who carries a briefcase, hands out business cards, and makes tons of money, without having an adequate plan for how to make those things happen, or possibly even knowing what their actual job would be. Beret Guy never says what he does, simply introducing himself as a &amp;quot;business professional,&amp;quot; and explains his piles of cash with &amp;quot;I am a business grown-up who makes business profits!&amp;quot; In this world —and in people's dreams— when you &amp;quot;grow up&amp;quot; and start a business, money magically appears. Obviously, that's not how it works.&lt;br /&gt;
&lt;br /&gt;
The title text is a pun on three common business buzzwords: agile, lean and long-tail. An agile business is one that can change course quickly based on customer demands and the business environment. A lean business is an efficient one that can provide results for customers without any wasted time, energy or money. Long-tail describes the retailing strategy of selling a large number of unique items with relatively small quantities sold of each – usually in addition to selling fewer popular items in large quantities. The best example I can think of for long-tail is Netflix, because they have (almost) every movie imaginable, including rare ones that only a few people would be interested in. Well, they ''pretend'' to; in reality, your movie may be marked Saved for years until they actually manage to get a copy, if they ever do.&lt;br /&gt;
&lt;br /&gt;
And of course, the pun here is one animal that is agile and lean with a long tail is a {{w|polecat}}.&lt;br /&gt;
&lt;br /&gt;
Furthermore, although &amp;quot;agile&amp;quot; and &amp;quot;lean&amp;quot; do mean a quick, nimble, and efficient business, they also refer to specific practices, as in {{w|Agile Software Development}}, {{w|Lean Manufacturing}} and {{w|Lean Six Sigma}}. Many people think these terms have devolved to overused jargon. While Agile is supposed to be a highly structured method to get programmers to produce more working code quickly, when someone from the marketing department says &amp;quot;''Agile''&amp;quot; it often means &amp;quot;''We don't know what we're supposed to be producing, so we'll just chuck some stuff together, and keep those bits that the customer says he likes. We'll then do it all over again until we've got something that he'll pay for.''&amp;quot; &amp;quot;''Lean''&amp;quot; is supposed to mean that a business keeps its costs as low as possible, employing one person to do marketing and PR, not really having a Human Resources department, etc. But, in practice it often becomes &amp;quot;''Keep as little stock as possible so that we don't have a lot of money tied up in it, and don't need a big warehouse; make stuff just before it is supposed to ship so that we don't have to store it either; make frequent prayers and virgin sacrifices to whatever gods we can find to ensure that nothing slips up anywhere along the line that our lawyers can't get us out of.''&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A man approaches Beret Guy at a party and they extend arms to shake hands. Beret Guy is holding a metal briefcase. There is a waitress in the background, carrying a tray with a wine glass on it.]&lt;br /&gt;
:Man: I'm Connr Clark, CTO at Eusocial Media Ventures.&lt;br /&gt;
:Beret Guy: I'm a business professional! Earlier I photocopied a burrito!&lt;br /&gt;
&lt;br /&gt;
:[The man hands Beret Guy a business card. Beret Guy takes it and hands the man another business card. Beret Guy has put his suitcase on the floor.]&lt;br /&gt;
:Man: You should check us out! Here's my card.&lt;br /&gt;
:Beret Guy: Here's mine! Networking!&lt;br /&gt;
&lt;br /&gt;
:[The man takes a closer look at the card, and Beret Guy holds up his case.]&lt;br /&gt;
:Man: ...this just says &amp;quot;This is my business card!&amp;quot;&lt;br /&gt;
:Beret Guy: Do you like it? I have more in my handlebox.&lt;br /&gt;
&lt;br /&gt;
:[Beret Guy puts his case on a table and opens it to reveal it is full of cash. The man looks on in shock.]&lt;br /&gt;
:Man: Uh, that's ok, I think I'll— &lt;br /&gt;
:Beret Guy: Here, have ten of them!&lt;br /&gt;
:Man: —holy shit that thing is full of ''cash!''&lt;br /&gt;
&lt;br /&gt;
:[The man raises his arms in excitement. Beret Guy turns to face him and chews on the man's business card.]&lt;br /&gt;
:Man: Where did you ''get'' that?&lt;br /&gt;
:Beret Guy: I am a business grown-up who makes business profits!&lt;br /&gt;
:Man: That's like a quarter of a million dollars!&lt;br /&gt;
:Beret Guy: Yay! Business is fun! Do you have more of your cards? They're ''delicious!''&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Beret Guy]]&lt;br /&gt;
[[Category:Comics with color]]&lt;/div&gt;</summary>
		<author><name>108.162.221.62</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:674:_Natural_Parenting&amp;diff=68933</id>
		<title>Talk:674: Natural Parenting</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:674:_Natural_Parenting&amp;diff=68933"/>
				<updated>2014-06-05T21:18:09Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.221.62: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The song &amp;quot;Doing What Comes Naturally&amp;quot; from Irving Berlin's ''Annie Get Your Gun'' also explores this meaning: &amp;quot;Grandpa Bill is on the hill / with someone he just married. / There he is at ninety-three / doing what comes naturally.&amp;quot; [[Special:Contributions/108.162.216.38|108.162.216.38]] 19:41, 22 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
The title text includes the phrase &amp;quot;the mother of all sampling biases&amp;quot;.  This is a riff on the phrase &amp;quot;the mother of all battles&amp;quot;, which was originally used by Saddam Hussein, the late president of Iraq, to refer to the first Gulf War (1990-1991, when Iraq invaded Kuwait and was later beaten back to its borders by a coalition of forces from other countries).  Since then, the phrase &amp;quot;the mother of all X&amp;quot; for various X has become something of a meme.  Here, it's more ironic than usual, because (a) parenting can sometimes be viewed as something of a battle and (b) as the explanation already suggests, the comic is literally about being a parent.[[Special:Contributions/173.245.54.61|173.245.54.61]] 04:26, 5 June 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Mother of all sampling biases&amp;quot; also refers to the fact that he's talking about his mother, and his mother's mother, and his mother's mother's mother, all the way back to Eve.[[Special:Contributions/108.162.221.62|108.162.221.62]] 21:17, 5 June 2014 (UTC)&lt;/div&gt;</summary>
		<author><name>108.162.221.62</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:674:_Natural_Parenting&amp;diff=68932</id>
		<title>Talk:674: Natural Parenting</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:674:_Natural_Parenting&amp;diff=68932"/>
				<updated>2014-06-05T21:17:39Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.221.62: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The song &amp;quot;Doing What Comes Naturally&amp;quot; from Irving Berlin's ''Annie Get Your Gun'' also explores this meaning: &amp;quot;Grandpa Bill is on the hill / with someone he just married. / There he is at ninety-three / doing what comes naturally.&amp;quot; [[Special:Contributions/108.162.216.38|108.162.216.38]] 19:41, 22 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
The title text includes the phrase &amp;quot;the mother of all sampling biases&amp;quot;.  This is a riff on the phrase &amp;quot;the mother of all battles&amp;quot;, which was originally used by Saddam Hussein, the late president of Iraq, to refer to the first Gulf War (1990-1991, when Iraq invaded Kuwait and was later beaten back to its borders by a coalition of forces from other countries).  Since then, the phrase &amp;quot;the mother of all X&amp;quot; for various X has become something of a meme.  Here, it's more ironic than usual, because (a) parenting can sometimes be viewed as something of a battle and (b) as the explanation already suggests, the comic is literally about being a parent.[[Special:Contributions/173.245.54.61|173.245.54.61]] 04:26, 5 June 2014 (UTC)&lt;br /&gt;
&amp;quot;The Mother of all sampling biases&amp;quot; also refers to the fact that he's talking about his mother, and his mother's mother, and his mother's mother's mother, all the way back to Eve.[[Special:Contributions/108.162.221.62|108.162.221.62]] 21:17, 5 June 2014 (UTC)&lt;/div&gt;</summary>
		<author><name>108.162.221.62</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1286:_Encryptic&amp;diff=68181</id>
		<title>1286: Encryptic</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1286:_Encryptic&amp;diff=68181"/>
				<updated>2014-05-28T00:15:24Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.221.62: /* Passwords */ Sugarland is not a city! I live in Sugar Land. It's the most mildly infuriating thing I've ever known&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1286&lt;br /&gt;
| date      = November 4, 2013&lt;br /&gt;
| title     = Encryptic&lt;br /&gt;
| image     = encryptic.png&lt;br /&gt;
| titletext = It was bound to happen eventually. This data theft will enable almost limitless [xkcd.com/792]-style password reuse attacks in the coming weeks. There's only one group that comes out of this looking smart: Everyone who pirated Photoshop.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
Web sites and other computers that authenticate users via passwords need to be able to know if the user typed in the right password.  But storing the password itself on the computer has been known to be unnecessarily risky since the publication of [http://www.neurosecurity.com/articles/security/passwd.pdf Password Security: A Case History] in 1978.  In that paper, Robert Morris and Ken Thompson demonstrated the practice of using a slow, cryptographically-secure one-way {{w|hash function}}, so that even if the password file is stolen, it will be very hard to figure out what the passwords are, so long as the passwords themselves are suitably complex.  They also pioneered the use of {{w|Salt (cryptography)|a &amp;quot;salt&amp;quot;}} which makes each password hash completely different even if two users use the same password.  See [http://security.blogoverflow.com/2011/07/a-tour-of-password-questions-and-answers/ A tour of password questions and answers] for background on salts and suitably slow hash functions.&lt;br /&gt;
&lt;br /&gt;
Adobe, however, ignored these well-known principles, and instead stored over a hundred million passwords in a reversibly encrypted way, using a terrible choice of encryption methods which exposes a great deal of information about the passwords, and does not involve a salt.  This password database was recently obtained by someone and released on the Internet.&lt;br /&gt;
&lt;br /&gt;
In particular, Adobe used {{w|Triple DES}}, an older encryption algorithm which can still be relatively secure when properly used but they used it improperly.  It works on 64-bit (8 character) blocks. Assuming that the passwords are stored in plain ASCII, this means that a sequence of 8 characters in a password which starts on a character position which is a multiple of eight is always encrypted to the same result.  Therefore two passwords starting with &amp;quot;12345678&amp;quot; would start with the same block after being encrypted. Furthermore, this means that you can actually get a very good idea of the length of the password since anything with only one block is a password with length between 1 and 8 characters, and having two blocks implies it has between 9 and 16 characters, etc.&lt;br /&gt;
&lt;br /&gt;
Adobe also stored hints users created for their passwords. That means that an attacker knows not only if the same 8 characters are used for multiple passwords but also has some hints for guessing them. That means that common password portions should be easy to recover and that any user may be &amp;quot;compromised&amp;quot; by someone else using a part of the same password and providing a good hint. As an example, a password having three hints &amp;quot;Big Apple&amp;quot;, &amp;quot;Twin Towers&amp;quot; and &amp;quot;If you can make it there&amp;quot; is probably &amp;quot;New York&amp;quot; (or a simple variation on that). The weakness here is that no decryption and therefore no hard cracking has to take place, you just group the passwords by their encrypted blocks and try to solve them like a crossword puzzle.  These weaknesses have already been used to presumably identify a password used by {{w|Edward Snowden}}, as discussed at [http://7habitsofhighlyeffectivehackers.blogspot.com/2013/11/can-someone-be-targeted-using-adobe.html 7 Habits of Highly Effective Hackers: Can someone be targeted using the Adobe breach?].&lt;br /&gt;
&lt;br /&gt;
The examples are not taken from the actual leaked file, since that [http://arstechnica.com/security/2013/11/how-an-epic-blunder-by-adobe-could-strengthen-hand-of-password-crackers/ uses a different format], and the examples are evidently cleverly crafted to make a nice crossword-like puzzle, which can be solved as shown in the Passwords section below.&lt;br /&gt;
&lt;br /&gt;
As mentioned on http://filosottile.github.io/analyzing-the-adobe-leaked-passwords/ the data in the comic isn't real and contains a hidden message.&lt;br /&gt;
If the &amp;quot;user password&amp;quot; hashes are Base64 encoded, they read:&lt;br /&gt;
&amp;lt;pre&amp;gt;ThiswasnotagooduseofyourtimeButthenagainitwasprobablynotagooduseofmytimeeith&lt;br /&gt;
erAndyethereweareXOXOXOLetsLiveHereInThisTinySecretEncodedTextWorldForever==&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
E.g., with the initial unique hash blocks: &amp;lt;tt&amp;gt;python -c &amp;quot;print '4e18acc1ab27a2d6a0a2876eb1ea1fca'.decode('hex_codec').encode('base64')&amp;quot;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The last letter &amp;quot;r&amp;quot; is not fully encoded in the data shown, but any letter from &amp;quot;g&amp;quot; to &amp;quot;v&amp;quot; produces the same binary data.&lt;br /&gt;
&lt;br /&gt;
The title text makes a reference to a previous comic: [[792|Black Hat's trouble with what to do with stolen passwords]]. It also states that users of pirated Photoshop are the winners here. This is because in order to make Photoshop pirate-able, it was modified (cracked) by removing the requirement for registration so their passwords were not sent to Adobe and therefore are not present in the leaked file.&lt;br /&gt;
&lt;br /&gt;
The title itself is a reference to [http://en.wikipedia.org/wiki/Cryptic_crossword cryptic crosswords]&lt;br /&gt;
&lt;br /&gt;
==Passwords==&lt;br /&gt;
Note that characters in the passwords could be upper or lower case, and they may involve common substitutions like &amp;quot;0&amp;quot; (number zero) for &amp;quot;O&amp;quot; (letter O); therefore, the clues cannot guarantee that the answer shown here is precisely correct.  Nevertheless, we have plenty of information for a brute force attack.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Input&lt;br /&gt;
! Hint&lt;br /&gt;
! Password&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;4e18acc1ab27a2d6&amp;lt;/tt&amp;gt;&lt;br /&gt;
|weather vane sword&lt;br /&gt;
|&amp;lt;tt&amp;gt;[http://redwall.wikia.com/wiki/Matthias matthias]&amp;lt;/tt&amp;gt;&lt;br /&gt;
|In ''{{w|Redwall}}'', several characters are associated with a sword hung from a weather vane, but only Matthias shares the name of an apostle (6 lines down).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;4e18acc1ab27a2d6&amp;lt;/tt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;tt&amp;gt;matthias&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Although no hint was used, we know this password too, since it matches the previous one.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;4e18acc1ab27a2d6&amp;amp;nbsp;a0a2876eb1ea1fca&amp;lt;/tt&amp;gt;&lt;br /&gt;
|name1&lt;br /&gt;
|&amp;lt;tt&amp;gt;matthias1&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Even without knowing the user's name, we already know how this starts, so the clue gives us a pretty good idea how it finishes (and another block useful 2 lines down)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;8babb6299e06eb6d&amp;lt;/tt&amp;gt;&lt;br /&gt;
|duh&lt;br /&gt;
|&amp;lt;tt&amp;gt;password&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Unfortunately, this is all too common, and the user practically told us that it's an easy one.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;8babb6299e06eb6d&amp;amp;nbsp;a0a2876eb1ea1fca&amp;lt;/tt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;tt&amp;gt;password1&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Although no hint was used, we know this by combining the previous two.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;8babb6299e06eb6d&amp;amp;nbsp;85e9da81a8a78adc&amp;lt;/tt&amp;gt;&lt;br /&gt;
|57&lt;br /&gt;
|&amp;lt;tt&amp;gt;password57&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Since we know how this begins, this is a good guess.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;4e18acc1ab27a2d6&amp;lt;/tt&amp;gt;&lt;br /&gt;
|favorite of {{w|Apostle (Christian)|12 apostles}}&lt;br /&gt;
|&amp;lt;tt&amp;gt;{{w|Saint Matthias|matthias}}&amp;lt;/tt&amp;gt;&lt;br /&gt;
|The hint suggests only 12 possibilities. Variant spellings, variant lists, and a replacement for Judas add to that number. But we already know which one by combining with the clue 6 lines up. (Surprise: it's the replacement!)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;1ab29ae86da6e5ca&amp;amp;nbsp;7a2d6a0a2876eb1e&amp;lt;/tt&amp;gt;&lt;br /&gt;
|with your own hand you have done all this&lt;br /&gt;
|&amp;lt;tt&amp;gt;Judith1510&amp;lt;/tt&amp;gt;&lt;br /&gt;
|This is a quotation from [http://www.biblestudytools.com/nrsa/judith/15-10.html Judith 15:10] in the Bible.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;a1f9b2b6299e7a2b&amp;amp;nbsp;eadec1e6ab797397&amp;lt;/tt&amp;gt;&lt;br /&gt;
|sexy earlobes&lt;br /&gt;
|&amp;lt;tt&amp;gt;{{w|Charlie Sheen|Charlie&amp;amp;nbsp;Sheen}}&amp;lt;/tt&amp;gt;&lt;br /&gt;
|This refers to an episode of ''{{w|Two and a Half Men}}''.  Other answers are possible, but only this one fits the next line.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;a1f9b2b6299e7a2b&amp;amp;nbsp;617ab0277727ad85&amp;lt;/tt&amp;gt;&lt;br /&gt;
|best TOS episode&lt;br /&gt;
|&amp;lt;tt&amp;gt;{{w|Charlie X|Charlie&amp;amp;nbsp;X}}&amp;lt;/tt&amp;gt;&lt;br /&gt;
|&amp;quot;{{w|Star Trek: The Original Series|TOS}}&amp;quot; refers to the original series of ''{{w|Star Trek}}''.  Although this had dozens of episodes, only one fits the previous line as well as the next line.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;39738b7adb0b8af7&amp;amp;nbsp;617ab0277727ad85&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Sugarland&lt;br /&gt;
|&amp;lt;tt&amp;gt;HoustonTX&amp;lt;/tt&amp;gt;&lt;br /&gt;
|{{w|Sugar Land, Texas|Sugar Land}} is a suburb of {{w|Houston}}, {{w|Texas}}.  This fits with the previous line. {{w|Sugarland}} is a band, but it does not fit well with the previous hint, and would not lead to our first guess.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;1ab29ae86da6e5ca&amp;lt;/tt&amp;gt;&lt;br /&gt;
|name + jersey#&lt;br /&gt;
|&amp;lt;tt&amp;gt;Judith15&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Even if we knew this user's name, we wouldn't know their jersey number.  But the clue 4 lines up already gave us the answer.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;877ab7889d3862b1&amp;lt;/tt&amp;gt;&lt;br /&gt;
|alpha&lt;br /&gt;
|&amp;lt;tt&amp;gt;abc&amp;lt;/tt&amp;gt;&lt;br /&gt;
|This password is also far too common, but this clue still isn't enough to narrow it down.  Combine with the clue 4 lines below, however, and it's quite easy.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;877ab7889d3862b1&amp;lt;/tt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;tt&amp;gt;abc&amp;lt;/tt&amp;gt;&lt;br /&gt;
|No hint, but the same as the surrounding passwords.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;877ab7889d3862b1&amp;lt;/tt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;tt&amp;gt;abc&amp;lt;/tt&amp;gt;&lt;br /&gt;
|No hint, but the same as the surrounding passwords.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;877ab7889d3862b1&amp;lt;/tt&amp;gt;&lt;br /&gt;
|obvious&lt;br /&gt;
|&amp;lt;tt&amp;gt;abc&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Same as the surrounding passwords.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;877ab7889d3862b1&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Michael Jackson&lt;br /&gt;
|&amp;lt;tt&amp;gt;abc&amp;lt;/tt&amp;gt;&lt;br /&gt;
|{{w|Michael Jackson}} did many songs, but only one was {{w|ABC (song)|alphabetical}} (4 lines up).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;38a7c9279cadeb44&amp;amp;nbsp;9dca1d79d4dec6d5&amp;lt;/tt&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;tt&amp;gt;asdfghjkl&amp;lt;/tt&amp;gt;&lt;br /&gt;
|No hint, but the same as the one below.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;38a7c9279cadeb44&amp;amp;nbsp;9dca1d79d4dec6d5&amp;lt;/tt&amp;gt;&lt;br /&gt;
|he did the mash, he did the&lt;br /&gt;
|&amp;lt;tt&amp;gt;asdfghjkl&amp;lt;/tt&amp;gt;&lt;br /&gt;
|Probably a &amp;quot;keyboard mash&amp;quot; (e.g. asdfghjkl), a common password. The hint is a reference to the song &amp;quot;{{w|Monster Mash}}&amp;quot; (&amp;quot;He did the mash/He did the monster mash&amp;quot;).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;38a7c9279cadeb44&amp;lt;/tt&amp;gt;&lt;br /&gt;
|purloined&lt;br /&gt;
|&amp;lt;tt&amp;gt;asdfghjk&amp;lt;/tt&amp;gt;&lt;br /&gt;
|A reference to the {{w|Edgar Allan Poe}} story &amp;quot;{{w|The Purloined Letter}}&amp;quot;, this represents all the keys of the home row, or the keyboard mash password, but with one missing(&amp;quot;purloined&amp;quot;) letter.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;a8ae5745a2b7af7a&amp;amp;nbsp;9dca1d79d4dec6d5&amp;lt;/tt&amp;gt;&lt;br /&gt;
|fav water-3 {{w|List_of_Pokémon|Pokemon}}&lt;br /&gt;
|&amp;lt;tt&amp;gt;[http://bulbapedia.bulbagarden.net/wiki/Tentacool_(Pok%C3%A9mon) Tentacool]&amp;lt;/tt&amp;gt;&lt;br /&gt;
|This is the only [http://bulbapedia.bulbagarden.net/wiki/Water_3_%28Egg_Group%29 water-3] Pokémon with a 9 letter name ending in &amp;quot;l&amp;quot;, so it must be this to fit with the password 'asdfghjkl'&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:Hackers recently leaked '''''153 million''''' Adobe user emails, encrypted passwords, and password hints.&lt;br /&gt;
:Adobe encrypted the passwords improperly, misusing block-mode 3DES. The result is something wonderful:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
User password                      Hint&lt;br /&gt;
-------------                      ----&lt;br /&gt;
&lt;br /&gt;
4e18acc1ab27a2d6                   weather vane sword&lt;br /&gt;
4e18acc1ab27a2d6&lt;br /&gt;
4e18acc1ab27a2d6 a0a2876eb1ea1fca  name1&lt;br /&gt;
8babb6299e06eb6d                   duh&lt;br /&gt;
8babb6299e06eb6d a0a2876eb1ea1fca&lt;br /&gt;
8babb6299e06eb6d 85e9da81a8a78adc  57&lt;br /&gt;
4e18acc1ab27a2d6                   favorite of 12 apostles&lt;br /&gt;
1ab29ae86da6e5ca 7a2d6a0a2876eb1e  with your own hand you&lt;br /&gt;
                                   have done all this&lt;br /&gt;
a1f9b2b6299e7a2b eadec1e6ab797397  sexy earlobes&lt;br /&gt;
a1f9b2b6299e7a2b 617ab0277727ad85  best tos episode&lt;br /&gt;
39738b7adb0b8af7 617ab0277727ad85  sugarland&lt;br /&gt;
1ab29ae86da6e5ca                   name + jersey#&lt;br /&gt;
877ab7889d3862b1                   alpha&lt;br /&gt;
877ab7889d3862b1&lt;br /&gt;
877ab7889d3862b1&lt;br /&gt;
877ab7889d3862b1                   obvious&lt;br /&gt;
877ab7889d3862b1                   Michael Jackson&lt;br /&gt;
38a7c9279cadeb44 9dca1d79d4dec6d5&lt;br /&gt;
38a7c9279cadeb44 9dca1d79d4dec6d5  he did the mash, he did the&lt;br /&gt;
38a7c9279cadeb44                   purloined&lt;br /&gt;
a8ae5745a2b7af7a 9dca1d79d4dec6d5  fav water-3 pokemon&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:The greatest crossword puzzle in the history of the world&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Pokémon]]&lt;br /&gt;
[[Category:Cryptography]]&lt;/div&gt;</summary>
		<author><name>108.162.221.62</name></author>	</entry>

	</feed>