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

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1678:_Recent_Searches&amp;diff=119693</id>
		<title>1678: Recent Searches</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1678:_Recent_Searches&amp;diff=119693"/>
				<updated>2016-05-10T08:14:25Z</updated>
		
		<summary type="html">&lt;p&gt;Floriantfw: /* Explanation */  GIF-&amp;gt;XLS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1678&lt;br /&gt;
| date      = May 9, 2016&lt;br /&gt;
| title     = Recent Searches&lt;br /&gt;
| image     = recent_searches.png&lt;br /&gt;
| titletext = autoexec code posted by verified twitter users&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
People often find answers to computer problems by searching on {{w|Google}}, which shows you recent search terms in a drop-down box when you go to search it. Here we see a list of search queries, each of which suggests the author is perversely misusing or overextending some computer technology. The overall impression is of someone technically sophisticated enough to shoot themselves in the foot, and who does not learn any larger lessons despite doing so repeatedly. The title text is another possible entry in this list.&lt;br /&gt;
&lt;br /&gt;
The caption implies that from Randall's perspective, every computer he uses seems to be broken; he doesn't seem to realise this is because he's the one using them, not because the computers actually start off broken. (See also comics [[349]], [[1084]], [[1316]] and [[1586]] for similar themes.)&lt;br /&gt;
&lt;br /&gt;
([[979|Dear people from the future]], if Google directed you here because it is the most popular result for a problem you are experiencing, this is not the page you were looking for). &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;4&amp;quot; style=&amp;quot;border-collapse: collapse;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=20% | Search&lt;br /&gt;
! Explanation&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.google.com/search?q=Google+translate+syntax+highlighting Google translate syntax highlighting]&lt;br /&gt;
| {{w|Syntax highlighting}} can be used when editing {{w|source code}} to make the code more readable and easier to understand.  It is not generally used for natural languages, but {{w|sentence diagram}}s of brief passages are used in language education.  {{w|Google Translate}} is used to translate text from one {{w|natural language}} to another.  It uses {{w|Javascript}} &amp;lt;tt&amp;gt;mouseover()&amp;lt;/tt&amp;gt; to highlight words as an aid in matching phrases in the source with their translations, but does not apply different highlighting dependent on syntax.&lt;br /&gt;
&lt;br /&gt;
Alternatively, this could imply that the user is attempting to translate code from one programming language to another using Google Translate.  Success would be unlikely, since the service is not intended for this, {{Citation needed}} and syntactically valid output might further break the computer executing it.&lt;br /&gt;
|-&lt;br /&gt;
| Autodetect mixed bash zsh&lt;br /&gt;
| {{w|bash}} and {{w|Z_shell|zsh}} are two {{w|Command-line_interface|command line interfaces}} for {{w|Linux}}. The way to execute commands is almost identical, making detecting a script that contains a mixed syntax nearly impossible.&lt;br /&gt;
|-&lt;br /&gt;
| CPU temperature sensor limits&lt;br /&gt;
| The CPU's temperature sensors exist to tell you when your CPU is becoming dangerously overheated (normally because of a faulty fan or overclocking). Someone who searches for information about the limits of those sensors is presumably expecting to misuse their CPU.  Probably also a reference to [[1172: Workflow]].&lt;br /&gt;
|-&lt;br /&gt;
| GIF to XLS&lt;br /&gt;
| .GIF (Graphic Interchange Format) is a file extension used to store images and sequences of images to be displayed as an animation. .XLS is the file extension for Microsoft Excel spreadsheets. The joke is that the complete difference between the two types of file makes any kind of conversion seemingly impossible. However, since a pixel graphic can be thought of as a rectangular array of numerical values, a conversion is technically possible. [http://www.think-maths.co.uk/spreadsheet Here] is a webpage with an online converter. (Although, in fact, the actual search turns up a number of results along the lines of OCR programs that can convert a table in a GIF image to spreadsheet format.)&lt;br /&gt;
|-&lt;br /&gt;
| Clock speed jumper sample rate&lt;br /&gt;
|  Jumper wire is a short circuit used for switching a certain function on an electronic circuit. On a motherboard, jumpers can be used to alter the clock speeds of various motherboard functions (such as the CPU or the front side bus). These jumpers should be modified when the computer is off. However, this search is asking how often the motherboard checks the status of the clock speed jumpers, implying that they intend to change these jumpers while the computer is powered on.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.google.com/search?q=clean+reinstall+keybinding Clean reinstall keybinding]&lt;br /&gt;
| This refers to keybinding, the practice of mapping a certain key to a certain function (e.g., pressing PRTSC will take a screenshot). Creating a keybinding for a task usually implies that the task is repeated often. A &amp;quot;clean reinstall&amp;quot; (presumably of an operating system) is however not generally something that should be repeated often, implying that the user is regularly breaking the OS with their tinkering.  Alternatively, the user may have modified their default keybindings to such an extent that their [[1031|leopard]] has become unusable (similar to [[1284: Improved Keyboard]]), necessitating a &amp;quot;clean reinstall&amp;quot; of the bindings.&lt;br /&gt;
|-&lt;br /&gt;
| Cron job to update crontab&lt;br /&gt;
| {{w|Cron}} is a utility that allows you to schedule commands or scripts to be run periodically. These scheduled jobs are read from a ''crontab'' file. A job that updates the crontab (therefore creating new jobs, removing old ones or editing existing ones) is paramount to a {{w|Job scheduler}}, and trying to use cron for such functionality will result in highly unstable functionality.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.google.com/search?q=fsck+chrome+extension fsck Chrome extension]&lt;br /&gt;
| &lt;br /&gt;
This is probably a search for an interface to the Unix '''f'''ile'''s'''ystem che'''ck'''er {{w|fsck}} via third-party software added to Chrome.  Repairing a filesystem this way would be inadvisable. {{Citation needed}} This might indicate confusion about the meaning of the term &amp;quot;online filesystem repair&amp;quot;, in which &amp;quot;online&amp;quot; means &amp;quot;while the filesystem is in use&amp;quot; rather than &amp;quot;over the internet&amp;quot;. Alternatively, the user might want to repair an installation of the operating system Chromium, in a manner less drastic than the {{w|factory reset}} preferred by Google.&lt;br /&gt;
|-&lt;br /&gt;
| Recursive font&lt;br /&gt;
| An idiosyncratic mix of {{w|Recursion}} and the font style ''{{w|cursive}}'', referring especially to text handwritten in a flowing manner. {{w|PostScript}} (the language {{w|PostScript fonts|some fonts}} are written in) is capable of recursion and PostScript Type 3 fonts are able to use the full language. This could create effects like fonts with complicated fractal borders and fill patterns - but the increase in processing time would contribute to seeming brokenness of the computer (or printer) rendering the font.&lt;br /&gt;
&lt;br /&gt;
A true recursive font would be a form of {{w|Fractals}}.&lt;br /&gt;
|-&lt;br /&gt;
| Regex matching valid EBNF&lt;br /&gt;
| EBNF refers to {{w|Extended Backus–Naur Form}}, which is used to define {{w|Formal Language|formal languages}}. EBNF specifies recursive patterns that are impossible for a {{w|Regular_Expression|regular expression}} to determine whether it is valid or not. There is some irony in using regex to test the validity of something which ''defines'' the validity of things like regex.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.google.com/search?q=Hardlinks+Turing+complete Hardlinks Turing complete]&lt;br /&gt;
| In some filesystems, for example {{w|ext4}} and {{w|NTFS}}, a single file may be referenced by different names anywhere in the filesystem.  These filenames are termed &amp;quot;hard links&amp;quot; to the file because they are automatically resolved by the operating system to the file metadata.  &amp;quot;Soft&amp;quot; or &amp;quot;symbolic&amp;quot; links are resolved indirectly via a filename, which may reside anywhere.  A file is deleted when the last hard link to it is unlinked; a soft link exists independently of its target.&lt;br /&gt;
&lt;br /&gt;
{{w|Turing completeness}} is the {{w|computational complexity}} required to simulate any other Turing complete system (given an infinite amount of memory).  Recently there have been cases where [http://beza1e1.tuxen.de/articles/accidentally_turing_complete.html unexpected mechanisms] from card games to text parsers were proved to be Turing complete. Hardlinks being Turing complete would imply that creating and deleting hardlinks alone is enough to statisfy the requirements of Turing completeness.&lt;br /&gt;
|-&lt;br /&gt;
| Opposite of safe mode&lt;br /&gt;
| {{w|Safe mode}} is a diagnostic mode of an operating system or application which allows the user to troubleshoot problems by disabling unnecessary functionality. The &amp;quot;opposite of safe mode&amp;quot; implies a &amp;quot;dangerous&amp;quot; mode where the purpose is to allow uselessly dangerous action, and even encourages you do so.&lt;br /&gt;
&lt;br /&gt;
Alternatively, the user have somehow been dropped into safemode and is searching for how to get back to normal operation, which in itself is ridiculous as safemode is intended for the user to resolve the problem, and the user clearly does not understand why the system have been put in the state it has.&lt;br /&gt;
|-&lt;br /&gt;
| Predictive touchpad&lt;br /&gt;
| {{w|Predictive text}} is a feature of many smartphone keyboards that predicts the most likely word the user wishes to type, and then gives the user the option to place the word in the sentence without typing the whole word. A {{w|touchpad}} is a computer pointing device, similar to a {{w|computer mouse}}. The idea of a &amp;quot;predictive touchpad&amp;quot; seems absurd because, as opposed to typed words, there are not a limited number of swipe combinations that are possible on a touchpad. A &amp;quot;predictive touchpad&amp;quot; implies that a computer could predict where the user was going to move the mouse or click, which is clearly unreasonable. {{Citation needed}} - Beside all this it's a simple word play on techonlogies/names used for touchpads. Resistive or capacitive touchpads are quite common, while inductive touchpads are only used with special pens for drawing.&lt;br /&gt;
&lt;br /&gt;
Interestingly, a version of Linux {{Citation needed}} had a predictive cursor option, where the cursor jumped to the nearest button (like window close) when it got moved near but not quite reached that button.&lt;br /&gt;
|-&lt;br /&gt;
| Google docs from bootloader&lt;br /&gt;
| Google docs relies on programs and libraries much more complex than a {{w|bootloader}} (a very small program running immediately after boot, mainly for loading the OS) could run.&lt;br /&gt;
|-&lt;br /&gt;
| Hardware acceleration red channel only&lt;br /&gt;
| {{w|Hardware acceleration}} means that certain calculations are not performed by the computer's {{w|CPU}} but by a &amp;quot;specialized&amp;quot; processor, e.g. a {{w|GPU}} which is part of the graphics adapter. This speeds up output, especially if complex 3D calculations are required and reduces CPU load. To use this function only on a single color channel seems pretty useless, but one may want to troubleshoot a program that displays only red when hardware acceleration is enabled.&lt;br /&gt;
|-&lt;br /&gt;
| autoexec code posted by verified twitter users&lt;br /&gt;
| Automatically executing code from the internet is generally a terrible idea, because it could be written by someone with malicious intent and harm your computer. The joke here is that the code would only be executed if written by someone who has been &amp;quot;verified&amp;quot; on Twitter. Twitter's verification service only serves to show that a user is who they claim to be, not whether or not their code can be trusted, so this would provide little protection. Usually, twitter verification matters so that celebrities can identify themselves, so this line implies that Randall is only interested in running code posted by celebrities.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* This is one of the comics with colours.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Coloured and styled as the logo]&lt;br /&gt;
:Google&lt;br /&gt;
&lt;br /&gt;
:[Google Search bar, with a drop down box with faded text, implying recent searches]&lt;br /&gt;
:Google translate syntax highlighting&lt;br /&gt;
:Autodetect mixed bash zsh&lt;br /&gt;
:CPU temperature sensor limits&lt;br /&gt;
:GIF to XLS&lt;br /&gt;
:Clock speed jumper sample rate&lt;br /&gt;
:Clean reinstall keybinding&lt;br /&gt;
:Cron job to update crontab&lt;br /&gt;
:fsck Chrome extension&lt;br /&gt;
:Recursive font&lt;br /&gt;
:Regex matching valid EBNF&lt;br /&gt;
:Hardlinks Turing complete&lt;br /&gt;
:Opposite of safe mode&lt;br /&gt;
:Predictive touchpad&lt;br /&gt;
:Google docs from bootloader&lt;br /&gt;
:Hardware acceleration red channel only&lt;br /&gt;
&lt;br /&gt;
:[Bold, below page outline]&lt;br /&gt;
:I have no idea why my computers are always broken&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;/div&gt;</summary>
		<author><name>Floriantfw</name></author>	</entry>

	</feed>