<?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=2A0A%3AEF40%3AC2%3A3201%3A77A3%3AC707%3AE7E4%3A409B</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=2A0A%3AEF40%3AC2%3A3201%3A77A3%3AC707%3AE7E4%3A409B"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/2A0A:EF40:C2:3201:77A3:C707:E7E4:409B"/>
		<updated>2026-04-29T14:39:57Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2671:_Rotation&amp;diff=384065</id>
		<title>2671: Rotation</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2671:_Rotation&amp;diff=384065"/>
				<updated>2025-08-13T08:10:54Z</updated>
		
		<summary type="html">&lt;p&gt;2A0A:EF40:C2:3201:77A3:C707:E7E4:409B: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2671&lt;br /&gt;
| date      = September 12, 2022&lt;br /&gt;
| title     = Rotation&lt;br /&gt;
| image     = rotation 2x.png&lt;br /&gt;
| imagesize = 380x756px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = It's okay, we can just feed the one-pixel image into an AI upscaler and recover the original image, or at least one that's just as cool.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This is another one of [[Randall|Randall's]] [[:Category:Tips|Tips]], this time a phone tip. This tip claims that rotating a phone and taking a screenshot too many times will cause an image to disappear into nothingness and warns the user against doing so. The camera and the display both have limited resolutions, so the detail of the original screenshot at the center of the image will be reduced as it approaches the range of a few pixels, hence the original image will be lost before it reaches the sub-pixel range. This is funny because the default resolution of contemporary camera phones can be too large to meet size requirements for e.g. mobile phone {{w|Multimedia Messaging Service}}, web file uploads, or email attachments, so one or two steps of this awkward procedure are sometimes necessary. Other comics such as [[878: Model Rail]] also use recursion as limits.&lt;br /&gt;
&lt;br /&gt;
For a fuller explanation of the concepts involved, including {{w|Planck units}}, often associated with the topological {{w|quantum foam}} of {{w|string theory}}, see [https://www.youtube.com/watch?v=pUF5esTscZI this CGP Grey video.] For an explanation of topological string theory, see [[2658: Coffee Cup Holes]]. See also [[1683: Digital Data]] for an analogous image processing concept.&lt;br /&gt;
&lt;br /&gt;
The title text refers to producing photographically likely higher resolution images from lower resolutions, an active area of current research.[https://openaccess.thecvf.com/content/ICCV2021/papers/Liang_Hierarchical_Conditional_Flow_A_Unified_Framework_for_Image_Super-Resolution_and_ICCV_2021_paper.pdf] Because reducing the resolution of an image is a lossy process, results obtained through such processes will not be able to perfectly recreate the original. Machine learning can be used to calculate how images of known photographic subjects (or e.g. anime-style art, in the case of {{w|waifu2x}}) behave under certain types of noise or reduction in size, so that images ''of those kinds'' can be upscaled in a way that, if not perfectly recreating the original, at least is a faithful representation, but when the image is scaled all the way down to one pixel, everything except a small amount of data about the image's overall color is lost, making reconstructing the original image impossible. Randall disclaims that, because the AI upscaling is based on ingesting a large corpus of human-made art (with subjects that we find 'interesting' or at least meaningful being predominantly represented), the AI will produce an image that is at least as cool as the original image was, and in fact some image generation AIs actually work on a similar principle — for example, &amp;quot;reverse diffusion&amp;quot; AIs are trained by teaching them to reconstruct images from noise, at which they can produce entirely new images by being fed ''actual'' noise.  He could also be making a pun on {{w|color temperature}}, which the upscaler will be able to match to the original image. The &amp;quot;{{tvtropes|EnhanceButton|enhance button}}&amp;quot; for upscaling images is a common trope in movies and television, especially in crime and science fiction stories.&lt;br /&gt;
&lt;br /&gt;
=== Mathematical corner ===&lt;br /&gt;
&lt;br /&gt;
The scale reduction caused by a rotation can be approximated. If ''a'' is the width of the picture and ''b'' its height, the reduction is ''x=a/b'', the aspect ratio of the picture rectangle. As can be seen in the comic, the first rotation leaves two gray areas on each side of the picture that are roughly square. The width of the reduced picture is ''x*a'' = ''a''²/''b''. Each gray area is ''a'' (high) by (''b-x*a'')/2 (wide). This is roughly square, but will not be exactly square unless&lt;br /&gt;
: ''b'' = 2''a'' + ''x*a'' and since ''x=a/b'', dividing by ''b'' we obtain 1 = 2''x'' + x².&lt;br /&gt;
This is a quadratic equation, whose only positive solution is √2-1 ≈ 0.414&lt;br /&gt;
&lt;br /&gt;
Returning to the general problem: the reduction is geometric, so that after nine rotations, the picture will be reduced by a factor of ''x''⁹. Since this is &amp;quot;smaller than a pixel&amp;quot;, the original screen resolution is fewer than (1/''x'')⁹ pixels. It is not stated whether it is the width, height, or area of the original picture that have been reduced to &amp;quot;smaller than a pixel&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
25 rotations reduces a lot further and logarithms are useful to compute that. Let ''L'' be log(''a''/''b''), a negative number since ''a''/''b'' is less than 1. If the original screen is 10cm wide, its reduced picture will be ''x''^25 times smaller in width. The comic tells us that the picture is now &amp;quot;smaller than an atom&amp;quot; (typically 10^-10m). If referring to the width, then 25''L'' is less than about -9.0 using base-10 logarithms.&lt;br /&gt;
&lt;br /&gt;
After 101 rotations, the reduction will be ''x''^101, and the picture is now &amp;quot;smaller than the [http://en.wikipedia.org/wiki/Planck_length Planck length]&amp;quot;. The log of the Planck length is about -34.8, so 101''L'' is less than -33.8.&lt;br /&gt;
&lt;br /&gt;
Significantly we know that 100 rotations was ''not'' enough, so 100''L'' is greater than -33.8. If we split the difference and say that 100.5''L'' is equal to -33.8, we get an aspect ratio ''a''/''b'' just about 0.461. Multiple popular phone sizes are within the range, including the iPhone X or XS both with an aspect ratio of 1125/2436 ~ 0.4618.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A phone in portrait orientation shows an image of Cueball standing. It is then rotated, showing the image smaller with bars in landscape orientation, then the next phone is in portrait showing the entire screen of the previous rotated sideways, shrinking it every time. An arrow points from each phone to the phone with the next smaller image, until the last one. The labels, at the 9th, 25th, and 101st rotation, show the decreasing size of the original image as it goes through successive rotations.]&lt;br /&gt;
&lt;br /&gt;
:[Labels:]&lt;br /&gt;
:9 rotations: original image is smaller than a pixel.&lt;br /&gt;
&lt;br /&gt;
:25 rotations: original image is smaller than an atom.&lt;br /&gt;
&lt;br /&gt;
:101 rotations: original image is smaller than the Planck length, at which the concept of distance may break down.&lt;br /&gt;
&lt;br /&gt;
:[Bottom caption:]&lt;br /&gt;
:Phone tip: don't rotate and screenshot an image too many times or it will become lost in the quantum foam of the universe.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Tips]]&lt;br /&gt;
[[Category:Smartphones]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Physics]]&lt;/div&gt;</summary>
		<author><name>2A0A:EF40:C2:3201:77A3:C707:E7E4:409B</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2671:_Rotation&amp;diff=384064</id>
		<title>2671: Rotation</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2671:_Rotation&amp;diff=384064"/>
				<updated>2025-08-13T08:10:36Z</updated>
		
		<summary type="html">&lt;p&gt;2A0A:EF40:C2:3201:77A3:C707:E7E4:409B: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2671&lt;br /&gt;
| date      = September 12, 2022&lt;br /&gt;
| title     = Rotation&lt;br /&gt;
| image     = rotation 2x.png&lt;br /&gt;
| imagesize = 380x756px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = It's okay, we can just feed the one-pixel image into an AI upscaler and recover the original image, or at least one that's just as cool.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|It seems someone intended to put an image in this explanation. Could someone either figure out what was intended or confirm that it is unnecessary? ''&amp;lt;- explain what this is refering to, as there's several possibilities, and not if it's even any of these that is considered to need checking/removing...''}}&lt;br /&gt;
This is another one of [[Randall|Randall's]] [[:Category:Tips|Tips]], this time a phone tip. This tip claims that rotating a phone and taking a screenshot too many times will cause an image to disappear into nothingness and warns the user against doing so. The camera and the display both have limited resolutions, so the detail of the original screenshot at the center of the image will be reduced as it approaches the range of a few pixels, hence the original image will be lost before it reaches the sub-pixel range. This is funny because the default resolution of contemporary camera phones can be too large to meet size requirements for e.g. mobile phone {{w|Multimedia Messaging Service}}, web file uploads, or email attachments, so one or two steps of this awkward procedure are sometimes necessary. Other comics such as [[878: Model Rail]] also use recursion as limits.&lt;br /&gt;
&lt;br /&gt;
For a fuller explanation of the concepts involved, including {{w|Planck units}}, often associated with the topological {{w|quantum foam}} of {{w|string theory}}, see [https://www.youtube.com/watch?v=pUF5esTscZI this CGP Grey video.] For an explanation of topological string theory, see [[2658: Coffee Cup Holes]]. See also [[1683: Digital Data]] for an analogous image processing concept.&lt;br /&gt;
&lt;br /&gt;
The title text refers to producing photographically likely higher resolution images from lower resolutions, an active area of current research.[https://openaccess.thecvf.com/content/ICCV2021/papers/Liang_Hierarchical_Conditional_Flow_A_Unified_Framework_for_Image_Super-Resolution_and_ICCV_2021_paper.pdf] Because reducing the resolution of an image is a lossy process, results obtained through such processes will not be able to perfectly recreate the original. Machine learning can be used to calculate how images of known photographic subjects (or e.g. anime-style art, in the case of {{w|waifu2x}}) behave under certain types of noise or reduction in size, so that images ''of those kinds'' can be upscaled in a way that, if not perfectly recreating the original, at least is a faithful representation, but when the image is scaled all the way down to one pixel, everything except a small amount of data about the image's overall color is lost, making reconstructing the original image impossible. Randall disclaims that, because the AI upscaling is based on ingesting a large corpus of human-made art (with subjects that we find 'interesting' or at least meaningful being predominantly represented), the AI will produce an image that is at least as cool as the original image was, and in fact some image generation AIs actually work on a similar principle — for example, &amp;quot;reverse diffusion&amp;quot; AIs are trained by teaching them to reconstruct images from noise, at which they can produce entirely new images by being fed ''actual'' noise.  He could also be making a pun on {{w|color temperature}}, which the upscaler will be able to match to the original image. The &amp;quot;{{tvtropes|EnhanceButton|enhance button}}&amp;quot; for upscaling images is a common trope in movies and television, especially in crime and science fiction stories.&lt;br /&gt;
&lt;br /&gt;
=== Mathematical corner ===&lt;br /&gt;
&lt;br /&gt;
The scale reduction caused by a rotation can be approximated. If ''a'' is the width of the picture and ''b'' its height, the reduction is ''x=a/b'', the aspect ratio of the picture rectangle. As can be seen in the comic, the first rotation leaves two gray areas on each side of the picture that are roughly square. The width of the reduced picture is ''x*a'' = ''a''²/''b''. Each gray area is ''a'' (high) by (''b-x*a'')/2 (wide). This is roughly square, but will not be exactly square unless&lt;br /&gt;
: ''b'' = 2''a'' + ''x*a'' and since ''x=a/b'', dividing by ''b'' we obtain 1 = 2''x'' + x².&lt;br /&gt;
This is a quadratic equation, whose only positive solution is √2-1 ≈ 0.414&lt;br /&gt;
&lt;br /&gt;
Returning to the general problem: the reduction is geometric, so that after nine rotations, the picture will be reduced by a factor of ''x''⁹. Since this is &amp;quot;smaller than a pixel&amp;quot;, the original screen resolution is fewer than (1/''x'')⁹ pixels. It is not stated whether it is the width, height, or area of the original picture that have been reduced to &amp;quot;smaller than a pixel&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
25 rotations reduces a lot further and logarithms are useful to compute that. Let ''L'' be log(''a''/''b''), a negative number since ''a''/''b'' is less than 1. If the original screen is 10cm wide, its reduced picture will be ''x''^25 times smaller in width. The comic tells us that the picture is now &amp;quot;smaller than an atom&amp;quot; (typically 10^-10m). If referring to the width, then 25''L'' is less than about -9.0 using base-10 logarithms.&lt;br /&gt;
&lt;br /&gt;
After 101 rotations, the reduction will be ''x''^101, and the picture is now &amp;quot;smaller than the [http://en.wikipedia.org/wiki/Planck_length Planck length]&amp;quot;. The log of the Planck length is about -34.8, so 101''L'' is less than -33.8.&lt;br /&gt;
&lt;br /&gt;
Significantly we know that 100 rotations was ''not'' enough, so 100''L'' is greater than -33.8. If we split the difference and say that 100.5''L'' is equal to -33.8, we get an aspect ratio ''a''/''b'' just about 0.461. Multiple popular phone sizes are within the range, including the iPhone X or XS both with an aspect ratio of 1125/2436 ~ 0.4618.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A phone in portrait orientation shows an image of Cueball standing. It is then rotated, showing the image smaller with bars in landscape orientation, then the next phone is in portrait showing the entire screen of the previous rotated sideways, shrinking it every time. An arrow points from each phone to the phone with the next smaller image, until the last one. The labels, at the 9th, 25th, and 101st rotation, show the decreasing size of the original image as it goes through successive rotations.]&lt;br /&gt;
&lt;br /&gt;
:[Labels:]&lt;br /&gt;
:9 rotations: original image is smaller than a pixel.&lt;br /&gt;
&lt;br /&gt;
:25 rotations: original image is smaller than an atom.&lt;br /&gt;
&lt;br /&gt;
:101 rotations: original image is smaller than the Planck length, at which the concept of distance may break down.&lt;br /&gt;
&lt;br /&gt;
:[Bottom caption:]&lt;br /&gt;
:Phone tip: don't rotate and screenshot an image too many times or it will become lost in the quantum foam of the universe.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Tips]]&lt;br /&gt;
[[Category:Smartphones]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Physics]]&lt;/div&gt;</summary>
		<author><name>2A0A:EF40:C2:3201:77A3:C707:E7E4:409B</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=116:_City&amp;diff=384062</id>
		<title>116: City</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=116:_City&amp;diff=384062"/>
				<updated>2025-08-13T07:57:49Z</updated>
		
		<summary type="html">&lt;p&gt;2A0A:EF40:C2:3201:77A3:C707:E7E4:409B: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 116&lt;br /&gt;
| date      = June 16, 2006&lt;br /&gt;
| title     = City&lt;br /&gt;
| image     = city.jpg&lt;br /&gt;
| titletext = God, she's such a whore.&lt;br /&gt;
}}&lt;br /&gt;
In non-poetical words, the comic describes the reader's mom, in a bed, having sexual intercourse with other people in a building located within a city.&lt;br /&gt;
&lt;br /&gt;
The poem or description alternates between using words that start with C and words that start with S, to achieve an effect resembling {{w|alliteration}}. The gentle, romantic tone of the poem is broken by the last two words, [[:Category: Your Mom|Your Mom]]. This is an example of a {{w|maternal insult}} joke, and is phrased accordingly.&lt;br /&gt;
This is a good example of subversion of expectation. The humor of this strip is derived by the juxtaposition of lofty poetic words and mature themes being abruptly offset with a base and ''juvenile'' &amp;quot;Your Mom&amp;quot; joke. This is similar to and part of a running gag across the following [[89: Gravitational Mass]], [[158: Six Months]], and [[176: Before Sunrise]], in that all of them start off seemingly innocuous, but end in the abrupt quotation of &amp;quot;Your Mom&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The title text further emphasizes this and even more bluntly drives home the punchline for humorous effect.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A picture of various apartment buildings.]&lt;br /&gt;
:[Text written below the picture:]&lt;br /&gt;
:Shadowed city slumber silently. A second-story suite.&lt;br /&gt;
:Come craving courtship, selected serendipitously&lt;br /&gt;
:Crazed copulations, a salacious storm  of continuous coitus.&lt;br /&gt;
:Spread, straddled, conquered.&lt;br /&gt;
:Countless crashed suitors strewn carelessly.&lt;br /&gt;
:Center, silken sheets sensuously caressing soft skin,&lt;br /&gt;
:Contentedly sleeps your mom.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Language]]&lt;br /&gt;
[[Category:Your Mom]]&lt;/div&gt;</summary>
		<author><name>2A0A:EF40:C2:3201:77A3:C707:E7E4:409B</name></author>	</entry>

	</feed>