<?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.107</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.107"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/108.162.221.107"/>
		<updated>2026-06-25T06:52:10Z</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=301762</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=301762"/>
				<updated>2022-12-18T00:21:34Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.221.107: /* Underneath Europa's Crust */&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;
:: Still broken on the mobile site (Chrome, Android). I just see a rotating missing image box. [[Special:Contributions/172.71.134.133|172.71.134.133]] 11:39, 17 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;
Found another planet (has a reference to the &amp;quot;Tires&amp;quot; chapter in How To) with a cannonball, which turned me into an astronaut.&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;
:: &amp;quot;Edge of the Universe&amp;quot; is part of &amp;quot;Outside&amp;quot;. There is a hidden tunnel from the main universe to the bubble universe at coordinates (7597,24327) point nose of ship at words &amp;quot;EDGE OF THE&amp;quot; and fire thrusters. [[Special:Contributions/162.158.79.160|162.158.79.160]] 03:59, 17 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;
&lt;br /&gt;
:::No, it's labeled &amp;quot;The Great Attractor&amp;quot;.  It's big and white and has strong gravity.  Lemme see if I have a screenshot. [[Special:Contributions/108.162.216.25|108.162.216.25]] 00:20, 17 December 2022 (UTC)&lt;br /&gt;
:::Here: https://github.com/Erhannis/random_garbage/blob/main/Screenshot%20from%202022-12-16%2017-47-48.png [[Special:Contributions/108.162.216.25|108.162.216.25]] 00:24, 17 December 2022 (UTC)&lt;br /&gt;
&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: [5280,-7601] dogplanet: [2598,-23168] earth: [33803,-32974] enterprise: [1898,-61215] europa: [24930,8022] goodhart: [-23372,5928] greatattractor: [-594782,248510] 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;
Note: For ease of teleportation, reference the ''Comic.planetRects'' array and use the first two numbers as X,Y. This will get the ship close enough to the object to then land and determine a landed location, via ''Comic.voyager.pos''&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;
Unfortunately, the infinite improbability drive will sometimes result in an object's image and geometry failing to load. The same bug can occur with a manual teleportation too close to an object. For convenience, here are a list of coordinates which put you relatively close to various locations, but far enough away to trigger the object's loading:   &lt;br /&gt;
'''Major Locations:''' origin: (0, -1500); dogplanet: (2480, -23484); earth: (28720, -36912); europa: (26360, 984); goodhart: (-26600, 2424); greatattractor: (-594000, 247952); qwantz: (22120, -51788); remnant: (39240, -9648); soupiter: (-16000, 16032); steerswoman: (-70140, 2952); sun: (-29900, -32352); Bubble Universe: (5000,21000);&lt;br /&gt;
'''Smaller Locations:''' b612: (5220, -8424); japanmoon: (-11860, 10576); nojapan: (-15360, 10676); enterprise: (2020, -61904); outside: (250,28500); peeler: (-18540, -2264); pigeons: (-18040, 3956); present: (45640, 36816); roads: (26480, 23500); light mode toggle: (1500,-200000)&lt;br /&gt;
'''Black Holes:''' maw1: (-63152, 17130); maw2: (-60422, 16638); maw3: (-55950, 15508); maw4: (-59092, 14918); maw5: (-59582, 14238); maw6: (-58656, 14126); maw7: (-59400, 13828); maw8: (-58330, 13296); maw9: (-61544, 12796); maw10: (-59032, 11618); maw11: (-58762, 11472); maw12: (-53664, 10832); maw13: (-63486, 8424); maw14: (-52142, 20624); &lt;br /&gt;
&lt;br /&gt;
Also, I found the following javascript function helpful for teleporting around. &amp;lt;code&amp;gt;function tp(x,y){ Comic.voyager.pos.x = x; Comic.voyager.pos.y = y; Comic.voyager.pos.vx = 0; Comic.voyager.pos.vy = 0;}&amp;lt;/code&amp;gt; --[[Special:Contributions/172.70.126.233|172.70.126.233]] 03:06, 17 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
If anyone wants to download the planet images, they're at https://xkcd.com/2712/tile/&amp;lt;name&amp;gt;_i_j.png, for i,j = 0, 1, ..., going as high as needed for the planet size. For example, https://xkcd.com/2712/tile/origin_3_3.png gives the bottom-right part of the start planet.&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;
: A map with insets would be better than coordinates since the frame rotates. [[Special:Contributions/172.71.158.231|172.71.158.231]] 00:17, 17 December 2022 (UTC)&lt;br /&gt;
:: Here are some overview images: https://drive.google.com/drive/folders/1UPJ1_4xNQbsHVP5FplrTaVJa3e6WddjG The Great Attractor is much farther out than most of the planets. So I've also included a more zoomed-in image that doesn't include it. --[[Special:Contributions/172.70.127.38|172.70.127.38]] 07:35, 17 December 2022 (UTC)&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;br /&gt;
&lt;br /&gt;
Looks like I was beat to the punch, but here's another way to access the raw images (on a dark background): https://aeromancer.dev/xkcd_2712/ [[Special:Contributions/172.70.211.90|172.70.211.90]] 01:15, 17 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I’ve been able to glitch into the center of planets, but the ones with lower gravity I can get out of. I did this unintentionally by going headfirst into one really fast.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/11pP8VbYkJDDWUOIFhUHO_DZmEbd9_E56 Here's] a version of the images on the starfields! Figured it would be the closest thing. [[Special:Contributions/172.70.111.29|172.70.111.29]] 02:23, 17 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
; Table system&lt;br /&gt;
I've added the graph from good'ol hoverboard. Here's the format to add stuff.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|Title, perhaps in triple apostrophes if they're a major feature, not on top of another planet.&lt;br /&gt;
&lt;br /&gt;
|Transcription for people talking in that area. Don't do this for planets.&lt;br /&gt;
&lt;br /&gt;
|Coordinates. 172.70.126.233 has a comment on a ton of coordinates and locations which need to be added. I don't know how he does that science stuff, but use it!&lt;br /&gt;
&lt;br /&gt;
|Is it a reference to What If 2? Put a Y here if so.&lt;br /&gt;
&lt;br /&gt;
|Is it a reference to XKCD? Put a Y here if so.&lt;br /&gt;
&lt;br /&gt;
|Is it a reference to a movie? Put a Y here if so.&lt;br /&gt;
&lt;br /&gt;
|Is it a reference to something else? Put a Y here is so. Leave these empty if not.&lt;br /&gt;
&lt;br /&gt;
|Put the explanation here. &lt;br /&gt;
&lt;br /&gt;
Please help out on adding stuff! There's a lot! Remove the newlines from in between the lines. I had to add those for them to format right.&lt;br /&gt;
[[User:Eelitee|Eelitee]] ([[User talk:Eelitee|talk]]) 04:33, 17 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
OHNO&lt;br /&gt;
172.70.126.233 coordinates for teleportation specifically. I didn't read it right and put them in... I'm going through the data dump to try and extract them. Sorry!!&lt;br /&gt;
[[User:Eelitee|Eelitee]] ([[User talk:Eelitee|talk]]) 04:37, 17 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Alright, fixed. A few things I'm thinking about to do next, but I don't have time for:&lt;br /&gt;
1. Add gravitation attractions in a new column. They're all in the json dump, I suggest using a json viewer for more convenience. Or doing some coding?&lt;br /&gt;
2. Add item locations. This one is important, as items are a major feature.&lt;br /&gt;
3. Organize the items, either by alphabetical, or by distance from Earth. This might be hard...&lt;br /&gt;
4. Get details in! We need more information. This is the most important by far, get to work! haha.&lt;br /&gt;
&lt;br /&gt;
GL, HF!&lt;br /&gt;
&lt;br /&gt;
[[User:Eelitee|Eelitee]] ([[User talk:Eelitee|talk]]) 04:48, 17 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
;Unlisted Planet&lt;br /&gt;
Hi all, first time poster so sorry if I'm formatting this wrong. I found a planet at (46070, 37936) which doesn't seem to be listed yet, and I didn't see it in the comics.js output or the google drive link from [[User:Clam|Clam]]. It's very small and has characters talking about the new book https://drive.google.com/file/d/19lfN8N06s18mKUhFkPcFddKYEXApAED4/view?usp=share_link Have we already accounted for this, and if not does anyone know where we might find a listing including this planet and possibly others like it? [[User:Jgendelgreen|Jgendelgreen]] ([[User talk:Jgendelgreen|talk]]) 06:07, 17 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
No, you're doing alright. If you find something new, just add it to the list. Other people will correct it if it's wrong!&lt;br /&gt;
You can find a listing using the json dump that was posted underneath the list. I may have deleted the listing for that one accidentally... oops...&lt;br /&gt;
[[User:Eelitee|Eelitee]] ([[User talk:Eelitee|talk]]) 06:17, 17 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Oh cool thanks! I think the one I found is &amp;quot;present&amp;quot;[[User:Jgendelgreen|Jgendelgreen]] ([[User talk:Jgendelgreen|talk]]) 06:23, 17 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I wish to note that I'm using Safari on an iPad, which usually can't touch the interactive comics (I know hoverboard was a whole lot of nothing), for this one I can turn the rockets on and off, that's it. Seems like my path is predetermined, on autopilot (turns here then there, first time in an S, with nothing in sight to be modifying my flight). The first time I was going pretty fast, rockets off, then I turned them back on right before I blasted past SOME planet, flitted by in a blink, so I'm hoping to find it again, but I have no control except Thrust or No Thrust. [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 07:12, 17 December 2022 (UTC)&lt;br /&gt;
:Check that, NOW if I tap the left side I get the right thruster and vice versa! Hey, I have control! [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 07:24, 17 December 2022 (UTC)&lt;br /&gt;
::Found Jurassic Park planet and Dog Park planet, then found the sun, saw SOMEBODY saying something but I skidded to a stop too far away, and no, escape is NOT possible. I'm in the default rocket and turning on the thrusters just gives a little hop, not enough to then tun on ONE thruster to actually change position. I am unquestionably STUCK, LOL! [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 07:42, 17 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
;Cosmic topology?&lt;br /&gt;
Does space wrap around horizontally and vertically in a torus like the Atari ''Asteroids'' video game, or does it go on forever in all directions? If the former, how many times the area of the initial comic is it? [[Special:Contributions/172.71.154.159|172.71.154.159]] 07:33, 17 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
;Game breaker&lt;br /&gt;
I found out that if run `ship.shields = false` and touch anything, the screen goes black forever.[[Special:Contributions/172.70.179.4|172.70.179.4]] 14:49, 17 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
;observations&lt;br /&gt;
this three-quarters planet seems to be impossible to get out of without the &amp;quot;warp&amp;quot; engines if you get in the center: https://i.imgur.com/tMchAa1.png&lt;br /&gt;
&lt;br /&gt;
: Planet is not supposed to be three quarters, I'm guessing one of the tiles did not load for some reason. See [https://drive.google.com/file/d/1wZSvRgB2dw03Md30PfDdSU03quygRVEw/view here]. [[Special:Contributions/172.70.35.69|172.70.35.69]] 18:08, 17 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
i also got stuck in one planet by descending toward it very quickly https://i.imgur.com/9ilmtdK.png - in this state, descending and turning do nothing, but accelerating (pressing up) makes me slowly move downward and lets me turn very slowly&lt;br /&gt;
&lt;br /&gt;
--[[Special:Contributions/172.70.114.7|172.70.114.7]] 15:01, 17 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
also, i went toward this planet (downward) at high speed and became knit cap somehow https://i.imgur.com/JlRFuy4.png --[[Special:Contributions/172.70.230.160|172.70.230.160]] 15:16, 17 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Instead of there being a wide &amp;quot;references&amp;quot; column with 4 sub-columns, I think it should be just a &amp;quot;references&amp;quot; column with what the reference is as the text, instead of it being a boolean. This also allows for more detail such as &amp;quot;What If 2, chapter 94: What if I made up a chapter name&amp;quot; or something like that [[Special:Contributions/172.71.22.22|172.71.22.22]] 15:46, 17 December 2022 (UTC)Bumpf&lt;br /&gt;
&lt;br /&gt;
There is a planet at {x: 34704, y: -25501} with a space elevator attached to it. In that same planet, at {x: 31682, y: -34551}, there's a guy complaining about the framerate being &amp;quot;really bad out today&amp;quot;; the screen will stutter if you fly by him.&lt;br /&gt;
&lt;br /&gt;
I think that the planet labeled &amp;quot;Earth&amp;quot; in the table is actually Mars. Apparently it has two asteroids orbiting it. [[User:N-eh|N-eh]] ([[User talk:N-eh|talk]]) 19:45, 17 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I managed to stitch the tiles for each location and therefore created a complete image of each of the 34 locations. Where can I upload this to? I uploaded the code here: https://github.com/roee30/xkcd-scripts&lt;br /&gt;
&lt;br /&gt;
== What if 2 planet ==&lt;br /&gt;
&lt;br /&gt;
It's got a dinosaur being offered a hamburger, a person firing a cannon (one cannonball nearly goes into orbit) and if you can get yourself struck by one of the cannonballs the ship transforms.&lt;br /&gt;
&lt;br /&gt;
I'm not sure if the transformed ship is BETTER, but it is different.&lt;br /&gt;
&lt;br /&gt;
--[[Special:Contributions/172.70.131.52|172.70.131.52]] 17:19, 17 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Underneath Europa's Crust ==&lt;br /&gt;
&lt;br /&gt;
I managed to clip through the icy crust of Europa to the sea underneath (by flying at the planet really fast)... and there's stuff *down* here. Neat!&lt;br /&gt;
&lt;br /&gt;
I'll update the table accordingly. [[User:TwilightWorlds|TwilightWorlds]] ([[User talk:TwilightWorlds|talk]]) 19:51, 17 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
; I noticed some text that isn't written down on the transcript anywhere. Apologies if I'm doing something wrong, I've never contributed before. Here is the link to a screenshot of what I found. Not sure where it is, but hopefully it looks familiar. https://drive.google.com/file/d/11z1_mChMlWr2ZgJCksXEWiY17vosoMlI/view?usp=sharing&lt;br /&gt;
&lt;br /&gt;
Maybe I'm crazy, but is it possible that the positions of some objects have been changed since the comic was posted? The other day, if I flew straight up from the starting point never disabling the engine, I'd get flung around by some gravity wells before being flung out in a direction that would, eventually, lead me right past the 'light mode' button. Today, however, I always end up crashing into the USS Enterprise, and to add to the weirdness, I don't even hit it at the same angle every time. Also, I hope I'm signing this right, it's my first post. [[User:SitkaFox|SitkaFox]] ([[User talk:SitkaFox|talk]]) 23:45, 17 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I noticed that the coordinates in the game code are not the same as the coordinates given by &amp;lt;code&amp;gt;[Comic.voyager.pos.x, Comic.voyager.pos.y]&amp;lt;/code&amp;gt;. To convert between the two, multiply the x-coordinate by 2 and the y-coordinate by -2. [[User:Hdjensofjfnen|Hdjensofjfnen]] ([[User talk:Hdjensofjfnen|talk]]) 00:01, 18 December 2022 (UTC)&lt;br /&gt;
: of which one? voyager x pos = 2 * in game x pos? or in game x pos = 2 * voyager x pos?&lt;/div&gt;</summary>
		<author><name>108.162.221.107</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2706:_Bendy&amp;diff=300250</id>
		<title>Talk:2706: Bendy</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2706:_Bendy&amp;diff=300250"/>
				<updated>2022-12-03T16:23:17Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.221.107: &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;
First time writing a transcript, how'd I do? [[User:IJustWantToEditStuff|IJustWantToEditStuff]] ([[User talk:IJustWantToEditStuff|talk]]) 07:40, 3 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Transcript is absolutely fine... Explanation, though, doesn't really explain any more than I already knew, and I still don't &amp;quot;get it&amp;quot;. Maybe 'cause I'm dumb after all. [[Special:Contributions/108.162.241.129|108.162.241.129]] 15:22, 3 December 2022 (UTC)&lt;br /&gt;
:Perhaps it has to do with Pythagoras and stuff, that at last the “problem” of right triangles with catheti lengths of integers having hypotenuse lengths that are irrational is “solved”. —[[User:While False|While False]] ([[User:While False/explain xkcd museum|'''museum''']] | [[User talk:While False|talk]] | [[special:Contributions/While_False|contributions]] | [[special:Log/While_False|logs]] | [[Special:UserRights/While_False|rights]] | [https://www.explainxkcd.com/wiki/index.php?title=User:While_False&amp;amp;printable=yes printable version] | [https://www.explainxkcd.com/wiki/index.php?title=User:While_False&amp;amp;action=info page information] | [https://www.explainxkcd.com/wiki/index.php/Special:WhatLinksHere/User:While_False what links there] | [https://www.explainxkcd.com/wiki/index.php?title=Special:RecentChangesLinked&amp;amp;days=30&amp;amp;from=&amp;amp;target=User%3AWhile_False related changes] | [https://www.google.com Google search] | current time: {{CURRENTTIME}})  15:27, 3 December 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think this is the comic that made me realize that Randall has never been funny and I've just been checking the comic out of habit.&lt;/div&gt;</summary>
		<author><name>108.162.221.107</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1796:_Focus_Knob&amp;diff=221251</id>
		<title>Talk:1796: Focus Knob</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1796:_Focus_Knob&amp;diff=221251"/>
				<updated>2021-11-23T16:56:20Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.221.107: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~--&amp;gt;&lt;br /&gt;
Too much existential paralysis can often lead to fiddling with email.  Less frequently, too much time spent fiddling with email can lead to those existential crises. The knob can turn all the way around - there aren't stoppers on either side of the rotation...&lt;br /&gt;
--[[Special:Contributions/162.158.255.124|162.158.255.124]] 14:20, 8 February 2017 (UTC)kb&lt;br /&gt;
:Well since the two ticks at the end points are larger than the other 35 I would say that it cannot go past these. That would make sense and is also like on several knobs I have seen. This is also like the speedometer in my car, which does not shown anything below 0 or above 240 km/h... --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:05, 8 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
Maybe Randall is implying that he has issues with keeping the big picture in mind while doing detail work and gets lost in the details of implementation and vice versa. &lt;br /&gt;
This means that for him the knob is more of an on/off or selection switch. Pulse Width Modulation would then allow him to use this on/off switch more like the knob in the picture shown. (... or whoevers voice Randall is speaking in as many people probably have issues with this, myself included.) &lt;br /&gt;
I wonder if he obsessed over how to implement this comic: &lt;br /&gt;
1. As an on/off switch? &lt;br /&gt;
2. As a knob with limited none-usefull settings with &amp;quot;ideal&amp;quot; labeled between the actual settings available? &lt;br /&gt;
3. Like this, for simplicity, keeping the big picture in mind and not obsessing over the details of how it may under some circumstances be viewed?&lt;br /&gt;
--[[Special:Contributions/162.158.91.95|162.158.91.95]] 10:19, 8 February 2017 (UTC)cdm&lt;br /&gt;
:Since the knob clearly is set at the 13th tick he does not use it as an on/off which invalidates most of the arguments in this comment. But since he goes in e-mail mode left of the healthy balance and in panic to the right there is some kind of on/off behavior. But still he can focus more an more on the big picture even though he stays with his settings, until he goes past tick 25. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:05, 8 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
If the knob only has discrete positions, none of which lies within the balanced region, he could use PWM to simulate that position.&lt;br /&gt;
Let's say the focus variable goes from 0 to 10, the knob can only stay on integer values and the &amp;quot;sweet spot&amp;quot; is around 7,38.&lt;br /&gt;
He can make a cycle that rests on 7 62% of the time and at 8 38% of the time, and repeat this cycle with a high enough frequency so that his mind wouldn't know the difference from actually being at&lt;br /&gt;
the knob's focused on the approximate mirror location of the &amp;quot;healthy balance&amp;quot; section.&lt;br /&gt;
I don't really have anything to suggest based on that though :/&lt;br /&gt;
[[Special:Contributions/108.162.241.82|108.162.241.82]] 12:55, 8 February 2017 (UTC)&lt;br /&gt;
:IMHO it's just a visual thing to balance the whole image. If you search for watch ads on google images, you'll see that the analogical ones pretty much always show an hour close to 10:10. Beside being balanced, I think those positions are chosen to look &amp;quot;random&amp;quot; (which is paradoxical), or &amp;quot;without a specific meaning&amp;quot;, when a 0°, 45° or 90° would seem to have been chosen on purpose. [[Special:Contributions/141.101.88.184|141.101.88.184]] 13:19, 8 February 2017 (UTC)&lt;br /&gt;
::IMHO Randall has placed it there on purpose a long way from looking at the big picture because he do not wish a panic attack by reading the news on Trump. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:05, 8 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
I noticed 2 things that are not already mentioned:  1) The dial is currently set to somewhere along the left side, which suggests that Randall is overly detail‐oriented.  2) Randall misspelled existential as existental.  [[Special:Contributions/108.162.245.196|108.162.245.196]] 16:55, 8 February 2017 (UTC)&lt;br /&gt;
:An &amp;quot;existental&amp;quot; crisis is what happens when you are so focused on the big picture you forget details like how to spell &amp;quot;existential.&amp;quot;[[Special:Contributions/108.162.238.11|108.162.238.11]] 18:40, 8 February 2017 (UTC)&lt;br /&gt;
::I have added explanation on where and why the knob is turned to tick 13, and also a trivia about the spell error, and thanks, I had corrected it in the transcript, but now turned it back, as it should be as in the comic. Maybe Randall updates it, as he has done so often when he makes bland mistakes like this, but that has not happened so far when I post here. If he does that should be noted in the trivia along with the reason why. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 22:05, 8 February 2017 (UTC)&lt;br /&gt;
:::Randall has indeed updated the comic with the correct spelling of existential - I have no idea how to update the comic graphic properly from this type of correction! --[[User:Ianrbibtitlht|Ianrbibtitlht]] ([[User talk:Ianrbibtitlht|talk]]) 06:03, 7 June 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
There is no mention of the term &amp;quot;existential crisis&amp;quot; in the comic, and I don't see how any of this is related to &amp;quot;current world events&amp;quot;. Existential paralysis means that when you only think about the biggest picture possible, nothing seems to matter anyway - it's just us tiny insignificant humans on this planet that will eventually turn barren wasteland when the sun expands etc. This doesn't help instill motivation to act, hence paralysis. [[Special:Contributions/172.68.11.95|172.68.11.95]] 06:57, 9 February 2017 (UTC)&lt;br /&gt;
: Could we please go back to simply explain what we see instead of trying to get our political views into the interpretation? I don't see any connection to &amp;quot;current world events&amp;quot;, either. The theme of being paralyzed by seeing/realizing the big picture ist nothing new or even closely related any specific (current or past) event. [[User:Elektrizikekswerk|Elektrizikekswerk]] ([[User talk:Elektrizikekswerk|talk]]) 09:10, 9 February 2017 (UTC)&lt;br /&gt;
::In any case focusing on the activities of Trump is NOT looking at the big picture [[Special:Contributions/162.158.88.212|162.158.88.212]] 16:41, 9 February 2017 (UTC)&lt;br /&gt;
:::&amp;quot;Getting '''to''' deep into all this could cause ...&amp;quot; someone to level accusations of trolling. [[Special:Contributions/198.41.238.28|198.41.238.28]] 23:42, 9 February 2017 (UTC)&lt;br /&gt;
::::Well I disagree. My reasoning is based on the the fact that Randall lately has included [[1756: I'm With Her#Sad comics|several comics]] that could be seen as being caused by a [[1761: Blame|sad]]/[[1773: Negativity|negative]] state of mind. All these comics (five so far) have come out since Trump got elected, with no similar comics like these coming out in the year before that event! And that he did not wish Trump as president was made clear in [[1756: I'm With Her|I'm With Her]], which I expect everyone agrees on! If Randall can only either be focusing on his e-mails (or [[Stardew Valley]], see also [[Sad]] for that) or else panic and end up paralyzed because he reads the news and think about what may happen then that is quite a negative view of the world and your own level of sanity. And it is not just about Trump but also about the global warming we know for sure Randall fears (which Trump may increase with his executive orders, but which where already really bad before he entered the political scene) and all the other problems (wars, famine, pollution violence etc.) right now as he referred to indirectly in [[2017]]. So maybe there is no mention of crisis, but I did not insert that link originally. (Actually I rather changed thew word crisis to paralyzed in the explanation). But it is not true that a existential paralysis would only come about because you see your self as a dot on a small insignificant planet. But that could also cause it though. Randall has been quite explicit in the comic by not mentioning Trumps name even once in any of his comics. That is not the same care he has taken with other politicians earlier in other elections. So in it self that could also be seen as a statement. And all these comics could be interpreted differently than this, which is goo. And had they appeared separately over a few years, rather than three months, I would have agreed with you. But there are already now as many comics with such a sad interpretation possible (or inevitable) during the last three months as there are sad [[:Category:Cancer|Cancer comics]] over the two years where he posted 12 of these around the time his wife got cancer. Yes only five of those 12 could seriously be interpreted as being sad on Randall's behalf. (The other 7 only if you generally thought it was sad to joke about cancer, or a joke was sad because cancer was mentioned, even if it was the cure). So for sure something different has happened to the type of comics coming out on xkcd since Trumps election, and that is an important fact to behold on a site like this, just like we keep track of comics about the climate, and about time travel etc. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 15:42, 10 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
A new [[what if?]], {{what if|154|Coast-to-Coast Coasting}} was released on the day this comic was released. There seems to have been no connection between it and the comics released before or after. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 14:07, 15 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
;Picture update&lt;br /&gt;
:'''Help Wanted -'''&lt;br /&gt;
::I downloaded the updated png image file from xkcd and visually confirmed it was the corrected image. However, I've tried to upload the new file twice now from two different systems using the File screen shown by clicking on the comic image, and both times the resulting file is still the original! I don't have a clue what I'm doing wrong but suspect it's 'cause I'm dumb!!! I obviously need help. :-( --[[User:Ianrbibtitlht|Ianrbibtitlht]] ([[User talk:Ianrbibtitlht|talk]]) 17:08, 8 June 2017 (UTC)&lt;br /&gt;
:'''Resolved...'''&lt;br /&gt;
::I don't know if an admin fixed the problem or it resolved itself with enough elapsed time. It's correct now, but I'd like to know if I was doing doing it incorrectly! --[[User:Ianrbibtitlht|Ianrbibtitlht]] ([[User talk:Ianrbibtitlht|talk]]) 20:51, 8 June 2017 (UTC)&lt;br /&gt;
:::Everything was fine and no admin has fixed anything. The problem is the damn cloud cache, you don't see such an update for a while. But after an hour or maybe more the cache is expired and everything is fine. I've also answered here: [[User talk:Ianrbibtitlht|Ianrbibtitlht talk]]. --[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 12:41, 12 June 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
''&amp;quot;He thus seems to try to avoid seeing the big picture right now, since it is his personal knob to set as he wishes.&amp;quot;'' - Haaa. Whoever wrote this does '''not''' have ADHD, [[1106|as Randall clearly does]]. We who do, know it is essentially impossible to &amp;quot;set&amp;quot; our focus level as we wish - we are either easily pulled away from &amp;quot;big picture&amp;quot; things (like the flow of time or our own hunger) to hyperfixate on minor details, OR we freak out over the sheer number of tasks that are to be done without being able to concentrate on any of them, and also frequently feel the weight of existential dread that looms over everything we do like a giant dark cloud. --mezimm [[Special:Contributions/172.69.71.47|172.69.71.47]] 16:51, 23 November 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>108.162.221.107</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2479:_Houseguests&amp;diff=220827</id>
		<title>Talk:2479: Houseguests</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2479:_Houseguests&amp;diff=220827"/>
				<updated>2021-11-15T16:10:32Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.221.107: &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;
I interpreted this comic completely differently than what is written in the explanation (though I can agree that the explanation as written is plausible).  When I first read the comic, I assumed Megan and Cueball were hesitant to have guests come over because they would have to clean up after the guests left.  Presumably their house would be spotlessly neat and tidy after more than a year of no visitors, and having someone visit would spoil that.  Speaking personally, it will be great to have guests staying with me again, but there is a twinge of regret that the much simpler and easy pace of pandemic life is over now that I’m vaccinated.[[Special:Contributions/172.70.110.170|172.70.110.170]] 04:21, 22 June 2021 (UTC)&lt;br /&gt;
:I can see what you mean, but if you also read the title text is it clear that it is their house that is not clean enough for guest. I can totally relate. We always get the house tidy when we invite guest over, and apart from very close family, which do not need this tidiness, we have not had any visitors for over a year... It is thus for sure the problem that the house is a mess, and they have got used to live in this since no one came around to look at it. But now, if they wish to have friends over, they have to make a big effort to not be embarrassed. And having gotten used to not seeing people the effort may bot be worth it (obviously). --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 09:53, 22 June 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Regarding the title text, the explanation reads, &amp;quot;. . . and assumes that this is an assignment of one state from the other that is commutative (i.e. reversible) from the simplistic idea of readiness arising from status.&amp;quot; Can someone translate this for me, please? I've only completed two years of college English, so it baffles me! [[Special:Contributions/162.158.74.117|162.158.74.117]] 11:12, 22 June 2021 (UTC)&lt;br /&gt;
:Not sure it's the right word, but a function &amp;quot;A =&amp;gt; B&amp;quot; (read that as 'leads to', 'produces', 'implies', etc) need not imply &amp;quot;B =&amp;gt; A&amp;quot; (commutative functions, such as matrix multiplication, also give different results depending upon the order attempted).&lt;br /&gt;
:In reality, &amp;quot;House Readiness &amp;lt;= Vaccination Status + Pre-Pandemic Standards&amp;quot; (reversing the cause/effect sides) so &amp;quot;Vaccination Status =&amp;gt; House Readiness&amp;quot; is already wrong, without even considering how the accepted nature of Vaccinatedness is not going to change between rooms (unless your house crosses a state boundary/whatever, with different enforcements?&lt;br /&gt;
:I'd have explained it differently from the start. Maybe the typical programming confusion between equality and assignment operators, and why it's good practice to habitually produce intended boolean outputs from &amp;quot;CONST equ VAR&amp;quot; (however the code dialect demands) rather than the other way round, for the compiler to catch accidental assignments/non-comparisons, that you may have mis-typed, from the off - but that could be even more confusing for readers. ;) [[Special:Contributions/141.101.99.177|141.101.99.177]] 12:13, 22 June 2021 (UTC)&lt;br /&gt;
:You don't need more of college ''English''. You need college ''Algebra''. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 03:21, 23 June 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I thought that it meant that they had a person living in their spare room, an anti-vaxxer&lt;br /&gt;
&lt;br /&gt;
&amp;quot;2020-21 pandemic of the SARS-CoV-2 virus&amp;quot;. I like the optimism that the pandemic will be over in 2021. 😁&lt;br /&gt;
[[User:Gpk|Gpk]] ([[User talk:Gpk|talk]]) 14:36, 22 June 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
xkcd 78 is slowly starting to look like irony, in the face of strips like this one. [[Special:Contributions/172.70.114.38|172.70.114.38]] 18:49, 22 June 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>108.162.221.107</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2540:_TTSLTSWBD&amp;diff=220688</id>
		<title>2540: TTSLTSWBD</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2540:_TTSLTSWBD&amp;diff=220688"/>
				<updated>2021-11-11T17:01:35Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.221.107: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2540&lt;br /&gt;
| date      = November 10, 2021&lt;br /&gt;
| title     = TTSLTSWBD&lt;br /&gt;
| image     = ttsltswbd.png&lt;br /&gt;
| titletext = Tomorrow's sessions will be entirely devoted to sewing machine rotary hooks.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by an EXCESSIVELY LONG ACRONYM THAT SEEMS LIKE IT SHOULD WORK BUT DOESN'T. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] is standing at a lectern on a [[1661: Podium|podium]], addressing a large crowd. He is describing the program of some event, listing the different topics that will be covered. These appear to be random, but the caption gives the punchline: it is a conference on things that seem like they shouldn't work but do.&lt;br /&gt;
&lt;br /&gt;
By &amp;quot;things that seem like they shouldn't work&amp;quot;, it means things that you wouldn't expect to be able to function at all.  TTSLTSWBD in the title and the banner is the abbreviation for &amp;quot;Things That Seem Like They Shouldn't Work, But Do&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{{w|Organ transplantation}}, where a functioning organ is pulled from a (possibly deceased) person and put into another person where it will continue to operate, is not a simple process, and a lot of things could go wrong and make it not work. Nevertheless, humanity’s medical knowledge is advanced enough that organ transplantation is a widely accepted and largely effective life-saving procedure.&lt;br /&gt;
&lt;br /&gt;
{{w|Airship|Airships}}, or dirigibles, are big,{{citation needed}} and look pretty heavy [[https://upload.wikimedia.org/wikipedia/commons/1/1c/Hindenburg_disaster.jpg 1]], but are able to be held aloft by the lighter than air gas inside.  &lt;br /&gt;
&lt;br /&gt;
{{w|Lunch|Lunch}} is listed as if it was another topic of the TTSLTSWBD, but it actually just means that after discussing airships, the conference will take a break to eat lunch, as many humans usually do.&lt;br /&gt;
&lt;br /&gt;
{{w|Gyroscope|Gyroscopes}}, where a spinning disk will tend to keep its orientation in space despite the movement of the structure around it, can be counterintuitive even to those who understand the physical principles. This weirdness has been previously referenced in [[332: Gyroscopes]]. &lt;br /&gt;
&lt;br /&gt;
{{w|Butterfly|Butterflies}} fly with an unusual fluttering behaviour, which works in part due to the [https://en.wikipedia.org/wiki/Ornithopter#Aerodynamics notoriously complex principles of fluid dynamics] that may look like uncontrolled fluttering but yet somehow allows the creature to land directly on specific flowerheads to feed. This is not as intuitively understandable as the flight of larger creatures such as birds.&lt;br /&gt;
&lt;br /&gt;
The title text refers to {{w|Rotary hook|rotary hooks}} on sewing machines, which are a complicated (and complicated looking) mechanism whose purpose is to feed one thread in a loop around a whole spool of another thread, to the extent that they feel they need a whole day to cover them.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[Cueball stands at a lectern gesturing with one hand held out, speaking to an audience. A banner hangs on the wall with the acronym &amp;quot;TTSLTSWBD&amp;quot; displayed in large text, with illegible smaller text under it.]&lt;br /&gt;
:Cueball: Next we have a session on organ transplants and another on airships.&lt;br /&gt;
:Cueball: Then lunch, then we'll have one on gyroscopes and one on butterflies.&lt;br /&gt;
:[Caption below panel:]&lt;br /&gt;
:The first annual conference on Things That Seem Like They Shouldn't Work But Do&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>108.162.221.107</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2536:_Wirecutter&amp;diff=220176</id>
		<title>Talk:2536: Wirecutter</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2536:_Wirecutter&amp;diff=220176"/>
				<updated>2021-11-02T03:07:34Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.221.107: &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;
Note: they don't say they tried out a large number of ''religions'' but a large number of '''belief systems'''. This could include things like &amp;quot;Libertarianism&amp;quot; or &amp;quot;Monarchists&amp;quot;. (By CWALLENPOOLE, but not signed in.)&lt;br /&gt;
:But the picture of the article title says “The Best Religion” [[Special:Contributions/108.162.216.233|108.162.216.233]] 20:31, 1 November 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
The phrase &amp;quot;highly controversial&amp;quot; should not be used in the explanation. For the record, I am opposed to the things listed in that sentence and my objection is not based in a desire to defend them. Religion itself might be said to be &amp;quot;highly controversial&amp;quot; so the use in the last sentence is both superfluous and biased. [[Special:Contributions/172.70.82.53|172.70.82.53]] 00:34, 2 November 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
I really want this article to be real. ----Dave&lt;/div&gt;</summary>
		<author><name>108.162.221.107</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2517:_Rover_Replies&amp;diff=219295</id>
		<title>2517: Rover Replies</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2517:_Rover_Replies&amp;diff=219295"/>
				<updated>2021-10-15T23:16:24Z</updated>
		
		<summary type="html">&lt;p&gt;108.162.221.107: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2517&lt;br /&gt;
| date      = September 17, 2021&lt;br /&gt;
| title     = Rover Replies&lt;br /&gt;
| image     = rover_replies.png&lt;br /&gt;
| titletext = I'm so glad NASA let you take your phone to Mars!&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a PERSEVERANCE'S VACCINATION - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
There is a [https://twitter.com/nasapersevere?lang=en Twitter account] for {{w|NASA|NASA's}} {{w|Perseverance (rover)|Perseverance Mars Rover}}, which recently collected samples. The Twitter account tweets in the first person like in the comic. Likely a human on earth is playing the role of the rover. While the exact post shown does not exist, it has posted a [https://twitter.com/NASAPersevere/status/1433334279937789954 similar tweet.]&lt;br /&gt;
&lt;br /&gt;
The first four replies (in order of top-to-bottom) are likely just general compliments to the rover, demonstrating that the replies are indeed wholesome. Reply three in particular references rocks, as the main purpose of most Mars rovers is to perform Martian geology.&lt;br /&gt;
&lt;br /&gt;
Reply five is a mashup of conspiracy theories, including about {{w|5G}} communications, {{w|Vaccine hesitancy|vaccines}}, and others. [[Ponytail]] then replies &amp;quot;Quiet, we're not doing that here&amp;quot;, implying either that she doesn't want it in the replies to this, that she thinks that the rude reply should be posted somewhere else, that she's a NASA employee stating that NASA does not have a 5G vaccine-microchip factory, or that she also is a conspiracy theorist trying to redirect the fellow commenter to other forums with more susceptible audiences.&lt;br /&gt;
&lt;br /&gt;
The next reply references people saying where they're from, then clarifying where that is in brackets, e.g. Wingerworth (England). This commenter expands that to clarify that they are from Earth, joking that the planet may be ambiguous as the Mars rover is not on Earth. In reality, this ambiguity does not exist as humans only live on Earth,{{citation needed}} thus contributing to the humor. &lt;br /&gt;
&lt;br /&gt;
The second-to-last reply is likely a misunderstanding, with the commenter believing that the rover is digging to perform anthropology or paleontology, not geology. The commenter could, however, believe that there is/was complex life on Mars, thus allowing the possibility that there are Martian skeletons for the rover to find.&lt;br /&gt;
&lt;br /&gt;
The final reply is a reference to {{w|Ingenuity (helicopter)|Ingenuity}}, a small helicopter which Perseverance took to Mars as a [https://mars.nasa.gov/technology/helicopter/  technology demonstrator]. It has been very successful and completed many flights, [https://mars.nasa.gov/images/mepjpl/PIA24797-Flight12.jpg often taking it quite far from Perseverance.]&lt;br /&gt;
&lt;br /&gt;
The title text is in the form of another reply. The character posting that reply believes that the rover has taken its phone to Mars, and has used that to take the pictures. This is likely because most photos on social media are taken on phones, and social media sites are often designed for phones. In addition, Perseverance and Curiosity differ from previous rovers in that they have cameras mounted on flexible arms, allowing them to take photographs of themselves - somewhat akin to a smartphone on a selfie-stick. In reality, Mars rovers don't have smartphones, and Perseverance is taking photos with an equipped camera.&lt;br /&gt;
&lt;br /&gt;
While this comic is most likely referencing Perseverance, there is another small possibility that Curiosity is shown here, as Curiosity also has [https://www.space.com/19708-mars-rover-curiosity-rock-drill-sample.html collected samples]. This is unlikely though due to the timing of this comic.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[A post of a rocky landscape and a close-up of a rock is next to a profile picture of the camera of a Mars rover.]&lt;br /&gt;
:Just collected a sample!&lt;br /&gt;
&lt;br /&gt;
:[Comments below. Each comment has an icon of a person or other image next to it and an illegible name above the comment.]&lt;br /&gt;
:[face of Cueball-like character]: These pictures are great!&lt;br /&gt;
:[curved lines]: I'm so proud of you&lt;br /&gt;
:[Cueball-like stick figure]: Wow you know a lot about rocks&lt;br /&gt;
:[Megan]: Go go go go go!&lt;br /&gt;
:[spiral galaxy-like image]: More propaganda from NASA's 5G vaccine microchip factory&lt;br /&gt;
::[Ponytail]: Quiet, we're not doing that here&lt;br /&gt;
:[unidentified stick figure]: Hello from Missouri (Earth)!&lt;br /&gt;
:[Hairy]: Did you find any skeletons yet&lt;br /&gt;
:[Blondie]: I hope your helicopter comes back!&lt;br /&gt;
&lt;br /&gt;
:[Caption below frame:]&lt;br /&gt;
:The most unexpectedly wholesome place on the internet is the replies to NASA's rovers on social media.&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Mars rovers]]&lt;br /&gt;
[[Category:Social networking]]&lt;br /&gt;
[[Category:5G]]&lt;/div&gt;</summary>
		<author><name>108.162.221.107</name></author>	</entry>

	</feed>