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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2347:_Dependency&amp;diff=340777</id>
		<title>2347: Dependency</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2347:_Dependency&amp;diff=340777"/>
				<updated>2024-04-28T20:44:14Z</updated>
		
		<summary type="html">&lt;p&gt;Netjeff: /* Background and Examples */ Revised the xz example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2347&lt;br /&gt;
| date      = August 17, 2020&lt;br /&gt;
| title     = Dependency&lt;br /&gt;
| image     = dependency.png&lt;br /&gt;
| titletext = Someday ImageMagick will finally break for good and we'll have a long period of scrambling as we try to reassemble civilization from the rubble.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
Technology architecture is often illustrated by a [https://www.guru99.com/images/1/102219_1135_TCPIPvsOSIM1.png stack diagram], in which higher levels of rectangles indicate components that are dependent on components in lower levels. This is analogous to a physical tower of blocks, in which higher blocks rest on lower blocks. The stack in this cartoon bears a striking resemblance to a physical block tower, suggesting the danger that the tower will lose its balance when a critical piece is removed, in this case a piece near the bottom, labeled as being maintained by a single semi-anonymous person located somewhere relatively unimportant doing it for their own unknown reasons without fame or acknowledgement. The concept of balance is not intended to be communicated by a stack diagram, making this a humorously absurd extension of a well-known diagram style.&lt;br /&gt;
&lt;br /&gt;
{{w|ImageMagick}}, mentioned in the title text, is a popular, standalone utility released in 1990 that is used for performing transformations between various graphics file formats, and various other transformations.  While there are also numerous libraries and APIs for performing these tasks within larger programs, ImageMagick is so popular and easy to use that many programs use its API or just find it easier to {{w|Shell (computing)#Other uses|shell out}} to ImageMagick to perform a necessary transformation. They therefore {{w|Dependency hell|depend}} on ImageMagick, and would break if ImageMagick were to disappear.&lt;br /&gt;
&lt;br /&gt;
===Background and Examples===&lt;br /&gt;
Taking code re-usability and modularization to its logical extreme has been a long-time tenet for programmers; programming began as a slow task on very memory-constrained systems, utilizing punch cards and days of delay waiting to discover a bug, so that reuse made things possible that otherwise wouldn't be.  Once systems became small, fast, and able to hold a lot of data, the ability to provide higher and higher degrees of automation made reusable libraries a huge engine behind the development of technology.  By outsourcing what would seem like basic functions, such as string manipulation, to other libraries, developers waste less time reinventing the wheel, so the philosophy goes (or as Beret Guy's business practices literally: [[2140: Reinvent the Wheel]]), and thus many tiny packages, many of which contained only one function, became popular dependencies. This was especially true in Unix and Linux, where an entire program is commonly used for one small task, and programs exist to tie others together into powerful shell scripts.&lt;br /&gt;
&lt;br /&gt;
Node.js (a platform for JavaScript) and Python are two modern ecosystems providing huge stashes of centralized libraries where developers of the world can come together to stand on the shoulders of all the small useful libraries they make for each other, to make new ones that are more and more powerful, and also more and more prone to sudden new unexpected bugs somewhere in the dependency chain.  JavaScript was designed to be an easy to use front end scripting language, not a basic and core backend language as users of node.js's {{w|npm (software)|NPM}} package manager have made it be.  While in theory, such a system may sound good for developers who would need to write and maintain fewer lines of code, systems which are highly optimized are also highly susceptible to rapid changes. For example, the famous left-pad incident in the NPM package manager left many major and minor web services which depended on it unable to build. [https://www.theregister.com/2016/03/23/npm_left_pad_chaos/ A disgruntled developer unpublishing 11 lines of code was able to break everybody's build, because everyone was using it.]&lt;br /&gt;
&lt;br /&gt;
In 2014, the {{w|Heartbleed|Heartbleed bug}} revealed a significant portion of the internet was vulnerable to attack due to a bug in OpenSSL, a free and open-source library facilitating secure communication. One headline at the time demonstrated this comic in real life: [https://www.buzzfeed.com/chrisstokelwalker/the-internet-is-being-protected-by-two-guys-named-st &amp;quot;The Internet is Being Protected by Two Guys Named Steve&amp;quot;]. The aforementioned Steves were overworked, underfunded, and largely unknown volunteers whose efforts nevertheless underpinned the security of major websites throughout the world. Randall provided a concise, helpful explanation of the bug in [[1354: Heartbleed Explanation]].&lt;br /&gt;
&lt;br /&gt;
In 2020, the sole maintainer of the library [https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md core-js], used by 75% of the top 100 websites to polyfill in new JavaScript features for old browsers and depended on by tons of popular libraries such as Babel, ran over two dark-clothed drunk pedestrians, one of which were laying down, at night in Russia while speeding in front of a crossing. He quit previous jobs to be able to maintain core-js, resulting in not having enough money to settle, and he was convicted for 18 months in an open prison ([https://ru.wikipedia.org/wiki/%D0%9A%D0%BE%D0%BB%D0%BE%D0%BD%D0%B8%D1%8F-%D0%BF%D0%BE%D1%81%D0%B5%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5 &amp;quot;колония-поселение&amp;quot;]).&lt;br /&gt;
&lt;br /&gt;
Leading up to 2024, a user account going by the name Jia Tan gained the trust of ''{{w|XZ Utils|xz}}'''s (one and only) maintainer.  Over the course of 3 years, Jia Tan cleverly inserted a patch into ''xz'' that allows a remote user to gain root-level access via the common ssh protocol. This {{w|XZ_Utils_backdoor|comprised version of ''xz''}} was released in March 2024.  Another programmer, Andres Freund, found this backdoor before ''xz'' was widely distributed.&lt;br /&gt;
&lt;br /&gt;
The current model of libraries and open-source development (topics which Randall has addressed extensively in the past) relies heavily on the free and continued dedication of unpaid hobbyists. Though some major projects such as Linux may be able to garner enough attention to build an organization, many smaller projects, which are in turn reused by larger projects, may only be maintained by one person, either the founder or another who has taken the torch. Maintaining libraries requires both extensive knowledge of the library itself as well as any use cases and the broader community around it, which usually is suited for maintainers who have spent years at the task, and thus cannot be easily replaced. Thus, there are many abandoned projects on the internet as people move on to greener pastures. Far from the days of backwards compatibility, that's usually not a problem, unless a project happens to be far up the dependency chain, as illustrated, in which case there may be a crisis down the road for both the developers and the users down the chain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A tower of blocks is shown. The upper half consists of many tiny blocks balanced on top of one another to form smaller towers, labeled:]&lt;br /&gt;
:All modern digital infrastructure&lt;br /&gt;
&lt;br /&gt;
:[The blocks rest on larger blocks lower down in the image, finally on a single large block. This is balanced on top of a set of blocks on the left, and on the right, a single tiny block placed on its side. This one is labeled:]&lt;br /&gt;
:A project some random person in Nebraska has been thanklessly maintaining since 2003&lt;br /&gt;
	&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category: Programming]]&lt;/div&gt;</summary>
		<author><name>Netjeff</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2240:_Timeline_of_the_Universe&amp;diff=309586</id>
		<title>2240: Timeline of the Universe</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2240:_Timeline_of_the_Universe&amp;diff=309586"/>
				<updated>2023-04-01T16:52:24Z</updated>
		
		<summary type="html">&lt;p&gt;Netjeff: /* Explanation */ Start Trek wikipedia links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2240&lt;br /&gt;
| date      = December 11, 2019&lt;br /&gt;
| title     = Timeline of the Universe&lt;br /&gt;
| image     = timeline_of_the_universe.png&lt;br /&gt;
| titletext = Not actual size, except technically at one spot near the left.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
This comic is about the size of the {{w|visible universe}}, presented as a timeline in a way typical of representations of the {{w|timeline of epochs in cosmology}}. &lt;br /&gt;
&lt;br /&gt;
Some events it describes, including the {{w|Big Bang}} and {{w|Inflation (cosmology)|Inflation}} are real, but others are jokes, including the ''Medium Bang'' and ''Settling''.  The size history of the visible universe is also embellished for the sake of jokes; the actual size history of the universe has one period referred to as Inflation, which occurred shortly after the Big Bang, followed by comparatively gentle but accelerating expansion.  This is artistically depicted in [https://map.gsfc.nasa.gov/media/060915/060915_CMB_Timeline150.jpg this image from NASA]. Part of the humor in this comic comes from the fact that the varied rate of change in expansion is not yet fully understood, with explanations of events leading to this change including theories such as &amp;quot;dark matter&amp;quot; and &amp;quot;dark energy&amp;quot; (this might therefore be construed as &amp;quot;dark humor&amp;quot;). At the end of the drawing four possible continuations of the timeline are suggested, with director J. J. Abrams listed as the deciding factor between them, stating that all future cosmological development has been handed over to him. Abrams directed the 2009 movie ''{{w|Star Trek (film)|Star Trek}}'', which established additional alternate timelines for the {{w|Star Trek|Star Trek franchise}}, so it may be implied that multiple timelines could result from direction by Abrams in the future. Notably, each Star Trek series has included multiple interacting timelines. For information about each of the events shown in this comic's ''Timeline of the Universe'', see detailed explanations in the section [[#Events on the Timeline of the Universe|Events on the Timeline of the Universe]] below.&lt;br /&gt;
&lt;br /&gt;
The title text is a variation of one of [[Randall|Randall's]] standard jokes that his drawings are ''Not actual size''; in the case of this comic there is technically one spot near the left where the drawing depicts the actual relative size of the universe at the time the drawing represents. Where his drawing begins, at the time when the universe began, per definition, our visible universe had no measurable size. Very soon (within a tiny fraction of an attosecond) after the universe as we know it began, the inflation period blew it up very very fast and then it continued to expand until present day. So at some &amp;quot;time&amp;quot; after the big bang, our visible universe would have had a size (i.e. diameter) that would be the same as any thickness of Randall's universe &amp;quot;line&amp;quot;. Since the universe as depicted in the comic goes from infinitesimal size at the moment of the Big Bang to the full size of the universe today, at some point near the left there will be a point where Randall's representation would have the same size as the universe at the correct &amp;quot;time period&amp;quot;. Of course a problem with this is that there was only a very very short time period after inflation where the diameter of the observable universe is on the same scale as this comic, and that point is neither indicated nor likely to be accurate in relation to the duration of time elapsed. According to an answer given [https://physics.stackexchange.com/questions/32917/size-of-universe-after-inflation here] regarding the size of the visible universe after inflation, there is reason to believe that the size was still less than 1 mm in diameter when the stage of expansion known as Inflation ended, which is less than the thickness of the line shown at the Big Bang (depending on the screen size the comic is viewed upon); So the point along the timeline where the size of our visible universe matched the line width appears after the Inflation period is thought to have ended. Since Randall includes the ''Medium Bang'' before Inflation on his drawing he has already inserted a mistake there, but as the next three epochs after Inflation are real epochs, it is likely somewhere in this part of the drawing that the visible universe would have had the same diameter as the thickness of the drawing at a relevant time epoch on the drawing. This will thus not be that far to the left but around the Quark epoch.&lt;br /&gt;
&lt;br /&gt;
===Events on the Timeline of the Universe===&lt;br /&gt;
The events presented in the timeline are:&lt;br /&gt;
&lt;br /&gt;
* '''??''' (more than 13.8 billion years ago ({{w|Billion years|Gya}})): the unknown state of the universe prior to the Big Bang, if such a statement is even sensible. There are theories that our Universe is a bubble where inflation stopped (13.8 billion years ago in this universe) in an infinite and {{w|Eternal inflation|eternally inflating}} larger universe, which would give rise to the possibility of a {{w|multiverse}} with many bubble universes like ours where inflation has stopped. See for instance this recent video on the subject: [https://www.youtube.com/watch?v=XglOw2_lozc How Many Universes Are There?] from PBS Space Time. If this is true, the universe did not start at the big bang, but our part of the infinite universe actually began when the inflation period stopped, and not at the Big Bang.&lt;br /&gt;
* '''{{w|Big Bang}}''' (13.8 Gya): The model of the origin of the universe which has achieved consensus among astronomers.  We have observed that all galaxies are receding away from Earth at rates that are roughly proportional to their distance, and the simplest explanation for this is that the universe is expanding.  If the universe is expanding, then (unless new physics are discovered) it must have at one time been very, very small and dense; that moment in time is called the Big Bang.&lt;br /&gt;
* '''{{w|Timeline_of_epochs_in_cosmology#Planck_epoch|Planck Epoch}}''': The time period starting from the Big Bang, the Planck epoch or Planck era is the earliest stage of expansion currently calculable, before the time passed was equal to the Planck time (tP, or approximately 10^-43 seconds). There is no currently available physical theory to describe such short times, and it is not clear in what sense the concept of time is meaningful for values smaller than the Planck time. &lt;br /&gt;
* '''Medium Bang''' (a joke): If there's a Big Bang, why not have a medium one?  There should probably also be a Little Bang, but maybe it's just too little to be featured on this chart.&lt;br /&gt;
* '''{{w|Inflation (cosmology)|Inflation}}''' (10^-36 to 10^-32 seconds after the Big Bang): A theory developed to explain the large-scale structure of the universe that postulates a period when the universe expanded very much faster than the speed of light. (The universe still expands faster than the speed of light, but only 2-3 times as fast. The limit of the speed c, is only valid for things moving in space time, not for the stretching of space itself!)&lt;br /&gt;
* '''{{w|Timeline_of_epochs_in_cosmology#Quarks_epoch|Quark Epoch}}''' (10^-12 seconds after the Big Bang): The universe is a quark-gluon plasma, up until 10^-6 seconds when it cools enough to coalesce into hadrons, including protons and neutrons.&lt;br /&gt;
* '''{{w|Timeline_of_epochs_in_cosmology#Lepton_epoch|Lepton Epoch}}''' (1 second after the Big Bang): Leptons, including electrons, and their associated neutrinos dominate.&lt;br /&gt;
* '''{{w|Timeline_of_epochs_in_cosmology#Photon_epoch|Photon Epoch}}''' (10 seconds after the Big Bang): The universe is dominated by photons.&lt;br /&gt;
* '''Cool Bug Epoch''' (a joke): There was a period around 10-17 million years after the Big Bang in which the cosmic background radiation was between 273 and 373 K, the temperature range for liquid water, but as oxygen had not yet been formed, as stars were not yet there to create it, there would have been no water. Cosmologists {{w|Avi_Loeb#Early_Universe|have speculated}} that primitive life could have arisen during this period and dubbed it the 'Habitable Epoch of the Early Universe', although it's unclear how this life would have formed since there was basically only hydrogen and helium atoms in the universe until the first Super Nova explosions some 100 million years later. Possibly this is the epoch in which the &amp;quot;cool red beetle&amp;quot; which [[Beret Guy]] added to his company's bug tracker (see [[1493: Meeting]]), or the &amp;quot;friendly bug&amp;quot; he wanted to show to a conference speaker (see [[2191: Conference Question]]), evolved.&lt;br /&gt;
* '''Molded grip''' (a joke): Some tools (e.g. knives) have molded finger-wells so that the user's hand settles easily and securely into a comfortable position.  This epoch of the universe features repeated expansions and contractions so that this part of the timeline resembles a molded grip, at least in profile (it would be much too large to be held by any known animal's hands{{Citation needed}}, and the finger-wells are distributed over time as well as space).&lt;br /&gt;
* '''{{w|Timeline_of_epochs_in_cosmology#Cosmic_Dark_Age|Stars form}}''' (100 million years after the Big Bang): The universe cools enough to allow ordinary matter particles to group into stars.&lt;br /&gt;
* '''{{w|Stagflation}}''' (a joke): In addition to ''cosmic'' inflation, inflation can also refer to the economic phenomenon in which prices increase over time.  Stagflation is a combination of the terms &amp;quot;stagnation&amp;quot; and &amp;quot;inflation&amp;quot;, and refers to a situation in which monetary inflation is high, economic growth is slow, and job creation is low.  This epoch of the universe shows the universe beginning to contract in size, much as economists would talk about an economy contracting.&lt;br /&gt;
* '''Settling''' (a joke): Thanks to government intervention and quantitative easing of the {{w|cosmological constant}}, or perhaps the judicious use of the Universe Control Panel, the contraction of the universe has halted.  Alternately this may be a comparison to how in a package full of smaller items, the contents can &amp;quot;settle&amp;quot; over time so the empty space in between them is more filled in so it takes up less space overall leaving open space at the top (like how a cereal box may say &amp;quot;some settling may occur during shipment&amp;quot; to explain why the box doesn't seem completely full), and is thus claiming that somehow something similar to that decreased the size of the universe.&lt;br /&gt;
* '''Rebound''' (a joke): Consumer confidence has returned to the universe and it has begun expanding again.  Alternatively, Settling and Rebound could be a reference to crustal rebound as the mere Earth occasionally shrinks and re-expands its surface.  After all, Plate Tectonics games are fun when they are played in Real Time.&lt;br /&gt;
* '''Someone tripped and accidentally hit the &amp;quot;Inflation&amp;quot; switch again''' (a joke). This switch must be on the Universe Control panel referenced both in [[1620: Christmas Settings]] and in [[1763: Catcalling]].&lt;br /&gt;
* '''Emergency Stop triggered''' (a joke). Also on the Universe Control panel see previous entry.&lt;br /&gt;
* '''{{w|Timeline_of_epochs_in_cosmology#Galaxy_epoch|Galaxies form}}''' (12.8 Gya)&lt;br /&gt;
* '''{{w|Formation_and_evolution_of_the_Solar_System#Formation_of_the_planets|Earth forms}}''' (4.5 Gya)&lt;br /&gt;
* '''Present day'''&lt;br /&gt;
* '''Future cosmological development handed over to {{w|J.J. Abrams}}, outcome unknown''' (a joke): J.J. Abrams is a science-fiction writer and filmmaker. If he were in charge of the future development of the cosmos, he might decide to subject all of us to some strange plot twist.  Among many other movies, he has directed the 2009 reboot of ''{{w|Star Trek (film)|Star Trek}}'', in which the &amp;quot;future history&amp;quot; of ''Star Trek'' is altered from the timeline of the original series by Nero and Spock traveling backwards in time. He also has directed other &amp;quot;Star&amp;quot; films, including ''{{w|Star Wars: The Force Awakens}}'' and ''{{w|Star Wars: The Rise of Skywalker}}'' (released a few weeks after the publishing of this comic) which altered the direction of ''Star Wars'' canon away from the post-film future laid out in the Expanded Universe publications. He is also involved in the {{w|Mission: Impossible (film series)|Mission: Impossible}} films.&lt;br /&gt;
**The dashed lines coming off the end of the timeline represent the possible fates of the universe:&lt;br /&gt;
*** The one curving in represents that the universe could stop expanding and begin contracting, resulting in the {{w|Big Crunch}}.  In our universe, cosmological measurements have shown that the expansion of the universe is accelerating, so the Big Crunch is considered to be the least likely fate.&lt;br /&gt;
*** The second curve continuing the trend from before represents that the universe could settle into thermal equilibrium, which would leave no energy available for any interesting phenomena to occur.  This is called the {{w|heat death of the universe}} or &amp;quot;Big Freeze&amp;quot;.&lt;br /&gt;
*** The fourth curve represents that the universe's expansion will continue accelerating, eventually very rapidly, to the point that the accelerating expansion overcomes all forces between particles, turning the universe into a collection of particles isolated from each other by rapidly-expanding space.  This is called the {{w|Big Rip}}.&lt;br /&gt;
***In between the second and fourth curve there seems to be something in between where the universe expansion accelerates and then slows down again. We have so far seen the expansion rate decelerate in the early life of the universe where the gravity of the more compact universe slowed the expansion, but then this turned around to an {{w|Timeline_of_epochs_in_cosmology#Acceleration|acceleration}} after about 9 billion years as the distance between galaxy clusters became so large that dark energy became the dominant force, causing the universe expansion to accelerate. So who knows if this could change again... At present our understanding says that the universe expansion-rate will keep accelerating. But left to J. J. Abrams, then the outcome is unknown. These four options represents both what we have theories for and what J. J. might come up with.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A large header is above the main drawing:]&lt;br /&gt;
:&amp;lt;big&amp;gt;'''Timeline of the Universe'''&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:[The drawing shows a diagram of the evolution of the universe from the Big Bang (left) to the present right with lines indicating possible futures continuing right of the main drawing. The drawing is that of a black horn of plenty, very thin to the left and then it becomes broader, mainly in steps but also slightly between each step. n a few places the diameter decreases a bit. Along the &amp;quot;tube&amp;quot; are segments divided with thin white lines, with about equal distance between them. The first 20 the tube is black, but then stars form, shown as many white dots, and finally in the last 3-4 segments galaxies are shown. At the top and bottom of the opening to the right there are four dashed lines which behaves the same way. Two points inward, two continue the trend from before they begin, two goes out fast again, and then falls back to slow increase, and two goes almost straight up and down. At the far left there is a line going in to a small dot. On the line before the dot are two questions mark. A line points to the dot which has a starburst around it. It represents the Big Bang. After this firs labeled point on the drawing there are mange other labeled sections with a line going from the label to a segment on the drawing. There are 9 above, 9 below and one at each end. The one at the right end pointing to the four dashed future lines at the top. From left to right in the order they are labeled on the timeline, the labels are:]&lt;br /&gt;
:??&lt;br /&gt;
:Big Bang&lt;br /&gt;
:[The Universe comes in as a circle with action lines around it. It stays the same size for a while.]&lt;br /&gt;
:Planck Epoch&lt;br /&gt;
:Medium Bang&lt;br /&gt;
:[The Universe starts inflating very slowly]&lt;br /&gt;
:Inflation&lt;br /&gt;
:[The Universe briefly inflates very rapidly, and returns to its normal rate of expansion.]&lt;br /&gt;
:Quark Epoch&lt;br /&gt;
:Lepton Epoch&lt;br /&gt;
:Photon Epoch&lt;br /&gt;
:Cool Bug Epoch&lt;br /&gt;
:[The Universe starts inflating and deflating rapidly, forming a series of bumps in the universe diagram like the grip on a hand tool.]&lt;br /&gt;
:Molded grip&lt;br /&gt;
:[Stars appear in the timeline. The Universe starts inflating slightly faster than before.]&lt;br /&gt;
:Stars form&lt;br /&gt;
:Stagflation&lt;br /&gt;
:[The Universe starts deflating slowly.]&lt;br /&gt;
:Settling&lt;br /&gt;
:Rebound&lt;br /&gt;
:[The Universe starts inflating slowly again.]&lt;br /&gt;
:Someone tripped and accidentally hit the &amp;quot;Inflation&amp;quot; switch again&lt;br /&gt;
:[The Universe starts inflating at the same rate as the Inflation section.]&lt;br /&gt;
:Emergency Stop triggered&lt;br /&gt;
:[The Universe abruptly stops inflating, and stays level.]&lt;br /&gt;
:[Galaxies appear in the timeline. The Universe starts inflating at a medium pace.]&lt;br /&gt;
:Galaxies form&lt;br /&gt;
:Earth forms&lt;br /&gt;
:Present day&lt;br /&gt;
:[We see the edge of the Universe, with a rounded shape. Various dotted line predictions are on the edges.]&lt;br /&gt;
:Future Cosmological development handed over to J.J. Abrams, outcome unknown&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Charts]]&lt;br /&gt;
[[Category:Timelines]]&lt;br /&gt;
[[Category:Cosmology]]&lt;br /&gt;
[[Category:Astronomy]]&lt;br /&gt;
[[Category:Physics]]&lt;br /&gt;
[[Category:Animals]] &amp;lt;!-- Bug --&amp;gt;&lt;br /&gt;
[[Category:Comics featuring real people]]&lt;/div&gt;</summary>
		<author><name>Netjeff</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2169:_Predictive_Models&amp;diff=309125</id>
		<title>2169: Predictive Models</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2169:_Predictive_Models&amp;diff=309125"/>
				<updated>2023-03-24T23:42:07Z</updated>
		
		<summary type="html">&lt;p&gt;Netjeff: Add &amp;quot;Artificial Intelligence&amp;quot; category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2169&lt;br /&gt;
| date      = June 28, 2019&lt;br /&gt;
| title     = Predictive Models&lt;br /&gt;
| image     = predictive_models.png&lt;br /&gt;
| titletext = WE WILL ARREST THE REVOLUTION MEMBERS [AT THE JULY 28TH MEETING][tab] &amp;quot;Cancel the meeting! Our cover is blown.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{w|Predictive text}} is a feature on many systems where as you type the system automatically suggests likely words or phrases to follow what you have written to that point.  For instance, if you type &amp;quot;I'm heading&amp;quot; the system may suggest &amp;quot;home&amp;quot; or &amp;quot;back&amp;quot; as likely words to follow.  Predictive systems usually use prior input to generate their predictions, so if you frequently type &amp;quot;Totally amazing!&amp;quot; the system will suggest &amp;quot;amazing!&amp;quot; every time you type &amp;quot;totally&amp;quot; even if you actually want to type &amp;quot;totally true&amp;quot; sometimes.&lt;br /&gt;
&lt;br /&gt;
In the comic, [[Cueball]] is using predictive text to uncover a plot against his organization/government, but instead of using only his personal input, the system is using input from ''all'' users.  By typing in an obscure phrase related to revolution and a meeting, he gets the predictive text algorithm to display where and when the next supposedly secret meeting will be held based on other users input.  This works because it is unlikely that anyone else other than revolutionaries would be typing this phrase, thus the only data the algorithm has to predict from is the actual message from the revolutionaries on their next meeting.  The caption of the comic is pointing out that systems which use prior input for predictive purposes in this way can end up leaking information that might otherwise be considered private.  (However, this method may produce outdated information.  On June 29, 2019, typing in Google &amp;quot;Long live the revolution. Our next meeting will be at&amp;quot; gave the predicted completion &amp;quot;long live the revolution. our next meeting will be at comic con 2018&amp;quot;, which would not be useful information to anyone looking for revolutionaries, because Comic-Con 2018 was already over.)&lt;br /&gt;
&lt;br /&gt;
The title text shows the revolutionaries using the same technique.  By typing in &amp;quot;We will arrest the revolution members&amp;quot; they are hoping that the algorithm will suggest the time and date of their planned arrest, since no one other than the authorities would be typing in that phrase. Pressing the key [tab] to autocomplete that text produces &amp;quot;WE WILL ARREST THE REVOLUTION MEMBERS [AT THE JULY 28TH MEETING]&amp;quot;, and the revolutionaries then say &amp;quot;Cancel the meeting! Our cover is blown.&amp;quot; The revolutionaries have apparently made the serious mistake of holding secret meetings on regular, predictable dates (such as the 28th day of each month, the last date guaranteed to exist in any month of the Gregorian Calendar), and the authorities have successfully figured this out, either through the predictive-text attack or by other means.&lt;br /&gt;
&lt;br /&gt;
Both examples assume that the revolutionaries and the authorities would be talking about very secret information in the clear on a network accessible to their adversaries.  In the real world people engaged in sensitive activities would communicate via code, encryption, or both, or would do so through what they believe to be secure channels.  There is still the danger of secret information leaking via non-secret channels, however.  &lt;br /&gt;
&lt;br /&gt;
{{w|Side-channel attack|Side-channel attacks}} use information gained from the implementation of a system to deduce supposedly protected information.  A famous example occurred in World War II.  The Germans kept tank production figures a secret, but they gave items like engine blocks sequential serial numbers.  The Allies wanted to know exact tank production figures, so they solved the {{w|German tank problem}} by using statistical methods to analyze the distribution of these numbers on captured vehicles.  They were able to predict tank production figures extremely accurately, to the point they predicted 270 tanks in a month when 276 were actually built.  Thus the secret information on tank production leaked.&lt;br /&gt;
&lt;br /&gt;
Some systems require frequent password change, in an effort to limit danger from a password being discovered.  However, people respond by choosing passwords in patterns, so it is easy to predict what subsequent passwords will be, given old ones, thus defeating the purpose of requiring frequent changes.[https://www.troyhunt.com/passwords-evolved-authentication-guidance-for-the-modern-era/ Passwords Evolved: Authentication Guidance for the Modern Era]&lt;br /&gt;
&lt;br /&gt;
Although the comic title is &amp;quot;Predictive Models&amp;quot;, the term {{w|Predictive modelling}} usually refers to computer programs that try to predict outcomes from data aggregation, such as reviewing health records to identify people most at risk from certain diseases based on weight, prior injuries, etc., before testing directly for the diseases themselves.  This is similar to but not precisely like the example in the comic, since predictive text is using direct input to predict further input, while predictive modelling is using related input (such as make and model of a car along with driver acceleration patterns) to predict a different output (such as likelihood of a crash).  Both predictive text and predictive modelling could leak information as the comic suggests, however.  &lt;br /&gt;
&lt;br /&gt;
Predictive text and the possibility to leak unintended information has been parodied on xkcd before in [[1068: Swiftkey]].&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball is sitting in an office chair at a desk typing on a laptop. Above him is the text he writes along with what the predictive text tool suggests, the latter in grey text. The TAB at the end is in a small frame.]&lt;br /&gt;
:Cueball typing: Long live the revolution. Our next meeting will be at&amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;| the docks at midnight on June 28 [tab]&amp;lt;/span&amp;gt;&lt;br /&gt;
:Cueball: ''Aha, found them!''&lt;br /&gt;
&lt;br /&gt;
:[Caption below the panel:]&lt;br /&gt;
:When you train predictive models on input from your users, it can leak information in unexpected ways.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*On its original release, the alt text was bugged. The full text would not display in certain browsers, and clicking the comic takes you to this page: [https://xkcd.com/%5BAT%2520THE%2520JULY%252028TH%2520MEETING%5D%5Btab%5D &amp;lt;nowiki&amp;gt;https://xkcd.com/[AT%20THE%20JULY%2028TH%20MEETING][tab]&amp;lt;/nowiki&amp;gt;], which only shows &amp;quot;404 Not Found&amp;quot;. &lt;br /&gt;
**The anchor actually contains invalid HTML &amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;quot; [AT THE JULY 28TH MEETING][tab] &amp;quot;Cancel the meeting! Our cover is blown.&amp;quot;&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;. This would suggest that [[Randall]] didn't intend this behaviour.&lt;br /&gt;
**The image and alt text were later corrected, long before July 28th, 2019, further implying it was a simple mistake on Randall's part.&lt;br /&gt;
*Some browsers, only show the first part of the title text &amp;quot;WE WILL ARREST THE REVOLUTION MEMBERS.&amp;quot; For example Firefox version 66 Windows does this, evidently some versions of Firefox and chrome do likewise on GNU/Linux, also Windows 10 Microsoft Edge&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Artificial Intelligence]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;/div&gt;</summary>
		<author><name>Netjeff</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=927:_Standards&amp;diff=295823</id>
		<title>927: Standards</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=927:_Standards&amp;diff=295823"/>
				<updated>2022-10-01T16:30:51Z</updated>
		
		<summary type="html">&lt;p&gt;Netjeff: /* Explanation */ rm extra space&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 927&lt;br /&gt;
| date      = July 20, 2011&lt;br /&gt;
| title     = Standards&lt;br /&gt;
| image     = standards.png&lt;br /&gt;
| titletext = Fortunately, the charging one has been solved now that we've all standardized on mini-USB. Or is it micro-USB? Shit.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
For any engineering task, there are numerous ways a given problem can be solved. The more complex the task, the more room for diversity. That's all well and good for a one-off problem, but if a design is meant to be iterated over time, or if an entire industry is solving that same problem, part reuse and {{w|interoperability}} become issues to deal with. {{w|Technical standards}} thus came to exist so that industries could avoid wasting resources {{w|reinventing the wheel}}, whilst offering their clients a certain amount of simplicity and compatibility between vendors.&lt;br /&gt;
&lt;br /&gt;
But, standards have issues of their own. They don't accommodate every {{w|Use Case|use case}}, they might have restrictions or royalties attached, and people tend to be plagued by ''{{w|Not invented here|Not Invented Here syndrome}}''. So, competing standards have a tendency to arise to address different perceived needs. After a while, the market for competing standards gets messy and hard to follow, and {{w|system integration|integrating systems}} built around competing standards gets burdensome. As a result, someone eventually takes on the challenge of creating a universal standard that everyone can rally around.&lt;br /&gt;
&lt;br /&gt;
This almost never works. In many cases, a new standard fails to displace the incumbent standards, eventually loses funding and support, and thus becomes a relic of history. In many other cases, it only penetrates far enough to survive, ironically making the situation messier. The latter situation often ends up becoming cyclical, with new standards periodically rising and failing to gain traction.&lt;br /&gt;
&lt;br /&gt;
Three examples are given at the top of the comic: {{w|AC adapter|AC chargers}}, {{w|character encoding}} and {{w|instant messaging}}. &lt;br /&gt;
* Power adapters are notorious for varying from device to device - partly to try to prevent dangerous voltage/current mismatches, but partly just because manufacturers all chose different adapter designs. Mobile phone chargers had mostly converged on a common USB-based solution, but laptop charging remained still a long way out, despite the adoption of yet another standard, {{w|IEC 62700}}, and current Apple iPhones now require &amp;quot;lightning&amp;quot; connectors and are not compatible with phone chargers using the USB-based solution. Randall notes that there was initially additional complexity due to the fact that there were also ''competing USB types'', but thanks to the European Union's {{w|common external power supply}} specification, micro-USB comprehensively won the day. Three years after the release of this comic, in August 2014 the {{w|USB Type-C}} specification was published and is currently displacing micro-USB, it's gaining ground among laptop manufacturers as well.&lt;br /&gt;
* Character encoding is, in theory, a solved problem - {{w|Unicode}} is a standard for character sets which currently includes over 135,000 characters. However, Unicode is not an encoding, just an abstract representation of the characters, and there are several implementations which encode Unicode &amp;quot;code points&amp;quot; into usable characters (including the two most common, {{w|UTF-8}} and {{w|UTF-16}}). Despite the [https://w3techs.com/technologies/history_overview/character_encoding/ms/y success of UTF-8 Unicode], older encodings like {{w|Windows-1252}} have stuck around, continuing to cause weird bugs in old software and websites to this day.&lt;br /&gt;
* Unlike the other examples, there has been little or no effort by instant messaging companies to make their services interoperable. There's more value to keeping IM as a {{w|closed platform}} so users are forced to use the company's software to access it. Some software, like the {{w|Trillian (software)|Trillian}} chat client, can connect to multiple different services, but there is essentially no way to, for example, send a Twitter message directly to a Skype user.&lt;br /&gt;
&lt;br /&gt;
The title text mentions mini-USB and micro-USB, which were different standards used in 2011. As of 2019 for most applications of small USB ports (especially for charging / connecting cell phones), mini USB has lost most of its relevance and micro USB is competing with USB-C, as well as some solutions only used by single companies (such as Apple).&lt;br /&gt;
&lt;br /&gt;
Not all {{w|technical standards|standards}} are created equal. In the development of {{w|technical standards|standards}}, private standards adopt a non-consensus process in comparison to voluntary consensus standards. Private standards in the {{w|Information and Communications Technology}} (ICT) sector and the agri-food industry (governed by the {{w|Global Food Safety Initiative}}) are discussed in a [https://docplayer.net/23885374-International-standards-and-private-standards.html publication from International Organization for Standardization.]&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:How Standards Proliferate&lt;br /&gt;
:(See: A/C chargers, character encodings, instant messaging, etc.)&lt;br /&gt;
&lt;br /&gt;
:Situation: &lt;br /&gt;
:There are 14 competing standards.&lt;br /&gt;
&lt;br /&gt;
:Cueball: 14?! Ridiculous! We need to develop one universal standard that covers everyone's use cases.&lt;br /&gt;
:Ponytail: Yeah!&lt;br /&gt;
&lt;br /&gt;
:Soon:&lt;br /&gt;
:Situation: There are 15 competing standards.&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;/div&gt;</summary>
		<author><name>Netjeff</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1047:_Approximations&amp;diff=295822</id>
		<title>1047: Approximations</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1047:_Approximations&amp;diff=295822"/>
				<updated>2022-10-01T16:28:45Z</updated>
		
		<summary type="html">&lt;p&gt;Netjeff: /* Explanation */ For &amp;quot;white house&amp;quot; approximate value, increased to 13 digits&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1047&lt;br /&gt;
| date      = April 25, 2012&lt;br /&gt;
| title     = Approximations&lt;br /&gt;
| before    = [[#Explanation|↓ Skip to explanation ↓]]&lt;br /&gt;
| image     = approximations.png&lt;br /&gt;
| titletext = Two tips: 1) 8675309 is not just prime, it's a twin prime, and 2) if you ever find yourself raising log(anything)^e or taking the pi-th root of anything, set down the marker and back away from the whiteboard; something has gone horribly wrong.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
This comic lists some approximations for numbers, most of them mathematical and physical constants, but some of them jokes and cultural references.&lt;br /&gt;
&lt;br /&gt;
Approximations like these are sometimes used as {{w|mnemonic}}s by mathematicians and physicists, though most of Randall's approximations are too convoluted to be useful as mnemonics.  Perhaps the best known mnemonic approximation (though not used here by Randall) is that &amp;quot;π is approximately equal to 22/7&amp;quot;.  Randall does mention (and mock) the common mnemonic among physicists that the {{w|fine structure constant}} is approximately 1/137.  Although Randall gives approximations for the number of seconds in a year, he does not mention the common physicists' mnemonic that it is &amp;quot;π × 10&amp;lt;sup&amp;gt;7&amp;lt;/sup&amp;gt;&amp;quot;, though he later added a statement to the top of the comic page addressing this point. &lt;br /&gt;
&lt;br /&gt;
At the bottom of the comic are expressions involving {{w|transcendental numbers}} (namely π and e) that are tantalizingly close to being exactly true but are not (indeed, they cannot be, due to the nature of transcendental numbers).  Such near-equations were previously discussed in [[217: e to the pi Minus pi]].  One of the entries, though, is a &amp;quot;red herring&amp;quot; that is exactly true.  &lt;br /&gt;
&lt;br /&gt;
Randall says he compiled this table through &amp;quot;a mix of trial-and-error, ''{{w|Mathematica}}'', and Robert Munafo's [http://mrob.com/pub/ries/ Ries] tool.&amp;quot;  &amp;quot;Ries&amp;quot; is a &amp;quot;{{w|Closed-form expression#Conversion from numerical forms|reverse calculator}}&amp;quot; that forms equations matching a given number.&lt;br /&gt;
&lt;br /&gt;
The {{w|world population}} estimate for 2020 is still accurate. The estimate is 7.7 billion, and the population listed at the website census.gov is roughly the same. The current value can be found here: [https://www.census.gov/popclock/ United States Census Bureau - U.S. and World Population Clock]. Nevertheless there are other numbers listed by different sources.&lt;br /&gt;
&lt;br /&gt;
The first part of the title text notes that &amp;quot;Jenny's constant,&amp;quot; which is actually a telephone number referenced in Tommy Tutone's 1982 song {{w|867-5309/Jenny}}, is not only prime but a {{w|twin prime}} because 8675311 is also a prime. Twin primes have always been a subject of interest, because they are comparatively rare, and because it is not yet known whether there are infinitely many of them.  Twin primes were also referenced in [[1310: Goldbach Conjectures]]. &lt;br /&gt;
&lt;br /&gt;
The second part of the title text makes fun of the unusual mathematical operations contained in the comic.  {{w|Pi|π}} is a useful number in many contexts, but it doesn't usually occur anywhere in an exponent. Even when it does, such as with complex numbers, taking the πth root is rarely helpful.  A rare exception is an [http://gosper.org/4%5E1%C3%B7%CF%80.png identity] for the pi-th root of 4 discovered by Bill Gosper.  Similarly, {{w|e (mathematical constant)|e}} typically appears in the basis of a power (forming the {{w|exponential function}}), not in the exponent. (This is later referenced in [http://what-if.xkcd.com/73/ Lethal Neutrinos]).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Thing to be approximated:&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Formula proposed&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Resulting approximate value&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Correct value&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Discussion&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|One {{w|light year}} (meters)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|99&amp;lt;sup&amp;gt;8&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|9,227,446,944,279,201&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|9,460,730,472,580,800 (exact)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Based on 365.25 days per year (see below). 99&amp;lt;sup&amp;gt;8&amp;lt;/sup&amp;gt; and 69&amp;lt;sup&amp;gt;8&amp;lt;/sup&amp;gt; are [[487: Numerical Sex Positions|sexual references]]. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Earth's surface (m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|69&amp;lt;sup&amp;gt;8&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|513,798,374,428,641&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|5.10072 × 10&amp;lt;sup&amp;gt;14&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|99&amp;lt;sup&amp;gt;8&amp;lt;/sup&amp;gt; and 69&amp;lt;sup&amp;gt;8&amp;lt;/sup&amp;gt; are [[487: Numerical Sex Positions|sexual references]].&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Oceans' volume (m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|9&amp;lt;sup&amp;gt;19&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|1,350,851,717,672,992,089&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|1.332 × 10&amp;lt;sup&amp;gt;18&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Seconds in a year&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|75&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|31,640,625&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|31,557,600 (Julian calendar), 31,556,952 (Gregorian calendar)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|After this comic was released [[Randall]] got many responses by viewers. So he did add this statement to the top of the comic page:&lt;br /&gt;
&amp;quot;Lots of emails mention the physicist favorite, 1 year = pi × 10&amp;lt;sup&amp;gt;7&amp;lt;/sup&amp;gt; seconds. 75&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt; is a hair more accurate, but it's hard to top 3,141,592's elegance.&amp;quot; π × 10&amp;lt;sup&amp;gt;7&amp;lt;/sup&amp;gt; is nearly equal to 31,415,926.536, and 75&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt; is exactly 31,640,625. Randall's elegance belongs to the number π, but it should be multiplied by the factor of ten.&lt;br /&gt;
&lt;br /&gt;
Using the traditional definitions that a second is 1/60 of a minute, a minute is 1/60 of an hour, and an hour is 1/24 of a day, a 365-day common year is exactly 31,536,000 seconds (the &amp;quot;''Rent'' method&amp;quot; approximation) and the 366-day leap year is 31,622,400 seconds. Until the calendar was reformed by Pope Gregory, there was one leap year in every four years, making the average year 365.25 days, or 31,557,600 seconds. On the current calendar system, there are only 97 leap years in every 400 years, making the average year 365.2425 days, or 31,556,952 seconds. In technical usage, a &amp;quot;second&amp;quot; is now defined based on physical constants, even though the length of a day varies inversely with the changing angular velocity of the earth.  To keep the official time synchronized with the rotation of the earth, a &amp;quot;leap second&amp;quot; is occasionally added, resulting in a slightly longer year.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Seconds in a year (''Rent'' method)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|525,600 × 60&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|31,536,000&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|31,557,600 (Julian calendar), 31,556,952 (Gregorian calendar)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&amp;quot;''Rent'' Method&amp;quot; refers to the song &amp;quot;{{w|Seasons of Love}}&amp;quot; from the musical ''{{w|Rent (musical)|Rent}}''. The song asks, &amp;quot;How do you measure a year?&amp;quot; One line says &amp;quot;525,600 minutes&amp;quot; while most of the rest of the song suggests the best way to measure a year is moments shared with a loved one.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Age of the universe (seconds)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|15&amp;lt;sup&amp;gt;15&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|437,893,890,380,859,375&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|(4.354 ± 0.012) × 10&amp;lt;sup&amp;gt;17&amp;lt;/sup&amp;gt; (best estimate; exact value unknown)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|This one will slowly get more accurate as the universe ages.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Planck's constant&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;\frac {1} {30^{\pi^e}}&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|6.6849901410 × 10&amp;lt;sup&amp;gt;−34&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|6.62606957 × 10&amp;lt;sup&amp;gt;−34&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Informally, the {{w|Planck constant}} is the smallest action possible in quantum mechanics.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Fine structure constant&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;\frac{1}{140}&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|0.00&amp;lt;span style=&amp;quot;text-decoration: overline;&amp;quot;&amp;gt;714285&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|0.0072973525664 (accepted value as of 2014), close to 1/137&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|The {{w|fine structure constant}} indicates the strength of electromagnetism. It is unitless and around 0.007297, close to 1/137. The joke here is that Randall chose to write 140 as the denominator, when 137 is much closer to reality and just as many digits (although 137 is a less &amp;quot;round&amp;quot; number than 140, and Randall writes in the table that he's &amp;quot;had enough&amp;quot; of it).  At one point the fine structure constant was believed to be exactly the reciprocal of 137, and many people have tried to find a simple formula explaining this (with a pinch of {{w|numerology}} thrown in at times), including the infamous {{w|Arthur Eddington|Sir Arthur &amp;quot;Adding-One&amp;quot; Eddington}} who argued very strenuously that the fine structure constant &amp;quot;should&amp;quot; be 1/136 when that was what the best measurements suggested, and then argued just as strenuously for 1/137 a few years later as measurements improved.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Fundamental charge&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;\frac {3} {14 \pi^{\pi^\pi}}&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|1.59895121062716 × 10&amp;lt;sup&amp;gt;−19&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|1.602176565 × 10&amp;lt;sup&amp;gt;−19&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|This is the charge of the proton, symbolized ''e'' for electron (whose charge is actually −''e''. You can blame Benjamin Franklin [[567|for that]].)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Telephone number for the {{w|White House}} switchboard&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;\frac {1} {e^ {\sqrt[\pi] {1 + \sqrt[e-1] 8}} }&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|0.2024561414932&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|202-456-1414&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Jenny's constant&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;\left( 7^ {\frac{e}{1} - \frac{1}{e}} - 9 \right) \pi^2&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|867.5309019&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|867-5309&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|A telephone number referenced in {{w|Tommy Tutone}}'s 1982 song {{w|867-5309/Jenny}}. As mentioned in the title text, the number not only prime but a {{w|twin prime}} because 8675311 is also a prime. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|World population estimate (billions)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Equivalent to &amp;lt;math&amp;gt;6 + \frac {\frac34 y + \frac14 (y \operatorname{mod} 4) - 1499} {10}&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|2005 — 6.5&amp;lt;br&amp;gt;&lt;br /&gt;
2006 — 6.6&amp;lt;br&amp;gt;&lt;br /&gt;
2007 — 6.7&amp;lt;br&amp;gt;&lt;br /&gt;
2008 — 6.7&amp;lt;br&amp;gt;&lt;br /&gt;
2009 — 6.8&amp;lt;br&amp;gt;&lt;br /&gt;
2010 — 6.9&amp;lt;br&amp;gt;&lt;br /&gt;
2011 — 7.0&amp;lt;br&amp;gt;&lt;br /&gt;
2012 — 7.0&amp;lt;br&amp;gt;&lt;br /&gt;
2013 — 7.1&amp;lt;br&amp;gt;&lt;br /&gt;
2014 — 7.2&amp;lt;br&amp;gt;&lt;br /&gt;
2015 — 7.3&amp;lt;br&amp;gt;&lt;br /&gt;
2016 — 7.3&amp;lt;br&amp;gt;&lt;br /&gt;
2017 — 7.4&amp;lt;br&amp;gt;&lt;br /&gt;
2018 — 7.5&amp;lt;br&amp;gt;&lt;br /&gt;
2019 — 7.6&amp;lt;br&amp;gt;&lt;br /&gt;
2020 — 7.6&amp;lt;br&amp;gt;&lt;br /&gt;
2021 — 7.7&amp;lt;br&amp;gt;&lt;br /&gt;
2022 — 7.8&amp;lt;br&amp;gt;&lt;br /&gt;
2023 — 7.9&amp;lt;br&amp;gt;&lt;br /&gt;
2024 — 7.9&amp;lt;br&amp;gt;&lt;br /&gt;
2025 — 8.0&amp;lt;br&amp;gt;&lt;br /&gt;
2026 — 8.1&amp;lt;br&amp;gt;&lt;br /&gt;
2027 — 8.2&amp;lt;br&amp;gt;&lt;br /&gt;
2028 — 8.2&amp;lt;br&amp;gt;&lt;br /&gt;
2029 — 8.3&amp;lt;br&amp;gt;&lt;br /&gt;
2030 — 8.4&amp;lt;br&amp;gt;&lt;br /&gt;
2031 — 8.5&amp;lt;br&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Grows by 75 million every year on average. As of 2021, a little too small.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|U.S. population estimate (millions)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Equivalent to &amp;lt;math&amp;gt;310 + 3(y - 2010)&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|2000 — 280&amp;lt;br&amp;gt;&lt;br /&gt;
2001 — 283&amp;lt;br&amp;gt;&lt;br /&gt;
2002 — 286&amp;lt;br&amp;gt;&lt;br /&gt;
2003 — 289&amp;lt;br&amp;gt;&lt;br /&gt;
2004 — 292&amp;lt;br&amp;gt;&lt;br /&gt;
2005 — 295&amp;lt;br&amp;gt;&lt;br /&gt;
2006 — 298&amp;lt;br&amp;gt;&lt;br /&gt;
2007 — 301&amp;lt;br&amp;gt;&lt;br /&gt;
2008 — 304&amp;lt;br&amp;gt;&lt;br /&gt;
2009 — 307&amp;lt;br&amp;gt;&lt;br /&gt;
2010 — 310&amp;lt;br&amp;gt;&lt;br /&gt;
2011 — 313&amp;lt;br&amp;gt;&lt;br /&gt;
2012 — 316&amp;lt;br&amp;gt;&lt;br /&gt;
2013 — 319&amp;lt;br&amp;gt;&lt;br /&gt;
2014 — 322&amp;lt;br&amp;gt;&lt;br /&gt;
2015 — 325&amp;lt;br&amp;gt;&lt;br /&gt;
2016 — 328&amp;lt;br&amp;gt;&lt;br /&gt;
2017 — 331&amp;lt;br&amp;gt;&lt;br /&gt;
2018 — 334&amp;lt;br&amp;gt;&lt;br /&gt;
2019 — 337&amp;lt;br&amp;gt;&lt;br /&gt;
2020 — 340&amp;lt;br&amp;gt;&lt;br /&gt;
2021 — 343&amp;lt;br&amp;gt;&lt;br /&gt;
2022 — 346&amp;lt;br&amp;gt;&lt;br /&gt;
2023 — 349&amp;lt;br&amp;gt;&lt;br /&gt;
2024 — 352&amp;lt;br&amp;gt;&lt;br /&gt;
2025 — 355&amp;lt;br&amp;gt;&lt;br /&gt;
2026 — 358&amp;lt;br&amp;gt;&lt;br /&gt;
2027 — 361&amp;lt;br&amp;gt;&lt;br /&gt;
2028 — 364&amp;lt;br&amp;gt;&lt;br /&gt;
2029 — 367&amp;lt;br&amp;gt;&lt;br /&gt;
2030 — 370&amp;lt;br&amp;gt;&lt;br /&gt;
2031 — 373&amp;lt;br&amp;gt;&lt;br /&gt;
2032 — 376&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Grows by 3 million each year. As of 2021 the actual number is ~13 million smaller.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Electron rest energy (joules)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;\frac {e} {7^{16}}&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|8.17948276564429 × 10&amp;lt;sup&amp;gt;−14&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|8.18710438 × 10&amp;lt;sup&amp;gt;−14&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Light year (miles)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|2&amp;lt;sup&amp;gt;42.42&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|5,884,267,614,436.97&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|5,878,625,373,183.61 = 9,460,730,472,580,800 (meters in a light-year, by definition) / 1609.344 (meters in a mile)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|{{w|42 (number)|42}} is, according to {{w|Douglas Adams}}' ''{{w|The Hitchhiker's Guide to the Galaxy}}'', the answer to the Ultimate Question of Life, the Universe, and Everything.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;\sin\left(60^\circ\right) = \frac {\sqrt 3} {2}&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;\frac{e}{\pi}&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|0.8652559794&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|0.8660254038&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;\sqrt 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;\frac{2e}{\pi}&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|1.7305119589&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|1.7320508076&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Same as the above&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|γ (Euler's gamma constant)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;\frac {1} {\sqrt 3}&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|0.5773502692&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|0.5772156649&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|The {{w|Euler–Mascheroni constant}} (denoted γ) is a mysterious number describing the relationship between the {{w|Harmonic series (mathematics)|harmonic series}} and the {{w|natural logarithm}}.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Feet in a meter&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;\frac {5} {\sqrt[e]\pi}&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|3.2815481951&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|3.280839895&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Exactly 1/0.3048, as the {{w|international foot}} is defined as 0.3048 meters.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;\sqrt 5&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;\frac{2}{e} + \frac32&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|2.2357588823&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|2.2360679775&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Avogadro's number&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;69^{\pi^\sqrt{5}}&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|6.02191201246329 × 10&amp;lt;sup&amp;gt;23&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|6.02214129 × 10&amp;lt;sup&amp;gt;23&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Also called a mole for shorthand, {{w|Avogadro's number}} is (roughly) the number of individual atoms in 12 grams of pure carbon. Used in basically every application of chemistry. In 2019 the constant was redefined to 6.02214076 × 10&amp;lt;sup&amp;gt;23&amp;lt;/sup&amp;gt;, making the Approximation slightly more correct.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Gravitational constant ''G''&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;\frac {1} {e ^ {(\pi-1)^{(\pi+1)}}}&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|6.6736110685 × 10&amp;lt;sup&amp;gt;−11&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|6.67385 × 10&amp;lt;sup&amp;gt;−11&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|The universal {{w|gravitational constant}} G is equal to ''Fr''&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;/''Mm'', where ''F'' is the gravitational force between two objects, ''r'' is the distance between them, and ''M'' and ''m'' are their masses.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|''R'' (gas constant)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;(e + 1) \sqrt 5&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|8.3143309279&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|8.3144622&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|The {{w|gas constant}} relates energy to temperature in physics, as well as a gas's volume, pressure, temperature and {{w|mole (unit)|molar amount}} (hence the name).&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Proton–electron mass ratio&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;6 \pi^5&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|1836.1181087117&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|1836.15267246&lt;br /&gt;
|align=&amp;quot;left&amp;quot;| The {{w|proton-to-electron mass ratio}} is the ratio between the rest mass of the proton divided by the rest mass of the electron.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Liters in a {{w|gallon}}&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;3 + \frac{\pi}{4}&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|3.7853981634&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|3.785411784 (exact)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|A U.S. liquid gallon is defined by law as 231 cubic inches&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|''g''&amp;lt;sub&amp;gt;0&amp;lt;/sub&amp;gt; or ''g''&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|6 + ln(45)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|9.8066624898&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|9.80665&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Standard gravity, or standard acceleration due to free fall is the nominal gravitational acceleration of an object in a vacuum near the surface of the Earth. It is defined by standard as 9.80665&amp;amp;nbsp;m/s&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;, which is exactly 35.30394&amp;amp;nbsp;km/h/s (about 32.174&amp;amp;nbsp;ft/s&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;, or 21.937&amp;amp;nbsp;mph/s). This value was established by the 3rd CGPM (1901, CR 70) and used to define the standard weight of an object as the product of its mass and this nominal acceleration. The acceleration of a body near the surface of the Earth is due to the combined effects of gravity and centrifugal acceleration from rotation of the Earth (but which is small enough to be neglected for most purposes); the total (the apparent gravity) is about 0.5 percent greater at the poles than at the equator.&lt;br /&gt;
&lt;br /&gt;
Randall used a letter ''g'' without a suffix, which can also mean the local acceleration due to local gravity and centrifugal acceleration, which varies depending on one's position on Earth.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Proton–electron mass ratio&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;\frac {e^8 - 10} {\phi}&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|1836.1530151398&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|1836.15267246&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|φ is the {{w|golden ratio}}, or &amp;lt;math&amp;gt;\textstyle{ \frac{1+\sqrt 5}{2} }&amp;lt;/math&amp;gt;. It has many interesting geometrical properties.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Ruby laser wavelength (meters)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;\frac{1}{1200^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|6.9&amp;lt;span style=&amp;quot;text-decoration: overline;&amp;quot;&amp;gt;444&amp;lt;/span&amp;gt; × 10&amp;lt;sup&amp;gt;−7&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|~6.943 × 10&amp;lt;sup&amp;gt;−7&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|The {{w|ruby laser}} wavelength varies because &amp;quot;ruby&amp;quot; is not clearly defined.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Mean Earth radius (meters)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;5^8 6e&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|6,370,973.035&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|6,371,008.7 (IUGG definition)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|The {{w|Earth radius#mean radii|mean earth radius}} varies because there is not one single way to make a sphere out of the earth. Randall's value lies within the actual variation of Earth's radius. The International Union of Geodesy and Geophysics (IUGG) defines the mean radius as 2/3 of the equatorial radius (6,378,137.0&amp;amp;nbsp;m) plus 1/3 of the polar radius (6,356,752.3&amp;amp;nbsp;m).&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;\sqrt 2&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;\frac35 + \frac{\pi}{7-\pi}&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|1.4142200581&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|1.4142135624&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|There are recurring math jokes along the lines of, &amp;quot;&amp;lt;math&amp;gt;\textstyle{ \frac35 + \frac{\pi}{7-\pi} - \sqrt{2} = 0}&amp;lt;/math&amp;gt;, but your calculator is probably not good enough to compute this correctly&amp;quot;. See also [[217: e to the pi Minus pi]].&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;\cos \frac{\pi}{7} + \cos \frac{3\pi}{7} + \cos \frac{5\pi}{7}&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;\frac12&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|0.5&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|0.5 (exact)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|This is the exactly correct equation referred to in the note, &amp;quot;Pro tip – Not all of these are wrong&amp;quot;, as shown below and also [http://math.stackexchange.com/questions/140388/how-can-one-prove-cos-pi-7-cos3-pi-7-cos5-pi-7-1-2 here]. If you're still confused, the functions use {{w|radians}}, not {{w|degrees (angle)|degrees}}.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|γ (Euler's gamma constant)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;\frac{e}{3^4} + \frac{e}{5}&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|0.5772154006&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|0.5772156649&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|The {{w|Euler–Mascheroni constant}} (denoted γ) is a mysterious number describing the relationship between the {{w|Harmonic series (mathematics)|harmonic series}} and the {{w|natural logarithm}}.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;\sqrt 5&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;\frac {13+4\pi} {24-4\pi}&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|2.2360678094&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|2.2360679775&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;\sum_{n=1}^{\infty} \frac{1}{n^n}&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;math&amp;gt;\ln(3)^e&amp;lt;/math&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|1.2912987577&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|1.2912859971&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Proof===&lt;br /&gt;
&lt;br /&gt;
One of the &amp;quot;approximations&amp;quot; actually is precisely correct: &amp;lt;math&amp;gt;\textstyle{ \cos \frac{\pi}{7} + \cos \frac{3\pi}{7} + \cos \frac{5\pi}{7} = \frac12 }&amp;lt;/math&amp;gt;.  Here is a proof:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\cos \frac{\pi}{7} + \cos \frac{3\pi}{7} + \cos \frac{5\pi}{7}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Multiplying by 1 (or by a nonzero number divided by itself) leaves the equation unchanged: &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;= \left( \cos \frac{\pi}{7} + \cos \frac{3\pi}{7} + \cos \frac{5\pi}{7} \right) \frac{2 \sin\frac{\pi}{7}}{2 \sin\frac{\pi}{7}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;\textstyle{ 2 \sin\frac{\pi}{7} }&amp;lt;/math&amp;gt; on the top of the fraction is multiplied through the original equation:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;= \frac {2 \cos \frac{\pi}{7} \sin\frac{\pi}{7} + 2 \cos \frac{3\pi}{7} \sin\frac{\pi}{7} + 2 \cos \frac{5\pi}{7} \sin\frac{\pi}{7}} {2 \sin\frac{\pi}{7}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use the trigonometric identity &amp;lt;math&amp;gt;\textstyle{ 2 \cos A \sin B = \sin (A+B) - \sin(A-B)}&amp;lt;/math&amp;gt; on the second and third terms in the numerator:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
&amp;amp;= \frac {2 \cos \frac{\pi}{7} \sin \frac{\pi}{7} + \left[\sin \left(\frac{3\pi}{7} + \frac{\pi}{7}\right) - \sin \left(\frac{3\pi}{7} - \frac{\pi}{7}\right) \right] + \left[\sin \left(\frac{5\pi}{7} + \frac{\pi}{7}\right) - \sin \left(\frac{5\pi}{7} - \frac{\pi}{7}\right) \right]} {2 \sin\frac{\pi}{7}} \\&lt;br /&gt;
&amp;amp;= \frac {2 \cos \frac{\pi}{7} \sin \frac{\pi}{7} + \left[\sin \frac{4\pi}{7} - \sin \frac{2\pi}{7} \right] + \left[\sin \frac{6\pi}{7} - \sin \frac{4\pi}{7} \right]} {2 \sin\frac{\pi}{7}}&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use the trigonometric identity &amp;lt;math&amp;gt;\textstyle{ 2 \cos A \sin A = \sin 2A }&amp;lt;/math&amp;gt; on the first term in the numerator:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
&amp;amp;= \frac {\sin \frac{2\pi}{7} + \left[\sin \frac{4\pi}{7} - \sin \frac{2\pi}{7} \right] + \left[\sin \frac{6\pi}{7} - \sin \frac{4\pi}{7} \right]} {2 \sin\frac{\pi}{7}} \\&lt;br /&gt;
&amp;amp;= \frac {\sin \frac{6\pi}{7} + \left[\sin \frac{4\pi}{7} - \sin \frac{4\pi}{7} \right] + \left[\sin \frac{2\pi}{7} - \sin \frac{2\pi}{7} \right]} {2 \sin\frac{\pi}{7}} \\&lt;br /&gt;
&amp;amp;= \frac {\sin \frac{6\pi}{7} } {2 \sin\frac{\pi}{7}}&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Noting that &amp;lt;math&amp;gt;\textstyle{\frac{6\pi}{7} + \frac{\pi}{7} = \pi}&amp;lt;/math&amp;gt; and that the sines of supplementary angles (angles that sum to π) are equal:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
&amp;amp;= \frac {\sin \frac{\pi}{7} } {2 \sin\frac{\pi}{7}} \\&lt;br /&gt;
&amp;amp;= \frac12 \quad \quad \quad \text{Q.E.D.}&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:'''A table of slightly wrong equations and identities useful for approximations and/or trolling teachers.'''&lt;br /&gt;
:(Found using a mix of trial-and-error, ''Mathematica'', and Robert Munafo's ''Ries'' tool.)&lt;br /&gt;
: All units are SI MKS unless otherwise noted.&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot; | Relation:&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | Accurate to within:&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | One light-year(m)&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | 99&amp;lt;sup&amp;gt;8&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | one part in 40&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | Earth Surface(m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | 69&amp;lt;sup&amp;gt;8&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | one part in 130&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | Oceans' volume(m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | 9&amp;lt;sup&amp;gt;19&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | one part in 70&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | Seconds in a year&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | 75&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | one part in 400&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | Seconds in a year (''Rent'' method)&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | 525,600 x 60&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | one part in 1400&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | Age of the universe (seconds)&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | 15&amp;lt;sup&amp;gt;15&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | one part in 70&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | Planck's constant&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | 1/(30&amp;lt;sup&amp;gt;π&amp;lt;sup&amp;gt;e&amp;lt;/sup&amp;gt;&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | one part in 110&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | Fine structure constant&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | 1/140&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | [I've had enough of this 137 crap]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | Fundamental charge&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | 3/(14 * π&amp;lt;sup&amp;gt;π&amp;lt;sup&amp;gt;π&amp;lt;/sup&amp;gt;&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | one part in 500&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White House Switchboard&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;|1 / (e&amp;lt;sup&amp;gt;&amp;lt;sup&amp;gt;π&amp;lt;/sup&amp;gt;√(1 + &amp;lt;sup&amp;gt;(e-1)&amp;lt;/sup&amp;gt;√8)&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Jenny's Constant&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;|(7&amp;lt;sup&amp;gt;(e/1 - 1/e)&amp;lt;/sup&amp;gt; - 9) * π&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;center&amp;quot;|Intermission:&amp;lt;br /&amp;gt; World Population Estimate&amp;lt;br /&amp;gt; which should stay current&amp;lt;br /&amp;gt; for a decade or two:&amp;lt;br /&amp;gt;&lt;br /&gt;
Take the last two digits of the current year&lt;br /&gt;
&lt;br /&gt;
Example: 20[14] &lt;br /&gt;
&lt;br /&gt;
Subtract the number of leap years since hurricane Katrina&lt;br /&gt;
&lt;br /&gt;
Example: 14 (minus 2008 and 2012) is 12&lt;br /&gt;
&lt;br /&gt;
Add a decimal point&lt;br /&gt;
&lt;br /&gt;
Example: 1.2&lt;br /&gt;
&lt;br /&gt;
Add 6&lt;br /&gt;
&lt;br /&gt;
Example: 6 + 1.2&lt;br /&gt;
&lt;br /&gt;
7.2 = World population in billions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Version for US population:&lt;br /&gt;
&lt;br /&gt;
Example: 20[14]&lt;br /&gt;
&lt;br /&gt;
Subtract 10&lt;br /&gt;
&lt;br /&gt;
Example: 4&lt;br /&gt;
&lt;br /&gt;
Multiply by 3&lt;br /&gt;
&lt;br /&gt;
Example: 12&lt;br /&gt;
&lt;br /&gt;
Add 10&lt;br /&gt;
&lt;br /&gt;
Example: 3[22] million&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Electron rest energy&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e/7&amp;lt;sup&amp;gt;16&amp;lt;/sup&amp;gt; J&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|one part in 1000&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Light-year(miles)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|2&amp;lt;sup&amp;gt;(42.42)&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|one part in 1000&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;|sin(60°) = √3/2 = e/π&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|one part in 1000&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;|√3 = 2e/π&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|one part in 1000&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|γ(Euler's gamma constant)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|1/√3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|one part in 4000&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Feet in a meter&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|5/(&amp;lt;sup&amp;gt;e&amp;lt;/sup&amp;gt;√π)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|one part in 4000&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;|√5 = 2/e + 3/2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|one part in 7000&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Avogadro's number&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|69&amp;lt;sup&amp;gt;π&amp;lt;sup&amp;gt;√5&amp;lt;/sup&amp;gt;&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|one part in 25,000&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Gravitational constant G&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|1 / e&amp;lt;sup&amp;gt;(π - 1)&amp;lt;sup&amp;gt;(π + 1)&amp;lt;/sup&amp;gt;&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|one part in 25,000&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|R (gas constant)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|(e+1) √5&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|one part in 50,000&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Proton-electron mass ratio&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|6*π&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|one part in 50,000&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Liters in a gallon&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|3 + π/4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|one part in 500,000&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|g&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|6 + ln(45)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|one part in 750,000&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Proton-electron mass ratio&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|(e&amp;lt;sup&amp;gt;8&amp;lt;/sup&amp;gt; - 10) / ϕ&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|one part in 5,000,000&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Ruby laser wavelength&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|1 / (1200&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[within actual variation]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Mean Earth Radius&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|(5&amp;lt;sup&amp;gt;8&amp;lt;/sup&amp;gt;)*6e&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[within actual variation]&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; align=&amp;quot;center&amp;quot;|Protip - not all of these are wrong:&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;|√2 = 3/5 + π/(7-π)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|cos(π/7) + cos(3π/7) + cos(5π/7) = 1/2&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|γ(Euler's gamma constant) = e/3&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt; + e/5&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|√5 = (13 + 4π) / (24 - 4π)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Σ 1/n&amp;lt;sup&amp;gt;n&amp;lt;/sup&amp;gt; = ln(3)&amp;lt;sup&amp;gt;e&amp;lt;/sup&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Charts]]&lt;br /&gt;
[[Category:Math]]&lt;br /&gt;
[[Category:Physics]]&lt;br /&gt;
[[Category:Protip]]&lt;/div&gt;</summary>
		<author><name>Netjeff</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2511:_Recreate_the_Conditions&amp;diff=217777</id>
		<title>2511: Recreate the Conditions</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2511:_Recreate_the_Conditions&amp;diff=217777"/>
				<updated>2021-09-08T06:53:10Z</updated>
		
		<summary type="html">&lt;p&gt;Netjeff: /* Explanation */ typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2511&lt;br /&gt;
| date      = September 3, 2021&lt;br /&gt;
| title     = Recreate the Conditions&lt;br /&gt;
| image     = recreate_the_conditions.png&lt;br /&gt;
| titletext = We've almost finished constructing the piña collider.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|Created by a BIG BANG FLAVORED PIÑA COLLIDER. Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
Scientists recreate conditions of things to gain scientific knowledge on a topic to better be able to observe why or how things happen. This could be done by making miniature versions of events and simulating events using safe methods.&lt;br /&gt;
&lt;br /&gt;
In this comic, [[Megan]]'s lab discovered that the conditions during the seconds after the {{w|Big Bang}} were extremely hot and unpleasant.  They have thus decided to attempt to recreate the conditions of a {{w|tropical}} {{w|beach}} in 2014 instead (7 years prior to when this comic was released). Here, the joke is that instead of recreating a condition  for scientific study purposes, Megan and her crew were simply trying to create a pleasant environment for recreation, in the sense of personal enjoyment.&lt;br /&gt;
&lt;br /&gt;
The title text is a reference to [[1949: Fruit Collider]] a pun of {{w|piña colada}} (Spanish for &amp;quot;strained Pineapple&amp;quot;) and a particle {{w|collider}}: the Spanish word &amp;quot;colada&amp;quot; is pronounced similarly to the English word &amp;quot;collider&amp;quot;. Taken literally, &amp;quot;piña collider&amp;quot; would be a pineapple collider, which may be interpreted as a fruit juicing machine for making piña coladas.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Megan is standing, pointing a stick at a poster of a particle collision, (as it looks when measured in a particle collider), where many other particles emerge from the central collision, a black spot, with many thin curved lines going away from it, and two larger beams going straight in. Above the upper part of these lines there are three lines of unreadable text, three unreadable labels are written over three of the lines, and there are two unreadable lines of text at the bottom one at each side of the poster.]&lt;br /&gt;
:Megan: Our lab was trying to recreate the conditions that occurred seconds after the Big Bang.&lt;br /&gt;
&lt;br /&gt;
:[Megan is standing with arms lifted to each side, stick in hand, looking straight out, in an otherwise empty panel.]&lt;br /&gt;
:Megan: But it turns out they were ''extremely'' hot and unpleasant.&lt;br /&gt;
&lt;br /&gt;
:[Megan points at another poster with the stick. The poster shows a picture of a beach, with the sun over the ocean, a palm tree bending in over a parasol stuck in the sand. At the front there is a small table with two drinks on it.]&lt;br /&gt;
:Megan: So now we're trying to recreate the conditions that occurred on this tropical beach in early 2014.&lt;br /&gt;
:Megan: Honestly don't know why we were doing that other thing.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Astronomy]]&lt;br /&gt;
[[Category:Physics]]&lt;br /&gt;
[[Category:Food]]&lt;br /&gt;
[[Category:Puns]]&lt;/div&gt;</summary>
		<author><name>Netjeff</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=2251:_Alignment_Chart_Alignment_Chart&amp;diff=204174</id>
		<title>2251: Alignment Chart Alignment Chart</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=2251:_Alignment_Chart_Alignment_Chart&amp;diff=204174"/>
				<updated>2021-01-07T02:50:54Z</updated>
		
		<summary type="html">&lt;p&gt;Netjeff: Link to 2408: Egg Strategies&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 2251&lt;br /&gt;
| date      = January 6, 2020&lt;br /&gt;
| title     = Alignment Chart Alignment Chart&lt;br /&gt;
| image     = alignment_chart_alignment_chart.png&lt;br /&gt;
| titletext = I would describe my personal alignment as &amp;quot;lawful heterozygous silty liquid.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&amp;quot;Alignment&amp;quot; and &amp;quot;alignment charts&amp;quot; come from tabletop roleplaying games, most prominently ''{{w|Dungeons &amp;amp; Dragons}}''. Every character has an {{w|Alignment (Dungeons &amp;amp; Dragons)|alignment}}, which very roughly identifies their tendencies. The most widely used alignment system was introduced in the ''{{w|Dungeons &amp;amp; Dragons Basic Set}}'' in 1977 and has been reused in many (but not all) subsequent editions of the game. This system uses two perpendicular axes, each divided into three levels (for a total of nine categories). The two axes are:&lt;br /&gt;
* Lawful/neutral/chaotic: this axis says whether a character is strongly devoted to, indifferent about, or categorically opposed to following established rules.&lt;br /&gt;
* Good/neutral/evil: this axis says whether a character is generally inclined to commit good deeds or evil deeds.&lt;br /&gt;
&lt;br /&gt;
In this system, the &amp;quot;lawful&amp;quot; attribute is independent from the &amp;quot;good&amp;quot; attribute.  Lawful alignment means that a character is committed to a set of rules, which can refer to actual established laws, or to something like a rigid personal code, a set of traditions, or a chain of command, while a chaotic alignment means that a character has no interest in those, and may actively oppose them. The good vs evil scale is generally based on a character's concern for the lives and well-being of others, a good character will actively seek to help others and prevent harm, while an evil character will have no such concern and may actively harm others. Being 'good' is assumed to be independent of being 'lawful'. For example, a character who actively breaks laws to help those who are unjustly imprisoned or oppressed would be be considered to be &amp;quot;chaotic good&amp;quot;.  In both cases, a neutral alignment can indicate a character's indifference to a concept, or that their commitment is conditional, or that they consciously seek to balance both sides. A character with the &amp;quot;neutral neutral&amp;quot; alignment is called a true neutral.&lt;br /&gt;
&lt;br /&gt;
An alignment chart is a grid that divides the alignments, usually for the purpose of putting descriptions or particular characters on it. Alignment charts are frequently used as a [https://knowyourmeme.com/memes/mcdonalds-alignment-chart meme template], where humorous or absurdist things are organized into different alignments. In addition to the &amp;quot;classic&amp;quot; Dungeons and Dragons alignment chart, there are a number of variant alignment charts in use as meme templates. Many keep the three-by-three grid structure but replace the lawful-neutral-chaotic and good-neutral-evil axes with descriptions.&lt;br /&gt;
&lt;br /&gt;
This comic claims to be a meta-alignment chart, where nine &amp;quot;alignment charts&amp;quot; are themselves sorted into the nine Dungeons and Dragons alignments, following the use of alignment charts to humorously classify abstract concepts. However, these &amp;quot;alignment charts&amp;quot; are mostly diagrams used in academic classifications, which are being treated as if they were blank meme templates. There are two levels of absurdity here: first, the idea of using these diagrams to classify things they were never intended for, and second, the conflation of chaos as a physics concept and an assigned moral weight as it applies to each of these classification systems.&lt;br /&gt;
&lt;br /&gt;
The title text describes Randall's alignment as &amp;quot;lawful heterozygous silty liquid&amp;quot; which references the true neutral, neutral good, lawful good, and lawful neutral charts in the Alignment Chart Alignment Chart. Lawful is the left side of an alignment chart, heterozygous is the top right or bottom left of a Punnet Square, silty is the bottom right of a soil chart, and liquid is the top right of a phase diagram. As such, the title text describes Randall's alignment as between Lawful Neutral and Neutral Good on this chart.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Alignment&lt;br /&gt;
!Chart&lt;br /&gt;
!Explanation&lt;br /&gt;
|-&lt;br /&gt;
|Lawful Good&lt;br /&gt;
|{{w|Soil texture|Soil chart}}&lt;br /&gt;
|This chart shows the USDA classification of soil types by their relative proportions of sand, clay and silt. The chart is a ternary diagram (very common in geology), so soils with more clay plot towards the upper corner, soils with more sand to the bottom left, and soils with more silt to the bottom right. This chart has been used humorously as an alignment chart ([https://www.reddit.com/r/PrequelMemes/comments/8wakd4/anakin_soil_reference_chart/ for example]) and may have been the inspiration for Randall to use scientific diagrams as alignment charts. In addition to being Lawful Good, this grid cell is also the upper left cell of the chart and will be read first, making it a good place to put this chart as a &amp;quot;jumping off point&amp;quot;. [https://what-if.xkcd.com/83/ What If 83 &amp;quot;Star Sand&amp;quot;] cites Randall as &amp;quot;...very satisfied with this chart, it's like the erosion geology edition of the electromagnetic spectrum chart...&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
|Neutral Good&lt;br /&gt;
|{{w|Punnett square}}&lt;br /&gt;
| Punnet squares are a visual method of determining what traits an organism might have based on the traits of the organism's parents. It relies on the principle that a trait is either dominant (indicated with capital letters) or recessive (indicated with lowercase letters). The exact combination of dominant or recessive genes that a child organism receives from their parents determines their traits. Heterozygous and homozygous refers to the pairs of alleles in an organism’s genotype, indicating mixed or same alleles, respectively. Randall later uses &amp;quot;heterozygous&amp;quot; in the title text.  Note that it is possible for a phenotype to be expressed the same between some heterozygotes and homozygotes, e.g., persons with genotypes heterozygous &amp;quot;Aa&amp;quot; and homozygous &amp;quot;AA&amp;quot; will both express blood type A.&lt;br /&gt;
Therefore, the Punnett Square is a good chart because it is both a simple and true geometric predictor of inheritance, but it tends to be neutral because of complicating factors such as polygenic inheritance; these and other factors will cause genotypic frequency to deviate from expected 1:2:1 patterns.&lt;br /&gt;
|-&lt;br /&gt;
|Chaotic Good&lt;br /&gt;
|{{w|IPA vowel chart with audio|IPA vowel chart }}&lt;br /&gt;
|This chart shows the relationship between different vowels according to the {{w|International Phonetic Alphabet}}. The position of the vowel on the chart serves roughly as an indicator of the position of the tongue in the mouth of the speaker. As different vowel sounds are created by changes in different parts of the mouth, including lip roundness which is expressed in the chart implicitly as an invisible third dimension, vowel identification is qualitative and often up to interpretation, and vowel expression can change dramatically from region to region or even person to person within the same language, the categories described by the chart might be considered chaotic. The chart is missing the near-open central vowel [ɐ] and the open central vowel [ä] (often written as /a/).&lt;br /&gt;
|-&lt;br /&gt;
|Lawful Neutral&lt;br /&gt;
|{{w|Phase diagram}}&lt;br /&gt;
|A phase diagram shows the equilibrium phases of matter present for a particular temperature, pressure, and composition.  The diagram included is a unary phase diagram of a typical material that has a solid, liquid, and gas phase depending on the temperature and pressure for a fixed composition.  Phase diagrams are useful for understanding how a material may change as its conditions change.  For example, the air pressure of Mars is such that there is no temperature at which liquid water can exist in equilibrium on its surface.  Water exists as ice until the temperature reaches a point where it sublimates directly into steam.&lt;br /&gt;
&lt;br /&gt;
This phase diagram does not specify what material is depicted, but it is certainly ''not'' the phase diagram of water.  On this diagram, compressing the liquid phase will transform the material into a solid, which is how most materials behave, but the solid/liquid phase line for water tilts the opposite direction.  This is why water ice floats on liquid water, for example.&lt;br /&gt;
&lt;br /&gt;
Phase diagrams follow the laws of thermodynamics and concern themselves with the order in which things ''should'' be, so they are inherently lawful.&lt;br /&gt;
|-&lt;br /&gt;
|True Neutral&lt;br /&gt;
|Alignment chart&lt;br /&gt;
|All alignment charts are neutral unless humans contaminate them. The chart in this cell has the same overall shape as the Alignment Chart Alignment Chart in the comic.&lt;br /&gt;
|-&lt;br /&gt;
|Chaotic Neutral&lt;br /&gt;
|CIE chromaticity diagram&lt;br /&gt;
|The {{w|chromaticity}} diagram is a chart of colors.  Visible colors form a shape like a triangle with two bulging sides in the diagram.  The curved line within the diagram shows the chromaticities of {{w|Black body|black bodies}} over a range of color temperatures.  The chromaticity diagram shows colors independent of luminance.  &lt;br /&gt;
The chart is not a simple geometric shape, so it is labeled as chaotic. Points on the diagram can be specified as combinations of three underlying iluminants (the colors of which may not all be visible).  It can also be described in polar form with angle and radial distance from some central point, where the maximum radial distance depends on the angle. &lt;br /&gt;
The fact that the colors may not show properly on a screen, making the diagram incorrect, may also contribute to its chaotic aspect, as well as the fact that the official standard is behind a paywall.   &lt;br /&gt;
|-&lt;br /&gt;
|Lawful Evil&lt;br /&gt;
|Political compass&lt;br /&gt;
|[https://www.politicalcompass.org/ Political Compass] separates ideas about governance into economic and social political thought.  For example, Gandhi and Stalin supposedly both had similar economic perspectives (collectivist) but radically different social perspectives (libertarian vs authoritarian).&lt;br /&gt;
&lt;br /&gt;
As politics is how laws are made, this is inherently lawful. Representing all politics in terms of two very general axes is not only a gross oversimplification, it is often used to put one's favored ideology as far away from Hitler or Stalin. This common use of a fallacy similar to the straw man makes this chart evil.&lt;br /&gt;
&lt;br /&gt;
Like the USDA soil chart, the political compass has actually been [https://knowyourmeme.com/memes/political-compass used as an alignment chart], largely to mock the original political compass chart.&lt;br /&gt;
|-&lt;br /&gt;
|Neutral Evil&lt;br /&gt;
|{{w|QAPF diagram|QAPF rock diagram}}&lt;br /&gt;
|This diagram is used to classify coarse-grained felsic (low magnesium and iron) igneous rocks by the relative volumes of the minerals quartz, alkali feldspars, plagioclase feldspars, and feldspathoids in the rock. It consists of two ternary diagrams - quartz and feldspathoid minerals cannot coexist (they will react to form feldspars) so only three of these components will be in any given rock. Rocks in the upper triangle of the diagram contain quartz, with rocks with more quartz plotting closer to the top, while rocks in the lower triangle contain feldspathoids, with rocks with more feldspathoids plotting lower. Rocks closer to the left corner of the diagram contain more alkali feldspar and rocks closer to the right corner contain more plagioclase feldspar. The field on the diagram for granite is labeled in the comic, but each area outlined on the diagram has its own rock name (monzonite, syenite, granodiorite, etc.). All the rocks that the QAPF diagram is used to classify look superficially like granite, but their chemistry, mineralogy, and origin differ.&lt;br /&gt;
The QAPF diagram and the names of the more obscure rock types on it can be somewhat arcane, which may be why it is considered evil here.&lt;br /&gt;
|-&lt;br /&gt;
|Chaotic Evil&lt;br /&gt;
|Omnispace classifier&lt;br /&gt;
|The other eight diagrams shown in this comic, squished together into one, with the shapes of the diagrams corresponding to those of the originals. The diagram is labeled chaotic, since it does not have a simple geometrical shape.  Probably self-referential humour, in that the diagram created for this comic is considered to be chaotically evil.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
An alignment chart was also featured in [[2408: Egg Strategies]], which was published exactly one year later.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{incomplete transcript|Do NOT delete this tag too soon.}}&lt;br /&gt;
&lt;br /&gt;
[A 3×3 grid of squares. Each square contains a label at the top and a drawing of a chart, and each square has a caption below it. From left to right, a row at a time:]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Soil Chart&lt;br /&gt;
&lt;br /&gt;
[describe this chart here]&lt;br /&gt;
&lt;br /&gt;
* Clay&lt;br /&gt;
* Silty Clay&lt;br /&gt;
* […]&lt;br /&gt;
&lt;br /&gt;
Lawful Good&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Punnett Square&lt;br /&gt;
&lt;br /&gt;
[describe this chart here]&lt;br /&gt;
&lt;br /&gt;
Neutral Good&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
IPA Vowel Chart&lt;br /&gt;
&lt;br /&gt;
[describe this chart here]&lt;br /&gt;
&lt;br /&gt;
Chaotic Good&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Phase Diagram&lt;br /&gt;
&lt;br /&gt;
[describe this chart here]&lt;br /&gt;
&lt;br /&gt;
Lawful Neutral&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Alignment Chart&lt;br /&gt;
&lt;br /&gt;
[A 3×3 grid of nine empty squares, each with an unreadable label below it.]&lt;br /&gt;
&lt;br /&gt;
True Neutral&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
CIE Chromaticity Diagram&lt;br /&gt;
&lt;br /&gt;
[describe this chart here]&lt;br /&gt;
&lt;br /&gt;
* Green&lt;br /&gt;
* Yellow&lt;br /&gt;
* …&lt;br /&gt;
&lt;br /&gt;
Chaotic Neutral&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Political Compass&lt;br /&gt;
&lt;br /&gt;
[describe this chart here]&lt;br /&gt;
&lt;br /&gt;
Lawful Evil&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
QAPF Rock Diagram&lt;br /&gt;
&lt;br /&gt;
[The diagram is a rhombus with each corner labeled: ‘Q’ at the top, ‘A’ at the left, ‘P’ at the right, and ‘F’ at the bottom. The diagram is divided into trapezoids and triangles, each with labels. The writing in most subdivisions are unreadable. The readable subdivisions:]&lt;br /&gt;
* Granite (around the top left)&lt;br /&gt;
* Basalt (just below the right corner)&lt;br /&gt;
* Foidolite (at the bottom)&lt;br /&gt;
&lt;br /&gt;
Neutral Evil&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Omnispace Classifier&lt;br /&gt;
&lt;br /&gt;
Chaotic Evil&lt;br /&gt;
&lt;br /&gt;
[describe this chart here]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Include any categories below this line. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Charts]]&lt;br /&gt;
[[Category:Biology]]&lt;br /&gt;
[[Category:Chemistry]]&lt;br /&gt;
[[Category:Physics]]&lt;br /&gt;
[[Category:Geology]]&lt;br /&gt;
[[Category:Language]]&lt;br /&gt;
[[Category:Fiction]]&lt;br /&gt;
[[Category:Politics]]&lt;br /&gt;
[[Category:Recursion]]&lt;/div&gt;</summary>
		<author><name>Netjeff</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=927:_Standards&amp;diff=189560</id>
		<title>927: Standards</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=927:_Standards&amp;diff=189560"/>
				<updated>2020-03-31T18:39:26Z</updated>
		
		<summary type="html">&lt;p&gt;Netjeff: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 927&lt;br /&gt;
| date      = July 20, 2011&lt;br /&gt;
| title     = Standards&lt;br /&gt;
| image     = standards.png&lt;br /&gt;
| titletext = Fortunately, the charging one has been solved now that we've all standardized on mini-USB. Or is it micro-USB? Shit.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
For any engineering task, there are numerous ways a given problem can be solved. The more complex the task, the more room for diversity. That's all well and good for a one-off problem, but if a design is meant to be iterated over time, or if an entire industry is solving that same problem, part reuse and {{w|interoperability}} become issues to deal with. {{w|Technical standards}} thus came to exist so that industries could avoid wasting resources {{w|reinventing the wheel}}, whilst offering their clients a certain amount of simplicity and compatibility between vendors.&lt;br /&gt;
&lt;br /&gt;
But, standards have issues of their own. They don't accommodate every {{w|Use Case|use case}}, they might have restrictions or royalties attached, and people tend to be plagued by ''{{w|Not invented here|Not Invented Here syndrome}}''. So, competing standards have a tendency to arise to address different perceived needs. After a while, the market for competing standards gets messy and hard to follow, and {{w|system integration|integrating systems}} built around competing standards gets burdensome. As a result, someone eventually takes on the challenge of creating a universal standard that everyone can rally around.&lt;br /&gt;
&lt;br /&gt;
This almost never works. In many cases, a new standard fails to displace the incumbent standards, eventually loses funding and support, and thus becomes a relic of history. In many other cases, it only penetrates far enough to survive, ironically making the situation messier. The latter situation often ends up becoming cyclical, with new standards periodically rising and failing to gain traction.&lt;br /&gt;
&lt;br /&gt;
Three examples are given at the top of the comic: {{w|AC adapter|AC chargers}}, {{w|character encoding}} and {{w|instant messaging}}. &lt;br /&gt;
* Power adapters are notorious for varying from device to device - partly to try to prevent dangerous voltage/current mismatches, but partly just because manufacturers all chose different adapter designs. Mobile phone chargers have mostly converged on a common USB-based solution, but laptop charging is still a long way out, despite the adoption of yet another standard, {{w|IEC 62700}}. Randall notes that there was initially additional complexity due to the fact that there were also ''competing USB types'', but thanks to the European Union's {{w|common external power supply}} specification, micro-USB comprehensively won the day. Three years after the release of this comic, in August 2014 the {{w|USB Type-C}} specification was published and may displace micro-USB, it's gaining ground among laptop manufacturers as well.&lt;br /&gt;
* Character encoding is, in theory, a solved problem - {{w|Unicode}} is a standard for character sets which currently includes over 135,000 characters. However, Unicode is not an encoding, just an abstract representation of the characters, and there are several implementations which encode Unicode &amp;quot;code points&amp;quot; into usable characters (including the two most common, {{w|UTF-8}} and {{w|UTF-16}}). Despite the [https://w3techs.com/technologies/history_overview/character_encoding/ms/y success of UTF-8 Unicode ], older encodings like {{w|Windows-1252}} have stuck around, continuing to cause weird bugs in old software and websites to this day.&lt;br /&gt;
* Unlike the other examples, there has been little or no effort by instant messaging companies to make their services interoperable. There's more value to keeping IM as a {{w|closed platform}} so users are forced to use the company's software to access it. Some software, like the {{w|Trillian (software)|Trillian}} chat client, can connect to multiple different services, but there is essentially no way to, for example, send a Twitter message directly to a Skype user.&lt;br /&gt;
&lt;br /&gt;
The title text mentions mini-USB and micro-USB, which were different standards used in 2011. As of 2019 for most applications of small USB ports (especially for charging / connecting cell phones), mini USB has lost most of its relevance and micro USB is competing with USB-C, as well as some solutions only used by single companies (such as Apple) who do not care for standards.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:How Standards Proliferate&lt;br /&gt;
:(See: A/C chargers, character encodings, instant messaging, etc.)&lt;br /&gt;
&lt;br /&gt;
:Situation: &lt;br /&gt;
:There are 14 competing standards.&lt;br /&gt;
&lt;br /&gt;
:Cueball: 14?! Ridiculous! We need to develop one universal standard that covers everyone's use cases.&lt;br /&gt;
:Ponytail: Yeah!&lt;br /&gt;
&lt;br /&gt;
:Soon:&lt;br /&gt;
:Situation: There are 15 competing standards.&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;/div&gt;</summary>
		<author><name>Netjeff</name></author>	</entry>

	</feed>