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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:3020:_Infinite_Armada_Chess&amp;diff=358732</id>
		<title>Talk:3020: Infinite Armada Chess</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:3020:_Infinite_Armada_Chess&amp;diff=358732"/>
				<updated>2024-12-05T22:56:43Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: signed the previous post&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;
Did I do well? Added a very very basic explanation. [[Special:Contributions/172.68.147.132|172.68.147.132]] 04:25, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Well, yes but I wonder if just one tiny fix is needed. If you replace the white side with a simplyfied artillery tower, you reinvented space invaders.{{unsigned ip|172.71.160.70|04:57, 5 December 2024 (UTC)}}&lt;br /&gt;
&lt;br /&gt;
I was personally hoping for an explanation of the Infinite Armada thing, and I feel like a link to the TV Tropes page doesn't really. Explain that at all. So I would love a bit of an expansion on that part! Just want to be sure I didn't miss some reference or something. [[Special:Contributions/172.68.23.91|172.68.23.91]] 05:48, 5 December 2024 (UTC)&lt;br /&gt;
: Likewise. I get the comic, but I assumed the 'armada' part was a reference that I just did not get. But it seems it is just a word choice. [[Special:Contributions/172.71.102.105|172.71.102.105]] 09:39, 5 December 2024 (UTC)&lt;br /&gt;
:: The only &amp;quot;Infinite Armada&amp;quot; reference I can think of is ''[https://en.wikipedia.org/wiki/Star_Wars:_Knights_of_the_Old_Republic Star Wars: Knights of the Old Republic]'', which kind of makes sense because if you have a Star Forge to make chess pieces with, why wouldn't you make them all queens? [[Special:Contributions/162.158.167.159|162.158.167.159]] 18:47, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think that since the error was &amp;quot;out of bounds&amp;quot;, not &amp;quot;out of memory&amp;quot;, it's referring to indexing outside of the region of memory that the program allocated to deal with the board. This would happen since instead of addressing rank 1..8, you could address rank 9, 10, 0, or -1. Unless bounds checking is performed when converting the board coordinates into linear array indices, you'd get an out-of-bounds error (or worse, succeed in reading or modifying memory that you weren't intending to). --[[Special:Contributions/172.71.30.253|172.71.30.253]] 05:45, 5 December 2024 (UTC)&lt;br /&gt;
:It was &amp;quot;Out of Bounds memory access&amp;quot;. That means it was trying to access a memory address that was out of the bounds of the computer, as if it were trying to access the  ω-th index of the board array, which would put it out of the memory range of any computer [[User:Firestar233|guess who]] ([[User talk:Firestar233|if you want to]] | [[Special:Contributions/Firestar233|what i have done]]) 06:15, 5 December 2024 (UTC)&lt;br /&gt;
:: There is no hint that the bounds are those of the computer, the simplest explanation really is that the bounds are those of an array. The error message does come up. In addition, to try to access the memory at the ω-th index, you would need to construct the ω-th index itself first (which would fail or not terminate) [[User:Jmm|Jmm]] ([[User talk:Jmm|talk]]) 07:01, 5 December 2024 (UTC)&lt;br /&gt;
::: The specific message, &amp;quot;RuntimeError: Out of bounds memory access&amp;quot;, is a WebGL error issuing from its WASM cross-platform browser implementation. This implies to me that an attempt to render an infinite chessboard failed in a fairly trivial way, because of a poor implementation. It's very unlikely that there had been a problem with the [https://github.com/official-stockfish/Stockfish/tree/master/src Stockfish playing algorithm] yet, which would have failed with a different message if it ran out of memory, such as &amp;quot;Killed&amp;quot;, which is all that shells like Bash print when one of their job processes is killed by the kernel's OOM killer, or by anything else for that matter. [[Special:Contributions/172.70.215.21|172.70.215.21]] 12:58, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is this a reference to [https://youtu.be/rav29N0-h2c infinite chess by Naviary?] [[User:HaruruChanDesu|HaruruChanDesu]] ([[User talk:HaruruChanDesu|talk]]) 11:21, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;it does not really need to consider the infinitely many pieces&amp;quot; =&amp;gt; a chess Engine would need to consider the infinitely many pieces (or have a way to abstract them), even if some pieces are currently stuck because the engine recursively evaluates moves and counter-moves (i.e. evaluates the game up to some depth).&lt;br /&gt;
&lt;br /&gt;
Is the cardinality of the set of all the pieces smaller than the cardinality of the set of all possible moves?  My gut instinct says yes but I don't have the energy to muck around and see if I can prove it.  If I did try I think that matrix diagonalization would be the first thing I'd try.  Anybody less lazy than me on this? --[[User:Tomb|Tomb]] ([[User talk:Tomb|talk]]) 21:30, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Can someone explain the linked joke with all the extra queens? I don't understand why it's a bad position. [[Special:Contributions/172.69.59.126|172.69.59.126]] 16:49, 5 December 2024 (UTC)&lt;br /&gt;
:Knight to d6. [[Special:Contributions/162.158.167.175|162.158.167.175]] 17:09, 5 December 2024 (UTC)&lt;br /&gt;
::...is checkmate by black. White can't capture the knight with either of the two queens that attack it because they're both pinned, by black's bishop and rook. (And we know it's black's turn to move because the colored squares indicate white just moved.) [[User:DKMell|DKMell]] ([[User talk:DKMell|talk]]) 17:54, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Expected some discussion here already on the best opening moves given a infinite board or at least the board depicted.&lt;br /&gt;
1. e3 e6 2. Qh5 seems a logical start, but not entirely sure what would happen after that?&lt;br /&gt;
Any ideas? [[User:Flekkie|Flekkie]] ([[User talk:Flekkie|talk]]) 22:56, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hit me up when this becomes real. ==&lt;br /&gt;
&lt;br /&gt;
I would like to try this out. [[User:CalibansCreations|'''&amp;lt;span style=&amp;quot;color:#ff0000;&amp;quot;&amp;gt;Caliban&amp;lt;/span&amp;gt;''']] ([[User talk:CalibansCreations|talk]]) 12:29, 5 December 2024 (UTC)&lt;br /&gt;
:It should be easy enough. You will rarely get the queens out in play from deep in the array. So maybe just put two chess boars together and put some placeholder in for queens in the extra fields. If ever a queen in the bottom row is moved, place extra queens that can now be moved into the 2-3 squares that would be outside the board...--[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 12:39, 5 December 2024 (UTC)&lt;br /&gt;
:It might be something one could set up in Infinite Chess, although having limits on the chessboard may be difficult. [[Special:Contributions/172.68.150.67|172.68.150.67]] 14:01, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Here's a finite approximation in ChessCraft: https://www.chesscraft.ca/design?id=5KM4 [[User:Promethean|Promethean]] ([[User talk:Promethean|talk]]) 15:37, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
While I understand how to play chess, I don't get the bit about &amp;quot;having a bunch of queens doesn't go very well&amp;quot;. At first glance, the linked chess layout looks pretty solid. Can someone please enlighten me? Also, what does the TV Tropes link about Title Drop have to do with Infinite Armada, aside from that being the title of the comic? [[Special:Contributions/172.70.230.77|172.70.230.77]] 13:10, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: ... Nd6. [[Special:Contributions/172.70.91.246|172.70.91.246]] 13:31, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: Ah, thanks. Moving the knight there puts the king in check, and moving either queen to take it exposes the king to the bishop or rook, so checkmate. [[Special:Contributions/162.158.63.38|162.158.63.38]] 15:05, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::You are assuming that the opponent makes no moves while you spend at least three moves advancing your knight. Looks like either side can draw by always moving the king backwards whenever a queen has moved and made a hole he can move to and otherwise trying to make a new, deeper hole. Eventually he gets so far back that any attack turns into an infinite sequence of queens taking each other, with the attacker only having file attacks while the defender can retake from a rank, file, or diagonal. Any time the attacker breaks off the infinite sequence of queens taking each other to set up something else, the defender takes advantage of the break to move the king deeper and put more queens in front of him or to create more empty spaces to sidestep into when attacked. To me, this looks like a certain draw. [[Special:Contributions/172.69.33.252|172.69.33.252]] 16:21, 5 December 2024 (UTC) &lt;br /&gt;
&lt;br /&gt;
:::::They're talking about the linked layout at https://x.com/chesscom/status/1841540380363211164, not the layout in the comic. It only takes one move for the black knight to move to Nd6 and put the white king in checkmate. [[Special:Contributions/141.101.109.167|141.101.109.167]] 20:59, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
You might be able to get the developer of fairy stockfish ( https://fairy-stockfish.github.io/ ) to add this if you ask nicely. I have seen them add several reader requests. [[Special:Contributions/172.70.211.143|172.70.211.143]] 15:46, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Could this be a reference to the meme about &amp;quot;eating an infinite armada of pizza&amp;quot;? The wording seems too similar to be a coincidence. [[Special:Contributions/172.70.114.46|172.70.114.46]] 14:46, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
Would this guarantee a draw between two competent players who'd played the variant before, or would there be more nuance to it than there appears to be?&lt;br /&gt;
&lt;br /&gt;
Can someone explain the linked joke with all the extra queens? I don't understand why it's a bad position. [[Special:Contributions/172.69.59.125|172.69.59.125]] 16:48, 5 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
The explanation of the linked joke is that the king appears safe at first glance, but in reality there is a simple move that wins the game for black. Moving the black knight to the top left corner of the queen square checks the king. The king cannot move to escape. Two queens are in position to take the knight and save the white king, but both of those moves expose the king to attack from other black pieces (the rook or the bishop).&lt;br /&gt;
&lt;br /&gt;
Wow. Not only did White give Black a mate in one, they also blundered a mate in one. [[Special:Contributions/162.158.167.176|162.158.167.176]] 20:21, 5 December 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2834:_Book_Podcasts&amp;diff=324516</id>
		<title>Talk:2834: Book Podcasts</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2834:_Book_Podcasts&amp;diff=324516"/>
				<updated>2023-09-27T22:28:00Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: Adding information on how to actually set up book-podcasts.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This one is the most get-out-of-my-mind I have ever experienced with xkcd. And I had quite a few of these :-)&lt;br /&gt;
I recently had this very same thought, and eventually I managed to find a way to get audiobooks and podcasts just mixed up in the very same app and very same environment. And it's been an absolute joy switching around between them. Drastically increased my book-reading.&lt;br /&gt;
I have been telling everyone who wants to hear about it. &lt;br /&gt;
&lt;br /&gt;
Anyone curious to do the same I greatly recommend using PodcastAddict and its integrated &amp;quot;virtual podcasts&amp;quot; feature. &lt;br /&gt;
That one allows you to create a &amp;quot;podcast&amp;quot; from a selected folder with audiofiles. &lt;br /&gt;
&lt;br /&gt;
Combine this with Audiobookstore.com or any other place where you can actually download books you purchase, and you can have the same set-up.&lt;br /&gt;
See image for result: https://imgur.com/a/Jp0vgY3&lt;br /&gt;
&lt;br /&gt;
Not affiliated with any of the services mentioned. Just a big fan of Podcast Addict and Xavier's work :-) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Flekkie|Flekkie]] ([[User talk:Flekkie|talk]]) 22:28, 27 September 2023 (UTC)&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2761:_1-to-1_Scale&amp;diff=310189</id>
		<title>Talk:2761: 1-to-1 Scale</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2761:_1-to-1_Scale&amp;diff=310189"/>
				<updated>2023-04-11T22:19:48Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: complimneting the imgur simulation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Really want an explanation for this one. [[User:JobbieJimmies|Melomaniac]] ([[User talk:JobbieJimmies|talk]]) 03:23, 11 April 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
My comment got deleted by a bot!!! [[User:Unreliable Connection|2659: Unreliable Connection]] ([[User talk:Unreliable Connection|talk]]) 03:23, 11 April 2023 (UTC)&lt;br /&gt;
:RIP... [[User:JobbieJimmies|Melomaniac]] ([[User talk:JobbieJimmies|talk]]) 03:25, 11 April 2023 (UTC)&lt;br /&gt;
:No, UC, it just got overwritten by the 'bot, when it did its job and (re)created the whole initial state of the various pages to depict the new comic coming out. (Noting that you'd not set them all up fully/correctly.)&lt;br /&gt;
:That you had spotted it already and had ''just'' gotten in ahead of the 'bot clearly isn't something it was prepared to handle. But as someone spotting it can usually wait a short while for the 'bot to catch up, I don't think it's a problem. In fact, you could have just copied your old contributions into the now receptive page(s), with nary any comment. Too late now. [[Special:Contributions/172.70.90.101|172.70.90.101]] 03:44, 11 April 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: This may have broken the next link on the previous page. --[[Special:Contributions/172.71.160.36|172.71.160.36]] 06:41, 11 April 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
The lines represent the surfaces of the planets I think, so it's basically all the planets overlaid on top of each other. [[Special:Contributions/172.71.142.35|172.71.142.35]] 03:28, 11 April 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Yup, I think it's what he meant - but I find it unlikely that the gas giants would have this clear cutoff of a &amp;quot;surface&amp;quot;. [[Special:Contributions/162.158.189.241|162.158.189.241]] 03:34, 11 April 2023 (UTC)&lt;br /&gt;
::If there is a gas - liquid phase transition (and I think at least the gas giants have them): Why not? OK, you could see &amp;quot;rain&amp;quot; as blurring a clear cutoff, but wouldn't that also apply to Earth, then?[[User:Tier666|Tier666]] ([[User talk:Tier666|talk]]) 08:04, 11 April 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
I’d think the same citation as stands for ridiculously large would also cover larger than currently exists on earth, and his that citation is not in fact needed? [[Special:Contributions/162.158.174.186|162.158.174.186]] 06:53, 11 April 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
:It seems like the gas-covered worlds are explicitly those with clearly cutoff &amp;quot;surfaces,&amp;quot; so maybe in those cases the cutoff is some specific gas density -- which occurs at a consistent radius throughout the planet, thus creating a flat surface. While for rocky worlds (except Venus, which is treated like a gas planet here), a density cutoff can lead to bumpiness due to terrain. [[User:Trimeta|Trimeta]] ([[User talk:Trimeta|talk]]) 03:57, 11 April 2023 (UTC)&lt;br /&gt;
:: just to be very clear (this being a explanation site!) that Venus is &amp;quot;treated like a gas giant&amp;quot; because of it's thick atmosphere. It would be just as correct to say &amp;quot;All the gas giants are treated like Venus&amp;quot; After all, ordinary telescopes couldn't take a picture that sees through any atmospheres, except Earth, where you'd see clouds but often surface where clouds don't appear. Sorry if that's an overexplanation [[User:Cuvtixo|Cuvtixo]] ([[User talk:Cuvtixo|talk]]) 19:10, 11 April 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
On Twitter there seems to be concern that all planets are depicted flat. This may make this a contribution/mockery of the ongoing [https://en.wikipedia.org/wiki/Flat_Earth Flat Earth] discussions in some corners of the internet. --[[Special:Contributions/198.41.242.132|198.41.242.132]] 06:49, 11 April 2023 (UTC)&lt;br /&gt;
:You can't see the curvature of the Earth when standing on it; doesn't mean it's flat. Since we're looking at the planets at a 1:1 scale, we're literally only seeing a couple of &amp;lt;em&amp;gt;inches&amp;lt;/em&amp;gt; of each of their edges (notwithstanding the whole gas-giants-don't-have-a-sharp-edge issue). [[Special:Contributions/162.158.239.20|162.158.239.20]] 12:06, 11 April 2023 (UTC)&lt;br /&gt;
:actually you can see it, standing on the shore of any large lake on a calm day looking at a shore that's ~6.5 miles (10.5km) away. You'll lose ~8ft (2.5m) below the horizon - [[Special:Contributions/162.158.186.213|162.158.186.213]] 13:55, 11 April 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
The display for an uncropped version of the image would not only be larger than any display on earth. It would be larger than earth. [[Special:Contributions/162.158.86.243|162.158.86.243]] 06:59, 11 April 2023 (UTC)&lt;br /&gt;
:By necessity, at least as large as Jupiter. Maybe slightly above two Jupiters (max dimension squared compared to display height*width of any common aspect ratio) if you wanted to not overlay any of the others at all. And make the lower limit a packing-problem, then add a buffer so there isn't the actual need for any to touch. [[Special:Contributions/172.70.90.253|172.70.90.253]] 10:02, 11 April 2023 (UTC)&lt;br /&gt;
::I'm going to add that. Someone was confused enough to put {{cite needed}} there, which may be a joke onto itself?, I can't tell. I've removed the cite needed, but I guess it needs to be more clear why it's totally nonsensical and doesn't need a citation? [[User:Cuvtixo|Cuvtixo]] ([[User talk:Cuvtixo|talk]]) 19:16, 11 April 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
1-to-1 scale means 'assume all planets are the same size,' right? I see Earth's grass is shown to be as large as Martian rocks, because Earth is a third again as large. (At the scale where grass is visible, Earth looks flat.) At first I thought the point was that altitude variation in cloud-tops varied so little that a gas giant shrunk down to Earth size would be featureless and have a distinct edge, but that's wrong. Ground isn't cloud-tops. Do gas giants have any solid ground? We've seen Jupiter eat comets, and it makes sense they would've collected at least some minerals and metals. According to [[https://www.teachastronomy.com/textbook/The-Giant-Planets-and-Their-Moons/Internal-Structure-of-the-Gas-Giant-Planets/|Teach Astronomy]], gas giants have Earth-sized solid cores. I'm guessing gas giants' immense gravity compresses their cores into featureless spheres, which, if scaled to Earth-size and viewed at the scale where one could see grass, would look flat. Yes?&lt;br /&gt;
[[User:EllenNB|EllenNB]] ([[User talk:EllenNB|talk]]) 10:14, 11 April 2023 (UTC)&lt;br /&gt;
:Gravity itself won't compress (and 'flatten') the cores. &amp;quot;Shell theory&amp;quot; shows that gravitational force only counts from the proportion of the body that is within the radius of the bit you're concerned with. But there'll also be the external pressure (from being at the bottom of a thick atmosphere that ultimately ''is'' above far more of the planetary mass) and possibly a degree of compression density to make any Earth-sized core slightly heavier than if it was just a bare core of the same size but shorn of outer layers.&lt;br /&gt;
:As to flatness, I can take you to very flat stretches of Earth and very lumpy bits (depends which direction I go, from where I am now), all within 30 minutes' drive. We can'teven know how representative a sample of planetary cross-sections we are seeing (once we get over the issues of gas/space boundaries for gas-giants), but I bet there are bits that resemble the diagram... If you ''really'' want it to be so real. [[Special:Contributions/172.71.242.87|172.71.242.87]] 11:05, 11 April 2023 (UTC)&lt;br /&gt;
:No, 1-to-1 means that they are actual size, not the same size. [[User:SDSpivey|SDSpivey]] ([[User talk:SDSpivey|talk]]) 13:37, 11 April 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are several pieces of information here that are featured but don't make sense to me. What's the function of the dark polygon in the center? Why are the lines showing each surface going in random directions? Why is the surface of each planet so flat at a full scale rendition? When I look out my window at full sized Earth, it's not flat. It's quite bumpy, actually. But perhaps he doesn't mean these are full size, he might be saying that they're all shrunk, but the same amount, so 1:1:1:1:1... but even then, I'm totally lost.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;What's the function of the dark polygon in the center?&amp;quot; &lt;br /&gt;
I think it is a view of the dark sky, &amp;quot;above&amp;quot; the surface of the Earth, Mars, etc. [[User:Rps|Rps]] ([[User talk:Rps|talk]]) 11:43, 11 April 2023 (UTC)&lt;br /&gt;
:I think the &amp;quot;polygon&amp;quot; is a grassy Earth itself, with the white above it sky. Earth is the rearmost planet pictured. Then in front of Earth, on all sides except the top, are the overlays of the various planets, what little of each one as can fit. But then maybe the polygon is night starry sky, and Earth is the white area above it. [[User:N0lqu|-boB]] ([[User talk:N0lqu|talk]]) 14:35, 11 April 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is this an ant on earth, over the letters &amp;quot;EA&amp;quot; ? On my monitor, set for my less-than-perfect vision, it is 15mm long, which (at a 1:1 scale) makes it a cow ant, or a large african ant. I guess people with normal vision get fire and carpenter ants instead? And those on smartphones get pavement ants?[[Special:Contributions/172.68.50.73|172.68.50.73]] 11:00, 11 April 2023 (UTC)&lt;br /&gt;
:I do believe it is! It's 6&amp;amp;nbsp;mm on my desktop monitor and 3&amp;amp;nbsp;mm on my phone. We also don't know what side of the Earth we're looking at, so I suppose it could really be any ant, including the one in your local area. I like to think it's a black garden ant (''Lasius niger''), since I'm most familiar with those :) [[Special:Contributions/162.158.239.25|162.158.239.25]] 12:16, 11 April 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
It took me a good while to figure out this one; I don't normally need to come here, but this one stumped me at first. (The comments as of right now weren't too illuminating either.) I think the lack of color was an issue; I first thought the black polygon in the center was the earth, and then interpreted the various lines as a &amp;lt;em&amp;gt;really&amp;lt;/em&amp;gt; weird diagram type I'd never seen before, like a phase diagram or something; I also considered one-dimensional planets. [https://imgur.com/a/yJOYvk1 I colored in the planets to aid me.] The way I now interpret this one is thus: imagine an observer sitting a tremendous distance away from the solar system, and they have a camera with an extremely supremely highly zooming telephoto lens. Then a lining-up of all eight planets happens – I believe this is impossible IRL (because of resonances or something), but just go with it. The observer manages to snap this incredible image of a teeny tiny spot of the sky, which simultaneously manages to include the very very edges of all the planets as well as some of the sky behind them all. The sky is the black polygon: it has nebulae and stars. Neptune is in front of Uranus, and that as well as Mercury are in front of Saturn, which is in front of both Jupiter and Mars; Venus is between Mercury, Mars and the Earth, and the Earth is also behind Jupiter. The reason why these are all so smooth is &amp;lt;em&amp;gt;because&amp;lt;/em&amp;gt; it's such a small area: we're literally only seeing a couple of square inches of the surface of each of the rocky planets. (See, you can see an individual ant on the Earth. Go to the most rugged mountain range you can find and observe a couple of square inches; it'll be locally flat.) The lack of atmospheres on the rocky planets as well as the hard edges of the gas giants are artistic license. This one is a member of the genre of &amp;quot;true yet unhelpful diagrams&amp;quot;; I'm surprised that isn't a category on this wiki. – [[Special:Contributions/162.158.238.4|162.158.238.4]] 12:58, 11 April 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
((Written whilst 162.158.238.4 was editing, above, and I got an edit conflict on that. The editor concerned touches on this ordering business, but I'm pasting my original in unaltered, not rejigged as a more focused reply.))  I was wondering abut the &amp;quot;overlap order&amp;quot; for a while, until I twigged it. May not be worth officially documenting, but my analysis, showing that (perhaps depending upon specific orbital positions, during a given range of times, which can of course be checked) it's ''probably'' based upon distance away from Earth.&lt;br /&gt;
*Earth is bottom-most. Could be 1st/2nd, shared with Mars, as their overlap isn't shown.&lt;br /&gt;
*Mars is our nearest neighbour. (As above, could be 1st ''or'' 2nd on stack.)&lt;br /&gt;
*Venus next. Although it could be 7th (only obscured by Mercury) or anywhere else down to 3rd.&lt;br /&gt;
*Jupiter as 4th from bottom. (''Could'' be 3rd..5th, though.)&lt;br /&gt;
*Saturn takes 5th-up position. (4th..6th)&lt;br /&gt;
*Mercury as 6th. (Or all the way to topmost, but I made an assumption about its relationship to the last two.)&lt;br /&gt;
*Uranus as 7th. (6th/7th a possibility, depends on Mercury)&lt;br /&gt;
*Neptune as 8th. (7th/8th possible, Mercury again.)&lt;br /&gt;
...or at least that's what my mental notes tell me. Not helped by starting off counting from near to far and possibly messing up my numbers when I realised it made sense to flip them. It could also be &amp;quot;delta-V needed to reach the planet concerned&amp;quot; (either without or ''including'' flyby slingshot momentum borrowing/burning), but that's something I'd also need to check. I doubt it really needs tying down/Explaining, and when I edited the Transcript I decided not to record every nuance of the &amp;quot;variously orientated surfaces&amp;quot;, as I think it adds nothing so long as the description gives the general idea.  [[Special:Contributions/141.101.98.121|141.101.98.121]] 13:06, 11 April 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
So no one is going to mention that for the clarity depicted you'd need to literally place the planets inside of each other, or have some sort of focal length from zero to infinity? I'm not sure if that bothers me more or less than the missed trick of making the length of ground shown relate to some comparative parameter (albedo might have been a fun one) - [[Special:Contributions/162.158.186.213|162.158.186.213]] 13:55, 11 April 2023 (UTC)&lt;br /&gt;
:To be fair, you're also going to have to choose a &amp;quot;flat&amp;quot; few inches of surface that stands proud of the local geography (such that anything higher is below the curvature of the Earth for its proximity), and deal with an impossible resolution of an impossibly zoomed telephoto shot from a viewpoint unimaginably distant (''whilst'' a near-enough non-Solar conjunction/asterism is happening, or at least was, when the light passed each body), without significant atmospheric distortion (which is a relatively minor issue, compared with the scarcity of photons that reach the camera ''anyway'').&lt;br /&gt;
:Can we perhaps instead assume that these are just individual 1:1-scale cross-sectional diagrams (or even carefully curated local photos) drawn together into a hybrid image to accurately retain the scaling verisimilitude, and individual contexts, but happily faking the relative positions? [[Special:Contributions/172.70.85.56|172.70.85.56]] 15:00, 11 April 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
It would take some work to check, but I'm wondering if the angle of the horizons of the various planets are perpendicular to the line made between the earth and the planet in question [[Special:Contributions/162.158.154.141|162.158.154.141]] 15:36, 11 April 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
This is how I interpret this image: [https://imgur.com/a/WwdbXkN I didn't want to make the black dot as small as in the picture so dimensions are insanely larger] [[Special:Contributions/172.69.194.80|172.69.194.80]] 20:35, 11 April 2023 (UTC)&lt;br /&gt;
: that is a very clarifying picture, thank you! Shall we include it on the explanation page? It belongs there IMO [[User:Flekkie|Flekkie]] ([[User talk:Flekkie|talk]]) 22:19, 11 April 2023 (UTC)&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2704:_Faucet&amp;diff=300005</id>
		<title>Talk:2704: Faucet</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2704:_Faucet&amp;diff=300005"/>
				<updated>2022-11-29T02:13:12Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: mistake in URL edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Are faucet designs considered to be confusing? I'm never confused by normal ones like [https://www.ikea.com/us/en/images/products/sundsvik-kitchen-faucet-chrome-plated__0756711_pe749051_s5.jpg?f=s these]&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2704:_Faucet&amp;diff=300004</id>
		<title>Talk:2704: Faucet</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2704:_Faucet&amp;diff=300004"/>
				<updated>2022-11-29T02:12:35Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: starting convo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Are faucet designs considered to be confusing? I'm never confused by normal ones like [https://www.ikea.com/us/en/images/products/sundsvik-kitchen-faucet-chrome-plated__0756711_pe749051_s5.jpg?f=s these)&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2681:_Archimedes_Principle&amp;diff=296123</id>
		<title>Talk:2681: Archimedes Principle</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2681:_Archimedes_Principle&amp;diff=296123"/>
				<updated>2022-10-06T02:02:55Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: indentation&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;
I started an explanation, but I can't really figure out what Archimedes' &amp;quot;plan&amp;quot; is. I guess it has something to do with swapping out the fake crown with the king's real gold crown. Heist movies and TV shows always confuse me (I liked &amp;quot;Leverage&amp;quot; for the characters, but could never understand the plans). [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 23:12, 5 October 2022 (UTC)&lt;br /&gt;
:Under the guise of demonstrating the displacement principle (the buoyancy effect has no real part in this, given the non-floating nature of any crown... I think the focus in the explanation should just be upon the displaced volume of liquid which traditionally would quantify the volume of an object of known weight and a density to be tested to ensure it is that of the purported substance) he will dunk the real crown in the water. Then ''either'':&lt;br /&gt;
:* extract the fake crown, now 'proven true', satisfying everyone but leaving him the really-true crown, or,&lt;br /&gt;
:* extract the fake crown, possibly fudging the interpretation (how much water sloshes out) to make it ''seem'' like a fake crown went in (and the fake that came out can now be destructively examined to confirm this, now having just cause to utterly ruin the craftwork in the process, and framing the original artisan for fraud), again leaving him with the crown he was given for testing.&lt;br /&gt;
:If the original crown was itself already fake then it might not be worth it (or have to lean towards the latter outcome with a bit of extra care not to 'upgrade' the fake) but that's probably covered by the typical Batman Gambit of a typical heist movie characterm [[Special:Contributions/172.70.85.49|172.70.85.49]] 00:37, 6 October 2022 (UTC)&lt;br /&gt;
::The first of the two options makes way more sense. I don't like this plan at all though. How do you hide a colored shiny thing in a bucket of transparent water?!? I feel like we're missing something obvious. [[Special:Contributions/172.69.34.80|172.69.34.80]] 01:53, 6 October 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Megan says &amp;quot;hidden IN the bottom&amp;quot; , so I think there is some kind of false floor/double bottom at play here; allowing the fake crown to be hidden from view and allowing for a crown-swap in the middle of the demonstration. [[User:Flekkie|Flekkie]] ([[User talk:Flekkie|talk]]) 02:02, 6 October 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2681:_Archimedes_Principle&amp;diff=296122</id>
		<title>Talk:2681: Archimedes Principle</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2681:_Archimedes_Principle&amp;diff=296122"/>
				<updated>2022-10-06T02:02:29Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: stress on Megan saying &amp;quot;in the bottom&amp;quot;&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;
I started an explanation, but I can't really figure out what Archimedes' &amp;quot;plan&amp;quot; is. I guess it has something to do with swapping out the fake crown with the king's real gold crown. Heist movies and TV shows always confuse me (I liked &amp;quot;Leverage&amp;quot; for the characters, but could never understand the plans). [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 23:12, 5 October 2022 (UTC)&lt;br /&gt;
:Under the guise of demonstrating the displacement principle (the buoyancy effect has no real part in this, given the non-floating nature of any crown... I think the focus in the explanation should just be upon the displaced volume of liquid which traditionally would quantify the volume of an object of known weight and a density to be tested to ensure it is that of the purported substance) he will dunk the real crown in the water. Then ''either'':&lt;br /&gt;
:* extract the fake crown, now 'proven true', satisfying everyone but leaving him the really-true crown, or,&lt;br /&gt;
:* extract the fake crown, possibly fudging the interpretation (how much water sloshes out) to make it ''seem'' like a fake crown went in (and the fake that came out can now be destructively examined to confirm this, now having just cause to utterly ruin the craftwork in the process, and framing the original artisan for fraud), again leaving him with the crown he was given for testing.&lt;br /&gt;
:If the original crown was itself already fake then it might not be worth it (or have to lean towards the latter outcome with a bit of extra care not to 'upgrade' the fake) but that's probably covered by the typical Batman Gambit of a typical heist movie characterm [[Special:Contributions/172.70.85.49|172.70.85.49]] 00:37, 6 October 2022 (UTC)&lt;br /&gt;
::The first of the two options makes way more sense. I don't like this plan at all though. How do you hide a colored shiny thing in a bucket of transparent water?!? I feel like we're missing something obvious. [[Special:Contributions/172.69.34.80|172.69.34.80]] 01:53, 6 October 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Megan says &amp;quot;hidden IN the bottom&amp;quot; , so I think there is some kind of false floor/double bottom at play here; allowing the fake crown to be hidden from view and allowing for a crown-swap in the middle of the demonstration. [[User:Flekkie|Flekkie]] ([[User talk:Flekkie|talk]]) 02:02, 6 October 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2533:_Slope_Hypothesis_Testing&amp;diff=284596</id>
		<title>Talk:2533: Slope Hypothesis Testing</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2533:_Slope_Hypothesis_Testing&amp;diff=284596"/>
				<updated>2022-05-30T10:52:06Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the line &amp;quot;Randall has repeatedly made comics about this hopeful error&amp;quot;, should specific examples be provided? I know /882 is one, but I'm blanking on any others. [[Special:Contributions/172.68.132.114|172.68.132.114]] 10:21, 26 October 2021 (UTC)&lt;br /&gt;
:Definitely, otherwise it would not be very useful. --[[Special:Contributions/162.158.203.54|162.158.203.54]] 13:10, 26 October 2021 (UTC)&lt;br /&gt;
:hi, I added the line.  &amp;lt;thinking-out-loud removed in copyediting&amp;gt;.  I think there was one where article titles that blatantly used poor statistical techniques were listed, not sure. [[Special:Contributions/172.70.114.3|172.70.114.3]] 14:40, 26 October 2021 (UTC)&lt;br /&gt;
::I added some examples in text. Please complete if you know more! --[[User:Flekkie|Flekkie]] ([[User talk:Flekkie|talk]]) 10:52, 30 May 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I love it. [[User:Fwacer|Fwacer]] ([[User talk:Fwacer|talk]]) 02:52, 26 October 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
I imagine that the problem here is that the errors are not independent. I can't find anything else wrong with this, but I feel like there's something obvious I'm not seeing. They might revoke my statistics degree if I miss something big here, hehe.--[[User:Troy0|Troy0]] ([[User talk:Troy0|talk]]) 03:06, 26 October 2021 (UTC)&lt;br /&gt;
:The scores are clearly the one score they originally (sometime prior to the expanded test) received. Either that or multiple tests with the same exam questions without having given them enough feedback to change their answer-scheme at all. The volumes are probably a &amp;quot;good go at screaming&amp;quot; on demand, belying any obvious &amp;quot;test result -&amp;gt; thus intensity of scream&amp;quot; (what might be expected if the scream(s) of shock/joy/frustration were recorded immediately upon hearing a score).&lt;br /&gt;
:What they have here is a 1D distribution of scream-ability/tendency (which was originally a single datum), arbitrarily set against test scores. (Could as easily have been against shoe-size, father's income-before-tax, a single dice-roll, etc.)&lt;br /&gt;
::I initially assumed that the participants are screaming in response to learning their scores, so the relationship is not arbitrary -- the students with good scores sceam loudly with joy. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 14:45, 26 October 2021 (UTC)&lt;br /&gt;
:::Perhaps it was that (except the screaming volume is clearly confounded by other factors, such as how loudly they normally scream) but asking them to &amp;quot;scream again&amp;quot; seems to show far more personal correlation than emotional attachment, for they are the same people but time has passed to reduce the spontenity of the response and their newer submissions are ''at best'' &amp;quot;try to scream like you did when you heard your score the first time&amp;quot;. Which is problematic and not really a valid new response to add to the list. At best, it's a test of replay consistency (now unlinked from the original feeling). [[Special:Contributions/172.70.85.185|172.70.85.185]] 15:57, 26 October 2021 (UTC)&lt;br /&gt;
:Whether there ''was'' an original theory that grades correlated with intensity of vocalisation is perhaps a valid speculation, but clearly the design of the test is wrong. Too few datum points, in the first instance, and the wrong way to increase them when they find out their original failing.&lt;br /&gt;
: The true solution is to recruit more subject. (And justify properly if it's intensity of spontaneous result-prompted evocations or merely general ability to be loud that is the quality the wish to measure. Either could be valid, but it's not obvious that the latter is indeed the one that they meant to measure.) [[Special:Contributions/141.101.77.54|141.101.77.54]] 04:21, 26 October 2021 (UTC)&lt;br /&gt;
: It's pretty straightforward. This is a simple linear regression, Y = α + βX + ε, where α and β are parameters and ε is a random variable (the error term). Their point estimations for α and β are correct. But their confidence intervals (and thus p-values) are wrong, because they are based on a false assumption. They constructed their intervals assuming ε was normally distributed, which it clearly is not. ε will always be approximately normally distributed if the central limit theorem applies, but it does not apply here. The central limit theorem requires that the samples be independent and identically distributed. Here, they are identically distributed, but they are not remotely independent. After all, the same people were selected over and over again. Therefore ε will probably not be randomly distributed (it isn't even close), and the confidence intervals (and so p-values) are wrong. [[Special:Contributions/172.70.178.47|172.70.178.47]] 09:10, 26 October 2021 (UTC)&lt;br /&gt;
:: You seem to be the only person so far who's learned in academia why this is wrong.  Is the current state of the article correct? [[Special:Contributions/172.70.114.3|172.70.114.3]] 14:31, 26 October 2021 (UTC)&lt;br /&gt;
: The scientific error isn't quite what people are saying it is. The issue here is not &amp;quot;reusing a single test score&amp;quot; or an issue with non-normality of errors, the issue is that the data are *nested* within participants and that isn't being accounted for. There are fairly standard ways of managing this, at least in the social science literature (and these ways are statistically valid), most commonly the use of multilevel modeling (also known as hierarchical linear modeling). This accounts for the correlated nature of the errors. Now, even using the right method they're not going to attain statistical significance, but at least they aren't making a statistical mistake.&lt;br /&gt;
:: You can look at it in different ways. Obviously the error they made in their research was sampling the same people repeatedly and assuming that could increase the significance of their result. But mathematically, the analysis fails because the errors are not normally distributed. The math doesn't care about how you gather data. If the random variables ε is normally distributed, you can calculate confidence intervals for the parameters and for predictions exactly. The sum of squared residuals will have a chi square distribution. In particular, this means the estimator for beta will be normally distributed, and therefore the standard error in the point estimator will have a (scaled and translated) t distribution. Knowing this, you can use the CDF for the t distribution to compute the p-value exactly. To explain what's wrong with this, we need to spot which assumption was in error. Here, the false assumption was the normality of ε. Even if ε is not normally distributed, as long as it has finite mean and variance, the mean of n independent samples will converge in distribution to z as n goes to infinity. But here, the samples are not independent. So even if you sampled these same kids infinitely many times, the distribution of errors will not converge to the normal distribution, so the assumption of normality remains false. (BTW, this is the same IP as before, just from my phone this time.) [[Special:Contributions/172.70.134.131|172.70.134.131]] 19:40, 27 October 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
I don't think the title text speakers are unidentified, I'm pretty sure it's a direct continuation of the dialogue in the last panel. [[User:Esogalt|Esogalt]] ([[User talk:Esogalt|talk]]) 04:11, 26 October 2021 (UTC)&lt;br /&gt;
:I agree. the second speaker starts to say &amp;quot;I said, are you sure--&amp;quot;, this is the start of Cueball's last line. I think this is intended to be Cueball and Megan trying to talk about the results while the students are still screaming. [[User:TomW1605|TomW1605]] ([[User talk:TomW1605|talk]]) 06:45, 26 October 2021 (UTC)&lt;br /&gt;
::It could also be the case that their hypothesis was true and they failed so badly at statistics, that their voices are inaudible now.&lt;br /&gt;
:::Because, since they didn't write that test, their score is zero.  [[Special:Contributions/108.162.241.143|108.162.241.143]] 14:29, 26 October 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is there a polynomial that better fits this data? [[Special:Contributions/108.162.241.143|108.162.241.143]] 14:29, 26 October 2021 (UTC)&lt;br /&gt;
:Given three points, there's a ''circle'' that exactly fits them... ;) [[Special:Contributions/172.70.85.185|172.70.85.185]] 15:57, 26 October 2021 (UTC)&lt;br /&gt;
:Also, infinite number of polynomials which fits this data exactly. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 23:06, 26 October 2021 (UTC)&lt;br /&gt;
::But ''exactly one'' circle (assuming all mutually different, and not already upon a line), in an {{w|Circumscribed_circle#Triangles|elegantly obvious}} manner. Therefore clearly the more individually significant statistical match for three datum points. :P [[Special:Contributions/172.70.162.173|172.70.162.173]] 11:50, 27 October 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Speaking as the person who wrote the explanation for &amp;quot;slope hypothesis testing,&amp;quot; we need someone to write a better explanation for it. It's just a placeholder meant to patch a gap until someone who knows what they're talking about (or what to google) can write a better one. [[User:GreatWyrmGold|GreatWyrmGold]] ([[User talk:GreatWyrmGold|talk]]) 14:30, 27 October 2021 (UTC)&lt;br /&gt;
:My (armchair) summary(!) would be that a general proposition is that there is a simple linear relationship between two factors (or their logs/powers/whatevers, reformulated as necessary) so those are plotted and their conformity to a gradient(±offset) is evaluated.&lt;br /&gt;
:The slope is defined by just two values which can, if necessary*, be emperically tested against the 'wrongness' of the points against the line (including error allowances) to find that line which is itself therefore minimally 'wrong', and that remaining wrongness (including how much of the possible error may need to be accepted) conveys the conformity or otherwise and you have also tied down the possibly unknown relationships - as best you are allowed to.&lt;br /&gt;
: * - though there are doubtless many different direct calculation/reformulation methods that don't require progressive iterations towards a better solution. And identify where multiple minima might lie in the numeric landscape.&lt;br /&gt;
: (Summary, indeed! This is why I didn't myself feel the need to try to do anything with the Explanation. It just seems like a typical Munrovian mash up of {{w|Statistical Hypothesis Testing}} and working with a slope. If I was ever taught this Slope-specific one (other than assessment by inspection, to preface or afterwards sanity-check loads of Sigma-based mathematics/etc that one can easily mess up by hand, or GIGO when plugged into a computer wrongly) then I've forgotten its name.)  [[Special:Contributions/172.70.91.50|172.70.91.50]] 15:19, 27 October 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2533:_Slope_Hypothesis_Testing&amp;diff=284595</id>
		<title>2533: Slope Hypothesis Testing</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2533:_Slope_Hypothesis_Testing&amp;diff=284595"/>
				<updated>2022-05-30T10:51:14Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: /* Explanation */ added some examples of spurious correlation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2533&lt;br /&gt;
| date      = October 25, 2021&lt;br /&gt;
| title     = Slope Hypothesis Testing&lt;br /&gt;
| image     = slope_hypothesis_testing.png&lt;br /&gt;
| titletext = &amp;quot;What? I can't hear--&amp;quot; &amp;quot;What? I said, are you sure--&amp;quot; &amp;quot;CAN YOU PLEASE SPEAK--&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a SCREAMINGLY SIGNIFICANT STAT STUDENT.  Note: there's a name for when the bone in your ear pulls away after exposure to loud noise, could be thematic to reference it.  There's probably also a name for the statistical mistake the comic demonstrates.  Do NOT delete this tag too soon.}}&lt;br /&gt;
&amp;quot;Slope hypothesis testing&amp;quot; is a method of testing the significance of a hypothesis involving a scatter plot.&lt;br /&gt;
&lt;br /&gt;
In this comic, [[Cueball]] and [[Megan]] are performing a study comparing student exam grades to the volume of their screams. Student A has the worst grade and softest scream, but Student B has the ''best'' grades and Student C the ''loudest'' scream. A trendline has been plotted, indicating a positive correlation between grades and volume...but the p-value is extremely high, indicating little statistical significance to the trend. P-value is based on both how well the data fits the trendline and how many data points have been taken; the more data points and the better they fit, the lower the p-value and more significant the data.  &lt;br /&gt;
&lt;br /&gt;
Megan complains about the insignificance of their results, so Cueball suggests having each student scream into the microphone a few more times. (The three students are still there as they can be seen behind them. The three students look like schoolkids; one of them is [[Science Girl]].) &lt;br /&gt;
&lt;br /&gt;
Having the students scream again will not help though, because it only provides more data on the screaming without providing more data on its relation to exam scores, and is a joke around poor statistical calculations likely made in the field today. The p-value is incorrectly recalculated based on the increased number of measurements without accounting for the fact that observations are nested within students. Each student has exactly the same test scores (probably referencing the same datum as before) and have vocal volume ranges that don't drift far either (each seems to have a range of scream that is fairly consistent and far from overlapping). Megan is pleased by these results, but Cueball belatedly realizes this technique may not be scientifically valid. Cueball is correct (presuming that they are using simple linear regression). A more appropriate technique would account for the non-independence of the data (that multiple data points come from each person). Examples of such techniques are multilevel modeling and Huber-White robust standard errors. &lt;br /&gt;
&lt;br /&gt;
Measuring data multiple times can be a way to increase its accuracy, but does not increase the number of data points with regard to another metric, and the horizontally clustered points on the chart make this visually clear. A more effective and scientifically correct way of gathering data test would be to test other students and add their figures to the existing data, rather than repeatedly testing the same three students.&lt;br /&gt;
&lt;br /&gt;
Common statistical formulae assume the data points are statistically independent, that is, that the test score and volume measurement from one point don't reveal anything about those of the other points. By measuring each individual's scream multiple times, Cueball and Megan violate the independence assumption (a person's scream volume is unlikely to be independent from one scream to the next) and invalidate their significance calculation. This is an example of pseudoreplication. Furthermore, Megan and Cueball fail to obtain new test scores for each student, which would further limit their statistical options.&lt;br /&gt;
&lt;br /&gt;
Another strange aspect of their experiment is that the p-values obtained during a typical linear regression assume there is uncertainty in the y-values but the x-values are fully known, whereas in this experiment, they are reducing uncertainty in the x-values of their data, while doing nothing to improve knowledge of the y-values.&lt;br /&gt;
&lt;br /&gt;
Moreover, even if the new data were statistically independent, this still appears to be a classic example of &amp;quot;p-hacking&amp;quot;, where new data is added until a statistically significant p-value is obtained.&lt;br /&gt;
&lt;br /&gt;
In current AI, there's a push toward &amp;quot;few-shot learning&amp;quot;, where only a few data items are used to form conclusions, rather than the usual millions of them.  This comic displays danger associated with using such approaches without understanding them in depth.&lt;br /&gt;
&lt;br /&gt;
Additionally, a common theme in some research is the discovery of correlations that do not survive independent reproduction.  This is because randomness with too few samples produces apparent correlations, and Randall has repeatedly made comics about this hopeful error (see [[111]], [[925]] and [[882]] among others).&lt;br /&gt;
&lt;br /&gt;
In the title text, Megan and Cueball are trying to yell over each other, asking each other to speak up so they can be heard, presumably because they are having trouble hearing from the yelling experiment.  Or possibly they have trouble speaking audibly because they score poorly on statistics exams.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
:[Three points are labeled &amp;quot;Student A&amp;quot;, &amp;quot;Student B&amp;quot; and &amp;quot;Student C&amp;quot; from left to right in a scatter plot with axes labeled &amp;quot;Stats exam grade&amp;quot; (60-100) and &amp;quot;Scream loudness (decibels)&amp;quot; (86-94) with a trend line. Student B has the highest exam grade, followed by Student C and then Student A.]&lt;br /&gt;
:[A line goes from the trend line to a box containing the following:]&lt;br /&gt;
:β=1.94 &lt;br /&gt;
:p=0.586&lt;br /&gt;
&lt;br /&gt;
:[In a frameless panel, Megan reads a piece of paper while facing Cueball while three students look at them from the background.]&lt;br /&gt;
:Megan: Darn, not significant.&lt;br /&gt;
:Cueball: We need more data. Have them each try yelling into the mic a few more times.&lt;br /&gt;
&lt;br /&gt;
:[The same scatter plot as in the first panel except with more points for each of the students with slightly different decibel values, and the text in the text box changed to:]&lt;br /&gt;
:β=1.94&lt;br /&gt;
:p=0.037*  &lt;br /&gt;
:&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;Significant!&lt;br /&gt;
&lt;br /&gt;
:[Similar panel to the second one]&lt;br /&gt;
:Megan: Perfect!&lt;br /&gt;
:Cueball: Are you ''sure'' we're doing slope hypothesis testing right?&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Science Girl]] &amp;lt;!-- The other two kids are also, well, kids, and thus not Hairy or Megan --&amp;gt;&lt;br /&gt;
[[Category:Statistics]]&lt;br /&gt;
[[Category:Charts]]&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2606:_Weird_Unicode_Math_Symbols&amp;diff=230329</id>
		<title>Talk:2606: Weird Unicode Math Symbols</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2606:_Weird_Unicode_Math_Symbols&amp;diff=230329"/>
				<updated>2022-04-14T01:21:05Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: spacing and wording&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;
Apparently, nobody knows what U+237C ⍼ means (https://ionathan.ch/2022/04/09/angzarr.html)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Can someone add a column where we try to crowdsource a description for the &amp;quot;mathematical use of symbol&amp;quot; ? &lt;br /&gt;
&lt;br /&gt;
I'm curious what those symbols actually mean, and the unicode titles don't give that much information. &lt;br /&gt;
&lt;br /&gt;
I do not doubt that have enough math geeks on here to find the answer to most of then :-D&lt;br /&gt;
&lt;br /&gt;
Thanks!&lt;br /&gt;
[[User:Flekkie|Flekkie]] ([[User talk:Flekkie|talk]]) 01:20, 14 April 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2606:_Weird_Unicode_Math_Symbols&amp;diff=230328</id>
		<title>Talk:2606: Weird Unicode Math Symbols</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2606:_Weird_Unicode_Math_Symbols&amp;diff=230328"/>
				<updated>2022-04-14T01:20:14Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: request for extra column&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;
Apparently, nobody knows what U+237C ⍼ means (https://ionathan.ch/2022/04/09/angzarr.html)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Can someone add a column where we try to crowdsource a description for the &amp;quot;mathematical use of symbol&amp;quot; ? &lt;br /&gt;
I'm curious what those symbols actually mean, and the unicode titles don't give that much information. &lt;br /&gt;
We must have enough math geeks on here to find the answer to most of then :-D&lt;br /&gt;
&lt;br /&gt;
Thanks!&lt;br /&gt;
[[User:Flekkie|Flekkie]] ([[User talk:Flekkie|talk]]) 01:20, 14 April 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2599:_Spacecraft_Debris_Odds_Ratio&amp;diff=229256</id>
		<title>Talk:2599: Spacecraft Debris Odds Ratio</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2599:_Spacecraft_Debris_Odds_Ratio&amp;diff=229256"/>
				<updated>2022-03-29T22:34:43Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: /* Image scaling off */ corrected image upload link&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;
correct me if i'm wrong, but i believe 300 - 30 is 270, not 280? [[Special:Contributions/172.68.50.85|172.68.50.85]] 22:50, 28 March 2022 (UTC)&lt;br /&gt;
:something something percentage points maybe? idk [[Special:Contributions/172.70.134.91|172.70.134.91]] 22:56, 28 March 2022 (UTC)Bumpf&lt;br /&gt;
:Most likely there is an unstated chance of death by not going outside... presumably ~10% but there's no way to know the breakdown (could be nearly all cardio, could be nearly all ursine if they live in a cave next bears) [[Special:Contributions/172.69.70.127|172.69.70.127]] 23:02, 28 March 2022 (UTC)&lt;br /&gt;
::300% increase is multiplying by (1+3), 30% decrease is multiplying by (1-0.3) , %increases are multiplicative so the increase is by a factor of 4*0.7=2.8, which is 280% of the original value (or a 180% increase). {{unsigned ip|162.158.146.69}}&lt;br /&gt;
:::Yeah, barring a total mistake, that must be where the number came from, but it seems odd by the inconsistent way it is expressed, as it assumes the 300% increase for the bear attack is added to the initial value for a final amount of 400%, along with a similar treatment for the 30% decrease, but the 280% is simply the final value skipping past that step to the conclusion afterwards that is not even shown for the previous numbers.  But with the improper grammar, if it's not an actual typo, it may be trying to show the speaker acting dumb or irrational, as it doesn't make sense to end with &amp;quot;increased&amp;quot; instead of &amp;quot;increase&amp;quot; without changing part of the words before that number.  Someone thinking that poorly though likely wouldn't be able to multiply things properly to produce that 280% number though.--[[Special:Contributions/172.70.130.153|172.70.130.153]] 01:13, 29 March 2022 (UTC)&lt;br /&gt;
::::Someone who do understand this method of getting to 280% should add that to the explanation. I'm not quite sure what is meant here above, so an even better explanation would be preferable. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:28, 29 March 2022 (UTC)&lt;br /&gt;
:::&amp;lt;u&amp;gt;Joke proof&amp;lt;/u&amp;gt;: ''Assume'' that every year 400 people are killed by bears in the world, of which 100 are killed inside and 300 are killed outside. Then, indeed, by going outside, the probability that you will be killed by bears increases from 100 to 300: that is 300%. On the other hand, we know that walking outside every day will reduce your risk of death from cardiovascular disease by 30%. Therefore, by walking outside properly, 30% of the above-mentioned 400 people, i.e. 120 people, could in theory avoid death from the said disease, ''if'' not attacked by bears. This implies that, even if everyone in the world walked outside every day, only 120 out of the 400 bear attack victims would be potentially saved, while 280 would die anyway. Since by hypothesis only 100 are killed inside by bear attacks, going outside will clearly increase the probability of deadly bear attacks, from 100 to 280: that is 280%. —[[User:Yosei|Yosei]] ([[User talk:Yosei|talk]]) 09:52, 29 March 2022 (UTC)&lt;br /&gt;
:::As said above, 300% increase and 30% decrease gives a factor ×2.8 &amp;lt;u&amp;gt;which is a +180% increase&amp;lt;/u&amp;gt; (not 280%) [[Special:Contributions/162.158.50.176|162.158.50.176]] 10:38, 29 March 2022 (UTC)&lt;br /&gt;
::::It's a joke :) Since the title text is obviously a joke, maybe we shouldn't over-analyze it, except we can enjoy ourselves by “analyzing” it half-jokingly. Seriously, though, there is also some ambiguity in a natural language itself: e.g. by “one-and-a-half times larger than”, one may mean “one-and-a-half times as large as” (150%), or one may mean “150% larger than” (250%). When spoken informally, this kind of ambiguity is not uncommon. Another example would be “five hundred one thousandths” which may mean 501/1000 or 500/1000. Take it easy &amp;amp; take care :) — [[User:Yosei|Yosei]] ([[User talk:Yosei|talk]]) 11:38, 29 March 2022 (UTC)&lt;br /&gt;
:::This is what I love about XKCD, the jokes come with proofs. Does it depend on what order you apply them in? If you decrease the risk by 30%, you have 70%, then increase it by 300%, you get... 210%? Or 270%? Percentage points vs. percent again isn't it. Why is life so complicated? --[[User:192·168·0·1|192·168·0·1]] ([[User talk:192·168·0·1|talk]]) 12:46, 29 March 2022 (UTC)&lt;br /&gt;
:It doesn't really matter because the whole thing is complete nonsense. You can't combine the risks unless you know how big they are relative to each other. Let's say 1,000 people stay inside. 2 are killed by a bear and 10 die of cardiovascular disease - 12 people in total. With the given percentage changes, of 1,000 people who go outside, 8 get killed by bears (300% increase) and 7 die of heart disease (30% decrease), a total of 15. It's more dangerous to go outside than stay in. However, if 250 of the people who stay inside die of heart disease, then we have 252 deaths in total for staying in and only 175+8=183 for going out [[User:Jeremyp|Jeremyp]] ([[User talk:Jeremyp|talk]]) 15:33, 29 March 2022 (UTC).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;That's a 280% increased&amp;quot; has a typo/grammaro. The last word should be &amp;quot;increase&amp;quot;. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 23:04, 28 March 2022 (UTC)&lt;br /&gt;
:I think the actual typo is the &amp;quot;a&amp;quot; so should be &amp;quot;That's 280% increased&amp;quot; {{unsigned ip|162.158.146.69}}&lt;br /&gt;
::In standard American grammar it is much more likely that he meant &amp;quot;That's a 280% increase&amp;quot; than &amp;quot;That's 280% increased.&amp;quot;  You might say the odds ratio that he meant the former over the latter is 3+.[[Special:Contributions/162.158.166.87|162.158.166.87]] 15:46, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Also what's an odds ratio?? ~~Bumpf {{unsigned ip|172.70.38.41}}&lt;br /&gt;
:I assume something like &amp;quot;million to one&amp;quot;. But the units of the horizontal axis clearly don't correspond to that. I don't know what those units are, they're not a percentage, either. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 00:40, 29 March 2022 (UTC)&lt;br /&gt;
:: if you say &amp;quot;this is 4 times as likely&amp;quot; then &amp;quot;4&amp;quot; is the &amp;quot;odds ratio&amp;quot;, this is the type of number appearing on the horizontal axis {{unsigned ip|162.158.146.69}}&lt;br /&gt;
:An odds-ratio is a way of reporting the results for predictions of binary outcomes.  It's a transformation of the (not easily interpretable) regression coefficient.  For example, if the OR for &amp;quot;males&amp;quot; (vs females) is &amp;quot;0.70&amp;quot;, they're 70% as likely to have the outcome as females; if it's &amp;quot;1.32&amp;quot;, then males are 1.32x as likely (equivalently:  32% more likely) to have that outcome as females. [[Special:Contributions/108.162.249.75|108.162.249.75]] Gye Greene&lt;br /&gt;
&lt;br /&gt;
Did something happen to the size of the image after the initial posting? [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 00:40, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
What's with the asterisks on the right side? [[User:Jordan Brown|Jordan Brown]] ([[User talk:Jordan Brown|talk]]) 00:50, 29 March 2022 (UTC)&lt;br /&gt;
:I think the asterisks denote that the value at this range is &amp;quot;significant&amp;quot; because its error bars do not overlap with the baseline. If you stay outdoors 5 hours or more in a day, there is a nonzero chance that you will be hit by flying space debris. [[User:Laura|Laura]] ([[User talk:Laura|talk]]) 08:15, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
There should probably be an explanation of what &amp;quot;Monte Carlo Simulation&amp;quot; means, as many people who would actually want an explanation of this strip would likely be unfamiliar with that term.--[[Special:Contributions/172.70.131.122|172.70.131.122]] 01:02, 29 March 2022 (UTC)&lt;br /&gt;
:Yes, exactly! I got as far as finding {{w|Monte Carlo method}} via a redirect but have no idea how the bars are supposed to work, what the reference point is supposed to mean, or why the columns get skinnier toward the right. Not dumb, but next to no statistics education. [[User:Yngvadottir|Yngvadottir]] ([[User talk:Yngvadottir|talk]]) 07:51, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Yes, I added some links to try to make the graph a little more explore-friendly for folks willing to click and read what's beyond, but I don't have the smarts to really explain it. [[User:Laura|Laura]] ([[User talk:Laura|talk]]) 08:00, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Why is the x-axis of the chart in logarithmic spacing? Any particular reason for this, or is it part of the joke? [[User:Captain Nemo|Captain Nemo]] ([[User talk:Captain Nemo|talk]]) 09:29, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I wonder if it's deliberate that there's actually less risk if you go outside 1 hour per day. --[[User:192·168·0·1|192·168·0·1]] ([[User talk:192·168·0·1|talk]]) 12:46, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is this covid commentary?  Like how everyone got freaked about the odds for covid to the point where they stopped exercising and shutting everyone inside and degrading their mental health?  [[Special:Contributions/172.70.131.122|172.70.131.122]] 18:26, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Odds ratio confusion?==&lt;br /&gt;
I am very confused by the X axis of this comic, I feel like I must be misunderstanding how this works, but I thought I understood how odds ratios worked. Maybe not.&lt;br /&gt;
The graph &amp;quot;reads&amp;quot; that &amp;quot;In the reference situation, with zero hours spent outside, the odds ratio for head injuries from falling spacecraft debris is 1.0 ± 0.&amp;quot; A 1.0 odds ratio means 1.0:1.0, or that either possibility is 50% likely. That is, there's an even chance your head will be injured by spacecraft debris or that it will not, ''if you stay indoors.'' That does not seem like it could be right, so can someone point me to my error? Thanks! [[User:JohnHawkinson|JohnHawkinson]] ([[User talk:JohnHawkinson|talk]]) 09:34, 29 March 2022 (UTC)&lt;br /&gt;
:As best I can tell, this is taking odds as a ratio between ''any'' two events. Rather than the usual &amp;quot;success : failure&amp;quot; (or &amp;quot;happens : doesn't happen&amp;quot;), it's &amp;quot;this scenario happens : control scenario happens&amp;quot;. By definition, the control scenario is set at 1.0, and something at a ratio of (say) 2.0 is twice as likely to happen. -- [[User:Peregrine|Peregrine]] ([[User talk:Peregrine|talk]]) 10:50, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I definitely think we need to put something explaining what an odds ratio is. But since I feel the need to have it explained, I'm not going to be the one to explain it. --[[User:192·168·0·1|192·168·0·1]] ([[User talk:192·168·0·1|talk]]) 12:46, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Per day ==&lt;br /&gt;
&lt;br /&gt;
Looks like the comic has been updated to clarify that the number of hours is per day. I'll leave it to someone more experienced with this website to update it, but in any case it makes the note &amp;quot;It is very difficult to avoid being outside for more than four hours in a total lifetime&amp;quot; moot. [[Special:Contributions/172.70.114.147|172.70.114.147]] 12:31, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Monte Carlo Tree Searches ==&lt;br /&gt;
&lt;br /&gt;
MCTSs are one of those things that don't seem like they should work but they do &amp;lt;span style=&amp;quot;text-shadow:0 0 6px black&amp;quot;&amp;gt;[[User:Beanie|&amp;lt;span style=&amp;quot;font-size:11pt;color:#dddddd&amp;quot;&amp;gt;Beanie&amp;lt;/span&amp;gt;]]&amp;lt;/span&amp;gt; &amp;lt;sup&amp;gt;&amp;lt;span style=&amp;quot;text-shadow:0 0 3px #000000&amp;quot;&amp;gt;[[User talk:Beanie|&amp;lt;span style=&amp;quot;font-size:8pt;color:#dddddd&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]]&amp;lt;/span&amp;gt;&amp;lt;/sup&amp;gt; 20:55, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Image scaling off ==&lt;br /&gt;
&lt;br /&gt;
Does anyone else experience a problem with the scaling of the comic image?&lt;br /&gt;
&lt;br /&gt;
It is not fitting to the frame, but displays on full size on the web page.&lt;br /&gt;
It only happens for this comic, not other ones, and i see it both on the main page as the xkcd/2599 page.&lt;br /&gt;
&lt;br /&gt;
Some mistake for sure, but I have not seen this before.&lt;br /&gt;
&lt;br /&gt;
Screenshot proof: [https://i.imgur.com/sbXbCov.png imgur link]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Flekkie|Flekkie]] ([[User talk:Flekkie|talk]]) 22:32, 29 March 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2599:_Spacecraft_Debris_Odds_Ratio&amp;diff=229255</id>
		<title>Talk:2599: Spacecraft Debris Odds Ratio</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2599:_Spacecraft_Debris_Odds_Ratio&amp;diff=229255"/>
				<updated>2022-03-29T22:33:15Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: /* Image scaling off */&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;
correct me if i'm wrong, but i believe 300 - 30 is 270, not 280? [[Special:Contributions/172.68.50.85|172.68.50.85]] 22:50, 28 March 2022 (UTC)&lt;br /&gt;
:something something percentage points maybe? idk [[Special:Contributions/172.70.134.91|172.70.134.91]] 22:56, 28 March 2022 (UTC)Bumpf&lt;br /&gt;
:Most likely there is an unstated chance of death by not going outside... presumably ~10% but there's no way to know the breakdown (could be nearly all cardio, could be nearly all ursine if they live in a cave next bears) [[Special:Contributions/172.69.70.127|172.69.70.127]] 23:02, 28 March 2022 (UTC)&lt;br /&gt;
::300% increase is multiplying by (1+3), 30% decrease is multiplying by (1-0.3) , %increases are multiplicative so the increase is by a factor of 4*0.7=2.8, which is 280% of the original value (or a 180% increase). {{unsigned ip|162.158.146.69}}&lt;br /&gt;
:::Yeah, barring a total mistake, that must be where the number came from, but it seems odd by the inconsistent way it is expressed, as it assumes the 300% increase for the bear attack is added to the initial value for a final amount of 400%, along with a similar treatment for the 30% decrease, but the 280% is simply the final value skipping past that step to the conclusion afterwards that is not even shown for the previous numbers.  But with the improper grammar, if it's not an actual typo, it may be trying to show the speaker acting dumb or irrational, as it doesn't make sense to end with &amp;quot;increased&amp;quot; instead of &amp;quot;increase&amp;quot; without changing part of the words before that number.  Someone thinking that poorly though likely wouldn't be able to multiply things properly to produce that 280% number though.--[[Special:Contributions/172.70.130.153|172.70.130.153]] 01:13, 29 March 2022 (UTC)&lt;br /&gt;
::::Someone who do understand this method of getting to 280% should add that to the explanation. I'm not quite sure what is meant here above, so an even better explanation would be preferable. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:28, 29 March 2022 (UTC)&lt;br /&gt;
:::&amp;lt;u&amp;gt;Joke proof&amp;lt;/u&amp;gt;: ''Assume'' that every year 400 people are killed by bears in the world, of which 100 are killed inside and 300 are killed outside. Then, indeed, by going outside, the probability that you will be killed by bears increases from 100 to 300: that is 300%. On the other hand, we know that walking outside every day will reduce your risk of death from cardiovascular disease by 30%. Therefore, by walking outside properly, 30% of the above-mentioned 400 people, i.e. 120 people, could in theory avoid death from the said disease, ''if'' not attacked by bears. This implies that, even if everyone in the world walked outside every day, only 120 out of the 400 bear attack victims would be potentially saved, while 280 would die anyway. Since by hypothesis only 100 are killed inside by bear attacks, going outside will clearly increase the probability of deadly bear attacks, from 100 to 280: that is 280%. —[[User:Yosei|Yosei]] ([[User talk:Yosei|talk]]) 09:52, 29 March 2022 (UTC)&lt;br /&gt;
:::As said above, 300% increase and 30% decrease gives a factor ×2.8 &amp;lt;u&amp;gt;which is a +180% increase&amp;lt;/u&amp;gt; (not 280%) [[Special:Contributions/162.158.50.176|162.158.50.176]] 10:38, 29 March 2022 (UTC)&lt;br /&gt;
::::It's a joke :) Since the title text is obviously a joke, maybe we shouldn't over-analyze it, except we can enjoy ourselves by “analyzing” it half-jokingly. Seriously, though, there is also some ambiguity in a natural language itself: e.g. by “one-and-a-half times larger than”, one may mean “one-and-a-half times as large as” (150%), or one may mean “150% larger than” (250%). When spoken informally, this kind of ambiguity is not uncommon. Another example would be “five hundred one thousandths” which may mean 501/1000 or 500/1000. Take it easy &amp;amp; take care :) — [[User:Yosei|Yosei]] ([[User talk:Yosei|talk]]) 11:38, 29 March 2022 (UTC)&lt;br /&gt;
:::This is what I love about XKCD, the jokes come with proofs. Does it depend on what order you apply them in? If you decrease the risk by 30%, you have 70%, then increase it by 300%, you get... 210%? Or 270%? Percentage points vs. percent again isn't it. Why is life so complicated? --[[User:192·168·0·1|192·168·0·1]] ([[User talk:192·168·0·1|talk]]) 12:46, 29 March 2022 (UTC)&lt;br /&gt;
:It doesn't really matter because the whole thing is complete nonsense. You can't combine the risks unless you know how big they are relative to each other. Let's say 1,000 people stay inside. 2 are killed by a bear and 10 die of cardiovascular disease - 12 people in total. With the given percentage changes, of 1,000 people who go outside, 8 get killed by bears (300% increase) and 7 die of heart disease (30% decrease), a total of 15. It's more dangerous to go outside than stay in. However, if 250 of the people who stay inside die of heart disease, then we have 252 deaths in total for staying in and only 175+8=183 for going out [[User:Jeremyp|Jeremyp]] ([[User talk:Jeremyp|talk]]) 15:33, 29 March 2022 (UTC).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;That's a 280% increased&amp;quot; has a typo/grammaro. The last word should be &amp;quot;increase&amp;quot;. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 23:04, 28 March 2022 (UTC)&lt;br /&gt;
:I think the actual typo is the &amp;quot;a&amp;quot; so should be &amp;quot;That's 280% increased&amp;quot; {{unsigned ip|162.158.146.69}}&lt;br /&gt;
::In standard American grammar it is much more likely that he meant &amp;quot;That's a 280% increase&amp;quot; than &amp;quot;That's 280% increased.&amp;quot;  You might say the odds ratio that he meant the former over the latter is 3+.[[Special:Contributions/162.158.166.87|162.158.166.87]] 15:46, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Also what's an odds ratio?? ~~Bumpf {{unsigned ip|172.70.38.41}}&lt;br /&gt;
:I assume something like &amp;quot;million to one&amp;quot;. But the units of the horizontal axis clearly don't correspond to that. I don't know what those units are, they're not a percentage, either. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 00:40, 29 March 2022 (UTC)&lt;br /&gt;
:: if you say &amp;quot;this is 4 times as likely&amp;quot; then &amp;quot;4&amp;quot; is the &amp;quot;odds ratio&amp;quot;, this is the type of number appearing on the horizontal axis {{unsigned ip|162.158.146.69}}&lt;br /&gt;
:An odds-ratio is a way of reporting the results for predictions of binary outcomes.  It's a transformation of the (not easily interpretable) regression coefficient.  For example, if the OR for &amp;quot;males&amp;quot; (vs females) is &amp;quot;0.70&amp;quot;, they're 70% as likely to have the outcome as females; if it's &amp;quot;1.32&amp;quot;, then males are 1.32x as likely (equivalently:  32% more likely) to have that outcome as females. [[Special:Contributions/108.162.249.75|108.162.249.75]] Gye Greene&lt;br /&gt;
&lt;br /&gt;
Did something happen to the size of the image after the initial posting? [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 00:40, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
What's with the asterisks on the right side? [[User:Jordan Brown|Jordan Brown]] ([[User talk:Jordan Brown|talk]]) 00:50, 29 March 2022 (UTC)&lt;br /&gt;
:I think the asterisks denote that the value at this range is &amp;quot;significant&amp;quot; because its error bars do not overlap with the baseline. If you stay outdoors 5 hours or more in a day, there is a nonzero chance that you will be hit by flying space debris. [[User:Laura|Laura]] ([[User talk:Laura|talk]]) 08:15, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
There should probably be an explanation of what &amp;quot;Monte Carlo Simulation&amp;quot; means, as many people who would actually want an explanation of this strip would likely be unfamiliar with that term.--[[Special:Contributions/172.70.131.122|172.70.131.122]] 01:02, 29 March 2022 (UTC)&lt;br /&gt;
:Yes, exactly! I got as far as finding {{w|Monte Carlo method}} via a redirect but have no idea how the bars are supposed to work, what the reference point is supposed to mean, or why the columns get skinnier toward the right. Not dumb, but next to no statistics education. [[User:Yngvadottir|Yngvadottir]] ([[User talk:Yngvadottir|talk]]) 07:51, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Yes, I added some links to try to make the graph a little more explore-friendly for folks willing to click and read what's beyond, but I don't have the smarts to really explain it. [[User:Laura|Laura]] ([[User talk:Laura|talk]]) 08:00, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Why is the x-axis of the chart in logarithmic spacing? Any particular reason for this, or is it part of the joke? [[User:Captain Nemo|Captain Nemo]] ([[User talk:Captain Nemo|talk]]) 09:29, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I wonder if it's deliberate that there's actually less risk if you go outside 1 hour per day. --[[User:192·168·0·1|192·168·0·1]] ([[User talk:192·168·0·1|talk]]) 12:46, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is this covid commentary?  Like how everyone got freaked about the odds for covid to the point where they stopped exercising and shutting everyone inside and degrading their mental health?  [[Special:Contributions/172.70.131.122|172.70.131.122]] 18:26, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Odds ratio confusion?==&lt;br /&gt;
I am very confused by the X axis of this comic, I feel like I must be misunderstanding how this works, but I thought I understood how odds ratios worked. Maybe not.&lt;br /&gt;
The graph &amp;quot;reads&amp;quot; that &amp;quot;In the reference situation, with zero hours spent outside, the odds ratio for head injuries from falling spacecraft debris is 1.0 ± 0.&amp;quot; A 1.0 odds ratio means 1.0:1.0, or that either possibility is 50% likely. That is, there's an even chance your head will be injured by spacecraft debris or that it will not, ''if you stay indoors.'' That does not seem like it could be right, so can someone point me to my error? Thanks! [[User:JohnHawkinson|JohnHawkinson]] ([[User talk:JohnHawkinson|talk]]) 09:34, 29 March 2022 (UTC)&lt;br /&gt;
:As best I can tell, this is taking odds as a ratio between ''any'' two events. Rather than the usual &amp;quot;success : failure&amp;quot; (or &amp;quot;happens : doesn't happen&amp;quot;), it's &amp;quot;this scenario happens : control scenario happens&amp;quot;. By definition, the control scenario is set at 1.0, and something at a ratio of (say) 2.0 is twice as likely to happen. -- [[User:Peregrine|Peregrine]] ([[User talk:Peregrine|talk]]) 10:50, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I definitely think we need to put something explaining what an odds ratio is. But since I feel the need to have it explained, I'm not going to be the one to explain it. --[[User:192·168·0·1|192·168·0·1]] ([[User talk:192·168·0·1|talk]]) 12:46, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Per day ==&lt;br /&gt;
&lt;br /&gt;
Looks like the comic has been updated to clarify that the number of hours is per day. I'll leave it to someone more experienced with this website to update it, but in any case it makes the note &amp;quot;It is very difficult to avoid being outside for more than four hours in a total lifetime&amp;quot; moot. [[Special:Contributions/172.70.114.147|172.70.114.147]] 12:31, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Monte Carlo Tree Searches ==&lt;br /&gt;
&lt;br /&gt;
MCTSs are one of those things that don't seem like they should work but they do &amp;lt;span style=&amp;quot;text-shadow:0 0 6px black&amp;quot;&amp;gt;[[User:Beanie|&amp;lt;span style=&amp;quot;font-size:11pt;color:#dddddd&amp;quot;&amp;gt;Beanie&amp;lt;/span&amp;gt;]]&amp;lt;/span&amp;gt; &amp;lt;sup&amp;gt;&amp;lt;span style=&amp;quot;text-shadow:0 0 3px #000000&amp;quot;&amp;gt;[[User talk:Beanie|&amp;lt;span style=&amp;quot;font-size:8pt;color:#dddddd&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]]&amp;lt;/span&amp;gt;&amp;lt;/sup&amp;gt; 20:55, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Image scaling off ==&lt;br /&gt;
&lt;br /&gt;
Does anyone else experience a problem with the scaling of the comic image?&lt;br /&gt;
&lt;br /&gt;
It is not fitting to the frame, but displays on full size on the web page.&lt;br /&gt;
It only happens for this comic, not other ones, and i see it both on the main page as the xkcd/2599 page.&lt;br /&gt;
&lt;br /&gt;
Some mistake for sure, but I have not seen this before.&lt;br /&gt;
&lt;br /&gt;
Screenshot proof: [[File:Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Flekkie|Flekkie]] ([[User talk:Flekkie|talk]]) 22:32, 29 March 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2599:_Spacecraft_Debris_Odds_Ratio&amp;diff=229253</id>
		<title>Talk:2599: Spacecraft Debris Odds Ratio</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2599:_Spacecraft_Debris_Odds_Ratio&amp;diff=229253"/>
				<updated>2022-03-29T22:32:20Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: /* Image scaling off */ added signature&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;
correct me if i'm wrong, but i believe 300 - 30 is 270, not 280? [[Special:Contributions/172.68.50.85|172.68.50.85]] 22:50, 28 March 2022 (UTC)&lt;br /&gt;
:something something percentage points maybe? idk [[Special:Contributions/172.70.134.91|172.70.134.91]] 22:56, 28 March 2022 (UTC)Bumpf&lt;br /&gt;
:Most likely there is an unstated chance of death by not going outside... presumably ~10% but there's no way to know the breakdown (could be nearly all cardio, could be nearly all ursine if they live in a cave next bears) [[Special:Contributions/172.69.70.127|172.69.70.127]] 23:02, 28 March 2022 (UTC)&lt;br /&gt;
::300% increase is multiplying by (1+3), 30% decrease is multiplying by (1-0.3) , %increases are multiplicative so the increase is by a factor of 4*0.7=2.8, which is 280% of the original value (or a 180% increase). {{unsigned ip|162.158.146.69}}&lt;br /&gt;
:::Yeah, barring a total mistake, that must be where the number came from, but it seems odd by the inconsistent way it is expressed, as it assumes the 300% increase for the bear attack is added to the initial value for a final amount of 400%, along with a similar treatment for the 30% decrease, but the 280% is simply the final value skipping past that step to the conclusion afterwards that is not even shown for the previous numbers.  But with the improper grammar, if it's not an actual typo, it may be trying to show the speaker acting dumb or irrational, as it doesn't make sense to end with &amp;quot;increased&amp;quot; instead of &amp;quot;increase&amp;quot; without changing part of the words before that number.  Someone thinking that poorly though likely wouldn't be able to multiply things properly to produce that 280% number though.--[[Special:Contributions/172.70.130.153|172.70.130.153]] 01:13, 29 March 2022 (UTC)&lt;br /&gt;
::::Someone who do understand this method of getting to 280% should add that to the explanation. I'm not quite sure what is meant here above, so an even better explanation would be preferable. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:28, 29 March 2022 (UTC)&lt;br /&gt;
:::&amp;lt;u&amp;gt;Joke proof&amp;lt;/u&amp;gt;: ''Assume'' that every year 400 people are killed by bears in the world, of which 100 are killed inside and 300 are killed outside. Then, indeed, by going outside, the probability that you will be killed by bears increases from 100 to 300: that is 300%. On the other hand, we know that walking outside every day will reduce your risk of death from cardiovascular disease by 30%. Therefore, by walking outside properly, 30% of the above-mentioned 400 people, i.e. 120 people, could in theory avoid death from the said disease, ''if'' not attacked by bears. This implies that, even if everyone in the world walked outside every day, only 120 out of the 400 bear attack victims would be potentially saved, while 280 would die anyway. Since by hypothesis only 100 are killed inside by bear attacks, going outside will clearly increase the probability of deadly bear attacks, from 100 to 280: that is 280%. —[[User:Yosei|Yosei]] ([[User talk:Yosei|talk]]) 09:52, 29 March 2022 (UTC)&lt;br /&gt;
:::As said above, 300% increase and 30% decrease gives a factor ×2.8 &amp;lt;u&amp;gt;which is a +180% increase&amp;lt;/u&amp;gt; (not 280%) [[Special:Contributions/162.158.50.176|162.158.50.176]] 10:38, 29 March 2022 (UTC)&lt;br /&gt;
::::It's a joke :) Since the title text is obviously a joke, maybe we shouldn't over-analyze it, except we can enjoy ourselves by “analyzing” it half-jokingly. Seriously, though, there is also some ambiguity in a natural language itself: e.g. by “one-and-a-half times larger than”, one may mean “one-and-a-half times as large as” (150%), or one may mean “150% larger than” (250%). When spoken informally, this kind of ambiguity is not uncommon. Another example would be “five hundred one thousandths” which may mean 501/1000 or 500/1000. Take it easy &amp;amp; take care :) — [[User:Yosei|Yosei]] ([[User talk:Yosei|talk]]) 11:38, 29 March 2022 (UTC)&lt;br /&gt;
:::This is what I love about XKCD, the jokes come with proofs. Does it depend on what order you apply them in? If you decrease the risk by 30%, you have 70%, then increase it by 300%, you get... 210%? Or 270%? Percentage points vs. percent again isn't it. Why is life so complicated? --[[User:192·168·0·1|192·168·0·1]] ([[User talk:192·168·0·1|talk]]) 12:46, 29 March 2022 (UTC)&lt;br /&gt;
:It doesn't really matter because the whole thing is complete nonsense. You can't combine the risks unless you know how big they are relative to each other. Let's say 1,000 people stay inside. 2 are killed by a bear and 10 die of cardiovascular disease - 12 people in total. With the given percentage changes, of 1,000 people who go outside, 8 get killed by bears (300% increase) and 7 die of heart disease (30% decrease), a total of 15. It's more dangerous to go outside than stay in. However, if 250 of the people who stay inside die of heart disease, then we have 252 deaths in total for staying in and only 175+8=183 for going out [[User:Jeremyp|Jeremyp]] ([[User talk:Jeremyp|talk]]) 15:33, 29 March 2022 (UTC).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;That's a 280% increased&amp;quot; has a typo/grammaro. The last word should be &amp;quot;increase&amp;quot;. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 23:04, 28 March 2022 (UTC)&lt;br /&gt;
:I think the actual typo is the &amp;quot;a&amp;quot; so should be &amp;quot;That's 280% increased&amp;quot; {{unsigned ip|162.158.146.69}}&lt;br /&gt;
::In standard American grammar it is much more likely that he meant &amp;quot;That's a 280% increase&amp;quot; than &amp;quot;That's 280% increased.&amp;quot;  You might say the odds ratio that he meant the former over the latter is 3+.[[Special:Contributions/162.158.166.87|162.158.166.87]] 15:46, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Also what's an odds ratio?? ~~Bumpf {{unsigned ip|172.70.38.41}}&lt;br /&gt;
:I assume something like &amp;quot;million to one&amp;quot;. But the units of the horizontal axis clearly don't correspond to that. I don't know what those units are, they're not a percentage, either. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 00:40, 29 March 2022 (UTC)&lt;br /&gt;
:: if you say &amp;quot;this is 4 times as likely&amp;quot; then &amp;quot;4&amp;quot; is the &amp;quot;odds ratio&amp;quot;, this is the type of number appearing on the horizontal axis {{unsigned ip|162.158.146.69}}&lt;br /&gt;
:An odds-ratio is a way of reporting the results for predictions of binary outcomes.  It's a transformation of the (not easily interpretable) regression coefficient.  For example, if the OR for &amp;quot;males&amp;quot; (vs females) is &amp;quot;0.70&amp;quot;, they're 70% as likely to have the outcome as females; if it's &amp;quot;1.32&amp;quot;, then males are 1.32x as likely (equivalently:  32% more likely) to have that outcome as females. [[Special:Contributions/108.162.249.75|108.162.249.75]] Gye Greene&lt;br /&gt;
&lt;br /&gt;
Did something happen to the size of the image after the initial posting? [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 00:40, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
What's with the asterisks on the right side? [[User:Jordan Brown|Jordan Brown]] ([[User talk:Jordan Brown|talk]]) 00:50, 29 March 2022 (UTC)&lt;br /&gt;
:I think the asterisks denote that the value at this range is &amp;quot;significant&amp;quot; because its error bars do not overlap with the baseline. If you stay outdoors 5 hours or more in a day, there is a nonzero chance that you will be hit by flying space debris. [[User:Laura|Laura]] ([[User talk:Laura|talk]]) 08:15, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
There should probably be an explanation of what &amp;quot;Monte Carlo Simulation&amp;quot; means, as many people who would actually want an explanation of this strip would likely be unfamiliar with that term.--[[Special:Contributions/172.70.131.122|172.70.131.122]] 01:02, 29 March 2022 (UTC)&lt;br /&gt;
:Yes, exactly! I got as far as finding {{w|Monte Carlo method}} via a redirect but have no idea how the bars are supposed to work, what the reference point is supposed to mean, or why the columns get skinnier toward the right. Not dumb, but next to no statistics education. [[User:Yngvadottir|Yngvadottir]] ([[User talk:Yngvadottir|talk]]) 07:51, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Yes, I added some links to try to make the graph a little more explore-friendly for folks willing to click and read what's beyond, but I don't have the smarts to really explain it. [[User:Laura|Laura]] ([[User talk:Laura|talk]]) 08:00, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Why is the x-axis of the chart in logarithmic spacing? Any particular reason for this, or is it part of the joke? [[User:Captain Nemo|Captain Nemo]] ([[User talk:Captain Nemo|talk]]) 09:29, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I wonder if it's deliberate that there's actually less risk if you go outside 1 hour per day. --[[User:192·168·0·1|192·168·0·1]] ([[User talk:192·168·0·1|talk]]) 12:46, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is this covid commentary?  Like how everyone got freaked about the odds for covid to the point where they stopped exercising and shutting everyone inside and degrading their mental health?  [[Special:Contributions/172.70.131.122|172.70.131.122]] 18:26, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Odds ratio confusion?==&lt;br /&gt;
I am very confused by the X axis of this comic, I feel like I must be misunderstanding how this works, but I thought I understood how odds ratios worked. Maybe not.&lt;br /&gt;
The graph &amp;quot;reads&amp;quot; that &amp;quot;In the reference situation, with zero hours spent outside, the odds ratio for head injuries from falling spacecraft debris is 1.0 ± 0.&amp;quot; A 1.0 odds ratio means 1.0:1.0, or that either possibility is 50% likely. That is, there's an even chance your head will be injured by spacecraft debris or that it will not, ''if you stay indoors.'' That does not seem like it could be right, so can someone point me to my error? Thanks! [[User:JohnHawkinson|JohnHawkinson]] ([[User talk:JohnHawkinson|talk]]) 09:34, 29 March 2022 (UTC)&lt;br /&gt;
:As best I can tell, this is taking odds as a ratio between ''any'' two events. Rather than the usual &amp;quot;success : failure&amp;quot; (or &amp;quot;happens : doesn't happen&amp;quot;), it's &amp;quot;this scenario happens : control scenario happens&amp;quot;. By definition, the control scenario is set at 1.0, and something at a ratio of (say) 2.0 is twice as likely to happen. -- [[User:Peregrine|Peregrine]] ([[User talk:Peregrine|talk]]) 10:50, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I definitely think we need to put something explaining what an odds ratio is. But since I feel the need to have it explained, I'm not going to be the one to explain it. --[[User:192·168·0·1|192·168·0·1]] ([[User talk:192·168·0·1|talk]]) 12:46, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Per day ==&lt;br /&gt;
&lt;br /&gt;
Looks like the comic has been updated to clarify that the number of hours is per day. I'll leave it to someone more experienced with this website to update it, but in any case it makes the note &amp;quot;It is very difficult to avoid being outside for more than four hours in a total lifetime&amp;quot; moot. [[Special:Contributions/172.70.114.147|172.70.114.147]] 12:31, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Monte Carlo Tree Searches ==&lt;br /&gt;
&lt;br /&gt;
MCTSs are one of those things that don't seem like they should work but they do &amp;lt;span style=&amp;quot;text-shadow:0 0 6px black&amp;quot;&amp;gt;[[User:Beanie|&amp;lt;span style=&amp;quot;font-size:11pt;color:#dddddd&amp;quot;&amp;gt;Beanie&amp;lt;/span&amp;gt;]]&amp;lt;/span&amp;gt; &amp;lt;sup&amp;gt;&amp;lt;span style=&amp;quot;text-shadow:0 0 3px #000000&amp;quot;&amp;gt;[[User talk:Beanie|&amp;lt;span style=&amp;quot;font-size:8pt;color:#dddddd&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]]&amp;lt;/span&amp;gt;&amp;lt;/sup&amp;gt; 20:55, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Image scaling off ==&lt;br /&gt;
&lt;br /&gt;
Does anyone else experience a problem with the scaling of the comic image?&lt;br /&gt;
&lt;br /&gt;
It is not fitting to the frame, but displays on full size on the web page.&lt;br /&gt;
It only happens for this comic, not other ones, and i see it both on the main page as the xkcd/2599 page.&lt;br /&gt;
&lt;br /&gt;
Some mistake for sure, but I have not seen this before.&lt;br /&gt;
&lt;br /&gt;
proof: [[screenshot]]&lt;br /&gt;
[[User:Flekkie|Flekkie]] ([[User talk:Flekkie|talk]]) 22:32, 29 March 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=File:https---i.imgur.com-sbXbCovl.png&amp;diff=229252</id>
		<title>File:https---i.imgur.com-sbXbCovl.png</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=File:https---i.imgur.com-sbXbCovl.png&amp;diff=229252"/>
				<updated>2022-03-29T22:31:15Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: example of scaling error for the 2599 comic image&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;example of scaling error for the 2599 comic image&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2599:_Spacecraft_Debris_Odds_Ratio&amp;diff=229251</id>
		<title>Talk:2599: Spacecraft Debris Odds Ratio</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2599:_Spacecraft_Debris_Odds_Ratio&amp;diff=229251"/>
				<updated>2022-03-29T22:30:11Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: /* Image scaling off */ new section&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;
correct me if i'm wrong, but i believe 300 - 30 is 270, not 280? [[Special:Contributions/172.68.50.85|172.68.50.85]] 22:50, 28 March 2022 (UTC)&lt;br /&gt;
:something something percentage points maybe? idk [[Special:Contributions/172.70.134.91|172.70.134.91]] 22:56, 28 March 2022 (UTC)Bumpf&lt;br /&gt;
:Most likely there is an unstated chance of death by not going outside... presumably ~10% but there's no way to know the breakdown (could be nearly all cardio, could be nearly all ursine if they live in a cave next bears) [[Special:Contributions/172.69.70.127|172.69.70.127]] 23:02, 28 March 2022 (UTC)&lt;br /&gt;
::300% increase is multiplying by (1+3), 30% decrease is multiplying by (1-0.3) , %increases are multiplicative so the increase is by a factor of 4*0.7=2.8, which is 280% of the original value (or a 180% increase). {{unsigned ip|162.158.146.69}}&lt;br /&gt;
:::Yeah, barring a total mistake, that must be where the number came from, but it seems odd by the inconsistent way it is expressed, as it assumes the 300% increase for the bear attack is added to the initial value for a final amount of 400%, along with a similar treatment for the 30% decrease, but the 280% is simply the final value skipping past that step to the conclusion afterwards that is not even shown for the previous numbers.  But with the improper grammar, if it's not an actual typo, it may be trying to show the speaker acting dumb or irrational, as it doesn't make sense to end with &amp;quot;increased&amp;quot; instead of &amp;quot;increase&amp;quot; without changing part of the words before that number.  Someone thinking that poorly though likely wouldn't be able to multiply things properly to produce that 280% number though.--[[Special:Contributions/172.70.130.153|172.70.130.153]] 01:13, 29 March 2022 (UTC)&lt;br /&gt;
::::Someone who do understand this method of getting to 280% should add that to the explanation. I'm not quite sure what is meant here above, so an even better explanation would be preferable. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 08:28, 29 March 2022 (UTC)&lt;br /&gt;
:::&amp;lt;u&amp;gt;Joke proof&amp;lt;/u&amp;gt;: ''Assume'' that every year 400 people are killed by bears in the world, of which 100 are killed inside and 300 are killed outside. Then, indeed, by going outside, the probability that you will be killed by bears increases from 100 to 300: that is 300%. On the other hand, we know that walking outside every day will reduce your risk of death from cardiovascular disease by 30%. Therefore, by walking outside properly, 30% of the above-mentioned 400 people, i.e. 120 people, could in theory avoid death from the said disease, ''if'' not attacked by bears. This implies that, even if everyone in the world walked outside every day, only 120 out of the 400 bear attack victims would be potentially saved, while 280 would die anyway. Since by hypothesis only 100 are killed inside by bear attacks, going outside will clearly increase the probability of deadly bear attacks, from 100 to 280: that is 280%. —[[User:Yosei|Yosei]] ([[User talk:Yosei|talk]]) 09:52, 29 March 2022 (UTC)&lt;br /&gt;
:::As said above, 300% increase and 30% decrease gives a factor ×2.8 &amp;lt;u&amp;gt;which is a +180% increase&amp;lt;/u&amp;gt; (not 280%) [[Special:Contributions/162.158.50.176|162.158.50.176]] 10:38, 29 March 2022 (UTC)&lt;br /&gt;
::::It's a joke :) Since the title text is obviously a joke, maybe we shouldn't over-analyze it, except we can enjoy ourselves by “analyzing” it half-jokingly. Seriously, though, there is also some ambiguity in a natural language itself: e.g. by “one-and-a-half times larger than”, one may mean “one-and-a-half times as large as” (150%), or one may mean “150% larger than” (250%). When spoken informally, this kind of ambiguity is not uncommon. Another example would be “five hundred one thousandths” which may mean 501/1000 or 500/1000. Take it easy &amp;amp; take care :) — [[User:Yosei|Yosei]] ([[User talk:Yosei|talk]]) 11:38, 29 March 2022 (UTC)&lt;br /&gt;
:::This is what I love about XKCD, the jokes come with proofs. Does it depend on what order you apply them in? If you decrease the risk by 30%, you have 70%, then increase it by 300%, you get... 210%? Or 270%? Percentage points vs. percent again isn't it. Why is life so complicated? --[[User:192·168·0·1|192·168·0·1]] ([[User talk:192·168·0·1|talk]]) 12:46, 29 March 2022 (UTC)&lt;br /&gt;
:It doesn't really matter because the whole thing is complete nonsense. You can't combine the risks unless you know how big they are relative to each other. Let's say 1,000 people stay inside. 2 are killed by a bear and 10 die of cardiovascular disease - 12 people in total. With the given percentage changes, of 1,000 people who go outside, 8 get killed by bears (300% increase) and 7 die of heart disease (30% decrease), a total of 15. It's more dangerous to go outside than stay in. However, if 250 of the people who stay inside die of heart disease, then we have 252 deaths in total for staying in and only 175+8=183 for going out [[User:Jeremyp|Jeremyp]] ([[User talk:Jeremyp|talk]]) 15:33, 29 March 2022 (UTC).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;That's a 280% increased&amp;quot; has a typo/grammaro. The last word should be &amp;quot;increase&amp;quot;. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 23:04, 28 March 2022 (UTC)&lt;br /&gt;
:I think the actual typo is the &amp;quot;a&amp;quot; so should be &amp;quot;That's 280% increased&amp;quot; {{unsigned ip|162.158.146.69}}&lt;br /&gt;
::In standard American grammar it is much more likely that he meant &amp;quot;That's a 280% increase&amp;quot; than &amp;quot;That's 280% increased.&amp;quot;  You might say the odds ratio that he meant the former over the latter is 3+.[[Special:Contributions/162.158.166.87|162.158.166.87]] 15:46, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Also what's an odds ratio?? ~~Bumpf {{unsigned ip|172.70.38.41}}&lt;br /&gt;
:I assume something like &amp;quot;million to one&amp;quot;. But the units of the horizontal axis clearly don't correspond to that. I don't know what those units are, they're not a percentage, either. [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 00:40, 29 March 2022 (UTC)&lt;br /&gt;
:: if you say &amp;quot;this is 4 times as likely&amp;quot; then &amp;quot;4&amp;quot; is the &amp;quot;odds ratio&amp;quot;, this is the type of number appearing on the horizontal axis {{unsigned ip|162.158.146.69}}&lt;br /&gt;
:An odds-ratio is a way of reporting the results for predictions of binary outcomes.  It's a transformation of the (not easily interpretable) regression coefficient.  For example, if the OR for &amp;quot;males&amp;quot; (vs females) is &amp;quot;0.70&amp;quot;, they're 70% as likely to have the outcome as females; if it's &amp;quot;1.32&amp;quot;, then males are 1.32x as likely (equivalently:  32% more likely) to have that outcome as females. [[Special:Contributions/108.162.249.75|108.162.249.75]] Gye Greene&lt;br /&gt;
&lt;br /&gt;
Did something happen to the size of the image after the initial posting? [[User:Barmar|Barmar]] ([[User talk:Barmar|talk]]) 00:40, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
What's with the asterisks on the right side? [[User:Jordan Brown|Jordan Brown]] ([[User talk:Jordan Brown|talk]]) 00:50, 29 March 2022 (UTC)&lt;br /&gt;
:I think the asterisks denote that the value at this range is &amp;quot;significant&amp;quot; because its error bars do not overlap with the baseline. If you stay outdoors 5 hours or more in a day, there is a nonzero chance that you will be hit by flying space debris. [[User:Laura|Laura]] ([[User talk:Laura|talk]]) 08:15, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
There should probably be an explanation of what &amp;quot;Monte Carlo Simulation&amp;quot; means, as many people who would actually want an explanation of this strip would likely be unfamiliar with that term.--[[Special:Contributions/172.70.131.122|172.70.131.122]] 01:02, 29 March 2022 (UTC)&lt;br /&gt;
:Yes, exactly! I got as far as finding {{w|Monte Carlo method}} via a redirect but have no idea how the bars are supposed to work, what the reference point is supposed to mean, or why the columns get skinnier toward the right. Not dumb, but next to no statistics education. [[User:Yngvadottir|Yngvadottir]] ([[User talk:Yngvadottir|talk]]) 07:51, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Yes, I added some links to try to make the graph a little more explore-friendly for folks willing to click and read what's beyond, but I don't have the smarts to really explain it. [[User:Laura|Laura]] ([[User talk:Laura|talk]]) 08:00, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Why is the x-axis of the chart in logarithmic spacing? Any particular reason for this, or is it part of the joke? [[User:Captain Nemo|Captain Nemo]] ([[User talk:Captain Nemo|talk]]) 09:29, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I wonder if it's deliberate that there's actually less risk if you go outside 1 hour per day. --[[User:192·168·0·1|192·168·0·1]] ([[User talk:192·168·0·1|talk]]) 12:46, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is this covid commentary?  Like how everyone got freaked about the odds for covid to the point where they stopped exercising and shutting everyone inside and degrading their mental health?  [[Special:Contributions/172.70.131.122|172.70.131.122]] 18:26, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Odds ratio confusion?==&lt;br /&gt;
I am very confused by the X axis of this comic, I feel like I must be misunderstanding how this works, but I thought I understood how odds ratios worked. Maybe not.&lt;br /&gt;
The graph &amp;quot;reads&amp;quot; that &amp;quot;In the reference situation, with zero hours spent outside, the odds ratio for head injuries from falling spacecraft debris is 1.0 ± 0.&amp;quot; A 1.0 odds ratio means 1.0:1.0, or that either possibility is 50% likely. That is, there's an even chance your head will be injured by spacecraft debris or that it will not, ''if you stay indoors.'' That does not seem like it could be right, so can someone point me to my error? Thanks! [[User:JohnHawkinson|JohnHawkinson]] ([[User talk:JohnHawkinson|talk]]) 09:34, 29 March 2022 (UTC)&lt;br /&gt;
:As best I can tell, this is taking odds as a ratio between ''any'' two events. Rather than the usual &amp;quot;success : failure&amp;quot; (or &amp;quot;happens : doesn't happen&amp;quot;), it's &amp;quot;this scenario happens : control scenario happens&amp;quot;. By definition, the control scenario is set at 1.0, and something at a ratio of (say) 2.0 is twice as likely to happen. -- [[User:Peregrine|Peregrine]] ([[User talk:Peregrine|talk]]) 10:50, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
I definitely think we need to put something explaining what an odds ratio is. But since I feel the need to have it explained, I'm not going to be the one to explain it. --[[User:192·168·0·1|192·168·0·1]] ([[User talk:192·168·0·1|talk]]) 12:46, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Per day ==&lt;br /&gt;
&lt;br /&gt;
Looks like the comic has been updated to clarify that the number of hours is per day. I'll leave it to someone more experienced with this website to update it, but in any case it makes the note &amp;quot;It is very difficult to avoid being outside for more than four hours in a total lifetime&amp;quot; moot. [[Special:Contributions/172.70.114.147|172.70.114.147]] 12:31, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Monte Carlo Tree Searches ==&lt;br /&gt;
&lt;br /&gt;
MCTSs are one of those things that don't seem like they should work but they do &amp;lt;span style=&amp;quot;text-shadow:0 0 6px black&amp;quot;&amp;gt;[[User:Beanie|&amp;lt;span style=&amp;quot;font-size:11pt;color:#dddddd&amp;quot;&amp;gt;Beanie&amp;lt;/span&amp;gt;]]&amp;lt;/span&amp;gt; &amp;lt;sup&amp;gt;&amp;lt;span style=&amp;quot;text-shadow:0 0 3px #000000&amp;quot;&amp;gt;[[User talk:Beanie|&amp;lt;span style=&amp;quot;font-size:8pt;color:#dddddd&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]]&amp;lt;/span&amp;gt;&amp;lt;/sup&amp;gt; 20:55, 29 March 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Image scaling off ==&lt;br /&gt;
&lt;br /&gt;
Does anyone else experience a problem with the scaling of the comic image?&lt;br /&gt;
&lt;br /&gt;
It is not fitting to the frame, but displays on full size on the web page.&lt;br /&gt;
It only happens for this comic, not other ones, and i see it both on the main page as the xkcd/2599 page.&lt;br /&gt;
&lt;br /&gt;
Some mistake for sure, but I have not seen this before.&lt;br /&gt;
&lt;br /&gt;
proof: [[File:https://i.imgur.com/sbXbCovl.png]]&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2597:_Salary_Negotiation&amp;diff=228952</id>
		<title>2597: Salary Negotiation</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2597:_Salary_Negotiation&amp;diff=228952"/>
				<updated>2022-03-24T12:04:17Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: added one more adult-ideas comig&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2597&lt;br /&gt;
| date      = March 23, 2022&lt;br /&gt;
| title     = Salary Negotiation&lt;br /&gt;
| image     = salary_negotiation.png&lt;br /&gt;
| titletext = &amp;quot;We can do 0.33 or 0.34, but our payroll software doesn't allow us to--&amp;quot; &amp;quot;NO DEAL.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a COMPLEX FRACTIONAL SALARY INCREASE - Please change this comment when editing this page, for fun and profit. Do NOT delete this tag too soon. Sincerely, management.}}&lt;br /&gt;
[[Ponytail]]'s company would like to hire [[Cueball]] for a job. And now she is telling him that their offer for his starting salary is $55,000. &lt;br /&gt;
&lt;br /&gt;
When offered a new job, it is common to negotiate on aspects of the offer such as salary, and employers may offer below the market rate initially in the expectation that the final negotiated amount will be higher. Given that one's future income depends on the outcome of a one-time process requiring skills unrelated to the job one is hired for, it is advisable to take one's time and do as much research as possible. &lt;br /&gt;
&lt;br /&gt;
Cueball realizes that he has ended up in this situation, but, in typically [[Randall]] fashion, he states the fact, saying out loud ''Wow. I guess I'm inside a negotiation!'' Ponytail comments that it's a weird way to phrase it, and would then probably have continued to say, ''but that is correct.'' Cueball, however, interrupts her by stating that ''I can do this.''&lt;br /&gt;
&lt;br /&gt;
Cueball has clearly done some research, but perhaps too much as he is flummoxed by this high-stakes situation and starts to ramble with decreasing coherence. First he gets completely confused about the numbers. He might have said I wont accept a penny below $60,000, starting out by putting a bit more on, letting now, that this might not even be the lowest he would accept. Instead he says he wont have a penny over $50,000, thus cutting $5000 of the initial offer, and saying he will not have more than that. He realizes this was completely wrong, and corrects to ''under'', but is still 5000 lower. Then he continues to mess up the numbers. Clearly he meant to go for $60,000, but first says $60 then $600, 100 times below what he wishes to say. Then adds the word ''Thousand'' after a short break, and continues to say it as one word $600,000. That is of course 10 times more than he wished to try for.&lt;br /&gt;
&lt;br /&gt;
Realizing that he is completely off he asks for &amp;quot;15% cut of the salary&amp;quot;. Here, Cueball seems to confuse salary and commission. &amp;quot;X% cut of the salary&amp;quot; seems like what a recruiter/headhunter may get from their employer as a commission if they successfully make their person hired. This is not the phrase to be used when negotiating a salary, as is the case for Cueball here, since it's not commission based.&lt;br /&gt;
&lt;br /&gt;
The next word he says is ''Raise''. This could make sense if he already had a job, and wished to negotiate for a pay raise. But that is not the case. After this, he begins to think of raise as in a card game and starts rambling off mainly poker related terms, like raise, fold and pass. He throws in double down in between. This can also be a card game term, as in blackjack where double down means to double a bet after seeing one's initial cards, with the requirement that one additional card be drawn. &lt;br /&gt;
&lt;br /&gt;
But in everyday speak, in a fairly dramatic [https://books.google.com/ngrams/graph?content=double+down&amp;amp;year_start=1800&amp;amp;year_end=2019&amp;amp;corpus=26&amp;amp;smoothing=3&amp;amp;direct_url=t1%3B%2Cdouble%20down%3B%2Cc0 rise in popular usage], to double down is to take a further risk in a situation or passionately re-commit one’s efforts to a cause or course of action ''despite'' clear and contrary revelations. This could make a limited amount of sense in a negotiation situation in which one is trying to establish the necessary self-worth. But of course not in Cueball's ramble, that finishes with him saying ''Fill it up with regular'', something you would say at a gas-station, where they still had an attendant to operate the pumps. Likely something Cueball has only experienced when watching old movies...&lt;br /&gt;
&lt;br /&gt;
At this point Ponytail tries to ask him something. Maybe, ''Are you OK?''. But again Cueball interrupts her, saying he is sorry and that he would like to start over. At this time he takes out several sheets of paper and looks at some charts. But the charts are not clear enough, or only have a suggestion for what percentage he should ask for. He asks if he can borrow a calculator (something he would likely have on his smart phone) and then asks what's 20% of $55,000. This last bit seems like he is finally following a common advice to take the initial offer and add 10-20%. That would be $11,000, so it would have been $66,000.&lt;br /&gt;
&lt;br /&gt;
Once more Ponytail tries to give him some time to think, but once more he interrupts, as he eventually have settled on a number, $61,333.333.... He even states that the decimals of 3 should be repeating, as in forever. Thus exactly $61,333 + $1/3. He clearly states he will not take the job for less than that.&lt;br /&gt;
&lt;br /&gt;
The value he settles on is 11.51515...% larger, or exactly &amp;lt;sup&amp;gt;184&amp;lt;/sup&amp;gt;⁄&amp;lt;sub&amp;gt;165&amp;lt;/sub&amp;gt; times the asking price, closer to 10% than the 20% he just asked for. In classic Cueball style, he has made the simple problem sufficiently complex that one must wonder how he got there. However, the value does still fall within the band suggested by the common advice.&lt;br /&gt;
&lt;br /&gt;
Since this is not that much more than the starting offer Ponytail is ready to accept this and says ''Sure, $61,333 is fine.'' She is once more starting to say something, like ''That's actually a reasonable request'', or ''That's actually within our limits''. But for the fourth time Cueball interrupts her, this time almost yelling ''Point 3 repeating or I walk!'' Because what she just offered him was $1/3 less than he asked for, and thus more than a penny less.&lt;br /&gt;
&lt;br /&gt;
This last outburst is just plain ridiculous as this would only lower his asking salary by 5 parts in a million. And for certain Ponytail would accept going to $61,334.&lt;br /&gt;
&lt;br /&gt;
In the title text it shows that this is not good enough. Cueball has now confused himself to the limit that he will not only not accept less than his asking salary, he will also not accept more. So when Ponytail tries to explain to him that the point 3 repeating cannot be paid in whole cents, and tries to let him now that their payroll software only can handle whole cents, and he thus can get either 0.33 or 0.34 (the latter actually being more than he asks for), he again shout out ''NO DEAL.'' &lt;br /&gt;
&lt;br /&gt;
Since Ponytail cannot pay him out in a number with infinite decimals (1/3, pi or any other kind), it seems Cueball will let this job slip out of his hands, because he has completely misunderstood the concept of negotiation.&lt;br /&gt;
&lt;br /&gt;
The situation could be resolved if he would be happy with an arrangement such as a leap cent every three years, but maybe Ponytail would at this point realize it was probably a mistake to hire such an easily confused person, and happily let him go.&lt;br /&gt;
&lt;br /&gt;
This can be read as a cautionary tale about taking time to compose one's thoughts before responding to a situation. The confusion caused by the wad of papers also reminds us that more information does not necessarily mean more clarity.&lt;br /&gt;
&lt;br /&gt;
For more interview-related xkcd comics, see for instance [[125: Marketing Interview]], [[1088: Five Years]], [[1094: Interview]], [[1293: Job Interview]] and [[1545: Strengths and Weaknesses]].&lt;br /&gt;
&lt;br /&gt;
This could also be taken in series with Cueball (possibly as a stand in for Randall) misunderstanding classically &amp;quot;adult&amp;quot; ideas, see for instance [[616: Lease]], [[905: Homeownership]], [[1674: Adult]] and [[1894: Real Estate]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Ponytail sits in an office chair at her desk, with Cueball sitting in a similar chair on the other side with his hands on his knees. Ponytails has her hands on the desk and in front of her, there is a slim thing standing up. It could be a very small screen, but there seems to be no keyboard in front of her. Maybe it is a small tablet with a support for letting is stand up. Behind that there are what appears to be two piles of papers of different sizes.]&lt;br /&gt;
:Ponytail: We'd like to extend an offer! The starting salary is $55,000.&lt;br /&gt;
:Cueball: Wow. I guess I'm inside a negotiation!&lt;br /&gt;
:Ponytail: I... Weird to phrase it like that, but-&lt;br /&gt;
:Cueball: ''I can do this.''&lt;br /&gt;
&lt;br /&gt;
:[Zoom in on Cueball's upper half.]&lt;br /&gt;
:Cueball: I won't accept a penny over $50,000. Sorry, I mean under. Under $60. I mean, $600. Thousand. $600,000. I want a 15% cut of the salary. Raise. Double down. Fold. Pass. Fill it up with regular.&lt;br /&gt;
&lt;br /&gt;
:[The same shot, except Cueball is now holding three pieces of paper, and he is looking down on them. Ponytail is talking to him from off-panel.]&lt;br /&gt;
:Ponytail (off-panel): Are you-&lt;br /&gt;
:Cueball: Sorry, sorry. Let me start over.&lt;br /&gt;
:Cueball: OK, my chart says... &lt;br /&gt;
:Cueball: ...Can I borrow a calculator? What's 20% of $55,000?&lt;br /&gt;
&lt;br /&gt;
:[Back to the scene from the first panel. Ponytail has taken one hand down to her knee, with the other still on the desk. Cueball has put the papers on his lap and has raised his hand in the air holding one finger up. In his other hand he holds either a borrowed calculator or his own smartphone.]&lt;br /&gt;
:Ponytail: Listen, if you need to-&lt;br /&gt;
:Cueball: I won't take this job for less than $61,333 point 3 repeating!&lt;br /&gt;
:Ponytail: Sure, $61,333 is fine. That's actually-&lt;br /&gt;
:Cueball: '''''Point 3 repeating or I walk!'''''&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Job interviews]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2395:_Covid_Precaution_Level&amp;diff=202831</id>
		<title>Talk:2395: Covid Precaution Level</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2395:_Covid_Precaution_Level&amp;diff=202831"/>
				<updated>2020-12-08T03:51:51Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: &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 problem is precautions that ARE insufficient feel excessive to many people and precautions that are excessive FEEL insufficient to many others - and science seems to be unable to provide definitive answers to replace &amp;quot;feelings&amp;quot; with logic [[Special:Contributions/162.158.126.104|162.158.126.104]] 23:59, 7 December 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
To save the person(s) effort who will ultimately write this into the explanation/transcript in a legible manner: There are 13 subdivisions in Insufficient, 14 subdivisions in Excessive, roughly (close enough to look deliberate, but sloppily so) 6 divisions shared, across a scale of 21 effective divisions. Enjoy! [[Special:Contributions/162.158.158.155|162.158.158.155]] 00:08, 8 December 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I wonder what is meant by the title text exactly, is the one kind of feedback you can get getting the disease? The way it is phrases it feels like &amp;quot;dying from covid&amp;quot; is the final feedback (you can only get it once and then it's too late). But just getting infected is already some feedback isn't it? &lt;br /&gt;
&lt;br /&gt;
[[User:Flekkie|Flekkie]] ([[User talk:Flekkie|talk]]) 03:51, 8 December 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=903:_Extended_Mind&amp;diff=181951</id>
		<title>903: Extended Mind</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=903:_Extended_Mind&amp;diff=181951"/>
				<updated>2019-10-30T03:05:20Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: /* Explanation */ corrected for brackets&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 903&lt;br /&gt;
| date      = May 25, 2011&lt;br /&gt;
| title     = Extended Mind&lt;br /&gt;
| image     = extended mind.png&lt;br /&gt;
| titletext = Wikipedia trivia: if you take any article, click on the first link in the article text not in parentheses or italics, and then repeat, you will eventually end up at &amp;quot;Philosophy&amp;quot;.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic refers to the fact that the narrator has become so dependent on Wikipedia as a source of information that although it gives him the great advantage that he appears learned on any topic with a remarkable degree of specificity, the downside is that whenever Wikipedia goes offline, the limitations of his actual knowledge are revealed.&lt;br /&gt;
&lt;br /&gt;
The title, &amp;quot;Extended Mind&amp;quot;, refers to a theory proposed by philosophers Andy Clark and David Chalmers, which postulates that the mind not only includes what can be found in the skull, but also incorporates external things, like Wikipedia.&lt;br /&gt;
&lt;br /&gt;
The title text refers to an {{w|Wikipedia:Getting to Philosophy|observed phenomenon}} that many of Wikipedia's page links eventually lead to the {{w|Philosophy}} page. This may be due to the fact that the first few links in any article tend to reference more general or abstract ideas, which eventually gravitate towards philosophy. This is not actually true, though. It works for the spark plug page and countless others but not for all. The comment section below has some examples, but many of them are not working anymore, because Wikipedia references change in time, as just about anyone can just log in and add/remove links, or just adjust their position in an article. Most instances of this not working are because of endless loops (page A to page B back to page A, or anything like that).&lt;br /&gt;
&lt;br /&gt;
More info on this bizarre characteristic of the encyclopedia can be found [http://matpalm.com/blog/2011/08/13/wikipedia-philosophy/ on their page about it] or on [http://matpalm.com/blog/2011/08/13/wikipedia-philosophy/ this blog]&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[An IM window is open over a Chrome window with tabs for Spark Plug, Feeler Gauge, and Wikipedia.]&lt;br /&gt;
:Message with Mike1979&lt;br /&gt;
:Mike1979: I replaced my spark plugs and now my car is running weird.&lt;br /&gt;
:Me: The spark gap might be off.&lt;br /&gt;
:Me: You can check with a feeler gauge.&lt;br /&gt;
:Mike1979: What should the gap be?&lt;br /&gt;
:Me: Usually between 0.035&amp;quot; and 0.070&amp;quot;.&lt;br /&gt;
:Me: But it depends on the engine.&lt;br /&gt;
&lt;br /&gt;
:[An IM window is open over a Chrome window with a single Wikipedia tab, marked ERROR. The page says: &amp;quot;Wikipedia has a problem. Try waiting a few minutes and reloading (can't contact the database server: unknown error (10.0.0.242))]&lt;br /&gt;
:Message with Mike1979&lt;br /&gt;
:Mike1979: I replaced my spark plugs and now my car is running weird.&lt;br /&gt;
:Me: What is a spark plug??&lt;br /&gt;
:Me: Help&lt;br /&gt;
:Me: What is a car??&lt;br /&gt;
&lt;br /&gt;
:When Wikipedia has a server outage, my apparent IQ drops by 30 points.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*The error code shown in the right panel caused a [http://www.gossamer-threads.com/lists/wiki/wikitech/236027 bit of a discussion] from the wiki techs. Randall replied with:&lt;br /&gt;
::Randall: &amp;quot;I drew it based on an older error message where the IP was 10.0.0.243. I changed it to 242 (a) because I try not to get too specific with those things, and didn't want people poking the actual machine at .243 (if it was still there) - I actually considered putting .276 and seeing how many people noticed, but figured they'd just think I made a dumb mistake. and (b) as part of this ancient inside joke involving the number 242 ...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*For a few weeks after this comic came out, following the links as explained in the title text would actually lead only to the Science page, due to someone/someones altering the links.  The alterations could have been coincidental, good-faith edits, but were much more likely to be vandalism to break this trick.  The edits were eventually reverted, and, as of July 2016, all first links lead to the ocean.  Er, Philosophy. At least, when they're not stuck in endless loops.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Internet]]&lt;br /&gt;
[[Category:Wikipedia]]&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=903:_Extended_Mind&amp;diff=181950</id>
		<title>903: Extended Mind</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=903:_Extended_Mind&amp;diff=181950"/>
				<updated>2019-10-30T03:04:50Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: /* Explanation */ added links to more explanation about this phenomenon&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 903&lt;br /&gt;
| date      = May 25, 2011&lt;br /&gt;
| title     = Extended Mind&lt;br /&gt;
| image     = extended mind.png&lt;br /&gt;
| titletext = Wikipedia trivia: if you take any article, click on the first link in the article text not in parentheses or italics, and then repeat, you will eventually end up at &amp;quot;Philosophy&amp;quot;.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic refers to the fact that the narrator has become so dependent on Wikipedia as a source of information that although it gives him the great advantage that he appears learned on any topic with a remarkable degree of specificity, the downside is that whenever Wikipedia goes offline, the limitations of his actual knowledge are revealed.&lt;br /&gt;
&lt;br /&gt;
The title, &amp;quot;Extended Mind&amp;quot;, refers to a theory proposed by philosophers Andy Clark and David Chalmers, which postulates that the mind not only includes what can be found in the skull, but also incorporates external things, like Wikipedia.&lt;br /&gt;
&lt;br /&gt;
The title text refers to an {{w|Wikipedia:Getting to Philosophy|observed phenomenon}} that many of Wikipedia's page links eventually lead to the {{w|Philosophy}} page. This may be due to the fact that the first few links in any article tend to reference more general or abstract ideas, which eventually gravitate towards philosophy. This is not actually true, though. It works for the spark plug page and countless others but not for all. The comment section below has some examples, but many of them are not working anymore, because Wikipedia references change in time, as just about anyone can just log in and add/remove links, or just adjust their position in an article. Most instances of this not working are because of endless loops (page A to page B back to page A, or anything like that).&lt;br /&gt;
&lt;br /&gt;
More info on this bizarre characteristic of the encyclopedia can be found [[http://matpalm.com/blog/2011/08/13/wikipedia-philosophy/ on their page about it]] or on [[http://matpalm.com/blog/2011/08/13/wikipedia-philosophy/ this blog]]&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[An IM window is open over a Chrome window with tabs for Spark Plug, Feeler Gauge, and Wikipedia.]&lt;br /&gt;
:Message with Mike1979&lt;br /&gt;
:Mike1979: I replaced my spark plugs and now my car is running weird.&lt;br /&gt;
:Me: The spark gap might be off.&lt;br /&gt;
:Me: You can check with a feeler gauge.&lt;br /&gt;
:Mike1979: What should the gap be?&lt;br /&gt;
:Me: Usually between 0.035&amp;quot; and 0.070&amp;quot;.&lt;br /&gt;
:Me: But it depends on the engine.&lt;br /&gt;
&lt;br /&gt;
:[An IM window is open over a Chrome window with a single Wikipedia tab, marked ERROR. The page says: &amp;quot;Wikipedia has a problem. Try waiting a few minutes and reloading (can't contact the database server: unknown error (10.0.0.242))]&lt;br /&gt;
:Message with Mike1979&lt;br /&gt;
:Mike1979: I replaced my spark plugs and now my car is running weird.&lt;br /&gt;
:Me: What is a spark plug??&lt;br /&gt;
:Me: Help&lt;br /&gt;
:Me: What is a car??&lt;br /&gt;
&lt;br /&gt;
:When Wikipedia has a server outage, my apparent IQ drops by 30 points.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*The error code shown in the right panel caused a [http://www.gossamer-threads.com/lists/wiki/wikitech/236027 bit of a discussion] from the wiki techs. Randall replied with:&lt;br /&gt;
::Randall: &amp;quot;I drew it based on an older error message where the IP was 10.0.0.243. I changed it to 242 (a) because I try not to get too specific with those things, and didn't want people poking the actual machine at .243 (if it was still there) - I actually considered putting .276 and seeing how many people noticed, but figured they'd just think I made a dumb mistake. and (b) as part of this ancient inside joke involving the number 242 ...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*For a few weeks after this comic came out, following the links as explained in the title text would actually lead only to the Science page, due to someone/someones altering the links.  The alterations could have been coincidental, good-faith edits, but were much more likely to be vandalism to break this trick.  The edits were eventually reverted, and, as of July 2016, all first links lead to the ocean.  Er, Philosophy. At least, when they're not stuck in endless loops.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Internet]]&lt;br /&gt;
[[Category:Wikipedia]]&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1695:_Code_Quality_2&amp;diff=122068</id>
		<title>1695: Code Quality 2</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1695:_Code_Quality_2&amp;diff=122068"/>
				<updated>2016-06-17T13:51:06Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: /* Explanation */ reusing header of a conflicting edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1695&lt;br /&gt;
| date      = June 17, 2016&lt;br /&gt;
| title     = Code Quality 2&lt;br /&gt;
| image     = code_quality_2.png&lt;br /&gt;
| titletext = It's like you tried to define a formal grammar based on fragments of a raw database dump from the QuickBooks file of a company that's about to collapse in an accounting scandal.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|first edits}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The comic is a continuation of [[1513: Code Quality]], in which we see [[Ponytail]] being introduced to the {{w|source code}} [[Cueball]] has written, and where he is warning her that he is self-taught so his code probably won't be written the way she is used to.&lt;br /&gt;
She then continues to describe poetically the total mess of a code she encounters, using references to recipes created by corporate lawyers or the transcript of a couple arguing at IKEA.&lt;br /&gt;
&lt;br /&gt;
The first panel makes a reference to &amp;quot;OCR&amp;quot; which is an acronym for [https://en.wikipedia.org/wiki/Optical_character_recognition Optical Character Recognition], a technique for recognizing text in a picture using software. In this case she is referring to a picture of a [https://en.wikipedia.org/wiki/Scrabble Scrabble] game, which is a popular word-making game in which players have a pseudo-randomized set of letters and must arrange them on a grid to form interlocking words. OCR software is notoriously imperfect at the time of writing, and the criss-crossing semi-random words on a Scrabble board fed through an OCR program would likely produce dubious results, certainly not fit for current code standards.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
Side view of Ponytail sitting at a computer in all five panels.&lt;br /&gt;
&lt;br /&gt;
First panel, tall vertical.&amp;lt;br&amp;gt;&lt;br /&gt;
Ponytail: Ugh, I hate reading your code.&amp;lt;br&amp;gt;&lt;br /&gt;
Offscreen: I know, I know.&lt;br /&gt;
&lt;br /&gt;
Second panel is wider, shows her in an office chair.&amp;lt;br&amp;gt;&lt;br /&gt;
Ponytail: It's like you ran OCR on a photo of a Scrabble board from a game where Javascript reserved words counted for triple points.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Third panel zooms in and shows just her head.&amp;lt;br&amp;gt;&lt;br /&gt;
Ponytail: It looks like someone transcribed a naval weather forecast while woodpeckers hammered their shift keys, then randomly indented it.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fourth panel, similar to second, though slightly narrower.&amp;lt;br&amp;gt;&lt;br /&gt;
Ponytail: It's like an e e cummings poem written using only the usernames a website suggests when the one you want is taken.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fifth panel zooms in, shows her head and the screen.&amp;lt;br&amp;gt;&lt;br /&gt;
Ponytail: This looks like the output of a Markov bot that's been fed bus timetables from a city where the buses crash constantly.&amp;lt;br&amp;gt;&lt;br /&gt;
Offscreen: Whatever, it runs fine for now.&amp;lt;br&amp;gt;&lt;br /&gt;
Ponytail: So does a burning bus.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1588:_Hardware_Reductionism&amp;diff=103235</id>
		<title>Talk:1588: Hardware Reductionism</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1588:_Hardware_Reductionism&amp;diff=103235"/>
				<updated>2015-10-12T01:35:49Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: ~compliments on the job well done&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Is &amp;quot;TRIATHOLON&amp;quot; just a typo, or does it have a special comic value? {{unsigned ip|141.101.106.77}}&lt;br /&gt;
:At this moment of creation it exists in a limbo in which it is both a typo and a joke, but now that it is has been released for viewers to take measures, the function will soon collapse into just one of the possible states. [[Special:Contributions/162.158.34.197|162.158.34.197]] 13:03, 9 October 2015 (UTC)&lt;br /&gt;
::It's clearly a spelling mistake (not a typo). See http://www.thefreedictionary.com/Triathalon, http://www.thefreedictionary.com/athelete. [[Special:Contributions/173.245.50.149|173.245.50.149]] 13:19, 9 October 2015 (UTC)&lt;br /&gt;
:I'm going with the theory it's a joke around the philosophical [[wikipedia:Holon (philosophy)|Holon]]. [[User:Elvenivle|Elvenivle]] ([[User talk:Elvenivle|talk]]) 17:53, 9 October 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I don't think this is just parodying left-brain right-brain myths.  Rather, it's parodying neural reductionism of all kinds—the currently widespread myth that our selves are determined genetically by brain structure alone, minimizing the role of culture and the way experience rewires the brain.  In particular, the part about &amp;quot;phones like yours&amp;quot; makes me think of &amp;quot;women are from venus&amp;quot;–style myths (where, say, a slight correlation is found between gender and size of spacial processing module, etc, and pop-sci media reports it as WOMEN ARE INHERENTLY BAD AT SPATIAL REASONING).&lt;br /&gt;
[[User:Leoboiko|Leoboiko]] ([[User talk:Leoboiko|talk]]) 13:25, 9 October 2015 (UTC)&lt;br /&gt;
:Seems plausible.  Care to add? [[Special:Contributions/108.162.216.104|108.162.216.104]] 13:39, 9 October 2015 (UTC&lt;br /&gt;
&lt;br /&gt;
This is a real good, thorough and solid explanation. I'm impressed, well done! [[User:Flekkie|Flekkie]] ([[User talk:Flekkie|talk]]) 01:35, 12 October 2015 (UTC) &lt;br /&gt;
&lt;br /&gt;
Or it could be a riff on the current &amp;quot;Thinking Fast and Thinking Slow&amp;quot; model, which considers the brain as having two distinct (Type 1 and Type 2) types of thinking, often described as two separate actors in the brain, in spite of the fact that they probably overlap a lot in the sections of the brain used.&lt;br /&gt;
[[User:Blackbearnh|Blackbearnh]] ([[User talk:Blackbearnh|talk]]) 14:16, 9 October 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
How about the typo of &amp;quot;coment&amp;quot; in the comment about the typo in the comic... {{unsigned ip|173.245.54.91}}&lt;br /&gt;
:&amp;quot;Coment&amp;quot; may be a typo (error when typing) or a misspelling (when you don't know the correct spelling). &amp;quot;Triatholon&amp;quot; can only be a misspelling, because the comic is not typed. [[Special:Contributions/173.245.50.149|173.245.50.149]] 18:12, 9 October 2015 (UTC)&lt;br /&gt;
:: “ &amp;quot;Triatholon&amp;quot; can only be a misspelling, because the comic is not typed.”&lt;br /&gt;
:: You can make a mistake when handwriting. It's not a typo, but neither is it a misspelling.&lt;br /&gt;
:: [[Special:Contributions/173.245.49.78|173.245.49.78]] 21:55, 9 October 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Might the two cores' difficulty handling three events be meant as a parallel to the functional brain study result showing humans multitask only two things, with one frontal lobe handling each task (and the introduction of a third task results in timesharing rather than parallel processing of all three)?&lt;br /&gt;
[[Special:Contributions/173.245.50.139|173.245.50.139]] 22:15, 9 October 2015 (UTC)&lt;br /&gt;
:It could, but the three events in a triathlon don't involve multitasking - the events run in serial, not in parallel. I'm thinking about noting this in the text somewhere, but haven't though what to say about it yet - it seems peripheral. [[Special:Contributions/108.162.250.161|108.162.250.161]] 00:25, 12 October 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
I wouldn't be surprised if someone actually believed the phone explanation. It sounds more plausible that several marketing claims. -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 18:29, 10 October 2015 (UTC)&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=865:_Nanobots&amp;diff=86492</id>
		<title>865: Nanobots</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=865:_Nanobots&amp;diff=86492"/>
				<updated>2015-03-16T22:39:49Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: /* Explanation */ added wiki link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 865&lt;br /&gt;
| date      = February 25, 2011&lt;br /&gt;
| title     = Nanobots&lt;br /&gt;
| image     = nanobots.png&lt;br /&gt;
| titletext = I think the IETF hit the right balance with the 128 bits thing. We can fit MAC addresses in a /64 subnet, and the nanobots will only be able to devour half the planet.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
[[Megan]] and [[Ponytail]] are in orbit while nanobots are devouring the earth in a swarm. The nanobots stop after devouring 40% of the planet. This is a take on the &amp;quot;[https://en.wikipedia.org/wiki/Grey_goo Grey goo]&amp;quot; scenario in which self-replicating nanobots destroy the earth while creating more and more of themselves non-stop.&lt;br /&gt;
&lt;br /&gt;
However, the nanobots are only able to destroy 40% of the planet because 40% of the earth volume = (# of {{w|IPv6}} addresses) x (A few cubic microns). Without more IP addresses, the nanobots cannot continue to replicate (assuming that each nanobot must be individually addressable).&lt;br /&gt;
&lt;br /&gt;
IPv6 supports approximately 3.4×10&amp;lt;sup&amp;gt;38&amp;lt;/sup&amp;gt; addresses while the {{w|Earth|Earth's volume}} is around 1.08321×10&amp;lt;sup&amp;gt;12&amp;lt;/sup&amp;gt; km&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; or 1.08321×10&amp;lt;sup&amp;gt;39&amp;lt;/sup&amp;gt; µm&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;(cubic micrometre). [[Randall]]'s guess on 40% of the planet would mean each nanobot is about 1.27331&amp;amp;nbsp;µm&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; (which is still less than &amp;quot;a few microns&amp;quot; according to [[1070: Words for Small Sets]]).&lt;br /&gt;
&lt;br /&gt;
This is a joke on the shortage of IPv4 addresses. The only difference is that we are on {{w|IPv4}} and the nanobots are on {{w|IPv6}}.&lt;br /&gt;
&lt;br /&gt;
1998 is when the [http://tools.ietf.org/html/rfc2460 IPv6 Specification (RFC 2460)] was published and IETF is the Internet Engineering Task Force.&lt;br /&gt;
&lt;br /&gt;
Note that an April fool joke for [http://tools.ietf.org/html/rfc1606 IPV9] exists and would have guaranteed Earth doom in this comic's scenario.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Megan and commander are on a space station.]&lt;br /&gt;
:Megan: Commander! Come quick! It's the nanobots—they've ''STOPPED!''&lt;br /&gt;
&lt;br /&gt;
:Megan: They devoured 40% of the Earth, and then just... quit! They're just sitting there! Why?!&lt;br /&gt;
&lt;br /&gt;
:Ponytail: It's a mystery. ...unless... What's the volume of each nanobot?&lt;br /&gt;
:Megan: A few cubic microns. Why?&lt;br /&gt;
:Ponytail: I think the year 1998 just bought us some time.&lt;br /&gt;
:[Earth's surface, covered in mountains of nanobots.]&lt;br /&gt;
&lt;br /&gt;
:In the swarm:&lt;br /&gt;
:Nanobot: What do you mean, &amp;quot;Run out of addresses?&amp;quot;&lt;br /&gt;
:Other Nanobot: Look, we should've migrated away from IPv6 ''AGES'' ago...&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Science]]&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1120:_Blurring_the_Line&amp;diff=85914</id>
		<title>1120: Blurring the Line</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1120:_Blurring_the_Line&amp;diff=85914"/>
				<updated>2015-03-09T22:14:29Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: /* Explanation */ adding whitespace&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1120&lt;br /&gt;
| date      = October 12, 2012&lt;br /&gt;
| title     = Blurring the Line&lt;br /&gt;
| image     = blurring the line.png&lt;br /&gt;
| titletext = People into masturbatory navel-gazing have a lot to learn about masturbation.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
A {{w|metaphor}} is a comparison which may be used to emphasize, explain or embellish a point, as seen in this comic when [[Cueball]] likens himself to Michael Jordan. {{w|Michael Jordan}} is a famous {{w|basketball}} player who is well known for being one of the very best basketball players. (this saying was used before in [[1027: Pickup Artist]]&lt;br /&gt;
).&lt;br /&gt;
&lt;br /&gt;
[[White Hat]] is analyzing a movie about movies when Cueball compares White Hat's description of the movie to masturbatory {{w|Omphaloskepsis|navel-gazing}}, a comment combining two expressions used to refer to a pointless activity or effort, but also specifically self-referential activity. &amp;quot;Mental masturbation&amp;quot; and &amp;quot;navel gazing&amp;quot; are relatively common terms to dismiss work that is regarded as self-indulgent, overly introspective, and self-referential. Calling navel gazing, or introspection, &amp;quot;masturbatory&amp;quot; is a metaphor speaking of it in terms of the physical act of {{w|Masturbation|masturbation}}.&lt;br /&gt;
&lt;br /&gt;
White Hat then defends the movie by saying that it is about blurring the line between metaphor and reality, commenting that Cueball doesn't understand art. To this Cueball retorts by likening his ability to meld metaphor and reality by using a metaphor comparing himself to Michael Jordan. He then proceeds to actually blur the line by throwing a basketball at White Hat. This can also be understood as another reality metaphor, passing the &amp;quot;conversational ball&amp;quot; to White Hat, or acting like Michael Jordan by playing basketball.&lt;br /&gt;
&lt;br /&gt;
The last frame is also a graphic illustration of blurring the line between metaphor and reality, where a much more &amp;quot;real&amp;quot; depiction of a basketball intrudes into the colorless stick-figure world which serves as an abstraction of our shared reality.&lt;br /&gt;
&lt;br /&gt;
The title text blurs the line between metaphor and reality by dragging both metaphors in the term &amp;quot;masturbatory navel-gazing&amp;quot; into reality and pointing out that literally staring at your navel is not going to be very effective at physical sexual self arousal, which is the goal of masturbation.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[White Hat and Cueball are walking.]&lt;br /&gt;
:White Hat: ...No, but see, it's a movie ''about'' movies.&lt;br /&gt;
:Cueball: Sounds like masturbatory navel-gazing.&lt;br /&gt;
&lt;br /&gt;
:[Close-up of White Hat.]&lt;br /&gt;
:White Hat: No, it's about blurring the line between metaphor and reality.&lt;br /&gt;
:White Hat: You just don't know much about art.&lt;br /&gt;
:Cueball: ''Seriously?''&lt;br /&gt;
&lt;br /&gt;
:[White hat and Cueball are standing.]&lt;br /&gt;
:Cueball: I know ''all'' about blurring the line between metaphor and reality. I'm the goddamn ''Michael Jordan'' of blurring the line between metaphor and reality.&lt;br /&gt;
&lt;br /&gt;
:[White hat now standing alone in the panel.]&lt;br /&gt;
:White Hat: ...Huh?&lt;br /&gt;
&lt;br /&gt;
:[Basketball appears from nowhere and hits White Hat in the head.]&lt;br /&gt;
:''BONK''&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring White Hat]]&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Language]]&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1120:_Blurring_the_Line&amp;diff=85913</id>
		<title>1120: Blurring the Line</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1120:_Blurring_the_Line&amp;diff=85913"/>
				<updated>2015-03-09T22:14:01Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: /* Explanation */ added link to 1027&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1120&lt;br /&gt;
| date      = October 12, 2012&lt;br /&gt;
| title     = Blurring the Line&lt;br /&gt;
| image     = blurring the line.png&lt;br /&gt;
| titletext = People into masturbatory navel-gazing have a lot to learn about masturbation.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
A {{w|metaphor}} is a comparison which may be used to emphasize, explain or embellish a point, as seen in this comic when [[Cueball]] likens himself to Michael Jordan. {{w|Michael Jordan}} is a famous {{w|basketball}} player who is well known for being one of the very best basketball players. (this saying was used before in [[1027: Pickup Artist]]&lt;br /&gt;
).&lt;br /&gt;
[[White Hat]] is analyzing a movie about movies when Cueball compares White Hat's description of the movie to masturbatory {{w|Omphaloskepsis|navel-gazing}}, a comment combining two expressions used to refer to a pointless activity or effort, but also specifically self-referential activity. &amp;quot;Mental masturbation&amp;quot; and &amp;quot;navel gazing&amp;quot; are relatively common terms to dismiss work that is regarded as self-indulgent, overly introspective, and self-referential. Calling navel gazing, or introspection, &amp;quot;masturbatory&amp;quot; is a metaphor speaking of it in terms of the physical act of {{w|Masturbation|masturbation}}.&lt;br /&gt;
&lt;br /&gt;
White Hat then defends the movie by saying that it is about blurring the line between metaphor and reality, commenting that Cueball doesn't understand art. To this Cueball retorts by likening his ability to meld metaphor and reality by using a metaphor comparing himself to Michael Jordan. He then proceeds to actually blur the line by throwing a basketball at White Hat. This can also be understood as another reality metaphor, passing the &amp;quot;conversational ball&amp;quot; to White Hat, or acting like Michael Jordan by playing basketball.&lt;br /&gt;
&lt;br /&gt;
The last frame is also a graphic illustration of blurring the line between metaphor and reality, where a much more &amp;quot;real&amp;quot; depiction of a basketball intrudes into the colorless stick-figure world which serves as an abstraction of our shared reality.&lt;br /&gt;
&lt;br /&gt;
The title text blurs the line between metaphor and reality by dragging both metaphors in the term &amp;quot;masturbatory navel-gazing&amp;quot; into reality and pointing out that literally staring at your navel is not going to be very effective at physical sexual self arousal, which is the goal of masturbation.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[White Hat and Cueball are walking.]&lt;br /&gt;
:White Hat: ...No, but see, it's a movie ''about'' movies.&lt;br /&gt;
:Cueball: Sounds like masturbatory navel-gazing.&lt;br /&gt;
&lt;br /&gt;
:[Close-up of White Hat.]&lt;br /&gt;
:White Hat: No, it's about blurring the line between metaphor and reality.&lt;br /&gt;
:White Hat: You just don't know much about art.&lt;br /&gt;
:Cueball: ''Seriously?''&lt;br /&gt;
&lt;br /&gt;
:[White hat and Cueball are standing.]&lt;br /&gt;
:Cueball: I know ''all'' about blurring the line between metaphor and reality. I'm the goddamn ''Michael Jordan'' of blurring the line between metaphor and reality.&lt;br /&gt;
&lt;br /&gt;
:[White hat now standing alone in the panel.]&lt;br /&gt;
:White Hat: ...Huh?&lt;br /&gt;
&lt;br /&gt;
:[Basketball appears from nowhere and hits White Hat in the head.]&lt;br /&gt;
:''BONK''&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring White Hat]]&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Language]]&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=652:_More_Accurate&amp;diff=55006</id>
		<title>652: More Accurate</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=652:_More_Accurate&amp;diff=55006"/>
				<updated>2013-12-11T15:58:56Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 652&lt;br /&gt;
| date      = October 21, 2009&lt;br /&gt;
| title     = More Accurate&lt;br /&gt;
| image     = more_accurate.png&lt;br /&gt;
| titletext = We live in a world where there are actual fleets of robot assassins patrolling the skies. At some point there, we left the present and entered the future.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This is a comic refers to the {{w|Terminator (franchise)}} series, in which a super-intelligent machine from the future time travels back in time to kill {{w|Sarah Connor (Terminator)|Sarah Connor}}.&lt;br /&gt;
&lt;br /&gt;
However, we currently have &amp;quot;robots&amp;quot; (actually vehicles controlled remotely by people) that are able to attack specific locations and targets. Originally, {{w|Unmanned aerial vehicle|UAV}} were only used for surveillance and reconnaissance. But, now more than ever, they are used for attacks. One thing that keeps us short of a Terminator scenario is that most of the unmanned aerial vehicles are either pre-programmed or flown remotely by members of the military, and are not left to their own devices.&lt;br /&gt;
&lt;br /&gt;
The last panel shows a {{w|General Atomics MQ-1 Predator|Predator}}, heavily used for offensive operations by the USAF and the CIA in Afghanistan and Pakistan.&lt;br /&gt;
&lt;br /&gt;
The title text depicts that we have entered a new era; Cueball with his shotgun has no chance to protect Sarah.&lt;br /&gt;
&lt;br /&gt;
Similar buildup and Terminator reference are to be found in [[1177: Time Robot]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball with a shotgun approaches a woman.]&lt;br /&gt;
:Cueball: Sarah! Come with me if you want to live! A robot assassin has been sent here to kill you!&lt;br /&gt;
&lt;br /&gt;
:[Sarah holds her hands over her mouth.]&lt;br /&gt;
:Cueball: I'm here to save you. I may not be as strong or fast as a machine, but I'll fight to keep you-&lt;br /&gt;
&lt;br /&gt;
:[There's a huge orange and yellow explosion. The two are disintegrated.]&lt;br /&gt;
:''BOOM''&lt;br /&gt;
&lt;br /&gt;
:[A flying robot assassin is above the bomb site.]&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1260:_LD50&amp;diff=48524</id>
		<title>Talk:1260: LD50</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1260:_LD50&amp;diff=48524"/>
				<updated>2013-09-05T23:50:05Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There's one toxicology paper that's facing us instead of laying flat. Is it just me, or is there a funny &amp;quot;concerned&amp;quot; face on it? --[[User:Druid816|Druid816]] ([[User talk:Druid816|talk]]) 05:58, 4 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Oh my, when I checked the comic this morning I didn't even see Cueball lying underneath the stack of toxicology papers... --[[User:Buggz|Buggz]] ([[User talk:Buggz|talk]]) 06:17, 4 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is there any way to move this page from LD50 to LD&amp;lt;sub&amp;gt;50&amp;lt;/sub&amp;gt;? [[Special:Contributions/208.120.153.144|208.120.153.144]] 06:31, 4 September 2013 (UTC)&lt;br /&gt;
:We try to stay as faithful to the main xkcd comics as possible when referencing xkcd materials. If the comic title on xkcd.com is LD50, it's LD50 here too. '''[[User:Davidy22|&amp;lt;u&amp;gt;{{Color|#707|David}}&amp;lt;font color=#070 size=3&amp;gt;y&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;font color=#508 size=4&amp;gt;²²&amp;lt;/font&amp;gt;]]'''[[User talk:Davidy22|&amp;lt;tt&amp;gt;[talk]&amp;lt;/tt&amp;gt;]] 06:51, 4 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Wait, that's just one scientist out of three that died of toxicity data. Doesn't that mean, that they've only determined LD&amp;lt;sub&amp;gt;33&amp;lt;/sub&amp;gt;? Is there any way to estimate LD&amp;lt;sub&amp;gt;50&amp;lt;/sub&amp;gt; from LD&amp;lt;sub&amp;gt;33&amp;lt;/sub&amp;gt;? Imho the exact distribution of death rate / dose would have to be known up to one free parameter for such an estimate... -- [[User:Xorg|Xorg]] ([[User talk:Xorg|talk]]) 10:56, 4 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I tried to address this with an edit.  Betwixt the ultimate and penultimate (&amp;quot;...he/she weighs.&amp;quot;) sentences I started to add:&lt;br /&gt;
::Presumably, for every recorded death a statistically matched second person survived the same load.  In this case ''perhaps'' this is the Cueball scientist behind the Megan scientist, although he is now obviously unencumbered.&lt;br /&gt;
&lt;br /&gt;
:::But what do we know, maybe Cueball is only half dead.{{unsigned ip|189.186.105.168}}&lt;br /&gt;
&lt;br /&gt;
:...although it started to run away with me.  Was also going to say something about saving paper by re-using the 'test dose', or something, but it's already getting too long.  But someone might be able to edit it (and even re-arrange it) better than I. [[Special:Contributions/178.106.190.241|178.106.190.241]] 11:42, 4 September 2013 (UTC)&lt;br /&gt;
:Second-thoughts edit!  The person beneath the documentation isn't ''necessarily'' the dead one (in any given pair)!  He lacks any obvious signs of being deceased (e.g. &amp;quot;a cross for an eye&amp;quot;, by common cartoon standards, albeit that cueballs generally don't have eyes, or signs of bodily breakage or presumably vital fluids slowly seeping across the floor, or...).  Thus maybe this is one of the (uncomfortable!) survivors from the cohort of testees, being observed.  If only Randall would have added a sign of death (or life, like a &amp;quot;groan&amp;quot;) then we could get on with our lives!  (Unlike fully half of those tested upon.) [[Special:Contributions/178.106.190.241|178.106.190.241]] 11:51, 4 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
A third edit from me: Regular printing paper's density (according to Wiki) is 800kg/m³, with the human body being slightly less than 1000kg/m³ as a ready reckoner (oh, go on then... wiki says... oh, it doesn't, obviously at least...  well, given how we float in water, I'd estimate it at 850-950kg/m³).  Doesn't that pile of literature (even assuming air gaps, and possibly some lamination/plastic covering of perhaps even less dense nature) look a ''little'' more than than twice-and-a-bit the volume of the typical Cueball beneath, even unflattened and unstickified?  Right, that was my last edit.  Honest. [[Special:Contributions/178.106.190.241|178.106.190.241]] 12:02, 4 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Could it be that by &amp;quot;administered orally&amp;quot;, Randall means &amp;quot;verbally&amp;quot; (i.e. read out loud)?  I think that could be quite a funny interpretation... :-) [[User:Gregatar|Gregatar]] ([[User talk:Gregatar|talk]]) 18:56, 4 September 2013 (UTC)&lt;br /&gt;
:Aurally? [[Special:Contributions/79.45.204.116|79.45.204.116]] 16:55, 5 September 2013 (UTC)APB&lt;br /&gt;
&lt;br /&gt;
I totally agree with this 'verbally' thing, I was thinking the same, that a too large set of data read out loud would be fatal after a few 100 pages :) Include in explanation? &lt;br /&gt;
[[User:Flekkie|Flekkie]] ([[User talk:Flekkie|talk]]) 23:50, 5 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Laughing my ass off!!! But nothing to contribute other than laughter.       :¬D          [[User:ExternalMonolog|ExternalMonolog]] ([[User talk:ExternalMonolog|talk]]) 20:14, 4 September 2013 (UTC)ExternalMonolog&lt;br /&gt;
&lt;br /&gt;
Something is very wrong here. The LD50 is the dose required to kill HALF of the test population, but here we see only one guy, and he's presumably either dead or not-dead. The &amp;quot;2kg/kg&amp;quot; figure suggests that if you drop 2x each person's weight in paper on an entire population, *half* of them will die. {{unsigned ip|58.28.131.238}}&lt;br /&gt;
&lt;br /&gt;
:I don't think it's wrong, Randall just didn't draw all the experiments (like in [http://xkcd.com/882/ Significant]), but just the last one. The humour is just to show how the experiment is performed, not how many people it kills. The LD50 term just adds fun by using toxicology jargon.--[[Special:Contributions/92.231.34.227|92.231.34.227]] 14:25, 5 September 2013 (UTC)&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=63:_Valentine_-_Heart&amp;diff=47262</id>
		<title>63: Valentine - Heart</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=63:_Valentine_-_Heart&amp;diff=47262"/>
				<updated>2013-08-21T21:20:23Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: Tried to make it better&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 63&lt;br /&gt;
| date      = February 13, 2006&lt;br /&gt;
| title     = Valentine - Heart&lt;br /&gt;
| image     = valentine.jpg&lt;br /&gt;
| titletext = Just pretend you're kidding.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete}}&lt;br /&gt;
&lt;br /&gt;
The comic shows a Valentines card that starts off nicely, but then quite fast becomes very unromantic and probably very honest, that the only purpose of this card is getting the receiver into bed. It says that if this is not the case, if she (or he) doesn't want to go naked after receiving this card, than it is not really meant.('heart is in it'). &lt;br /&gt;
&lt;br /&gt;
The title text implies that this is being offered as a valentine that someone might give and then &amp;quot;pretend&amp;quot; that they were kidding. Which seems to imply that they would not, in fact, be kidding, that this represents their real feelings. &lt;br /&gt;
&lt;br /&gt;
Funny thing also that the text on the card implies that if the card indeed does get the receiver naked, that the action of &lt;br /&gt;
giving it was truly meant. And that the giver would always deny that it was not meant and claim he/she is truly in love. &lt;br /&gt;
Something which of course cannot be true, since getting laid was the main motivation of appreciating the 'loved' one.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:I want to wish you a Happy Valentine's Day but unless this card is going to finally get you naked, I have to admit my heart's not really in it.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Valentines]]&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=310:_Commitment&amp;diff=47257</id>
		<title>310: Commitment</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=310:_Commitment&amp;diff=47257"/>
				<updated>2013-08-21T20:48:57Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: Rewritten the explanation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 310&lt;br /&gt;
| date      = August 31, 2007&lt;br /&gt;
| title     = Commitment&lt;br /&gt;
| image     = commitment.png&lt;br /&gt;
| titletext = Could be worse. The last guy in that situation fell for one of the transient trumpeting angels.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete}}&lt;br /&gt;
In the first panel, [[Cueball]] proposes to a woman. While he does this, a narrator (most likely the man's inner voice) explains why he wants to marry her. He says that he realizes that is no choir of trumpeting angels when you meet the right girl. And that one must overcome his fears and doubts to realize that the woman he's with is perfect for him, and that she is 'the one'.&lt;br /&gt;
&lt;br /&gt;
In the second panel, they get married. And in the third panel, after they are married, [[Megan]] comes in saying 'Hi'.&lt;br /&gt;
And the guy has the full 'love at first sight'-experience. He sees a choir of angles, and they are trumpeting and all. She is definitely the 'one' he was looking for all the time.&lt;br /&gt;
&lt;br /&gt;
So he realizes that his theory he had when he got married, is false. And that his true love is standing in front of him, and is not the one he married. A difficult situation, he doesn't know how to react or what to do at all. And this is expressed by him just thinking in his head 'Well, shit.' (what now?). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The title text notes that the last time some had this (probably another guy), the guy fell in love with one of the angels. Which is of course even worst, because they are transient, and the only way to see them again is by meeting the perfect 'girl'. But if this girl is one of the trompeting angles, this leads to a sort of paradox. Thus the guy can never see his true love again.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball proposing to a girl on his knee.]&lt;br /&gt;
:I understand now. There's no choir of angels when you meet the right person. It's about growing out of your fears to realize what you have is what you want.&lt;br /&gt;
:Cueball: I do.&lt;br /&gt;
:Girl: I do.&lt;br /&gt;
:[A cloud with trumpeting angels appears.]&lt;br /&gt;
:Megan: Hi.&lt;br /&gt;
:Well, shit.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Romance]]&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1190:_Time&amp;diff=38209</id>
		<title>1190: Time</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1190:_Time&amp;diff=38209"/>
				<updated>2013-05-22T22:42:12Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: /* Format */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1190&lt;br /&gt;
| date      = March 25, 2013&lt;br /&gt;
| title     = Time&lt;br /&gt;
| image     = time-animated.gif&lt;br /&gt;
| titletext = Wait for it.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;toclimit-3&amp;quot; style=&amp;quot;float:right; margin-left: 10px;&amp;quot;&amp;gt; __TOC__ &amp;lt;/div&amp;gt;&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete}}&lt;br /&gt;
The comic is an illustration of passing time. Each image is relatively meaningless to the viewer by itself; the only way to perceive time is to &amp;quot;wait for it&amp;quot; and see how things evolve. Thus, time is in the viewer's perception, not in each individual frame. It is not entirely clear if the &amp;quot;wait for it&amp;quot; title text references the viewer having to wait for the next frame of the comic, or whether it refers in some way to the content of the comic itself (e.g. the characters waiting for something).&lt;br /&gt;
&lt;br /&gt;
===Format===&lt;br /&gt;
This comic is actually a series of images which play as a rough animation (the image on this page is an animated compilation of the images). The images are in the process of being revealed slowly over the course of time. As of May 23, 2013, the comic has been running for more than 1416 hours (over 59 days), and more than 1300 frames have been revealed.&lt;br /&gt;
&lt;br /&gt;
For the first 120 hours, a new frame replaced the previous frame every 30 minutes, at :00 and :30 of each hour; the remaining frames have since been revealed every hour, on the hour. The updating is done server-side, with the server redirecting the image link (time.png) to a different image every hour. The source images have very long random-character names, making it virtually impossible to access future frames. There is no apparent way to view past frames on the official XKCD website, and only the current frame is posted there at any given time. Given the unique nature of this comic, several websites have been dedicated to tracking it, and its full run can be viewed at some of these sites (see below).&lt;br /&gt;
&lt;br /&gt;
At 850 hours (36 days 10 hours) the first &amp;quot;scene&amp;quot; of the comic ended at frame 971 with a fade to white, ushering in a second scene from frame 972. Normalized pictures are also available here.&lt;br /&gt;
&lt;br /&gt;
===Plot===&lt;br /&gt;
====Scene 1: Sand Castles and the Sea====&lt;br /&gt;
[[Megan]] and [[Cueball]] are alone on a sandy beach near the sea. As the story unfolds, Megan and Cueball begin to build a {{w|sand castle}} on the beach. The two continue to expand the castle back from the beach as the scene zooms out. Briefly they have fun launching small objects at the castle with a {{w|trebuchet}} before continuing the build.&lt;br /&gt;
&lt;br /&gt;
Each of Cueball and Megan leave the scene for extended periods at times but always return to continue building. They add what appears to be scaffolding and ladders to expand the castle skyward. All the while, Cueball and Megan wax philosophically about the nature of the sea, the feeding river, the rising tides, and what else lies in the world. In the end, the two decide to go off and explore the world as the sea begins to erode the castle and the scene fades to white.&lt;br /&gt;
&lt;br /&gt;
One other character appears in the comic as of the end of Scene 1: A girl with a beret, similar to [[Beret Guy]], briefly appears to view the castle, and then leaves. She returns in the last couple of frames, as the fade to white completes, dragging something. &lt;br /&gt;
&lt;br /&gt;
====Scene 2 (in progress)====&lt;br /&gt;
Cueball and Megan are walking with bags across a relatively level surface. The terrain looks like frame 1, albeit from a wider angle, showing they are walking along the coast. The scene shifts multiple times between views of them to the left of a river, and 90° rotated views of them walking overland, generally upstream. Sometimes these shifts in angle are marked by corresponding shifts between front and profile views of their bodies.&lt;br /&gt;
&lt;br /&gt;
Megan indicates she has never been so far &amp;quot;this way&amp;quot;. They reach a river they haven't seen before. Cueball slips in and loses his bottle. He contemplates swimming out to get it, but Megan says it is too dangerous. Later when Megan gets too close to the edge, Cueball senses danger and pulls her back.&lt;br /&gt;
&lt;br /&gt;
After a small talk both agree to find a ford. After walking for awhile, Megan realizes that the river was wider than they realized. The branch of the river they were walking along joins up with another branch and the opposite bank eventually comes into view.&lt;br /&gt;
&lt;br /&gt;
They stop for a break and Cueball dozes off and mumbles in his sleep. They discuss this river and the difference between it and theirs. First mention of other people. They decide to continue upriver.&lt;br /&gt;
&lt;br /&gt;
The terrain begins to slope noticeably uphill. They wonder if others have noticed the rise of the ocean and mention that they live in tents. They walk deeper into the dunes, having fun by jumping and sliding. Megan falls after jumping too high.&lt;br /&gt;
&lt;br /&gt;
A bird appears in the sky. They watch it until it's gone, then begin walking again. Some vegetation appears, grass and then small trees. They stop and nap beneath a larger tree, seeming to have never seen one before.&lt;br /&gt;
&lt;br /&gt;
After a rest Cueball goes off to explore. He picks some berries and examines a campfire pit, then walks back to Megan and shares his findings. They wonder why the other people have left.&lt;br /&gt;
&lt;br /&gt;
They stop at the river to drink, then climb a ridge, and are awestruck by two tall trees.  As they walk through the trees, there is a fourth large tree with a bent or leaning top, and they wonder if it's supposed to be like that.&lt;br /&gt;
&lt;br /&gt;
=== Viewing the comic's history ===&lt;br /&gt;
Faster, navigable versions of the comic are available at:&lt;br /&gt;
*[http://xkcd.aubronwood.com xkcd.aubronwood.com].&lt;br /&gt;
*[http://richardwestenra.com/xkcds-time-animated-time-lapse/ richardwestenra.com/xkcds-time-animated-time-lapse/].&lt;br /&gt;
*a scrollable version is at [http://geekwagon.net/projects/xkcd1190/ geekwagon.net/projects/xkcd1190/] (with code on github).&lt;br /&gt;
&lt;br /&gt;
There is also a wiki dedicated to this particular comic and the related forum thread, at [http://xkcd-time.wikia.com/ xkcd-time.wikia.com/]. There is also a physics simulation of the trebuchet written in JavaScript/HTML5, available at [http://thred.github.io/xkcd-time-catapult/ thred.github.io/xkcd-time-catapult/]. The code is hosted on [https://github.com/thred/xkcd-time-catapult GitHub], too. There is an Android app which notifies users when a new image is posted and lets them view the image from within the app, available on [https://play.google.com/store/apps/details?id=com.drewhannay.xkcdtime Google Play]. The code for the app is hosted on [https://github.com/drewhannay/xkcd-time GitHub] and encourages contribution of new features or enhancements. An hourly updated graph of the rising water level is available at [https://dl.dropboxusercontent.com/u/2169004/tide.png]&lt;br /&gt;
&lt;br /&gt;
Linux users can do the following to create an automatically-updating window of the comic in their workspace: install [http://feh.finalrewind.org/ feh] then&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;feh -x -R 3600 -g 300x215  http://imgs.xkcd.com/comics/time.png &amp;amp;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
... then, can make this sticky; always-on-top; etc...&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
===Scene 1===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
:+00:00 [Megan and Cueball sitting on a sandy beach near a body of water.]&lt;br /&gt;
:+01:00 [Megan looks back.]&lt;br /&gt;
:+02:00 [Cueball looks back.]&lt;br /&gt;
:+03:00 [Megan looks up.]&lt;br /&gt;
:+04:00 [Megan reclines. Cueball looks at her.]&lt;br /&gt;
:+06:00 [Cueball gets up and inspects the water.]&lt;br /&gt;
:+07:30 [Cueball &amp;quot;puts a toe in the water&amp;quot;.]&lt;br /&gt;
:+09:00 [Cueball returns to sit next to the still reclining Megan.]&lt;br /&gt;
:+09:30 [Megan sits up.]&lt;br /&gt;
:+12:00 [Megan and Cueball start to build a sandcastle.]&lt;br /&gt;
:+25:30&lt;br /&gt;
::Cueball: Later&lt;br /&gt;
::Megan: Bye&lt;br /&gt;
::[Cueball leaves, Megan continues to build the sandcastle.]&lt;br /&gt;
:+37:00 [Cueball returns and both continue to build.]&lt;br /&gt;
:+43:30 [Megan leaves, Cueball continues to build.]&lt;br /&gt;
:+51:00 [Cueball accidentally slips and destroys part of the castle.]&lt;br /&gt;
:+61:30 [Cueball completes the sandcastle and leaves.]&lt;br /&gt;
:+73:00 [Cartoon zooms out, showing more construction has been taking place off-screen to the left.]&lt;br /&gt;
:+81:00 [Megan plants flags on original sandcastle.]&lt;br /&gt;
:+83:00 [Megan sits down at the beach.]&lt;br /&gt;
:+83:30 [Cueball finished sandcastle on the left and moves to Megan at the beach.]&lt;br /&gt;
:+84:30&lt;br /&gt;
::Megan: Wanna swim?&lt;br /&gt;
::Cueball: Yeah.&lt;br /&gt;
::[They both enter the water and exit the picture.]&lt;br /&gt;
:+86:00 [Castle at far left begins to crumble.]&lt;br /&gt;
:+87:00 [Megan back on the beach, Cueball off screen.]&lt;br /&gt;
::Megan: Pffthh&lt;br /&gt;
::Megan: *cough*&lt;br /&gt;
::Cueball: You OK?&lt;br /&gt;
::Megan: Just got some in my mouth.&lt;br /&gt;
:+91:00 [Cueball takes down two flags and makes the two sandcastles into one large sandcastle.]&lt;br /&gt;
:+106:30 [A rock, fired by Megan with a small trebuchet, smashes part of the castle Cueball just finished.]&lt;br /&gt;
:+107:30 [Megan partially re-enters the scene from stage right.]&lt;br /&gt;
:+108:00 [Megan has fully re-entered the scene, pulling the small trebuchet into the scene with her.]&lt;br /&gt;
:+109:00 [Megan launches an object towards the sandcastle.]&lt;br /&gt;
:+110:00 [The object launched by Megan hits the sandcastle, Cueball looks upset.]&lt;br /&gt;
:+111:30 [Cueball joins Megan at the trebuchet and launches one himself. They alternate launching projectiles.]&lt;br /&gt;
:+114:30 [Cueball launches an object straight up into the air.]&lt;br /&gt;
:+115:30 [They run as the object falls back down. Cueball leaves a few frames later, Megan stays and works on building a large mound in the destroyed center of the castle.]&lt;br /&gt;
:+186:00 [Cueball returns, Megan is working on top of a large mound she's built, as she turns around and stands up to see Cueball, she slips down the side of the mound. Cueball rushes in and helps her rebuild it and flatten out the top.]&lt;br /&gt;
:+199:00 [Building the mound]&lt;br /&gt;
::Megan: Any idea where the river is now?&lt;br /&gt;
::Cueball: Still pretty far out. It's actually retreated a little this week.&lt;br /&gt;
:+248:00 [Cueball begins constructing a miniature version of the sand structure]&lt;br /&gt;
:+263:00 [Megan walks in and notices]&lt;br /&gt;
:+280:00 [Megan re-enters with miniature trebuchet]&lt;br /&gt;
:+281:00 [Megan shoots the miniature sand structure with the miniature trebuchet]&lt;br /&gt;
:+287:00&lt;br /&gt;
::Megan: I don't understand what the sea is doing.&lt;br /&gt;
:+293:00&lt;br /&gt;
::Cueball: I don't think we can build it much taller than this. It's been fun, though!&lt;br /&gt;
: +296:00 [Cueball leaves. Megan turns and examines the structure]&lt;br /&gt;
: +300:00 [Megan brings in a rod, and puts it down]&lt;br /&gt;
: +329:00 [Megan begin construction using the various supplies she has delivered]&lt;br /&gt;
: +342:00 [Cueball returns and begins to help with the construction]&lt;br /&gt;
: +362:00 [Megan leaves]&lt;br /&gt;
: +365:00 [Cueball &amp;quot;sip&amp;quot;s the water]&lt;br /&gt;
: +366:00 [Cueball spits]&lt;br /&gt;
::Cueball: Pfffth&lt;br /&gt;
: +367:00&lt;br /&gt;
::Cueball: Pthuh!&lt;br /&gt;
::Cueball: Yuck.&lt;br /&gt;
: +369:00&lt;br /&gt;
::Cueball: I've had worse.&lt;br /&gt;
: +377:00 [Megan returns and starts making a levee]&lt;br /&gt;
: +410:00 [Cueball and Megan have stranded themselves on top of their new construction by building over their ladder.]&lt;br /&gt;
::Cueball: Guess one of us should climb down.&lt;br /&gt;
::Megan: Yeah.&lt;br /&gt;
: +416:00&lt;br /&gt;
::Megan: The sea is rising.&lt;br /&gt;
: +417:00&lt;br /&gt;
::Cueball: Yeah.&lt;br /&gt;
: +421:00 [Megan shimmies down a support column to re-position the ladder]&lt;br /&gt;
: +426:00 [Water level reaches lowest point of castle. Megan's levee restrains it from here on out.]&lt;br /&gt;
: +441:00&lt;br /&gt;
:: Cueball: Sea level rises and falls, right? It's changed before.&lt;br /&gt;
:: Megan: Not this fast.&lt;br /&gt;
: +442:00&lt;br /&gt;
:: Cueball: The river hasn't even reached the sea yet.&lt;br /&gt;
:: Megan: The river is small&lt;br /&gt;
::: The sea is big.&lt;br /&gt;
: +443:00&lt;br /&gt;
:: Cueball: How big?&lt;br /&gt;
:: Megan: I don't know.&lt;br /&gt;
: +516:00&lt;br /&gt;
:: Megan: Does it rain on the sea?&lt;br /&gt;
:: Cueball: I don't know.&lt;br /&gt;
: +517:00&lt;br /&gt;
:: Cueball: If it does, it seems like a waste.&lt;br /&gt;
: +519:00&lt;br /&gt;
:: Cueball: It rains in the hills where the river comes from, right?&lt;br /&gt;
:: Megan: Sure.&lt;br /&gt;
: +520:00&lt;br /&gt;
:: Cueball: Are there ''other'' rivers?&lt;br /&gt;
: +521:00&lt;br /&gt;
:: Megan: I don't know.&lt;br /&gt;
&lt;br /&gt;
: +538:00&lt;br /&gt;
:: Cueball: There must be other rivers.&lt;br /&gt;
::: Otherwise the sea would dry up.&lt;br /&gt;
: +539:00&lt;br /&gt;
:: Megan: Maybe it's coming out of the ground.&lt;br /&gt;
:: Cueball: Does that happen?&lt;br /&gt;
:: Megan: I don't know.&lt;br /&gt;
: +540:00&lt;br /&gt;
:: Megan: I don't know how the sea works.&lt;br /&gt;
:: Cueball: I don't know how ''anything'' works.&lt;br /&gt;
: +541:00 [The levee finally starts to give way.]&lt;br /&gt;
: +543:00 [Megan and Cueball get down and look at the water, where the levee is now submerged.]&lt;br /&gt;
: +547:00 [Megan begins transferring sand to Cueball via a pulley and bucket system.]&lt;br /&gt;
: +552:00 [Megan attempts to hoist herself up using said pulley and bucket system.]&lt;br /&gt;
: +554:00 [Megan loses her balance and falls off.]&lt;br /&gt;
: +555:00 [Megan lands heavily on sandcastle. She holds her head in pain. Cueball looks on in horror.]&lt;br /&gt;
: +557:00 [Cueball goes to check if Megan is okay. Megan gets up.]&lt;br /&gt;
: +559:00 [Megan starts rebuilding the part of the sandcastle she damaged when she fell. Cueball returns to building. The water level has reached the tower on the right and begins to erode it.]&lt;br /&gt;
: +565:00 [Megan finishes repairing the damage and heads up the ladder to help Cueball build his sandcastle on top of the platform.]&lt;br /&gt;
: +604:00 [Cueball exits.]&lt;br /&gt;
: +671:00 [Megan, having finished work on the platform-castle, takes a nap on the platform.]&lt;br /&gt;
: +678:00 [A girl in a beret enters the frame, looks at the sandcastle and leaves.]&lt;br /&gt;
: +697:00 [Megan begins turning lowest castle into a new, higher levee.]&lt;br /&gt;
: +707:00 [Megan brings Cueball back.]&lt;br /&gt;
: +711:00&lt;br /&gt;
:: Megan: I don't think it's going to stop.&lt;br /&gt;
: +712:00&lt;br /&gt;
:: Cueball: The sea can't just make more of itself forever.&lt;br /&gt;
:: Megan: It can do whatever it wants. It's the sea.&lt;br /&gt;
: +713:00&lt;br /&gt;
:: Cueball: There must be a reason. There's a reason for everything.&lt;br /&gt;
:: Megan: Yeah.&lt;br /&gt;
: +714:00&lt;br /&gt;
:: Megan: But it's not always a ''good'' reason.&lt;br /&gt;
: +717:00&lt;br /&gt;
:: Cueball: There must be other rivers. Maybe something is wrong with them.&lt;br /&gt;
: +734:00&lt;br /&gt;
:: Megan: I like our castle.&lt;br /&gt;
: +735:00&lt;br /&gt;
:: Cueball: I think it's going to go away.&lt;br /&gt;
: +736:00&lt;br /&gt;
:: Megan: Yeah.&lt;br /&gt;
: +738:00&lt;br /&gt;
:: Megan: Do you think there are other rivers?&lt;br /&gt;
:: Cueball: '''''Something''''' is adding water to the sea.&lt;br /&gt;
: +739:00&lt;br /&gt;
:: Megan: Does it have to be water? Maybe something is adding more land somewhere. And it's making the sea overflow.&lt;br /&gt;
: +740:00&lt;br /&gt;
:: Cueball: Or maybe it's just raining somewhere. We have no idea what's out there.&lt;br /&gt;
: +741:00&lt;br /&gt;
:: Megan: Yeah.&lt;br /&gt;
: +743:00&lt;br /&gt;
:: Megan: Want to find out?&lt;br /&gt;
:: Cueball: Yes.&lt;br /&gt;
: +744:00&lt;br /&gt;
:: Megan: I'll get some bags.&lt;br /&gt;
: +760:00&lt;br /&gt;
:: Megan: ''bye.''&lt;br /&gt;
: +761:00 [Megan exits.]&lt;br /&gt;
: +775:00 [The entire scene begins a slow fade to white. The 'tide' continues to rise and the castle on the right continues to be subsumed.]&lt;br /&gt;
: +830:00 [Beret Girl drops in for one frame. The fade and tide continue.]&lt;br /&gt;
: +847:00 [Beret Girl drops in again, dragging something. The fade and tide continue.] (In fact, this detail was not visible without an aid to undo the fade.)&lt;br /&gt;
: +850:00 [The entire scene is white.]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
===Scene 2===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible&amp;quot;&amp;gt;&lt;br /&gt;
: +851:00 [New scene: ground.]&lt;br /&gt;
: +852:00 [Megan and Cueball walking with bags.]&lt;br /&gt;
: +858:00 [Cueball pauses and Megan looks back at him.]&lt;br /&gt;
: +864:00 [Still walking.]&lt;br /&gt;
:: Cueball: Have you ever been this far?&lt;br /&gt;
:: Megan: Not this way.&lt;br /&gt;
: +867:00 [Megan and Cueball stop and have a drink from flasks in their bags.]&lt;br /&gt;
: +870:00 [Megan continues walking.]&lt;br /&gt;
: +871:00 [Cueball continues walking.]&lt;br /&gt;
: +875:00 [They stop, sit and eat. The perspective changes showing they're in a landscape similar to time +0:00.]&lt;br /&gt;
: +879:00 (frame 1000) [Megan reclines.]&lt;br /&gt;
: +880:00 [They prepare to continue.]&lt;br /&gt;
: +881:00 [They continue walking. The perspective returns to &amp;quot;parallel to the beach&amp;quot;.]&lt;br /&gt;
: +883:00 [Still walking.]&lt;br /&gt;
:: Megan: Maybe the sea doesn't end.&lt;br /&gt;
: +884:00&lt;br /&gt;
:: Cueball: We haven't walked very far.&lt;br /&gt;
: +885:00&lt;br /&gt;
:: Megan: Yeah.&lt;br /&gt;
:: Megan: But that's what the first part of not ending looks like.&lt;br /&gt;
: +897:00 [Still walking.]&lt;br /&gt;
:: Megan: If we don't find something today, we'll have to start using the steam bottle.&lt;br /&gt;
:: Cueball: Ugh!&lt;br /&gt;
: +902:00 [They stop, having come to another body of water.]&lt;br /&gt;
: +903:00&lt;br /&gt;
:: Megan: Yes.&lt;br /&gt;
:: Cueball: Yes what?&lt;br /&gt;
: +904:00 [The scene zooms out briefly, showing the opposite shore.]&lt;br /&gt;
:: Megan: There are other rivers.&lt;br /&gt;
: +908:00 [Cueball, having sat on the bank to drink, falls into the river when the bank beneath him crumbles. Megan manages to grab him and pull him back to dry land, but he loses his water bottle in the process.]&lt;br /&gt;
: +914:00 [Megan pulls out a lasso. Cueball and her both use it to try and grab the bottle. They fail.]&lt;br /&gt;
: +920:00&lt;br /&gt;
:: Cueball: The river isn't moving that fast. Maybe I could-&lt;br /&gt;
:: Megan: Too dangerous.&lt;br /&gt;
:: Cueball: Yeah.&lt;br /&gt;
: +921:00&lt;br /&gt;
:: Megan: It's ok. It was an accident.&lt;br /&gt;
: +923:00 [The bottle slips below the surface.]&lt;br /&gt;
:: Megan: You're right, though.&lt;br /&gt;
:: Cueball: About what?&lt;br /&gt;
: +924:00&lt;br /&gt;
:: Megan: The river's not moving very fast.&lt;br /&gt;
: +928:00&lt;br /&gt;
:: Megan: It can't be flowing much faster than we walk.&lt;br /&gt;
:: Megan: Even if it's as deep as it is wide, I don't think it's enough water.&lt;br /&gt;
: +929:00&lt;br /&gt;
:: Cueball: Yeah&lt;br /&gt;
: +931:00&lt;br /&gt;
:: Cueball: And this river doesn't ''look'' broken.&lt;br /&gt;
:: Megan: Yeah.&lt;br /&gt;
: +932:00&lt;br /&gt;
:: Cueball: It's pretty neat, though.&lt;br /&gt;
:: Megan: ''Yeah.''&lt;br /&gt;
: +935:00 [Cueball grabs Megan's hand and gently pulls her back from the edge.]&lt;br /&gt;
: +937:00&lt;br /&gt;
:: Cueball: Sorry.&lt;br /&gt;
:: Megan: No, right. Forgot.&lt;br /&gt;
: +941:00 [Megan exits. Cueball begins digging into the ground.]&lt;br /&gt;
: +943:00 [Cueball fills in the hole he created.]&lt;br /&gt;
: +945:00 [Megan is back after checking the sea level.]&lt;br /&gt;
:: Megan: It's still rising.&lt;br /&gt;
: +946:00&lt;br /&gt;
:: Cueball: It's strange - Rivers flow to meet the sea - Maybe the sea couldn't wait.&lt;br /&gt;
: +948:00&lt;br /&gt;
:: Megan: Walk upriver to find a ford, or turn back?&lt;br /&gt;
: +950:00&lt;br /&gt;
:: Cueball: We can't go back. We don't understand everything yet.&lt;br /&gt;
: +951:00&lt;br /&gt;
:: Megan: &amp;quot;Everything&amp;quot; is a little ambitious. We barely understand anything.&lt;br /&gt;
:: Cueball: Yeah.&lt;br /&gt;
: +952:00&lt;br /&gt;
:: Cueball: But that's what the first part of understanding everything looks like.&lt;br /&gt;
: +972:00&lt;br /&gt;
:: Cueball: If nothing else, I'm glad we found this river. It's not much farther from home than ours at its driest.&lt;br /&gt;
: +975:00&lt;br /&gt;
:: Megan: Oh. This river is even bigger than it looked.&lt;br /&gt;
: +976:00 [The scene zooms out to show the opposite bank again. It continues to zoom out slowly, revealing that the &amp;quot;opposite bank&amp;quot; is actually just an island in the much, much larger river. Cueball and Megan continue to walk away from the viewer.]&lt;br /&gt;
: +990:00 [Megan and Cueball finally pass the end of the island. The scene zooms out even farther once more to show the far bank.]&lt;br /&gt;
: +1001:00 [The scene returns to original zoom, with Megan and Cueball looking out over the river.]&lt;br /&gt;
: +1002:00&lt;br /&gt;
:: Megan: Maybe it ''is'' big enough to fill the sea.&lt;br /&gt;
: +1003:00 [The two rest for a while. Cueball fills a bottle with river water. They both drink. Cueball lays down and naps.]&lt;br /&gt;
: +1009:00&lt;br /&gt;
:: Cueball (talking in his sleep): Our rope isn't strong enough.&lt;br /&gt;
: +1010:00&lt;br /&gt;
:: Megan: What?&lt;br /&gt;
:: Cueball (talking in his sleep): Hold this or you'll fall.&lt;br /&gt;
: +1012:00 [Megan pokes Cueball with a stick. He wakes up, groggily.]&lt;br /&gt;
: +1021:00&lt;br /&gt;
:: Cueball: When our river gets too big, it fills with stuff. Wood and leaves and things from the people in the hills.&lt;br /&gt;
: +1022:00&lt;br /&gt;
:: Cueball: This river doesn't look like that.&lt;br /&gt;
: +1023:00&lt;br /&gt;
:: Megan: Maybe it only flows through empty places.&lt;br /&gt;
: +1025:00&lt;br /&gt;
:: Megan: If this river isn't what's making the sea rise, we need to get past it. Either way, we continue upriver.&lt;br /&gt;
: +1038:00&lt;br /&gt;
:: Megan: I wonder how high the water is now.&lt;br /&gt;
: +1039:00&lt;br /&gt;
:: Cueball: I wonder if other people have noticed. It's been days.&lt;br /&gt;
:: Megan: Not a lot of us by the shore this time of year. A few kids, maybe.&lt;br /&gt;
: +1040:00&lt;br /&gt;
:: Megan: It'd have to rise a lot higher before any tents got wet.&lt;br /&gt;
: +1057:00&lt;br /&gt;
:: Cueball: This river flows from bigger hills than ours.&lt;br /&gt;
: +1058:00&lt;br /&gt;
:: Megan: If we don't reach a crossing soon, we'll be in them. (the bigger hills)&lt;br /&gt;
: +1060:00 [Megan and Cueball stand on the edge of a cliff and look down.]&lt;br /&gt;
: +1063:00&lt;br /&gt;
:: Megan: I wonder if it's possible to swim in.&lt;br /&gt;
: +1091:00&lt;br /&gt;
:: Megan: You OK?&lt;br /&gt;
: +1092:00&lt;br /&gt;
:: Cueball: Just thinking.&lt;br /&gt;
: +1097:00&lt;br /&gt;
:: Megan: Should we follow the river through there?&lt;br /&gt;
:: Cueball: Hmm.&lt;br /&gt;
: +1098:00&lt;br /&gt;
:: Cueball: Let's see if we can go over those and rejoin it further up.&lt;br /&gt;
: +1112:00&lt;br /&gt;
:: Megan: It must get windier up here.&lt;br /&gt;
: +1129:00 [Megan takes a jump off the top of a hill while Cueball watches.]&lt;br /&gt;
: +1140:00&lt;br /&gt;
:: Cueball: OOF.&lt;br /&gt;
:: Megan: These are bigger than they looked.&lt;br /&gt;
: +1144:00 [Megan tries another jump, but lands hard, in a heap.]&lt;br /&gt;
: +1155:00 [A bird appears in the sky, flying towards them. Megan and Cueball stop and watch it for the next few frames before it disappears behind them.]&lt;br /&gt;
: +1193:00 [Grass appears.]&lt;br /&gt;
: +1198:00 [The first small tree appears.]&lt;br /&gt;
: +1216:00 [They come to a bigger tree, taller than them.]&lt;br /&gt;
: +1218:00&lt;br /&gt;
:: Megan: Neat.&lt;br /&gt;
: +1220:00 [Megan yawns audibly.]&lt;br /&gt;
: +1221:00 [Cueball sits beneath the tree.]&lt;br /&gt;
: +1222:00&lt;br /&gt;
:: Megan: The river isn't much farther...&lt;br /&gt;
: +1223:00 [Cueball leans against the tree. Megan gives in and joins him, laying with her head on her pack. Cueball switches to laying on his pack, as well.]&lt;br /&gt;
: +1257:00&lt;br /&gt;
:: Cueball: Berries?&lt;br /&gt;
:: Megan: Ooh, Thanks!&lt;br /&gt;
: +1259:00&lt;br /&gt;
:: Cueball: There are people here. Or were.&lt;br /&gt;
:: Cueball: I found some sort of campsite.&lt;br /&gt;
: +1260:00&lt;br /&gt;
:: Megan: Recent?&lt;br /&gt;
:: Cueball: Looked like it'd been empty for a while.&lt;br /&gt;
: +1262:00&lt;br /&gt;
:: Megan: I'm thirsty. Let's get to the river.&lt;br /&gt;
:: Cueball: Yeah.&lt;br /&gt;
: +1265:00&lt;br /&gt;
:: Megan: They leave anything good behind?&lt;br /&gt;
:: Cueball: Just some wood. Not enough to build a raft.&lt;br /&gt;
: +1286:00 [Again at the river]&lt;br /&gt;
:: Cueball: This place is beautiful.&lt;br /&gt;
:: Megan: Yeah.&lt;br /&gt;
: +1287:00&lt;br /&gt;
:: Megan: I am surprised we haven't been seen by any people yet.&lt;br /&gt;
: +1288:00&lt;br /&gt;
:: Megan: If it's this empty, ''we'' should live here.&lt;br /&gt;
: +1291:00&lt;br /&gt;
:: Cueball: Did you notice the sea tasting ''better?''&lt;br /&gt;
:: Megan: ...No?&lt;br /&gt;
: +1292:00&lt;br /&gt;
:: Megan: I don't know. I try ''not'' to taste seawater. Why?&lt;br /&gt;
: +1293:00&lt;br /&gt;
:: Cueball: I was thinking. If a river is putting too much water in the sea, the sea should get fresher.&lt;br /&gt;
: +1294:00&lt;br /&gt;
:: Cueball: I tasted the water back before we left.&lt;br /&gt;
:: Megan: Ugh. And?&lt;br /&gt;
:: Cueball: I thought it was a ''little'' fresher, but maybe it was just me.&lt;br /&gt;
: +1295:00&lt;br /&gt;
:: Megan: Probably. I mean, how high was the sea then? The extra water couldn't have been more than a tiny part of it.&lt;br /&gt;
: +1296:00&lt;br /&gt;
:: Cueball: Yeah.&lt;br /&gt;
: +1298:00&lt;br /&gt;
:: Cueball: Well, we may as well continue. Either we'll figure out the sea, or we'll keep finding beautiful places.&lt;br /&gt;
: +1299:00&lt;br /&gt;
:: Megan: That sounds fun.&lt;br /&gt;
: +1313:00 [Megan is falling]&lt;br /&gt;
: +1315:00&lt;br /&gt;
:: Cueball: Are you OK?&lt;br /&gt;
: +1316:00&lt;br /&gt;
:: Megan: I found a-&lt;br /&gt;
: +1317:00&lt;br /&gt;
:: Frog: RIBBIT&lt;br /&gt;
: +1355:00&lt;br /&gt;
:: Megan: Is this like the one you found?&lt;br /&gt;
:: Cueball: Yeah.&lt;br /&gt;
: +1381:00 [After reaching the top of a hill]&lt;br /&gt;
:: Megan: WOW.&lt;br /&gt;
: +1382:00 [Two big trees appear behind that hill, more than ten times larger than the trees before.  They walk down to the first one.  Megan touches it.]&lt;br /&gt;
: +1392:00&lt;br /&gt;
:: Cueball: There are markings on the trunk.&lt;br /&gt;
:: Megan: Oh. Yeah.&lt;br /&gt;
: +1393:00&lt;br /&gt;
:: Megan: I wonder what they mean.&lt;br /&gt;
: +1402:00 [They arrive at a tree with a strangely bent top.]&lt;br /&gt;
: +1404:00&lt;br /&gt;
:: Megan: I wonder if it's supposed to be like that.&lt;br /&gt;
: +1405:00&lt;br /&gt;
:: Cueball: It's a pretty big tree. It probably knows what it's doing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
==Frame by Frame Breakdown==&lt;br /&gt;
Below is the list of all the frames of the comic, in the order that they were revealed. The given times denote the time since the comic was initially released on midnight, March 25, 2013, Eastern Daylight Savings Time (UTC - 0400).&lt;br /&gt;
&lt;br /&gt;
===March 2013===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
====Day 1, Monday, March 25, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time.png|00:00]]||01/00:00||time.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time2.png|00:30]]||01/00:30||8eb156cce408df8bb83528382d6a2aa2ce6c74f3c573fd12b058cd1c56420672.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time3.png|01:00]]||01/01:00||1e349a579b5f9b5ed487ddf7e88244b70330941ddedac9c6abf6ed2e3f589b97.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time4.png|01:30]]||01/01:30||e25be2dd49fe9f33c3543cdf640b67e0f2146cc576db5da007a135a278e524ee.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time5.png|02:00]]||01/02:00||5614c47bc2f28b730a360f796cc2993ba04e1f09db0aa3f325e476338777a9c4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time6.png|02:30]]||01/02:30||69715ed9abc8deac4fa1edfd49a7fde6970b1c8621a381b1fca2c0854b29c0dd.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time7.png|03:00]]||01/03:00||752687b61523144c61736cd89f8c153dc41e19128f72d78d44947ff800f057fa.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time8.png|03:30]]||01/03:30||6e162ade96f5a05b3223df0bcc6fd2ca3c76447a8d6095cee7ff56b2816c959c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time9.png|04:00]]||01/04:00||cdcc6b46b32c53f8596cd0106958b42c4260b9cbc022e6d94054147aa6554960.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time10.png|04:30]]||01/04:30||49b69c39cdd429cdf367e215a878f536dc566862ae00b91814adfbd264753d89.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time11.png|05:00]]||01/05:00||9a047f93c3da13dea6f46816cb32a7e45d4a8318205cdd9233102f42efe3ada9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time12.png|05:30]]||01/05:30||109fc96e2c07e50da5c4d0ec77b0722241aa32c494791e7627c52e8f9f773329.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time13.png|06:00]]||01/06:00||fb0cabb8215b77a9d2fbdb44511eccdf9b921125bff5060dc511c9a49e97aa81.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time14.png|06:30]]||01/06:30||426033682a26a0012a6f8e0c47287af91b7991a852d81c77402c937ffbd650c6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time15.png|07:00]]||01/07:00||007fae5ead14f798ec94f3a3ff6eea56c551d13068a2900e5d50d658ccb2be10.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time16.png|07:30]]||01/07:30||90a46673c29fabb6a1eca1d3d0c5f52103c8e48b246e328dc2aed93b32e48ecb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time17.png|08:00]]||01/08:00||53732f97cd437d7148faeecaaacbe492ec03ae42f0747933ed3068248f74a25f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time18.png|08:30]]||01/08:30||a901246fd70dcd0054429bf55ced123ecead832300d73dedd78857d91eaff2df.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time19.png|09:00]]||01/09:00||4b1dd11cb21b5631ee8c36f157076fd6185c62a90a580b41357901fcbb7f2190.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time20.png|09:30]]||01/09:30||407f7e8766a75cc25389b7852cd9be4f3f29994eeb5c35f0f7d5656e186d4331.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time21.png|10:00]]||01/10:00||832a7f13ca0fadc46e93475bb617d78211e32c81c3af0e289a51f8f149707759.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time22.png|10:30]]||01/10:30||847265673986f085460bf1a95b96f7171bcd9a4f1f0a598b2188307d03bcfaa3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time23.png|11:00]]||01/11:00||d10e0b58110b9182b3dac096bb9f95b299bf7245df8af147428e9070bbbddb1d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time24.png|11:30]]||01/11:30||4e786f10bc85e1a188f557dad89b4938a3f6baae50200d15924ca238d1e6273c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time25.png|12:00]]||01/12:00||a3aa116efca3c01d8a64c0c7e79158dc8a62241aba767064e3a6c724cc5ade93.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time26.png|12:30]]||01/12:30||fce427e9442e1b4bea98fa5ddae9d32d7c1cb0219de663196ee160a0e04cd4f8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time27.png|13:00]]||01/13:00||470d6f2b03fd4b08d4a3f40c1a969ce84ce7b87fefd441a561908f2f5700dc88.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time28.png|13:30]]||01/13:30||c2e1cc28a59b7184d3c3306a655d048669963412c0cf19f164afdc283ffdaf94.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time29.png|14:00]]||01/14:00||b2c52fd7587a8b429a27c0b94aaaec7dda657baa71f8651458440912d6de9049.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time30.png|14:30]]||01/14:30||4ec08b20b0be913f7f0f9faf77b30f4bf2d683d224cc9b87479fd8706ad0aa75.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time31.png|15:00]]||01/15:00||fc4a27fd780fbba0e88ffc6c4552093f082acbdfeeedbcd38319cb5793a07e32.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time32.png|15:30]]||01/15:30||d8a70a1ca8aa3a3f9933169fead2d6f0784863f4563f83345bfafcb42a9dcafa.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time33.png|16:00]]||01/16:00||7725087f3a098133ddd849f7e6ab7660a916acef3315e80244bd849ec491ccb5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time34.png|16:30]]||01/16:30||bfe8bc08b7cf436df87ed9c4c49a8bfb4be2f09b6e28aa1a54ceedc41cb1ff5a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time35.png|17:00]]||01/17:00||5295b1eeffffdac0385c84511f7d6258136bd390b7215027bc18f845b189095c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time36.png|17:30]]||01/17:30||f00822bdd210187c867b3408180ba93f715ca23a178758d12a0e4bddcbee0679.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time37.png|18:00]]||01/18:00||40c463ee4cd0797979ec9ced3fe4705f4f71050d8ade084cc6ce82ba414784c1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time38.png|18:30]]||01/18:30||f46c6571393bee1ee649a7daae41f6328e63482506aef1e22607d22c47dd7027.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time39.png|19:00]]||01/19:00||88e3a0c8bba935c669606d9134314f811a0961985f968dd5d329e4695acc67c8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time40.png|19:30]]||01/19:30||c18731de1f786d812d41800e7c86a6b05b537c1e86519776fbaed6a90db7d432.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time41.png|20:00]]||01/20:00||1d51d7be045fe97dc2359c27dd9f9eba8e9f2dc18cc5bea5796ea1e7ebcccf66.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time42.png|20:30]]||01/20:30||121d97f2b78cd18e2f6de40882f13b8759b865581d12edf665e66566edb2e333.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time43.png|21:00]]||01/21:00||13bed763cccb9909272f00e1a1fe92e8360c58a6dfcd322054491bb2d53bd084.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time44.png|21:30]]||01/21:30||6187b994ac8a43b71203733c7d28d384f47480b115524e41a30bfaf3ae77a405.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time45.png|22:00]]||01/22:00||b842e5ecde53fb92406dd1de1d8a07571e67a265a458e57e79c77c2e932f989e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time46.png|22:30]]||01/22:30||6482bafdc122a24f837eb45ac530c7f7f3f54adfb3f309061520c394f895b184.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time47.png|23:00]]||01/23:00||2545500fe415f155cde884403f48520d64cae3ae7bc2aaf0cdd66a1b3a5ac1e9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time48.png|23:30]]||01/23:30||1da3859627430022485c53ad90e88e8771b2bec2d60e910b59ef332325bba29f.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 2, Tuesday, March 26, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time49.png|24:00]]||02/00:00||7db653f7045aa6781ec3c7db54279b56f39ec3ef24807cf02bf58a62492579df.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time50.png|24:30]]||02/00:30||14fc092adc9f3aeeb7b066fb54ead77b56cfb58eed5f4b736ff94f0207959169.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time51.png|25:00]]||02/01:00||50adf5715b4cb9a2a23f87ff0df5f618560fb1fa771afc6d5d38295c6effb40d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time52.png|25:30]]||02/01:30||a790d74849afdba2bc7f1781ea6fca9fb62b57d46912b14c40d777843d493f1f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time53.png|26:00]]||02/02:00||427f9bc8bd184356928562515d420ad9e96a1189043c812c4ba8e1bbb6080ffa.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time54.png|26:30]]||02/02:30||6e13d39f86a04ff2770cafdccff6fd953ed0222a69cb322a68ec595b877db391.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time55.png|27:00]]||02/03:00||305b4d99ba0014a0704b7454939205888f404ffb860d1acadc0d79b84cca88d5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time56.png|27:30]]||02/03:30||f44b9ada26d0fcb9223e51030d4cd8e0384bfa616e850f04f863077c86e06461.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time57.png|28:00]]||02/04:00||201b34b87eafe69f97b131ddc6169bb688749596c19712df5f410ce9bee20f14.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time58.png|28:30]]||02/04:30||69085b480cb82911b19fe8f114909756989eed89b0d227db0f59c1843de7ba24.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time59.png|29:00]]||02/05:00||55f56bff8868cb2dd75035a69140df58bf1ed2b21bb7739fcb28dd12960d0bb8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time60.png|29:30]]||02/05:30||f5412e1dbb9bcc3f82bb373156266de1a3f841a6720f650a73980b563850f2d7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time61.png|30:00]]||02/06:00||9363661d4da84ab7cfe2901830663d255696196e54d4c1207874cb6b561adae9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time62.png|30:30]]||02/06:30||6893da69231d1d44413073c635f1162c12d95068a22a8ac16c39c941b3e47bce.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time63.png|31:00]]||02/07:00||ff12649ab08e48655885fa89536cc034155a9bd4ac9af77775a31565ee232461.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time64.png|31:30]]||02/07:30||297347fd8b2fd37f4df96388ce5f9ead1a89571887b721c087132ba1007cbb7d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time65.png|32:00]]||02/08:00||5fdcd88b53fc5e7bcb67ca78d3e426f0d4d55bd322a93570ce3485cf6fe95852.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time66.png|32:30]]||02/08:30||a97951338dba988c7362713b946b90b9375fe947500a4a76ba1da7205491b55f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time67.png|33:00]]||02/09:00||261a4c70a112b18d15211cad535fcd3c6c3f16f58a50e99b6ff30dfbf79bd24d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time68.png|33:30]]||02/09:30||4cd7d0ed6cb0bd40f6c0f65ed0dfa3a81a6f73c3aff72a5c66351ec8c35027d9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time69.png|34:00]]||02/10:00||7633b3ae4aac3ddbaa17ed86994a28a20d0d27f3b15047fd932380844287dbbb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time70.png|34:30]]||02/10:30||125364a4d8c1544bf5234a3ea76bb9f09cb3ee397b60931f7b17f272a82712f2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time71.png|35:00]]||02/11:00||9334f1c89a263b82b14e9a91b97a5fba59f1147569eb47aeab435e88d0d0b199.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time72.png|35:30]]||02/11:30||805819c16bb562698b72871b8e494d4ef2905fb32dca4b12910d744efe31f9f6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time73.png|36:00]]||02/12:00||600bbcb1f0dbeb19d343ded7c7c8c6e63cecefd29849e1da68684ed53c384bb3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time74.png|36:30]]||02/12:30||fdbd747655fc15d13f161e3e9f8d33d7a482d36395293b26f00a598069857d9c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time75.png|37:00]]||02/13:00||b73990c62d82380282dfdee6dd612d6a1afaa570e1be1d5300bc7da04ced684a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time76.png|37:30]]||02/13:30||b69578076ee90a852d5d672bd5863eb890f466f835fad1a340ea48b4c10221cc.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time77.png|38:00]]||02/14:00||090f22722547c275aa66a413ef76f824c0e9aabfb7053407cb64ecfb68e44807.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time78.png|38:30]]||02/14:30||0fcc1a8ab0c7b8626da1d9cc214ca8aa21860d439743027b7585a8cd433c2c95.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time79.png|39:00]]||02/15:00||92acbd596029cedb5396ebaa8c6438ee68b30a3076a5968c00194873ea2ad76b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time80.png|39:30]]||02/15:30||e87184da8a81517fb389a74ce34de3b2f6e4b3c2b55d6de9cc505023d89566e9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time81.png|40:00]]||02/16:00||b356030ec86a14ae7224ee50d4af063d18cbd48e6a3395a1b6bd0c9e04f6ce70.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time82.png|40:30]]||02/16:30||de86486235c332c24539586f6118e44e3a5ef0655637c42a8ce8aeeeddd7418a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time83.png|41:00]]||02/17:00||d4674f445c468c3c90c3f8866b05a682fc296190c95ccce771a42eee53543649.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time84.png|41:30]]||02/17:30||d5d760b5528c5276d42e7864ed4189e9f03b68cb2addbb0992e6cfee7af1b6c1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time85.png|42:00]]||02/18:00||9b440f0dd9a67f61cc38262f1dd93dd8a77c60c23fb09670961748779d88680c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time86.png|42:30]]||02/18:30||560372e93e497f223f00fb9196494fbf2bc8e06fe01fd12548600d475ef058f6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time87.png|43:00]]||02/19:00||775f6a4e70b978e69787d57de0cc4df349fe439cc34cb560f11ecf87d2065c1e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time88.png|43:30]]||02/19:30||caa0f012b4706ebcaaad92356896d91610629e7a064ee179dc1810d72e981a2b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time89.png|44:00]]||02/20:00||ebb0517f6246f36900e34c511379cabdbdb46a632de0b794e614a66981bbfa2b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time90.png|44:30]]||02/20:30||fec3db94a8ad6abe44048ad458570346f5f350d7cbf2c6050eff8d62106a019a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time91.png|45:00]]||02/21:00||75e88091d88984485b51ec90272162112ed280a92a29970f60bc7fcfd6214570.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time92.png|45:30]]||02/21:30||293f68d990c4aeb9a9d3b90b74749c1ef605d743cf8a226d254c589c22b839fc.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time93.png|46:00]]||02/22:00||f7dbd7d72c8fb8f487433ebb33c7e365e17da48dc79a1c3457232e72f475f0a1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time94.png|46:30]]||02/22:30||bf8927f9779cdcdeb7fe7697b1110596663c12ab1e2e4fe5aff4e54ffa484217.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time95.png|47:00]]||02/23:00||de3d109294d00f7ebb54514a8b3f9b0297c06419c9e297c45e5770f1406ab7ae.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time96.png|47:30]]||02/23:30||e594b36574fe7bd54609058b25e3be58ca355bb85cd01d4b9016c1c7a100ab30.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 3, Wednesday, March 27, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time97.png|48:00]]||03/00:00||3eac1b3e675661ba327350b49f05d45d40d232b20bf74eb44bbb1c0d6860c9d2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time98.png|48:30]]||03/00:30||a228595caf108b46e53f4fe276ebac8fa1545928b650742b0812298d5dfde441.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time99.png|49:00]]||03/01:00||b8fcc150729d40bf3f3e07c30091a48691cda3ea9b8b0108d06d62bfc1e49b24.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time100.png|49:30]]||03/01:30||fd441796100d891d67e0fc2cb6489534d7ec7f245415a753bb1097dc9f680e76.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time101.png|50:00]]||03/02:00||1e81542c8e2449e1914b12771105ff4e4ec406bdebd8484febcf273f05dce171.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time102.png|50:30]]||03/02:30||e74239a37b32a8b073a4cf0a837fc074ff70471116f5ce1ac9b5cdf529cd93bf.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time103.png|51:00]]||03/03:00||9c8b0e5c90dd5b110ad625410c2e84cc4c676065dff14540e326f04e0685d958.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time104.png|51:30]]||03/03:30||c07bccb54068e923c0207b512a5b320acfb09e78955cc5ebc02cb3905e6a993f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time105.png|52:00]]||03/04:00||31680693a02591e2915444e89daf81d953bf3e31ccbeabe42bec249c0eb65fac.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time106.png|52:30]]||03/04:30||81efa7c4509ac7a329407d9da25d12ec0a3baec50e06588586961575e2d65c2c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time107.png|53:00]]||03/05:00||5450bd39ee84a394467fabcaf92f1a5711c2a4eca24c8bd8a8cec829496e3dd7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time108.png|53:30]]||03/05:30||c2ea85f1ab92f2f80e9c4655c47f5c7effc0a7da01c8a88493864845855b3be8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time109.png|54:00]]||03/06:00||a6adae53099480f255efedbc9016fa8d7a35b7585df857eb862c899ea61e8e48.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time110.png|54:30]]||03/06:30||ec55b55b7975789bb4027014f70c83e4d9531af3b4002011c89ebe21da650757.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time111.png|55:00]]||03/07:00||7bef63e1f585b0f3533aa3bd74f5a6acb5165a3cd2dd733bb55684ef637824bd.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time112.png|55:30]]||03/07:30||36ae35d270bffc4d2f361136bcdd0f77339e70d6d2e671d552cbc019e2d65991.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time113.png|56:00]]||03/08:00||dee195fbda954e00f088392b150c75cfbe33126d76f9fb910c0ffb51d5630d94.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time114.png|56:30]]||03/08:30||be5c157cb9d932684f0f8076d0695a428eab022c734bbe448ea42ac2955e4402.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time115.png|57:00]]||03/09:00||d40f6d35639642db88ea44f3983cc1bba646f71f7221357df6b2b8161c5e67cf.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time116.png|57:30]]||03/09:30||936c86c4ecc817ada8b6e601df8a1e65850882ca80edf78dd98a37e7ffb18893.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time117.png|58:00]]||03/10:00||3c3566958f0430bb674416ecbd57bf611da92cfefc2e50e44a49cc00f9299036.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time118.png|58:30]]||03/10:30||244b0f188398cefff270856d4c0ee9af0c2db8134fa70943add99edb27b7cdd9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time119.png|59:00]]||03/11:00||e27f5926edcf05b2e2b41910c389b74344235785e012da24df115c7ad3e7f002.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time120.png|59:30]]||03/11:30||124dad543960a6f296094cf15c9ec360facb64fbd1a6bc8505bac3e850ce6ad5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time121.png|60:00]]||03/12:00||08f2865464505d371e3af50cf8d0f0e69fdb199ff0fabf52da6c45a67e9c49d5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time122.png|60:30]]||03/12:30||3b977e96932637237697e2a7feef9d59f3b1bd03e49df1a0c8c7e73643df65db.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time123.png|61:00]]||03/13:00||df86194e09adf979ff256993be5d6c0391161a4cdf7eaedb0f030c7e706a74f5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time124.png|61:30]]||03/13:30||6489605b6f6755c712c8aaaefe668066e36eccaffa0cc9a6f5b3859e43a4ec99.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time125.png|62:00]]||03/14:00||c918850ed18afe2c3f3acbeef9c799aba5b10a8efeb45a2f026565383f0a72bc.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time126.png|62:30]]||03/14:30||48283abb3b3bea7632a09ebf4494cb3023f5fbe1c564d4f27ba162ccc92dd2f3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time127.png|63:00]]||03/15:00||a2f77a4b339f71bc78bfeafb550318de6a31cfd5cccc4be8ef9cc1ab7cbc4c7b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time128.png|63:30]]||03/15:30||f8d6d86e39ba397db5f00ee5459508ca2b2cb06a531134ea295a8c7a8c540c2c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time129.png|64:00]]||03/16:00||96a5aee8f9cafb0382b95c05de69fa1e255eb3d734db4ffe643fa03445b275d2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time130.png|64:30]]||03/16:30||f86996436f7fdc5d2889cf2ed6695522ccd8bacaba17be9654ba9b5675e596bf.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time131.png|65:00]]||03/17:00||16012cbe4d2465a1d5b33188821cfc60d4b27663d50709933d2633fa1c66fb26.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time132.png|65:30]]||03/17:30||f376229646427451223a2595083b0e7eb8f2af63e17b6b9243e379fb10bbbdfa.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time133.png|66:00]]||03/18:00||b9617babd84de8b63250587724ee364668cf5e4ba62561b91b1cd17d32c92a00.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time134.png|66:30]]||03/18:30||2ad7854603527373dd550f3e065fed7964d3734f06aa366c89b24ae6b96039b2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time135.png|67:00]]||03/19:00||5be48ef973e98abad7379439d178c501235d8c39597615dcd89eb189ff6d7969.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time136.png|67:30]]||03/19:30||df31189e5b219e9003a31b64d37b3670697e8cabf34a6a4a680b95e0792bcd7d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time137.png|68:00]]||03/20:00||7de21d7786688b2ada78fd8ce6a367f43b70f5cc1146a03c9b01921586e54d64.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time138.png|68:30]]||03/20:30||d1926493facc13410b142000f4c46e1cf96d3863b2d120a9a5d155a8e84528fc.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time139.png|69:00]]||03/21:00||457a12ac738a7f88c0f6f35837882514fdf06ed25c4f549627508aa50de1d34d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time140.png|69:30]]||03/21:30||72898115d43cea1451aad2d204597ae9ba53d3820efe22b7ede0532497641d2f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time141.png|70:00]]||03/22:00||a545e388ebf0177d92bc5104e9a7eec231c1b499cba3b55baa3c8316a8005068.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time142.png|70:30]]||03/22:30||723d460e7c0a3bd93c8d158be8127865bc7fa9456d4df331cc93fda73e0f8889.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time143.png|71:00]]||03/23:00||4c92727698b704ee1d02fbd37c94c220d16be4ad3ff6fc03a3fb77ea6d96434f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time144.png|71:30]]||03/23:30||6ff7e6fd1af6ec66eab68c8bad6a2d2205a38ba742e2887d568f569fa5289963.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 4, Thursday, March 28, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time145.png|72:00]]||04/00:00||05457c91f50c216f6071ae194b4d1822770e1792b0c73eb0fba3cbbdeb616ec2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time146.png|72:30]]||04/00:30||86f07ecad6c1873963da80b9bd0a1568dac1bec84bf5a675bdafdee076de20f8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time147.png|73:00]]||04/01:00||71a02d54537aa7c26b5136628e9a2cf1bd7584a152b76f72d648c6da5dcaa792.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time148.png|73:30]]||04/01:30||353741527bcc681667b7d26fce0e5855e03e6acbceb5c627e5606d6a67cbc7c3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time149.png|74:00]]||04/02:00||4cfb1c2824a5e51e161f3ec1c5d2199b0058b60872ef3f26df928bbcd140a7b9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time150.png|74:30]]||04/02:30||aff5b3e6c82a9711fb69fa639392bd0eb4987bc016ef6e8f742badca1c3b67d3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time151.png|75:00]]||04/03:00||6b9a4c7c19d902ad81633e1d7b9df4041a2f744ce365e34648f756cf3401b019.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time152.png|75:30]]||04/03:30||0dc7bdfef2b3b9594fbd4ec80b8fb3d835d4ff4002f6d5fe61227fdd7384f9b4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time153.png|76:00]]||04/04:00||88217a315d96eb39535f8b1564f3827d0b84fb0f031ced232136a773f27189de.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time154.png|76:30]]||04/04:30||dcbe928012a06ae5118d4cd3850a4f1bcc0a7e4e86b2c04751fe79370cbb35bc.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time155.png|77:00]]||04/05:00||1c9e30c1ea206fd46ef2bdfb192cf89e83b48b8d9718cdf5accec49afe6058cd.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time156.png|77:30]]||04/05:30||1e0e30840f50bf42f9c3970703d9274afabb4fe8ac3998b623a1111a7aed9320.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time157.png|78:00]]||04/06:00||d318e77ea28ef148af0f0b7ee275810e5d30f287be1faa493e7eb2163083a4ac.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time158.png|78:30]]||04/06:30||7a9ad04ca9ab488bc7673dfafbd69d384300d2265339020ce2a86befe814b14c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time159.png|79:00]]||04/07:00||ff7305f8c90cbc9e37825f15b1f199076a270d1fc8365082c0bebd3fcafbceee.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time160.png|79:30]]||04/07:30||8b2d052e799618ffd31c769e528b7dfd3046011cb3973cafcc4610e1dbc0f90c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time161.png|80:00]]||04/08:00||fdd2953ddeef587809f67b1ee0d7f26241c4007b842a5cff42f52fbf47847e77.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time162.png|80:30]]||04/08:30||778828ccd64092f3fd5bd355c56ac200cbf1bbb7d194073b47dd31440f541987.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time163.png|81:00]]||04/09:00||a11ef76a620cef2817167f7942294610d47bda6e1eef001a83a2408e41d8383c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time164.png|81:30]]||04/09:30||23114b4d82663a01a3644bc45280f4f85686557f6f96429f72fb56a30fd5af32.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time165.png|82:00]]||04/10:00||40f1d3ba22b0180fd01403f8bc2f285fc9fbb6cec44ce354dfa5a3a79cf8dd6e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time166.png|82:30]]||04/10:30||111d01029afc7b55c1bb7c85aa96ca9cc5cade53b4a5ab4770723051771f010c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time167.png|83:00]]||04/11:00||38c86d07370946b20d4cfdffa3bccebc3c482eccedd6e0dbd749f986bd88ad06.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time168.png|83:30]]||04/11:30||fec33645ab92d72764140c657f7d095228e914df7be54b6fdf794c498ed878bb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time169.png|84:00]]||04/12:00||932c13f387a0d346dde14e3ddd7d598db79e420fdc3ca93c109715377018b86a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time170.png|84:30]]||04/12:30||0a17cbccb6644aeba7896c8ed20857941e2a0fdd6e21d58cdf6ea1074de81a2d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time171.png|85:00]]||04/13:00||74684c8be1c329cff776759ab29a3e614834d107ca99626805ce318268e74471.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time172.png|85:30]]||04/13:30||9996f99ec0e08c63b8f50c9900c73ba37417fdeef2a17888748cc0c078370b82.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time173.png|86:00]]||04/14:00||61be4c0049c0e179be0430bc42a65e429ab5c2ebfd3266eb7715d471cef4c5ac.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time174.png|86:30]]||04/14:30||dc04c4f093f993d3dcadd13b2f68953c2326c4f1e06d5bfe3bcdb5351fdacf85.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time175.png|87:00]]||04/15:00||0c13b40fb2d866d6d00a267bbb71f844731d97ed9982f97f1ddc0eaa1a054cb5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time176.png|87:30]]||04/15:30||7d8d0f7cd3295fef29ee92973b1f4fe9f71caf396599376e01e5a2f203d517d6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time177.png|88:00]]||04/16:00||8f30c75832821619584d49c74a41ace49b28502bd8cad34920060065dabe4760.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time178.png|88:30]]||04/16:30||3dc97e7c04106693b7857ee9c826b8f967248906ad2542cae843149f3d9de11d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time179.png|89:00]]||04/17:00||15364ef2ba8609090bdd77af61eb97c2c81e2f4297d344c196b2373b5704158f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time180.png|89:30]]||04/17:30||c1ede6b96909180ccccd3069bc6c705b9f5192b3efce2cefab1ead3d6f9e6210.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time181.png|90:00]]||04/18:00||0734c09a321730ddd8b56e7e4a0c77b4c66f01854d71af2d082396b4e679bb97.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time182.png|90:30]]||04/18:30||902212c46f09f94e94dbe6e01dfda56368c3cb44c6dc37492b6c3a7d691779ac.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time183.png|91:00]]||04/19:00||74e77717fac78d11fd43085d5d276e4effb653d3f57867f398218fc28c259797.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time184.png|91:30]]||04/19:30||7c052dff32f89bce9a1b8561f1ff88e3f32adf44be3324e0e1e15529d8bfbd5f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time185.png|92:00]]||04/20:00||d5c4fbc90763b88f1bc39a3483b1f4ff54c0d1401638291e323f2d05665e0254.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time186.png|92:30]]||04/20:30||dd80419285db208bb20b5e5f38b4f18514324e450f9441ea75694551d00ba4c8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time187.png|93:00]]||04/21:00||96fc73424d680b37f414c9a9c1668a9cb46219c908822b198e1c2d2a46f9e304.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time188.png|93:30]]||04/21:30||e8826d5232471207d9acdda7e861e1b11df7250c138077934d972dbec7e6c713.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time189.png|94:00]]||04/22:00||0583ddbcae4d6554c7ff30db0b41215bd5a987729fc5df3c9478d6945080cf01.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time190.png|94:30]]||04/22:30||d388c7488c115f2aa9b83716d710ad8deefc204788b5b78d12cb3b1e4c13feb0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time191.png|95:00]]||04/23:00||0a0871fcf81b2d5cf0b38423da70479160bbf76b58e7147bbd92af18b7f2fa02.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time192.png|95:30]]||04/23:30||7a0fb337ec7cfded3864660876fceb71e4ee33271a3fee35a27e2490522f88e1.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 5, Friday, March 29, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time193.png|96:00]]||05/00:00||380bf765ef848dfa3d0fbce63e33a3beb27ff65c23fd2e9ed9a13960b50e27a6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time194.png|96:30]]||05/00:30||94324cf6f6c3d6e26e5b322457399ce2b470d385448a93c5836c36a04b5e247d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time195.png|97:00]]||05/01:00||cf48609ad9cbf5c76fb4dc1b600ebb6000b4c4ac1ca3006c066b36ac6cacd71f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time196.png|97:30]]||05/01:30||914d38e3bb0d12761722225c519f8e3805f8d9e6983d45c999e1a5b6e9c6fe52.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time197.png|98:00]]||05/02:00||b23b129add263c963346926f87ca9e98fde173cca229b523a4b107179b6c2bfd.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time198.png|98:30]]||05/02:30||d6c3d3f532840c7f7a91bd1a8600d1fd91ec42d8a0c38fdb8e51981f92cb25b6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time199.png|99:00]]||05/03:00||48c3a3a67873d7b898a6b62262b2b8346da8aea034d2828da49423eaa95ef0c6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time200.png|99:30]]||05/03:30||b26fd8db9cf5cd02e28b9a9980982a420210c1ce79a5de52a4152d17314a6e75.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time201.png|100:00]]||05/04:00||98309ac10ca3cd7a4103c0af50a1e97d43ac1af8bd3a23d0df60aa2151f14e7e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time202.png|100:30]]||05/04:30||a836b413645372f23817958930ce833c001a8f4fa068c714f0817da2c9f40851.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time203.png|101:00]]||05/05:00||9f428192b6c9902ae3593bbffa58309151398b7ec831969a26691d250e3ac1fd.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time204.png|101:30]]||05/05:30||fd79a31e913bae398b4f951bd6227c8ff87755877cc854dbb958c986e79f2dc6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time205.png|102:00]]||05/06:00||23361f7bf8451f9b2d7eafb7a52537abcdbc229e129eaded6b9b1cd24e20cb20.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time206.png|102:30]]||05/06:30||f0a2b35dc2984aa057dca0d308f97f0f4940c6ad54da5f408e34a69ca31b1264.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time207.png|103:00]]||05/07:00||5d047eb381df13212da45c5951b825bfbbd9ec353e74c3c1c12c08560ef00b78.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time208.png|103:30]]||05/07:30||331b29d9377b3488c3b7ab84daf73c449001cb8fed9087a93f8c9c6ed8a07d6f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time209.png|104:00]]||05/08:00||5829bc10939b5f3186863c9876b825b6f17f65b2c9ccc5ad53f49ee3ff7d6ade.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time210.png|104:30]]||05/08:30||b141c54c85cab825432a74aef6c880687ef74149bccf3a90ab17a9192a620fe3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time211.png|105:00]]||05/09:00||37eba4d7ce0239d5d8b8aac659f464569debe088399ec70f6ac54036a82640a5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time212.png|105:30]]||05/09:30||b5d68c92f3be6db7d88ebe95e8ded8e430cf74226170d1c83f0665366723318c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time213.png|106:00]]||05/10:00||2791df0b398e73e2ef6f076347efa4e096d1dfebb9ed85e8907328b869b47ae2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time214.png|106:30]]||05/10:30||5c438637048d073f8df904f470857e98f60fdb3bc0a52288981673298ece1aa1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time215.png|107:00]]||05/11:00||05db632ef7b5854c6b5f78fc86241dab86e367d30a548cb8e11b82927755fd68.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time216.png|107:30]]||05/11:30||123a0b4c0bed576929a92c14121f94c1f05df51e02db4760f3cb337c55285f33.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time217.png|108:00]]||05/12:00||e59dc42db84d46c337e9905ffed21be7375467f13d91271e6562e23aac234460.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time218.png|108:30]]||05/12:30||ed879c1b8163ba7b3fab78d50f7babc2c2d43797e8c8abd0f32c1d9aa5711235.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time219.png|109:00]]||05/13:00||4cf2cb81ec6fefd45435e02bdbe8a8ff4efde70afa810ee1b9c86e112f3ebb50.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time220.png|109:30]]||05/13:30||63a64bacaa5e6b292d2263446d08a04ca3a0f8588051581f95e168d30e8aff43.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time221.png|110:00]]||05/14:00||d150930e1e77708757cce440d3b4a9aa2bcb7991ad58d74ccc6a9f6b8c498928.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time222.png|110:30]]||05/14:30||c64849828274fff4696ca09c2948af41458d65675b42407520537ff1ebbedf62.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time223.png|111:00]]||05/15:00||08d3815ac95c2d88160c5df82e634a6b3f4b568a7e84b7c979a5f6c8816c620d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time224.png|111:30]]||05/15:30||c3996c2b354208f58f03d3f723c166aee834e8eae2604fbb52e718afe326186f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time225.png|112:00]]||05/16:00||cf78d3227b705b1dbb66608be417ca68065b3cc10140d05104045422b44d0699.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time226.png|112:30]]||05/16:30||20c76ad813b54775c5c2b49747c077dedb1702b1381a3eacd29f25184237bfc1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time227.png|113:00]]||05/17:00||190e10a1f345945678fe3131ce3213dc08cac58258325b4c1bd294c937b1ccb3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time228.png|113:30]]||05/17:30||948876e26ebc53c0dc86521250abde10db4423f2409e2b7ae232e967696530f7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time229.png|114:00]]||05/18:00||ac0e579380fcc22504418deea5cd2e52c2b474cc667691188a4a1b1c9eb209f2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time230.png|114:30]]||05/18:30||0aa1f65aafd8bc1392e917d188dbd5905d00bf3ec76502d30dbe90c55712471f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time231.png|115:00]]||05/19:00||8beeb30463e7b617e56403c7d7cf8b907e9e9425b230c3d548111efc661e3704.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time232.png|115:30]]||05/19:30||c134195b6463d4fb917c1f8f8baf0b1f48648ec6456ad5793115d7525d6e347e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time233.png|116:00]]||05/20:00||d4aee9e183645e1f04a6fc2e28c2320b2d8c14c7594df0b24527ad1db60e25a2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time234.png|116:30]]||05/20:30||d93de79988687abbad1f824ea997592f15adc771efe9cb9650396787dede7181.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time235.png|117:00]]||05/21:00||2294962087712b159a1fce469bef14059bf929fb47dceab0333c5a2008fbfaf1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time236.png|117:30]]||05/21:30||36d19a55ae80eecd1988c3ac2907c8cba353849273f5d7ec008cae32a0d882a0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time237.png|118:00]]||05/22:00||3161cfc64d70842bd02e28cc01e0c4513a63cc0f6706ada41076ffe9ad4303e8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time238.png|118:30]]||05/22:30||a34b654398eccccafdfe1272ef1b8920f73268ea4a610230d620127461939d2a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time239.png|119:00]]||05/23:00||5adc81ebbf379b988de27a88b3db593956a143acd32849b35c54031b75ba7c63.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time240.png|119:30]]||05/23:30||8a734902b6524108baca8054ea964c052d5c468807ddbb3a1b9d6a49dd5ad99d.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 6, Saturday, March 30, 2013====&lt;br /&gt;
The comic starts updating hourly from here.&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time241.png|120:00]]||06/00:00||b58d5b9e73aeb09d1cb7749a11d460d55b0e1a97b608a2b6d4ef35ab166a35a4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time242.png|121:00]]||06/01:00||a34d91201f0d6f798ac2206f97e4f0776ff223fceb00a7c51d6f9b8daa14f366.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time243.png|122:00]]||06/02:00||0464b40b22150831d584f8dd3c84b735182d4951ee79100d5c7759d0dd5d60fa.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time244.png|123:00]]||06/03:00||9c0b8df47c7a04141cd887240f8cc201ea23d2ff48f94a63be335cdc2a271a5d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time245.png|124:00]]||06/04:00||6d8e898386c71bbf9319202bfff67a2b73f121d13df4b1211260711002df4bbd.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time246.png|125:00]]||06/05:00||76407b7bc376b7f1d611653f105e888f027bc1e8308cacb262ed097ad278d776.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time247.png|126:00]]||06/06:00||7a2a2e622c8ef2c155c7301b4e78c41119cdd3b70d118cf0a0248cf13bcc3c85.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time248.png|127:00]]||06/07:00||3605664e5839078774d6ab111a22d230e03e9363f833dba75de056a0304a6f2e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time249.png|128:00]]||06/08:00||793ff1d7b827da12512c7fd078cfd107832e77fa5c66b7536a05297d6a51111b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time250.png|129:00]]||06/09:00||9407d63cdc4af881a34e827242dbdba3328680841dfcdda750a4fe0829f864a3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time251.png|130:00]]||06/10:00||89b946c4d79b7b9edf1d643bd753068112c4c1d7212c88d1b55684a245d00f8c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time252.png|131:00]]||06/11:00||472a664d6080e40cda872258f89ec8db899d6edf3fe457873b1729d011c32117.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time253.png|132:00]]||06/12:00||506e4482b9dfda6906be12a0f08db916374545d56b4dcc23e220c63d777febd5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time254.png|133:00]]||06/13:00||1d9ce7199935b1b629d6b8744e62c7700a3780357b2dc74bb70471db616ddadb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time255.png|134:00]]||06/14:00||a0912d58db16574d7defdfeda6f4dbb820986d0e6fb38e793e62f8da5b151d98.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time256P.png|135:00]] to&amp;lt;br /&amp;gt;[[Media:time256.png|135:00]]||06/15:00||9ca751515dfcf0f124e0d4c3b6b55efa1e80eff73116d9a8784f2594991ebdfe.png&lt;br /&gt;
changing to&amp;lt;br /&amp;gt;&lt;br /&gt;
89fbcd5accd704c98f0e79b4adee58c7490cca4e53a508ceb050a78ceffd2611.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time257P.png|136:00]] to&amp;lt;br /&amp;gt;[[Media:time257.png|136:00]]||06/16:00||a6c1afdfc9ef6d0479d839e2929771feed170588a10902fde15f8471c61a86d1.png&lt;br /&gt;
changing to&amp;lt;br /&amp;gt;&lt;br /&gt;
715b2c1e6aee87798ff01c8d6d6f8194dc18f06e7db1c7decf774cb45c8ff776.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time258P.png|137:00]] to&amp;lt;br /&amp;gt;[[Media:time258.png|137:00]]||06/17:00||530efe35c4725e88ada29e4f75d1f815917cb1b02db69d2f13d0b3853c44860d.png&lt;br /&gt;
changing to&amp;lt;br /&amp;gt;&lt;br /&gt;
6cb836b5c06e3d46335ab0f757ee62fdc76331f49f101c382c8f48bf479365b1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time259.png|138:00]]||06/18:00||003169b5a922ecd7a4bc2136743f00771f7575b8fc2be045ddeb25d740724aa7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time260.png|139:00]]||06/19:00||de41bcd6992f88f14097ebd169b9b555331f95fdbbc19757cb2193d45f0b9fb4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time261.png|140:00]]||06/20:00||d024f6400efa5ed9ed3393ff65fa15eecf4395cad3b66109eb1b126781741acd.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time262.png|141:00]]||06/21:00||cc27139856f9dd86ab82337fb32b894232205bb0d177bf8413cd55a30515d887.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time263.png|142:00]]||06/22:00||dbe71cca5cbc01e5a3a8afc80bf70bc36b5c8c19b8e34fdbcdd6126a75c91e4f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time264.png|143:00]]||06/23:00||bf32922a3bf720651a224fe9cccb6209c621e43fede1774f89d4b12ba218936d.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 7, Sunday, March 31, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time265.png|144:00]]||07/00:00||80ca4e8f09fe81e69d0f21ea2a27a55994aaf7fffad662a181f2aeb58d5d893f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time266.png|145:00]]||07/01:00||16302743bdc750a58580208492af2a0425fb660c5fc05db12292986337558fc2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time267.png|146:00]]||07/02:00||f70e2db46c301161eaf42922b0cec40ca1f31c21a9fddbfd6fb9998c897e8eb8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time268.png|147:00]]||07/03:00||6533c4789f02398b972252a229266b892727d40ce425cf43c995005e87ca19ed.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time269.png|148:00]]||07/04:00||7f5dbe838bbf070368e547a37ad4c53643017cc28dfbf36771285c00bd41d197.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time270.png|149:00]]||07/05:00||6e4ae1e554a34e3a09158d479d1f530fc5bc8b41372b972ed5d074a9d6d1681e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time271.png|150:00]]||07/06:00||6679d39b8590411a069392bec7d81e2dabca439648797e5230de2e659e959ae5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time272.png|151:00]]||07/07:00||36f999329dfde0a2dc4823b84d758b8ed16c17100a716b30312631f1bdd7ef64.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time273.png|152:00]]||07/08:00||0f7d6ba4276e562774dc25b33581f6a848ee3e2fd1c5f13e8f2ff404388efb2f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time274.png|153:00]]||07/09:00||a8e8828fe7cd30bee9b92c5c7ddf25d830a0c5f3c74c565a530fe26f6bbabc71.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time275.png|154:00]]||07/10:00||e69ef0299af262e77c1c6b3aa94c956e8391c37cbc76ee1f7bce1f4f4e9a47f6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time276.png|155:00]]||07/11:00||1d322da857d7c62a180baec605f640fe8bc3f591fb5ce9112a4e957608babc29.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time277.png|156:00]]||07/12:00||d5c3057db031b991cbc1956e430eb9455e1041bad763fdd8f52b6a7dac4c35c2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time278.png|157:00]]||07/13:00||f6543f147f59aa8b361517d981995c1d695162450e4fc8a4341d119a34e75b09.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time279.png|158:00]]||07/14:00||0493eb220532c578eb97448040f2814ec73d0ef2ec69de9f63453f14c2cf08fb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time280.png|159:00]]||07/15:00||798b8a6d7285c2744551339a7d9d0e27651013cf6643ca42c0a08a10f896c55c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time281.png|160:00]]||07/16:00||484707694694438bb4ae2194a9eab051712dce48bf747c59a60d6c4bb7bc0314.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time282.png|161:00]]||07/17:00||704fe6e5afb026259b9db1ff402a1e5a984446af8567dd07972962ef7ba31e45.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time283.png|162:00]]||07/18:00||883697176d3436089ae7edb9b94a6668eef05b89062afd030e7f3cf6cd77c9d5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time284.png|163:00]]||07/19:00||51ec702c16c78d871174fb003ecd7630e928957fb709628565d28ab274d4b119.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time285.png|164:00]]||07/20:00||215c9c1a8265a8c9348fb7ea4160dfe05b85e6db848c3d3d724ce3cc6ce11185.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time286.png|165:00]]||07/21:00||1b4dfb87bed43a076414243767e83055e45f8ad213d4802401566085963af2fc.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time287.png|166:00]]||07/22:00||cf787ae6e5a71803ba8db6de3db61c9c03a501599f1c4459a61e47af7a73bdd0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time288.png|167:00]]||07/23:00||fad1efef2a0276697f57e899b08467e5029345a100097e3c3fbeef725339e555.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
===April 2013===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
====Day 8, Monday, April 1, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time289.png|168:00]]||08/00:00||facb608a396985f7053f674bf26400ac67fe00ec9de2e70b5692d24bdd6ed7ad.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time290.png|169:00]]||08/01:00||4e58f7de57081cb1b3c1dd9b4d86f3212451f213c8e00b814e13a2a92a8594b1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time291.png|170:00]]||08/02:00||988d4f9466bfc74d312b74b82f6382a3f825de26a1c65ce24ad902c0915cc72b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time292.png|171:00]]||08/03:00||f03929b8cdf69245dc6d89a5eb7ff0614cba3dc553a1285dd4981baba7e0a91c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time293.png|172:00]]||08/04:00||348ca413f435615b60bac76b0d14b0feebabd18bcda3de136fd9bdeda3b4aa2d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time294.png|173:00]]||08/05:00||201097c92643099fb8b47b2b82f7ae97a2a71cc082ac8efcb2c4609fcb6e971a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time295.png|174:00]]||08/06:00||68171324f38edac836969c46ca8fdf9e7527d79a22c1e4fcb8aa13ac4b3c439d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time296.png|175:00]]||08/07:00||d9069041cc3b1a70798637068aadf60aa40f8548f1fcb4f4208cf7af4d1f35a7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time297.png|176:00]]||08/08:00||bce8b698dd2430231702dee8308d9e72b544ebd4730e11b1d82b4d605bdd2065.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time298.png|177:00]]||08/09:00||e03218dd1a1d1f978c7a74f180ea86595f8e0bab20b487afbf98c5e5a872a20f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time299.png|178:00]]||08/10:00||17579b8abcaba976330df3bae95bf739b6ff5071bd264c8324062cad32aadd24.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time300.png|179:00]]||08/11:00||a41a8dc6f495a082ffcdddb157999bafd4d38e0205a934d2e72a15dd46c50222.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time301.png|180:00]]||08/12:00||33013dcada20e0d2dbd04f30cfe760f9e6bf4f7e6644f3369987280a8194973c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time302.png|181:00]]||08/13:00||ad4272578ab1043a9c3143606cb2cdb87f2e3e058eb383f0483a30f8bc050fc2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time303.png|182:00]]||08/14:00||49ccba816f9f9f78b5a52a3e105fd5cce49c96efaa788cb7e31f7bfae17a9cd2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time304.png|183:00]]||08/15:00||a923fc42c8de6374f9dca92299a7ca69ddc7d2a506a0eaa49da89a319811a09f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time305.png|184:00]]||08/16:00||bb018eb0e8ed0059f44aad52c53d54873b9718ee7fd74df34cc7fbeb282d7a94.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time306.png|185:00]]||08/17:00||c1540bb5c6287a9d234d383e74875953d83e41d76b81716c0afecb61ab04a31e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time307.png|186:00]]||08/18:00||dbb75178dc10bc9ab1de985aea4efe65fcd0a7b8c14d92ca776931cbec6db547.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time308.png|187:00]]||08/19:00||9586b5dd1044f0bc731a2325b126c01bd67bbc87f4698fffda4c7ac936ab5d3b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time309.png|188:00]]||08/20:00||43246b6d2f4ff50686735c71c93094c14bd3157642eb860054fd739db47a6d8c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time310.png|189:00]]||08/21:00||70adcb10311536045b7baf6d1b4c7b3f9b1630f817ff8b295b8dbed39c817115.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time311.png|190:00]]||08/22:00||34e1095d6c5085cee640799da2dd75042a262d594e9df5f76ebf53483cbf4018.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time312.png|191:00]]||08/23:00||fc855724efb58b418bba49c48c946fff34e0b237d493354b7ffb45d9c7222093.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 9, Tuesday, April 2, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time313.png|192:00]]||09/00:00||5a589af486ddb8f209e7c7b94c1353ebc73dade43027688ed6b5442b9ce208bd.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time314.png|193:00]]||09/01:00||02640c9c45635bb9dceafce3a3fe389092c7f9d0093c3eca5600e99292f090d0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time315.png|194:00]]||09/02:00||134b86f8cabdeaf4853564233af63888b80bdf73bddf6092b6abffdccdde8831.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time316.png|195:00]]||09/03:00||ad722a190d64bb5e3b5ddc8f302a141d96df7430445634301dbabfc74c8da2ab.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time317.png|196:00]]||09/04:00||248b5640f8db111061187c1dd40797410f8728897746573b286a32e1b155ed55.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time318.png|197:00]]||09/05:00||74de8e874670575a3d66455c209cbcbb729f42c3ae67f73437e3d4fed8169322.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time319.png|198:00]]||09/06:00||aea8a064423635f3d7920291c82684dbfe02c3c7096909526388e365265e36ce.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time320.png|199:00]]||09/07:00||9afac8bc8b182103a28f21b3a7e453d830102c3b4c8d31a0255669aafad0dca3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time321.png|200:00]]||09/08:00||0af5ccbc325c392017ffcae880d61c4710a72c413501f3ba3ed0bc05c0bddb49.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time322.png|201:00]]||09/09:00||45e7c18b93defd9b0c00be1d500add6ed5e7e82d00486f73dad27933a484311f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time323.png|202:00]]||09/10:00||59557750b5333896fb5432927f7c7938e6b9637aee1879e44628dd1f3320aaa1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time324.png|203:00]]||09/11:00||5fd8b3d62fe426e7ce477eb4f7517f8a3dc869a5a2c05c6f995145d5cbf2fd01.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time325.png|204:00]]||09/12:00||2b4f5f600c8f9cca97b6d074f0ac5f87eda1a264cbf2c698115d10de76fb5c85.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time326.png|205:00]]||09/13:00||a3202d087899618e24c78fafaa0baffe0d2a2fa1b059b7e397efd5209ae822c2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time327.png|206:00]]||09/14:00||902ecccd5523fcb6667353acc2e2793a54606ca887ab6290e9cf7abd962fd940.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time328.png|207:00]]||09/15:00||d707be324a71510575f11a9f1e985348149a9aaee38f6191192e09824702d615.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time329.png|208:00]]||09/16:00||da1d466692a5987e2172ae73b510bfb949c82c8a351b09cac1b3bfe57df95d77.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time330.png|209:00]]||09/17:00||6483fabf13b5f120cbb912f19d41233a3e714f800984b291a3f588fd636df150.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time331.png|210:00]]||09/18:00||fb98af0fae541b3efb33ac344666b3bbfc85e3c99e64ef3a89c7496f1062239a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time332.png|211:00]]||09/19:00||286ea7eed12c52e57f01637ab9954a2ded7903aed08798df2f15c9eca948e457.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time333.png|212:00]]||09/20:00||249366175e646bea398f115e83faa222affff4b16a279411231ea010a39633fe.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time334.png|213:00]]||09/21:00||59232397f1a70761c5ded8e0267683e1ab57bb6a80da2fa3a68ed70ffd6e6e5a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time335.png|214:00]]||09/22:00||e89a63da369eea09a19162809375c5b811b4891a494201e8a2908792e0efe9cc.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time336.png|215:00]]||09/23:00||ed3998ca7c9b546dfc9bfa93c0aa75ba21bcc93b9be61ef6a4bc67cc808a2dda.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 10, Wednesday, April 3, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time337.png|216:00]]||10/00:00||74ace29929229b1b03f7015e859d70e5f43fa7e4802e8b186b88c8cb459c928e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time338.png|217:00]]||10/01:00||20507c24e77d561a99420b87657875cb08a42ca280a6032af482260806fde5dc.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time339.png|218:00]]||10/02:00||0387bb1b2ab9d64e6799b61087bb8506aa73c7283d9fbe86681667bcb1679d5c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time340.png|219:00]]||10/03:00||60d4f3037acd209a0ba1bcc48b71e061018a10b2d44b2c4f9188f380e14d8a37.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time341.png|220:00]]||10/04:00||59cf2422d24836facd551144a3378ae5cebb19fddedfc799ccf7c2576be72ada.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time342.png|221:00]]||10/05:00||cd93b240cea9a250d9099bc7bb65e54648c8052329637c874ee31928bfe37b3d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time343.png|222:00]]||10/06:00||d9400cde1b1637757dcdba43b23d2e9106fb94e86d74b5c2e34c93cb0cb3963a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time344.png|223:00]]||10/07:00||505985e9c517321fd1371b58185dd0b93b8f93134d46600e56651a4d8e4426e1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time345.png|224:00]]||10/08:00||6761c908dcd30783e2dd7ea758d85766f9cdec6aedb97f5895120feafc4d5779.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time346.png|225:00]]||10/09:00||432d45e7f058293591bbe0880d53c53d06aa4091de277bd24e9e0fa7bffd881f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time347.png|226:00]]||10/10:00||eb0baae73a55b5545cf8068fbd831074151bdfadf2dd2cbac1458c12880475e8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time348.png|227:00]]||10/11:00||38e852b6a2fd7dec3a50a90bbd31325c5db1a33154f04035d06a19b9d1958adb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time349.png|228:00]]||10/12:00||a6d7b71461e30bdb5c140bb43ef748ac41fa5bcde233c08cdea25a48e0e4f368.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time350.png|229:00]]||10/13:00||ec81c379975b0839017db40291742e79ebcb90f67f72952178fae49bf8b287bd.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time351.png|230:00]]||10/14:00||d2829cef96e921c9dd7409762cb1a33468dc4e4a0b2c40d546413ded16d91280.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time352.png|231:00]]||10/15:00||9ef384da5a879adfaef01892f5ebfc2287aa2e9ae13fc8dd67db191ef5433a9f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time353.png|232:00]]||10/16:00||45ecf219e5581e2b78bd356ccf8a2afa0374a12ee071b0c50715ab4628c9a4f9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time354.png|233:00]]||10/17:00||8c2c62dc515a4feaaaaea1e726ba169144ef890d0c740ac753e9e8e235a1961d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time355.png|234:00]]||10/18:00||e516d1bd6646458001f192f04a6e7126186373eab64b05b563b9562e03f678d3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time356.png|235:00]]||10/19:00||a6762cf5ed293cd8b80339c7e63a70c74de7e0bcad521516f9d8dc077c4059de.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time357.png|236:00]]||10/20:00||6cb9454b1bc9ff34e3bc03df06e5852b35608e197099d7a9e247e5e44fd9faf4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time358.png|237:00]]||10/21:00||7870cffd6d88ed3077600e8e5f8c975bcbee963b0a41adcfa748538455a5ef29.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time359.png|238:00]]||10/22:00||b1a71bb7e63a2fffd7a5dc3a3f180a3790e1ea04d3dceb0156b444c348dc68cc.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time360.png|239:00]]||10/23:00||a2ac8d2654d0807ca5296d8dd53dcf75451b856ee6265897f8ca023c8b619a2c.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 11, Thursday, April 4, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time361.png|240:00]]||11/00:00||a04f56908c6981f309660dae0bf13ef03ef8da7d0b93effc8251b8c954208ad8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time362.png|241:00]]||11/01:00||bc498c8e95ccd6fccfe4020930d8d8b9783399be761669e5d1cbf917848029e0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time363.png|242:00]]||11/02:00||731579d74796ff0868dea9ebcfd2a1323912da468f17ef81d0f04e4f5f0adbdf.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time364.png|243:00]]||11/03:00||7ce3e53e619b4b18bb81cf59ff88ae706325c2b51835aacc2ef4282e11278705.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time365.png|244:00]]||11/04:00||a52664d583facafde4b59ef93876c6f910923afd9ca46f805aa0d423ed0a060a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time366.png|245:00]]||11/05:00||8ca313fd96e0905a8687c2174e3dd8cd04b39aeb2f63dac52630304ba307dc6a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time367.png|246:00]]||11/06:00||7ac0bf9243eba40418ae4b2859867d262f587299de4b06230eeabdecd944f819.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time368.png|247:00]]||11/07:00||5b2581f811d5cb68bf7467c1046658f69b7c784ec7d1d1e4060a9e74865a6bc0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time369.png|248:00]]||11/08:00||fd5c98a56b46792cdef781ee714e2ea4c7fa77380191095d9550bc4196f6c81e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time370.png|249:00]]||11/09:00||e2fa24ddfd871101338dc123d726bfd772e9a0f412c1d20b072399811b808d4c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time371.png|250:00]]||11/10:00||6f4e210a27faa3c293d80f694c49771fa27eb9510921bf176b9ddb077489718e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time372.png|251:00]]||11/11:00||22019630c09e98c87a027caae512eeb4fe16e631bc804cb7b13d5b3afd0562f6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time373.png|252:00]]||11/12:00||8249a8e779ed1dc1c6bd6d9bffc962af233234dd67cd30aca91dcca31975dbb8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time374.png|253:00]]||11/13:00||e742ff4d7ae1cfca002331a9c09a77dd70d9738e5bb5712d3177cd1398ed627b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time375.png|254:00]]||11/14:00||9480ef38ff90d945fd8a088f5da428639ace2f7bc8f54d8de31cb44f4c6bf220.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time376.png|255:00]]||11/15:00||69e7e643d783e212afeec5f389113d14e95f10f7ede0330d111df4593e95a772.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time377.png|256:00]]||11/16:00||418dd2930261182d6ddcb627930addc6c27efc37b9c37696545b237d8c291111.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time378.png|257:00]]||11/17:00||58097500cf454d2e72d110fbf98bb2d0162a0147535fac5e784ee080b12e5e87.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time379.png|258:00]]||11/18:00||63ea7284cdd52037fc1e01f3013db32e22e44031188555d4dac211d6138c7280.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time380.png|259:00]]||11/19:00||20fdc02683af2fd42367959438e9e4dcbfc1f96543bec5f06fa4c7e294a46961.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time381.png|260:00]]||11/20:00||d1c4d73d6da5955c9ab9374e7782b4fc445bcf69d242b8655efc0da62b830394.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time382.png|261:00]]||11/21:00||f7d07e64bbaca2dcf0c7cd1c227f47149fc44d9a40d6f6932376bf8bfe6169ed.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time383.png|262:00]]||11/22:00||36ae8434c6649037553005d58940ebb8dd3ee48b39b59352d50d30429b49defa.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time384.png|263:00]]||11/23:00||0a1707c05046d04cf14eb1a6b0e3e81a71ffd06e2fa10a728000c11ea4bfd3c4.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 12, Friday, April 5, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time385.png|264:00]]||12/00:00||51ef222b018703400a079d43aacf19fbd5251aae0557c93ba4cfb3b86df7aa64.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time386.png|265:00]]||12/01:00||7954ed94a2bb4891447ac4d85f542d1078a478b779ec73a1cd845198ce20a345.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time387.png|266:00]]||12/02:00||d7d9320518189fba10f3da8cd2b01e14dde989f9aa046dd8a61f9c04dcb3113a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time388.png|267:00]]||12/03:00||76b0c0ba26166185757fcbbf7030dc8bdddc93b87bbf59eec065a84cac52eff1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time389.png|268:00]]||12/04:00||0d4dc36b0534728f12c7ae4f6e2a695010fb60b718323519d531c78d906267ee.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time390.png|269:00]]||12/05:00||37b57969648828672b05f3b5662138f2150c9f4af17230b51ca6455991a1a319.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time391.png|270:00]]||12/06:00||c65886bc80f0c8dce6ba35b7ebf906f0b589a90487311a5f92b84857e62ba27e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time392.png|271:00]]||12/07:00||9dc725e327df8aa51e79075f414ebe9e4c986eaf19805f565e8b9e05d6b52903.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time393.png|272:00]]||12/08:00||8b47abdb4a59552fccd157e6cbe7bfa025462db105a7f44c2ba6d9eff560ce80.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time394.png|273:00]]||12/09:00||b504874ec3020e42638cb2fb3b42b26a837a7d1d712d89cab17d129d034d0cab.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time395.png|274:00]]||12/10:00||9fe64e6a74cd4a2c5632e6a5038bfa3016380d7f6d8e15cc146333410763a412.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time396.png|275:00]]||12/11:00||fd244d6975f04559c58c3abf0a978a86765c260406f992491c7c45be65bbd8ae.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time397.png|276:00]]||12/12:00||0ceea2a17d32ef4c7feebb241c82950318a38a073283bcdb4c71dce855d994e5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time398.png|277:00]]||12/13:00||71467cca53aac9727e44a52919c30a96fdc7945f4b898db6f46cddddbd2e32f8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time399.png|278:00]]||12/14:00||2bfabf9016f0c5f5ce08977f73174ca74678786db81cd5731ca8de9b76bd8eab.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time400.png|279:00]]||12/15:00||5d647931adebf70e3be6a81eb4133c8cd93f5da22907e4791346edfbaa12298f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time401.png|280:00]]||12/16:00||005f600f828950854a22ad0dcb1e72833c86abe1fa38bf78321f4dcc5738704d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time402.png|281:00]]||12/17:00||67b2ce46fc4f495571c0044563fd3cbe764930a3f02ea0da0f06ba43212146c2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time403.png|282:00]]||12/18:00||1f65cba4eac4007e627d910ac10e3b1da637fe32e658b1f6648cdc3f23e20bfb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time404.png|283:00]]||12/19:00||d886b2211e9f32b58f43c887959db0158e1d4652877ae2d062c71840c8cc131d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time405.png|284:00]]||12/20:00||c4607f3053f48c468c1de182265cadd085964a2546d5df8ef5769bec53f3172c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time406.png|285:00]]||12/21:00||6df70ebb5459ef5cabac929936ae9169f8c1772f97733ed6a69f706352780f29.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time407.png|286:00]]||12/22:00||e82c4851d5c60412c35b2b5514c3805c8f38fe9a7330a4d3d396af22ae605d90.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time408.png|287:00]]||12/23:00||5b030d59f46132186bc963e743f1171717e3a6ef63a502c7ad4946c06469ecbe.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 13, Saturday, April 6, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time409.png|288:00]]||13/00:00||0dfcc7796cff7e78babcfaf54e95de00210798043ce32fe270669b3cf4878edd.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time410.png|289:00]]||13/01:00||c1c5d091c512299c988b91c4f262fc2d78dca1e7402c4bb7ef37e86df6a3bdc8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time411.png|290:00]]||13/02:00||351542d257ec8f7809a091d978ea2b2a9c3cd9f1eb3157d9783ccaa83c9f9578.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time412.png|291:00]]||13/03:00||c3fc7faeb1a94ed909ed1f9f681d31d69d09fabc2f5c17f08248a1e1aa3612f5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time413.png|292:00]]||13/04:00||80fd0159693ad7b5d40f3a7a1a779cfffe14cb4390e4cd7765264d752b8ac92f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time414.png|293:00]]||13/05:00||cad084bde3a758a538360d6640aa6e2b26273b320eb68ea99bb3a8084d840925.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time415.png|294:00]]||13/06:00||46cfbbb3658b6a089ec8e3eff783743f427eff76deef5d8724412495ad32abcb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time416.png|295:00]]||13/07:00||c86b4479e47304ee1d54a5a33351cf18052a4e1b5262921e2993d7baf238e32e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time417.png|296:00]]||13/08:00||509856190469c92fcbc0f8ee169f428fd637ca10e60a28a321fa91fcd3b6245a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time418.png|297:00]]||13/09:00||e258bdfb3d18f70049ae46bb359b9922f108ae0fda8008a31108df4dd4042478.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time419.png|298:00]]||13/10:00||0fbc49c2fe5d22f935d437e0049aa969bedc831b8445e064ee2b4da85baa1d70.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time420.png|299:00]]||13/11:00||8e9443d3a810769d5b8c5506aaf3929bfc3d1b504062505a0bc42a4a81391f7f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time421.png|300:00]]||13/12:00||f8845b749d6330bc2bfb76a9e4ec0e6382fd80277fda15065ebc6e2b6f583eae.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time422.png|301:00]]||13/13:00||31c9258fb94ff445a23a650f1c76c095d107346a7643dae707d3d52994daeb4b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time423.png|302:00]]||13/14:00||5bd4b75b387aa2ec34b72ab6bf57aa1e04ff2237b1dc3950b673869d34b4fa38.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time424.png|303:00]]||13/15:00||3b07b7576799759a48cf553707ffc533e0729bf9c3caba43d80bee0e0fe253da.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time425.png|304:00]]||13/16:00||cd61d2991d43d0f1a5c4bbbe25c0e7e83822b7b40db44c4902039fa53fe5b480.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time426.png|305:00]]||13/17:00||25c08cb85a87fea74346a6bec6c756d295a8731bde1d633d1848602bb9b6ba42.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time427.png|306:00]]||13/18:00||535f34979de987f50ffd78707e8612cefce5657377d751e4d7581be13c6f9587.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time428.png|307:00]]||13/19:00||e4f9f3126a6b3c3675f510bd08f894d32a491cfb44f5671a6ead9fa5d4f1b312.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time429.png|308:00]]||13/20:00||a31a4f5c35e0cdb8a15c21d5473943285be94074345e8d9dd245dbac25765e10.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time430.png|309:00]]||13/21:00||4227369ef98aecf76eb463b35edd9508608c6e07103448420411cb81364fd1d8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time431.png|310:00]]||13/22:00||2efb073f88f9e4a951e5d88e4a263af79ed753fc13ee08278e686151bb1bee71.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time432.png|311:00]]||13/23:00||c1a47163021a694e5564dbd52dbf655b9076278fb4e2e5fc3fb21a24b6651f81.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 14, Sunday, April 7, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time433.png|312:00]]||14/00:00||e4af87445adbc27cbe5800864d30ae8ed341fcc2d4e0a6d69af1ecfed3f17a7a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time434.png|313:00]]||14/01:00||80d8cedd3644276765215f43da2102902c84684f654c213a35c5e8a0b56e1ef1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time435.png|314:00]]||14/02:00||2c5e686b0f366a7456a229750038ad406169e0e556d76bcaaabdc04e4e21a9e6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time436.png|315:00]]||14/03:00||09e345c17f062a12868048bace0e6f49b2236f6fb6113c2c2b4f31935db7cdd7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time437.png|316:00]]||14/04:00||136d58d904ba4929c7612d4e08d389e11bb2573336822c56012a15ecf2763184.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time438.png|317:00]]||14/05:00||25a42d6f276ee78b84fd1495689f9b0a5f82908839e53bc818575774c75d080e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time439.png|318:00]]||14/06:00||5ce37f881633d3a49831fb1c02a6cedba95cbdb75be5667ecd2561f94ff6991c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time440.png|319:00]]||14/07:00||70d8f1bfc8d2a11678fae3bc5136d8ebd456fe56f111047c66ca3a5cc7710fe4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time441.png|320:00]]||14/08:00||fdeacb8de0887ddc780c14ce384a7b50a7b3a7d82f37d07b765f3f0208e26d89.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time442.png|321:00]]||14/09:00||2e7722b85317e573ae4d6f11f742c24735cb899e9282fc30dfc5f0f14abc1d75.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time443.png|322:00]]||14/10:00||0f4f4726c939d07898e34e5aec779ba4ad25e837157899c400fc80e094eacf4d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time444.png|323:00]]||14/11:00||37c60438e85dc8256f674a50ce8d87a304a76960c28f8bab218c098fbff7da12.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time445.png|324:00]]||14/12:00||c80a91d3fe5695c4040e63f675d1063f0578e849c0c5969a0414348e78601d5a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time446.png|325:00]]||14/13:00||007a7658748e9f1e5d855be5497d0631601af4cf47800c4a32fa46376bc2cea0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time447.png|326:00]]||14/14:00||7ae4f21509a3bc5df81020e05a61455a9a3c3328f3ddd6444748cfc7eb7d518d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time448.png|327:00]]||14/15:00||3523abd8b1f2c2940249d7a3968e01964242f70a1b94aebac98aa424d1fa631b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time449.png|328:00]]||14/16:00||41920243cf399bb8edd94d7d56a66479692d5817eacebbf070aaa4f8894978c5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time450.png|329:00]]||14/17:00||3a4bec0ea5111a507765e1a9cbbb5d866a6ea4695028fe859e3266c94bfedcd1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time451.png|330:00]]||14/18:00||de57c5e5521464110d510a1130f34205d2d73657954daf5269c1444e92f83778.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time452.png|331:00]]||14/19:00||07e04ee05aa3e41fd76512d77e4b3561375bcef8c13e6e13a7b3a6c23d48c916.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time453.png|332:00]]||14/20:00||252032d7674b3dd60ba1461d86236f938e304d44044d61df23924c3f5fd9472c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time454.png|333:00]]||14/21:00||485789ac7acd0fe59e6059be22f5b07b73dc1866dd5b16e7a809eee9f835d873.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time455.png|334:00]]||14/22:00||49d8452931c5c444a0c6ad07d78bf98221a3ae84f20715437983531e88ab4ba6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time456.png|335:00]]||14/23:00||8e1f0b512896ac34d51e424e1083991e046c1de7549554e2cd39a4671ab42e39.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 15, Monday, April 8, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time457.png|336:00]]||15/00:00||f99c932a9a6c218e45708b5d2bd52b71aa70f55856505d7b2c74b043656f338a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time458.png|337:00]]||15/01:00||7c812cf13435e2decce795f2bedaa5160f8769aaf2b94cf92ebe2aba2a211e8f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time459.png|338:00]]||15/02:00||7c6edaaa668917f5131ce0ba7231e33ae9c7ccb28e24cec849ec9c2af3e033e0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time460.png|339:00]]||15/03:00||561a3d407ceaaa0e8aeecef27c16a10fbaa2e37bbe0528f3c46dc504d6036fd1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time461.png|340:00]]||15/04:00||42a38b38045af128dd98cb0085991c6b88488ba80371d1d4d225c1a0b58f42a2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time462.png|341:00]]||15/05:00||095acad6a37c217c27bb91122cc56a9b7b8048f605cf9737d42347a65c9d612e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time463.png|342:00]]||15/06:00||96d26537866fcc75fde2f2fe34cca5f1ef1a6ad6c8d0bd102d158c7c5cad1890.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time464.png|343:00]]||15/07:00||6d1b782354540b035cc732c214b8b47a442fcd1e6d9565699d24ec2b13b8e652.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time465.png|344:00]]||15/08:00||eb9b4c0d25722657ef12bde7e8623e66af3127e24d383c2a8675e4e3a28db99b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time466.png|345:00]]||15/09:00||f9c1472042ea709c7b492ef4d84b5f0d5d0ab989a50e92dedb866454685569bb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time467.png|346:00]]||15/10:00||36aceafed56e961dc483f86718a5a9313d41845a5cba4c8907fe5d66a8d801b8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time468.png|347:00]]||15/11:00||f72e4f5aeaa6a3ebc3f2981eb96035a63336c672cdc0b4b42f6a9c5a461546eb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time469.png|348:00]]||15/12:00||fac1e4561fae3dd4e371d7f6ef9f1f23bea159fb2388ef77cbc60b289aa1560c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time470.png|349:00]]||15/13:00||8636cfd06799c0212d474c2d813aaa860451eeae6598ee97e3acf78acdec5635.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time471.png|350:00]]||15/14:00||36d17482292af5718c44546db137637596b2f7b11b273c746b7fa2c42e7cdf53.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time472.png|351:00]]||15/15:00||1ca3c05e4917e898e2546e5c03f99dd460d583e0d0bcdb021587658e1bf40a0b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time473.png|352:00]]||15/16:00||e3e8169439be717a5661dba80cca623330516d87749f5c5bd83d4a4aae19b89a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time474.png|353:00]]||15/17:00||a2c0f3ed4be680f5b794f0137a55af8704598a2105e1eff5fce750b07800c19b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time475.png|354:00]]||15/18:00||29065ffdd44ab1e97ccc577d59d086f99c92e2acbe96c960337b608463b421de.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time476.png|355:00]]||15/19:00||d49330621f345c849d07a2f1f457687ae718d58deac0b3c896db67bfb725f2ef.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time477.png|356:00]]||15/20:00||f3f37b0788b5cba037eef589289d0b607d6484155131ebddb7b3abdb535609c1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time478.png|357:00]]||15/21:00||3ae6167ebc8cd6fa2559e5c7074607b90cdcaae4500a46b3542155a97df93153.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time479.png|358:00]]||15/22:00||138eed8b69d745015ee63fe45b06d179cfc5a7ada66d85b83aa43f840d48ce89.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time480.png|359:00]]||15/23:00||30c565da64e375c110e973396364618f33b7b662c5910674647e8787dc9f517b.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 16, Tuesday, April 9, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time481.png|360:00]]||16/00:00||0d392ec48c084bd1943443679d539c000d4c9a2331e95a8105f116628a4dae96.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time482.png|361:00]]||16/01:00||6784054190428c778c53cb148d1ff525580b8087f12217e455b9bfe942c30576.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time483.png|362:00]]||16/02:00||b4725290a17ec7e6c908760d5cb6fef013f51d01b9956df52cfd21f7556935eb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time484.png|363:00]]||16/03:00||9108e533a98e3512c7ee25b44f536655fb363aaff6814543e2a6e076c34a269a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time485.png|364:00]]||16/04:00||a4a11e783d31b4754461460113934471e780febf3dfed03f3b3d328ff69d9d0a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time486.png|365:00]]||16/05:00||94547ab634e00575bbf9086b232f1f38b7a4269edb0f6dff61716094e3af4d0d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time487.png|366:00]]||16/06:00||840355510c22bac0a6e52ec0945997b670d8ad1053465d1929d4320ca4150488.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time488.png|367:00]]||16/07:00||28fd8090ab04b85611fa82990b14740f2d331f651d90e67c88dbc8512554193d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time489.png|368:00]]||16/08:00||64e4db1bf6612c6fa2898997a5897aa9b6091306accc42324ede46116a31d9ec.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time490.png|369:00]]||16/09:00||039d849c96bcf5a3db4c9ad70f6118f092df7380fd237c56becd414dd37a590f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time491.png|370:00]]||16/10:00||c97a7accb6e25c460f38090a6b1107b11c871d87b50601bcd93635c840950d75.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time492.png|371:00]]||16/11:00||021016ab38f49a33e6cdbcd351315458f77ee75b7dee39bfea6c63e9379d0de5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time493.png|372:00]]||16/12:00||35cc8c22e47bd649f2bb1cab8e103f22e4c2c7e21bcb1c8ff200accc2bc99dda.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time494.png|373:00]]||16/13:00||897fb939e1be2317c2f09d77615286111370866b31c6e8dcb866ad958f4f1775.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time495.png|374:00]]||16/14:00||a9f6db7f791a41b47b33b5cf8257823c461224604546fccc11a046f9103b7d4b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time496.png|375:00]]||16/15:00||3c68e43d5a59022a77fb36fc5dcc4503f4c2fc178558fcbf6664465558771d19.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time497.png|376:00]]||16/16:00||edba867c8c07bccb69ceb299955f1069e3e2da8717e63d6949f730bbc6a9cf0f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time498.png|377:00]]||16/17:00||21a443ab645346c0c3b94b9361941f4c970869e6b7bb45020bd88a8c9689f3fb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time499.png|378:00]]||16/18:00||1d6e4ed319569ff77d3a572eeedb4aadda5c36ac6a9432a4bb612184d6a957b0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time500.png|379:00]]||16/19:00||e5a48042e021ef0161e8c47fed837f15e1cf3fed614a32986ffcd54abe59eca6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time501.png|380:00]]||16/20:00||dd119ef322de86184a3f2d27a1a3f6c7c6d53a0d5703806f9587bc1512e3e4be.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time502.png|381:00]]||16/21:00||49cd8d703bad7f238321d22430d04a22b52186fbbbd3526fe5a64cc2653005c1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time503.png|382:00]]||16/22:00||a12468d099a3522c70f42d0ed86b10985a5a290219709cefdb218cce2b1cd897.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time504.png|383:00]]||16/23:00||b6cecf4a5f9ac7ac0e8474fa3e9e7928a5337cdf27a733fd9008c6142a9b2f5d.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 17, Wednesday, April 10, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time505.png|384:00]]||17/00:00||cfb4b536eb1aaeca8b309a3a4845f803eadb4dc1aa3bdc9267601f26828d150b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time506.png|385:00]]||17/01:00||bc37d572d6e267d0062072e5a23f5efd192e4c8bc89600a7f76d40cce35333bc.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time507.png|386:00]]||17/02:00||d4af78954d22b9f6a45f447d19098d26a845b53b8626c0428588ef9a27c9968d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time508.png|387:00]]||17/03:00||affece6845ebb1b85ff200a87ee054906209200093b8b6900242da1a562f4158.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time509.png|388:00]]||17/04:00||8c5bc6e7de350c78affdf09ba61039339aa9eb421eea186f29d23408992e4e66.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time510.png|389:00]]||17/05:00||53bb50ec77e0a0c7684d68bc8d462c9c4c919e9cd32337186bb0f5fc89aa96b8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time511.png|390:00]]||17/06:00||4fc66fd64b3f21428f0d96947f03643189300726fb4873e725108580e88db658.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time512.png|391:00]]||17/07:00||97a93727f4b20fbae96af7fac1a5462c46d1bc94ec1c6e22e7432dc2f1de59aa.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time513.png|392:00]]||17/08:00||ff93f1ac8646e0eb8dfcea6dec12e8a3420f5084c1d5526ceebaed19ee582215.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time514.png|393:00]]||17/09:00||ead98e728dc41be6b6e7c3d8955a2e2645bb23018ebdbdcf7d31b2ccef8ec22c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time515.png|394:00]]||17/10:00||cdaa37f68741751219c62651f115e1d5e23a4b52e42d294563a4454f97052b1d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time516.png|395:00]]||17/11:00||9b13e7c5d698bfdd3835ba13f3c64bb372b227ca5b02daa9700eeb7be13cbfe7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time517.png|396:00]]||17/12:00||e74f8afe1ef7b2505cd6f1c665cb5953162a47bcbe947ffd49f3b6b34cc17e75.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time518.png|397:00]]||17/13:00||7df4c5368ca07188d9530f60dbba89d626cf65ddada0552ad0f4d260fe95095e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time519.png|398:00]]||17/14:00||9f88e08637107c15496e3cc0905aa4097e971a1ff4890e852b6f6049dfd321c5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time520.png|399:00]]||17/15:00||5b1d9b7e2cd58a00112cb6e6998eb2d2fdb402bf3233f607286ebbb5bbd3b720.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time521.png|400:00]]||17/16:00||619ed3ac1b7de11aa6a8c5faf1bb5039a9a14d53969b5e37260e7efbe60baa33.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time522.png|401:00]]||17/17:00||bb39d90e38ff04629d8be65174f909c3f23047494e90918e542180cee1ef5c07.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time523.png|402:00]]||17/18:00||a719ee5bf226aa686edc5ef59b5e66b6e52f9b89fbdb577d0120323fcdf7001b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time524.png|403:00]]||17/19:00||56c1d5ed60493f1b52bd3d05998f211a94ba45607e497ffe7e99a8041f15f891.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time525.png|404:00]]||17/20:00||77930ca670917bd55ac2d09a0b1c4e03ddf53de0979da0cfd48c7a7172230ef0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time526.png|405:00]]||17/21:00||0bbc29897af556ff089958be49b37772bb9605859e405f48e8806eb9cf8563f5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time527.png|406:00]]||17/22:00||771dbd0d988885f053d3b8e680d5b04f3d863872efe0607b4ef2f55e640c80be.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time528.png|407:00]]||17/23:00||8c61fce155fc84848c7fbbaffae3a53ca0ed7fd2f9aeed53f28c7cc07c50821a.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 18, Thursday, April 11, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time529.png|408:00]]||18/00:00||afbf76265fcee917d449a273b9cb059021409114c2d3ddb0bf785809fe8cb3f0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time530.png|409:00]]||18/01:00||dcbea7c34f64540f6e4a946e6c30def9f814d1e73fddbb7f81306d31d103fb3c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time531.png|410:00]]||18/02:00||f29329e409efcc940269b0a216e01db41061b435e73035b11c87f6ebc5984d64.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time532.png|411:00]]||18/03:00||930d63146812e94dc0d274b8e83cd7fc06f47f09fd969367dbcf718a0c32c07c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time533.png|412:00]]||18/04:00||2520ce9e16a16318d43754ae21ee77d6bb79c114158e18a91bbc399c4ddbf965.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time534.png|413:00]]||18/05:00||b79dd2f20efa9ec8dc04ee549b45ea758bb838b3eaca8c9c923901c935929802.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time535.png|414:00]]||18/06:00||164b3d1cfe668f48379c830be46bac039cc5641756c086da64a50b68ede4dd4a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time536.png|415:00]]||18/07:00||7e90b1cf7c172b1fce4f742276c4f9fb195d2ead95eb0dc6b9a9b1afede729f0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time537.png|416:00]]||18/08:00||9e05072887e07e54b2e6e9d1b77210495358264f443e47e65fcab22ed943b4a3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time538.png|417:00]]||18/09:00||0d2a042d29cf2723e96b679dce730eb3d8115167b310664e30fc40fe71257744.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time539.png|418:00]]||18/10:00||619df0e0f749fb5473ea65591cc1c2adcd60ad5bf95a7a5a3929cdb9243589e1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time540.png|419:00]]||18/11:00||27994b77661281b2d0301e93c53a49f348ec3b417ffc0da4aeab57d9703ed1fe.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time541.png|420:00]]||18/12:00||7207031ddf089a144bfab785f2af0baf9d5873bdb0e1e0f8960beec3a390c37c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time542.png|421:00]]||18/13:00||4801b15a7f19f088f7fdab29e77d695455fe6913680fa3e585973dd1b0f4be80.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time543.png|422:00]]||18/14:00||889eab82266edf254297b85d0c5695c1c9fbf4f6c64dbeb20ef56e43d6df2f16.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time544.png|423:00]]||18/15:00||f35d89c52b4b3db8ee13711c3f2f2db2b4ff17be6556485888fa9403e98cbeb9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time545.png|424:00]]||18/16:00||0719b40a72a50125c55f79372ed6781217048641ca1d368be8712612e56bbe73.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time546.png|425:00]]||18/17:00||6ebcb4d3a8b0a6d31498f9b6e4e3358c14d24c021dabb0cfffc6f2c83d307f26.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time547.png|426:00]]||18/18:00||c622c5e48c1f00c02d47ad3b149f4b2f57340633aa3cb186d18f0607c85b0bb6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time548.png|427:00]]||18/19:00||f1a94ce651f8702504768dbf42655cf647561c42de0024b767be61a28e63ea28.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time549.png|428:00]]||18/20:00||92e2491dbd5f12cbf404416a08c29b2756bee9a5c36e70902eb0212e70319769.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time550.png|429:00]]||18/21:00||22780010bba2c1372007c572aba2bb03ea77a02c1d893440dd204028bad33231.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time551.png|430:00]]||18/22:00||4330fb47e6714a594338f4e93ad4df0df74d075247a23b8a2f8152907294097f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time552.png|431:00]]||18/23:00||608c4c00213272b6c1928e4a454f9dae722d18552958b608f0198fc142d261eb.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 19, Friday, April 12, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time553.png|432:00]]||19/00:00||4d2e2618612b25397d049e6414d54fea7d34506a809b6495e660207209d6a5fb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time554.png|433:00]]||19/01:00||7191f6251ed18085912e41fc743850483ca14d5fb2128ac4a049720bdaa66120.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time555.png|434:00]]||19/02:00||9ca0ac2ec25c802ddbb66c45ae0a41c89bc04e1f426436bb79588c770c086646.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time556.png|435:00]]||19/03:00||4ba0bb63938310be9096961b81057d2ad2d326a054e3aec2422e3c21e4b2d1c7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time557.png|436:00]]||19/04:00||3be3c9733b9fa8635857fb0bb9b1e8ace00fa656497c53acfbac2fb7f47bf3dc.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time558.png|437:00]]||19/05:00||931b71a92ad6f170f36372cc9e14b19ea4af982e624e8f98853893a9a1b50449.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time559.png|438:00]]||19/06:00||d8bb5a3b61dff802321f49e73d8ec49baa3a63edc4f448540a616bcda732b6ac.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time560.png|439:00]]||19/07:00||8d73e5a245f6372ab2db3efe7fbf464a715f9d5178996f9a783af27fe6fb6114.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time561.png|440:00]]||19/08:00||c41c2da1881c803049e33d0f62f7759d112568313015f3cc9e69111f3200ab53.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time562.png|441:00]]||19/09:00||fbce93bd4284c593a9841e4ede8c55f80f7fc68c7ce38ef0fb40572af795fe11.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time563.png|442:00]]||19/10:00||00b3a5fca678039709dee08fae2ccf00dda1b6c8ba0b9821ff93dc73d6a4b4f3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time564.png|443:00]]||19/11:00||c94ea34702f076e8f60ca812efeb0259f727ca3c875188f22ad78b62d2e8dfd0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time565.png|444:00]]||19/12:00||acc1609393aea02c58d397c62c0396b4e8ae8c2a1fd37da7b729b89f0c095cb9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time566.png|445:00]]||19/13:00||c87a9208d3b47aade75229a4a2d08e93dc4e6902e6fb794648158254afb48bd9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time567.png|446:00]]||19/14:00||95fd11a8af8d2723504293d02dd88e72e66c2f2573ea0f41fe7b09f796cf2e8b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time568.png|447:00]]||19/15:00||6cffa294643ae3ccc4d265589482e18de5edbdf82cd52cc15528c8fdd0431375.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time569.png|448:00]]||19/16:00||6443fd9e18d6515e4fd4a88670fca830c1bc331a41a2ae4cd2bf1be0382784eb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time570.png|449:00]]||19/17:00||5e99731af8f97e15b3a0d2c7e0b7a036a1f348210bf690142f58e3a1edd93729.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time571.png|450:00]]||19/18:00||d200922b421663f503c34b31b404e63c6c840c11da702d5bf190b4c8f347993a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time572.png|451:00]]||19/19:00||b4e41dbb4b4ff6573cc17c531aa51ba89944a602eb3cab09e66c27d83a5a7170.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time573.png|452:00]]||19/20:00||3e19c200a47296f51da22a4a9813d04521a08702ff24e4a4a6ef2ad2a7659db1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time574.png|453:00]]||19/21:00||b05b7c9c8bfd169facd4e0622738635fce0360673dc1b16467e38eed6857cda4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time575.png|454:00]]||19/22:00||197b2628d76cfd8c129ca2118e3e1d1ffc121501289be46e56181df903592cd2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time576.png|455:00]]||19/23:00||59675564af24ae541db06a757c3913f692d712ef9812bcdfb2b0c836b7b02fc3.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 20, Saturday, April 13, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time577.png|456:00]]||20/00:00||5416a1df1bbebe02625cfaad0e5a4f983f07b6275585e92b849a6f89cb15c0ba.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time578.png|457:00]]||20/01:00||6d28391eaa775cd8f1f3814a58369483c2933dc21ca94c27d8fdbc4b29574bbc.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time579.png|458:00]]||20/02:00||04e96cdc7399a39a46de169f73689fa721d81c657ca13a766bce58c331952cc9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time580.png|459:00]]||20/03:00||b0cab7e75a24e037324772e13604b08bee84a1751d5e5b5fb619e7d062d655b8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time581.png|460:00]]||20/04:00||9d24cabd6bfb533fef66bf1815ae37a983b5612d61c99160f107da5d64bead1c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time582.png|461:00]]||20/05:00||760f03109299cc8f8a704aa7a005151361ab470c3baa38a0aeb569311c1b1118.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time583.png|462:00]]||20/06:00||351e50427b25a61cddafcd546f2f1eef28e65786b6769d964410be7e8e58d6eb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time584.png|463:00]]||20/07:00||c59ecf9b09a6a5be792d3fc4c9b640a18d18e58807b5b486e6c372af6919d483.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time585.png|464:00]]||20/08:00||eeeeaacc3bfed1c496bdcae0ed189c916b116a123489c2adbc87ef1874f22ac2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time586.png|465:00]]||20/09:00||e5866ddc7b64d5f0a81e723b4722b406c943feacd5a6910d8717345ef918d152.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time587.png|466:00]]||20/10:00||1647a1d94840fc7a375837e205790087002736f3f6b0ca4c91c8e958fdab2b2e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time588.png|467:00]]||20/11:00||889a7ff3ab4395a2c8a9da5e7a627bffa1e780434c1065ae8964162ec0d8748b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time589.png|468:00]]||20/12:00||1b40a327fa24d145517e11f26660692ccab740bf7e7a014fee1a408573538054.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time590.png|469:00]]||20/13:00||7b8b5fc06c7407d4a942138151b95f7ceabaee896a0335228d180ca0595deb6f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time591.png|470:00]]||20/14:00||6e6cbf7a4cde199958716b1e9f03a8388955310346038dec145f51b8ab014816.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time592.png|471:00]]||20/15:00||814c02bb674cf79bfe5140fc56b7e3e2bc429547d8b254a6ae9382e0869975e9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time593.png|472:00]]||20/16:00||da3b9981d5539d26b23722ede61f59de90c134c93baf27101b42b074639dffcb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time594.png|473:00]]||20/17:00||7ff25c4300fe93a97d444029d12809ecd51aa91d39ad60c822ce020b2de3935d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time595.png|474:00]]||20/18:00||f50e307953a5a51e67c5bb8c849ff1bf645151a85319f18b3bfbd0e779585592.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time596.png|475:00]]||20/19:00||44adba9920814bd8b115d887be7da9766751e5e9a1085bc89991091406eba26e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time597.png|476:00]]||20/20:00||387a1e9875fe34072aba74280d037bbf402e85b3508b5b81bdd000253beaceca.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time598.png|477:00]]||20/21:00||36ec9f69a5be768d95741c3bed83254c92d416881c503a340cc65aeaf403b2d5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time599.png|478:00]]||20/22:00||054b709150d42a76fd70a78be9ac56fce0aab57bc4df5cbd8f4475ac56b0bda2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time600.png|479:00]]||20/23:00||586ce9652151b9a35c9447661c9ac799fcfe02a8512611a4b2abfefd39d5fac9.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 21, Sunday, April 14, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time601.png|480:00]]||21/00:00||f8f9c5e791058d4f15b9d73d9469babc2f1567b5081e3a50dca189ec239b2fe6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time602.png|481:00]]||21/01:00||e80549729e6d658d9ab3d490fa5ba94014a161bd703e849aaed9ca03ef7e11bd.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time603.png|482:00]]||21/02:00||eac71545d957e03a75a2661c86cab64c1f081d825249254d8461bd1d015bd2cf.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time604.png|483:00]]||21/03:00||7c6fac64260617b23699194332f862f080180fdf540a60886a1b6aa914cad147.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time605.png|484:00]]||21/04:00||16bb5d9217a9762d7eb7f37e366e9654dbbf474a5829ce073ddfa2cfcf4a0b55.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time606.png|485:00]]||21/05:00||f407cec1146910d249808bbc28e538e4557afaa6e8dfefd0d6172ec52cdc03e2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time607.png|486:00]]||21/06:00||98d1d023e1b96c403fb30039ac2c079d928702f117b33393ce8993f544f54182.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time608.png|487:00]]||21/07:00||e1e0f505045435e541d5ba1f487a5f28579175ecd570bc26ea03f2bdf9b62668.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time609.png|488:00]]||21/08:00||44fed06b1d61d581a3e3d46aba8030e1960964358474fc8b53262e09fc001f46.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time610.png|489:00]]||21/09:00||703bd35fc8a92146eb0e6ac6cb786aca78069ccd71a2918bdbb5ab2d1ac2b483.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time611.png|490:00]]||21/10:00||5e60dd48c31486c3fc1d6b1689cd2df015709046c0521be05876456f0a78b8cb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time612.png|491:00]]||21/11:00||c574d266158adedfc62197d692924975222d4c50250cb6ae78c9f43700f50ad7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time613.png|492:00]]||21/12:00||aafe96cd7c301403573d30ace4da051de48fc68f13b8377b109c0eadc794cde7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time614.png|493:00]]||21/13:00||c8c93d119c9a019a32f2250111385d39a1aaab76d15e59b3376e07891ed84dd4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time615.png|494:00]]||21/14:00||837dee03e2c42f8a79d76cf4defc4e7c9e414e50495d1a7ba79b5b360579ef0b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time616.png|495:00]]||21/15:00||9d434e7d923f892ca8ebbd07f724f6ad39d573443723cd6de9e29c575df884f9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time617.png|496:00]]||21/16:00||b632ffc6d97b535e6dba32fde1482175aac833ca73b81c3df8c1b55fd436dd59.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time618.png|497:00]]||21/17:00||423fe11099ba5bac9a6b758d85c10e6e912d35a69ae3bb2b504a339ae32d3655.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time619.png|498:00]]||21/18:00||d73a966fcb64b3251be919b4c31c7d98a34df65967621e45bff68820ffc8e537.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time620.png|499:00]]||21/19:00||dab3539616f61e60a6d1d68e37e80d30110bf6e85a5708e706943cb7c86a5d6f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time621.png|500:00]]||21/20:00||d381a2f8bd66ef98bd907e6751b2e71c59a376f6ba6040932cba3a9253ae3e04.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time622.png|501:00]]||21/21:00||a20c4a794e72ae5a871d9caadb6bb1f964e5e17379ff3b2f4703a75f49dfe0b5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time623.png|502:00]]||21/22:00||6a6dfd3907d1eb556b51d7f32070a4bc4b3dadd5d90cf1d035ea8d776015e53f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time624.png|503:00]]||21/23:00||d4b51d85a6b392b2b14da1534c929ddac117b09db42072bd7c4e5d4bf63e2d05.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 22, Monday, April 15, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time625.png|504:00]]||22/00:00||033eb40ad0c4a1768481dfca0dfebcf8056b1eac8b4c81fe9c527d0f36318e50.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time626.png|505:00]]||22/01:00||5bdb7df9be231abcea11e0bea70da5647d9c7fd696c9203502257d4be0d9c961.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time627.png|506:00]]||22/02:00||912a35da2e23348fece426cee796aea94a7fc495ab85037724a3602951210946.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time628.png|507:00]]||22/03:00||e1642663abe0df4369ce34456920dd62ee082a7352dae9790afe4831545cfda9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time629.png|508:00]]||22/04:00||e000665a9f5dad2bae0fe76319ad5d6b28f2728d827a32fe58ba8996cc16f836.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time630.png|509:00]]||22/05:00||3c48b2bc3e461943aa8c750f14166e0f269496441feb15af96d019c780aa6aad.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time631.png|510:00]]||22/06:00||b3a789400017eee98b773f3e67c0bff8ba826543f694e8dd408f805c69a851a4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time632.png|511:00]]||22/07:00||44970c6707be3b0e9de111d43c18d6cf455286e44bfa456037157500afafa60a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time633.png|512:00]]||22/08:00||cd03b5308807c5931ab9735cbcfa8563fe8fa6062dc6da2a5632b8f339a9133f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time634.png|513:00]]||22/09:00||d46519af37be319d669e721c4efa73fda1256422833fdbfc26f3f311efa32dd1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time635.png|514:00]]||22/10:00||47af6d1986a86e3161fdfde5c75a7554c20da3fa27114776d74c654a5eb2aa33.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time636.png|515:00]]||22/11:00||5b562db10d93a8dc9c9734d4833630a7bda65bf35166cd27d658fde20f46772b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time637.png|516:00]]||22/12:00||8f6c6024e1299fee95941d55f348e176ffdc3cbbca58b0e8152c134e09c1a896.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time638.png|517:00]]||22/13:00||88dd86d52f26487cf07e2e2dcb487c115589b1710479fea1ac2d54a161ab40b5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time639.png|518:00]]||22/14:00||c13d1010939e8bc175e8be06362bce73230a859bcbd682bc53ab9cd913ea7e06.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time640.png|519:00]]||22/15:00||d72b6b9bd8e9e37cd8b0ad060c2f60e0a7c00e47fddefb12e339a2d2f59b40c0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time641.png|520:00]]||22/16:00||677dcc253fcb42f5cb3179596366dea3113f4e064b01b584222434c4797aa652.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time642.png|521:00]]||22/17:00||87d340523cfd7aa3b9c009779444141bd61d006c9cb6cf25458515d038c800ef.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time643.png|522:00]]||22/18:00||1e14a815a6150bb1ca6ca07adf1292cc1b93ae59ce9814b2726dc82ddfcfd636.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time644.png|523:00]]||22/19:00||abd5676897db7cad0baaa2650006d6176a920b16b9e56e6f8218f74e1bdf87af.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time645.png|524:00]]||22/20:00||92cb7e2a4d678123b81e5cb3ef3d1a76541fc4b4cf2e40766e628cee9d6afd13.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time646.png|525:00]]||22/21:00||95da0525eb29e7f78fc303206029cb4b929523f3af4bbd679dd248ad397421b9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time647.png|526:00]]||22/22:00||bc581767471defed5e906a48b4bc488975a90b43d3f3a02f33aea38134d6727a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time648.png|527:00]]||22/23:00||8035d32a8d8751e367b906a44caa1e71972a884ba9d76748677613dedea92ea7.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 23, Tuesday, April 16, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time649.png|528:00]]||23/00:00||4a2eea19ad7413a62e821764a105243739d6ca1660ea92500d6bb0810638edcd.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time650.png|529:00]]||23/01:00||781de902ce652c576c0a15abf74c2d1336006164fec3df45f8b99a3cbf06ba0a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time651.png|530:00]]||23/02:00||1e90671942dc0360cc7dfc64623952fe1ad4456d3376e981d06aee7c206cb22e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time652.png|531:00]]||23/03:00||6bcfa177a97e28c13005122d89e5e15bf14a48c8885ceb3cf73e0431623d7914.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time653.png|532:00]]||23/04:00||8bfbc5adf945a025360e9a0463cc93a1421d95f98de2cc80bbd1ae6258684cf1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time654.png|533:00]]||23/05:00||eb09f9fe34f434e8478ead3baf4d9514b1aa16812bad79b0b61d81a83e498869.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time655.png|534:00]]||23/06:00||a479fcac57b709f423c379f8b2b2fb099553b187eb2cc35ac58e93400d84014c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time656.png|535:00]]||23/07:00||478ecb7e79793a3c65f49839ba1f9ab8ba4edea3d7c10d965296706272552526.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time657.png|536:00]]||23/08:00||f2124a9e871eb0a57b01b7f6b7761e63dccf13e8e6d5764bbb39ef8f05c3da63.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time658.png|537:00]]||23/09:00||5204cec34d0eb2375464686f8c4268027fd3a0dad620c69639f66628e55f993a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time659.png|538:00]]||23/10:00||76e1f456f055633e90103e82dd4daad879f0faecec28290f378e623f4f8fbcf2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time660.png|539:00]]||23/11:00||cb5b354eea184f94fc96daea373fc041166a514ec3fba9552a413221744692cf.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time661.png|540:00]]||23/12:00||0777f1b4b0e9f6bf5724d8a17def25f8626e61b0f1a5ee5c35ec246458ed2829.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time662.png|541:00]]||23/13:00||5141f949dc3fa7ee7efaebd1bd18a6f7f37a4da4df8e0a93639bd7fc736cc2b0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time663.png|542:00]]||23/14:00||bde57d5442810fa301d62ae6be4772b7ce594bc91704d10d1bc893884592f5aa.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time664.png|543:00]]||23/15:00||aa5d15892c425add3d41defc307d3bfad2aca954bb74ab4986613dd5277f7437.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time665.png|544:00]]||23/16:00||2a9a1ff91140b9d370e471c6a77ebd606ceff211a19283725d68a4b084ccad9f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time666.png|545:00]]||23/17:00||f7331e9d617cb987fd3a4ec46329dd8b44602beed08f0c517dd8b6da78a72a80.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time667.png|546:00]]||23/18:00||04838543c4712f78f64376d09e7fc630592e7ad11e2c2d09f27f4711b09368d7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time668.png|547:00]]||23/19:00||2db17bb50f3d56ebd2696d6b81f6436e829fa14e7304bbf07e324a5e13aefa84.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time669.png|548:00]]||23/20:00||8a50935293609e45ee7bb3eb18eef65dbcddf32948e85a1edbb405a069de7689.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time670.png|549:00]]||23/21:00||695c269028ef58afb488569133d5d363714259a24929346e8af1fb7587b5c341.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time671.png|550:00]]||23/22:00||35447f2b7163745eca0072315c6c2d997aaca11a84e791a9892b793d115c8826.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time672.png|551:00]]||23/23:00||ce7ab1fc98e4e53da6ba85e91b045c3dcf79ab156672e4b33744d301eadafc1e.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 24, Wednesday, April 17, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time673.png|552:00]]||24/00:00||ee096e2d869b8aafa13262dc86118a5af1065827606b2b1b41c342ee6856529b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time674.png|553:00]]||24/01:00||3c23f2cbf8e11d5884b8e2ad6cb34c55a1c4e01836bab32110b239f9de6ad75e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time675.png|554:00]]||24/02:00||43c655efc53f10e4b0a2d1ef62a968e0b5ca5fb063a486d53c65fe088b69d70d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time676.png|555:00]]||24/03:00||52bc234b81286b17ac6b325844032089d8d7ac67e1a39fa09be9f16e5ad439a5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time677.png|556:00]]||24/04:00||30f12cfc356b5c39a7073cb099fb9db07ef891e16232a815b259cae10efe0c72.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time678.png|557:00]]||24/05:00||43aa04c3fefebbb53d097e1c074424a7b2d934ca98e215eec9c07b236d2748df.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time679.png|558:00]]||24/06:00||8a5b9a04ca838b486d55914dade2605f879461e939db4d8989d3c0064067deba.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time680.png|559:00]]||24/07:00||67023c916b90393494f06a4b389c919325020dc6b6fc3bea4f9b215292091f7d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time681.png|560:00]]||24/08:00||9f0e63a15e310689974dfc4d7465768e31d57131b0d05b2e5d7cc748eee52f2c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time682.png|561:00]]||24/10:40||2bf9e6b9859a350d178a4026677cc7a73dcd47ff8e374e3c8f91333bc22f64eb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time683.png|562:00]]||24/10:50||9a0e4ef08c8c8503339b2a204f444973385ade126f2ae16f18d2f95cebac7944.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time684.png|563:00]]||24/11:00||5f250171dde6c8499dfcaa024c032bcc9bc9dfaad3e8ec3e7f4887bf0b3e901a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time685.png|564:00]]||24/12:00||bcf1b3fb2e8b9b765a45354cbb4148d0894760b7f01477e6ac19c1acfdbf27af.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time686.png|565:00]]||24/13:00||0734ba60427cab503539c5e8be809688f0a6b56254248d60c51235a7b662182b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time687.png|566:00]]||24/14:00||7c5dddb53e7482ee33a820fe5c2086a12c16171431a25285ffdc293a199eb472.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time688.png|567:00]]||24/15:00||0c06290029940e9885019f0b6cd8bc5652f3fd87b17287ec519af21f84632e71.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time689.png|568:00]]||24/16:00||e43025910f4fee8bc9ed18777fd280d9dde47150fd28d0294d649a5e8e36bf99.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time690.png|569:00]]||24/17:00||b6e470e9f113ab243fcaa607388aa14be169f07e3fb3330ef70f2a222b7373b8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time691.png|570:00]]||24/18:00||0855bc22bd73c865858b5e4dd9d41ff8349598d4ab8a7e6538ef49ab39d7a12a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time692.png|571:00]]||24/19:00||dc7372a1d104f586c4eaff31a36e3a55aab13a1890936808418b9d26061521de.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time693.png|572:00]]||24/20:00||2d28ffc03237a744dda05c88f4a68e1b14e467e47ab8539da443c8a8f2757bfc.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time694.png|573:00]]||24/21:00||d58dabd090b525f12d4a58eafd5e5659c92814426d30ef457da6a69e922ce037.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time695.png|574:00]]||24/22:00||4a5947bd951c89572a0f750145da9bae517d4738343ba75836d8d1f00688798b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time696.png|575:00]]||24/23:00||e864b2332900db84341836a9788af6edbb7e496d0f5a474d28fd4a93aa04ff12.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 25, Thursday, April 18, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time697.png|576:00]]||25/00:00||7c21cf831c89aa279cd33c9e189e332d82845a882ddb595d71330664a44a949a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time698.png|577:00]]||25/01:00||dc0df41f8246b61dbae12e08d5729ada85d77dded9e993be5c0b89972973a685.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time699.png|578:00]]||25/02:00||c0fa08fbd32451991495e148ca825a37256d5031f61b13e5ad48cdade3d06bb1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time700.png|579:00]]||25/03:00||137b8ca4a3351b5bd6dbb6f119f9fad72e6aef721ea609aa9d7444c0e4b62d9c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time701.png|580:00]]||25/04:00||84c01b9a109ea051a03d2cc00fa07eb04b32a443ac533e35688041e3a9d32ac1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time702.png|581:00]]||25/05:00||ff24e1541665fee449ff92642cab5fd32e8f5ef3eaa6395994272d7f2fad0c6c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time703.png|582:00]]||25/06:00||6875c3f49a944ceddaf295be2f0db62cc4bd2393a7dc4162f45c7e1fb741fef1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time704.png|583:00]]||25/07:00||33f26ad095c2cacdc6f7ae17005197e253de368e7097dbd345a7d3bed2acc981.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time705.png|584:00]]||25/08:00||3aafd802756c0588127818ed3d7c41016e9d885e76fca6ae50ec0329433a55dd.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time706.png|585:00]]||25/09:00||8508826175fad1ee22bbd6872f75271f032dca88b0450567af9cb61973ad8af9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time707.png|586:00]]||25/10:00||2c5facb780eb72e4b6f796cb88395808c996ac271773aaaa3d931072673b4eb7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time708.png|587:00]]||25/11:00||9d206221b596e7bea3578a26ba6af644f7e583d6d487dd7c2d2c61cd315bd3a8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time709.png|588:00]]||25/12:00||cf3a2c86f122af969179198e21355c6f0e4cf687bd94a48cffe36867b95a0d57.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time710.png|589:00]]||25/13:00||5775b034b2d8d741b1c564c6507bd1aefdd380e23c9a3d308e56a1f89d999278.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time711.png|590:00]]||25/14:00||7accb429962fdc8cb34d21cda2115cf306989cb3683545e69c3ea2e75babaf92.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time712.png|591:00]]||25/15:00||b146c0014508f1c1811cb4551899753cb1089062d6ff401e576cd834571527a8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time713.png|592:00]]||25/16:00||2aa54b21b11738f791133193f2231c62402eb88129e9a354d79696fbd4395a98.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time714.png|593:00]]||25/17:00||3314a75b36e52a28113a94f3ad50865d601e5f787dc4cd4d9469b20bfbbc0f03.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time715.png|594:00]]||25/18:00||4e97be6fd1c05583d1bf88199de4b498f3c28bfd74729052b0ded0be02c0b530.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time716.png|595:00]]||25/19:00||29c51c07c3950206454ea697fd9ec5e24e522b0427fae65eccc245962f40e245.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time717.png|596:00]]||25/20:00||0f0d61573c0ae49f167164c63870712cb71b61c2e73e43922a1cd9a196ac535e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time718.png|597:00]]||25/21:00||b73d46cd24a1b182ada6c5fe89cb6217210afb1d5ddf59a9d4263eec4fdd8042.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time719.png|598:00]]||25/22:00||8f0f581d1bd2c9c88dc3891b21af89a519fefbc84adb7fb97f08641a787b3f8d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time720.png|599:00]]||25/23:00||091beb15eee728cc9109eee744ddb634be9713d37efb5cf3e90e540a34f865d2.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 26, Friday, April 19, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time721.png|600:00]]||26/00:00||a1f0a60257b1da566976ab1030e0ee945091178f028f4aff96c10d0d94b60857.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time722.png|601:00]]||26/01:00||af99528c6f79bdf32809f4537aa21b0317037b5963440ce0d326fc1317d4efd0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time723.png|602:00]]||26/02:00||327dfbaf7a9133d23ec8cec400e137ee5734615972b916875146bfb540424ebe.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time724.png|603:00]]||26/03:00||945248240ada25d6229c12db8dd653eab99d5052a4db8bef25ee6f9c95036154.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time725.png|604:00]]||26/04:00||63448be1d47e44066795b813c0f5b01ae19e8d7b111cc2695a27cc436dd03618.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time726.png|605:00]]||26/05:00||d15bac836c1eb3cdefb97cc95c0a8c87c64ca007c19ce228de69fb081e37c866.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time727.png|606:00]]||26/06:00||6a127efb6a324edcfc3bb9459be8ceba3e1a15fe053c3235f5c4dfe05628b05b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time728.png|607:00]]||26/07:00||453da6b52a23fe5094ab74d6a8c9fbf34a47d50caf8baab1127f23bb53c40fab.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time729.png|608:00]]||26/08:00||16b7612f5094e3aa0871e61ba136a5c7d3564817b97741a6db8bad049f2abaff.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time730.png|609:00]]||26/09:00||9416d98b890ff10cc484b19cc6240cfa9ef4afd149aeb8d3d1ba5e26941fe014.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time731.png|610:00]]||26/10:00||546108e604ad8070b8115468e78fcaca5c79a9871645c4bd241c909590848780.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time732.png|611:00]]||26/11:00||c6371386962bbd15902aa290dd3a75c13610416d3363ad1ffb089bd4229dff18.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time733.png|612:00]]||26/12:00||c221cb6a81b9d950dc685e74e6196ef0efc0334208a8f1738be318dfb128003b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time734.png|613:00]]||26/13:00||82f7f7bb59dabd8c0d8cd529503cb8d74cbed7c7bb2dc7bb9306b2dba0f2eb7a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time735.png|614:00]]||26/14:00||63b4c95d100bea62fb59e5d8d1c768f574d6aa28bbeafc6d5d6f1295d2a9e9a3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time736.png|615:00]]||26/15:00||613a4980991d8617a267fef956e4cc934677dbf078d17a17644e93c32ccab350.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time737.png|616:00]]||26/16:00||ca3de0168aa4651d400b1214b274cf19071a32fa060a0405d6ec6eb75061f098.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time738.png|617:00]]||26/17:00||71690e6f47db309978ffa8c1dd1ff348c712fbd1a4d5683610316e191fb6d8ec.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time739.png|618:00]]||26/18:00||8c72b7859349c93c1513fddbd808bb47410314f0fe82d698dce9c4e177abb8c4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time740.png|619:00]]||26/19:00||2fdcddc00cf7cf1d9f19d4e11a6f9045fbc6197f8cffa715de8abae5b041f231.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time741.png|620:00]]||26/20:00||ff167240dc03418b4c36dc604ba58504e8edd706dcdeb57fcf7cbe433ccbbac7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time742.png|621:00]]||26/21:00||40a4b928615464d67e9c9843e7f7baa5d13674a494f8249d578e0709f4bf9de1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time743.png|622:00]]||26/22:00||d7eb81bd804da63af376a0c6d91dd76bba81113890fef1aef7ac9557ef13aed8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time744.png|623:00]]||26/23:00||11503db5675455843b4449bf77b9c02e9515e63fbef9f9584aaaab092bf46396.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 27, Saturday, April 20, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time745.png|624:00]]||27/00:00||00332108bd7beb8897dce3a3ebaa403bdc20150927898fa1f2a8d8809da03000.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time746.png|625:00]]||27/01:00||b001a983df6cd3372c120b731cec4b6d03ce4e70344af18dc97616c4c8c9e3b9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time747.png|626:00]]||27/02:00||bbfe2c2a663cc71c07f3647bf90c43ce8387134e91fd24616e3a9cef34e41f44.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time748.png|627:00]]||27/03:00||ddd697307255f7137e4ab93c4b498169bfa46163c189ddd8b70599755fe85adf.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time749.png|628:00]]||27/04:00||1f4b3b40ba5dabab5a447e5f2d84fb9700d7378b316631a91382295ddd368ddb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time750.png|629:00]]||27/05:00||7115fa7caea18c61e1021136a49010b52a7b9c77459bdf4186295c5cafa1f630.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time751.png|630:00]]||27/06:00||e519eb563e820c5f51fe57ca2d325f3293831b6798b8e14e202a8c3001eeef93.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time752.png|631:00]]||27/07:00||53ee7f4c0344c941f2c1117876eecadbfd31ebbe81dce69aa11cfeef3094cb57.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time753.png|632:00]]||27/08:00||b6018d51a08733730de7c3b5c8e735cfbcb7914c146d0face6b6f8737eb7f2c7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time754.png|633:00]]||27/09:00||d570cb758c94e485338fb7e16f3afb1a245078efa5e3595f84cb7259e9ea93f0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time755.png|634:00]]||27/10:00||299aa0a5eb60f154b3a0586d5efe734493215905bfcc1ef11dc9879ca2c67fee.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time756.png|635:00]]||27/11:00||531ec87f95639927d25cd643d1e8841835399eb1e3741824ccecab004b1151d0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time757.png|636:00]]||27/12:00||985b3e4588d23fee4d45159c807948ce1ebd52a751c5e11f1d01be97acee6a48.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time758.png|637:00]]||27/13:00||13c0f3b6b4355347fd54cff1f5b57b66d3710a48b8985119ede9c17e41708127.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time759.png|638:00]]||27/14:00||8f62a6a06150fc9686da76c802b4a21c887461c693443736d57ddde456098689.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time760.png|639:00]]||27/15:00||19a8fe733458c6e0c8d27069c02f714f4578c8deb8dd091ed9f93bd02afaf005.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time761.png|640:00]]||27/16:00||f6ed36b2f3438c218c1a2b8a2c94f33459c17e7f784162fe22140f9494ea6f65.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time762.png|641:00]]||27/17:00||eab82f15fe5657b9162d66351e9ca01d1f3f5afc407247eb0dd2d7614083e3d3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time763.png|642:00]]||27/18:00||eb2b9d919bb17642a76310940a20e7a06c44f339617769e892a25a0f8f8c0ab9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time764.png|643:00]]||27/19:00||1b0c8a28eea705c302ff84ffa47f834898ccc71b25489e3fd1e01217c846b4cf.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time765.png|644:00]]||27/20:00||2b2d8df97688990510e809cdda62250b3febbaa1b98b96e5e581d6402279146f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time766.png|645:00]]||27/21:00||00690dce9b9196261d9d231960d5e296a6f5f928d964f5f3c8c87594597b7587.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time767.png|646:00]]||27/22:00||108a72d9324c64de342915d328b889f9bd58f2546bba39f15afc4b97f4536701.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time768.png|647:00]]||27/23:00||92f1165dbdc4331aaa86e57e094a3433b66ae39733e9b92a46dd713a80bee005.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 28, Sunday, April 21, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time769.png|648:00]]||28/00:00||612e7a4851ffe6c0e96e05497e8e8a4060a784ab669c44a2f8ee511c6e7775f7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time770.png|649:00]]||28/01:00||a821052b349daa478b8dbc24ea668f6d2eddb42445f1e4d2f86aa0b7d39c5da0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time771.png|650:00]]||28/02:00||0cdb262a3b63dabcbcd234163e7fc17918dc29ea6df807acad4a400604819641.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time772.png|651:00]]||28/03:00||ef117a43de782615a933707adb173484d25be6a974a3115cb4f64fcf17f39db1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time773.png|652:00]]||28/04:00||8db2e69a8b3864083cd0e56a87aa283c0b6bca5c25f3585ca3427b7a6f268306.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time774.png|653:00]]||28/05:00||280e7d9e5100cbc9b1c0f1eedb20ef595a5145d0f315467641456634e859afc4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time775.png|654:00]]||28/06:00||8c6c32ca8ba0e74bc45395162d836f3c9d6dbb452ab34b304c70656ac97ac490.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time776.png|655:00]]||28/07:00||576b8a18d06aa03e85ed19bd5f1abdba298fa9d42fb4a9a038fe2dc14b4d5ff1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time777.png|656:00]]||28/08:00||acc327da92ebb2dc4bb844a30e3d98b12225c98b9d2e79770372fe84db23081e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time778.png|657:00]]||28/09:00||10428b2b7cdd502d09be6539f6e2c0ec9a2a050fe072b955acb479de68a9cdbf.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time779.png|658:00]]||28/10:00||54911a201d8e13ece932a3c46a9876e597269eac4839af9e7e93d14934657fd2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time780.png|659:00]]||28/11:00||d570d9ff20eb5d959b3098212413dacd8baa11215a589087a99d5efcb95678a2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time781.png|660:00]]||28/12:00||293d7c120825e551d09dd786a2351c5a6383861eaf0a1acfe3421e39f475b674.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time782.png|661:00]]||28/13:00||71aaebbc0285e9a055cd5348f223865bb145085433f58f752aeb1edd06432345.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time783.png|662:00]]||28/14:00||201a0b98fe8174b1da11c9f09c10acecd46cdc2a5bc3863d69effb53a3f837c1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time784.png|663:00]]||28/15:00||a538d5ae92cfe0c68ac3cb8ada75dd852bd6edabdb0f661c6df59c307f6d3044.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time785.png|664:00]]||28/16:00||d97e642feee0cd6527265d7fea11f1cd510dfa0d95d7ad0d6e12ffaaa0b6cc9f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time786.png|665:00]]||28/17:00||8c290878b2ef42c6609e42a1b00845fd83ead6014f74f005da3a27845a5dad19.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time787.png|666:00]]||28/18:00||aee6d209f9e231ee8bc3e8b985b5b7fddab928da76cff2996df8b46404390402.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time788.png|667:00]]||28/19:00||62b2d239e101d790301d04ee740d0b55d386d62efbb74af08aa089c25ec50369.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time789.png|668:00]]||28/20:00||358bee33b09d91e413b5f178a7a01dd051809a272847bcac78794ec4f9436fff.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time790.png|669:00]]||28/21:00||b6ea9259c4f4f6f8f1cabc7061224755c0ac86bead8473e4af9860fa39764185.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time791.png|670:00]]||28/22:00||26b4366aed0d4d4c8aa983ce0631c2a01c26ea816693acbe45cb21bac8c9dec5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time792.png|671:00]]||28/23:00||8c832fdf5644ece520df495ad54fdfb03ed1c45347c13f032762767a6fea3114.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 29, Monday, April 22, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time793.png|672:00]]||29/00:00||46daae0f502d602075904942e9c28ee26f5974e6836ebcc1ed0dfceebd9a5b2f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time794.png|673:00]]||29/01:00||cce5f1aa54d2e67c00bcfca2edc7fdcd4ad0bc3810ed23202f203b337fc184ff.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time795.png|674:00]]||29/02:00||e09f821954e74e6a2caf810350521bd2823f0353093c7ccf11c98cf701fbaf12.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time796.png|675:00]]||29/03:00||3d0aef0d8f7bc59722d7f7ea2f3f885f01a1c295a0bb9169c6860bef676d0e18.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time797.png|676:00]]||29/04:00||cc28de4187ec80137f90cad6717aeb523d3f66a8631fda39ddb5b05128f10373.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time798.png|677:00]]||29/05:00||5d9a0a6bafd9a6acad751fd08d7c76d692c311d6e5871ae128fbd5458e8d5e24.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time799.png|678:00]]||29/06:00||038804e0301e6344d9702d6c9bfefbc15720b9e65ae09f93f1cf95b5243a6ebf.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time800.png|679:00]]||29/07:00||c69c605a9a8bcdc333b26b73f430ec272e02aa885da57133442dd99d43819b47.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time801.png|680:00]]||29/08:00||e7dd4556bf4f4dd81a942ba3a1db43962f97b524087913cd160566e417199120.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time802.png|681:00]]||29/09:00||3a9ad0245b854e34e8c2691da04d170a1adddc56a90efcbbc6c149fcc5385847.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time803.png|682:00]]||29/10:00||a06d7a8ec08f47ac03e23253d5cf4bf418a101843f08a7e9c7fa6c064aaa295c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time804.png|683:00]]||29/11:00||39a12df50c876a2a6df3a98bd2412adf6b1a9933900a3dbf9242e352e33d302d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time805.png|684:00]]||29/12:00||ba52b7a55b78ac454b645de131a88aaa5374d3191c57a487406d6fc80f275926.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time806.png|685:00]]||29/13:00||e9f0391ba575cdf4c6254e41e4df081d3f616ed0ed46f674d51ba4a1223256cf.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time807.png|686:00]]||29/14:00||b27bafa9605d98a6cbfa3e3ed1d819d7da114b783c339c84f9fc6add7fd7a6d7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time808.png|687:00]]||29/15:00||b05a3b4d3cbf1650fe408fe6cde6c2d3d054627f1f68d3d64ce49b1c3e7667f5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time809.png|688:00]]||29/16:00||41bc342dfb050133571d97cfa092ea12e036117829f1c9d124b8456136ec14c6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time810.png|689:00]]||29/17:00||a68336fdb199b4007a430311444807656e8528d4b561b0e530a56fe5fcb6d2d2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time811.png|690:00]]||29/18:00||0a8914b88ef207d289791caffaf502dfa25d93c1a03e9608750e2925da02800e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time812.png|691:00]]||29/19:00||ca574990367a837d62fae6d270cfed451b0fbcf6627d2dc65a2463d01e78aaf7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time813.png|692:00]]||29/20:00||8d1a1a17262c6c0947bf01b40de508fc31b5f3399dd5ae6e649b13dc147a2c9a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time814.png|693:00]]||29/21:00||0d330028498a8f7e186791a4052a97ec3e801d33961d0d1549f72cc10a9e61a9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time815.png|694:00]]||29/22:00||9a996ad766639085afaab5cc942cd991787ba1d3a29c9720ad16ab12db9bd36e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time816.png|695:00]]||29/23:00||8da6a1cba6fb043a30652a83ff12f5cc0dcbe1a74e052dd56643f42dc4946875.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 30, Tuesday, April 23, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time817.png|696:00]]||30/00:00||22dc3c2f1c4a9da58de8bd880c559ddaf2a55d42dd38daa1c9a944782200f579.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time818.png|697:00]]||30/01:00||69902994e1b4c8cdf693ae3b5a32fef0a8753b39969aeb03694df67937c9b28b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time819.png|698:00]]||30/02:00||8fa753cc2fbe213236975359e6aaa416859deda1c56c17c81c1dc3da73d5aab2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time820.png|699:00]]||30/03:00||c33dcf7556222306b5d966758c595f54c446531e0ff218b29b1aab91d59e76ca.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time821.png|700:00]]||30/04:00||6b221c54c53716bc0dd1e63bd18026069d60ea492707ed8dc9aff5acf94631a0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time822.png|701:00]]||30/05:00||75e207695dcb06d62dc2617e8b12eb1e3837cb18957fec738695b9fd81a4a822.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time823.png|702:00]]||30/06:00||32a6696d2031b1c93a4a6130c10903557f62a1e417b8b1a67ab0006db6d56965.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time824.png|703:00]]||30/07:00||0e1d87336519d3aa314f3caa5a2188cc4301c197230ea3ab2aacd87e26c6b3d4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time825.png|704:00]]||30/08:00||9935e8edf68f14d6057b65bf8e8bd703599cc792cf71122f8495644e04bc65e6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time826.png|705:00]]||30/09:00||a81120d1c69436e4eba68e0df109e5dfba67e0f8da17d944a1aada92213de8f5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time827.png|706:00]]||30/10:00||28073edcfdd98249043a05ced5dd8384ab590bfcac4c0d4d58aab4604798957d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time828.png|707:00]]||30/11:00||244614f1d152ab68ca8f9621034b24ceafbfc6d243620d756ec28429d91200d4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time829.png|708:00]]||30/12:00||b3482a6d024a3a9f25fc95b818696754a6b1c8d8df209a61c399d2d47ed13eac.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time830.png|709:00]]||30/13:00||097ef68bf09f2d8f1f76d486632878500f300333ba422523c578092dcca7b777.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time831.png|710:00]]||30/14:00||77fa97fa276cc5b09cf9a171f59e17c96f9226d78056f3be190536c29f39f54a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time832.png|711:00]]||30/15:00||bfeb7cc48e0c1f18ce652179f9b567aad8944e72f470da893b76825dba20e5c3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time833.png|712:00]]||30/16:00||31662993a5ac3bdca6f54531285606cdb6225de4f65cfa1d73260324b9ac143d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time834.png|713:00]]||30/17:00||90244f725d85ff4a796a4fddb5a419509a9b068730542a34918540226d87a6fd.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time835.png|714:00]]||30/18:00||721014b6e279c21f2f9481b6733d7d79709033ea41b799699632f088092fabfd.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time836.png|715:00]]||30/19:00||a9d68a39ae07a34058e00208424d28ee613a77721e239e0f5bdacc1d4a3e56cb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time837.png|716:00]]||30/20:00||3ded9c623b4ef838816eee9ae0ccea8ff177ade735663c9b0a70912844f1e72f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time838.png|717:00]]||30/21:00||aac9872e316d775fd5b57bf183a9846e7513b182ffeae05abe5fa689195668ab.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time839.png|718:00]]||30/22:00||77ab1467bdd29c51e49718ffa07899bafc43dcb64441c35bcdd49a21a6ed1c1a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time840.png|719:00]]||30/23:00||f8565820e326579c82ea287cf5bf6b57a823d9105817dd2792f6233c1aae6b06.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 31, Wednesday, April 24, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time841.png|720:00]]||31/00:00||fc02125032f34b3e02d8d706be63875a0e05f1e9276fd8f67b0d47d1847bdec9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time842.png|721:00]]||31/01:00||f018649ae3d29ce5da66e2ad0824d354bc8889332b3405e9dfcb680d509d647d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time843.png|722:00]]||31/02:00||2d9f2b313d028d2a037b2bf091d468fa38b02a23a27b1b3a4bc727e043845495.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time844.png|723:00]]||31/03:00||5d3494a5251877c1e0321396b5c8a6c70bc56b24874f6eaad61c5f15aadf552f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time845.png|724:00]]||31/04:00||7369dad54b9da7822741956b815ff07ace89bff019f9abf9f2099be1d7f0ec87.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time846.png|725:00]]||31/05:00||6e1496615cd2041686227107c6149718032730e49bbc8860b6f42f6ac7540505.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time847.png|726:00]]||31/06:00||4ec2f987cc99f948bcbda23b7c0e1ce491255b85253a52a2e18d801d41832d7b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time848.png|727:00]]||31/07:00||6d2cf79f8f36042cb91e186cd6b7b72474985902cb22ff85b108e59b5a440747.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time849.png|728:00]]||31/08:00||5e01207614669c0505216bc00f289faa3f161ef33ec4498063d8753c0a9547fe.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time850.png|729:00]]||31/09:00||3b58e7d6054dbdcdb3e2eb1a4541f19010884acab82d52bc4ac540f62c988da5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time851.png|730:00]]||31/10:00||fba7b1cd0ec60d39397811eaa88ab06ae086eb35ac627ff2b0e0aa7f2d5655dc.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time852.png|731:00]]||31/11:00||d1164520c06b0449f035abd0fe9e1b7be83ee281d806c2dfc0d0f52ddab1bfe3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time853.png|732:00]]||31/12:00||e3d8030b4ed7296785de70c420f2b80ca03354bf1948f3640a35e29f5f16db23.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time854.png|733:00]]||31/13:00||8d8153678596e20da4fb0a28b08f89ae972b02836694b38a64479ec343b9192d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time855.png|734:00]]||31/14:00||56cc974221e231683bd46f5a3185f3660b9f791ad051257d1b42f8e474ddc133.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time856.png|735:00]]||31/15:00||3017ddea502ab56dc918bbf08f39ab8301dc8540d78718e71e939d0ed64df4ba.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time857.png|736:00]]||31/16:00||28e5c41f71641a5cb0422cb2a0939a23bfa02094a9414f1cb1bf8df75641d54e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time858.png|737:00]]||31/17:00||acc938534f1b8897af2c148abfa93f3f83b0113f39ca38092e4385c3671dc85a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time859.png|738:00]]||31/18:00||4e1182ce6f1b9dc28f4f5b24cb3dd6533a61d85c0977028c93c3b17240c64dfe.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time860.png|739:00]]||31/19:00||b64cd36235055e6cdc86b153be881afb53f7cd5fe347b1e91e7d9dcc283e19f0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time861.png|740:00]]||31/20:00||ceaf70fb814e4694002b167f6ca77ca6ec6b5619b9d071987eef73c24ccd6bd1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time862.png|741:00]]||31/21:00||58883e4fcd0c7a9beb9b144dbf2bacfde5e32b6c77f251e9f16822617353d352.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time863.png|742:00]]||31/22:00||d7373f4cfe0e626cfef37c0e732fbc8711ab2b8247e0651cb1ff769767e38e2c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time864.png|743:00]]||31/23:00||ff3e0b8dc55941c66ab46c979ae96d796613f59bbde2ee5f7be3d907d50f9473.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 32, Thursday, April 25, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time865.png|744:00]]||32/00:00||1a5ccae2f4d865524a1a1a5d08c7708e5765615d87602e145e9494bf08f90215.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time866.png|745:00]]||32/01:00||88dbe1cf1700c984057c2b5c49424e6027e2be66c51c67e44463ccc7d7ee536e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time867.png|746:00]]||32/02:00||5e408e38dbb05442ec1ce47505bbcb78acf170a421c504a017360b2a42a16558.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time868.png|747:00]]||32/03:00||149da6b97cc8bb90bcbff7a55e41191fcef8b142e936c3e8a5eb320312ac70ab.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time869.png|748:00]]||32/04:00||5df071d7bf0888b09b3896e745249f31412ccdd52d84796496b4d5dbf3f7a662.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time870.png|749:00]]||32/05:00||00f5450553e0424cf48cc071a9b6088b5f4c8c041a67b34d4e5e0882259d2a32.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time871.png|750:00]]||32/06:00||60c58685063a514d64d87be67661bbe09142093985aec75d03372f1e939a5db8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time872.png|751:00]]||32/07:00||50d3d7d17b8fa52c4d955b417ff1c43380422199b03681dffcd359012e91bf11.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time873.png|752:00]]||32/08:00||704452b0aeb87ac87f37e485c30c192d058195e8f2c1606490ba624d7123e600.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time874.png|753:00]]||32/09:00||2933d8aac5b6dc9388c395b4f116bf7bb644f14cb17961b8ea70747af02288d1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time875.png|754:00]]||32/10:00||40e8106f6b12350ae8f4e67d281cfb9baca5a320fb6ccc2fd51e5932c9029f5d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time876.png|755:00]]||32/11:00||8b1bc4f5f8e0ce65f3f140c9c36d7eff55065d65548dfe8c2343f848bff4ba80.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time877.png|756:00]]||32/12:00||e3028c6da9ee10bd9b1b822fd1f0f98ca76c9bbc6251501b0c6800c6b2023e29.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time878.png|757:00]]||32/13:00||358cb6457b00003d20eea2a0fa94939b91594d3d6c56e1da61679ea951b0ae45.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time879.png|758:00]]||32/14:00||81f7faa69e46737c785a7000880d981936aa818b6ebb2bc0443b517d4580aa33.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time880.png|759:00]]||32/15:00||ba6d8973920b1f61ff0cf0e058682a40a42234706a61601d02dedef31d8c1a88.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time881.png|760:00]]||32/16:00||3ac6d17694f53d62931de923e75a1c3e8b2f78a5bc9413a0e041325b1e8722c2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time882.png|761:00]]||32/17:00||c279438a8cd2ac090888499873d21a16fd835e4ffefbdd58bfad052190983cd8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time883.png|762:00]]||32/18:00||1cdb4b8cb2001e6bfdd6697adce169da0c894796a5ff5951ce08a074c488a098.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time884.png|763:00]]||32/19:00||c47e36a518ab34230553d695eb4d4be0bbee134d003a6c9a9acdd585c4b7b014.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time885.png|764:00]]||32/20:00||d4eed7cb86986ce3fe312f8eca83dbfb481bb3d4501ab4a436eae2f57b079169.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time886.png|765:00]]||32/21:00||d17dc9d9a2729f0dff57594239f7f81a4ad3140fbc5eeab2cfca20b6799ceb2b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time887.png|766:00]]||32/22:00||0cf47e5552e2742ebe949445f2363fa65aa068f45a6b2b4adc73c8b8909d00f5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time888.png|767:00]]||32/23:00||a1552afdef3ebaf0ccadb56b4cbb5bee695c9ae43b7bead88ac402ff6d1cca2f.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 33, Friday, April 26, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time889.png|768:00]]||33/00:00||0cbfd934f00782866a1f48bd2a5d18f723a949bc3ec4ad3960248da62a018fd1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time890.png|769:00]]||33/01:00||69d29064de2711f09bbe7aecd6273dd4558de26487176a9d6fdc264c471d31b8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time891.png|770:00]]||33/02:00||d9fd56d8e4e91225a18f43db28a521e9b2097c9b26412edb045fd8d59eb4efb2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time892.png|771:00]]||33/03:00||7b54fa31b38372186715a99ea356c44954e3d5497a10c52675301eb0ddde033e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time893.png|772:00]]||33/04:00||a4e923eb44832880f640f4d55186152399ba57a5d5fb1eea779ba278eb5e13f2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time894.png|773:00]]||33/05:00||6e99b874278f211e24fe148de351bb19bae896c6248901e9ca21cf9cc8b6bc0d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time895.png|774:00]]||33/06:00||305d27f313ae758387d1cfae87f541adabd5395c368f8675aaa93936e4ee10e0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time896.png|775:00]]||33/07:00||9b5f53cda59142898dca3863b4dda7357663038e0c1163cfe5551796835231f9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time897.png|776:00]]||33/08:00||191ffa4e3370a7b4f93a9acdb8826d91253068dcc65de7205a70c7a62fb46449.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time898.png|777:00]]||33/09:00||437ef9223e24b6e021b7c7179157176ff719c81497d8c58c2efd40503b867f28.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time899.png|778:00]]||33/10:00||40d16e05e4d720d5186d1d6d2591b1e41a522b9678c97977b941e7b98c16fe29.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time900.png|779:00]]||33/11:00||86e28c05bee7d2bc4f7135fe031d31f790b0080b2984010fa5189ca79fa58635.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time901.png|780:00]]||33/12:00||9675ce7d9bafe41238a8357588618933f7898499fde25210caffcaf15a7d970c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time902.png|781:00]]||33/13:00||b572d911dfe0fa3ff7ff967f40afc64efc71eefdfc15bbeec5583bb6fc24eb23.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time903.png|782:00]]||33/14:00||3d8c2ab949ba7a18e64397eec0e9860bd8ce8dd7aa0475e985a4fde4e108ea2e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time904.png|783:00]]||33/15:00||dcadc30d8443608351eb6ea7128327c0535129b123ad65426b652f54f5e6832f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time905.png|784:00]]||33/16:00||a55037acf1c53fec6ebc9ce2c86a304027bbaf35e47bbde69e4758242f5157ba.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time906.png|785:00]]||33/17:00||a365f03d7492b740b5f9304a3be744cb4ea36745ecebed6fd4a104fe8f15a74f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time907.png|786:00]]||33/18:00||76360b4e0d91e3bd7a31bacbd8b50530945e5d335cb709b04bca3b490681ea03.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time908.png|787:00]]||33/19:00||486029345409b4efad2c53b7e184989809563760291d15cce05a9ff2ec08b941.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time909.png|788:00]]||33/20:00||7e7703f0e9932f7e13bfea07e5cb2edf97595f0ab5809935ae77d21738f8bf6a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time910.png|789:00]]||33/21:00||5472e6a8728f1dbd848d9c759f6e228ba4973047297c531882fc2d7ca2431286.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time911.png|790:00]]||33/22:00||aba7d4dc96cd42ab03688df158125c44e39b2f66c95e259404960ace55f72ed0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time912.png|791:00]]||33/23:00||556212f2eb23fbd52a15be9e0344a9a44980f6e78b2a071aef7aad073daa7447.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 34, Saturday, April 27, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time913.png|792:00]]||34/00:00||a1612d7550372ad239fa057a658a25853320caf2363ff59eed76624f6f63d702.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time914.png|793:00]]||34/01:00||6d734eed78958cc56fd0dd6931e2e8f96c4fedef4e4e38eec8350e6d64c4607a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time915.png|794:00]]||34/02:00||0d6d8401b2522e1a21adfe05a13428976b19a2be2576ad3545c969c5959e87cd.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time916.png|795:00]]||34/03:00||6e6848820df351d8a6c6594d48455d44e248c73063074003360ec3bbea6b2d6b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time917.png|796:00]]||34/04:00||f9c093afecdaf65323bb77fa22012f91696b857ee06c683d709bf0652523bf31.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time918.png|797:00]]||34/05:00||e3ab80ae6116d8bd53d7f7760df6251d31cfc6ea2733d85bc6248c2c4e6a0d3b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time919.png|798:00]]||34/06:00||2df8ad4f731b206cec4bc80ae8952537e6fa86f57e57874a248c9e94e522607b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time920.png|799:00]]||34/07:00||639526bd4d5db6d09a631ad7db155f6605a4bff4e9c1469a42366211253ba758.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time921.png|800:00]]||34/08:00||352291b1670c3a7e13a45c2119ee1403e0c7104cea773685754b95424e17bd6c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time922.png|801:00]]||34/09:00||baeceb3881c52918e096b5f471c0f7ca963b36adc25acb456f6d4bd5e1fdd795.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time923.png|802:00]]||34/10:00||7bfd3c50f16c9436b793bc6d49c4afe777952ea9ed5856a6a0d38d5784496322.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time924.png|803:00]]||34/11:00||ab696dd6775d9a80056862aa62274ab065c88c3032983f5b11bc763a33339783.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time925.png|804:00]]||34/12:00||7ba198e66510ba0682c774a5684adfbd67b8abecf579d850c81327f5bab0fb98.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time926.png|805:00]]||34/13:00||2fe620fe8337644e40969dbf47274d58f3e155932f28b0deb078150dc619871b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time927.png|806:00]]||34/14:00||c1acf254b54c36b48171e123647e0cbccfbdcb1661f8906990f44705308d8ceb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time928.png|807:00]]||34/15:00||5082e76b47b72c07ee684ec3d4e1e72dbea1c53cebacf06ed1914e47fbedfd2f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time929.png|808:00]]||34/16:00||b572eb0060f0cdc50384d37d33b3f1e403e9177fa2321a4eb911c92f18c38f1e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time930.png|809:00]]||34/17:00||64c7a3551f1ee26d5dd0620522f97ac8ae8960bb6395087944467f107144d297.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time931.png|810:00]]||34/18:00||6537b69ebb7a8a8e8b7799389473ba655f1c273c44d66298ec8b2d335ad0a719.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time932.png|811:00]]||34/19:00||eb38fc4d5d5e8dad46b478994126a6d2d297a9a65076c34eaf945a8491140c85.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time933.png|812:00]]||34/20:00||0d3e0834f82315e467af8353c4736f3b74b41ee8c137eee9f7319c56a1feefd3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time934.png|813:00]]||34/21:00||ff33b3e220e1668b1d4dcd661cd14094f393918d1aa5af3170623c90a4b62128.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time935.png|814:00]]||34/22:00||037251575a1734ca50a9bf427b400c782f204adc70dc2ada362f96bdbac001a5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time936.png|815:00]]||34/23:00||33d0e5f8d8122290b90010c5be4d10bd6d3f5292113a83d8cb4d04ed1620a1a6.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 35, Sunday, April 28, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time937.png|816:00]]||35/00:00||b92d8243cca1f2d39d50efc9c405e99ba9891db4b451ffaf7dbc0685f51fbd69.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time938.png|817:00]]||35/01:00||211ea686a8c1446b26fafba6ac377036b39f120db143b54af5e4575a64133d7e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time939.png|818:00]]||35/02:00||2ca8229be9753391744aace3b8b41bd312db1f0d67ec1379cbda82c67d0fd4b6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time940.png|819:00]]||35/03:00||c3849ae589890129bf2a323713e777d30ff3aa10a0a56d19c48661848437df52.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time941.png|820:00]]||35/04:00||1d5385bb701c5b238b28da3bc5cbf5d6eca9b388316d92ce17cd7d2d8859a259.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time942.png|821:00]]||35/05:00||467e4400e26d774f7ca125fa797cefbed72e00f8c5339c99716271d0a6419d19.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time943.png|822:00]]||35/06:00||2cd6c71b09ca735186c08c52989d7b9f2be8be8a887f23b66e5748a3669125b8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time944.png|823:00]]||35/07:00||4a509b90e1f4c1ed1a14b2a5952b473823cf0905fe697d96ab224b8fca27fb92.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time945.png|824:00]]||35/08:00||2a53a7ead53de9bc92785507eac180f22ea8c3a03681d649f8497ffebce32bbc.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time946.png|825:00]]||35/09:00||b9bf9d496585be93dc66fa361ccb0274067090acc5acf1a5eed71478b6396cdb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time947.png|826:00]]||35/10:00||0e40fad1ca7015d82beee1365221289f73a384ac1b7a48638e792f845f6dcdde.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time948.png|827:00]]||35/11:00||5d9c584ba858b20051621d7d6ba32aa34cfe1c3c9bc92fa3e249023d5c7d04d4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time949.png|828:00]]||35/12:00||3964d77ad57355714c7f6d77077e2547e7fa49faec6913306d063f962a177799.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time950.png|829:00]]||35/13:00||a6dc9124ec42ace94cf557f5c2f22a23187829011bcee66dd13466c110e622cc.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time951.png|830:00]]||35/14:00||c3a5e384e90b9f404eff3c009713e40753bb3a6524c1ab0156a323dc8d1af72d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time952.png|831:00]]||35/15:00||6064e4b4ad5fdadaff118e94974e71d565edd76760c48fc786b3c31ff4197aa8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time953.png|832:00]]||35/16:00||b389b6a7d009452745db3d1f3a7f9f76f7c4660ba9abc0d4f6ef81dc121d7025.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time954.png|833:00]]||35/17:00||96d79db82ad735e68a83110e437777f71e3a05634c87a236569943f49a99d072.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time955.png|834:00]]||35/18:00||dd20a0ffea855bacef5e12b65ea96b8e4648d95d28c72fbb25290ae8947a8026.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time956.png|835:00]]||35/19:00||30cb09bdb30c66917e0648ae00c6eee7223fcc466ecfdd798becde1911a254d7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time957.png|836:00]]||35/20:00||ea190a48be6ad082a64ef90c575f86a0ec75e838c8ce5e57a1213f4b167d062b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time958.png|837:00]]||35/21:00||a12c393f430d6bf4ece9a5ccbd0633fcbe821c1ef9530ac23ce167bd71888578.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time959.png|838:00]]||35/22:00||66575a88b978e434e28945a3dfd8f0bb1cd337ef3e1b1bc64cea0beee1a77c20.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time960.png|839:00]]||35/23:00||75b0d8123ebff4e941e003e7c037373f8f54cbac6a71f4345ccdfe76f22bc4e8.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 36, Monday, April 29, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time961.png|840:00]]||36/00:00||79b2be4ec17d50ef9de9784e48079d8c86a46414ab61f9066f6d924c462798d1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time962.png|841:00]]||36/01:00||5ec5d4ad611c33db985ad0ac68425bc28fba2ef56657eb46e49c7812b844402e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time963.png|842:00]]||36/02:00||8e394e7d62f73d3d29d52d10219a4ac48a4884b8aac40069e2d201cb4441bd74.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time964.png|843:00]]||36/03:00||562a52e8a9e8c19780f5aac959fc258f65a16b142a12932203db6ac9ac1cb562.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time965.png|844:00]]||36/04:00||367798f5d3ca932fccc0c4318ed11c743a4dd77fa852fbac12b00cfd882a29fa.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time966.png|845:00]]||36/05:00||846f6902158473f2d64a84a58112f8d7feaf116cd858ec85dc117aef0ebc5efb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time967.png|846:00]]||36/06:00||fa9dc259b5a3be8637aff936e3a602f771251bac0b4fcc742066b8458083f210.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time968.png|847:00]]||36/07:00||f9fa6567ae97efdba9cbc84e3fe5b10919053662c1bafd5f0f504d30a21ab405.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time969.png|848:00]]||36/08:00||13e0f6c7fe59a8f5814efcb0647f2c5ef0979993406ddb7aaf056623d4cb7b02.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time970.png|849:00]]||36/09:00||44c15893fedd846f0f503a7871a7775cade2a0d90987ff9651e5c742d4cf54d8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time971.png|850:00]]||36/10:00||5f5475caf6010dfdbb9f747bdaa7b81200fec32e15a70c19651b4bfa2fe163fc.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time972.png|851:00]]||36/11:00||99d67c40662fe2db377c9f7c8d6a5b1b82566b24b7d9a665638e16b299747325.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time973.png|852:00]]||36/12:00||59e7ae731629401686667ac5f8670366ed12aa00bf3a6d9e9b82ea3afddf7650.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time974.png|853:00]]||36/13:00||f8ea051f8c6b0f1f4193da5eededf2ede76cd8286dae658608049f0dc306ce6d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time975.png|854:00]]||36/14:00||312ad0ea1c6348316d53a41472d2874c9cd55ecc5585bc6af55c0f64187a6b6c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time976.png|855:00]]||36/15:00||2a02d0bc0dc9c161a5978e03e36891a316f92447b653d0b80040963b84c661c5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time977.png|856:00]]||36/16:00||47ed6aeaf4cff6b4c66b02dda8ea8665bd38d74f120fbb21d9a9c57042bbc53f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time978.png|857:00]]||36/17:00||26f85f42469f27a58946df596ff71baf4d8c9395a102b9dccdfde79a98747a8a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time979.png|858:00]]||36/18:00||a087621b782445d3a5e71f34648a20aae5164c3b7756cc45ea61f01ce07a72c0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time980.png|859:00]]||36/19:00||477ff980868b90de6ad342cc7300e19b7de56a25a8f275243b25ecdabc280beb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time981.png|860:00]]||36/20:00||815feae089c58947328ab1f7d44fa7a8868004defb146298181c4ad9bb9440c2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time982.png|861:00]]||36/21:00||56805aef02c85de34b078024db5db93f246eb2de792086d39956d6afb73c2df0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time983.png|862:00]]||36/22:00||3c9619e0b744dd250ded65b1f5dc19674fc4e542bd8dc5aa5689b939e8cbd2e9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time984.png|863:00]]||36/23:00||dcdf2af7c1f638bc69b90500cfd9db682d7290f56dc3a3c3e6f19c0c4147e995.png&lt;br /&gt;
|}&lt;br /&gt;
=====Day 36, Monday, April 29, 2013, normalized=====&lt;br /&gt;
The following images show the faded images from day 36 with the fade removed.&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Normalized Image&lt;br /&gt;
!Time&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time961norm.png|840:00]]||36/00:00&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time962norm.png|841:00]]||36/01:00&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time963norm.png|842:00]]||36/02:00&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time964norm.png|843:00]]||36/03:00&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time965norm.png|844:00]]||36/04:00&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time966norm.png|845:00]]||36/05:00&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time967norm.png|846:00]]||36/06:00&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time968norm.png|847:00]]||36/07:00&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time969norm.png|848:00]]||36/08:00&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time970norm.png|849:00]]||36/09:00&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 37, Tuesday, April 30, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time985.png|864:00]]||37/00:00||4a5582aab6bb876c2618b6aa1081a4b0c7423fa0b40b5bdae4a0aa80384a6d70.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time986.png|865:00]]||37/01:00||3fe958a0266e573451c15499ecf1a6218cb6cabcc71d18050caefab32ed0fc71.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time987.png|866:00]]||37/02:00||0a344fd47c48793257b63e2e430680fe768b446d6120c3d6328fadcfc065a5bf.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time988.png|867:00]]||37/03:00||0a042575e502dd80350a491da0dd3aa42021983a6a9ce6e06f0f07f1c6e69816.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time989.png|868:00]]||37/04:00||cd241239ffb34adae70233ebb623b8ee1c64a3e9dca76d68f7945a6c5b0e2680.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time990.png|869:00]]||37/05:00||8b66046772eb96271a1c27c0ca3379ec809cfbe657dd8e536c2357f433aa74e2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time991.png|870:00]]||37/06:00||957b01c0ba7a58435baa2fe8358c8b91bc66aec0bf02f1f49e363f30a937a079.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time992.png|871:00]]||37/07:00||43b7e79210b02e5ac6281690d0a2b576db11c4249af01a5dd177f378ce3f8e64.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time993.png|872:00]]||37/08:00||6c2220c95ee92a173920ee10d6be197aee8fc27e65121eaed1fc26cb96c8e79e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time994.png|873:00]]||37/09:00||f02f289f440785b93e484430f4125d0a1be157e3a4a5b4c44a15175bef225289.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time995.png|874:00]]||37/10:00||f291e57974d2436d30fb2143708195f0b215000891d53eb97ef7c3803bc3e67e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time996.png|875:00]]||37/11:00||f76e422a1107af3f50193edb5baecefdbfc7b4bc90ccaab2b48ececfb914bca0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time997.png|876:00]]||37/12:00||4af868366546d0f0f294dbb8e0576913de1926a220564217fd0e01b78da5c4ea.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time998.png|877:00]]||37/13:00||631564f2d5c383c48beb068c6aa5a85b8253cf010ba612096a721f2959f7497e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time999.png|878:00]]||37/14:00||eee2700dad3d62a8fc78dec641b51f2e86f0b94693f80edf54ed399103eb358c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1000.png|879:00]]||37/15:00||a329b7d8abdc578e655785c4ffa755c058789f5a30c0df07cef9e6ee5ea2ab0a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1001.png|880:00]]||37/16:00||92a3698b23b03ce51d7c4122108e61e7842f7632231a3672b1bf43469bab611e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1002.png|881:00]]||37/17:00||274bd90127288e340762e00e35d828bd116d6c3907f769662f4424ca0efcfee0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1003.png|882:00]]||37/18:00||ab621a808eae929280c1194cce28fba562858c5f7fd5ee799dfd3943e2160e40.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1004.png|883:00]]||37/19:00||f95ad1ec23aaf47a978a633bda3dea4f399166ba216e47bb29ceed9423596428.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1005.png|884:00]]||37/20:00||a8971fec01a02f0dbe6eeac0b2a4ecd9ad37c7461bd7f60178fcdfe65264660b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1006.png|885:00]]||37/21:00||a1b89bad4233fe384c1c826bd583a1342afa94ffb3ff1dbd842e4784322c2316.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1007.png|886:00]]||37/22:00||97633fc49e97fef3f9e1bca58da08711d3ee3cd50b1816fa523c73b46570c13b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1008.png|887:00]]||37/23:00||5c1ce843e629d538b9c0ca9796bbe5ec7adaf806c36688a0e1840e70ec26df52.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
===May 2013===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible&amp;quot;&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
====Day 38, Wednesday, May 1, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1009.png|888:00]]||38/00:00||28e1df8a181281a6c3e4eb5c7c1926027998c9d8162e8237f3b9511607c48211.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1010.png|889:00]]||38/01:00||f12e9c6731b5f163a4462d364885e1196a940c337452925255d129fbc5712757.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1011.png|890:00]]||38/02:00||11bac4a053fc0e5fd2def7228b6ecfd91ed17fd83a7249d60aeaee7a79c766c9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1012.png|891:00]]||38/03:00||948eeec6dd9ca01cf0817f6b54e67de1a53b5119a66efc675de92644231aa455.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1013.png|892:00]]||38/04:00||d9067d71d6fe2a8cc0dfbb94bf8837d0f311dc4d5ab431d64e886acfd85181c3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1014.png|893:00]]||38/05:00||93f1e89eb8bbf39ef73bcb96ad79bac1ea76c17ac90e3e25925eb9bb157a080a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1015.png|894:00]]||38/06:00||2bda386db5c3f795efc5b356869f68670eba84956ab9ad8954d9fbb344d15fe6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1016.png|895:00]]||38/07:00||4faad534181197c0e0178e9812c93a527f6bf04597439868e6ee51a250360792.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1017.png|896:00]]||38/08:00||9f37fab8a18e18880a35fa52679cbba9fe5d68df8e83d511c7afac161e2dfd36.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1018.png|897:00]]||38/09:00||290321e6683391b45ab2bfacf884ab4ea5b42ad6fdada4c3fb7429f1b83eb4c6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1019.png|898:00]]||38/10:00||6ab3c3555869633977999fea5b1af33a9da65c224eb26b538b1c0e08e46cb0b8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1020.png|899:00]]||38/11:00||7991c8b10cebdea05659bcec269c642388cf0ef419aca73565f9e3dde8bff0fe.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1021.png|900:00]]||38/12:00||a8b41016a672ab06aada724c9b519824f180fea021eabcfa1227b9737c7fc974.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1022.png|901:00]]||38/13:00||7f4d9d8b4586595ed1bfc8a5fea52be6b7e162acca11859f6fa74f272cf0f514.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1023.png|902:00]]||38/14:00||25e453955a12897d1aabdcc48c5cff69adfa530185731ce15b9f4d8105dbe7ea.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1024.png|903:00]]||38/15:00||e4317bc6b0f57fdc31d1523c034e342e1a3455860321e69529039ac8eeb12a04.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1025.png|904:00]]||38/16:00||b5363505d27f0db1f05044eed558c9abd52bf6fec874a483b2a97f1176703a03.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1026.png|905:00]]||38/17:00||421705dafdace461fed6e2d8ec75b4a0cfaf23e66263b32e409f1911e8dedb1e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1027.png|906:00]]||38/18:00||e3cb8dc0d6e6eb546149742ed26ae756f76b8dade4187f3d6d94e12a6b941673.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1028.png|907:00]]||38/19:00||e03b017f84e6a3453b273e0bfacff74795780c2641d779b47503cabdca4f41cd.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1029.png|908:00]]||38/20:00||870e10f22b331f0f0c51422cc74fdf59dc95d9f041bcd6dd3ab16493addf90f9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1030.png|909:00]]||38/21:00||54ee175a801e7e305630f73194efba54909323cb530b786f502e675ee02ad5c9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1031.png|910:00]]||38/22:00||74774794443f7bb24af1c7c418e1aa2e17d6bbff7b2bbaa075c4d5af09c6be13.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1032.png|911:00]]||38/23:00||5f8eb13fd77c5541c812559cb34fdd4ea59e30f9de92e981ae7bdf6c0757607a.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 39, Thursday, May 2, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1033.png|912:00]]||39/00:00||fd7a934c487c5d818d766fc372ef9a9d590780cb4101c41a6058016010b920ae.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1034.png|913:00]]||39/01:00||cfe88573766385e21365407490967fa180a0ba94a6ad9fb75b520a028cfe3fcc.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1035.png|914:00]]||39/02:00||640783f8d4c6f1d6f1a450d358b3d55b6f24eb70935473c0f5673787345fe0e1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1036.png|915:00]]||39/03:00||66cfddc5bf968c7c25b119ce6e92001c70086dcb187e86996740281a77cd205d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1037.png|916:00]]||39/04:00||36fd55c8733eecc6c585b436694f1eab419ced7f91dc6de650517795c7577cc7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1038.png|917:00]]||39/05:00||6d8754ce751c2d35f37fac5f95c171bb5af492d6d37da87c8472511fca7d5634.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1039.png|918:00]]||39/06:00||9617ad0d4678e74100021e90518cb1c7cd102dd4f73dd1fd8eb491badf827eea.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1040.png|919:00]]||39/07:00||42a00fcb2fef4a03d08bca19503922906de21bab33a09711064e65d0c442e281.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1041.png|920:00]]||39/08:00||88e599fe238a99f62fb2ca9f63cba2e28e816705ad22e370edc9d58e4877b0ee.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1042.png|921:00]]||39/09:00||2224dc44f3f65281765779587746e4ce30077d2f5c3562530321066a11455e5e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1043.png|922:00]]||39/10:00||d92e629bb6ee2032c7b57972f0ead03c5925a4e8bcb81c10aad2d683f2231a6f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1044.png|923:00]]||39/11:00||2e289441dbe471bb08e5eed3f0816e4c0cf731010582b1e948fcd1bbed1f317c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1045.png|924:00]]||39/12:00||37aa15848f85188d50b459e8ba043140869906a298e345a0777ecf3e4ead6af3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1046.png|925:00]]||39/13:00||03e5ff2c938b3279277b0e83b91ef6c960bdef71c276c53350b6129f49d86b60.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1047.png|926:00]]||39/14:00||05990e57452ab53443574f2b1226221b6225b449b78db80a2b479f7b9eb0193a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1048.png|927:00]]||39/15:00||a34725a023a91c1ad1e225afd67341b9aebc5fe03487df6b86a9500e1e82d687.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1049.png|928:00]]||39/16:00||22741785ea8f69c7be23e20c47c8eefe5018a36f29d17a16590d71382cbce12a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1050.png|929:00]]||39/17:00||1efcb5627fe936e0f907448cfef37e6fd0e1a34d69bd6f1b6978e58646110df8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1051.png|930:00]]||39/18:00||b009f0e839da2ff8b5ec8cf3181575813abf0aec91cb02a979c53c20e51f7bb8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1052.png|931:00]]||39/19:00||a180f482d39ba67533c8aa6052d57caca464ec57c52776a2978d70edcfa677ca.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1053.png|932:00]]||39/20:00||638fe7d054f11f9622ca40a6b06e1304e9e525331bf872b2d16e3bd27de77ce2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1054.png|933:00]]||39/21:00||4b5bb48a4fbe0cf3e4f4dd0b87e21e6ecb25875ee46f2022ba9290c70465f2ab.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1055.png|934:00]]||39/22:00||b7e43640d23fb6426fbd8026a497e3ca9eef04048ac8dbc5b334e740f93aa58c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1056.png|935:00]]||39/23:00||6ee02144485bdc404b560552bd3ba50c7810cda327555034472fd99694d90469.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 40, Friday, May 3, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1057.png|936:00]]||40/00:00||48db1739e9c73327d774e73e1583c712ef8f0ad0c6179766f10cb73c00dfeebe.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1058.png|937:00]]||40/01:00||c8844be00d5a5662d549db522df1261560ed7abcc8c195210b9c79a27498c54a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1059.png|938:00]]||40/02:00||2940a47bcd9d4032d08e316ed8be4a4f182b8c449cbd2dbe8ca59f3418fc81cd.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1060.png|939:00]]||40/03:00||f901c21a51f0109488a0804d26a4a4e525cd1df50314ef68bed2e395e275827a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1061.png|940:00]]||40/04:00||cc369213b76cec2ce26ca3effe9bd2a85871028d34123828875980d81aad373e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1062.png|941:00]]||40/05:00||4e662dea683571b556b5b543ad8c446e35425e3f4e7142ad2dc81243ebcbab92.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1063.png|942:00]]||40/06:00||8a3f0465c52b9172202feff461e1503c38ed00351ed037af3cead252ea286a3c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1064.png|943:00]]||40/07:00||3b143cf505120016fcb677a5c966a12dea9aa7807a7ff74a1a0985eba6ba1f7a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1065.png|944:00]]||40/08:00||2fdf3adf5149997f75e23f5dc56719b41d5cb98160b7a144aeb2b566a640b20c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1066.png|945:00]]||40/09:00||b686fb953bb8dfc69abb6e3b6b55d8a73096c36f064bdff4139422169702fdee.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1067.png|946:00]]||40/10:00||219b81ff4ff08f1b12ccc67cc9cd6db7d4ee49d254f5e19e67b08778bb5c68b7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1068.png|947:00]]||40/11:00||e8ff041ae206c8c94bc802bcd2832aebbb5d01248e40429d6d9a5587e4b68986.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1069.png|948:00]]||40/12:00||a1d65795d6a0d9a6f31765dd5c36fa5733decb430dabfe79a83d3ec8bd5e351c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1070.png|949:00]]||40/13:00||7318de5c64b638f84c7d6804db1b4214c6d4f60e3290bd89b2542adedd1b5c3f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1071.png|950:00]]||40/14:00||35fe4cc03eb2294a7767bb9b53d17981dd9df61bddc635781d5ef470cb57a144.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1072.png|951:00]]||40/15:00||27bee12d53da588ffc55e48e2650c73ff242a369049d0c2eee408b76016f743a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1073.png|952:00]]||40/16:00||e11f56441eb5a187a608bcfd87b618d05f33ba809cf78edc6056fbdbb290d35e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1074.png|953:00]]||40/17:00||3efe17fe50d2ded64992badbb484739cfbbf7a1df373e9bf87d74a0c8f0e79c4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1075.png|954:00]]||40/18:00||33732c6eed5cc7940157d0bd4a947cb52bd574aca77f38a869c89e9e3267ccfe.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1076.png|955:00]]||40/19:00||c42c82be53f980162ab0f4675ed0c8fc0be1726ff2e84f2c3f82275850fe75bb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1077.png|956:00]]||40/20:00||3a16bc0727b81cc9029ff5b9bbb4459b3747129fb8409bc5396d89e7091e7ef9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1078.png|957:00]]||40/21:00||dd29021217a60adbc0ad4b4775e9425e5586fdc497f4cc17064d37e2f2c07ecf.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1079.png|958:00]]||40/22:00||66af8bdd96dfec9eddd627c155848f6a14f2a98949d0b050666acd4dc5cd86aa.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1080.png|959:00]]||40/23:00||c9c78869ca04df6596d98b61966342ac7809a8aaa866b81b1fd1c2e1bd67593d.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 41, Saturday, May 4, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1081.png|960:00]]||41/00:00||0d3b1ef7002c0d9c0bd7b5ed6290f68b7509ee6eff43ecc402ba35cd1277864e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1082.png|961:00]]||41/01:00||8a2fc8eab68f25a85c09a1d9cd7b443bf7d2fed04a790c750c76c1e3c0ea2493.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1083.png|962:00]]||41/02:00||aa4de13387d93651e96b590e6bc31328447766d1b84ad66696ca1212a670f081.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1084.png|963:00]]||41/03:00||68e5fc50283b6853028c01b576839727f57454ca15373c3e5930eb93a0b61b6a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1085.png|964:00]]||41/04:00||a30cb4aa9202dda3db5da240bdf0bcdacebc5816cb0a7a9ad10459c294ed9626.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1086.png|965:00]]||41/05:00||9d00689768b8de07d4d73f95bce071de7d68b0ad2e9e4ae3bf57a700dea181ea.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1087.png|966:00]]||41/06:00||210146bc4c42eb1e069cab72419f079c7c96e466af39b152bc65b488c7b30da9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1088.png|967:00]]||41/07:00||aa6f3c823abe3cf8459e0e707279b67ef72aff2910a2de29eb99208929c5da78.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1089.png|968:00]]||41/08:00||76ac42368179803ee5c08b9d8958aa36a2edce68fe8f57b49d80141a2eb45ab9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1090.png|969:00]]||41/09:00||f8a6414c334a71481e16428691fe8465098b2bae956e44727d0482c7632a84ff.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1091.png|970:00]]||41/10:00||d2153530ad3e3e8e92aae7331a9632e91f6c976916eff41c257f6ac1d8d1cb94.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1092.png|971:00]]||41/11:00||f8e620189113474421029dac8bbc5e925abce2ffe707f763f2cb310e8067a8ef.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1093.png|972:00]]||41/12:00||a28096c8ae87fd1e61d4a172766047db6f1ffc869b631a987aa24d96b9e29256.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1094.png|973:00]]||41/13:00||b125d3e236810b4bc8379594005dc50cab6f89b5584046453b62937d5fd3cd1f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1095.png|974:00]]||41/14:00||464825230929644e7e2c190a3b1410c293633968a6913b1dc3cd68aaad94fa83.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1096.png|975:00]]||41/15:00||27318f0282afb0ffdef8f2f0776959d7a2b699664a1decfc6d27a578ce06fb28.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1097.png|976:00]]||41/16:00||6fd9721c2f53cb4cdc0588f6ef3bf1767b43d2b3357101147c46d623b3c5a9b4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1098.png|977:00]]||41/17:00||cdbaae241dd5418029a1e39de28498569aace7d9de3e20b197db4c6cc1bbcf7b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1099.png|978:00]]||41/18:00||87174572e76368dd640121777580a9f3466738aa2256588cedbeda9c7a6ef77d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1100.png|979:00]]||41/19:00||1703cdf229b2ed9078ea5b45532c91fda89183e94f727bd9475220d57bd8142f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1101.png|980:00]]||41/20:00||74d52c7dccf5185183a29041a7f8d06fa0ad67fd7bbc3eb85edc29c753c4ba1e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1102.png|981:00]]||41/21:00||ef073c4171fd67f21465cf2ffc713948f3e08d6cb477a06cc1ca8e0878e86984.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1103.png|982:00]]||41/22:00||5f72bd3c6d252dbf0b287edd41e5fb339e6ee173b2d89df02d959aadc19501fc.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1104.png|983:00]]||41/23:00||bbc2c4cf81075185e583f4cfac3a5dfdee43eb3c53fe6577a1da9e056276936d.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 42, Sunday, May 5, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1105.png|984:00]]||42/00:00||31c0281f493718076e78e1d044299ff7b4a0a4d6ef01af2b0ac0e342169ca1bc.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1106.png|985:00]]||42/01:00||b29244788404c99b79c06e38e8267e6225748675e311264ec5464ed8f73d1343.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1107.png|986:00]]||42/02:00||7bf66dc468030c55e5d40045b042305399afd5e18b0d6b6fca010af994e9a5c2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1108.png|987:00]]||42/03:00||6092efee0a1b5d0215261803d0db1ffbb674329e24087201f1afdeb120f2de15.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1109.png|988:00]]||42/04:00||113ce6656034fd7e3df8a407880ca866f084c4d666cdce68e49f13341416d895.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1110.png|989:00]]||42/05:00||fb9bca3270e8ef0801305020b7285ceb7433c9a925ef443204d5d138ea4a4375.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1111.png|990:00]]||42/06:00||2ee33e207d612c96705cbab8b2e0c66a4c71505e6f0133ba4812605b0c780c70.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1112.png|991:00]]||42/07:00||79c6b7e7a5347907e3b4dd1bcef4a9ca56cbec072a6e0ba82dfb1658e73e9618.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1113.png|992:00]]||42/08:00||f203050a88b54fe7e62ad13c1fb07486ae02183e7259febf90b267a94c988b7f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1114.png|993:00]]||42/09:00||c1ff3cc4173afa66e81a3e3dcd9a28030022b9b33f4b6de58a235b559e19f36f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1115.png|994:00]]||42/10:00||0949cfda694702332aad500954eaaf324d48a5c651781ca84791e6abc9686c74.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1116.png|995:00]]||42/11:00||acb14cd54de3fc9c4525bb28b0ccd3e5b2730e88a79d83c540e321594de28caa.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1117.png|996:00]]||42/12:00||063d90079d7dc65d8eb38b6c41ade7db5b1a268e57fb7d182ef995eb71622c87.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1118.png|997:00]]||42/13:00||675ad5908180251fc50a7cb8692dc2674b3ba57a36eddaf4bdabf60b4c27e195.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1119.png|998:00]]||42/14:00||55e64254ca19ef720387cf1d9242917016764b097104e574239bee269027c407.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1120.png|999:00]]||42/15:00||17067e5e086fc8e1fa70efdb374c4817d551821a95f74dce6af1c25fed0093d7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1121.png|1000:00]]||42/16:00||2e905332b1f0cff419e5238ea67f72c3b98a4fc96205037ee85352d7795df46c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1122.png|1001:00]]||42/17:00||f34d634b0de9d1f68099ed84b1157791714f862311fe31630b6c0fbb4d0ef674.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1123.png|1002:00]]||42/18:00||b0d24b483e9f194ffaa03cffc1131e3fa7200f4485fa00b840feafef032f9bb8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1124.png|1003:00]]||42/19:00||edd9a8185df82bb7b94b32eda2e96c74bbaa95f29278f66626d50d9973b15b7b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1125.png|1004:00]]||42/20:00||f9a4b88b9d651885a7793d44236e6cdbbad9609e8d21091dafaf1c952b80be73.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1126.png|1005:00]]||42/21:00||abe4f333d947286938d0455874720cfb0e3d2f370d101fa4345e8d3c6fc7e9b8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1127.png|1006:00]]||42/22:00||d24a3363640ed361ea5a2e7756d118e0307b22cd5a60f61362c1ded84ce41bd2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1128.png|1007:00]]||42/23:00||47c9de4b0cdee060b3939deafe9953a0ca5619ecb6337409ec6503694a8870cb.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 43, Monday, May 6, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1129.png|1008:00]]||43/00:00||73ff6dc9149f233625fd97dd4457a71b1df2b44af57a9b4322a1ac8d4718ad43.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1130.png|1009:00]]||43/01:00||dd5a145480bb99406cb93f9718fbc5b1d0fcab82912b914d0a8353869aad1d89.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1131.png|1010:00]]||43/02:00||42f0ec42cea7028d81ed38f63c91a7ecb5134581d559784eec43608eb9482aac.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1132.png|1011:00]]||43/03:00||b5e4dbe4b7049babb480594a26ba9c07d160f1b2baf25c3db6e80b328bdee1ad.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1133.png|1012:00]]||43/04:00||dd641a70354024628f702bcbaee8fd90fe3b8a8d950dbcbb7a11a900c1d124f3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1134.png|1013:00]]||43/05:00||910591ce207d5ff36f91f468cc73c7a135ece7aee3d80b75ade59c449b9d5aae.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1135.png|1014:00]]||43/06:00||77603af2f840bf6f84c4915fb2b42838cdcec232deef8c181dba0ac96f774530.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1136.png|1015:00]]||43/07:00||e5eced72f0787c8c7d4e8897e99d7378faccdfb79ccf35f5bba23a7da51d6f78.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1137.png|1016:00]]||43/08:00||6d97d29c9552dc46ef5fd7668e3dcea7711935a1dac374e5c62f0169e97ecdd9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1138.png|1017:00]]||43/09:00||28ac66ebd4544c8604a5404fd711c689ba6b06fa9f535e655da92ea4ca3d2925.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1139.png|1018:00]]||43/10:00||6078963ac7e4cbbe6d44a9d87dc8d5481621d98fbba0e821a68d964eff77aaff.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1140.png|1019:00]]||43/11:00||ccb6897ac62763ede0fee90b6ea0d3bfaae949d8f798b37033fd575aa2b2d147.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1141.png|1020:00]]||43/12:00||bfbf3cddffc77fca65748c11ec323ea0adcd9a8b5177982960295e6e25f406f1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1142.png|1021:00]]||43/13:00||4b59eba005c48c4cc25abf8dbefca7d2cea5489b36fe9f469e7893a1dfb03c4e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1143.png|1022:00]]||43/14:00||d0c56f4c8e10016c47cac8404d5fb23e211b0557ebe8ebe9a00d77a5c7a483a0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1144.png|1023:00]]||43/15:00||37e9a7a55afe11417bc393c76ec0e0ccd3d3949f1508a5572cd137cc22fb0710.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1145.png|1024:00]]||43/16:00||7c725e0a6746064a4486401bc57f2bce5112dcf2243b2a3de01176efe0000e13.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1146.png|1025:00]]||43/17:00||8c52818280687da86f9d901f631c176d78230a5939e9b8a96eb2d50d88f961c7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1147.png|1026:00]]||43/18:00||ddd11c7bf21284605616fd24727e26b9b404e36db7fa1c59283e8fe1d80a3c3b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1148.png|1027:00]]||43/19:00||db20c35d3c4af7de67659d16dc65660162c172af2d580b0a1fe10512eb7e2ab5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1149.png|1028:00]]||43/20:00||a41a37001fc4a2986e7b75090112e3136060070268f4a55577a77e8f6b41e992.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1150.png|1029:00]]||43/21:00||d1b333c9672eb81b0cdd067f53b2771bbeda8f0004819b06d32ba7773bfe4150.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1151.png|1030:00]]||43/22:00||aafe59f7f873d19850cd78ff96c2e77e3f97847a65a943eeae4ed9ecb919ae99.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1152.png|1031:00]]||43/23:00||55b56ee78e74cb5096b658086070d050fc062649d58cb1daa42f74eea63d8fef.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 44, Tuesday, May 7, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1153.png|1032:00]]||44/00:00||18398e4ec49a0347b7fdcc9f16cb28521a298f09401d6eaa87306516ad33ea94.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1154.png|1033:00]]||44/01:00||bcb4e3d5c3fedce79f2450c178d20814eb337799ff6e594b0ec88d6b6506e40b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1155.png|1034:00]]||44/02:00||d6860c65aa3f37c6b0176dcee75f64dcc3a05f7bce6fe8bc8801b582436bfe80.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1156.png|1035:00]]||44/03:00||f9c7e1cfc15f7a74dac2404e33c5eb6d216466a59106284c37ac31be480011f4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1157.png|1036:00]]||44/04:00||5cb582b8ff37c2246dee94dab4eeceedadd7fc8497d2fe7672a6bf1787149a03.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1158.png|1037:00]]||44/05:00||d08d988b2dfaadd30998f6890eec78ba8859a1c60fa4cfe67a94744eeb27925f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1159.png|1038:00]]||44/06:00||126c04b9ac21834539645a068054928f4ddeb124b381d5a57c7799991fac6e82.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1160.png|1039:00]]||44/07:00||98d20a4750616dfaaa2c15a724cee172b219ae78aff54214d82550f4a3668941.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1161.png|1040:00]]||44/08:00||b7ca83cc2632d7b36052886d1c491e6839aa0b549b2fc2c042939ae8526d48eb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1162.png|1041:00]]||44/09:00||7106ad4c141f16d9f7654aa64ad90ba10495fec413814cfe5cca2ab3ceadf834.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1163.png|1042:00]]||44/10:00||45a68b39a5d9d730931fa9d46141c946f2f050fd0b95da20c7d82ccc8ef34e04.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1164.png|1043:00]]||44/11:00||9bc0f55eb96e8efca7373e6c6a4a0fd1ae6f7833351a0dfd48ab2eb3cd2bed59.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1165.png|1044:00]]||44/12:00||a3a6fa9d2a6586c2949edab7f1f7de0922270fee93c11b20c453706a759a9d8e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1166.png|1045:00]]||44/13:00||f9ab87ee6acdb64979544c0b2fa3d0a6726e14707a0f46085173b9a4c9e46474.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1167.png|1046:00]]||44/14:00||f3168791c59580fb954194473feca5f5b782ea104f915467c260582e0b8515a5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1168.png|1047:00]]||44/15:00||3e4ceb867aadac2ba3de36ac77efc7ebd3bd5b167da066d737f9b702a0da9659.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1169.png|1048:00]]||44/16:00||330ceb833f1cc035110a577a86fdc0cb16bc80c410ce79ee15785a3be5c9454d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1170.png|1049:00]]||44/17:00||adee2aed29de1c8ecc4e3307e6d32b564c48f700822417a8b0f0973b831d67cc.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1171.png|1050:00]]||44/18:00||8b09030ca6cd02891b89cf6c49fb946600c8a8732dbd8f56a44dddb5a4fb5999.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1172.png|1051:00]]||44/19:00||0e0da056cdbfe30b89dcbd516317a05519384c3f0450d7aebeac4cca48a43ecb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1173.png|1052:00]]||44/20:00||99d99172d351eb52bfb3e8c46e264bc27812890e177cbc382484bf8599cf2394.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1174.png|1053:00]]||44/21:00||7514ce846dabcdd4e5cc9628aa8d8921bde5e304dd8a7465ec963460c31fe4e6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1175.png|1054:00]]||44/22:00||a26324ade7d4c26be4ae994163d32bad9e4b84249a3df035f4e64dceea113923.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1176.png|1055:00]]||44/23:00||3823a56efdd849139a06c54a2967d2891ed82a019f7b81c21c0d700ffe5e6a5a.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 45, Wednesday, May 8, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1177.png|1056:00]]||45/00:00||5e13807a93542f7c7dc9b5c10f78754b603212cddb694be6d71b1c1605c52f43.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1178.png|1057:00]]||45/01:00||0149ab8015a820d559c4e1928979f4df524b4fcb71ac4c9edaa7fb6ec701a20b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1179.png|1058:00]]||45/02:00||bc76486e18e73a6642d7483ea56d84f91e45abe192f6742396dcf5486be69935.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1180.png|1059:00]]||45/03:00||fd9779031e376d4b3d260af20c7da32f11efc2fef01823493d192828f06c6843.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1181.png|1060:00]]||45/04:00||5a85e8be1d23bf4ee9cceee0bfdf4b8d1bdccc67a8b0e7a4352700c055ebde99.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1182.png|1061:00]]||45/05:00||94dce156d51bc9e174dee54edb1dcb8f519e42640a538eaaedb43c641e9f972a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1183.png|1062:00]]||45/06:00||d99e23e8ed55a10631d3e1a4ba48a2541e6eb674db055d60617b7860936385e0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1184.png|1063:00]]||45/07:00||25bd4736a835628124eb548b0efcb2287315bcc2dca5deecd841e71ecdc8d29b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1185.png|1064:00]]||45/08:00||83ca9ed036d1c1c5cfd355bacc0ef71a93b163bc029430034ddeb51b99a5aece.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1186.png|1065:00]]||45/09:00||d70f6181dbe8bef2b240a52936c93a2bb598ac03c6b361bcc2048d15a7ea3c45.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1187.png|1066:00]]||45/10:00||660cf6f905a07acf8edf94150145d8da91456e2db90ab2760188284f61d0e674.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1188.png|1067:00]]||45/11:00||ac15e07b0dc74e2c81dc6c31001800ace7bb82a55912b38023d9645929af3c74.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1189.png|1068:00]]||45/12:00||afe3ea89a4a17a309353ed51d60f9a5222f77ca5d800131da9ffe6c1f079b30c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1190.png|1069:00]]||45/13:00||44811938c0317d9be288086a5f08982bd5be4847b026cb7775d1d0d91de14fad.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1191.png|1070:00]]||45/14:00||6a65369b434d67ed2f3854d7eb8f5ed4a85d4044bb5a6411be64a506508179a6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1192.png|1071:00]]||45/15:00||1e9b00ec7a1662636f4d469d52e5e10258355396e3cdeb78051534c47a8cbcc0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1193.png|1072:00]]||45/16:00||24674689fc794eda3d608644e56ec586f4cc47dcb0d9bd5bbb2d520505bbdfb1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1194.png|1073:00]]||45/17:00||965475b524f465ac4d6253d72635a72afbc38b69e5ca9625795725d95311bf55.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1195.png|1074:00]]||45/18:00||9b5a7723da929de0b95400aaba4586e1a13cb56f0ff7e6f10bf2a06d7caa6e70.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1196.png|1075:00]]||45/19:00||056c4e25c96b1bfd25643c1c749893b2a1b3036f6425675eec64a318744ce570.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1197.png|1076:00]]||45/20:00||7547d3c4bc4f14873dee1ec8edb5e5c34b40c74006a6afb678c0d53fdf072e58.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1198.png|1077:00]]||45/21:00||f62106871f568ff30f146a6bc3bb34639aaabbcdec60d99362b2d51002a73c6d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1199.png|1078:00]]||45/22:00||ffcc5d6a7eab9e055c4e9879514d387fcd838f3c47c67a08a32638fff9664771.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1200.png|1079:00]]||45/23:00||dcb0f4f0ea8a3c7100cfaa424637f71eeacf30b478a8cb9ac2fbf14aac778e54.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 46, Thursday, May 9, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1201.png|1080:00]]||46/00:00||b3bd3dcd76535f24312668f802a2b60fb67fe2270f9c5c7370a56412858e500b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1202.png|1081:00]]||46/01:00||e3c2c8916d336ad6392a5f188353b6ac4f4de9c7d75915940d35fea45d949cf3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1203.png|1082:00]]||46/02:00||f59db59a98315e53afc87c438d42aeec6b7dfbd77ff60648070d7915bb60646d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1204.png|1083:00]]||46/03:00||328ed4cd444ad9b2d86f003608c225b7bdb98c86c459feda11119a0ded795f29.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1205.png|1084:00]]||46/04:00||56aa2a519cfb30ea4cc7abd9a5264602a5c0795f658bae653fd8e6bf9289a6a2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1206.png|1085:00]]||46/05:00||5968b5553279c7cf9140dce27525c46a85fd919800f2b181c6d5ba6e9cef83f9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1207.png|1086:00]]||46/06:00||22cef4a24bf539ffa8ba9e753caf8520ab50d50456293ca6edbe53f6d791fcb3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1208.png|1087:00]]||46/07:00||261cbec78ad8c3af928268ab6bc27bc4874365bbe20451968de1ccc4d5fe0e65.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1209.png|1088:00]]||46/08:00||e75e72e0f88400eeee11c97e1163bf8337629bf0318988dc5877afcc65cfcff9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1210.png|1089:00]]||46/09:00||9b3a20139c6ef980b90c002482b8d9ee497616e2c128934d2195b316639aeb18.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1211.png|1090:00]]||46/10:00||63ac7bac1d0fe3e419047d4b6cddce87a67f12d47c28e69acc7b734250ca94bf.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1212.png|1091:00]]||46/11:00||e33939c249fb8e256712a43a17fd9df5460336733eb3db2f9e6a8fdcac512ccb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1213.png|1092:00]]||46/12:00||e7be4a4612d7a4d45d8e269ce617fade1c23296a52627a9fb3b7e81c9444bde1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1214.png|1093:00]]||46/13:00||a0f60e95b5e71b03c9fb1b9270fff298cf2719a8425005453b4bcd91865b6b42.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1215.png|1094:00]]||46/14:00||0227948dc3cbd4bb1ec6e948da5d95e70d79f73d7bcc5e6b6978576aee2cf182.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1216.png|1095:00]]||46/15:00||382cde8316bc6ed9b37d9ea8c44a0cf32ef6850c2c2e1d749ff37ea81b416973.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1217.png|1096:00]]||46/16:00||b34cf82cd46e1d73290213f0f6bea9422346b28ffcca0135aff34f7e4aacbad8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1218.png|1097:00]]||46/17:00||3391f0e392f007b81fb2c9d6407263bcddc093683ccc8c98613d3d42a7ffc07d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1219.png|1098:00]]||46/18:00||80cfb41bbc4ba64666401054b1c4591f05f8b239e8d83b6be0a5c5dcb336c52b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1220.png|1099:00]]||46/19:00||b3aac672de53d672d9ef5d7e57d4377fbcc154c885f1ea8537b4e0d0baa834b5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1221.png|1100:00]]||46/20:00||88213da3a2a5e5a86fcabffd6d3b1f99cb8bf790686b00ab7107ccf8bb878c79.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1222.png|1101:00]]||46/21:00||e378fda702ec8602d9fb1d0f7c6ad779dba1f94e28f0f6f576352d9c11b8f1ad.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1223.png|1102:00]]||46/22:00||9a140847d40c9b15c19b2517e773680529f235c3c8df57f69bafdf688ab29396.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1224.png|1103:00]]||46/23:00||66e818845ebae72a88d0d48f5f1cd888759f6fe8926ff1a9dcb81c6da85f97c3.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 47, Friday, May 10, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1225.png|1104:00]]||47/00:00||b5ee62ef709c1b061dda3d1e48bfb4d0cb7a8b37575cf60ec25160e795b6c6bc.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1226.png|1105:00]]||47/01:00||9ecf9cd70e0434f926c887968ba5464039f300888f88f8241958f408b0d20536.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1227.png|1106:00]]||47/02:00||d1f637cd0c8daa0db9f61cfb46cad91fb4cc4c5348fe62a16ebcc124331ace77.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1228.png|1107:00]]||47/03:00||c7e1dd8dbd122ae1ada993a765971c3ef17f03ba7b6f68b8a2a20c0b4fdefa90.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1229.png|1108:00]]||47/04:00||cb0d6dc0574511d852f252be480a60d1f028845fe8accc62bd39678b46212e12.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1230.png|1109:00]]||47/05:00||aa77bd1ce0df7ffe57ef87c3507454bda33b5d0768ae1638a6adf6a4c7c8f684.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1231.png|1110:00]]||47/06:00||abb78002d321afef830da2394a2579f4aa2362ee40414faeb78a3028784473a6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1232.png|1111:00]]||47/07:00||5a96b3506eb75fa42bd33403dd75fca9bb7d73da29da21c4053792f8dc1ef751.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1233.png|1112:00]]||47/08:00||23be2fa55cc0d3af8c623bca1525f7e2c1f67b00c325cf071070b6d5dd6b5b7c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1234.png|1113:00]]||47/09:00||5be4929a86a1e9b58800fb982e799782c6b270df5cc22c47a02e8f7c561a1c79.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1235.png|1114:00]]||47/10:00||96a752b8ee5888ae4dca92febbc29359dc7d42b7932a9edc4cb09161695088c5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1236.png|1115:00]]||47/11:00||d8b4f58c470b17bd2448146c26185b198d26c661b6d40ee1ea5eac02be301d22.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1237.png|1116:00]]||47/12:00||b1dc8ecc1b9cc235d50aec5d4801cd6c735226b42d11f117a8e04f2c4916973f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1238.png|1117:00]]||47/13:00||c2ad6dfcc3832e0985f88e1cf4fe9385d468ffecaca72fcdef434ad28e31dabe.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1239.png|1118:00]]||47/14:00||9bf7754e787e7ae7669eb06f626e54bfc1af7ae9aab27230e3006eb59473d973.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1240.png|1119:00]]||47/15:00||b433133486dc1be89834715841998729b80f31a9647ef4df4932fb619f86d5cf.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1241.png|1120:00]]||47/16:00||d9dc441f8b6b022e23803737fca54c0489ee6fccd1cabc25dcff46a313861d13.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1242.png|1121:00]]||47/17:00||80fe98471ef6b3caae00ad40b48db038d90e2190898ad46206644777e56d7c4f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1243.png|1122:00]]||47/18:00||33e2b98603d688a55b72e10bad6cae00f3d7f6f77d48e5ed9ca7af6e6e502174.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1244.png|1123:00]]||47/19:00||e7eee200017f46a7142659094b3e94ec0e144a7f8afef9816b5b78643fd7c95c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1245.png|1124:00]]||47/20:00||08df1d30d92bbdcf5d743383b65778207b6fdb8183281a18df0c3b8be296594d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1246.png|1125:00]]||47/21:00||23227c2f45e25776a5c2c767cf08306149cb4894c357f3074f979ca31903aa6a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1247.png|1126:00]]||47/22:00||cfb725977b93f291e578bbe54c2df98bcb96fc51e99c75c6abeca098b2494801.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1248.png|1127:00]]||47/23:00||9511fd73588343f8bd49787239bd22247ef57899e700a9cc4b4f0e43ab4ac2c4.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 48, Saturday, May 11, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1249.png|1128:00]]||48/00:00||cf48bdf53ee38bf78c5096064b0eb870baf3a9026d34ac381bef900f2913fdd4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1250.png|1129:00]]||48/01:00||f8d3fcb1745efe1ab081ce38177f5338521196217fea9140f2472db24bdeb73b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1251.png|1130:00]]||48/02:00||cdece959b63eb466a914271fdb4e4e7753fa7c83aba30b04297b6ad2efac30dd.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1252.png|1131:00]]||48/03:00||9006f0ded69f277763253b2fba17d3212d43b08d104879af2431640c1df48474.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1253.png|1132:00]]||48/04:00||085e212da4079a55dc251f1adff1bbefdc656334f2d6921f004faf0812f29ab3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1254.png|1133:00]]||48/05:00||875cc10d78f5ad8b3e28d58ed5f192e37777ddf30bbf75f7cdc7e5f84ad7e49b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1255.png|1134:00]]||48/06:00||0b21f5de1a842362280d171c2e1e146e85382359fb7b5bb7209a97c3416a848a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1256.png|1135:00]]||48/07:00||93d533c97df1cd21e5cf30dfe40ff8b2ec40ba1e3a5eeb3e11a4e629e8664644.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1257.png|1136:00]]||48/08:00||77c2fc150acfaf0e9cca508b6d7c1bcc161a67950fbfb47235d600ea899c9eac.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1258.png|1137:00]]||48/09:00||20e5dedc3262034dd40954df8167ad0181b489f44632eda027c83578cd4d5ba2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1259.png|1138:00]]||48/10:00||a4c8a9b9033107db5dc71f024c59430fe0215ae380a4d61cb9dfbeeb13739088.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1260.png|1139:00]]||48/11:00||8f9ea6850f031ec3b803b271523b014b3e51242615ca448d3c17a463849cd0e1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1261.png|1140:00]]||48/12:00||170065174a5adeafb4e13a77026326e561719efd824a177e9f22e03c18168afe.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1262.png|1141:00]]||48/13:00||f48c392b085c6c51cca91c76ec29c73018b5d00ebc11c84692e4f9a5b7b08ea7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1263.png|1142:00]]||48/14:00||5ec3bb45f5df24780b113980c9d894541817cc77dea0236ed4a64aa57280c84d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1264.png|1143:00]]||48/15:00||e3a7a7de13d891b127ec7b5d8bd714c5c2cd9a4182a8bb06005b8dbb4987ae25.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1265.png|1144:00]]||48/16:00||69f496ae71033924447b3fdb66c4a76fdc6e04c0431e74bc0b61df9f059f1006.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1266.png|1145:00]]||48/17:00||75e13787deef2bfb46e7423755e5d7bf97cdfae45bbd1b984846417d34689094.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1267.png|1146:00]]||48/18:00||d03485463bb57ebe86522408f743505caeb1b563bc622a5b82690ffe62dedaf6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1268.png|1147:00]]||48/19:00||b0c690e8ca5152e756ee5e0a037771759d28903e1cbeb8850ee57d7350925b72.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1269.png|1148:00]]||48/20:00||bb68e815f615b7fa7560fd027e9095c8da4864226eb32896c1798fd9babeafa0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1270.png|1149:00]]||48/21:00||805a0308e3946bd7805f73d19b2382a981b89a632d77154b2262f63808688803.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1271.png|1150:00]]||48/22:00||d69c7813d6a175de617bd049bf7746a868e6272f317925f18dfde8969c579433.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1272.png|1151:00]]||48/23:00||d71fa97cbe888e1b923ea0108fab944a633d33346ee60187481d9578b1a39881.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 49, Sunday, May 12, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1273.png|1152:00]]||49/00:00||17dd2903b38ae343791d1abbadc3bd1654ca8cbd599dc5bdefac70cc61be564a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1274.png|1153:00]]||49/01:00||194ad4536ee6087257c69de25fc57001984cbdde0fa95cba38d71a6fa3098936.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1275.png|1154:00]]||49/02:00||d199986f0bd3647e024047bfe49dffc4dcfeb3a94080ea21108d9d184b72dbe1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1276.png|1155:00]]||49/03:00||d6b2abbcdbbddbf112cc79e0993b2772601cff06345e057cc95e2c7abd298fc6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1277.png|1156:00]]||49/04:00||fa8ad98290ee7374f66ac268106749e3f25bfed5e087bab67018ba77a9b7b4f0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1278.png|1157:00]]||49/05:00||deeffa8ba3f86ae3ef82b9a7557fcfcd09a218c62c21ff6272152fd6fdd9ff64.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1279.png|1158:00]]||49/06:00||7f1d0c50cb492b2896d3e4647b41e830d990ec39a8a9ccddfe61c245f9afdd58.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1280.png|1159:00]]||49/07:00||85338d24d2727b00da6ac64579703f9bc500125bca448a1c9c484afaf7e0ce11.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1281.png|1160:00]]||49/08:00||eb9b431c24a96c9e6e2652e336d9474c8be5df320f93c949d8f94c0eec08d359.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1282.png|1161:00]]||49/09:00||1478308bba7b63b4795c6a67e793ac69d72b75573abfbe21cf1763111ba8d62a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1283.png|1162:00]]||49/10:00||657c26ef1498ae63dc8e68d03463cbaf53bf8860d77f199dae191bcce7f5cdb7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1284.png|1163:00]]||49/11:00||1119987b0d0749c946d9b2a945d6aa14d6ccad4c3f0cd36be16b9601dfe27afa.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1285.png|1164:00]]||49/12:00||a2000bbc898fd92e4870f98f435170d3299476d1f417652b3550c83ccfe754e8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1286.png|1165:00]]||49/13:00||ef68921feea3b5a54c27e88bba872385ca0f97dea915b663b297428b548e6719.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1287.png|1166:00]]||49/14:00||314bff80ea3d34742680ce2bb39acfa26f18dac5310f81175b1c209dd5058a4a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1288.png|1167:00]]||49/15:00||8340892d24dbbac474ef1d54256d54569b4dd0b1f7fe2582a7bbe1c286d63955.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1289.png|1168:00]]||49/16:00||c9a80e69696a3929459b3c1f7424979cf65dc59c2c2bdac6f2d58a6da1ce26c6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1290.png|1169:00]]||49/17:00||f8414ac891bf281d52f6b7e6d53aaa4b241dff2c19ce04037f38c63e7b090c70.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1291.png|1170:00]]||49/18:00||f40bf64971f8af84ec67c6316fd1fb7b30f8e7b41a4b19ddf45ba9106b7a05b6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1292.png|1171:00]]||49/19:00||ec55527a6f3d65b546135bd4f7c61fe615ad03acdc25849f8343ffb8a0687374.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1293.png|1172:00]]||49/20:00||5cd39f0aa1f573cd4915e564c6ef3781fa5b6b2abe49a84d670ea5dec17f5183.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1294.png|1173:00]]||49/21:00||307d0ab90e91a2deca578fbd4aa3b89b4ca286305d17446f66aa0b4594da7a54.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1295.png|1174:00]]||49/22:00||c00b21ccff8411b5e2a6f970485f0a6228bc83a39c40c8f2929739f4e93caa93.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1296.png|1175:00]]||49/23:00||93ee9cde1c44fd70b163676014c25d71d730536801a7a069cc8c5820f2c10400.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 50, Monday, May 13, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1297.png|1176:00]]||50/00:00||1980728d5817cec1ac7994e9b101b9bfbbd3639427f64eedd5884f2153b896cc.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1298.png|1177:00]]||50/01:00||7107eb3b5e0c3b3c8aeeb02f9cb636a98b690fca7aa92812ea0355e136cbb35e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1299.png|1178:00]]||50/02:00||51893fbf4debf786f91e2492665a0e358e448812fae6a95e45b60fee9833432c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1300.png|1179:00]]||50/03:00||0fb49b16b59635d2b732c976cfdc64c1e5c785df0b2e5b6a91fca991f033432a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1301.png|1180:00]]||50/04:00||59452a04a18546fb9dff5e1b92df63445c6e071efc9068a9ceaea014d4fb398a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1302.png|1181:00]]||50/05:00||4b239f619430dc2184230f41befa8fc4b6f04c57dfc1f1130ad6cc5a885253cb.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1303.png|1182:00]]||50/06:00||f9650d3cb519ebb4b6772f1262c9f7417e255564f7879435e08b16894ef53a18.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1304.png|1183:00]]||50/07:00||eb528a3cbe1e51d54fd8c3b0721a4ca0558a267c0fe752c39cea57cfe4e8a401.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1305.png|1184:00]]||50/08:00||24c6aa52866edee6fcb82abacd402a2167e7caba5095b2656bcd79ff000d6b77.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1306.png|1185:00]]||50/09:00||bcd60d098cc9368c28c99a929e39904f0dc08d8e23a5fba913ddfe89b179ee03.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1307.png|1186:00]]||50/10:00||efbb2503c8b1dbf22c82241d37165b8e25efe080790a146d9e9b1772c8f4b383.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1308.png|1187:00]]||50/11:00||21ba5390e24a84eddb8baa4edaa15495bd4f34f1e77835dc0dd188ff2ca09781.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1309.png|1188:00]]||50/12:00||269f2ffeb8aca299033945037436daddddb4f6927ebcd055a0bee1c3d9ac9605.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1310.png|1189:00]]||50/13:00||37de91d506f1d7cdf2630a34815033107fbe9153d8375f257f0eb96d5ff34442.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1311.png|1190:00]]||50/14:00||0ed2f898226fdf969240d5e999cf644da0ce83b293bdada53f19a85b806d265a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1312.png|1191:00]]||50/15:00||e31b5b9e8f94f8ecc886aee9b3728c00cb19bb878854f7e8832e551dcaf8c5fa.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1313.png|1192:00]]||50/16:00||7c9f016fccfc71aa0929f681329595d0ac735be1972c2a408b1f2be462559d31.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1314.png|1193:00]]||50/17:00||8b7fdf60f2e30f469b052d338ee0513129e02a3a155dd2c571789b2cf9c947dc.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1315.png|1194:00]]||50/18:00||0814c1c009fa39332e09a814e371fda395d516ce11deb2a96fdd55f6cfa1cf1a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1316.png|1195:00]]||50/19:00||8fa2260b886e12448d8e13a6fb27322aa0fe5c15d2ce1f2f51d89d70f7a9d9c7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1317.png|1196:00]]||50/20:00||487db7d6c7c4de1543ceba9c2763ee545d8573d1de82c661b56f7658ab34ea6d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1318.png|1197:00]]||50/21:00||45280be8595b1d56fc7e756a8258ed9bf5e5b15336fae085242788e4af0e91e7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1319.png|1198:00]]||50/22:00||28383fe65fbab5cd87e317a76153094fdc9f3f481f2976a027e357d6d9c1e4b2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1320.png|1199:00]]||50/23:00||3b0fb0e47858e141a0ae0b519cb19c884e49a5f0e078c1234e3e64820acc40c8.png&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 51, Tuesday, May 14, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1321.png|1200:00]]||51/00:00||29dbe40e0ac72a70e0cde2913d03e487579e2a9925481bb90268b34a7f088c81.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1322.png|1201:00]]||51/01:00||19d121df9827fad71bc71d4639a92bbea2eaa9fa2fbe80ee3a15a3c970236f93.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1323.png|1202:00]]||51/02:00||daf4737f7ffc307c4c2a79d3f71b789fd40d3502bc989687ce94b1dd78fce4b8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1324.png|1203:00]]||51/03:00||31317d800cef18516828662d4180a7fbd01e7d3228a5da1e4fec0a127183af5b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1325.png|1204:00]]||51/04:00||872fbe175408a32a692f26a4a0dc73af9d06a3fa2be22428fd768451389d9133.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1326.png|1205:00]]||51/05:00||56cffb65eb84f4badec0642ed0450e75c947ed5b7ed05db5126a52e923c4261e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1327.png|1206:00]]||51/06:00||585c3be7f75d0ecf264f4f536be0f4f8573875c0a632da51a9ac797bc75f5ec5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1328.png|1207:00]]||51/07:00||096dd3a5167dcdc647d03f903e2841d6ff6c4cf69d512117c7bd8e5e13091f44.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1329.png|1208:00]]||51/08:00||fa86b50f669082a7d92e0c542e775fdd5733314dfcbb292901d687776e8fae18.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1330.png|1209:00]]||51/09:00||824fea1a9838067af8ef3c3baf42d5ac4011bfda708186fd97891a39c8d8aa41.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1331.png|1210:00]]||51/10:00||8d332e12d3b59cf95564994b18264df5eb6880afce9187ef6b9c22e56ae6cb91.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1332.png|1211:00]]||51/11:00||77c33ac8a68ece8910509cc167038505654475ac35fede41c9b9bcf280405aee.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1333.png|1212:00]]||51/12:00||561fbd344ac7e63831c8eca01ccd81008d5de93b01445ed6920d099de7bf9c79.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1334.png|1213:00]]||51/13:00||135ddbd5ace6d5ddf0258ed1cca075aef98c58dc19de0c19937813dac0e30cac.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1335.png|1214:00]]||51/14:00||33d6394db59d64f59dac690e99e35d8e7b2d5ce4d41eb1fccd1a918faedbeb5b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1336.png|1215:00]]||51/15:00||68bcd3ffdebe0b4eeb8b349b120e038736fc469086ceb41ba360315e16633f27.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1337.png|1216:00]]||51/16:00||b96e658c15b7f37ac3d7c242d948aee14fd12dc0dfeec98d84666eb243bab259.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1338.png|1217:00]]||51/17:00||4c47e2d452af52a339668a647b6ca013ee7bd6e0a8a9974b633e3ee88823d48b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1339.png|1218:00]]||51/18:00||efd9631137f361ed9f5d2e96197dee3dd2b9f00f54ae80bc4d076436cbdd5e1b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1340.png|1219:00]]||51/19:00||6a6d34cf43b10d5bf7821c03a36598bddd2f278b36126aebfcaa95d17210c684.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1341.png|1220:00]]||51/20:00||58cf56f00aca6b991d799c1569f59539dbb07e3f415c6838e4ff3eec5b8774e2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1342.png|1221:00]]||51/21:00||9a83ff1521542869994cb6b2b1f0807e88739faf8cb26731248b8ecea1f5b75a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1343.png|1222:00]]||51/22:00||f802975a21db498cb248c27bd0caaf1903be65a7ec3b7e30cd00bc8ddd29a978.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1344.png|1223:00]]||51/23:00||9176e057f2dd951c2fdfcc743dd35cb747304749989b112d132f1a388f1947dd.png&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 52, Wednesday, May 15, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1345.png|1224:00]]||52/00:00||5afa5739b188220baa16f509cc867fb15bb2cc628b38ae43a3fb2f5bf1da3b5a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1346.png|1225:00]]||52/01:00||77e237fc9c869ddf2bf8641f66b78290029640b6d19e43038da176f337dbcad7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1347.png|1226:00]]||52/02:00||9867b8ee8d61833e51162c5a7b15f304eaed2b00ced40720980472a39893e3e7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1348.png|1227:00]]||52/03:00||566b6bcb66c86f7e5d02e77cf76d8b8be016b6a86a146d6920ac2c63c467f9b3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1349.png|1228:00]]||52/04:00||3c29979c3a0d79e459748daea1f6e16920356abba3f4742f7d8e1862f8d69cfe.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1350.png|1229:00]]||52/05:00||0f26cf3ff3d73c832e056f72042d287b7741711c4eb9c98057aa04a7c43a7e6a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1351.png|1230:00]]||52/06:00||0087d6b263bf3a010b5d4f83e0ea0f05faf820ec9025b743462d9b183617d947.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1352.png|1231:00]]||52/07:00||aeda022520e36882914484b81daeed7e4c94110912692850cc613267a74ca707.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1353.png|1232:00]]||52/08:00||1935b2cc4ef810e6604e057a5dd937e1e79171375de5bda9f6ca43dc7cae4202.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1354.png|1233:00]]||52/09:00||c2fa529ebff10defb0f1a4875eaa63a5515114d946204569819dde67c382a061.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1355.png|1234:00]]||52/10:00||b738274c0c467dd53a77e8ea1a6e54ef119cb20140bd64debc88ceb577c4a70c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1356.png|1235:00]]||52/11:00||ad886dec5b6fc67aec80e34b11c8f02ab4a365413327a1ce6446d8d4fe7efba5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1357.png|1236:00]]||52/12:00||63e8821593f6d192cb86c1a8cc273e05e10e2548aa12f3e2ca44f209575cc88b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1358.png|1237:00]]||52/13:00||089acab4b6104b7d85f305d9f2002d128a5c202b23eb16f009c450354b4d6b9d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1359.png|1238:00]]||52/14:00||92e4b98883477720db7d02cb6913bfd03e82d5fdfd7ab4df42ae16c6c6624c3a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1360.png|1239:00]]||52/15:00||43cd2f2862a673f06c70e32017de66401d1635bff2ece2c1d61e72e3b9495635.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1361.png|1240:00]]||52/16:00||6fd5b8b6b6eda806b5ac4b8b72277f61e5ed5ac27e011f471cc5fede0591334d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1362.png|1241:00]]||52/17:00||337dc01bd9266f802f57eed1d3feabcab120a1662813a7febc517796d8d930f8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1363.png|1242:00]]||52/18:00||e644fbf9e2f6bf6d26181c546dcfe1228415cf3db49d43f8c462b4779c4b174d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1364.png|1243:00]]||52/19:00||5df6c3c2cbf586c6b5e831f4dd147d77e7ce85b73350979c045c49ff8d6864b4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1365.png|1244:00]]||52/20:00||164293e584547243c5b866d15dcbea5e2bce4866b4321cac56db685d265cb553.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1366.png|1245:00]]||52/21:00||e0b7ac1d59bde73b7215af08948f028b0194ee6be4314bd2582d2ff5e2a8bcb2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1367.png|1246:00]]||52/22:00||cc9021b389c98abefe7eec0ba40c89426eeacb5dba97cfae046df80352b2610f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1368.png|1247:00]]||52/23:00||c74093f8b3b88a03fa86f0867f43ebab59db6034f13a2b72c6b53cbcf1dc21ae.png&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 53, Thursday, May 16, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1369.png|1248:00]]||53/00:00||1234696ab3b8289d008d2096d7c5a130ff7211d38042f9468b80d42d571731c2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1370.png|1249:00]]||53/01:00||d57c3fb6c5e69f805322107404b0180acd40ec60d19d866a22c23576b6267e5e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1371.png|1250:00]]||53/02:00||16c32aa050cd78bd301773ca386b8f7aecb2adb983e71eb2a515322a67088871.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1372.png|1251:00]]||53/03:00||9b8c57bc3974f5637a3e5ce3803eaf6f78e1567a98d97333db25dfa8585f9ba9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1373.png|1252:00]]||53/04:00||e5e1eef47073981777e9b4af699e5ba21d75c2e14b1975893d46b0b5105c82b7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1374.png|1253:00]]||53/05:00||a8c29ebd3a51775d64a56100884fc6e3f1524fe1732a80fd022e913b14f8f525.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1375.png|1254:00]]||53/06:00||594e4d06d609879d102ebe9ea49575bdb432fdf03bfb501eac2ee5ec9c413de4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1376.png|1255:00]]||53/07:00||ca0ef6165b86260e1ec21c055b81f9c871f459952041e6fcff55d772b99c54bf.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1377.png|1256:00]]||53/08:00||8dbe07d6d2ca6f3b907bb3600e380b30c155c65099dc8062bc47d382b9b252b4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1378.png|1257:00]]||53/09:00||08b65964d78d9d4315669dd2e0125bd55770273f6fde6f3911ea2c83ee3ea1b8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1379.png|1258:00]]||53/10:00||4325f56bc97d7058738eb4db0cbfe9a57fddb72318cb428ecdcf377c612aa5e4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1380.png|1259:00]]||53/11:00||a4d5eab4da7b30d5d0879b967f46793f87c9da2dbb5e02d7524ed42d4085eaae.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1381.png|1260:00]]||53/12:00||888b657e13bb85b7ad15f6b3b9fc7a45420e57d9a9a208085cee27de9f5d4b11.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1382.png|1261:00]]||53/13:00||b58cda3df0a2ab345866c0b1151751d804a02dfc5c5fd0ee1c4372fe58d3920e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1383.png|1262:00]]||53/14:00||c6d1f7a159d4126cde6ade7127f9160d55044982de9bd430b7b0bee1368318c9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1384.png|1263:00]]||53/15:00||377ac563d4fe4a88c457b4ca529f588eea93ec8b719483e0e6cb509165aa7e7b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1385.png|1264:00]]||53/16:00||3e09c9a4b920b7041c9a0dba4f1332035f3416371ba349ac07f0dc506826eee7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1386.png|1265:00]]||53/17:00||99ffb293d7f316a20f02c68804325166145c8ddf8cb62f48358c7834d0ce9ce6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1387.png|1266:00]]||53/18:00||e62df3d592e7733071b5398ea6822d005610d0116308b7a262abbfcbed963a36.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1388.png|1267:00]]||53/19:00||290d835d9295dbb970f1a2890f8f58826b11c3af417f6f0a9b1c6021c84e05d5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1389.png|1268:00]]||53/20:00||e9db7a116ea448b2e15d4b479ae332252adba3448fbcacf575f1ab7d771baf0d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1390.png|1269:00]]||53/21:00||80792659ac19057e563960991b3c26ad10b13f3cd95ae21ddf325d58906417de.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1391.png|1270:00]]||53/22:00||fc3ddb2f031439ad78f8bbb1aa1e7025df2a74f2054b2831897a15b42c95d689.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1392.png|1271:00]]||53/23:00||e493adfd64ba9dd7117c968f5d376ebbed372c85e0efa42580a7b5c45e4fa780.png&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 54, Friday, May 17, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1393.png|1272:00]]||54/00:00||540394a0c3a47a016ec4c266696832ec9b4dd935288a3b10703f0daa11ff3881.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1394.png|1273:00]]||54/01:00||fd1bc837c89c6a673342b5372fd0f5850ed59b32c6549d73d4eeb076fdc3d318.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1395.png|1274:00]]||54/02:00||f97b24a7dcc9b1d835e550ad8f48a3908ce67fedd59445f7d84c7913d0100d26.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1396.png|1275:00]]||54/03:00||714dbe5b02ce80b05154b36046fded2836654e389e54ec60e3b536773a0a27d4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1397.png|1276:00]]||54/04:00||63e3a176068326e505872501c47bec19bd1ea72fe09a5b4e783eb4090068330b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1398.png|1277:00]]||54/05:00||0af4b567669ebe730fdad502a2a145137ef7fb8c1e44d0276ed2dc414004b9fd.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1399.png|1278:00]]||54/06:00||a0143d413273c4782b2c01784b5769ccefa930e4b8315cc84d23dee6426787ec.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1400.png|1279:00]]||54/07:00||4a056a094a5552a010af0267737cacff204ed21affa3c6e08bb3a9023a593e31.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1401.png|1280:00]]||54/08:00||67039e2ca40d0ee10806e9ef991e87e504f987600f2853bb5f878a286be7a150.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1402.png|1281:00]]||54/09:00||15c459bb092c4a8a36c8c59c844f2d9fb6175156aa7f6ad583270440df9100dd.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1403.png|1282:00]]||54/10:00||9b48d262efd6ba17767c7db733e8f05d9840d13b3562986ab5af42eeabc08229.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1404.png|1283:00]]||54/11:00||be5993f76f53da46475006d784de99f1c810275e7aeb013744d4bf28b0eaf9ce.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1405.png|1284:00]]||54/12:00||2cbe4d2ec43bb1bd658568a78c7c0ff410bee0bd2bc6e43905654d8de6622fed.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1406.png|1285:00]]||54/13:00||314200e29c1d8a0f215a633d91e6eb18dc5e1612b53cfed68195c3aee6c91945.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1407.png|1286:00]]||54/14:00||7abde5a95d1fc9b9550da96391cd5f6f3906daea7953b91c3248aa34a50c99b4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1408.png|1287:00]]||54/15:00||1f25f8d346801492873629d54fe2ace28f7c2953b4703df99e9908a0294a0731.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1409.png|1288:00]]||54/16:00||e0ad0d41b14931f43fa12d7696f6aac604f5627660135112e3206f3ff4614794.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1410.png|1289:00]]||54/17:00||f5402da6aae5ca3f4bbf5e071be20da5b6bced8811867ac52098253ea42f7a51.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1411.png|1290:00]]||54/18:00||1c95dcd57e0a5fbebc87ac4a0de3d6f64ad0669b63a0edff3951231e69ced4d3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1412.png|1291:00]]||54/19:00||9782a8a5509e6bad0e7341892fe68082aeb25305589e96327942b64450a7ad46.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1413.png|1292:00]]||54/20:00||bba4f9d6a995fe8b90eea6ecdcf3dea0d7e3ded4d6fe265f2e8e891444b17687.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1414.png|1293:00]]||54/21:00||b8495c43fbb6f18c4da9c01775d6e46f3b890a7d8ebadca640138e2f457cd597.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1415.png|1294:00]]||54/22:00||f45a57bc50f1082268acd5bc6ea3f34521da419e982da539efdb4a2d7797abe8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1416.png|1295:00]]||54/23:00||adc355c7f3127f628cabdb3747cd5e02290ded01b5173c322bf80f9e56282920.png&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 55, Saturday, May 18, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1417.png|1296:00]]||55/00:00||990f615b43356d629ec84de70639d9855eb505c60ec7726b2091dc3f40ebeaae.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1418.png|1297:00]]||55/01:00||f9ebde7cd4c59df1300d676e75512d616db565d757c92bceccd07808e677cb23.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1419.png|1298:00]]||55/02:00||3e839450823382285b0518556d064aa8365efa9d2c399dbdf842f8b387504c10.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1420.png|1299:00]]||55/03:00||39fc23bb7dede4043e3b279bd71f3003d98b768585eb650a6bdc14bed0cb18a3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1421.png|1300:00]]||55/04:00||c6a68fdc19523a9b48775f6cebae66232c41553b7892c3b38b16f7b43d229d7d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1422.png|1301:00]]||55/05:00||5da980ba7ce8a2526bdbb5ee135c3607a7e42d2c7b62f41f8b3670ef230f9f56.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1423.png|1302:00]]||55/06:00||8dfd20bee351872a640a90ed24924be7ec3a4f95bc32ace6434f1e4155c5143b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1424.png|1303:00]]||55/07:00||f1a0d5620900d6bd0c0186e92699d0513d3c181ec54cbb8e0fa59aaec25f5528.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1425.png|1304:00]]||55/08:00||b213355d89bb4d408a04acecfef25aee75cc5ff46504a8668f8c5ed4697df0bd.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1426.png|1305:00]]||55/09:00||77e41d1f16c462b124fec709dee075eb6743c81be4a61d2825fee29644449160.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1427.png|1306:00]]||55/10:00||6a9dfb2b2b37ec5c439cb80eeb788cf6a1b0e30f7f5d5041c805fd29289b059e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1428.png|1307:00]]||55/11:00||51d13b8881daedc9aa4b741fa2a4542ccdecbac2696cb83aed55a0875b5b1a60.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1429.png|1308:00]]||55/12:00||69c9a2dec0ca5ec38579d97aa12bdf90c65851fb2e33c1905bb0b892faa978ba.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1430.png|1309:00]]||55/13:00||810853fe4198ef53e371b93326ed07273b3c663327a4898f0064d9abf08132a5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1431.png|1310:00]]||55/14:00||d476fa9a55faa41db6caff2ab42670a251f4285d40f57e7acde3970b704c85f7.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1432.png|1311:00]]||55/15:00||38b471e2fd3d8a463c67cf4be11da5cb6a4f3ff48f7df9c521c439b62105ad00.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1433.png|1312:00]]||55/16:00||c43f56467fc05a35dd27b2c25bbd7c26d0d40ba0ba538fc2c780d69c0d8f3f80.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1434.png|1313:00]]||55/17:00||093d4fde81a2a4cd835e5f1c8d4d38f575b2f68fe09d128a205e5274c9b204e9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1435.png|1314:00]]||55/18:00||4ba0faad04eb4ffcbb7bfc6edc6fb49df160e9c7f9bb7d74aa8b730f1b2ffab9.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1436.png|1315:00]]||55/19:00||58eee3452dace3a96b8cf3e33089c2e6b0ba3889bc122e8310415a0d307f2c5f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1437.png|1316:00]]||55/20:00||984a4da285a260fad53caded708748f655e1bb13e9caf8f6c39181c4b7b2a8fe.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1438.png|1317:00]]||55/21:00||ee148ae34475af773c4f1aee918544ce36c6d65b16cc7bfa332080b500fa9898.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1439.png|1318:00]]||55/22:00||4f293fd73ba04c16d9de241b5eef9aa32d1242d553eed7931827ef3e35d1ce24.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1440.png|1319:00]]||55/23:00||63de3eea41b0dafe167512b05bdf660a76dba7a4afe1eb7a69a24f2fd52b395e.png&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 56, Sunday, May 19, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1441.png|1320:00]]||56/00:00||fede07cab7795f72814920b8511803164c9335e511423a520d7995e8338c1ba3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1442.png|1321:00]]||56/01:00||2f320da55798d6fd2e67030d4b0b1a6d59fcb4f9f5b3ca2b9fb61dbee7dc2e89.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1443.png|1322:00]]||56/02:00||044a57bdfea208bc1dad952a1897a8b350c3fb4766d5b9edafb7884f5f68ba87.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1444.png|1323:00]]||56/03:00||c57ad20f28a2791f6bf0a61a69caa804e3e190d139ae114cd896b050521524e0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1445.png|1324:00]]||56/04:00||93fe9a7dcbb688c8def0515f45dbdcc9955f0bd6c5828258ed0fc41cd97ee820.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1446.png|1325:00]]||56/05:00||265c96d26d2a14e4a9bfc39600b2836fa2e186d71b76d1d37e94dfade2fc7a77.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1447.png|1326:00]]||56/06:00||572cee028436e3fa24e4848ed5380afb04168aa56b20d717a282157618275bd0.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1448.png|1327:00]]||56/07:00||8b1945dae754ea1859b131781396833d89159e32ad5878998ec81cc3d4b624c8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1449.png|1328:00]]||56/08:00||30b2b737fe38b41f21b2c507c787d1bdf27535225ed6b017feb99f10700b1ec2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1450.png|1329:00]]||56/09:00||804341d7f1b8efc5d5d3828a8c59ea0a233da89ffbdd27db3bb5c868e43b4596.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1451.png|1330:00]]||56/10:00||c978cd5babe9453803e65e4f6f8c2e12835cf9a71748bde1d884bc7cb46d48de.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1452.png|1331:00]]||56/11:00||fb163abae07b811325e91e3743b0ad2c79c72792bd322f5f9ee95535998354f5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1453.png|1332:00]]||56/12:00||f016f4bac1bf672a0555ad4a64c80910b5c9802e6140f45e444937e398b08543.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1454.png|1333:00]]||56/13:00||91569e50503b6841086d738e9cfa7bf59b87b540dd62d4a97b0f07340c299bac.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1455.png|1334:00]]||56/14:00||32018794837ce6cf03cf522f77c434a45b6a30a5445234f8ae7b1a56fbdbcb9a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1456.png|1335:00]]||56/15:00||42f02361fc08e43eb99c56f2c81230b3e2bab607ca27136c4fecceb84e59a5b1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1457.png|1336:00]]||56/16:00||372c6ec844347c8dc5ae1a4fbc99444e1068d04c40b7f15a6db4b2c07ae0cdd5.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1458.png|1337:00]]||56/17:00||fa63f1b1915a28aefa8877e729ed25fe16972048b6b5ed37cd89d86daac234ae.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1459.png|1338:00]]||56/18:00||6150b8ba417460eff9f50d168807dd251013efac7b12f015152e3e7529b9f8fd.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1460.png|1339:00]]||56/19:00||f2910b0d00e03c965fd789e7afd9828062695873c0e36880b900a0ee2a951bae.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1461.png|1340:00]]||56/20:00||73d6a7bb29e4e573148eedbb7d638aab44868cde89829575b2bc1a5dbf469b78.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1462.png|1341:00]]||56/21:00||773d74a88dcecc53b0c3c7bbd01255e736a62fcb6ff3ef39e7f63d7fb069f72d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1463.png|1342:00]]||56/22:00||37ffb213c1bf38d6c7147158b47b3353b3b70f31e88abf727778e2cdeeb425b6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1464.png|1343:00]]||56/23:00||b9bdc391a1be0011a041e33e6e08697ddcc6dce8da4db2ffdaee8e1167e78c07.png&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 57, Monday, May 20, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1465.png|1344:00]]||57/00:00||3697aa0a5de7aa2ab23f14056c1ad1f5d9dc2db945e5fdf8ff8cf8054a0e4e21.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1466.png|1345:00]]||57/01:00||cdf9c993c4f56cbbaddd90fe06c45511c5d15d1229c61246cf8cb677a710619b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1467.png|1346:00]]||57/02:00||00adca946862bf3d36ec459f4745d5af4a2df89b5825aa60ec456becadd2929b.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1468.png|1347:00]]||57/03:00||3b7d756f68621999cb031661001a0bc4748ed16df6967639018aba8d81deec20.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1469.png|1348:00]]||57/04:00||76723cf3ae9b108d94445c211f7fd8ec08197a9a744bf9bfaab74f6aa88576d4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1470.png|1349:00]]||57/05:00||678fb5643b96e12eead3cfdd22cb1a6f40922b036efe59baf60a1faa6ce6003c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1471.png|1350:00]]||57/06:00||5fcde8a93587f1ab1c8faca758ef70a771e1d56edc3bf03cb796e828fdc90903.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1472.png|1351:00]]||57/07:00||1535a0cfe4b3c1c60220d44d107c9ae4a333f268a6c1657fcb6a7acd851d1ea4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1473.png|1352:00]]||57/08:00||225aee08a3ddd45cd2151caa3bd6817ceb92759ed2a73583bcca6c6830e3bbcf.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1474.png|1353:00]]||57/09:00||2eb247b4ea92e0e9b10f7260e924405142c75c42b27a8790cc1e8a802890de8e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1475.png|1354:00]]||57/10:00||90fd07f39eccdfbe9bf000382883550bcf77d50726bc05b5cf5d19f5ff24d484.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1476.png|1355:00]]||57/11:00||f57ad9d43527ba723c3d5bd34aaa5f47f4b50895c44e840dee844d00dec9c4a8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1477.png|1356:00]]||57/12:00||a72f83150ef2a9f5b654706105b4081d1933ac287e7721a095382ad28ce995ee.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1478.png|1357:00]]||57/13:00||068592cce5d0c2e1fcbb0c0d75bac9f8dd81253870c76caae214134f085dcb31.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1479.png|1358:00]]||57/14:00||69a338b7b95d642f51ff39578cd08fc3b266a6cb1615992f5f94d563a2002f29.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1480.png|1359:00]]||57/15:00||0885eb0852c6a2a749273befebad357e80fcddd5d2ab4545bae37df0701408b1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1481.png|1360:00]]||57/16:00||cf263e18533c90ae25fb1523c0e0b9cd5a8fb13a33651a45511552a0b2fc7709.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1482.png|1361:00]]||57/17:00||c7cb56a19c226d24388718b97074e752a78282d95e0221babbb5bc20cc21bf91.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1483.png|1362:00]]||57/18:00||9798ce83b38cac8f19e3c8028b159bcf2489dfdb5cee2e6c2e4f339ffa746b11.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1484.png|1363:00]]||57/19:00||084574ebc06ee0acbd0120b01a132e28da58627a55d6210753f97dc239d24b1f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1485.png|1364:00]]||57/20:00||c9e937ac9be699cf41fc9d467bdd18e5d156b9cecfa1748424ba6a2b46f8c49a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1486.png|1365:00]]||57/21:00||eb79e4d955afdd980f76d9d9ae59f8bc2b36820674239f8e5e113904a9e020ac.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1487.png|1366:00]]||57/22:00||25e02ba2d4d7ba9f42915486f850f1277a3909c98a5c96f0f0c70f6ce57ea5cc.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1488.png|1367:00]]||57/23:00||5b83341c5e4427ba0b2fc7775cf3afa2635715bf064c1c7b9c58819811ee4a8e.png&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 58, Tuesday, May 21, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1489.png|1368:00]]||58/00:00||8657a4d859c4e96fda08f3acd09ac0e918b2e30742a8001331b43bce24c3a7e8.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1490.png|1369:00]]||58/01:00||57dd3e164dd5441d5befa5730576231583869f1420ea778357fff21249139078.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1491.png|1370:00]]||58/02:00||c415462d69c8c4f2937f202035784ef4814f4ba3b2128a8eab0eea66b991a25a.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1492.png|1371:00]]||58/03:00||30be9b1a564314e23d9e13434c325be0aff39693fd4137851f2ddb27ba34b9bc.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1493.png|1372:00]]||58/04:00||d8c7502b06995cd1d663cdade0ed5163822fe0b2f6ecff297cba61f9297fc9d3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1494.png|1373:00]]||58/05:00||bcdb037850f7729294b921e1f929f6a477f511896a7e0669a572bbc4276ce8f2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1495.png|1374:00]]||58/06:00||eb8389776d414bb24a631a0ccbbba80775d0c5501728a366604ff7d914c9afa6.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1496.png|1375:00]]||58/07:00||3eff5bfad298c84893f0ba99ef08ea078b9a69a174a057883f1657f373d012ca.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1497.png|1376:00]]||58/08:00||366580bd9b5a9f16c47bd108ca0b66f8bd8230aa1cb3c3231ad1ab645c265e21.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1498.png|1377:00]]||58/09:00||4541ed2a58c692f1aaf813d54cfa58348a505ea91689ebd0a3c24528a7bcbabd.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1499.png|1378:00]]||58/10:00||348d4397f5395ca2d8d1f9eaa2aa498aa2a3c8e012406c2db4935ac8d40dd45e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1500.png|1379:00]]||58/11:00||7b4af7ca595362096252d19a3e34c0f30d0c78896d4ebea2110e073073da9abe.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1501.png|1380:00]]||58/12:00||f210340d99c74ef7c942789dd9e8cbc75666af72fd36b9ee8f3203eef403515c.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1502.png|1381:00]]||58/13:00||706b3f916bf3edcd2e31b2de98f70557c2de00c39be1b354f08c8c9116cdcf77.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1503.png|1382:00]]||58/14:00||aec7f708c93e4ea0d96cef79f5c597a4167bd03f4b96a7670683ea3c0bcf1373.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1504.png|1383:00]]||58/15:00||cfdbd83ccb72f160f6829b2e6f6e8cb4a1a8c4172fac3f6b1068671c982f0f10.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1505.png|1384:00]]||58/16:00||fe2762de86643237f3ae606f3416bd76a33e8955dd45610264c9e7b1e3463dab.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1506.png|1385:00]]||58/17:00||37d1da4210d235267db2d781b1abd6b09f16ca818be823d2c58f2b397ada8f78.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1507.png|1386:00]]||58/18:00||463dfa60b2f6befd870bb6ad490291325bc0d3fca677aed96b478623e6684e00.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1508.png|1387:00]]||58/19:00||8ab46210444ea20cf0200718a844f669011f6d85d64ea8da0da00d683d5f0598.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1509.png|1388:00]]||58/20:00||175495840001081794a499b5475b35cdbf32221a2d1a465e3fdc0e6e2a684c55.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1510.png|1389:00]]||58/21:00||6a7be0b352abf0fd1e34037718c19ceb62283c3b8eb4542f4719a008a5dc5734.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1511.png|1390:00]]||58/22:00||8744c47d918f79ed2729d0e6a6575bb9ecc1ffeb0a82eb537205ce6ea0d5d658.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1512.png|1391:00]]||58/23:00||462adb6006f2fa5be20b34f7a34ae22f3587709b354e88ddba6d9ad8ef259e55.png&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 59, Wednesday, May 22, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1513.png|1392:00]]||59/00:00||a8673ca1aa316553d7ba8af560857b270521059c03a9c8c167b85c124293f89e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1514.png|1393:00]]||59/01:00||d76f89da732f3d5a4d948356069e391dd636a4bb6358ad80378e32bcaa4f1ad2.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1515.png|1394:00]]||59/02:00||a9b75f818fc67ac91761becfb87be52d25491cf3012456e53b2341223336fa70.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1516.png|1395:00]]||59/03:00||4adbafebf47c2750524a52ef0037e21a1067a8bdddba826f21f9f0ec823a23c1.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1517.png|1396:00]]||59/04:00||f487d856c788b6de523b128b069d608b38aebaaa263b54bf5255db9789a2e543.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1518.png|1397:00]]||59/05:00||16d1fd5e848e36d768afec2b2354e8b8e0bf515fec57200a7e4e9bb4fbb17b8f.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1519.png|1398:00]]||59/06:00||7fc2dfc056cc08de33f7b5e80bea8a1d7059fb2f8aefde916202a0daac56d464.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1520.png|1399:00]]||59/07:00||9f5673f44ba6a77a93d03e8a5885a663f0677259263998615379c6a5353f7d56.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1521.png|1400:00]]||59/08:00||4911ec8c8189c0013d1e9fa09a4bb25cb39b14e2f5719947594b25905c372d2e.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1522.png|1401:00]]||59/09:00||a1d6824f6731f6854b9d1f242b6e7e2532b15cddc5bb4f7b506f8f26a82225c3.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1523.png|1402:00]]||59/10:00||95e6b9b70621d7ad5eb4ea0957e487e4c4c91673e29b91d149e01ba39cf9cb21.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1524.png|1403:00]]||59/11:00||f9ee5e310491856a81cf0d55d4d264f636f68d904b12762e206c3bf6e3358618.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1525.png|1404:00]]||59/12:00||e91a732a9ef1b2fb1a96346791949ee36163e5d12eaa5fb4d17f462f89535992.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1526.png|1405:00]]||59/13:00||adac2c8616ed9633aa3c2744085a9a33d1ddd777ea946d7d0bea19269ea5692d.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1527.png|1406:00]]||59/14:00||4d6373adc42dd3a64f881f59b48a755eec25c806ed463b51cce22237f3ec7e89.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1528.png|1407:00]]||59/15:00||cf0d94274b8c1f385d2e2222ec41e10fcd6b13b589f0101027898b2c2fc2bca4.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1529.png|1408:00]]||59/16:00||1adf9bb54cceb96bd1258bd24a80c676193009d482c073a94b3fb2f85eccfbaa.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1530.png|1409:00]]||59/17:00||12eee8dd739e54f2e3419a3193a1d51cd862218e256ad0a48f1224402e72f893.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1531.png|1410:00]]||59/18:00||6a65b8d53c477c4c28d4b055d8971af45a3a3b98214a3502a06c4cb1dbe274ee.png&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1532.png|1411:00]]||59/19:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1533.png|1412:00]]||59/20:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1534.png|1413:00]]||59/21:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1535.png|1414:00]]||59/22:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1536.png|1415:00]]||59/23:00||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 60, Thursday, May 23, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1537.png|1416:00]]||60/00:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1538.png|1417:00]]||60/01:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1539.png|1418:00]]||60/02:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1540.png|1419:00]]||60/03:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1541.png|1420:00]]||60/04:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1542.png|1421:00]]||60/05:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1543.png|1422:00]]||60/06:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1544.png|1423:00]]||60/07:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1545.png|1424:00]]||60/08:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1546.png|1425:00]]||60/09:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1547.png|1426:00]]||60/10:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1548.png|1427:00]]||60/11:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1549.png|1428:00]]||60/12:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1550.png|1429:00]]||60/13:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1551.png|1430:00]]||60/14:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1552.png|1431:00]]||60/15:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1553.png|1432:00]]||60/16:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1554.png|1433:00]]||60/17:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1555.png|1434:00]]||60/18:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1556.png|1435:00]]||60/19:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1557.png|1436:00]]||60/20:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1558.png|1437:00]]||60/21:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1559.png|1438:00]]||60/22:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1560.png|1439:00]]||60/23:00||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Day 61, Friday, May 24, 2013====&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks table-padding mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Image&lt;br /&gt;
!Time&lt;br /&gt;
!Original image hash&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1561.png|1440:00]]||61/00:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1562.png|1441:00]]||61/01:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1563.png|1442:00]]||61/02:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1564.png|1443:00]]||61/03:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1565.png|1444:00]]||61/04:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1566.png|1445:00]]||61/05:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1567.png|1446:00]]||61/06:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1568.png|1447:00]]||61/07:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1569.png|1448:00]]||61/08:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1570.png|1449:00]]||61/09:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1571.png|1450:00]]||61/10:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1572.png|1451:00]]||61/11:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1573.png|1452:00]]||61/12:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1574.png|1453:00]]||61/13:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1575.png|1454:00]]||61/14:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1576.png|1455:00]]||61/15:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1577.png|1456:00]]||61/16:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1578.png|1457:00]]||61/17:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1579.png|1458:00]]||61/18:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1580.png|1459:00]]||61/19:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1581.png|1460:00]]||61/20:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1582.png|1461:00]]||61/21:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1583.png|1462:00]]||61/22:00||&lt;br /&gt;
|-&lt;br /&gt;
|[[Media:time1584.png|1463:00]]||61/23:00||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
==Where's the discussion block?==&lt;br /&gt;
It was getting kinda large, so the discussion block has been moved. You can still discuss this comic here: [[Talk:1190: Time]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Dynamic comics]]&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=201:_Christmas_GPS&amp;diff=34321</id>
		<title>201: Christmas GPS</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=201:_Christmas_GPS&amp;diff=34321"/>
				<updated>2013-04-19T14:23:52Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: Created page with &amp;quot;{{comic | number    = 201 | date      = December 25, 2006 | title     = Christmas GPS | image     = christmas_gps.png | titletext = If it's over water, and you can't get a boa...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 201&lt;br /&gt;
| date      = December 25, 2006&lt;br /&gt;
| title     = Christmas GPS&lt;br /&gt;
| image     = christmas_gps.png&lt;br /&gt;
| titletext = If it's over water, and you can't get a boat or revise the rules to preserve the makeout, there is no helping you.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
In the comic Cueball has gotten a GPS and asks Megan what to do with it. She suggest to take their current Longitude and Latitude coordinates and put their birthdays after the decimal points to get a location. For example, if Cueball was born on let's say April 1 1986 and Megan on August 12 1988 ad they are somewhere in New York (40.768062,-73.98468), the coordinate they type will make 40.040186 and -73,081288. The good thing about keeping the number before the decimal point is that the distance is that the distance is realistic to do by car still. Megan suggests to make out in this place.&lt;br /&gt;
&lt;br /&gt;
The comic is a Christmas comic, since it came online on Christmas day 2006.&lt;br /&gt;
&lt;br /&gt;
The alt text suggests if the location you make for yourself (and girlfriend) is over water, you either need to find a boat or find some rule that you can preserve the promise of making out. &lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
Boy: Check it out-- I got a GPS receiver for Christmas!  What should we do with it?&lt;br /&gt;
;Girl: Let&amp;amp;#39;s take our latitude &amp;amp;amp; longitdue, put our birthdays after the decimal points, then go to that spot and make out.&lt;br /&gt;
;[Boy is in love]&lt;br /&gt;
;Narrator: Merry Christmas from XKCD&lt;br /&gt;
;[car driving off in to the distance]&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Christmas]]&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=763:_Workaround&amp;diff=30756</id>
		<title>763: Workaround</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=763:_Workaround&amp;diff=30756"/>
				<updated>2013-03-22T14:35:15Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: Created page with &amp;quot;{{comic | number    = 763 | date      = 2010-07-07 | title     = 'Workaround' | image     = workaround.png | titletext = I once worked on a friend's dad's computer. He had the...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 763&lt;br /&gt;
| date      = 2010-07-07&lt;br /&gt;
| title     = 'Workaround'&lt;br /&gt;
| image     = workaround.png&lt;br /&gt;
| titletext = I once worked on a friend's dad's computer. He had the hard drive divided into six partitions, C: through J:, with a 'Documents' directory tree on each one. Each new file appeared to be saved to a partition at random. I knew enough not to ask.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
In the comic a 'relative' of Cueball is depicted, who explains to him how he downloaded a certain video of YouTube. The relative is one of the 'non-computer people', probably to think of as the dad or granddad of Cueball. He explains how he saved a web page and opened it in (Microsoft) Word, to then send this .doc (.docx) file to a service that extracts YouTube Videos who then emailed it back to him. Probably this service just saw which movie he wanted to download, and did it the normal way and just emailed the result to him.&lt;br /&gt;
&lt;br /&gt;
The bottom text says that though Randall encourages his relatives to solve their computer problems on their own, by trial and error, he has to resist the urge of asking them how they really did it. Because most of the time this results in a very clumsy, elaborate way of working, involving typically obscure functions of programs elderly like to use for whatever problem on their computer (like Microsoft Word, Outlook,...) &lt;br /&gt;
&lt;br /&gt;
The title text just explains another example of this complex and elaborate way of working that people who don't understand computers can create.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A man stands at a computer terminal, while another man behind him stands with his head in his hands.]&lt;br /&gt;
&lt;br /&gt;
:Man 1: See, I've got a really good system: if I want to send a YouTube video to someone, I go to File -&amp;gt; Save, then import the saved page into Word. Then I go to &amp;quot;Share This Document&amp;quot; and under &amp;quot;recipient&amp;quot; I put the email of this video extraction service...&lt;br /&gt;
&lt;br /&gt;
:Caption: I'll often encourage relatives to try to solve computer problems themselves by trial and error. However, I've learned an important lesson: if they say they've solved their problem, &lt;br /&gt;
never ask how.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1181:_PGP&amp;diff=29683</id>
		<title>1181: PGP</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1181:_PGP&amp;diff=29683"/>
				<updated>2013-03-04T11:24:19Z</updated>
		
		<summary type="html">&lt;p&gt;Flekkie: /* Transcript */ first transcript&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1181&lt;br /&gt;
| date      = March 4, 2013&lt;br /&gt;
| title     = PGP&lt;br /&gt;
| image     = pgp.png&lt;br /&gt;
| titletext = If you want to be extra safe, check that there's a big block of jumbled characters at the bottom.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
{{w|Pretty Good Privacy|PGP}} (or {{w|GNU_Privacy_Guard|GPG}} under linux) is a program which can be used to encrype and sign messages sent as emails.  Encrypting the message would prevent anybody from reading it if they didn't have the key to decrypt.  Signing the message would mean that the message can be verified as un-altereted, if the reader was to check the message against the signature.  People who uses such program typically only uses the feature to sign the message, since entryping it (which would give you the privacy) would mean that almost nobody would be able to read it, including the intended receipient as they rarely would have the keys and software installed to decrypt the message.    hence the irony here is that nobody actually verifies the &amp;quot;signature&amp;quot; either, but feel secure that the m essage appears to be signed.&lt;br /&gt;
&lt;br /&gt;
The use of signign software is so rare that most people have never seen a signed message.  The joke here lies within the approach of ignoring actual privacy guarantees PGP provides, therefore giving a false sense of security.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
PGP or {{w|Pretty Good Privacy}}, is a in part {{w|Public-key cryptography}}, which is defined in RFC-4880 [https://tools.ietf.org/html/rfc4880#page-60 RFC4880]-devised. The blob which makes the signature is a binary signature which is encoded into ascii using {{w|ASCII armor}}.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
How to use PGP to verify that an email is authentic:&lt;br /&gt;
&lt;br /&gt;
Look for this text at the top&lt;br /&gt;
&lt;br /&gt;
[in mail header, light grey] Reply&lt;br /&gt;
&lt;br /&gt;
-----BEGIN PGP ENCRYPTED MESSAGE-----&lt;br /&gt;
[in mail message, light grey]&lt;br /&gt;
HASH: SHA256&lt;br /&gt;
&lt;br /&gt;
Hey,&lt;br /&gt;
First of all, thanks for taking care of&lt;br /&gt;
&lt;br /&gt;
If it's there, the email is probably fine&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Computers]]&lt;/div&gt;</summary>
		<author><name>Flekkie</name></author>	</entry>

	</feed>