Difference between revisions of "Talk:3219: Planets and Bright Stars"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
m (Fix comment)
 
(3 intermediate revisions by 2 users not shown)
Line 9: Line 9:
  
 
Anyone know where that </div> overlaying "Add Comment" at the bottom of the discussion is coming from? [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 21:01, 13 March 2026 (UTC)
 
Anyone know where that </div> overlaying "Add Comment" at the bottom of the discussion is coming from? [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 21:01, 13 March 2026 (UTC)
 +
:Well, Tori's signature is a bit lopsided with its tags, by the time it gets to the browser (is one <code><nowiki></span></nowiki></code> short, and has one closing <code><nowiki></a></nowiki></code> before the closing <code><nowiki></span></nowiki></code> that should have been within it), but not sure how that might have tricked-out the rest so that some closing <code><nowiki></div></nowiki></code> is redundant, without going through the ''entire'' page source to track down any other accumulated discrepancies.
 +
:I've seen that rogue close-div before, and I seem to recall that some precautionary extra close-tags (in either HTML or Wiki markup) have been added to 'make sure' some things don't run on. But it seems to vanish after some later edits (either main comic page or discussion one), and I would have imagined that the excess tag would just be 'ignored' under most circumstances. But it's difficult to tell easil tell what a combination of meta-tagging and actual tagging does.
 +
:And there's all kinds of weirdness in the scripting part of the page, like the bit that says <code><nowiki>node.outerHTML="\u003Cdiv id=\"localNotice\" lang=\"en\" dir=\"ltr\"\u003E\u003Cdiv[... most of this statement removed ...]\n\u003C/div\u003E\u003C/div\u003E";</nowiki></code> with ''escaped'' DIVs in it, that only apply when the script self-modifies the page-source. [[Special:Contributions/81.179.199.253|81.179.199.253]] 21:59, 13 March 2026 (UTC)
 +
::In fact, the rogue DIV only appears when viewing the transcluded Talk page within the main article. Viewing the Talk page directly doesn't seem to show it (or have it in the same bit of the respective HTML source), which adds to my belief that it's a run-on tag (not?) being opened as part of the Comic page's definition. [[Special:Contributions/81.179.199.253|81.179.199.253]] 22:02, 13 March 2026 (UTC)
 +
 +
Jupiter, Venus, Mars (at its peak) and Sirius are noticeably brighter than the others. Mars, Antares and Betelgeuse are also quite red. Also if you look at planets  through a telescope or good binoculars you can tell that they have a larger size (and some have moons). The others would be quite hard to tell apart without knowing their position.
 +
<table>
 +
  <tr>
 +
    <th>Object</th><th>App. Mag</th><th>B-V (Colour)</th>
 +
  </tr><tr>
 +
    <th>Venus</th><th>-4.98 to -2.98</th><th>0.82</th>
 +
  </tr><tr>
 +
    <th>Mars</th><th>-2.94 to +1.86</th><th>1.33</th>
 +
  </tr><tr>
 +
    <th>Jupiter</th><th>-2.94 to -1.66</th><th>0.83</th>
 +
  </tr><tr>
 +
    <th>Saturn</th><th>-0.55 to +1.17</th><th>1.04</th>
 +
  </tr><tr>
 +
    <th>Mercury</th><th>-2.48 to +7.25</th><th>0.97</th>
 +
  </tr><tr>
 +
    <th>Sirius</th><th>-1.46</th><th>0</th>
 +
  </tr><tr>
 +
    <th>Procyon</th><th>+0.34</th><th>0.42</th>
 +
  </tr><tr>
 +
    <th>Antares</th><th>+0.6 to +1.6</th><th>1.83</th>
 +
  </tr><tr>
 +
    <th>Altair</th><th>+0.76</th><th>0.22</th>
 +
  </tr><tr>
 +
    <th>Betelgeuse</th><th>0 to +1.6</th><th>1.85</th>
 +
  </tr><tr>
 +
    <th>Vega</th><th>0</th><th>0</th>
 +
  </tr><tr>
 +
    <th>Polaris</th><th>+1.86 to +2.13</th><th>0.6</th>
 +
  </tr>
 +
</table>
 +
It would be interesting to see if these characteristics are at all present in the comic (it does look like Mars, Betelgeuse and Antares are red and Saturn is a little yellow so maybe the colours are right), or what the comic should look like if they are not --22:50, 13 March 2026 (UTC)[[User:Sameldacamel34|Sameldacamel34]] ([[User talk:Sameldacamel34|talk]])

Latest revision as of 22:54, 13 March 2026

There are sight color differences...209.240.116.218 19:55, 13 March 2026 (UTC)

I've created a version that brings out the color contrast, but I don't have permissions to upload it yet. How may I get those? Rumbling7145 (talk) 20:04, 13 March 2026 (UTC)

See Special:ListGroupRights for info about becoming autoconfirmed. In the meantime, you can upload the image onto an image hosting website such as Imgur or ImgBB and I can help you upload it! tori :3talk to me! 20:20, 13 March 2026 (UTC)
[Ninjaed... You got there just before me, just realised I ended up Edit Conflicted...  :P Editing down to the bits that weren't said above.]
[...] you've been here a while, but 'only' edited thirteen times, it looks like [...]
[...and when someone else uploads it...] you can alwas add your own [claims to ownership], to the finished 'file page' [if the user concerned doesn't credit you already]. 81.179.199.253 20:31, 13 March 2026 (UTC)

Anyone know where that </div> overlaying "Add Comment" at the bottom of the discussion is coming from? Barmar (talk) 21:01, 13 March 2026 (UTC)

Well, Tori's signature is a bit lopsided with its tags, by the time it gets to the browser (is one </span> short, and has one closing </a> before the closing </span> that should have been within it), but not sure how that might have tricked-out the rest so that some closing </div> is redundant, without going through the entire page source to track down any other accumulated discrepancies.
I've seen that rogue close-div before, and I seem to recall that some precautionary extra close-tags (in either HTML or Wiki markup) have been added to 'make sure' some things don't run on. But it seems to vanish after some later edits (either main comic page or discussion one), and I would have imagined that the excess tag would just be 'ignored' under most circumstances. But it's difficult to tell easil tell what a combination of meta-tagging and actual tagging does.
And there's all kinds of weirdness in the scripting part of the page, like the bit that says node.outerHTML="\u003Cdiv id=\"localNotice\" lang=\"en\" dir=\"ltr\"\u003E\u003Cdiv[... most of this statement removed ...]\n\u003C/div\u003E\u003C/div\u003E"; with escaped DIVs in it, that only apply when the script self-modifies the page-source. 81.179.199.253 21:59, 13 March 2026 (UTC)
In fact, the rogue DIV only appears when viewing the transcluded Talk page within the main article. Viewing the Talk page directly doesn't seem to show it (or have it in the same bit of the respective HTML source), which adds to my belief that it's a run-on tag (not?) being opened as part of the Comic page's definition. 81.179.199.253 22:02, 13 March 2026 (UTC)

Jupiter, Venus, Mars (at its peak) and Sirius are noticeably brighter than the others. Mars, Antares and Betelgeuse are also quite red. Also if you look at planets through a telescope or good binoculars you can tell that they have a larger size (and some have moons). The others would be quite hard to tell apart without knowing their position.

ObjectApp. MagB-V (Colour)
Venus-4.98 to -2.980.82
Mars-2.94 to +1.861.33
Jupiter-2.94 to -1.660.83
Saturn-0.55 to +1.171.04
Mercury-2.48 to +7.250.97
Sirius-1.460
Procyon+0.340.42
Antares+0.6 to +1.61.83
Altair+0.760.22
Betelgeuse0 to +1.61.85
Vega00
Polaris+1.86 to +2.130.6

It would be interesting to see if these characteristics are at all present in the comic (it does look like Mars, Betelgeuse and Antares are red and Saturn is a little yellow so maybe the colours are right), or what the comic should look like if they are not --22:50, 13 March 2026 (UTC)Sameldacamel34 (talk)