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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:event&amp;diff=387324</id>
		<title>Talk:event</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:event&amp;diff=387324"/>
				<updated>2025-09-22T14:09:57Z</updated>
		
		<summary type="html">&lt;p&gt;Dousha99: apologies for the blunders of interpreting the data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;What does this mean? [[User:CalibansCreations|'''&amp;lt;span style=&amp;quot;color:#ff0000;&amp;quot;&amp;gt;Caliban&amp;lt;/span&amp;gt;''']] ([[User talk:CalibansCreations|talk]]) 21:41, 16 August 2025 (UTC)&lt;br /&gt;
:It means the denizens of this wiki try to document ''everything'' that Randall puts on the website, even if it's apparently a mistake and/or a corrupted file. [[Special:Contributions/70.29.243.228|70.29.243.228]] 17:08, 18 August 2025 (UTC)&lt;br /&gt;
Why does this page have the refresh every 60 seconds html attribute? [[User:Preloading|Preloading]] ([[User talk:Preloading|talk]]) 20:43, 25 August 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
After loading the image into a hex editor, I found that it is not an image, but a UTF-16LE with BOM file. The data look like this:&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
UTF-16LE with BOM data. There are multiple new lines trailing in the original data. The content may vary.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
StatusCode        : 200&lt;br /&gt;
StatusDescription : OK&lt;br /&gt;
Content           : {255, 216, 255, 224...}&lt;br /&gt;
RawContent        : HTTP/1.1 200 OK&lt;br /&gt;
                    Connection: keep-alive&lt;br /&gt;
                    Age: 22&lt;br /&gt;
                    X-Served-By: cache-nrt-rjtt7900070-NRT&lt;br /&gt;
                    X-Cache: HIT&lt;br /&gt;
                    X-Cache-Hits: 1&lt;br /&gt;
                    X-Timer: S1756704587.574873,VS0,VE1&lt;br /&gt;
                    Accept-Ranges: bytes&lt;br /&gt;
                    Content-Length: 1359...&lt;br /&gt;
Headers           : {[Connection, keep-alive], [Age, 22], [X-Served-By, cache-n&lt;br /&gt;
                    rt-rjtt7900070-NRT], [X-Cache, HIT]...}&lt;br /&gt;
