Difference between revisions of "Talk:1394: Superm*n"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
(responded to comment, added new comment, added headers)
Line 1: Line 1:
 +
==Wildcard==
 
Excellent description, but minor niggle: In "Superm*n' , the '*' is a wildcard.  This isn't a regular expression that would match 'Superman' and Supermoon'.  A regexp could be "Superm.*n" - the '.' means 'any character' and the '*' means 'as many times as you like'. (More selective regexps exist)  If you were to interpret 'Superm*n' as a regular expression, it would match 'Supern' , 'Supermn', "Supermmn', Supermmmn' etc.  So you could describe 'Superm*n' as a 'wildcard search that would match superman and supermoon'. [[Special:Contributions/141.101.99.184|141.101.99.184]] 05:11, 14 July 2014 (UTC)
 
Excellent description, but minor niggle: In "Superm*n' , the '*' is a wildcard.  This isn't a regular expression that would match 'Superman' and Supermoon'.  A regexp could be "Superm.*n" - the '.' means 'any character' and the '*' means 'as many times as you like'. (More selective regexps exist)  If you were to interpret 'Superm*n' as a regular expression, it would match 'Supern' , 'Supermn', "Supermmn', Supermmmn' etc.  So you could describe 'Superm*n' as a 'wildcard search that would match superman and supermoon'. [[Special:Contributions/141.101.99.184|141.101.99.184]] 05:11, 14 July 2014 (UTC)
 +
:You're approaching this from a very specific context. You may be correct in that context, but there are plenty of different programs, protocols, languages, etc which use wildcards in various ways. I once worked as a 411 operator, and in the search software we used at the time, a search on "SUPERM*N" would have found both "Superman" and "Supermoon" if both of those were names in listings (although our supervisors would consider that too many keystrokes and would suggest "SUP*N" instead). - [[Special:Contributions/108.162.242.10|108.162.242.10]] 05:58, 14 July 2014 (UTC)
 +
 +
==Colour==
 +
If a Trivia section is warranted for this comic, I think it should definitely be pointed out this is one of the rare strips that uses a colour other than black or white. Is there an available statistic on use of colour in xkcd? - [[Special:Contributions/108.162.242.10|108.162.242.10]] 05:58, 14 July 2014 (UTC)

Revision as of 05:58, 14 July 2014

Wildcard

Excellent description, but minor niggle: In "Superm*n' , the '*' is a wildcard. This isn't a regular expression that would match 'Superman' and Supermoon'. A regexp could be "Superm.*n" - the '.' means 'any character' and the '*' means 'as many times as you like'. (More selective regexps exist) If you were to interpret 'Superm*n' as a regular expression, it would match 'Supern' , 'Supermn', "Supermmn', Supermmmn' etc. So you could describe 'Superm*n' as a 'wildcard search that would match superman and supermoon'. 141.101.99.184 05:11, 14 July 2014 (UTC)

You're approaching this from a very specific context. You may be correct in that context, but there are plenty of different programs, protocols, languages, etc which use wildcards in various ways. I once worked as a 411 operator, and in the search software we used at the time, a search on "SUPERM*N" would have found both "Superman" and "Supermoon" if both of those were names in listings (although our supervisors would consider that too many keystrokes and would suggest "SUP*N" instead). - 108.162.242.10 05:58, 14 July 2014 (UTC)

Colour

If a Trivia section is warranted for this comic, I think it should definitely be pointed out this is one of the rare strips that uses a colour other than black or white. Is there an available statistic on use of colour in xkcd? - 108.162.242.10 05:58, 14 July 2014 (UTC)