<?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.63.38</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.63.38"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/162.158.63.38"/>
		<updated>2026-06-27T15:32:36Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3055:_Giants&amp;diff=366697</id>
		<title>3055: Giants</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=3055:_Giants&amp;diff=366697"/>
				<updated>2025-02-24T18:48:26Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.63.38: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 3055&lt;br /&gt;
| date      = February 24, 2025&lt;br /&gt;
| title     = Giants&lt;br /&gt;
| image     = giants_2x.png&lt;br /&gt;
| imagesize = 341x423px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = I can't get over the suspicion that all those viral pictures are photoshopped and 'Flemish' belongs in the lower right circle.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BOT giant - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Class !! Explanation&lt;br /&gt;
|-&lt;br /&gt;
| Red Giant || Space || A type of star&lt;br /&gt;
|-&lt;br /&gt;
| Blue Giant || Space || A type of star&lt;br /&gt;
|-&lt;br /&gt;
| Iron Giant || Space, Not Real || A comic book character: a robot from outer space.&lt;br /&gt;
|-&lt;br /&gt;
| Frost Giant || Not Real || A D&amp;amp;D enemy type.&lt;br /&gt;
|-&lt;br /&gt;
| Jolly Green Giant || Not Real || A mascot for a brand of canned vegetables.&lt;br /&gt;
|-&lt;br /&gt;
| Cardiff Giant || Geologic/Planetary, Not Real || An 1869 hoax&lt;br /&gt;
|-&lt;br /&gt;
| Atacama Giant || Geologic/Planetary || A prehistoric geoglyph&lt;br /&gt;
|-&lt;br /&gt;
| Salt Giant || Geologic/Planetary || A huge salt deposit below the Mediterranean sea&lt;br /&gt;
|-&lt;br /&gt;
| Gas Giant || Space, Geologic/Planetary || A gaseous planet like Jupiter or Saturn&lt;br /&gt;
|-&lt;br /&gt;
| Ice Giant || Space, Geologic/Planetary || An icy planet like Uranus or Neptune&lt;br /&gt;
|-&lt;br /&gt;
| The Man In The Moon || Space, Geologic/Planetary, Not Real || A face visible in a crescent moon's shadow, sometimes shown as a character in children's nursery rhymes&lt;br /&gt;
&lt;br /&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;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>162.158.63.38</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:3020:_Infinite_Armada_Chess&amp;diff=358680</id>
		<title>Talk:3020: Infinite Armada Chess</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:3020:_Infinite_Armada_Chess&amp;diff=358680"/>
				<updated>2024-12-05T15:05:33Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.63.38: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Did I do well? Added a very very basic explanation. [[Special:Contributions/172.68.147.132|172.68.147.132]] 04:25, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Well, yes but I wonder if just one tiny fix is needed. If you replace the white side with a simplyfied artillery tower, you reinvented space invaders.{{unsigned ip|172.71.160.70|04:57, 5 December 2024 (UTC)}}&lt;br /&gt;
