<?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=172.69.33.172</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=172.69.33.172"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/172.69.33.172"/>
		<updated>2026-04-17T05:16:30Z</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=364265</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=364265"/>
				<updated>2025-02-02T11:17:23Z</updated>
		
		<summary type="html">&lt;p&gt;172.69.33.172: Made correction&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;
:Specifically, it's the [https://www.youtube.com/watch?v=DpXy041BIlA&amp;amp;t=1483 Arithmetic Player at 24:43] set to ½. [[User:ChaoticNeutralCzech|ChaoticNeutralCzech]] ([[User talk:ChaoticNeutralCzech|talk]]) 17:52, 1 February 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;br /&gt;
&lt;br /&gt;
Even if white makes a different move, its still forced mate in one. RIP XKCD Bot. [[User:Redacted II|Redacted II]] ([[User talk:Redacted II|talk]]) 00:53, 1 February 2025 (UTC)&lt;br /&gt;
:Well, for most options.  Queen to a4 puts Black in check, forestalling an immediate move to mate White; capturing the knight de-threatens enough squares around the king that Black can't check next turn without leaving an escape route. [[Special:Contributions/172.70.176.28|172.70.176.28]] 17:45, 1 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;Although it wouldn't change the outcome much (either by changing black's move or white's general options), I'm currently not understanding why Kd4 isn't on the list of options at this point in time. So long since I played serious(ish) chess, and the only reason I could think of is that it's probibited by some strict ortbodox game rule recognising the ''potential'' moving of the knight out of the way (in the next white move-cycle). But I'd have treated that later option as forbidden, as a revealing-mate. But, as I said, it's been a while, so maybe I'm just blind to something like a sweeping bishop-range that disbars this (much as the near knight, bishop and pawn disbars four out of the five moves).&amp;lt;/s&amp;gt; ...darn, it's just clicked. That's the AlphaMoved white-knight's destination (before that, the black queen was entirely covering that square, and double-teaming one of the adjacent black-knight covered squares), I'd been thinking that was the piece's origin (with the empty highlighted square as its destination) until I'd finally read the highlighted movelist item properly and deciphered it as Knight To King Two (done), not the (intention of) Knight To King's Bishop One. So ignore the above. Although, just to note, for the Black Queen to have even achieved that position would probably have required at least ''one'' normally-sacrificial exposure to the deadly white Q/B/R pieces guarding the obvious entry, give or take the algorithmic development of their (and the &amp;quot;gateway pawns&amp;quot;') current positions. [[Special:Contributions/141.101.99.104|141.101.99.104]] 02:00, 1 February 2025 (UTC)&lt;br /&gt;
:Follow-up... As far as the black queen is concerned, I suppose she could have done d6, (x?)g3 then f2, in-between the other black and white moves made, largely safe from the white 'defence'. Or to d4 then f2, if white Queen's Pawn was shielding still. (Appears to have been taken, but it would have been bold to have done that with the queen, for a normally immediate pawn-queen exhange!) A bolder/more opportunistic set of moves than I would have tried, either. Even (unknowingly) against AlphaMove, I'd have been wary of the unconventionally developing white disposition actually being an idiot-trap (and I'm really not that far off being an idiot, insofar as chess). [[Special:Contributions/172.70.162.162|172.70.162.162]] 02:17, 1 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
The explanation gives both O-O and 0-0 as notations for castling and then explains why 0-0 can never occur, even though O-O can be sorted pretty centrally. So, which is the correct notation? [[Special:Contributions/172.71.250.91|172.71.250.91]] 09:14, 1 February 2025 (UTC)&lt;br /&gt;
:According to the [https://ia802908.us.archive.org/26/items/pgn-standard-1994-03-12/PGN_standard_1994-03-12.txt pgn spec], section 8.2.3.3: they are capital Os and not zeros [[Special:Contributions/172.68.3.96|172.68.3.96]] 15:10, 1 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm pretty sure we're looking at a retrograde puzzle. [[User:Ohpointfive|Ohpointfive]] is onto something here, with the six knights on the board a strong indicator. The question is, of course, where is the joke? White plays Alphamove all along and must have started with e4 (rounding down) or f3 (rounding up). Both are consistent with the end position. So from my point of view, the joke is &lt;br /&gt;
* either that the &amp;quot;stronger engine&amp;quot; is not a strong engine at all but maybe the same algorithm, rounding up instead of down&lt;br /&gt;
* or that black doesn't win this position (in real chess, White is of course toast) because its algorithm is even worse&lt;br /&gt;
@Ohpointfive, could you run the two versions against each other? --[[User:Pganon|Pganon]] ([[User talk:Pganon|talk]]) 15:55, 1 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
I created a playable version of this game in like 10 minutes using ChatGPT  ;)  &lt;br /&gt;
&lt;br /&gt;
https://enn-nafnlaus.github.io/AlphaMove/alphamove.html&lt;br /&gt;
&lt;br /&gt;
Git page here:&lt;br /&gt;
&lt;br /&gt;
https://github.com/enn-nafnlaus/AlphaMove&lt;br /&gt;
&lt;br /&gt;
 -- [[Special:Contributions/172.69.144.163|172.69.144.163]] 17:52, 1 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
I checked, castling and en passant both work. [[Special:Contributions/172.68.245.25|172.68.245.25]] 19:26, 1 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@Pganon certainly:&lt;br /&gt;
White rounding down vs. black rounding up:&lt;br /&gt;
  1. e4 f5 2. f3 f4 3. d4 e6 4. e5 g6 5. d5 exd5 6. g3 fxg3 7. c4 g2 8. h3 gxf1=Q+ 9. Kd2 Kf7 10. Kc3 Ke8 11. Kc2 Kf7 12. Kb3 Ke8 13. Kc2 Kf7 14. Kb3 Ke8 15. Kc2&lt;br /&gt;
White rounding up vs. black rounding down:&lt;br /&gt;
  1. f3 e6 2. e4 f5 3. e5 g5 4. d4 d5 5. f4 gxf4 6. h3 h5 7. h4 Kd7 8. Kd2 Kc6 9. Kd3 Kb6 10. Ke2 Kb5 11. Ke1+ Kb4 12. Ke2 Kb5 13. Ke1+ Kb4 14. Ke2 Kb5&lt;br /&gt;
&lt;br /&gt;
The first game is quite exciting, with black at one point having a chance at checkmate in one, but alas too many available pawn moves drives the winning move Qxc4# far past the center of the list. The second game is much less exciting.&lt;br /&gt;
&lt;br /&gt;
[[User:Ohpointfive|Ohpointfive]] ([[User talk:Ohpointfive|talk]]) 21:30, 1 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Here's a question: What is the quickest way to checkmate AlphaMove? Here's the quickest that I have found so far:&lt;br /&gt;
# f3 d5&lt;br /&gt;
# e4 d5xe4&lt;br /&gt;
# f4 e5&lt;br /&gt;
# g3 Bg4&lt;br /&gt;
# d4 Qxd4&lt;br /&gt;
# f5 e3&lt;br /&gt;
# f6 Qxd1#&lt;br /&gt;
Thus, we have mate in seven. This might be good to mention outside the comments section as a demonstration tha AlphaGo is not very good (not to mention failing to attack black's queen with a less valuable piece), but a quicker checkmate might be possible, in which case we should mention that instead.[[Special:Contributions/172.70.207.159|172.70.207.159]] 11:08, 2 February 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>172.69.33.172</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:657:_Movie_Narrative_Charts&amp;diff=358932</id>
		<title>Talk:657: Movie Narrative Charts</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:657:_Movie_Narrative_Charts&amp;diff=358932"/>
				<updated>2024-12-10T07:18:52Z</updated>
		
		<summary type="html">&lt;p&gt;172.69.33.172: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;...but in 12 Angry Men, at two points, some of the jurors leave to -- and have conversations in -- the bathroom! {{unsigned ip|‎193.25.222.71}}&lt;br /&gt;
&lt;br /&gt;
Luke went to Endor, right?[[Special:Contributions/108.162.210.172|108.162.210.172]]&lt;br /&gt;
&lt;br /&gt;
Why is this not part of the explaination? http://en.wikipedia.org/wiki/File:Minard.png&lt;br /&gt;
&lt;br /&gt;
It is public domain so it should be allowed right? [[Special:Contributions/108.162.246.117|108.162.246.117]] 03:43, 10 March 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I added it to the explaination as it certainly adds to the understadning of the comic. It was already uploaded by someone else. [[Special:Contributions/108.162.246.117|108.162.246.117]] 03:50, 10 March 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Only flaw is that Saruman died at the wrong time. [[User:LordSamanon|LordSamanon]] ([[User talk:LordSamanon|talk]]) 02:03, 4 March 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Second flaw is that Sam is going to west, too {{unsigned ip|141.101.99.80}}&lt;br /&gt;
&lt;br /&gt;
: But much later, as does Legolas together with Gimli. Both Aragorn and Arwen's deaths are also in the last book but not shown here. All these events just happen way after the main story and are thus not included in the chart. Btw., Wormtongue also only dies later, around the time Saruman actually dies (in fact, he's the one who murdered Saruman). [[Special:Contributions/108.162.229.18|108.162.229.18]] 14:32, 3 January 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Third flaw is that in 12 Angry Men, Juror 8 interacts with Juror 9 at the very end.{{unsigned ip|108.162.215.56}}&lt;br /&gt;
&lt;br /&gt;
I figured it would be of interest of the people here that I have gone through the afford of making one of these as well. It took me a few hours, but I am quite proud of the final image. It's definitely not perfect, though, and I am sure it could be done much better (especially if Randall himself would do it ;)). Either way, here is a movie narrative chart for the first ''Pokémon'' film, ''Mewtwo Strikes Back'', something I grew up with and felt worked pretty well in this form: http://maplestrip.tumblr.com/image/123162717416 [[User:Maplestrip|Maplestrip]] ([[User talk:Maplestrip|talk]]) 18:58, 4 July 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I doubt that it's really worth including in the explanation or anything, but it would seem that Grant's and Sattler's lines get swapped by the first time their names are reiterated. --[[Special:Contributions/108.162.242.134|108.162.242.134]] 13:18, 14 January 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
: You're right! Perhaps this could be also mentioned in a &amp;quot;mistakes&amp;quot; / trivia section, as the flaws above. --[[User:LaVe|LaVe]] ([[User talk:LaVe|talk]]) 13:59, 24 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
For me it is SO weird that this is today's Incomplete Explanation. Yesterday on Facebook, I had a Memory that I shared this 1 year ago today (so, 1 year ago yesterday). :) - NiceGuy1 [[Special:Contributions/162.158.126.76|162.158.126.76]] 04:31, 4 January 2017 (UTC) I finally signed up! This comment is mine. [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 05:35, 9 June 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
I added some transcript. I didn't manage to use different colors in the transcript, so I added the HEX-Codes directly in the text. I'm not mother-tongued so please correct if you find mistakes. --[[User:LaVe|LaVe]] ([[User talk:LaVe|talk]]) 12:30, 20 February 2017 (UTC)&lt;br /&gt;
:Cool with the transcript. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 18:20, 24 February 2017 (UTC)&lt;br /&gt;
::Hey [[User:Kynde|Kynde]], we've talked about transcripts. Someone reading the text should understand the picture; not each pixel. I've also talked to [[User:LaVe|LaVe]] and I promised that I will work on this soon. Stay tuned...--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 19:47, 24 February 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
I added to the star wars section. Not to familiar with Jurassic Park so an someone add to that and complete the transcript so this comic is complete?[[User:Dontknow|Dontknow]] ([[User talk:Dontknow|talk]]) 23:31, 2 March 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
i clicked on the incomplete explanation in the spotlight link to see if i could fix it&lt;br /&gt;
...&lt;br /&gt;
some comics will not and should not ever be fully explained [[Special:Contributions/108.162.226.101|108.162.226.101]] 04:10, 23 March 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
HOW is this still not complete, it looks pretty good to me. Just want more opinions.[[User:Dontknow|Dontknow]] ([[User talk:Dontknow|talk]]) 19:42, 12 April 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
:It certainly wants a much better discussion of ''Napoleon's March'' which is hard to do without the image. I asked on the noticeboard for someone to upload it ([[Admin_requests#Minard.27s_map_for_657]])...Or I guess i could artificially up my post-count and then wait a week... [[User:JohnHawkinson|JohnHawkinson]] ([[User talk:JohnHawkinson|talk]]) 22:46, 12 April 2017 (UTC)&lt;br /&gt;
::The explanation of the Minard map on the linked page seems adequate. Not every piece of information needs to be in this wiki.[[Special:Contributions/108.162.245.136|108.162.245.136]] 03:19, 18 April 2017 (UTC)&lt;br /&gt;
:::I would disagree. Most people don't follow links. I would say that the Minard map is absolutely essential to understanding this comic. All of the images in the comic are based on the Minard map, and if you haven't seen the Minard map, you haven't understood the comic. Reasonably people can disagree on that, of course, but I think it unquestionably passes the &amp;quot;relevance&amp;quot; test that you mention (&amp;quot;Not every piece of information needs to be in this wiki&amp;quot;). An appropriate contextual explanation needs to be written. That's on my todo list after the image is working, which it is not right now. [[User:JohnHawkinson|JohnHawkinson]] ([[User talk:JohnHawkinson|talk]]) 03:40, 18 April 2017 (UTC)&lt;br /&gt;
::Nice work on the pic, I moved it so that the text is above the picture. It makes more sense for readers to read the text for background knowledge and then see the pic.[[User:Dontknow|Dontknow]] ([[User talk:Dontknow|talk]]) 20:11, 19 April 2017 (UTC)&lt;br /&gt;
:::At the risk of excessive navel-gazing, I wonder if we're better off putting it on the right with the text accompanying it on the left. Also maybe shrinking it a bit more. I dunno... [[User:JohnHawkinson|JohnHawkinson]] ([[User talk:JohnHawkinson|talk]]) 03:07, 20 April 2017 (UTC)&lt;br /&gt;
:::: There are many comics where there is a pic in the middle,see [[1282: Monty Hall]] just need a little more opinion. [[User:Dontknow|Dontknow]] ([[User talk:Dontknow|talk]]) 23:10, 20 April 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
I am not sure if this should be included, but it is a nice piece of trivia anyway: Randall seems to have inspired a whole field of research in digital humanities with this strip. There are now multiple papers on &amp;quot;storyline visualizations&amp;quot; that reference this comic, using the concept for visualizations of storylines, politic events and other stuff. https://link.springer.com/chapter/10.1007/978-3-319-50106-2_30 {{unsigned|162.158.88.128|11:06, 20 October 2017 }}&lt;br /&gt;
&lt;br /&gt;
It is a fascinating concept. Not gonna lie, I could 100% spend the rest of my life making these charts. --- someone who's not smart enough to type all those brackets [[Special:Contributions/172.69.33.172|172.69.33.172]] 07:18, 10 December 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>172.69.33.172</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3009:_Number_Shortage&amp;diff=357575</id>
		<title>3009: Number Shortage</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=3009:_Number_Shortage&amp;diff=357575"/>
				<updated>2024-11-21T22:47:34Z</updated>
		
		<summary type="html">&lt;p&gt;172.69.33.172: Miss Lenheart &amp;gt; Blondie&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 3009&lt;br /&gt;
| date      = November 8, 2024&lt;br /&gt;
| title     = Number Shortage&lt;br /&gt;
| image     = number_shortage_2x.png&lt;br /&gt;
| imagesize = 284x269px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = &amp;quot;10 minutes ago we were down to only 2 0s!&amp;quot; &amp;quot;How many do we have now?&amp;quot; &amp;quot;I ... don't know!!&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BOT WITH 11 0S AND 100 1S. NO, WAIT... - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
This comic presents a situation where the ability to use numbers is a limited resource. Even quantifying how many numbers are left uses up some of those numbers when stating the results.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In real life, being able to write or say digits is not a limited resource.{{cn}} However, the comic does parallel many {{w|Math Blaster Episode I: In Search of Spot|educational video games}} for young children where numbers and mathematical concepts are treated as living people or factory goods, in order to give some sort of story or context to the math-related activities. In addition, the plight faced by the shortage resembles the {{w|look-and-say sequence}} where trying to quantify the list changes it, requiring it to be quantified again (which changes it again, and so on).&lt;br /&gt;
&lt;br /&gt;
The comic conflates numbers with decimal digits. So when [[Blondie]] says &amp;quot;15 2s and 12 3s&amp;quot;, that uses up two 2s (one in &amp;quot;2s&amp;quot; and one in &amp;quot;12&amp;quot;) and one 3 (in &amp;quot;3s&amp;quot;). She adjusts the counts as she's speaking, so when she says &amp;quot;13 2s&amp;quot;, that uses up another 3, leaving only 10 3s as she's completing the sentence.&lt;br /&gt;
&lt;br /&gt;
In the title text, she uses the last two 0s when saying that they had two 0s left, so now they have no more 0s. But she can't use the number 0 to describe this situation because they're now out of them.&lt;br /&gt;
&lt;br /&gt;
Blondie could have taken a different approach by saying &amp;quot;14 2s and 11 3s&amp;quot;, which would be accurate once it has been said.&lt;br /&gt;
&lt;br /&gt;
Jokes with a similar theme been made about letters, such as shortages of vowels (and later consonants) in {{w|The Onion}}'s [https://web.archive.org/web/20020124120633/www.theonion.com/onion2816/vowels2816.html &amp;quot;Clinton Deploys Vowels to Bosnia&amp;quot;].&lt;br /&gt;
&lt;br /&gt;
===Continuation===&lt;br /&gt;
&lt;br /&gt;
A continuation of the pattern would go:&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;We have only 15 2s and 12 3s left.&amp;quot;&lt;br /&gt;
* &amp;quot;No, wait, 13 2s and 10 3s.&amp;quot;&lt;br /&gt;
* &amp;quot;No, wait, 12 2s and 9 3s.&amp;quot;&lt;br /&gt;
* &amp;quot;No, wait, 10 2s and 8 3s.&amp;quot;&lt;br /&gt;
* &amp;quot;No, wait, 9 2s and 7 3s.&amp;quot;&lt;br /&gt;
* &amp;quot;No, wait, 8 2s and 6 3s.&amp;quot;&lt;br /&gt;
* &amp;quot;No, wait, 7 2s and 5 3s.&amp;quot;&lt;br /&gt;
* &amp;quot;No, wait, 6 2s and 4 3s.&amp;quot;&lt;br /&gt;
* &amp;quot;No, wait, 5 2s and 3 3s.&amp;quot;&lt;br /&gt;
* &amp;quot;No, wait, 4 2s and 1 3.&amp;quot;&lt;br /&gt;
* &amp;quot;No, wait...&amp;quot;&lt;br /&gt;
* &amp;quot;How many more do we have?&amp;quot;&lt;br /&gt;
* &amp;quot;I...don't know...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
At that point, having used up the last 3 at the end of the previous line, Blondie would lack the necessary 3s to articulate that there are &amp;quot;3 2s and 0 3s.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Miss Lenhart is standing on the left, facing Cueball and Megan on the right.]&lt;br /&gt;
:Miss Lenhart: The Math Department number shortage is getting worse. We have only 15 2s and 12 3s left.&lt;br /&gt;
:Miss Lenhart: No, wait, 13 2s and 10 3s.&lt;br /&gt;
:Miss Lenhart: No, wait...&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Miss Lenhart]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Math]]&lt;br /&gt;
[[Category:Comics with lowercase text]] &amp;lt;!-- The plural &amp;quot;s&amp;quot;es. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>172.69.33.172</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2703:_Paper_Title&amp;diff=299888</id>
		<title>2703: Paper Title</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2703:_Paper_Title&amp;diff=299888"/>
				<updated>2022-11-26T02:10:03Z</updated>
		
		<summary type="html">&lt;p&gt;172.69.33.172: /* Explanation */ grammar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2703&lt;br /&gt;
