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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2739:_Data_Quality&amp;diff=306772</id>
		<title>Talk:2739: Data Quality</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2739:_Data_Quality&amp;diff=306772"/>
				<updated>2023-02-24T16:40:03Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.62.140: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
Hash tables aren't lossy, maybe Randall means hash functions? [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 17:06, 17 February 2023 (UTC)&lt;br /&gt;
:I was thinking more a (subset of) a {{w|Rainbow table}}, than an associative array... Although such things tend not to preserve/respect item order (in reading, writing and altering in general), which is potentially information-lossy. [[Special:Contributions/172.69.79.185|172.69.79.185]] 18:50, 17 February 2023 (UTC)&lt;br /&gt;
::Hash tables have an ultra-low collision rate, as compared to the transforms used in packetwise error-correction... Since the comic is primarily focused on contrasting media fidelity with direct alteration of the content, ciphers seem a less direct association than content distribution networks? Given the context presented, my immediate association was the use of both piece &amp;amp; whole-pack hash verification, which has a collision rate so low terms like &amp;quot;number of particles in the universe&amp;quot; start entering the conversation. Upon further consideration, I wonder if Randall is referring to plain old CRC32 hash checking? Or the SHA hashes commonly used to verify disc downloads? (If it passes SHA *and* torrent content checking, I'd say you've probably got better chances of 1:1 integrity, than any original medium has of retaining it?) &lt;br /&gt;
::[[User:ProphetZarquon|ProphetZarquon]] ([[User talk:ProphetZarquon|talk]]) 22:51, 17 February 2023 (UTC)&lt;br /&gt;
: Maybe it was to be about '''cuckoo filters''', which are probabilistic data structure alternative to classic Bloom filter, which are based on space-efficient variants of cuckoo hashing? --[[User:JakubNarebski|JakubNarebski]] ([[User talk:JakubNarebski|talk]]) 14:05, 20 February 2023 (UTC)&lt;br /&gt;
::Hash tables don't have to store the original data at all, technically; they are commonly done as hash table-&amp;gt;KEY:DATA or hash table-&amp;gt;KEY:Pointer to data (or suchlike), but hash table-&amp;gt;present is a valid hashing scheme, which results in a likely verification that you have the right data (but not guarunteed because collisions) but no way of reconstructing the data itself. [[User:Mneme|Mneme]] ([[User talk:Mneme|talk]]) 02:25, 21 February 2023 (UTC)&lt;br /&gt;
:He’s casually referring to the hash conflict situation in common implementations of hash tables: the table of hashes, not the whole structure. You have O(n) lookup speed proportional to the impact of uniqueness lost in the hash lookup. The point is that this is the same way that bloom filters {which also usually need a source of truth to be useful) are used. The two concepts perform the same function but with different degrees of lossiness, different widenesses of matching. [[Special:Contributions/162.158.62.140|162.158.62.140]] 16:40, 24 February 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
GIF's aren't lossy either, though often other formats can't be converted to GIF without discarding information. [[User:Bemasher|Bemasher]] ([[User talk:Bemasher|talk]]) 18:27, 17 February 2023 (UTC)&lt;br /&gt;
:I think that's the point. [[Special:Contributions/172.68.50.203|172.68.50.203]] 20:12, 17 February 2023 (UTC)&lt;br /&gt;
:GIFs are lossy in the very act of creating them: the actual colors of the real object have to be smashed down into (I think it’s) 256 different colors, resulting in an image that even human perception recognizes as crappy. Even the so-called ‘lossless’ formats such as PNG are lossy in the act of creation, just not as drastically as GIFs. A truly ‘lossless’ format would have to specify the exact intensity of every wavelength of electromagnetic radiation emanating from every atom of the original object. Good luck with that. [[Special:Contributions/172.71.151.99|172.71.151.99]] 01:00, 18 February 2023 (UTC)&lt;br /&gt;
::It's subjective whether formats (even .gif) can be recognised as 'crappy'. The display format may further tune down everything so that something defined with 65536 colours is more like 256, or it could work well with any given stippling/halftoning/dithering to produce something more like the better original than the file data strictly allows (even from 6bits-per-pixel, or 3) when viewed at sufficient remove. And a .gif of a block-coloured diagram is notably better than a typical .jpg of one, despite the technically superior palette the later has. (Nobody says that an image has to be from a real-life subject, with all kinds of missing data, such as photons thst happen to hit the gap between CCD pixels but might be considered important and might well have been captured with the Mk 1 Eyeball and significantly 'noticed' by the nerves and ultimately the respective processing usters of the brain behind it... Which has a complete set of 'analogue lossiness' to it, anyway.) [[Special:Contributions/172.71.242.203|172.71.242.203]] 16:37, 18 February 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
Someone needs to add a table describing all the formats in the chart. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 19:29, 17 February 2023 (UTC) &lt;br /&gt;
:Yep. It needs a description of each point on the graph. I'm on my phone though... and feeling lazy after shoveling snow. &lt;br /&gt;
:[[User:ProphetZarquon|ProphetZarquon]] ([[User talk:ProphetZarquon|talk]]) 22:54, 17 February 2023 (UTC)&lt;br /&gt;
::I'm tempted, but it would require learning how to MAKE a table, and my ideal table would be 5 columns, '''''TOO WIDE!''''', LOL! Table label, what scale (data quality or item quality), a description (the main thing needed), the cat version from the Title Text, and finally how the cat example applies/parallels the comic version. I could lose the &amp;quot;what scale&amp;quot; as only one isn't data quality, and I guess I could see two tables, Comic and Title/Cat (adding to cat also the Table Label column).[[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 06:38, 19 February 2023 (UTC)&lt;br /&gt;
:::Tables are actually [https://mediawiki.org/wiki/Help:Tables quite easy to do] (if you don't intend to do much complex stuff), but also very easy to slightly mess up (temporarily - Preview is your friend, especially if you need to rowspan/colspan at all). For this purpose, nothing fancy. Header row, other rows, nothing particar special in alignment, sorting, colour (foreground and/or background), etc. It'll be fairly intelligently fitted to the browser window, according to the contents.&lt;br /&gt;
:::However, here (when you might have large amounts of narrative in one column), perhaps just &amp;quot;;&amp;quot;-prefix a mini-header (can include &amp;quot;(in Title text)&amp;quot; or other shorthand details) and then have &amp;quot;:&amp;quot;-prefixed 'definition' prose that rambles on about each item in freehand text. I would suggest that's as complicated as you need it, no real need for tabling at all. (But, without wanting to show you how to use a hammer, then making every problem now look like a nail to you, I think you could handle ''learning'' the basic table-markup/learning where to get the more complex stuff. So there you are.) [[Special:Contributions/172.70.91.197|172.70.91.197]] 16:54, 19 February 2023 (UTC)&lt;br /&gt;
::::Oh, I've done tables in HTML many times, I'm perfectly comfortable tackling it. It's just that I'd have to take the time to look up the wiki syntax. :) Additional effort, you see. And now someone has already done it. :) [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 15:41, 21 February 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
It seems there are two definitions of data quality that Randall is juxtaposing for comic effect: in one, quality data is data that represents the original phenomenon without error or degradation. In the other, he's applying the concept of quality to the phenomenon itself – data is better if it describes a better phenomenon. My cat is better than your cat, therefore data about my cat is better than data about your cat.  I'd like to see this concept in the explanation of the page but don't know how to add into the flow of the current text.[[User:K95|K95]] ([[User talk:K95|talk]]) 19:33, 17 February 2023 (UTC)&lt;br /&gt;
:I already put that in earlier. See the second sentence of the second paragraph, I called it &amp;quot;general excellence&amp;quot;. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 21:45, 17 February 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Data are transferred in bits&amp;quot;...Hear, hear. I'm over 60, I still remember of stuff that is called &amp;quot;analog&amp;quot; ;-) {{unsigned|172.71.160.37|20:07, 17 February 2023 (UTC)}}&lt;br /&gt;
:Note, however, that we are transferring data digitally for over four thousand years. That's how long is technically possible to make a lossless copy of written story. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 22:19, 17 February 2023 (UTC)&lt;br /&gt;
::That's only if you're lucky enough to be still reading it in the original &amp;lt;s&amp;gt;Klingon&amp;lt;/s&amp;gt; language, etc... [[Special:Contributions/172.69.79.184|172.69.79.184]] 22:53, 17 February 2023 (UTC) &lt;br /&gt;
:::'''&amp;quot;It is a Klingon name!&amp;quot;''' 😾 &lt;br /&gt;
:::Transcription definitely suffers from a Darmok &amp;amp; Jalad type contextual dependency.&lt;br /&gt;
::: [[User:ProphetZarquon|ProphetZarquon]] ([[User talk:ProphetZarquon|talk]]) 22:59, 17 February 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think that &amp;quot;Better data&amp;quot; is a reference to gainful compression, and that &amp;quot;my better cat&amp;quot; doesn't specifically refer to the author but to the lyrical subject (as in poems). [[Special:Contributions/172.68.50.203|172.68.50.203]] 20:12, 17 February 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
TIFF can contain a JPEG, which makes it technically a lossy format. [[Special:Contributions/172.69.109.33|172.69.109.33]] 23:26, 19 February 2023 (UTC)&lt;br /&gt;
:And an actual JPEG ''may'' be {{w|Lossless JPEG|lossless}}. (I still remember JPEG2000 being 'a thing', amongst the other situations mentioned there, but that wasn't even what I was thinking of whn I started this reply!) Yet, I think we're talking broad sweeps here. Not strict accuracy. There's Randall's trolling of us with GIF as 'lossy', frexample... [[Special:Contributions/172.69.79.159|172.69.79.159]]&lt;br /&gt;
&lt;br /&gt;
The opening sentence of the explanation, about data loss in transit, seems a bit irrelevant to the comic, which is only concerned with lossiness in information due to format. [[Special:Contributions/172.70.91.197|172.70.91.197]] 10:40, 20 February 2023 (UTC)&lt;br /&gt;
:''Very'' relevent to the parity ones. (Leads me to believe it's a scale of &amp;quot;amount of provided data to represent original data&amp;quot;. You send less than you really ought to, the more left you go, you send more than you should ''technically'' need to as you go to the right. Checksums add a little bit extra, once you get to them, and ''correcting'' checksums (hamming bits, etc) are significantly extra overhead. The whole 'better data' is basically &amp;quot;send a similar amount of newer information, or even more, on top of the original&amp;quot;.) [[Special:Contributions/162.158.34.71|162.158.34.71]] 12:55, 20 February 2023 (UTC)&lt;br /&gt;
:: But that's about adding information to the file (which happens to be mitigation against the potential future loss of data) - not directly about the loss of data itself. [[Special:Contributions/172.71.178.65|172.71.178.65]] 11:23, 22 February 2023 (UTC)&lt;br /&gt;
::: Data can be lost (deliberately or otherwise) in the process of transfering data. That's where parity may be useful, and that's when boiling things down into hashes alone probably is not... But you may actually have good reasons/circumstances to do (or not do) either. [[Special:Contributions/172.70.85.224|172.70.85.224]] 19:20, 22 February 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
Since when is CRC-32 obsolete? [[Special:Contributions/162.158.238.6|162.158.238.6]] 08:24, 22 February 2023 (UTC)&lt;/div&gt;</summary>
		<author><name>162.158.62.140</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2739:_Data_Quality&amp;diff=306771</id>
		<title>2739: Data Quality</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2739:_Data_Quality&amp;diff=306771"/>
				<updated>2023-02-24T16:34:25Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.62.140: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2739&lt;br /&gt;
| date      = February 17, 2023&lt;br /&gt;
| title     = Data Quality&lt;br /&gt;
| image     = data_quality_2x.png&lt;br /&gt;
| imagesize = 671x211px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = [exclamation about how cute your cat is] -&amp;gt; [last 4 digits of your cat's chip ID] -&amp;gt; [your cat's full chip ID] -&amp;gt; [a drawing of your cat] -&amp;gt; [photo of your cat] -&amp;gt; [clone of your cat] -&amp;gt; [your actual cat] -&amp;gt; [my better cat]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a SUPERIOR FELINE. needs review by software engineer to correct mistakes. should link to the comic on taking the fourier transform of a cat. Do NOT delete this tag too soon.}}&lt;br /&gt;
&amp;lt;!-- Specifically &amp;quot;No Idea If There's A Character Limit LMAO&amp;quot;: please refrain from removing any more Incomplete tags by yourself and so quickly, and please check your Talk page! And please remove this comment once you've read it. :) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Digital data can be compressed to make transmission and/or storage more efficient; some {{w|compression algorithms}} discard some information to improve the compression, which is known as lossy compression, since some of the information is lost (this can be acceptable in audio or visual data, since the difference may be hard for humans to perceive).&lt;br /&gt;
&lt;br /&gt;
This comic shows a chart in the form of a line, increasing quality from very lossy to most lossless. This means that it goes, at the extremes, from having so little information as to make it effectively meaningless, to having significant extra information included (eventually making the original actually an unnecessary distraction). Some of this extra information mitigates the risk of another sense of 'loss' in data - digital data are transferred in bits, and {{w|data loss}} is the process by which some of these bits are lost or altered during data transport. However the highest quality, &amp;quot;better data&amp;quot;, is using a different sense of the term &amp;quot;quality&amp;quot;, referring more to the general excellence of the data than how accurately it represents the original.&lt;br /&gt;
&lt;br /&gt;
The title text uses your cat as an example of this range of losses (or, in the case of the latter reaches of the graph, gains) in the information. This is possibly a reference to [https://www.goodreads.com/quotes/8157292-the-best-material-model-of-a-cat-is-another-or Norbert Wiener]'s quote, &amp;quot;The best material model of a cat is another, or preferably the same, cat.&amp;quot; The most lossy is an exclamation about how cute your cat is, which is ephemeral and obviously carries very little significance in terms of actually providing specific, transferable information about your cat. The example then progresses into your cat's chip ID; presumably your cat has been microchipped, and between the last four digits (commonly used in sensitive information as an identifier without revealing the full number) or the entire chip ID, provides a still-uninformative yet slightly improved way of identifying your cat. A drawing of your cat and a photo of your cat would portray the cat reasonably well, while a clone of your cat and (of course) your actual cat would be the best way of gaining information about your cat. However, as in the actual comic, the final, most lossless (in this case, with the most gain) form of data transfer has nothing to do with your cat, but is simply Randall's better cat. This is apparently made out by Randall to be the pinnacle of cat data.&lt;br /&gt;
&lt;br /&gt;
=== Details ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
! Item&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Bloom filter}}&lt;br /&gt;
| A Bloom filter is a probabilistic data structure that can efficiently say whether an element is ''probably'' part of the dataset, while it can say &amp;quot;element is not in set&amp;quot; with 100% accuracy. If a Bloom filter is used to compress the contents of a book, the Bloom filter can re-tell a similar story - just by guessing.{{fact}}&lt;br /&gt;
|-&lt;br /&gt;
| {{w|Hash table}}&lt;br /&gt;
| A hash table allows you to find data very fast. Randall probably means hashing the contents of entire books. Calculating a hash value for an entire book means that there is (most probably) a unique relationship between the book and a hash value - e.g. &amp;quot;58b8893b2a116d4966f31236eb2c77c4172d00e9&amp;quot;. This means the book will yield this exact hash value, though it's impossible to reconstruct the book's content from a hash value. It is a highly efficient, but is meaningless: An average book contains several millions of bits, yet the SHA-2 hash has only 256 bits.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|JPEG|JPG}}, {{w|GIF}}, {{w|MPEG-1|MPEG}}&lt;br /&gt;
| Image and video formats that are considered 'lossy'. JPG (or &amp;quot;JPEG&amp;quot;) format and the MPEG {{w|MPEG-2|group}} {{w|Advanced Video Coding|of}} formats typically use a range of data-compression methods that save space by selectively fudging (thus losing) what details it can of the image (and audio, where appropriate), to make disproportionate gains in compression; best used for real world images (and films) where real-world 'noise' can afford to be replaced by a more compressible version, without too much obvious change.&lt;br /&gt;
GIF compression is not 'lossy' in the same way, i.e. whatever it is asked to encode can be faithfully decoded, but Randall may consider its limitations (it can only write images of 256 unique hues, albeit that these can come from anywhere across the whole 65,536 &amp;quot;True color&amp;quot; range, plus transparency) to be a form of loss, as conversion from a more sophisticated format (e.g. PNG, below) could lose many of the subtle shades of the original and produce an inferior image. For this reason, GIF format became one best left to render diagrams and other computer-generated imagery with swathes of identical pixels and mostly sharp edges (and to utilize the optional transparent mask). Alternatively, he may just have included it as a joke/nerd-snipe.&lt;br /&gt;
|-&lt;br /&gt;
| {{w|PNG}}, {{w|ZIP (file format)|ZIP}}, {{w|TIFF}}, {{w|WAV}}&lt;br /&gt;
| A series of formats using lossless compression. PNG and TIFF are image formats, that are suitable for photos but without resorting to reduced accuracy in order to assist compression. WAV is an audio format that also does not arbitrarily sacrifice 'unnecessary' details, unlike the more recently developed {{w|MP3|MPEG Audio Layer III}} which has become the de-facto consumer audio format for many.&lt;br /&gt;
ZIP is a generic compression algorithm(/format) that can be used to store any other digital file, for exact decompression later on, although any file(s) already compressed in some way are not likely to compress significantly more.&lt;br /&gt;
|-&lt;br /&gt;
| Parity bits for error detection&lt;br /&gt;
| In the number 135, the sum of digits is 9. So, the number 135 could be written as &amp;quot;135-9&amp;quot;. If the number was tampered with, the parity bits could tell you so (in some cases), or possibly that the parity itself was the digit that was miswritten. But a change from &amp;quot;135&amp;quot; to &amp;quot;153&amp;quot; could not be detected that way. There are more reliable means to detect errors: The obsolete CRC-32 and MD5, and the much more modern {{w|Secure Hash Algorithm|SHA}}.&lt;br /&gt;
|-&lt;br /&gt;
| Parity bits for error correction&lt;br /&gt;
| There are ways to restore the original data with the given additional data. One method is to 'overload' with multiple different methods of error-detection parity such that any small enough corruption of data (including of the parity bits themselves) can be reconstructed to the correct original value. One of the first such methods is {{w|Hamming(7,4)}}, invented around 1950. A practical application of error correction would be {{w|QR_code#Error_correction|QR Codes}} using {{w|Reed–Solomon error correction|Reed–Solomon error correction}}.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A line chart is shown with eight unevenly-spaced ticks each one with a label beneath the line. Above the middle of the line there is a dotted vertical line with a word on either side of this divider. Above the chart there is a big caption with an arrow pointing right beneath it.]&lt;br /&gt;
:&amp;lt;big&amp;gt;Data Quality&amp;lt;/big&amp;gt;&lt;br /&gt;
:Lossy ┊ Lossless&lt;br /&gt;
&lt;br /&gt;
:[Labels to the left of the dotted line from left to right:]&lt;br /&gt;
:Someone who once saw the data describing it at a party&lt;br /&gt;
:Bloom filter&lt;br /&gt;
:Hash table&lt;br /&gt;
:JPEG, GIF MPEG&lt;br /&gt;
&lt;br /&gt;
:[Labels to the right of the dotted line from left to right:]&lt;br /&gt;
:PNG, ZIP, TIFF, WAV, Raw data&lt;br /&gt;
:Raw data + parity bits for error detection&lt;br /&gt;
:Raw data + parity bits for error ''correction''&lt;br /&gt;
:Better data&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Charts]]&lt;br /&gt;
[[Category:Cats]]&lt;/div&gt;</summary>
		<author><name>162.158.62.140</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2464:_Muller%27s_Ratchet&amp;diff=306030</id>
		<title>2464: Muller's Ratchet</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2464:_Muller%27s_Ratchet&amp;diff=306030"/>
				<updated>2023-02-09T18:58:25Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.62.140: explain caption more explicitly&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2464&lt;br /&gt;
