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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:3045:_AlphaMove&amp;diff=364174</id>
		<title>Talk:3045: AlphaMove</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:3045:_AlphaMove&amp;diff=364174"/>
				<updated>2025-01-31T23:27:08Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.90.124: &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;
Ask Tom Murphy VII to get on this [[Special:Contributions/141.101.99.103|141.101.99.103]] 22:50, 31 January 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have attempted to run the proposed bot against itself — if I haven't made any errors, here are the resulting games:&lt;br /&gt;
&lt;br /&gt;
Rounding down:&lt;br /&gt;
  1. e4 e6 2. f3 f5 3. e5 g5 4. d4 d5 5. exd6 g4 6. d7+ Kf7 7. dxc8=N Ke8 8. fxg4 h6 9. gxf5 Kd7 10. g4 h5 11. fxe6+ Ke8 12. g5 Na6 13. h3 Nc5 14. h4 Ne7 15. Kd2 Ne4+ 16. Ke1 Nf5 17. g6 Nf6 18. g7 Ng3 19. gxf8=N Nge4 20. Ke2 Ng4 21. Kf3 Ngf2 22. Ke2 Nh3 23. Ke3 Nhf2 24. Nb6 Nh3 25. Na4 Nhf2 26. Nac3 Nxc3 27. Kxf2 Nxd1+ 28. Kf3 Qc8 29. c4 Ne3 30. Ke4 Nf5 31. Kd3 Ng3 32. e7 Nxh1 33. Kc2 Qb8 34. d5 Kxe7 35. d6+ Kf6 36. dxc7 Nf2 37. c8=R Ng4 38. Kd2 Nh2 39. Ke3 Ng4+ 40. Kd4 Nh2 41. Kd5 Nxf1 42. Nc3 Nh2 43. Nce2 Ng4 44. Nd4 Nh6 45. Nd7+ Kf7 46. Ndf3 Qd6+ 47. Ke4 Qd2 48. Nf8 Qd5+ 49. Ke3 Qd2+ 50. Ke4 Qd5+ 51. Ke3 Qd2+ 52. Ke4&lt;br /&gt;
&lt;br /&gt;
Rounding up:&lt;br /&gt;
  1. f3 f5 2. e4 f4 3. d4 e6 4. e5 g6 5. g3 fxg3 6. c3 g2 7. d5 gxf1=Q+ 8. Kxf1 exd5 9. Ke2 d6 10. Kd3 g5 11. Kd2 dxe5 12. Ke2 d4 13. Kd3 dxc3+ 14. Ke3 e4 15. Ne2 exf3 16. Ng1 f2 17. Nxc3 fxg1=N 18. Qc2 Kd7 19. Ne2 h6 20. Qa4+ Ke6 21. Qb3+ Ke7 22. Qb4+ Ke8 23. Qb5+ Kf7 24. Qa6 Kg7 25. Qa4 Kg6 26. Qb3 Kg7 27. Qb4 Kh7 28. Qb5 Kg7 29. Qa6 Nc6 30. Nxg1 Na5 31. Qb6 Kh7 32. Qb3 Kg6 33. Qb4 Kg7 34. Qb6 Kh7 35. Qb3 Kg6 36. Qb4 Kg7 37. Qb6&lt;br /&gt;
&lt;br /&gt;
Rounding down code:&lt;br /&gt;
  const { Chess } = require(&amp;quot;chess.js&amp;quot;);&lt;br /&gt;
  &lt;br /&gt;
  const chess = new Chess();&lt;br /&gt;
  while (!chess.isGameOver()) {&lt;br /&gt;
    const moves = chess.moves();&lt;br /&gt;
    moves.sort((a, b) =&amp;gt; b.localeCompare(a));&lt;br /&gt;
    const move = moves[Math.floor(moves.length / 2)];&lt;br /&gt;
    chess.move(move);&lt;br /&gt;
  }&lt;br /&gt;
  console.log(chess.pgn());&lt;br /&gt;
