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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2712:_Gravity&amp;diff=301554</id>
		<title>Talk:2712: Gravity</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2712:_Gravity&amp;diff=301554"/>
				<updated>2022-12-17T00:03:26Z</updated>
		
		<summary type="html">&lt;p&gt;Clam: &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;
Whatever image is supposed to be in the center isn't showing up for me! D: Tried on both Safari and Chrome but it gives me the little broken picture icon. Hopefully it's fixed soon! (The comic's been up for about 10 minutes going by when the bot updated this page.) [[Special:Contributions/172.70.126.117|172.70.126.117]] 22:28, 16 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
: The center image is trying to load this link, but there's nothing there: https://xkcd.com/tile/ship1/ship_gliding_2x.png. I hope that gets fixed soon.  The &amp;quot;ship&amp;quot; seems to rotate a bit unpredictably over time. At first I thought it was responding to my mouse movements, but I don't think so anymore.  [[User:Orion205|Orion205]] ([[User talk:Orion205|talk]]) 22:34, 16 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Ah, the center image is controlled by the javascript, of course: https://xkcd.com/2712/comic.js.  So this is some sort of interactive comic? [[User:Orion205|Orion205]] ([[User talk:Orion205|talk]]) 22:36, 16 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Okay, left/right arrow keys seem to control the rotation. I'll check back in later in hopes of seeing the ship so I have some idea what the point of it all is.   [[User:Orion205|Orion205]] ([[User talk:Orion205|talk]]) 22:39, 16 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
: And now it's working. You fly a little spaceship around the little planet. Luckily you have shields if you slam into the ground too hard.  [[User:Orion205|Orion205]] ([[User talk:Orion205|talk]]) 22:43, 16 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Catch the cannonball for a spaceship upgrade.  Also, not so easy to find a stable orbit around this little planet.  [[User:Orion205|Orion205]] ([[User talk:Orion205|talk]]) 22:49, 16 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
You can transform the ship into a different (seems faster to me) one by running into the last cannon ball.&lt;br /&gt;
[[Special:Contributions/108.162.241.249|108.162.241.249]]&lt;br /&gt;
&lt;br /&gt;
Rough summary: The comic is an interactive space flight game, starting landed on an origin planet. The planet is static, and the player starts in a ship controlled by WASD or Directional keys. The ship can go up and down, and rotate left and right. Game simulates orbits and gravity, making navigation tricky. Around the player ship there are dots which indicate nearby planets - there are numurous planets, each with what seem to be drawings related to the What If book. Within the browser, planets are loaded in PNG format by chunk, names formatted as &amp;quot;planet_0_0&amp;quot; with numbers incrementing as grid co-ordinates. Planets and objects found: &amp;quot;origin&amp;quot; &amp;quot;europa&amp;quot;, &amp;quot;road&amp;quot;, &amp;quot;b612&amp;quot;. NOTE: Several hazards exist, such as a field of black holes - if flown into, the ship can become stuck if let to be pulled close to the surface, locking in place. [[Special:Contributions/172.70.110.230|172.70.110.230]] 23:13, 16 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Within browser dev console exists the objects &amp;quot;Ship&amp;quot; and &amp;quot;Comic&amp;quot;, the latter containing a list of all objects and coordinates, as well as various setting for the game physics and settings. Comic contains the sub-object &amp;quot;Voyager&amp;quot;, which contains the details and settings for the player ship, including location, speed, etc. [[Special:Contributions/172.70.110.230|172.70.110.230]] 23:13, 16 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: There are 5 ship types in the game code, each with their own consumable transformative found in the world. The ship alternatives are (ship1, ship2, ship-tintin, ship-figure, ship-soccerball). These can be changed with console command [Comic.ship = &amp;quot;ship1&amp;quot;]. Note: At current, &amp;quot;ship-soccerball&amp;quot; returns an error and does not load correctly. [[Special:Contributions/172.70.110.230|172.70.110.230]] 23:13, 16 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: The &amp;quot;ship.shields&amp;quot; is a boolean value that defaults to true, and when set to false, makes the game behave in a lunar lander mode (bad landing black screens the whole page). The &amp;quot;ship.engine&amp;quot; types I see in the code are &amp;quot;warp&amp;quot; (very fast speeds) and &amp;quot;infinite improbability drive&amp;quot; (teleports to 'improbable' places). Default engine is &amp;quot;standard&amp;quot;, but it seems any value that is not the former two has the same effect. --[[Special:Contributions/172.70.254.165|172.70.254.165]] 23:32, 16 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
: In addition to Europa, the space road, and B-612, there is the &amp;quot;Edge of the Universe&amp;quot; (complete with Milliways restaurant nearby), a... tree (which is extremely hard to land on), a planet populated by the characters from Dinosaur Comics (and the main cast of Jurassic Park), the USS Enterprice (NCC 1701-C), and likely quite a bit more. Orbital mechanics make it tough to land on the smaller targets. [[Special:Contributions/172.71.254.46|172.71.254.46]] 23:07, 16 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Plus what appears to be Earth, complete with the LHC. There's a 2nd &amp;quot;cannonball&amp;quot; there for an additional ship upgrade, but at the time I found it, that graphic was unavailable. [[Special:Contributions/172.70.126.232|172.70.126.232]] 23:15, 16 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
: I went out a long ways away, and eventually found The Great Attractor.  It attracts really hard.  I couldn't leave the surface.  (I wasn't able to leave the center of Europa either, though, so, not saying much.)  There are also some terrifying black holes (a binary system?), though something's weird about their gravity; you kinda bounce off of them a quarter screen away or so? [[Special:Contributions/108.162.216.77|108.162.216.77]] 23:10, 16 December 2022 (UTC)&lt;br /&gt;
:: I *think* thats a wormhole, you go in one and then out the other. I got stuck right between them. Speaking of getting stuck, there is a bug where if you hit a planet with enough gravity fast enough, the ship is inside the planet. Holding W makes you go backwards (or at least towards the center maybe?) and you can get all the way to the other end of the planet where you slow down a lot, but can eventually leave. [[Special:Contributions/172.70.82.166|172.70.82.166]] 23:19, 16 December 2022 (UTC)Bumpf&lt;br /&gt;
&lt;br /&gt;
::There's one planet that's supposed to be the &amp;quot;remnant of the sun&amp;quot;, is that what you mean with The Great Attractor? (It has a bridge on it with a coin(?) blocking part of the way, and a space ship actively crashing into its surface, drawn as several frames.) You can leave that by skidding over the surface like a skipping stone to gather momentum - it's tricky, due to various obstacles, but possible! (It's possible you need two ship power-ups?! If they're indeed power-ups and not just aesthetic changes, I didn't pay attention.)&lt;br /&gt;
::Screenshot of [https://imgur.com/a/NZulBlb the Enterprise] and [https://imgur.com/2VSZYp7 Dinosaur Comics planet]. Sorry for the broken image in the middle, I picked up two powerups and [https://xkcd.com/2712/tile/ship-soccerball/ship_landing_down_2x.png my current ship image is broken]. -(pinkgothic) [[Special:Contributions/172.68.110.143|172.68.110.143]] 23:22, 16 December 2022 (UTC)&lt;br /&gt;
:::[https://i.imgur.com/fLU1cWy.png Dog Park planet] [[Special:Contributions/172.71.254.114|172.71.254.114]] 23:28, 16 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Using a tablet (no keyboard, but seems to respond to touch), controls are confusing. Presuming that touching bottom left activates left-rotate and touching bottom right does right-rotate (can't see the presumably white-lije controls over the white planet) but I can't get ''thrust'' anything but 'reverse' into the planet centre. No obvious top-edge hotspots, either. Maybe I need to do a &amp;quot;You will not go to space today&amp;quot; and then reverse ''upward''... BRB, after a bit more testing, though... [[Special:Contributions/172.69.79.185|172.69.79.185]] 23:39, 16 December 2022 (UTC)&lt;br /&gt;
:Ok, the next go went 'better'. The browser keeps wanting to load &amp;quot;simplified content&amp;quot;, but if I ignore that I can get full-screen, at one point I changed rocket-type (no idea how, can't do it again) and I ''easily'' get off the planet (hard to thrust just enough to get to the Hooke comment/cannon), with plenty of targets coming in range (but cannot slow down enough to not have it glitch and rebuild a totally new set of targets that I never can reach). Will try desktop version when I'm next on a suitable one... Looks to be a lot of interesting content. [[Special:Contributions/162.158.74.30|162.158.74.30]] 23:53, 16 December 2022 (UTC) &lt;br /&gt;
&lt;br /&gt;
Using the developer console, the ship can be teleported to different coordinates via console command [Comic.voyager.pos.x = 0, Comic.voyager.pos.y = -1461], provided here with start location coordinates. This can be used for manual navigation to known coordinates. List of locations per game code added below, append landing X,Y to each as determined. [[Special:Contributions/172.70.110.230|172.70.110.230]] 23:42, 16 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
b612: [x,y] dogplanet: [x,y] earth: [x,y] enterprise: [x,y] europa: [x,y] goodhart: [x,y] greatattractor: [x,y] japanmoon: [x,y] maw1: [x,y] maw2: [x,y] maw3: [x,y] maw4: [x,y] maw5: [x,y] maw6: [x,y] maw7: [x,y] maw8: [x,y] maw9: [x,y] maw10: [x,y] maw11: [x,y] maw13: [x,y] maw14: [x,y] nojapan: [x,y] origin: [0, -1461] peeler: [x,y] pigeons: [x,y] present: [x,y] remnant: [x,y] roads: [x,y] soupiter: [x,y] steerswoman: [x,y] sun: [x,y]&lt;br /&gt;
&lt;br /&gt;
In your developer console, enter &amp;lt;code&amp;gt;window.ship.engines = 'infinite improbability drive'&amp;lt;/code&amp;gt; and pressing up will randomly teleport you to interesting places.&lt;br /&gt;
&amp;lt;code&amp;gt;window.ship.engines = 'warp'&amp;lt;/code&amp;gt; will let you escape normally inescapable objects.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
; Proposal&lt;br /&gt;
It seems the most explanatory thing we can do is replace the blank starfield with the starting image screenshot, and label its four corners with their x and y coordiates, and then make a table of all the objects with their coordinates, a screenshot, and a description of their behaviors. [[Special:Contributions/172.70.206.204|172.70.206.204]] 23:55, 16 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Got images for all the locations: https://drive.google.com/drive/folders/1CVADHsRgBtDPYca-gdfVwNW_nEsrJ-zj?usp=share_link [[User:Clam|Clam]] ([[User talk:Clam|talk]]) 00:03, 17 December 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Clam</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:No_One_Was_Hurt&amp;diff=288360</id>
		<title>Talk:No One Was Hurt</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:No_One_Was_Hurt&amp;diff=288360"/>
				<updated>2022-07-07T04:10:47Z</updated>
		
		<summary type="html">&lt;p&gt;Clam: &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;
&lt;br /&gt;
I suppose we should look through e.g. [https://www.reddit.com/r/Fireworksgonewrong r/Fireworksgonewrong] for a few big ones that claim nobody was hurt. [https://www.youtube.com/watch?v=ndVhgq1yHdA] is okay, but I think that one where the launcher tipped over and fired directly into the crowd only resulted in minor burns.... [[Special:Contributions/172.70.207.8|172.70.207.8]] 02:34, 7 July 2022 (UTC)&lt;br /&gt;
:If you mean Simi Valley 2013, that had 28 injuries including broken bones(!) Here's one sort of like it without any injuries from Monday, but the video isn't too impressive: [https://www.youtube.com/watch?v=MDhj-dfJ6TE]. [[Special:Contributions/172.70.210.125|172.70.210.125]] 02:45, 7 July 2022 (UTC)&lt;br /&gt;
:[https://www.reddit.com/r/Wellthatsucks/comments/vrmega/my_neighbor_had_a_little_firework_mishap/if0qr7g/?context=3] is decent, but the video starts too early and ends too soon. [[Special:Contributions/172.70.214.81|172.70.214.81]] 03:04, 7 July 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
It appears the comic was taken down. It showed on rss feeds but isn't on the website anymore. Guessing this is because of the Illinois terrorism incident at their parade. Is it worth mentioning that the comic is no longer up?&lt;br /&gt;
:Yep, it just got replaced by a new one. [[User:Clam|Clam]] ([[User talk:Clam|talk]]) 04:10, 7 July 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Clam</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2638:_Extended_NFPA_Hazard_Diamond&amp;diff=287746</id>
		<title>Talk:2638: Extended NFPA Hazard Diamond</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2638:_Extended_NFPA_Hazard_Diamond&amp;diff=287746"/>
				<updated>2022-06-28T03:29:45Z</updated>
		
		<summary type="html">&lt;p&gt;Clam: &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;
&lt;br /&gt;
Are we going to try identifying what material this is? [[Special:Contributions/172.70.82.179|172.70.82.179]] 01:50, 28 June 2022 (UTC)&lt;br /&gt;
:first one off the top of my head, aqua regia? [[Special:Contributions/172.70.38.69|172.70.38.69]] 02:46, 28 June 2022 (UTC)Bumpf&lt;br /&gt;
::Doesn't aqua regia score a 0 in reactivity? [[User:N-eh|N-eh]] ([[User talk:N-eh|talk]]) 03:23, 28 June 2022 (UTC)&lt;br /&gt;
:My guess would be something radioactive, like uranium or plutonium. [[User:Clam|Clam]] ([[User talk:Clam|talk]]) 03:29, 28 June 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Clam</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2630:_Shuttle_Skeleton&amp;diff=286482</id>
		<title>Talk:2630: Shuttle Skeleton</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2630:_Shuttle_Skeleton&amp;diff=286482"/>
				<updated>2022-06-08T14:36:47Z</updated>
		
		<summary type="html">&lt;p&gt;Clam: &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;
Well, I know what &amp;quot;paint job&amp;quot; I'm putting on the pirate shuttle, in my next TTRPG session. &amp;lt;br/&amp;gt;&lt;br /&gt;
[[User:ProphetZarquon|ProphetZarquon]] ([[User talk:ProphetZarquon|talk]]) 13:12, 8 June 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
TaxOnomy.&lt;br /&gt;
&lt;br /&gt;
The joke here is about a recent California court case (https://www.cnn.com/2022/06/06/us/california-bees-fish-court-ruling-scn-trnd/index.html) which declared bumblebees to be considered fish under the California Endangered Species Act. The definition of &amp;quot;fish&amp;quot; listed in the act included invertebrates, which is why skeletons are relevant. [[User:Clam|Clam]] ([[User talk:Clam|talk]]) 14:36, 8 June 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Clam</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2626:_d65536&amp;diff=284675</id>
		<title>Talk:2626: d65536</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2626:_d65536&amp;diff=284675"/>
				<updated>2022-05-31T00:13:39Z</updated>
		
		<summary type="html">&lt;p&gt;Clam: &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;
&lt;br /&gt;
I wonder: can we even make a fair polyhedron with 65536 faces? In Randal's illustration, the faces seem to be irregular hexagons. [[Special:Contributions/172.70.130.105|172.70.130.105]] 21:37, 30 May 2022 (UTC)&lt;br /&gt;
: This is better than my question, which was simply if you could tile a sphere with these. [[Special:Contributions/172.70.211.36|172.70.211.36]] 23:01, 30 May 2022 (UTC)&lt;br /&gt;
:Definitely possible, just create two identical right pyramids with a 32768-gon base and glue the bases together.  [[User:Clam|Clam]] ([[User talk:Clam|talk]]) 23:53, 30 May 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I don't know why it's so big?  Seems like it should have a diameter of approx. 1 meter.  [[Special:Contributions/172.70.130.105|172.70.130.105]] 21:37, 30 May 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Should the title and picture file use &amp;quot;d&amp;quot; or the comic's difficult to type &amp;quot;ᴅ&amp;quot;?&lt;br /&gt;
[[User:While False|While False]] ([[User talk:While False|talk]]) 21:55, 30 May 2022 (UTC)&lt;br /&gt;
:Since xkcd uses small caps as lowercase letters, the &amp;quot;ᴅ&amp;quot; should just be considered xkcd-font for &amp;quot;d&amp;quot;, and as such need not be used on the title, which is not using the xkcd font.&lt;br /&gt;
&lt;br /&gt;
If you really did want to generate a 16 bit integer with physical dice, it would be much simpler to roll a [https://www.thediceshoponline.com/impact-opaque-hexidice-d16-hexadecimal-dice hex die] four times. [[User:Clayot|Clayot]] ([[User talk:Clayot|talk]]) 23:30, 30 May 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Clam</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2626:_d65536&amp;diff=284673</id>
		<title>Talk:2626: d65536</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2626:_d65536&amp;diff=284673"/>
				<updated>2022-05-30T23:53:09Z</updated>
		
		<summary type="html">&lt;p&gt;Clam: &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;
&lt;br /&gt;
I wonder: can we even make a fair polyhedron with 65536 faces? In Randal's illustration, the faces seem to be irregular hexagons. [[Special:Contributions/172.70.130.105|172.70.130.105]] 21:37, 30 May 2022 (UTC)&lt;br /&gt;
: This is better than my question, which was simply if you could tile a sphere with these. [[Special:Contributions/172.70.211.36|172.70.211.36]] 23:01, 30 May 2022 (UTC)&lt;br /&gt;
:Definitely possible, just create two identical right pyramids with a 32678-gon base and glue the bases together.  [[User:Clam|Clam]] ([[User talk:Clam|talk]]) 23:53, 30 May 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I don't know why it's so big?  Seems like it should have a diameter of approx. 1 meter.  [[Special:Contributions/172.70.130.105|172.70.130.105]] 21:37, 30 May 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Should the title and picture file use &amp;quot;d&amp;quot; or the comic's difficult to type &amp;quot;ᴅ&amp;quot;?&lt;br /&gt;
[[User:While False|While False]] ([[User talk:While False|talk]]) 21:55, 30 May 2022 (UTC)&lt;br /&gt;
:Since xkcd uses small caps as lowercase letters, the &amp;quot;ᴅ&amp;quot; should just be considered xkcd-font for &amp;quot;d&amp;quot;, and as such need not be used on the title, which is not using the xkcd font.&lt;br /&gt;
&lt;br /&gt;
If you really did want to generate a 16 bit integer with physical dice, it would be much simpler to roll a [https://www.thediceshoponline.com/impact-opaque-hexidice-d16-hexadecimal-dice hex die] four times. [[User:Clayot|Clayot]] ([[User talk:Clayot|talk]]) 23:30, 30 May 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Clam</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2593:_Deviled_Eggs&amp;diff=228399</id>
		<title>Talk:2593: Deviled Eggs</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2593:_Deviled_Eggs&amp;diff=228399"/>
				<updated>2022-03-15T02:47:01Z</updated>
		
		<summary type="html">&lt;p&gt;Clam: &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;
&lt;br /&gt;
First commit was accidentally wiped off because an edit conflict with somebody who changed &amp;quot;created by a bot&amp;quot; to &amp;quot;created by an EGG&amp;quot; :( Am sad now. [[User:Mumingpo|Mumingpo]] ([[User talk:Mumingpo|talk]]) 02:45, 15 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
The blue flash mentioned in the title text represents Cherenkov Radiation.  In the case of the Demon Core accidents, those who saw the blue flashes saw it because of gamma radiation being slowed by the fluid inside of their eyeballs. [[Special:Contributions/172.69.42.137|172.69.42.137]] 02:46, 15 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Pretty sure the blue flash relates to the [https://en.wikipedia.org/wiki/Green_flash#Blue_flashes sunset phenomenon] (usually a green flash as mentioned in [[766: Green Flash]], but can be blue). [[User:Clam|Clam]] ([[User talk:Clam|talk]]) 02:47, 15 March 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Clam</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2566:_Decorative_Constants&amp;diff=223974</id>
		<title>Talk:2566: Decorative Constants</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2566:_Decorative_Constants&amp;diff=223974"/>
				<updated>2022-01-11T01:08:32Z</updated>
		
		<summary type="html">&lt;p&gt;Clam: &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;
&lt;br /&gt;
I don't have any idea what to put in the actual description, but whoever does should probably note that r(in) - r(out) equals zero, not one. And multiplying by a constant 0 absolutely changes the value! [[User:GreatWyrmGold|GreatWyrmGold]] ([[User talk:GreatWyrmGold|talk]]) 21:59, 10 January 2022 (UTC)&lt;br /&gt;
: r&amp;lt;sub&amp;gt;out&amp;lt;/sub&amp;gt; and r&amp;lt;sub&amp;gt;in&amp;lt;/sub&amp;gt; are different values. The subscripts represent different instances of the same variable at different point. In the same way, you might calculate something happening over a time interval t&amp;lt;sub&amp;gt;end&amp;lt;/sub&amp;gt; - t&amp;lt;sub&amp;gt;start&amp;lt;/sub&amp;gt; . [[Special:Contributions/172.69.71.77|172.69.71.77]] 23:02, 10 January 2022 (UTC)&lt;br /&gt;
::Yes for sure they are two different values. On the other hand if μ is not 1 then the it is not just decorative! D on the other hand is just a proportionality constant, which may have a value other than 1. I have tried to put something in the explanation here. Quite a bit. Do not really now anything about Drag, so just took it from the wiki page. Also I hope someone can explain the formula in the image, as I'm sure it is just something about the flow, that would relate it to a drag equation. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 23:41, 10 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Note that the title text is pretty much word-for-word a repeat from Randall's book *How To*. In Chapter 11: *How to Play Football*, he misuses the drag equation, and mentions this fact in more depth, in a footnote. Bit of trivia! --[[Special:Contributions/162.158.134.79|162.158.134.79]] 23:13, 10 January 2022 (UTC)&lt;br /&gt;
:Nice, I will have to check up on that. Thanks. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 23:41, 10 January 2022 (UTC)&lt;br /&gt;
:Can confirm this, the book mentions that the &amp;quot;traditional tribute to Euler and Bernoulli&amp;quot; comes from Frank White's ''Fluid Mechanics'' textbook. [[User:Clam|Clam]] ([[User talk:Clam|talk]]) 01:08, 11 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Count down clock==&lt;br /&gt;
;Keep discussion of comic above this, and further discussion of countdown here below!!!&lt;br /&gt;
Any idea what's going on with the clock that's counting downwards in the banner?   Currently counting down from 20 days 16 hours? [[Special:Contributions/172.70.214.95|172.70.214.95]] 22:08, 10 January 2022 (UTC)&lt;br /&gt;
:(Simultaneous edit) What is the days-hours-minutes in the box above the comic referring to? The image itself is dated yesterday, as you can see by saving it. Worst-case-scenario, is this a countdown to the end of XKCD? [[Special:Contributions/108.162.245.223|108.162.245.223]] 22:11, 10 January 2022 (UTC)&lt;br /&gt;
:: It's going to hit zero at around midnight on Jan 31st 2022 CST? [[User:SteveBaker|SteveBaker]] ([[User talk:SteveBaker|talk]]) 22:16, 10 January 2022 (UTC)&lt;br /&gt;
:::'''Posted [[Talk:2565:_Latency#Countdown|this]] on the previous comics discussion. But lets take it here where there will be more traffic:''' --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:44, 10 January 2022 (UTC) -- Copy paste from previous comics discussion:&lt;br /&gt;
::::Damn you beat me to it ;-). But I have made a [[2565:_Latency#Trivia|Trivia]] here on this comics page and links to more detail on the [[xkcd Header text]] page. I believe you are a day of, but someone will likely correct me if I'm wrong. As I can see it will be January 31st, 9:59 in Randall's home town Boston.--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:06, 10 January 2022 (UTC)&lt;br /&gt;
:::::But damned if I can wait. Sure millions will watch the page when it goes to zero! At least it is no April 1st. :-D --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 20:10, 10 January 2022 (UTC)&lt;br /&gt;
::::Yeah - you're right - I messed up.   So as I type this, it's Jan 10th 2022 at 4pm - 1600 hrs Mountain time - which is 1800 hours EST. At this moment, the countdown reads  20d 16h 0m - so Jan 30th + (18+16) hours = which is Jan 30th + 34 hours - which is Jan 31st + 10am in Boston (EST). [[User:SteveBaker|SteveBaker]] ([[User talk:SteveBaker|talk]]) 23:05, 10 January 2022 (UTC)&lt;br /&gt;
:::::Hey great, can see they agree in the link to reddit below. So happy I got it right both in UTC and Boston. It will be 15:59 here in DK. Not 16:00. ;-) --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 23:44, 10 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Counting down to Backwards Day? --[[Special:Contributions/162.158.91.88|162.158.91.88]] 23:28, 10 January 2022 (UTC)&lt;br /&gt;
:There's a reddit thread discussing it: https://www.reddit.com/r/xkcd/comments/s0oynl/xkcd_countdown_timer_20d_21h_49m_remaining_until/ I think the most likely guess is that Randall has a new book coming out, although the time of day is weird for a book release. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 23:40, 10 January 2022 (UTC)&lt;br /&gt;
::Would still seem strange if it came out that day with only promotion before being a count down. But then again, he will have the xkcd communities boiling if he gives no other hint. So every one will see if he promotes a book. Also as they wrote at the time I looked at reddit I do not think it is the end of xkcd, or Webb related. Although Webb was the first I thought about. But I mean even if it came to L2 at that day, it is not going to any specific point but just in orbit. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 23:47, 10 January 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
of course, the c^2 im e=mc^2 is just as decorative, when using natural units where c=1.... [[Special:Contributions/172.68.50.171|172.68.50.171]] 00:29, 11 January 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Clam</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2532:_Censored_Vaccine_Card&amp;diff=219668</id>
		<title>Talk:2532: Censored Vaccine Card</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2532:_Censored_Vaccine_Card&amp;diff=219668"/>
				<updated>2021-10-22T23:16:36Z</updated>
		
		<summary type="html">&lt;p&gt;Clam: &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;
What if this card is from the future and Cuedall is legitimately censoring his fourth dose.&lt;br /&gt;
[[Special:Contributions/162.158.255.43|162.158.255.43]] 22:38, 22 October 2021 (UTC) Running Gazelle&lt;br /&gt;
&lt;br /&gt;
Numbers: Patient number is digits of pi after 3.1; 1138 and 2187 seem to be Star Wars references; 5309 is...Jenny? and 1729 is the Ramanujan-Hardy number.&lt;br /&gt;
[[User:Clam|Clam]] ([[User talk:Clam|talk]]) 23:16, 22 October 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>Clam</name></author>	</entry>

	</feed>