Editing 1963: Namespace Land Rush

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 9: Line 9:
 
==Explanation==
 
==Explanation==
  
When a new web service starts, such as a forum, a social media server or an email portal, the people who sign up get to choose their username on the service, which, in most cases, blocks future users from using those usernames. Common names such as "john" are likely to be taken quickly. This is analogous to the way that {{w|Land run|some land}} was distributed to settlers (and/or {{w|Land claim#Mining claim (United States)|prospectors}}), in America, with the first to claim able to speculatively choose the 'best' land.
+
When a new web service starts, such as a forum, a social media server or an email portal, the people who sign up get to choose their username on the service, which, in most cases, blocks future users from using those usernames. Common names such as "john" are likely to be taken quickly. This is analogous to the way that land was distributed in America, with the first to claim able to choose the best land.
  
 
This comic is a list of usernames [[Randall]] suggests should be used if they are available.
 
This comic is a list of usernames [[Randall]] suggests should be used if they are available.
Line 49: Line 49:
 
|-
 
|-
 
|Facebook
 
|Facebook
|Similar to Google above.
+
|Similiar to Google above.
 
|-
 
|-
 
|Bitcoin
 
|Bitcoin
Line 55: Line 55:
 
|-
 
|-
 
|Obama
 
|Obama
|Impersonating the former president, supposedly to send messages as them to make them seem bad (or not).
+
|Impersonating a president, supposedly to send messages as them to make them seem bad (or not).
 
|-
 
|-
 
|Canada
 
|Canada
Line 73: Line 73:
 
|-
 
|-
 
|<Name of person who runs the service>
 
|<Name of person who runs the service>
|Impersonating the site owner can allow you to gain the trust of users.
+
|Impersonating the site owner can get you the trust of users.  
 
|-
 
|-
 
!colspan=3|Causing Trouble (Usernames that might cause errors when mixed with the service's back-end code)
 
!colspan=3|Causing Trouble (Usernames that might cause errors when mixed with the service's back-end code)
Line 93: Line 93:
 
|-
 
|-
 
|Account
 
|Account
|The opposite of "Guest" (someone without an account). However, for someone with an account, their username will usually be displayed. There is an active user named [[user:Account|"Account"]] on Explain XKCD.
+
|The opposite of "Guest" (someone without an account). However, for someone with an account, their username will usually be displayed.  
 
|-
 
|-
 
!colspan=2|Causing More Trouble
 
!colspan=2|Causing More Trouble
Line 107: Line 107:
 
|-
 
|-
 
|<Name of service>
 
|<Name of service>
|Pretending to be the official account of the service. There are a lot of spammers who did this on Explain XKCD.
+
|Pretending to be the official account of the service.
 
|-
 
|-
 
|Help
 
|Help
|Pretending to be the help account. This could lead to many questions from new users.
+
|Pretending to be the help account. This could led to many questions from new users.
 
|-
 
|-
 
|Error
 
|Error
Line 118: Line 118:
 
|-
 
|-
 
|Hyphen-Emdash
 
|Hyphen-Emdash
|Could be read "Hyphen hyphen Em dash" or "Hyphen dash em dash". In addition, in many markup languages (such as the one used by this very wiki) one can create a larger hyphen with some variation of an "&mdash" command, which could theoretically be pronounced "emdash."
+
|Could be read "Hyphen hyphen Em dash" or "Hyphen dash em dash".
 
|-
 
|-
 
|Dash-8hyphen-8
 
|Dash-8hyphen-8
Line 182: Line 182:
 
|-
 
|-
 
|<nowiki>@  é  |</nowiki>
 
|<nowiki>@  é  |</nowiki>
|The @ separates the local part from the domain part of email addresses. If a service decides to create email addresses for their users, they will have a hard time if they allowed the "at" character as part of a username.  
+
|The @ seperates the local part from the domain part of email addresses. If a service decides to create email addresses for their users, they will have a hard time if they allowed the "at" character as part of a username.  
 
é is encoded in many character sets, like Latin-1 and Unicode. In Unicode, it can even be described either "U+00E9 LATIN SMALL LETTER E WITH ACUTE" or as the sequence "U+0065 LATIN SMALL LETTER E" and "U+0301 COMBINING ACUTE ACCENT". If a system uses {{w|Unicode normalization}} after the check if the username is available, this might allow someone to take over someone else's account.  
 
é is encoded in many character sets, like Latin-1 and Unicode. In Unicode, it can even be described either "U+00E9 LATIN SMALL LETTER E WITH ACUTE" or as the sequence "U+0065 LATIN SMALL LETTER E" and "U+0301 COMBINING ACUTE ACCENT". If a system uses {{w|Unicode normalization}} after the check if the username is available, this might allow someone to take over someone else's account.  
 
|-
 
|-
Line 203: Line 203:
 
|-
 
|-
 
|<nowiki>–  -  _  /</nowiki>
 
|<nowiki>–  -  _  /</nowiki>
|Includes both the em-dash and the hyphen, which are easily confused and are highly unusual for user names. The forward slash is also the path delimeter for URLs; if user profiles are located at e.g. <nowiki>http://example.com/user/the_username</nowiki>, this can cause obvious issues. Explain XKCD does not allow <code>/</code> in usernames.  
+
|Includes both the em-dash and the hyphen, which are easily confused and are highly unusual for user names. The forward slash is also the path delimeter for URLs; if user profiles are located at e.g. http://example.com/user/the_username, this can cause obvious issues.  
 
|-
 
|-
 
|<Any emoji>
 
|<Any emoji>
|Current databases are not set up to store emojis as characters. Explain XKCD does allow emoji in usernames. {{actual citation needed}}
+
|Current databases are not set up to store emojis as characters.
 
|-
 
|-
 
|","
 
|","
Line 212: Line 212:
 
|-
 
|-
 
|<nowiki>&NBSP</nowiki>;
 
|<nowiki>&NBSP</nowiki>;
|The special entity in HTML (web page language) for a non-breaking space, or a space that prevents an automatic line-break at its position.  When rendered as part of an HTML page without sanitization, this would only display a space. However, if the username in question is really long, this would increase the page's width (details needed).
+
|The special entity in HTML (web page language) for a non-breaking space, or a space that prevents an automatic line-break at its position.  When rendered as part of an HTML page without sanitization, this would only display a space.
 
|-
 
|-
 
|<nowiki></HTML></nowiki>
 
|<nowiki></HTML></nowiki>
Line 218: Line 218:
 
|-
 
|-
 
|&LT;/HTML&GT;
 
|&LT;/HTML&GT;
|&amp;lt; and &amp;gt; are special character entities in HTML that represent < and >, repectively.  So all together, when rendered as part of an HTML document, this would print "<nowiki></HTML></nowiki>"  Although this would look similar to the previous <nowiki></HTML></nowiki> entry, it would be unlikely to cause problems as the symbols are not interpreted if encoded as special entities.
+
|&LT; and &GT; are special character entities in HTML that represent < and >, repectively.  So all together, when rendered as part of an HTML document, this would print "<nowiki></HTML></nowiki>"  Although this would look similar to the previous <nowiki></HTML></nowiki> entry, it would be unlikely to cause problems as the symbols are not interpreted if encoded as special entities.
 
|-
 
|-
 
|OkThisIsKindOfConfusingButIt's <LessThan\ForwardSlashHTML GreaterThanActualGreaterThan Symbol>Yes,ThatWasAllPartOfThe Name,ButSoIs...Ok,LetMeStartOver”
 
|OkThisIsKindOfConfusingButIt's <LessThan\ForwardSlashHTML GreaterThanActualGreaterThan Symbol>Yes,ThatWasAllPartOfThe Name,ButSoIs...Ok,LetMeStartOver”
Line 226: Line 226:
  
 
==Transcript==
 
==Transcript==
 +
{{incomplete transcript|Layout not standard (eg. indentation) and a short description at the beginning about what is shown should be given.}}
 
'''Namespace Land Rush Cheat Sheet'''
 
'''Namespace Land Rush Cheat Sheet'''
 
(Note: if an item is "quoted", it is meant literally, otherwise the reader is supposed to substitute their own information for words in <angle brackets>)
 
(Note: if an item is "quoted", it is meant literally, otherwise the reader is supposed to substitute their own information for words in <angle brackets>)
Line 306: Line 307:
  
 
{{comic discussion}}
 
{{comic discussion}}
[[Category:Comics_with_lowercase_text]] <!-- the 'i' in "iPhone" and the 'é' in the "...following symbols" grouping. -->
 
 
[[Category:iOS]]
 
[[Category:iOS]]
[[Category:Internet]]
 

Please note that all contributions to explain xkcd may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see explain xkcd:Copyrights for details). Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel | Editing help (opens in new window)