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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1854:_Refresh_Types&amp;diff=142003</id>
		<title>1854: Refresh Types</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1854:_Refresh_Types&amp;diff=142003"/>
				<updated>2017-06-26T06:45:15Z</updated>
		
		<summary type="html">&lt;p&gt;Diz: /* Transcript */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1854&lt;br /&gt;
| date      = June 23, 2017&lt;br /&gt;
| title     = Refresh Types&lt;br /&gt;
| image     = refresh_types.png&lt;br /&gt;
| titletext = The hardest refresh requires both a Mac keyboard and a Windows keyboard as a security measure, like how missile launch systems require two keys to be turned at once.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
In this comic [[Randall]] presents five different levels of refresh operations for web applications. The first three (''soft refresh'', ''normal refresh'', and ''hard refresh'') are common operations to keep the content in the browser retrieved from the server up to date. The other two (''harder refresh'' and ''hardest refresh'') are fictional operations to perform ''refresh'' operations on remote resources. The terms are probably adopted from {{w|Reboot (computing)|soft}} and {{w|Hardware reset|hard reset}} operations used to restart broken computers or e.g. smartphones.&lt;br /&gt;
&lt;br /&gt;
=== Soft refresh ===&lt;br /&gt;
''Soft refresh'' refers to an operation in a web page that requests new information without reloading the entire page. The given example, {{w|Gmail}}, includes a feature that allows users to poll new emails and show it in the inbox interface. It is a command using {{w|JavaScript}} and {{w|Ajax (programming)|Ajax}} to load new contents from the server in the background and only update necessary components of the page. Since modern web applications do this also automatically in short time intervals those buttons are mostly unnecessary. In Gmail a user will see a new message instantly.&lt;br /&gt;
&lt;br /&gt;
=== Normal refresh ===&lt;br /&gt;
The ''normal refresh'' is a browser operation that reloads the complete web page, text and other content that has changed since the original load will be updated. The operation can be triggered by refresh buttons in browsers, though it also can be requested using the common keyboard commands as listed by Randall. Many pages -- like the main page at xkcd.com -- don't have a refresh button. If the page has been opened before a new comic release, pressing F5 afterwards causes reload and the new comic is shown.&lt;br /&gt;
&lt;br /&gt;
=== Hard refresh ===&lt;br /&gt;
What Randall calls ''hard refresh'' is a less common browser operation forcing the browser to re-download every part of the webpage, ignoring any cached content. Caching is a common way of decreasing webpage load times. Browsers save resources such as images or {{w|Cascading Style Sheets|CSS stylesheets}} on the first visit on a webpage and use the local copy on subsequent visits. It allows them to decrease amount of transfer needed to show the webpage, but prevents showing changes made to the resources (for example a web developer changing the stylesheet). In those cases the ''hard refresh'' ensures that each part of the website is downloaded in its newest form.&lt;br /&gt;
&lt;br /&gt;
If there is a {{w|Proxy server|Web-Proxy}} or a Cloud-Cache (like used for this wiki) in between the browser and the Web-Server this type of refreshing may not work. In this case, unless a purge link is available, the user has to wait until the cache entry is expired and a new request to the web server is done. A Web-developer may try to avoid this behaviour by including special meta-tags in the HTML header to suppress caching, but not all proxies or clouds follow these instructions.&lt;br /&gt;
&lt;br /&gt;
=== Harder refresh ===&lt;br /&gt;
''Harder refresh'' is a joke that extends the existing naming scheme. The joke is that if a ''hard refresh'' resets the browser display and cache, a ''harder refresh'' should reset the source of the data by cycling power in the data center. Assuming no damage was done, this would reset the memory on the server, erasing any information that had not been written to disk, and setting the server to the state it was in at launch. This would cause considerable downtime, and would be unlikely to help the user at all.&lt;br /&gt;
&lt;br /&gt;
In {{w|Orchestration (computing)|orchestrated}} environment it may indirectly cause some virtual machines in the {{w|Cloud computing|cloud}} to be rebooted and assigned to an other web server needing more workload. But a growing workload is caused by hundreds or thousands additional requests and not just a single key combination from one browser. And rebooting an actual physical server upon a web page request is not possible, unless there is a software or operating system bug that will cause exactly this.&lt;br /&gt;
&lt;br /&gt;
The ''harder refresh'' uses six keys, including the non-standard '[https://askubuntu.com/questions/19558/what-are-the-meta-super-and-hyper-keys HYPER]' key, a feature of the {{w|Space cadet keyboard}}.&lt;br /&gt;
&lt;br /&gt;
=== Hardest refresh ===&lt;br /&gt;
The fifth option, ''hardest refresh'', moves beyond resetting the source of the data and resets the entire internet back to {{w|ARPANET}}, an early military network which was a forerunner to the modern internet. The implications of this are not made clear, but it should be noted that it wouldn't help to fix any problems a user is experiencing in-browser, as {{w|HTTP}}, the protocol by which web pages are sent, was not developed until late 1990, the year ARPANET was decommissioned.&lt;br /&gt;
&lt;br /&gt;
The ''hardest refresh'' shortcut uses fifteen keys, including non-standard ones such as Ø and ⏏. (The former is a key found on Norwegian and Danish keyboards, the latter is the &amp;quot;eject&amp;quot; key found on Mac keyboards and some laptops.) The shortcut makes amusing comparisons about a shortcut that includes not only the F5 function key, but also the keys for the letter &amp;quot;F&amp;quot; and the digit &amp;quot;5&amp;quot;, as well as the similarity in appearance between O, 0, and Ø.&lt;br /&gt;
&lt;br /&gt;
The title text suggests that the inclusion of both the {{w|Windows key}} and {{w|Command key}} in the ''hardest refresh'' shortcut is a security measure akin to the {{w|Two-man rule}}, as it would require two keyboards to enter.&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 three columns is shown. The header is:]&lt;br /&gt;
:Refresh Type; Example Shortcuts; Effect&lt;br /&gt;
&lt;br /&gt;
:[First row:]&lt;br /&gt;
:Soft Refresh&lt;br /&gt;
:[The word refresh has a border to mimic a button:]&lt;br /&gt;
:Gmail &amp;lt;span style=&amp;quot;border: 1px solid black&amp;quot;&amp;gt;REFRESH&amp;lt;/span&amp;gt; Button &lt;br /&gt;
:Requests update within JavaScript&lt;br /&gt;
&lt;br /&gt;
:[Second row:]&lt;br /&gt;
:Normal Refresh&lt;br /&gt;
:[Two PC shortcuts and the Apple command key followed by an R:]&lt;br /&gt;
:F5, CTRL-R,  &amp;amp;#x2318;R&lt;br /&gt;
:Refreshes page&lt;br /&gt;
&lt;br /&gt;
:[Third row:]&lt;br /&gt;
:Hard Refresh&lt;br /&gt;
:[One PC shortcut, the combination Control plus Shift, and the Apple command key followed by Shift and R:]&lt;br /&gt;
:CTRL-F5, CTRL-&amp;amp;#x21E7;,  &amp;amp;#x2318;&amp;amp;#x21E7;R &lt;br /&gt;
:Refreshes page including cached files&lt;br /&gt;
&lt;br /&gt;
:[Fourth row:]&lt;br /&gt;
:Harder Refresh&lt;br /&gt;
:[One single combination using Control plus Shift plus Hyper plus Escape plus R plus F5:]&lt;br /&gt;
:CTRL-&amp;amp;#x21E7;-HYPER-ESC-R-F5&lt;br /&gt;
:Remotely cycles power to datacenter&lt;br /&gt;
&lt;br /&gt;
:[Fifth row:]&lt;br /&gt;
:Hardest Refresh &lt;br /&gt;
:[One single combination using Control plus the Apple command key plus the Windows key plus Shift plus the hash key plus R plus F5 plus F plus 5 plus Escape plus the letter O plus a slashed zero plus a slashed letter O plus an eject sign plus Scroll Lock:]&lt;br /&gt;
:CTRL-&amp;amp;#x2318;&amp;lt;span title=&amp;quot;Windows key logo&amp;quot;&amp;gt;&amp;amp;#x229E;&amp;lt;/span&amp;gt;&amp;amp;#x21E7;#-R-F5-F-5-ESC-O-0-Ø-&amp;amp;#x23CF;-SCROLL LOCK &lt;br /&gt;
:Internet starts over from ARPANET&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
&lt;br /&gt;
* One of the shortcuts listed for Hard Refresh, “CTRL-&amp;amp;#x21E7;”, is incorrect – it should be “CTRL-&amp;amp;#x21E7;-R”.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Computers]]&lt;br /&gt;
[[Category:Internet]]&lt;/div&gt;</summary>
		<author><name>Diz</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1850:_Air_Force_Museum&amp;diff=141418</id>
		<title>Talk:1850: Air Force Museum</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1850:_Air_Force_Museum&amp;diff=141418"/>
				<updated>2017-06-16T06:10:50Z</updated>
		
		<summary type="html">&lt;p&gt;Diz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~--&amp;gt;&lt;br /&gt;
