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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=829:_Arsenic-Based_Life&amp;diff=22735</id>
		<title>829: Arsenic-Based Life</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=829:_Arsenic-Based_Life&amp;diff=22735"/>
				<updated>2012-12-13T22:08:04Z</updated>
		
		<summary type="html">&lt;p&gt;35.9.42.80: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 829&lt;br /&gt;
| date      = December 3, 2010&lt;br /&gt;
| title     = Arsenic-Based Life&lt;br /&gt;
| image     = arsenic_based_life.png&lt;br /&gt;
| titletext = According to a new paper published in the journal Science, reporters are unable to thrive in an arsenic-rich environment.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{w|Arsenic}} is a chemical element, known to poisonous to humans and other life forms.&lt;br /&gt;
&lt;br /&gt;
In order to fit the theme of the event, the researchers make hors d'oerves with arsenic. This poisons all of the reporters at the press conference.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
[Three people, two women and a man, stand looking at a laptop screen, which is sitting on a desk. The woman with a ponytail is pointing at the screen.]&amp;lt;br/&amp;gt;&lt;br /&gt;
Ponytail girl: Our arsenic-based DNA discovery is cool, but these reporters are expecting life on Titan! Our press conference will be such a letdown!&lt;br /&gt;
 &lt;br /&gt;
[Ponytail girl turns around to face the other girl.]&amp;lt;br/&amp;gt;&lt;br /&gt;
Ponytail: Okay, we need to make it more exciting for them. How do you make an event entertaining?&amp;lt;br/&amp;gt;&lt;br /&gt;
Girl #2: Dunno, I suck at parties. Music, I guess?&lt;br /&gt;
 &lt;br /&gt;
[Ponytail girl turns back around and leans over to start typing on the computer, while the other two look on. The other girl puts her hand to her chin.]&amp;lt;br/&amp;gt;&lt;br /&gt;
Ponytail: WikiHow says you can &amp;quot;serve cocktails and hors d'oerves that fit the theme of your event.&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
Girl #2: Easy enough!&lt;br /&gt;
 &lt;br /&gt;
[Ponytail girl stands at a podium on a stage, the man stands amongst the audience with a tray. All the audience members are either dead or dying, having fallen onto the floor or slumped over in their seats.]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}} &lt;br /&gt;
&amp;lt;!-- Include any categories below this line--&amp;gt;&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;/div&gt;</summary>
		<author><name>35.9.42.80</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=208:_Regular_Expressions&amp;diff=20310</id>
		<title>208: Regular Expressions</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=208:_Regular_Expressions&amp;diff=20310"/>
				<updated>2012-11-28T19:53:50Z</updated>
		
		<summary type="html">&lt;p&gt;35.9.42.80: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 208&lt;br /&gt;
| date      = &lt;br /&gt;
| title     = Regular Expressions&lt;br /&gt;
| image     = regular_expressions.png&lt;br /&gt;
| imagesize = &lt;br /&gt;
| titletext = Wait, forgot to escape a space.  Wheeeeee[taptaptap]eeeeee.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
According to Wikipedia: &amp;quot;In computing, a regular expression provides a concise and flexible means to &amp;quot;match&amp;quot; (specify and recognize) strings of text, such as particular characters, words, or patterns of characters.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Looking for a specific pattern on 200MB of text is an equivalent to &amp;quot;looking for a needle in a haystack&amp;quot; (Considering UTF-32 (32bits per character), this would be over 5 million characters. This task can be made easy by using &amp;quot;regexes&amp;quot;, since they can find &amp;quot;match&amp;quot; a specific string pattern on the text.&lt;br /&gt;
&lt;br /&gt;
Perl is a popular scripting language, specially useful when dealing with strings.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&amp;lt;!-- The transcript can be found in a hidden &amp;lt;div&amp;gt; element on the xkcd comic's html source, with id &amp;quot;transcript&amp;quot;.&lt;br /&gt;
  -- Tip: Use colons (:) in the beginning of lines to preserve the original line breaks. &lt;br /&gt;
  -- Any actions or descriptive lines in [[double brackets]] should be reduced to [single brackets] to avoid wikilinking&lt;br /&gt;
  -- Do not include the title text again here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Trivia&lt;br /&gt;
This comic is feature on one of the T-shirts[http://shop.xkcd.com/products/i-know-regular-expressions] sold at the xkcd stoe&lt;br /&gt;
{{comic discussion}} &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Include any categories below this line--&amp;gt;&lt;br /&gt;
Regular&lt;/div&gt;</summary>
		<author><name>35.9.42.80</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=208:_Regular_Expressions&amp;diff=20309</id>
		<title>208: Regular Expressions</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=208:_Regular_Expressions&amp;diff=20309"/>
				<updated>2012-11-28T19:45:18Z</updated>
		
		<summary type="html">&lt;p&gt;35.9.42.80: Created page with &amp;quot;{{comic | number    = 208 | date      =  | title     =  | image     =  | imagesize =  | titletext =  }}  ==Explanation== According to Wikipedia: &amp;quot;In computing, a regular expre...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 208&lt;br /&gt;
| date      = &lt;br /&gt;
| title     = &lt;br /&gt;
| image     = &lt;br /&gt;
| imagesize = &lt;br /&gt;
| titletext = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
According to Wikipedia: &amp;quot;In computing, a regular expression provides a concise and flexible means to &amp;quot;match&amp;quot; (specify and recognize) strings of text, such as particular characters, words, or patterns of characters.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Looking for a specific pattern on 200MB of text is an equivalent to &amp;quot;looking for a needle in a haystack&amp;quot; (Considering UTF-32 (32bits per character), this would be over 5 million characters. This task can be made easy by using &amp;quot;regexes&amp;quot;, since they can find &amp;quot;match&amp;quot; a specific string pattern on the text.&lt;br /&gt;
&lt;br /&gt;
Perl is a popular scripting language, specially useful when dealing with strings.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&amp;lt;!-- The transcript can be found in a hidden &amp;lt;div&amp;gt; element on the xkcd comic's html source, with id &amp;quot;transcript&amp;quot;.&lt;br /&gt;
  -- Tip: Use colons (:) in the beginning of lines to preserve the original line breaks. &lt;br /&gt;
  -- Any actions or descriptive lines in [[double brackets]] should be reduced to [single brackets] to avoid wikilinking&lt;br /&gt;
  -- Do not include the title text again here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Trivia&lt;br /&gt;
This comic is feature on one of the T-shirts[http://shop.xkcd.com/products/i-know-regular-expressions] sold at the xkcd stoe&lt;br /&gt;
{{comic discussion}} &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Include any categories below this line--&amp;gt;&lt;br /&gt;
Regular&lt;/div&gt;</summary>
		<author><name>35.9.42.80</name></author>	</entry>

	</feed>