| date      = May 17, 2021&lt;br /&gt;
| title     = Muller's Ratchet&lt;br /&gt;
| image     = mullers_ratchet.png&lt;br /&gt;
| titletext = Who knew you could learn so much about sexual reproduction from looking at pictures on the internet!&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
In this comic, Randall reviews a passage explaining the internet with terms associated with evolution, comparing the constant resharing and changing of popular photos to evolutionary processes, namely {{w|Muller's ratchet}} and {{w|Genetic recombination|recombination}}.&lt;br /&gt;
&lt;br /&gt;
An image of [[Hairbun]] showing a cat to [[Cueball]], who is apparently shocked, is used as an example of the subject phenomenon. This image is altered in various ways:&lt;br /&gt;
* A caption is added to the photo as a whole, possibly using an online &amp;quot;meme maker&amp;quot; tool. Many memes are made in this manner, such as the Office Space [https://imgflip.com/meme/That-Would-Be-Great &amp;quot;that would be great&amp;quot;] memes.&lt;br /&gt;
* Individual labels are placed on the participants (which include the cat). These labels may be literal, but often they are metaphorical. A common metaphorical example is the {{w|Distracted-boyfriend meme}}.&lt;br /&gt;
* This seems to be unmodified from the original, except being a bit fuzzy. This is likely a comment on how most people, due to being unfamiliar with image formats, will often pick settings when saving a picture that results in the image being compressed noticeably (usually via exporting as a JPG as opposed to a PNG).&lt;br /&gt;
* A caption is added at the top and bottom of the picture, again possibly by an online meme maker, and the photo cropped.&lt;br /&gt;
* A sword has been added to the picture, held in a comical position by a participant (the cat) who wouldn't usually have one.{{Citation needed}} These are typically just done as a joke. This image is also cropped and has its aspect ratio changed.&lt;br /&gt;
** A watermark is added to this image, having been added by &amp;quot;SwordApp&amp;quot; a fictional (as of this comic's publication) app used to add the sword&lt;br /&gt;
* Individual labels are placed on the participants here as well.&lt;br /&gt;
* Individual labels are placed on the main (human) participants only. This might be used to only apply metaphorical meanings to the people and not to the object being held (the cat).&lt;br /&gt;
&lt;br /&gt;
Recombination is the combination of genetic material from chromosomes, shuffling genes during meiosis. In this case, it is being compared to shuffling and recombining aspects of an edited digital image.&lt;br /&gt;
&lt;br /&gt;
Sometimes, genetic mutation can create better genes - like the sword being given to the cat in the image. Other changes remove or degrade from the genetic history, without apparent detriment, just because the circumstances do not currently confer any significant advantage to it. If the 'lost' ability is perhaps useful in dealing with an infrequent environmental stress then the loss of its utility might be felt a generation or two later.&lt;br /&gt;
&lt;br /&gt;
With recombination, useful novel changes can be shuffled into the population without necessarily bringing in a less useful mutation, creating descendents with both the obvious advantages (a sword) and the previously more established resilience (the fuller frame).&lt;br /&gt;
&lt;br /&gt;
The caption in this comic jokes that while the passage is explaining the spread of Internet content using evolution, Randall feels that image memes (like the one shown in the comic) have become so ubiquitous that it now seems more intuitive to instead explain evolution using the metaphor of images on the Internet.&lt;br /&gt;
&lt;br /&gt;
The degradation of digital images has previously been explored in [[1683: Digital Data]].&lt;br /&gt;
&lt;br /&gt;
The title text has a double meaning, referring both to the ways these particular images on the Internet illustrate these evolutionary processes (which are driven by the mechanisms of biological reproduction, including sexual reproduction) and to {{tvtropes|TheInternetIsForPorn|the amount of erotic imagery illustrating the mechanics of sexual activity one might find on the Internet}}.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[A caption sits above a slightly greyed-out photo of Hairbun holding out a cat to Cueball, who has his hand over his face and is leaning away. Below are arrows leading to much smaller variations of the photo, all altered in some way.]&lt;br /&gt;
:[From left to right: Image with the sides cropped and black text bordered by white in the bottom center; image with black text in white box with black border above cat, on Hairbun, and on Cueball; image identical to the original but with softer edges; image cropped around all sides to exclude all negative space around frame, with white text bordered by black near the top and bottom center; image cropped to cut out half of Hairbun and Cueball's legs and featuring the cat holding a sword out at Cueball; image same as the original except with black text bordered by white on top of the cat, Hairbun, and Cueball; and image blurred out and at low resolution with black text in white oval on top of Hairbun and Cueball.]&lt;br /&gt;
:Caption above: When a photo goes around on social media, people create lots of new versions of it.&lt;br /&gt;
&lt;br /&gt;
:[A larger depiction of an image altered to cut out some of Hairbun and Cueball's legs and the cat holding a sword to the left of a caption, with a faint, shadowed wordmark saying &amp;quot;Made with ''SwordApp'']&lt;br /&gt;
:Caption: Sometimes, one of the edited versions becomes more popular and supplants the original. But often, the new version isn't made from the best copy of the image. It may be pixelated, cropped, or watermarked.&lt;br /&gt;
:[The same image appears with a more transparent box around it showing the cropped-out areas and an arrow pointing into it saying &amp;quot;lost&amp;quot;. To the left is a caption.]&lt;br /&gt;
:Caption: As long as those flaws are minor enough that they don't cancel out the big change, the new version can still win out. Each good change brings with it random background damage. The degradation only goes one way. Once an image is cropped, its descendents will be, too. This steady loss of information is called '''''Muller's Ratchet'''''.&lt;br /&gt;
:[The original photo and the edited replacement are side-by-side, with the original on the right and the replacement on the left. The area above the cat where the sword is shown in the replacement is circled with a dotted line in both images. In the original, the area inside is greyed out, and in the replacement, the entire image is greyed out except for that area.]&lt;br /&gt;
:[Arrows point from the emphasized parts of both images to a new photo below that combines the original image with the sword from the replacement. The dotted line is still present. A caption sits to the left.]&lt;br /&gt;
:Caption: But there's a solution. The old versions are still around, so if you have an image editor that lets you splice together parts of two images, you can make a new version with the best parts of both. This process is called '''''recombination...''''']&lt;br /&gt;
:[All previous panels are grouped in one large panel, with a caption below the entire frame]&lt;br /&gt;
:Caption: People use evolutionary metaphors to explain the spread of internet content, but at this point we have so much more experience with the internet that I feel like it often makes more sense the other way around.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Hairbun]]&lt;br /&gt;
[[Category:Biology]]&lt;br /&gt;
[[Category:Computers]]&lt;/div&gt;</summary>
		<author><name>162.158.62.140</name></author>	</entry>

	</feed>