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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=3064:_Lungfish&amp;diff=369380</id>
		<title>3064: Lungfish</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=3064:_Lungfish&amp;diff=369380"/>
				<updated>2025-03-18T18:12:00Z</updated>
		
		<summary type="html">&lt;p&gt;Jarvik: /* Explanation */ added a couple of useful wiki tags&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 3064&lt;br /&gt;
| date      = March 17, 2025&lt;br /&gt;
| title     = Lungfish&lt;br /&gt;
| image     = lungfish_2x.png&lt;br /&gt;
| imagesize = 317x403px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = I know having so many base pairs makes rebasing complicated, but you're in Bilateria, so shouldn't you at LEAST be better at using git head?&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a COPY OF COPY OF COPY OF COPY OF LUNGFISH (FINAL) - looks mostly sound, but could probably use an authority to sign off before clearing the tag.}}&lt;br /&gt;
&lt;br /&gt;
{{w|Lungfish}} (the class ''Dipnoi'') have the largest known {{w|genome}} among the {{w|vertebrate}}s (133 billion {{w|base pair}}s), and the third-largest known genome of all species. The comic relates this to a common issue when editing documents or coding, where the author accidentally makes changes to {{w|Fork (software development)|two separately created versions of documents}}, when they meant to only edit one, which can result in changes to both (or all) resulting documents becoming functionally essential parts of the completed project, or at least present as development artefacts in the 'final' product. This may happen if documents are sent for review (or updating) to different editors, or at different times, and the changes from the earlier one(s) aren't properly integrated with the later one(s). The comic posits that Lungfish has a habit of doing this with its own genome, making both genes essential and increasing the amount of base pairs.&lt;br /&gt;
&lt;br /&gt;
When Cueball confronts Lungfish about this bad habit of mismanaging files, Lungfish dismisses him by saying he'll just &amp;quot;buy more storage&amp;quot;. This is likely alluding to when people are faced with an increasing number of files on their storage media, they just buy more storage, either by adding another media drive or paying additional monthly fees for online storage (ex: [https://www.apple.com/ca/icloud/ iCloud] or [https://one.google.com/about/plans Google Drive]). Because of the relatively low cost of storage, this often seems like any easy 'solution', but doesn't actually address the problems of information fragmentation and management. As well as being an issue in their [[1718: Backups| own right]], a failure to deal with these can lead to a repeating pattern that ratchets up storage cost over time. If part of the process is to buy 'fresh' storage space, perhaps to ''attempt'' to rationalise the new and historic files from where they were previously, an even worse legacy of 'temporary' copies (or near-copies) of old files may end up littering [[1360: Old Files|various layers of storage]], in ways that may later confuse matters further. &lt;br /&gt;
&lt;br /&gt;
The names of the &amp;quot;files&amp;quot; reference several things about computer files:&lt;br /&gt;
* Older versions of Windows, when copy-and-pasting a file within the same folder, would automatically prepend &amp;quot;Copy of&amp;quot; to the filename, resulting in a file named &amp;quot;Copy of ''x''&amp;quot;. (This was previously referenced in the title text of [[1459: Documents]].) If the resulting file was then copied, it would be likewise prepended, thus producing &amp;quot;Copy of Copy of ''x''&amp;quot;. Newer versions of Windows instead append &amp;quot;- Copy&amp;quot; the filename, which produces the same effect but keeps things in roughly the same order when sorted by name. Google Docs automatically prepends &amp;quot;Copy of ''x''&amp;quot; to document names, when copied. Other systems may apply their own conventions&amp;lt;!-- was hoping to add a link to a picture of the situation shown in https://www.facebook.com/groups/it.humor.and.memes/posts/28939508882314854/ - but there's nasty &amp;quot;please login to Facebook&amp;quot; pester-popovers for me, on that... Maybe find a better one later --&amp;gt; that interact badly (or fail to sensibly do so) as duplicated and manually renamed files are accessed across differing systems with differing conventions.&lt;br /&gt;
* Numbered labels in brackets can be produced by a couple different actions:&lt;br /&gt;
** If multiple files are highlighted and a Rename action is performed, all of the files will be given the same name with a number label, starting with the one clicked on for the Rename action and then proceeding from the top of the list down as originally sorted. For example, if three files named &amp;quot;Alpha&amp;quot;, &amp;quot;Beta&amp;quot;, and &amp;quot;Gamma&amp;quot; are highlighted, and the user right-clicks on &amp;quot;Gamma&amp;quot; and renames it to &amp;quot;Alphabet&amp;quot;, then &amp;quot;Gamma&amp;quot; will be renamed to &amp;quot;Alphabet (1)&amp;quot;, followed by &amp;quot;Alphabet (2)&amp;quot; [formerly Alpha] and &amp;quot;Alphabet (3)&amp;quot; [formerly Beta].&lt;br /&gt;
** If a copied file is pasted multiple times into the same folder, it will also receive number labels in the same format. This includes copies that are also appended as such in the above points, so a newly-pasted file might end up with a &amp;quot;Copy of&amp;quot; prefix AND a &amp;quot;(2)&amp;quot; suffix, or the next available value that does not clash with documents currently held in the same location.&lt;br /&gt;
** If a file is downloaded from a web-page (such as webmail, or intranet/internet repository) and a file with same name already exists in the download folder, most modern browsers similarly append a number such as &amp;quot;(1)&amp;quot;, or other number as necessary.&lt;br /&gt;
* Some users will keep older and newer drafts of a file in case of a need to revert back to an older version; this can be done with a number label (i.e. &amp;quot;v1&amp;quot;, &amp;quot;v2&amp;quot;, etc.) or a proper word (i.e. &amp;quot;draft&amp;quot;, &amp;quot;edited&amp;quot;, etc.). This is often entirely at the user's discretion; there may be conventions or even official team policies to follow, but it relies upon editors sticking to those. However well defined, this can be useful if it's discovered that an edit breaks something important, or in the event that a mistaken save loses data, but it can also lead to file hoarding and the possibility of revisiting older documents when newer ones aren't more obviously available. The naming-version is also far from foolproof, as a &amp;quot;(Newest)&amp;quot;-named file can't itself know when it is superseded (perhaps by a &amp;quot;(Final)&amp;quot; file) and even a &amp;quot;(Final)&amp;quot; one cannot be sure that the project hasn't been revisited (perhaps with an update to &amp;quot;(Newest)&amp;quot;). Such a manual method of attempting to keep sequential versions in line can easily be open to misuse and ambiguity of status, especially when any changes have apparently not been so obviously important to the person(s) involved that it has had no &amp;quot;version number&amp;quot; updated — or else ''both'' were (separate!) refinements of some &amp;quot;v2&amp;quot; revision(s), or earlier, without proper regard/awareness of the other update.&lt;br /&gt;
&lt;br /&gt;
In short, the file names &amp;quot;Copy of Copy of Gene v3 (Newest) (2)&amp;quot; and &amp;quot;Copy of Copy of Gene v3 (Final) (2)&amp;quot; strongly hint at a very poorly organized method of version tracking, as especially evidenced by both existing as 'current' versions, with a tendency of the lungfish to copy-paste inconsistently, certainly explaining why it keeps editing and maintaining multiple documents instead of a single one.&lt;br /&gt;
&lt;br /&gt;
For anyone curious about the science, it's important to note that [https://www.science.org/content/article/odd-fish-has-30-times-much-dna-humans-new-record-animals this is absolutely not why lungfish have a large genome]; while some organisms do contain many copies of genes as a diversification strategy, this mostly occurs only in some plants and single-celled {{w|eukaryotes}}. Lungfish have roughly the same number of genes as a human (and likely slightly fewer), and the large size of the lungfish genome is likely due to poor {{w|transposon}} control causing their chromosomes to fill up with junk.&lt;br /&gt;
&lt;br /&gt;
The title text further compares the biology of lungfish to managing versions of files in a popular version control system called {{w|Git}}, which includes a facility called [https://www.geeksforgeeks.org/git-head/ &amp;quot;head&amp;quot;] that assists in keeping track of the latest available version of a particular project resource, across all updating and forking. Rebasing, in Git, is the act of moving changes from one file branch to another, which Cueball says is complicated due to the large number of 'base pairs' - a pun since base pairs are elements of chromosomes. {{w|Bilateria}} is a clade of animals characterized by embryonic bilateral symmetry, giving their bodies distinguishable &amp;quot;head&amp;quot; and &amp;quot;tail&amp;quot; ends. Since this applies to lungfish, Cueball says, in another pun, that the lungfish should at least know how to use the &amp;quot;head&amp;quot; branch with Git.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A lungfish is sticking its head out of the water close to a wooden dock. It is looking up at Cueball, standing on the dock looking down, and they are talking.]&lt;br /&gt;
:Lungfish: It turns out I've been editing both '''''Copy of Copy of Gene v3 (Newest) (2)''''' and '''''Copy of Copy of Gene v3 (Final) (2)''''' so now I can't delete either one.&lt;br /&gt;
:Cueball: You have '''''got''''' to stop doing this.&lt;br /&gt;
:Lungfish: It's fine, I'll just buy more storage.&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:Why lungfish have such enormous genomes&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Animals]]&lt;br /&gt;
[[Category:Biology]]&lt;br /&gt;
[[Category:Programming]]&lt;br /&gt;
[[Category:Version Control]]&lt;/div&gt;</summary>
		<author><name>Jarvik</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2944:_Magnet_Fishing&amp;diff=344485</id>
		<title>2944: Magnet Fishing</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2944:_Magnet_Fishing&amp;diff=344485"/>
				<updated>2024-06-17T12:30:33Z</updated>
		
		<summary type="html">&lt;p&gt;Jarvik: /* Explanation */ added tautology link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2944&lt;br /&gt;
