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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1489:_Fundamental_Forces&amp;diff=84780</id>
		<title>1489: Fundamental Forces</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1489:_Fundamental_Forces&amp;diff=84780"/>
				<updated>2015-02-20T05:45:55Z</updated>
		
		<summary type="html">&lt;p&gt;Homunq: Explanation and begin transcript. Written on tablet.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1489&lt;br /&gt;
| date      = February 20, 2015&lt;br /&gt;
| title     = Fundamental Forces&lt;br /&gt;
| image     = fundamental_forces.png&lt;br /&gt;
| titletext = &amp;quot;Of these four forces, there's one we don't really understand.&amp;quot; &amp;quot;Is it the weak force or the strong--&amp;quot; &amp;quot;It's gravity.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
Cueball is acting here as someone teaching physics at a basic level, perhaps a high school science teacher. As is typical for someone in that position, he understands the general idea of the four fundamental forces, but his understanding gets progressively more sketchy about the details. The off-panel audience, probably a student or class, is interested, but quickly begins to realize Cueball's lack of understanding. Instead of acknowledging the problem directly, Cueball simply blusters onwards.&lt;br /&gt;
&lt;br /&gt;
The title text refers to the fact that it is gravity, which appears to be the simplest and easiest to understand of the four forces when first introduced, which turns out to be the hardest to reconcile with a coherent (quantum) understanding of all four forces together.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
Frame 1: &lt;br /&gt;
&lt;br /&gt;
Cueball: There are four fundamental forces between particles. (1) &amp;lt;em&amp;gt;Gravity&amp;lt;/em&amp;gt;, which obeys the inverse square law, F_gravity=G(m_1 m_2/d^2)&lt;br /&gt;
Off panel audience: OK...&lt;br /&gt;
&lt;br /&gt;
Frame 2:&lt;br /&gt;
Cueball: (2) &amp;lt;em&amp;gt;Electromagnetism&amp;lt;/em&amp;gt;&lt;br /&gt;
Off panel audience: &lt;br /&gt;
Frame 3:&lt;br /&gt;
Cueball: (2) &amp;lt;em&amp;gt;Electromagnetism&amp;lt;/em&amp;gt;&lt;br /&gt;
Off panel audience: &lt;br /&gt;
Frame 4:&lt;br /&gt;
Cueball: (2) &amp;lt;em&amp;gt;Electromagnetism&amp;lt;/em&amp;gt;&lt;br /&gt;
Off panel audience: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Homunq</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1301:_File_Extensions&amp;diff=54727</id>
		<title>1301: File Extensions</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1301:_File_Extensions&amp;diff=54727"/>
				<updated>2013-12-09T12:45:12Z</updated>
		
		<summary type="html">&lt;p&gt;Homunq: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1301&lt;br /&gt;
