<?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=Arlo+James+Barnes</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=Arlo+James+Barnes"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/Arlo_James_Barnes"/>
		<updated>2026-05-24T13:31:28Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=426:_Geohashing&amp;diff=183591</id>
		<title>426: Geohashing</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=426:_Geohashing&amp;diff=183591"/>
				<updated>2019-11-25T23:27:20Z</updated>
		
		<summary type="html">&lt;p&gt;Arlo James Barnes: /* Trivia */ update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 426&lt;br /&gt;
| date      = May 21, 2008&lt;br /&gt;
| title     = Geohashing&lt;br /&gt;
| image     = geohashing.png&lt;br /&gt;
| titletext = Saturday is game night&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{w|Geocaching}} is a sport where you have to find things hidden by other people based on geographical coordinates. Randall has had a similar idea before in [[201: Christmas GPS]].&lt;br /&gt;
&lt;br /&gt;
[http://wiki.xkcd.com/geohashing/ Geohashing] is a sport created by Randall based on reaching a random location determined by an [http://wiki.xkcd.com/geohashing/Algorithm algorithm] that uses a {{w|hash function}} that involves the current date, location and the {{w|Dow Jones Industrial Average|Dow}} opening price. The Dow Jones Industrial Average is a {{w|stock market index}} dealt in New York City.&lt;br /&gt;
&lt;br /&gt;
The algorithm is built in a way that:&lt;br /&gt;
*Makes it impossible to plan a meeting in advance - because of the Dow.&lt;br /&gt;
*Changes every day.&lt;br /&gt;
*Gathers people that are nearby - everyone within the same 1°×1° grid square gets the same position.&lt;br /&gt;
&lt;br /&gt;
The algorithm works as follows:&lt;br /&gt;
# Take the current date in the format yyyy-mm-dd- and append the most recent opening value for the Dow Jones Industrial Average.&lt;br /&gt;
# Pass this string through the MD5 algorithm. &lt;br /&gt;
# Divide the hash value into two 16 character halves, and convert each half to a decimal.&lt;br /&gt;
# Take the integer portions of your current coordinates and append the decimal hash values.&lt;br /&gt;
&lt;br /&gt;
{{w|MD5}} is a cryptographic hashing algorithm, and converts plaintext data into a seemingly random 128-bit (32 character) string. A good hashing algorithm should have three main properties: it is non-reversible and you cannot generate any plaintext data back from the hash, a given sample of data will always produce the same hash value, but even a tiny change to the original plaintext should produce an entirely different hash.&lt;br /&gt;
&lt;br /&gt;
The example co-ordinates are for the Google headquarters in California, as you can see here: [https://maps.google.com/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=37.421542+-122.085589&amp;amp;aq=&amp;amp;sll=37.0625,-95.677068&amp;amp;sspn=73.209607,135.263672&amp;amp;vpsrc=0&amp;amp;ie=UTF8&amp;amp;t=m&amp;amp;z=17&amp;amp;iwloc=A 37.421542 -122.085589]. The example date, May 26 2005, may reference the fact that the first edition of the Dow came out on May 26.&lt;br /&gt;
&lt;br /&gt;
While geohashing was originally intended as a joke, there are people who geohash regularly. Please see the link to the xkcd wiki above.&lt;br /&gt;
&lt;br /&gt;
The title text may imply that people should bring games to their geohashing location on the Saturday following the comic's release.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:Date (example): 2005-05-26&lt;br /&gt;
:That date's (or most recent) DOW opening: 10458.68&lt;br /&gt;
:[Concatenate, with a hyphen: 2005-05-26-10458.68]&lt;br /&gt;
:md5: db9318c2259923d08b672cb305440f97&lt;br /&gt;
:[Split it up into two pieces:]&lt;br /&gt;
:0.db9318c2259923d0, 0.8b672cb305440f97&lt;br /&gt;
:To decimal: 0.857713..., 0.544544...&lt;br /&gt;
:Your location (example): 37.421542, -122.085589&lt;br /&gt;
:[Combine integer part of location with fractional part of hash:]&lt;br /&gt;
:Destination Coordinates: 37.857713, -122.544544&lt;br /&gt;
:Sample Implementation: &amp;lt;nowiki&amp;gt;http://xkcd.com/geohashing/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* In response to comic [[353: Python]], the Python developers implemented the module &amp;lt;code&amp;gt;antigravity&amp;lt;/code&amp;gt; in version 2.7+. This module contains a reference geohashing function.&lt;br /&gt;
* Due to the 2019 hacking of the XKCD forum server, which the Geohashing wiki was also hosted at, the wiki is unavailable until a more secure replacement is implemented.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics with color]]&lt;/div&gt;</summary>
		<author><name>Arlo James Barnes</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=494:_Secretary:_Part_1&amp;diff=131237</id>
		<title>494: Secretary: Part 1</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=494:_Secretary:_Part_1&amp;diff=131237"/>
				<updated>2016-11-20T03:16:53Z</updated>
		
		<summary type="html">&lt;p&gt;Arlo James Barnes: /* Explanation */ Prez explication&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 494&lt;br /&gt;