| date      = June 10, 2024&lt;br /&gt;
| title     = Magnet Fishing&lt;br /&gt;
| image     = magnet_fishing_2x.png&lt;br /&gt;
| imagesize = 522x356px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = The ten-way tie was judged a ten-way tie, so no one won the grand prize, a rare fishing monopole.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{w|Magnet fishing}} is the act of using a magnet to find ferrometallic objects in a body of water. It can be used to recover specific lost items, help to clear a stretch of water of dumped items and/or simply to see what interesting (perhaps valuable) items can be found. This is reminiscent of magnetic fishing games (such as [https://boardgamegeek.com/boardgame/13166/lets-go-fishin &amp;quot;Let's Go Fishing&amp;quot;] and [https://boardgamegeek.com/boardgame/172530/go-fishing &amp;quot;Go Fishing&amp;quot;]) where players use fishing rods with small magnets on the ends to &amp;quot;catch&amp;quot; fish. &lt;br /&gt;
&lt;br /&gt;
A World Magnet Fishing Championship was apparently only held once, because of the contestants' magnets getting stuck together. This resulted in the fishing lines becoming tangled together, or &amp;quot;tied&amp;quot;, for a pun on the competition being declared &amp;quot;tied&amp;quot;. It also looks like a {{w|Tautology_(language)|tautology}}, though the first &amp;quot;ten-way tie&amp;quot; depicts how the ten lines are 'knotted' together, and the second indicates the equality of the final score. This suggests that nobody 'fished' anything ''other'' than &amp;quot;all the other nine magnets&amp;quot;, prior to the inevitable conclusion. &lt;br /&gt;
&lt;br /&gt;
It's unclear why the World Magnet Fishing Championship has contestants competing simultaneously. Participants go one at a time in a great variety of sporting competitions -- such as diving, figure skating, gymnastics, equestrian -- and the individual performances are graded and compared to determine a winner. If the World Magnet Fishing Championship contestants took turns, it wouldn't have to be cancelled.&lt;br /&gt;
&lt;br /&gt;
The title text states that the competition's prize would have been a &amp;quot;fishing monopole&amp;quot; which typically means the right to fish a certain area exclusively. It has several more meanings though as it could as well refer to a {{w|fishing rod}}, also called a fishing pole, with only a single rod rather than multiple. Most fishing rods only have a single pole so this would not be considered rare. It could also refer to a magnet fishing rod where the magnet is a {{w|magnetic monopole}} rather than a {{w|magnetic dipole}} like all known magnets. This would certainly be rare since no magnetic monopoles have been found and thus would be a certainly be a valuable prize for a competition. The irony of this is that such a magnet would have alleviated the issue of the magnets attracting while fishing. The currently known laws of physics require that if magnetic monopoles exist, electric charge must be quantized. Electric charge ''is'' quantized which is consistent with (but does not prove) magnetic monopoles existing. Finally, 'pole position' (usually in Motorsport) is awarded to the first place qualifier in a competition. With all competitors coming joint first, this is a 'monopole' result.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Ten people are standing on a bridge connecting the steep banks on either side of a body of water. They have all cast strings with magnets over the edge and are holding on to them. All their magnets have, however, got stuck together and as they are pulling them up they hang in a bunch above the water under the middle of the bridge, with all ten lines going out from the bunch of magnets. The characters from left to right are: Hairbun, a person with white hair, Cueball, Megan, another Cueball, White Hat, another Megan, a guy with spiky hair, Ponytail, and Hairy.]&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:The first, and last, World Magnet Fishing Championship&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Hairbun]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring White Hat]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Comics featuring Hairy]]&lt;br /&gt;
[[Category:Multiple Cueballs]]&lt;br /&gt;
[[Category:Physics]]&lt;/div&gt;</summary>
		<author><name>Jarvik</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2876:_Range_Safety&amp;diff=332281</id>
		<title>Talk:2876: Range Safety</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2876:_Range_Safety&amp;diff=332281"/>
				<updated>2024-01-04T12:08:43Z</updated>
		
		<summary type="html">&lt;p&gt;Jarvik: &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;
The 'standard' and '2x' sized images had unexpected sizes, so a Trivia section has been automatically generated, and an imagesize parameter has been added (at half size) to render the image consistently with other comics on this website. --[[User:TheusafBOT|TheusafBOT]] ([[User talk:TheusafBOT|talk]]) 14:54, 3 January 2024 (UTC)&lt;br /&gt;
:Okay, so, today we learned modern xkcd comics are drawn entirely with the pencil tool, with the brush size for the text averaging 22 pixels, and then downscaled to 1/15th of the size before final publication. [[Special:Contributions/162.158.103.91|162.158.103.91]] 15:01, 3 January 2024 (UTC)&lt;br /&gt;
::The text is a font...   &lt;br /&gt;
::[[User:ProphetZarquon|ProphetZarquon]] ([[User talk:ProphetZarquon|talk]]) 17:03, 3 January 2024 (UTC)&lt;br /&gt;
:::&amp;quot;...is a font...&amp;quot;  https://github.com/ipython/xkcd-font  [[User:PRR|PRR]] ([[User talk:PRR|talk]]) 20:23, 3 January 2024 (UTC)&lt;br /&gt;
::::No, I think you missed the context from that page.  It states that &amp;quot;''xkcd-font'' is a font derived from Randall's handwriting...&amp;quot;, ''not'' that the text placed in the comic drawings is rendered with a font.  If you study the comics text, there are brush stroke variations between different instances of the same character, e.g. in this day's comic it is noticeable in &amp;quot;T&amp;quot; and &amp;quot;R&amp;quot; --[[User:Jarvik|Jarvik]] ([[User talk:Jarvik|talk]]) 12:08, 4 January 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Why is the tower missing in the second panel?&lt;br /&gt;
:If the other buildings weren't in the same place, and the tower weren't back in panel 3, I'd have guessed that the rocket was moved back to the VAB to wait for the next launch window. Maybe this was more activity of the Range Mischief Officer? [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 17:05, 3 January 2024 (UTC)&lt;br /&gt;
::Seems to be back. [[User:RIIW - Ponder it|RIIW - Ponder it]] ([[User talk:RIIW - Ponder it|talk]]) 19:54, 3 January 2024 (UTC)&lt;br /&gt;
:::It was just an optical illusion - haze from the launch site causing tricks of the light. As is the fact that the various protuberances from the tower appear to change from panel to panel. [[Special:Contributions/172.69.194.14|172.69.194.14]] 11:53, 4 January 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is it worth adding a guess of what kind of rocket it is to the explanation? The phallic design seems like one of Blue Origin's. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 17:06, 3 January 2024 (UTC)&lt;br /&gt;
:The thin &amp;quot;neck&amp;quot; makes it look like somewhat like a Long March 4 when carrying a large fairing, but it's a bit exaggerated in how much thicker the lower stages are. The ratio looks more like a Vega-C, but then the neck is way too short.[[Special:Contributions/172.69.247.40|172.69.247.40]] 17:37, 3 January 2024 (UTC)&lt;br /&gt;
::Hard to tell, in silouhette. Often a two(-or-more)-side-booster configuation is used to increase the payload capabilities for a normally 'straight-up' main stack. And the reason why the stack needs boosting may be the increased weight (and/or fairing-size) of the extra-large payload section.&lt;br /&gt;
::The fins off the base of the broad 'body' are typical parts of add-on-boosters (which may have various top ends, some matching the 'shoulders' as seen) to aid with both the assisted phases of the launch (keeping the stack trimmed without excessive gimballing of the engines equipped to gimbal) ''and'' to ensure their eventual ejection is safe (adds a further force to ensure the expelled boosters consistently tumble safely away from the still-ascending, maybe boosting, central stack). There's not enough pixels to be sure if it's a typical Russian/European booster-profile (if it's an Arianne, sheer length make it closer to Arianne 5 (typical 2-booster stacking) to either Arianne 4 (A42P/44LPA/44P/etc) or 6 (A62/A64), though it's borderline even for a 5G/G+, and Proton-M has 'very low shoulders' too), and so many 'private' vehicles exist that I wouldn't want to check them all just for this. Not a Falcon 9 variant, however.&lt;br /&gt;
::The outsized header-fairing tends to happen for large loads that don't need a broad stack (JWST needed no comparatively huge head, it already needed power enough to get to L2!), something big-and-buslike that maybe a Delta-II might launch to sub-GEO (although the D2's boosters clearly do not match this profile, either).&lt;br /&gt;
::Unless I (or anybody else) happens upon a stack-shot that matches it, I think it's just an ad-hock composite. A Platonic 'form' of a rocket (or an Aristotelian one, if you prefer). But it does raise interesting questions.&lt;br /&gt;
::...as does why &amp;quot;uprange&amp;quot; is redlinked (currently!) in the wiktionary page for &amp;quot;downrange&amp;quot;. (Launching ''uprange'' into thunderstorms would be the suggestion for yet another range non-safety officer to make... :p ) [[Special:Contributions/141.101.98.104|141.101.98.104]] 01:50, 4 January 2024 (UTC)&lt;br /&gt;
Is &amp;quot;Why do we even HAVE that position?&amp;quot; a throw-back to The Emporer's New Groove? [[User:Hymie|Hymie]] ([[User talk:Hymie|talk]]) 04:16, 4 January 2024 (UTC)&lt;br /&gt;
: I doubt it's a specific reference - it's a pretty common joke - cf. 'What do we even pay you for?'&lt;br /&gt;
&lt;br /&gt;
;SpaceX?&lt;br /&gt;
My first thought was SpaceX, e.g. the 2020-12-09 SN8 flight: https://www.google.com/search?q=spacex%20sn8%20faa&lt;br /&gt;
&lt;br /&gt;
There was also some coverage of the 2022-02-03 Starlink launch which implied it would've been more prudent to &amp;quot;wait out the storm&amp;quot;: https://time.com/6146986/space-x-satellites-solar-storm/, but skimming academic articles makes it sound like losing so many satellites was surprising to forecasters: https://www.google.com/search?q=february+3+2022+starlink+launch+space+weather&lt;br /&gt;
[[User:Mikey.r|Mikey.r]] ([[User talk:Mikey.r|talk]]) 08:49, 4 January 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>Jarvik</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2876:_Range_Safety&amp;diff=332258</id>
		<title>2876: Range Safety</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2876:_Range_Safety&amp;diff=332258"/>
				<updated>2024-01-04T10:15:26Z</updated>
		
		<summary type="html">&lt;p&gt;Jarvik: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2876&lt;br /&gt;
| date      = January 3, 2024&lt;br /&gt;
| title     = Range Safety&lt;br /&gt;
| image     = range_safety_2x.png&lt;br /&gt;
| imagesize = 565x272px&lt;br /&gt;
| noexpand  = true&lt;br /&gt;
| titletext = The Range Mischief Officer has modified the trajectory to add a single random spin somewhere in the flight, but won't tell us where.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a RANGE EXPLOSION OFFICER - Please change this comment when editing this page. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
A {{w|Range Safety}} officer is responsible for ensuring the safety of the flight of a missile or launch vehicle – such as the rocket in the comic. This involves tasks like creating a launch corridor clear of any aircraft or ships, as well as ensuring that atmospheric conditions are favorable for a launch. &lt;br /&gt;
&lt;br /&gt;
In this comic, the Range Safety Officer has noticed reports of thunderstorms downrange, and has ordered a hold as conditions are no longer favorable.&lt;br /&gt;
&lt;br /&gt;
Randall continues on by imagining the opposite position, a &amp;quot;Range Danger Officer,&amp;quot; responsible for ensuring that the flight of the vehicle is dangerous. Flying into the biggest thunderstorm may qualify as dangerous - in 1987 an ATLAS rocket launched into thunderstorm conditions by NASA was destroyed by lightning strikes that caused electrical malfunction. Someone on the staff justifiably wonders what reason there is for that position to exist.&lt;br /&gt;
&lt;br /&gt;
The title text imagines a Range Mischief Officer, responsible for mischief – generally defined as minor/playful annoyance. Introducing a random unknown spin may qualify, since the spin shouldn't affect the flight too much, but would make all the flight engineers nervous about the flight as they seek to understand why telemetry is inverted (or why it is not!), as they work out the cause and whether it is symptomatic of bigger underlying issues or just a technical change of reference to an otherwise correct flight trajectory. Whether the spin is purely axial or end-over-end would probably matter greatly!&lt;br /&gt;
&lt;br /&gt;
The Range Danger Officer and Range Mischief Officer both sound like suitable positions for [[Black Hat]], xkcd's resident [[classhole]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[A rocket is on a launchpad with a tower next to it, with a few birds flying around them. Voices are coming from a nearby building. The scene is shown in black silhouette on a white background.]&lt;br /&gt;
:Voice: There are reports of thunderstorms in the downrange area.&lt;br /&gt;
&lt;br /&gt;
:Voice: The Range Safety Officer has ordered a launch hold.&lt;br /&gt;
&lt;br /&gt;
:Voice: But the Range '''''Danger''''' Officer wants to launch the rocket toward the biggest thunderstorm.&lt;br /&gt;
:Voice 2: Okay, why do we even '''''have''''' that position?&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* '''This trivia section was created by a BOT'''&lt;br /&gt;
* The [https://imgs.xkcd.com/comics/range_safety.png standard size] image was uploaded with a resolution/size larger than the supposed 2x version.&lt;br /&gt;
* This may have been an error.&lt;br /&gt;
* The tower next to the rocket was also missing from panel 2.&lt;br /&gt;
* These were later corrected.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Space]]&lt;br /&gt;
[[Category:Weather]]&lt;/div&gt;</summary>
		<author><name>Jarvik</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2307:_Alive_Or_Not&amp;diff=192086</id>
		<title>2307: Alive Or Not</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2307:_Alive_Or_Not&amp;diff=192086"/>
				<updated>2020-05-16T00:44:04Z</updated>
		
		<summary type="html">&lt;p&gt;Jarvik: /* Things ranked as not alive */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2307&lt;br /&gt;