| date      = December 9, 2013&lt;br /&gt;
| title     = File Extensions&lt;br /&gt;
| image     = file_extensions.png&lt;br /&gt;
| titletext = I have never been lied to by data in a .txt file which has been hand-aligned.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Needs more detail}}&lt;br /&gt;
&lt;br /&gt;
The form of presentation can say a lot about the content. {{w|File extension}}s are a quick way of checking the type of a file, and this comic comments on how file extensions can tell us a few things things about the contents.&lt;br /&gt;
&lt;br /&gt;
* {{w|.tex}} is for {{w|TeX}} and {{w|LaTeX}} source files; it's often used by academics. .tex means serious business.&lt;br /&gt;
* {{w|.pdf}} is a document format by Adobe, frequently used for publication &amp;amp;mdash; a final product, a polished work.&lt;br /&gt;
* {{w|.csv}} is just a bunch of data delimited by commas, probably computer-generated and containing raw data (from, say, a scientific experiment).&lt;br /&gt;
* {{w|.txt}} is a plain text file; it's usually programmers who use these (e.g. README files).&lt;br /&gt;
* {{w|.svg}} is a vector graphics format used a lot for diagrams, such as on Wikipedia.&lt;br /&gt;
* {{w|.xls}} and {{w|.xlsx}} are Excel spreadsheets. Mostly these contain a mix of raw data (as with .csv) and calculations using that data. Excel is part of the Microsoft Office bundle.&lt;br /&gt;
* {{w|.doc}} is a rich-text document format, used by Word as part of the Microsoft Office bundle. Any clown with Windows could easily make one of these, which is probably why Randall doesn't trust it much.&lt;br /&gt;
* {{w|.png}} is a bitmap image format designed for the Internet. It is enjoying wide popularity for providing crisp, full-color images with lossless (invisible) compression.&lt;br /&gt;
* .ppt refers to a Microsoft Office Powerpoint file.&lt;br /&gt;
* {{w|.jpg}} or {{w|jpeg}} is a bitmap image format, excellent for storing photos, but not too good for most other things. This file format is prone to annoying compression artifacts; storing numerical or textual information in a JPEG file is typically a bad idea. Digital cameras use .jpg, so .jpeg means that the photo has been edited with a photo manipulation software or that the file doesn't contain a photo at all. Therefore, you cant't trust the content of a .jpeg file.&lt;br /&gt;
* {{w|.gif}} is a bitmap image format capable of short animations. It was once ''the'' Internet image file format until PNG gradually replaced it for many good reasons. It made a comeback in recent years, mostly for silly clips of cats falling into boxes. Since its the only common format for animated images, it's also the preferred format for blinking website ads that tell that you're the 100,000,000 visitor and have won a prize ([[570]] makes fun on this).&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:Trustworthiness of Information by File Extension&lt;br /&gt;
:[A bar graph charting this. No units or figures are given, but for ease of comprehension this transcript will arbitrarily designate the highest score as &amp;quot;+100&amp;quot;; subsequent scores are estimates based on the size of their bars.]&lt;br /&gt;
::.tex: +100&lt;br /&gt;
::.pdf: +89&lt;br /&gt;
::.csv: +85&lt;br /&gt;
::.txt: +67&lt;br /&gt;
::.svg: +65&lt;br /&gt;
::.xls/.xlsx: +49&lt;br /&gt;
::.doc: +21&lt;br /&gt;
::.png: +15&lt;br /&gt;
::.ppt: +14&lt;br /&gt;
::.jpg: +3&lt;br /&gt;
::.jpeg: -8&lt;br /&gt;
::.gif: -36&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Charts]]&lt;/div&gt;</summary>
		<author><name>Homunq</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1287:_Puzzle&amp;diff=52056</id>
		<title>1287: Puzzle</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1287:_Puzzle&amp;diff=52056"/>
				<updated>2013-11-06T08:28:57Z</updated>
		
		<summary type="html">&lt;p&gt;Homunq: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1287&lt;br /&gt;
| date      = November 6, 2013&lt;br /&gt;
| title     = Puzzle&lt;br /&gt;
| image     = puzzle.png&lt;br /&gt;
| titletext = Prediction for Carlsen v. Anand: ... 25. Qb8+ Nxb8 26. Rd8# f6 27. &amp;quot;... dude.&amp;quot; Qf5 28. &amp;quot;The game is over, dude.&amp;quot; Qxg5 29. Rxe8 0-1 30. &amp;quot;Dude, your move can't be '0-1'. Don't write that down.&amp;quot; [Black flips board]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete}}&lt;br /&gt;
&lt;br /&gt;
The game of {{w|Go (game)|go}} (also called Weiqi or Baduk) is usually played on the 19x19 intersections of a grid, but sometimes a faster, simpler version is played on the 9x9 intersections of a grid (which thus has 8x8 squares, as a chessboard, though they are not colored in an alternating pattern). In the comic, white has chess figures and plays against black, which uses go stones.&lt;br /&gt;
&lt;br /&gt;
White also, confusingly, has an extra (third) bishop.&lt;br /&gt;
&lt;br /&gt;
{{w|Magnus Carlsen}} and {{w|Viswanathan Anand}} are professional chess players. The text is in the format of a game transcript, but black continues to make moves after white wins the game (checkmate is denoted by #). White eventually responds by taking black's king; black's &amp;quot;move&amp;quot; is to declare that he (black) won. The rest is clear.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A game board with 8x8 white squares and black borders, like a goboard or an all white chessboard, there are white chess pieces on the bottom and five black go pieces on the edges in the center of the board.]&lt;br /&gt;
:White to continue insisting this is a chessboard&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Chess]]&lt;/div&gt;</summary>
		<author><name>Homunq</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1287:_Puzzle&amp;diff=52055</id>
		<title>Talk:1287: Puzzle</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1287:_Puzzle&amp;diff=52055"/>
				<updated>2013-11-06T08:28:05Z</updated>
		
		<summary type="html">&lt;p&gt;Homunq: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Black thinks he's playing Go and white thinks he's playing chess. Although a 7 x 7 board is a bit small for go, it is not unusual for a beginner to play on such a board {{unsigned|hax}}&lt;br /&gt;