&lt;br /&gt;
To round up, swap the a and b in the sort function.&lt;br /&gt;
&lt;br /&gt;
Both games end in a threefold repetition draw. The game with rounding down does, in fact, have 6 knights in it, so I believe he did code this to see what would happen.&lt;br /&gt;
&lt;br /&gt;
[[User:Ohpointfive|Ohpointfive]] ([[User talk:Ohpointfive|talk]]) 22:52, 31 January 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
To elaborate on the Tom VII point - this is the YouTube video that possibly inspired the comic: https://www.youtube.com/watch?v=DpXy041BIlA&lt;br /&gt;
&lt;br /&gt;
[[Special:Contributions/141.101.98.179|141.101.98.179]] 22:55, 31 January 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Unfortunately for white, it's mate in 1 with Bb4# [[Special:Contributions/162.158.90.124|162.158.90.124]] 23:25, 31 January 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>162.158.90.124</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:3045:_AlphaMove&amp;diff=364173</id>
		<title>Talk:3045: AlphaMove</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:3045:_AlphaMove&amp;diff=364173"/>
				<updated>2025-01-31T23:25:34Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.90.124: &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;
Ask Tom Murphy VII to get on this [[Special:Contributions/141.101.99.103|141.101.99.103]] 22:50, 31 January 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have attempted to run the proposed bot against itself — if I haven't made any errors, here are the resulting games:&lt;br /&gt;
&lt;br /&gt;
Rounding down:&lt;br /&gt;
  1. e4 e6 2. f3 f5 3. e5 g5 4. d4 d5 5. exd6 g4 6. d7+ Kf7 7. dxc8=N Ke8 8. fxg4 h6 9. gxf5 Kd7 10. g4 h5 11. fxe6+ Ke8 12. g5 Na6 13. h3 Nc5 14. h4 Ne7 15. Kd2 Ne4+ 16. Ke1 Nf5 17. g6 Nf6 18. g7 Ng3 19. gxf8=N Nge4 20. Ke2 Ng4 21. Kf3 Ngf2 22. Ke2 Nh3 23. Ke3 Nhf2 24. Nb6 Nh3 25. Na4 Nhf2 26. Nac3 Nxc3 27. Kxf2 Nxd1+ 28. Kf3 Qc8 29. c4 Ne3 30. Ke4 Nf5 31. Kd3 Ng3 32. e7 Nxh1 33. Kc2 Qb8 34. d5 Kxe7 35. d6+ Kf6 36. dxc7 Nf2 37. c8=R Ng4 38. Kd2 Nh2 39. Ke3 Ng4+ 40. Kd4 Nh2 41. Kd5 Nxf1 42. Nc3 Nh2 43. Nce2 Ng4 44. Nd4 Nh6 45. Nd7+ Kf7 46. Ndf3 Qd6+ 47. Ke4 Qd2 48. Nf8 Qd5+ 49. Ke3 Qd2+ 50. Ke4 Qd5+ 51. Ke3 Qd2+ 52. Ke4&lt;br /&gt;
&lt;br /&gt;
Rounding up:&lt;br /&gt;
  1. f3 f5 2. e4 f4 3. d4 e6 4. e5 g6 5. g3 fxg3 6. c3 g2 7. d5 gxf1=Q+ 8. Kxf1 exd5 9. Ke2 d6 10. Kd3 g5 11. Kd2 dxe5 12. Ke2 d4 13. Kd3 dxc3+ 14. Ke3 e4 15. Ne2 exf3 16. Ng1 f2 17. Nxc3 fxg1=N 18. Qc2 Kd7 19. Ne2 h6 20. Qa4+ Ke6 21. Qb3+ Ke7 22. Qb4+ Ke8 23. Qb5+ Kf7 24. Qa6 Kg7 25. Qa4 Kg6 26. Qb3 Kg7 27. Qb4 Kh7 28. Qb5 Kg7 29. Qa6 Nc6 30. Nxg1 Na5 31. Qb6 Kh7 32. Qb3 Kg6 33. Qb4 Kg7 34. Qb6 Kh7 35. Qb3 Kg6 36. Qb4 Kg7 37. Qb6&lt;br /&gt;