| date      = May 15, 2020&lt;br /&gt;
| title     = Alive Or Not&lt;br /&gt;
| image     = alive_or_not.png&lt;br /&gt;
| titletext = Computer viruses currently fall somewhere between prions and fire.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a SLIME MOLD. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
There is no thorough definition of &amp;quot;life&amp;quot;; all definitions thus far proposed have either excluded some things commonly understood to be alive or included some things commonly understood to not be alive. Take reproduction, a trait commonly assumed to be essential and unique to life; by this definition, anything which cannot reproduce (including mules, worker bees, and postmenopausal women) would be considered nonliving, while anything which can duplicate itself (including computer viruses, advanced 3D printers, and fire—see below) would be considered alive.&lt;br /&gt;
&lt;br /&gt;
Many more elaborate definitions of life have been attempted over the decades.  Some common additional factors include:&lt;br /&gt;
&lt;br /&gt;
* {{w|Homeostasis}}, the ability to control an internal environment to maintain a constant state;&lt;br /&gt;
* {{w|Metabolism}}, converting nutrients into energy and building blocks for growth, reproduction, and so on; and&lt;br /&gt;
* {{w|Adaptation}} through heredity and natural selection.&lt;br /&gt;
&lt;br /&gt;
Despite all of this, the only definite definition of &amp;quot;life&amp;quot; is &amp;quot;something everyone agrees is alive&amp;quot;. This comic attempts to rank several types of things by how likely people are to perceive them as &amp;quot;alive&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Things ranked as alive ===&lt;br /&gt;
&lt;br /&gt;
* '''Animals (normal)'''&lt;br /&gt;
* '''Animals (weird ones like jellyfish and coral)''': Randall's categorization of animals as &amp;quot;normal&amp;quot; or &amp;quot;weird&amp;quot; is a simplified version of the {{w|Great chain of being}}, a philosophical framework in which humans are seen as the most &amp;quot;advanced&amp;quot; form of life, followed by a divine or otherwise justified hierarchy of progressively lesser life-forms (mammals, birds, fish, lizards, insects, and so on).&lt;br /&gt;
* '''{{w|Fungi}}''': Fungi are organisms that are part of a separate grouping than other organisms. They are neither plants nor animals. Fungi &amp;quot;eat&amp;quot; by absorbing dissolved molecules, like animals, but like plants, they are typically unable to move on their own. Mushrooms, yeasts, and molds are common types of fungi.&lt;br /&gt;
* '''Plants''': &lt;br /&gt;
* '''{{w|Slime mold}}s''': Slime molds are eukaryotic single-celled organisms (so &amp;quot;more advanced&amp;quot; than bacteria) which are most notable for their occasional congregation into macro-sized colonies which can appear to move as a single creature.  It's interesting that Randall ranks them as &amp;quot;less alive&amp;quot; than fungi (which they were once thought to be), especially given some of their curious behaviors (e.g. [https://www.theguardian.com/cities/2014/feb/18/slime-mould-rail-road-transport-routes optimizing transportation networks] when presented with a collection of food flakes and obstacles).&lt;br /&gt;
* '''Bacteria''': &lt;br /&gt;
* '''{{w|Archaea}}''': Archaea (misspelled as ''Archea'' by Randall) is a {{w|domain (biology)|domain}} of organisms, which do not fall under eukaryotes or bacteria. They are single-celled organisms that lack a nucleus.&lt;br /&gt;
* '''{{w|Virus}}es''': Viruses are infectious agents consisting of a genome surrounded by a protein or lipid shell.  When a virus contacts a cell, it delivers its genome inside the cell which causes the cells' reproductive machinery to create more viruses.  As viruses are incapable of reproducing without the aid of larger cells, it is often debated whether or not they are actually alive.  Randall has ranked viruses as &amp;quot;alive&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Things ranked as not alive===&lt;br /&gt;
* '''{{w|Prions}}''': Prions are misfolded proteins that can spread and change the structure of other proteins. Similarly to viruses prions require something else to replicate&lt;br /&gt;
* (from title text) '''{{w|Computer virus}}es''':&lt;br /&gt;
* '''{{w|Fire}}''': Fire is a common example of something which meets many common definitions for life; it grows, reproduces by spreading seeds (sparks), and consumes energy and excretes waste (ashes and smoke).  However, while fire can be a necessary part of the life cycle of other organisms (e.g. redwood trees), it does not maintain a constant environment within itself, nor does it perform &lt;br /&gt;
* '''Clouds&lt;br /&gt;
* '''{{w|Fossils}}''': Fossils are the petrified remains of once-living organisms, so in that sense they are more connected to life than &amp;quot;regular rocks&amp;quot;, and some may hold DNA that could theoretically be used to clone the fossilized life-form.&lt;br /&gt;
* '''Rocks shaped like faces''': Humans have an extremely advanced capability for seeing patterns, and one of the most powerful patterns we seek is {{w|Face perception|faces}}, so much so that we see faces even where they don't exist (a common form of {{w|pareidolia}}).  Humans instinctively anthropomorphize any object which vaguely resembles a face as having a sense of attention and mood, and so a rock shaped like a face would likely be treated differently than a rock not shaped like a face.  Randall does not distinguish between rocks intentionally carved to look like faces (such as the famous {{w|Moai}} sculptures) or rocks that happen to look vaguely like faces under the right lighting conditions (such as the famous {{w|Face on Mars}}.)&lt;br /&gt;
* '''Regular rocks''': Modern taxonomy originates from Carl Linnaeus, who categorized all objects on Earth as animals, plants (often stated as &amp;quot;''vegetable''&amp;quot; in quiz games like Twenty Questions), or minerals.  Minerals are most obviously not alive, although some cultures and works of fiction have creatures that turn to stone and will return later to life.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
[A vertical line, with various objects and entities marked as points on the line.  A horizontal dashed line is drawn across the list, with &amp;quot;Alive&amp;quot; items above the line and &amp;quot;Not Alive&amp;quot; items below.&lt;br /&gt;
*Animals (Normal)&lt;br /&gt;
*Animals (Weird ones like Jellyfish and Coral)&lt;br /&gt;
*Fungi&lt;br /&gt;
*Plants&lt;br /&gt;
*Slime Molds&lt;br /&gt;
*Bacteria&lt;br /&gt;
*Archea&lt;br /&gt;
*Viruses&lt;br /&gt;
*[Up-arrow: Alive]&lt;br /&gt;
*[Dashed line]&lt;br /&gt;
*[Down-arrow: Not Alive]&lt;br /&gt;
*Prions&lt;br /&gt;
*Fire&lt;br /&gt;
*Clouds&lt;br /&gt;
*Fossils&lt;br /&gt;
*Rocks shaped like faces&lt;br /&gt;
*Regular rocks&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Biology]]&lt;br /&gt;
[[Category:Geology]]&lt;br /&gt;
[[Category:Charts]]&lt;/div&gt;</summary>
		<author><name>Jarvik</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2307:_Alive_Or_Not&amp;diff=192085</id>
		<title>2307: Alive Or Not</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2307:_Alive_Or_Not&amp;diff=192085"/>
				<updated>2020-05-16T00:43:28Z</updated>
		
		<summary type="html">&lt;p&gt;Jarvik: /* Things ranked as not alive */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2307&lt;br /&gt;
| date      = May 15, 2020&lt;br /&gt;
| title     = Alive Or Not&lt;br /&gt;
| image     = alive_or_not.png&lt;br /&gt;
| titletext = Computer viruses currently fall somewhere between prions and fire.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a SLIME MOLD. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
There is no thorough definition of &amp;quot;life&amp;quot;; all definitions thus far proposed have either excluded some things commonly understood to be alive or included some things commonly understood to not be alive. Take reproduction, a trait commonly assumed to be essential and unique to life; by this definition, anything which cannot reproduce (including mules, worker bees, and postmenopausal women) would be considered nonliving, while anything which can duplicate itself (including computer viruses, advanced 3D printers, and fire—see below) would be considered alive.&lt;br /&gt;
&lt;br /&gt;
Many more elaborate definitions of life have been attempted over the decades.  Some common additional factors include:&lt;br /&gt;
&lt;br /&gt;
* {{w|Homeostasis}}, the ability to control an internal environment to maintain a constant state;&lt;br /&gt;
* {{w|Metabolism}}, converting nutrients into energy and building blocks for growth, reproduction, and so on; and&lt;br /&gt;
* {{w|Adaptation}} through heredity and natural selection.&lt;br /&gt;
&lt;br /&gt;
Despite all of this, the only definite definition of &amp;quot;life&amp;quot; is &amp;quot;something everyone agrees is alive&amp;quot;. This comic attempts to rank several types of things by how likely people are to perceive them as &amp;quot;alive&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Things ranked as alive ===&lt;br /&gt;
&lt;br /&gt;
* '''Animals (normal)'''&lt;br /&gt;
* '''Animals (weird ones like jellyfish and coral)''': Randall's categorization of animals as &amp;quot;normal&amp;quot; or &amp;quot;weird&amp;quot; is a simplified version of the {{w|Great chain of being}}, a philosophical framework in which humans are seen as the most &amp;quot;advanced&amp;quot; form of life, followed by a divine or otherwise justified hierarchy of progressively lesser life-forms (mammals, birds, fish, lizards, insects, and so on).&lt;br /&gt;
* '''{{w|Fungi}}''': Fungi are organisms that are part of a separate grouping than other organisms. They are neither plants nor animals. Fungi &amp;quot;eat&amp;quot; by absorbing dissolved molecules, like animals, but like plants, they are typically unable to move on their own. Mushrooms, yeasts, and molds are common types of fungi.&lt;br /&gt;
* '''Plants''': &lt;br /&gt;
* '''{{w|Slime mold}}s''': Slime molds are eukaryotic single-celled organisms (so &amp;quot;more advanced&amp;quot; than bacteria) which are most notable for their occasional congregation into macro-sized colonies which can appear to move as a single creature.  It's interesting that Randall ranks them as &amp;quot;less alive&amp;quot; than fungi (which they were once thought to be), especially given some of their curious behaviors (e.g. [https://www.theguardian.com/cities/2014/feb/18/slime-mould-rail-road-transport-routes optimizing transportation networks] when presented with a collection of food flakes and obstacles).&lt;br /&gt;
* '''Bacteria''': &lt;br /&gt;
* '''{{w|Archaea}}''': Archaea (misspelled as ''Archea'' by Randall) is a {{w|domain (biology)|domain}} of organisms, which do not fall under eukaryotes or bacteria. They are single-celled organisms that lack a nucleus.&lt;br /&gt;
* '''{{w|Virus}}es''': Viruses are infectious agents consisting of a genome surrounded by a protein or lipid shell.  When a virus contacts a cell, it delivers its genome inside the cell which causes the cells' reproductive machinery to create more viruses.  As viruses are incapable of reproducing without the aid of larger cells, it is often debated whether or not they are actually alive.  Randall has ranked viruses as &amp;quot;alive&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Things ranked as not alive===&lt;br /&gt;
* ''{{w|'Prions}}''': Prions are misfolded proteins that can spread and change the structure of other proteins. Similarly to viruses prions require something else to replicate&lt;br /&gt;
* (from title text) '''{{w|Computer virus}}es''':&lt;br /&gt;
* '''{{w|Fire}}''': Fire is a common example of something which meets many common definitions for life; it grows, reproduces by spreading seeds (sparks), and consumes energy and excretes waste (ashes and smoke).  However, while fire can be a necessary part of the life cycle of other organisms (e.g. redwood trees), it does not maintain a constant environment within itself, nor does it perform &lt;br /&gt;
* '''Clouds&lt;br /&gt;
* '''{{w|Fossils}}''': Fossils are the petrified remains of once-living organisms, so in that sense they are more connected to life than &amp;quot;regular rocks&amp;quot;, and some may hold DNA that could theoretically be used to clone the fossilized life-form.&lt;br /&gt;
* '''Rocks shaped like faces''': Humans have an extremely advanced capability for seeing patterns, and one of the most powerful patterns we seek is {{w|Face perception|faces}}, so much so that we see faces even where they don't exist (a common form of {{w|pareidolia}}).  Humans instinctively anthropomorphize any object which vaguely resembles a face as having a sense of attention and mood, and so a rock shaped like a face would likely be treated differently than a rock not shaped like a face.  Randall does not distinguish between rocks intentionally carved to look like faces (such as the famous {{w|Moai}} sculptures) or rocks that happen to look vaguely like faces under the right lighting conditions (such as the famous {{w|Face on Mars}}.)&lt;br /&gt;
* '''Regular rocks''': Modern taxonomy originates from Carl Linnaeus, who categorized all objects on Earth as animals, plants (often stated as &amp;quot;''vegetable''&amp;quot; in quiz games like Twenty Questions), or minerals.  Minerals are most obviously not alive, although some cultures and works of fiction have creatures that turn to stone and will return later to life.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
[A vertical line, with various objects and entities marked as points on the line.  A horizontal dashed line is drawn across the list, with &amp;quot;Alive&amp;quot; items above the line and &amp;quot;Not Alive&amp;quot; items below.&lt;br /&gt;
*Animals (Normal)&lt;br /&gt;
*Animals (Weird ones like Jellyfish and Coral)&lt;br /&gt;
*Fungi&lt;br /&gt;
*Plants&lt;br /&gt;
*Slime Molds&lt;br /&gt;
*Bacteria&lt;br /&gt;
*Archea&lt;br /&gt;
*Viruses&lt;br /&gt;
*[Up-arrow: Alive]&lt;br /&gt;
*[Dashed line]&lt;br /&gt;
*[Down-arrow: Not Alive]&lt;br /&gt;
*Prions&lt;br /&gt;
*Fire&lt;br /&gt;
*Clouds&lt;br /&gt;
*Fossils&lt;br /&gt;
*Rocks shaped like faces&lt;br /&gt;
*Regular rocks&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Biology]]&lt;br /&gt;
[[Category:Geology]]&lt;br /&gt;
[[Category:Charts]]&lt;/div&gt;</summary>
		<author><name>Jarvik</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2306:_Common_Cold&amp;diff=192025</id>
		<title>2306: Common Cold</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2306:_Common_Cold&amp;diff=192025"/>
				<updated>2020-05-14T17:50:40Z</updated>
		
		<summary type="html">&lt;p&gt;Jarvik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2306&lt;br /&gt;
| date      = May 13, 2020&lt;br /&gt;
| title     = Common Cold&lt;br /&gt;
| image     = common_cold.png&lt;br /&gt;
| titletext = Not even metapneumovirus, easily the common cold virus with the coolest name, warrants our sympathy. Colds suck. No mercy.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic is another in a [[:Category:COVID-19|series of comics]] related to the {{w|2019–20 coronavirus outbreak|2020 pandemic}} of the {{w|coronavirus}} {{w|SARS-CoV-2}}, which causes {{w|COVID-19}}. &lt;br /&gt;
&lt;br /&gt;
Many of the measures humans have undertaken to fight SARS CoV-2, such as careful hand-washing and sanitizing of frequently-touched surfaces, are effective against most pathogens. Hence, one of the ironic silver linings of the coronavirus pandemic is that the aggressive implementation of these measures are likely to slow the spread, not only of SARS CoV-2, but of many common illnesses. If these measures become long-term social expectations, they may improve public health long after the current pandemic has passed.&lt;br /&gt;
&lt;br /&gt;
In this strip, [[Randall]] addresses the matter from the point of view of viruses. Specifically, those that cause the {{w|common cold}}, imagining them as sentient entities, with spreading infection as their conscious goal. Much like in [[2287: Pathogen Resistance]], the humor comes from the perspective flip, where health measures intend to protect us are seen by the pathogens as terrifying attacks. In this strip, the cold viruses become aware that more aggressive hygiene measures are putting them at risk, and hope to negotiate with humanity, on the grounds that, unlike CoV-SARS-2, they are rarely fatal. Their hope seems to be that, once the current pandemic is brought under control, humanity will abandon these measures, and allow them to freely spread, once again. &lt;br /&gt;
&lt;br /&gt;
Cueball's adamant refusal likely reflects Randall's hope that this pandemic will result in lasting changes, slowing the spread of all diseases, including those which are merely very unpleasant, as opposed to actually fatal. By treating this like a conscious battle, people may be more inclined to be vigilant, and not allow the enemy any opportunity to recover.&lt;br /&gt;
&lt;br /&gt;
While colds are unlikely to kill otherwise healthy humans, they still cause symptoms which can be painful, even debilitating, in the short term. Previous strips made reference to the miserable nature of the disease.  In December 2015, Randall released both [[1612: Colds]] and [[1618: Cold Medicine]].&lt;br /&gt;
&lt;br /&gt;
The ''[[what_if?|what if?]]'' book previously dealt with the plausibility of eliminating the common cold through aggressive physical distancing alone. The section in that book concluded that total elimination would be impractical. However, the current situation suggests that minimizing the spread of disease by careful hygiene measures is realistic.&lt;br /&gt;
&lt;br /&gt;
In the title text Randall mentions a virus with the name {{w|Human metapneumovirus|metapneumovirus}}. He states that this is easily the common cold virus with the coolest name. But that does not mean it warrants our sympathy (as it is present in up to 40% of colds, and can be deadly in vulnerable populations). And he finishes by stating that &amp;quot;Colds suck. No mercy&amp;quot;. So Randall would not be sorry to see the common cold eliminated, or at least substantially contained, by our coronavirus precautions.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Three large viruses hangs in the air in front of Cueball. The one closest to Cueball looks a bit like the virus causing the corona pandemic, although it is made clear it is no this type of virus. The other two are put together by small circles. The one behind the corona-like virus has 7 small circles, four in a group, one above and two below. The other has three circles. They are not so closely knit together, and may instead represent three smaller viruses rather than one large. The corona type virus addresses Cueball with a starburst above it indicating it speaks the lines above.]&lt;br /&gt;
:Coronoa-like virus: Hi there! We're the viruses that cause the common cold.&lt;br /&gt;
:Coronoa-like virus: This handwashing ...&lt;br /&gt;
:Coronoa-like virus: It stops when this is all over, right?&lt;br /&gt;
&lt;br /&gt;
:[Same setting in a slimmer panel.]&lt;br /&gt;
:Coronoa-like virus: It's just, it's making things really hard for us, too.&lt;br /&gt;
:Coronoa-like virus: Maybe we could make a deal?&lt;br /&gt;
&lt;br /&gt;
:[Same setting in a frame-less panel. The large virus also speaks as indicated with a star burst above it.]&lt;br /&gt;
:Large virus: We won't kill you!&lt;br /&gt;
:Large virus: We just want to get back in your throat and make you feel gross now and then.&lt;br /&gt;
:Coronoa-like virus: Show us some mercy?&lt;br /&gt;
&lt;br /&gt;
:[Zoom in on Cueball, beat panel.]&lt;br /&gt;
&lt;br /&gt;
:[In the close up off Cueball he lifts his hand up, which has been balled into a fist. He shouts his reply.]&lt;br /&gt;
:Cueball: '''''No.'''''&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:COVID-19]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;/div&gt;</summary>
		<author><name>Jarvik</name></author>	</entry>

	</feed>