Might the title text be referring to the concepts of [https://en.wikipedia.org/wiki/Alternative_pleading alternative pleading] or [https://en.wikipedia.org/wiki/Kettle_logic kettle logic]? [[User:Spagovir|Spagovir]] ([[User talk:Spagovir|talk]]) 19:34, 15 June 2017 (UTC)&lt;br /&gt;
:I could concur with either / both, but more Alternative Pleading than Kettle Logic. Mostly since it seems like the former uses hypothetical language like &amp;quot;If&amp;quot; and &amp;quot;in which case&amp;quot; - which this does - and the latter seems to be more about solid but contradictory statements - &amp;quot;I enjoyed Dover Air Force Base. I've never been to Denver.&amp;quot; Also, it seems like Kettle Logic statements should have the same goal, &amp;quot;I'm innocent because of these conflicing reasons.&amp;quot;, in this case maybe it's not a problem because it's a museum and it's not a problem because he hasn't been to Denver. But he didn't say that. :) [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 04:21, 16 June 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
And I hear if you have a basic understanding of computer systems and know a reservist Colonel, you can hack into the flight schedule, reserve two fighters fully loaded down with as much ordnance as they can carry, and go on a rescue mission to save your father who was shot down in disputed airspace. [[User:OldCorps|OldCorps]] ([[User talk:OldCorps|talk]]) 18:31, 14 June 2017 (UTC)&lt;br /&gt;
:What movie is that? (... at least, I ''hope'' it is a movie.) [[User:Chrullrich|Chrullrich]] ([[User talk:Chrullrich|talk]]) 18:43, 14 June 2017 (UTC)&lt;br /&gt;
::[http://www.imdb.com/title/tt0091278/ Iron Eagle]. [[User:OldCorps|OldCorps]] ([[User talk:OldCorps|talk]]) 19:23, 14 June 2017 (UTC)&lt;br /&gt;
:::At least it was easy to get to. Better than the space museum I went to last time, had to actually go into space for that one! And the only thing on exhibit was this strange communications satellite that was armed with nuclear missiles for some weird reason. ([http://www.imdb.com/title/tt0186566/ Space Cowboys], just saw it for the first time last week, LOL!) [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 03:52, 16 June 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
The mention of &amp;quot;planes from different eras&amp;quot; alludes to the fact that military aircraft are often still in use after a much longer time than they were originally designed for. Examples of this are the US Air Force's B-52 bomber, first introduced in 1955 (62 years before the publication of this comic) and the C-160 Transall, which has been in service in, e.g., the German Luftwaffe, since 1967 (50 years before). Additionally, aircraft museums typically house military aircraft from previous eras, such as from WWII and the Cold War, to show the evolution in aircraft design and to showcase technological advances.&lt;br /&gt;
&lt;br /&gt;
It struck me as more, if not entirely, the latter. I didn't perceive any allusion to the fact that &amp;quot;military aircraft are often still in use after a much longer time than they were originally designed for&amp;quot; [[Special:Contributions/162.158.74.51|162.158.74.51]] 05:13, 15 June 2017 (UTC)&lt;br /&gt;
:I've removed the C-160 Transall because the German Luftwaffe doesn't belong to any US Air Base. But have you ever seen a B-52 bomber? It's a really historic plane.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 12:31, 15 June 2017 (UTC)&lt;br /&gt;
:I find the fact that museums would house aircraft from different eras would be WHY he thought it was a museum, that the joke is that the Air Force uses such old hardware that a base can be mistaken for a museum. Worded like it is in the explanation, &amp;quot;Additionally, museums blah blah blah&amp;quot; is a weird way to word something that's a basic part of the joke. The joke is almost entirely the former, that the military keeps hardware in use far longer than is wise. [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 03:52, 16 June 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have seen older aircraft on static display at Oceana and Willow Grove Naval Air Stations.  I wouldn't be surprised if the same was also true of some Air Force Bases. [[User:BradleyRoss|BradleyRoss]] ([[User talk:BradleyRoss|talk]]) 03:09, 16 June 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
;Implication of pursuit?&lt;br /&gt;
The implication is that there was no museum to begin with and Cueball went to observe the actual air force base and '''''is now being pursued by the military'''''. &lt;br /&gt;
&lt;br /&gt;
I don't think there's anything to credibly suggest Cueball is being pursued. Hearing helicopters implies they are close enough to perceive a military operation of some sort, but it could easily be launching aircraft departing to another destination as it might be pursuit of Cueball. Is there anything to justify the last 7 words? [[User:JohnHawkinson|JohnHawkinson]] ([[User talk:JohnHawkinson|talk]]) 01:54, 15 June 2017 (UTC)&lt;br /&gt;
:Realistically, they would be pursued by MPs and probably local police in vehicles, not helicopters. But if Cueball was (intentionally or accidentally) able to get on a base and into a hangar where they were loading ordnance onto jets, they might very well include air units in the search for him. The bigger question is where was Megan while Cueball was inside, seeing as she was close enough to accompany him in the not-so-tactical escape. [[User:OldCorps|OldCorps]] ([[User talk:OldCorps|talk]]) 11:48, 15 June 2017 (UTC)&lt;br /&gt;
::I think you mean &amp;quot;ordnance,&amp;quot; not &amp;quot;ordinance.&amp;quot;  The two words mean completely different things. --[[Special:Contributions/172.68.58.101|172.68.58.101]] 12:31, 15 June 2017 (UTC)&lt;br /&gt;
:::Yup, thanks. I'm writing these half asleep, appreciate the sanity check. Corrections made.[[User:OldCorps|OldCorps]] ([[User talk:OldCorps|talk]]) 13:48, 15 June 2017 (UTC)&lt;br /&gt;
::He's not running and the visit of air base probably happened some time before their meeting. Meaning if they are pursuing him NOW, it shows they are doing it very ineffectively, which on the other hand matches the fact he was able to get inside air base and out without any problems despite, presumably, wandering around without any attempt to hide as you would do in museum. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 00:53, 16 June 2017 (UTC)&lt;br /&gt;
:::I agree with Hkmaly, I understood this as being some time later (later that evening, maybe even the next morning), that he's relating his experience to Megan while chatting, not that he's currently leaving. Also that his uncertainty about what he actually did would imply that there was no actual pursuit at the time, that said helicopters may have been looking for him, but he just happened to leave before anybody found him. And Megan is reassuring him that if it really was a base that they'd be looking for him even now. After all, if this was RIGHT after, Megan wouldn't ask the generic question, but more specifically &amp;quot;How was the museum?&amp;quot;, and he wouldn't have to start by saying what he did. [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 03:52, 16 June 2017 (UTC)&lt;br /&gt;
:I took the helicopter line as implied pursuit / searching. I might have been influenced by the fact that I've been playing Grand Theft Auto 5 lately, and EXACTLY THIS happening when you get more than a little Wanted, helicopters looking for you. LOL! And that if you visit their mixed military base you get more than enough Wanted to get said helicopters looking for you. :)&lt;br /&gt;
&lt;br /&gt;
:Aaaaand I just realized I can take Megan's line two ways. &amp;quot;Don't worry, if it was a base you'd hear helicopters&amp;quot; (my initial take) and that she actually hears (or worries that she hears) helicopters searching for him. :) [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 03:52, 16 June 2017 (UTC)&lt;br /&gt;
:My take was, that the fact that Missiles were loaded during his visit might have been in preparation for a strike, so cueball's hope is not him not being pursued, but not having witnessed the first moments of a war. The helicopters would then be a reference to Radar in Robert Altman's &amp;quot;M*A*S*H&amp;quot;. The title text seems to make the pursuit interpretation more plausible, though. [[User:Diz|Diz]] ([[User talk:Diz|talk]]) 06:08, 16 June 2017 (UTC)&lt;/div&gt;</summary>
		<author><name>Diz</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1850:_Air_Force_Museum&amp;diff=141417</id>
		<title>Talk:1850: Air Force Museum</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1850:_Air_Force_Museum&amp;diff=141417"/>
				<updated>2017-06-16T06:08:00Z</updated>
		
		<summary type="html">&lt;p&gt;Diz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~--&amp;gt;&lt;br /&gt;
Might the title text be referring to the concepts of [https://en.wikipedia.org/wiki/Alternative_pleading alternative pleading] or [https://en.wikipedia.org/wiki/Kettle_logic kettle logic]? [[User:Spagovir|Spagovir]] ([[User talk:Spagovir|talk]]) 19:34, 15 June 2017 (UTC)&lt;br /&gt;
:I could concur with either / both, but more Alternative Pleading than Kettle Logic. Mostly since it seems like the former uses hypothetical language like &amp;quot;If&amp;quot; and &amp;quot;in which case&amp;quot; - which this does - and the latter seems to be more about solid but contradictory statements - &amp;quot;I enjoyed Dover Air Force Base. I've never been to Denver.&amp;quot; Also, it seems like Kettle Logic statements should have the same goal, &amp;quot;I'm innocent because of these conflicing reasons.&amp;quot;, in this case maybe it's not a problem because it's a museum and it's not a problem because he hasn't been to Denver. But he didn't say that. :) [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 04:21, 16 June 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
And I hear if you have a basic understanding of computer systems and know a reservist Colonel, you can hack into the flight schedule, reserve two fighters fully loaded down with as much ordnance as they can carry, and go on a rescue mission to save your father who was shot down in disputed airspace. [[User:OldCorps|OldCorps]] ([[User talk:OldCorps|talk]]) 18:31, 14 June 2017 (UTC)&lt;br /&gt;
:What movie is that? (... at least, I ''hope'' it is a movie.) [[User:Chrullrich|Chrullrich]] ([[User talk:Chrullrich|talk]]) 18:43, 14 June 2017 (UTC)&lt;br /&gt;
::[http://www.imdb.com/title/tt0091278/ Iron Eagle]. [[User:OldCorps|OldCorps]] ([[User talk:OldCorps|talk]]) 19:23, 14 June 2017 (UTC)&lt;br /&gt;
:::At least it was easy to get to. Better than the space museum I went to last time, had to actually go into space for that one! And the only thing on exhibit was this strange communications satellite that was armed with nuclear missiles for some weird reason. ([http://www.imdb.com/title/tt0186566/ Space Cowboys], just saw it for the first time last week, LOL!) [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 03:52, 16 June 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
The mention of &amp;quot;planes from different eras&amp;quot; alludes to the fact that military aircraft are often still in use after a much longer time than they were originally designed for. Examples of this are the US Air Force's B-52 bomber, first introduced in 1955 (62 years before the publication of this comic) and the C-160 Transall, which has been in service in, e.g., the German Luftwaffe, since 1967 (50 years before). Additionally, aircraft museums typically house military aircraft from previous eras, such as from WWII and the Cold War, to show the evolution in aircraft design and to showcase technological advances.&lt;br /&gt;
&lt;br /&gt;
It struck me as more, if not entirely, the latter. I didn't perceive any allusion to the fact that &amp;quot;military aircraft are often still in use after a much longer time than they were originally designed for&amp;quot; [[Special:Contributions/162.158.74.51|162.158.74.51]] 05:13, 15 June 2017 (UTC)&lt;br /&gt;
:I've removed the C-160 Transall because the German Luftwaffe doesn't belong to any US Air Base. But have you ever seen a B-52 bomber? It's a really historic plane.--[[User:Dgbrt|Dgbrt]] ([[User talk:Dgbrt|talk]]) 12:31, 15 June 2017 (UTC)&lt;br /&gt;
:I find the fact that museums would house aircraft from different eras would be WHY he thought it was a museum, that the joke is that the Air Force uses such old hardware that a base can be mistaken for a museum. Worded like it is in the explanation, &amp;quot;Additionally, museums blah blah blah&amp;quot; is a weird way to word something that's a basic part of the joke. The joke is almost entirely the former, that the military keeps hardware in use far longer than is wise. [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 03:52, 16 June 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have seen older aircraft on static display at Oceana and Willow Grove Naval Air Stations.  I wouldn't be surprised if the same was also true of some Air Force Bases. [[User:BradleyRoss|BradleyRoss]] ([[User talk:BradleyRoss|talk]]) 03:09, 16 June 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
;Implication of pursuit?&lt;br /&gt;
The implication is that there was no museum to begin with and Cueball went to observe the actual air force base and '''''is now being pursued by the military'''''. &lt;br /&gt;
&lt;br /&gt;
I don't think there's anything to credibly suggest Cueball is being pursued. Hearing helicopters implies they are close enough to perceive a military operation of some sort, but it could easily be launching aircraft departing to another destination as it might be pursuit of Cueball. Is there anything to justify the last 7 words? [[User:JohnHawkinson|JohnHawkinson]] ([[User talk:JohnHawkinson|talk]]) 01:54, 15 June 2017 (UTC)&lt;br /&gt;
:Realistically, they would be pursued by MPs and probably local police in vehicles, not helicopters. But if Cueball was (intentionally or accidentally) able to get on a base and into a hangar where they were loading ordnance onto jets, they might very well include air units in the search for him. The bigger question is where was Megan while Cueball was inside, seeing as she was close enough to accompany him in the not-so-tactical escape. [[User:OldCorps|OldCorps]] ([[User talk:OldCorps|talk]]) 11:48, 15 June 2017 (UTC)&lt;br /&gt;
::I think you mean &amp;quot;ordnance,&amp;quot; not &amp;quot;ordinance.&amp;quot;  The two words mean completely different things. --[[Special:Contributions/172.68.58.101|172.68.58.101]] 12:31, 15 June 2017 (UTC)&lt;br /&gt;
:::Yup, thanks. I'm writing these half asleep, appreciate the sanity check. Corrections made.[[User:OldCorps|OldCorps]] ([[User talk:OldCorps|talk]]) 13:48, 15 June 2017 (UTC)&lt;br /&gt;
::He's not running and the visit of air base probably happened some time before their meeting. Meaning if they are pursuing him NOW, it shows they are doing it very ineffectively, which on the other hand matches the fact he was able to get inside air base and out without any problems despite, presumably, wandering around without any attempt to hide as you would do in museum. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 00:53, 16 June 2017 (UTC)&lt;br /&gt;
:::I agree with Hkmaly, I understood this as being some time later (later that evening, maybe even the next morning), that he's relating his experience to Megan while chatting, not that he's currently leaving. Also that his uncertainty about what he actually did would imply that there was no actual pursuit at the time, that said helicopters may have been looking for him, but he just happened to leave before anybody found him. And Megan is reassuring him that if it really was a base that they'd be looking for him even now. After all, if this was RIGHT after, Megan wouldn't ask the generic question, but more specifically &amp;quot;How was the museum?&amp;quot;, and he wouldn't have to start by saying what he did. [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 03:52, 16 June 2017 (UTC)&lt;br /&gt;
:I took the helicopter line as implied pursuit / searching. I might have been influenced by the fact that I've been playing Grand Theft Auto 5 lately, and EXACTLY THIS happening when you get more than a little Wanted, helicopters looking for you. LOL! And that if you visit their mixed military base you get more than enough Wanted to get said helicopters looking for you. :)&lt;br /&gt;
&lt;br /&gt;
:Aaaaand I just realized I can take Megan's line two ways. &amp;quot;Don't worry, if it was a base you'd hear helicopters&amp;quot; (my initial take) and that she actually hears (or worries that she hears) helicopters searching for him. :) [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 03:52, 16 June 2017 (UTC)&lt;br /&gt;
:My take was, that the fact that Missiles were loaded during his visit might have been in preparation for a strike, so cueball's hope is not him not being pursued, but not having witnessed the first moments of a war. The helicopters would then be a reference to Radar in Robert Altman's &amp;quot;M*A*S*H&amp;quot;. [[User:Diz|Diz]] ([[User talk:Diz|talk]]) 06:08, 16 June 2017 (UTC)&lt;/div&gt;</summary>
		<author><name>Diz</name></author>	</entry>

	</feed>