RawContentLength  : 1359&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;Content&amp;lt;/code&amp;gt; field does indicate a valid JPEG image. So maybe this is a misconfigured CDN edge? [[User:Dousha99|Dousha99]] ([[User talk:Dousha99|talk]]) 06:13, 1 September 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm sorry but what the hell are you talking about? &amp;gt; UTF-16LE with BOM file, for starters, the JPG does not contain BOM data (doesn't start with any of the BOM markings), and the JPG does not contain any coherent UTF-16LE text. What I assume you did was just cURL the request, and got back all the header data, and the raw http response that HTTP sends along. You can even see in the Content field the decimal array of the JPG. The actual data is a JPEG, not text. I also assume you ran a command to identify what type of file you got back from your cURL output (or whatever you used to make that request), which is why you said it was &amp;quot;UTF-16LE&amp;quot;. [[User:Preloading|Preloading]] ([[User talk:Preloading|talk]]) 16:21, 13 September 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
My apologies, I must have mistaken the header output for actual file content (since I have encountered similar issues so I assumed it was the same issue I've seen -- you cannot trust what URL have told you but I digress.). The actual &amp;lt;code&amp;gt;newest.jpg&amp;lt;/code&amp;gt; is missing the &amp;lt;code&amp;gt;EOI&amp;lt;/code&amp;gt; tag and is too short for an image of this dimension. There is no EXIF information. However, the dimensions itself are quite intriguing as they are both multiples of 8, which is the block size used by JPEG format. [[User:Dousha99|Dousha99]] ([[User talk:Dousha99|talk]]) 14:09, 22 September 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>Dousha99</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:event&amp;diff=385690</id>
		<title>Talk:event</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:event&amp;diff=385690"/>
				<updated>2025-09-01T06:13:35Z</updated>
		
		<summary type="html">&lt;p&gt;Dousha99: update on the content of the corrupted image file&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;What does this mean? [[User:CalibansCreations|'''&amp;lt;span style=&amp;quot;color:#ff0000;&amp;quot;&amp;gt;Caliban&amp;lt;/span&amp;gt;''']] ([[User talk:CalibansCreations|talk]]) 21:41, 16 August 2025 (UTC)&lt;br /&gt;
:It means the denizens of this wiki try to document ''everything'' that Randall puts on the website, even if it's apparently a mistake and/or a corrupted file. [[Special:Contributions/70.29.243.228|70.29.243.228]] 17:08, 18 August 2025 (UTC)&lt;br /&gt;
Why does this page have the refresh every 60 seconds html attribute? [[User:Preloading|Preloading]] ([[User talk:Preloading|talk]]) 20:43, 25 August 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
After loading the image into a hex editor, I found that it is not an image, but a UTF-16LE with BOM file. The data look like this:&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
UTF-16LE with BOM data. There are multiple new lines trailing in the original data. The content may vary.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
StatusCode        : 200&lt;br /&gt;
StatusDescription : OK&lt;br /&gt;
Content           : {255, 216, 255, 224...}&lt;br /&gt;
RawContent        : HTTP/1.1 200 OK&lt;br /&gt;
                    Connection: keep-alive&lt;br /&gt;
                    Age: 22&lt;br /&gt;
                    X-Served-By: cache-nrt-rjtt7900070-NRT&lt;br /&gt;
                    X-Cache: HIT&lt;br /&gt;
                    X-Cache-Hits: 1&lt;br /&gt;
                    X-Timer: S1756704587.574873,VS0,VE1&lt;br /&gt;
                    Accept-Ranges: bytes&lt;br /&gt;
                    Content-Length: 1359...&lt;br /&gt;
Headers           : {[Connection, keep-alive], [Age, 22], [X-Served-By, cache-n&lt;br /&gt;
                    rt-rjtt7900070-NRT], [X-Cache, HIT]...}&lt;br /&gt;
RawContentLength  : 1359&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;Content&amp;lt;/code&amp;gt; field does indicate a valid JPEG image. So maybe this is a misconfigured CDN edge? [[User:Dousha99|Dousha99]] ([[User talk:Dousha99|talk]]) 06:13, 1 September 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>Dousha99</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1853:_Once_Per_Day&amp;diff=209200</id>
		<title>Talk:1853: Once Per Day</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1853:_Once_Per_Day&amp;diff=209200"/>
				<updated>2021-03-30T13:39:36Z</updated>
		
		<summary type="html">&lt;p&gt;Dousha99: -&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and not delete this comment.--&amp;gt;&lt;br /&gt;
At 60 calories for an apple, 157 calories for the red wine, 74 calories for the egg and assuming 6-7 ounces of dark chocolate, one could take 10 years to starve to death on this diet.  But you ain't going to be exercising on only 1300-1400 calories per day.[[User:Seebert|Seebert]] ([[User talk:Seebert|talk]]) 16:22, 21 June 2017 (UTC)&lt;br /&gt;
:Depends on the type of exercise. He could mean exercising his mind. But the total time it takes to accomplish all of that (including sleep) means that his &amp;quot;day&amp;quot; would last at most 11 hours. His circadian rhythm is going to be all sorts of messed up.  [[User:OldCorps|OldCorps]] ([[User talk:OldCorps|talk]]) 17:56, 21 June 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
I've tried improving the explanation but in my opinion, it's still quite rough. Feel free to edit phrasing. &amp;lt;span style=&amp;quot;background:#0064de;font-size:12px;padding:4px 12px;border-radius:8px;&amp;quot;&amp;gt;[[User talk:AgentMuffin|&amp;lt;span style=&amp;quot;color:#f0faff;&amp;quot;&amp;gt;~AgentMuffin&amp;lt;/span&amp;gt;]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Randall get out of my head! This morning like EVERY working day I took the train to the World Trade Center walked up 130 steps from the platform to the street and another 15 minutes to work. Sat down to eat my daily breakfast of oatmeal plus a spoon of dark bakers cocoa, a hard boiled egg and a cup of coffee. For lunch I will eat a plain Greek yogurt, two pieces of whole grain bread and two fresh fruits (an apple and something else) and at the end of the day I will walk another 15 minutes and down the stairs to the train stop to go home and set the timer to get my healthy 8 hours of sleep. I'm a living Cueball (except I have hair). Ouch! This is no joke. [[User:Rtanenbaum|Rtanenbaum]] ([[User talk:Rtanenbaum|talk]]) 14:30, 22 June 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
I take issue with the statement that &amp;quot;adults require 6-8 hours of sleep&amp;quot;. (Yes, I'm nitpicking, but nitpicking is an ExplainXKCD staple, so nyah! LOL!) As someone who has suffered from sleep issues all his life, I've always paid attention when the subject has come up, and literally EVERY recommendation has been 8 hours for adults, with children requiring more. In recent years I've heard that suggestion adjusted to say less can be okay (but still at least 6), as long as it's once in a while, and the adult usually gets 8 hours. So 6 hours on weeknights isn't enough, 8 hours weeknights and 6 weekend nights would be fine. :) [[User:NiceGuy1|NiceGuy1]] ([[User talk:NiceGuy1|talk]]) 04:40, 27 June 2017 (UTC)&lt;br /&gt;
:I added in most of the explanations. There is a reason I said an &amp;quot;average&amp;quot; adult requires somewhere in the range of 6-8 hours, varied by person by age. I know adults who are fully functional on 6 and some(like me) that requires 8. And while anecdotal evidence isn't evidence at all, I phrased it more vaguely to be inclusive. This comic is in general makes fun of the fact that these recommendations are always so specific but would affect people in different ways.  [[User:Zazathebot|Zazathebot]] ([[User talk:Zazathebot|talk]]) 21:57, 10 August 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
The latest researches suggest that any amount of alcohol intake would have a negative impact on health. Drinking wine is no longer considered a healthy practise if you are a teetotaler. [[User:Dousha99|Dousha99]] ([[User talk:Dousha99|talk]]) 13:39, 30 March 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>Dousha99</name></author>	</entry>

	</feed>