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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2146:_Waiting_for_the_But&amp;diff=215166</id>
		<title>2146: Waiting for the But</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2146:_Waiting_for_the_But&amp;diff=215166"/>
				<updated>2021-07-16T21:10:55Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.88.42: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2146&lt;br /&gt;
| date      = May 6, 2019&lt;br /&gt;
| title     = Waiting for the But&lt;br /&gt;
| image     = waiting_for_the_but.png&lt;br /&gt;
| titletext = Listen, I'm not a fan of the Spanish Inquisition OR predatory multi-level marketing schemes...&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
Often arguments are made in the form of &amp;quot;I think X, but Y&amp;quot;, where Y is almost but not quite contradictory to X. More specifically, the argument would go &amp;quot;I am not [something generally considered distasteful], but [a more specific statement most people consider part of that general statement]&amp;quot;. The first part of such a statement can sometimes be viewed as an apology or an excuse because the person talking knows that the second part might upset people. A common example would be &amp;quot;I'm not a racist, but I don't think we should let refugees from Africa into Europe.&amp;quot; The idea of denying help to people from Africa will be seen as racist by many people, so the speaker tries to preempt that opinion of themself.&lt;br /&gt;
&lt;br /&gt;
In this comic, [[Cueball]] is having a conversation with [[Ponytail]], who lists several seemingly unrelated but agreeable positions, such as reducing {{w|car accidents}}, treating {{w|arson}} as a serious crime, and approving of {{w|American Humane|&amp;quot;No Animals were Harmed&amp;quot; disclaimers}} in modern media, with Cueball wondering when the &amp;quot;but..&amp;quot; of the statement will come, and conjuring increasingly outrageous images of what Ponytail could have in mind that involves violating all of them, for example some sort of reckless fiery car stunt involving animals.&lt;br /&gt;
&lt;br /&gt;
The title text gives another example of a sentence that will probably be followed by a &amp;quot;but&amp;quot;. {{w|Multi-level marketing|Multi-level marketing schemes}} and the {{w|Spanish Inquisition}} are both considered bad in very different ways, so the implication that if the speaker has to apologize in advance for sounding like defending both of them, they must have a remarkably troubling idea in mind, involving somehow using a version of the Spanish Inquisition as an MLM scheme. &lt;br /&gt;
&lt;br /&gt;
Another possible explanation would be that when people hear a sentence that starts with &amp;quot;Listen, I'm&amp;quot; they tend to wait for the &amp;quot;but&amp;quot;, and the longer it takes the more tension it may cause them, while the speaker may never intend to say &amp;quot;but&amp;quot;. Similar ideas were used for [[365: Slides]] and [[559: No Pun Intended]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Ponytail is talking to Cueball, while holding her hands up with both palms up. Cueball is thinking as shown with a thought bubble.]&lt;br /&gt;
:Ponytail: Listen, I'm all in favor of reducing car accidents, I think arson is a serious crime, and I'm a big fan of those &amp;quot;No Animals Were Harmed&amp;quot; disclaimers at the end of movies...&lt;br /&gt;
:Cueball (thinking): Uh-oh.&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:The longer you have to wait for the &amp;quot;but&amp;quot;, the worse whatever comes after it is going to be.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;/div&gt;</summary>
		<author><name>162.158.88.42</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2483:_Linked_List_Interview_Problem&amp;diff=214485</id>
		<title>Talk:2483: Linked List Interview Problem</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2483:_Linked_List_Interview_Problem&amp;diff=214485"/>
				<updated>2021-07-01T06:11:31Z</updated>
		
		<summary type="html">&lt;p&gt;162.158.88.42: &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;
Assuming not everyone understands O notation: O(1) means that it always takes the same time, no matter how much data is stored. O(n) means the time is proportional to the amount of data stored - if you have 10 times the data, it takes 10 times as long to find the one you want. {{unsigned ip|108.162.221.84}}&lt;br /&gt;
&lt;br /&gt;
This code won't mail the linked list to a museum - it will mail the memory location of the head of the list to a museum.{{unsigned ip|172.70.130.192}}&lt;br /&gt;
&lt;br /&gt;
just to make sure I get this right.&lt;br /&gt;
If I want to save the numbers &amp;quot;1&amp;quot;, &amp;quot;2&amp;quot;, &amp;quot;3&amp;quot;, &amp;quot;4&amp;quot; in an array it could (depending on the programming language) just be &amp;quot;[1,2,3,4]&amp;quot;, while a linked list could be &amp;quot;1 (jump to 3rd entry), 4, 2 (jump to 4th entry), 3 (jump to 2nd entry)&amp;quot;?&lt;br /&gt;
Then entering 2.5 between 2 and 3 would be complicated in the array as you have to move the 3 and 4 to new places, while in the linked list you just change the direction after to to jump to 5th entry, and add 2.5 and the instruction to jump to 4th entry? While it is of course harder to find a specific entry in the linked list. --[[User:Lupo|Lupo]] ([[User talk:Lupo|talk]]) 06:01, 1 July 2021 (UTC)&lt;br /&gt;
&lt;br /&gt;
Does anyone know when the last comic was that used colors? Is this something worth mentioning? --[[Special:Contributions/162.158.88.42|162.158.88.42]] 06:11, 1 July 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>162.158.88.42</name></author>	</entry>

	</feed>