| date      = October 27, 2008&lt;br /&gt;
| title     = Secretary: Part 1&lt;br /&gt;
| image     = secretary part 1.png&lt;br /&gt;
| titletext = The blueprints for the Department of the Internet offices call for Ceiling Cat-themed sprinkler heads.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
The {{w|POTUS|President of the United States of America}} is the chief executive of the United States of America. Since this comic was released in October 2008 and the presidential election was in November, it was then unknown which of the candidates would become president by the time the comic was set (Spring 2009). This is why the president in the comic is out-of-panel and therefore not revealed to us. As it would turn out, the president inaugurated in January 2009 was Barack Obama, who has gone on to demonstrate a tactical use of the Internet (including the more frivolous aspects of it) for public relations purposes. The suppositional president in the comic is less savvy.&lt;br /&gt;
&lt;br /&gt;
The tubes being clogged is a reference to the, now deceased, Alaska Senator {{w|Ted Stevens}} who, during a congressional debate on {{w|net neutrality}} described the {{w|Internet}} as a {{w|series of tubes}} (be sure to listen to the audio clips in that Wikipedia page, and you'll see why he became a big hit with the Internet). Ted Stevens also gained notoriety for backing a proposal to build a {{w|Gravina Island Bridge|bridge to nowhere}} using federal funds. The question &amp;quot;What are they a-Twitter about now?&amp;quot; refers to the website {{w|Twitter}}, which is a microblogging and social networking site.&lt;br /&gt;
&lt;br /&gt;
Cats are notorious for being hard to herd, thus the idiom &amp;quot;herding cats&amp;quot; meaning an extremely difficult task that can very quickly get away from anyone undertaking it. {{w|Lolcats}} are pictures of cats, usually in humorous poses, that have insipid captions on them. The conflation of lolcats and the herding idiom escaped the president (who is presumably somebody not familiar with the former term). The title text refers to {{w|Lolcats#Ceiling Cat and Basement Cat|Ceiling Cat}}, a lolcat parody of God.&lt;br /&gt;
&lt;br /&gt;
As with cats, Bloggers are an ideologically diverse bunch, and are hard to get to go in a single direction.&lt;br /&gt;
&lt;br /&gt;
The proposed &amp;quot;Secretary of the Internet&amp;quot; would likely be a new position on the President's {{w|Cabinet of the United States|Cabinet}}, which currently consists of the heads of 15 executive departments and are, with the one exception of the Attorney General (who heads the Department of Justice), titled &amp;quot;Secretary of ''Department''&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
All comics in the [[:Category:Secretary|Secretary]] series:&lt;br /&gt;
*494: Secretary: Part 1 (this one)&lt;br /&gt;
*[[495: Secretary: Part 2]]&lt;br /&gt;
*[[496: Secretary: Part 3]]&lt;br /&gt;
*[[497: Secretary: Part 4]]&lt;br /&gt;
*[[498: Secretary: Part 5]]&lt;br /&gt;
&lt;br /&gt;
This series was released on 5 consecutive days (Monday-Friday) and not over the usual Monday/Wednesday/Friday schedule.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:Spring 2009— The new president faces a crisis...&lt;br /&gt;
:[Cueball is talking to an unseen Mr. President, who is sitting behind a desk.]&lt;br /&gt;
:Cueball: Mr. President, the bloggers are restless.&lt;br /&gt;
:Mr. President: What are they a-twitter about now?&lt;br /&gt;
&lt;br /&gt;
:Cueball: It's the tubes sir. They're clogged. We put too much stuff on them.&lt;br /&gt;
&lt;br /&gt;
:Mr. President: How bad is it?&lt;br /&gt;
:Cueball: The internet could be inoperative within days.&lt;br /&gt;
&lt;br /&gt;
:Cueball: We can't let a crucial resource go unshepherded.&lt;br /&gt;
:Mr. President: Go on.&lt;br /&gt;
&lt;br /&gt;
:Cueball: I recommend you appoint a Secretary of the internet. Someone to impose some orders on this mess.&lt;br /&gt;
&lt;br /&gt;
:Mr. President: Ordering bloggers around? Doesn't sound easy.&lt;br /&gt;
:Cueball: No; it's like herding lolcats.&lt;br /&gt;
:Mr. President: What?&lt;br /&gt;
:Cueball: Nothing.&lt;br /&gt;
&lt;br /&gt;
:Mr. President: Do you have someone in mind for the post?&lt;br /&gt;
:Cueball: I know just the guy.&lt;br /&gt;
&lt;br /&gt;
:Soon:&lt;br /&gt;
:Phone: ''Ring''&lt;br /&gt;
:[Black Hat looks away from his computer at the ringing phone.]&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Secretary|01]]&lt;br /&gt;
[[Category:Comics sharing name|Secretary]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Black Hat]]&lt;br /&gt;
[[Category:Internet]]&lt;/div&gt;</summary>
		<author><name>Arlo James Barnes</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1095:_Crazy_Straws&amp;diff=9028</id>
		<title>Talk:1095: Crazy Straws</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1095:_Crazy_Straws&amp;diff=9028"/>
				<updated>2012-08-15T10:06:35Z</updated>
		
		<summary type="html">&lt;p&gt;Arlo James Barnes: Eliminated red link by creating page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Compare [[915:_Connoisseur|xkcd.com/915]]. [[User:Arlo James Barnes|Arlo James Barnes]] ([[User talk:Arlo James Barnes|talk]]) 10:06, 15 August 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>Arlo James Barnes</name></author>	</entry>

	</feed>