&lt;br /&gt;
Rounding down code:&lt;br /&gt;
  const { Chess } = require(&amp;quot;chess.js&amp;quot;);&lt;br /&gt;
  &lt;br /&gt;
  const chess = new Chess();&lt;br /&gt;
  while (!chess.isGameOver()) {&lt;br /&gt;
    const moves = chess.moves();&lt;br /&gt;
    moves.sort((a, b) =&amp;gt; b.localeCompare(a));&lt;br /&gt;
    const move = moves[Math.floor(moves.length / 2)];&lt;br /&gt;
    chess.move(move);&lt;br /&gt;
  }&lt;br /&gt;
  console.log(chess.pgn());&lt;br /&gt;
&lt;br /&gt;
To round up, swap the a and b in the sort function.&lt;br /&gt;
&lt;br /&gt;
Both games end in a threefold repetition draw. The game with rounding down does, in fact, have 6 knights in it, so I believe he did code this to see what would happen.&lt;br /&gt;
&lt;br /&gt;
[[User:Ohpointfive|Ohpointfive]] ([[User talk:Ohpointfive|talk]]) 22:52, 31 January 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
To elaborate on the Tom VII point - this is the YouTube video that possibly inspired the comic: https://www.youtube.com/watch?v=DpXy041BIlA&lt;br /&gt;
&lt;br /&gt;
[[Special:Contributions/141.101.98.179|141.101.98.179]] 22:55, 31 January 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Unfortunately for white, it's mate in 1 with Bd4# [[Special:Contributions/162.158.90.124|162.158.90.124]] 23:25, 31 January 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>162.158.90.124</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3036:_Chess_Zoo&amp;diff=361641</id>
		<title>3036: Chess Zoo</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=3036:_Chess_Zoo&amp;diff=361641"/>
				<updated>2025-01-10T20:49:43Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.90.124: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 3036&lt;br /&gt;