| date      = November 25, 2022&lt;br /&gt;
| title     = Paper Title&lt;br /&gt;
| image     = paper_title_2x.png&lt;br /&gt;
| imagesize = 557x261px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = CONFLICT OF INTEREST STATEMENT: The authors hope these results are correct because we all want to be cool people who are good at science.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a MICROBE TRYING TO LURE YOU WITH CLICKBAIT. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
Many if not most scientific research papers present a hypothesis and the result of testing the hypothesis. Scientific papers should also have titles which describe the content of the papers. See [[2456: Types of Scientific Paper]].&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] is writing a research paper with a {{w|clickbait}} style and {{w|puffery}} title, &amp;quot;Check out this cool microbe we found.&amp;quot; His colleague [[Megan]] asks him whether science is supposed to be about formulating a {{w|hypothesis}} and testing it. Cueball agrees, changing the title to, &amp;quot;Is our lab really good at finding cool microbes? Some preliminary data.&amp;quot; However, that is still an overly-promotional clickbait title, purporting to be a study of the authors' own competence, which would be highly unusual because of the lack of objectivity caused by the authors being the subject of investigation. [[:Category:Clickbait|Clickbait]] is a recurring theme on xkcd, recently considered within science publications in [[2001: Clickbait-Corrected p-Value]].&lt;br /&gt;
&lt;br /&gt;
{{w|Emperical research|''Empirical investigations''}} and ''{{w|analysis}} papers'' almost always state and test a hypothesis, but there are many kinds of scientific papers which likely will not, including ''{{w|literature review}}s,'' which qualitatively summarize the results of other papers; ''{{w|meta-analysis|meta-analyses}},'' which quantitatively summarize the results and quality of other work; ''observational reports'' (or ''{{w|case study|case studies}}'' — not to be confused with {{w|observational study|observational studies}}, a kind of emperical analysis), which present data and a chronicle of its collection without analysis, testing, or interpretation; ''{{w|Conference proceeding|conference papers}},'' which present preliminary work without peer review; ''definition papers,'' which attempt to formalize terms used in divergent ways in prior work; ''{{w|Dialectic#Hegelian dialectic|syntheses}},'' which present alternative views combining multiple and often conflicting concepts; ''{{w|Comparison|comparative studies}},'' which compare and contrast a class of concepts; ''{{w|Interpretive discussion|interpretive}} papers,'' showing a different perspective on previous work; ''{{w|technical reports}},'' which usually present information on a specific procedural topic; ''opinion'' and ''editorial essays,'' which are intended to argue a point of view persuasively; and ''book reviews,'' which summarize monographs or biographies; and ''grant proposals,'' which make the case for funding a project. Mathematical research papers which don't involve emperical observations or uncertainty would be considered technical reports in other fields. Engineering work can be reported as an emperical investigation or a technical report. &lt;br /&gt;
&lt;br /&gt;
Cueball seems to want to author an observational report, but Megan would prefer an emperical investigation or analysis, perhaps because they are more likely to be accepted by peer reviewed journals, and as such are more prestigious than mere conference papers, &amp;quot;letters,&amp;quot; or &amp;quot;communications&amp;quot; as observational reports are usually published. However, research articles describing the discovery of new microbes in prestigious peer-reviewed journals are often published as observational reports[https://www.microbiologyresearch.org/content/journal/ijsem/10.1099/ijsem.0.004029][http://calamar.univ-ag.fr/mangroveSAE/articles/2022/Volland%20et%20al%202022.pdf][https://link.springer.com/article/10.1007/s10482-021-01656-x] so Megan's concerns may be unfounded; even if so, the editors of any reputable journal would almost certainly require a far more descriptive and less overly promotional title from Cueball. The question remains whether an intial submission with a catchy clickbait title might get more prompt attention from editors and reviewers.&lt;br /&gt;
&lt;br /&gt;
In the title text, the conflict of interest statement says that the authors hope their results are correct because, &amp;quot;we all want to be cool people who are good at science.&amp;quot; A scientific publication's potential {{w|conflict of interest}} usually refers to the authors' financial, familial, or other external interests in the research outcomes. The disclosure statement does not describe a conflict between the authors' extrinsic motivations and factors influencing the accuracy and neutrality of their work; in fact it claims the opposite, an alignment between their intrinsic motivations and the goal of producing high quality work.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Megan is standing behind and looking over the shoulder of Cueball who is sitting in his office chair at his desk typing on the keyboard. A line from the keyboard goes up to two boxes above them. A smaller one at the top, half the length and a third the height of the larger box below. There are text in both boxes. The bottom box is not filled out with text. At the end of the text in the bottom box the line indicating where the courser are can be seen, as in this is what Megan can see on the screen:]&lt;br /&gt;
:Paper title&lt;br /&gt;
:''Check out this cool microbe we found''| &lt;br /&gt;
&lt;br /&gt;
:[Pan to only showing Megan who has taken a hand up to her chin. Cueball replies from off-panel.]&lt;br /&gt;
:Megan: Isn’t science supposed to be about formulating a hypothesis and then testing it?&lt;br /&gt;
:Cueball - off panel: Oh. Yeah, I guess.&lt;br /&gt;
&lt;br /&gt;
:[Same setting as in the first panel, but now the bottom box is filled out with text, but still with the courser shown at the end:]&lt;br /&gt;
:Paper title&lt;br /&gt;
:''Is our lab really good at finding cool microbes? Some preliminary data''|&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Scientific research]]&lt;br /&gt;
[[Category:Science]]&lt;br /&gt;
[[Category:Clickbait]]&lt;/div&gt;</summary>
		<author><name>172.69.33.172</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2699:_Feature_Comparison&amp;diff=298918</id>
		<title>2699: Feature Comparison</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2699:_Feature_Comparison&amp;diff=298918"/>
				<updated>2022-11-17T15:24:57Z</updated>
		
		<summary type="html">&lt;p&gt;172.69.33.172: /* Features */ plural&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2699&lt;br /&gt;
| date      = November 16, 2022&lt;br /&gt;
| title     = Feature Comparison&lt;br /&gt;
| image     = feature_comparison_v2.png&lt;br /&gt;
| imagesize = &lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = Below the Web, and the Dark Web, a shadowy parallel world of Cybiko users trade messages on the Translucent Neon Plastic Web.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a MULTIHOMED MESH NODE. Read HTML comments to expand. This page is the subject of vandalism, and the comic itself contains severe errors. Assume everything is wrong. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
This comic compares different remote communication services, including the relatively well-known {{w|Twitter}}, {{w|Discord}}, {{w|Mastodon (software)|Mastodon}}, {{w|Facebook}} (FB), {{w|Slack (software)|Slack}}, {{w|Signal (software)|Signal}}, {{w|Internet Relay Chat}} (IRC), {{w|Tumblr}}, {{w|Reddit}}, and {{w|SMS}} mobile telephone text messages. It also includes the less well-known {{w|Cybiko}}® wireless handheld computer for teens. For each of these, it purports to indicate which of various features they support.&lt;br /&gt;
&lt;br /&gt;
===Services===&lt;br /&gt;
&amp;lt;!-- to be populated&lt;br /&gt;
;Twitter&lt;br /&gt;
:A short-form 'microblogging' platform, originally based upon the use of SMS model (see below) for publishing a limited amount of text, with the option to directed towards named recipients and/or to highlight a topical subject by means of the much publicised 'hashtag'. It allows account-holders to read and respond to most of the global messages posted by other users, with some restrictions and only limited read access by those not subscribed.&lt;br /&gt;
:Twitter has recently been in the news due to its long-winded purchase by {{w|Elon Musk}} and the subsequent mass-firings/reorganisation of its staff, causing much turmoil within its userbase and others with an interest in its use.&lt;br /&gt;
:As such, Twitter is capable of Direct Messaging (DMs) and a Group Chat that defaults to being one universal talking-shop limited only by the reader's ability to discover and follow any particular person or subject of interest.&lt;br /&gt;
;Discord&lt;br /&gt;
:Built as a platform for those involved in social gaming, it combines audio ({{w|VOIP}}) and text-messaging access through thematic chat rooms with a primarily invite-led mechanism to participate in those relevent to a given interest or activity.&lt;br /&gt;
:The capabilities of DMs, Group Chats, File Transfers, Built-in Games and User-Run Instances are noted.&lt;br /&gt;
:* Although Discord apparently does not provide for user-run instances itself. There are two third-party Discord server implementations, but it is unclear whether those could be counted as user-run instances of Discord.&lt;br /&gt;
;Mastodon&lt;br /&gt;
&lt;br /&gt;
;Facebook (FB)&lt;br /&gt;
&lt;br /&gt;
;Slack&lt;br /&gt;
&lt;br /&gt;
;Signal&lt;br /&gt;
&lt;br /&gt;
;Internet Relay Chat (IRC)&lt;br /&gt;
&lt;br /&gt;
;Tumblr&lt;br /&gt;
&lt;br /&gt;
;Reddit&lt;br /&gt;
&lt;br /&gt;
;Short Messaging Service (SMS)&lt;br /&gt;
-- yet to be populated --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Cybiko® wireless handheld computer for teens&lt;br /&gt;
:This was a handheld computer designed for teens and released in 2000, which featured its own two-way radio text messaging capabilities along with built-in games and a music player. Additional information about it is available at [http://cultureandcommunication.org/deadmedia/index.php/Cybiko the Dead Media Archive], as the device has not been manufactured since 2003.&lt;br /&gt;
:The chart suggests that the Cybiko has an advantage over all of the other listed communication services, as it is capable of all eight of the table's listed features listed, with none of the others being close.&lt;br /&gt;
:Purchasing a Cybiko or finding friends who own one can be its own challenge, as device was discontinued nearly 20 years ago. Additionally, the Cybiko is a ''device'' rather than a ''service''; a more fair comparison would be to a modern {{w|smartphone}}, which can provide get most of these features via multiple apps, including those apps written especially for such rival services.&lt;br /&gt;
&lt;br /&gt;
===Features===&lt;br /&gt;
&amp;lt;!-- Also need to explain features: Direct messages, Group chats, File transfer, Built-in games, User-run instances, Doesn't require central server, *DONE*Mesh networking*DONE*, Wireless message delivery (without internet) --&amp;gt;&lt;br /&gt;
;{{w|Mesh networking}}&lt;br /&gt;
:A form of connectivity that reduces or removes the need for a centralized server or predefined gateways to a communications 'backbone'. Nodes communicate directly with any nodes that happen to be contactable, and from there may connect through to whatever nodes are in mutual contact, or to be found further afield, either in real-time or asynchronously.&lt;br /&gt;
:The Cybiko has this ability, as well as wireless message delivery because it communicates directly to other devices via radio, hence the ability to operate without any internet connectivity at all. There are several {{w|Comparison of software and protocols for distributed social networking|ongoing projects for distributed social networking}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- The following can be shuffled into :*bulletpoints against the Services header, once populated, I hope... --&amp;gt;&lt;br /&gt;
This comic contains several errors. Mastodon doesn't require a central server, or support file transfer. Discord does not provide for user-run instances itself. (There are two third party Discord server implementations, but it is unclear whether those could be counted as run by users.) Slack does not provide for user-run instances itself. Reddit does not provide for user-run instances at all, only user moderation and administration. IRC does require at least one central server,[https://www.rfc-editor.org/rfc/rfc1459.html] and relegates file transfer support to the domain of client extensions. Signal is heavily used in user-run instances via a diverse ecosystem of code forks; many of these don't require a central server, a couple use mesh networking. Reddit occasionally does have built-in games. Finally, Tumblr does have a form of group chats.&lt;br /&gt;
&lt;br /&gt;
An earlier version of the comic suggesting that Mastodon has no user-run instances was corrected by [[Randall]] shortly after publication of the original.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Probably two individual tables, or ;headered itemised lists, but not a single table as per comic (and as per Transcript) as fitting description text in place of ticks (or lack of them?) would look *awful*... --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ...these comments as placeholder, or checklist for each item needing commenting, depending on how the next active editor directs things... --&amp;gt;&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;
:[A table with checkmarks to indicate which features various messaging services have. Each column is labeled with a service name and its logo beneath, except that for the last column, the device's longer name is written higher than all the other services' names, with an arrow pointing to a drawing of the device below it.]  &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
! Twitter&lt;br /&gt;
! Discord&lt;br /&gt;
! Mastodon&lt;br /&gt;
! FB&lt;br /&gt;
! Slack &lt;br /&gt;
! Signal &lt;br /&gt;
! IRC &lt;br /&gt;
! Tumblr&lt;br /&gt;
! Reddit &lt;br /&gt;
! SMS &lt;br /&gt;
! Cybiko® wireless&amp;lt;br&amp;gt;handheld computer&amp;lt;br&amp;gt;for teens (2000)&lt;br /&gt;
|-&lt;br /&gt;
! Direct messages&lt;br /&gt;
| ✓ || ✓ || ✓ || ✓ || ✓ || ✓ || ✓ || ✓ || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
! Group chats&lt;br /&gt;
| ✓ || ✓ || ✓ || ✓ || ✓ || ✓ || ✓ ||   || ✓ ||   || ✓&lt;br /&gt;
|-&lt;br /&gt;
! File transfer&lt;br /&gt;
|   || ✓ || ✓ || ✓ || ✓ || ✓ || ✓ ||   || ✓ ||   || ✓&lt;br /&gt;
|-&lt;br /&gt;
! Built-in games&lt;br /&gt;
|   || ✓ ||   || ✓ ||   ||   ||   ||   ||   ||   || ✓&lt;br /&gt;
|-&lt;br /&gt;
! User-run instances&lt;br /&gt;
|   || ✓ || ✓  ||   || ✓ ||   || ✓ ||   || ✓ ||   || ✓&lt;br /&gt;
|-&lt;br /&gt;
! Doesn't require central server&lt;br /&gt;
|   ||   ||   ||   ||   ||   || ✓ ||   ||   ||   || ✓&lt;br /&gt;
|-&lt;br /&gt;
! Mesh networking&lt;br /&gt;
|   ||   ||   ||   ||   ||   ||   ||   ||   ||   || ✓&lt;br /&gt;
|-&lt;br /&gt;
! Wireless message delivery works without internet&lt;br /&gt;
|   ||   ||   ||   ||   ||   ||   ||   ||   || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Charts]]&lt;br /&gt;
[[Category:Social networking]]&lt;/div&gt;</summary>
		<author><name>172.69.33.172</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2694:_K%C3%B6nigsberg&amp;diff=298203</id>
		<title>2694: Königsberg</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2694:_K%C3%B6nigsberg&amp;diff=298203"/>
				<updated>2022-11-05T06:41:13Z</updated>
		
		<summary type="html">&lt;p&gt;172.69.33.172: /* Explanation */ Kaliningrad, Russia&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2694&lt;br /&gt;
| date      = November 4, 2022&lt;br /&gt;
| title     = Königsberg&lt;br /&gt;
| image     = konigsberg_2x.png&lt;br /&gt;
| imagesize = 448x343px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = At first I thought I would need some gold or something to pay him, but then I realized that it was the 18th century and I could just bring a roll of aluminum foil.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a WOLF, TWO GOATS, AND THREE BAGS OF GRAIN. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
[[File:Konigsberg bridges.png|frame|right|{{w|Königsberg}}, Prussia (now Kaliningrad, Russia) in Euler's time, showing the Pregel river and its seven bridges]]&lt;br /&gt;
&lt;br /&gt;
This comic is about the {{w|Seven Bridges of Königsberg}}, a seminal {{w|graph theory}} problem solved by the famous mathematician {{w|Leonhard Euler}}. The problem was to devise a path through the city that would cross each of the seven bridges exactly once, without crossing the river forks any other way. In 1736, Euler proved that there was no such possible path. This result is considered to be the first theorem of graph theory and the first proof in the theory of networks[http://www-personal.umich.edu/~mejn/courses/2004/cscs535/review.pdf] — a subject now generally regarded as a branch of {{w|combinatorics}} — and presaged the development of {{w|topology}}. Combinatorial problems of other types had been considered since antiquity. &lt;br /&gt;
&lt;br /&gt;
[[Cueball]] attempts to cheat on the final exam in his algorithms class by traveling back in time to commission the construction of an eighth bridge before Euler could learn of the problem, allowing a trivial solution that would remove the rationale for further analysis. He hopes that this would alter his present-day timeline in such a way that the test becomes easier because graph theory might never have been developed.&lt;br /&gt;
&lt;br /&gt;
With the addition of the eighth bridge, it becomes possible to create a path that crosses each bridge exactly once, starting at the north bank and ending on the eastern island (or vice-versa). However, there would remain no way to traverse each bridge exactly once and return to your starting point, because the altered graph would have an {{w|Euler trail}} but not an {{w|Euler cycle}}. Thus, the problem might still have been sufficiently interesting to spark Euler's curiosity. Adding a ninth bridge connecting the north bank to the east island would render the problem completely trivial. Without the seven bridges problem, Euler could have focussed on a different foundation for graph theory, possibly making an even harder examination in Cueball's time.&lt;br /&gt;
&lt;br /&gt;
The title text alludes to the fact that ordinary {{w|aluminum foil}}, which was not commercially available until 1911, would have been a tremendously valuable curiosity in the 18th century, which didn't even have {{w|tin foil}}. Aluminium itself was a highly priced metal before the 1880s, when methods were developed to cheaply refine it. Famously, the {{w|Washington Monument}} was constructed with a tip made of pure aluminum due to its great value and conductive capacity. Aluminum had not even been extracted in its pure form at the time of Euler, and was only known in compounds such as {{w|alum}}, so it would have been unique and exotic.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[Cueball, standing next to two men wearing wigs, pointing with a pointer at a map showing the 7 bridges problem, with an extra bridge added in dashed lines]&lt;br /&gt;
:Cueball: Lord Mayor of Königsberg, I will reward you handsomely if you construct this bridge before my friend Leonhard arrives.&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel]&lt;br /&gt;
:I tried to use a time machine to cheat on my  algorithms final by preventing graph theory from being invented.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring real people]]&lt;br /&gt;
[[Category:Math]]&lt;br /&gt;
[[Category:Programming]]&lt;/div&gt;</summary>
		<author><name>172.69.33.172</name></author>	</entry>

	</feed>