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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2309:_X&amp;diff=192371</id>
		<title>Talk:2309: X</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2309:_X&amp;diff=192371"/>
				<updated>2020-05-22T20:32:47Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.143.30: /* Explanation */ naturals not real&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
id certainly use that language lol ([[User talk:172.69.70.101|172.69.70.101]])&lt;br /&gt;
&lt;br /&gt;
-- haXkell is a X-based dialect of haskell&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Comic Sans MS';&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt; :: Integer -&amp;gt; Integer&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Comic Sans MS';&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt; 0 = 1&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Comic Sans MS';&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt; X = X * &amp;lt;span style=&amp;quot;font-family: 'Comic Sans MS';&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt; (X-1)&amp;lt;br/&amp;gt;&lt;br /&gt;
[[User:Capncanuck|Capncanuck]] ([[User talk:Capncanuck|talk]]) 02:35, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
https://esolangs.org/wiki/X isn't taken. --[[User:Blacksilver|Blacksilver]] ([[User talk:Blacksilver|talk]]) 02:40, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
Some unique looking variable names would be X and x in the fonts Webdings, Wingdings, Wingdings 2, and Wingdings 3.&amp;lt;br/&amp;gt;&lt;br /&gt;
They are respectively as follows:&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Webdings';&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Webdings';&amp;quot;&amp;gt;x&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Wingdings';&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Wingdings';&amp;quot;&amp;gt;x&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Wingdings 2';&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Wingdings 2';&amp;quot;&amp;gt;x&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Wingdings 3';&amp;quot;&amp;gt;X&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: 'Wingdings 3';&amp;quot;&amp;gt;x&amp;lt;/span&amp;gt; --[[User:Dstrube|Dstrube]] ([[User talk:Dstrube|talk]]) 02:49, 21 May 2020 (UTC)&amp;lt;br/&amp;gt;&lt;br /&gt;
:This comment is quite uninformative to someone who doesn't have those fonts installed. [[User:Angel|Angel]] ([[User talk:Angel|talk]]) 09:57, 21 May 2020 (UTC)&lt;br /&gt;
:: This comment highlights another issue with Cueball's language.  [[User:Mikemk|Mikemk]] ([[User talk:Mikemk|talk]]) 11:22, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
As well as esolangs, among which I would consider the likes of Whitespace and b****fuck as potential inspirations, I think I'm also minded of TempleOS and its creator as vaguer but possibly still related influences... [[Special:Contributions/162.158.158.163|162.158.158.163]] 03:28, 21 May 2020 (UTC)&lt;br /&gt;
:I find it ironic that you censored the word &amp;quot;brain&amp;quot; but left in the word &amp;quot;fuck&amp;quot;. &lt;br /&gt;
:[[User:ProphetZarquon|ProphetZarquon]] ([[User talk:ProphetZarquon|talk]]) 16:09, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
I added an explanation of what a variable is and why it's bad to have every one named X. It's pretty rudimentary though, hope someone more experienced than me will improve it. [[User:Unpopular Opinions|Goodbye, world!]] ([[User talk:Unpopular Opinions|talk]]) 04:39, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Forth basically doesn't use variable names.  Commands operate on and consume the last number mentioned.  A Forth program &amp;quot;1 2 3 . . .&amp;quot; prints 3, then 2, then 1.  &amp;quot;2 3 + .&amp;quot; prints 5 I think??&lt;br /&gt;
:In Microsoft &amp;quot;Transact-SQL&amp;quot; you can script variables named starting @ and temporary objects starting #.  I promise I try to resist naming objects @ or # and especially if @ or # is going to be a different object in each program...  or is not.  And if someone else needs to reads this (and I don't want to punish them).  Not to mention &amp;quot;@ &amp;quot; for instance.  Robert Carnegie rja.carnegie@gmail.com [[Special:Contributions/141.101.98.54|141.101.98.54]] 09:21, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
Psh you're all chicken. Chicken chicken chicken.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[https://media.discordapp.net/attachments/677507038607048704/706860858587873310/ShapeLikeItSelf_img1.png?width=282&amp;amp;height=209 Language where you can have return keyword in a if condition]],&lt;br /&gt;
[[https://media.discordapp.net/attachments/677507038607048704/712914169774735441/unknown.png?width=292&amp;amp;height=103 Language that uses unicode symbols for built_in operators]],&lt;br /&gt;
[[https://media.discordapp.net/attachments/677507038607048704/712915431446282240/unknown.png?width=396&amp;amp;height=379 Language, I have no words to describe]],&lt;br /&gt;
and this this '''X''' thing is winning so far...&lt;br /&gt;
[[Special:Contributions/162.158.89.139|162.158.89.139]] 06:35, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Yeah, but C++ does that shit either '''unintentionally''' or '''at user demand''' (although, to be clear, I'm not saying it's any good; C++ and Java are possibly the worst programming languages in terms of shoddy design). The X programming language is just the designer being an asshole. [[Special:Contributions/172.68.189.205|172.68.189.205]] 07:04, 21 May 2020 (UTC)&lt;br /&gt;
::Those links have nothing to do with C++/Java and you can Not do those things in C++ or Java (except an if in an assignment).[[Special:Contributions/162.158.92.208|162.158.92.208]] 08:02, 21 May 2020 (UTC)&lt;br /&gt;
:Those look like pretty sane language features; just looks weird because of the Eliza effect; those keywords don't behave like you'd expect them to based on experience of other languages. In the first example, you can certainly do that in Perl using &amp;quot;if (defined wantarray)&amp;quot;; it's just unusual (but comprehensible) to name the keyword &amp;quot;return&amp;quot;. What language is that? [[User:Angel|Angel]] ([[User talk:Angel|talk]]) 09:57, 21 May 2020 (UTC)&lt;br /&gt;
::Language is called ShapedLikeItSelf, but it currently has no runner. Documentation is just of images like these on discord server.&lt;br /&gt;
::[[https://discord.gg/ercPss9 This is link to it]] if you are intersted. [[Special:Contributions/162.158.89.19|162.158.89.19]] 10:19, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
Did Randall refer to this comic? https://xkcd.com/1537/&lt;br /&gt;
I vaguely remember another one about an esoteric language. Is there a category of programming languages on explainxkcd?&lt;br /&gt;
&lt;br /&gt;
Am I the only one that tried fiddling the CSS on the page to see if the X would change? Spoiler -&amp;gt; It didn't. [[User:Xseo|Xseo]] ([[User talk:Xseo|talk]]) 08:54, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
If X is the only variable name, can it be omitted? For example, writing a single-argument function name in a different font to imply which X should be treated as its argument. And that gets me wondering how the source is stored; will the IDE allow use of fonts not installed on your system? Will the compiler fail if it can't find the font, requiring you to track down all of the fonts a developer used in order to compile their code? And what would be the legality of mixing open-source code and proprietary fonts? [[User:Angel|Angel]] ([[User talk:Angel|talk]]) 09:57, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;… and array indices start at 8, because anything smaller than that would be unreadable.&amp;quot; [[User:Angel|Angel]] ([[User talk:Angel|talk]]) 10:00, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
Who is going to implement this first??[[Special:Contributions/108.162.216.122|108.162.216.122]] 13:03, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hey guys what coding language did he do to almost be arrested? [[Special:Contributions/162.158.187.139|162.158.187.139]] 14:18, 21 May 2020 (UTC)Anonymous&lt;br /&gt;
:Well, I've got this one with just four operands, everything's a relative address in 4-cored circular memory and there's no paractical differentiation between the packed opcodes, addresses and data (or their 2-bit lower-limit boundaries) when operated upon from elsewhere. Everything suggests it should be be Turing-complete. [[Special:Contributions/162.158.155.242|162.158.155.242]] 11:47, 22 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
Isn't the fixed vs variable width a pun on the variable's internal size, eg. a 64-bit integer [fixed width) vs a string (variable width) ?&lt;br /&gt;
&lt;br /&gt;
I sure hope this new language at least supports indexed tuples.  If so, that wouldn't be so bad, unless for some reason I needed more than one tuple in the same scope.[[User:Whiteheadw|Whiteheadw]] ([[User talk:Whiteheadw|talk]]) 23:01, 21 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
Harrumph.  I'm sticking with LOLcode http://www.lolcode.org/ and thats an end of it. [[User:Cellocgw|Cellocgw]] ([[User talk:Cellocgw|talk]]) 14:03, 22 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
Is this a continuation of the [[:Category:Code Quality|Code Quality]] series? [[User:TomW1605|TomW1605]] ([[User talk:TomW1605|talk]]) 14:05, 22 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm not sure that this: &amp;quot;ℝ denotes the set of natural numbers, and is distinct from R&amp;quot; is strictly true. The way I was taught is that boldfaced R does stand for the real numbers, except when it doesn't, and blackboard-bold ℝ (and Q, and C, and Z) are just what you write on the blackboard since it's impossible to make a clear boldfaced R with chalk.&lt;br /&gt;
Not that the main point doesn't stand--too many circumstances where plain P, bold P, italic P, and fancy curly script P all mean different things. [[Special:Contributions/162.158.62.105|162.158.62.105]] 18:57, 22 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Blackboard Bold isn't a reliable convention but, generally, '''N''' is the set of naturals, '''R''' reals. https://en.m.wikipedia.org/wiki/Blackboard_bold [[Special:Contributions/172.68.143.30|172.68.143.30]] 20:32, 22 May 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>172.68.143.30</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:2307:_Alive_Or_Not&amp;diff=192071</id>
		<title>Talk:2307: Alive Or Not</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:2307:_Alive_Or_Not&amp;diff=192071"/>
				<updated>2020-05-15T22:47:44Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.143.30: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I'm pretty sure high-pressure fire hoses belong on this scale[[User:60sRefugee|60sRefugee]] ([[User talk:60sRefugee|talk]]) 21:47, 15 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
Funny, for once viruses are said to be alive. That's new... [[Special:Contributions/141.101.107.138|141.101.107.138]] 22:01, 15 May 2020 (UTC)&lt;br /&gt;
:Definitely new, and extremely angering! I could scream... [[Special:Contributions/172.68.143.30|172.68.143.30]] 22:47, 15 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
Do we want to bicker over the placement of the line (like &amp;quot;Why is it below viruses&amp;quot;), or the order things are placed in (like &amp;quot;Why are slime molds below plants&amp;quot;)? [[User:GreatWyrmGold|GreatWyrmGold]] ([[User talk:GreatWyrmGold|talk]]) 22:06, 15 May 2020 (UTC)&lt;br /&gt;
: Oh, go on. If you insist. You go first, unless you already have. ;) [[Special:Contributions/162.158.154.31|162.158.154.31]] 22:46, 15 May 2020 (UTC)&lt;br /&gt;
&lt;br /&gt;
True fossils have remineralised so generally do not have DNA left. They are merely the shadow of a previous life.&lt;br /&gt;
&lt;br /&gt;
Surprised no one has noticed the typo yet.  It's 'archaea', not 'archea'&lt;br /&gt;
:(Sign yourself(/ves), &amp;quot;True fossils&amp;quot; and &amp;quot;Surprised&amp;quot;?) I disagree. It's 'archæa'... [[Special:Contributions/162.158.154.31|162.158.154.31]] 22:46, 15 May 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>172.68.143.30</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=474:_Turn-On&amp;diff=191624</id>
		<title>474: Turn-On</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=474:_Turn-On&amp;diff=191624"/>
				<updated>2020-05-05T06:54:18Z</updated>
		
		<summary type="html">&lt;p&gt;172.68.143.30: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 474&lt;br /&gt;
| date      = September 10, 2008&lt;br /&gt;
| title     = Turn-On&lt;br /&gt;
| image     = turn-on.png&lt;br /&gt;
| titletext = Supercollider? I 'ardly know 'er!&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic refers to the first start-up (turn-on) of {{w|CERN|CERN's}} {{w|Large Hadron Collider}} (LHC). There was a theoretical concern that that the LHC experiments could create a {{w|black hole}} which would suck in our planet.&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] uses this concern when telling [[Megan]] this could be their last night on Earth, but since the scene is in a bar this is just another lame entry he uses because he just wants to spend the night with her.&lt;br /&gt;
&lt;br /&gt;
Megan answers as a physicist and explains that first of all they will not start colliding particles just because they actually turn-on the collider. That will take a while during which everything needs to be checked. Secondly scientists have determined that the fears are unfounded&amp;amp;nbsp;— among other things because cosmic rays have already been bombarding the Earth with particles even more energetic than those created by the LHC. Thus if the LHC could create a black hole that would suck up the Earth, then that would have happened long ago due to the cosmic rays. (At present time the collider has been colliding particles for years, and if you read this line on or near Earth, then the Earth is probably still here; if you read it in a galaxy far away from the Milky Way, then it is somewhat more plausible that Earth may have been destroyed in the time that the signal took to reach you.)&lt;br /&gt;
&lt;br /&gt;
Cueball feels rejected by her answer and turns away to leave her, but she calls him back explaining very directly that she did not say &amp;quot;no&amp;quot; to his request (to try to stay a night with her). Also as she is a physics grad student she needs an excuse to party&amp;amp;nbsp;— the excuse being that the LHC is turned-on.&lt;br /&gt;
&lt;br /&gt;
Cueball feels encouraged and continues his attempt to get her in to bed. But in his next sentence he unwittingly uses three of the six {{w|quark}} flavors ({{w|up quark}}, {{w|charm quark}}, and {{w|strange quark}}). Megan continues to be very direct when asking if she has to be on top or bottom (when they are going to have sex). But this is also a sentence she chooses so she can continue using quark flavors ({{w|top quark}} and {{w|bottom quark}}). Cueball is flustered and complains that she is assuming too much since he hasn't even bought her a drink. Megan then makes it even worse when she makes an order of two {{w|whiskey sour}}s straight down - to use the final flavor ({{w|down quark}}).&lt;br /&gt;
&lt;br /&gt;
Maybe she just teases Cueball (with her knowledge about the LHC and quarks), or else she is actually so turned-on by the LHC Turn-On that she wishes to have sex with Cueball as soon as possible.&lt;br /&gt;
&lt;br /&gt;
The quarks are some fundamental particles the LHC is generating. All six {{w|Flavour (particle physics)|flavors}} of quarks are in the last panel: up, down, top, bottom, charm and strange. They are also referenced in [[1418: Horse]], [[1621: Fixion]] and in [[1731: Wrong]], the latter also mentioning the up and down flavor. The mention of the drinks being served &amp;quot;straight down&amp;quot; is a reversal of the common bartending term &amp;quot;straight up&amp;quot;, but there is no &amp;quot;straight down&amp;quot; in bartending.&lt;br /&gt;
&lt;br /&gt;
The title text is of course a very old joke &amp;quot;[http://urbandictionary.com/define.php?term=I+Hardly+Know+Her I 'ardly know 'er!]&amp;quot;. In this case Supercollider (another name for the LHC) should be misunderstood as &amp;quot;(Did you) Supercollide her?&amp;quot;, which you could put into a (nasty?) sexual context. Using this sentence at the wrong moment could be bad for a nice romance. This could be a reference to the ''{{w|Futurama}}'' episode &amp;quot;{{w|That's Lobstertainment!}}&amp;quot;, in which Humorbot 5.0 tells a similar supercollider joke.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball walks up to Megan sitting at bar.]&lt;br /&gt;
:Cueball: So, the LHC's turning on. This could be our last night on earth.&lt;br /&gt;
:[While Beret Guy as a bartender walks into the frame Megan replies without turning]&lt;br /&gt;
:Megan: Gimme a break. They're not even colliding yet, and it won't do anything cosmic rays haven't.&lt;br /&gt;
:[Cueball turns and walks away. But then Megan turns towards him and says:]&lt;br /&gt;
:Megan: Hey, I didn't say no.&lt;br /&gt;
:Megan: I'm a physics grad student. I need the excuse to party.&lt;br /&gt;
:[Cueball turns back and they talk:]&lt;br /&gt;
:Cueball: So, you're up for a night with a charming stranger?&lt;br /&gt;
:Megan: Depends. Top or bottom?&lt;br /&gt;
:Cueball: Hey, I haven't even bought you a drink.&lt;br /&gt;
:Megan: Barkeep, two whiskey sours, straight down.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Beret Guy]]&lt;br /&gt;
[[Category:Physics]]&lt;br /&gt;
[[Category:Romance]]&lt;br /&gt;
[[Category:Sex]]&lt;/div&gt;</summary>
		<author><name>172.68.143.30</name></author>	</entry>

	</feed>