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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1239:_Social_Media&amp;diff=128064</id>
		<title>1239: Social Media</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1239:_Social_Media&amp;diff=128064"/>
				<updated>2016-10-01T13:55:36Z</updated>
		
		<summary type="html">&lt;p&gt;Greenrd: remove spam&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1239&lt;br /&gt;
| date      = July 17, 2013&lt;br /&gt;
| title     = Social Media&lt;br /&gt;
| image     = social_media.png&lt;br /&gt;
| titletext = The social media reaction to this asteroid announcement has been sharply negative. Care to respond?&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic parodies how journalists tend to focus on social networking. Specifically in the case of revolutions, social media is given a lot of weight, even in countries with limited internet access. A direct parallel is made to the so-called {{w|Twitter Revolution}}s.&lt;br /&gt;
&lt;br /&gt;
On {{w|Twitter}} you can send text messages with a maximum of 140 characters. This means that there could not be much content in a single post, but often many people ''follow'' the people doing these ''tweets''. People who are not on social media tend to react like [[Cueball]] and come to the conclusion that twitter makes press coverage more stupid, just because those messages lack much detail. Cueball is also surprised about the stupidity of trying to link social media to the orbit of the asteroid — social media obviously have no impact on the orbit of any space objects, which are entirely driven by physics and gravitational mechanics, and are not influenced by opinions on any media.&lt;br /&gt;
&lt;br /&gt;
The title text continues the joke. The negativity on Twitter concerning an earth bound asteroid has nothing to do with the press conference that announced it but rather with the negativity of wiping out life on earth in general. Again, journalists give undue weight to social media.&lt;br /&gt;
&lt;br /&gt;
It's simply that &amp;quot;How has twitter affected this&amp;quot; has become a standard question for journalists, posed in complete disregard of the actual event.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball heads a press conference.]&lt;br /&gt;
:Cueball: NASA has confirmed that the asteroid is heading directly for us.&lt;br /&gt;
:Cueball: ...Yes, a question?&lt;br /&gt;
:Reporter 1: What role has social media played in this asteroid's orbit?&lt;br /&gt;
:Cueball: *''sigh''*&lt;br /&gt;
:Reporter 2: Has twitter changed the way we respond to asteroid threats?&lt;br /&gt;
:Cueball: Well, it's made the press conference questions stupider.&lt;br /&gt;
:Reporter 3: Fascinating!&lt;br /&gt;
:Reporter 4: What about Facebook?&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*The comic may also parody an actual interview [http://www.slate.com/blogs/future_tense/2013/02/12/deb_feyerick_to_bill_nye_is_asteroid_2012_da14_connected_to_global_warming.html Is asteroid 2012_DA14 connected to global warming] in which {{w|Bill Nye}} was asked if the approaching asteroid {{w|2012_DA14}} was a result of global warming.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Social networking]]&lt;/div&gt;</summary>
		<author><name>Greenrd</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1692:_Man_Page&amp;diff=121819</id>
		<title>1692: Man Page</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1692:_Man_Page&amp;diff=121819"/>
				<updated>2016-06-12T14:24:41Z</updated>
		
		<summary type="html">&lt;p&gt;Greenrd: punctuation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1692&lt;br /&gt;
| date      = June 10, 2016&lt;br /&gt;
| title     = Man Page&lt;br /&gt;
| image     = man_page.png&lt;br /&gt;
| titletext = For even more info, see blarbl(2)(3) and birb(3ahhaha I'm kidding, just Google it like a normal person.&lt;br /&gt;
}}&lt;br /&gt;
 &lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic shows a {{w|Unix}} manual page, i.e. a ''{{w|man page}}'' (hence the title), for a fictional program called &amp;quot;[http://da.urbandictionary.com/define.php?term=blerp blerp]&amp;quot;.  Unix man pages are meant to provide a brief reference on the usage of a command, not extended explanations with tutorials as may be found in many hardcopy product manuals. Unfortunately, some Unix commands tend to be very bloated and include lots of optional behavior that is often irrelevant to the original intent of the command and can be done much more easily using shell features like piping and redirection, and thus the manpage grows to explain all of the features. This example exaggerates the obscurity and terseness found in many man pages, making fun of the typical style of the genre.&lt;br /&gt;
&lt;br /&gt;
It follows the prescribed format for a man page, with the following sections:&lt;br /&gt;
* Command Name: self-explanatory&lt;br /&gt;
* Synopsis: a synopsis of the valid command line formats&lt;br /&gt;
* Description: a summary of the purpose and operation of the command&lt;br /&gt;
* Options: detailed description of all the available command line arguments&lt;br /&gt;
* See Also: references to other man pages with relevance&lt;br /&gt;
* Bug Reports: contact details for the support group (if any)&lt;br /&gt;
* Copyright: details of the ownership and rights status of the man page (not the program)&lt;br /&gt;
&lt;br /&gt;
However most the contents of these sections are not very meaningful, or even obey the correct syntax.&lt;br /&gt;
&lt;br /&gt;
The Synopsis section is supposed to be in a {{w|Regular Expression|regex}}-like language called {{w|Wirth Syntax Notation}}, with structures like&lt;br /&gt;
&lt;br /&gt;
* {&amp;lt;list of valid alternatives&amp;gt;}, e.g. blerp {A,B,C}&lt;br /&gt;
* [&amp;lt;optional element&amp;gt;], e.g. blerp [-o [&amp;lt;output file&amp;gt;]]&lt;br /&gt;
* &amp;lt;something&amp;gt; ...   meaning repeat &amp;lt;something&amp;gt; as many times as you need&lt;br /&gt;
&lt;br /&gt;
But the two Synopsis lines given do not have valid Wirth syntax; they randomly mix objects and syntactic characters, and the brackets and braces are not properly nested or paired.&lt;br /&gt;
&lt;br /&gt;
The Description section provides a somewhat unhelpful summary that could apply to almost any Unix command.  Processing input files (or output of other commands in a pipeline) is a generic function for Unix shell tools, as is specifying their behaviour with command line arguments, environment variables and flags.&lt;br /&gt;
&lt;br /&gt;
The options are in alphabetical order (putting lower case before upper case and with an em-dash inserted between b and c the only exception to this order).&lt;br /&gt;
&lt;br /&gt;
{{w|Command-line_interface#Command-line_option|Command-line options}}, also known as flags, are typed following a program name to change how the program runs. The following is an example usage.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;blerp -a -d -t -p &amp;quot;AVIGNON&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This would run blerp in attack mode, outputting to DEBUG.EXE, with tumble dry, and with POPE set to AVIGNON. In most cases, any number of flags can be used in any order, and applicable flags can be followed by arguments (such as &amp;quot;AVIGNON&amp;quot; in this example).&lt;br /&gt;
&lt;br /&gt;
For a walkthrough of all possible flags see the '''[[#Table of flags|table of flags]]''' below. &lt;br /&gt;
&lt;br /&gt;
Below the flags there is a ''see also'' list with other stupid program names. Apart from two more blerbs there is also blirb, [http://da.urbandictionary.com/define.php?term=Blarb blarb] and [http://da.urbandictionary.com/define.php?term=Blorp blorp], with chapter references. The last blorp(501)(c)(3) is not a valid chapter reference for a man page, it is however a slightly covert reference to {{w|501(c)_organization#501.28c.29.283.29|501(c)(3)}} which is an organization that is {{w|Tax exemption|tax-exempt}}.&lt;br /&gt;
&lt;br /&gt;
Then follows a bug report site. www.inaturalist.org is a site working to extend biological research, and the exact address given, http://www.inaturalist.org/taxa/47744-Hemiptera, points to the same page as http://www.inaturalist.org/taxa/Hemiptera. {{w|Hemiptera}} is the order classifying ''true bugs'', making it a good place to report any biological bugs discovered while running a program (such as certain insects that got into certain early computers, causing the computers to malfunction and giving the name &amp;quot;bug&amp;quot; to computer malfunctions).&lt;br /&gt;
&lt;br /&gt;
Finally there is a &amp;quot;{{w|copyright}}&amp;quot; line which references several variously open-source content licenses which is also a recurring theme on xkcd (see [[225: Open Source]]). For instance, GPL references {{w|GNU General Public License}} and the (2) and (3+) refers to {{w|GNU_General_Public_License#Version_2|GPL 2}} and {{w|GNU_General_Public_License#Version_3|GPL 3 or higher}}. ''CC'' refers to {{w|creative commons}} where ''BY'' is the {{w|Creative_Commons_license#Types_of_licenses|type of license}}, ''5.0'' refers to the attribution and ''RV 41.0'' refers to revision 41.0. However there were no higher attribution than [https://creativecommons.org/licenses/by/4.0/legalcode 4.0] at the time of this comic's release. xkcd is released under [http://creativecommons.org/licenses/by-nc/2.5/ CC BY-NC 2.5] as can be seen at the bottom of the {{xkcd}}&amp;amp;nbsp;&amp;amp;nbsp;homepage. A few comics have been released under the [[:Category:CC-BY-SA comics|CC-BY-SA license]] or [http://creativecommons.org/licenses/by-sa/3.0/ 3.0]. BSD refers to {{w|BSD licenses}} a [[:Category:BSD|recurring theme]] in xkcd. &amp;quot;Like Gecko&amp;quot; is a reference to a web browser user-agent string; modern user-agent strings include a lot of text designed&amp;lt;ref&amp;gt;[http://webaim.org/blog/user-agent-string-history/ User agent history]&amp;lt;/ref&amp;gt; to let the browser pretend to be several different browsers/renderers, and &amp;quot;(like Gecko)&amp;quot; is the standard text for a browser that wants to be treated as if it were {{w|Gecko (software)|Gecko}} while admitting, if you look closely, that it isn't really Gecko. This copyright line, which includes a lot of mashed-together text that might appear to match any of several different licenses, resembles a {{w|user agent}} string.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Or best offer&amp;quot; is a reference to a private sale, such as of a car parked outside a home, with a hand-made notice proclaiming the intent to sell to any passer-by who may be interested, usually with relevent details including a suggested price &amp;quot;or best offer&amp;quot;, to indicate a willingness to be flexible for a quicker sale. In context, it suggest the person who has the highest offer for ''blerp'' will be sold the rights to the program. Since the other licenses mentioned would allow for free usage without paying royalties, it would usually be pointless to buy the rights to the program.  The owner could possibly revoke the other licenses though.&lt;br /&gt;
&lt;br /&gt;
In the title text there is a list with even more info, again with crazy names like [http://blarbl.blogspot.dk/ blarbl] and [http://da.urbandictionary.com/define.php?term=birb birb]. Again there are page references, but for the last the person writing this stops writing the reference and begins to laugh at whom ever still reads this man page and telling them that he is kidding and suggest that they ''just Google it like a normal person''. The writer of this text thus also stops finishing the brackets as the ending &amp;quot;)&amp;quot; for the last chapter is missing.&lt;br /&gt;
&lt;br /&gt;
Man pages were part of the subject of [[293: RTFM]], [[912: Manual Override]] and [[1343: Manuals]] and were mentioned in [[434: xkcd Goes to the Airport]] and [[456: Cautionary]].&lt;br /&gt;
&lt;br /&gt;
===Table of flags===&lt;br /&gt;
*There are 28 flags.&lt;br /&gt;
**Only these five letters are not used: l, m, w, x, z.&lt;br /&gt;
**j and k are used together as jk.&lt;br /&gt;
**The following seven capital letters are used: D, I, O, R, S, U, V.&lt;br /&gt;
***That makes it one capital letter for every lower case letter that is not used by itself.&lt;br /&gt;
**Finally the em dash &amp;quot;—&amp;quot; is used as the only non-letter character. Also the only that breaks the strict alphabetical sorting of the list, with lower case before upper case letters.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Flag!!Description!!Explanation&lt;br /&gt;
|-&lt;br /&gt;
| -a||ATTACK MODE||This sounds like a command for a robot or something similar. Strange for a command line program. Possibly this is designed to break something?&lt;br /&gt;
|-&lt;br /&gt;
| -b||SUPPRESS BEES||Nonsensical option. This is a word play, meaning either to suppress {{w|Bee|Bees}} (the insects) or the letter '''B'''. A possible implication is that running the program without this flag would somehow result in the user being attacked by bees. This is also a possible  {{w|Discworld}} reference, as the ''{{W|Hex_(Discworld)#Structure_and_technology|long-term storage}}'' of the only recurring computer in the series, ''{{w|Hex (Discworld)|Hex}}'', is composed of a beehive. (Note that the actual computer runs on ants.) Another explanation is that there will be smoke, which is used by beekeepers to suppress bees. &lt;br /&gt;
|-&lt;br /&gt;
| -—||FLAGS USE EM DASHES||Command line options (flags) typically use {{w|Hyphen|hyphens}} (short horizontal lines largely used within words). {{w|Dash#Em_dash|Em dashes}} (longer, with the same length as the letter &amp;quot;m&amp;quot;) can't always be easily typed into a command line interface, so switching flags from hyphens to em dashes is excessively difficult and nonsensical.&lt;br /&gt;
&lt;br /&gt;
This may be a play on how a lot of commands accept both single-dash options, like -h for help, as well as double-dash options like --help also for help.  In word processors, a double-dash (--) is often replaced with the longer em dash (—), making them kind of synonymous.&lt;br /&gt;
&lt;br /&gt;
Also implies a paradox where if flags were to use em dashes, this flag itself would be invalid.&lt;br /&gt;
|-&lt;br /&gt;
| -c||COUNT NUMBER OF ARGUMENTS||Most likely not useful.&lt;br /&gt;
|-&lt;br /&gt;
| -d||PIPES OUTPUT TO DEBUG.EXE||{{w|DEBUG.EXE}} is the old 16-bit debugger that came with MS-DOS. On a Unix system it is much more likely that one would use the {{w|GNU Debugger}} (GDB). A debugger is usually called by calling the debugger with the program (or script) to be debugged as parameter.&lt;br /&gt;
{{w|Pipeline (Unix)|Piping}} in Unix means that the output of one program serves as input for another program.&lt;br /&gt;
|-&lt;br /&gt;
| -D||DEPRECATED||Many programs contain legacy options to avoid breaking scripts that use them. While the option should still work, the documentation is changed to say &amp;quot;deprecated&amp;quot; to discourage further use. Eventually such options usually get removed. (However, given the nature of this comic, it's likely that -D has always stood for &amp;quot;deprecated&amp;quot;.)&lt;br /&gt;
|-&lt;br /&gt;
| -e||EXECUTE SOMETHING||Vague. Also a possible pun on a kill-switch.&lt;br /&gt;
|-&lt;br /&gt;
| -f||FUN MODE||Strange and slightly ominous, given some of the other options. See under -O.&lt;br /&gt;
|-&lt;br /&gt;
| -g||USE GOOGLE||As an actual program flag, a bit hackjob-ish, but it is possible it is telling the user to use Google to find out what this tag does. Or, the program might actually use a google functionality (e.g. a code library online) or even simply the search mask to achieve the filtering it is supposed to do.&lt;br /&gt;
|-&lt;br /&gt;
| -h||CHECK WHETHER INPUT HALTS||Completely impossible, by the {{w|Halting problem}} which is the problem of determining, from a description of an arbitrary computer program and an input, whether the program will finish running or continue to run forever. {{w|Alan Turing}} proved in 1936 that a general algorithm to solve the halting problem for all possible program-input pairs cannot exist. Halting problem also featured in the comic [[1266: Halting Problem]].&lt;br /&gt;
&lt;br /&gt;
Note that most commands reserve -h for help, so using it for a different function is non-standard. Such is common for many Unix and Linux commands.&lt;br /&gt;
|-&lt;br /&gt;
| -i||IGNORE CASE (LOWER)||Usually, ignoring case means that a program will run without differentiating between upper- and lowercase. This flag suggests that blerp will run ignoring all the lowercase characters completely, or ignoring all the uppercase characters with the next flag &amp;quot;-I&amp;quot;. Note that using this may make it ignore the difference for flags like -i and -I...&lt;br /&gt;
|-&lt;br /&gt;
| -I||IGNORE CASE (UPPER)||See above. Also possible that all text is converted to upper case, or that upper-case requirements only are ignored&lt;br /&gt;
|-&lt;br /&gt;
| -jk||KIDDING||A common acronym for [http://www.urbandictionary.com/define.php?term=jk Just Kidding], not a program flag. Also note that standard behavior of Unix command line options is that a single &amp;quot;-&amp;quot; can be followed by multiple one-letter options, making -jk equivalent to -j -k.&lt;br /&gt;
|-&lt;br /&gt;
| -n||BEHAVIOR NOT DEFINED||Possibly mathematically ominous? Otherwise useless.(Possible debug/unstable feature flag)&lt;br /&gt;
|-&lt;br /&gt;
| -o||OVERWRITE||Standard program flag, usually meaning that the program will overwrite a file rather than make a new one when data is output.May work strangely with -d.&lt;br /&gt;
|-&lt;br /&gt;
| -O||OPPOSITE DAY||Strange flag, possibly means that all other flags (or maybe even including this one!) have the opposite effects - if so, a lot of strange things would happen. (Especially with -b, -e, -f, -jk, -O...). This may be a reference to the SpongeBob SquarePants episode [http://spongebob.wikia.com/wiki/Opposite_Day &amp;quot;Opposite Day&amp;quot;].&lt;br /&gt;
|-&lt;br /&gt;
| -p||SET TRUE POPE; ACCEPTS &amp;quot;ROME&amp;quot; OR &amp;quot;AVIGNON&amp;quot;||This refers to a {{w|Western_Schism|historical schism}} in the {{w|Catholic Church}}. In the 14th century, the Pope briefly ruled from Avignon, France, instead of Rome. After the Papacy was returned to Rome in 1377, the Church split (the so-called Western Schism)  as not everyone accepted the move and the Pope who ordered it.   This flag apparently allows the user to select a preferred Pope.   There is actually a possible feature request here, as &amp;quot;PISA&amp;quot;, a third Pope, should also be an option. It is the second time this week that Popes have been mentioned, last time was two comics before in [[1690: Time-Tracking Software]] regarding the Pope's sexual activity.&lt;br /&gt;
|-&lt;br /&gt;
| -q||QUIET MODE; OUTPUT IS PRINTED TO STDOUT INSTEAD OF BEING SPOKEN ALOUD||In most cases, a program will output basic information to the console, and running it in quiet mode will make it run without outputting anything. Blerp, on the other hand, outputs information through audio, and the quiet flag causes it to run like a normal program. &amp;quot;STDOUT&amp;quot; is short for &amp;quot;standard output&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| -r||RANDOMIZE ARGUMENTS||Pointless and possibly damaging.&lt;br /&gt;
|-&lt;br /&gt;
| -R||RUN RECURSIVELY ON &amp;lt;nowiki&amp;gt;http://*&amp;lt;/nowiki&amp;gt;||The star (*) symbol is often used as a wildcard to match any string of characters. &amp;quot;&amp;lt;nowiki&amp;gt;http://*&amp;lt;/nowiki&amp;gt;&amp;quot; suggests that blerp will be run on every (unsecured) webpage on the internet, or on each page recursively. What it might do in order to make this valid is also ominous.&lt;br /&gt;
|-&lt;br /&gt;
| -s||FOLLOW SYMBOLIC LINKS SYMBOLICALLY||A {{w|symbolic link}} is a filesystem feature that allows the creation of &amp;quot;fake&amp;quot; files which when accessed redirect to another file path.  Many commands offer an option to follow filesystem links and operate on the actual file rather than the fake pointer; this option however seems to suggest that it will only politely pretend to do so.&lt;br /&gt;
|-&lt;br /&gt;
| -S||STEALTH MODE||Similar to -a, in that it sounds more like an option for some kind of robot.&lt;br /&gt;
|-&lt;br /&gt;
| -t||TUMBLE DRY||Perhaps useful for a program that runs on a clothes dryer. Refers to [https://img1.etsystatic.com/000/0/5254504/il_570xN.184726893.jpg directions like these]. Many clothing items are marked &amp;quot;do not tumble dry&amp;quot; in the care instructions, but this would be extremely difficult to make relevant to a program. Given the other flags, this may be less nonsensical than it would first appear..&lt;br /&gt;
|-&lt;br /&gt;
| -u||UTF-8 MODE; OTHERWISE DEFAULTS TO ANSEL||{{w|ANSEL}} is an old and obscure character encoding that predates ASCII. Using ANSEL as a default would be strange and largely incompatible with most modern systems. On the other hand, UTF-8 is rather standard. Similar in this regard to -q, blerp does something non-standard by default. The problem with using different modes (where the original was also UTF-8) is shown in the title text of [[1683: Digital Data]].&lt;br /&gt;
|-&lt;br /&gt;
| -U||UPDATE (DEFAULT: FACEBOOK)||Update usually refers to replacing an old software with a newer version. The default here suggests posting a status update to Facebook, sourcing an update form Facebook, or updating Facebook itself.&lt;br /&gt;
|-&lt;br /&gt;
| -v||VERBOSE; ALIAS TO find / -exec cat {}||Almost standard flag, in ordinary programs the opposite of -q - instead of silencing output, it makes it more specific, usually to help with debugging. Instead, this flag gets replaced with a command that prints the contents of all files in the filesystem tree. However, it will never complete, as certain device files never end (/dev/urandom contains random bytes). Note that the &amp;quot;find&amp;quot; command is missing &amp;lt;code&amp;gt;\;&amp;lt;/code&amp;gt; and will not run, instead complaining &amp;lt;code&amp;gt;find: missing argument to `-exec'&amp;lt;/code&amp;gt; .&lt;br /&gt;
|-&lt;br /&gt;
| -V||SET VERSION NUMBER||Many programs will have a flag to view the version number. This flag changes the version number instead. Version number should only be changed when the program is updated (because it's used for distinguishing which edition of a program you have), so manually changing the version number like this is strange and a little dangerous.&lt;br /&gt;
|-&lt;br /&gt;
| -y||YIKES||[[wiktionary:yikes|yikes]] is an interjection which can express fear or empathy with unpleasant or undesirable circumstances. It is unclear how this would influence the program.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A terminal screen; the background is black and the text is white.]&lt;br /&gt;
&amp;lt;div style=&amp;quot;background-color:black;color:white;white-space:pre-wrap;font-family:monospace;padding: 0 2em;max-width:50em;&amp;quot;&amp;gt;&lt;br /&gt;
;NAME&lt;br /&gt;
:blerp&lt;br /&gt;
;SYNOPSIS&lt;br /&gt;
:blerp {[ OPTION | ARGS ]...[ ARGS ... -f [FLAGS] ...}&lt;br /&gt;
:blerp {... DIRECTORY ... URL | BLERP} OPTIONS ] -{}&lt;br /&gt;
;DESCRIPTION&lt;br /&gt;
:blerp FILTERS LOCAL OR REMOTE FILES OR RESOURCES USING PATTERNS DEFINED BY ARGUMENTS AND ENVIRONMENT VARIABLES. THIS BEHAVIOR CAN BE ALTERED BY VARIOUS FLAGS.&lt;br /&gt;
;OPTIONS&lt;br /&gt;
:-a      ATTACK MODE&lt;br /&gt;
:-b      SUPPRESS BEES&lt;br /&gt;
:-—      FLAGS USE EM DASHES&lt;br /&gt;
:-c      COUNT NUMBER OF ARGUMENTS&lt;br /&gt;
:-d      PIPES OUTPUT TO DEBUG.EXE&lt;br /&gt;
:-D      DEPRECATED&lt;br /&gt;
:-e      EXECUTE SOMETHING&lt;br /&gt;
:-f      FUN MODE&lt;br /&gt;
:-g      USE GOOGLE&lt;br /&gt;
:-h      CHECK WHETHER INPUT HALTS&lt;br /&gt;
:-i      IGNORE CASE (LOWER)&lt;br /&gt;
:-I      IGNORE CASE (UPPER)&lt;br /&gt;
:-jk     KIDDING&lt;br /&gt;
:-n      BEHAVIOR NOT DEFINED&lt;br /&gt;
:-o      OVERWRITE&lt;br /&gt;
:-O      OPPOSITE DAY&lt;br /&gt;
:-p      SET TRUE POPE; ACCEPTS &amp;quot;ROME&amp;quot; OR &amp;quot;AVIGNON&amp;quot;&lt;br /&gt;
:-q      QUIET MODE; OUTPUT IS PRINTED TO STDOUT INSTEAD OF BEING SPOKEN ALOUD&lt;br /&gt;
:-r      RANDOMIZE ARGUMENTS&lt;br /&gt;
:-R      RUN RECURSIVELY ON &amp;lt;nowiki&amp;gt;http://*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:-s      FOLLOW SYMBOLIC LINKS SYMBOLICALLY&lt;br /&gt;
:-S      STEALTH MODE&lt;br /&gt;
:-t      TUMBLE DRY&lt;br /&gt;
:-u      UTF-8 MODE; OTHERWISE DEFAULTS TO ANSEL&lt;br /&gt;
:-U      UPDATE (DEFAULT: FACEBOOK)&lt;br /&gt;
:-v      VERBOSE; ALIAS TO find / -exec cat {}&lt;br /&gt;
:-V      SET VERSION NUMBER&lt;br /&gt;
:-y      YIKES&lt;br /&gt;
;SEE ALSO&lt;br /&gt;
:blerp(1), blerp(3), blirb(8), blarb(51) blorp(501)(c)(3)&lt;br /&gt;
;BUG REPORTS&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;http://www.inaturalist.org/taxa/47744-Hemiptera&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
;COPYRIGHT&lt;br /&gt;
:GPL(2)(3+) CC-BY/5.0 RV 41.0 LIKE GECKO/BSD 4(2) OR BEST OFFER&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]]&lt;br /&gt;
[[Category:Computers]]&lt;br /&gt;
[[Category:BSD]]&lt;br /&gt;
[[Category:Animals]] &amp;lt;!--Bees--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Greenrd</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1692:_Man_Page&amp;diff=121818</id>
		<title>1692: Man Page</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1692:_Man_Page&amp;diff=121818"/>
				<updated>2016-06-12T14:22:40Z</updated>
		
		<summary type="html">&lt;p&gt;Greenrd: citation provided&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1692&lt;br /&gt;
| date      = June 10, 2016&lt;br /&gt;
| title     = Man Page&lt;br /&gt;
| image     = man_page.png&lt;br /&gt;
| titletext = For even more info, see blarbl(2)(3) and birb(3ahhaha I'm kidding, just Google it like a normal person.&lt;br /&gt;
}}&lt;br /&gt;
 &lt;br /&gt;
==Explanation==&lt;br /&gt;
This comic shows a {{w|Unix}} manual page, i.e. a ''{{w|man page}}'' (hence the title), for a fictional program called &amp;quot;[http://da.urbandictionary.com/define.php?term=blerp blerp]&amp;quot;.  Unix man pages are meant to provide a brief reference on the usage of a command, not extended explanations with tutorials as may be found in many hardcopy product manuals. Unfortunately, some Unix commands tend to be very bloated and include lots of optional behavior that is often irrelevant to the original intent of the command and can be done much more easily using shell features like piping and redirection, and thus the manpage grows to explain all of the features. This example exaggerates the obscurity and terseness found in many man pages, making fun of the typical style of the genre.&lt;br /&gt;
&lt;br /&gt;
It follows the prescribed format for a man page, with the following sections:&lt;br /&gt;
* Command Name: self-explanatory&lt;br /&gt;
* Synopsis: a synopsis of the valid command line formats&lt;br /&gt;
* Description: a summary of the purpose and operation of the command&lt;br /&gt;
* Options: detailed description of all the available command line arguments&lt;br /&gt;
* See Also: references to other man pages with relevance&lt;br /&gt;
* Bug Reports: contact details for the support group (if any)&lt;br /&gt;
* Copyright: details of the ownership and rights status of the man page (not the program)&lt;br /&gt;
&lt;br /&gt;
However most the contents of these sections are not very meaningful, or even obey the correct syntax.&lt;br /&gt;
&lt;br /&gt;
The Synopsis section is supposed to be in a {{w|Regular Expression|regex}}-like language called {{w|Wirth Syntax Notation}}, with structures like&lt;br /&gt;
&lt;br /&gt;
* {&amp;lt;list of valid alternatives&amp;gt;}, e.g. blerp {A,B,C}&lt;br /&gt;
* [&amp;lt;optional element&amp;gt;], e.g. blerp [-o [&amp;lt;output file&amp;gt;]]&lt;br /&gt;
* &amp;lt;something&amp;gt; ...   meaning repeat &amp;lt;something&amp;gt; as many times as you need&lt;br /&gt;
&lt;br /&gt;
But the two Synopsis lines given do not have valid Wirth syntax; they randomly mix objects and syntactic characters, and the brackets and braces are not properly nested or paired.&lt;br /&gt;
&lt;br /&gt;
The Description section provides a somewhat unhelpful summary that could apply to almost any Unix command.  Processing input files (or output of other commands in a pipeline) is a generic function for Unix shell tools, as is specifying their behaviour with command line arguments, environment variables and flags.&lt;br /&gt;
&lt;br /&gt;
The options are in alphabetical order (putting lower case before upper case and with an em-dash inserted between b and c the only exception to this order).&lt;br /&gt;
&lt;br /&gt;
{{w|Command-line_interface#Command-line_option|Command-line options}}, also known as flags, are typed following a program name to change how the program runs. The following is an example usage.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;blerp -a -d -t -p &amp;quot;AVIGNON&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This would run blerp in attack mode, outputting to DEBUG.EXE, with tumble dry, and with POPE set to AVIGNON. In most cases, any number of flags can be used in any order, and applicable flags can be followed by arguments (such as &amp;quot;AVIGNON&amp;quot; in this example).&lt;br /&gt;
&lt;br /&gt;
For a walkthrough of all possible flags see the '''[[#Table of flags|table of flags]]''' below. &lt;br /&gt;
&lt;br /&gt;
Below the flags there is a ''see also'' list with other stupid program names. Apart from two more blerbs there is also blirb, [http://da.urbandictionary.com/define.php?term=Blarb blarb] and [http://da.urbandictionary.com/define.php?term=Blorp blorp], with chapter references. The last blorp(501)(c)(3) is not a valid chapter reference for a man page, it is however a slightly covert reference to {{w|501(c)_organization#501.28c.29.283.29|501(c)(3)}} which is an organization that is {{w|Tax exemption|tax-exempt}}.&lt;br /&gt;
&lt;br /&gt;
Then follows a bug report site. www.inaturalist.org is a site working to extend biological research, and the exact address given, http://www.inaturalist.org/taxa/47744-Hemiptera, points to the same page as http://www.inaturalist.org/taxa/Hemiptera. {{w|Hemiptera}} is the order classifying ''true bugs'', making it a good place to report any biological bugs discovered while running a program (such as certain insects that got into certain early computers, causing the computers to malfunction and giving the name &amp;quot;bug&amp;quot; to computer malfunctions).&lt;br /&gt;
&lt;br /&gt;
Finally there is a &amp;quot;{{w|copyright}}&amp;quot; line which references several variously open-source content licenses which is also a recurring theme on xkcd (see [[225: Open Source]]). For instance, GPL references {{w|GNU General Public License}} and the (2) and (3+) refers to {{w|GNU_General_Public_License#Version_2|GPL 2}} and {{w|GNU_General_Public_License#Version_3|GPL 3 or higher}}. ''CC'' refers to {{w|creative commons}} where ''BY'' is the {{w|Creative_Commons_license#Types_of_licenses|type of license}}, ''5.0'' refers to the attribution and ''RV 41.0'' refers to revision 41.0. However there were no higher attribution than [https://creativecommons.org/licenses/by/4.0/legalcode 4.0] at the time of this comic's release. xkcd is released under [http://creativecommons.org/licenses/by-nc/2.5/ CC BY-NC 2.5] as can be seen at the bottom of the {{xkcd}}&amp;amp;nbsp;&amp;amp;nbsp;homepage. A few comics have been released under the [[:Category:CC-BY-SA comics|CC-BY-SA license]] or [http://creativecommons.org/licenses/by-sa/3.0/ 3.0]. BSD refers to {{w|BSD licenses}} a [[:Category:BSD|recurring theme]] in xkcd. &amp;quot;Like Gecko&amp;quot; is a reference to a web browser user-agent string; modern user-agent strings include a lot of text designed&amp;lt;ref&amp;gt;[http://webaim.org/blog/user-agent-string-history/ User agent history]&amp;lt;/ref&amp;gt; to let the browser pretend to be several different browsers/renderers, and &amp;quot;(like Gecko)&amp;quot; is the standard text for a browser that wants to be treated as if it were {{w|Gecko (software)|Gecko}} while admitting, if you look closely, that it isn't really Gecko. This copyright line, which includes a lot of mashed-together text that might appear to match any of several different licenses, resembles a {{w|user agent}} string.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Or best offer&amp;quot; is a reference to a private sale, such as of a car parked outside a home, with a hand-made notice proclaiming the intent to sell to any passer-by who may be interested, usually with relevent details including a suggested price &amp;quot;or best offer&amp;quot;, to indicate a willingness to be flexible for a quicker sale. In context, it suggest the person who has the highest offer for ''blerp'' will be sold the rights to the program. Since the other licenses mentioned would allow for free usage without paying royalties, it would usually be pointless to buy the rights to the program.  The owner could possibly revoke the other licenses though.&lt;br /&gt;
&lt;br /&gt;
In the title text there is a list with even more info, again with crazy names like [http://blarbl.blogspot.dk/ blarbl] and [http://da.urbandictionary.com/define.php?term=birb birb]. Again there are page references, but for the last the person writing this stops writing the reference and begins to laugh at whom ever still reads this man page and telling them that he is kidding and suggest that they ''just Google it like a normal person''. The writer of this text thus also stops finishing the brackets as the ending &amp;quot;)&amp;quot; for the last chapter is missing.&lt;br /&gt;
&lt;br /&gt;
Man pages were part of the subject of [[293: RTFM]], [[912: Manual Override]] and [[1343: Manuals]] and were mentioned in [[434: xkcd Goes to the Airport]] and [[456: Cautionary]].&lt;br /&gt;
&lt;br /&gt;
===Table of flags===&lt;br /&gt;
*There are 28 flags.&lt;br /&gt;
**Only these five letters are not used: l, m, w, x, z.&lt;br /&gt;
**j and k are used together as jk.&lt;br /&gt;
**The following seven capital letters are used: D, I, O, R, S, U, V.&lt;br /&gt;
***That makes it one capital letter for every lower case letter that is not used by itself.&lt;br /&gt;
**Finally the em dash &amp;quot;—&amp;quot; is used as the only non-letter character. Also the only that breaks the strict alphabetical sorting of the list, with lower case before upper case letters.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Flag!!Description!!Explanation&lt;br /&gt;
|-&lt;br /&gt;
| -a||ATTACK MODE||This sounds like a command for a robot or something similar. Strange for a command line program. Possibly this is designed to break something?&lt;br /&gt;
|-&lt;br /&gt;
| -b||SUPPRESS BEES||Nonsensical option. This is a word play, meaning either to suppress {{w|Bee|Bees}} (the insects) or the letter '''B'''. A possible implication is that running the program without this flag would somehow result in the user being attacked by bees. This is also a possible  {{w|Discworld}} reference, as the ''{{W|Hex_(Discworld)#Structure_and_technology|long-term storage}}'' of the only recurring computer in the series, ''{{w|Hex (Discworld)|Hex}}'', is composed of a beehive. (Note that the actual computer runs on ants.) Another explanation is that there will be smoke, which is used by beekeepers to suppress bees. &lt;br /&gt;
|-&lt;br /&gt;
| -—||FLAGS USE EM DASHES||Command line options (flags) typically use {{w|Hyphen|hyphens}} (short horizontal lines largely used within words). {{w|Dash#Em_dash|Em dashes}} (longer, with the same length as the letter &amp;quot;m&amp;quot;) can't always be easily typed into a command line interface, so switching flags from hyphens to em dashes is excessively difficult and nonsensical.&lt;br /&gt;
&lt;br /&gt;
This may be a play on how a lot of commands accept both single-dash options, like -h for help, as well as double-dash options like --help also for help.  In word processors, a double-dash (--) is often replaced with the longer em dash (—), making them kind of synonymous.&lt;br /&gt;
&lt;br /&gt;
Also implies a paradox where if flags were to use em dashes, this flag itself would be invalid.&lt;br /&gt;
|-&lt;br /&gt;
| -c||COUNT NUMBER OF ARGUMENTS||Most likely not useful.&lt;br /&gt;
|-&lt;br /&gt;
| -d||PIPES OUTPUT TO DEBUG.EXE||{{w|DEBUG.EXE}} is the old 16-bit debugger that came with MS-DOS. On a Unix system it is much more likely that one would use the {{w|GNU Debugger}} (GDB). A debugger is usually called by calling the debugger with the program (or script) to be debugged as parameter.&lt;br /&gt;
{{w|Pipeline (Unix)|Piping}} in Unix means that the output of one program serves as input for another program.&lt;br /&gt;
|-&lt;br /&gt;
| -D||DEPRECATED||Many programs contain legacy options to avoid breaking scripts that use them. While the option should still work, the documentation is changed to say &amp;quot;deprecated&amp;quot; to discourage further use. Eventually such options usually get removed. (However, given the nature of this comic, it's likely that -D has always stood for &amp;quot;deprecated&amp;quot;.)&lt;br /&gt;
|-&lt;br /&gt;
| -e||EXECUTE SOMETHING||Vague. Also a possible pun on a kill-switch.&lt;br /&gt;
|-&lt;br /&gt;
| -f||FUN MODE||Strange and slightly ominous, given some of the other options. See under -O.&lt;br /&gt;
|-&lt;br /&gt;
| -g||USE GOOGLE||As an actual program flag, a bit hackjob-ish, but it is possible it is telling the user to use Google to find out what this tag does. Or, the program might actually use a google functionality (e.g. a code library online) or even simply the search mask to achieve the filtering it is supposed to do.&lt;br /&gt;
|-&lt;br /&gt;
| -h||CHECK WHETHER INPUT HALTS||Completely impossible, by the {{w|Halting problem}} which is the problem of determining, from a description of an arbitrary computer program and an input, whether the program will finish running or continue to run forever. {{w|Alan Turing}} proved in 1936 that a general algorithm to solve the halting problem for all possible program-input pairs cannot exist. Halting problem also featured in the comic [[1266: Halting Problem]].&lt;br /&gt;
&lt;br /&gt;
Note that most commands reserve -h for help, so using it for a different function is non-standard. Such is common for many Unix and Linux commands.&lt;br /&gt;
|-&lt;br /&gt;
| -i||IGNORE CASE (LOWER)||Usually, ignoring case means that a program will run without differentiating between upper- and lowercase. This flag suggests that blerp will run ignoring all the lowercase characters completely, or ignoring all the uppercase characters with the next flag &amp;quot;-I&amp;quot;. Note that using this may make it ignore the difference for flags like -i and -I...&lt;br /&gt;
|-&lt;br /&gt;
| -I||IGNORE CASE (UPPER)||See above. Also possible that all text is converted to upper case, or that upper-case requirements only are ignored&lt;br /&gt;
|-&lt;br /&gt;
| -jk||KIDDING||A common acronym for [http://www.urbandictionary.com/define.php?term=jk Just Kidding], not a program flag. Also note that standard behavior of Unix command line options is that a single &amp;quot;-&amp;quot; can be followed by multiple one-letter options, making -jk equivalent to -j -k.&lt;br /&gt;
|-&lt;br /&gt;
| -n||BEHAVIOR NOT DEFINED||Possibly mathematically ominous? Otherwise useless.(Possible debug/unstable feature flag)&lt;br /&gt;
|-&lt;br /&gt;
| -o||OVERWRITE||Standard program flag, usually meaning that the program will overwrite a file rather than make a new one when data is output.May work strangely with -d.&lt;br /&gt;
|-&lt;br /&gt;
| -O||OPPOSITE DAY||Strange flag, possibly means that all other flags (or maybe even including this one!) have the opposite effects - if so, a lot of strange things would happen. (Especially with -b, -e, -f, -jk, -O...). This may be a reference to the SpongeBob SquarePants episode [http://spongebob.wikia.com/wiki/Opposite_Day &amp;quot;Opposite Day&amp;quot;].&lt;br /&gt;
|-&lt;br /&gt;
| -p||SET TRUE POPE; ACCEPTS &amp;quot;ROME&amp;quot; OR &amp;quot;AVIGNON&amp;quot;||This refers to a {{w|Western_Schism|historical schism}} in the {{w|Catholic Church}}. In the 14th century, the Pope briefly ruled from Avignon, France, instead of Rome. After the Papacy was returned to Rome in 1377, the Church split (the so-called Western Schism)  as not everyone accepted the move and the Pope who ordered it.   This flag apparently allows the user to select a preferred Pope.   There is actually a possible feature request here, as &amp;quot;PISA&amp;quot;, a third Pope, should also be an option. It is the second time this week that Popes have been mentioned, last time was two comics before in [[1690: Time-Tracking Software]] regarding the Popes sexual activity.&lt;br /&gt;
|-&lt;br /&gt;
| -q||QUIET MODE; OUTPUT IS PRINTED TO STDOUT INSTEAD OF BEING SPOKEN ALOUD||In most cases, a program will output basic information to the console, and running it in quiet mode will make it run without outputting anything. Blerp, on the other hand, outputs information through audio, and the quiet flag causes it to run like a normal program. &amp;quot;STDOUT&amp;quot; is short for &amp;quot;standard output&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| -r||RANDOMIZE ARGUMENTS||Pointless and possibly damaging.&lt;br /&gt;
|-&lt;br /&gt;
| -R||RUN RECURSIVELY ON &amp;lt;nowiki&amp;gt;http://*&amp;lt;/nowiki&amp;gt;||The star (*) symbol is often used as a wildcard to match any string of characters. &amp;quot;&amp;lt;nowiki&amp;gt;http://*&amp;lt;/nowiki&amp;gt;&amp;quot; suggests that blerp will be run on every (unsecured) webpage on the internet, or on each page recursively. What it might do in order to make this valid is also ominous.&lt;br /&gt;
|-&lt;br /&gt;
| -s||FOLLOW SYMBOLIC LINKS SYMBOLICALLY||A {{w|symbolic link}} is a filesystem feature that allows the creation of &amp;quot;fake&amp;quot; files which when accessed redirect to another file path.  Many commands offer an option to follow filesystem links and operate on the actual file rather than the fake pointer; this option however seems to suggest that it will only politely pretend to do so.&lt;br /&gt;
|-&lt;br /&gt;
| -S||STEALTH MODE||Similar to -a, in that it sounds more like an option for some kind of robot.&lt;br /&gt;
|-&lt;br /&gt;
| -t||TUMBLE DRY||Perhaps useful for a program that runs on a clothes dryer. Refers to [https://img1.etsystatic.com/000/0/5254504/il_570xN.184726893.jpg directions like these]. Many clothing items are marked &amp;quot;do not tumble dry&amp;quot; in the care instructions, but this would be extremely difficult to make relevant to a program. Given the other flags, this may be less nonsensical than it would first appear..&lt;br /&gt;
|-&lt;br /&gt;
| -u||UTF-8 MODE; OTHERWISE DEFAULTS TO ANSEL||{{w|ANSEL}} is an old and obscure character encoding that predates ASCII. Using ANSEL as a default would be strange and largely incompatible with most modern systems. On the other hand, UTF-8 is rather standard. Similar in this regard to -q, blerp does something non-standard by default. The problem with using different modes (where the original was also UTF-8) is shown in the title text of [[1683: Digital Data]].&lt;br /&gt;
|-&lt;br /&gt;
| -U||UPDATE (DEFAULT: FACEBOOK)||Update usually refers to replacing an old software with a newer version. The default here suggests posting a status update to Facebook, sourcing an update form Facebook, or updating Facebook itself.&lt;br /&gt;
|-&lt;br /&gt;
| -v||VERBOSE; ALIAS TO find / -exec cat {}||Almost standard flag, in ordinary programs the opposite of -q - instead of silencing output, it makes it more specific, usually to help with debugging. Instead, this flag gets replaced with a command that prints the contents of all files in the filesystem tree. However, it will never complete, as certain device files never end (/dev/urandom contains random bytes). Note that the &amp;quot;find&amp;quot; command is missing &amp;lt;code&amp;gt;\;&amp;lt;/code&amp;gt; and will not run, instead complaining &amp;lt;code&amp;gt;find: missing argument to `-exec'&amp;lt;/code&amp;gt; .&lt;br /&gt;
|-&lt;br /&gt;
| -V||SET VERSION NUMBER||Many programs will have a flag to view the version number. This flag changes the version number instead. Version number should only be changed when the program is updated (because it's used for distinguishing which edition of a program you have), so manually changing the version number like this is strange and a little dangerous.&lt;br /&gt;
|-&lt;br /&gt;
| -y||YIKES||[[wiktionary:yikes|yikes]] is an interjection which can express fear or empathy with unpleasant or undesirable circumstances. It is unclear how this would influence the program.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[A terminal screen; the background is black and the text is white.]&lt;br /&gt;
&amp;lt;div style=&amp;quot;background-color:black;color:white;white-space:pre-wrap;font-family:monospace;padding: 0 2em;max-width:50em;&amp;quot;&amp;gt;&lt;br /&gt;
;NAME&lt;br /&gt;
:blerp&lt;br /&gt;
;SYNOPSIS&lt;br /&gt;
:blerp {[ OPTION | ARGS ]...[ ARGS ... -f [FLAGS] ...}&lt;br /&gt;
:blerp {... DIRECTORY ... URL | BLERP} OPTIONS ] -{}&lt;br /&gt;
;DESCRIPTION&lt;br /&gt;
:blerp FILTERS LOCAL OR REMOTE FILES OR RESOURCES USING PATTERNS DEFINED BY ARGUMENTS AND ENVIRONMENT VARIABLES. THIS BEHAVIOR CAN BE ALTERED BY VARIOUS FLAGS.&lt;br /&gt;
;OPTIONS&lt;br /&gt;
:-a      ATTACK MODE&lt;br /&gt;
:-b      SUPPRESS BEES&lt;br /&gt;
:-—      FLAGS USE EM DASHES&lt;br /&gt;
:-c      COUNT NUMBER OF ARGUMENTS&lt;br /&gt;
:-d      PIPES OUTPUT TO DEBUG.EXE&lt;br /&gt;
:-D      DEPRECATED&lt;br /&gt;
:-e      EXECUTE SOMETHING&lt;br /&gt;
:-f      FUN MODE&lt;br /&gt;
:-g      USE GOOGLE&lt;br /&gt;
:-h      CHECK WHETHER INPUT HALTS&lt;br /&gt;
:-i      IGNORE CASE (LOWER)&lt;br /&gt;
:-I      IGNORE CASE (UPPER)&lt;br /&gt;
:-jk     KIDDING&lt;br /&gt;
:-n      BEHAVIOR NOT DEFINED&lt;br /&gt;
:-o      OVERWRITE&lt;br /&gt;
:-O      OPPOSITE DAY&lt;br /&gt;
:-p      SET TRUE POPE; ACCEPTS &amp;quot;ROME&amp;quot; OR &amp;quot;AVIGNON&amp;quot;&lt;br /&gt;
:-q      QUIET MODE; OUTPUT IS PRINTED TO STDOUT INSTEAD OF BEING SPOKEN ALOUD&lt;br /&gt;
:-r      RANDOMIZE ARGUMENTS&lt;br /&gt;
:-R      RUN RECURSIVELY ON &amp;lt;nowiki&amp;gt;http://*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:-s      FOLLOW SYMBOLIC LINKS SYMBOLICALLY&lt;br /&gt;
:-S      STEALTH MODE&lt;br /&gt;
:-t      TUMBLE DRY&lt;br /&gt;
:-u      UTF-8 MODE; OTHERWISE DEFAULTS TO ANSEL&lt;br /&gt;
:-U      UPDATE (DEFAULT: FACEBOOK)&lt;br /&gt;
:-v      VERBOSE; ALIAS TO find / -exec cat {}&lt;br /&gt;
:-V      SET VERSION NUMBER&lt;br /&gt;
:-y      YIKES&lt;br /&gt;
;SEE ALSO&lt;br /&gt;
:blerp(1), blerp(3), blirb(8), blarb(51) blorp(501)(c)(3)&lt;br /&gt;
;BUG REPORTS&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;http://www.inaturalist.org/taxa/47744-Hemiptera&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
;COPYRIGHT&lt;br /&gt;
:GPL(2)(3+) CC-BY/5.0 RV 41.0 LIKE GECKO/BSD 4(2) OR BEST OFFER&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]]&lt;br /&gt;
[[Category:Computers]]&lt;br /&gt;
[[Category:BSD]]&lt;br /&gt;
[[Category:Animals]] &amp;lt;!--Bees--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Greenrd</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=37:_Hyphen&amp;diff=55767</id>
		<title>37: Hyphen</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=37:_Hyphen&amp;diff=55767"/>
				<updated>2013-12-22T20:16:07Z</updated>
		
		<summary type="html">&lt;p&gt;Greenrd: /* Explanation */ spelling&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 37&lt;br /&gt;
| date      = October 28, 2005&lt;br /&gt;
| title     = Hyphen&lt;br /&gt;
| image     = hyphen.jpg&lt;br /&gt;
| titletext = I do this constantly&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
This is the first &amp;quot;[[My Hobby]]&amp;quot; comic in ''[[xkcd]]''. In these comics, [[Randall]] suggests an obscure activity or pastime he enjoys which he declares as his &amp;quot;hobby&amp;quot;. In the premiere &amp;quot;My Hobby&amp;quot; comic, Randall's hobby is mentally re-interpreting what people mean when they say &amp;quot;[adjective]-ass [noun]&amp;quot; by moving the hyphen to after the word &amp;quot;ass&amp;quot; instead of before.&lt;br /&gt;
&lt;br /&gt;
The semi-{{Wiktionary|scatological}} suffix &amp;quot;-ass&amp;quot; is used as an intensifier in informal US English speech, usually attached to an adjective directly modifying a noun, as in &amp;quot;big-ass car&amp;quot; or &amp;quot;funny-ass comedian&amp;quot;. In this comic, [[Cueball]] is exploring the increased humor aspect of changing &amp;quot;-ass&amp;quot; from a suffix modifying the adjective, to &amp;quot;ass-&amp;quot;, a prefix modifying the noun, yielding a &amp;quot;big ass-car&amp;quot; or a &amp;quot;funny ass-comedian&amp;quot;, the former presumably being a large car for carrying donkeys, the latter being a humorous comedian specializing in jokes about burros. The prefix &amp;quot;ass-&amp;quot; may also have a negative connotation, indicating that something is disliked. An &amp;quot;ass-car&amp;quot; may be a very crappy car, for example.&lt;br /&gt;
&lt;br /&gt;
Another explanation would be that, since this suffix/prefix refers to an element of human anatomy, the car would be in the shape of said anatomical piece.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:My hobby: whenever anyone calls something an [adjective]-ass [noun], I mentally move the hyphen one word to the right.&lt;br /&gt;
:[Cueball is talking to a friend about a car that resembles a Volkswagen Beetle.]&lt;br /&gt;
:Cueball: Man, that's a sweet ass-car.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*Original comment from [[Randall]]: &amp;quot;Tune in Monday for the conclusion to the story of the boy and his barrel.&amp;quot;  The comic posted on Monday was [[25: Barrel - Part 4]], which really wasn't the conclusion of the story of the boy and his barrel.&lt;br /&gt;
*This is the twenty-fifth comic originally posted to livejournal. The previous was [[23: T-shirts]]. The next was [[25: Barrel - Part 4]].&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics posted on livejournal]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:My Hobby]]&lt;br /&gt;
[[Category:Language]]&lt;/div&gt;</summary>
		<author><name>Greenrd</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1304:_Glass_Trolling&amp;diff=55765</id>
		<title>Talk:1304: Glass Trolling</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1304:_Glass_Trolling&amp;diff=55765"/>
				<updated>2013-12-22T20:14:10Z</updated>
		
		<summary type="html">&lt;p&gt;Greenrd: reply&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In google now, you can use &amp;quot;OK glass&amp;quot; instead of &amp;quot;OK google&amp;quot;.--[[User:Mralext20|Mralext20]] ([[User talk:Mralext20|talk]]) 05:23, 16 December 2013 (UTC)&lt;br /&gt;
: I have a problem with the sentence &amp;quot;It's likely that Cueball uses this app because he holds a smartphone in his hand&amp;quot; independent on whether this app exists or not -- simply by the fact that the title is &amp;quot;Glass Trolling&amp;quot; -- there would not be much &amp;quot;Trolling&amp;quot; involved if the &amp;quot;Ok, Glass&amp;quot; actually made sense in the context -- so my take is that Randal is NOT aware of the App referenced, and that the &amp;quot;Ok, Glass&amp;quot; is in context where no meaning of &amp;quot;OK, Glass&amp;quot; makes any sense, such as when using an old fashioned &amp;quot;feature phone&amp;quot; or a iphone, windows phone or simply just an Android phone which no &amp;quot;Ok, Glass&amp;quot; capabilities -- I vote to strike this part of the explanation [[User:Spongebog|Spongebog]] ([[User talk:Spongebog|talk]]&lt;br /&gt;
:: i was merly starting a fact. I shall edit the explanation to match your text.--[[User:Mralext20|Mralext20]] ([[User talk:Mralext20|talk]]) 05:00, 18 December 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
There are actually privacy activists who call for grabbing such gadgets and destroying them by stomping on them. Google for &amp;quot;#camover&amp;quot; in combination with &amp;quot;google glass&amp;quot; to find hints. --[[User:Kigana|Kigana]] ([[User talk:Kigana|talk]]) 08:58, 16 December 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
I don't know, aren't dioptric glasses correcting more complicated problems like astigmatism also costly? -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 09:55, 16 December 2013 (UTC)&lt;br /&gt;
: Speaking in gross costs, yes.  My new glasses cost well over $400 USD.  Thankfully, due to decent vision insurance, I only paid $53 for exam ($10), frame/lenses ($20) and the upcharge (discounted) for polycarbonate lenses.  Context: I have heavy astigmatism (especially my left eye) plus farsightedness. --BigMal // [[Special:Contributions/108.162.216.57|108.162.216.57]] 13:37, 16 December 2013 (UTC)&lt;br /&gt;
: Will people who need to wear glasses be able to wear Google Glass? Or would that be a problem? [[User:PheagleAdler|PheagleAdler]] ([[User talk:PheagleAdler|talk]]) 06:55, 17 December 2013 (UTC)&lt;br /&gt;
::no,the glass unit of now has support for lenses. --[[User:Mralext20|Mralext20]] ([[User talk:Mralext20|talk]]) 07:50, 17 December 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
Made a major edit to the article, it is now much clearer and more informative IMHO. Feel free to tweak. --[[Special:Contributions/141.101.98.135|141.101.98.135]] 20:31, 16 December 2013 (UTC) (actually [[User:NeatNit]], cba to log in)&lt;br /&gt;
&lt;br /&gt;
Using : OK, glass! on a smartphone medically is a symptom of &amp;quot;ejaculatio praecox&amp;quot;. {{unsigned ip|108.162.231.222}}&lt;br /&gt;
&lt;br /&gt;
I'm not native speaker, but it's &amp;quot;it's likely that ..., it's not entirely true&amp;quot; English? Wouldn't &amp;quot;it's likely that ..., it's not necessary true&amp;quot; be better? -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 16:39, 22 December 2013 (UTC)&lt;br /&gt;
:Yes - I fixed it.--[[User:Greenrd|Greenrd]] ([[User talk:Greenrd|talk]]) 20:14, 22 December 2013 (UTC)&lt;/div&gt;</summary>
		<author><name>Greenrd</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1304:_Glass_Trolling&amp;diff=55764</id>
		<title>1304: Glass Trolling</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1304:_Glass_Trolling&amp;diff=55764"/>
				<updated>2013-12-22T20:13:22Z</updated>
		
		<summary type="html">&lt;p&gt;Greenrd: /* Explanation */ grammar (as per discussion)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1304&lt;br /&gt;
| date      = December 16, 2013&lt;br /&gt;
| title     = Glass Trolling&lt;br /&gt;
| image     = glass_trolling.png&lt;br /&gt;
| titletext = Plus, when someone finally grabs your glasses and stomps on them, it costs way less than $1,500 to replace them.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
&lt;br /&gt;
{{w|Google Glass}} is a set of glasses frames worn like typical glasses that features an optical display and internet connectivity. It responds to voice commands starting with [https://support.google.com/glass/answer/3079305 &amp;quot;OK ''glass''&amp;quot;], for example to initiate video recording or to check tomorrow's weather. Strangers and other people surrounding the user would often find it annoying to hear someone talking to &amp;quot;himself&amp;quot;, or to ''Glass''.&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] is checking tomorrow's weather and says &amp;quot;OK, ''glass''&amp;quot; while he is only wearing regular glasses. Apparently this is even more annoying to the bystander than if Cueball actually would wear a ''Glass''.&lt;br /&gt;
&lt;br /&gt;
In the title text, a bystander is eventually fed up with the annoyance and smashes the glasses to the ground. If they were an actual ''Google Glass'', they would have cost a fortune to replace, regular glasses are much less costly.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;OK, ''Glass''&amp;quot; keyword is not useless outside of ''Glass''; In the ''Android/iOS'' app ''Google Now'', &amp;quot;OK, ''Glass''&amp;quot; is also valid instead of &amp;quot;OK, ''Google''&amp;quot; to initiate a voice command. While it's likely that Cueball uses this app, it's not necessarily the case. Just because he holds a smartphone in his hand, doesn't mean that he is using it.&lt;br /&gt;
&lt;br /&gt;
This is another strip in the [[My Hobby]] series.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:My Hobby:&lt;br /&gt;
:Cueball: Ok, Glass, check tomorrow's weather.&lt;br /&gt;
:Cueball: Ooh, snow!&lt;br /&gt;
:Off-frame-bystander: Oh my god, it's somehow even ''more'' annoying than if you had it.&lt;br /&gt;
:Saying &amp;quot;Ok, Glass&amp;quot; before everything while wearing regular glasses.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:My Hobby]]&lt;/div&gt;</summary>
		<author><name>Greenrd</name></author>	</entry>

	</feed>