| date      = January 10, 2025&lt;br /&gt;
| title     = Chess Zoo&lt;br /&gt;
| image     = chess_zoo_2x.png&lt;br /&gt;
| imagesize = 740x1221px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = The zoo takes special care to keep kings separated from opposite-color pieces as part of their conservation program to prevent mating in captivity.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a PAWN PROMOTED TO A BOT - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
A zoological garden, or {{w|zoo}} for short, is a large encampment where various animals are helped to live in small enclosures. Zoos generally serve dual purpose as both a public exhibition and a safe breeding ground for conservation efforts.&lt;br /&gt;
&lt;br /&gt;
Randall has here created a zoo for giant chess pieces, as if they were animals.&lt;br /&gt;
&lt;br /&gt;
There are many subtle &amp;quot;jokes&amp;quot; in the images that plays on how chess pieces moves. For example, the bishops don't need to be fully enclosed, and a narrow corridor with one white and one black square suffices to prevent them from leaving. The knight 'enclosure' is also structured in a way that almost allows it to escape across into various other pieces' enclosures (since it can jump), but prevent it from straying even further afield by carefully placing some strategic fence in exactly the right place (they are also handily restricted by the 'corridor' trick). Each side in a chess game starts with two bishops, one on each color square, and bishops can move only to squares of the same color as the one they started on. Opposing bishops on opposite color squares can never capture one another, and can therefore be kept safely in the same enclosure in the hypothetical zoo, so long as each counterpart (opposite side ''and'' opposite tile-type) are similarly kept in another such enclosure. The pawn enclosures will keep them inside even after they promote into any piece.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Pawns promoting&amp;quot; refers to moving a pawn to the final rank (the opponent's back rank), which allows it to be exchanged for a queen, rook, knight, or bishop.&lt;br /&gt;
&lt;br /&gt;
The phrase &amp;quot;mating in captivity&amp;quot; in the title text is typically used to refer to animals in zoos copulating, hopefully producing offspring. A reputable zoo will probably take care not to have too many unplanned cases of reproducing, for reasons of managability and ensuring a properly thought out genetic diversity (including arranging selected animals, or a supply of gametes, being strategically exchanged with other zoos). In this case, however, &amp;quot;mating&amp;quot; is used in the chess context, meaning delivering an attack from which the opponent's king cannot escape. To prevent this from occurring, kings are not kept in the same enclosure as any piece of an opposing color. In fact, only opposing bishops on opposite colors are shown together in this zoo.&lt;br /&gt;
&lt;br /&gt;
Notably, every visitor of the zoo is depicted as centered on a single square occupied only by themselves, just like a chess piece. This could perhaps imply an entire chess board &amp;quot;world&amp;quot;, where humans and chess pieces coexist as separate species, both aligned to the grid.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>162.158.90.124</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3025:_Phase_Change&amp;diff=359618</id>
		<title>3025: Phase Change</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=3025:_Phase_Change&amp;diff=359618"/>
				<updated>2024-12-16T20:25:23Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.90.124: /* Transcript */ whoops&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 3025&lt;br /&gt;
| date      = December 16, 2024&lt;br /&gt;
| title     = Phase Change&lt;br /&gt;
| image     = phase_change_2x.png&lt;br /&gt;
| imagesize = 296x354px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = Even when you try to make nice, smooth ice cubes in a freezer, sometimes one of them will shoot out a random ice spike, which physicists ascribe to kiki conservation.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BOTBA - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
This comic is a reference to the {{w|bouba/kiki effect}} (the [[2611: Cutest-Sounding Scientific Effects|cutest-sounding scientific effect]]), where people associate different shapes with different nonsense words.&lt;br /&gt;
Because the word bouba is pronounced with long and soft sounds, it is often associated with soft and round objects. Kiki, on the other hand, uses fast, higher pitched, and &amp;quot;cracking&amp;quot; sounds so it is associated with sharp and hard objects. Some real life examples are the antonyms rigid and flowing. This is partly due to humans' needs to {{w|Cognitive categorization|categorize things}}.&lt;br /&gt;
&lt;br /&gt;
The comic intentionally conflates this with the {{w|Phase transition|phase transition}} that water undergoes around 0 degrees Celsius. Water in its liquid state can be described as soft and round, as can the sound of the word &amp;quot;water&amp;quot; itself. In contrast, ice is hard and can form sharp objects like icicles, and the word &amp;quot;ice&amp;quot; also contains a sharp hissing sound.&lt;br /&gt;
&lt;br /&gt;
The title text refers to {{w|ice spike|ice spikes}}, which are caused by the uneven freezing of ice in a freezer. The title text expands on the joke by claiming that ice cubes wish to maintain the pointiness of objects characterized as &amp;quot;kiki.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[A vertical graph is shown, indicating temperature in degrees Celsius, with a horizontal dotted line at zero degrees. The area above the dotted line is filled with several illustrations of liquid water in various forms--dripping, splashing, pouring, etc. This area is labeled &amp;quot;Bouba&amp;quot;. The area below the dotted line is filled with illustrations of ice in various forms--icicles, ice cubes, snowflakes, etc. This area is labeled &amp;quot;Kiki&amp;quot;.]&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:When water temperature falls below 0°C, it undergoes a phase transition from bouba to kiki.&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category: Charts]]&lt;br /&gt;
[[Category: Language]]&lt;br /&gt;
[[Category: Science]]&lt;/div&gt;</summary>
		<author><name>162.158.90.124</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1155:_Kolmogorov_Directions&amp;diff=336492</id>
		<title>1155: Kolmogorov Directions</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1155:_Kolmogorov_Directions&amp;diff=336492"/>
				<updated>2024-03-02T23:02:55Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.90.124: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1155&lt;br /&gt;