&lt;br /&gt;
 It is a 9x9 go board! (usually used for learning,  as its smaller, less strategic, and quicker to finish game, whereas regular go is played on 19x19 intersections). Olivier.&lt;br /&gt;
&lt;br /&gt;
::You beat me to it. &amp;quot;Less strategic&amp;quot; also means &amp;quot;more tactical&amp;quot;. In my experience, 9x9 boards are rare (mostly, people would just use part of a 19x19 board), but when they do exist, they have 4 handicap intersections marked with dots. [[User:Homunq|Homunq]] ([[User talk:Homunq|talk]]) 08:28, 6 November 2013 (UTC)&lt;/div&gt;</summary>
		<author><name>Homunq</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1287:_Puzzle&amp;diff=52051</id>
		<title>1287: Puzzle</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1287:_Puzzle&amp;diff=52051"/>
				<updated>2013-11-06T08:19:08Z</updated>
		
		<summary type="html">&lt;p&gt;Homunq: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1287&lt;br /&gt;
| date      = November 6, 2013&lt;br /&gt;
| title     = Puzzle&lt;br /&gt;
| image     = puzzle.png&lt;br /&gt;
| titletext = Prediction for Carlsen v. Anand: ... 25. Qb8+ Nxb8 26. Rd8# f6 27. &amp;quot;... dude.&amp;quot; Qf5 28. &amp;quot;The game is over, dude.&amp;quot; Qxg5 29. Rxe8 0-1 30. &amp;quot;Dude, your move can't be '0-1'. Don't write that down.&amp;quot; [Black flips board]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete}}&lt;br /&gt;
&lt;br /&gt;
The game of [http://en.wikipedia.org/wiki/Go (game)|go] (also called Weixi or Baduk) is usually played on the 19x19 intersections of a grid, but sometimes a faster, simpler version is played on the 9x9 intersections of a grid (which thus has 8x8 squares, as a chessboard, though they are not colored in an alternating pattern). In the comic, white has chess figures and plays against black, which uses go stones.&lt;br /&gt;
&lt;br /&gt;
White also, confusingly, has an extra (third) bishop.&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Magnus_Carlsen|Magnus Carlsen] and [http://en.wikipedia.org/wiki/Viswanathan_Anand|Viswanathan Anand] are professional chess players. The text is in the format of a game transcript, but black continues to make moves after white wins the game (checkmate is denoted by #). White eventually responds by taking black's king; black's &amp;quot;move&amp;quot; is to declare that he (black) won. The rest is clear.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript}}&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Chess]]&lt;/div&gt;</summary>
		<author><name>Homunq</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1287:_Puzzle&amp;diff=52050</id>
		<title>1287: Puzzle</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1287:_Puzzle&amp;diff=52050"/>
				<updated>2013-11-06T08:18:09Z</updated>
		
		<summary type="html">&lt;p&gt;Homunq: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1287&lt;br /&gt;
| date      = November 6, 2013&lt;br /&gt;
| title     = Puzzle&lt;br /&gt;
| image     = puzzle.png&lt;br /&gt;
| titletext = Prediction for Carlsen v. Anand: ... 25. Qb8+ Nxb8 26. Rd8# f6 27. &amp;quot;... dude.&amp;quot; Qf5 28. &amp;quot;The game is over, dude.&amp;quot; Qxg5 29. Rxe8 0-1 30. &amp;quot;Dude, your move can't be '0-1'. Don't write that down.&amp;quot; [Black flips board]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete}}&lt;br /&gt;
&lt;br /&gt;
The game of [http://en.wikipedia.org/wiki/Go (game)|go] (also called Weixi or Baduk) is usually played on the 19x19 intersections of a grid, but sometimes played on the 9x9 intersections of a grid (which thus has 8x8 squares, as a chessboard, though they are not colored in an alternating pattern). In the comic, white has chess figures and plays against black, which uses go stones.&lt;br /&gt;
&lt;br /&gt;
White also, confusingly, has an extra (third) bishop.&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Magnus_Carlsen|Magnus Carlsen] and [http://en.wikipedia.org/wiki/Viswanathan_Anand|Viswanathan Anand] are professional chess players. The text is in the format of a game transcript, but black continues to make moves after white wins the game (checkmate is denoted by #). White eventually responds by taking black's king; black's &amp;quot;move&amp;quot; is to declare that he (black) won. The rest is clear.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript}}&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Chess]]&lt;/div&gt;</summary>
		<author><name>Homunq</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1276:_Angular_Size&amp;diff=50475</id>
		<title>Talk:1276: Angular Size</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1276:_Angular_Size&amp;diff=50475"/>
				<updated>2013-10-12T14:11:55Z</updated>
		
		<summary type="html">&lt;p&gt;Homunq: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;What is the meaning of &amp;quot;football field&amp;quot; in panel #2? --[[User:Kevang|Kevang]] ([[User talk:Kevang|talk]]) 04:50, 11 October 2013 (UTC)&lt;br /&gt;
:I was wondering the same thing. Probably misplaced text. [[User:Irino.|Irino.]] ([[User talk:Irino.|talk]]) 05:49, 11 October 2013 (UTC)&lt;br /&gt;
::It does seem to be misplaced, but if that's the only glitch, this is the only panel without a unique reference object. &amp;quot;20 football pitches long&amp;quot; isn't all that easy to grasp. [[User:Jameslucas|jameslucas]] &amp;lt;small&amp;gt;([[User talk:Jameslucas|&amp;quot; &amp;quot;]] / [[Special:Contributions/Jameslucas|+]])&amp;lt;/small&amp;gt; 09:09, 11 October 2013 (UTC)&lt;br /&gt;
:::The image is fixed by Randall. I did an update here.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 11:28, 11 October 2013 (UTC)&lt;br /&gt;
::::Well, that's a letdown. I'm surprised Randall didn't use Heathrow. [[User:Jameslucas|jameslucas]] &amp;lt;small&amp;gt;([[User talk:Jameslucas|&amp;quot; &amp;quot;]] / [[Special:Contributions/Jameslucas|+]])&amp;lt;/small&amp;gt; 13:42, 11 October 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
I haven't done any lookups or maths to check these, but give the size of these as &amp;quot;stars&amp;quot; in the sky, everything from panel 2 onwards seems to me to be an order of magnitude or two too large. [[User:Markhurd|Mark Hurd]] ([[User talk:Markhurd|talk]]) 05:17, 11 October 2013 (UTC)&lt;br /&gt;
: Not really. You see the stars and planets as points because their angular size is lower than your eyes' resolution. They have measurable (or, in case of really distant or small objects, computable) angular sizes. For stars etc. these angular sizes are really small - but Earth is quite big, so if you cut a portion of a sphere the radius of Earth corresponding to these small solid angles, you get sizable areas. I haven't checked Randall's math, but I'd rather believe his results. If it is non-intuitive for you consider the Sun and Moon example - when observed by naked eye, the Moon looks for you as being the size  of a dime held up in your hand - and yet it's shadow during an eclipse covers quite an area of Earth's surface. It is true that sizes of some of these &amp;quot;footprints&amp;quot; are quite surprising compared to other ones. [[Special:Contributions/89.174.214.74|89.174.214.74]] 08:55, 11 October 2013 (UTC)&lt;br /&gt;
:: Definitely surprising.  I'll put faith in Randall doing his math correctly, but still needed to check on a couple of these because they did elicit a &amp;quot;What?  No.  Really?  Can't be.&amp;quot; reaction.  Using the formula described in the Explanation above, for Venus I get 12742 km (Earth radius) * 12104 km (Venus diameter) / 38000000 (shortest distance to Venus) = 2.03 km.&lt;br /&gt;
:: Hard to picture that something that is such a small dot in the sky is actually directly over such a large patch of ground.  But there you are. &lt;br /&gt;
[[Special:Contributions/67.51.59.66|67.51.59.66]] 17:11, 11 October 2013 (UTC) &lt;br /&gt;
::: The question that sprung to my mind was, ''which'' distance is he using for the planets and asteroids, since those vary hugely depending on where objects are relative to each other along their orbits.  Is he going with closest approach, maybe? Or the distance that we happen to be at just this instant? --[[User:Rmharman|Rmharman]] ([[User talk:Rmharman|talk]]) 21:42, 11 October 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Does someone know how to use LaTeX formulas? And if so, can they translate my formula into something more pleasing to the eye? [[User:Irino.|Irino.]] ([[User talk:Irino.|talk]]) 05:49, 11 October 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
According to the wikipedia page, the M25 is 117 miles long. That sounds more like &amp;quot;37 miles across&amp;quot; to me. [[User:Kaa-ching|Kaa-ching]] ([[User talk:Kaa-ching|talk]]) 08:46, 11 October 2013 (UTC)&lt;br /&gt;
: it originally stated 15 miles, someone has fixed it now. Thanks! [[User:Kaa-ching|Kaa-ching]] ([[User talk:Kaa-ching|talk]]) 11:35, 11 October 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Neither the sun or moon, nor Messier 25 (declination -19°) can ever culminate in the zenith over London. :-( Admittedly, Townsville, Australia would be sort of overwhelmed by M25. --[[Special:Contributions/129.13.72.198|129.13.72.198]] 11:27, 11 October 2013 (UTC)&lt;br /&gt;
: M25 is a reference to the highway that surrounds London, not the Messier object, which is probably nowhere near the angular size of the moon. [[Special:Contributions/65.129.214.100|65.129.214.100]] 15:17, 11 October 2013 (UTC)&lt;br /&gt;
Does anyone know why the exoplanet &amp;quot;HD 189733 b&amp;quot; is labled as &amp;quot;Permadeath&amp;quot; ? Same question for the other weird names in the same pannel (the &amp;quot;tilde on keyboard&amp;quot; one) ? [[User:Jahvascriptmaniac|Jahvascriptmaniac]] ([[User talk:Jahvascriptmaniac|talk]]) 11:32, 11 October 2013 (UTC)&lt;br /&gt;
: A reference to [[1253|Exoplanet Names]]. [[User:Squornshellous Beta|Squornshellous Beta]] ([[User talk:Squornshellous Beta|talk]]) 12:08, 11 October 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
If you were looking from the center of the earth, as the situation suggests, wouldn't the M25 be reversed, east-to-west, as you look at the sun and the moon?--[[Special:Contributions/76.105.133.220|76.105.133.220]] 16:09, 11 October 2013 (UTC)&lt;br /&gt;
: I visualize it as looking down on Earth, with the &amp;quot;shadow&amp;quot; of the celestial object on top of the M25/soccer field/laptop/etc. [[Special:Contributions/67.51.59.66|67.51.59.66]] 17:02, 11 October 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Has anyone noticed that Voyager 1 and 2 look like viruses? Kind of funny considering they're next to E. Coli...&lt;br /&gt;
[[User:StelarCF|StelarCF]] ([[User talk:StelarCF|talk]]) 17:54, 11 October 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Yeah, I thought that too. It's a happy thought. Why, you ask? Well, with vastly diminished (or - in the course of time - zero) output from RTG power sources, they're like weakened (or inactivated) viruses - that we've sent out to the rest of the Universe, to any other intelligent lifeforms that may find them. What does that remind you of?&lt;br /&gt;
&lt;br /&gt;
: VACCINES! We've vaccinated aliens to the human condition :D To the Earthly condition even.&lt;br /&gt;
&lt;br /&gt;
: [PS - that's a happy thought because I choose to interpret from a cross-contamination standpoint. Which, in this case, allows them to observe us in our own locale, and establish our intrinsic nature - before a two-way interaction with us, in 'shared space' :P, and observing us through the medium of those interactions.] [[Special:Contributions/220.224.246.97|220.224.246.97]] 18:46, 11 October 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Does &amp;quot;Explain XKCD&amp;quot; installation of MediaWiki has [http://www.mathjax.org/ MathJax] [plugin] installed for writing mathematics formulas? --[[User:JakubNarebski|JakubNarebski]] ([[User talk:JakubNarebski|talk]]) 08:15, 12 October 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Too bad he didn't do the Pleiades. I mean, instead of using the Vatican, he could have used something geeky: Bletchley Park or something (though that's probably not big enough). [[User:Homunq|Homunq]] ([[User talk:Homunq|talk]]) 14:11, 12 October 2013 (UTC)&lt;/div&gt;</summary>
		<author><name>Homunq</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1276:_Angular_Size&amp;diff=50474</id>
		<title>1276: Angular Size</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1276:_Angular_Size&amp;diff=50474"/>
				<updated>2013-10-12T14:02:09Z</updated>
		
		<summary type="html">&lt;p&gt;Homunq: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1276&lt;br /&gt;
| date      = October 11, 2013&lt;br /&gt;
| title     = Angular Size&lt;br /&gt;
| image     = angular size.png&lt;br /&gt;
| titletext = If the celestial sphere were mapped to the Earth's surface, astronomy would get a LOT easier; you'd just need a magnifying glass.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete}}&lt;br /&gt;
This comic is a comparison of the {{w|angular diameter|angular diameters}} (or apparent diameter) of various of celestial objects at the surface of the earth relative to a vertex at the center of the Earth as diagrammed in the opening panel. The objects' scales are compared to actual objects on earth for comparison. Each size given is for the object at its closest approach to earth.&lt;br /&gt;
&lt;br /&gt;
London's {{w|M25 motorway}} is around 60 km (35 miles) across, a {{w|soccer field}} is about 100 meters long, a {{w|Table tennis table|ping pong table}} is 274 centimeters long, a {{w|laptop}} is about 35 centimeters across, the {{w|tilde}} symbol on a keyboard is about 5 millimeters long, and a cell of ''{{w|Escherichia coli|E. coli}}'' is about 2 micrometers long.&lt;br /&gt;
&lt;br /&gt;
A simple {{w|Intercept theorem|formula}} can be used to find the size on earth of a celestial object when the size of and distance to the object is known. This is done by taking the radius of the earth, multiplying by the diameter of the object, and dividing by the distance to the object from the center of the earth.&lt;br /&gt;
&lt;br /&gt;
The space objects referenced in the panels are:&lt;br /&gt;
&lt;br /&gt;
* The {{w|Sun}} and the {{w|Moon}} have approximately the same size (around 0.5 degrees of arc) when seen from the Earth.&lt;br /&gt;
&lt;br /&gt;
* {{w|Mercury (planet)|Mercury}}, {{w|Venus}}, {{w|Mars}}, {{w|Jupiter}}, {{w|Saturn}}, {{w|Uranus}}, and {{w|Neptune}} are the other planets of the {{w|Solar System}}.&lt;br /&gt;
&lt;br /&gt;
* {{w|Io (moon)|Io}}, {{w|Europa (moon)|Europa}}, {{w|Ganymede (moon)|Ganymede}}, and {{w|Callisto (moon)|Callisto}} are the main moons of Jupiter; {{w|Titan (moon)|Titan}} is the largest moon of Saturn; and {{w|Triton (moon)|Triton}} is the largest moon of Neptune. {{w|Ceres (dwarf planet)|Ceres}} and {{w|Pluto}} are {{w|dwarf planet}}s.&lt;br /&gt;
&lt;br /&gt;
* {{w|Phobos (moon)|Phobos}} and {{w|Deimos (moon)|Deimos}} are the moons of Mars. {{w|Eris (dwarf planet)|Eris}} is another dwarf planet. {{w|R Doradus}} and {{w|Betelgeuse}} are giant stars, respectively around 180 and 640 light-years away.  R Doradus is the star with the largest apparent diameter (other than the sun, of course).&lt;br /&gt;
&lt;br /&gt;
* {{w|4942 Munroe}} is an asteroid [http://blog.xkcd.com/2013/09/30/asteroid-4942-munroe/ named] after xkcd author [[Randall]] Munroe. {{w|Proxima Centauri}}, {{W|Alpha Centauri|Alpha Centauri AB}}, {{w|Barnard's star}} and {{w|Sirius}} are nearby stars (all within 10 light-years from the Sun).&lt;br /&gt;
&lt;br /&gt;
* {{w|HD 189733 b}}, {{w|Gliese 581 b}}, {{w|Gliese 667 Cc}}, {{w|82 G. Eridani#Planetary_system|HD 20794 c}}, {{w|Tau Ceti#Planets|Tau Ceti c}}, and {{w|KOI-1686.01}} are {{w|extrasolar planet}}s; the parenthetical names are references to the comic [[1253: Exoplanet Names]]. However, some of the planets' parenthetical names do not match the table in the previous comic. For example, HD 20794 c is called &amp;quot;Legoland&amp;quot; rather than &amp;quot;Moonchild&amp;quot; in [[1253: Exoplanet Names]].&lt;br /&gt;
&lt;br /&gt;
* {{w|Voyager 1}} and {{w|Voyager 2|2}} are space probes launched in 1977, and currently around 125 and 100 {{w|astronomical unit}}s away, respectively.&lt;br /&gt;
&lt;br /&gt;
The alt text, about astronomy being easier if the celestial sphere were mapped to the earth, should come as no surprise; essentially, it's equivalent to asking &amp;quot;what if the earth were a giant telescope.&amp;quot; That is, although there's no actual optical setup which would enable such a mapping, an earth so mapped would be functioning as a giant telescope.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript}}&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Math]]&lt;br /&gt;
[[Category:Astronomy]]&lt;/div&gt;</summary>
		<author><name>Homunq</name></author>	</entry>

	</feed>