&lt;br /&gt;
I was personally hoping for an explanation of the Infinite Armada thing, and I feel like a link to the TV Tropes page doesn't really. Explain that at all. So I would love a bit of an expansion on that part! Just want to be sure I didn't miss some reference or something. [[Special:Contributions/172.68.23.91|172.68.23.91]] 05:48, 5 December 2024 (UTC)&lt;br /&gt;
: Likewise. I get the comic, but I assumed the 'armada' part was a reference that I just did not get. But it seems it is just a word choice. [[Special:Contributions/172.71.102.105|172.71.102.105]] 09:39, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think that since the error was &amp;quot;out of bounds&amp;quot;, not &amp;quot;out of memory&amp;quot;, it's referring to indexing outside of the region of memory that the program allocated to deal with the board. This would happen since instead of addressing rank 1..8, you could address rank 9, 10, 0, or -1. Unless bounds checking is performed when converting the board coordinates into linear array indices, you'd get an out-of-bounds error (or worse, succeed in reading or modifying memory that you weren't intending to). --[[Special:Contributions/172.71.30.253|172.71.30.253]] 05:45, 5 December 2024 (UTC)&lt;br /&gt;
:It was &amp;quot;Out of Bounds memory access&amp;quot;. That means it was trying to access a memory address that was out of the bounds of the computer, as if it were trying to access the  ω-th index of the board array, which would put it out of the memory range of any computer [[User:Firestar233|guess who]] ([[User talk:Firestar233|if you want to]] | [[Special:Contributions/Firestar233|what i have done]]) 06:15, 5 December 2024 (UTC)&lt;br /&gt;
:: There is no hint that the bounds are those of the computer, the simplest explanation really is that the bounds are those of an array. The error message does come up. In addition, to try to access the memory at the ω-th index, you would need to construct the ω-th index itself first (which would fail or not terminate) [[User:Jmm|Jmm]] ([[User talk:Jmm|talk]]) 07:01, 5 December 2024 (UTC)&lt;br /&gt;
::: The specific message, &amp;quot;RuntimeError: Out of bounds memory access&amp;quot;, is a WebGL error issuing from its WASM cross-platform browser implementation. This implies to me that an attempt to render an infinite chessboard failed in a fairly trivial way, because of a poor implementation. It's very unlikely that there had been a problem with the [https://github.com/official-stockfish/Stockfish/tree/master/src Stockfish playing algorithm] yet, which would have failed with a different message if it ran out of memory, such as &amp;quot;Killed&amp;quot;, which is all that shells like Bash print when one of their job processes is killed by the kernel's OOM killer, or by anything else for that matter. [[Special:Contributions/172.70.215.21|172.70.215.21]] 12:58, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is this a reference to [https://youtu.be/rav29N0-h2c infinite chess by Naviary?] [[User:HaruruChanDesu|HaruruChanDesu]] ([[User talk:HaruruChanDesu|talk]]) 11:21, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;it does not really need to consider the infinitely many pieces&amp;quot; =&amp;gt; a chess Engine would need to consider the infinitely many pieces (or have a way to abstract them), even if some pieces are currently stuck because the engine recursively evaluates moves and counter-moves (i.e. evaluates the game up to some depth).&lt;br /&gt;
&lt;br /&gt;
== Hit me up when this becomes real. ==&lt;br /&gt;
&lt;br /&gt;
I would like to try this out. [[User:CalibansCreations|'''&amp;lt;span style=&amp;quot;color:#ff0000;&amp;quot;&amp;gt;Caliban&amp;lt;/span&amp;gt;''']] ([[User talk:CalibansCreations|talk]]) 12:29, 5 December 2024 (UTC)&lt;br /&gt;
:It should be easy enough. You will rarely get the queens out in play from deep in the array. So maybe just put two chess boars together and put some placeholder in for queens in the extra fields. If ever a queen in the bottom row is moved, place extra queens that can now be moved into the 2-3 squares that would be outside the board...--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 12:39, 5 December 2024 (UTC)&lt;br /&gt;
:It might be something one could set up in Infinite Chess, although having limits on the chessboard may be difficult. [[Special:Contributions/172.68.150.67|172.68.150.67]] 14:01, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
While I understand how to play chess, I don't get the bit about &amp;quot;having a bunch of queens doesn't go very well&amp;quot;. At first glance, the linked chess layout looks pretty solid. Can someone please enlighten me? Also, what does the TV Tropes link about Title Drop have to do with Infinite Armada, aside from that being the title of the comic? [[Special:Contributions/172.70.230.77|172.70.230.77]] 13:10, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: ... Nd6. [[Special:Contributions/172.70.91.246|172.70.91.246]] 13:31, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: Ah, thanks. Moving the knight there puts the king in check, and moving either queen to take it exposes the king to the bishop or rook, so checkmate. [[Special:Contributions/162.158.63.38|162.158.63.38]] 15:05, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Could this be a reference to the meme about &amp;quot;eating an infinite armada of pizza&amp;quot;? The wording seems too similar to be a coincidence. [[Special:Contributions/172.70.114.46|172.70.114.46]] 14:46, 5 December 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>162.158.63.38</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2459:_March_2020&amp;diff=211603</id>
		<title>Talk:2459: March 2020</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2459:_March_2020&amp;diff=211603"/>
				<updated>2021-05-06T11:49:29Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.63.38: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Depending upon the local vaccine-tied gap between the two jabs, the span of time across those frames could easily be 12 weeks (1 actual month of stasis plus almost 2 more, that are not illustrated) or 8 weeks (1+1ish months between, then you may assume another unillustrated extra buffer after the second before 'normallity resumes'), making the resumed month correct after all. (Also, March being 31 days long, recycling it in a 'perpetual calendar' way would shift the month-boundaries over by ¿9? days, which might factor in. Although that'd make it hard to make it so the end of the final March ends exactly a day before the continuation-May is supposed to start for all, without some other finagling.) [[Special:Contributions/141.101.107.166|141.101.107.166]] 05:23, 6 May 2021 (UTC)&lt;br /&gt;
:In the US, the two multi-dose vaccines, Pfizer and Moderna, require 3 weeks and 4 weeks, respectively, between doses. Unsure of the reason for why there seems to be a &amp;quot;time jump&amp;quot;. [[Special:Contributions/172.69.34.26|172.69.34.26]] 06:23, 6 May 2021 (UTC)&lt;br /&gt;
::I think the only reason there is only 15 calendars in stead of 17 is because he could then make a 3x5 grid. (A 4x4grid would also be one too little). And also I think it could have made much more sense to put on all 17 months, to avoid this confusion. But I do not think he has made 15 for any time reason. If he had done this in April, and made a 4x4 grid it would have been nicer, but then there would have been a standing Cueball in the first panel of the last row. But the last month would have been April which would fit with a year plus 4 months. But having the calendars months shift through the top row works great, which would not work in 4x4 grid. And since time stood still for Randall during those 14 months, then having 12 or 14 or 10 panels doesn't really matter. The important message is that time was at a standstill until May 2021. (He also needed 14 days after the last vaccine to be fully vaccinated). In Denmark where the AstraZeneca vaccine was taken out of use, after many had only the first shot, the second shot will be with another vaccine, and will be administrated 12 weeks after the first AztraZeneca vaccine. I know, I'm one of those that will have my second dose this way, in a few weeks time. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 09:36, 6 May 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Anyone else noticed all calendars seem to be empty, even the May 2021 one? -- Tobias [[Special:Contributions/172.68.110.38|172.68.110.38]] 09:53, 6 May 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Fifteen&amp;quot; days to slow the spread? More like 416+ (Yes, I'm counting...) [[User:Wilh3lm|Wilh3lm]] ([[User talk:Wilh3lm|talk]]) 10:16, 6 May 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Should the calendars be seen to represent Cueball's social life / social engagements?  If so, pre-pandemic he had nothing going on.  During pandemic, he (and everyone else essentially) had nothing going on.  After full vaccination, he still apparently has nothing going on...  Or, do the calendars merely represent time passing, and Cueball's life &amp;quot;froze&amp;quot; in March 2020, and only just resumed its normal flow following his second vaccination, making May 2021 his first &amp;quot;return to normal time flow&amp;quot; month?&lt;/div&gt;</summary>
		<author><name>162.158.63.38</name></author>	</entry>

	</feed>