| date      = January 2, 2013&lt;br /&gt;
| title     = Kolmogorov Directions&lt;br /&gt;
| image     = kolmogorov directions.png&lt;br /&gt;
| titletext = People get really grumpy when they realize you're giving them directions for how to go to the store and buy a GPS.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{w|Andrey Kolmogorov}} was a mathematician who worked, among other things, on defining computational complexity. Roughly speaking, the {{w|Kolmogorov complexity}} of a string (of bits, words, symbols, etc.) is the shortest description that allows an accurate reconstruction — or, in some variants, the length of the smallest program which will output the original string.&lt;br /&gt;
&lt;br /&gt;
[[Cueball]]'s method of giving directions is very reminiscent of Kolmogorov's method of determining complexity. However, it is unlikely they know all the presidents, nor can calculate prime numbers in their heads, and so will have trouble with certain parts. These directions may have minimal Kolmogorov complexity, but they are non-intuitive and are likely not the shortest or quickest way to get there, considering that they consist mostly of left turns.&lt;br /&gt;
&lt;br /&gt;
This is [[783: I Don't Want Directions|not the first time]] Cueball has had difficulties with directions, and here we see he hates giving directions as much as he hates receiving them.&lt;br /&gt;
&lt;br /&gt;
The joke in the title text is that Cueball just sent his friend to a store to buy a GPS device to give him the correct directions. (By the time this comic was published, GPS-enabled smartphones had already largely displaced dedicated GPS devices,&amp;lt;ref&amp;gt;https://www.nytimes.com/2010/11/15/technology/15iht-navigate.html&amp;lt;/ref&amp;gt; but Cueball could be talking to a person who does not wish to own a smartphone.)&lt;br /&gt;
&lt;br /&gt;
The superfluousness of giving directions as opposed to using a GPS is the subject of [[783: I Don't Want Directions]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball on the phone.]&lt;br /&gt;
:Phone: How do I get to your place from Lexington?&lt;br /&gt;
:Cueball: Hmm...&lt;br /&gt;
:Cueball: Ok, starting from your driveway, take every left turn that doesn't put you on a prime-numbered highway or street named for a president.&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:When people ask for step-by-step directions, I worry that there will be too many steps to remember, so I try to put them in minimal form.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Number theory]]&lt;/div&gt;</summary>
		<author><name>162.158.90.124</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=783:_I_Don%27t_Want_Directions&amp;diff=336491</id>
		<title>783: I Don't Want Directions</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=783:_I_Don%27t_Want_Directions&amp;diff=336491"/>
				<updated>2024-03-02T23:02:46Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.90.124: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 783&lt;br /&gt;
| date      = August 23, 2010&lt;br /&gt;
| title     = I Don't Want Directions&lt;br /&gt;
| image     = i_dont_want_directions.png&lt;br /&gt;
| titletext = Yes, I understand that the turn is half a mile past the big field, but my GPS knows that, too. This would be easier if you weren't about to ask me to repeat it all back to you.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
[[Cueball]] wants to use his {{w|GPS navigation device|GPS device}} to find an individual's house, and therefore needs the house's address. The person on the phone is giving him directions, something that is useless because by giving Cueball the address, the GPS can give directions to the address, possibly better than the ones he is getting over the phone. Cueball then decides to tell the person that he would like to mail something to their house, hoping they will give him the address, because you must have the address to mail something.{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
The title text is a continuation of the comic's joke. By the end of the comic, Cueball has got the information he needs, and has just ignored the directions he did not want. However, if the person on the phone insists on checking Cueball has remembered the directions correctly, Cueball has to be able to learn the useless information he did not want in the first place, and has been mostly ignoring, at least well enough to repeat it once.&lt;br /&gt;
&lt;br /&gt;
Judging by the roads mentioned in the comic (Highland Rd and presumably {{w|Interstate 495 (Massachusetts)|I-495}} and {{w|Massachusetts Route 18|MA-18}}), the person on the phone lives somewhere around [http://goo.gl/maps/tXFbF southern Lakeville, Massachusetts], and Cueball is starting from the Boston area.&lt;br /&gt;
&lt;br /&gt;
The superfluousness of giving directions as opposed to using a GPS is also mentioned in [[1155: Kolmogorov Directions]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball on phone.]&lt;br /&gt;
:Cueball: Looking forward to seeing your new place! What's the address?&lt;br /&gt;
:Cueball: Mm hmm. Yes, I'm taking 495, but I have a GPS, so I really just need the street address.&lt;br /&gt;
&lt;br /&gt;
:[Close up.]&lt;br /&gt;
:Cueball: ...then south on 18, okay, but I have a GPS, so if you just want to skip to the street address, I can...&lt;br /&gt;
&lt;br /&gt;
:[Full body shot, facing other direction.]&lt;br /&gt;
:Cueball: Thanks, I'm glad to know Highland Road comes a mile after the big intersection, but I keep saying I ''have a GPS'', can you tell me the street address?&lt;br /&gt;
:Cueball: ...&lt;br /&gt;
:Cueball: Technically that's just more information on how to get to your place, not the address itself. If you could-&lt;br /&gt;
&lt;br /&gt;
:[Close up again, Cueball writing on pad.]&lt;br /&gt;
:Cueball: ...I appreciate that you want to help, but I'm ''ignoring'' you and just waiting for the...&lt;br /&gt;
:Cueball: Listen, I just remembered I need to mail you a letter. What's your address?&lt;br /&gt;
:Cueball: Mhm... okay...&lt;br /&gt;
:Cueball: Great, thanks! I'll see you in an hour!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;/div&gt;</summary>
		<author><name>162.158.90.124</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=783:_I_Don%27t_Want_Directions&amp;diff=336490</id>
		<title>783: I Don't Want Directions</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=783:_I_Don%27t_Want_Directions&amp;diff=336490"/>
				<updated>2024-03-02T23:01:09Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.90.124: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 783&lt;br /&gt;
| date      = August 23, 2010&lt;br /&gt;
| title     = I Don't Want Directions&lt;br /&gt;
| image     = i_dont_want_directions.png&lt;br /&gt;
| titletext = Yes, I understand that the turn is half a mile past the big field, but my GPS knows that, too. This would be easier if you weren't about to ask me to repeat it all back to you.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
[[Cueball]] wants to use his {{w|GPS navigation device|GPS device}} to find an individual's house, and therefore needs the house's address. The person on the phone is giving him directions, something that is useless because by giving Cueball the address, the GPS can give directions to the address, possibly better than the ones he is getting over the phone. Cueball then decides to tell the person that he would like to mail something to their house, hoping they will give him the address, because you must have the address to mail something.{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
The title text is a continuation of the comic's joke. By the end of the comic, Cueball has got the information he needs, and has just ignored the directions he did not want. However, if the person on the phone insists on checking Cueball has remembered the directions correctly, Cueball has to be able to learn the useless information he did not want in the first place, and has been mostly ignoring, at least well enough to repeat it once.&lt;br /&gt;
&lt;br /&gt;
Judging by the roads mentioned in the comic (Highland Rd and presumably {{w|Interstate 495 (Massachusetts)|I-495}} and {{w|Massachusetts Route 18|MA-18}}), the person on the phone lives somewhere around [http://goo.gl/maps/tXFbF southern Lakeville, Massachusetts], and Cueball is starting from the Boston area.&lt;br /&gt;
&lt;br /&gt;
The superfluousness of giving directions as opposed to using a GPS is also mentioned in [[1155: Kolmogorov Directions]]&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball on phone.]&lt;br /&gt;
:Cueball: Looking forward to seeing your new place! What's the address?&lt;br /&gt;
:Cueball: Mm hmm. Yes, I'm taking 495, but I have a GPS, so I really just need the street address.&lt;br /&gt;
&lt;br /&gt;
:[Close up.]&lt;br /&gt;
:Cueball: ...then south on 18, okay, but I have a GPS, so if you just want to skip to the street address, I can...&lt;br /&gt;
&lt;br /&gt;
:[Full body shot, facing other direction.]&lt;br /&gt;
:Cueball: Thanks, I'm glad to know Highland Road comes a mile after the big intersection, but I keep saying I ''have a GPS'', can you tell me the street address?&lt;br /&gt;
:Cueball: ...&lt;br /&gt;
:Cueball: Technically that's just more information on how to get to your place, not the address itself. If you could-&lt;br /&gt;
&lt;br /&gt;
:[Close up again, Cueball writing on pad.]&lt;br /&gt;
:Cueball: ...I appreciate that you want to help, but I'm ''ignoring'' you and just waiting for the...&lt;br /&gt;
:Cueball: Listen, I just remembered I need to mail you a letter. What's your address?&lt;br /&gt;
:Cueball: Mhm... okay...&lt;br /&gt;
:Cueball: Great, thanks! I'll see you in an hour!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;/div&gt;</summary>
		<author><name>162.158.90.124</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=783:_I_Don%27t_Want_Directions&amp;diff=336489</id>
		<title>783: I Don't Want Directions</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=783:_I_Don%27t_Want_Directions&amp;diff=336489"/>
				<updated>2024-03-02T22:59:52Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.90.124: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 783&lt;br /&gt;
| date      = August 23, 2010&lt;br /&gt;
| title     = I Don't Want Directions&lt;br /&gt;
| image     = i_dont_want_directions.png&lt;br /&gt;
| titletext = Yes, I understand that the turn is half a mile past the big field, but my GPS knows that, too. This would be easier if you weren't about to ask me to repeat it all back to you.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
[[Cueball]] wants to use his {{w|GPS navigation device|GPS device}} to find an individual's house, and therefore needs the house's address. The person on the phone is giving him directions, something that is useless because by giving Cueball the address, the GPS can give directions to the address, possibly better than the ones he is getting over the phone. Cueball then decides to tell the person that he would like to mail something to their house, hoping they will give him the address, because you must have the address to mail something.{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
The title text is a continuation of the comic's joke. By the end of the comic, Cueball has got the information he needs, and has just ignored the directions he did not want. However, if the person on the phone insists on checking Cueball has remembered the directions correctly, Cueball has to be able to learn the useless information he did not want in the first place, and has been mostly ignoring, at least well enough to repeat it once.&lt;br /&gt;
&lt;br /&gt;
Judging by the roads mentioned in the comic (Highland Rd and presumably {{w|Interstate 495 (Massachusetts)|I-495}} and {{w|Massachusetts Route 18|MA-18}}), the person on the phone lives somewhere around [http://goo.gl/maps/tXFbF southern Lakeville, Massachusetts], and Cueball is starting from the Boston area.&lt;br /&gt;
&lt;br /&gt;
The superfluousness of giving directions as opposed to using a GPS is also the subject of [[1155: Kolmogorov Directions]]&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball on phone.]&lt;br /&gt;
:Cueball: Looking forward to seeing your new place! What's the address?&lt;br /&gt;
:Cueball: Mm hmm. Yes, I'm taking 495, but I have a GPS, so I really just need the street address.&lt;br /&gt;
&lt;br /&gt;
:[Close up.]&lt;br /&gt;
:Cueball: ...then south on 18, okay, but I have a GPS, so if you just want to skip to the street address, I can...&lt;br /&gt;
&lt;br /&gt;
:[Full body shot, facing other direction.]&lt;br /&gt;
:Cueball: Thanks, I'm glad to know Highland Road comes a mile after the big intersection, but I keep saying I ''have a GPS'', can you tell me the street address?&lt;br /&gt;
:Cueball: ...&lt;br /&gt;
:Cueball: Technically that's just more information on how to get to your place, not the address itself. If you could-&lt;br /&gt;
&lt;br /&gt;
:[Close up again, Cueball writing on pad.]&lt;br /&gt;
:Cueball: ...I appreciate that you want to help, but I'm ''ignoring'' you and just waiting for the...&lt;br /&gt;
:Cueball: Listen, I just remembered I need to mail you a letter. What's your address?&lt;br /&gt;
:Cueball: Mhm... okay...&lt;br /&gt;
:Cueball: Great, thanks! I'll see you in an hour!&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;/div&gt;</summary>
		<author><name>162.158.90.124</name></author>	</entry>

	</feed>